
 /* ==========================================================================
   Baumann – Der Küchenmacher

   Author: Colin Lüönd | undknup AG
   Version: 0.1
   Date: 20.4.2015
   © undknup AG

     ____     ____    _____________    ________      ____  ____     _____________     ____     ____     __________
    /   /\   /   /\  /   _____    /\  /   _    \    /   /\/   /\   /   _____    /\   /   /\   /   /\   /   ___    \
   /   / /  /   / / /   /\___/   / / /   / \   /\  /   /_/   / /  /   /\___/   / /  /   / /  /   / /  /   /\__/   /\ 
  /   / /  /   / / /   / /  /   / / /   /  /  / / /       __/ /  /   / /  /   / /  /   / /  /   / /  /   /_/_/   / /
 /   /____/   / / /   / /  /   / / /   /__/  / / /   /\   \__/  /   / /  /   / /  /   /____/   / /  /   ________/ /
/            / / /   / /  /   / / /         / / /   / /\   \   /   / /  /   / /  /            / /  /   /\_______\/
\____________\/  \___\/   \___\/  \_________\/  \___\/  \___\  \___\/   \___\/   \____________\/   \___\/

                                                                                                                                                 
   ========================================================================== */

@media (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}

/* ==========================================================================
   Allgemein                                                                   
   ========================================================================== */

html, body{
	padding: 0;
	margin: 0;

	font-size: 20px;
	font-smooth: auto;
	-webkit-font-smoothing: antialiased;
}

body{
	font-size: 20px;
	font-weight: 100;
	text-align: center;
	line-height: 1.3;
	font-family: "Brown";
	color: #464646;

	overflow-x: hidden; 
}
body.freeheader{
	margin-top: 81px;
}
@media (max-width: 767px) {
	body, body.freeheader{
		margin-top: 62px;
	}
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	line-height: 1.3;
}

h1{
	font-size: 1.8em; 
	margin-bottom:20px;
}

h2{
	font-size: 1em;
}

strong{
	font-weight: normal;
}

/*Font Sizes*/
@media (max-width: 767px) {
	body{
		font-size: 16px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}


/*Center Align*/
.align-center{
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	transform: translateY(-50%);
}


/*Images*/

.img-responsive{
	margin: auto;
}

/* ==========================================================================
   Header                                                                   
   ========================================================================== */
	
header{
	padding: 15px 0;
	/*overflow: hidden;*/
	background: rgba(255,255,255,0.95);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

header:after{
	content: "";
	position: absolute;
	width: 100%;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 1px;
	background: #464646;
	margin: auto;
}

header .container{
	position: relative;
}

.logo{
	max-width: 160px;
	width: 100%;
}

@media (max-width: 767px) {
	.logo{
		max-width: 100px;
	}
}

/*Nav*/

nav{
	right: 15px;
  	position: absolute;
  	top: 50%;
  	font-size: 1em;

  	-webkit-transform: translateY(-50%);
  	transform: translateY(-50%);
}

nav ul{
	margin: 0;
	padding: 0;
	text-align: right;
}

nav ul li{
	list-style-type: none;
	display: inline-block;
	margin-left: 30px;
}

nav ul li.first{
	margin: 0;
}

nav ul li a{
	color: #464646;
	text-decoration: none;
	position: relative;
}

nav ul li a.fontnormal{
	font-weight: normal;
}

nav ul li a:hover, nav ul li a:focus{
	color: #464646;
	text-decoration: none;
}

nav ul li a:after{
	width: 90%;
	opacity: 0;
	content: " ";
	height: 1px;
	background: #464646;
	position: absolute;
	bottom: -2px;
	left: 5%;
	transition: all 100ms;
}
nav ul li a.fontnormal:after{
	height: 1.5px;
}

nav ul li a:hover:after, nav ul li.active a:after{
	width: 100%;
	opacity: 1;
	left: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  nav{font-size: 0.9em;}
  nav ul li{margin-left: 25px;}
}
@media (min-width: 768px) and (max-width: 991px) {
	nav{
		font-size: 0.75em;
	}

	nav ul li{
		margin-left: 10px
	}
}

/*Mobile Menu*/
@media (max-width: 767px) {
	
	header{
		overflow: initial;
	}

	nav{
		display: none;
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		z-index: 100;
		background: rgba(0,0,0,0.9);

		-webkit-transform: none;
  		transform: none;

  		/*pointer-events: none;*/
	}

	nav ul{
		display: block;
		text-align: center;
		position: absolute;
		top: 50%;
		width: 100%;

		-webkit-transform: translateY(-50%);
  		transform: translateY(-50%);
	}

	nav ul li{
		display: block;
		margin: 30px 0;
		position: relative;
		z-index: 200;
	}

	nav ul li a{
		color: white;
	}
	nav ul li a:hover, nav ul li a:focus, nav ul li.active a{
		color: white;
		font-weight: bold;
	}
	nav ul li a:after{
		display: none;
	}
	

	/*Icon*/
	#navtoggle{
	  /*float: left;*/
	  display: block;
	  overflow: hidden;
	  cursor: pointer;
	  position: absolute;
	  top: 50%;
	  right: 15px;
	  width: 26px;
	  height: 24px;
	  z-index: 1000;

	  -webkit-transform: translateY(-50%);
	  transform: translateY(-50%);
	}

	#navtoggle span, 
	#navtoggle span:before,
	#navtoggle span:after {
	  border-radius: 1px;
	  height: 3px;
	  width: 26px;
	  background: #464646;
	  position: absolute;
	  display: block;
	  content: '';
	  /*border-radius: 2px;*/
	}

	#navtoggle span:before{
	  top: -8.5px;
	}
	#navtoggle span {
	  top: 10px;
	}
	#navtoggle span:after {
	  bottom: -8.5px; 
	}

	#navtoggle span, #navtoggle span:before, #navtoggle span:after {
	  -webkit-transition: all 300ms ease-in-out;
	  transition: all 300ms ease-in-out;
	}
	#navtoggle.active span {
	  background-color: transparent;
	}
	#navtoggle.active span:before, #navtoggle.active span:after {
	  top: 0;
	  background-color: white; 
	}
	#navtoggle.active span:before {
	  -ms-transform: rotate(45deg); /* IE 9 */
	  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	  transform: rotate(45deg);
	}
	#navtoggle.active span:after {
	  -ms-transform: rotate(-45deg); /* IE 9 */
	  -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	  transform: rotate(-45deg);
	}
}
@media (min-width: 768px) {
	#navtoggle{
		display: none;
	}
}

/* ==========================================================================
   Section Layout                                                                   
   ========================================================================== */

section{
	/*height: 100vh;*/
	padding: 100px 0;
	overflow-x: hidden; 
	position: relative;
}
@media (max-width: 767px) {
	section{
		padding: 25px 0;
	}
}

section.fullscreen{
	/*min-height: calc(100vh - 93px);*/
}

/*Overlay*/
section > .overlay{
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
	color: white;
}

section > .overlay .text{
	position: absolute;
	width: 100%;
	top: 50%;
	color: white;

	-webkit-transform: translateY(-50%);
  	transform: translateY(-50%);
}

section > .overlay .text strong{
	font-size: 2.75em;
	font-weight: normal;
	display: block;
}

@media (max-width: 767px) { 
	section > .overlay .text strong{
		font-size: 1.8em;
	}
}

section > .overlay .text small{
	font-size: 1rem;
	margin-top: 15px;
	font-weight: lighter;
	display: block;
}

