@charset "UTF-8";
/* CSS Document */
html, body { height: 100%; }
 body {
    margin: 0;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	color: #999999;
	font-size: 16px;
	 max-width: 100%; 
	 overflow-x: hidden;
	 display: flex; 
	 min-height: 100vh; 
	 flex-direction: column;
}

main { flex: 1 0 auto; /* Inhalt wächst, nimmt verfügbaren Platz ein */ 
}

.container {
	width: 100%;
	margin: 50px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	color: #222222;
}
.slide_wrapper {
    width:60%;
    border:1px solid white;
    margin:50px auto 0;
    padding: 30px;
    position:relative;
}
.bild-50-prozent {
  	height: auto;
}
hr.botm-line {
    height: 3px;
    width: 60px;
    background: #c50f37;
    position: relative;
    border: 0;
    margin: 20px 0 20px 0;
}
/***************************************
footer
***************************************/
#footer{
	background-color: #bbe5e3;
	text-decoration: underline;
	flex-shrink: 0;
	}
.ftr-tle {
    height: 50px;
}
.info-sec {
    color: #fff;
}
.quick-info li i {
    font-size: 8px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: left;
}
.social-icon li {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 5px;
}
.bglight-green {
    background-color: transparent;
	border: 1px solid #009a93;
}
.top-footer {
    padding: 0px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-line {
    padding: 30px 0px;
    color: #fff;
}

.footer-line a {
    color: #009a93;
}

.quick-info li a{
    color: #fff;
}
.site-link, .site-link:hover, .site-link:focus
{
    color: #009a93;
    text-transform: none;
}
@media (min-width: 551px) and (max-width: 980px){

}
@media (min-width: 220px) and (max-width: 551px){
    .testi-info{
        margin-bottom: 20px;
    }
    .marb20{
        margin-top: 30px;
    }
    h2{
        font-size: 24px;
        line-height: 1.2;
    }
    .section-title{
        margin-bottom: 30px;
    }
    .medi-info {
    border: 0px;
    border-bottom: 1px solid #fff;
    }
    .service-info{
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .caption h3 {
    font-size: 14px;
    }
    .caption p{
    font-size: 12px;
    padding-bottom: 5px;
    }
    .caption ul li a i{
        font-size: 14px;
    }
    .banner-text h1{
        font-size: 24px;
    }
	}