/* Farben */
/*
   grau: #BFB093
   dunkel-grau: #24292E
   orange: #EF7D00
   hell-orange: #F7BE7F
*/
html, body {
  overflow-x: hidden;
}
.fix {
  position: fixed;
  top: 25px;
}
#content {}
#pages {
  padding-top: 2.5rem;
  display: flex;
  justify-content: center;
  font-size: 1.0rem;
  margin-bottom: 1.2rem;
  flex-flow: wrap;
}
#pages h1 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #EF7D00;
  font-weight: bold;
  font-style: italic;
}
#pages h2 {
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}
#pages h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #EF7D00;
}
#pages h4 {
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
  font-style: italic;
  color: #24292E;
}
#pages h5 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  color: #EF7D00;
}
#pages > div {
  margin-top: 3rem;
}
#pages hr {
  display: none;
}
.hinweis {
  padding: 3rem;
  width: 100%;
  min-height: 100px;
  background-color: #F7BE7F;
}
.seite {
  max-width: 1500px;
  width: 80%;
  padding: 1.9em;
}
.open_tab {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.mtop2 {
  margin-top: 2rem;
}
.pers img {
  width: 100%;
}
.seite a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-size: 80%;
}
.seite a:hover {
  text-decoration: underline;
}
#spenden p span {
  margin-left: 1rem;
  display: inline-block;
}
#betrieb_carousel, #nutzung_carousel, #unter_carousel, #unter_carousel1 {
  background-color: #F8F8F8;
  width: 100%;
}
#betrieb_carousel .carousel-control-next, #betrieb_carousel .carousel-control-prev, #nutzung_carousel .carousel-control-next, #nutzung_carousel .carousel-control-prev, #unter_carousel .carousel-control-next, #unter_carousel .carousel-control-prev, #unter_carousel1 .carousel-control-next, #unter_carousel1 .carousel-control-prev {
  filter: invert(100%);
}
#bildKarussell .carousel-control-next, #bildKarussell .carousel-control-prev {
  background-color: #BFB093;
}
#bildKarussell .carousel-item {
  background-color: #EF7D00;
}
#bildKarussell .carousel-item img {
  opacity: .8;
  filter: blur(2px);
  -webkit-filter: opacity(.8);
  -webkit-filter: blur(2px);
}
#betrieb_carousel .carousel-caption, #nutzung_carousel .carousel-caption, #unter_carousel .carousel-caption, #unter_carousel1 .carousel-caption {
  color: black;
  font-size: 1.3rem;
  position: initial;
  margin-top: -4rem;
  padding: 0 3rem;
}

#nutzung_carousel .carousel-item {
  height: 300px
}

