@media screen and (max-width: 767px) { 
    
   /* General css */  

	body {
		font-size: 18px;
	}	
	
    #totop {
        width: 40px;
        height: 40px;
        top: calc(100vh / 2 - 20px);
    }
    
    #donate {
        width: 50px;
        height: 50px;
        right: 0px;
        top: calc(100vh / 3 + 25px);
    }

    .container-padding {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .sms-spenden {
        display: inline-block;
    }
    
    .sms-spenden img {
        max-width: 100px;  
    }
    
    .wp-block-columns {
        margin-bottom: 1.2em;
    }
	
	a.round-button, a.round-button:visited {
		font-size: 18px;
		padding: 0.4rem 0.8rem;
	}
	
	.mobile-center {
		text-align: center;
	}
	
	h1 {
		line-height: 0.9;
	}
	
	.site-main {
	  padding-top: 115px;
	}
	
	#bottom-widget .trigger-button .open {
        width: 50px;
        height: 50px;
    }
	
	#bottom-widget .trigger-button .close {
		width: 40px;
        height: 40px;
	}
	
	.embed-privacy-overlay {
		padding: 20px !important;
	}
	
	.bg-menu .contact-list li,
    .bg-menu.site-header.fixed .social-icon.scrolled {
        display: none;
    }
    /* End General css */   
    
    /* HEADER SECTION */          
    #mobile_menu nav {
        background-color: #fff;
        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 {
        width: 100vw;
        margin-right: -100vw;
        display: block;
        height: 100%;
        position: fixed;
        right: 0px;
        top: 0;
        overflow: hidden;
        -webkit-transition: margin-right 0.3s; /* Safari */
        transition: margin-right 0.3s;
    }
    
    #mobile_menu nav a {
        text-decoration: none;
        line-height: 1;
        color: #000; 
    }
    
    #mobile_menu nav li {
        width: 100%;
	}

	#mobile_menu nav ul {
        margin: 50px 12px 0px 12px;
	}
    
    #mobile_menu ul.nav.kontakt {
        margin: 0px 12px 0px 12px;
    }
	
	#mobile_menu li a {
		font-size: 20px;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #000;
	}
    
    #mobile_menu.active {
        margin-right: 0px;
        -webkit-transition: margin-right 0.3s; /* Safari */
        transition: margin-right 0.3s;
		z-index: 2;
    }
    
    #mobile_menu.active nav {
        margin-right: 0px;
        -webkit-transition: margin-right 0.8s; /* Safari */
        transition: margin-right 0.8s;
    }
    
    #mobile_menu_close {
        width: 33px;
        height: 33px;
		background-image: url(../images/M_Menu_black.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 33px auto;
        position: absolute;
        right: 20px;
        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;
    }
    
    .sms-spenden img {
        width: 36px;
    }
	
	.sms-spenden-nav {
        display: none;
    }
	
	.bg-menu #mobile_menu nav {
        background-color: #fff;
        width: 100%;
        height: 100%;
        -webkit-transition: margin-left 1s;
        transition: margin-left 1s;
        overflow-y: scroll;
    }
    
    .bg-menu #mobile_menu.active nav {
        margin-left: 0px;
        -webkit-transition: margin-left 0.3s;
        transition: margin-left 0.3s;
    }
    
    .bg-menu #mobile_menu {
        width: 100%;
        margin-right: -100vw; 
        display: block;
        height: 100%;
        position: fixed;
        right: 0px;
        top: 0;
        overflow: hidden;
        -webkit-transition: margin-right 0.3s; /* Safari */
        transition: margin-right 0.3s;
    }
    
    .bg-menu #mobile_menu nav a {
        text-decoration: none;
        color: #000; 
    }
    
    .bg-menu #mobile_menu nav li {
        width: 100%;
	}

	.bg-menu #mobile_menu nav ul {
        margin: 50px 12px 0px 12px;
	}
    
    .bg-menu #mobile_menu ul.nav.kontakt {
        margin: 0px 12px 0px 12px;
    }
	
	.bg-menu #mobile_menu li a {
		font-size: 20px;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #000;
	}
    
    .bg-menu #mobile_menu.active {
        margin-right: 0px;
        -webkit-transition: margin-right 0.3s; /* Safari */
        transition: margin-right 0.3s;
		z-index: 2;
    }
    
    .bg-menu #mobile_menu.active nav {
        margin-right: 0px;
        -webkit-transition: margin-right 0.8s; /* Safari */
        transition: margin-right 0.8s;
    }
	
	.header-logo img {
		width: 100%;
	}
    
    /* END HEADER SECTION */
    
    /* Home page */
    .button-row.desktop {
        display: none;
    }
	
	.button-row.mobile {
		display: flex;
	}
	
	.intro-overlay .overlay-subtitle {
		font-size: 16px;
		line-height: 1.2;
	}
	
	.intro-overlay {
		bottom: 15%;
	}
    
    .overlay-title,
	.overlay-title span	{
        font-size: 30px !important;
    }
	
	.supporter-excerpt p:before {
		content: '\201E';
		left: -12px;
		position: absolute;
		font-size: 30px;
	}
	
	.supporter-position,
	.supporter-name {
		line-height: 1.2;
	}
	
	.header-image-desktop {
		display: none;
	}
	
	.header-image-mobile {
		display: inline;
	}
	
	.supporter-excerpt {
		font-size: 30px;
	}
	
	.floater-content {
		padding-left: 12px;
		padding-right: 12px;
	}

    /* 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 {
        top: 20px;
        left: 40px;
    }
    
    .qa-question {
        margin-left: 0px;
    }
	
	.question-arrow img {
		width: 75%;
	}
	
	.ziele-video .overlay-text {
		font-size: 16px;
		left: 12px;
		bottom: 0px;
	}
	
	.embed-container.enabled { 
        padding-bottom: 100%;
    }
	
	/*.ziele-video .overlay {
        display: none;
    }*/
    /* 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 */
	
	.supporter-position,
	.supporter-name {
		font-size: 20px;
	}
    
    /* 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 !important;
        margin-top: 1.4em;
    }
    /* End Footer section */ 
	
	/* Brandenburg form */
	.form__column {
		margin-bottom: 10px;
	}
	.form__column label {
		font-size: 18px;
	}
	
	.form__column input[type="text"], 
	.form__column input[type="email"], 
	.form__column input[type="number"] {
		font-size: 18px;
	}
	
	.form__column input[type="text"]::placeholder,
	.form__column input[type="email"]::placeholder, 
	.form__column input[type="number"]::placeholder	{
		font-size: 18px;
	}
	/* End Brandenburg form */
    
    /* 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 */
	
	/* Countdown styling */
	.pbc-num {
		font-size: 45px !important;
	}
	
	.pbc-unit {
		width: 82px !important;
	}
	
	.pbc-unit-content {
		height: 60px !important;
	}
	
	.pbc-label {
		font-size: 12px !important;
	}
	
	.pbc-down-count {
		text-align: center;
	}
	
	.widget_wpb_waiting {
		margin-bottom: .5em;
	}
	
	.widget_wpb_waiting h2.widget-title {
		display: none;
	}
	/* End Countdown styling */
	
	/* Slider styling */
	.slick-dots {
		bottom: auto;
	}
	
	.slick-dots li button:before {
		font-size: 14px;
	}
	
	.slick-track {
		display: block;
	}
	/* End Slider styling */

    .extra-large-size {
        font-size: 45px;
    }
	
	.accordion-headline-text {
        width: calc(100% - 20px);
        display: inline-block;
    }
}

/*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) { 
        
    }
    
    
    