/* BASE */
/* Fonts */
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/lato-v16-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Lato Light"), local("Lato-Light"), url("../fonts/lato-v16-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v16-latin-300.woff2") format("woff2"), url("../fonts/lato-v16-latin-300.woff") format("woff"), url("../fonts/lato-v16-latin-300.ttf") format("truetype"), url("../fonts/lato-v16-latin-300.svg#Lato") format("svg");
  /* Legacy iOS */
}

/* lato-300italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/lato-v16-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local("Lato Light Italic"), local("Lato-LightItalic"), url("../fonts/lato-v16-latin-300italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v16-latin-300italic.woff2") format("woff2"), url("../fonts/lato-v16-latin-300italic.woff") format("woff"), url("../fonts/lato-v16-latin-300italic.ttf") format("truetype"), url("../fonts/lato-v16-latin-300italic.svg#Lato") format("svg");
  /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v16-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Lato Regular"), local("Lato-Regular"), url("../fonts/lato-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v16-latin-regular.woff2") format("woff2"), url("../fonts/lato-v16-latin-regular.woff") format("woff"), url("../fonts/lato-v16-latin-regular.ttf") format("truetype"), url("../fonts/lato-v16-latin-regular.svg#Lato") format("svg");
  /* Legacy iOS */
}

/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/lato-v16-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Lato Italic"), local("Lato-Italic"), url("../fonts/lato-v16-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v16-latin-italic.woff2") format("woff2"), url("../fonts/lato-v16-latin-italic.woff") format("woff"), url("../fonts/lato-v16-latin-italic.ttf") format("truetype"), url("../fonts/lato-v16-latin-italic.svg#Lato") format("svg");
  /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato-v16-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Lato Bold"), local("Lato-Bold"), url("../fonts/lato-v16-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v16-latin-700.woff2") format("woff2"), url("../fonts/lato-v16-latin-700.woff") format("woff"), url("../fonts/lato-v16-latin-700.ttf") format("truetype"), url("../fonts/lato-v16-latin-700.svg#Lato") format("svg");
  /* Legacy iOS */
}

/* lato-700italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/lato-v16-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local("Lato Bold Italic"), local("Lato-BoldItalic"), url("../fonts/lato-v16-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v16-latin-700italic.woff2") format("woff2"), url("../fonts/lato-v16-latin-700italic.woff") format("woff"), url("../fonts/lato-v16-latin-700italic.ttf") format("truetype"), url("../fonts/lato-v16-latin-700italic.svg#Lato") format("svg");
  /* Legacy iOS */
}

/* Base */
body {
  font-size: 16px;
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}

h1,
h2,
h3 {
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 3px;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 16px;
}

p {
  font-size: font-size-default;
}

a {
  text-decoration: none;
  color: #ffffff;
}

bold {
  font-weight: 700;
}

body {
  width: 100%;
  color: #ffffff;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.96);
  max-width: 100%;
  padding: 0;
  margin: 0;
}

body .hintergrund {
  background-repeat: no-repeat;
  height: 100vh;
}

.open-navbar {
  overflow: hidden;
}

.index {
  background-color: #CE0D1C;
  background-image: url("../img/startseite_babs-grad.png");
  background-repeat: no-repeat;
}

@media (max-width: 374px) {
  .index {
    background-size: 400px auto;
    background-position-x: -100px;
  }
}

@media (min-width: 375px) {
  .index {
    background-size: 550px auto;
    background-position-x: -150px;
  }
}

@media (min-width: 768px) {
  .index {
    background-size: 900px auto;
    background-position-x: -200px;
  }
  .index .hintergrund {
    height: 100%;
  }
  .index .gradient {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
  }
}

@media (min-width: 992px) {
  .index {
    background-size: 75%;
    background-position-x: 0%;
  }
}

.claim {
  padding: 0 24px;
  margin: 0 auto 80px auto;
}

.claim p {
  font-style: italic;
  font-size: 24px;
}

/* BARBARA */

.chansonbarbara div.hintergrund {
  background-image: url("../img/img.barbara.jpg");
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .chansonbarbara div.hintergrund .ueberschrift {
    max-width: 60%;
  }

  .chansonbarbara div.hintergrund {
    background-size: auto 300px;
    background-position-x: center;
  }

  .chansonbarbara .content-wrapper {
    margin: 300px 0 0 0;
  }
}

@media (min-width: 768px) {
  .chansonbarbara div.hintergrund {
    background-size: auto 500px;
    background-position-x: center;
  }

  .chansonbarbara .content-wrapper {
    margin: 500px 0 0 0;
  }
}

@media (max-width: 480px) {
  .chansonbarbara div.hintergrund {
    background-size: auto 250px;
    background-position-x: center;
  }
}