#nutzung_carousel .carousel-caption {
/*  top: 29vh;*/
  position: absolute;
}
#nutzung_carousel .carousel-inner {
  overflow: visible;
}
#nutzung_carousel .carousel-caption h1 {
  font-size: 5rem;
  margin-bottom: 0px;
}
#nutzung_carousel .carousel-caption p {
  font-size: 4rem;
}
#betrieb_carousel .carousel-inner, #nutzung_carousel .carousel-inner {
  height: 100%;
  padding-top: 2vh;
  overflow: hidden;
}
#unter_carousel .carousel-inner {
  height: 13vw;
}
#unter_carousel .carousel-inner .col {
  text-align: center;
}
#unter_carousel .carousel-inner img {
  width: 50%;
}
.wrapper_1sp {
  display: none;
}
.carousel-control-next, .carousel-control-prev {
  width: 33px;
}
.wrapper_row {
  margin-bottom: 2rem;
}
.tname {
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
  margin-top: 1.2rem;
  font-style: italic;
  color: #24292E;
}
.tteam span {
  display: block;
}
/* Obere Farbleiste */
.top-color-bar {
  height: 25px;
  background-color: #EF7D00;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1055;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  font-size: 14px;
}
.top-right-rechts {
  display: flex;
  gap: 2rem;
  font-weight: bold;
  color: black;
}
.top-right-rechts a {
  text-decoration: none;
  color: white;
}
.top-right-rechts a:hover {
  text-decoration: underline;
}
.top-right-links {
  display: flex;
  gap: 2rem;
  font-weight: bold;
  color: black;
}
.top-right-links a {
  text-decoration: none;
  color: black;
}
.top-right-links a:hover {
  text-decoration: underline;
}
#lgb {
  height: 140px;
  top: 9px;
  position: absolute;
  width: 100%;
  max-height: 1500px;
}
/* Logo-Leiste */
#logoBar {
  background: #fff;
  transition: all 0.5s ease;
  padding: 1rem;
  /* padding-top: 2rem; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  position: absolute;
  top: 25px;
  width: 100%;
  z-index: 1000;
  opacity: 1;
  height: 100%;
  overflow: hidden;
}
#logoBar.shrink {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.5s ease;
  pointer-events: none;
}
#logoBar img {
  height: 140px;
  transition: all 0.5s ease;
}
#logo1-navbar.nodisp {
  height: 80px;
  transition: height 0.5s ease;
}
#logo1-navbar {
  height: 1px;
}
.navbar-orange.shrink #logo1-navbar {
  display: inline-block;
  transition: all 0.5s ease;
}
/* Navbar */
.navbar-orange {
  background-color: #EF7D00;
  transition: all 0.5s ease;
  padding: 1rem 1rem;
  /*      position: fixed;*/
  /*      top: 199px;*/
  width: 100%;
  z-index: 1049;
  font-size: 1.5rem;
  border-bottom: 4px white solid;
}
.navbar-orange.shrink {
  top: 24px;
  padding: 0.4rem 1rem;
  position: fixed;
  transition: all 0.5s ease;
}
.navbar-orange .nav-link, .navbar-orange .navbar-brand {
  color: white;
}
.navbar-orange .nav-link:hover, .navbar-orange .nav-link.active {
  text-decoration: underline;
}
.navbar-orange .dropdown-menu {
  background-color: #fff;
}
.navbar-orange .dropdown-item:hover {
  background-color: #EF7D00;
  color: white;
}
.navbar-orange .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5);
}
.navbar-toggler-icon {
  width: 30px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
.navbar-toggler-icon div {
  width: 100%;
  height: 4px;
  background-color: white;
  border-radius: 2px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  font-size: 1.4rem;
}
.nav-item {
  margin-left: 30px;
}
/* Karussell */
#bildKarussell {
  /*      margin-top: 10px;*/
}
#bildKarussell img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
#bildKarussell .carousel-caption a {
  color: inherit;
  text-decoration: none;
  display: block;
  background-color: rgba(239, 125, 0, 0.2);
  backdrop-filter: blur(3px);
  border-radius: 30px 4px 30px 4px;
}
#bildKarussell .carousel-caption a:hover {
  background-color: rgba(239, 125, 0, 0.4);
  backdrop-filter: blur(0px);
}
div.carousel-caption > h1, #bildKarussell h1 {
  text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px, 2px -10px 20px #EF7D00, 2px 2px 14px rgba(239, 125, 0, 0.84), 2px 2px 14px rgba(239, 125, 0, 0.84), 2px 2px 14px rgba(239, 125, 0, 0.84), 0px 0px 2px #000000;
}
#bildKarussell h1 {
  font-size: 4rem;
}
#bildKarussell p {
  color: black;
  font-size: 2rem;
  text-shadow: 0px 0px 6px #f1efef, 0px 0px 5px #f1efef, 0px 0px 4px #f1efef, 0px 0px 3px #f1efef;
}
/* Abstand oben */
body {
  padding-top: 180px;
}
#logodiakonie {
  height: 80px;
}
.wrapper_12 {
  display: grid;
  grid-template-areas: "wrapper_1_ . wrapper__2 wrapper__2 wrapper__2";
  grid-template-columns: 1fr .1fr 1fr .1fr 1fr;
}
.wrapper_1_ {
  grid-area: wrapper_1_;
}
.wrapper__2 {
  grid-area: wrapper__2;
}
.wrapper_111 {
  display: grid;
  grid-template-areas: "wrapper_1__ . wrapper__1_ . wrapper___1";
  grid-template-columns: 1fr .1fr 1fr .1fr 1fr;
}
.wrapper_1__ {
  grid-area: wrapper_1__;
}
.wrapper__1_ {
  grid-area: wrapper__1_;
}
.wrapper___1 {
  grid-area: wrapper___1;
}
div.pers .perstab {
  display: grid;
  width: 100%;
  height: auto;
  grid-template-columns: 1fr .1fr 1fr .1fr 1fr;
  grid-template-areas:
    "name1 . name2 . name3"
    "funk1 . funk2 . funk3"
    "persbild1 . persbild2 . persbild3"
    "tat1 . tat2 . tat3"
    "tel1 . tel2 . tel3"
    "mail1 . mail2 . mail3";
}
[name1] {
  grid-area: name1;
}
[funk1] {
  grid-area: funk1;
}
[persbild1] {
  grid-area: persbild1;
  width: 100%;
  overflow: hidden;
}
[tat1] {
  grid-area: tat1;
}
[tel1] {
  grid-area: tel1;
}
[mail1] {
  grid-area: mail1;
}
[name2] {
  grid-area: name2;
}
[funk2] {
  grid-area: funk2;
}
[persbild2] {
  grid-area: persbild2;
  width: 100%;
  overflow: hidden;
}
[tat2] {
  grid-area: tat2;
}
[tel2] {
  grid-area: tel2;
}
[mail2] {
  grid-area: mail2;
}
[name3] {
  grid-area: name3;
}
[funk3] {
  grid-area: funk3;
}
[persbild3] {
  grid-area: persbild3;
  width: 100%;
}
[tat3] {
  grid-area: tat3;
}
[tel3] {
  grid-area: tel3;
}
[mail3] {
  grid-area: mail3;
}
#pages .perstab h3 {
  margin-bottom: 0.5rem;
}
#pages .perstab h4 {
  margin-bottom: 1rem;
}
#pages .perstab p {
  margin-bottom: 0.5rem;
}
.form-control:focus, .form-check-input:focus {
  border-color: #EF7D00;
  box-shadow: 0 0 0 .25rem rgba(239, 125, 0, .25)
}
.form-check-input:checked {
  background-color: #EF7D00;
  border-color: #EF7D00;
}
.btn {
  background-color: #EF7D00;
  border-color: #EF7D00;
}
.btn:hover {
  background-color: #ef5c00;
  border-color: #ef5c00;
}
.form-floating > label {
  color: #EF7D00;
  font-size: .8rem;
}
#impressum h2 {
  margin-bottom: .7rem;
  margin-top: 1.5rem;
}
#impressum h2:first-of-type {
  margin-top: .5rem;
}
.back {
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 400px;
}
.bidee {  background-image: url("../src/back_ausgabe.jpg");}
.bbetrieb {  background-image: url("../src/back_frucht.jpg");}
.bkontakt {  background-image: url("../src/back_kisten2.jpg");}
.btrager {  background-image: url("../src/back_ausgabe.jpg");}
.bspenden {  background-image: url("../src/back_spenden.jpg");}
.bmitarbeit {  background-image: url("../src/back_mitarbeiten.jpg");}
.bvoraussetzungen {  background-image: url("../src/back_nutzen.jpg");}
.bneuaufnahme {  background-image: url("../src/back_kisten1.jpg");}
.bunterstutzer {  background-image: url("../src/back_hand.jpg");}
.bimpressum {  background-image: url("../src/back_gemuse.jpg");}
.bdatenschutz {  background-image: url("../src/back_tomaten2.jpg");}
.iconspende {  background-image: url("../src/icon_spende.png");}
.iconicons {  background-image: url("../src/icon_icons.png");  background-size: auto;}

