
/*Startseite*/

	.page-home .main	{
		background-color: #eee;
		max-width: 1200px;
	}

	.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:#2E3093;
		font-weight: bold;
	}

	h1, .h1, h2, .h3, h3 {
		color:#2E3093;
		font-weight: bold;
	}


/*Main größer*/

	.headertop, .topnav, .navigation, .slider.headerimage, .flexslider, .main, .social-buttons-inner {
		max-width: 1200px;
		background-color: #eee;
	}

	header, nav {
		background-color: #eee;
	}

	.topnav li.active > a {
		color: #fff;
	}
	.topnav li.active a {
		color: #2E3093;
		/*text-transform: uppercase;	*/
	}

/*Sliderbilder */
	.slider.headerimage .flexslider .slides li img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		display: block; /* wichtig gegen Inline-Spacing */
	}

	/* nur einmal auf den relevanten Container anwenden */
	.slider.headerimage {
		max-height: calc(90vh - 165px);
		overflow: hidden; /* verhindert Overflow + Layout-Glitches */
	}

	.slider.headerimage .flexslider,
	.slider.headerimage .flexslider .slides,
	.slider.headerimage .flexslider .slides li {
		height: 100%;
	}

/*Prospektanzeige Text*/
	.prospekt {
		box-shadow: none;
	}

	.prospekthome .text, .prospekthome.link {
		box-shadow: none;
	}

	.prospekt .prospekt_text {
		display: block;
		float: left;
		width: 65%;
		font-size: 0.85em;
		color: #2E3093;
	}

	.prospekt h4 {
		margin: 0 0 -10px 0;
		text-shadow: 1px 1px #fff;
		font-weight: bold;
	}

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


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

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

/*Über uns Team*/
	.team-card {
	text-align: center;
	}

	.team-card img {
	border-radius: 50%;
	max-width: 150px;
	}

	.team-info h3 {
	margin-top: 10px;
	}

/*Kontaktseite*/

    .kontakt-info {
        display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

    .info-item {
        width: 48%;
        margin-bottom: 20px;
    }

    .info-item h3 {
        font-size: 1.3em;
        margin-bottom: 10px;
    }

    .info-item p {
        font-size: 1.1em;
        line-height: 1.5;
    }

    .info-item i {
        font-size: 1.5em;
        margin-right: 10px;
        color: #007BFF;
    }



/* add custom styles*/
/* Home Overlay  ####################################################*/
	.home-overlay{
		z-index: 2;
		position: absolute;
		width: 100%;
		top:0;
	}

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

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

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

/* end Home Overlay  ##################################################*/

	.logoright .haus h1, .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);

	}

/*Navigation menü */
	.navigation {
		max-width: 1100px;
		margin: 10px auto 0 auto;
		clear: left;
		z-index: 500;
	  }


/* Infobox 3-spaltiger Text #######################################*/

	.info_box{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 2em;
		padding: 1em 0 3em 0;
	}
	
	
	.page-home .info_box{
		color:white;
	}
/*//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%;
	}
/*service-box*/

 .box-container {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 20px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .info-box {
      flex: 1 1 calc(33.333% - 20px);
      background-color: #ffffff;
      border: 1px solid #ddd;
      border-radius: 12px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s;
    }

    .info-box:hover {
      transform: translateY(-5px);
    }

    .info-box img {
      width: inherit;
      height: auto;
      margin-bottom: 15px;
    }

    .info-box h3 {
      font-size: 20px;
      margin-bottom: 12px;
      color: #222;
    }

    .info-box p {
      font-size: 16px;
      color: #555;
      line-height: 1.5;
    }

    @media (max-width: 768px) {
      .info-box {
        flex: 1 1 100%;
      }
    }
	

/*//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;
	}


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

		.headertop .haus h1, .headertop .haus .h1{
			font-size: 1.8em;
			padding: 0 0 30px 10px;
		}

	}

/*//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%;
	}
	
	
	
/* 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, .headertop .haus .h1{
			font-size: 1.8em;
			padding: 0 0 30px 10px;
	}
	
	.info_box p{
		color:#494747;
	}
}
	

@media only screen and (max-width: 700px) {
		.home-overlay{
			display: none;
		}
	}

@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, .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;
		}

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

	}

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


	}
	