@charset "UTF-8";

html{
  height: 100%;

  --color-main: #F08112;
  --color-text-light: #666666;
  --border-radius: 15px;
  --max-width: 1500px;
}

html, body{
  margin: 0;
  padding: 0;
}

body{
  min-height: 100%;

  font-family: Roboto;
  font-weight: normal;
}
.profilBildMenu{
  display: none;
}
/**************************************************************** NavBar */

button.navbar-toggler {
	border:none;
}



/****************************
Drawer Start
/****************************/

.aboutDrawer-img {
	width: 100%;
	min-height: 33vh;
	object-fit: cover;
  border-bottom: 5px solid var(--second-5);

  -webkit-box-shadow: 4px 9px 28px -5px rgba(251,219,178,1);
  -moz-box-shadow: 4px 9px 28px -5px rgba(251,219,178,1);
  box-shadow: 4px 9px 28px -5px rgba(251,219,178,1);
}

.aboutDrawer-h1{
  margin-top: -7rem;
  margin-bottom: 5rem;
  font-weight: bold;
  color: #fff;
  font-size: 2.4em;
  text-align: center;
  text-shadow: 0 0 19px rgba(0,0,0,1);
  -webkit-box-shadow: 0 0 19px rgba(0,0,0,1);
}

/****************************
Drawer End
/****************************/
/***about david schiafone***/






/***about david schiafone ende***/

#philosophieBeginn{
  background-color: var(--second-2);
}
#philosophieBeginn img{
  width: 118px;
  margin-bottom: 20px;
  border: 3px solid var(--primary-1);
  border-radius: 200px;
  margin-top: -55px;
}
#philosophieBeginn h1{
  color: var(--primary);
}
#philosophieBeginn h2{
  color: var(--second);
}
#philosophieBeginn p{
  font-family: 'Merienda', cursive;
  color: var(--tara-rot);
  font-size: 1.5rem;
  max-width: 800px;
  margin: auto;
  margin-top: 30px;
  padding-bottom: 30px;
}



/***philosophie***/
#philosophie25Elemente{
  background-color: var(--second-2);
  padding-top: 4rem;
  padding-bottom: 1px;
}
#philosophie25Elemente .philosophie25Elemente-fixBox{
  text-align: center;
  padding: 1.5rem 0px;
  width: 500px;
  max-width: 100%;
  margin: auto;
  margin-bottom: -42px;
  z-index: 10;
  position: relative;
  /* border-radius: 12px;
  border: 1px solid var(--primary-1); */

  -webkit-clip-path: ellipse(50% 47% at 50% 50%);
  clip-path: ellipse(50% 47% at 50% 50%);
}
#philosophie25Elemente .philosophie25Elemente-fixBox1{
  background-color: #A9A359;
}
#philosophie25Elemente .philosophie25Elemente-fixBox2{
  background-color: #6572A6;
}
#philosophie25Elemente .philosophie25Elemente-fixBox3{
  background-color: #876395;
}
#philosophie25Elemente .philosophie25Elemente-fixBox4{
  background-color: #D6413A;
}
#philosophie25Elemente .philosophie25Elemente-fixBox5{
  background-color: var(--second);
}
#philosophie25Elemente .philosophie25Elemente-fixBox p{
  color: #fff;
  font-size: 2rem;
  border-bottom: 2px solid;
  display: inline-block;
  padding: 0 24px;
}
#philosophie25Elemente .philosophie25Elemente-fixBox h2{
  color: #fff;
  margin-bottom: 18px;
}
#philosophie25Elemente .philosophie25ElementeAll{
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 7rem 0 4rem 0;
  text-align: center;
  border-bottom: 6px solid var(--primary-6);
  border-top: 4px solid var(--primary-6);
  border-left: 4px solid var(--primary-6);
  border-right: 4px solid var(--primary-6);

  margin-left: 30px;
  margin-right: 30px;
  border-radius: 12px;
  margin-bottom: 70px;
}
#philosophie25Elemente .philosophie25ElementeA{
  background-image: url(/static/img/about/philosophie/verstehen.jpg);
}
#philosophie25Elemente .philosophie25ElementeB{
  background-image: url(/static/img/about/philosophie/mitgefuehl.jpg);
}
#philosophie25Elemente .philosophie25ElementeC{
  background-image: url(/static/img/about/philosophie/gelassenheit.jpg);
}
#philosophie25Elemente .philosophie25ElementeD{
  background-image: url(/static/img/about/philosophie/dankbarkeit.jpg);
}
#philosophie25Elemente .philosophie25ElementeE{
  background-image: url(/static/img/about/philosophie/authentizitaet.jpg);
}
#philosophie25Elemente .philosophie25ElementeA .philosophieModalBox h3{
  color: #A9A359;
}
#philosophie25Elemente .philosophie25ElementeB .philosophieModalBox h3{
  color: #6572A6;
}
#philosophie25Elemente .philosophie25ElementeC .philosophieModalBox h3{
  color: #876395;
}
#philosophie25Elemente .philosophie25ElementeD .philosophieModalBox h3{
  color: #D6413A;
}
#philosophie25Elemente .philosophie25ElementeE .philosophieModalBox h3{
  color:  var(--second);
}
#philosophie25Elemente .containerBoxPhilosophie{
    max-width: 1200px;
    margin: auto;
}
#philosophie25Elemente .philosophieModalBox{
  background-color: rgb(255 255 255 / 88%);
  padding: 30px 0;
  margin-bottom: 30px;
  border-radius: 7px;
}
#philosophie25Elemente .philosophieModalBox:hover{
  background-color: #fff;
}
#philosophie25Elemente .philosophieModalBox img{
  width: 50px;
  margin-bottom: 10px;
}
/***philosophie ende***/

