/* Farbschema */


	h1, .h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 2em;
	color:	#9b0028;
	text-align: center;
}

	h2 {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 600;
		font-size: 1.8em;
		color: #9b0028;
		text-align: center;
	}

	h3 {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 600;
		font-size: 1.4em;
		color:	#9b0028;
		font-style: bold;
		text-align: center;
	}

	h4 {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		margin: 1em 0;
		font-size: 1.2em;
		color:	#9b0028;
		font-style: bold;
		text-align: center;
	}


	a {
		outline: 0;
		text-decoration: none;
		color: #9b0028;
	}

	.page-home .main {
		background: rgba(255, 255, 255, 0.7);
	}
	
	.page-home .main h1 {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 700;
		font-size: 2em;
		color: #9b0028;
		text-align: center;
	}
	
	
	.page-home .main h2 {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 600;
		font-size: 1.8em;
		color: #9b0028;
		text-align: center;
	}
	
	
	.page-home .main .content {
		color: black;
	}
	
	.page-home .seotext {
	clear: both;
	background: rgba(255, 255, 255, 0.7);
	border-bottom: 2px solid #719430;
	border-radius: 4px;
	font-size: 0.8em;
	margin-top: 30px;
	padding: 20px 30px;
	}

/* add custom styles*/

	.headertop .logo img {
            display: none !important;
	}


	.headertop .haus {
	background: url(images/header_brenk.png) no-repeat;
	height: 50px;
    }

	.headertop .haus .h1 {
	display: none !important;
	}

/*Navigationsleiste ##############################################*/

	.navigation {
	  max-width: 1200px;
	  margin: 10px auto 0 auto;
	  clear: left;
	  z-index: 500;
	}

/*Sortiment Startseite ausblenden ################################*/

.homesortiment.animate.in-view {
	opacity: 1;
	transform: scale(1, 1);
	display: none;
}

/* Home Overlay für Adresse ####################################################*/
	.home-overlay{
		z-index: 2;
		position: absolute;
		width: 100%;
		top:0;
	}

	.home-overlay-container-adr{
		width: 300px;
		/*position #################*/
		/*margin: 250px auto 0 auto;*/
		/*color overlay #############*/
		background: rgba(255, 255, 255, 0.8);
		margin-left:150px;
	}

	.home-overlay .text-adr{
	  width: 400px;
	  float: left;
	  padding: 10px;
		padding-top: 10px;
	  background-color:rgba(255, 255, 255, 0.7);
	  padding-top: 60px;
	  border-radius: 18px;

	}
	
	.home-overlay .image-adr{
		float: inherit;

	}

/* end Home Overlay für Adress  ##################################################*/



/* Home Overlay für News ####################################################*/
	.home-overlay{
		z-index: 2;
		position: absolute;
		width: 100%;
		top:0;
	}

	.home-overlay-container{
		width: 400px;
		/*position #################*/
		margin: 250px auto 0 auto;
		/*color overlay #############*/
		background: rgba(255, 255, 255, 0.8);
	}

	.home-overlay .image{
		width: 0%;
		float: left;
		padding: 10px;

	}
	.home-overlay .text{
		width: 100%;
		float: left;
		padding: 10px;
	}

/* end Home Overlay für News  ##################################################*/

	.logoright .haus .h1 {
	font-size: 2.8em;
	}


/*wohnbereiche custom image-boxen*/
	 .page-wohnbereiche .pcustom .space{
		margin-top: 30px;
		
	 }
/*wohnbereiche custom zusätzliche bilder*/
	.col-moreimages{
	margin-top: 20px;
	}
	.col-moreimages .moreimages{
		float: left;
		margin: 0 10px 10px 0;
		width: calc(33.333333% - 10px);

	}

	
/*//logo galerie####################################################*/

	.box-logo{
		width: 25%;
	}

	
	.box-logo-text{
      bottom: 50px;
      left: 20px;
      background-color: #0000004a;
      opacity: .6;
      color: white;
      padding-left: 20px;
      padding-right: 20px;
	  padding: 20px 20px;
      margin: 5px;
	  text-align: center;
	  text-transform: uppercase; 
	  border-radius: 25px;
	}
   

	.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%;
	}


/*//ueber-uns######################################################*/

	.p-ueber-uns .col{
		padding: 10px;

	}
	.p-ueber-uns .col .mod{
		min-height: 430px;
		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;
	}


/*//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: /*56.25%;*/ 100%;
	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) {

	/*Navigation Menü Text*/
	.opennav:before{
		content: 'Menü';
		margin-right: 10px;
		font-size: 0.7em;	
	}


	.headertop .haus .h1{
		font-size: 1.8em;
		padding: 0 0 30px 10px;
	}
	
	.box-logo-text {
		font-size: small;
	}
	

	.home-overlay-container-adr {
		width: fit-content;
		margin: 250px auto 0 auto;
		background: rgba(255, 255, 255, 0.8);
		margin-left: 0;
		margin-top: -50px;
	}
	
	.home-overlay .image-adr {
	  float: left;
	  width: fit-content;
	}
	
	.home-overlay .text-adr {
	  width: 300px;
	  float: inline-end;
	  padding: 10px;
	  padding-top: 10px;
	  padding-top: 10px;
	  background-color:rgba(255, 255, 255, 0.7);
	  padding-top: 110px;
	  font-size: smaller;
	  border-radius: 18px;
	}	

	 .page-home .main h2 {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 600;
		font-size: 1.6em;
		color: #9b0028;
		text-align: center;
	}

	.home-overlay-container{
		width: 250px;
		/*position #################*/
		margin: 250px auto 0 auto;
		/*color overlay #############*/
		background: rgba(255, 255, 255, 0.8);
	}
	

}
	

@media only screen and (max-width: 700px) {
		.home-overlay{
		display: none;
		}
		
		.headertop .haus {
		background: url(images/header_brenk_k.png) no-repeat;
		height: 60px;
		}
	
	}

@media only screen and (max-width: 767px) {
		.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;
		}
		
		.page-service .content ul{
		width: 100%;
		display: inline-table;
		margin-top: 40px;
		}

	}

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


	}
	