
html, body
{
    margin: 0px;
    padding: 0px;
    /*font-family: 'MyriadPro', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color:#5C5C60;
    letter-spacing: 0px;
}


/* LOADER */
#loader-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.8;
    position: fixed;
    left: 0px;
    top:0px;
    z-index: 100000;
}
#loader-wrapper div
{
    display: block;
    margin: auto;
    top: 50%;
    margin-top:-100px;
    margin-left:-100px;
    border-style: groove;
    border-width: 25px;
    border-color: transparent;
    border-top-color: white;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
}
#loader-wrapper div:before
{
    content:'';
    margin: -50px;
    display: block;
    border-style: solid;
    border-width: 25px;
    border-color: rgba(29,105,223,0.8);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    
}
/*--------------------------------*/


.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#wrapper {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
}

#navi {
    float: left;
    height: 55px;
    margin-left: 0%;
    clear: none;
    width: 100%;
    min-width: 0px;
    position: fixed;
    background: white;
    top:0px;
    left: 0px;
    z-index: 1000000000;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.9);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.9);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.9);
    
}

.contentheight {
    max-height:400px !important;
    margin-bottom: 0px !important;
}

#navi .container {
   
    height:100%;
    clear: none;
    width: 100%;
    max-width: 1280px;
    position: absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    z-index: 100;
}

#navi .menue
{
    height: 100%;
    width:100%;
}


#navi .menue .top
{
    width:auto;
    color:white;
    height: 100%;
    overflow: hidden;
    display: inline-block;
}
#navi .menue .logo
{
    height: 100%;
    width: 280px;
    margin-top: -3px;
    margin-left: 0%;
    float: left;
}
/*
#navi .menue .submenu
{
    height: 55px;
    width:auto;
    float: right;
    font-size: 14px;
    padding-top: 28px;
    padding-bottom: 49px;
    margin-right: 28px;
    text-align: right;
    position: relative;
}
#navi .menue .submenu .imprint
{
    clear: both;
    position: relative;
    top: 100%;
    left: auto;
    right: 0px;
    float: right;
}
*/

#navi .menue .bottom
{
    position: relative;
    top: 11px;
    height: 100%;
    float: right;
    margin-right: 23px;
}
#navi .menue .bottom ul{
    padding: 0;
    margin: 0px;
    list-style: none;
}
#navi .menue .bottom ul li{
    display: inline-block;
    position: relative;
    line-height: 14px;
    text-align: left;
    float: left;
    text-transform: uppercase;
    padding: 0px 0px;
    height: 33px;
	border-right: 2px solid #3b7a94;
}
#navi .menue .bottom ul li:last-child{
	border-right: none;
}

#navi .menue .bottom ul li:first-child{
    padding-left: 0px;
}
#navi .menue .bottom ul li a,
.content .article .container .submenu-leistungen ul li a{
    font-size: 20px;
    line-height: 14px;
    display: block;
    padding: 9px 23px;
    color: #3b7a94;
    text-decoration: none;
    height: 39px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
#navi .menue .bottom ul li a.nullpadding{
    padding: 0px;
}

#navi .menue .bottom ul li a:hover{
    /*border: 1px solid white;
    font-weight: bold;*/
}
#navi .menue .bottom ul li:hover {
    /*border: 1px solid white;*/
    border-bottom: 2px solid #3b7a94;
}

#navi .menue .bottom .menue-normal
{
    clear: both;
}
#navi .menue .bottom .menue-mobile
{
    width: 0px;
    height: 0px;
    overflow: hidden;
}
#navi .menue .bottom .menue-mobile div
{
    float: left;
}

#navi .menue .bottom .menue-mobile div
{
    float: left;
}
#navi .menue .bottom .menue-mobile #hamburger
{
    float: right;
    padding:0px  10px;
    cursor: pointer;
    height: 48px;
}
#navi .menue .bottom .menue-mobile #hamburger:hover
{
    /*background-color:rgba(0,78,212,1);;*/
}

#navi .menue .bottom .menue-mobile #hamburger div
{
    display: block;
    clear: both;
    background-color: #3b7a94;/*#cbbfad;*/
    height: 5px;
    width: 50px;
    margin-top: 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; 
}
#navi .menue li.li-aktive-menue a
{
    font-weight: bold !important;
	color:#3b7a94 !important;
}
#navi .menue li.li-aktive-menue
{
    
    font-weight: bold;
}
#navi .menue li.ohneUT
{
    height: 44px !important;
}

#navi .menue .bottom .menue-mobile #hamburger div:first-child
{
    margin-top: 10px;
}




.content .article .container.submenu-container{
    padding: 0px;
}
.content .article .container .submenu-leistungen
{
    margin: 0 auto;
    width: 90%;
    height: 100%;
}
.content .article .container .submenu-leistungen ul
{
    padding: 0;
    margin: 0px;
    list-style: none;
    height: 100%;
    width: 100%;
}
.content .article .container .submenu-leistungen ul li
{
    display: block;
    height: 100%;
    width: 20%;
    position: relative;
    line-height: 20px;
    text-align: center;
    float: left;
    text-transform: uppercase;
    padding: 0px 0px;
}
.content .article .container .submenu-leistungen ul li a
{
    padding: 14px 0px;
    height: auto;
}

.content .article .container .submenu-leistungen ul li a:hover{
    text-decoration: underline;
    color:#3b7a94;
    font-weight: 700;
}
.content .article .container .submenu-leistungen ul li.li-aktive-menue a{
    color:#3b7a94;
    font-weight: bold;
	
}


a.mobilehome
{
    display: inline-block;
}
a.mobilehome:hover
{
    color: #000;
    background: #d6caba;
}

/* NAVI ENDE ---------------------*/


.content .article .container .submenu ul, .content .article .container .submenu ul li{
    font-size: 15px;
    line-height: 17px;
    margin: 0px;
}
.content .article .container .submenu ul li{
    margin-bottom: 2px;
}
.content .article .container .submenu > p{
    text-transform: uppercase;
}
.content .article .container .submenu ul li a:hover{
    
}


div
{
    -webkit-transition: width 0.5s, height 0.5s, margin-left 0.5s; /* Safari */
    transition: width 0.5s, height 0.5s, margin-left 0.5s;
}

.content .article .container.portrait > div > div
{
    -webkit-transition: none;
    transition: none;  
    -webkit-transition: width 0.5s, margin-left 0.5s; /* Safari */
    transition: width 0.5s, margin-left 0.5s;
}







/* CONTENT */
.content{
    clear: both;
    width: 100%;
    position: relative;
	height: auto;
	margin: 0 auto 0;
}

.content.content-header
{
    margin-top: 55px;
}