/****about newsletter***/
#aboutNewsletter{
  background-image: url(/static/img/about/startseite/newsletter.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 5rem 0;
  text-align: center;
  border-bottom: 2px solid var(--primary-6);
  border-top: 2px solid var(--primary-6);
}
#aboutNewsletter .aboutNewsletterBox{
  background-color: rgb(255 255 255 / 72%);
  display: inline-block;
  padding: 20px;
  border-radius: 20px;
  border:1px solid var(--second-5);
}
#aboutNewsletter .aboutNewsletterBox h3{
  color: var(--primary);
  margin-bottom: 20px;
}
#aboutNewsletter .aboutNewsletterBox .newsletterInput1{
  width: 100%;
  border: 2px solid var(--second);
  border-radius: 7px;
  padding: 9px;
}
#aboutNewsletter .aboutNewsletterBox .abonnierenButton{
  background: linear-gradient(90deg, var(--primary) 0%,var(--second) 100%);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding: 3px 13px;
  border-radius: 8px;
  color:#fff !important;
  border: none;
  border-bottom: 2px solid;
}
#aboutNewsletter .aboutNewsletterBox .abonnierenButton:hover{
  cursor: pointer;
}
#aboutNewsletter .aboutNewsletterBox .checkboxenNewsletter{
  margin: 12px 0;
}
/****about newsletter ende***/
/****aboutBegegnung***/
#aboutBegegnung{
  border-top: 2px solid var(--second-5);
  border-bottom: 2px solid var(--second-5);
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-image: url(/static/img/about/startseite/begegnung.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;

  -webkit-box-shadow: 0px 0px 21px 0px var(--primary-4);
  -moz-box-shadow: 0px 0px 21px 0px var(--primary-4);
  box-shadow: 0px 0px 21px 0px var(--primary-4);
}
#aboutBegegnung svg{
      color: var(--gruen);
      font-size: 1.4rem;
}
#aboutBegegnung h2{
  background-image: linear-gradient(28deg, var(--primary) 40%, var(--second) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  margin-top: 7px;
  font-size: 1.5rem;
}
#aboutBegegnung p{
  color: var(--second);
  font-family: 'Varela Round', sans-serif;
  font-size: 1.2rem;
  margin-bottom: 40px;
  line-height: 1.3;
}
@media (min-width: 427px){
  #aboutBegegnung h2{
    font-size: 2rem;
  }
  #aboutBegegnung p{
    font-size: 1.4rem;
  }
}
/****aboutBegegnung Ende***/
/***about kontakt***/
#aboutKontakt{
  padding-top: 3rem;
}
#aboutKontakt .container{
  background-color: var(--second-4);
  border: 2px solid var(--primary-4);
  border-radius: 10px;
  padding: 15px;
}
#aboutKontakt .aboutKontaktDavid{
  max-width: 100px;
  border-radius: 100px;
  margin-bottom: 20px;
  border: 2px solid var(--primary);
}
#aboutKontakt .aboutKontaktBeschreibung{
  color: var(--second);
  font-family: 'Varela Round', sans-serif;

  font-size: 1.4rem;
  max-width: 700px;
  margin: auto;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-style: italic;
}
#aboutKontakt .aboutKontaktInhalt h2{
  color: var(--primary);
  font-family: 'Merienda', cursive;
  font-size: 1.4rem;
}
#aboutKontakt .aboutKontaktInhalt .aboutKontaktIcon{
  margin-right: 6px;
}
#aboutKontakt .aboutKontaktInhalt .kontaktLinkMailNummer{
  font-size: 1.1rem;
  line-height: 1.8;
  text-decoration: none;
  padding: 5px;
  border-radius: 5px;
}
#aboutKontakt .aboutKontaktInhalt .kontaktLinkMailNummer:hover{
  background-color: var(--primary-9);
  color: #fff !important;
}
#aboutKontakt .aboutKontaktImg{
  border-radius: 10px;
}
/****about kontakt ende***/
/*****about video****/
#aboutVideo{
  padding-bottom: 100px;
  background-color: var(--primary-1);
  background-image: linear-gradient(to top, var(--primary-5) 0%, var(--primary-2) 50%);
  border-bottom: 2px solid var(--primary-6);
}

#aboutVideo iframe{
  border-radius: 12px;
  height: 300px;
}
#aboutVideo .aboutVideoIcon{
  width: 118px;
  margin-bottom: 20px;
  border:3px solid var(--primary-1);
  border-radius: 200px;
  margin-top: -55px;
}
#aboutVideo h1{
  color: var(--primary);
  font-size: 1.4rem;
  margin-bottom: 5px;
}
#aboutVideo .sloganAbout{
  color: var(--tara-rot);
  font-family: 'Merienda', cursive;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 40px;
}
#aboutVideo h2{
  color: var(--second);
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 15px;
}
#aboutVideo h3{
  color: var(--second);
  margin-bottom: 3.5rem;
  font-size: 1rem;
}
@media (min-width: 768px){
  #aboutVideo h1{
    font-size: 2.5rem;
    font-weight: bold;
  }
  #aboutVideo .sloganAbout{
    font-size: 1.3rem;
  }
  #aboutVideo h2{
    font-size: 1.7rem;
  }
  #aboutVideo h3{
    font-size: 1.3rem;
  }
  #aboutVideo iframe{
    height: 500px;
  }
}

