* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-family: "Roboto", sans-serif;
}
#header {
  position: absolute;
  width: 100%;
  z-index: 99999;
}
#header .img-box {
  margin-top: 50px !important;
  margin-left: 80px !important;
}
.content-data {
  width: 455px !important;
  margin-top: 300px;
  position: absolute;
  right: 0;
}
.content-data-impdaten{
  width: 600px !important;
}
#content .para-one {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
}
#content .para-two {
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
}
#content .web-link {
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  font-style: italic;
}
#content .web-link a{
  color: #000;
}
#content span {
  color: #ea4c40;
}
#content .head-four {
  color: #08acac;
  text-transform: uppercase;
  font-style: italic;
  font-size: 20px;
}
#footer {
  background-image: url("images/Main\ Layer_Background\ Fadeout.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0 100px 0;
  margin-top: 100px;
}
#footer ul {
  list-style-type: none;
}
#footer ul li {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 30px;
}
#footer ul li a {
  color: #fff;
}
.content-data-impdaten {
  position: inherit !important;
}
#impressum .col1 {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
#datenschutz .col1 {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
.content-data-impdaten h4 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0px;
  margin-bottom: 15px;
}
.content-data-impdatendaten p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 25px;
  margin: 0 0 15px;
}
.content-data-impdaten p a {
  color: #000;
}
.content-data-impdaten h5 {
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 0px;
  margin-bottom: 15px;
}
.content-data-impdaten h3 {
  font-size: 25px;
  line-height: 29px;
  font-weight: 300;
  letter-spacing: 0px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
  #header {
    position: inherit;
  }
  #header .img-box {
    margin-left: 0px !important;
  }
  .content-data {
    width: 100% !important;
    margin-top: 80px;
    position: inherit;
  }
  #content .para-one {
    font-size: 18px !important;
  }
  #content .para-two {
    font-size: 18px;
  }
  #content h4 {
    font-size: 18px;
  }
}
#content .web-link {
  font-size: 18px;
}


@media only screen and (min-width: 1025px) and (max-width: 1440px){
    .content-data-impdaten {
        width: 100% !important;
    }
    .content-data {
        width: 100% !important;
        position: inherit !important;
      }
}
@media only screen and (min-width: 1441px) and (max-width: 1560px){
    .content-data-impdaten {
        width: 100% !important;
    }
    .content-data {
        width: 100% !important;
        position: inherit !important;
      }
}