.content .article{
    clear: both;
    width: 100%;
    max-width: 1280px;
    position: relative;
	height: auto;
	margin: 0 auto 0;
    text-align: center;
	padding: 0px 10px;
}
.content .article.min{
	min-height:400px;
}

.content .article .container
{
    position: relative;
    padding-top: 45px;
    padding-bottom: 40px;
}
.content .article .container span.contentText
{
    display: block;
    text-align: center;
}
.content .article .container span.upper
{
    text-transform: uppercase;
}

.clearfix.content.grau .article .container
{
    /*padding-top: 20px;
    padding-bottom: 20px;*/
    min-height: 0px;   
}
.content.blue
{
    background-color: #3b7a94;
}
.content.grau.aktuelles
{
    padding-bottom: 40px;
}
.content.dark-grau
{
    background-color: #5c5c60;
}





.content .article.header
{
    background-image: url(/images/header-index.jpg);
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
    height:	550px;
    max-width: 100%;
}
.content.content-header.slider
{
    height: 550px;
    min-height: 260px;
    overflow: hidden;
}
.content.slider .article.header
{
    position: absolute;
    left: 100%;
}
.content.slider .article.header:first-child
{
    left: 0px;
}

.content.slider .article.header > a
{
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}


.content .article.footer
{
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
    height:31.4vw;
    max-height: 480px; 
    min-height: 260px;
    /*max-width: 100%;*/
}


.content .article .container.big 
{
    width: 100%;    
    left: 0%;
}

.content .article .container .geschichte-left 
{
    /*padding-left: 10vw;*/
    padding-left: 110px;
    width: calc( 55% + 30px);
    text-align: left;
    float: left;
    font-size: 18px;
    padding-right: 30px;
    border-right: 1px solid #648ac1;
}
.content .article .container .geschichte-right 
{
    float: left;
    /* padding-right: 140px; */
    width: calc( 35% - 30px);
    text-align: left;
    
    padding: 0px 30px;
}
.content .article .container .geschichte-right.fach 
{
    width: calc( 45% - 50px);
    padding: 0px 50px;
}
.content .article .container .geschichte-right, .content .article .container .geschichte-left 
{
    margin-bottom: 60px;
    margin-top: 20px;
}


