@charset "utf-8";
/* CSS Document */






.open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth"100;
  color: #1d1d1b;
  font-size: 1rem;
}
body {
  margin: 0;
}
#header-pic {
  background: url("../material/header.jpg")no-repeat;
  clip-path: circle(65.1% at 50% 0);
  background-size: cover;
  background-position: center;
  min-height:60vw;
}
header {
  position: relative;
}
header nav {
  display: flex;
  background-color: white;
  min-height: 50px;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  border-top: solid;
  border-color: #ae0f0a;
  border-top-width: 10px;
}
.menu {
  width: 100%;
  min-height: 50px;
  margin: 30px;
  flex-wrap: wrap;
  background: linear-gradient(180deg, rgba(174, 15, 10, 1) 20%, rgba(255, 255, 255, 1) 10%);
}
#menu-logo {
  width: 25%;
  margin: 10px;
}
a {
  text-decoration: none;
  color: #1d1d1b;
  font-weight: 400;
}
li {
  display: inline-block;
  margin: 0 1em;
}
ul {
  list-style-type: none;
	
}
.button {
  border-radius: 500px;
  background-color: #ae0f0a;
  color: White;
  padding: 10px;
  border: none;
  font-weight: 720;
	text-decoration: none;
	display: inline-block;
	
}
.stoerer {
  position: absolute;
  bottom: 300px;
  right: 200px;
  width: 12%;
}
.red-block {
  border-left: solid;
  border-color: #ae0f0a;
  border-left-width: 10vh;
 
}
.flex-one {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}



.flex-two {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.text_one {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}
.anspruch_herausforderung {
  padding-left: 10%;
  max-width: 70ch;
	font-size: 1.2rem;
}


.interviewsec{
	padding: 3%;
}

h3 {
  font-size: 1.5rem;
  font-variation-settings:
    "wdth"75;
}
#pic-one {
  height:auto ;
	width: 100%;
	display: block;
	
}
.einleitung {
  max-width: 70ch;
  margin: 40px;
  line-height: 1.5;
  margin-bottom: 5%;
  font-size: 1.5rem;
}
.red {
  color: #ae0f0a;
}

.blue{
	color:#040067;
}


.list_title {
  margin-top: 5%;
  text-align: center;
}
.flexbox {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2em;
  background-color: #dadada;
  flex-direction: row;
  padding: 20px;
}
.container {
  display: flex;
  flex-direction: column;
  align-content: space-around;
  max-width: 20%;
  height: auto;
  text-align: left;
  background-color: white;
  flex-wrap: wrap;
	min-width: 300px;
	 font-size: 1.2rem;
}
.horizontal-linie {
  height: 2px;
  background-color: #ae0f0a;
  width: 5%;
	
}
  .img-container .teaser-image {
  width: 100%;
  height: auto;
	  display: block;
}
.text-container {
  text-align: left;
  padding: 1rem;
 

}
.list_points {
  font-size: 1.5rem;
  font-variation-settings:
    "wdth"75;
  font-weight: 600;
}

.position_relative {
  position: relative;
}
.position_absolute {
  position: absolute;
}
.video-button {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: -160px;
  left: 5%;
  background: url("../material/playbutton.png") center center no-repeat;
	background-size: 100%;
  width: 90%;
  height: 255px;
	padding-top: 55px;
	box-sizing: border-box; 
	color: white;
	text-align: center;
	font-weight: 600;
	font-size: 1rem;
	
}

.interviewsec 
.container{
	margin-bottom: 10rem;
}

.flex-preis{
	display: flex;
	justify-content: center;
	align-content: center;
	background-color: #dadada;
	min-height: 100px;
    padding: 20px;
	flex-wrap: wrap;
}


.preisbox{
	
  min-height:  50vh;
	padding: 20px;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	text-align: left;
	flex-wrap: wrap;
}


.pricesection{
	background-color: #dadada;
	text-align: center;
      margin-top: 5%;
	padding: 3%;
	
}


.box_white{
	background-color: white;
	
}

.box_gray{
	background-color:#7c7b7b;
}

.box_red{
	background-color: #ae0f0a;
}


.money{
	font-weight: 700;
	font-size: 4rem;
}

.what{
	font-weight: 400;
	font-size: 1.2rem;
	max-width: 40ch;
}

.white{
	color: white;
}


.jetzt-spenden{
	margin: 20px;
	padding: 15px;
    font-size: 1.5rem;
	text-align: center;
}




footer{
	margin-top: 7%;
	min-height: 100px;
	background: url("../material/footer_background.svg")no-repeat;
	background-size: cover;
	background-position: top;
	padding: 6% 40px;
}


.footerflex{
	display:flex; 
	justify-content: space-around;
	align-content: center;
	flex-wrap: wrap;
	
}



footer li 
{
	
	display: block;
	text-decoration: underline;
}

.who{
  border-left: 5px solid;
  border-color: #ae0f0a;
  padding-left: 10px;
	
}
.copyright{
	
	height: 20px;
	background-color: #1d1d1b;
	color: #7b7b7b;
	padding: 20px;
	
}


@media screen and (max-width: 768px) {

	

  header nav {
    flex-direction: column;
    align-items: center;
    padding: 15px 0;
  }

 header ul {
    text-align: center;
	 
  }

	
  li {
    display: block;
    margin: 10px 0;
  }

  #menu-logo {
    width: 50%;
	  
	  text-align: center;
  }

	header a{
		text-align: center;
	}
  .stoerer {
    display: none;
  }

  
  .flex-one,
  .flex-two,
  .flexbox,
  .flex-preis,
  .footerflex {
    flex-direction: column;
    align-items: center;
	  padding: 10px;
  }


	.red-block{
		 border-left-width: 40px;
	}
 .anspruch_herausforderung {
  padding: 0 10% ;

}
	button{
	margin: 20px;
	padding: 15px;
    font-size: 1.2rem;
	text-align: center;
		
}

	footer ul{
		text-align: left;
		
	}	


}


@media screen and (min-width: 320px) and (max-width: 1024px) {
 
	
	header nav {
    flex-direction: column;
    align-items: center;
    padding: 15px 0;
  }

 header ul {
    text-align: center;
	 
  }
#menu-logo {
  margin: 0 auto;
	  display: block;
  }
	
	
  .stoerer {
    display: none;
  }
 
  .flex-one,
  .flex-two,
  .flexbox,
  .flex-preis,
  .footerflex {
    flex-direction: column;
    align-items: center;
  }


}