/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


/* === FARBEN */

/*
GRÜN:       #97c21e
DARKBLUE:   #0b031c
Grau:       #939191
BlauGrau:   #a0a6b1
Weiß:       #fff
Rot:        Red
Beige:      #f8edc4
Blue:       #168BF2
 */

/* === GLOBAL =========================================================== */

@font-face {
  font-family: "RoundMedium";
  src: url(RoundMedium.otf) format("OpenType");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "RoundBook";
  src: url(RoundBook.otf) format("OpenType");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "RoundBold";
  src: url(RoundBold.otf) format("OpenType");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Roboto";
  src: url(Roboto-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Roboto-Black";
  src: url(Roboto-Black.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  background-image: linear-gradient(90deg, #0b031c 10%, #052a59, #0b031c 90%);
  font-family: 'Roboto', sans-serif;
  color: #d4e1ec;
}

nav {
  font-family: 'RoundMedium', sans-serif;
}

footer {
  font-family: 'RoundMedium', sans-serif;
}

* {
          box-sizing: border-box;
}

section {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

@media (max-width: 1300px) {

  section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 1024px) {

  section {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}



/* === GENERELLES ========================================================== */

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

 .active {
  /* font-family: "Roboto-Black"; */
  font-size: 1.7rem;
}

.mobile-active {
  background-color: #939191 ! important;
}

.wichtiger-text {
  font-family: "Roboto-Black";
  font-weight: normal;
  color: #d4e1ec;
}

.screenreader {
  display: none;
}

.intro-container {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-top: -4rem;
}

.intro-container > h1 {
  font-size: 2rem;
  font-family: "RoundMedium";
  color: #168BF2;
  text-transform: none;
  margin-top: 5rem;
}

.intro-container > p {
  font-size: 1.2rem
}

@media (max-width: 1300px) {

  .intro-container {
    width: 85%;
  }
  .intro-container > p {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 1024px) {

  .intro-container {
    width: 80%;
  }
  .intro-container > p {
    margin-bottom: 0rem;
  }
}

hr {
  margin-top: 3rem;
}

.service-icon {
  z-index: 1;
}

svg {
  width: 0;
  height: 0;
}
/* ========================== BUTTONS ========================================= */

.blob-btn {
  z-index: 0;
  position: relative;
  padding: 8px 40px;
  text-align: center;
  font-family: "RoundBook";
  color: white;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  outline: none;
  border: none;
  transition: color 0.5s;
  cursor: pointer;
  border-radius: 10px;
}
.blob-btn:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #168BF2;
  border-radius: 10px;
}
.blob-btn:after {
  content: "";
  z-index: -2;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0.2s;
  border-radius: 10px;
}
.blob-btn:hover {
  color: white;
  font-family: "RoundBold";
  border-radius: 10px;

}
.blob-btn:hover:after {
  transition: all 0.3s;
  left: 0;
  top: 0;
  border-radius: 10px;
}
.blob-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 103%;
  height: 110%;
  border-radius: 10px;
  background: #1b60b8;
}
.blob-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
          filter: url("#goo");
}
.blob-btn__blob {
  position: absolute;
  top: 2px;
  width: 25%;
  height: 100%;
  background: #052a59;
  border-radius: 100%;
          transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s;
}
.blob-btn__blob:nth-child(1) {
  left: 0%;
          transition-delay: 0s;
}
.blob-btn__blob:nth-child(2) {
  left: 30%;
          transition-delay: 0.08s;
}
.blob-btn__blob:nth-child(3) {
  left: 60%;
          transition-delay: 0.16s;
}
.blob-btn__blob:nth-child(4) {
  left: 90%;
          transition-delay: 0.24s;
}
.blob-btn:hover .blob-btn__blob {
          transform: translateZ(0) scale(1.7);
}
@supports (filter: url("#goo")) {
  .blob-btn:hover .blob-btn__blob {
            transform: translateZ(0) scale(1.4);
  }
}


.btn-typ-1 {
  background-color: #168BF2;
  border: 2px solid #168BF2;
  color: #fff;
  padding: 0.2rem;
  font-family: "RoundBook";
  transition: border 0.5s ease-in-out;
  }

.btn-typ-1:hover {
  color: #131322;
  font-family: 'RoundBook';
  border: 2px solid #97c21e;
  }

.btn-typ-2 {
  border: 2px solid #168BF2;
  font-family: 'RoundBook';
  background-color: #1b60b8;
  color: #fff;
  transition: color 0.5s ease-in-out, border 0.5s ease-in-out;
  }

.btn-typ-2:hover {
  color: #131322;
  font-family: 'RoundBook';
  border: 2px solid #97c21e;
  }

/*--------------------------------------------- SIDEBAR ---------------------------------------*/
   .sidebar {
      position: fixed;
      top: 30%;
      right: -160px;
      width: 160px;
      display: flex;
      flex-direction: column;
    }

    .sidebar > div {
      text-decoration: none;
      padding: 5px;
      height: 30px;
      font-size: 16px;
      font-family: 'Roundbold', sans-serif;
      margin: 2px;
      text-align: left;
      border-radius: 50px 0 0 50px;
      transform: translate(-30px,0);
      transition: all .5s;
    }

    .sidebar > div:hover {
      transform: translate(-155px,0);
    }

    .sidebar > div p {
      display: inline-block;
      height: 100%;
      position: absolute;
    }

    .sidebar > div p span {
      position: relative;
      top: -1rem;
    }

    .sidebar > div img {
      margin-right: 25px;
      margin-top: 0;
      margin-left: 0;
      background-color: #FFF;
      height: 20px;
      width: 20px;
      line-height: 30px;
      border-radius: 50%;
      padding: 3px;
      transition: all .5s;
    }

    .sidebar > div:hover img {
      transform: rotate(360deg);
    }

    .sidebar > div a {
      color: #FFF
    }

    .facebook{
      background-color: #2C80D3;
    }

    .telefon{
      background-color: #43B520;
      color: #FFF;
    }

    .mail{
      background-color: #3065BC;
    }

    .instagram{
      background-image: url('../img/picSidebar/hintergrund.jpg');
      background-size: cover;
    }

    .tiktok {
      background-color: #3c3c3d;
    }

    .spotify{
      background-color: #3c3c3d;
    }

    .spotify span{
      background-color: #3c3c3d;
      color: #1CD05D;
    }


/*   === NAVIGATIONSLEISTE ===============================================  */

.oben {
  height: 80px;
  width: auto;
}
/*   === NAVIGATIONSLEISTE ===============================================  */

#header-nav {
  width: 100%;
  height: 80px;
  background-image: linear-gradient(90deg, #0b031c 10%, #052a59, #0b031c 90%);
  font-family: 'Roboto', sans-serif;
  background-size: 100%;
  border-bottom: 2px solid #168BF2;
  position: relative;
  font-size: 1.5rem;
  position: fixed;
  z-index: 2;

}

#header-nav  a > img {
  height: 80px;
  width: auto;
  float: left;
  margin-top: 0.2rem;
}

#header-nav ul {
  margin: 0;
  padding: 0;
  float: right;
  height:100%;
}

#header-nav ul > li {
  display: inline-block;
  margin-left: 0.2rem;
  height: 60%;
  margin-top: 2rem;
  padding: 0 0.5rem 0 0.5rem;
  text-align: center;
}

