    * {
    padding: 0;
    margin: 0;

    scroll-behavior: smooth;
}

html{
    
        overflow-x: hidden;
        overflow-y: scroll;


            
}

.contentsecone{
        padding-top: 15vh;
        margin-top: -25vh;
        background-image: url("../../public/assets/img/placeholder/2.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top; 
}
.seconewrapper{
    padding-top: 40vh;
    padding-bottom: 25vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    


}

.secone{
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;

    margin-left: 25vw;
    margin-right: 25vw;

    margin-bottom: 5rem;

    background-color: rgb(39, 110, 166, 0.4);
    backdrop-filter: blur(10px);
}

.seconecontent{
    padding: 1vw 2.5vw 1vw 2.5vw;
    
    
    color: white;
}

.seconetextleft, .seconetextright{
    font-weight: bolder;
    font-size: 1.5rem;
}
.seconetextleft{
    text-align: left;
    padding-right: 20vw;
}
.seconetextright{
    text-align: right;
    padding-left: 20vw;
}

.seconectabutton{
    border-style: solid;
    border-color: white;
    border-width: 1px;
    
    padding: .25rem .5rem .25rem .5rem;
    margin: 0.5rem 0 0.5rem 0;

    background-color: rgb(39, 110, 166, 0.4);
    backdrop-filter: blur(10px);

    transition: .25s;
}
.seconectabutton:hover{
    transform: scale(1.2,1);
    border-radius: 1rem;
}
.seconectabutton a{
    text-decoration: none;
    color: white;

    font-size: 2rem;
    font-weight: bold;
}



.sectwowrapper{
    z-index: 2;


    width: 100vw;
    background-color: white;

}

.sectwoboxouter{
    padding-top: 12vh;
    padding-bottom: 5vh;

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex-flow: row wrap;
    justify-content: center;
    gap: 2rem
    
}
.sectwoboxinner{
    transform: skew(-15deg);
    background: rgb(39, 110, 166, 1);
    backdrop-filter: blur(10px);

    height: 400px;
    width: 450px;
}

.sectwoboxinner{
    display: flex;
    flex-direction: column;
    
    border-radius: 2.5rem;
}
.sectwocatchwrap{
  justify-content: center;
}


.sectwoboxtextwrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  
  padding-top: 1rem;
}

.sectwoboxtitle{
transform: skew(15deg);
    text-align: center;
    color: white;
    padding-top: 0.25rem;
    font-size: 1.25rem;
    font-family: Montserrat;

}
.sectwoboxtext{
    transform: skew(15deg);
    font-weight: bold;
    font-size: 1.4rem;
    padding-top: 1rem;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 320px;
    border-radius: .25rem;

}
.sectwoboxtext p{
  color: rgba(39, 110, 166, 1);
}

.sectwocatchwrap{
    transform: skew(15deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-top: 1rem;
    
}
.sectwocatchbox{
    border-radius: .25rem;
    background-color: #ffffff;
    font-size: 1.4rem;
    font-weight: bold;
    width: 320px;
    
    transition: .25s;
}

.sectwocatchbox p{
      color: rgb(39, 110, 166, 1) !important;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.sectwocatchbox:hover{
    transform: scale(1.2,1);
}

@media (max-width: 630px) {
    .sectwoboxinner{
        transform: skew(0deg);
    }
    .sectwoboxtitle{
        transform: skew(0deg);
    }
    .sectwoboxtext{
        transform: skew(0deg);
    }
    .sectwocatchwrap{
        transform: skew(0deg);
    }
    .sectwocatchbox{
        transform: skew(0deg);
    }
}

/* HIER KOMMT DIE TIMELINE HIN SEHR WICHTIG*/


.contentsecthree{
    background-color: rgba(39, 110, 166, 1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1)0%, rgba(39, 110, 166, 1) 25%);
    color: rgba(39, 110, 166, 1);;
}

.timeline {
  position: relative;
  width: 660px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;

}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 1)0%, rgba(255, 255, 255, 1) 25%);
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1)0%, rgba(255, 255, 255, 1) 25%);
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1)0%, rgba(255, 255, 255, 1) 25%);
  background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 1)0%, rgba(255, 255, 255, 1) 25%);
  background: linear-gradient(to top, rgba(255, 255, 255, 1)0%, rgba(255, 255, 255, 1) 25%);
  
  z-index: 5;

}