section > .overlay .buttonhide{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 1px solid white;
	margin: 30px auto 0;
	background: url('../img/pfeil-up.png');
	background-size: auto 75px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

section:not(.overlay-gone) .slick-slider .prevArrow, section:not(.overlay-gone) .slick-slider .nextArrow{
	z-index: 101!important;
}


/* ==========================================================================
   Section Negative                                                                   
   ========================================================================== */

section.negative{
	background: #464646;
	color: white;
	/*min-height: 700px;*/
}


/* ==========================================================================
   Section Nav                                                                   
   ========================================================================== */

.sectionnav{
	width: 300px;
	margin: 50px auto 0;
	padding: 0;
	font-size: 0.8em;
	list-style-type: none;
	border-bottom: 1px solid white;
}

@media (max-width: 767px) {
	.sectionnav{
		font-size: 0.9em;
	}
}

.sectionnav li{
	padding: 10px 0 10px 20px;
	text-align: left;
	margin: 0;
	position: relative;
	border-top: 1px solid white;
	cursor: pointer;
}

.sectionnav li:before{
	content: ">";
	position: absolute;
	top: 9px;
	left: 5px;
}

.sectionnav li:hover{
	font-weight: 400;
}


/* ==========================================================================
   Section Arrow Down Indicator                                                                   
   ========================================================================== */
@media (min-width: 768px){
	section > .arrowDown{
		content: " ";
		width: 100px;
		height: 100px;
		background-image: url('../img/pfeil-down-s.png');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 50px auto;
		position: absolute;
		bottom: 0;
		left: -webkit-calc(50% - 50px);
		left: calc(50% - 50px);
		cursor: pointer;

		-moz-animation: bounce 2s 4s infinite;
		-webkit-animation: bounce 2s 4s infinite;
		animation: bounce 2s 4s infinite;
	}

	section.fullslider > .arrowDown{
		background-image: url('../img/pfeil-down.png');
	}

	@-moz-keyframes bounce {
	  0%, 20%, 50%, 80%, 100% {
	    -moz-transform: translateY(0);
	    transform: translateY(0);
	  }
	  40% {
	    -moz-transform: translateY(-30px);
	    transform: translateY(-30px);
	  }
	  60% {
	    -moz-transform: translateY(-15px);
	    transform: translateY(-15px);
	  }
	}
	@-webkit-keyframes bounce {
	  0%, 20%, 50%, 80%, 100% {
	    -webkit-transform: translateY(0);
	    transform: translateY(0);
	  }
	  40% {
	    -webkit-transform: translateY(-30px);
	    transform: translateY(-30px);
	  }
	  60% {
	    -webkit-transform: translateY(-15px);
	    transform: translateY(-15px);
	  }
	}
	@keyframes bounce {
	  0%, 20%, 50%, 80%, 100% {
	    -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	    -webkit-transform: translateY(0);
	    transform: translateY(0);
	  }
	  40% {
	    -moz-transform: translateY(-30px);
	    -ms-transform: translateY(-30px);
	    -webkit-transform: translateY(-30px);
	    transform: translateY(-30px);
	  }
	  60% {
	    -moz-transform: translateY(-15px);
	    -ms-transform: translateY(-15px);
	    -webkit-transform: translateY(-15px);
	    transform: translateY(-15px);
	  }
	}
}

/* ==========================================================================
   Die Küchen                                                                   
   ========================================================================== */

@media (max-width: 767px) {
	.marken{
		margin: 0 0 0;
	}
	.marken .marke{
		padding: 20px 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.marken{
		margin: 50px 10% 0;
	}
	.marken .marke{
		padding: 50px 25px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.marken{
		margin: 50px 10% 0;
	}
	.marken .marke{
		padding: 50px 30px;
	}
}
@media (min-width: 1200px) {
	.marken{
		margin: 50px 10% 0;
	}
	.marken .marke{
		padding: 50px;
	}
}

/* ==========================================================================
   Die Macher                                                                   
   ========================================================================== */

.columns{
	padding: 30px 0;
	text-align: left;
}

.sidebar{
	font-size: 0.7em;
	text-align: center;
	line-height: 1.35;
}
@media (max-width: 767px) {
	.sidebar{
		font-size: 0.875em;
	}
}

.teammember img{
	width: 50%;
	margin: 0 auto 15px;
}

.teammember{
	margin-bottom: 45px;
}

.teammember p{
	margin: 0;
	padding: 0 30px;
}

@media (max-width: 767px) {

	.columns > div{
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.sidebar{
		background: #f2f2f2;
		padding-top: 25px;
		padding-bottom: 25px;

		font-size: 0.8em;
	}

	.teammember{
		margin-top: 0;
		margin-bottom: 25px;
	}

	.teammember p{
		width: 90%;
		margin: auto;
	}


}

/* ==========================================================================
   Die Entstehung                                                                   
   ========================================================================== */

section.millimeterpapier{
	background-image: url('../img/milimeterpapier-bg.jpg');
	background-repeat: repeat;
	background-position: top left;
	background-size: 30px auto;
	height: -webkit-calc(100vh - 81px);
	height: calc(100vh - 81px);
	content: 'viewport-units-buggyfill; height: -webkit-calc(100vh - 81px); height: calc(100vh - 81px);';
	
	min-height: 500px;

	position: relative;
}

section.millimeterpapier .container{
	position: absolute;
	left: 50%;
	top: 50%;

	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
	section.millimeterpapier{

		padding: 0;
		height: -webkit-calc(100vh - 62px);
		height: calc(100vh - 62px);
		content: 'viewport-units-buggyfill; height: -webkit-calc(100vh - 62px); height: calc(100vh - 62px);';

	}

	section.millimeterpapier .container{
		left: 0;
		width: 100%;

		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}

/*Buttons*/
.buttons{
	text-align: center;
	margin-top: 50px;
}

@media (max-width: 767px) {
	.buttons{
		margin-top: 25px;
	}
}

.button{
	display: inline-block;
	width: 200px;
	height: 200px;
	overflow: hidden;
	border: 1px solid #464646;
	border-radius: 50%;
	margin-right: 50px;
	position: relative;
	cursor: pointer;
	
	-webkit-animation-name: pulse;
    animation-name: pulse;

	-webkit-animation-duration: 3s;
    animation-duration: 3s;

	-webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;

    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

}

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }
    10% { -webkit-transform: scale(1.1); }
    20% { -webkit-transform: scale(0.98); }
    25% { -webkit-transform: scale(1); }
    100% { -webkit-transform: scale(1); }
}

@keyframes pulse {
    0% { transform: scale(1); }
    10% { transform: scale(1.1); }
    20% { transform: scale(0.98); }
    25% { transform: scale(1); }
    100% { transform: scale(1); }
}

@media  (max-width: 550px) {
	.button{
		width: 45%;
		margin-right: 5%;
		padding-top: 45%;
		height: 0;
	}
}

.button:last-child{
	margin-right: 0;
	
	-webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.button .title{
	position: absolute;
	width: 100%;
	top: 50%;
	line-height: 1;

	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.button .title h2{
	margin: 0;
	font-size: 1em;
}

.button > .overlay{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #464646;
	color: white;
	padding: 30px;
	border-radius: 50%;
	font-size: 0.7em;

	transition: all 300ms;
}
@media (max-width: 767px) {
	.button > .overlay{
		font-size: 0.875em;
	}
}

.button > .overlay:hover{
	opacity: 1;
}

.button > .overlay .text{
	position: absolute;
	
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);

	top: 50%;

	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);

}

body.entstehung{
	/*background: rgba(0,0,0,0.1)!important;*/
}

#ajaxcontainer{
	overflow: hidden; 
	max-width: 1200px;
	margin: auto;
	/*background: white;*/
}


/* ==========================================================================
   Die Entstehung - Allgemein                                                                   
   ========================================================================== */


section.entstehungitem{
	position: relative;
	overflow: hidden;

	/*Button negative margin*/
	margin-top: -175px;
}

/*Vertical Dotted Line*/
@media (min-width: 768px){
	section.entstehungitem:after {
	    content:"";
	    position: absolute;
	    z-index: 1;
	    top: 100px;
	    bottom: 0;
	    left: -webkit-calc(50% - 1.5px);
	    left: calc(50% - 1.5px);
	    border-left: 3px dotted #444;
	    height: 100%;

	}
}

/*Points*/
.entstehungitem .point{
	height: 150px;
	width: 150px;
	background: #464646;
	margin: auto;
	border-radius: 50%;
	font-size: 1.2em;
	position: relative;
	margin-bottom: 30px;
	/*margin-top: -150px;*/
	color: white;
	font-weight: normal;
	z-index: 2;
}

.entstehungitem .point .align-center{
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
	left: 15px;
}

/*Text over line*/
section.entstehungitem .overline{
	background: white;
	z-index: 2;
	position: relative;
	padding: 30px 0
}
@media (max-width: 767px) {
	section.entstehungitem .overline{
		padding: 30px 0
	}
}

/*Mehr Button*/
.entstehungitem .morebutton{
	display: none;
}

@media (max-width: 767px) {
	.entstehungitem .morebutton{
		padding: 15px 45px;
		display: inline-block;
		border: 1px solid #646464;
		margin: 15px 0;
		cursor: pointer;

		transition: all 200ms;
	}

	.entstehungitem .morebutton:hover{
		background: #646464;
		color: white;
	}
}

/*Extras*/

.entstehungitem .extra .text{
	font-size: 0.8em;
}
@media (max-width: 767px) {
	.entstehungitem .extra .text{
		font-size: 0.875em;
	}
}
.entstehungitem .extra .text p:last-child{
	margin-bottom: 0;
}

.entstehungitem .slideritem .image{
	max-height: 70vh!important;
	content: 'viewport-units-buggyfill; max-height: 70vh!important;'
}

/*Mobilelayout Entstungsitem*/

@media (max-width: 767px) {
	section.entstehungitem{
		padding-top: 300px;
		padding-bottom: 0px;
		margin-top: 0;
	}

	.entstehungitem:after{
		content: " ";
		top: 0;
		left: 0;
		margin: 0!important;
		padding: 0!important;
		width: 100%;
		height: 375px;
		position: absolute;

		background-size: cover;
		background-position: center center;
	}

	.entstehungitem .fullslider{
		display: none!important;
	}
	
	.entstehungitem .point{
		margin-top: 0;
		margin-bottom: -75px;
		z-index: 10;
	}

	.entstehungitem > .container{
		background: white;
		color: #464646;
		position: relative;
		z-index: 5;
		padding-top: 75px;
		padding-bottom: 50px;
	}

	.entstehungitem .extra{
		display: none;
		background: #464646;
		padding: 30px 0;
	}

	.entstehungitem .extra .container{
		background: transparent;
	}

	.entstehungitem .extra, .entstehungitem .extra .text, .entstehungitem .extra .animatedimages, .entstehungitem .extra .animatedimages img{
		position: relative;
	}
	
	.entstehungitem .extra .text{
		width: 100%;
		padding: 0 15px;
		background: transparent;
		color: white;
	}

	.entstehungitem .extra .animatedimages{
		margin: 0 15px 30px;
	}
	.entstehungitem .animatedimages .slick-dots li button:before{
		color: white;
	}
}

/*Extra Content Grundlayout*/
@media (min-width: 768px) {
	.entstehungitem .extra{
		position: relative;
		overflow: initial;
	}

	.entstehungitem .extra .animatedimages{
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
	}

	.entstehungitem .extra .animatedimages img{
		display: none;
		overflow: hidden;
		position: absolute;
	}
}


/* ==========================================================================
   Die Entstehung - Neubau 1                                                                   
   ========================================================================== */
#neubau1{
	background-image: url('../img/baumann_schiffer-bg.jpg');
	background-position: top center;
	background-size: 2000px auto;
	background-repeat: no-repeat;
	color: white;
	/*background-attachment: fixed;*/
	padding-bottom: 0;

	margin-top: 0;
}

/*line*/
#neubau1:after{border-color: #fcde2c; margin-top: 100px;}
#neubau1 .point{margin-top: 0; background: #fcde2c;}

/*Text over background*/
#neubau1 .haupttext{
	padding: 30px 0;
}
#neubau1 .haupttext, #neubau1 .haupttext h1, #neubau1 .haupttext p{
	position: relative;
	z-index: 10;
}