#header-nav ul > li > a {
  margin-top: 0.5rem;
  display: inline-block;
}

#header-nav ul > li > a:link {
  color: #d4e1ec;
  text-decoration: none;
}

#header-nav ul > li > a:visited {
  color: #d4e1ec;
  text-decoration: none;
}

#header-nav ul > li > a:hover {
  color: #d4e1ec;
  text-decoration: none;
}

#header-nav ul > li > a:active {
  color: #939191;
  text-decoration: none;
}

#header-nav ul > .active > a:link {
  color: #168BF2;
  text-decoration: none;
}

#header-nav ul > .active > a:visited {
  color: #168BF2;
  text-decoration: none;
}

#header-nav ul > .active > a:hover {
  color: #168BF2;
  text-decoration: none;
}

#header-nav ul > .active > a:active {
  color: #168BF2;
  text-decoration: none;
}

#header-nav .col-6 {
  padding-top: 0;
  padding-bottom: 0;
}

#header-nav .container,
#header-nav .row,
#header-nav .col-6 {
  height: 100%;
}

.logo-link {
  display: inline-block;
}

/* === NAVIGATIONSLEISTE MOBIL ============================================= */

#mobile-nav-button {
  color: #d4e1ec;
  float: right;
  font-size: 3rem;
  /* border: 2px solid #f8edc4; */
  width: 37px;
  height: 37px;
  position: relative;
  margin-top: 1.9rem;
  margin-bottom: 1.5rem;
}

#mobile-nav-button > span {
  position: absolute;
  bottom: -10px;
  left: 3px;
}

#mobile-nav-content > ul > li {
  display: block;
  background-color: #168BF2;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  border: 1px solid #0b031c;
  border-radius: 8px;
  margin-top: 0px;
}

#mobile-nav-content > ul {
  margin-top: 0.5rem;
}

#mobile-nav-content > ul > li > a {
  display: block;
  margin: 0px;
}

#mobile-nav-dropdown {
  position: relative;
  display: inline-block;
  float: right;
  z-index: 2;
}

#mobile-nav-content {
  position: absolute;
  right: 0;
  top: 60px;
  display: none;
}

#mobile-nav-dropdown:hover > #mobile-nav-content {
  display: block;
}

#mobile-nav {
  display: none;

}

