/*////////////////////////////////////////////////////////////////////////////////////////////////////

Tafel Düsseldorf CSS

////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*Google Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Annie+Use+Your+Telescope&family=Oswald:wght@200..700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #ffffff;
    color: #424242;
    font-family: 'Source Sans Pro', sans-serif;
    position: relative;
}

p {
    font-size: 1.25rem;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #424242;
}


h1 {
    font-size: 3rem;
    font-weight: 500;
    color: #555555;
}

h2 {
    font-size: 2.5rem;
    font-weight: 500;
    color: #555555;
}

h2.annie {
    font-family: "Annie Use Your Telescope", serif;
    color: #424242;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    font-size: 3rem;
    line-height: 3rem;
    text-align: left;
}

.green {
    color: #35705b !important;
}

.orange {
    color: #ee7d00 !important;
}

h3 {
    font-size: 2rem;
    font-weight: 500;
    color: #424242;
    margin-bottom: 1rem;
}


h3.annie {
    font-family: "Annie Use Your Telescope", serif;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    font-size: 2rem;
    line-height: 3rem;
}

.rotateRight {
    transform: rotate(2deg);
} 

.rotateLeft {
    transform: rotate(-2deg);
} 

h4 {
    font-size: 1.6rem;
    font-weight: 400;
    color: #424242;
    margin-bottom: 1rem;
    line-height: 2.2rem;
}

h5 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #424242;
    margin-bottom: 1rem;
    line-height: 2rem;
}

a.link {
    color: #ee7d00 !important;
    cursor: pointer;
    font-weight: bold;


}

a {
    color: #ee7d00;
    cursor: pointer;


}

a:hover {
    color: #ee7d00;
    opacity: .9;
    text-decoration: none;
    cursor: pointer;
}

section {
    padding: 50px 0;
}

header {
    padding-top: 110px;
}

ul.kt-list li {
    font-size: 1.25rem;
    font-weight: bold;

}

.bg-d {
    background-color: #fcf7f2;
}

.bg-w {
    background-color: #fff;
}

.heading-wrapper {
    margin: 0 auto;
    text-align: left;
}

/*
#logo {
min-width: 200px;
} */

.navbar {
    background-color: #ffffff;
    border-bottom: 1px solid#e9edf5;
}

.nav-link {
    color: #424242;
    padding: 0.5rem 1rem;
}

.nav-link:hover {
    color: #ee7d00;
    border-radius: 4px;
}

.nav-item {
    min-width: 90px;
    text-align: center;
    font-size: 1.3rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.nav-item.active a {
    color: #ee7d00;

}

.navbar-toggler {
    background-color: transparent;
    font-size: 34px;
    border-radius: 0px;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.heading-wrapper p {
    font-size: 1.125rem;
}

.test {
    background-color: #9e9176;
    height: 50px;
}

.primary-btn {
    background-color: #fff;
    color: #ee7d00;
    display: inline-block;
    border-radius: 10rem;
    font-size: 16px;
    margin: 5px;
    padding: 14px 30px;
    font-size: 1.3rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border: 1px solid #fff;
}

.primary-btn:hover {
    color: #ee7d00;
    border: 1px solid #ee7d00;
}



.btn_donate {
    display: inline-block;
    border-radius: 10rem;
    color: #fff;
    background: #ee7d00;
    font-size: 1.1rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    border: 1px solid #ee7d00;
    z-index: 1;
            padding: 10px 20px !important;
text-align: center;
}

.btn_donate:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10rem;
    z-index: -2;
    color: #ee7d00;
}

.active .btn_donate:after {
    border: 1px solid #bfb08f;
}

.btn_donate:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    transition: all 0.3s;
    border-radius: 10rem;
    z-index: -1;
}

.btn_donate:hover {
    color: #ee7d00;
    background-color: #fff;
    border: 1px solid #ee7d00;
    border-radius: 10rem;
}

.txt_donate {
    color: #ee7d00;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    background: #fff;
    font-size: 1rem;
    padding: 10px 20px;
    border: 1px solid #ee7d00;
    border-radius: 10rem;
}

.txt_donate:hover {
    color: #fff;
    background: #ee7d00;
}




/*
.home {
    display: flex;
    flex-direction: column;
    background-color:#c1e2d5;
    height: 100vh;
    align-self: center;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
}
*/

.bg-ballon {
        background: url("../images/balloon.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 5rem;
  
}


/*/////////////////////////////////////////
  xxx
  ////////////////////////////////////////*/

.content-container {
    background-color: #fff;
}

.content-container:nth-child(even) {
  background-color: #c1e2d590;
}


.content-containerGreen {
    background-color: #b2cc8290;
}

.content-containerBlue {
    background-color: #acbdd390;
}
.content-containerOrange {
    background-color: #f4b25f90;
}


/*/////////////////////////////////////////
  Footer
  ////////////////////////////////////////*/

#footer {
    background-color: #f0ebe6;
    padding: 60px 0 10px 0;
}

