<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 1025px) and (max-width: 1280px) {
	
	#slider1, .ms-view, .ms-slide{
        height: 400px !important;
    }
    
    .innerWrap { 
        width:95%; 
    }
    
    #facts{
        background-size: cover;
    }
    
    .factBasic{
        width: 30%;
        margin: 0 14px;
    }
    
    .factIcon{
        margin-bottom: 10px;
    }
    
    .factText{
        width: 100%;
    }
    
    .contentText{
        overflow: hidden;
        
    }
    
    .text .last_column div {
        padding-left: 0px !important;
    }
    
    .text .content-column img{
        width: 100%;
    }
}

@media (max-width: 1035px) {

    .navigation{
        display: none;
    }
    
    .responsiveMenu{
        display: block;
        top: 15px;
    }
    
    .logo{
        float: none;
        width: 280px;
        height: 48px;
        margin: 0 auto;
    }
    
    .logo img{
        width: 280px;
        height: 48px
    }
    
    #headerNavigation .innerWrap{
        position: relative;
    }
}


@media (max-width: 1024px) {
    
    .innerWrap { 
        width:95%; 
    }
    
    #slider1, .ms-view, .ms-slide{
        height: 400px !important;
    }
    
     #facts{
        background-size: cover;
    }
    
    .factBasic{
        display: block;
        margin: 0 auto;
    }
    
    .factIcon{
        margin-bottom: 10px;
    }
    
    .factText{
        width: 100%;
    }
    
    .text .last_column div {
        padding-left: 0px !important;
    }
    
    .text .content-column img{
        width: 100%;
    }
    
    .sidebar{
        display: none;
    }
    
    .contentText{
        padding: 0px;
    }
}

@media (max-width: 900px){
    
    .one_half{
        width: 100% !important;
    }
    
    .one_half img{
        margin-top: 25px;
    }
            
    #hr{
        display: block;
    }
}


@media (max-width: 825px){
    .copyright{
        display: none;
    }
    
    .footerBehandlungsspektrum{
        display: none;
    }
    
}

@media (max-width: 640px) {
    
    #slider1, .ms-view, .ms-slide{
        height: 200px !important;
    }
    
    .logo, .logo img{
        width: 180px;
        height: 31px
    }
    
    .breadcrumbs{
        margin:0 0 35px;
    }
    
    #footer .logo &gt; img {
        width: auto;
    }
    
    .responsiveMenu{
        top: 5px;
    }
    
    .contentText{
        padding: 0px;
    }
    
    .one_half &gt; div{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    
    .contactColumn{
        width: 100%;
        display: block;
        padding: 0;
    }
    
    .postFooterMenu{
        margin-top: 0px;
    }
    
    .openingHours table{
        width: 100% !important;
    }
    
    .factBasic{
        width: 80%;
    }
    
}


@media (max-width: 410px){
    
    #footer .logo{
        float: none;
        margin: 25px auto;
    }
    
    .footerKontakt{
        float: none;
        margin: 25px auto;
    }
}</pre></body></html>