@media (min-width: 991px) {
#newsletter {
  position: absolute;
  width: 940px;
  margin: 0 auto;
}
#newsletter img {
  position: absolute;
  left: 150px;
  top: 11px;
  width: 85px;
  height: auto;
}
}

.brand {
  width: unset;
}

.newsletter_mobile { display: none; }

.w-slider {
  background-color: black;
}

@media (max-width: 990px) {
  #x-newsletter {
    position: absolute;
  	z-index: 9999;
    left: -50px;
    width: 40px;
    top: 43px;
  }
  #x-newsletter img {
    width: 40px;
  }
}

/* Logo */
.logo {
  max-height: 80px;
}

/* Abstand anpassen, wenn Logo grösser geändert, damit Text nicht unter dem Kopf verschwindet */
body {
  margin-top: 80px;
}

@media (min-width: 991px) {
  .slider {
    height: 90vh;
  }
  .slider .slide {
    height: inherit;
    
  }
}
  
/* Menübalken dunkelgrau */
.nav-menu-2 {
  padding: 0;
  min-height: 0px;
}

/* Überschrift NEWS und JAHR */
header.layout-50 h2 {
  color: indianred;
  font-size: 60px;
  font-weight: bold;
  line-height: inherit;
  letter-spacing: inherit;
  margin-bottom: 40px;
}

/* Überschrift HEADLINE */
header.layout-51 h2 {
  font-size: 60px;
  font-weight: bold;
  line-height: inherit;
  letter-spacing: inherit;
  margin-bottom: 40px;
}

/* Fliess-Texte */
p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0px;
  hyphens: auto;
}

/* Hintergrundfarbe des Inhaltsbereiches Kontakt + Newsletter */
.frame-layout-1 {
  background-color: rgb(248,247,240);
}

/* Stylings für Mobiltelefone */
@media (max-width: 990px) {

  /* Mobile Menü Button */
  .w-icon-nav-menu {
    font-size: 27px;
    color: #ddd;
  }

  nav.nav-menu-2 {
    padding-top: 10px;
  }
  
  body {
    margin-top: 70px;
  }

/* Fliess-Texte */
p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 16px;
}  
  
  h2 { line-height: 26px; }
  h3 { line-height: 26px; font-size: 18px; margin-top: 20px; }

  
  .menu-button-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  /*
  .w-slider-dot { margin: 0 2px 0.5em; height: 0.5em; width: 0.5em}
  .w-slider-nav { padding-top: 25px; }
  */
  
  div.section .overlay {
    padding: 0 4.5% 0px 4.5%;
  }
  
  .frame-layout-0, .frame-layout-1 {
    padding: 10px 2.5%;
  }
  
  .logo { 
    /*max-height: 50px; */
    max-width: 72%;
  }
  
  .nav-link-2 {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 0.8em;
  }
  
  #newsletter {
    display: none;
    /*position: fixed;*/
    /*left: 340px;*/
  }
  /*
  #newsletter img {
    width: 60px;
    margin-top: 10px;
  }
  #newsletter a {
    position: relative;
    z-index: 99;
  }
  a.brand {
    position: relative;
    z-index: 98;
  } 
  */
  
  body {
    margin-top: 60px;
  }
  .menu-button-2 {
    margin-top: -34px;
  }
  
  .newsletter_mobile {
	display: block;
    padding-bottom: 10px;
    background-color: rgba(0,0,0,0.1);
    margin-top: 10px;
  }
  .newsletter_mobile img {
    width: 60px;
    margin-top: 15px;
  }
  
}

nav.nav-menu-2 a:last-child {
  color: #013c70;
  font-weight: bold;
}

nav.nav-menu-2 {
	background-color: #93b1cc
}
