@media screen and (max-width: 991px) and (min-width: 768px) { 
    /* General CSS */
    .section-title,
    .error-section .section-content,
    .impressum h1 {
        font-size: 40px;
    } 
	
	.slider-arrow {
        top: calc(50% - 15px);
        width: 40px;
        height: 40px;
        background-size: 40px 40px !important;
    }
    
    .btn-right {
        right: 50px;
    }
    
    .btn-left {
        left: 50px;
    }
	
	.contact-phone a,
    .contact-phone a:hover,
    .contact-phone a:visited {
        font-size: 4.5vw;
    }
    /* End General CSS */
    
    /* Header section */  
    /* There is a 1px line between sections */
    .site-header,
    .impressum {
        margin-bottom: -1px;
    }
    
    .logo img {
        width: 300px;
    }

    #site-navigation {
        margin-top: -2px;
    }
    
    #site-navigation ul li a span:after {
        border-bottom-width: 2px;
        bottom: -3px;
    }

    .main-navigation ul {
        display: flex;
        /* justify-content: space-between; */
        height: 75px;
    }
    
    /* End Header section */      
    
    /* 404 page */
    .error-section {
        padding-top: 100px;
        padding-left: 45px;
    }
    .error-content .logo {
        margin-top: 25vh;
    }  
    
    .error-section .highlighted-background br {
        display: none;
    }

    .error-navigation .toggle-button-image {
        margin-top: 7px;
        padding-right: 110px;
    }

    .menu-container {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0px;
    }
    
    .menu-items {
        flex: 1;
        text-align: center;
        display: contents;
    }
    
    .menu-items a {
        padding: 10px;
    }
    /* End 404 page */
    
    /* Footer */
    .footer-section .section-content.title {
        margin-top: 40px;
        font-size: 20px;
    }
    
    .footer-contact-list .contact-list {
        margin-top: 20px;
        position: static;
        right: 0;
    }
    
    .green-background {
        margin-top: 0px;
    }
    
    .section-links {
        margin-bottom: 20px;
    }
    
    #map {
        padding-bottom: 74%;
        max-width: none;
    }
    
    /* End Footer */

    /* Home page  */
    .quote h3 {
        font-size: 60px;
        font-weight: 300;
    }
    /* End Home page  */
}
    
    