/*Line to remove behind text*/
#neubau1 .haupttext:before {
    content:"";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: -webkit-calc(50% - 2.5px);
    left: calc(50% - 2.5px);
    width: 5px;
    height: 100%;
    background-image: url('../img/baumann_schiffer-bg.jpg');
    background-position: top center;
	background-size: 2000px auto;
}

/*Extra Content with animated Pictures*/
@media (min-width: 768px){
	#neubau1 .extra{
		position: relative;
		padding: 400px 0 0 0;
		margin-top: -75px;
		background: url('../img/baumann_bauplan_weiss.png');
		background-size: auto 700px;
		background-repeat: no-repeat;
		background-position: center -100px;
		overflow: initial;
	}

	#neubau1 .extra .text{
		background: white;
		padding: 30px;
		color: #464646;
		position: relative;
		z-index: 10;

		-webkit-box-shadow: 3px 3px 10px 2px rgba(50, 50, 50, 0.5);
		-moz-box-shadow:    3px 3px 10px 2px rgba(50, 50, 50, 0.5);
		box-shadow:         3px 3px 10px 2px rgba(50, 50, 50, 0.5);
		
		bottom: -100px;
	}

	#neubau1 .extra .animatedimages{
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
	}

	#neubau1 .extra .animatedimages img {
		display: none;
		
		/*opacity: 0;*/

		position: absolute;
		-webkit-box-shadow: 3px 3px 10px 2px rgba(50, 50, 50, 0.5);
		-moz-box-shadow:    3px 3px 10px 2px rgba(50, 50, 50, 0.5);
		box-shadow:         3px 3px 10px 2px rgba(50, 50, 50, 0.5);
		overflow: hidden;
	}

	#neubau1 .extra #bild1{
		display: block;
		bottom: 50px;
		left: -450px;
		width: 400px;
		z-index: 3;

		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	#neubau1 .extra #bild2{
		display: block;
		bottom: -250px;
		left: -450px;
		width: 350px;
		z-index: 4;
		
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}

	#neubau1 .extra #bild3{
		display: block;
		bottom: -150px;
		right: -450px;
		width: 350px;
		z-index: 4;

		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	#neubau1 .extra #bild4{
		display: block;
		bottom: 0px;
		right: -250px;
		width: 200px;
		z-index: 5;

		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	#neubau1 .extra #bild5{
		display: block;
		bottom: 150px;
		right: -400px;
		width: 350px;
		z-index: 4;

		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
}

@media (min-width: 1200px) {
	#neubau1 .extra .container{
		position: relative;
	}
}

/*Mobile Defs*/
@media (max-width: 767px) {
	
	#neubau1{
		padding-top: 300px;
		background-size: 1500px auto;
	}

	#neubau1:after{
		content: " ";
		top: 0;
		left: 0;
		margin: 0!important;
		padding: 0!important;
		width: 100%;
		height: 375px;
		position: absolute;
		background-image: url('../img/baumann_bauplan_weiss.png')!important;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	#neubau1 > .container{
		background: white;
		color: #464646;
		position: relative;
		z-index: 5;
		padding-top: 75px;
		padding-bottom: 50px;
	}
	
	#neubau1 .haupttext:before{
		display: none;
	}
		
	#neubau1 .extra{
		display: none;
	}

	#neubau1 .extra .container{
		background: transparent;
	}

}

/* ==========================================================================
   Die Entstehung - Neubau 2                                                                  
   ========================================================================== */
section#neubau2:after{border-color: #f9c53e}
section#neubau2 .point{background: #f9c53e}

/*Extra Content with animated Pictures*/
@media (min-width: 768px){

	#neubau2 .extra{
		position: relative;
		padding: 265px 0;
		overflow: initial;
	}

	section#neubau2:after{ 
		margin-bottom: 150px;
	}

	#neubau2 .extra .text{
		background: white;
		padding: 30px;
		color: #464646;
		position: relative;
		z-index: 10;
		-webkit-box-shadow: 3px 3px 10px 2px rgba(50, 50, 50, 0.5);
		-moz-box-shadow:    3px 3px 10px 2px rgba(50, 50, 50, 0.5);
		box-shadow:         3px 3px 10px 2px rgba(50, 50, 50, 0.5);
	}

	#neubau2 .extra .animatedimages{
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
	}

	#neubau2 .extra .animatedimages img{
		display: none;
		
		opacity: 0;
		overflow: hidden;
		width: 40%;
		max-width: 400px;

		-webkit-transform: scale(0.8);
		transform: scale(0.8);

		position: absolute;
		-webkit-box-shadow: 3px 3px 10px 2px rgba(50, 50, 50, 0.5);
		-moz-box-shadow:    3px 3px 10px 2px rgba(50, 50, 50, 0.5);
		box-shadow:         3px 3px 10px 2px rgba(50, 50, 50, 0.5);
	}

	#neubau2 .extra #bild1{
		display: block;
		top: 0px;
		left: 250px;
		z-index: 4;
	}

	#neubau2 .extra #bild2{
		display: block;
		top: 250px;
		left: 50px;
		z-index: 5;
	}

	#neubau2 .extra #bild3{
		display: block;
		top: 400px;
		right: 150px;
		z-index: 1;
	}

	#neubau2 .extra #bild4{
		display: block;
		top: 150px;
		right: 50px;
		z-index: 4;
	}
}