#aboutVideo .hauptBereiche{
  margin-top: 35px;
}
#aboutVideo .hauptBereicheBox1{
  background-color: var(--primary);
}
#aboutVideo .hauptBereicheBox2{
  background-color:#D6413A;
}
#aboutVideo .hauptBereicheBox3{
  background-color:var(--calendar-dark-green);
}
#aboutVideo .hauptBereicheBox{
  border-radius: 12px 12px 12px 3px;
}
#aboutVideo .hauptBereicheBox img{
  padding: 12px;
  border-radius: 24px 24px 24px 18px;
}
#aboutVideo .hauptBereiche h2{
  margin-top: 21px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 1.7rem;
}
#aboutVideo .hauptBereiche a{
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  border: 3px solid;
  padding: 7px 12px;
  text-decoration: none;
  border-radius: 7px;
}
#aboutVideo .hauptBereiche1 a{
  color: var(--primary)  !important;
}
#aboutVideo .hauptBereiche2 a{
  color: #D6413A !important;
}
#aboutVideo .hauptBereiche3 a{
  color: var(--calendar-dark-green) !important;
}
#aboutVideo .hauptBereiche1 a:hover{
  background-color: var(--primary)  !important;
  color: #fff !important;
  border-color: var(--primary);
}
#aboutVideo .hauptBereiche2 a:hover{
  background-color: #D6413A !important;
  color: #fff !important;  
  border-color: #D6413A;
}
#aboutVideo .hauptBereiche3 a:hover{
  background-color: var(--calendar-dark-green) !important;
  color: #fff !important;  
  border-color: var(--calendar-dark-green);
}
#aboutVideo .hauptBereiche p{
  color: var(--mainBlau);
  font-size: 1.3rem;
  margin-bottom: 32px;
}
#aboutVideo .hauptBereiche1 h2{
  color: var(--primary);
}
#aboutVideo .hauptBereiche2 h2{
  color: #D6413A;
}
#aboutVideo .hauptBereiche3 h2{
  color: var(--calendar-dark-green);
}




#fuenfGSBereiche .start5BoxenAngebot{
  margin-top: 50px;
  max-width: 1053px;
}
#fuenfGSBereiche .start5BoxenAngeboteCol{
	text-align: center;
	margin: 0 20px;
	margin-bottom: 3rem;
	max-width: 225px;
}
@media only all and (min-width:1355px){
	#fuenfGSBereiche .start5BoxenAngebot{
		max-width: 100%;
	}
}
@media only all and (min-width:1355px){
	#fuenfGSBereiche .start5BoxenAngeboteCol{
		max-width: 225px;
	}
}
#fuenfGSBereiche .start5BoxenAngeboteCol img{
	max-width: 120px;
	margin-bottom: 10px;
  border: 2px solid #fff;
  border-radius: 1000px;
}
#fuenfGSBereiche .start5BoxenAngeboteCol h3{
	color: var(--primary);
  margin-top: 10px;
  margin-bottom: 17px;
	font-size: 1.3rem;
	font-weight: bold;
}
#fuenfGSBereiche .start5BoxenAngeboteCol a{
	font-size: 1rem;
  padding: 7px 12px;
}



#familienunternehmen img{
  width: 100%;
}

#scrollBild{
  background-image: url(/static/img/about/startseite/werte.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size:cover;
  background-attachment:fixed;
  padding:5rem 0;
  text-align: center;
  border-bottom: 2px solid var(--primary-6);
}
#scrollBild .container{
  background-color: rgb(255 255 255 / 72%);
  padding: 17px 24px;
  border-radius: 12px;
  max-width: 300px;
}
#scrollBild h2{
  color: var(--tara-rot);
  display: inline;
  font-size: 1.8rem;
  border-radius: 7px;
  font-family: 'Merienda', cursive;
}
@media only all and (min-width:768px){
  #scrollBild h2{
    background-color: rgb(255 255 255 / 72%);
    padding: 5px 15px;
    font-size: 2rem;
  }
  #scrollBild .container{
    background-color: transparent;
    padding: 0;
    max-width: 100%;
  }
}
#wahrhaftLieben{
  padding: 3rem 0;
  background-color: var(--primary-1);
  background-image: linear-gradient(to top, var(--primary-1) 0%, var(--primary-3) 50%);
}
@media only all and (min-width:768px){
  #wahrhaftLieben .container{
    max-width: 100%;
  }
}
@media only all and (min-width:1200px){
  #wahrhaftLieben .container{
    max-width: 1140px;
  }
}

