/********************/
/*	  INHALT		*/
/*********************
1.0 ALLGEMEIN
2.0 CONTAINER
3.0 TEXT
4.0ORMULAR
5.0 TABELLEN
6.0 SONSTIGES
********************/

/* ============================================= 1.0 ALLGEMEIN ============================================= */
	@import url("../fonts/charter.css");
	/* ------ 1.1 MAIN ------ */
	/*.test {
		position: absolute!important;
		top: 45%;
	}*/
	.mood-video video {
		width: 100% !important;
	}
	.Absolute-Center {
	  margin: auto;
	  position: absolute;
	  top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
	.videoControl {
		top: auto !important;
		bottom: 15px;
	}
	#mood-video-togglePlay, #mood-video-toggleSound {
		width: 43px;
		height: 43px;
		border-radius: 50%;
		border: 2px solid white;
		background-color: black;
	}
	#mood-video-togglePlay img, #mood-video-toggleSound img {
		width: 100%;
		height: 100%;
	}
	.d-flex {
	  display: -webkit-box !important;
	  display: -ms-flexbox !important;
	  display: flex !important;
	}
	.justify-content-center {
	  display:flex;
	  justify-content: center !important;
	}
	.align-items-center {
	  -webkit-box-align: center !important;
	  -ms-flex-align: center !important;
	  align-items: center !important;
	}
	.align-self-center {
	  -ms-flex-item-align: center !important;
	  align-self: center !important;
	}

	* {
		font-family: "CharterBT-Roman", serif;
		font-smooth: always;
	    -webkit-font-smoothing: antialiased;
	}
	html, body {
		outline: none;
		color: #000;
		height: 100%;
		background: white;
	}
	body {
		z-index: 100;
	}
	p {
		font-family: "CharterBT-Roman" , 'Cambria' serif;
		letter-spacing: 0.5px;
	}
	#content ul li {
		margin-bottom: 15px;
	}
	#employer-branding ul li {
		font-family: "CharterBT-Roman" , 'Cambria' serif;
		letter-spacing: 1px;
		font-size: 23px;
		list-style: circle;
	}
	@media (max-width: 1191px) {
		#employer-branding ul li {
			font-size: 17px;
			}
		}
	a {
		color: #fff !important;
		outline: none !important;
		text-decoration: none !important;
	}
	hr {
		border-top: 1px solid black !important;
	}
	.knockout {
		font-family: 'Knockout 69 A', 'Knockout 69 B', Impact, sans-serif;
	}
	.text-black {
		color: black;
	}
