@font-face {
	font-family: 'StudioFeixenSansMedium';
	src: url('fonts/StudioFeixenSans-Medium.eot'); 
	src: url('fonts/StudioFeixenSans-Medium.eot') format('embedded-opentype'), 
         url('fonts/StudioFeixenSans-Medium.woff2') format('woff2'), 
         url('fonts/StudioFeixenSans-Medium.woff') format('woff'), 
         url('fonts/StudioFeixenSans-Medium.ttf') format('truetype'); 
}
@font-face {
	font-family: 'StudioFeixenSansSemibold';
	src: url('fonts/StudioFeixenSans-Semibold.eot'); 
	src: url('fonts/StudioFeixenSans-Semibold.eot') format('embedded-opentype'), 
         url('fonts/StudioFeixenSans-Semibold.woff2') format('woff2'), 
         url('fonts/StudioFeixenSans-Semibold.woff') format('woff'), 
         url('fonts/StudioFeixenSans-Semibold.ttf') format('truetype'); 
}

.grid-guideline-1 {
color: #ff2600;
padding-right: 20px;
}

.grid-guideline-2 {
color: blue;
padding-right: 20px;
}

*{
   margin: 0;
   padding: 0;
font-family:  'StudioFeixenSansMedium';
font-feature-settings: "ss01","ss02","ss03","ss06","ss07";
font-size: 18px;
}


button {
background: rgba(0,0,0,0.2);
border: none;
padding: 10px;
border-radius: 10px;
}

.mobilenot {
}

.hellgrau {
	opacity: 0.3;
}

a.index {
	text-decoration: none;
    color: black;
    display: inline-block;
	margin-left: 25px;
	margin-right: 25px;
	opacity: 0.3;
}

a.index:hover {
	opacity: 1;
}

a.studio {
	text-decoration: none;
    color: black;
    display: inline-block;
	opacity: 0.3;
}

a.studio:hover {
	opacity: 1;
}

a.chapter {
	font-variant-numeric: tabular-nums;
	text-decoration: none;
    color: black;
    display: inline-block;
    padding: 5px 10px;
    margin: -5px;
	margin-left: 12px;
    border-radius: 30px;
	border-bottom: 1px;
	opacity: 0.3;
}

a.chapter:hover {
	background: rgba(0,0,0,0.05);
	opacity: 1;
}

a.chapter-active {
	font-variant-numeric: tabular-nums;
	background: rgba(0,0,0,1);
	text-decoration: none;
    color: white;
    display: inline-block;
    padding: 5px 10px;
    margin: -5px;
	margin-left: 10px;
    border-radius: 30px;
	border-bottom: 1px;
	opacity: 1;
	mix-blend-mode: multiply;
	
}

a.next {
	text-decoration: none;
    color: black;
    display: inline-block;
    padding: 7px;
    margin: -7px;
    border-radius: 30px;
	border-bottom: 1px;
}

a.next:hover {
	background: rgba(0,0,0,0.05);
}