#nutzung_carousel .carousel-caption.car_cap {
  width: 100%;
  text-align: center;
  right: inherit;
  left: inherit;
}
.kreis {
    height: 1px;
    top: -240px;
    position: relative;
    right: -60vw;
}
.kreis img {
  width: 230px;
}
@media (max-width: 990px) {
  .top-right-links {
    gap: 1rem;
  }
  #pages hr {
    display: block;
  }
  .wrapper_111 {
    display: block;
  }
  .wrapper_12 {
    display: block;
  }
  .seite {
    width: 100%;
    display: block;
  }
  #pages {
    /*            padding: 1.6rem;*/
  }
  .open_tab {
    max-width: 350px;
  }
  #pages .pers img {
    width: 275px;
  }
  #betrieb_carousel .carousel-inner, #nutzung_carousel .carousel-inner {
    height: 480px;
  }
  #spenden p span {
    display: block;
    margin-left: 0px;
  }
  #girocode {
    display: none;
  }
  div.pers .perstab hr {
    margin-bottom: 2rem;
    border-bottom: 1px #BFB093 solid;
  }
  div.pers .perstab a {
    display: block;
  }
  div.pers .perstab {
    display: block;
    height: auto;
  }
  #mitarbeit [class^='col-'] {
    width: 100%;
  }
  #neuaufnahme [class^='col-'] {
    width: 100%;
  }
    
  .kreis {
  height: 1px;
          top: -224px;
        left: 75%;
}
.kreis img {
  width: 180px;
}    
    
}
/* drei Logos oben */
@media (max-width: 670px) {
  #logoBar {
    /*          flex-direction: column;*/
  }
  #logoBar img {
    margin: auto;
    height: inherit;
    max-width: 200px;
  }
  #logo20jahre {
    display: none;
  }
  .navbar-orange {
    /*           top:282px;*/
  }
  #lgb {
    height: 110px;
    max-height: 1600px;
  }
  #nav {
    top: -25px;
    position: relative;
  }
  #bildKarussell {
    margin-top: -25px;
  }
}
@media (max-width: 590px) {
  .top-color-bar {
    height: 50px;
  }
  .fix {
    position: fixed;
    top: 50px;
  }
  #lgb {
    top: 20px;
  }
  #logoBar {
    padding: 1.2rem;
    gap: 0.8rem;
  }
  .top-right-links {
    display: block;
    text-align: right;
  }
  .top-right-links a {
    display: block;
    line-height: 1rem;
  }
  #betrieb_carousel .carousel-inner, #nutzung_carousel .carousel-inner {
    height: 370px;
  }
  .wrapper_1sp {
    display: block;
  }
  .wrapper_3sp {
    display: none;
  }
  #unter_carousel .carousel-inner {
    height: 10vw;
  }
  #unter_carousel1 .carousel-item {
    text-align: center;
  }
  #unter_carousel1 img {
    width: 50%;
  }
    
    
   .kreis {
  height: 1px;
          top: -224px;
        left: 58%;
}
.kreis img {
  width: 160px;
}    
.bidee {  background-image: url("../src/back_ausgabe_k.jpg");}
.bbetrieb {  background-image: url("../src/back_frucht_k.jpg");}
.bkontakt {  background-image: url("../src/back_kisten2_k.jpg");}
.btrager {  background-image: url("../src/back_ausgabe_k.jpg");}
.bspenden {  background-image: url("../src/back_spenden_k.jpg");}
.bmitarbeit {  background-image: url("../src/back_mitarbeiten_k.jpg");}
.bvoraussetzungen {  background-image: url("../src/back_nutzen_k.jpg");}
.bneuaufnahme {  background-image: url("../src/back_kisten1_k.jpg");}
.bunterstutzer {  background-image: url("../src/back_hand_k.jpg");}
.bimpressum {  background-image: url("../src/back_gemuse_k.jpg");}
.bdatenschutz {  background-image: url("../src/back_tomaten2_k.jpg");}      
    
}
@media (max-width: 480px) {
  #bildKarussell h1 {
    font-size: 11vw;
  }
  #bildKarussell p {
    font-size: 8vw;
  }
  #nutzung_carousel .carousel-caption.car_cap h1 {
    font-size: 12vw;
  }
  #nutzung_carousel .carousel-caption.car_cap p {
    font-size: 9vw;
  }
}



@media (max-height: 400px) {
    .navbar-orange {
        padding-top:1px;padding-bottom:3px;
    }
    .navbar-brand {padding-top:0px;padding-bottom:0px;}
    #logo1-navbar.nodisp{height: 40px;}
    
}