/* ============================================= 2.0 CONTAINER ============================================= */
	.container-footer {
		height:500px;
		background-size: contain;
	}
	@media (max-width: 1191px) {
		.container-footer {
			height:250px;
			}
		.img {
			position:absolute;
			left: 0px;
			}
		}
	#map-canvas img { min-width: 0px; min-height: 0px; }
	.map-style a {
		color: black!important;
	}
	.google-text {
		line-height: 140px;
	}
	.space {
		padding-top: 80px;
		padding-bottom: 80px;
		display: table;
		width: 100%;
	}
	/* ------ 2.1 NAVIGATION ------ */
	#navspace {
		height: 110px;
		position: fixed;
		z-index: 99;
		width: 100%;
		top: 0px;
	}
	#navspace:hover > .nav-up {
		top: 0px !important;
		-webkit-transition: top 0.6s;
		-moz-transition: top 0.6s;
		transition: top 0.6s;
	}
	.page-header.nav-up {
		top: -110px !important;
		-webkit-transition: top 0.6s;
		-moz-transition: top 0.6s;
		transition: top 0.6s;
	}
	#navigation {
		position: fixed;
		z-index: 100;
		width: 100%;
		top: 0px;
	}
	.navigation {
		height: 110px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	  	align-items: center;
	  	justify-content: center;
	  	background: none;
	  	-webkit-transition: background 0.6s;
		-moz-transition: background 0.6s;
		transition: background 0.6s;
	}
		.navigation:hover {
			background-color: rgba(0, 0, 0, 0.75);
			-webkit-transition: background 0.6s;
			-moz-transition: background 0.6s;
			transition: background 0.6s;
		}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 6px;
		letter-spacing: 2px;
	}
	.navbar-default {
		background: none;
		border: none;
	}
	#navbar {
		position: fixed;
		z-index: 1000;
	    -webkit-transition: right 1s;
	    transition: right 1s;
	}
	#toggle:checked + #navbar {
	    right: 0px;
	    -webkit-transition: right 1s; /* Safari 3.1 to 6.0 */
	    transition: right 1s;
	}
	#toggle:checked .navigation {
		background-color: rgba(0, 0, 0, 0.5);
	}
	#toggle{
	    display: none;
	}
	.page-header {
		margin-top: 0px;
    	margin-bottom: 0px;
		border: none;
		padding-bottom: 0px;
	}
	.page-header.fixed {
		top: 0 !important;
		-webkit-transition: top 0.6s;
		-moz-transition: top 0.6s;
		transition: top 0.6s;
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default, .navbar-default .navbar-nav>.active>a:focus {
		background: none !important;
		color: #bdb1a4 !important;
	}
	.navbar-nav a {
		-webkit-transition: color 0.3s;
		-moz-transition: color 0.3s;
		transition: color 0.3s;
	}
	.navbar-nav a:hover {
		color: #e0d4c8 !important;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		transition: 0.3s;
	}
		.navbar-nav a:hover:before {
			content: '\\';
		}
		.navbar-nav a:active {
			color: #bdb1a4 !important;
		}
	#services-wrapper {
		position: relative;
	}

	#navbar .visible-xs .socialmedia {
		margin-top: 2px;
		height: 40px !important;
	}
		#navbar .visible-xs .socialmedia.callphone {
			margin-bottom: 0px;
			height: 81px !important;
		}
	#navbar .hidden-xs .socialmedia {
		margin-bottom: 15px;
		height: 40px !important;
	}

	/* ------ 2.2 CONTENT ------ */
	.banner {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.banner-white { background-color: white; }
	.banner-black { background-color: black; }
	.banner-beige {
    	background-color: #BCB1A6;
    	background-color: black;
	    padding-top: 10px;
    	padding-bottom: 10px;
    	height: 40vh;
	}
		.banner-beige h2 {
			text-shadow: none !important;
			-moz-hyphens: auto;
			-o-hyphens: auto;
		    -webkit-hyphens: auto;
		    -ms-hyphens: auto;
		    hyphens: auto;
		}
	.teaser-img-services {
		height: 100%;
	}
	.banner {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	  	align-items: center;
	  	justify-content: center;
	}
	.banner-grey {
		background-color: #262626;
		color: white;
		text-align: center;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.form-signin {
		/*height: 100vh;*/
		width: 100%;
	}
		.form-signin input, .form-signin textarea {
			border: 2px solid white;
			background-color: black;
			margin-bottom: 10px;
		}
		.form-signin input {
			height: 50px;
		}
		.form-signin textarea {
			min-height: 100px;
			height: 120px;
		}
	/* -- 2.2.1 HAUPTSEITE -- */
	.slider-slide .rsArrowLeft {
		cursor: url('../img/pfeil-weiss-slider-links.png'), auto !important;
	}
	.slider-slide .rsArrowRight {
		cursor: url('../img/pfeil-weiss-slider-rechts.png'), auto !important;
	}
	.slider-services .rsArrowRight, .slider-services .rsArrowLeft{
		background-image: url(../img/pfeil-weiss.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 25px;
	}
	.slider-services .rsArrowLeft {
		-ms-transform:rotate(180deg);
	    -moz-transform:rotate(180deg);
	    -webkit-transform:rotate(180deg);
	    transform:rotate(180deg);
	}
	.slider-services .teaser-img {
		background-size: cover;
	}
	.slider-services .rsSlide {
		background-color: black !important;
	}
	.rsArrowIcn {
		display: none;
	}
	/* -- 2.2.2 FOOTER -- */
	.footer-black {
		background-color: black;
	}
	/*.footer {
		display: table;
	  	position: fixed;
	    bottom: 0px;
	    width: 100%;
	    height: 210px;
	    z-index: -1;
	}*/
	.footer {
		display: table;
	  	position: relative;
	    width: 100%;
	    height: 210px;
	    z-index: 10;
	}
		.footer .container {
			vertical-align: middle;
			display: table-cell;
		}
	.footer-white {
		height: 210px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	  	align-items: center;
	  	justify-content: center;
	}
	.footer .socialmedia { margin-top: 0px; }
	.footer-contact h1 {
		margin: 0px !important;
	}

/* ============================================= 3.0 TEXT ============================================= */

	/* ------ 3.1 TITEL ------ */
	h1, h2, h2 big, h3, .navbar-nav a, h1 > span, .configurator-stepdot {
		font-weight: 400;
		text-transform: uppercase;
		font-family: 'Knockout 69 A', 'Knockout 69 B', Impact, sans-serif;
	}
	.employee-title {
		text-transform: uppercase;
		position: absolute;
	}
	.references h3, .references p, .photographythumbs h3, .photographythumbs p {
		margin: 0px !important;
	}
	.titel-portfolio {
		display: none;
	}
	.moodpicture h1 a {
		font-family: 'Knockout 69 A', 'Knockout 69 B', Impact, sans-serif;
	}
	.teaser-portfolio .text-black h1, .moodpicture .text-black h1, .teaser-portfolio .text-black h2, .moodpicture .text-black h2 {
		text-shadow: 0px 0px 15px rgba(255,255,255,0.9);
	}
	.teaser-portfolio h1, .text-white .moodpicture h1, .moodpicture .text-white h1, .teaser-portfolio h2, .moodpicture .text-white h2 {
		text-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	}
	#field-contact h1 {
		text-shadow: none;
	}
	.service-fullwidth h3 {
		margin-top: 0px !important;
	    margin-bottom: 0px;
	}

	@media (max-width: 1191px) {
		.footer-contact h1 {
			font-size: 40px;
			line-height: normal;
		}
		}
	/* ------ 3.2 ALLGEMEIN ------ */
	.text-home {
		display: none;
	}
	.text-black {
		color: black !important;
	}
	.text-white {
		color: white !important;
	}
	.text-justify {
		text-align: justify;
	}
	.text-shadow {
		text-shadow: 0px 0px 6px rgba(0,0,0,1);
	}
	.uppercase {
		text-transform: uppercase;
	}
	.keywordlist p {
		margin-top: 40px !important;
	}
	.nowrap {
		white-space: nowrap;
	}
	.service-highlighted {
		float: none;
		position: absolute;
	}
	.absolute {
		position: absolute;
		float: none;
	}
	.hashtag {
		bottom: 50px;
	    left: 50px;
	    position: absolute;
	    opacity: 0;
	    -moz-transition: linear 0.3s;
	    -webkit-transition: linear 0.3s;
	    transition: linear 0.3s;
	}
		.hashtag p {
			font-size: 20px;
		}
	.references:hover > .hashtag {
		opacity: 1;
	    -moz-transition: linear 0.3s;
	    -webkit-transition: linear 0.3s;
	    transition: linear 0.3s;
		text-shadow: 0px 0px 5px rgba(0,0,0,1);
	}
	.references-title {
		position: absolute;
	}
	.box-service, .service-fullwidth {
		background-color: #e9e4df;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	  	align-items: center;
	  	justify-content: center;
	  	cursor: pointer;
	  	-moz-transition: background-color 1s;
	    -webkit-transition: background-color 1s;
	    transition: background-color 1s;
	}
	#services-back {
		cursor: pointer;
	}
	.col-center {
		float: none;
    	margin: 0 auto;
	}
	.background-white {
		background-color: white;
	}
	/* ------ 3.3 BUTTONS ------ */
	.btn {
		text-transform: uppercase;
		text-shadow: none;
	}
	.button-check {
		background-color: white;
		border: 0px;
		color: black;
		height: 60px;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
		.button-check p {
			margin: 0px;
		}
	.btn-book {
		background-color: #BCB1A6 !important;
		height: 100px;
		display: table;
	}
		.btn-book h3 {
			vertical-align: middle;
			display: table-cell;
		}
	.btn-send, form.form-inactive {
		opacity: 0.5;
	}
		.btn-send.btn-clickable {
			opacity: 1;
		}
	.button-termin {
		min-height: 60px;
		width: 100%;
		background-color: #e9e4de;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 23px;
		border: none;
		opacity: 0.3;
		-moz-transition: opacity 0.3s;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
		.button-termin.clickable {
			opacity: 1;
		}
		.button-termin p {
			margin: 0px;
		}
	/* ------ 3.4 ICONS ------ */
	.eb-icon svg {
		height: 20px;
	}
	a:hover .st3 {
		fill: #e0d4c8 !important;
		-moz-transition: fill 0.3s;
	    -webkit-transition: fill 0.3s;
	    transition: fill 0.3s;
	}
	a:hover .st2 {
		fill: white!important;
	}
	svg path {
		-moz-transition: all 0.3s;
	    -webkit-transition: all 0.3s;
	    transition: all 0.3s;
	}
	a:hover svg path {
		fill: none;
		-moz-transition: all 0.3s;
	    -webkit-transition: all 0.3s;
	    transition: all 0.3s;
	}
	.text-white svg path, .text-white svg defs, .text-white .cls-1 { stroke: #FFF !important; var-icon-color: white; }
	.text-black svg path, .text-black svg defs, .text-black .cls-1 { stroke: #000 !important; var-icon-color: white; }

	.cls-1 {
		-moz-transition: stroke 0.3s;
	    -webkit-transition: stroke 0.3s;
	    transition: stroke 0.3s;
	}
	.link-arrow-black p:after {
	    content: "";
	    display: inline-block;
	    background-image: url("../img/pfeil-schwarz.png");

	    -moz-transition: all 0.3s;
	    -webkit-transition: all 0.3s;
	    transition: all 0.3s;
	}
	.link-arrow-black-left p:before {
		content: "";
		display: inline-block;
		background-image: url("../img/pfeil-schwarz-links.png");

		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.link-arrow-black h2:after {
		content: "";
		display: inline-block;
		background-image: url("../img/pfeil-schwarz.png");
		-moz-transition: background-position 0.3s;
	    -webkit-transition: background-position 0.3s;
	    transition: background-position 0.3s;
	}
	.link-arrow-black h3:after {
		content: "";
		display: inline-block;
		background-image: url("../img/pfeil-schwarz.png");
	}
	.link-arrow-white p:after {
	    content: "";
	    display: inline-block;
	    background-image: url("../img/pfeil-weiss.png");
	}
	.link-arrow-white h3:after {
		content: "";
		display: inline-block;
		background-image: url("../img/pfeil-weiss.png");
	    -moz-transition: all 0.3s;
	    -webkit-transition: all 0.3s;
	    transition: all 0.3s;
	}
		.references:hover .link-arrow-white h3:after, .link-arrow-white h2:hover:after, .references:hover .link-arrow-white p:after, .link-arrow-white p:after, .references:hover .link-arrow-black h3:after,
		.photographythumbs:hover .link-arrow-white h3:after, .link-arrow-white h2:hover:after, .photographythumbs:hover .link-arrow-white p:after, .link-arrow-white p:after, .photographythumbs:hover .link-arrow-black h3:after,
		.link-arrow-black p:hover:after, .link-arrow-white-left p:before {
			-moz-transition: background-position 0.3s;
		    -webkit-transition: background-position 0.3s;
		    transition: background-position 0.3s;
		}
	.link-arrow-white h2:after {
		content: "";
		display: inline-block;
		background-image: url("../img/pfeil-weiss.png");
		-moz-transition: background-position 0.3s;
	    -webkit-transition: background-position 0.3s;
	    transition: background-position 0.3s;
	}
	.link-arrow-white-left p:before {
		content: "";
		display: inline-block;
		background-image: url("../img/pfeil-weiss-links.png");

		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.link-arrow-black h2:after, .link-arrow-white h2:after, .link-arrow-black h3:after, .link-arrow-black p:after, .link-arrow-black-left p:before, .link-arrow-white p:after, .link-arrow-white h3:after, .link-arrow-white-left p:before, .link-arrow-black-left p:before {
		background-repeat: no-repeat;
	}
	.socialmedia {
		height: 30px;
	}
	.mail-icon {
		height: 50px;
		margin-left: 4px;
	}
	.icon-portfolio {
		position: absolute;
		bottom: 120px;
		left: 50%;
    	transform: translateX(-50%);
    	height: 80px;
	}
		.icon-portfolio svg {
			height: 80px;
		    -webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
		    filter:         drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
		}
	/* ------ 3.5 LISTEN ------ */
	ul {
		padding: 0px 0px 0px 15px;
	}



/* ============================================= 4.0 FORMULAR ============================================= */
input:focus, button:focus, textarea:focus {
	outline-width: 0;
}

.url {
	border: 1px #FFF solid;
	background-color: black;
	height: 60px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	font-size: 23px;
}
.input-client {
	height: 60px;
	border: 1px solid black;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 23px;
}
::-webkit-input-placeholder {
   font-style: italic;
}
:-moz-placeholder {
   font-style: italic;
}
::-moz-placeholder {
   font-style: italic;
}
:-ms-input-placeholder {
   font-style: italic;
}
.transparent { opacity: 0; }
.antispam {
	display: none;
}
#mc_embed_signup input.email {
	border-radius: 0px;
	border: 1px #000 solid;
}
.link-impress {
	color: #000;
	background-color: #BCB1A6;
	display: block;
	text-align: center;
	padding: 5px 0px;
}

.form-container .box-radiocheck label input { display: none; }

	.form-container .box-radiocheck label {
	    -moz-transition: background-color 0.1s linear;
	    -webkit-transition: background-color 0.1s linear;
	    transition: background-color 0.1s linear;

		border: 2px rgba(255,255,255,1) solid;
		margin-bottom: 2px;
		margin-left: -55px;
		display: inline-block;
		width: 30px;
		height: 30px;
		border-radius: 15px;
		cursor: pointer;
	}
		.form-container label.dotted {
			background: rgba(255,255,255,1);
		    background-repeat:no-repeat;
		    background-position:center center;
		    background-size: 100% 100%, auto;
		}

.form-container .box-radio .dateday-box {
	width: 250px;
	display: inline-block;
}
	.form-container .box-radio label input { display: none; }

		.form-container .box-radio label {
		    -moz-transition: background-color 0.1s linear;
		    -webkit-transition: background-color 0.1s linear;
		    transition: background-color 0.1s linear;

			border: 2px rgba(255,255,255,1) solid;
			margin-bottom: 2px;
			margin-left: 0px;
			display: table-cell;
			width: 50px;
			height: 50px;
			cursor: pointer;
		}
			.form-container p.dateday-sentence {
				display: table-cell;
				vertical-align: middle;
				margin: 0px;
				padding-left: 12px;
			}
			.form-container label.filled {
				background: rgba(255,255,255,1);
			    background-repeat:no-repeat;
			    background-position: center center;
			    background-size: 100% 100%, auto;
			}

	/* ------ 4.1 PACKAGE-KONFIGURATOR ------ */
	#configurator-stepdots {
		margin: 20px auto;
	}
		#configurator-stepdots .configurator-stepdot {
			display: inline-block;
			width: 50px;
			height: 50px;
			margin: 0px 8px;
			font-size: 38px;
			line-height: 43px;
			color: rgba(255,255,255,1);
			background-color: rgba(0,0,0,1);
			border: 2px rgba(255,255,255,1) solid;
			border-radius: 25px;
		}
			#configurator-stepdots .configurator-stepdot.stepdot-current {
				background-color: rgba(255,255,255,1);
				color: rgba(0,0,0,1);
			}

	#container-configurator ul { list-style: none; padding: 0px; }
	#container-configurator fieldset {
		margin-top: 10px;
	}
	#container-configurator label {
		display: inline-block;
		cursor: pointer;
		font-weight: 100;
	}
	#container-configurator input.field-radio, #container-configurator input.field-checkbox {
		display: none;
	}

	#container-configurator label.label-radio:before, #container-configurator label.label-checkbox:before {
		display: inline-block;
		content: '';
		margin: 8px 13px 0px 2px;
		width: 11px;
		height: 11px;
		border: 1px rgba(0,0,0,1) solid;
		background-color: rgba(0,0,0,1);
		box-shadow: 0px 0px 0px 2px rgba(255,255,255,1);
	}
		#container-configurator label.label-radio.field-active:before, #container-configurator label.label-checkbox.field-active:before { background-color: rgba(255,255,255,1); }
		#container-configurator label.label-radio:before { border-radius: 6px; }

