/*Font*/

/* raleway-200 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 200;
	src: url('../_fonts/raleway-v34-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* raleway-300 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 300;
	src: url('../_fonts/raleway-v34-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* raleway-regular - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	src: url('../_fonts/raleway-v34-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* raleway-500 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
	src: url('../_fonts/raleway-v34-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* raleway-600 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	src: url('../_fonts/raleway-v34-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

	/*#############################################################*/

body {
	font-size: 1em;
	line-height: 1.3;
	color: #494747;
	font: 400 1em/22px "Raleway", Helvetica Neue, Helvetica, Arial, sans-serif;
}

h1 {
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-size: 1.8em;
}

h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 1.6em;
}

h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 1.4em;
}

h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	margin: 1em 0;
	font-size: 1.2em;
}


/*Startseite*/

.page-home .main	{
	background-color: #eee;
	max-width: 1300px;
}

.page-home .main .content, .page-home .link_weitere_informationen a {
    color: #323232;
}

.page-home .main h1, .page-home .main h2, .page-home .main h3 {
	color:#263674;
	font-weight: bold;
}

h1, .h1, h2, .h3, h3 {
	color:#263674;
	font-weight: bold;
}


/*Main größer*/

.headertop, .topnav, .navigation, .slider.headerimage, .flexslider, .main, .social-buttons-inner {
    max-width: 1300px;
	background-color: #eee;
}

header, nav {
	background-color: #eee;
}

/*Navigation hinterlegt
.topnav {
    position: relative;
    list-style: none;
    margin-left: 40px;
    z-index: 900;
}*/

.topnav li.active > a {
    color: #fff;
}
.topnav li.active a {
    color: #263674;
	/*text-transform: uppercase;	*/
}


/*Sliderbilder Unterseiten größer*/

.slider.headerimage .flexslider .slides li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slider.headerimage, .slider.headerimage, .slider.headerimage .flexslider, .slider.headerimage .flexslider .slides, .slider.headerimage .flexslider .slides li, .slider.headerimage .flexslider .slides li img {
    max-height: calc(90vh - 165px); /*90 Standard*/
}

.social-mailbox i{
	margin: 5px 0 0 0;
}

/* add custom styles*/

	.headertop .haus {
		background: url(images/bauer_header.png) no-repeat;
		height: 200px;
	}

	.headertop .haus h1 {
		display: none !important;
	}

	.headertop .haus .h1 {
		display: none !important;
	}

	.social-buttons {
		top: 340px;
	}

/* Blinkendes Feld




/* add custom styles*/
/* Home Overlay  ####################################################*/
	.home-overlay{
		z-index: 90;
		position: absolute;
		width: 400px;
		top: 100px;
		margin-left: 650px;
	}

	.home-overlay-container{
		width: 100%;
		/*position #################*/
		margin: 200px auto 0 auto;
		/*color overlay #############*/
		background: rgba(255, 255, 255, 0.9);

		 -webkit-border-radius: 40px;
      border-radius: 40px;
	}

		.blink {
		-webkit-animation-name: zoomIn;
		animation-name: zoomIn;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		}
		@-webkit-keyframes zoomIn {
		0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
		}
		50% {
		opacity: 1;
		}
		}
		@keyframes zoomIn {
		0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
		}
		50% {
		opacity: 1;
		}
		}
		
		
		.m_gewinnspiel active {
		font-weight: bold;
		color: #263674;
		}

	.home-overlay .image{
		width: 0%;
		float: left;
		padding: 10px;

	}
	.home-overlay .text{
		width: 100%;
		float: left;
		padding: 10px;
	}



/*//logo galerie####################################################*/

	.box-logo {
		width: 25%;
		padding: 5px;
	}

	.div-logo {
		background: #fff;
		border: 1px solid #eee;
		border-bottom: 2px solid #e3e3e3;
		text-align: center;
		height: 150px;
		margin: auto;
		position: relative;
	}

	.div-logo img {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		backface-visibility: hidden;
		max-height: 90%;
		max-width: 90%;
	}


/*//bilder galerie####################################################*/

	.box-galerie {
		width: 33%;
		padding: 5px;
		height: fit-content;
	}

	.div-galerie {
		box-shadow: 0 0 2px 0 rgba(1, 1, 1, 0.2);
		position: relative;
		height: fit-content;
	}

	.box-galerie .div-galerie img {
		height: 100%;
		object-fit: cover;
		width: 100%;
	}

	.box-galerie .div-galerie .text {
		background: rgba(50, 50, 50, 0.8);
		bottom: -17px;
		color: #eee;
		display: block;
		padding: 10px;
		position: absolute;
		/*transition: padding 0.3s ease 0s;*/
		width: 100%;
	}


/*//ueber-uns######################################################*/

	.p-ueber-uns .col {
		padding: 10px;
	}

	.p-ueber-uns .col .mod {
		min-height: 300px;
		border: 1px solid #eee;
		border-bottom: 2px solid #e3e3e3;
		padding: 10px 10px 0 10px;
		background: #F2F2F2;
		font-size: 0.8em;
	}

	.p-ueber-uns .col .mod .text {}

	img.service {
		margin-top: 15px;
	}

	.gmapcontent2 {
		float: right;
		margin: -130px 125px 0 0;
	}


/*kuechenstudio-hl3############################################################*/

.kuechenstudio-hl3{
	border-bottom: 2px solid #eee;
}

.kuechenstudio-hl3.last {
	border-bottom: none;
}

