@media (max-width: 1500px) {
    .metamenu-inhaltoeffnungszeiten, .metamenu-inhalttelefon {
        padding-left: 20px;    
    }
}

@media (max-width: 1199px) {
    .logo img {
        max-width: 305px;
    }
    #metamenu {
        font-size: 90%;
        padding-top: 24px;
        padding-bottom: 24px;
    }
    h1, .h1 {
        font-size: 2rem;
    }
    #header h2 {
        font-size: 2rem;
    }
    .service-item-text h4 {
        font-size: 1rem;
    }
    .service-item-text {
        min-height: 110px;
    }
}

@media (max-width: 991px) {
    
    body {
        font-size: 14px;
    }
    #mobilemenu-bar {
		display:flex;
	}
   
	body {
		padding-top:60px;
	}
    .logo {
        display: none;
    }
    #metamenu {
        display: none;
    }
    #menu {
        display: none;
    }
    .scrollmenu {
        display: none;
    }
    #header {
        background: #78b8dc;
    }
    .headerbild {
        position: relative;
        max-width: 500px;
        right: initial;
        bottom:initial;
        margin-bottom: -50px;
    }
    div.headertitlerahmen {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .service-items {
        flex-wrap: wrap;
        justify-content: center;
    }
    .service-item {
        width: 50%;
        margin-bottom: 30px;
    }
    .service-item:last-child {
        margin-bottom: 0px;
    }
    .service-item-text {
        min-height: initial;
    }
    .content-werkstatt-inner {
        position: relative;
        transform: none;
        display: block;
        left: initial;
        right: initial;
        top:initial;
        bottom:initial;
        width: 100%;
    }
    .werkstatt-inner-img {
        position: relative;
        transform: none;
        left: initial;
        right: initial;
        top:initial;
        bottom:initial;
        height: 300px;
    }
    .footer-inner.asymmetric3:after {
        display: none;
    }
    .logofooter {
        margin-right: 20px;
    }
    
    .aktuelles-title {
        font-size: 18px !important;
        margin-bottom: 0 !important;
    }
    .aktuelles-button {
        font-size: 14px;   
        width: 180px;
        height:180px;
    }
    #header + .aktuelles-wrapper .aktuelles-link {
        margin-top: 0;
    }
    .aktuelles-wrapper {
        position: absolute;
        top:80px;
    }
    .aktuelles-description {
        display: none;
    }
    .aktuelles-date {
        display: none;
    }
    .aktuelles-button {
        border-width: 2px;
    }
}



@media (max-width: 767px) {
	.header-inner {
        padding-top: 20px;
    }
    .aktuelles-link + .header-inner {
        padding-top: 50px;
    }
    h1, .h1 {
        font-size: 1.5rem;
    }
    h2, .h2 {
        font-size: 1.2rem;
    }
    h4, .h4 {
        font-size: 1rem;
    }
    .sppb-btn:link, .sppb-btn:visited, .sppb-btn {
        padding-left: 30px;
        padding-right: 30px;
    }
    .footerinhalt {
        width: 50%;
        margin-left: 0;
    }
    .footerinhalt + .footerinhalt {
        margin-left: 0;
    }
    .footer-inner .custom {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .logofooter {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .logofooter h5 {
        text-align: left;
    }
    .occasionen-frame {
        min-height: 500px;
    }
    

}

@media (max-width: 576px) {
   .aktuelles-button {
        font-size: 13px;   
        width: 100px;
        height:100px;
    } 
    .aktuelles-button {
        box-shadow: 0px 0px 0px 5px #000000 !important; 
    }
    .aktuelles-title {
        font-size: 13px !important;
    }
}

@media (max-width: 480px) {
    div.headertitle {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 20px;
		margin-right:-150px;
    }
    #header h1, #header h2 {
        font-size: 27px;
    }
    div.headertitlerahmen {
        width: 150px;
    }
    .footerinhalt {
        width: 100%;
    }
    .footer-inner {
        padding-bottom: 20px;
    }
    .service-item {
        width: 100%;
    }
    
}

@media (max-width: 360px) {
   
    #header h1, #header h2 {
        font-size: 20px;
    }
    
}