/* ============================================= 5.0 TABELLEN ============================================= */
.prices td {
	width: 100%;
}
/* ============================================= 6.0 SONSTIGES ============================================= */
	label {
	    display: block;
	}
	hr {
		margin: 0px;
		border: 1px solid white;
	}
		hr.hr-white {
			margin: 0px;
			border: 5px white solid;
		}
	.gallery-displayer { cursor: pointer; }
	.rotate {
	    -ms-transform:rotate(45deg);
	    -moz-transform:rotate(45deg);
	    -webkit-transform:rotate(45deg);
	    transform:rotate(45deg);
	    -moz-transition: all 0.3s linear;
	    -webkit-transition: all 0.3s linear;
	    transition: all 0.3s linear;
	}
	.arrow-bottom{
	    -ms-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    -webkit-transform: rotate(90deg);
	    transform: rotate(90deg);
	    height: 25px;
	}
	.teaser-team .center-arrow { position: absolute; bottom: 10% !important; }
	.arrow-right {
		height: 25px;
	}
		.arrow-right:hover {
			left: 60px;
		}
	.hideme {
		opacity: 0;
	}
	.hideme-slider, .fadein-text, .hide-nav, #hide, .hide-logo, .hide-service {
		display: none;
	}
	.show-service {
		display: block;
	}
	.cross {
	  background: white;
	  height: 26px;
	  position: relative;
	  width: 8px;
	}
	.cross:after {
		background: white;
		content: "";
		height: 8px;
		left: -9px;
		position: absolute;
		top: 9px;
		width: 26px;
	}
	.cross {
	    -moz-transition: all 0.3s linear;
	    -webkit-transition: all 0.3s linear;
	    transition: all 0.3s linear;
	}
		.cross:hover {
			cursor: pointer;
		}
	.fadein {
		opacity: 1 !important;
		-moz-transition: opacity 0.3s;
	    -webkit-transition: opacity 0.3s;
	    transition: opacity 0.3s;
	}
	.row a:nth-child(1) .fadein {
		-moz-transition: opacity 1.0s;
	    -webkit-transition: opacity 1.0s;
	    transition: opacity 1.0s;
	}
	.row a:nth-child(2) .fadein {
		-moz-transition: opacity 1.0s;
	    -webkit-transition: opacity 1.0s;
	    transition: opacity 1.0s;
	    -webkit-transition-delay: 0.3s; /* Safari */
    	transition-delay: 0.3s;
	}
	.nowrap {
		white-space: nowrap;
	}
	.holo {
		width: 100%;
		height: 100vh;
	}

	/* ------ 6.1 BILDER ------ */
	.eb-grafik1 {
		position: absolute;
		bottom: 175px;
		left: 0px;
		width: 600px;
	}
	@media (max-width: 1191px) {
		.eb-grafik1 {
			display: none;
		}
	}
	#header-home, .teaser-team, .moodpicture, .mood-video, .teaser-video, .teaser-portfolio, .teaser-heads {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: center;
		background-repeat: no-repeat;
	}
		.moodpicture, .mood-video {
			background-color: rgba(0,0,0,1);
			position: relative;
			overflow: hidden;
			background-position: center;
			background-size: cover;
		}
		.moodpicture-eb {
			margin-top: 100px;
			margin-bottom: 100px;
			height: 600px;
			position: relative;
			overflow: hidden;
			background-position: center;
			background-size: contain;
			background-repeat: no-repeat;
		}
		@media (max-width: 767px) {
			/* ------ Bilder ------ */
			.moodpicture-eb {
				margin-top: 0px;
				margin-bottom: 50px;
				height: 300px;
				background-position: bottom;
				background-size: contain;
				background-repeat: no-repeat;
			}
		}
		.teaser-video {
			position: relative;
		}
		.teaser-portfolio {
			text-transform: uppercase;
			background-repeat: no-repeat;
			background-size: cover;
		}
		.teaser-team, .teaser-heads {
			background-size: cover;
		}
	.references, .photographythumbs {
	  	background-repeat: no-repeat;
	  	background-size: cover;
	  	margin-top: 30px;
	}
	.suggestions {
		background-repeat: no-repeat;
	  	background-size: cover !important;
	}
	.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
		color: white !important;
		opacity: 1 !important;
	}
	.teaser-img {
		height: 100%;
		background-repeat: no-repeat;
		background-position: center;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: center;
		background-size: cover;
		z-index: 1;
	}
	.employee {
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		background-position: center;
	}
	.references, .photographythumbs {
		position: relative;
	}
	.overlay {
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		width:100%;
	    height:100%;
	   	position:absolute;
	   	left: 0px;
	}
	.overlay:hover {
	    background-color: rgba(0, 0, 0, 0.5);
	    -moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.logo {
		display: inline-block;
		float: left;
	    -moz-transition: opacity 0.3s;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	.wrapper-services-teaser {
		height: 426px;
		width: 100%;
		display: none;
	}
	.services-teaser {
		background-size: cover;
		background-repeat: no-repeat;
		position:absolute;
		display: none;
		width: 100%;
		height: 426px;
	}

	/* ------ 6.2 ABSTÄNDE ------ */

	.margin-top-medium {
		margin-top: 120px;
	}
	.margin-bottom {
		margin-bottom: 20px;
	}
	@media (max-width: 992px) {
		.margin-top-medium {
			margin-top: 25px;
		}
	}
	.margin-top-small {
		margin-top: 90px;
	}
	@media (max-width: 992px) {
		.margin-top-medium {
			margin-top: 15px;
		}
	}
	.nomargin {
		margin-bottom: 0px!important;
	}
	.vertical-align {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	  	align-items: center;
	  	justify-content: center;
	  	position: relative;
	}
	/* ------ 6.3 FARBEN ------ */
	.button-termin .socialmedia {
		background: #000;
	}
	.bg-black-light {
		background-color: rgba(0, 0, 0, 0.75);
	}
	.fadein-background {
		position: absolute;
		opacity: 0;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
	    -moz-transition: opacity 1.0s linear;
	    -webkit-transition: opacity 1.0s linear;
	    transition: opacity 1.0s linear;
		background-color: rgba(0, 0, 0, 0.5);
	}
	.fadein-background-references {
		height: 100%;
		width: 100%;
	    -moz-transition: background 0.3s linear;
	    -webkit-transition: background 0.3s linear;
	    transition: background 0.3s linear;
	}
	.fadein-background-references:hover {
		background-color: rgba(0, 0, 0, 0.5);
	    -moz-transition: background 0.3s linear;
	    -webkit-transition: background 0.3s linear;
	    transition: background 0.3s linear;
	}
	.bg-black {
		background-color: black !important;
		color: white;
	}
	.bg-grey {
		background-color: #262626;
		color: white;
	}
	.color-pink {
		color: pink !important;
	}
	.color-black a {
		color: black !important;
	}
	.error {
		border-color: red !important;
	}
	.error::-webkit-input-placeholder {
   		color: red;
	}
	.error:-moz-placeholder {
		color: red;
	}
	.error::-moz-placeholder {
		color: red;
	}
	.embed-container {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
	}
		.embed-container iframe, .embed-container object, .embed-container embed {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
	.modal-content {
		border-radius: 0px;
		padding-bottom: 10px;
	}
		.modal-content .modal-header {
			border-bottom: 0px;
		}
		.modal-content .modal-footer {
			border-top: 0px;
		}
		.modal-content button {
				height: 131%;
				border: none;
				border-radius: 0px;
				background-color: #BCB1A6;
				-webkit-transition: background-color ease 0.3s;
				-moz-transition: background-color ease 0.3s;
				-o-transition: background-color ease 0.3s;
				transition: background-color ease 0.3s;
			}
				.modal-content button:hover, .modal-content button:focus {
					color: rgba(255,255,255,1);
					background-color: #d0c4b8;
				}
	input.form-control {
		border: 2px #BCB1A6 solid;
		border-radius: 0px;
		outline: none !important;
		box-shadow: none !important;
		text-align: center;
		margin-bottom: 20px;
		font-size: 17px;
		padding-top: 12px;
		padding-bottom: 11px;
		height: 40px;
		color: #000;
	}
		input.form-control.error {
			border-color: #C70D0D;
		}
		.checkbox.error label {
			color: #C70D0D;
		}
		input.form-control.error {
			border-color: #C70D0D;
		}
		input.form-control:focus {
			border-color: #BCB1A6;
		}
		input.form-control:placeholder {
			color: #000;
		}

	/* ------ 6.4 VIDEOS ------ */
	.mood-video {
		width: 100%;
		height: 100%;
	}
	/*.moodpicture video {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	   	min-width: 101%;
	    min-height: 100%;
	    width: auto;
	    height: auto;
	    z-index: -100;
	    -ms-transform: translateX(-50%) translateY(-50%);
	    -moz-transform: translateX(-50%) translateY(-50%);
	    -webkit-transform: translateX(-50%) translateY(-50%);
	    transform: translateX(-50%) translateY(-50%);
	    background: url('../videos/teaser_video_pre.png') no-repeat;
	    background-size: cover;
	}*/

	iframe {
		max-width: 100%;
	}

	/* ------ 6.5 EU-Banner ------ */
	#cookie-law {
		width: 100%;
		background: #000;
		margin: auto;
		position: fixed;
		bottom: 0px;
		z-index: 1000;
		text-align: center;
		left: auto;
		right: auto;
		color: #FFF;
		padding: 20px 20px;
		border-top: 1px #FFF solid;
	}
		#cookie-law p {
			display: inline-block;
			margin: 12px 0px 20px;
			font-size: 120%;
		}

		@media (max-width: 767px) {
			#cookie-law { padding-top: 5px; }
		}
		@media (min-width: 768px) {
			#cookie-law { padding-bottom: 5px; }
		}
		#cookie-law a, #cookie-law button {
			display: inline-block;
			background-color: #FFF;
			color: #000 !important;
			border-radius: 0px;
			font-size: 150%;
			margin: -9px 0px 0px 15px;
			padding: 7px 11px 3px;
			outline: 0px;
			z-index: 1200;
		}

		/* Banner Styles  */
.Banner-Text-1{
	color: rgba(0, 0, 0);
	background-color: yellow;
	width: fit-content;
	position: relative;
	display: inline-block;

}

