
.container {
  margin: 0;
  justify-self: center;
  width: 100vw;
  padding: 0;
}
.datenschutz__container {
  display: inline-block;
  justify-self: center;
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 2rem;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  }
.datenschutz___h1 {
  font-size: 1.5rem;
  font-weight: bold;
}
.datenschutz___h2 {
  font-size: 1rem;
  font-weight: bolder;
}

.p {
  font-size: 1rem;
}
  h1 {
  margin-bottom: 2.5rem;
  font-weight: bold;
  font-size: 2rem;
}

.datenschutz___h2, h2 {
  font-size: 1.2rem;
  font-weight: bolder;
}
h3, h4 {
  font-size: 1rem;
  font-weight: bolder;
}

.impressum__kontakt {
  font-size: 2rem;
  padding-top: 3rem;
  margin-bottom: 0.5rem;
}
.impressum__redaktionell {
  padding-top: 3rem;
  font-size: 2rem;
}

.impressum__daten {
  font-size: 1.3rem;
}

.impressum__angaben {
  font-size: 2rem;
}


@media (min-width: 48em) {

  body {
    width: 100vw;
  }
 
}

/* Mobil */
* {
  box-sizing: border-box;
}

body {
  font-family: Montserrat, sans-serif;
  background-color: #f1f4f2;
  padding: 0;
  color: #444a4b;
  min-height: 100%;
  width: 100%;
}
/* montserrat-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 80;
  src: url('../fonts/Montserrat-Medium.otf') format('otf'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 80;
  src: url('../fonts/Montserrat-Bold.otf') format('otf'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rock-salt-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rock Salt';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/RockSalt-webfont.woff') format('woff'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* media queries
@media screen and (max-width:30em) 
@media (min-width: 48em) */

.header {
  background: 
  linear-gradient(to top,
  rgba(0, 0, 0, 0),
  rgba(0, 0, 0, 0.3) );
  background-color: #f1f4f2;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  width: 100%;
  padding: 1rem 0 1rem 0;
  margin-top: 0;
}

.logo {
  display: inline;
  float: left;
  font-size: 1.3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.2rem;
}
a.logo {
  grid-row: 1;
  font-family: 'Rock Salt', cursive;
  color: #444a4b;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  float: left;
  padding-left: 3rem;
  padding-top: 0;
  text-decoration: none;
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.nav__link-item-1, .nav__link-item-2 {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #723D46;
  color: #444a4b;
  text-decoration: none;
} 
.nav__link-item-3 {
  display: block;
  padding: 20px 20px;
  color: #444a4b;
  text-decoration: none;
}
.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}


/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 0rem;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #444a4b;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #444a4b;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.nav__footer {
  display: block;
  text-align: center;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding-left: 0;
}

.footer__nav-link {
  display: inline-block;
  justify-self: center;
  color: #444a4b;
  font-size: 1.5rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  text-decoration: none;
}

@media (min-width: 48em) {

  body {
    font-family: Montserrat, sans-serif;
    background-color: #f1f4f2;
    padding: 0;
    color: #444a4b;
    min-height: 100%;
    width: 100%;
  }

  a:hover {
    font-weight: bold;
  }

 .header {
    display: grid;
    grid-template-columns: 0.5fr 0.5fr;
  }
  .header .menu-icon {
    display: none;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header li {
    float: left;
  }
  a.logo {
    grid-column: 1;
    padding-top: 1rem;
  }

  ul.menu {
    grid-column: 2;
    grid-row: 1;
    margin-right: 3rem;
    justify-self: end;
    padding-right: 3rem;
    color: #444a4b;
    font-size: 1.3rem;
  }

  .nav__item-1 {
    padding: 0;
    border-right: 1px solid #723D46;
    color: #444a4b;
    text-decoration: none;
    grid-row: 1;
  }
  
  .nav__item-2 {
    padding: 0;
    border-right: 1px solid #723D46;
    color: #444a4b;
    text-decoration: none;
    grid-row: 1;
  }
  .nav__item-3 {
    padding: 0;
    border-right: none;
    color: #444a4b;
    text-decoration: none;
    grid-row: 1;
  }
  .nav__link-item-3 {
    border-right: none;
  }

  footer {
      background: 
      linear-gradient(to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.3) );
      background-color: #f1f4f2;
      box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto;
      width: 100%;
     
      padding: 0;
      margin-top: 0;
    }
    .nav__footer {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto;
      text-align: center;
      margin-top: 0;
      margin-bottom: 0;
      margin-left: auto;
      margin-right: auto;
      list-style: none;
      padding-left: 0;
    }
    
    .footer__nav-link {
      color: #444a4b;
      font-size: 1.5rem;
      margin-top: 0;
      margin-left: auto;
      margin-right: auto;
      padding: 1rem 1rem 1rem 1rem;
      text-decoration: none;
    }
    .footer__nav__item-1 {
      padding: 0;
      border-right: 1px solid #723D46;
      color: #444a4b;
      text-decoration: none;
      grid-row: 1;
    }
    
    .footer__nav__item-2 {
      padding: 0;
      border-right: 1px solid #723D46;
      color: #444a4b;
      text-decoration: none;
      grid-row: 1;
    }
    .footer__nav__item-3 {
      padding: 0;
      color: #444a4b;
      text-decoration: none;
      grid-row: 1;
    }
    .footer__nav__item-1 a:hover,
    .footer__nav__item-2 a:hover,
    .footer__nav__item-3 a:hover {
      background: rgb(200,198,198);
      background: radial-gradient(circle, rgba(200,198,198,0.12088585434173671) 25%, rgba(244,244,244,1) 100%);
    }
}



 
  
   
  
   