



/* liste */

ul li {  margin-left: -20px; padding-bottom: 5px;}
ul li::marker { color:#008F88;}

ol li {  margin-left: -20px;font-weight: 600; padding-bottom: 10px;}
ol li::marker { color:#000; font-weight: 600;}


/* button und Links */

a { color: #000; transition: 0.2s; text-decoration: underline;}
a:hover {color:#909090; transition: 0.2s;   } 





 a.button { 
  font-size: 16px;
  font-weight: 500;
  color:#fff !important ; 
  transition: 0.2s; 
  text-decoration: none; 
  border-radius: 20px; 
background-color:#008F88; 
  display: inline-grid;
padding:10px 20px;
  justify-content: center;
  align-content: center;
  margin-top: 0px;}
 
  a.button:hover {
  color:#fff !important ; 
  background-color: #15aaa3; transition: 0.2s;   } 



  div#button_site a { 
    font-size: 24px;
    font-weight: 500;
    color:#00011a !important ; 
    transition: 0.2s; 
    text-decoration: none; 
    }
   
    div#button_site a:hover {
    color:#123274 !important ; 
    transition: 0.2s;   } 
  
    div#button_site :before {
      content:  "[ "; 
      font-size: 28px;
      font-weight: 400;
    }
  
  
    div#button_site :after {
      content: " ]";
      font-size: 28px;
      font-weight: 400;
    }



  
  div#button_news a { 
    font-size: 20px;
    font-weight: 500;
    color:#00011a !important ; 
    transition: 0.2s; 
    text-decoration: none; 
    }
   
    div#button_news a:hover {
    color:#123274 !important ; 
    transition: 0.2s;   } 
  
    div#button_news :before {
      content:  "[ "; 
      font-size: 25px;
      font-weight: 400;
    }
  
  
    div#button_news :after {
      content: " ]";
      font-size: 25px;
      font-weight: 400;
    }
  




/* Überschriften*/

h1,
h2,
h3,
h4,
h5,
h6 {
 	margin-top:0;
 	margin-bottom:0;
   padding-bottom: 0em;
}

 h1 {
  font-family: var(--primary-font);
color:var(--color-headline);
font-size: 30px;
font-style: normal;
line-height: 130%;
font-weight: 500;
padding-top: 0px;
margin-bottom: 15px;
 }


 h2 {
  font-family: var(--primary-font);
  color:var(--color-headline);
font-size: 30px;
font-style: normal;
line-height: 130%; 
font-weight: 500;
margin-bottom: 15px;
 }

 h3 {
  font-family: var(--primary-font);
  color:var(--color-headline);
font-size: 25px;
font-style: normal;
line-height: 130%;
font-weight: 500;
 }


 h4 {
  font-family: var(--primary-font);
  color:var(--color-headline);
font-size: 30px;
font-style: normal;
line-height: 130%; 
padding-bottom: 30px;
font-weight: 500;
 }


 h5 {
  font-family: var(--primary-font);
color:var(--color-headline);
font-size: 30px;
font-style: normal;
line-height: 130%;
font-weight: 500;
padding-top: 0px;
padding-bottom: 1rem;
 }


 .font-title2{
  font-family: var(--third-font);
  font-size: clamp(35px, 5vw, 80px);
  line-height: 120%;
 }

 .bildnachweis {
  font-family: var(--primary-font);
  font-size: 24px;
  line-height: 130%;
 }


@media only screen and (max-width: 1050px) {
    
    
}




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

  h1 {font-size: 26px;}
  h2 {font-size: 20px;}
  h3 {font-size: 26px;}

    	}