@media (max-width: 920px) {

  #desktop-nav {
    display: none;
  }
  #mobile-nav {
    display: block;
  }
}

/*========================= WOWSLIDER =======================================*/
#wowslider-container1 {
  border-bottom: 2px solid #168BF2;
  margin-bottom: 0rem;
  margin-top: 0rem;
  z-index: 1;

}

/* ========================================== head fixed =============================================== */

#fixhead{
  width: 100%;
  height: auto;

  border-bottom: 2px solid #168BF2;
}

/* ========================================== Video Bereich =============================================== */

#video-Bereich {
  background-size: 100%;
  margin-top: -2rem;
  padding-top: 0;

}

#video-Bereich h1 {
  color: #168BF2;
}

#video-Bereich span {
  font-family: "RoundBold";
  color: #acd4f7;
}

#video-Bereich .intro-container {
  padding-top: 2rem;
}

@media (max-width: 1440px) {

  #video-Bereich video {
    width: 45%;
  }
}

@media (max-width: 1024px) {

  #video-Bereich video {
      width: 60%;
  }
}

@media (max-width: 768px) {

  #video-Bereich video {
      width: 75%;
  }
}

@media (max-width: 480px) {

  #video-Bereich video {
      width: 50%;
  }
}

/* =========================================== Leistungen-Bereich =================================== */

.leistung-teaser-box {
  background: rgba(172, 212, 247, 0.2);
  color: #d4e1ec;
  text-align: center;
  padding: 1rem 2rem 2.5rem;
  width: 80%;
  margin-bottom: 1.9rem;
  border-radius: 15px;
  margin-top: 0.7rem;
}

@media (max-width: 480px) {

  .leistung-teaser-box {
    padding: 1rem 1.5rem 2.5rem;
  }
}

#leistung-h1 {
  margin-top: 3.5rem;
  margin-bottom: -2rem;
}

#leistungen-bereich {
    padding-top: 0rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: -2rem;
}

#leistungen-bereich .row > .col-3:nth-of-type(even) > .leistung-teaser-box {
  margin-left: 1rem;
  margin-right: auto;
}

#leistungen-bereich .row > .col-3:nth-of-type(odd) > .leistung-teaser-box {
  margin-right: 1rem;
  margin-left: auto;
}

.leistung-teaser-box > h2 {
  font-size: 1.2rem;
  font-family: 'RoundMedium', sans-serif;
  text-transform: uppercase;
  color: #168BF2;
}

.leistung-teaser-box > p > span {
  font-family: "RoundBold";
  color: #acd4f7;
}

.leistung-ansehen-btn {
  text-decoration: none;
  height: 40px;
  border: 2px solid #052a59;
  display: inline-block;
  padding-top: .5rem;
  width: 40%;
  min-width: 100px;
  border-radius: 10px;
}

.leistung-ansehen-btn:link {
  color: white;
  font-family: 'RoundBook';
  margin-top: 1rem;
}

.leistung-ansehen-btn:visited {
  color: white;
}

.leistung-ansehen-btn:active {
  color: white;
}

.leistung-ansehen-btn:hover {
  color: #0b031c;
  font-family: 'RoundBold';
  border: 2px solid #168BF2;
}

@media (max-width: 2500px) {
  .leistung-teaser-box {
    min-height: 240px;
  }
}

@media (max-width: 2060px) {
  .leistung-teaser-box {
    min-height: 260px;
  }
}

@media (max-width: 1725px) {
  .leistung-teaser-box {
    min-height: 280px;
  }
}

@media (max-width: 1470px) {
  .leistung-teaser-box {
    min-height: 300px;
  }
}

@media (max-width: 1366px) {
  .leistung-teaser-box {
    min-height: 280px;
    width: 90%;
  }
}

@media (max-width: 1313px) {
  .leistung-teaser-box {
    min-height: 295px;
  }
}

@media (max-width: 1185px) {
  .leistung-teaser-box {
    min-height: 315px;
  }
}

@media (max-width: 1076px) {
  .leistung-teaser-box {
    min-height: 332px;
  }
}

@media (max-width: 1000px) {
  #leistungen-bereich {
    margin-bottom: -0.5rem;
  }

.leistung-teaser-box {
    width: 100%;
    margin-bottom: 0rem;
    min-height: 315px;
  }

  #leistungen-bereich .row > .col-3:nth-of-type(even) > .leistung-teaser-box {
    margin-left: 0rem;
  }

  #leistungen-bereich .row > .col-3:nth-of-type(odd) > .leistung-teaser-box {
    margin-right: 0.5rem;
  }
}

@media (max-width: 974px){
  .leistung-teaser-box {
    min-height: 320px;
  }
}

@media (max-width: 882px){
  .leistung-teaser-box {
    min-height: 375px;
  }
}

@media (max-width: 882px){
  .leistung-teaser-box {
    min-height: 355px;
  }
}