.video-wrap {
	position: relative;
	display: flex;
	width: 330px;
	height: 330px;
	background: #ddd;
	background-image: url("/images/loading.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px;
    border-radius: 5px;
    overflow: hidden;
}

video {
	transform: scale(1,1);
	transition: transform 0.5s;
	100%;
}

video:hover {
	transform: scale(1.03,1.03);
}

video.loading {
}

.fullscreen {
	position: absolute;
	z-index: 2;
	width: 18px;
	height: 18px;
	margin: 10px;
	margin-left: 292px;
	padding: 5px;
	background: rgba(0,0,0,0.1);
	opacity: 0.3;
	border-radius: 4px;
	background-image: url("/images/fullscreen.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
}


.fullscreen:hover {
	opacity: 1;
}

.fullscreen-on {
	top: 20vh;
	left: calc(((100vw - 60vh) / 2) + 60vh - 48px);
	margin-left: 10px;
	position: fixed;
	z-index: 5;
	background-image: url("/images/fullscreen-close.png");
}

.fullscreen-video {
	position: fixed;
	top: 20vh;
	left: calc((100vw - 60vh) / 2);
	width: 60vh;
	height: 60vh;
	z-index: 4;
}

.fullscreen-backdrop {
}

.fullscreen-backdrop-on {
position: fixed;
top: 0px;
bottom: 0px;
	left: 0px;
	right: 0px;
z-index: 3;
backdrop-filter: blur(15px);
background: rgba(0,0,0,0.8);
}

.navigation-wrap {
padding: 15px 0px;
background: #ff2600;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
z-index: 11;
}

.sub-navigation {
width: 100%;
display: inline-block;
position: relative;
float: none;
padding-top: 160px;
}

.grid-navigation {
padding: 7px 0px;
position: fixed;
display: table;
background: #eee;
top: 50px;
left: 0px;
z-index: 10;
width: 100%;
}

.button-grid-navigation {
width: 35px;
height: 35px;
float: none;
margin: 5px;
border-radius: 2px;
opacity: 0.25;
transition: opacity 0.1s;
vertical-align: middle;
}

.button-grid-navigation:hover {
opacity: 1 !important;
	cursor: pointer;
}

.bgn-1 {
opacity: 1;
}

.subnav-1 {
	padding-left: 50px;
	width: calc(100%/3*2 - 50px);
	float: left;
}

.subnav-2 {
	width: calc(100%/3 - 50px);
	float: left;
	text-align: right;
}

.footer {
	margin-top: 50px;
	padding: 20px 0px;
	height: 100px;
	color: #515151;
	background-color: #8e8e8e;
	width: calc(100%);
	display: inline-block;
	z-index: 3;
}

.sub-navigation {
padding-bottom: 20px !important;
}

.content-wrap {
margin: auto;
max-width: 1520px;
}

.category-wrap {
display: grid;
}

.sub-wrap {
padding-top: 100px !important;
clear: both;
}


.column-wrap {
float: left;
width: 330px;
}

.post-title {
padding-bottom: 10px;
padding-top: 10px;
}


.double-column-wrap {
float: left;
width: 50vw;
}

.column-border {
padding: 15px;
}

.outer-border {
padding-left: 40px;
}

.title {
font-size: 118px;
line-height: 98px;
margin-bottom: 50px;
letter-spacing: -2px;
font-family:  'StudioFeixenSansSemibold';
}

.sub-title {
font-size: 36px;
font-family:  'StudioFeixenSansSemibold';
}

.text {
font-size: 18px;
}

@media only screen and (max-width: 1520px) {
	
	.mobilenot {
	}

	.content-wrap {
		max-width: 1160px;
	} 

}


@media only screen and (max-width: 1160px) {

	.mobilenot {
	}

	.content-wrap {
		max-width: 800px;
	} 

}

@media only screen and (max-width: 800px) {
	
	.mobilenot {
		display: none !important;
	}

	.content-wrap {
		max-width: inherit;
	} 

	.column-wrap {
		width: calc(100vw - 90px);
	}

.subnav-1 {
	padding-left: 50px;
	width: calc(100%/2 - 50px);
	float: left;
}

.subnav-2 {
	width: calc(100%/2 - 50px);
	float: left;
	text-align: right;
}

video {
	transform: scale(1,1);
}
	
video:hover {
	transform: scale(1,1);
}

.outer-border {
padding-left: 30px;
}

.video-wrap {
	width: calc(100vw - 96px);
	height: calc(100vw - 96px);
}

}

@media only screen and (max-device-width: 800px) {
	
	.mobilenot {
		display: none !important;
	}

	.content-wrap {
		max-width: inherit;
	} 

	.column-wrap {
		width: calc(100vw - 90px);
	}

.subnav-1 {
	padding-left: 50px;
	width: calc(100%/2 - 50px);
	float: left;
}

.subnav-2 {
	width: calc(100%/2 - 50px);
	float: left;
	text-align: right;
}

video {
	transform: scale(1,1);
}

video:hover {
	transform: scale(1,1);
}

.outer-border {
padding-left: 30px;
}

.video-wrap {
	width: calc(100vw - 96px);
	height: calc(100vw - 96px);
}


}