#footer h5 {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    line-height: 1.4rem;
}

#footer p {
    font-size: 1rem;
}



section.subfooter {
    background-color: #ee7d00;
    padding: 10px 0px !important;
    color: #fff;

}

section.subfooter a {
    color: #fff;
    padding-right: 40px;
    vertical-align: middle;
}

.subfooter span {
    padding-right: 40px;
    vertical-align: middle;

}

#subfooter i.icon {
    font-size: 1.4rem;
}

.social-media-links {
    text-align: right;
}

/* General */
#btn-back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    background: #fff;
    border: 1px solid #ee7d00;
    border-radius: 30px;
    z-index: 999;
}

#btn-back-to-top .ion-ios-arrow-up {
    color: #ee7d00;
}

/*/////////////////////////////////////////
  Content pages
  ////////////////////////////////////////*/

.hero {
    height: 500px;
    background-color: #fcf7f2;
}

.content-pages section {
    padding: 60px 0px;
}

.content-pages h2.headline {
    font-size: 3rem;
    font-weight: 500;
    color: #9e9176;
}

.content-pages .bg-w {
    background-color: #fff;
}

.content-pages .bg-d {
    background-color: #fcf7f2;
}



.card {
    padding: 1rem;
    border: 0;
    font-size: 14px;
    border: 1px solid #ee7d00;
}

.card h5 {
    font-size: ;
}

.card ul {
    padding: 0;
    margin-bottom: 0;
}

.card ul li {

    margin-bottom: 10px;
}

.card .card-body {
    padding: 10px;
}

.counter-section span.counter {
    font-size: 40px;
    color: #ee7d00;
    line-height: 60px;
    display: block;
    font-family: "Oswald", sans-serif;
    margin-top: 20px;
}


.btnContact {
    width: 100%;
}


.number-style {
    font-size: 4rem;
    font-family: 'Oswald', sans-serif;
    color: #ee7d00;

    font-weight: 100;
}

/* Kontakt */
header.home {
    background-color:#c1e2d5;
}


/* Was wir tun */
header.was-wir-tun {
    background-color: #c1e2d590;
}

/* Unterstützen */
header.unterstuetzen {
    background-color: #acbdd390;
}

/* Kontakt */
header.kontakt {
    background-color: #c1e2d5;
}

.rounded-circle {
    background: #ededed;
    width: 150px;
    height: 150px;
}


.img-table {
    max-height: 540px;
}

/*/////////////////////////////////////////
Media Queries
////////////////////////////////////////*/

@media (max-width: 575.98px) {
    section {
        background-image: none;
    }

    #hero.home {
        background:
            linear-gradient(rgba(0, 0, 0, 5%),
            rgba(0, 0, 0, 50%)),
            url("../images/hero_home.jpg") no-repeat -200px -30px;
    }
    .txt_donate {

    display: block;
    margin-top: 10px;
    text-align: center;
}

.bg-ballon {

    background-size: cover;
    min-height: 600px;
}

    h4.text-white {
    font-size: 1.3rem;
    line-height: 1.8rem;
    }

    #hero.home .heading-wrapper {
    padding-top: 20rem;
    }
    section.content-container {
        padding: 30px 0 0 0;
    }

    .img-circle-1 {
        margin-bottom: 10px;
    }

    .img-circle-2 {
        margin-bottom: 10px;
    }

    .bg_5_punkte {
        background: none;
    }

    .btn-link {
        font-size: 15px;
    }

    .home h1 {
margin-top: 2rem;

    }

    #hero p {
        margin-bottom: 1.3rem;
        font-size: 1.3rem;
        padding: 0 1rem;
    }

    h2.headline {
        font-size: 3rem;
    }

    .topmargin {
        margin-top: 20px;
    }

    .social-media-links {
        text-align: left;
    }

    .hero {
        height: 300px;
    }

    .hero.ueber-uns {
        background-position: -468px 71px !important;
    }
    .hero.weihnachtspaket-aktion {
        background-position: -80px 100px !important;
}

    .hero.ausgabestellen {
        background-position: -268px 71px !important;
    }

    .hero.kontakt {
        background-position: -268px 71px !important;
    }
}

@media (max-width: 768px) {
    .nav-item {
        text-align: left;
    }

}

@media (max-width: 991.98px) {
    .hero.ueber-uns {
        background-position: -95px 0px;
    }
}

@media (max-width: 1199.98px) {
    .hero.ueber-uns {
        background-position: 0px 0px;
    }
}