@media (min-width: 1200px) {
	
	#neubau2{
		padding-bottom: 150px
	}

	#neubau2 .extra{
		padding: 325px 0;
	}

	#neubau2 .extra .container{
		position: absolute;
		height: 100%;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 3;
	}

	#neubau2 .extra .container .row{
		position: absolute;
		top: 50%;
		z-index: 5;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#neubau2 .extra #bild1{left: 200px}
	#neubau2 .extra #bild2{left: 0px}
	#neubau2 .extra #bild3{top: 380px}
	#neubau2 .extra #bild4{top: 110px}
}

/* ==========================================================================
   Die Entstehung - Neubau 3                                                                  
   ========================================================================== */

section#neubau3:after{border-color: #f09c4c}
section#neubau3 .point{background: #f09c4c}

/*Extra Content with animated Pictures*/
@media (min-width: 768px){

	#neubau3{
		margin-top: -175px;
	}

	#neubau3 .extra{
		position: relative;
		padding: 800px 0 50px 0;
		background-size: auto 500px;
		background-repeat: no-repeat;
		background-position: center top;
		overflow: initial;
	}

	#neubau3 .extra .text{
		background: white;
		padding: 30px;
		color: #464646;
		position: relative;
		z-index: 10;
	}

	#neubau3 .extra .animatedimages{
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
	}

	#neubau3 .extra .animatedimages img{
		display: none;
		position: absolute;

		opacity: 0;
		overflow: hidden;
	}

	#neubau3 .extra #bild1{
		display: block;
		top: 0px;
		right: -webkit-calc(50% + 15px);
		right: calc(50% + 15px);
		height: 800px;
		z-index: 4;
	}

	#neubau3 .extra #bild2{
		display: block;
		top: 0px;
		left: -webit-calc(50% + 15px);
		left: calc(50% + 15px);
		height: -webkit-calc((800px / 2) - 15px);
		height: calc((800px / 2) - 15px);
		z-index: 4;
	}

	#neubau3 .extra #bild3{
		display: block;
		top: -webkit-calc((800px / 2) + 15px);
		top: calc((800px / 2) + 15px);
		left: -webkit-calc(50% + 15px);
		left: calc(50% + 15px);
		height: -webkit-calc((800px / 2) - 15px);
		height: calc((800px / 2) - 15px);
		z-index: 4;
	}

	@media (max-width: 900px) {
		#neubau3 .extra{padding-top: 600px}
		#neubau3 .extra #bild1{
			height: 600px;
		}
		#neubau3 .extra #bild2{
			height: -webkit-calc((600px / 2) - 15px);
			height: calc((600px / 2) - 15px);
		}
		#neubau3 .extra #bild3{
			top: -webkit-calc((600px / 2) + 15px);
			top: calc((600px / 2) + 15px);
			height: -webkit-calc((600px / 2) - 15px);
			height: calc((600px / 2) - 15px);
		}
	}
}

/* ==========================================================================
   Die Entstehung - Neubau 4                                                                  
   ========================================================================== */

section#neubau4:after{border-color: #ea7c4f}
section#neubau4 .point{background: #ea7c4f}

@media (min-width: 768px){
	section#neubau4 .haupttext{
		margin-bottom: 30px;
	}

	section#neubau4 .slick .image{
		background-position: center center;
		background-size: cover; 
	}

	#neubau4 .extra .text{
		margin-top: 30px;
		padding-top: 30px;
		padding-bottom: 30px;
		background: white;
		z-index: 5;
		position: relative;
	}
}

@media (max-width: 767px) {
	#neubau4 .extra .text{
		font-size: 0.875em;
	}
}

/* ==========================================================================
   Die Entstehung - Neubau 5                                                                  
   ========================================================================== */

section#neubau5:after{border-color: #e6664f}
section#neubau5 .point{background: #e6664f}

/*Extra Content with animated Pictures*/
@media (min-width: 768px){
	#neubau5 .extra{
		position: relative;
		padding: 450px 0 100px 0;
		background-size: auto 500px;
		background-repeat: no-repeat;
		background-position: center top;
		overflow: initial;
	}

	#neubau5 .extra .text{
		margin: auto;
		background: white;
		padding: 30px;
		color: #464646;
		position: relative;
		z-index: 10;
	}

	#neubau5 .extra .animatedimages{
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
	}

	#neubau5 .extra .animatedimages img{
		display: none;
		position: absolute;
		height: 450px;
		opacity: 0;
		overflow: hidden;
	}

	#neubau5 .extra #bild1{
		display: block;
		top: 0px;
		right: -webkit-calc(50% + 15px);
		right: calc(50% + 15px);
		z-index: 4;
	}

	#neubau5 .extra #bild2{
		display: block;
		top: 0px;
		left: -webkit-calc(50% + 15px);
		left: calc(50% + 15px);
		z-index: 4;
	}

	@media (max-width: 900px) {
		#neubau5 .extra{padding-top: 400px}
		#neubau5 .extra .animatedimages img{height: 400px}
	}
	@media (max-width: 800px) {
		#neubau5 .extra{padding-top: 300px}
		#neubau5 .extra .animatedimages img{height: 300px}
	}
}


/* ==========================================================================
   Die Entstehung - Neubau 6                                                                 
   ========================================================================== */

section#neubau6:after{border-color: transparent;}
section#neubau6 .point{background: #e02f4b}

/*Extra Content with animated Pictures*/
@media (min-width: 768px){
	#neubau6 .haupttext{
		margin-bottom: 30px;
	}
	
	#neubau6 .extra{
		position: relative;
		padding: 0 0 650px 0;
		background-size: auto 475px;
		background-repeat: no-repeat;
		background-position: center top;
		overflow: initial;
	}

	#neubau6 .extra .text{
		width: 450px;
		max-width: 50%;
		text-align: left;
		background: white;
		padding: 30px;
		color: #464646;
		z-index: 10;
		position: relative;
		/*right: 50%;*/
	}

	#neubau6 .extra .animatedimages{
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
	}

	#neubau6 .extra .animatedimages img{
		display: none;
		position: absolute;
		overflow: hidden;
		margin: 0;
		max-height: 100%;
		opacity: 0;
	}

	#neubau6 .extra #bild1{
		display: block;
		top: 393px;
		right: -webkit-calc(50% + 15px);
		right: calc(50% + 15px);
		height: 500px;
		z-index: 4;
		position: absolute;
	}

	#neubau6 .extra #bild2{
		display: block;
		top: 30px;
		left: -webkit-calc(50% + 15px);
		left: calc(50% + 15px);
		height: 500px;
		z-index: 4;
	}

	#neubau6 .extra #bild3{
		display: block;
		top: 560px;
		left: -webkit-calc(50% + 15px);
		left: calc(50% + 15px);
		width: 500px;
		z-index: 4;
	}

}



/* ==========================================================================
   Die Entstehung - Umbau 1                                                                   
   ========================================================================== */
#umbau1{
	/*background: url('../img/schiffer-bg.jpg');*/
	background-position: center center;
	color: #464646;
	padding-bottom: 0;
	background: rgba(240,240,240,1);

	margin-top: 0;
}

/*line*/
#umbau1:after{border-color: #fcde2c; margin-top: 100px;}
#umbau1 .point{margin-top: 0; background: #fcde2c;}

/*Text over background*/
#umbau1 .haupttext{
	padding: 30px 0;
}
#umbau1 .haupttext, #umbau1 .haupttext h1, #umbau1 .haupttext p{
	position: relative;
	z-index: 10;
}

