/*
    Theme Name: Junge Tat
    Theme URI: https://www.jungetat.ch
    Author: Junge Tat
    Author URI: https://www.jungetat.ch
    Description: Junge Tat
    Version: 1.0.0
    License: Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
    License URI: https://creativecommons.org/licenses/by-nc-nd/4.0/
    Tags: two-columns, three-columns, four-columns, grid-layout
    Text Domain: jungetat */
/* Wordpress-Stile */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

:root {
  scroll-behavior: unset;
}

/* Adminbar Fix */
body.logged-in.admin-bar .navbar.fixed-top,
body.logged-in.admin-bar .navbar.fixed-bottom {
  margin-top: 32px;
}

@media screen and (max-width: 782px) {
  body.logged-in.admin-bar .navbar.fixed-top,
  body.logged-in.admin-bar .navbar.fixed-bottom {
    margin-top: 46px;
  }
}

/* Main CSS */
html,
body {
  color: #404040;
  height: 100%;
  margin: 0;
}

body {
  left: 0;
  position: relative;
}

body::after {
  background-color: rgba(0, 0, 0, 0.75);
  content: "";
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  visibility: hidden;
  width: 100%;
  z-index: 9998;
}

body.overlay::after {
  opacity: 1;
  visibility: visible;
}

main {
  padding-top: 73px;
}

section {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem 0;
}

.wrapper {
  min-height: 100%;
}

@media screen and (min-width: 992px) {
  body::after {
    display: none;
  }
}

body.mobiles-menu-aktiv {
  overflow: hidden;
}

body.mobiles-menu-aktiv .wrapper {
  overflow: hidden;
}

nav.fixed-top {
  background-color: #0c7559;
  left: auto;
  padding-bottom: .75rem;
  padding-top: .75rem;
  right: auto;
  width: 100%;
}

nav.fixed-top .navbar-toggler {
  border: 0;
  color: #fff;
  font-size: 1.5rem;
}

nav.fixed-top .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

nav.fixed-top .navbar-brand img {
  height: 40px;
  width: auto;
}

nav.fixed-top .nav-item:not(:last-child) {
  margin-right: 1rem;
}

nav.fixed-top .nav-item .nav-link {
  background-color: #fff;
  color: #0c7559;
  font-weight: 700;
  padding: 8px 15px 5px;
  text-transform: uppercase;
}

nav #mobiles-menu {
  background-color: #0c7559;
  background-image: url("img/pfeil-oben.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
  bottom: 0;
  display: none;
  height: 100%;
  left: -360px;
  overflow-y: auto;
  padding: 2rem 2.75rem;
  position: fixed;
  top: 0;
  width: 360px;
}

nav #mobiles-menu .navbar-nav {
  padding-top: .5rem;
}

nav #mobiles-menu .nav-item .nav-link {
  background-color: transparent;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0;
  text-decoration: none;
}

nav #mobiles-menu .nav-item .nav-link:hover::after {
  display: none;
}

nav #mobiles-menu .soziale-medien {
  bottom: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  left: 2.75rem;
  margin-top: 1rem;
  position: absolute;
  width: calc(100% - 5rem);
}

nav #mobiles-menu .soziale-medien a {
  color: #fff;
  font-size: 1.15rem;
  text-decoration: none;
}

nav #mobiles-menu .soziale-medien a img {
  height: 22px;
  width: auto;
}

nav #mobiles-menu .close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  font-size: 1.75rem;
  height: 24px;
  margin-left: auto;
  opacity: 1;
  padding: 5px;
  position: relative;
  width: 24px;
}

@media screen and (min-width: 992px) {
  body {
    left: 0 !important;
    overflow: auto !important;
  }
}

@media screen and (max-width: 991.98px) {
  nav.fixed-top .nav-item:not(:last-child) {
    margin-right: 0;
  }
  nav.fixed-top .nav-item .nav-link {
    margin-bottom: 1rem;
  }
  nav.fixed-top #mobiles-menu {
    display: block;
  }
}

body {
  font-family: 'Hind', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #0c7559;
  font-weight: 700;
  text-transform: uppercase;
}

a {
  color: #0c7559;
}

a:hover {
  color: #111;
}

.jumbotron {
  background: transparent;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: relative;
}

