/*
Theme Name: Bureau Noir Client Theme
Author: Bureau Noir - Creative Network
Author URI: https://www.bureaunoir.com
Version: 5.0
*/

@import url('https://fonts.googleapis.com/css?family=Barlow:300,400,700');

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
	background: #fff;
	color: #000000;
	font-size: 13px;
	line-height: 18px;
	font-family: 'Barlow', sans-serif;
    overflow-x: hidden;
}

.zitierter {
	font-size: 16px;
}

.rev,
.seq {
	visibility: hidden;
}

* {
    box-sizing: 			border-box;
    -o-box-sizing: 		border-box;
    -moz-box-sizing: 		border-box;
    -webkit-box-sizing: 	border-box;
	-webkit-overflow-scrolling: touch;
}

*:focus {
    outline: none;
}

/* Basic Styles */

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

.acf-map img {
   max-width: inherit !important;
}

h1 {
	
}

h2 {
	color: #BC731D;
	letter-spacing: 2px;
	font-size: 18px;
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {
	
}

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

a:hover {
	
}

img {
    max-width: 100%;
    width: 100%;
    display: block;
}

/* Utility Classes */

.inner {
	max-width: 1400px;
	width: 100%;
    padding: 0 20px 40px 20px;
	margin: 0 auto;
	position: relative;
}

.inner-first {
	padding-top: 150px;
}

.min-height {
	min-height: 100vh;
}

.video {
	width: calc(100% / 3 - 10px);
	margin: 5px;
	position: relative;
}

.youtube-video-holder {
	position: fixed;
	background: rgba(189, 114, 29, 0.8);
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	display: none;
	z-index: 999;
	align-items: center;
	justify-content: center;
	padding: 100px 200px;
}

.youtube-video-place {
	position: relative; 
	padding-bottom: 56.25%;
	height: 0; 
	width: 100%;
}

.video-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #000;
    max-width: 30px;
    cursor: pointer;
    z-index: 999;
}