@media (max-width: 800px){
  .leistung-teaser-box {
    min-height: 375px;
  }
}

@media (max-width: 768px) {

  #leistungen-bereich .row > .col-3:nth-of-type(even) > .leistung-teaser-box {
    margin-left: 0;
  }
  #leistungen-bereich .row > .col-3:nth-of-type(odd) > .leistung-teaser-box {
    margin-right: 0;
  }

  .leistung-teaser-box {
    min-height: 160px
  }
}

/* =========================================== Ice Pictures ========================================= */

#fixAreaIce{
  width: 100%;
  height: auto;
  margin-bottom: -4px;
  border-top: 2px solid #168BF2;
}

/* ======================= UNSERE EISKREATIONEN BEREICH ==================================== */

#service-bereich {
  border-top: 2px solid #168BF2;
  background-repeat: repeat-y;
  background-size: 100%;
  padding-top: 3rem;
}

#service-bereich span {
  font-family: "RoundBold";
  color: #acd4f7;
}

#service-bereich h1 {
  color: #168BF2;
}

.service-box {
  text-align: center;
  width: 70%;
}

.service-box > h1 {
  font-size: 1.2rem;
  font-family: "RoundMedium";
  color: #168BF2;
  text-transform: uppercase;
}

#service-bereich .row:nth-of-type(2) > .col-2:first-of-type > .service-box {
  margin-right: 0;
  margin-left: auto;
}

#service-bereich .row:nth-of-type(2) > .col-2:nth-of-type(2) > .service-box {
  margin-left: auto;
  margin-right: auto;
}

.service-icon {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  transition: transform 1s;
}

.service-icon:hover {
          transform:rotateZ(360deg);
}

#VEGAN-icon {
  background: url("./../img/PICS.png") left 0 top 0;
}

#MILKY-icon {
  background: url("./../img/PICS.png") left -200px top 0;

}

#ADULTS-icon {
  background: url("./../img/PICS.png")left -400px top 0;
}


@media (max-width: 768px) {
  #service-bereich .row:nth-of-type(2) > .col-2:first-of-type > .service-box {
    margin-right: auto;
    margin-left: auto;
  }
  #service-bereich .row:nth-of-type(2) > .col-2:nth-of-type(3) > .service-box {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 480px) {

  .service-box {
    width:100%;
  }
}

/* =========================================== FIXED Cake Pictures ========================================= */

#fixCake{
  width: 100%;
  height: auto;
  border-top: 2px solid #168BF2;
  margin-bottom: -4px;
}

/* ======================= UNSERE KUCHENVARIATIONEN BEREICH ==================================== */

#kuchen-bereich {
  border-top: 2px solid #168BF2;
  background-repeat: repeat-y;
  background-size: 100%;
  padding-top: 3rem;
  color: #d4e1ec;
}

.service-box {
  text-align: center;
  width: 70%;
}

.service-box > h1 {
  font-size: 1.2rem;
  font-family: "RoundMedium";
  color: #168BF2;
  text-transform: uppercase;
}

#kuchen-bereich .row:nth-of-type(2) > .col-2:first-of-type > .service-box {
  margin-right: 0;
  margin-left: auto;
}

#kuchen-bereich .row:nth-of-type(2) > .col-2:nth-of-type(2) > .service-box {
  margin-left: auto;
  margin-right: auto;
}

#kuchen-bereich span {
  font-family: "RoundBold";
  color: #acd4f7;
}

#kuchen-bereich h1 {
  color: #168BF2;
}

.service-icon {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  transition: transform 1s;
}

.service-icon:hover {
          transform:rotateZ(360deg);
}

#cake-icon {
  background: url("./../img/PICS2.png") left 0 top 0;
}

#blech-icon {
  background: url("./../img/PICS2.png") left -200px top 0;

}

#creme-icon {
  background: url("./../img/PICS2.png")left -400px top 0;
}


@media (max-width: 768px) {
  #kuchen-bereich .row:nth-of-type(2) > .col-2:first-of-type > .service-box {
    margin-right: auto;
    margin-left: auto;
  }
  #kuchen-bereich .row:nth-of-type(2) > .col-2:nth-of-type(3) > .service-box {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 480px) {

  .service-box {
    width:100%;
  }
}

/* =========================================== FIXED IceCake Pictures ========================================= */

#fixIceCake{
  width: 100%;
  height: auto;
  border-top: 2px solid #168BF2;
  margin-bottom: -4px;
}

/*===================================================UNSERE ICEBOMBEN================================*/

#ICECAKE-bereich {
  border-top: 2px solid #168BF2;
  background-repeat: repeat-y;
  background-size: 100%;
  padding-top: 3rem;
  color: #d4e1ec;
}

#ICECAKE-bereich span {
  font-family: "RoundBold";
  color: #acd4f7;
}