/*Line to remove behind text*/
#umbau1 .haupttext:before {
    content:"";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: -webkit-calc(50% - 2.5px);
    left: calc(50% - 2.5px);
    width: 5px;
    height: 100%;
    /*background: url('../img/schiffer-bg.jpg');*/
    background: rgba(240,240,240,1);
    /*background-position: center center;*/
}

/*Extra Content with animated Pictures*/
@media (min-width: 768px){
	#umbau1 .extra{
		position: relative;
		padding: 400px 0 0 0;
		margin-top: -75px;
		background: url('../img/baumann_bauplan_schwarz.png');
		background-size: auto 700px;
		background-repeat: no-repeat;
		background-position: center -100px;
		overflow: initial;
	}

	#umbau1 .extra .text{
		background: white;
		padding: 30px;
		color: #464646;
		position: relative;
		z-index: 10;
		-webkit-box-shadow: 3px 3px 10px 2px rgba(50, 50, 50, 0.5);
		-moz-box-shadow:    3px 3px 10px 2px rgba(50, 50, 50, 0.5);
		box-shadow:         3px 3px 10px 2px rgba(50, 50, 50, 0.5);
		
		bottom: -100px;
	}

	#umbau1 .extra .animatedimages{
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
	}

	#umbau1 .extra .animatedimages img {
		display: none;
		max-width: 35%;

		position: absolute;
		-webkit-box-shadow: 3px 3px 10px 2px rgba(50, 50, 50, 0.5);
		-moz-box-shadow:    3px 3px 10px 2px rgba(50, 50, 50, 0.5);
		box-shadow:         3px 3px 10px 2px rgba(50, 50, 50, 0.5);
		overflow: hidden;
	}

	#umbau1 .extra #bild1{
		display: block;
		bottom: 100px;
		left: -450px;
		width: 400px;
		z-index: 3;

		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	#umbau1 .extra #bild2{
		display: block;
		bottom: -200px;
		left: -450px;
		width: 350px;
		z-index: 4;

		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}

	#umbau1 .extra #bild3{
		display: block;
		bottom: -100px;
		right: -450px;
		width: 300px;
		z-index: 4;
		
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	#umbau1 .extra #bild4{
		display: block;
		bottom: 0px;
		right: -450px;
		width: 350px;
		z-index: 3;
		
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
}

@media (min-width: 1200px) {
	#umbau1 .extra .container{
		position: relative;
	}
}

/*Mobile Defs*/
@media (max-width: 767px) {
	
	#umbau1{
		padding-top: 300px;
	}

	#umbau1:after{
		content: " ";
		top: 0;
		left: 0;
		margin: 0!important;
		padding: 0!important;
		width: 100%;
		height: 375px;
		position: absolute;
		background-image: url('../img/baumann_bauplan_schwarz.png')!important;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	#umbau1 .point{
		margin-bottom: -75px;
		z-index: 10;
	}

	#umbau1 .container{
		background: white;
		color: #464646;
		position: relative;
		z-index: 5;
		padding-top: 75px;
		padding-bottom: 50px;
	}
	
	#umbau1 .haupttext:before{
		display: none;
	}
		
	#umbau1 .extra{
		display: none;
	}

	#umbau1 .extra .container{
		background: transparent;
	}

}

/* ==========================================================================
   Die Entstehung - Umbau 2                                                                  
   ========================================================================== */
section#umbau2:after{border-color: #f9c53e}
section#umbau2 .point{background: #f9c53e}

/*Extra Content with animated Pictures*/
@media (min-width: 768px){

	#umbau2:before{
		content: "";
		position: absolute;
		width: 100%;
		height: -webkit-calc(100% - 175px);
		height: calc(100% - 175px);
		top: 175px;
		left: 0;
		z-index: 0;
		background: #d6d1cd;
	}

	#umbau2 .haupttext{
		background: #d6d1cd;
	}

	#umbau2 .extra{
		position: relative;
		padding: 265px 0;
		overflow: initial;
	}

	#umbau2 .extra .text{
		background: white;
		padding: 30px;
		color: #464646;
		position: relative;
		z-index: 10;

		-webkit-box-shadow: 3px 3px 10px 2px rgba(50, 50, 50, 0.5);
		-moz-box-shadow:    3px 3px 10px 2px rgba(50, 50, 50, 0.5);
		box-shadow:         3px 3px 10px 2px rgba(50, 50, 50, 0.5);
	}

	#umbau2 .extra .animatedimages{
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
	}

	#umbau2 .extra .animatedimages img{
		display: none;
		
		opacity: 0;
		overflow: hidden;
		width: 40%;
		max-width: 400px;

		-webkit-transform: scale(0.8);
		transform: scale(0.8);

		position: absolute;
		-webkit-box-shadow: 3px 3px 10px 2px rgba(50, 50, 50, 0.5);
		-moz-box-shadow:    3px 3px 10px 2px rgba(50, 50, 50, 0.5);
		box-shadow:         3px 3px 10px 2px rgba(50, 50, 50, 0.5);
	}

	#umbau2 .extra #bild1{
		display: block;
		top: 0px;
		left: 250px;
		z-index: 4;
	}

	#umbau2 .extra #bild2{
		display: block;
		top: 250px;
		left: 50px;
		z-index: 5;
	}

	#umbau2 .extra #bild3{
		display: block;
		top: 400px;
		right: 150px;
		z-index: 1;
	}

	#umbau2 .extra #bild4{
		display: block;
		top: 150px;
		right: 50px;
		z-index: 4;
	}
}

@media (min-width: 1200px) {
	
	#umbau2{
		padding-bottom: 150px;
	}

	#umbau2 .extra{
		padding: 325px 0;
	}

	#umbau2 .extra .container{
		position: absolute;
		height: 100%;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 3;
	}

	#umbau2 .extra .container .row{
		position: absolute;
		top: 50%;
		z-index: 5;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#umbau2 .extra #bild1{left: 200px}
	#umbau2 .extra #bild2{left: 0px}
	#umbau2 .extra #bild3{top: 380px}
	#umbau2 .extra #bild4{top: 110px}
}


/* ==========================================================================
   Die Entstehung - Umbau 3                                                                  
   ========================================================================== */

section#umbau3:after{border-color: #f09c4c}
section#umbau3 .point{background: #f09c4c}

/*Extra Content with animated Pictures*/
@media (min-width: 768px){

	#umbau3{
		/*background: white;*/
	}

	#umbau3 .extra{
		position: relative;
		padding: 800px 0 100px 0;
		background-size: auto 500px;
		background-repeat: no-repeat;
		background-position: center top;
		overflow: initial;
	}

	#umbau3 .extra .text{
		margin: auto;
		background: white;
		padding: 30px;
		color: #464646;
		position: relative;
		z-index: 10;
		/*-webkit-box-shadow: 3px 3px 10px 2px rgba(50, 50, 50, 0.5);
		-moz-box-shadow:    3px 3px 10px 2px rgba(50, 50, 50, 0.5);
		box-shadow:         3px 3px 10px 2px rgba(50, 50, 50, 0.5);*/
	}

	#umbau3 .extra .animatedimages{
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
	}

	#umbau3 .extra .animatedimages img{
		display: none;
		position: absolute;

		opacity: 0;
		overflow: hidden;
	}

	#umbau3 .extra #bild1{
		display: block;
		top: 0px;
		right: -webkit-calc(50% + 15px);
		right: calc(50% + 15px);
		height: 800px;
		z-index: 4;
	}

	#umbau3 .extra #bild2{
		display: block;
		top: 0px;
		left: -webkit-calc(50% + 15px);
		left: calc(50% + 15px);
		height: -webkit-calc((800px / 2) - 15px);
		height: calc((800px / 2) - 15px);
		z-index: 4;
	}

	#umbau3 .extra #bild3{
		display: block;
		top: -webkit-calc((800px / 2) + 15px);
		top: calc((800px / 2) + 15px);
		left: -webkit-calc(50% + 15px);
		left: calc(50% + 15px);
		height: -webkit-calc((800px / 2) - 15px);
		height: calc((800px / 2) - 15px);
		z-index: 4;
	}

	@media (max-width: 900px) {
		#umbau3 .extra{padding-top: 600px}
		#umbau3 .extra #bild1{
			height: 600px;
		}
		#umbau3 .extra #bild2{
			height: -webkit-calc((600px / 2) - 15px);
			height: calc((600px / 2) - 15px);
		}
		#umbau3 .extra #bild3{
			top: -webkit-calc((600px / 2) + 15px);
			top: calc((600px / 2) + 15px);
			height: -webkit-calc((600px / 2) - 15px);
			height: calc((600px / 2) - 15px);
		}
	}
}

