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

Tafel Düsseldorf CSS

////////////////////////////////////////////////////////////////////////////////////////////////////*/
* {
    -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.125rem;
}
ul li {
    font-size: 1.125rem;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #424242;
}


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

.green {
    color: #35705b !important;

}

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


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

h5 {
    font-size: 1.3rem;
    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;
}

.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.1rem;
    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;
}


/*/////////////////////////////////////////
Hero
////////////////////////////////////////*/

#hero {
    text-align: center;
}

#hero h1 {
    font-size: 5em;
    font-weight: 300;
    color: #fff;
    background-color: #35705b;
    display: inline;
    padding: 0 1rem;
}

#hero h2 {
    color: #fff;
    font-size: 4rem;
    font-weight: 400;
    background-color: #35705b;
    display: inline;
    padding: 0 1rem;

}

#hero p {
    margin-bottom: 1.3rem;
    font-size: 1.6rem;
}

#hero.home {
    display: flex;
    flex-direction: column;
    background:
        linear-gradient(rgba(0, 0, 0, 5%),
        rgba(0, 0, 0, 50%)),
        url("../images/hero_home.jpg");
    height: 100vh;
    align-self: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
    color: #fff;
}

#hero.home .heading-wrapper {
    padding-top: 20rem;
}


.hero.ueber-uns {
    background: #ee7d00;
    background: url("../images/hero_ueber_uns.jpg");

    background-position: 0 150px;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero.logistik {
    background: #ee7d00;
    background: url("../images/hero_logistik.jpg");

    background-position: 0 150px;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero.warenhaus {
    background: #ee7d00;
    background: url("../images/hero_warenhaus.jpg");
    background-position: 0 150px;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Was wir tun */
.hero.was-wir-tun {
    background: #ee7d00;
    background: url("../images/hero_was_wir_tun.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}


/* Ausgabestellen */
.hero.ausgabestellen {
    background: #ee7d00;
    background: url("../images/hero_ausgabestellen.jpg");
       background-position: 0 100px;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Unterstützen */
.hero.unterstuetzen {
    background: #ee7d00;
    background: url("../images/hero_unterstuetzen.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Kontakt */
.hero.kontakt {
    background: #ee7d00;
    background: url("../images/hero_kontakt.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Spenden */
.hero.spenden {
    background: #ee7d00;
    background: url("../images/hero_spenden.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Impressum */
.hero.impressum {
    height: 250px;
    padding-top: 180px;
}

#intro-die_idee {
    background-color: #fcf7f2;
}



/*/////////////////////////////////////////
  News
  ////////////////////////////////////////*/

#news {
    background-color: #ffffff;
}

.card-header:first-child,
.card {
    border-radius: 0px;
}

.card-header {
    background-color: #ffffff;
    border: 0px;
    padding: 5px 0;
}

.card-header i {
    color: #2d8eff;
    font-size: 26px;
    vertical-align: middle;
    margin-right: 6px;
}

.card {
    border: 0px;
    border-top: 1px solid#e9edf5;
}

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

.btn-link {
    color: #282c47;
}

.btn-link:hover {
    color: #282c47;
    opacity: .95;
    text-decoration: none;
}


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

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

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

#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: 600px;
    background-color: #fcf7f2;
}

.markContainer {
         background: #fff;
    padding: 1rem;
    font-size: 1.1rem;

    border: 2px dashed #35705b;
}

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

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

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

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

.img-about-tafel {
    background: url("../images/tafel_bubble2.png");
    background-repeat: no-repeat;
    background-position: 0 30px;
}

 img.circular-image {
  clip-path: circle(50%);
}

.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;
}



.btnContact {
    width: 100%;
}


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

    font-weight: 100;
}

.paypal_btn {
    position: relative;
    border-radius: 1000px;
    cursor: pointer;
    display: inline-block;
    min-width: 6rem;
    text-align: center;
    text-decoration: none;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    border: 0.125rem solid rgb(255, 209, 64);
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 400;
    padding: 0.625rem 1.875rem;
    background: rgb(255, 209, 64);
    color: rgb(0, 48, 135);
}


.paypal_btn a {
    color: rgb(0, 48, 135) !important;
} 

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

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



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

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

    .topmargin {
        margin-top: 20px;
    }

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

    .hero {
        height: 300px;
    }

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

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

    .hero.kontakt {
        background-position: -268px 71px !important;
    }
        .hero.unterstuetzen {
        background-position: -268px 71px !important;
    }
    .hero.spenden {
        background-position: -0 110px !important;
    }
    .overlay-ribbon {
        right: 5% !important;

}
h2 {
    font-size: 2rem !important;
}
h3 {
    font-size: 2rem !important;
}
    header h1 {
        font-size: 2rem !important;
        display: block !important;
    }
    section {
        padding: 30px 0 !important;
    }

    .hero.impressum {
    padding-top: 161px !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 (min-width: 992px) {
  #hero h1 {
    font-size: 4em;
    font-weight: 300;
    color: #fff;
    background-color: #35705b;
    display: inline;
    padding: 0 1rem;
}
    header h1 {
        font-size: 4rem !important;
    }
}

@media screen and (min-width: 1800px) { 
 .overlay-ribbon {
        right: 23% !important;
    }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { 
    .overlay-ribbon {
        top: 40px !important;
    }
}


@media only screen and (min-width: 1200px) {
  #hero h1 {
    font-size: 5em;
    font-weight: 300;
    color: #fff;
    background-color: #35705b;
    display: inline;
    padding: 0 1rem;
}
}

.dropdown .dropdown-toggle {

    background: #fff;
    color: #000;
}

.dropdown-menu {
    min-width: 200px;
    border: none;
}
.dropdown-item {
    font-size: 1.1rem;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ee7d00;
    text-decoration: none;
    background: none;
}

@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);
  }
}



header {
  position: relative;
  background-color: black;
  height: 99vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 60%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  xxxbackground-color: black;
  opacity: 0.5;
  z-index: 1;
}

header h1 {  
    font-size: 5em;
    font-weight: 300;
    color: #fff;
    background-color: #35705be8;
    display: inline-block;
    margin: 0;
    padding: 0 1rem;
    line-height: normal;
}
/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }

  header video {
    display: none;
  }
}


iframe {
    border: 0;
}

.overlay-ribbon {
  position: absolute;
  width: 200px;
  height: 160px;
  z-index: 9;
  top: 55px;
  right: 18%;
  background: #fff;
  padding: 0 0 5px 0;
  text-align: center;
  line-height: 16px;
  -webkit-box-shadow: -5px 21px 28px -4px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: -5px 21px 28px -4px rgba(0, 0, 0, 0.43);
  box-shadow: -5px 21px 28px -4px rgba(0, 0, 0, 0.43);
  animation: slidein 2s ease-in-out forwards;
}

.overlay-ribbon h5 {
    color: #424242;
    margin-bottom: 12px;
    font-weight: 100;
    font-size: 1.6rem;
    padding-top: 25px;
}

.ribbon-content {
  z-index: 9;
  position: relative;
  margin: 0 5px;
  color: #fff;
}

.ribbon-content > p,
.ribbon-content > p span {

   font-size: 1rem;
    line-height: 18px;
}

.ribbon-content a {
     color: #ee7d00;
    text-decoration: none;
    font-weight: normal;
}

.close-x {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 9;
}

.close-x a:link,
.close-x a:visited {
  background: #fff;
  color: #ee7d00;
  padding: 0 4px;
  font-weight: normal;
  text-decoration: none;
}

.close-x a:hover {
  background: #fff;
  color: #ee7d00;
}

.overlay-ribbon:before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 41px solid #fff;
  border-right: 150px solid transparent;
  z-index: 7;
}

.overlay-ribbon:after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 41px solid #fff;
  border-left: 150px solid transparent;
  z-index: 8;
}


.slideout {
  animation: slideout 1s ease-in-out forwards;
}

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

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

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

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

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

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

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


#map {
  height: 100%;
}

.gm-style .gm-style-iw-d {
    font-size: 1rem;
    line-height: 1.4rem;
}