/* VIDEOS */

.videos {
  background-color: #120a0a;
}

.videos div.hintergrund {
  background-image: url("../img/img.videos.jpg");
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .videos div.hintergrund {
    background-size: auto 400px;
    background-position-x: center;
    background-position-y: top;
  }

  .videos .content-wrapper {
    margin: 300px 0 0 0;
  }
}

@media (min-width: 768px) {
  .videos div.hintergrund {
    background-size: 800px auto;
    background-position-x: -200px;
  }
}

@media (min-width: 1440px) {
  .videos div.hintergrund {
    background-size: 1000px auto;
    background-position-x: -100px;
  }
}

/* PRESSE */

.presse {
  background: #0c3740;
}

.presse div.hintergrund {
  background-color: #0c3740;
  background-image: url("../img/img.presse.jpg");
}

@media (max-width: 767px) {
  .presse div.hintergrund .ueberschrift {
    max-width: 50%;
  }
  .presse .content-wrapper {
    margin: 300px 0 0 0;
  }
  .presse div.hintergrund {
    background-size: auto 460px;
  }
  .presse div.hintergrund div.gradient {
    height: 460px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 40%, #0c3740 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 40%, #0c3740 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #0c3740 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#8d8a8e', GradientType=0);
    /* IE6-9 */
  }
}

@media (min-width: 768px) {
  
  .presse .gradient {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
  }
  .presse div.hintergrund {
    background-size: auto 100vh;
    background-position-y: 0;
    overflow-y: scroll;
  }
}

/* VITA */

.vita div.hintergrund {
  background-image: url("../img/img.vita.jpg");
  background-size: auto 500px;
  background-position-x: center;
}

@media (max-width: 767px) {
  .vita div.hintergrund .ueberschrift {
    max-width: 60%;
  }

  .vita div.hintergrund {
    background-size: auto 300px;
    background-position-x: center;
  }

  .vita .content-wrapper {
    margin: 300px 0 0 0;
  }
}

@media (min-width: 768px) {
  .vita .content-wrapper {
    margin: 500px 0 0 0;
  }
}

@media (max-width: 480px) {
  .vita div.hintergrund {
    background-size: auto 250px;
    background-position-x: center;
  }
}

/* TEAM */


.team div.hintergrund {
  background-image: url("../img/img-team-background_s.jpg");
  background-size: cover;
  background-position-x: center;
  overflow-y: scroll;
}

/* NEWSLETTER */

.newsletter div.hintergrund {
  background-image: url("../img/img.newsletter.jpg");
}

@media (max-width: 767px) {
  .newsletter div.hintergrund {
    background-size: auto 520px;
    background-position-x: left;
    background-position-y: -115px;
  }
}

@media (min-width: 768px) {
  .newsletter div.hintergrund {
    background-size: auto 100vh;
    background-position-x: left;
    background-position-y: 0;
    overflow-y: scroll;
  }
}

@media (max-width: 767px) {
  .newsletter div.hintergrund div.gradient {
    height: 410px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 85%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 85%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 85%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
  }
}

/* KONTAKT */

.kontakt div.hintergrund {
  background-image: url("../img/img.kontakt.jpg");
}

@media (max-width: 767px) {
  .kontakt div.hintergrund {
    background-size: auto 460px;
    background-position-x: right;
    background-position-y: -30px;
  }
}

@media (min-width: 768px) {
  .kontakt div.hintergrund {
    background-size: auto 100vh;
    background-position-x: 45vw;
    background-position-y: 0;
    overflow-y: scroll;
  }
}

@media (min-width: 992px) {
  .kontakt div.hintergrund {
    background-size: auto 100vh;
    background-position-x: right;
    background-position-y: 0;
    overflow-y: scroll;
  }
}

@media (max-width: 767px) {
  .kontakt div.hintergrund div.gradient {
    height: 435px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 85%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 85%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 85%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
  }
}

/* Partials */
.content-wrapper {
  padding: 0;
  margin: 0;
  min-height: 50vh;
}

@media (max-width: 767px) {
  .content-left {
    width: 90%;
    margin: 200px auto 80px auto;
  }

  .content-right {
    width: 90%;
    margin: 200px auto 80px auto;
  }
}

.content-center {
  width: 90%;
  margin: 200px auto 80px auto;
}

@media (min-width: 768px) {
  .content-left {
    width: 65%;
    padding-left: 5%;
    margin-bottom: 80px;
    margin-top: 150px;
  }

  .content-right {
    width: 45%;
    padding-left: 50%;
    margin-bottom: 80px;
    margin-top: 160px;
  }
}

