@media screen and (max-width: 767px) { 
    
   /* General css */   
    #totop {
        width: 40px;
        height: 40px;
        top: calc(100vh / 2 - 20px);
    }
    
    #donate {
        width: 50px;
        height: 50px;
        right: 40px;
        top: calc(100vh / 3 + 25px);
    }

    .container-padding {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    .sms-spenden {
        display: inline-block;
    }
    
    .sms-spenden img {
        max-width: 100px;  
    }
    
    .wp-block-columns {
        margin-bottom: 1.2em;
    }
    
    .ui-icon,
    .ui-widget-content .ui-icon {
/*        top: auto !important;*/
    }
    /* End General css */   
    
    /* HEADER SECTION */          
    #mobile_menu nav {
        background-color: #fff;
        width: 100vw;
        margin-left: -900px;
        height: 100%;
        -webkit-transition: margin-left 1s;
        transition: margin-left 1s;
        overflow-y: scroll;
    }
    
    #mobile_menu.active nav {
        margin-left: 0px;
        -webkit-transition: margin-left 0.3s;
        transition: margin-left 0.3s;
    }
    
    #mobile_menu {
        display: block;
        height: 100%;
        position: fixed;
        left: 0;
        margin-left: -1024px;
        top: 0;
        overflow: hidden;
    }
    
    #mobile_menu nav a {
        text-decoration: none;
        line-height: 1;
        color: #000; 
    }
    
    #mobile_menu nav li {
        width: 100%;
	}
    
/*	#mobile_menu nav li:last-child {
		border: none;
        width: auto;
        margin-top: 20px;
	}*/
    
	#mobile_menu nav ul {
        margin: 50px 0px 0px 50px;
		width: 230px;
	}
    
    #mobile_menu ul.nav.kontakt {
        margin: 0px 0px 0px 50px;
    }
	
	#mobile_menu li a {
		font-size: 24px;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
    
    #mobile_menu.active {
        width: 100vw;
        margin-left: 0px;
        -webkit-transition: margin-left 0.8s; /* Safari */
        transition: margin-left 0.8s;
		z-index: 2;
        padding: 0px;
    }
    
    #mobile_menu.active nav {
        margin-left: 0px;
        -webkit-transition: margin-left 0.8s; /* Safari */
        transition: margin-left 0.8s;
    }
    
    #mobile_menu_close {
        width: 35px;
        height: 35px;
        background-image: url('../images/PopUp_Button_Close.svg');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        position: absolute;
        right: 12px;
        top: 20px;
    }
    
    .site-header {
        padding: 15px 0px;
    }
    
    .mobile-menu-toggle {
        display: flex;
        justify-content: flex-end;
    }
    
    .site-header #menu-toggle {
        display: block;
        background: none;
        border: none;
        box-shadow: none;
        width: 33px;
        height: 33px;
        background-image: url(../images/M_Menu_white.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 33px auto;
    }
    
    .site-header.fixed #menu-toggle,
    .site-header.black #menu-toggle {
         background-image: url(../images/M_Menu_black.svg);
    }
    
    .contact-list li,
    .site-header.fixed .social-icon.scrolled {
        display: none;
    }
    
    .contact-list li.sms-spenden {
        display: inline-block;
        padding-top: 5px;
    }
    
    .sms-spenden img {
        width: 36px;
    }
    
/*    .site-header.fixed .contact-list li.sms-spenden img.red,
    .site-header .contact-list li.sms-spenden img.white {
        display: inline;
    }
    
    .site-header .contact-list li.sms-spenden img.red,
    .site-header.fixed .contact-list li.sms-spenden img.white {
        display: none;
    }*/
    /* END HEADER SECTION */
    
    /* Home page */
    .intro-overlay .overlay-subtitle,
    .intro-overlay .button-row {
        display: none;
    }
    
    .overlay-title {
        font-size: 24px;
    }

    /* End Home page */
    
    .unterstutzer-content {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    
    
    /* MEINE ZIELE SECTION */ 
    .ziele-title {
        font-size: 5.5vw;
    }
    
    .ziele-subtitle {
        font-size: 6.2vw;
    }
    
    /* Q&A section */
    .qa-title {
        font-size: 30px;
    }
    
    .qa-question {
        font-size: 30px;
        padding-right: 12px;
    }
    
    .qa-answer {
        font-size: 20px;
    }
    
    .qa-commitment {
        font-size: 20px;
    }
    
    .qa-counter {
        padding-left: 12px;
        padding-right: 12px;
        background-clip: content-box;
    }
    /* End Q&A section */
    /* END MEINE ZIELE SECTION */  
    
    /* UBER MICH PAGE */
    .spd-accordion .accordion-headline {
        font-size: 22px;
    }
    
    .accordion-icon-text {
        display: none;
    }
    
    /* END UBER MICH PAGE */
    
    /* Downloads section */   
    .downloads-image {
        height: auto;
    }
    
    .image-author {
        right: 0;
    }
    /* End Downloads section */
    
    /* END UBER MICH PAGE */
    
    /* FAQ section */
    
    .ui-icon,
    .ui-widget-content .ui-icon {
        top: calc(0.5em + 7px);
    }
    
    /* End FAQ section */
   
    /* 404 PAGE */
    .error404 h1 {
        font-size: 32px;
    }
    /* END 404 PAGE */
    
    /* Footer section */
    .footer-top-section .container-padding {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    nav.footer-menu {
        align-items: flex-start;
        margin-top: 1.4em;
    }
    /* End Footer section */ 
    
    /* Slider */
    .slider-arrow {
        top: calc(50% - 15px);
        width: 15px;
        height: 30px;
        background-size: 15px 30px !important;
    }
    
    .btn-left {
        left: 40px;
    }
    
    .btn-right {
        right: 40px;
    }
    
    /* Magnify pop up for spenden pop up */
    .close-popup {
        cursor: pointer;
        position: absolute;
        width: 40px;
        height: 40px;
        right: 12px;
    }
    /* End Magnify pop up for spenden pop up styling */
}

/*iPhone 5 */
@media (device-height : 568px) 
   and (device-width : 320px) 
   and (-webkit-min-device-pixel-ratio: 2) {
   
}

/*iPhone 6, 7, & 8 in landscape*/
@media only screen 
    and (min-device-width : 375px) 
    and (max-device-width : 667px) 
    and (orientation : landscape) {
        
    }


/*iPhone 6, 7, & 8 Plus in landscape*/
@media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px) 
    and (orientation : landscape) { 

    }
    
    /*iPhone 6, 7, & 8 Plus*/
@media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px)  { 

    }

/*iPhone X in landscape*/
@media only screen 
    and (min-device-width : 375px) 
    and (max-device-width : 812px) 
    and (-webkit-device-pixel-ratio : 3)
    and (orientation : landscape) { 
        
    }
    
    
    