/* ------------------------ */
/* ----- KID A DESIGN ----- */
/* ------------------------ */
/* ----- WEST EDITION ----- */
/* ------------------------ */

html {
	-webkit-font-smoothing: antialiased;
	font-kerning: auto;
	-webkit-tap-highlight-color: rgba(0,0,0,.4);
	text-rendering: optimizeLegibility;
}
::selection {
	background: #000000;
	color: #fff;
}
::-moz-selection {
	background: #000000;
	color: #fff;
}
body {
	font-family: 'maison_book', sans-serif;
	font-size: 18px;
	line-height: 31px;
	background-color: #141414;
	color: #fff;
	padding: 0px;
	margin: 0px;
	text-align: left;
	letter-spacing: .5px;
	transition: background-color 1s, color 1s;
}
body.switchwhite {
	background-color: #fff;
	color: #000;
}
body.switchblack {
	background-color: #000;
	color: #fff;
}

/* ----- DEFAULT HTML STYLES ----- */

figure {
	display: block;
	margin: 0; padding: 0;
}
a,
a:active,
a:hover,
a:focus {
	outline: 0;
	text-decoration: none;
}
p {
	margin-top: 0px;
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
button:focus {
	outline: none;
}
address {
	font-style: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
td,
th {
	padding: 0;
	text-align: left;
}
ul,
ol {
	margin-top: 0;
	margin-bottom: 20px;
}
ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}
pre {
	background: #f1f1f1;
	font-size: 12px;
	padding: 15px;
	color: #686868;
}
img {
	border: none;
	display: block;
}
strong {
	font-weight: bold;
}

/* ----- DEFAULT BAKEHOUSE HTML ----- */

.bhe-content-noteditable {
	transition: opacity .4s;
}
a.bhElement {
	display: block;
}
.bhElement, .bhPseudoElement {
    position: relative;
    margin-bottom: 20px;
}
.bh-downloadlink-name {
    padding: 10px;
}
.bh-femode .bhImageInner{
    overflow: hidden;
}
.bh-tabcontent > .bhContainer {
    display: none;
}
.bh-tabcontent .bh-tabcontent-active {
    display: block;
}
audio {
	width: 100%;
}
.mce-edit-focus {
	outline: none !important;
}
.clearfix:after, .cf:after, .floatchildren:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix, .cf, .floatchildren {
    display: block;
}
.floatchildren > * {
    float: left;
    min-height: 1px;
}
.beside, .L, .l {
    float: left;
}
.rightside, .R, .r {
    float: right;
}

/* ----- BH-BEMODE ----- */

.bh-bemode #Page {
	padding-top: 50px;
	transition: padding-top .4s;
}
.bh-bemode.bhe-state-editing #Page {
	padding-top: 80px;
}

/* ----- PRELOADER ----- */

#Preloader {
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2;
}
#Preloader .preloadericon {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -15px;
	border-radius: 50%;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
/* 	border-bottom: 2px solid #dedede; */
	border-bottom: 2px solid #fff;

	-webkit-animation: rotation 0.8s infinite linear;
	-moz-animation: rotation 0.8s infinite linear;
	-ms-animation: rotation 0.8s infinite linear;
	-o-animation: rotation 0.8s infinite linear;
	animation: rotation 0.8s infinite linear;
}
@-webkit-keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* ----- COOKIES NOTIFICATION ----- */

#CookiesNotificaton {
	position: fixed;
	z-index: 3;
	bottom: 0px;
	width: 100%;
	background-color: #fafafa;
	border-top: 1px solid rgba(0,0,0,.1);
	height: 120px;
	display: none;
}

/* ----- PICTURES RESIZE ----- */

body:not(.bhe-state-editing) .bhPicture.bhElement:not(.picnoresize) img,
body:not(.bhe-state-editing) .bhBox.bhElement img {
	width: 100%;
	height: auto;
}

/* ----- PAGE ----- */