/* ==========================================================================
   Die Entstehung - Umbau 4                                                                  
   ========================================================================== */

section#umbau4:after{border-color: #ea7c4f}
section#umbau4 .point{background: #ea7c4f}

/*Extra Content with animated Pictures*/
@media (min-width: 768px){

	#umbau4 .extra .text{
		margin-top: 30px;
		padding-top: 30px;
		padding-bottom: 30px;
		background: white;
		z-index: 5;
		position: relative;
	}
	@media (max-width: 767px) {
		#umbau4 .extra .text{
			font-size: 0.875em;
		}
	}

}


/* ==========================================================================
   Die Entstehung - Umbau 5                                                                  
   ========================================================================== */

section#umbau5:after{border-color: #e6664f}
section#umbau5 .point{background: #e6664f}

/*Extra Content with animated Pictures*/
@media (min-width: 768px){

	#umbau5:before{
		content: "";
		position: absolute;
		width: 100%;
		height: -webkit-calc(100% - 175px);
		height: calc(100% - 175px);
		top: 175px;
		left: 0;
		z-index: 0;
		background: url('../img/milimeterpapier-bg.jpg') repeat center top / 30px auto;
	}

	#umbau5 .haupttext{
		background: url('../img/milimeterpapier-bg.jpg') repeat center -15px / 30px auto;
	}

	#umbau5 .extra .animatedimages{
		position: relative;
		width: auto;
		height: auto;

		overflow: hidden;
		clear: both;
	}

	#umbau5 .extra .overline{
		background: url('../img/milimeterpapier-bg.jpg') repeat center 0px / 30px auto;
	}

	#umbau5 .extra .animatedimages img{
		display: block;
		position: relative;
		overflow: hidden;
		opacity: 0;
	}

	#umbau5 .extra #bild1{
		display: block;
		width: 40%;
		float: left;
	}

	#umbau5 .extra #bild2{
		display: block;
		width: 40%;
		float: right;
	}
}

@media (max-width: 767px) {

	#umbau5 .extra .overline{
		background: transparent;
		padding: 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#umbau5 .extra .overline{
		background: url('../img/milimeterpapier-bg.jpg') repeat center 11px / 30px auto;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#umbau5 .extra .overline{
		background: url('../img/milimeterpapier-bg.jpg') repeat center -4px / 30px auto;
	}
}


/* ==========================================================================
   Die Entstehung - umbau 6                                                                 
   ========================================================================== */

section#umbau6:after{border-color: #e02f4b;}
section#umbau6 .point{background: #e02f4b}


/*Extra Content with animated Pictures*/
@media (min-width: 768px){
	#umbau6 .extra{
		position: relative;
		padding: 450px 0 100px 0;
		background-size: auto 500px;
		background-repeat: no-repeat;
		background-position: center top;
		overflow: initial;
	}

	#umbau6 .extra .text{
		margin: auto;
		background: white;
		padding: 30px;
		color: #464646;
		position: relative;
		z-index: 10;
	}

	#umbau6 .extra .animatedimages{
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
	}

	#umbau6 .extra .animatedimages img{
		display: none;
		position: absolute;

		/*max-width: 60%;*/
		
		height: 450px;
		opacity: 0;
		overflow: hidden;
	}

	#umbau6 .extra #bild1{
		display: block;
		top: 0px;
		right: -webkit-calc(50% + 15px);
		right: calc(50% + 15px);
		z-index: 4;
	}

	#umbau6 .extra #bild2{
		display: block;
		top: 0px;
		left: -webkit-calc(50% + 15px);
		left: calc(50% + 15px);
		z-index: 4;
	}

	@media (max-width: 900px) {
		#umbau6 .extra{padding-top: 400px}
		#umbau6 .extra .animatedimages img{height: 400px}
	}
	@media (max-width: 800px) {
		#umbau6 .extra{padding-top: 300px}
		#umbau6 .extra .animatedimages img{height: 300px}
	}
}
/* ==========================================================================
   Die Entstehung - umbau 7                                                                 
   ========================================================================== */

section#umbau7:after{border-color: transparent;}
section#umbau7 .point{background: #e20528}

/*Extra Content with animated Pictures*/
@media (min-width: 768px){
	#umbau7 .haupttext{
		margin-bottom: 30px;
	}

	#umbau7 .extra{
		position: relative;
		padding: 0 0 650px 0;
		background-size: auto 475px;
		background-repeat: no-repeat;
		background-position: center top;
		overflow: initial;
	}

	#umbau7 .extra .text{
		width: 450px;
		max-width: 50%;
		text-align: left;
		background: white;
		padding: 30px;
		color: #464646;
		z-index: 10;
		position: relative;/*
		left: 50%;
		-webkit-transform: translateX(-webkit-calc(-100% + 15px));
		transform: translateX(calc(-100% + 15px));*/
	}

	#umbau7 .extra .animatedimages{
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
	}

	#umbau7 .extra .animatedimages img{
		display: none;
		position: absolute;
		opacity: 0;
		overflow: hidden;
		margin: 0;
		max-height: 100%;
	}

	#umbau7 .extra #bild1{
		display: block;
		top: 494px;
		position: absolute;
		right: -webkit-calc(50% + 15px);
		right: calc(50% + 15px);
		height: 400px;
		z-index: 4;
	}

	#umbau7 .extra #bild2{
		display: block;
		top: 30px;
		left: -webkit-calc(50% + 15px);
		left: calc(50% + 15px);
		height: 500px;
		z-index: 4;
	}

	#umbau7 .extra #bild3{
		display: block;
		top: 560px;
		left: -webkit-calc(50% + 15px);
		left: calc(50% + 15px);
		width: 500px;
		z-index: 4;
	}
}

/* ==========================================================================
   Slick allgemein                                                                  
   ========================================================================== */

.slick-slider { 
	margin-bottom: 30px; 
}


/*Arrows*/

.slick-slider .prevArrow, .slick-slider .nextArrow{
	position: absolute;
	height: 30%;
	width: 20%;
	top: 35%;
	background-size: auto 50px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	/*z-index: 9;*/
}

.slick-slider .prevArrow{
	background-image: url('../img/pfeil-links.png');
	left: 0%;
}

.slick-slider .nextArrow{
	background-image: url('../img/pfeil-rechts.png');
	right: 0%;
}

/*Dots*/
.slick-dots {
	list-style: none; 
	display: block; 
	text-align: center; 
	margin: 0;
	padding: 0px; 
	width: 100%; 
}
.slick-dots li { 
	position: relative; 
	display: inline-block; 
	height: 20px; 
	width: 20px; 
	padding: 0px; 
	cursor: pointer;
}
.slick-dots li button { 
	border: 0; 
	background: transparent; 
	display: block; 
	height: 20px; 
	width: 20px; 
	outline: none; 
	line-height: 0; 
	font-size: 0; 
	color: transparent; 
	padding: 5px; 
	cursor: pointer; 
	outline: none; 
}
.slick-dots li button:focus { 
	outline: none; 
}
.slick-dots li button:before { 
	position: absolute; 
	top: 2.5px; 
	left: 0; 
	content: '\2022'; 
	width: 20px; 
	height: 20px; 
	font-size: 12px; 
	line-height: 12px; 
	text-align: center; 
	color: #646464; 
	/*opacity: 1; */
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale; 
}
.slick-dots li.slick-active button:before { 
	/*opacity: 0.75; */
	font-size: 35px;
	top: 0;
}


/* ==========================================================================
   Slider                                                                   
   ========================================================================== */

.slider{
	margin: 50px 0 30px;
}

.slider.centermode{
	margin-left: -2.5px;
	margin-right: -2.5px;
}

