*,*::after,*::before {-webkit-box-sizing: border-box;box-sizing: border-box;}

body {
	font-family: 'Avenir Next', Avenir, Helvetica, Arial, sans-serif;
	color: #393a3e;
	background: #fff4d7;
}

a {
	text-decoration: none;
	color: #000;
	outline: none;
}

a:hover,
a:focus {
	color: #1d48f3;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}

.view {
	position: relative;
	display: flex;
	justify-content: flex-end;
	overflow: hidden;
	height: 100vh;
	margin: 0 0 0 215px;
}

.content {
	z-index: 1;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 25px 50px;
	background-size: auto 100%;
}

.deco__text {
	font-size: 0.8em;
	line-height: 1;
	margin: 0;
	color: #bcb8e8;
}

.imagine-header {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	height: 100%;
	text-align: right;
}

.imagine-header__info {
	font-family: 'Playfair Display', serif;
	font-size: 2.5em;
	font-weight: 700;
	font-style: italic;
	position: relative;
	max-width: 400px;
	margin: auto 10vw 0 0;
	text-align: right;
}

.imagine-header__info::after {
	content: '01';
	font-family: 'Avenir Next', Avenir, Helvetica, Arial, sans-serif;
	font-size: 8em;
	font-weight: bold;
	font-style: normal;
	position: absolute;
	z-index: -1;
	top: 0%;
	right: 52.5%;
	letter-spacing: -0.05em;
	color: #fff;
}

.imagine-header__deco {
	font-size: 2em;
	line-height: 1;
	padding: 1em 0;
	color: #1d48f3;

	writing-mode: vertical-rl;
}

.imagine-header__title {
	font-size: 8.5em;
	line-height: 0.8;
	margin: 0 -7px 0;
	padding: 0;
}

.imagine-header__tagline {
	width: 50%;
	margin: 0 0 0 auto;
	padding: 0;
}

.imagine-links {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	white-space: nowrap;
}

.imagine-icon {
	display: block;
}

.imagine-icon:last-child {
	margin: 0 0 0 2em;
}

.btn {
	border: none;
	background: none;
}

.btn:focus {
	outline: none;
}

.btn--back {
	font-size: 1.5em;
	position: absolute;
	z-index: 1002;
	top: 1em;
	right: 1em;
	opacity: 0;
	color: #1d48f3;
}

.btn--menu {
	font-size: 0.85em;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	display: none;
	margin: 10px 0 0 6px;
}

.btn--menu-active .icon--menu,
.icon--cross {
	display: none;
}

.btn--menu-active .icon--cross {
	display: block;
}

.quotes {
	display: flex;
	align-items: center;
	margin: 2em 0 0 auto;
}
.quotes__text {
	font-size: 0.8em;
	display: block;
	margin: 0;
	color: #bcb8e8;
}

.tabscontent {
	pointer-events: none;
}

.tabscontent__item {
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	opacity: 0;
}

.tabscontent__item--current,
.tabscontent__item--current ~ .btn--back {
	pointer-events: auto;
}

.column {
	width: 30vw;
}

.column__title {
	color: #ff764b;
}

.column__text {
	font-size: 2em;
	font-weight: normal;
	margin: 0;
	color: #fff4d7;
}

.imagine {
	background: #fff4d7;
}

.imagine .view {
	margin-left: 150px;
}

.imagine .content .back {
	width: 100%;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
	opacity: .2;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	background-image: url(../img/Serhat_Argun_Vison_und_Mission.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: .8; }
    to   { opacity: .2; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: .8; }
    to   { opacity: .2; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: .8; }
    to   { opacity: .2; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: .8; }
    to   { opacity: .2; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: .8; }
    to   { opacity: .2; }
}

.imagine .imagine-header__info::after {
	content: '27';
	color: #fff;
}

.imagine .imagine-header__deco,
.imagine a:hover,
.imagine a:focus {
	color: #ff764b;
}

.imagine .deco__text,
.imagine .quotes__text {
	color: #d8c184;
}

/*
.imagine .demo--current::before {
	background: #ff764b;
}
*/

.imagine .btn--back {
	color: #ff764b;
}

.box {
	position: relative;
	width: 40vw;
	min-width: 300px;
	height: calc(90vh - 120px);
	margin-top: 40px;
	background-size: cover;
	background-position: 50% 0;
}

.box__title {
	font-size: 6em;
	position: absolute;
	bottom: 0;
	left: -1em;
	margin: 0;
	color: #fff;
}

.tabscontent__item:first-child .box {
	background-image: url(../img/portrait1.jpg);
}

.tabscontent__item:nth-child(2) .box {
	background-image: url(../img/portrait2.jpg);
}

.tabscontent__item:nth-child(3) .box {
	background-image: url(../img/portrait3.jpg);
}

@media screen and (max-width: 40em) {
	.view {
		overflow: auto;
		height: auto;
		min-height: calc(100vh);
		margin: 0;
	}
	.content {
		flex-direction: column;
		padding: 10px;
	}
	.imagine-header__info {
		font-size: 1.15em;
	}
	.deco__text,
	.quotes__text {
		display: none;
	}
	.imagine-links {
		margin: 0 0 1em;
	}
	.imagine-icon {
		font-size: 1em;
	}
	.imagine-header__deco {
		font-size: 1.25em;
	}
	.imagine-header__title {
		font-size: 5.5em;
		margin: 0 -4px;
	}
	.imagine-header__tagline {
		width: auto;
	}
	.quotes {
		align-items: flex-start;
		margin-top: 1em;
	}
	.imagine-header__info::after {
		font-size: 7em;
	}
	.btn--back {
		top: 0;
		right: 0;
	}
	.btn--menu {
		display: block;
	}
	.imagine .btn--menu {
		position: relative;
		margin: 0 2em 0 0;
	}
	.imagine .tabscontent__item {
		font-size: 0.575em;
		flex-direction: column;
	}
	.column__title {
		margin: 1em 0 0;
	}
}


.column .column__text a {color:#fff4d7;outline:0;border:0}
.column .column__text a:focus,
.column .column__text a:active,
.column .column__text a:visited {outline:0;border:0}
.column .column__text a:hover {color:#ff764b}
.clickback {position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background:transparent}

/*
.column,
.column .column__title,
.column .column__text {pointer-events: none;background: transparent}
.column a {pointer-events: all}
*/

@media screen and (max-width: 640px) {
	.imagine .view {margin-left: 0}
}

small {font-size: .6em;line-height: 1.6em;position: absolute;}