#wahrhaftLieben .liebenLernenImg1{
  margin-top: 2rem;
  margin-bottom: 2rem;

}
#wahrhaftLieben .liebenLernenImg2{
  margin-top: 2rem;
  margin-bottom: 2rem;
  order:1;
}
#wahrhaftLieben .liebenLernenImg1 img, #wahrhaftLieben .liebenLernenImg2 img{
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 15px 1px rgb(0 0 0 / 57%);
  box-shadow: 0px 0px 15px 1px rgb(0 0 0 / 57%);
}
#wahrhaftLieben .wahrhaftLiebenBox1{
  background-color: rgb(255 255 255 / 88%);
  padding: 20px 50px;
  padding-top: 25px;
  border-radius: 12px;
  text-align: center;

  margin: 20px;
  margin-top: -100px;
}
#wahrhaftLieben .wahrhaftLiebenBox2{
  background-color: rgb(255 255 255 / 88%);
  order: 2;
  padding: 20px 50px;
  padding-top: 25px;
  border-radius: 12px;
  z-index: 20;
  text-align: center;

  margin: 20px;
  margin-top: -100px;

}
@media only all and (min-width:768px){
  #wahrhaftLieben .row{
    margin-bottom: 30px;
  }
  #wahrhaftLieben .liebenLernenImg1{
    margin-left: 75px;
  }
  #wahrhaftLieben .liebenLernenImg2{
    order:2;
  }
  #wahrhaftLieben .wahrhaftLiebenBox1{
    margin: 0;
    margin-top: 0;
    margin-left: -100px;
  }
  #wahrhaftLieben .wahrhaftLiebenBox2{
    margin: 0;
    margin-top: 0;
    margin-right: -100px;
    margin-left: 25px;
    order:1;
  }
}
@media only all and (min-width:1200px){
  #wahrhaftLieben .row{
    margin-bottom: 0;
  }
}
#wahrhaftLieben .wahrhaftLiebenNummer1{
  margin-bottom: 0;
  color: #A9A359;
  font-size: 1.6rem;
  font-family: 'Varela Round', sans-serif;
}
#wahrhaftLieben .wahrhaftLiebenNummer2{
  margin-bottom: 0;
  color: #6572A6;
  font-size: 1.6rem;
  font-family: 'Varela Round', sans-serif;
}
#wahrhaftLieben .wahrhaftLiebenNummer3{
  margin-bottom: 0;
  color: #876395;
  font-size: 1.6rem;
  font-family: 'Varela Round', sans-serif;
}
#wahrhaftLieben .wahrhaftLiebenNummer4{
  margin-bottom: 0;
  color: #D6413A;
  font-size: 1.6rem;
  font-family: 'Varela Round', sans-serif;
}
#wahrhaftLieben .wahrhaftLiebenNummer5{
  margin-bottom: 0;
  color: var(--second);
  font-size: 1.6rem;
  font-family: 'Varela Round', sans-serif;
}
#wahrhaftLieben .wahrhaftLiebenP1{
  color: var(--mainBlau);
  font-size: 1.2rem;
}
#wahrhaftLieben .lotusLieben{
  width: 60px;
  margin-bottom: 12px;
}
#wahrhaftLieben .h3Lieben1{
  color: #A9A359;
}
#wahrhaftLieben .h3Lieben2{
  color: #6572A6;
}
#wahrhaftLieben .h3Lieben3{
  color: #876395;
}
#wahrhaftLieben .h3Lieben4{
  color: #D6413A;
}
#wahrhaftLieben .h3Lieben5{
  color: var(--second);
}
/****about video end***/

#aboutBuchStartWerbung{
  background-color: var(--second-5);
  padding: 3rem 0;
  border-top:2px solid var(--second-6);
  border-bottom: 2px solid var(--second-6);
}
#aboutBuchStartWerbung .container{
  background-color: #fff;
  width: 900px;
  max-width: calc(100% - 26px);
  border-radius: 12px;
  border:3px solid var(--primary);

}

#aboutBuchStartWerbung .container .row{
  padding: 4rem 0;
}
#aboutBuchStartWerbung span{
  color: #fff;
  background-color: #c0533a;
  padding: 10px 10px;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 7px;
}
#aboutBuchStartWerbung h2{
  color: var(--primary);
  margin-bottom: 25px;
}
#aboutBuchStartWerbung p{
  color: var(--primary);
  margin-top: 30px;
  margin-bottom: 36px;
  font-size: 1.5rem;
  font-family: 'Varela Round', sans-serif;
}
#aboutBuchStartWerbung img{
  width: 200px;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.17) 0px 0px 15px 1px;
}
#aboutDreiBoxen{
  padding: 2rem 0;
  background-image: url(/static/img/grafiken/background.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

@media (min-width: 768px){
  #aboutDreiBoxen{
    padding: 5rem 0;
  }
}
@media (min-width: 995px){
  #aboutDreiBoxen .container-fluid{
    max-width: 1000px;
  }
}
@media (min-width: 1405px){
  #aboutDreiBoxen .container-fluid{
    max-width: 100%;
  }
}
#aboutDreiBoxen .dreiBoxInhalt{
  max-width: 100%;
  padding: 10px;
}
@media (min-width: 520px){
  #aboutDreiBoxen .dreiBoxInhalt{
    max-width: 275px;
  }
}
#aboutDreiBoxen a{
  display: block;
  padding-bottom: 15px;
  text-decoration: none;

  background-color: var(--second-4);
  border: 2px solid var(--second-4);
  border-radius: 7px;
  height: 100%;
}

#aboutDreiBoxen img{
  max-width: 100%;
  border-radius: 5px 5px 0 0;
}
#aboutDreiBoxen h3{
  color: var(--primary);
  margin: 10px;
  font-size: 1.4rem;
  margin-top: 17px;
  margin-bottom: 7px;
}
#aboutDreiBoxen p{
  margin: 0 10px;
  color: var(--second);
  font-family: 'Varela Round', sans-serif;
  font-size: 1.2rem;
}

#aboutDreiBoxen a:hover{
background-color: var(--second-5);
border-color: var(--second-5);
}



#connect-start{
	padding: 2rem 0 3rem 0;
	background-color: var(--primary-2);
	text-align: center;
}
#connect-start h2{
	font-size: 1.2rem;
	color: var(--primary);
	font-weight: bold;
	margin-top: 11px;
}