.timeline li {
  padding: 1em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}

.direction-r {
  position: relative;
  width: 300px;
  float: right;
}

.flag-wrapper {
  position: relative;
  display: inline-block;
  font-family: InterBlack;
  font-weight: bold;
  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(248,248,248);
  padding: 6px 10px;
  border-radius: 5px;
  
  font-weight: 600;
  text-align: left;
  
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid rgb(255,80,80);
  z-index: 10;
}

.direction-r .flag:before {
  left: -40px;
}

.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {
  display: inline;
  
  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250,80,80);
  vertical-align: middle;

  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248,248,248);
}

.desc {
    margin: 1em 0.75em 0 0;
    padding: .5rem 1rem .5rem 1rem;
    background-color: #fff;
    font-size: 1.5rem;
    line-height: 1.5em;

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.direction-r .desc {
  margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {

.timeline {
 	width: 100%;
	padding: 4em 0 1em 0;
}

.timeline li {
	padding: 2em 0;
}

.direction-l,
.direction-r {
	float: none;
	width: 100%;

	text-align: center;
}

.flag-wrapper {
	text-align: center;
}

.flag {
	background: rgb(255,255,255);
	z-index: 15;
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: -30px;
	left: 50%;
	content: ' ';
	display: block;
	width: 12px;
	height: 12px;
	margin-left: -9px;
	background: #fff;
	border-radius: 10px;
	border: 4px solid rgb(255,80,80);
	z-index: 10;
}

.direction-l .flag:after,
.direction-r .flag:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -8px;
	height: 0;
	width: 0;
	margin-left: -8px;
	border: solid transparent;
	border-bottom-color: rgb(255,255,255);
	border-width: 8px;
	pointer-events: none;
}

.time-wrapper {
	display: block;
	position: relative;
	margin: 4px 0 0 0;
	z-index: 14;
}

.direction-l .time-wrapper {
	float: none;
}

.direction-r .time-wrapper {
	float: none;
}

.desc {
	position: relative;
	margin: 1em 0 0 0;
	padding: 1em;
	background: rgb(245,245,245);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	box-shadow: 0 0 1px rgba(0,0,0,0.20);
	
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
	position: relative;
	margin: 1em 1em 0 1em;
	padding: 1em;
	
  z-index: 15;
}

}

/*Hier kommt jetzt das Team hin*/
.contentsecfour{
    background: rgba(39, 110, 166, 1);
    padding-top: 5vh;
}

.secfourtitle h2{
  font-size: 3rem;
  text-align: center;
  color: rgba(39, 110, 166, 1);
  background-color: white;
  font-family: headingPro;

}

.secfourteam{
    padding-top: 5vh;
    display: flex;

    flex-direction: column;
    justify-content: center;
    align-items: center;


    padding-bottom: 2vh;

    margin-left: 0vw;
    margin-right: 1vw;
}

.secfourimg img{
  height: auto;
  max-width: 50vw;

}

.secfourteamnames p{
  color: white;
  font-size: 2rem;
  font-family: Interblack;
  line-height: 80%;
}

/* 5. Section */
.contentsecfive{
  background: rgba(39, 110, 166, 1);

}

.secfivetitle h1{
  font-family: headingpro;
  font-size: 3rem;
  text-align: center;
  color: white;
}

.secfivesubtext{
  text-align: center;
  color: white;
  font-size: 2rem;
  font-family: Interblack;
}

.secfivecontact{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.secfivecontactform{

  width: 30rem;

  display: flex;
  flex-direction: row;
  
  gap: 1rem;
  gap: 0;
  align-items: center;
  align-content: space-between;
}

.secfivetext{
  font-size: 2rem;
  font-family: Interblack;

}

.secfivecontactform a{
    text-decoration:none;
}

.contentsecfive{
  padding-bottom: 2.5rem;
}

/* Section 6 */



.secsixwrapper{

  background-color: white;
  height: 10rem;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}