@media (min-width: 992px) {
    a.nav-link {
        padding-right: 1.1rem !important;
        padding-left: 1.1rem !important;
    }

    .btn_donate {
        margin-left: 1.5rem;
    }

    .wrap-right .heading-section {
        margin-left: -120px;
        background: #fff;
        -webkit-box-shadow: -20px 5px 14px -15px rgb(0 0 0 / 13%);
        -moz-box-shadow: -20px 5px 14px -15px rgba(0, 0, 0, 0.13);
        box-shadow: -20px 5px 14px -15px rgb(0 0 0 / 13%);
    }

    .wrap-left .heading-section {
        margin-right: -120px;
        background: #fff;
        -webkit-box-shadow: -20px 5px 14px -15px rgb(0 0 0 / 13%);
        -moz-box-shadow: -20px 5px 14px -15px rgba(0, 0, 0, 0.13);
        box-shadow: -20px 5px 14px -15px rgb(0 0 0 / 13%);
    }

    .navbar-expand-lg .navbar-nav {
        margin-top: 5px;
    }

}




@media only screen and (orientation: portrait) {
 .c-container .c0 {
    left: -40px;
    top: -310px;
  }
       .overlay-ribbon {
        left: 3%;
      
    }
  .c-container .c1 {
         left: -140px;
    top: -150px;
  }
  .c-container .c2 {
         left: -300px;
    top: 170px;
  }
  .c-container .c3 {
      left: 140px;
    top: -350px;
  }
  .c-container .c4 {
left: 45px;
    top: -400px;
  }
  .c-container .c5 {
    left: 300px;
    top: -400px;  }
}

@media only screen and (min-width: 992px) {
 .c-container .c0 {
    left: -160px;
    top: -290px;
  }
    .overlay-ribbon {
      right: 18%;
    }
  .c-container .c1 {
      left: -260px;
      top: -120px;
  }
  .c-container .c2 {
      left: -290px;
      top: 0px;
  }
  .c-container .c3 {
     left: 180px;
    top: -350px;
  }
  .c-container .c4 {
         left: 160px;
    top: -500px;
  }
  .c-container .c5 {
    left: 35px;
    top: -475px;
  }
  .img-circle-1 {
    width: 200px;
    height: 200px;
        margin-top: 40px;
  }
    .img-circle-2 {
    width: 200px;
    height: 200px;
        margin-top: 40px;
  }
  #hero h1 {
    font-size: 4em;
}
}

@media only screen and (min-width: 1200px) {
 .c-container .c0 {
    left: 3%;
    top: -290px;
  }   .overlay-ribbon {
      right: 18%;
    }
  .c-container .c1 {
      left: -60px;
      top: -120px;
  }
  .c-container .c2 {
      left: -10%;
      top: -125px;
  }
  .c-container .c3 {
      left: -15%;
      top: 20px;
  }
  .c-container .c4 {
      left: 40%;
      top: -400px;
  }
  .c-container .c5 {
      left: 33%;
      top: -375px;
  }
    .img-circle-1 {
    width: 250px;
    height: 250px;
        margin-top: 0px;
  }
    .img-circle-2 {
    width: 250px;
    height: 250px;
        margin-top: 0px;
  }
}

@media only screen and (orientation: landscape) and (min-device-width : 1200px) and (max-device-width : 1366px){
  .overlay-ribbon {
      right: 9%;
    }
}
.container-slogan {
    position: fixed;
    top: 10px;
    right: 300px;
    z-index: 1;
}

.slogan {
    float: right;
    height: 200px;
    width: 200px;
    border: 3px solid #ee7d00;
    padding: 6.5rem 2rem 0rem 2rem;
    border-radius: 50%;
    background: #ffffffcf;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #424242;
}

.dropdown {
    text-align: center;
    margin-top: 2rem;
}

.dropdown .dropdown-toggle {

    background: #fff;
    color: #000;
    padding: 1rem 2rem;
}

.dropdown-menu {
    width: 337px;
}


@media (min-width: 768px) {
    .scrollable-menu {
        height: 400px;
        max-height: calc(100vh - 60px);
        overflow-x: hidden;
    }
}

@media (max-width: 767px) {
    .scrollable-menu {
        height: auto;
        max-height: calc(100vh - 240px);
        overflow-x: hidden;
    }
}


.successful_container {
  background: #fff;
  border: 1px dotted #35705b;
  padding: 6rem 3rem;
  text-align: center;
}

.icon-box {

    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -30px;
    width: 100px;
    height: 100px;
    z-index: 9;
  }


  a.NOlink {
   color: #424242;
  }


@keyframes slideout {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, -400px);
  }
}