#Page {
	z-index: 1;
	left: 0px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

/* ----- TOP ----- */

#TopWrapper {
	z-index: 100;
	width: 100%;
	transform: translateY(70px);
	position: absolute;
}
.bh-bemode.bhe-state-editing #TopWrapper {
	pointer-events: none;
}
.bh-bemode.bhe-state-editing.bhe-state-dragging #TopWrapper {
	opacity: 0;
}
#TopWrapper {
	position: absolute;
}
body.preparemenu #TopWrapper {
	position: fixed;
	transform: translateY(-75px);
	height: 50px;
	padding-top: 25px;
	background-color: #141414;
}
body.preparemenu #Top ul.jobnavi_box {
	display: none;
}
body.preparemenu.scrolldown ul.mainnavi_box {
	opacity: 0;
	pointer-events: none;
	margin-top: 30px;
}
body.projectview #TopWrapper {
	transform: translateY(0px);
	transition: all .5s;
}
#Top {
	position: relative;
}
#MainButton {
	width: 24px;
	height: 24px;
	padding: 0;
}
.hamburger {
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger:hover {
	opacity: 0.7;
}
.hamburger-box {
	width: 24px;
	height: 24px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 24px;
	height: 3px;
	background-color: #fff;
	border-radius: 3px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
body.notheader .hamburger-inner,
body.notheader .hamburger-inner::before,
body.notheader .hamburger-inner::after {
	background-color: #cccccc;
}
.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger--spring .hamburger-inner {
	top: 0px;
	transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
	top: 7px;
	transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
	top: 14px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
	transition-delay: 0.22s;
	background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
	top: 0;
	background-color: #fff;
	transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
	top: 0;
	background-color: #fff;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 8px, 0) rotate(-45deg);
}
#Logo {
	width: 65px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 30px 60px 30px 45px;
	margin-top: -30px;
	margin-left: -45px;
	z-index: 2;
	position: relative;
}
#Logo .wst1,
#Logo .wst0 {
	transition: stroke .4s;
}
body.notheader #Logo .wst1,
body.notheader #Logo .wst0 {
	stroke: #cccccc;
}

/* ----- HAUPTNAVIGATION ----- */

.bh-navigation {
	position: relative;
	z-index: 1;
}
.bh-navigation ul.mainnavi_box {
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	transition: all .5s;
}
.bh-navigation ul.mainnavi_box li.mainnavi_item {
	display: inline-block;
}
.bh-navigation ul.mainnavi_box li.mainnavi_item a {
	color: #fff;
	font-size: 17px;
	padding-left: 15px;
	padding-right: 15px;
	letter-spacing: .7px;
	position: relative;
	transition: opacity .4s;
}
.bh-navigation ul.mainnavi_box li.mainnavi_item a:after {
	content: '';
	display: block;
	height: 1px;
	width: 0;
	background: rgba(255,255,255,.3);
	position: absolute;
	bottom: -10px;
	left: 15px;
	transition: width .4s;
}
.bh-navigation ul.mainnavi_box li.mainnavi_item:hover a {
	opacity: .4;
}
.bh-navigation ul.mainnavi_box li.mainnavi_item:hover a:after {
	width: calc(100% - 30px);
}

/* ----- JOB-NAVIGATION ----- */

.bh-navigation ul.jobnavi_box {
	margin: 0;
	padding: 0;
	text-align: right;
	position: absolute;
	width: 80px;
	top: 0;
	right: 0;
}
.bh-navigation ul.jobnavi_box li.jobnavi_item {
	display: inline-block;
	padding-right: 30px;
}
.bh-navigation ul.jobnavi_box li.jobnavi_item a {
	color: #747474;
	font-size: 17px;
	letter-spacing: .7px;
}
.bh-navigation ul.jobnavi_box .jobnavi_offers {
	background: #446FDE;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	position: absolute;
	top: 1px;
	right: 0;
	color: #fff;
}