#connect-start .connectStartBox{
	background-color: var(--second-6);
	padding:7px;
	border-radius: 7px;
	text-align: center;
	margin: 0 5px;

	margin-bottom: 20px;
}
@media (min-width:768px) {
	#connect-start .connectStartBox{
		margin-bottom: 0;
	}
}

/**angebote**/
.aboutAngeboteZukunft{
  background-color: var(--primary);
  color: #fff;
  font-family: 'Varela Round', sans-serif;
  display: inline-block;
  padding: 7px 12px;
  border-radius: 7px;
}
#aboutAngebote{
  margin-bottom: .8rem;
}
.aboutAngeboteHell{
  background-color: var(--second-3);
  border-top: 2px solid var(--primary-3);
  border-bottom: 2px solid var(--primary-3);
}
.aboutAngeboteDunkel{
  background-color: var(--primary-3);
  border-top: 2px solid var(--primary-4);
  border-bottom:2px solid var(--primary-4);
}
#aboutAngebote img{
  max-width: 100px;
  margin-bottom: 27px;
}
#aboutAngebote h2{
  color: var(--primary);
  font-size: 1.3rem;
}

#aboutAngebote h3{
  color: var(--second);
  font-size: 1rem;
  margin-bottom: 25px;
  line-height: 1.6;
}
@media (min-width:768px){
  #aboutAngebote h2{
    font-weight: bold;
    font-size: 2rem;
  }
  #aboutAngebote h3{
    font-size: 1.2rem;
    margin: 1.4rem 0 2.5rem;
  }
}
/**about mitmachen**/
#aboutMitmachen{
  background-color: var(--second-3);
  padding: 3rem 0;
  border-top: 2px solid var(--primary-3);
  border-bottom: 2px solid var(--primary-3);
}
#aboutMitmachen h2{
  margin-bottom: 2rem;
  color: var(--primary);
  font-size: 1.3rem;
}
@media (mind-width: 508px){
  #aboutMitmachen h2{
    font-size: 2rem;
  }
}
#aboutMitmachen img{
  border-radius: 7px 7px 28px 7px;
}
#aboutMitmachen h3{
  color: var(--second);
  margin-top: 1.6rem;
  font-size: 1.2rem;
}
#aboutMitmachen p{
  margin-bottom: 2rem;
}
#aboutMitmachen a{
  background-color: var(--second-5);
  font-size: 1rem;
  font-weight: 600;
  line-height: 28px;
  padding: 12px 20px;
  border-radius: 8px;
}
#aboutMitmachen a:hover{
  text-decoration: none;
  background-color: var(--second-7);
  color: var(--primary) !important;
}

/**************************************************************** section.about_groupsenz_community */
#about-subdomains{
  background-color: var(--primary-8);
  border-bottom: 16px solid #fff;
  padding: 4rem 0;
}
#about-subdomains .container-fluid{
  max-width: 1300px;
}

#about-subdomains .about-sticky h2{
  font-size: 3rem;
  font-weight: bolder;
  color: var(--primary-1);
}
#about-subdomains .about-sticky p{
  font-size: 1.4rem;
  font-weight: bolder;
  color: var(--primary-1);
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  #about-subdomains .about-sticky{
    position: sticky;
    top: 120px;
    height: 1%;
  }
  #about-subdomains .about-sticky h2{
    font-size: 5rem;
  }
  #about-subdomains .about-sticky p{
    font-size: 2rem;
    margin-bottom: 1rem;
  }

}
#about-subdomains .subdomains-box{
  background-color: #fff;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 8px;
}
#about-subdomains .subdomains-box .btn{
  margin-top: 10px;
  padding: 0;
  font-weight: bolder;
  letter-spacing: .03125rem;
}
#about-subdomains .subdomains-box h4{
  margin-top: 9px;
}
/**************************************************************** section.top */
#first-text {
  margin: 35px 0;
  text-align: center;
  padding: 0 10px;
}
#first-text h2{
  color: var(--color-main);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 100;
  margin: 20px auto;
  line-height: 1.3;
  max-width: 1100px;
  padding: 0 20px;
}
#first-text span {
  color: var(--color-text-light);
  text-align: center;
  font-size: 1rem;
  font-weight: 100;
}
@media (min-width: 826px) {
	#first-text {
	  margin: 100px;
	}
}
#first-text .img-1 {
  width: 300px;
  margin: auto;
}
#first-text .img-2 {
  width: 50px;
  margin: auto;
}

@media (min-width: 330px) {
	#first-text h2 {
		font-size: 1.3rem;
	}
}
@media (min-width: 353px) {
	#first-text h2 {
		font-size: 1.5rem;
	}
  #first-text span {
		font-size: 1.3rem;
	}
}
@media (min-width: 398px) {
	#first-text h2 {
		font-size: 1.8rem;
	}
  #first-text span {
		font-size: 1.5rem;
	}
}
@media (min-width: 465px) {
	#first-text h2 {
		font-size: 2rem;
	}
}
@media (min-width: 510px) {
	#first-text h2 {
		font-size: 2.4rem;
	}
}
@media (min-width: 685px) {
	#first-text h2 {
		font-size: 3.5rem;
	}
  #first-text span {
		font-size: 2rem;
	}
}



/***************************************************************** header.top */
header.top {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  width: 80%;
  max-width: 1300px;
  height: 70vh;

  margin: auto;

  border-radius: var(--border-radius);

  background: url(/static/img/about/top.jpg) top center/cover no-repeat;
}

@media (max-width: 992px) {
  header.top {
    border-radius: 0px;
    width: 100%;
  }
}

