



/* 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:0;
   padding-bottom: 0em;
}

 h1 {
  font-family: var(--second-font);
color: #880200;
font-size: 40px;
font-style: normal;
line-height: 130%;
font-weight: 500;
padding-top: 50px;
 }


 h2 {
  font-family: var(--second-font);
color: #880200;
font-size: 30px;
font-style: normal;
line-height: 130%; 

font-weight: 500;
 }

 h3 {
  font-family: var(--second-font);
color: #880200;
font-size: 18px;
font-style: normal;
line-height: 130%;
font-weight: 500;
 }


 h4 {
  font-family: var(--second-font);
color: #880200;
font-size: 30px;
font-style: normal;
line-height: 130%; 
padding-bottom: 30px;

font-weight: 500;
 }


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

    	}