#ICECAKE-bereich h1 {
  color: #168BF2;
}

.service-box {
  text-align: center;
  width: 70%;
}

.service-box > h1 {
  font-size: 1.2rem;
  font-family: "RoundMedium";
  color: #168BF2;
  text-transform: uppercase;
}

#ICECAKE-bereich .row:nth-of-type(2) > .col-2:first-of-type > .service-box {
  margin-right: 0;
  margin-left: auto;
}

#ICECAKE-bereich .row:nth-of-type(2) > .col-2:nth-of-type(2) > .service-box {
  margin-left: auto;
  margin-right: auto;
}

.service-icon {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  transition: transform 1s;
}

.service-icon:hover {
          transform:rotateZ(360deg);
}

#BAISER-icon {
  background: url("./../img/PICS3.png") left 0 top 0;
}

#BLACK-icon {
  background: url("./../img/PICS3.png") left -200px top 0;

}

#MARSH-icon {
  background: url("./../img/PICS3.png")left -400px top 0;
}


@media (max-width: 768px) {
  #ICECAKE-bereich .row:nth-of-type(2) > .col-2:first-of-type > .service-box {
    margin-right: auto;
    margin-left: auto;
  }
  #ICECAKE-bereich .row:nth-of-type(2) > .col-2:nth-of-type(3) > .service-box {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 480px) {

  .service-box {
    width:100%;
  }
}

/* =========================================== FIXED Show Pictures ========================================= */

#fixShow{
  width: 100%;
  height: auto;
  border-top: 2px solid #168BF2;
  margin-bottom: -4px;
}

/*===================================================EVENT================================*/

#EVENT-bereich {
  border-top: 2px solid #168BF2;
  background-repeat: repeat-y;
  background-size: 100%;
  padding-top: 3rem;
}

#EVENT-bereich span {
  font-family: "RoundBold";
  color: #acd4f7;
}

#EVENT-bereich  h1 {
  color: #168BF2;
}

.service-box {
  text-align: center;
  width: 70%;
}

.service-box p{
  font-size:  1rem;
}

.service-box  h1 {
  font-size: 1.2rem;
  font-family: "RoundMedium";
  text-transform: uppercase;
}

#EVENT-bereich .row:nth-of-type(2) > .col-2:first-of-type > .service-box {
  margin-right: 0;
  margin-left: auto;
}

#EVENT-bereich .row:nth-of-type(2) > .col-2:nth-of-type(2) > .service-box {
  margin-left: auto;
  margin-right: auto;
}

.linkstore a {
  color: #d4e1ec;
  text-decoration: none;
}

.linkstore a:visited {
  color: #d4e1ec;
  text-decoration: none;
}

@media (max-width: 768px) {
  #EVENT-bereich .row:nth-of-type(2) > .col-2:first-of-type > .service-box {
    margin-right: auto;
    margin-left: auto;
  }
  #EVENT-bereich .row:nth-of-type(2) > .col-2:nth-of-type(3) > .service-box {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 480px) {

  .service-box {
    width:100%;
  }
}

/* =========================================== FIXED Weck Pictures ========================================= */

#fixWeck{
  width: 100%;
  height: auto;
  border-top: 2px solid #168BF2;
  margin-bottom: -4px;
}
/* === STORY ========================================================  */

#story-bereich {
  border-top: 2px solid #168BF2;
  border-bottom: 2px solid #168BF2;
  background-repeat: repeat-y;
  background-size: 100%;
  text-align: center;
  z-index: 1;
}

#story-container {
  width: 85%;
}
.story-box {
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.story-box > a {
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.story-box > a > img {
  height: 200px;
}

.story-box > h1 > span {
  font-family: "RoundBook";
  color: #acd4f7;
  font-size: 2rem;
}

#untergang-center {
  margin-top: 1rem;
}
#untergang-center > a > img {
  top: 0;
  right: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}


@media (max-width: 1300px) {
  .storyhead > h1 {
    margin-top: 4.5rem;
  }
}


@media (max-width: 860px) {

  .story-box {
    width: 100%;
  }

}

/*===================================================NATURE================================*/

#NATURE-bereich {
  border-bottom: 2px solid #168BF2;
  background-repeat: repeat-y;
  background-size: 100%;
  padding-top: 3rem;
}

#NATURE-bereich span {
  font-family: "RoundBold";
  color:  #5cac2b;
}

#NATURE-bereich  h1 {
  color: #5cac2b;
}

.service-box {
  text-align: center;
  width: 70%;
}

.service-box p{
  font-size:  1rem;
}

.service-box  h1 {
  font-size: 1.2rem;
  font-family: "RoundMedium";
  text-transform: uppercase;
}

#NATURE-bereich .row:nth-of-type(2) > .col-2:first-of-type > .service-box {
  margin-right: 0;
  margin-left: auto;
}