header.top div {
  padding: 7%;
}
header.top div h1 {
  color: white;

  margin: 0;

  font-size: 3rem;
  font-weight: 100;
}
header.top div h2 {
  color: white;
  margin: 0;
  font-size: 2rem;
  font-weight: 100;
}

/************************************************************** section.quote */
section.quote {
  margin: 100px 0;
}
section.quote div {
  width: 700px;
  max-width: 90%;
  margin: auto;
  color: var(--primary);
  font-size: 1.7rem;
  line-height: 2.7rem;
  letter-spacing: .5px;
}
section.quote div:nth-child(2) {
  text-align: right;
  font-size: 1rem;
  color: var(--primary-8);
}

/*********************************************************************** main */
main {
  width: 80%;
  max-width: 1300px;
  margin: auto;
  padding-top: 100px;
}
main > header {
  text-align: center;
}
main > header h2 {
  color: var(--color-text-light);
  font-size: 4rem;
  font-weight: 100;
}

main > section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* align-items: center; */
  /* align-items: stretch; */
  /* height: 300px; */
  padding: 20px 0;
}
main > section:nth-child(2n+1) {
  flex-wrap: wrap-reverse;
}
main > section div.icon {
  width: 50%;
  /* min-width: 400px; */
  height: 200px;
  background: center/auto 100% no-repeat;
}
@media (max-width: 1010px) {
  main > section div.icon {
    width: 100%;
    background-size: auto 60%;
  }
}
main > section:nth-child(2) div.icon {
  background-image: url(/static/img/about/Windrad.png);
}
main > section:nth-child(3) div.icon {
  background-image: url(/static/img/about/Server.png);
}
main > section:nth-child(4) div.icon {
  background-image: url(/static/img/about/Sparschwein.png);
}
main > section:nth-child(5) div.icon {
  background-image: url(/static/img/about/Werbung.png);
}
main > section:nth-child(6) div.icon {
  background-image: url(/static/img/about/Geld.png);
}
main > section:nth-child(7) div.icon {
  background-image: url(/static/img/about/Papier.png);
}
main > section:nth-child(8) div.icon {
  background-image: url(/static/img/about/Spenden.png);
}
main > section:nth-child(9) div.icon {
  background-image: url(/static/img/about/download.png);
}
main > section:nth-child(10) div.icon {
  background-image: url(/static/img/about/Transparenz.png);
}
main > section div.description {
  width: 50%;
  flex-grow: 1;

  padding-top: 30px;
  text-align: center;

  color: var(--color-text-light);
}
@media (min-width: 1010px) {
	main > section div.description {
		text-align: left;
	}
	main > section:nth-child(2n+1) div.description {
		text-align: right;
	}
}
@media (max-width: 992px) {
  main > section div.description {
    width: 100%;
  }
}
main > section h3 {
  margin: 0 0 7px 0;
  font-size: 2.5rem;
  font-weight: 100;
}
main > section p {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 100;
  line-height: 1.5;
}



.aboutWirh2{
  color: var(--primary);
}
.aboutWirp{
  font-family: 'Varela Round', sans-serif;
  color: var(--second);
  line-height: 1.7;
}
/***netzwerk***/
#aboutWirNetzwerk{
  padding: 3rem 2rem;
  background-color: var(--primary-2);
  border-top: 2px solid var(--primary-4);
  border-bottom: 2px solid var(--primary-4);
  -webkit-box-shadow: 0px 0px 21px 0px var(--primary-4);
  -moz-box-shadow: 0px 0px 21px 0px var(--primary-4);
  box-shadow: 0px 0px 21px 0px var(--primary-4);
}
#aboutWirNetzwerk .aboutWirNetzerkBox{
  background-color: #fff;
  max-width: 300px;
  border-radius: 7px;
  margin: 10px;
  text-decoration: none;
  border: 3px solid var(--second-5);
}
#aboutWirNetzwerk .aboutWirNetzerkBox:hover{
  border-color: var(--primary);
}
#aboutWirNetzwerk .aboutWirNetzwerkImg{
  height: 180px;
}
#aboutWirNetzwerk .aboutWirNetzwerkImg img{
  max-height: 180px;
}
#aboutWirNetzwerk .aboutWirNetzwerkInnerBox{
  padding: 10px;
  width: 280px;
}

#aboutWirNetzwerk .aboutWirNetzerkBox h2{
  color: var(--primary);
  font-size: 1rem;
  margin-top: 12px;
  text-align: center;
  line-height: 1.4;
}

/****aboutWirGeschichte ***/
#aboutWirGeschichte{
  background-color: var(--second-3);
  padding: 3rem 0;

  background-image: url(/static/img/about/wir/hintergrund-hell.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  border-top: 2px solid var(--second-4);
  border-bottom: 2px solid var(--second-4);
  -webkit-box-shadow: 0px 0px 21px 0px var(--second-4);
  -moz-box-shadow: 0px 0px 21px 0px var(--second-4);
  box-shadow: 0px 0px 21px 0px var(--second-4);
}
#aboutWirGeschichte .container{
  max-width: 900px;
}