.slider.centermode .item{
	padding: 0 2.5px;
}

/* ==========================================================================
   Big Slider (intro)                                                                   
   ========================================================================== */

section.fullslider{
	padding: 0;
	/*height: 768px;*/
	/*max-height: 768px;*/
	width: 100%;
	overflow: hidden;
}

.fullscreenslider{
	width: 100%;
	position: relative;
}

.fullscreenslider .slick{
	margin-bottom: 0;
}

.fullscreenslider .slick .image{
	/*height: 768px;*/
	/*max-height: 1000px;*/

	position: relative;
	width: 100%;
	height: -webkit-calc(100vw / 4 * 3);
	height: calc(100vw / 4 * 3);
	max-height: 100vh;
	content: 'viewport-units-buggyfill; height: -webkit-calc(100vw / 4 * 3); height: calc(100vw / 4 * 3); max-height: 100vh;';

	background-size: cover;
	background-position: top center;
}

.fullscreenslider .slick .image.top{
	background-position: top center;
}
.fullscreenslider .slick .image.center{
	background-position: center center;
}

.fullscreenslider .slideritem{
	position: relative;
}

.fullscreenslider .slideritem .info{
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	color: white;
	padding: 15px 0;
	overflow: hidden;
	font-size: 0.7em;
}
@media (max-width: 767px) {
	.fullscreenslider .slideritem .info{
		font-size: 0.875em;
	}
}

.fullscreenslider .slideritem .info .title{
	width: 100%;
	display: block;
	text-align: center;
}