.content .article .container.items div
{
    float: left;
    width: 25%;
    height: 215px;
    background-image: url(/images/items-border.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
	padding: 25px;
}
.content .article .container.items div:nth-child(1)
{
    background-image: none;
}
.content .article .container.items div
{
    max-height: 220px;
}
.content .article .container.items div a:hover > img
{
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
	filter: invert(100%);
	-webkit-filter: invert(100%);
}


.info a{
	display: block;
}

.info a:hover{
	/*
	filter: invert(100%);
	-webkit-filter: invert(100%);
	*/
}


.content .article .container ul
{
    padding: 0px;
    margin: 0px;
    padding-left: 20px;
}



/* 3 Spalten und More-Inhalt*/
.content .article .container.col-three div
{
    float: left;
    width: 33%;
    text-align: left;
    padding: 0px 30px;
    overflow: hidden;
}

.content .article .container.border-more div
{
    background-image: url(/images/more-border.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}
.content .article .container.border-more div:nth-child(1)
{
    background-image: none;
}
.content .article .container.border-more div:nth-child(4)
{
    background-image: none;
}


.content .article .container.border-more div h1
{
    color:#3b7a94;
    line-height: 26px;
    font-size: 24px;
    font-weight: 400;
    margin: 20px 0px 17px 0px;
	
    text-transform: none;
}
span.date-author{
    
}
span.blue{
    color:#3b7a94;
}
/*----------------------------------*/



/*IMPRESSUM */
.content .article .container.content-info.impressum,
.content .article .container.content-info.datenschutz
{
    font-size: 15px;
    line-height: 15px;
	margin-top: 65px;
    margin-bottom: 120px;
	
}

.content .article .container.content-info.impressum h3,
.content .article .container.content-info.datenschutz h3{
    font-size: 15px;
    line-height: 15px;
    font-weight: 550;
}
/*-------------------*/

/*Portrait */
.content .article .container.portrait
{
    position: relative;
    width: 100%;
    height: 45vw;
    max-height: 660px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
.content .article .container.portrait > div > div
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: left;
    color:#5c5c60;
    opacity: 0;
    visibility: hidden;
}
.content .article .container.portrait div:first-child
{
    opacity: 1;
    visibility: visible;
}
.content .article .container.portrait .info,
.content .article .container.portrait-name .info
{
    font-size: 14px;
    line-height: 14px;
    height: auto;
}
.content .article .container.portrait-name .info span
{
	color: #3b7a94 !important;
    display: block;
}
.content .article .container.portrait .info span.headline
{
    margin-bottom: 14px;
    display: block;
}

.content .article .container.portrait .info span.headline h3,
.content .article .container.portrait-name .info span.headline h3
{
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}


.content .article .container.portrait .portrait-images
{
    position:absolute;
    width:100%;
    height: 100%;
    background-position: right 20%;
    background-repeat: no-repeat;
    background-size: cover;
}
.content .article .container.portrait div.portrait-all
{
    background-image: url(/images/portrait-alle.jpg);
}
.content .article .container.portrait div.portrait-feldkaemper
{
    background-image: url(/images/portrait-feldkaemper.jpg);
}
.content .article .container.portrait div.portrait-andreas-klostermann
{
    background-image: url(/images/portrait-andreas-klostermann.jpg);
}
.content .article .container.portrait div.portrait-volker-kroening
{
    background-image: url(/images/portrait-volker-kroening.jpg);
}
.content .article .container.portrait div.portrait-moritz-feldkaemper
{
    background-image: url(/images/portrait-moritz-feldkaemper.jpg);
}	
.content .article .container.portrait div .info
{
    position: absolute;
    left: 230px;
    top: 80px;
    width: 325px;
    visibility: hidden;
    opacity: 1;
    line-height: 20px;
	font-size: 15px;
	color: #6f6f6e;

}

.content .article .container.portrait-name 
{
    padding: 0px;
}
.content .article .container .col-four > div
{
    float: left;
    width: 25%;
    padding: 25px 5px;
    
    /* Firefox */
    display:-moz-box;
    -moz-box-pack:center;

    /* Safari and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;

    /* W3C */
    display:box;
    box-pack:center;
}
.content .article .container.portrait-name .info 
{
    background-color: #f7f5f4;
    cursor: pointer;
}
.content .article .container.portrait-name .info:hover 
{
    background-color: #e6e6e6;
}
/*----------------------------------*/

.hell-blue{
	background-color: #dde3ea;
}



/*index-meinungen*/
.meinungen{
	float: left;
	text-align: left;
	padding-bottom: 35px;
}
.meinungen .meinung{
	width: 33%;
	height: 100%;
	float: left;
	padding: 0px 20px
}
.meinungen .meinung.first{
	padding: 0px 20px 0px 0px;
}
.meinungen .meinung.last{
	padding: 0px 0px 0px 20px;
}
.meinungen .meinung-icon{
	width: 74px;
	height: 100%;
	float: left;
}
.meinungen .meinung-text{
	padding-left: 95px;
	font-size: 13px;
	line-height: 20px;
}
.meinungen h1{
	text-align:center;
	padding: 60px 0px
}
/*ende index-meinungen*/


.dark-blue{
	background-color: #1f4251;
}




.content .article.header .header1{
	width: 40%;
    transform: translateY(-50%);
    transform-origin: top;
    top: 50%;
    position: relative;
    min-width: 300px;
}
.content .article.header .header2{
	width: 95%;
    transform: translate(-50%,-50%);
    transform-origin: top;
    top: 50%;
    left: 50%;
    position: relative;
	max-width: 900px;
}

.content .article.header .header3{
	position: absolute;
    right: 0px;
    bottom: 10px;
    top: auto;
    left: auto;
    width: 68%;
    margin: auto;
    margin-right: 0px;
    margin-bottom: 0px;
}

.content .article.header .header4{
	position: absolute;
    right: 2vw;
    top: 30px;
    left: auto;
    width: 68%;
}



/*SLIDER*/
.sliderIndexContainer
{
    display:inline-block;
	position:absolute;
	
    left: 50%;
    transform: translateX(-50%);
	
	text-align:center;
	top:auto;
	margin: 0px auto;
	width: auto;
	bottom:0px;
	height:20px;
}

.sliderIndex
{
    display: block;
	position:relative;
	margin:auto;
	right:auto;
	left:auto;
	text-align:center;
    border-radius: 13px;
	width: 13px;
	height: 13px;
	background-color: rgba(255,255,255,1);
	border:1px solid #3b7a94;
	float: left;
	margin: 2px;
}
.sliderIndex.aktive
{
	background-color:#3b7a94;
}

.sliderIndex.pointer
{
	cursor: pointer;
}
.sliderPfeil{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	display: block;
	width: 52px !important;
	height: 52px !important;
}

.sliderPfeil .img-center{
	cursor: pointer;
}
.sliderPfeil .img-center:hover{
	box-shadow: 0px 0px 5px white;
}

.sliderPfeil.rechts{
	right: 10px !important;
}

.sliderPfeil.links{
	left: 10px !important;
}

/*SLIDER ende*/



/* CONTENT ----------------------------------*/
.content .article .container.content-info
{	
    font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #3b7a94;
	padding: 8px 0px;

}
/*----------------------------------*/


/*
.content .article .container.content-info >div ul {
   list-style: none;
}
.content .article .container.content-info >div ul li:before {
   content: "•";
   font-size: 90%;  
   padding-right: 15px;
}
*/
.content .article .container.content-info >div ul {
  list-style: none;
  padding: 0;
  margin: 0;
	padding-left: 3px !important;
}

.content .article .container.content-info >div ul li {
  padding-left: 1em; 
  text-indent: -.7em;
	text-align: left;
}

.content .article .container.content-info >div ul li::before {
  content: "• ";
  padding-right: 0.3em;
  /*color: #e9e0da;  or whatever color you prefer */
}


/*STARTSEITE*/
.content .article .container.content-info.start > div {
	margin-top: 30px;
}
/*Ende STARTSEITE*/

/*Umgebung*/
.content .article.umgebung  {
	padding: 0px;
}
.content .article .container.content-info .umgebung > div {
	color:#3C7A94;
}
/*Ende Umgebung*/



/* KONTAKT SEITE*/
.content.kontakt-content {
    margin-top: 10px;
}
.content .article .kontakt-content {
    margin-top: 65px;
    margin-bottom: 120px;
}
.content .article .container.content-info.kontakt-content .col-two{
	width: 65%;
	margin: 0 auto;
}
.content .article .container.content-info.kontakt-content .col-two > div{
	color:#3b7a94;
}
.content .article .container.content-info.kontakt-content .col-two > div:first-child{
	padding-right: 15px;
}
.content .article .container.content-info.kontakt-content .col-two > div:last-child{
	padding-left: 15px;
}
.content .article .container.content-info.kontakt-content .col-two .kontakt{
	display: inline-block;
	width: auto;
	margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.content .article .container.content-info.kontakt-content .col-two .kontakt .kontakt-icon{
	width: 42px;
	height: 42px;
	float: left;
}
.content .article .container.content-info.kontakt-content .col-two .kontakt .kontakt-text{
	padding-left:10px;
	display: inline-block;
}

/* ENDE KONTAKT SEITE*/


/* UMGEBUNG SEITE*/
.content .article .umgebung-content {
    margin-top: 65px;
    margin-bottom: 120px;
}
.content .article .umgebung-content h2 {
    font-size: 18px;
	line-height: 18px;
	margin-top: 20px;
}
.content .article .umgebung-content .text-icon {
	margin-top: 50px;
	height: 80px;
	margin-bottom: 30px;
}
.content .article .umgebung-content .img-center.umgebung {
	margin-top: 16px;
	margin-bottom: 16px;
}
/* ENDE UMGEBUNG SEITE*/


/*WARUM richtig */
.content .article .container .our
{   
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    
    margin-left: auto;
    margin-right: auto;
}
.content .article .container .our div 
{   
    float: left;
    padding: 0px ;
    
	font-size: 19px;
	line-height: 25px;
	font-weight: 400;
	color: #6f6f6e;

	width: 50%;
    height: auto;
	
}



.content .article .container .our div h3
{   
    font-size: 85px;
    line-height: 85px; 
}

/*----------------------------------*/

.schiff-icon{
	height: 38px;
	margin: 0px auto;
	margin-bottom: 10px;
}



.content .article  .col-two > div
{
    float: left;
    width: 50%;
    text-align: left;
    overflow: hidden;
	color:white;
}




/*footer*/
.content .article .col-two.footer
{
    padding: 35px 0px 40px 0px;
	font-size: 12px;
	line-height: 15px;
}
.content .article .col-two.footer h2
{
	margin: 0px;
	margin-bottom: 15px;
	color: white;
	font-size: 16px;
}
.content .article .col-two.footer .footer-right
{
	float: right;
	right: 0px;
	width: 40%;
	min-width: 340px;
	position: relative;
}
.content .article .col-two.footer .footer-right > div 
{
	width: 370px;
	left: auto;
	right: 0px;
	position: relative;
    margin: 0 40px auto auto;
}
.content .article .col-two.footer .footer-left
{
	margin-left: 40px;
	width:calc( 58% - 40px );
}

.content .article  .col-two.footer .info
{
	height: 80px;
	width: 100px;
}
.content .article  .col-two.footer .info a
{
    height: 100%;
	width: 100%;
}
.content .article .col-two.footer .footer-right .col-two .left{
	width:40%;
} 
.content .article .col-two.footer .footer-right .col-two .right{
	width:60%;
} 
.content .article.footer-blue{
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	padding: 12px 0px;
	color:white;
}

/*footer*/

/*ICON INDEX*/
.content.blue.start{
	margin-top: 10px;
}
.content .article.start .container.sub{
	margin-top: 10px;
	height: 310px;
	margin: 0 auto;
	padding: 60px 0px;
	width: 90%;
}
.content .article.start .container.sub .our {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.content .article.start .container.sub .our > div {
	height: 100%;
}
.content .article.start .container.sub .our > div .info {
	height: 100%;
}
.content .article.start .container.sub .our > div .info a {
	display: inline;
}
/*ENDE ICON INDEX*/


/* HAEUSER */

.text-icon{
	height: 60px;
	margin: 0px auto;
	margin: 35px 0px;
}
.content.blue.haeuser{
	margin-top: 10px;
}
.content .article.haeuser .container.sub{
	margin-top: 10px;
	height: 184px;
	margin: 0 auto;
	padding: 26px 0px 24px 0px;
	width: 70%;
}
.content .article.haeuser .container.sub .our {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.content .article.haeuser .container.sub .our > div {
	height: 100%;
}
.content .article.haeuser .container.sub .our > div .info {
	height: 100%;
}
.content .article.haeuser .container.sub .our > div .info a {
	display: inline;
}

.content .article .haeuser-content{
	margin-top: 65px;  
	margin-bottom: 120px;  
}




.content .article .container.content-info.haeuser-infos  {	
    padding: 70px 0px;
}
.content .article .container.content-info.haeuser-infos .col-two {
	width: 65%;
	margin: 0 auto;
	background-color: #dde3ea;
    background-image: url(/images/middle.png);
    background-repeat: repeat-y;
    background-position: 50% 0px;
}
.content .article .container.content-info.haeuser-infos .col-two > div{
	color:#3b7a94;
	width: calc( 50% - 15px );
	padding: 30px 10px;
}
.content .article .container.content-info.haeuser-infos .col-two > div:first-child{
	margin-right: 15px;
	padding: 30px 5px;
}
.content .article .container.content-info.haeuser-infos .col-two > div:last-child{
	margin-left: 15px;
	display: block;
}
.content .article .container.content-info.haeuser-infos .col-two > div .ausstatung{
	display: block;
    margin-bottom: 20px;
}
.content .article .container.content-info.haeuser-infos .col-two > div .icon, .content .article .container.content-info.haeuser-infos .col-two > div .text{
	display: block;
	position: relative;
}
.content .article .container.content-info.haeuser-infos .col-two > div .icon{
	float: left;
	width: 56px;
	height: auto;
}
.content .article .container.content-info.haeuser-infos .col-two > div .text{
	width: calc( 100% - 95px );
	font-size: 13px;
	font-weight: 900;
	line-height: 56px;
	margin-left: 95px;
}
.content .article .container.content-info.haeuser-infos .col-two > div .text.clearLineheight{
	line-height: 13px;
}
.content .article .container.content-info.haeuser-infos .col-two > div .text span{ 
	font-weight: 400;
	display: block;
	line-height: 13px;
}
.content .article .container.content-info.haeuser-infos .col-two > div .text > div{
	position: relative;
	height: auto;
	top:50%;
	transform: translateY(50%);
}

.content .article .container.content-info .col-two > div > div{
	left:auto;
	padding: 0px;
	width: 100%;
}

.content .article .container.content-info.haeuser-infos .col-two > div h1{
	text-align: center;
	margin: 0px;
	margin-bottom: 30px;
}

.content .article .container.content-info.haeuser-infos .col-two > div table{ 
	font-size: 12px;
	line-height: 12px;
}

.content .article .container.content-info.haeuser-belegungsplan { 
    display: none;
}
.content .article .container.content-info.haeuser-belegungsplan .col-one { 
	width: 65%;
}




.content .article .container.content-info.haeuser-sonstiges{
	margin-bottom: 70px;
}

.content .article .container.content-info.haeuser-sonstiges h1{
	text-align: center;
	margin: 0px;
	margin-bottom: 30px;
}



.content .article .container.content-info.haeuser-anfrage h1{
	text-align: center;
	margin: 0px;
	margin-bottom: 30px;
}
.content .article .container.content-info.haeuser-anfrage .col-one{
	padding: 50px 120px;
	width: 65%;
}
.content .article .container.content-info.haeuser-anfrage{
	margin: 0px;
	margin-bottom: 120px;
}


/* ENDE HAEUSER */



/*SLIDER CONTENT*/
.content .article .container.slider-haeuser .slider-haeuser-slider{
	margin: 0px 70px;
	position: relative;
	height: 100%;	
}
.content .article .container.slider-haeuser .slider-haeuser-slider > div {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	left: 102%;
	opacity: 0.5;
	position: absolute;
    /*transform: scaleY(0.9);*/
}

.content .article .container.slider-haeuser .slider-haeuser-slider > div:first-child {
	left: 0%;
	opacity: 1;
    transform: scaleY(1);
}
.content .article .container.slider-haeuser{
	max-width:670px;
	margin: 20px auto;
	overflow: hidden;
	height: 340px;
	width: 100%;
	max-height: 340px;
	padding: 0px;
}
/*ENDE SLIDER CONTENT*/




h1
{
    color:#3b7a94;
    line-height: 36px;
    font-size: 28px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
h1.indexClass{
	letter-spacing: 2px;
}
.umgebung h2{
	padding: 10px 0px;
}
.umgebung h1, .umgebung h2{
	text-align: center;
	margin: 0px;
}
.umgebung h1 {
	padding-top: 40px;
}
	
h2
{
    color:#3b7a94;
    line-height: 28px;
    font-size: 20px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    margin-top: 16px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
h2.indexClass{
	font-size: 26px;
    letter-spacing: 2px;
	margin-top:26px;
}
h2.footer{
    line-height: 20px;
    text-transform: none;
}

h3
{
    color:#3b7a94;
    line-height: 30px;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 10px 0px;
    padding: 0px;
    letter-spacing: 0.5px;
}



.img-center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    
    width: auto;
    max-width: 100%;
    height: auto;
    clear: none;
}
.img-centerHeight{
    margin-left: 0px;
    max-height: 100%;
    max-width: none;
	width: 100%;
}
.imggsvg-fixIcon{
	width: auto;
	margin: auto;
}
hr.content-line
{
    width: 100%;
    height: 1px;
    border: none;
    margin-bottom: 30px; 
    background-position: center;
}
hr.content-line.download
{
    margin-top:50px; 
    opacity: 0.5;
}

a.aktuelles
{
    color:#3b7a94;
	text-decoration: underline;
}
a.aktuelles:hover
{
    color:black;
}

a.linkParser
{
    /*color:black;*/
}

a.linkParser.ansprechpartner
{
    color:black;
}
.content .article .container.content-info a{
	font-weight: 600;
}
.content .article .container.content-info a:hover{
	text-decoration: underline;
}

p.full-width{
	width: 100%;
	display: inline-flex;
	margin-top: 35px;
}
a.button
{
    color:#3b7a94;
	border: 1px solid #3b7a94;
	padding: 5px;
	display: inline-block;
	margin: 0px auto;
}


.footer a
{
    color:white;
}
.footer a:hover, a.linkParser:hover
{
    text-decoration: underline;
    /*color:black;*/
}


.contentText h1
{
	padding-bottom:10px;
	line-height: 1.25em;
	font-size: 1.25em;
}
.disnone
{
	display:none;
}
.image
{
	float:left;
	width:calc( 33% - 30px ) ;
	height:auto;
	margin-right: 30px;
}
.image a{
	padding:0px;
	margin:0px;
}



/* CONTENT ENDE------------------------------ 


.content.content-header.slider .header .header2{
	width: 65%;
    margin: 0 auto;		
	margin-top: 9.5vw;
}

*/
.content.content-header.slider .header{
	color:white;
}

h5{
	font-size: 125px;
	text-transform: uppercase;
	line-height: 125px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
h6{
	font-size: 94px;
	line-height: 94px;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
    margin-bottom: 2.5vw;
}
h7{
	font-size: 30px;
	line-height: 30px;
	padding: 0px;
    margin: 0px;
	display: block;
}
h7 span{
	border: 1px solid white;
	padding: 8px;
}

/*
@media screen and (max-width: 1325px) {
	.header2 h5{
		font-size: 8.9vw;
		line-height: 8.9vw;
	}
	.header2 h6{
		font-size: 6.1vw;
		line-height: 6.1vw;
    	margin-bottom: 3vw;
	}
	.header2 h7{
		font-size: 1.99vw;
		line-height: 1.99vw;
	}
}
@media screen and (max-width: 700px) {
	.header2 h6{
    	margin-bottom: 30px;
	}
	.header2 h7{
		font-size: 15px;
	}
}
*/


/* FORM */

form textarea {
    resize: none;
    border: 1px solid rgba(92, 92, 96, 0.4) !important;
    background-color:white;
    border: 0px;
    width: 100%;
    margin-top: 5px;
    padding: 7px;
    border-radius: 4px;
}
form div
{
    text-align: left;
    float: left;
    width: 100%;
    padding:15px 0px;
}
form input 
{
    border: 1px solid rgba(92, 92, 96, 0.4) !important;
    background-color:white;
    border: 0px;
    width: 100%;
    margin-top: 5px;
    padding: 7px;
    border-radius: 4px;
}
form  input[type="checkbox"]{
    display: inline-block;
    float: left;
    width: auto;
    height: 16px; 
}

form input:active
{
    border: 0px;
}
form input.senden
{
    border: 0px !important;
    color:white;
    background-color: rgb(35, 106, 149);
    vertical-align: middle;
}
form input.senden:hover
{
    border: 0px !important;
    background-color: #9C9C9C;
}
form div.fifty
{
    width: 100%;
}
sup.red
{
    color:red;
}
.container .error
{
    padding: 4px 0px;
    color: red;
}
/* FORM ENDE ------------------*/



/* leistungen */
.content .article .container.content-info .icons-headline
{
    height: 136px;
    margin-bottom: 20px;
}
.content .article .container.content-info .col-one
{
	width: 55%;
	margin: 0px auto;
    text-align: left;
}
.content .article .container.content-info .col-one .hell-blue .ausstattungG
{
    display: grid;
    width: 100%;
    grid-template-columns: repeat( auto-fit, minmax(125px, 1fr) );
    grid-gap: 20px;
    text-align: center;
    padding: 20px;
}
.content .article .container.content-info .col-one .hell-blue .ausstattungG > div{
}
h1.ausstattungH{
    padding-top: 20px;
    text-align: center;
}


.buchungButton{
    padding: 20px;
    width: 100%;
    text-align: center;;
}
.buchungButton button{
    color: white;
    background-color: #3b7a94;
    border-radius: 7px;
    padding: 15px;
    border: 0px;;
}

.content .article .container.content-info .col-two > div
{
    float: left;
    width: 50%;
    text-align: left;
    overflow: hidden;
}
.content .article .container.content-info .col-two > div{
}
.content .article .container.content-info .col-two.umgebung > div{
	width: calc( 50% - 30px );
	overflow: visible;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px;
	background-image: url(/images/index-umgebung.jpg);
}
.content .article .container.content-info .col-two.umgebung > div > div{
	left: calc( 100% + 60px);
	width: calc( 100% - 30px);
    position: relative;
	padding-bottom: 20px;
}

/*AKTUELLES*/

.content.content-header.aktuelles{
    /*height: 90px;*/
}
/*
.content .article .container.content-info.aktuelles .submenue-pulldown{
	width: 95px;
	height: 18px;
	margin-bottom: 20px;
	display: none;
}
.content .article .container.content-info.aktuelles .submenue-pulldown > div {
	width: 30px;
	height: 100%;
	float: left;
}

.content .article .container.content-info.aktuelles .col-two.flex-container .flex-item{
	clear: both;
    float: none;
    width: auto;
    text-align: left;
    padding: 0px;
    overflow: hidden;
}
.content .article .container.content-info.aktuelles .col-two.flex-container {
    display:-webkit-flex;
	display:flex;
	
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	
	width: 100%;

    }

.content .article .container.content-info.aktuelles .col-two.flex-container .flex-item:nth-child(1) {
    -webkit-flex: 25;
	flex: 25;
	-webkit-order:1;
	order:1;
	padding-left: 30px;
   }

.content .article .container.content-info.aktuelles .col-two.flex-container .flex-item:nth-child(2) {
   	-webkit-flex: 75;
	flex: 75;
	-webkit-order:1;
	order:1;
	padding-right: 30px;
    }

.content .article .container.content-info.aktuelles .col-two{
    background-position: 74%;
}
*/
/*
.content .article .container.content-info.aktuelles .col-two > div
{
    float: left;
    width: 70%;
    text-align: left;
    padding: 0px 30px;
    overflow: hidden;
}
.content .article .container.content-info.aktuelles .col-two > div:last-child
{
    width: 30%;
}*/


/*--------------------*/


/*DOWNLOAD*/
/*
.content .article .container ul.download
{
    width: auto;
    display:inline-block;
    margin: 0 auto 0;
    padding: 0px;
    padding-left: 25px;
}
.content .article .container ul.download li:before{
    content: '';
    display: inline-block;
    height: 30px;
    width: 21px;
    background-image: url(/images/download-icon.svg);
    background-repeat: no-repeat;
    background-position: top;
    float: left;
    margin-left: -25px;
}
.content .article .container ul.download li
{
    clear: both;
    width: auto;
    display:list-item;
    margin: 0;
    padding: 0px;
    list-style: none;
    text-align: left;
    line-height: 30px; 
    vertical-align: middle;
}
*/
/*--------------------*/





/*Ansprechpartner*/
/*.content .article .container .ansprechpartner > div{
	width: 100%;
	padding: 0px;
}
.content .article .container .ansprechpartner .person
{
    display: block;
	width: calc( 25% - 18px );
    margin: 25px 9px;
	padding: 0px;
}
.content .article .container .ansprechpartner .person .item
{
    width:100%;
    float: none;
    clear: both;
}

.content .article .container .ansprechpartner .person .headline
{
    font-size: 14px;
    line-height: 18px;
    color:#5c5c60;
	
    background-color: #dfdfde;
    padding-bottom: 15px;
	
    max-width: 258px;
    margin: auto;
}
.content .article .container .ansprechpartner div .headline h3
{
    font-size: 16px;
    line-height: 16px;
    color:#3b7a94;
    text-transform: uppercase;
    padding: 0px;
    margin: 10px 0px 5px;
}
*/
/*--------------------*/






/* FOOTER */
/*
.content.footer h4{
    color:white;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 17px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    font-weight: normal;
}
.content.footer .article .container
{
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    color: white;
    height: 260px;
}
.content.footer .article .container .leistungen a
{
    text-transform: uppercase;
}

.content.footer .article .container .col-four
{
    height: 100%;
}
.content.footer .article .container .col-four .day
{
    width:30px;
    display: inline-block;
}

.content.footer .article .container .col-four > div
{
    border-left: 1px solid white;
    padding: 0px 60px;
    margin-bottom: 30px;
    height: 100%;
}
.content.footer .article .container .col-four > div:nth-child(1)
{
    border-left: 0px solid transparent;
}
*/

/* FOOTER ENDE ----------------------------------------- */



.galerie1{
    display: block;
    padding: 0px;
    margin: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    position: absolute;
}





#cookieInfo
{
	position: fixed;
	bottom: 0px;
	color:white;
	height: auto;
	width: 100%;
	z-index: 10000;
	background: rgba(59,122,148,0.68);
	-webkit-box-shadow: 0px 4px 11px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 11px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 11px 0px rgba(0,0,0,0.75);
}
#cookieInfo a
{
	text-decoration:underline;
}
#cookieInfo a:hover
{
	text-decoration:none;
}
#cookieInfo button
{
	color:#000000;
	padding:6px;
	background: rgba(103,168,194,0.82);
	border:1px solid #d6caba;
}




@media screen and (max-width: 1024px) {
	.content.content-header.slider{
		height:75vh;
		max-height: 550px;
	}
    .content .article .container.items div{
        width: 50%;
    }    
}
@media screen and (max-width: 1020px) {
	.content .article .container.content-info.haeuser-infos .col-two {
		width: 100%;
	}
	.content .article .container.content-info.kontakt-content .col-two{
		width: 80%;
	}
	.content .article .container.content-info.haeuser-anfrage .col-one
	{
		width: 80%;
	}
	
	.info a{
		margin: 20px 0px;
	}
	.content .article  .col-two.footer .info a{ 
		margin: 0px;
	}
    .content .article .container.content-info.aktuelles {
        padding-left: 3vw;
        padding-right: 3vw;
    }
    .content .article .container.border-more div 
    {
        width: 100%;
        background-image: url(/images/headline-underline.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center 0px;
        margin-top: 30px;
        padding-top: 37px;
        
        font-size: 0.9rem;
        line-height: 0.9rem;
    }
    .content .article .container.border-more div:nth-child(1)
    {
        margin-top: 0px;
        padding-top: 0px;
    }
    .content .article .container.border-more div:nth-child(4)
    {
        margin-top: 0px;
        padding-top: 0px;
        background-image: none !important;
    }
    .content .article .container.border-more div:last-child
    {
        margin-bottom: 30px;
    }
    
    .content .article .container .col-four > div{
        width: calc( 50% - 10px );
		margin: 0px 5px;
    }
	.content .article .container .ansprechpartner .person {
        width: calc( 50% - 10px );
		margin: 12px 5px;
		float: left;
    }
	.content .article .container .ansprechpartner > div {
    	width: 100%;
    	padding: 0px;
		display: block;
	}
	.content .article .container.portrait-name .info{
		width: 50%;
		margin: 0px;
	}
	
	
	.content .article .container .our div{
		width: 100%;
		/*display: inline-table;*/
	}
	
	.content .article .container .our div > div{
		width: 50%;
	}
	
    .content .article .container .our{
        width: 100%;    
    }
    
    .content.footer .article .container .col-four > div:nth-child(2n-1)
    {
        border-left: 0px solid transparent;
    }
	
	
	
	.content .article.haeuser .container.sub{
		width: 100%;
		height: auto;
	}
	.content .article.haeuser .container.sub .our > div{
		width:50%;
	}
	.content .article.haeuser .container.sub .our > div .info{
		display: block;
	}
	
	
	
	
	.content .article.start .container.sub{
		width: 100%;
		height: auto;
	}
	.content .article.start .container.sub .our > div{
		width:50%;	
	}
	.content .article.start .container.sub .our > div .info{
		display: block;
	}
	
	

}
@media screen and (max-width: 960px) {
        
    .content .article .container.items div:nth-child(2n-1){
        background-image: none;
    } 
    .content .article .container.portrait div .info
    {
        left: 10vw;
        top: 20px;
    }
    form div.fifty
    {
        width:100%;
    }
    
}



@media screen and (max-width: 850px) {
	.content .article .col-two.footer .footer-left {
		margin-left: 0px;
	}
	.content .article  .col-two.footer .footer-left table 
	{
		width: 100%;
	}
	.content .article  .col-two.footer .info
	{
		height: 80px;
		width: 25%;
	}
	
	.content .article .container.content-info.haeuser-anfrage .col-one
	{
		width: 100%;
	}
	
	.content .article .container.content-info.kontakt-content .col-two{
		width: 100%;
	}
	
	.content .article .container.content-info.aktuelles .col-two.flex-container{
		display: block;
	}
	.content .article .container.content-info.aktuelles .submenue-pulldown{
		display: block;
		cursor: pointer;
	}
	
    .content .article .container.content-info.aktuelles .col-two > div
    {
        width: 100%;
    }
    .content .article .container.content-info.aktuelles .col-two 
    {
        background-image: none;
    }
	/*ARTIKEL*/
	.content .article .container.content-info.aktuelles .col-two.flex-container {
		-webkit-flex-direction: column;
		flex-direction: column;
    }
	.content .article .container.content-info.aktuelles .col-two.flex-container .flex-item {
		padding: 0px !important;
		width: 100% !important;
	 }
	.content .article .container.content-info.aktuelles .col-two.flex-container .flex-item:nth-child(1) {
		height: 0px;
	 }
	/*--------------------------
    .content .article .container.content-info.aktuelles .col-two > div:first-child
    {
        width: 100%;
        float:none;
        clear: both;
        padding-bottom: 25px;
    }*/
    .content .article .container.content-info.aktuelles .col-two > div:last-child
    {
        padding-top: 25px;
    }
}
@media screen and (max-width: 850px) {
	.content .article .col-two.footer .footer-left {
		clear: both;
		width: 100%;
	}
	.content .article .col-two.footer .footer-right {
		clear: both;
		width: 100%;
	}
	.content .article .col-two.footer .footer-right > div{
		right: auto;
    	margin: 20px auto 0px;
	}
	.content .article .col-two.footer .footer-right > table{
		right: auto;
    	margin: 20px auto 0px;
	}
}

@media screen and (max-width: 950px) {
    .content .article .container .submenu-leistungen ul li
    {
        width: 50%;
    }
	.content .article .container .submenu-leistungen ul li:last-child
    {
        width: 100%;
    }
}
@media screen and (max-width: 810px) {
	.content .article .container.content-info .col-one{
		width: 80%;
		padding: 0 15px;
	}
	.content .article .container.content-info.haeuser-belegungsplan .col-one{
		width: 80%;
	}
	/*index-meinungen*/
/*	.meinungen{
		float: left;
		text-align: left;
		padding-bottom: 35px;
	}
*/	.meinungen .meinung{
		width: 100%;
		float: none;
		clear: both;
		padding: 25px 40px
	}
	.meinungen h1{
		text-align:center;
		padding: 60px 0px 20px 0px;
	}
	/*ende index-meinungen*/
}
@media screen and (max-width: 710px) {
	.content .article .container.content-info.haeuser-infos .col-two > div {
		width: 100%;
	}
	.content .article .container.content-info.haeuser-infos .col-two > div:first-child {
    	margin-right: 0px;
	}
	.content .article .container.content-info.haeuser-infos .col-two > div:last-child {
    	margin-left: 0px;
	}
	
	.content .article .container.content-info.haeuser-belegungsplan .col-one{
		width: 100%;
		padding: 0px;	
	}
	
	.content .article .container.content-info.kontakt-content .col-two > div{
		padding: 30px 0px !important;
	}
	
    .content .article .container.portrait {
        height: auto;
    }
    .content .article .container.portrait .info {
        background-color: white;
    }
    .content .article .container.portrait .portrait-images{
        height: 55vw;
        position: relative;
    }
    .content .article .container.portrait div .info{
        height: auto;
        position: relative;
        left:auto;
        top: auto;
        width:100%;
        padding: 5px 20px;
    }
/*
	.content .article .container.portrait div .info.all
	{
		 font-size: 1px;
		line-height: 1px;
		padding: 0px;
	}

    .content .article .container.portrait .info span.headline{
        margin-bottom: 5px;
    }
    .content .article .container.portrait > div > div{
        position: relative;
        height: 0px;
    }
    .content .article .container.portrait > div > div:first-child{
        position: relative;
        height: auto;
    }
    .content .article .container.portrait > div > div {
        opacity: 1 !important;
    }
	*/
    .content .article .container.content-info .col-two.umgebung > div, .content .article .container.content-info .col-two > div
    {
        float: none;
        width: 100%;
        padding: 30px 0px;
		background-size: initial;
    }
	.content .article .container.content-info .col-two.umgebung > div > div{
		 left: 15px;
   		 margin-top: 500px;
	}
    .content .article .container.content-info .col-two > div:last-child
    {
        /*
		background-repeat: no-repeat;
        background-size:100% 1px;
        background-position: center 0px;
        background-image: url(/images/headline-underline.png);
		*/
    }
	/*ARTIKEL*/
	.content .article .container.content-info.aktuelles .col-two.flex-container .flex-item{
		background-image: none !important;
	}
	/**/
    .content .article .container.content-info .col-two
    {
        background-image: none;
    }

    .content .article .container.content-info .col-two .kontakt.adress
    {
        padding-top: 0%;
    }
}
@media screen and (max-width: 650px) {
    .content .article .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

	.content .article.header .header4{
		width: 95%;
	}
	
	.content .article .container.content-info.haeuser-anfrage .col-one
	{
		padding: 30px;
	}
}
@media screen and (max-width: 630px) {
	.content .article .container.slider-haeuser .slider-haeuser-slider{
		margin:0px;
	}
	.content .article.haeuser .container.sub{
		width: 100%;
		height: auto;
	}
	.content .article.haeuser .container.sub .our > div {
		
	}
	
	.content .article.start .container.sub{
		width: 100%;
		height: auto;
	}
	.content .article.start .container.sub .our > div {
		
	}
	
	
}
@media screen and (max-width: 580px) {
	.content .article .container.content-info .col-one{
		width: 100%;
	}
	
    .content .article.header .header3{
		width: 95%;
		margin-bottom: 50px;
	}

}
@media screen and (max-width: 530px) {
    .content .article .container .our div > div {
    	width: 100%;
	}
	
	.content .article.haeuser .container.sub .our > div .info{
		margin-bottom: 20px;
	}	
	
	.content .article.start .container.sub .our > div .info{
		margin-bottom: 20px;
	}	
	
}
@media screen and (max-width: 500px) {
	
    .content .article .container .submenu-leistungen ul li
    {
        width: 100%;
    }
    .content .article .container .submenu-leistungen ul li a
    {
        padding: 10px 0px;
    }
    
    .content .article .container.items div:nth-child(1n){
        width: 100%;
        background-image: none;
        background-image: url(/images/headline-underline.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center 0px;
    } 
    .content .article .container.items div:first-child{
        background-image: none;
    } 
    
    .content .article .container.border-more div h1{
        font-size: 1.15rem;
        line-height: 1.15rem;
    }
    .content .article .container.border-more div {
        font-size: 0.85rem;
        line-height: 0.85rem;
    }
    .content .article .container .col-four > div{
        width: 100%;
    }
    .content.footer .article .container {
            margin: 0px 30px;
    }
    .content.footer .article .container .col-four > div{
        height: auto;
        border: 0px solid transparent;
        border-bottom: 1px solid white;
        padding-bottom:26px;
    }
    .content.footer .article .container .col-four > div:first-child{
        padding-bottom:0px;
    }
    .content.footer .article .container .col-four > div:last-child{
        border: 0px solid transparent;
    }
    
    
    .content.footer .article .container .col-four > div > div{
        width:200px;
    }
    .content .article .container.portrait-name .info{
        padding: 10px 5px;
		width: 100%;
    }
    
    .content .article .container .our,
    .content .article .container .our div {
        width:100%;    
    }
}

/* MENUE MENUE MENUE MENUE MENUE MENUE MENUE MENUE MENUE MENUE MENUE MENUE MENUE MENUE MENUE MENUE MENUE MENUE */
/*
@media screen and (max-width: 1150px) {
    #navi .menue .bottom ul li a
    {
        font-size: 15px;
        line-height: 15px;
        height: 35px;
    }
    #navi .menue .bottom ul li ul.dropdown li a
    {
        padding-top: 4px;
        font-size: 12px;
        line-height: 12px;
        height: 20px;
    }
    #navi .menue .bottom ul li ul.dropdown li
    {
        height: 20px;
    }
}


@media only screen and (max-width: 1050px) 
{
	.textaktuell {
    	width: 100%;
		padding-right:30px;
    }
	
}

@media only screen and (max-width: 540px) 
{
	.image {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0px;
    display: block;
	margin-bottom:20px;
	}
	.text-image .more-content {
    	max-height: 480px;
    }
	.text-image .more-info {
    	margin-left: 0px ;
    }
}

*/
@media screen and (max-width: 400px) {
	.meinungen .meinung{
		padding: 25px 10px
	}
	
	.meinungen .meinung-icon{
		width: 45px;
		height: 100%;
		float: left;
	}
	.meinungen .meinung-text{
		padding-left: 60px;
	}
	.content .article .col-two.footer .footer-right{
		min-width: 100%;
	}
	.content .article .col-two.footer .footer-right .col-two > div{
		float: none;
		width: 100%;
	}
}





@media only screen and (max-width: 1260px) 
{
    #wrapper {
        width: 100%;
        min-width:100%;
        overflow: hidden;
    }
    #navi
    {
        height: 67px;
    }
    #navi .container
    {
        width: 100%;
        height: 100%;
    }
    #navi .menue .bottom
    {
        bottom: auto;
        top: 9px;
        clear: both;
    }
    #navi .menue .bottom .menue-mobile
    {
        width: 100%;
        height: 48px;
    }
    #navi .menue .bottom .menue-normal {
        clear: both;
        width: auto;
        display: inline-block;
        position: absolute;
        right: 0px;
        opacity: 0;
        visibility: hidden;
        max-width: 100vw;
        background: white;
        top: 58px;
    }
    
    .content.content-header {
        margin-top: 61px;
    }
    #navi .menue .bottom ul
    {
        -webkit-box-shadow: -2px 2px 3px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: -2px 2px 3px 0px rgba(0,0,0,0.5);
        box-shadow: -2px 2px 3px 0px rgba(0,0,0,0.5);
    }
    #navi .menue .bottom ul li, 
    #navi .menue .bottom ul li a, 
    #navi .menue li.li-aktive-menue, 
    #navi .menue .bottom ul li ul.dropdown li, 
    #navi .menue .bottom ul li ul.dropdown li a 
    {
        display: block;
        float: none;
        clear: both;
        height: auto !important;
        width: auto;
        min-width: 280px;
        padding: 0px;
        border: 0px solid rgba(0,0,0,0) !important;
    }
    #navi .menue li.li-aktive-menue
    {
        background-color: rgba(52, 102, 175, 0.53);
    }
    #navi .menue .bottom ul li a
    {
        padding: 10px;
    }
    #navi .menue .bottom ul li:hover, #navi .menue .bottom ul li a:hover
    {
        border: 0px solid rgba(0,0,0,0);
        height: auto;
    }

   /* #navi .menue .bottom ul li:first-child
    {
        width: 0px;
        height: 0px;
    }
    */
    #navi .menue .bottom .nullpadding
    {
        width: 0px;
        height: 0px;
        overflow: hidden;
    }
    #navi .menue .bottom ul li ul.dropdown
    {
        padding: 0px;
        width: auto;
        position: static;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        display: block;
        background-color: #528bdd;
    }
    #navi .menue .bottom ul li ul.dropdown li
    {
        padding: 0px;
        height: auto;
    }
    
    
    
    
    #navi .menue .bottom ul li a
    {
        font-size: 15px;
        line-height: 15px;
    }
    #navi .menue .bottom ul li a:hover
    {
        color:#528bdd;
        text-decoration: underline;
    }
    
    #navi .menue .bottom ul li ul.dropdown li a
    {
        font-size: 12px;
        line-height: 12px;
        padding: 4px 23px;
        height: auto;
    }
    #navi .menue li.li-aktive-menue a
    {
        color:#012d72 !important;
    }
}

/*
@media only screen and (max-width: 898px) 
{
    #navi 
    {
        height: 70px;
    }
    #navi .menue .submenu
    {
        height:0px;
        width: 0px;
        overflow: hidden;
    }
    #navi .menue .top .logo
    {
        padding-top: 0px;
        margin-top: -7px;
    }
    #navi .menue .top .logo img
    {
        height:50px;
        width: 200px;
    }
    #navi .menue .bottom
    {
        bottom: auto;
        top: 12px;
    }
    
    #navi .menue .bottom .menue-normal {
        top: 57px;
    }
}
*/

@media only screen and (max-width: 520px) 
{
    #navi .menue .logo {
        width: 55vw;
     }
}

@media only screen and (max-width: 495px) 
{
    .person a.linkParser{
		font-size: 	13px;
	}
}
@media only screen and (max-width: 455px) 
{
    .person a.linkParser{
		font-size: 	12px;
	}
}
@media only screen and (max-width: 420px) 
{
    .person a.linkParser{
		font-size: 	14px;
	}
	.content .article .container .ansprechpartner .person {
		width: 100%;
	}
}

@media only screen and (max-width: 350px) 
{
    /*
    #navi .menue .top .logo
    {
        padding-top: 16px;
        padding-left: 16px;
    }
    #navi .menue .top .logo img
    {
        height:40px;
        width: 160px;
    }
    */
}

/* MENUE ENEDE ----------------------------------------------------------------- */














@media print {
    #navi .menue-normal
    {
        height: 0px;
    }
}



















