@charset "utf-8";
/*----------------------*/
/*------ Reset --------*/
/*--------------------*/

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 { font-size: 0; }

/*------------------------------*/
/*------ Default Styles -------*/
/*---------------------------*/

body {
  font: 14px 'Roboto', Arial, sans-serif;
}

h1 {
  font-size: 24px;
  color: #000;
  line-height: 34px;
  padding: 30px 0;
  text-align: center;
}

h2 {
  font-size: 20px;
  line-height: 24px;
  padding: 10px;
}

h3 {
  font-size: 20px;
  line-height: 24px;
  padding: 10px;
}

h4 {
  font-size: 20px;
  line-height: 24px;
  padding: 10px;
}

h5 {
  font-size: 20px;
  line-height: 24px;
  padding: 10px;
}

img { width: 100%; }

p {
  line-height: 20px;
  padding: 10px;
}

ul { padding: 10px; }

ul li {
  padding: 5px 0;
  line-height: 20px;
}

.flex {
  display:    -webkit-box;
  display:    -ms-flexbox;
  display:    flex;
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrapper {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1280px;
}

@media screen and (min-width: 640px) {
  h1 {
    font-size: 30px;
    line-height: 34px;
    padding: 30px 0;

  }

  h2 {
    font-size: 24px;
    line-height: 24px;
    padding: 10px;
  }

  h3 {
    font-size: 20px;
    line-height: 24px;
    padding: 10px;
  }

  h4 {
    font-size: 20px;
    line-height: 24px;
    padding: 10px;
  }

  h5 {
    font-size: 20px;
    line-height: 24px;
    padding: 10px;
  }
}

@media screen and (min-width: 840px) {
  body {
    font-size: 16px;
  }
  p { line-height: 24px;}
}

/*------------------------------------*/
/*------------ Startseite -----------*/
/*----------------------------------*/

.logo {
  margin: 20vh auto;
  max-width: 400px;
}

.logo p {
  text-align: center;
}

.logo-2 {
  max-width: 200px;
  float: left;
}

/*------------------------------------*/
/*------------ Footer ---------------*/
/*----------------------------------*/

#start-footer {
  background-color: #000;
  width: 100%;
  padding: 10px 0;
  border-top: 2px solid #e60000;
  position: absolute;
  bottom: 0;
}

footer {
  background-color: #000;
  padding: 10px 0;
  border-top: 2px solid #e60000;
}

.author {
  color: white;
  padding: 25px 10px;
}

.author a {
  color: white;
  text-decoration: underline;
}

.legal { padding: 10px; }

.legal a {
  color: white;
  padding: 15px 0;
  padding-right: 20px;
  text-decoration: underline;
}

.legal a:hover { color: silver;}
.legal a:last-child { padding-right: 0; }

/*----------------------------------------*/
/*------------ Impressum ----------------*/
/*--------------------------------------*/

.back { padding: 40px; }
.return {
  background: white url('../img/return.svg') no-repeat left center;
  line-height: 0;
  padding-left: 30px;
  font-size: 20px;
  color: black;
}

.return:hover {
  background: white url('../img/return-blau.svg') no-repeat left center;
  color: #4267B2;
}

.impressum { padding: 40px 0; }
.impressum h2 {padding-bottom: 20px; }

.impressum ul li a {
  color: #1a1aff;
  display: inline;
  line-height: 24px;
  text-decoration: underline;
}

/*----------------------------------------*/
/*----------- Datenschutz ---------------*/
/*--------------------------------------*/

.datenschutz { padding: 40px 0; }
.datenschutz h2 { padding-bottom: 20px; }

.datenschutz .bold {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 10px;
}

.datenschutz ol li:last-child { padding-bottom: 0; }
.datenschutz ol li ol { padding: 10px 0; }

.datenschutz ol li {
  line-height: 24px;
  padding: 12px 0;
}

.datenschutz ul li a {
  color: #1a1aff;
  display: block;
  line-height: 24px;
  text-decoration: underline;
}


@media screen and (min-width: 640px) {
  .impressum { padding: 40px 10px; }
  .datenschutz { padding: 40px 10px; }
}

@media screen and (min-width: 840px) {
  .impressum { padding: 40px 20px; }
  .datenschutz { padding: 40px 20px; }
}

@media screen and (min-width: 1200px) {
  .impressum { padding: 60px 0; }
  .impressum h2 { padding-bottom: 60px;}
  .datenschutz { padding: 60px 0; }
  .datenschutz h2 { padding-bottom: 60px;}
}