.kuechenstudio-hl3 h2 {
	float: left;
	width: 20%;
	border: 1px solid #000;
	padding: 20px 0;
	text-align: center;
	margin-right: 40px;
}

.kuechenstudio-hl3 p {
	padding: 20px 0 20px;
	vertical-align: baseline;
	float: left;
	width: 23%;
	font-weight: 400;
}

.kuechenstudio-hl3 .link {
	width: auto;
	font-weight: normal;
}

.kuechenstudio-hl3 .image{
	display: block;
	margin-top: 30px;

}

.kuechenstudio-hl3 .image img{
	height: 100px;
	box-shadow: 0px 0px 3px 2px rgba(1, 1, 1, 0.2);
}
.kuechenstudio-hl3 a:hover{
	color:#7a7a7a;

}

/*kuechenstudio-hl############################################################*/

.kuechenstudio-hl {
	border-bottom: 2px solid #eee;
}

.kuechenstudio-hl.last {
	border-bottom: none;
}

.kuechenstudio-hl h2 {
	float: left;
	width: 20%;
	border: 1px solid #000;
	padding: 20px 0;
	text-align: center;
	margin-right: 40px;
}

.kuechenstudio-hl p {
	padding: 30px 0 20px;
	vertical-align: baseline;
	float: left;
	width: 23%;
	font-weight: 400;
}

.kuechenstudio-hl .link {
	width: auto;
	font-weight: normal;
}

.kuechenstudio-hl a.button:link {
	text-decoration: none;
}


/*//kuchenstudio download######################################################*/

.download {}

.download h2 {
	font-weight: 400;
	font-size: 1.8em;
	margin-bottom: 15px;
	/*text-align: center;*/
}

.download .col a {
	box-shadow: 0px 0px 4px 2px rgba(1, 1, 1, 0.2);
	display: block;
}

.download img {
	width: 100%;
}

.download p {
	/*position: absolute;*/
	display: block;
	text-align: center;
	margin-top: 0;
	width: 100%;
	background: rgba(50, 50, 50, 0.8);
	padding: 10px;
	color: #eee;
}

.download a {
	color: #eee;
}


/*//video reponsive######################################################*/

	.responsive-video {
    	position: relative;
    	padding-bottom: 55%;
    	padding-top: 30px;
    	height: 0;
    	overflow: auto;
	}

	.responsive-video video,
	.responsive-video iframe,
	.responsive-video object,
	.responsive-video embed {
   	 position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
   	 height: 100%;
	}

/* responsive IFrame Darstellung############################################*/
	.embed-container {
	position: relative; 
	padding-bottom: 100% /*56.25%;*/ /* ratio 16x9 */;
	height: 0; 
	overflow: hidden; 
	width: 100%;
	height: auto;
	}
	
	.embed-container iframe {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	}
	
	/* ratio 4x3 */
	.embed-container.ratio4x3 {
	  padding-bottom: 75%;
	}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 959px) {
	.headertop .haus h1 {
		font-size: 1.8em;
		padding: 0 0 30px 10px;
	}
	
	.headertop .haus .h1 {
		font-size: 1.8em;
		padding: 0 0 30px 10px;
	}
	
	.headertop .haus {
		display: none;
	}
	.kuechenstudio-hl {
		border-bottom: 2px solid #eee;
	}
	.kuechenstudio-hl h2 {
		width: 150px;
		margin-right: 20px;
	}
	.kuechenstudio-hl p {
		width: auto;
	}
	.kuechenstudio-hl p:nth-child(3) {
		float: right;
	}
	.kuechenstudio-hl a.button:link {
		text-decoration: none;
	}


	.home-overlay-container {
		width: 450px;
		margin: 100px auto 0 auto;
		background: rgba(255, 255, 255, 0.8);
		margin-left: -250px;
	}

}

@media only screen and (max-width: 768px) {
	.box-logo {
		width: 50%;
	}
	.p-ueber-uns .col {
		width: 50%;
		min-height: 500px;
	}
	.gmapcontent2 {
		float: left;
		margin: inherit;
	}
	.headertop .haus h1 {
		font-size: 1em;
		display: block;
		margin: 0;
		padding: 0 0 10px 10px;
	}
	.headertop .haus .h1 {
		font-size: 1em;
		display: block;
		margin: 0;
		padding: 0 0 10px 10px;
	}
	
	.page-service .content ul {
		width: 100%;
		display: inline-table;
		margin-top: 40px;
	}

	.download .col33 {
		width: 50%;
	}

	.home-overlay {
		z-index: 90;
		position: absolute;
		width: 600px;
		top: 100px;
		margin-left: 400px;
	}


}	
	
@media only screen and (max-width: 700px) {
	.home-overlay{
		display: none;
	}
}


@media only screen and (max-width: 479px) {
	.logo {
		margin-top: 50px !important;
	}
	.logo img {
		width: 100% !important;
		.headertop .logo img
	}
	.headertop .logo img {
		height: auto;
	}
	.social-buttons {
		top: 150px;
	}
	.kuechenstudio-hl {
		margin: 10px 0 0 0;
	}
	.kuechenstudio-hl h2 {
		width: 150px;
		margin: 0;
	}
	.kuechenstudio-hl p {
		clear: both;
		float: left;
		padding: 10px 0;
		margin: 0;
	}
	.kuechenstudio-hl p:nth-child(3) {
		float: left;
		padding: 10px 0;
	}
	.download .col33 {
		width: 100%;
	}

	.home-overlay{
		display: none;
	}
}