.jumbotron .bildmarke {
  left: 50%;
  padding-top: 70px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.jumbotron .bildmarke img {
  display: block;
  height: 200px;
  margin: 0 auto;
  max-width: 200px;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  width: 100%;
}

.jumbotron .bildmarke img:hover {
  max-width: 180px;
}

.jumbotron .overlay {
  background-color: rgba(12, 117, 89, 0.25);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.jumbotron video {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100vw;
}

.jumbotron .btn.btn-secondary:hover {
  color: #fff;
}

.jumbotron .nach-unten {
  -webkit-animation: fly 2s infinite;
          animation: fly 2s infinite;
  bottom: 30px;
  color: #fff;
  font-size: 2rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.jumbotron .nach-unten img {
  height: 30px;
  width: 100%;
}

@-webkit-keyframes fly {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 15px;
  }
  100% {
    bottom: 30px;
  }
}

@keyframes fly {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 15px;
  }
  100% {
    bottom: 30px;
  }
}

body.home main {
  padding-top: 0;
}

.front-post-item {
  text-align: center;
}

.front-post-item:last-child {
  margin-bottom: 0 !important;
}

.front-post-item .post-icon {
  color: #0c7559;
  font-size: 4rem;
  text-align: center;
}

.front-post-item h3 {
  color: #0c7559;
  font-weight: 700;
  text-transform: uppercase;
}

.modal {
  display: none;
  height: auto;
  left: 50%;
  max-width: 1024px;
  overflow: visible;
  padding: 0 1rem;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1050;
}

.modal video {
  height: auto;
  width: 100%;
}

.modal .modal-close {
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: -40px;
}

.modal-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1040;
}

.btn {
  border: 3px solid;
  border-radius: 0;
  font-weight: 700;
  padding: 15px 20px 12px;
  text-transform: uppercase;
}

.btn:active + .btn:focus,
.btn:checked + .btn:focus, .btn:focus, .btn:active:focus,
.btn.show > .btn.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn h1, .btn h2, .btn h3, .btn h4, .btn h5, .btn h6 {
  line-height: 1;
}

.btn.btn-primary {
  background-color: #0c7559;
  border-color: #0c7559;
  color: #fff;
}

.btn.btn-primary:hover {
  background-color: transparent;
  color: #0c7559;
}

.btn.btn-primary:hover h1, .btn.btn-primary:hover h2, .btn.btn-primary:hover h3, .btn.btn-primary:hover h4, .btn.btn-primary:hover h5, .btn.btn-primary:hover h6 {
  color: #0c7559;
}

.btn.btn-primary h1, .btn.btn-primary h2, .btn.btn-primary h3, .btn.btn-primary h4, .btn.btn-primary h5, .btn.btn-primary h6 {
  color: #fff;
}

.btn.btn-secondary {
  background-color: #ce0000;
  border-color: #ce0000;
}

.btn.btn-secondary:hover {
  background-color: transparent;
  color: #ce0000;
}

.btn.btn-cta {
  font-style: italic;
  padding-right: 75px;
  position: relative;
}

.btn.btn-cta::after {
  background-image: url("img/pfeil-rechts.svg");
  content: "";
  height: 21px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
}

.btn.btn-cta:hover::after {
  background-image: url("img/pfeil-rechts-dunkel.svg");
}

section#kontakt {
  background-image: url("img/junge_tat_kontakt.jpg");
  position: relative;
}

section#kontakt .overlay {
  background-color: rgba(12, 117, 89, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

section#kontakt .kontaktformular {
  position: relative;
  z-index: 1020;
}

section#kontakt .kontaktformular h3 {
  color: #fff;
}

section#kontakt input[type="submit"]:hover {
  border-color: #fff;
  color: #fff;
}

section#kontakt .kontakt-titel {
  margin-bottom: 5rem;
  position: relative;
}

section#kontakt .kontakt-titel h2 {
  color: #fff;
}

section#kontakt .kontakt-titel h1 {
  background-color: #ce0000;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 15px 20px 8px;
}

@media screen and (max-width: 575.98px) {
  section#kontakt .soziale-medien ul li a {
    font-size: 1.25rem;
    padding-left: 55px;
  }
}

.form-label {
  color: #fff;
  font-weight: 600;
  margin-bottom: .25rem;
}

.form-control {
  border-radius: 0;
  padding: 10px;
}

.form-control:focus {
  border-color: #404040;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wpcf7-not-valid-tip {
  background: white;
  font-size: 14px;
  margin-top: .5rem;
  padding: 4px 8px;
}

.wpcf7-response-output {
  background-color: #fff;
  border: 0 !important;
  margin: 2rem 0 0 !important;
  padding: 10px 15px !important;
}

section#spenden {
  background-image: url("img/junge_tat_spenden.jpg");
  background-position: center;
  background-size: cover;
  padding-bottom: 0;
  padding-top: 50%;
  position: relative;
}

section#spenden .spenden {
  background-color: rgba(12, 117, 89, 0.75);
  left: 50%;
  padding: 2rem 5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

section#spenden .spenden h1 {
  color: #fff;
  font-size: calc(3rem + 2vw);
}

section#spenden .spenden .schnittstellen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#spenden .spenden .schnittstellen a {
  background-color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
}

section#spenden .spenden .schnittstellen a:not(:last-child) {
  margin-right: 15px;
}

section#spenden .spenden .schnittstellen a.coinbase img {
  height: 15px;
}

section#spenden .spenden .schnittstellen a.paypal img {
  height: 25px;
}