.content-center {
  width: 65%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .content-left {
    width: 40%;
    margin-top: 150px;
    margin-right: 50%;
    margin-left: 10%;
  }

  .content-right {
    margin-top: 150px;
    padding-left: 40%;
    padding-right: 10%;
  }

  .content-center {
    width: 40%;
    margin: 0 auto;
  }
}

@media (max-width: 374px) {
  #index-header {
    width: 290px;
    margin: 180px auto 0 auto;
  }
}

@media (min-width: 375px),
print {
  #index-header {
    width: 290px;
    margin: 250px auto 0 auto;
  }
}

@media (min-width: 768px),
print {
  #index-header {
    width: 377px;
    margin-left: 50%;
    margin-top: 350px;
  }
}

@media (min-width: 992px),
print {
  #index-header {
    width: 484px;
    margin-left: 50%;
    margin-top: 15%;
  }
}

@media (max-width: 319px) {
  #logo {
    width: 270px;
    margin-bottom: 20px;
  }
}

@media (min-width: 320px),
print {
  #logo {
    width: 290px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px),
print {
  #logo {
    width: 377px;
    margin-bottom: 26px;
  }
}

@media (min-width: 992px),
print {
  #logo {
    width: 484px;
    margin-bottom: 34px;
  }
}

.subheader {
  font-weight: 300;
}

@media (min-width: 320px),
print {
  .subheader {
    font-size: 21px;
    line-height: 1.26px;
    margin-left: 60px;
  }
}

@media (min-width: 768px),
print {
  .subheader {
    font-size: 27.3px;
    line-height: 1.26px;
    margin-left: 77px;
  }
}

@media (min-width: 992px),
print {
  .subheader {
    font-size: 36px;
    line-height: 1.22px;
    margin-left: 100px;
  }
}

#header-phrase {
  font-weight: 300;
  text-align: center;
}

@media (min-width: 320px),
print {
  #header-phrase {
    font-size: 21px;
    margin-bottom: 80px;
    margin-top: 105px;
    padding: 0px 15px;
  }
}

@media (min-width: 375px),
print {
  #header-phrase {
    font-size: 21px;
    margin-bottom: 75px;
    margin-top: 145px;
    padding: 0px 50px;
  }
}

@media (min-width: 768px),
print {
  #header-phrase {
    font-size: 24px;
    margin-bottom: 70px;
    margin-top: 160px;
  }
}

@media (min-width: 992px),
print {
  #header-phrase {
    font-size: 24px;
    margin-bottom: 70px;
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .team-content {
    width: 90%;
    margin: 150px auto 80px auto;
  }
}

@media (min-width: 768px) {
  .team-columns {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.team-bilder {
  padding-left: 15vw;
}

.team-bilder img {
  width: 200px;
}

.team-bilder div.team-two {
  padding-left: 40px;
}

@media (max-width: 767px) {
  .team-bilder {
    display: none;
  }
}

@media (max-width: 374px) {
  .team-members {
    width: 90%;
    margin: 150px auto 80px auto;
  }
}

@media (max-width: 767px) {
  .team-members {
    width: 80%;
    margin: 160px auto 80px auto;
  }
}

@media (min-width: 768px) {
  .team-content .claim {
    margin: 150px auto 80px auto;
  }

  .team-members {
    width: 40vw;
    padding: 0 50px 0 80px;
  }
}

.team-end {
  padding-top: 21px;
}

#videos {
  margin-top: 50px;
}

#videos .video-wrapper {
  margin-bottom: 50px;
}

#videos .video-wrapper h2 {
  margin: 0 0 30px 0;
}

.video-wrapper {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  display: block;
  background: #111;
}

.video-blur {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  transition: opacity 0.4s ease;
}

video {
  max-height: 90vh;
}

/* MEDIUM to DESKTOP */
.navbar {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  height: 75px;
  opacity: 0.9;
}

@media (max-width: 991px) {
  .navbar {
    display: none;
  }
}

.navbar-inline {
  display: inline-flex;
  justify-content: space-between;
  width: 800px;
  list-style-type: none;
  letter-spacing: 1px;
  white-space: nowrap;
}

.navbar-inline a {
  padding: 10px;
  text-decoration: none;
}

.navbar-inline li:hover {
  border-bottom: 3px solid #ffffff;
  transition: all 0.3s ease-out;
}

.navbar-inline .current-navbar-item {
  padding-bottom: 12px;
  border-bottom: 3px solid #ef0b17;
}

/* MOBILE to MEDIUM */
.mobile-navbar-head {
  display: flex;
  justify-content: space-between;
  padding: 20px 5%;
  font-size: 16px;
  letter-spacing: 1px;
}

.mobile-navbar-head .current-page {
  padding-top: 6px;
}

@media (min-width: 992px),
print {
  .mobile-navbar-head {
    display: none;
  }
}

