
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200&display=swap');

*{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.06em;
    
}

ul{
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1em;
  list-style-type: circle;
}


body {
    margin: auto;
    background-image: url("img/hintergrund_neu.jpg");
    
}

h1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.5em;
    color: #4f7ca1;
}

h2 {
    margin: auto;
    font-size: 0.9em;
    font-weight: lighter;
    color: #4f7ca1;
}

h3 {
    font-size: 1.1em;
    font-weight: bold;
    color: #4f7ca1;
}

.u1 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.1em;
  color: #4f7ca1;
}

.u2 {
  margin-top: 10px;
  margin-bottom: 1px;
  font-size: 0.7em;
  color: #4f7ca1;
}

.mittel {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 25%;
    margin-right: 25%;

}

a {
  color: #4f7ca1;
}

.header {  
    text-align: center;
    font-size: 35px;
    margin-left: 120px;
    margin-bottom: 0px;
    margin-right: 80px;
   
  }

  .menu {
    background-color: #1c2744;
    color: white;
    font-weight: bold;
    margin-left: 280px;
    margin-right: 100px;
    height: 20px;
  }
  
  /*  */
  .column {
    float: left;
    width: 25%;
    margin-right: 7%;
  }

  .row {
    padding-left: 10%;
    margin-bottom: 30px;
    margin-top: 30px;

  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .footer {
    background-color: #1c2744;
    padding: 10px;
    text-align: center;
    color: white;
  }
  
  .logo{
    width: 15%;
    min-width: 250px;
    margin-left: 250px;
    margin-top: 80px;
  }

  .MA_Bild{
    width: 400px;
    border-radius: 15%;
    max-height: 290px;

  }

  .MA_li {
    list-style: none; /* Entfernt das Standard-Listensymbol */
    padding-left: 40px; /* Platz für das größere Symbol */
    position: relative;
  }
  
  .MA_li::before {
    content: "";
    display: inline-block;
    width: 30px; /* Breite des Symbols */
    height: 30px; /* Höhe des Symbols */
    background-image: url('img/list_img.svg');
    background-size: contain; /* Passt das Bild an die Größe an */
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    
    
  }

  .hidden {
    display: none;
  }
  

  #offen {
    border: 4px dotted red;
  }

  ul {
    list-style-type: circle;
  }

  .center_story{
    width: 50%; 
    font-size: larger; 
    margin: auto;
  }

  .briefmarke{
    width: 15%;

  }

  .pMatch{
    width: 30%;
  }

  .button{
    border: 1px solid #4f7ca1;
    border-radius: 10px;
    min-height: 25px;;
    width: 80%;
    padding: 20px;
    text-align: center;
    margin: auto;
    font-weight: bolder;
    color: #4f7ca1;
  }

  .button:hover{
    background-color: #4f7ca1;
    color: aliceblue;
  }

  .blaken_li{
    height: 25px;
    width: 66%;
    background-color: #4f7ca1;
    border-radius: 0 15px 15px 0;
    margin-top: 20px

  }

  .blaken_re{
    height: 25px;
    width: 66%;
    margin-left: 34%;
    margin-right: 0;
    background-color: #4f7ca1;
    border-radius: 15px 0px 0px 15px;
    margin-top: 20px

  }

  /* Responsive  */
 
  @media screen and (max-width: 1200px) {
    body{
      background-size: 1200px;
      font-size: small;
    }
    .column{
      width: 80%;
      margin-left: 10%;
      margin-right: 10%;
    }
    .row{
        padding-left: 0;
    }
  }

  @media screen and (max-width: 710px) {
    body{
      background-size: 710px;
      font-size:small;
    }

    .column{
      width: 100%;
      margin-left: 5%;
      margin-right: 5%;
    }
    .row{
        padding-left: 0;
    }

    .logo{
        width: 10%;
        min-width: 150px;
        margin-left: 25%;
        margin-top: 80px;
    }

    h1{
        font-size: large;
    }

    .briefmarke{
      width: 20%;
      min-width: 100px;
      
    }

    .center_story{
      width: 90%; 
      font-size: medium;
      margin: auto;
    }

    .pMatch{
      width: 70%;
    }
} 
 