#NATURE-bereich .row:nth-of-type(2) > .col-2:nth-of-type(2) > .service-box {
  margin-left: auto;
  margin-right: auto;
}

 .service-icon-nature {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

#Tech-icon {
  background: url("./../img/PICS4.png") left 0 top 0;
}

#Panda-icon {
  background: url("./../img/PICS4.png") left -200px top 0;

}

#Wald-icon {
  background: url("./../img/PICS4.png")left -400px top 0;
}

@media (max-width: 768px) {
  #NATURE-bereich .row:nth-of-type(2) > .col-2:first-of-type > .service-box {
    margin-right: auto;
    margin-left: auto;
  }
  #NATURE-bereich .row:nth-of-type(2) > .col-2:nth-of-type(3) > .service-box {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 480px) {

  .service-box {
    width:100%;
  }
}

/*=============================== SUPPORTER BEREICH ==================================*/

#SUPPORTER-bereich {
  border-bottom: 2px solid #168BF2;
  background-repeat: repeat-y;
  background-size: 100%;
  padding-top: 3rem;
  color: #d4e1ec;
}

#SUPPORTER-bereich span {
  font-family: "RoundBold";
}

#supportreihe {
  margin-top: 1.5rem;
}

#supportreihe p{
  margin-top: 2rem;
}
.service-box {
  text-align: center;
  width: 70%;
}

.service-box > a > img {
  max-width: 150px;
  height: auto;
}

.service-box > h1 {
  font-size: 1.2rem;
  font-family: "RoundMedium";
  color: #d4e1ec;
  text-transform: uppercase;
}

#SUPPORTER-bereich .row:nth-of-type(2) > .col-2:first-of-type > .service-box {
  margin-right: 0;
  margin-left: auto;
}

#SUPPORTER-bereich .row:nth-of-type(2) > .col-2:nth-of-type(2) > .service-box {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  #SUPPORTER-bereich .row:nth-of-type(2) > .col-2:first-of-type > .service-box {
    margin-right: auto;
    margin-left: auto;
  }
  #SUPPORTER-bereich .row:nth-of-type(2) > .col-2:nth-of-type(3) > .service-box {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 480px) {

  .service-box {
    width:100%;
  }
}

/* ====================== NEWSLETTER_BEREICH ============================== */

#newsletter-bereich {
  width: 100%;
  height: auto;
  background-color: #939191;
  border-bottom: 2px solid #168BF2;
  padding-bottom: 0;
  padding-top: 0;
}

#nl-werbetext {
  margin-top: .4rem;
  margin-bottom: -.5rem;
  color: #fff;
  font-size: 1rem;
  padding-left: 20px;
}

#nb-form {
  margin-top: -.1rem;
  float: right;
  width: 100%;
  text-align: right;
}

#nb-email-input {
  width: 78%;
  height: 35px;
  border: 2px solid #fff;
  padding: .3rem;
}

#nb-btn {
  height: 35px;
}

@media (max-width: 1714px) {

  #nb-email-input {
    width: 70%;
  }

}

@media (max-width: 1278px) {

  #nb-email-input {
    width: 100%;
    margin-bottom: .5rem;
  }
  #nb-btn {
    width: 100%;
  }
  #nl-werbetext {
    margin-top: 1.5rem;
    margin-bottom: -0.5rem;
    color: #fff;
    font-size: 1rem;
  }

}

@media (max-width: 769px) {

  #nl-werbetext {
    display: none;
  }
  #nb-form {
    margin-top: 0px;
  }
  #newsletter-bereich .col-4 {
    display: none;
  }

}

@media (max-width: 480px) {

  #nb-email-input {
    height: 25px;
  }
  #nb-btn {
    height: 25px;
    padding-top: 0.15rem;
  }

}

/* ============ FOOTER-BEREICH=============================================== */

#footer-nav {
  width: 100%;
  height: 80px;
  background-size: 100%;
  border-bottom: 2px solid #168BF2;
  position: relative;
  font-size: 1.5rem;
  background-image: linear-gradient(90deg, #0b031c 10%, #052a59, #0b031c 90%);
  font-family: 'Roboto', sans-serif;
}

#footer-nav  a > img {
  height: 50px;
  width: auto;
  float: left;
}

#footer-nav ul {
  margin-top: -13px;
  padding: 0;
  float: right;
  height:152%;

}

#footer-nav ul > li {
  display: inline-block;
  margin-left: 0.2rem;
  height: 100%;
  padding: 0.8rem 0.5rem 0 0.5rem;

  text-align: center;
}

#footer-nav ul > li > a {
  margin-top: 1rem;
  display: inline-block;
}

#footer-nav ul > li > a:link {
  color: #d4e1ec;
  text-decoration: none;
}

#footer-nav ul > li > a:visited {
  color: #d4e1ec;
  text-decoration: none;
}