.youtube-video-place iframe {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.overlay {
	position: absolute; 
	width: 100%; 
	height: 100%; 
	background: rgba(79, 77, 71, 0.8); 
	text-align: center; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	color: #fff; 
	text-transform: uppercase; 
	letter-spacing: 1.3px; 
	font-size: 13px;
	opacity: 0;
	transition: all 0.2s ease;
}

.video:hover .overlay {
	opacity: 1;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clearfix {
    zoom:1;
}

.clearfix:after {
    clear:both;
}

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

/* Inputs */

input[type="text"] {
	
}

input[type="email"] {
	
}

input[type="password"] {
	
}

input[type="submit"] {
	
}

textarea {
	
}

/* Grid */

.grid {
	display: grid; 
	grid-gap: 20px;
}

.grid-2 { 
	grid-template-columns: 1fr 1fr; 
}

.grid-3 { 
	grid-template-columns: 1fr 1fr 1fr; 
}

.grid-4 { 
	grid-template-columns: 1fr 1fr 1fr 1fr; 
}

.grid-5 { 
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr; 
}

.grid .grid-col {
	background: #fafafa;
	border-radius: 5px;
	overflow: hidden;
}

/* Header */

.site-header {
    width: 100%;
    height: auto;
    display: inherit;
    z-index: 999;
    padding: 0;
    line-height: 13px;
    background: #ffffff;
    padding: 0 0 15px 0;
    position: fixed;
}

.header-inner {
	max-width: 1400px;
	width: 100%;
    padding: 100px 25px 0 25px;
	margin: 0 auto;
}

.site-branding {
    max-width: 250px;
    width: 100%;
    float: left;
}

.site-branding img,
.site-branding a {
    width: 100%;
    display: block;
}

/* Footer */

.site-footer {
    width: 100%;
    height: auto;
    text-align: left;
}

.fixed .site-footer {
	position: fixed;
	bottom: 0; 
	left: 0;
}

.footer-nav {
	position: relative;
	padding: 10px 25px 40px 25px;
}

.footer-nav a {
	color: #000;
	font-size: 13px;
	letter-spacing: 1.3px;
	text-transform: uppercase;
}

.footer-nav:before {
	content: "";
	position: absolute;
	top: 0;
	left: 25px;
	width: 200px;
	height: 1px;
	background: #000;
}

.site-footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Navigation */

nav {
    width: auto;
    float: right;
    text-align: right;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    display: inline-block;
    margin: 0 0 0 20px;
    position: relative;
}

nav ul li:last-child { 
	display: none;
}

nav ul li ul li:last-child { 
	display: inherit;
}

nav ul li ul {
	display: none;
    position: absolute;
    width: 140px;
    top: 17px;
    right: 0;
    padding: 15px 0 0 0;
    text-align: left;
    background: #fff;
    z-index: 999;
 }

nav ul li ul li {
	display: block;
	margin: 0;
	padding: 5px 8px 0 8px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

nav ul li ul li:last-child {
	border-bottom: 1px solid #000;
}

nav ul li ul li a {
	border: none !important;
}

nav ul li ul li:hover {
	background: #000;
}

nav ul li ul li:hover a {
	color: #fff;
}

nav ul li ul li a {
	text-shadow: none !important;
}

nav ul li.current-menu-item:hover > ul {
	display: inherit;
}

nav ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    padding-bottom: 5px;
}

nav ul li a:hover {
	border-bottom: 2px solid #000;
}

nav ul li.current-menu-item a {
	border-bottom: 2px solid #000;
}

.menu-btn {
    width: auto;
    text-align: center;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
}

.mobile-btn {
    display: inline-block;
    cursor: pointer;
    padding: 4px 8px;
    margin: 0 0 0 2px;
    color: #000;
    font-size: 20px;
    box-sizing: 		border-box;
    -o-box-sizing: 		border-box;
    -moz-box-sizing: 	border-box;
    -webkit-box-sizing: border-box;
}

.close-btn {
    display: none;
    position: absolute;
    right: 10px;
    top: 17px;
    cursor: pointer;
    color: #000;
    padding: 4px 5px;
    margin: 0 0 0 2px;
    font-size: 20px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    z-index: 999;
}
}

.site-content {
    width: 100%;
    min-height: 200px;
}

.hero {
	width: 100%;
    height: 100vh;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: left;
    position: relative;
}



.cookieConsentContainer {
	z-index: 999;
	width: 350px;
	min-height: 20px;
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
	background: #232323;
	overflow: hidden;
	position: fixed;
    bottom: 30px;
	right: 30px;
	display: none;
}
.cookieConsentContainer .cookieTitle a {
	font-family: 'Barlow', sans-serif;
	color: #FFFFFF;
	font-size: 22px;
	line-height: 20px;
	display: block;
}
.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	font-family: 'Barlow', sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	display: block;
	margin-top: 10px;
} .cookieConsentContainer .cookieDesc a {
	font-family: 'Barlow', sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
.cookieConsentContainer .cookieButton a {
	display: inline-block;
	font-family: 'Barlow', sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	background: #000000;
	box-sizing: border-box; 
	padding: 15px 24px;
	text-align: center;
	transition: background 0.3s;
}
.cookieConsentContainer .cookieButton a:hover { 
	cursor: pointer;
	background: #3E9B67;
}

.desktop {
	max-width: 260px;
	float: left;
	margin-top: 10px;
}

.mobile {
	display: none;
}

.contact-text {
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    bottom: 40px;
    right: 20px;
}

.contact-text p {
	margin: 0;
	padding: 0;
}

.sskin-50 {
	width: 50%;
	float: left;
	padding-right: 20px;
	line-height: 22px;
}

.sskin-50 strong {
	text-transform: uppercase;
	letter-spacing: 1px;
}

.about-img {
	margin-bottom: 10px; 
	width: 100%; 
	height: 400px;
	background-position: center center;
	background-size: cover;
}

.mobile-contact-text {
	display: none;
}

.videos {
	margin-bottom: 50px;
}

.dsk {
	display: inherit;
}

.mob {
	display: none;
}

@media only screen
and (max-width : 800px) {
	
.video {
	width: calc(100% / 2 - 10px);
	margin: 5px;
	position: relative;
}

.youtube-video-holder {
    position: fixed;
    background: rgba(189, 114, 29, 0.8);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    z-index: 999;
    align-items: center;
    justify-content: center;
	padding: 20px;
}

}

@media only screen
and (max-width : 800px) and (orientation: landscape) { 
	
	.fixed {
		display: none;
	}
	
	.video {
		width: calc(100% - 10px);
		margin: 5px;
		position: relative;
	}
	
	.youtube-video-holder {
	    position: fixed;
	    background: rgba(189, 114, 29, 0.8);
	    width: 100%;
	    height: 100vh;
	    top: 0;
	    left: 0;
	    display: none;
	    z-index: 999;
	    align-items: center;
	    justify-content: center;
		padding: 0;
	}
	
}

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

	.fixed {
		display: none;
	}
	
	.dsk {
		display: none;
	}
	
	.mob {
		display: inherit;
	}
	
	.videos {
		margin-bottom: 0;
	}
	
	.site-footer {
		display: none;
	}
	
	nav ul li:last-child { 
		display: inherit;
	}
	
	.inner {
		max-width: 1400px;
		width: 100%;
	    padding: 0 10px 40px 10px;
		margin: 0 auto;
		position: relative;
	}
	
	.inner-first {
		padding-top: 100px;
	}
	
	.sskin-50 {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	
	.zitat {
		font-size: 20px;
		line-height: 30px;
	}
	
	.zitierter {
	    font-size: 40px;
	    line-height: 50px;
	}
	
	.about-img {
		margin-bottom: 10px; 
		width: 100%; 
		height: 600px;
		background-position: center center;
		background-size: cover;
	}
	
	.header-inner {
		max-width: 1400px;
		width: 100%;
	    padding: 60px 25px 0 25px;
		margin: 0 auto;
	}
	
	.youtube-video-holder {
	    position: fixed;
	    background: rgba(189, 114, 29, 0.8);
	    width: 100%;
	    height: 100vh;
	    top: 0;
	    left: 0;
	    display: none;
	    z-index: 999;
	    align-items: center;
	    justify-content: center;
		padding: 0;
	}
	
	.site-branding {
	    max-width: 250px;
	    width: 100%;
	    float: none;
	    margin: 0 auto;
	}
	
	.video {
		width: calc(100% - 10px);
		margin: 5px;
		position: relative;
	}
	
	.desktop {
		display: none;
	}
	
	.mobile {
		max-width: 120px;
		margin: 0 auto;
		display: block;
	}
	
	.contact-text {
		display: none;
	}
	
	.mobile-contact-line {
		width: 2px;
		margin: 20px auto;
		height: 140px;
		background: #000;
	}
	
	.mobile-contact-text {
		display: inherit;
		text-align: center;
		font-size: 13px;
		line-height: 18px;
	}
	
	.mobile-contact-text p {
		margin: 0;
		padding: 0;
	}
	
	.cookieConsentContainer {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
	}
			
	/* Grid */
	
	.grid {
		display: grid; 
		grid-gap: 20px;
	}
	
	.grid-2,
	.grid-3,
	.grid-4,
	.grid-5,
	.grid-6 { 
		grid-template-columns: 100%; 
	}
	
	.menu-btn,
	.close-btn {
		display: inherit;
	}
	
	nav {
		width: 100%;
	    height: auto;
	    position: absolute;
	    top: 0;
	    right: 0;
	    background: #fff;
	    margin: 0 -100vw 0 0;
	    text-align: left;
	    transition: all 0.2s ease;
	    z-index: 998;
	    padding: 30px 15px 15px 15px;
	}
	
	nav ul li {
		display: block;
		padding: 10px 0 5px 0;
		margin: 0;
		border-top: 1px solid #000;
	}
	
	nav ul {
	    list-style: none;
	    padding: 0;
	    margin: 0;
	}
	
	nav ul li ul {
		display: none;
	    position: relative;
	    width: 100%;
	    top: 10px;
	    right: 0;
	    padding: 0 0 0 0;
	    text-align: left;
	    background: #fff;
	    z-index: 999;
	    margin-bottom: 10px;
	 }
	
	nav ul li ul li {
		width: 100%;
		display: block;
		margin: 0;
		padding: 5px 8px;	
		border: none;
	}
	
	nav ul li ul li:last-child {
		border: none;
	}
	
	nav ul li ul li a {
		border: none !important;
	}
	
	nav ul li ul li:hover {
		background: #000;
	}
	
	nav ul li ul li:hover a {
		color: #fff;
	}
	
	nav ul li ul li a {
		text-shadow: none !important;
	}
	
	nav ul li.current-menu-item > ul {
		display: inherit;
	}
	
	nav ul li a {
	    display: block;
	    text-decoration: none;
	    color: #000;
	    font-size: 13px;
	    text-transform: uppercase;
	    letter-spacing: 1.3px;
	    padding-bottom: 2px;
	    border-bottom: 2px solid #fff;
	}
	
	nav ul li a:hover {
		border: none;
	}
	
	nav ul li.current-menu-item a {
		border: none;
	}
	
	.open {
	    margin-right: 0;
	}

}