/* ----- SOCIAL ----- */

#SocialBar {
	position: fixed;
	top: calc(50% - 110px);
	transform: rotate(90deg);
	left: 60px;
	width: 220px;
	transform-origin: 0 0;
}
#SocialBar a {
	padding-right: 20px;
	color: #828282;
	transition: color .4s;
}
#SocialBar a:hover {
	color: #fff;
}

/* ----- MAIN ----- */

main .bhElement {
	margin-bottom: 46px;
}
main {
	margin-top: 250px;
	margin-bottom: 250px;
}
body[data-page="181"] main {
	margin-bottom: 0px !important;
}


/* ----- EDITOR DEFAULT STYLES ----- */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-kerning: auto;
	text-rendering: optimizeLegibility;
	font-weight: normal;
}
h1 {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 2px;
	padding-bottom: 15px;
	padding-left: 2px;
	font-family: 'maison_demi';
	margin-bottom: 0px !important;
}
h2 {
	font-size: 40px;
	line-height: 58px;
	color: #C3C3C3;
	text-transform: none;
    font-family: 'maison_book';
    letter-spacing: -.3px
}
h3 {
	font-weight: 400;
	font-size: 28px;
	line-height: 42px;
	margin-bottom: 10px !important;
	column-span: all;
	-webkit-column-span: all;
}
/*
h4 {
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 2.2px;
	text-transform: uppercase;
}
*/
h4 {
	font-weight: normal;
	font-size: 64px;
	line-height: 68px;
}
h5 {
	font-size: 32px;
	line-height: 43px;
	color: #4f4f4f;
	letter-spacing: 2%;
	margin-bottom: 0px !important;
}
h6 {
	font-size: 16px;
	text-transform: uppercase;
}
.bh-bodytext a,
.bh-bodytext a:visited {
	color: #ffffff;
	position: relative;
	display: inline-block;
}
.bh-bodytext p {
	margin-bottom: 25px !important;
}
.bh-bodytext a:after {
	content:'';
	display: block;
	height: 1px;
	width: 0%;
	background-color: rgba(255,255,255,.10);
	transition: width .4s;
}
.bh-bodytext a:hover:after {
	width: 100%;
}
.picturesection-content .bh-bodytext a:after {
    background-color: rgba(255,255,255,.5);
}
main .bh-bodytext ul,
aside#RelatedContent .bh-bodytext ul {
	list-style: none;
	padding: 0;
}
main .bh-bodytext ul li:before,
aside#RelatedContent .bh-bodytext ul li:before {
	content: '\e902';
	font-family: 'bakehouse-iconset' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 16px;
	padding-right: 10px;
	line-height: 1;
}
header h1, header h2, header h3, header h4, header h5, header h6 {
	color: #fff;
}
header h1:after, header h2:after {
	background-color: #fff;
}

/* ----- EDITOR CUSTOM STYLES ----- */

