



/* 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_1 { 
  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_1:hover {
  color:#fff !important ; 
  background-color: #15aaa3; transition: 0.2s;   } 

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

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

/* Überschriften*/

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

 h1 {
  font-family: var(--third-font);
color: #004784;
font-size: 32px;
font-style: normal;
line-height: 130%; 
font-weight: 600;
 }


 h2 {
  font-family: var(--third-font);
color: #008F88;
font-size: 26px;
font-style: normal;
line-height: 130%; 
padding-bottom: 20px;
font-weight: 600;
 }

 h3 {
  font-family: var(--third-font);
color: #004784;
font-size: 32px;
font-style: normal;
line-height: 130%; 
padding-bottom: 0;
font-weight: 600;
 }



 h4 {
  font-family: var(--third-font);
color: #fff;
font-size: 26px;
font-style: normal;
line-height: 130%; 
padding-bottom: 20px;
font-weight: 600;
 }

 h5 {
  font-family: var(--primary-font);
  color: #000;
font-size: 20px;
font-style: normal;
     font-weight: bold;
line-height: 115%; 
 }



@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;}

    	}