#footer-nav ul > li > a:hover {
  color: #d4e1ec;
  text-decoration: none;
}

#footer-nav ul > li > a:active {
  color: #939191;
  text-decoration: none;
}

#footer-nav ul > .active > a:link {
  color: #168BF2;
  text-decoration: none;
}

#footer-nav ul > .active > a:visited {
  color: #168BF2;
  text-decoration: none;
}

#footer-nav ul > .active > a:hover {
  color: #168BF2;
  text-decoration: none;
}

#footer-nav ul > .active > a:active {
  color: #168BF2;
  text-decoration: none;
}

#hfooter-nav .col-6 {
  padding-top: 0;
  padding-bottom: 0;
}

#footer-nav .container,
#footer-nav .row,
#footer-nav .col-6 {
  height: 100%;
}

.logo-link {
  display: inline-block;
}

/* === Footer MOBIL ============================================= */

#footer-mobile-nav-button {
  color: #d4e1ec;
  float: right;
  font-size: 3rem;
  /* border: 2px solid #f8edc4; */
  width: 37px;
  height: 37px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 1.5rem;
}

#footer-mobile-nav-button > span {
  position: absolute;
  bottom: -10px;
  left: 3px;

}

#footer-mobile-nav-content > ul > li {
  display: block;
  background-color: #168BF2;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  border: 1px solid #0b031c;
  border-radius: 8px;
}

#footer-mobile-nav-content > ul > li > a {
  display: block;
  margin: -12px -5px 0;

}

#footer-mobile-nav-dropdown {
  position: relative;
  display: inline-block;
  float: right;

}

#footer-mobile-nav-content {
  position: absolute;
  right: 38px;
  top: -67px;
  display: none;

}

#footer-mobile-nav-dropdown:hover > #footer-mobile-nav-content {
  display: block;
}

#footer-mobile-nav {
  display: none;
}

@media (max-width: 920px) {

  #footer-desktop-nav {
    display: none;
  }
  #footer-mobile-nav {
    display: block;
  }
}

/* ============================ Leistungen-Seite ==================== */

.leist1 {
  background: rgba(172, 212, 247, 0.2);
  color: #d4e1ec;
  background-repeat: repeat-y;
  background-size: 100%;
}

.leist2 {
  background: rgba(172, 212, 247, 0.2);
  color: #d4e1ec;
  background-repeat: repeat-y;
  background-size: 100%;
}

.leist3 {
  background: rgba(172, 212, 247, 0.2);
  color: #d4e1ec;
  background-repeat: repeat-y;
  background-size: 100%;
}

.leist4 {
  background: rgba(172, 212, 247, 0.2);
  color: #d4e1ec;
  background-repeat: repeat-y;
  background-size: 100%;
}


.leistungen {
  padding-top: 0.5rem;
  padding-bottom: 3rem;
}

.leistungen:nth-last-of-type(even) {

  border-bottom: 2px solid #168BF2;
}

.leistungen:nth-last-of-type(odd) {
  border-bottom: 2px solid #168BF2;
}

.flex-container {
  display: flex;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-around;
  align-items: stretch;
  padding-top: 2rem;
}

.flex-container > .intro-container {
  width: 100%;
}

.leistungs-box > h1{
  font-size: 1.2rem;
  font-family: "RoundMedium";
}

.leist4 a {
  color: #d4e1ec;
  text-decoration: none;
}

.leist4 a:visited {
  color: #d4e1ec;
  text-decoration: none;
}

@media (max-width: 1300px) {

  .flex-container {
    width: 90%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 1024px) {

  .flex-container {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.leistungs-box {
      flex-basis: 25%;
  text-align: center;
  color: #d4e1ec;
  min-height: 150px;
  padding: 2rem 4rem;
  border-radius: 15px;
  display: flex;
          flex-direction: column;
      justify-content:space-around;

}


.leistung-auswählen-btn {
  width: 80%;
  height: 2.5rem;
  font-size: 1rem;
  border-radius: 10px;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  min-width: 170px;
}

.leistungs-box h1 {
  margin-bottom: 0;
  margin-top: 1.5rem;
  color: #168BF2;
}

#kühl-icon {
  background: url("./../img/PICS5.png") left 0 top 0;
}

#personal-icon {
  background: url("./../img/PICS5.png") left -200px top 0;

}

#mob-icon {
  background: url("./../img/PICS5.png")left -400px top 0;
}

@media (max-width: 1824px) {

  .leistungs-box {
        flex-basis: 28%;
  }

}

@media (max-width: 1564px) {

  .leistungs-box {
        flex-basis: 30%;
    padding: 1.5rem 3rem;
  }


}

@media (max-width: 1462px) {

  .leistungs-box {
    padding: 1.5rem 1.5rem;
  }


}