#aboutWirGeschichte h2 {
  margin-top: 30px;
}
#aboutWirGeschichte p{
  margin: 0 12px;
  margin-bottom: 30px;
}
#aboutWirGeschichte .trennlinie{
  margin-bottom: 0 !important;
}
/***aboutWirGeschichte end***/
/**** co creation***/
#co-creation{
  background-color: var(--primary-4);
  background-image: url(/static/img/about/startseite/werte.jpg);
  background-size: cover;
  padding: 6rem 0;
  border-top: 3px solid var(--second-3);
  border-bottom: 3px solid var(--second-3);

  -webkit-box-shadow: 0px 0px 21px 0px var(--second-4);
  -moz-box-shadow: 0px 0px 21px 0px var(--second-4);
  box-shadow: 0px 0px 21px 0px var(--second-4);
}
#co-creation .werteGemeinschaft{
  padding-bottom: 30px;
}
#co-creation .werteGemeinschaft img{
  width: 90px;
}
#co-creation h2{
  color: #fff;
  padding: 5px 12px;
  background-color: var(--second);
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  border-radius: 7px;
}
#co-creation p{
  line-height: 1.7;
  color: #333;
  letter-spacing: 0.02em;
}
#co-creation p{
  font-family: 'Varela Round', sans-serif;

}
#co-creation p:after{
  content: '';
  height: 3px;
  background-color: var(--second);
  border-radius: 6px;
  display: block;
  width: 48px;
  margin: auto;
}
#co-creation .d-flex .co-box:nth-of-type(7n+1) p, #co-creation .d-flex .co-box:nth-of-type(7n+1) h3{
  color:var(--gruen);
}
#co-creation .d-flex .co-box:nth-of-type(7n+1) p:after{
  background-color:var(--gruen);
}

#co-creation .d-flex .co-box:nth-of-type(7n+2) p, #co-creation .d-flex .co-box:nth-of-type(7n+2) h3{
  color:var(--hellblau);
}
#co-creation .d-flex .co-box:nth-of-type(7n+2) p:after{
  background-color:var(--hellblau);
}

#co-creation .d-flex .co-box:nth-of-type(7n+3) p, #co-creation .d-flex .co-box:nth-of-type(7n+3) h3{
  color: var(--dunkelblau);
}
#co-creation .d-flex .co-box:nth-of-type(7n+3) p:after{
  background-color: var(--dunkelblau);
}

#co-creation .d-flex .co-box:nth-of-type(7n+4) p, #co-creation .d-flex .co-box:nth-of-type(7n+4) h3{
  color:var(--lila);
}
#co-creation .d-flex .co-box:nth-of-type(7n+4) p:after{
  background-color:var(--lila);
}

#co-creation .d-flex .co-box:nth-of-type(7n+5) p, #co-creation .d-flex .co-box:nth-of-type(7n+5) h3{
  color:var(--rot);
}
#co-creation .d-flex .co-box:nth-of-type(7n+5) p:after{
  background-color:var(--rot);
}

#co-creation .d-flex .co-box:nth-of-type(7n+6) p, #co-creation .d-flex .co-box:nth-of-type(7n+6) h3{
  color:var(--primary);
}
#co-creation .d-flex .co-box:nth-of-type(7n+6) p:after{
  background-color:var(--primary);
}

#co-creation .d-flex .co-box:nth-of-type(7n+7) p, #co-creation .d-flex .co-box:nth-of-type(7n+7) h3{
  color:var(--second);
}
#co-creation .d-flex .co-box:nth-of-type(7n+7) p:after{
  background-color:var(--second);
}
#co-creation .co-box h3{
  margin-top: 20px;
  font-size: 1.2rem;
}
#co-creation .aboutWerteBox{
  box-shadow: 0 2px 4px rgba(0,0,0,.16);
  margin: 9px 0;
  border-radius: 8px;
  padding:25px 19px;
  background: #fff;
}
#co-creation a:hover .aboutWerteBox{
  background: var(--second-4);
}
#co-creation a:hover{
  text-decoration: none;
}
@media (min-width: 630px){
  #co-creation .co-box{
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
  }
}
@media (min-width: 655px){
  #co-creation h2{
    font-size: 2rem;
  }
}
@media (min-width: 968px){
  #co-creation .co-box{
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
  }
}
@media (min-width: 1120px){
  #co-creation .co-box{
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (min-width: 1400px){
  #co-creation .d-flex{
      max-width: 1400px;
      margin: auto!important;
  }
}

/**** co creation end***/
/**** bauernhof***/
#aboutBauernhofIntro{
  background-image: url(/static/img/about/zukunft/hintergrund-kreis-icons-klein.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 3px solid var(--second-4);
  padding: 5rem 0;
}

@media (min-width:1488px){
  #aboutBauernhofIntro{
    background-size: cover;
    background-image: url(/static/img/about/zukunft/hintergrund-kreis-icons.jpg);
  }
}
#aboutBauernhofIntro .container{
  max-width: 700px;
  margin: auto;
  color: var(--primary);
  font-family: 'Varela Round', sans-serif;
  font-size: 1.3rem;
}
@media (min-width: 664px){
  #aboutBauernhofIntro .container{
    font-size: 1.6rem;
    font-weight: bold;
  }
}
#aboutBauernhofIntro span{
  color: var(--second);
  font-size: 1.3rem;
}
#aboutBauernhofIntro .aboutZukunftIcon{
  width: 118px;
  margin-bottom: 2rem;
  border: 3px solid var(--primary-1);
  border-radius: 200px;
  margin-top: -170px;
}
.aboutZukunfth1{
  margin-bottom: 6rem;
  margin-top: -9rem;
}




#aboutBauernhof{
  background-color: var(--primary-4);
  background-image: url(/static/img/about/zukunft/mazedonien.jpg);
  padding: 5rem 0;
  border-bottom: 3px solid var(--second-4);
}

#aboutBauernhof h2{
  color: #fff;
  padding: 5px 12px;
  background-color: var(--second);
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  border-radius: 7px;
}
#aboutBauernhof p{
  line-height: 1.7;
  color: #333;
  letter-spacing: 0.02em;
}