.bh-bodytext .bhe-small {
	font-size: 75%;
}
.bh-bodytext .bhe-big {
	font-size: 125%;
}
.bh-bodytext .bhe-teaser {
	text-transform: none;
	letter-spacing: 0px;
	font-size: 92px;
	line-height: 104px;
	color: #E1E1E1;
	font-family: 'maison_medium';
}
.bh-bodytext .bhe-uppercase {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.bh-bodytext .bhe-highlight {
	background-color: #fff94d;
	font-style: italic;
	padding: 1px 5px;
}
.bh-bodytext .bhe-color {
	color: #E60114;
}
.bh-bodytext .bhe-white {
	color: #FFFFFF;
}
.bh-bodytext .bhe-black {
	color: #000000;
}
.bh-bodytext .bhe-blue {
	display: inline-block;
	color: #fff;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	font-size: 18px;
	line-height: 44px;
	background-color: #446FDE;
	text-align: center;
	margin-left: 7px;
    position: absolute;
    margin-top: -10px;
}
.bh-bodytext .bhe-quote {
	max-width: 300px;
	float: left;
	font-size: 19px;
	margin-left: -20px;
	border-top: 5px solid #000; border-bottom: 5px solid #000;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bh-bodytext .bhe-grey {
	color: #A8A8A8;
}
.bh-bodytext .transparency {
	opacity: .6;
}

/* ----- FOOTER ----- */

footer {
	color: #6f6f6e !important;
	background-color: #F2F3F3;
	font-size: 15px;
}

.FooterLogo2 {
	border: 1px solid red;
	box-sizing: border-box;
	position: relative;
	display: none;
}

footer .bh-bodytext a {
	color: #6f6f6e !important;
	border-bottom: 1px solid transparent;
	transition: all .4s;
}
footer .bh-bodytext a:hover {
	color: #000 !important;
}
#FooterTop {
	padding: 70px;
	border-bottom: 1px solid #e7e7e7;
}
#FooterBottom {
	padding: 30px 70px
}
#LogoFooter {
	width: 65px;
	height: 20px;
	padding-top: 15px;
}
a.workwithus-link {
	color: #000;
	font-size: 17px;
	transition: all .4s;
}
a.workwithus-link span {
	padding-left: 13px;
}
a.workwithus-link:hover {
	opacity: .4;
}

/* ----- ANCHORMENU ------ */

#AnchorMenu {
	position: fixed;
	top: 40%;
	right: 100px;
	width: 150px;
	z-index: 100;
}
#AnchorMenu a {
	display: block;
	color: #828282;
	transition: color .4s;
	position: relative;
	padding-bottom: 3px;
	font-size: 17px;
}
#AnchorMenu a:hover {
	color: #fff;
}
#AnchorMenu .anchormenucounter {
	font-size: 11px;
	position: absolute;
	top: -4px;
	padding-left: 8px;
}

/* ----- FORMULAR ------ */

#Page .bh-field {
	text-align: center;
}
#Page input[type="text"],
#Page textarea,
#Page input[type="submit"] {
	background-color: #fff;
	border-radius: 3px;
	border: none;
	margin-bottom: 10px;
	padding-top: 4px;
	line-height: 28px;
	height: 32px;
	font-size: 14px;
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	color: #000;
}
#Page textarea {
	height: auto;
	min-height: 200px;
}
#Page input[type="text"]:focus,
#Page textarea:focus {
	outline: none;
	box-shadow: 0px 0px 0px 3px rgba(255,255,255,.3);
}
#Page input[type="submit"] {
	margin: 0 auto;
	position: relative;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	width: 100%;
	padding: 0;
	height: 40px;
	padding-top: 2px;
}
#Page input[type="submit"]:focus {
	outline: none;
}
#Page input[type="submit"]:active {
	background: rgba(0,0,0,1);
}

/* ----- BH-ANFRAGE ----- */

.bhAnfrage.bhElement {
	padding: 40px;
	padding-top: 33px;
	background-color: #E60114;
	max-width: 1200px;
	margin: 0 auto;
}
#Page .bhAnfrage input[type="text"] {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 50px;
	background: transparent;
	border-radius: 0;
	border-bottom: 1px dashed #fff;
	color: #fff;
	padding: 0;
	width: 100%;
}
#Page .bhAnfrage input[type="text"]:focus,
#Page .bhAnfrage input[type="submit"]:focus {
	outline: none;
	border: 0;
	box-shadow: none;
	border-bottom: 1px dashed #000;
}
#Page .bhAnfrage textarea {
	margin-top: 20px;
	font-size: 18px;
}
#Page .bhAnfrage input[type="submit"] {
	font-weight: 500;
	font-size: 28px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(0,0,0,.2);
	transition: background-color .4s;
}
#Page .bhAnfrage input[type="submit"]:hover {
	background-color: rgba(0,0,0,1);
}
.bhAnfrage.bhElement .bh-field-headline {
	text-align: center;
	margin-bottom: 20px;
}