.navbar-mobile {
  background-color: #cc071d;
  z-index: 1060;
  width: 100%;
  height: 100%;
  overflow-x: none;
  overflow-y: scroll;
  /* Hide scrollbar for Chrome, Safari and Opera */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  position: fixed;
  top: 0vh;
  transition: all 0.3s ease-out;
  list-style-type: none;
  letter-spacing: 1px;
  white-space: nowrap;
  text-align: center;
}

.navbar-mobile::-webkit-scrollbar {
  display: none;
}

.navbar-mobile.closed {
  transform: translateY(-100vh);
}

@media (min-width: 992px),
print {
  .navbar-mobile {
    display: none;
  }
}

.navbar-mobile a {
  padding: 10px;
  text-decoration: none;
}

.navbar-mobile a:hover {
  border-bottom: 3px solid #ffffff;
  transition: all 0.3s ease-out;
}

.navbar-mobile .current-navbar-item a {
  padding-bottom: 8px;
  border-bottom: 3px solid #ffffff !important;
}

.mobile-menu {
  height: 50%;
  width: 289px;
  margin: 60px auto 45px auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

@media (max-width: 374px) {
  .mobile-menu {
    min-height: 0;
    margin: 50px auto 45px auto;
  }
}

#hummele-navbar {
  width: 192px;
  margin: 0px auto 50px auto;
  letter-spacing: 2.0;
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  border: solid 2px #ffffff;
}

#hummele-navbar a {
  padding: 10px 30px;
}

#hummele-navbar a:hover {
  border-bottom: none;
}

@media (max-width: 374px) {
  #hummele-navbar {
    margin: 0px auto 25px auto;
  }
}

.mobile-menu-footer {
  height: 50px;
  width: 289px;
  margin: auto;
  font-size: 12px;
}

.footer-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  padding-top: 40px;
}

.footer-content {
  width: 800px;
}

@media (min-width: 768px),
print {
  .footer-content {
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
  }
}

@media (max-width: 767px) {
  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
  }
}

.footer-div {
  display: inline-flex;
  flex-grow: 1;
  justify-content: space-around;
  height: 40px;
  padding-top: 12px;
}

.footer-div .active-footer {
  padding-bottom: 12px;
  border-bottom: 3px solid #ef0b17;
}

.footer-div a:hover {
  padding-bottom: 12px;
  border-bottom: 3px solid #ffffff;
  transition: all 0.3s ease-out;
}

@media (max-width: 767px) {
  .footer-div {
    width: 290px;
  }
}

/* abweichender hover-Effekt Footer auf Startseite*/
.index .footer-div a:hover {
  border-bottom: 3px solid #ffffff;
}

#hummele-footer {
  border: 2px solid #ffffff;
  padding: 0;
  letter-spacing: 2.0;
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
}

#hummele-footer a {
  padding: 10px 40px;
}

@media (min-width: 320px) {
  #hummele-footer {
    flex-grow: 1;
    width: 90%;
    margin: 20px 0px 20px 0px;
  }
}

@media (min-width: 375px) {
  #hummele-footer {
    width: 90%;
    max-width: 490px;
  }
}

@media (min-width: 768px) {
  #hummele-footer {
    max-width: 192px;
  }
}

#footer-links {
  padding-top: 34px;
  padding-bottom: 28px;
  width: 120px;
  display: inline-flex;
  justify-content: space-between;
}

#footer-links a img {
  opacity: 0.7;
  width: 34px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  /* padding: $hamburger-padding-y $hamburger-padding-x; */
  display: inline-block;
  cursor: pointer;
  z-index: 5000;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active {
  position: fixed;
  right: 5%;
  top: 17px;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #ffffff;
}

.hamburger-box {
  width: 34px;
  height: 10px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 34px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

/*
   * Slider
   */
.hamburger--slider {
  outline: none !important;
}

.hamburger--slider .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider .hamburger-inner::before {
  opacity: 0;
  top: 7px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 14px;
}

.hamburger--slider.is-active {
  z-index: 5000;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4.85714px, -4px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(-90deg);
}

.download .pdf-link {
  position: relative;
  padding: 10px 0 0 35px;
}

.download a:hover {
  color: #cc071d;
}

.download a::before {
  content: url(../img/icon_download.svg);
  position: absolute;
  left: 0;
}

.download a:hover::before {
  content: url(../img/icon_download_orange.svg);
}

.datenschutz .content-wrapper,
.impressum .content-wrapper {
  font-size: 14px;
  line-height: 20px;
}

.datenschutz .content-wrapper h2,
.impressum .content-wrapper h2 {
  letter-spacing: 0;
  font-size: 18px;
  margin-top: 40px;
}

.datenschutz .content-wrapper h3,
.impressum .content-wrapper h3 {
  letter-spacing: 0;
}