@media (max-width: 904px) {

  .flex-container {
            flex-direction: column;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .leistungs-box {
    margin-bottom: 2rem;
    min-height: initial;
  }

}

@media (max-width: 618px) {

  .leistungs-box {
    padding: 0.5rem 1.5rem;
  }
  .flex-container {
    width: 85%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

}

@media (max-width: 287px) {

  .leistungs-box {
    padding: 0.25rem 2rem ;
  }

}

/* =========== KONTAKT-SEITE ============================================= */

#background-kontakt span1 {
  font-size: 0.8rem;
}

#kontakt-formular input,
#kontakt-formular textarea {
  width: 100%;
  border: 2.5px solid #168BF2;
  font-family: 'RoundBook';
  padding: 0.5rem;
  font-size: 1rem;
  color: #0b031c;
  transition: border .5s ease-in-out;
}

#kontakt-formular textarea {
  height: 100px;
}

 #datenschutz {
   text-decoration: none;
   color: #acd4f7;
 }

 #datenschutz:visited {
   color: #acd4f7;
 }

 #kontakt-formular span {
   font-family: "RoundBold";
 }

 #kontakt-formular p {
   width: 95%;
   margin-left: auto;
   margin-right: auto;
 }

.kontakt-bereich {
  background-repeat: repeat-y;
  background-size: 100%;

}

#kontakt-formular {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 4rem;

}

#kontakt-formular input:hover,
#kontakt-formular input:focus,
#kontakt-formular textarea:hover,
#kontakt-formular textarea:focus {
  font-family: 'RoundBold';
  border: 2.5px solid #97c21e;

}

.kontakt-senden-btn {
  width: 200px;
  padding: 0.5rem;
  font-size: 1rem;
}

@media (max-width: 1300px) {

  #kontakt-formular {
    width: 85%;
  }

}

@media (max-width: 1024px) {

  #kontakt-formular {
    width: 90%;
  }

}

@media (max-width: 768px) {
  .kontakt-senden-btn {
    width: 100%;
  }

}


/* =========== STORY-SEITE ============================================= */
 .story-intro {
   padding-top: 3rem;
 }
.story {
  background: rgba(172, 212, 247, 0.2);
  color: #d4e1ec;
  text-align: center;
  padding: 1rem 2rem 1rem;
  width: 80%;
  margin-bottom: 0rem;
  border-radius: 15px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;

}
.leistungen span{
  font-family: "RoundBold";
    color: #acd4f7;
}

#btn-urknall {
  background-color: #1faec2;
  border: 2.5px solid #168BF2;
}

#btn-aufbruch {
  background-color: #1faec2;
  border: 2.5px solid #168BF2;
}

#btn-dsdgs {
  background-color: #1faec2;
  border: 2.5px solid #168BF2;
}

#btn-untergang {
  background-color: #64656d;
  border: 2.5px solid #1b1e3e;
}

#btn-zurück {
  background-color: #f3c283;
  border: 2.5px solid #e9b6bf;
}

#btn-erkentnis {
  background-color: #5cac2b;
  border: 2.5px solid #047404;
}

#btn-zukunft {
  background-color: #f2a516;
  border: 2.5px solid #E0780b;
}

#pic {
  width: 200px;
  height:auto;
  margin-left: auto;
  margin-right: auto;
}

/* =========================================== Team Pictures ========================================= */

#fixTeam{
  width: 100%;
  height: auto;
  border-bottom: 2px solid #168BF2;
  margin-bottom: -4px;
}

/* ========= IMPRERSUM-BEREICH ========================================== */

#impressum {
  width: 100%;
  border-bottom: 2px solid #168BF2;
  padding-top: 1rem;
  text-align: center;
}

#impressum-container {
  width: 85%;
  margin-left: auto;
  margin-right: auto;

}
#impressum span1 {
  font-size: 0.7rem;

}
#impressum a {
  text-decoration: none;
  color: #168BF2;
  font-family: 'RoundBold';
  font-size: 1.2rem;
}

/* === GRID-SYSTEM ======================================================== */

  .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .row::after {
    content: "";
    clear: both;
    display: block;
  }

  [class*='col-'] {
    float: left;
    min-height: 1px;
    padding: .8rem;
  }

  .col-1 {width: 16.666%; }
  .col-2 {width: 33.333%; }
  .col-3 {width: 50%;     }
  .col-4 {width: 66.666%  }
  .col-6 {width: 100%;    }


@media (max-width: 1024px) {

    .col-1 { width: 33.333%; }

}

@media (max-width: 768px) {

    .col-1 { width: 50%;    }
    .col-2 { width: 100%;   }
    .col-3 { width: 100%;   }
    .col-4 {width: 100%;    }

}

@media (max-width: 480px) {

    .col-1 { width: 100%;   }
    .col-2 { width: 100%;   }
    .col-3 { width: 100%;   }
    .col-4 { width: 100%;   }

}