/* ----- ROUTENPLANER ----- */

#Page .bhRoute.bhElement {
	margin: 0 auto;
}
#Page .cooRouteLocation {
	padding: 0 !important;
	background: rgba(0,0,0,.3) !important;
	text-align: center;
	height: 68px;
	position: absolute;
	top: 432px;
	left: 0;
	width: 100%;
	z-index: 2;
}
#Page .cooRouteLocation form {
	padding: 15px;
}
#Page .cooRouteLocation input[type="text"] {
	width: 30%;
	margin-right: 10px;
	padding-left: 1.5%;
	padding-right: 1.5%;
}
#Page .cooRouteLocation input[type="submit"] {
	width: 230px;
    font-size: 20px;
    font-weight: 500;
}
.cooRouteLegs .adp-placemark {
	background: rgba(0,0,0,.1) !important;
}
.cooRouteLegs .adp-placemark {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}
.cooRouteLegs .adp-directions td:first-child {
	background: #fff !important;
}
.cooRoutePointSubtext {
	color: #000;
	text-align: center;
	padding-bottom: 15px;
}
#Page .cooRouteMap {
	min-height: 500px;
	opacity: 1;
	pointer-events: none;
	transition: opacity .4s;
}
#Page .cooRouteLegs {
}
#Page table.adp-placemark {
	background: #fff !important;
}
.cooRouteLegs .adp-summary {
    background: #000 !important;
}

/* ----- TABELLE ----- */

#Page .bh-bodytext table {
	margin-bottom: 20px;
}
#Page .bh-bodytext table tr td {
	border-right: 1px solid #dddddd;
	padding: 7px;
}
#Page .bh-bodytext table tr td:first-child {
	color: #E60114;
}
#Page .bh-bodytext table tr td:last-child {
	border-right: none;
}
#Page .bh-bodytext table tr:nth-child(odd) {
	background-color: rgba(0,0,0,.04);
}
#Page .bh-bodytext table tr:last-child {
	border-bottom: 1px solid #dddddd;
}

/* ----- OVERLAY ----- */

#Overlay {
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 400;
	opacity: 0;
	transition: all 1s;
	pointer-events: none;
	overflow-y: scroll;
	overflow-x: hidden;
}
#Overlay #OverlayPic {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 50%;
}
#Overlay .bhPictureSection.bhElement .bhBgImage {
	opacity: 0;
	top: 50px;
	transition: all 1s 1s;
}
body.overlayloaded #Overlay {
	top: 0;
	opacity: 1;
	pointer-events: auto;
}
body.overlaypicloaded #Overlay .bhPictureSection.bhElement .bhBgImage {
	opacity: 1;
	top: 0;
}
body.overlaypicbetween #Overlay .bhPictureSection.bhElement .bhBgImage {
	opacity: 0;
	top: 50px;
	transition: all 1s;
}
body.overlayloaded {
	top: 0;
	opacity: 1;
	pointer-events: auto;
}
body.overlayopen {
	overflow: hidden;
}
#Overlay #OverlayContent,
#Overlay #OverlayContent2 {
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	margin-left: 100%;
	width: 50%;
	height: 100vh;
	width: 50vw;
	animation: overlaypullout 2s forwards ease;
	overflow-x: hidden;
	overflow-y: scroll;
}
body.overlayloaded.overlaycontent1 #Overlay #OverlayContent2 { animation: overlaypullout 2s forwards ease; overflow: hidden; height: 100vh; }
body.overlayloaded.overlaycontent1 #Overlay #OverlayContent { animation: overlaypullin 2s forwards ease; }
body.overlayloaded.overlaycontent2 #Overlay #OverlayContent2 { animation: overlaypullin 2s forwards ease; overflow-y: scroll; overflow-x: hidden;}
body.overlayloaded.overlaycontent2 #Overlay #OverlayContent { animation: overlaypullout 2s forwards ease; overflow: hidden; height: 100vh; }

