@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

.container {

    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 70px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.3em;

    font-family: 'Special Elite';
    letter-spacing: .4rem;
    margin-bottom: 30px;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 30px;
}

a {
  text-decoration: none;
  color: black;
}

.redtext {
  color: #d90000;
}

.mob-br {
  display: none;
}

.row {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.col-text {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

.col-bild {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* padding-right: 50px; */
    text-align: left;
}

.text {
    padding-top: 60px;
    text-align: left;
}

.col-text img {
  width: 20px;
  margin-top: 15px;
}

.col-bild img{
    width: 325px;
    height: auto;
    /* margin: 0 80px; */
}

.contact {
    font-size: .8rem;
}





@media (min-width:768px) and (max-width: 1200px){
    
    h3 {
      font-size: 1.3em;
      line-height: 25px;
      margin-bottom: 20px;
    }
    .text-anfang {
      margin-top: 30px;
    }
    .mob-br {
      display: inline;
    }
}

@media (max-width: 768px){
    h3 {
      font-size: 1.3em;
      line-height: 27px;
      margin-bottom: 20px;
    }

    p {
        line-height: 30px;
    }

    .text-anfang {
      margin-top: 30px;
    }

    .mob-br {
      display: inline;
    }
    .row{
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .col-bild, .col-text{
        width: 90%;
        margin-bottom: 100px;
        align-items: center;
    }

    .container {
        margin-top: 0;
    }
    .col-bild img {
        width: 100%;
    }




}
