*{
    padding: 0;
    margin: 0;
}

p{
    font-size: 16px;
    line-height: 24px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

fn{     
    font-size: 8px;
    line-height: 24px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h1{
    font-size: 36px;
    line-height: 42px;
}

h2{
    font-size: 48,8px;
    line-height: 53,68px;
}

body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    /*font-family: 'Courier New', Courier, monospace;*/
    font-family:'Lucida Sans';
    padding-top: 39px;
    max-width: 100%;
}

main{
    flex-grow: 1;
}


/* Verhalten von Links--------------------------------------------------*/
a {
color: black;
text-decoration: none;
}

a:hover {
    background-color:#00274255;
}

a.link-sichtbar{
    text-decoration: underline;
}
a.link-sichtbar:hover{
    background-color: #00274255;
}

#link-button{
    min-width: 120px;
    display: inline-flex;
    justify-content: center;
    border: #000001 solid 2px;
    border-radius: 15px;
    padding: 5px;
    background-color: #002642;
    color: #bbb;
}

#link-button:hover{
    background-color: #00274236;
    color:black;  
}


/* Navigationsleiste oben & dropdown------------------------------------*/

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: fixed;
    top:0;
    max-width: 100%;
    min-width: 100%;
    background-color: white;
    border-bottom: #002642 solid 2px;
}

li {
  float: right;
  border-right: 1px solid #bbb;
}

li a, .dropbtn {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 10px 14px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color:#00274255;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 10px 14px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/*Logo------------------------------------------------------------------*/
.logo-Container{
    max-width: 100%;
    display: flex;
    justify-content:center;
    column-gap: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: #002642 solid 2px;
}


/* die Fußleiste--------------------------------------------------------*/
.footer{
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-around;
    align-items: center;
}

#footer-logo{
    display: flex;
    flex-direction: row;
}

.footer-logo-1{
    margin-right: 50px;
}


.block{
    height: 35px;
    background-color: #002642;
}

/*disclaimer-------------------------------------------------------------*/

.disclaimer{
    padding:10px;
}

/* Startseite-----------------------------------------------------------*/


.row1{
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 75px;
    display: flex;
    justify-content: space-between;
    padding-left: none;
    padding-right: none;
}

.box-weiß{
    width: 45%;
    padding: 10px;
}

.box-blau{
    background-color: #c5d5e18c;
    width: 45%;
    padding: 10px;
    padding-left: 20px;
    display: flex;
    justify-content: left;
    align-items: center;
    border-radius: 10px;
}


.row2{
    max-width: 100%;
    /*min-height: 200px;*/
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*#row2-box-weiß{
    max-width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
*/


.row3{
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.Konzept-KontainerL{
    width: 45%;
    display: flex;
    align-items: center;
    padding: 10px;
}

.Konzept-KontainerR{
    background-color: #c5d5e18c;
    width: 45%;
    padding: 10px;
    padding-left: 20px;
    display: flex;
    justify-content: left;
    align-items: center;
    border-radius: 10px;
}

.Konzept-Box-Kontainer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap:15px;

}

.Konzept-Box{
    display: flex;
    width: 63%;
}

.Konzept-BoxR{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 31%;

}

.row3 h2{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}


.row4{
    max-width: 100%;
    margin-bottom: 70px;
    min-height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: solid red 5px;*/
}
.mail{
    background-color: #c5d5e18c;
    height: 60px;
    min-width: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border:  solid black 2px;
    border-radius: 35px;
}


/*Förderung Seite-------------------------------------------------------*/

/*row1*/
.Frow1{
    background-color: #c5d5e18c;
    margin-bottom: 70px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Inhalt{
    padding: 10px;
    width: 78%;
}

.Inhalt h1{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

/*row2*/
.Frow2{
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 75px;
    display: flex;
    justify-content: space-between;
    padding-left: none;
    padding-right: none;
}

.box2-1{
    max-width: 47.9%;
    padding-top: 10px;
    padding-left: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.box2-2{
    max-width: 50%;
    padding: 10px;
}

/*Frow3*/
.Frow3{
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    max-width: 100%;
    margin-bottom: 70px;
}

.boxF-Kontainer{
    display: flex;
    max-width: 100%;
    padding: 25px 10px;
    background-color: #c5d5e18c;
}

.boxF-33{
    width: 33%;
}
.boxF{
    width: 66%;

}

#weiß{
    background-color: white;
}

.boxF h2{
    display: flex;
    justify-content: center;
}


/* Kontakt seite--------------------------------------------------------*/
.Krow1{
    margin-top: 40px;
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    max-width: 100%;
}

.card{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  max-width: 40%;
  margin-left: 40px;
}

.card:hover{
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.box-name{
  padding: 2px 16px;
}

.kontakt-infos{
    max-width: 40%;
    background-color: #00274236;
    padding: 20px;
}