@media screen and (max-width: 575.98px) {
  section#spenden {
    padding-bottom: 6rem;
    padding-top: 6rem;
    position: relative;
  }
  section#spenden .spenden {
    left: auto;
    padding: 2rem;
    position: relative;
    top: auto;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
  section#spenden .spenden h1 {
    font-size: calc(2.5rem + 2vw);
  }
}

.artikel {
  border: 1px solid #0c7559;
  padding: 2rem 2rem 3rem;
  position: relative;
}

.artikel .artikel-medien img {
  display: block;
  height: auto;
  width: 100%;
}

.artikel .artikel-medien video {
  width: 100%;
}

.artikel .btn.btn-secondary {
  position: absolute;
  left: 0;
}

.artikel .btn.btn-secondary {
  bottom: -28px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.artikel .btn.btn-secondary:hover {
  background: #fff;
}

.artikel-navigation .page-numbers {
  text-decoration: none;
  line-height: 1;
}

.artikel-navigation .page-numbers:not(.prev):not(.next) {
  border: 1px solid green;
  color: #0c7559;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-right: .1rem;
  padding: 3px 0;
  text-align: center;
  vertical-align: middle;
  width: 22px;
}

.artikel-navigation .page-numbers.current {
  background-color: #0c7559;
  color: #fff !important;
}

.artikel-navigation .page-numbers.next {
  margin-left: .25rem;
}

.artikel-navigation .page-numbers.prev {
  margin-right: .25rem;
}

ul.menu-social-media {
  margin: 0;
  padding: 0;
}

ul.menu-social-media li.menu-item {
  list-style: none;
}

ul.menu-social-media li.menu-item:not(:last-child) {
  margin-bottom: 1.5rem;
}

ul.menu-social-media li.menu-item a {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  padding-left: 60px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

ul.menu-social-media li.menu-item a::before {
  font-family: "Font Awesome 6 Brands", "Font Awesome 6 Pro";
  font-size: 2.5rem;
  left: 0;
  margin-right: 1rem;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

ul.menu-social-media li.menu-item a[href*="protonmail.ch"]::before {
  content: "\f0e0";
}

ul.menu-social-media li.menu-item a[href*="t.me"]::before {
  content: "\f2c6";
}

ul.menu-social-media li.menu-item a[href*="instagram.com"]::before {
  content: "\f16d";
}

ul.menu-social-media li.menu-item a[href*="threema.id"]::before {
  content: "\f023";
}

ul.menu-social-media li.menu-item a[href*="twitter.com"]::before {
  content: "\f099";
}

ul.menu-social-media li.menu-item a[href*="youtube.com"]::before {
  content: "\f167";
}

ul.menu-social-media li.menu-item a[href*="facebook.com"]::before {
  content: "\f09a";
}

ul.menu-social-media li.menu-item a[href*="wa.me"]::before {
  content: "\f232";
}

ul.menu-social-media li.menu-item a i {
  font-size: 2.5rem;
  margin-right: 1rem;
  left: 0;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

ul.menu-social-media li.menu-item a img {
  height: 45px;
  margin-right: 1rem;
  left: 0;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
}

ul.menu-social-media li.menu-item a::after {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 3px;
  left: 60px;
  position: absolute;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  width: 0;
}

ul.menu-social-media li.menu-item a:hover::after {
  width: calc(100% - 60px);
}

#mobiles-menu ul.menu-social-media, footer ul.menu-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#mobiles-menu ul.menu-social-media li.menu-item, footer ul.menu-social-media li.menu-item {
  margin-bottom: 0 !important;
}

#mobiles-menu ul.menu-social-media li.menu-item a, footer ul.menu-social-media li.menu-item a {
  font-size: 0px;
  margin-left: 0;
  padding-left: 0;
}

#mobiles-menu ul.menu-social-media li.menu-item a::before, footer ul.menu-social-media li.menu-item a::before {
  font-size: 1.15rem;
  margin-right: 0;
  position: relative;
  top: auto;
}

#mobiles-menu ul.menu-social-media {
  bottom: 2.75rem;
  position: absolute;
  width: calc(100% - 5.5rem);
}

footer ul.menu-social-media {
  margin: 0 auto;
  max-width: 280px;
}

footer {
  background-color: #0c7559;
  color: #fff;
  padding: 2rem 0;
}

footer a, footer h6 {
  color: #fff;
}

footer h6 {
  text-transform: none;
}

footer .soziale-medien a {
  text-decoration: none;
}

footer .soziale-medien a:hover {
  color: #fff;
}

footer .soziale-medien a:not(:last-child) {
  margin-right: .75rem;
}

footer .soziale-medien a i {
  font-size: 1.25rem;
}

footer .soziale-medien a img {
  height: auto;
  margin-top: -4px;
  max-width: 20px;
}
/*# sourceMappingURL=style.css.map */