@-webkit-keyframes overlaypullin {
	0%   { margin-left: 100%; z-index: 2; }
	50%  { margin-left: 50%;  z-index: 2; }
	100% { margin-left: 50%;  z-index: 2; }
}
@-webkit-keyframes overlaypullout {
	0%   { margin-left: 50%;  z-index: 1; }
	50%  { margin-left: 50%;  z-index: 1; }
	100% { margin-left: 100%; z-index: 1; }
}

/* ----- OVERLAY LOADER ----- */

#OverlayLoader {
	position: fixed;
	top: 0;
	width: 0vw;
	height: 5px;
	background-color: #fff;
	z-index: 500;
}
body.overlayopen  #OverlayLoader {
	width: 100vw;
	transition: width 2s, opacity .3s;
}
body.overlayloaded  #OverlayLoader {
	opacity: 0;
}

/* ----- COLORBOX ----- */

#cboxOverlay {
    background: rgba(0,0,0,0.95);
}

/* ----- RESPONSIVE ALERT ----- */
#bh-responsive-overlay{
	color: black;
}

/* ----- COOKIES WARNING ------ */
.bh-cookies-warning{ 
    background-color: #343434;
    color: white;
    text-align: center;
}
.bh-cookies-warning-link{
	display: none;
}
.bh-cookies-warning-accept{
	position: absolute;
	right: 0;
	top: 0;
	bottom: auto;
	margin: 0;
	padding: 5px;
}
.bh-cookies-warning-accept,
.bh-cookies-warning-link{
	color: white;
}
.bh-cookies-warning-accept:hover,
.bh-cookies-warning-link:hover{
	color: #00BAE8
}
.bh-cookies-warning-text{
	font-size: 12px;
}
.bh-cookies-warning-text a{
	font-weight: bold;
	color: inherit;
	text-decoration: underline;
}

/* ----- COVER DEFAULT ----- */

.cover-startseite {
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.cover-startseite .videoouter {
	overflow: hidden;
	height: 100vh;
	position: relative;
}
.cover-startseite video {
    display: block;
    min-width: auto;
    min-height: 100vh !important;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    top: 50%;
    width: auto;
    height: 100vh;
}
.cover-startseite .cover-title {
	position: absolute;
	bottom: 110px;
	right: 90px;
	font-size: 13.5px;
	letter-spacing: .5px;
}
.cover-startseite .cover-title a {
	color: rgba(255,255,255,.5);
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.cover-startseite .cover-title a:hover {
	color: rgba(255,255,255,1);
	border-bottom: 1px solid rgba(255,255,255,1);
}

/* ----- COVER SAMMY ----- */

/*
body[data-page="1"] .bh-navigation ul.jobnavi_box li.jobnavi_item a {
	color: #ffd1ec;
}
.cover-startseite video {
    opacity: .8;
}
body[data-page="1"] #Logo svg .wst1,
body[data-page="1"] #Logo svg .wst0 {
    stroke: #ffd1ec;
}
*/

/* ----- COVER WINTERISCOMING ----- */

/*
body[data-page="1"] #Logo svg .wst1,
body[data-page="1"] #Logo svg .wst0 {
    stroke: #ffffff;
}
*/

/* ----- COVER TRISTESSE ----- */

.cover-startseite {
	background-image: url(../../uploads/tx_bh/2021_titelbild_martina_west_2777-22-f.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
body[data-page="1"] #Logo svg .wst1,
body[data-page="1"] #Logo svg .wst0 {
    stroke: #ffffff;
}
body[data-page="1"] .bh-navigation ul.jobnavi_box li.jobnavi_item a {
	color: #ffffff;
}

/* ----- YOUTUBE VIDEO ----- */

.yt-wizard-wrapper, .vi-wizard-wrapper {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}
.yt-wizard-wrapper iframe, .vi-wizard-wrapper iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

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