#aboutBauernhof .co-box h3{
  margin-top: 20px;
  font-size: 1.2rem;
  color: var(--second);
}
#aboutBauernhof .aboutWerteBox{
  box-shadow: 0 2px 4px rgba(0,0,0,.16);
  margin: 9px 0;
  border-radius: 8px;
  padding: 19px;
  background: #fff;
}
#aboutBauernhof a:hover .aboutWerteBox{
  background: var(--second-4);
}
#aboutBauernhof a:hover{
  text-decoration: none;
}
@media (min-width: 630px){
  #aboutBauernhof .co-box{
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
  }
}
@media (min-width: 655px){
  #aboutBauernhof h2{
    font-size: 2rem;
  }
}
@media (min-width: 968px){
  #aboutBauernhof .co-box{
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
  }
}
@media (min-width: 1120px){
  #aboutBauernhof .co-box{
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
  }
}
@media (min-width: 1400px){
  #aboutBauernhof .d-flex{
      max-width: 1400px;
      margin: auto!important;
  }
}
#aboutBauernhof .modal-content{
  border-color: rgb(240 129 19 / 14%);
}
#aboutBauernhof .modal-header{
  color: var(--primary);
  border-color: var(--second-5);
}
/**** bauernhof end***/

#softwareDesignDanke{
  padding-bottom: 3rem;
  padding-top: 1rem;
}
#softwareDesignDanke .container{
  background-color: var(--second-4);
  border-radius: 12px;
  width: 900px;
  max-width: calc(100% - 26px);
  border:2px solid var(--primary-3);
  margin: 13px;
}
@media (min-width:768px){
  #softwareDesignDanke .container{
    margin: auto;
  }
}
#softwareDesignDanke .container .row{
  padding:2rem 0;
}
#softwareDesignDanke .logoSD{
  width: 150px;
  border-radius: 7px;
}
#softwareDesignDanke .trennlinie{
  margin-top: 3rem;
  margin-bottom: 0;
}
#softwareDesignDanke h2{
  color: var(--primary);
  font-size: 1.5rem;
}
#softwareDesignDanke .softwareDesignVision{
  font-family: 'Merienda', cursive;
  color: var(--tara-rot);
  text-align: center;
  font-size: 1.4rem;
  width: 500px;
  max-width: 95%;
  margin: auto;
  margin-top: 3.3rem;
}


#aboutWirIntro{
  padding: 3rem 0;
  background-image: url(/static/img/events/static/background/rosa-fix.jpg);
  background-size: cover;
  background-attachment: fixed;
}
#aboutWirIntro .aboutWirIntroBox1 h1{
  color: var(--primary);
  font-size: 2.5rem;
}
#aboutWirIntro .aboutWirIntroBox1 p{
  color: var(--second);
  font-family: 'Varela Round', sans-serif;
  font-size: 1.4rem;
}

#aboutWirIntro .aboutWirIntroBox2{
  margin-top: 150px;
}
#aboutWirIntro .aboutWirIntroBox2 h2{
  color: var(--primary);
  font-size: 1.5rem;
  margin-top:10px;
}
#aboutWirIntro .aboutWirIntroBox2 p{
  line-height: 1.7;
  font-size: 1.1rem;
}

@media (max-width:767px){
  #aboutWirIntro .wirAboutTaraBox{
    margin-top: 120px;
  }
}
#aboutWirIntro .aboutWirIntroPerson{
  background-color: var(--second-5);
  padding: 0 20px 20px;
  border-radius: 12px;
  border:1px solid var(--primary-5);
}
#aboutWirIntro .aboutWirIntroPerson img{
  height: 180px;
  width: 180px;
  border-radius: 50%;
  object-fit: contain;
  border: 3px solid var(--primary) !important;
  box-shadow: 0 7px 9px rgb(0 0 0 / 16%);
  margin-top: -70px;
}
#aboutWirIntro .aboutWirIntroPerson h3{
  color: var(--second);
  font-size: 1.2rem;
}
/********************************************************************* .dave-team */

.dave-team h2{
  color: var(--second);
}

div.persons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  margin-top: 1rem;
}
.person {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;

  margin: 10px 5px;

  text-align: center;
}
.person a {
  text-decoration: none;
}
.person img {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  object-fit: contain;
  border: 3px solid var(--primary) !important;
  box-shadow: 0 7px 9px rgba(0,0,0,.16);
}
.person h2 {
  margin: 10px;
  margin-top: 21px;
  color: var(--second);
  font-size: 1.1rem;
  margin-bottom: 0;
}
.person span {
  color: var(--color-text-light);
  font-size: 1.4rem;
}
@media (min-width:600px){
  .person{
      width: 250px;
  }
  .person h2 {
    font-size: 1.1rem;
  }
  .person span {
    font-size: 1.1rem;
  }
}
/********************************************************************* modal */
.modal-backdrop {
	background-color: var(--color-main);
}

.aboutPersonModal__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0.5rem 1rem 0.5rem;
  color: var(--color-text-light);
}

.aboutPersonModal__header img {
  margin-bottom: 1rem;
  width: 128px;
  height: 128px;
}

.aboutPersonModal__header h5 {
  color: var(--color-main);
  font-size: 1.5rem;
}

.aboutPersonModal__header h6 {
  font-size: 1.3rem;
  color: var(--color-text-light);
}

.modal-body .aboutPersonModal__description {
  font-size: 1.2rem;
  text-align: left;
}




.modal a {
	margin: 0;
}
