@media screen and (max-width: 767px) { 
    /* General CSS */
    body {
        font-size: 18px;
    }
    
    .content-wrapper {
        padding: 20px 15px;
    }
    
    .copyright-wrapper {
        padding: 20px 15px;
        font-size: 15px;
    }
    
    .container-padding {
        padding-left: 15px;
        padding-right: 15px;
    } 
    
    .error-section .section-content,
    .intro-text,
    .impressum h1,
    #mobile_menu li a,
    .anfahrt-menu li a 	{
        font-size: 24px;
    }
	
	.section-title {
		font-size: 28px;
	}
	
	.header-logo img {
		min-width: 220px;
	}
	
	#mobile_menu li a {
		padding-top: 10px;
	}
	
	.menu-contact-text {
		font-size: 18px;
	}
	
	#appointment-horizontal {
		width: 193px;
	}
	
	#rezept-horizontal {
		width: 170px;
	}
	
	#mobile_menu .underline-wrapper {
		margin-left: 15px;
	}
	
	.footer-top-section {
		padding-bottom: 50px;
	}
	
	.office-hours-title,
    .day-text,
    .small-font,
    .practice-description	{
		font-size: 16px;
	}
	
	.hours-text {
		font-size: 20px;
	}

    .mobile-header {
        display: block;
    }

    .desktop-display-only {
        display: none;
    }

    .main-navigation {
        display: block;
    }

    .nav-link {
        padding: 0px;
    }

    .toggle-button-image {
        margin-right: 8px;
    }
	
	.services.toggle-button {
		margin-bottom: 25px;
	}

    .floating-btn {
        width: 30px;
        padding-bottom: 180px;
    }

    #appointment {
        right: 15px;
        top: calc(100vh / 2 - 240px);
    }

    #rezept {
        right: 15px;
        top: calc(100vh / 2 - 30px);
    }
    /* End General CSS */
    
    /* Header section */     
  
    .contact-list .phone-number {
        font-size: 22px;
    }

    #mobile_menu_close {
        right: 15px;
        width: 25px;
        height: 25px;
        background-size: 25px auto;
    }

    #mobile_menu nav ul,
    .underline-wrapper,
    .menu-contact-text {
        margin-left: 15px;
    }
    /* End Header section */
    
  
    /* Home page  */   
    .slider-arrow {
        top: calc(100% - 60px);
        width: 30px;
        height: 30px;
        background-size: 30px 30px !important;
    }
    
    .btn-right {
        right: 10px;
    }
    
    .btn-left {
        left: 10px;
    }
    
    .home-slider,
    .section-slider {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .slider-item {
        margin-bottom: 20px;
        text-align: center;
    }
    
    .slick-dots {
        bottom: 10px;
    }
    
    .section-content {
        padding-top: 20px;
    }
    
    .section-slider-container {
        padding-bottom: 0px;
        margin-top: 0px;
    }
    
    .section-row {
        padding-top: 0px;
    }
    
    .section-slider .slick-list {
        margin-top: 0px;
    }

    .announcement-bullet {
        width: 30px;
    }

    .intro-label {
        font-size: 14px;
    }

    .appointments {
        text-align: left;
    }

    /* End Home page */
    
    /* Impressum */
    .privacy .column-text,
    .privacy .column-blue {
        padding-right: 15px;
        padding-bottom: 15px;
        font-size: 22px;
    }
    /* End Impressum */

    /* Rezept form */
    #rezept_overlay_close {
        right: 15px;
        width: 25px;
        height: 25px;
        background-size: 25px auto;
    }

    .rezept-overlay-inner {
        padding-top: 50px;
        padding-bottom: 10px
    }

    .rezept-phone {
        font-size: 22px;
    }

    .rezept-contact-row {
        align-items: center;
    }
    
    /* Footer section */   
    .section-links {
        margin-bottom: 0px;
    } 

    .footer-logo-wrapper {
        display: block;
    }
        
    #anfahrt {
        padding-bottom: 20px;
    }
    /* End Footer section */ 

    /* Error page */
    .error-text {
        font-size: 20px;
    }
    /* End Error page */
}


@media (max-height: 500px)  and (orientation: landscape) {
    .floating-btn {
        width: 25px;
        padding-bottom: 120px;
    }

     #appointment{
        top: calc(100vh / 2 - 80px);
    }

    .site-header #menu-toggle {
        width: 35px;
        height: 35px;
        background-size: 50px auto;
    }
}

    
    
    