.fullscreenslider .slideritem .info .arrowup{
	width: 12px;
	height: 18px;
	background: url('../img/pfeil-up.png');
	background-size: auto 18px;
	background-repeat: no-repeat;
	position: absolute;
	right: 10%;
	top: 15px;
	cursor: pointer;
	z-index: 11;

	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.fullscreenslider .slideritem .info.open .arrowup{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fullscreenslider .slideritem .info .text{
	display: none;
	margin: auto;
	padding: 15px 0 0 0;
}

@media (max-width: 767px) {
	.fullscreenslider .slideritem .info .text{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.fullscreenslider .slideritem .info .text{
		width: 80%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.fullscreenslider .slideritem .info .text{
		width: 60%;
	}
}
@media (min-width: 1200px) {
	.fullscreenslider .slideritem .info .text{
		width: 50%;
	}
}

/*Fullslider Dots*/
.fullscreenslider .slick-dots{
	position: absolute;
	bottom: 60px;
	z-index: 5;
}

.fullscreenslider .slick-dots li button:before{
	color: white;
}

/* ==========================================================================
   Big Slider with Detail Sldier                                                                   
   ========================================================================== */

section.fullslider{
	padding: 0;
	/*height: 768px;*/
	/*max-height: 768px;*/
	width: 100%;
	overflow: hidden;
}

.fullsliderwithdetails{
	width: 100%;
	position: relative;
}

.fullsliderwithdetails{
	margin-bottom: 0;
}

.fullsliderwithdetails .image{
	position: relative;
	width: 100%;
	max-height: 100vh;
	height: -webkit-calc(100vw / 4 * 3);
	height: calc(100vw / 4 * 3);
	content: 'viewport-units-buggyfill; height: calc(100vw / 4 * 3); height: -webkit-calc(100vw / 4 * 3); max-height: 100vh;';
	background-size: cover;
	background-position: center center;
}


.fullsliderwithdetails .sliderdetailitem{
	position: relative;
}

.fullsliderwithdetails .sliderdetailitem .info{
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	color: white;
	padding: 15px 0;
	overflow: hidden;
	font-size: 0.7em;
}

@media (max-width: 767px) {
	.fullsliderwithdetails .sliderdetailitem .info{
		font-size: 0.875em;
	}
}

.fullsliderwithdetails .sliderdetailitem .info .title{
	width: 100%;
	display: block;
	text-align: center;
}

.fullsliderwithdetails .sliderdetailitem .info .arrowup{
	width: 12px;
	height: 18px;
	background: url('../img/pfeil-up.png');
	background-size: auto 18px;
	background-repeat: no-repeat;
	position: absolute;
	right: 10%;
	top: 15px;
	cursor: pointer;
	z-index: 11;

	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.fullsliderwithdetails .sliderdetailitem .info.open .arrowup{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fullsliderwithdetails .sliderdetailitem .info .text{
	display: none;
	margin: auto;
	padding: 15px 0 0 0;
}

.fullsliderwithdetails .sliderdetailitem .detailslider{
	width: 50%;
	position: relative;
	margin: auto;
	margin-bottom: 15px;
}
.fullsliderwithdetails .sliderdetailitem .detailslider .item{
	position: absolute;
	top: 0;
}


@media (max-width: 767px) {
	.fullsliderwithdetails .sliderdetailitem .info .text{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.fullsliderwithdetails .sliderdetailitem .info .text{
		width: 80%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.fullsliderwithdetails .sliderdetailitem .info .text{
		width: 60%;
	}
}
@media (min-width: 1200px) {
	.fullsliderwithdetails .sliderdetailitem .info .text{
		width: 50%;
	}
}

/*Fullslider Dots*/
.fullsliderwithdetails .slick-dots{
	position: absolute;
	bottom: 60px;
	z-index: 5;
}

.fullsliderwithdetails .detailslider .slick-dots{
	bottom: 10px;
}

.fullsliderwithdetails .slick-dots li button:before{
	color: white;
}

/* ==========================================================================
   TwentyTwenty Slider                                                                   
   ========================================================================== */

.twentytwenty-slider{
	/*margin-top: 50px;*/
	width: 80%;
	margin: 50px auto 0;
}

.twentytwenty-slider .prevArrow{
	background-image: url('../img/pfeil_links_s.png');
	left: -15%;
	top: -webkit-calc(35% - 30px);
	top: calc(35% - 30px);
}

.twentytwenty-slider .nextArrow{
	background-image: url('../img/pfeil_rechts_s.png');
	right: -15%;
	top: -webkit-calc(35% - 30px);
	top: calc(35% - 30px);
}

.twentytwenty{
	width: 100%;
}

.twentytwenty img{
	width: 100%;
	max-width: none;
}

/* ==========================================================================
   History Slider                                                                  
   ========================================================================== */

.history-wrapper{
	position: relative;
}

.history-slider .item {
	background: #f4f4f4;
	/*min-height: 100%;*/
	position: relative;
}

.history-slider .image{
	/*width: 70%;*/
	margin: auto;
	margin-bottom: 60px;
}

.history-slider .image img{
	width: 100% !important;
}

.history-rangeslider{
	/*width: 70%;*/
	position: absolute;
	top: 0;
	left: 50%;
	margin: auto;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 991px) {
	.history-slider .image{
		width: 70%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.history-slider .image{
		width: 70%;
	}
}
@media (min-width: 1200px) {
	.history-slider .image{
		width: 70%;
	}
}

/* ==========================================================================
   Ausstellungskuechen                                                                 
   ========================================================================== */

.ausstellungskuechen .prevArrow{
	background-image: url('../img/pfeil_links_s.png');
	left: -15%;
	top: -webkit-calc(35% - 30px);
	top: calc(35% - 30px);
}

.ausstellungskuechen .nextArrow{
	background-image: url('../img/pfeil_rechts_s.png');
	right: -15%;
	top: -webkit-calc(35% - 30px);
	top: calc(35% - 30px);
}

.ausstellungskuechen .slideritem{
	position: relative;
}

.ausstellungskuechen .slideritem .info{
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	color: white;
	padding: 15px 0;
	overflow: hidden;
	font-size: 0.7em;
}
@media (max-width: 767px) {
	.ausstellungskuechen .slideritem .info{
		font-size: 0.875em;
	}
}

.ausstellungskuechen .slideritem .info .title{
	width: 100%;
	display: block;
	text-align: center;
}

.ausstellungskuechen .slideritem .download{
	width: 15px;
	height: 18px;
	background: url('../img/pdf-icon-weiss.png');
	background-size: auto 18px;
	background-repeat: no-repeat;
	position: absolute;
	left: 10%;
	top: 15px;
	cursor: pointer;
	z-index: 11;
}

.ausstellungskuechen .slideritem .info .arrowup{
	width: 12px;
	height: 18px;
	background: url('../img/pfeil-up.png');
	background-size: auto 18px;
	background-repeat: no-repeat;
	position: absolute;
	right: 10%;
	top: 15px;
	cursor: pointer;
	z-index: 11;

	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.ausstellungskuechen .slideritem .info.open .arrowup{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ausstellungskuechen .slideritem .info .text{
	display: none;
	margin: auto;
	padding: 15px 15px 0;
}

/* ==========================================================================
   Service                                                                   
   ========================================================================== */

   	/*Accordion*/
	.accordion{
		margin-top: 15px;
	}

	.accordionitem{
		margin-bottom: 5px;
		text-align: left;
	}
	.accordionitem .title{
		background: #e6e4e4;
		padding: 10px;
		color: #464646;
		position: relative;
		cursor: pointer;
		/*font-weight: normal;*/
	}
	.accordionitem .title:after{
		position: absolute;
		top: 10px;
		content: " ";
		right: 10px;
		background: url('../img/arrow-accordion.png') no-repeat center / 25px auto;
		width: 25px;
		height: 26px;
		
		-webkit-transition: all 500ms;
		transition: all 500ms;
	}
	.accordionitem.open .title:after{
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}


	.accordionitem .text{
		background: #464646;
		color: white;
		padding: 10px;
		display: none;
	}

	.accordionitem .text a{
		color: white;
		text-decoration: none;
	}
	.accordionitem .text a:hover{
		color: white;
		font-weight: 400;
	}

	/*Stellen*/
	.stelle{
		margin-top: 30px;
	}
	.stelle .text{
		margin-top: 15px;
		text-align: left;
		font-size: 0.7em;
	}
	@media (max-width: 767px) {
		.stelle .text{
			font-size: 0.875em;
		}
	}

	/*Downloads*/
	.downloads{
		margin-top: 50px;
		margin-bottom: -100px;
	}

	@media (max-width: 767px) {
		.downloads{
			margin-top: 25px;
			margin-bottom: -25px;
		}
	}

	.downloads .downloaditem{
		margin-bottom: 100px;
		font-size: 0.7em;
	}
	

	@media (max-width: 767px) {
		.downloads .downloaditem{
			font-size: 0.875em;
		}
	}
	.downloads .downloaditem img{
		width: 50%;
		max-width: 50px;
		margin-bottom: 15px;
	}
	.downloads a{
		color: #464646;
		text-decoration: none;
	}

	@media (max-width: 767px) {
		.downloads .row > div:nth-child(odd){
			clear: both;
		}
	}
	@media (min-width: 768px) and (max-width: 991px) {
		.downloads .row > div:nth-child(3n+4){
			clear: both;
		}
	}
	@media (min-width: 992px){
		.downloads .row > div:nth-child(5), 
		.downloads .row > div:nth-child(9), 
		.downloads .row > div:nth-child(13), 
		.downloads .row > div:nth-child(17), 
		.downloads .row > div:nth-child(21), 
		.downloads .row > div:nth-child(25){
			clear: both;
		}
	}

	/*News*/
	.newsbutton{
		position: absolute;
		right: 50px;
		bottom: 50px;
		height: 200px;
		width: 200px;
		background: #464646;
		border-radius: 50%;
		color: white;
		padding: 30px;
	}

	@media (max-width: 767px) {
		.newsbutton{
			right: 10px;
			bottom: 10px;
			width: 150px;
			height: 150px;
		}

	}


	.newsbutton .content{
		position: absolute;
		top: 50%;
		width: -webkit-calc(100% - 60px);
		width: calc(100% - 60px);

		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.newsbutton .text{
		font-size: 1em;
		font-weight: normal;
	}
	.newsbutton .more{
		font-size: 0.7em;
		font-weight: lighter;
	}

	@media (max-width: 767px) {
		.newsbutton .more{
			font-size: 0.875em;
		}
	}


	#news img{
		margin-top: 30px;
	}


/* ==========================================================================
   Contact                                                                   
   ========================================================================== */

@media (max-width: 767px) {
	body.contact{
		margin-top: 62px;
	}
}

#gmap{
	height: 500px;
	max-height: 40vh;
	content: 'viewport-units-buggyfill; max-height: 40vh;';
	margin-top: 50px;
	color: #464646;
	text-align: left;
}

.contact main section:first-child{
	padding-top: 0;
}

.contact form{
	margin-top: 50px;
}

.form-group{
	margin-bottom: 10px
}

.contact .form-group .form-control{
	border-radius: 0px;
	padding: 10px;
	height: auto;
}

.contact .form-control:focus{
	border-color: lightgray;
	-webkit-box-shadow: none!important;
  	box-shadow: none!important;
}

.form-group.has-error .form-control{
	background: #e20528;
	color: white;
}

.form-group.has-error ::-webkit-input-placeholder { color:#fff; }
.form-group.has-error ::-moz-placeholder { color:#fff; } /* firefox 19+ */
.form-group.has-error :-ms-input-placeholder { color:#fff; } /* ie */
.form-group.has-error input:-moz-placeholder { color:#fff; }

.contact form textarea{
	height: 146px!important;
	resize:none;
}

.contact input[type=submit]{
	padding: 10px;
	border-radius: 0;
	text-align: left;
	color: white;
	background: #464646;
	border-color: #464646;
}

.contact input[type=submit]:hover, .contact input[type=submit]:focus, .contact input[type=submit]:active{
	color: lightgray;
	border-color: #464646;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
  	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
}

/* ==========================================================================
   Footer                                                                   
   ========================================================================== */

footer{
	background: #464646;
	color: white;
	
	padding: 50px 0;

	font-size: 0.94em;
	text-align: left;
}
@media (max-width: 767px) {
	footer{
		font-size: 1.3em;
	}
}

@media (max-width: 767px) {
	footer{
		padding: 25px,
	}
}

footer h2{
	font-size: 1.5em;
}

footer a{
	color: white;
	text-decoration: none;
}

footer a:hover{
	color: lightgray;
	text-decoration: none;
}

/*Newsletter*/

footer .newsletter{
	margin-top: 0;
}

footer .newsletter input{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid white;
	border-radius: 0;
	-webkit-appearance: none;
}

footer .newsletter button{
	display: block;
	background: transparent;
	border: 1px solid white;
	width: 100%;
	padding: 10px;
}

/*quickcontact*/

footer .quickcontacts{
	margin: 30px 0;
	padding: 30px 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

footer .quickcontacts img{
	width: 100px;
}

footer .quickcontacts .text{
	margin-top: 15px;
	text-align: center;
}

footer .quickcontacts .text p:last-child{
	margin-bottom: 0;
}

@media (max-width: 767px) {
	footer .quickcontacts .row > div:not(:last-child){
		margin-bottom: 30px;
	}
}

/*Icons*/

footer .icons{
	display: block;
	margin: 30px 0;
	text-align: center;
}

footer .icons .icon{
	display: inline-block;
	margin-right: 5px;
	border: 1px solid white;
	height: 40px;
	min-width: 40px;
	font-size: 14px;
	line-height: 1;
	padding: 13px 10px;	
	cursor: pointer;
	text-align: center;
}

footer .icons .icon img{
	height: 14px;
	margin-top: -2px;
}

/*Impressum*/

footer #impressum{
	display: none;
	overflow: hidden;
}






/* ==========================================================================
   Pace js                                                                   
   ========================================================================== */
   
   /*
body > :not(.pace),body:before,body:after {
  -webkit-transition:opacity .4s ease-in-out;
  -moz-transition:opacity .4s ease-in-out;
  -o-transition:opacity .4s ease-in-out;
  -ms-transition:opacity .4s ease-in-out;
  transition:opacity .4s ease-in-out
}

body:not(.pace-done) > :not(.pace),body:not(.pace-done):before,body:not(.pace-done):after {
  opacity:0
}

body{
	opacity: 1;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 200px;
  background: rgba(240,240,240,1);
  /*border: 1px solid #e20528;*/

  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  max-width: 200px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #e20528;
}

.pace.pace-inactive {
  display: none;
}


*/




