/* ===Farben=== */
/*
* Dunkel Blau: #000032
* Hell Grau: #F0F0F0
* Border: #888888
* Unternemü: #000046
* Schatten: #000022
* Hover: #000086
* WhatsApp: #00e653;
* Hell Gelb: #FFFF76;
* Verlauf #FAFAFF; #FEFEFF; #EFEFFF;


 */

/* ===Fonds=== */

/* black-and-white-picture-regular - latin */
@font-face {
  font-family: 'Black And White Picture';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/black-and-white-picture-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Black And White Picture Regular'), local('BlackAndWhitePicture-Regular'),
       url('../fonts/black-and-white-picture-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/black-and-white-picture-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/black-and-white-picture-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/black-and-white-picture-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/black-and-white-picture-v8-latin-regular.svg#BlackAndWhitePicture') format('svg'); /* Legacy iOS */
  font-display: swap;
}

/* calistoga-regular - latin */
@font-face {
  font-family: 'Calistoga';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/calistoga-v1-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Calistoga Regular'), local('Calistoga-Regular'),
       url('../fonts/calistoga-v1-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/calistoga-v1-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/calistoga-v1-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/calistoga-v1-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/calistoga-v1-latin-regular.svg#Calistoga') format('svg'); /* Legacy iOS */
  font-display: swap;
}

/* gabriela-regular - latin */
@font-face {
  font-family: 'Gabriela';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/gabriela-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Gabriela Regular'), local('Gabriela-Regular'),
       url('../fonts/gabriela-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/gabriela-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/gabriela-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/gabriela-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/gabriela-v8-latin-regular.svg#Gabriela') format('svg'); /* Legacy iOS */
  font-display: swap;
}

/* marko-one-regular - latin */
@font-face {
  font-family: 'Marko One';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/marko-one-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Marko One'), local('MarkoOne-Regular'),
       url('../fonts/marko-one-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/marko-one-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/marko-one-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/marko-one-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/marko-one-v9-latin-regular.svg#MarkoOne') format('svg'); /* Legacy iOS */
  font-display: swap;
}

/* ===Global=== */

html{
    font-size: 16px;
}

body {
  background-color: #FFF;
/*   background: url("../img/Hintergrund-Stein.jpg") no-repeat center center fixed;*/
  background-size: 100% 100%;
  margin: 0;
  font-family: 'Times New Roman', 'Black And White Picture', 'Calistoga', 'Gabriela', 'Marko One', 'Lato', 'Helvetica Neue', 'Arial', sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section{
  padding-top: 1.2rem;
  padding-bottom: 2.4rem;
}

@media (max-width: 1366px){
  section{
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 1024px){
  section{
    padding-top: 0.6rem;
    padding-bottom: 1.2rem;
  }
}

  @media (max-width: 768px){
    section{
      padding-top: .2rem;
      padding-bottom: .4rem;
    }
  }

:focus{;
    outline: none;
}

/* ===Generelles=== */

video{
  width: 100%;
  height: auto;
}

.container .baustelle{
margin-left: auto;
margin-right: auto;
text-align: center;
}

.container .baustelle img{
width: 80%;
height: auto;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.aktive{
}

.aktiveAnker{
    color: #00e653 !important;
}

.wichtiger-text{
font-weight: bold;
}

.screenreader
{
  display: none;
}

.intro-container{
  color: #000;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.intro-container > h1{
  text-decoration: none;
  font-family: 'Gabriela', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.8rem;
/*  text-transform: uppercase;*/
}

.intro-container > h2{
    font-size: 1.6rem;
}

.intro-container > a > h1{
  text-decoration: underline;
  color: #000;
  font-family: 'Gabriela', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.8rem;
  -webkit-transition: color 3s ease-in-out;
  -o-transition: color 3s ease-in-out;
  transition: color 3s ease-in-out;
/*  text-transform: uppercase;*/
}

.intro-container > a > h1:hover{
  color: #000086;

}

.intro-container > p{
  font-size: 1.6rem;
}

#cookie-popup {
  color: #fff;
  text-align: center;
  background: url("../img/80-Prozent-grau.png") no-repeat center center fixed;
  background-size: 100% 100%;
  position: fixed;
  min-height: 400px;
  top: 150px;
  left: 0;
  right: 0;
  z-index: 9999;
  font-size:1.3rem;
  line-height:20px;
  padding: 140px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
          box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  }

#cookie-popup > button{
    background: #009900;
    }

#cookie-popup > a > button{
    background: #CC0000;
    }

#cookie-popup span a{
  color: #fff;
  }

#cookie-popup button{
  font-size:1.3rem;
}

#cookie-popup.hidden {
  display: none;
}

@media (max-width: 1366px){
  .intro-container{
    width: 90%;
  }
  .intro-container > p{
    margin-bottom: .5rem;
  }
}

@media (max-width: 1024px){
  #cookie-popup {
    min-height: 200px;
    top: 40px;
    padding: 40px;
    font-size:1.2rem;
    }
    #cookie-popup button{
      font-size:1.2rem;
    }
  .intro-container{
    width: 90%;
    }
    .intro-container > p{
      margin-bottom: 0;
    }
}

@media (max-width: 768px){
  .intro-container{
    width: 90%;
    margin-bottom: 1rem;
  }
  #cookie-popup {
    min-height: 150px;
    top: 30px;
    padding: 30px;
    font-size:1.0rem;
    }
    #cookie-popup button{
      font-size:1.1rem;
    }
    .intro-container > h1{
      font-size: 1.6rem;
    }
    .intro-container > h2{
        font-size: 1.5rem;
    }
    .intro-container > p{
      font-size: 1.5rem;
    }
}

@media (max-width: 480px){
    .intro-container > h1{
      font-size: 1.4rem;
    }
    .intro-container > h2{
        font-size: 1.3rem;
    }
    .intro-container > p{
      font-size: 1.3rem;
    }
}

/* ===Buttons=== */
.btn-tpe-1{
  background-color: transparent;
  color: #fff;
}

.btn-tpe-1:hover{
  color: #000086;
}

.btn-type-2 {
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 20px -2px #000086;
          box-shadow: 0px 0px 20px -2px #000086;
  -webkit-transition: color .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
  transition: color .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
  -o-transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
  transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
  transition: color .4s ease-in-out, box-shadow .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
  -webkit-transition: font-weight .4s ease-in-out;
  -o-transition: font-weight .4s ease-in-out;
  transition: font-weight .4s ease-in-out;
}

.btn-type-2:hover{
  -webkit-box-shadow: 0px 0px 15px 4px #000086;
          box-shadow: 0px 0px 15px 4px #000086;
  -webkit-transition: color .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
  transition: color .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
  -o-transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
  transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
  transition: color .4s ease-in-out, box-shadow .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
}

.btn-type-2-aktiv {
  -webkit-box-shadow: 0px 0px 15px 4px #00e653;
          box-shadow: 0px 0px 15px 4px #00e653;
}

.btn-typ-3{
  background-color: transparent;
  border: 2px solid #000032;
  color: #000032;
  font-size: 1rem;
  -webkit-transition: border .4s ease-in-out;
  -o-transition: border .4s ease-in-out;
  transition: border .4s ease-in-out;
}

.btn-typ-3:hover{
  border: 2px solid #000086;
  font-weight: normal;
}

.nav-bottom{
  text-align: center;
}

.nav-bottom .weiter-buttom{
  display: inline-block;
  height: 104px;
  margin-left: 30px;
  margin-right: 30px;
}

.btn-navigation{
  margin-bottom: 4px;
  -webkit-box-shadow: 3px 3px 20px 6px #000032;
          box-shadow: 3px 3px 20px 6px #000032;
  border-radius: 50%;
  -webkit-transition: color .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
  transition: color .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
  -o-transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
  transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
  transition: color .4s ease-in-out, box-shadow .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
}

.btn-navigation:hover{
  -webkit-box-shadow: 3px 3px 30px 6px #000086;
          box-shadow: 3px 3px 30px 6px #000086;
  border-radius: 50%;
}

.btn-navigation-footer{
  -webkit-box-shadow: 3px 3px 20px 6px #000032;
          box-shadow: 3px 3px 20px 6px #000032;
  border-radius: 50%;
  -webkit-transition: color .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
  transition: color .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
  -o-transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
  transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
  transition: color .4s ease-in-out, box-shadow .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
}

.btn-navigation-footer:hover{
  -webkit-box-shadow: 3px 3px 30px 6px #000086;
          box-shadow: 3px 3px 30px 6px #000086;
  border-radius: 50%;
}

.btn-navigation-seite{
  margin-bottom: 4px;
  -webkit-box-shadow: 0px 0px 35px 1px #000032;
          box-shadow: 0px 0px 35px 1px #000032;
  border-radius: 20px 0 0 20px;
  -webkit-transition: color .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
  transition: color .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
  -o-transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
  transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
  transition: color .4s ease-in-out, box-shadow .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
}

.btn-navigation-seite:hover{
  -webkit-box-shadow: 0px 0px 25px 5px #000086;
          box-shadow: 0px 0px 25px 5px #000086;
  border-radius: 20px 0 0 20px;
}

@media (max-width: 768px){
  .nav-bottom .weiter-buttom img{
    height: 100%;
    width: 100%;
  }
  .nav-bottom .weiter-buttom{
    height: 64px;
    width: 64px;
    margin-left: 10px;
    margin-right: 10px;
    margin: 0;
  }
}

/* <!-- Button Navigationsschalter --> */
.button-nav{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 0;
  padding-bottom: 2rem;
}

.button-nav > .container > .row > .col-2{
  text-align: center;
  padding: 0;
  margin: 1rem 0 0 0;
}


.button-nav a{
  font-size: 1.0rem;
  padding: 0.4rem;
  font-weight: normal;
  min-height: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;                /* Text Vertical in die Mitte*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;          /* Text Vertical in die Mitte*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;      /* Text Vertical in die Mitte*/
}

.btn-button-nav{
  background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#606060));
  background: -o-linear-gradient(top, #FEFEFE 0%, #606060 100%);
  background: linear-gradient(180deg, #FEFEFE 0%, #606060 100%);
  -webkit-box-shadow: 0px 0px 15px 2px #000032;
          box-shadow: 0px 0px 15px 2px #000032;
  color: #000;
  display: block;
  text-decoration: none;
  width: 100%;
  margin: 0.07rem 1rem 0.07rem 0.07rem;
  padding: 0;
  border-radius: 15px;
  text-align: center;
  -webkit-transition: -webkit-box-shadow .6s ease-in-out;
  transition: -webkit-box-shadow .6s ease-in-out;
  -o-transition: box-shadow .6s ease-in-out;
  transition: box-shadow .6s ease-in-out;
  transition: box-shadow .6s ease-in-out, -webkit-box-shadow .6s ease-in-out;
}

.btn-button-nav-neu{
  background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#606060));
  background: -o-linear-gradient(top, #FEFEFE 0%, #606060 100%);
  background: linear-gradient(180deg, #FEFEFE 0%, #606060 100%);
  -webkit-box-shadow: 0px 0px 30px 2px #000032;
          box-shadow: 0px 0px 30px 2px #000032;
  color: #000;
  display: block;
  text-decoration: none;
  width: 100%;
  margin: 0.07rem 1rem 0.07rem 0.07rem;
  padding: 0;
  border-radius: 15px;
  text-align: center;
  -webkit-transition: -webkit-box-shadow .6s ease-in-out;
  transition: -webkit-box-shadow .6s ease-in-out;
  -o-transition: box-shadow .6s ease-in-out;
  transition: box-shadow .6s ease-in-out;
  transition: box-shadow .6s ease-in-out, -webkit-box-shadow .6s ease-in-out;
}

.btn-button-nav:hover{
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 15px 2px #000086;
          box-shadow: 0px 0px 15px 2px #000086;
  -webkit-transition: -webkit-box-shadow .6s ease-in-out;
  transition: -webkit-box-shadow .6s ease-in-out;
  -o-transition: box-shadow .6s ease-in-out;
  transition: box-shadow .6s ease-in-out;
  transition: box-shadow .6s ease-in-out, -webkit-box-shadow .6s ease-in-out;
}

.btn-button-nav-neu:hover{
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 15px 2px #000086;
          box-shadow: 0px 0px 15px 2px #000086;
  -webkit-transition: -webkit-box-shadow .6s ease-in-out;
  transition: -webkit-box-shadow .6s ease-in-out;
  -o-transition: box-shadow .6s ease-in-out;
  transition: box-shadow .6s ease-in-out;
  transition: box-shadow .6s ease-in-out, -webkit-box-shadow .6s ease-in-out;
}

.btn-button-nav-aktiv {
  font-weight: bold !important;
  -webkit-box-shadow: 0px 0px 15px 4px #00e653 !important;
          box-shadow: 0px 0px 15px 4px #00e653 !important;
}


@media (max-width: 480px){
  .button-nav{
    width: 80%;
    }
  }




/* <!-- Kopfbilder --> */

#head{
    background-color: #FFF;
}
/*
#header-banner-bild {
  width: 100%;
  height: 0;
  padding-top: 16.666%;
  background: url("../img/Hintergrund1920Bild.jpg") no-repeat center center;
  background-size: contain;
}

#header-banner-text {
  width: 100%;
  height: 0;
  padding-top: 10.5%;
  background: url("../img/Hintergrund1920Text.jpg") no-repeat center center;
  background-size: contain;
}

#header-banner-mobil-text {
  width: 100%;
  height: 0;
  display: inline-block;
  padding-top: 10.5%;
  background: url("../img/HintergrundMobil1920_text.jpg") no-repeat left center;
  background-size: contain;
}
*/

#header-banner-text-bild {
  width: 100%;
  height: 0;
  padding-top: 11.5%;
  background: url("../img/Hintergrund1920Bild und text.jpg") no-repeat center center;
  background-size: contain;
}


@media (max-width: 1024px){
  #header-banner-text-bild {
    width: 100%;
    height: auto;
    padding-top: 17%;
    background: url("../img/Hintergrund1920Bild und text klein.jpg") no-repeat center center;
    background-size: contain;
  }
}

@media (max-width: 480px){
  #header-banner-text-bild {
    width: 100%;
    height: auto;
    padding-top: 29.5%;
    background: url("../img/Hintergrund1920Bild und text mini.jpg") no-repeat center center;
    background-size: contain;
  }
}

/* <!-- Navigationsleiste --> */


/*
#header-nav {
  width: 100%;
  background: url("../img/Menueleiste-blau.png") no-repeat center center;
/*  pos/*ition: sticky;          */             /*Position oben festhalten beim runterschrollen*/
/*  top: 0;*/
/*  font-weight: bold;
  font-size: 1.1rem;*/
/*
#header-nav a > img {
  height: 30px;
  width: auto;
  margin-top: .55rem;
  margin-left: 100px;
  float: left;
}


#header-nav > div > div > div > ul {
    margin: 0;
    padding: 0;
    float: right;
    height: 100%;
}

#header-nav ul > li {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-left: .6rem;
  height: 100%;
  padding: 0.7rem .4rem 0 0.8rem;
}
/*
#header-nav ul > li > a {
  color: #fff;
  font-size: 1.2rem;
  margin-top: 0.3rem;
  padding-bottom: 0.6rem;
  display: inline-block;
}

#header-nav ul > li > a:link {
  color: #fff;
  text-decoration: none;
}

#header-nav ul > li > a:visited {
  color: #fff;
  text-decoration: none;
}

#header-nav ul > li > a:active {
  color: #FFFF76;
  text-decoration: none;
}
#header-nav ul > li > a:hover {
  color: #000066;
  transition: color .2s ease-in-out;
  text-decoration: none;
}
/*
#header-nav .col-12{
  padding-top: 0;
  padding-bottom: 0;
}
/*
#header-nav .container,
#header-nav .row,
#header-nav .col-12{
  height: 50px;    /*Border vom NAV ausgleichen*/
/*
.logo-link{
  display: inline-block;
}

/*     submenu navigation links      */
/*
ul.submenu {
    background-color: #000046;
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none inside;
    margin-block-start: 2px;
    margin-block-end: 0px;
    padding-inline-start: 0px;
    float: right;
    display: block;
    position: absolute;
    top: 47px;
    border-bottom: 2px solid #111;
    border-right: 2px solid #111;
    border-left: 4px solid #111;
    border-radius: 0 0 20px 20px;
}
/*
.submenu li a {
display: block;
padding: 0.4em;
text-decoration: none;
font-weight: bold;
text-align: center;
transition: all .25s ease-in;
transition: all 0s ease-out;
}

#header-nav .submenu {
	visibility: hidden;
	height: 0;
	z-index: 1000;
}
/*
#header-nav .submenu li {
  display: block;
  margin: 0;
  padding-top: 0.4rem;
/*  display: list-item;
	 width: 15em; */

/**     Show the submenu on hover, focus     **/
/*
#header-nav li:hover .submenu,
#header-nav li:active .submenu,
#header-nav li:focus .submenu {
	visibility: visible;
	height: auto;
}

#header-nav li:focus-within .submenu {
	visibility: visible;
	height: auto;
}


/* === Navigationsleiste (Mobil) === */
/*
#mobile-nav-button{
  color: #fff;
  font-size: 2rem;
  border: 2px solid #fff;
  width: 37px;
  height: 37px;
  position: relative;
  margin-top: .4rem;
  margin-bottom: .5rem;
  right: -30px;
}
/*
#mobile-nav-button > span{
  position: absolute;
  bottom: -2px;
  left: 7px;
}
/*
#mobile-nav-content > ul >li{
  display: block;
  background-color: #000032;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  text-align: center;
}
/*
#mobile-nav-dropdown{
  position: relative;
  display: inline-block;
  float: right;
  right: 10px;
}
/*
#mobile-nav-content{
  position: absolute;
  right: -5px;
  top: 30px;
  width: 250px;
  display: none;
  font-size: 0.5rem;
}
/*
#mobile-nav-dropdown:hover > #mobile-nav-content{
 display: block;
}
*/
#mobile-nav{
  display: none;
}
/*
@media (max-width: 768px){
  #desktop-nav{
    display: none;
  }
  .button-nav{
    display: none;
  }
  #header-nav{
      background: none;
  }
  #mobile-nav{
    display: block;
  }
  #header-nav ul > li > a {
    font-size: 1.0rem;
    margin-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}


/* === Navigations Rechte Seitenleiste === */

#buttom-seite-nav-content > ul{
  padding: 20px 0 20px 0;
/*   border: 3px solid #999; */
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#202050), to(#000031));
  background: -o-linear-gradient(left, #202050 0%, #000031 100%);
  background: linear-gradient(90deg, #202050 0%, #000031 100%);
}

#buttom-seite-nav-content > ul >li{
  display: block;
  color: #000;
  font-size: 1.2rem;
  text-decoration: none;
  font-weight: bold;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  margin: 0.3rem 0 0 1rem;
  text-align: left;
}

#buttom-seite-nav-dropdown{
  position: relative;
  display: inline-block;
  float: right;
  right: 10px;
}

#buttom-seite-nav-content{
  position: absolute;
  right: 60px;
  top: -40px;
  width: 350px;
  display: none;
/*  opacity: 0;
  transition: opacity 0.2s;*/
}

#rechte-seite-nav img{
  width: 60px;
  height: 60px;
}

#buttom-seite-nav-dropdown:hover #buttom-seite-nav-content{
  display: block;
 /*opacity: 1;
 transition: opacity 0.6s;*/
}


.menu-buttom-seite ul > li > a {
  font-size: 1.2rem;
  text-decoration: none;
  font-weight: bold;
}
.menu-buttom-seite ul > li > a:link {
  color: #FFFFAA;
  text-decoration: none;
}

.menu-buttom-seite ul > li > a:visited {
  color: #FFF;
  text-decoration: none;
}

.menu-buttom-seite ul > li > a:active {
  color: #FFFF76;
  text-decoration: none;
}
.menu-buttom-seite ul > li > a:hover {
  color: #9999FF;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  text-decoration: none;
}

.aktive > a  {
  color: #00CC00 !important;
  text-decoration: none;
}

.hide-oben {
   display: none;
}
.show-unten {
   display: block;
}
.hide-unten {
   display: none;
}
.show-oben {
   display: block;
}
.oben-buttom-seite{
  position: fixed;
  top: 120px;
  right: 0px;
}
.menu-buttom-seite{
  position: fixed;
  top: 220px;
  right: -10px;
}
.home-buttom-seite{
  position: fixed;
  top: 320px;
  right: 0px;
}
.zurueck-buttom-seite{
  position: fixed;
  top: 420px;
  right: 0px;
}
.unten-buttom-seite{
  position: fixed;
  top: 520px;
  right: 0px;
}

@media (max-width: 1500px){
  #rechte-seite-nav img{
    width: 60px;
    height: 60px;
  }
  #buttom-seite-nav-content{
    right: 60px;
    top: -60px;
  }
  .oben-buttom-seite{
    top: 100px;
  }
  .menu-buttom-seite{
    top: 180px;
  }
  .home-buttom-seite{
    top: 260px;
  }
  .zurueck-buttom-seite{
    top: 340px;
  }
  .unten-buttom-seite{
    top: 420px;
  }
}
@media (max-width: 1024px){
  #rechte-seite-nav img{
    width: 50px;
    height: 50px;
  }
  #buttom-seite-nav-content{
    right: 50px;
    top: -80px;
  }
  #buttom-seite-nav-content > ul{
    padding: 10px 0 10px 0;
  }
  #buttom-seite-nav-content > ul >li{
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
    margin: 0.2rem 0 0 0.5rem;
  }
  .menu-buttom-seite ul > li > a {
    font-size: 1.0rem;
  }
  .oben-buttom-seite{
    top: 102px;
  }
  .menu-buttom-seite{
    top: 157px;
  }
  .home-buttom-seite{
    top: 212px;
  }
  .zurueck-buttom-seite{
    top: 267px;
  }
  .unten-buttom-seite{
    top: 322px;
  }
}

@media (max-width: 768px){
  #rechte-seite-nav img{
    width: 40px;
    height: 40px;
  }
  #buttom-seite-nav-content{
    right: 40px;
    width: 250px;
    top: -130px;
  }
  #buttom-seite-nav-content > ul{
    padding: 5px 0 5px 0;
  }
  #buttom-seite-nav-content > ul >li{
    padding-top: 0.01rem;
    padding-bottom: 0.01rem;
    margin: 0.1rem 0 0 0.1rem;
  }
  .menu-buttom-seite ul > li > a {
    font-size: 0.8rem;
  }
  .oben-buttom-seite{
    top: 72px;
  }
  .menu-buttom-seite{
    top: 118px;
  }
  .home-buttom-seite{
    top: 164px;
  }
  .zurueck-buttom-seite{
    top: 210px;
  }
  .unten-buttom-seite{
    top: 256px;
  }
}
@media (max-width: 480px){
  #rechte-seite-nav img{
    width: 35px;
    height: 35px;
  }
  #buttom-seite-nav-content{
    right: 35px;
    width: 230px;
    top: -130px;
  }
  #buttom-seite-nav-content > ul{
    padding: 4px 0 4px 0;
  }
  #buttom-seite-nav-content > ul >li{
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 0 0 0;
  }
  .menu-buttom-seite ul > li > a {
    font-size: 0.7rem;
  }
  .oben-buttom-seite{
    top: 80px;
  }
  .menu-buttom-seite{
    top: 124px;
  }
  .home-buttom-seite{
    top: 168px;
  }
  .zurueck-buttom-seite{
    top: 212px;
  }
  .unten-buttom-seite{
    top: 256px;
  }
}
/*--- Auswahl Gewerbe / Privat ---*/

.auswahl-box-btn{
  background: -o-linear-gradient(335deg, #FAFAFF 0%, #E5E5FF 100%);
  background: linear-gradient(165deg, #FAFAFF 0%, #E5E5FF 100%);
  color: #000;
  display: block;
  text-decoration: none;
  margin-right: auto;
  margin-left: auto;
  border-radius: 25px;
  text-align: center;
  padding: 1rem;
  }

  .auswahl-box h2{
    display: block;
    font-family: 'Gabriela', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.5rem;
    text-decoration: underline;
    color: #000;
    }

    @media (max-width: 768px){
      .auswahl-box h2{
        font-size: 1.2rem;
        }
      }

      @media (max-width: 480px){
        .auswahl-box h2{
          font-size: 1.0rem;
          }
        }

/*--- Hauptseite Leistungenbereich ---*/

#leistungen-bereich .row > .col-12:nth-of-type(even) > .leistungs-teaser-box{
margin-right: auto;
margin-left: 1rem;
}

#leistungen-bereich .row > .col-12:nth-of-type(odd) > .leistungs-teaser-box{
margin-right: 1rem;
margin-left: auto;
}

.leistungs-teaser-box{
  text-align: center;
}

.leistung-ansehen-box-btn{
  background: -o-linear-gradient(335deg, #FAFAFF 0%, #E5E5FF 100%);
  background: linear-gradient(165deg, #FAFAFF 0%, #E5E5FF 100%);
color: #000;
display: block;
text-decoration: none;
width: 100%;
border-radius: 15px;
text-align: center;
}

.leistungs-teaser-box h1{
  font-size: 1.4rem;
  color: #000;
  margin: 0;
  padding: 2rem 1.2rem 0 1.2rem;
  min-height: 5rem;
}

.leistungs-teaser-box a > div{
  width: 80%;
  height: 140px;
  line-height: 140px;
  margin-left: auto;
  margin-right: auto;
}

.leistungs-teaser-box p{
  font-size: 1.2rem;
  color: #000;
  line-height: 1.0;
  display: inline-block;
  vertical-align: middle;
  padding: 0 1.2rem 0 1.2rem;
  margin-top: 0;
}

.leistungs-tesa-box-bild{
  border: 1px solid #000;
  margin-top: 1rem;
  margin-bottom: 2rem;
  height: auto;
  width: 45%;
  -webkit-box-shadow: 5px 5px 25px 5px #000022;
          box-shadow: 5px 5px 25px 5px #000022;
}



@media (max-width: 1800px){
  .leistungs-teaser-box a > div{
    height: 160px;
    line-height: 160px;
    }
    .leistungs-tesa-box-bild{
      width: 50%;
    }
}
@media (max-width: 1550px){
  .leistungs-teaser-box a > div{
    height: 190px;
    line-height: 190px;
  }
  .leistungs-tesa-box-bild{
    width: 55%;
  }
  .leistungs-teaser-box h1{
    min-height: 7rem;
  }
}

@media (max-width: 1366px){
  .leistungs-teaser-box a > div{
    height: 240px;
    line-height: 240px;
  }
  .leistungs-tesa-box-bild{
    width: 60%;
  }
}

@media (max-width: 1024px){
  .leistung-ansehen-box-btn{
      width: 98%;
      }
    .leistungs-teaser-box a > div{
      height: auto;
      line-height: normal;
    }
    .leistungs-tesa-box-bild{
      width: 65%;
    }
  #leistungen-bereich .row > .col-12:nth-of-type(even) > .leistungs-teaser-box{
    margin-left: .5rem;
  }
  #leistungen-bereich .row > .col-12:nth-of-type(odd) > .leistungs-teaser-box{
    margin-right: .5rem;
  }
}

@media (max-width: 768px){
  .leistung-ansehen-box-btn{
      width: 95%;
      }
  .leistungs-teaser-box a > div{
    height: auto;
    line-height: normal;
  }
  .leistungs-tesa-box-bild{
    width: 70%;
  }
  #leistungen-bereich .row > .col-12:nth-of-type(even) > .leistungs-teaser-box{
  margin-left: 0;
  }

  #leistungen-bereich .row > .col-12:nth-of-type(odd) > .leistungs-teaser-box{
  margin-right: 0;
  }
}

@media (max-width:480px) {
  .leistung-ansehen-box-btn{
      width: 92%;
      }
  .leistungs-teaser-box{
    padding: 1rem 1.1rem 2.5rem;
  }
  .leistungs-teaser-box a > div{
    height: auto;
    line-height: normal;
    }
    .leistungs-tesa-box-bild{
      width: 75%;
    }
  }
/*
@media (max-width:320px) {
  .leistung-ansehen-box-btn{
      width: 90%;
      }
  .leistungs-teaser-box a > div{
    height: 320px;
    line-height: 320px;
  }
  .leistungs-tesa-box-bild{
    width: 80%;
  }
}


/*  ===Hauptseite Service-Bereich=== */

#service-bereich{
  background-color: #F6F6FF;
/*  margin-bottom: 2rem;*/
}

.service-box{
  text-align: center;
  width: 80%;
}

.service-box-überschrift{
  height: 120px;
  line-height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.service-box h1{
  color: #000;
  font-size: 1.4rem;
  line-height: 1.0;
  display: inline-block;
  vertical-align: middle;
}

.service-box p{
  color: #000;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

#service-bereich .row:nth-of-type(2) > .col-4:first-of-type > .service-box{
  margin-right: 0;
  margin-left: auto;
}

#service-bereich .row:nth-of-type(2) > .col-4:nth-of-type(2) > .service-box{
  margin-right: auto;
  margin-left: auto;
}

#service-bereich .row:nth-of-type(3) > .col-4:first-of-type > .service-box{
  margin-right: 0;
  margin-left: auto;
}

#service-bereich .row:nth-of-type(3) > .col-4:nth-of-type(2) > .service-box{
  margin-right: auto;
  margin-left: auto;
}

.service-icon{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.service-icon:hover{
  -webkit-transform: rotateZ(360deg);
      -ms-transform: rotate(360deg);
          transform: rotateZ(360deg);
}

.hacken-icon{
  background: #000046 url("./../img/Hacken-sprite.png")
}
/*
#schnell-icon{
  background: #000032 url("./../img/services-Hacken.png") left -120px top 0;
}

#modern-icon{
  background: #000032 url("./../img/services-Hacken.png") left -240px top 0;
}
*/
@media (max-width: 1024px){
  #service-bereich > .container > .row:nth-of-type(2) > .col-4 > .service-box{
    margin-right: auto;
    margin-left: auto;
    }
  #service-bereich > .container > .row:nth-of-type(3) > .col-4 > .service-box{
    margin-right: auto;
    margin-left: auto;
    }
}

@media (max-width: 768px){
  #service-bereich > .container > .row:nth-of-type(2) > .col-4 > .service-box{
    margin-right: auto;
    margin-left: auto;
    }
  #service-bereich > .container > .row:nth-of-type(3) > .col-4 > .service-box{
    margin-right: auto;
    margin-left: auto;
    }
}

  @media (max-width: 480px){
    .service-box{
      width: 100%;
    }
}

/* === Hauptseite Portfolio-Bereich=== */

#index-portfolio-bereich{
  background: #F6F6FF;
}

.portfolio-tesa-box-bild{
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: auto;
  width: 100%;
  -webkit-box-shadow: 5px 5px 25px 5px #000;
          box-shadow: 5px 5px 25px 5px #000;
}


/* === Hauptseite Übermich-Bereich=== */

.ueberMich-tesa-box-bild{
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: auto;
  width: 10%;
  -webkit-box-shadow: 5px 5px 25px 5px #000;
          box-shadow: 5px 5px 25px 5px #000;
  border-radius: 50%
}


/* === Hauptseite Kontakt-Bereich=== */
#index-kontakt-bereich{
/*background-color: #F6F6FF;*/
  background-color: #FFF;
}

#index-ueberMich-bereich{
   background-color: #F6F6FF;
}

#index-kontakt-bereich .leistung-ansehen-box-kon-btn{
  background: -o-linear-gradient(335deg, #FAFAFF 0%, #E5E5FF 100%);
  background: linear-gradient(165deg, #FAFAFF 0%, #E5E5FF 100%);
  color: #fff;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  margin-bottom: 1.6rem;
  border-radius: 15px;
  text-align: center;
}


.kontakt-tesa-box-bild{
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: auto;
  width: 96%;
}


/* === Video-Bereich=== */
.youtube{
  width: 784px;
  height: 441px;
  border: 2px solid #000;
  -webkit-box-shadow: 5px 5px 40px 12px #000;
          box-shadow: 5px 5px 40px 12px #000;
}

@media (max-width: 1024px){
  .youtube{
    width: 560px;
    height: 315px;
  }
}

@media (max-width: 768px){
  .youtube{
    width: 392px;
    height: 220px;
    }
}
@media (max-width: 480px){
  .youtube{
    width: 252px;
    height: 142px;
    }
}

/* === Leistungen-Seiten===*/

.leistungen{
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  /*
  background: -o-linear-gradient(335deg, #F7F7FF 0%, #EAEAFF 100%);
  background: linear-gradient(165deg, #F7F7FF 0%, #EAEAFF 100%);
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-radius: 100px;
  */
  min-height: 600px;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.leistungen h1{
    color: #000;
    text-align: center;
    font-size: 2rem;
}
.leistungen h2{
    color: #000;
    font-size: 1.6rem;
    margin-top: 4rem;
    margin-bottom: 1rem;
}
.leistungen h3{
    color: #000;
    font-size: 1.4rem;
    margin-bottom: 15px;
    margin-top: 60px;
    padding: 0.4rem 1.8rem 0.4rem 1.8rem;
}
.leistungen h4{
    color: #000;
    font-size: 1.2rem;
}
.leistungen p{
  color: #000;
  font-size: 1.2rem;
}

.leistungs-box-ueberschrift{
    color: #000;
  text-align: center;
}

.leistungs-box-ueberschrift > h1{
  font-size: 2rem;
  text-decoration: underline;
}

.leistungs-box-ueberschrift > h2{
  font-size: 1.4rem;
}

.leistungs-box-ueberschrift > p{
  font-size: 1.2rem;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.leistung-box:nth-of-type(even){
  background: -o-linear-gradient(335deg, #FAFAFF 0%, #E5E5FF 100%);
  background: linear-gradient(165deg, #FAFAFF 0%, #E5E5FF 100%);
}

.leistungen-bild {
  color: #000;
  width: auto;
  height: auto;
  padding: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.leistungen-bild a {
  color: #000;
  display: block;
  font-size: 1.4rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.leistungen-bild > img{
/*  border: 2px solid #000;*/
  width: 100%;
  height: auto;
  -webkit-box-shadow: 5px 5px 35px 15px #777;
          box-shadow: 5px 5px 35px 15px #777;
}

.leistungen-bild .leistungen-bild_hoch{
  width: 38%;
}

.leistungen-bild .leistungen-bild_1_1{
  width: 55%;
}

.leistungen-bild .leistungen-bild_3_2{
  width: 80%;
}

.leistungen-bild .leistungen-bild_16_9{
  width: 90%;
}

.leistungen-bild-klein {
  color: #000;
  width: auto;
  height: auto;
  padding: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.leistungen-bild-klein > img{
  border: 2px solid #000;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 5px 5px 40px 12px #000;
          box-shadow: 5px 5px 40px 12px #000;
}

.leistungen-bild-klein .leistungen-bild_hoch{
  width: 19%;
}
/*
img.leistungen-bild_hoch{
  transition: transform 0.15s;
}
img.leistungen-bild_hoch:hover {
 transition-delay: 4.6s;
 transform: scale(3, 3);
}
*/
.leistungen-bild-klein .leistungen-bild_1_1{
  width: 28%;
}
/*
img.leistungen-bild_1_1{
  transition: transform 0.15s;
}
img.leistungen-bild_1_1:hover {
 transition-delay: 4.6s;
 transform: scale(2.15, 2.15);
}
*/
.leistungen-bild-klein .leistungen-bild_3_2{
  width: 40%;
}
/*
img.leistungen-bild_3_2{
  transition: transform 0.15s;

}
img.leistungen-bild_3_2:hover {
 transition-delay: 4.6s;
 transform: scale(1.5, 1.5);
}
*/
.leistungen-bild-klein .leistungen-bild_16_9{
  width: 45%;
}
/*
img.leistungen-bild_16_9{
  transition: transform 0.15s;
}
img.leistungen-bild_16_9:hover {
 transition-delay: 4.6s;
 transform: scale(1.33, 1.33);
}
*/


.leistungen-text > p{
 font-size: 1.2rem;
 display: inline-block;
 line-height: 1.0;
 vertical-align: middle;
}


@media (max-width: 1500px) {
  .leistungen{
    width: 90%;
  }
}

@media (max-width: 1024px) {
  .leistungen-bild .leistungen-bild_hoch{
    width: 60%;
  }
  .leistungen-bild .leistungen-bild_1_1{
    width: 75%;
  }
  .leistungen-bild-klein .leistungen-bild_hoch{
    width: 30%;
  }
  .leistungen-bild-klein .leistungen-bild_1_1{
    width: 38%;
  }
  .leistungen-bild-klein .leistungen-bild_3_2{
    width: 50%;
  }
  .leistungen-bild-klein .leistungen-bild_16_9{
    width: 55%;
  }
  .leistungen-text > p{
    padding-top: 0;
    margin-top: 0;
  }
  .leistungen .col-4{
    text-align: center;
    width: 100%;
    padding-top: 0;
  }
  .leistungen .col-8{
    padding-bottom: 0;
    padding-top: 0;
  }
  img.leistungen-bild_hoch:hover {
   -webkit-transform: scale(1.8, 1.8);
       -ms-transform: scale(1.8, 1.8);
           transform: scale(1.8, 1.8);
  }
  img.leistungen-bild_1_1:hover {
   -webkit-transform: scale(1.45, 1.45);
       -ms-transform: scale(1.45, 1.45);
           transform: scale(1.45, 1.45);
  }
}

@media (max-width: 768px) {
  .leistungen{
    border-radius: 50px;
    width: 99%;
  }
  .leistungen-bild .leistungen-bild_hoch{
    width: 70%;
  }
  .leistungen-bild .leistungen-bild_1_1{
    width: 85%;
  }
  .leistungen-bild-klein .leistungen-bild_hoch{
    width: 35%;
  }
  .leistungen-bild-klein .leistungen-bild_1_1{
    width: 43%;
  }
  .leistungen-bild-klein .leistungen-bild_3_2{
    width: 58%;
  }
  .leistungen-bild-klein .leistungen-bild_16_9{
    width: 63%;
  }
  .leistungen .col-2{
    min-height: 0;
    padding: 0;
  }
  img.leistungen-bild_hoch:hover {
   -webkit-transform: scale(1.5, 1.5);
       -ms-transform: scale(1.5, 1.5);
           transform: scale(1.5, 1.5);
  }
  img.leistungen-bild_1_1:hover {
   -webkit-transform: scale(1.25, 1.25);
       -ms-transform: scale(1.25, 1.25);
           transform: scale(1.25, 1.25);
  }
  .leistungen h1{
      font-size: 1.5rem;
  }
  .leistungen h2{
      font-size: 1.1rem;
  }
  .leistungen h3{
      font-size: 1.0rem;
  }
  .leistungen p{
      font-size: 0.9rem;
  }
}


/* === 360 Grad Bilder-Bereich === */

.Dreh-box{
  margin: 0;
  padding-top: 0;
}
.Dreh-box h1{
  font-size:2rem;
  margin: 5px 0 0 0;
}
.Dreh-box h2{
  font-size:1.5rem;
  margin: 0;
}
.Dreh-box h3{
  font-size:1rem;
  margin: 16px 0;
}

.picViewer{
  width:60%;
  margin-left: auto;
  margin-right: auto;
}
.picViewer img{
  -webkit-box-shadow: 5px 5px 25px 5px #000;
          box-shadow: 5px 5px 25px 5px #000;
  -webkit-user-select:none;
      -ms-user-select:none;
          user-select:none;
  -moz-user-select:none;
  max-width: 800px;
}

.hidePhone{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.gruener-pfeil{
    width:6%;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: center;
}

#dummy{display:none}
.loader{width:50%;height:50%;position:absolute;background:rgba(0,0,0,.5);z-index:1;top:0}
.three-bounce{
  text-align:center;
  font-size:26px;
  position:absolute;
  top:50%;
  left:50%
}
.three-bounce div{
  display:inline-block;
  width:18px;
  height:18px;
  border-radius:100%;
  background-color:#fff;
  -webkit-animation:bouncedelay 1.4s infinite ease-in-out both;animation:bouncedelay 1.4s infinite ease-in-out both
}

.three-bounce .one{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}
.three-bounce .two{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}
.btnDiv{text-align:center;margin:10px 0}
.btnDiv button{margin:4px 8px;padding:20px;border:0;background-color:#000032;color:#fff;border-radius:50%;font-size:16px;position:relative;cursor:pointer}
.btnDiv button:active{background-color:#0000A6}
.btnDiv button:hover{-webkit-box-shadow:0 0 8px 1px #000086;box-shadow:0 0 8px 1px #000086}
.btnDiv button:focus{outline:0}
.btnDiv button:before,
.btnDiv button.pause:after,
.btnDiv button.plus:after,
.btnDiv button.right:after,
.btnDiv button.left:after{position:absolute;content:""}
.btnDiv button.play:before,
.btnDiv button.left:before,
.btnDiv button.right:after{border:11px solid transparent;border-left-color:inherit;left:16px;top:24%}
.btnDiv button.pause:before,
.btnDiv button.pause:after{left:12px;top:28%;width:6px;height:19px;background:#fff}
.btnDiv button.pause:after{right:12px;left:auto}
.btnDiv button.stop:before{left:11px;top:25%;width:45%;height:50%;background:#fff}
.btnDiv button.plus:before{left:17px;top:27%;background:#fff;width:6px;height:20px}
.btnDiv button.plus:after,
.btnDiv button.minus:before,
.btnDiv button.right:before,
.btnDiv button.left:after{left:9px;top:44%;background:#fff;width:22px;height:6px}
.btnDiv button.left:after{left:11px;width:21px}
.btnDiv button.right:before{width:20px}
.btnDiv button.left:before,
.btnDiv button.play.leftNav:before{border-right-color:inherit;border-left-color:transparent;left:-4px}
.btnDiv button.right:after{left:22px}
.btnDiv button.play.leftNav:before{left:1px;top:21%}
.btnDiv.navDiv{text-align:left}
.btnDiv.navDiv button{position:absolute;top:50%}
.btnDiv.navDiv button.rightNav{right:0}img.draggable{cursor:e-resize}img.keys{cursor:pointer}
@keyframes bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{transform:scale(1);-webkit-transform:scale(1)}}
@-webkit-keyframes bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{transform:scale(1);-webkit-transform:scale(1)}}
@media screen and (max-width:1500px){.picViewer img{width:80%}}
@media screen and (max-width:1024px){.picViewer img{width:100%}}
@media screen and (max-width:992px){.hidePhone{display:none}.btnDiv{zoom:.7}}
@media screen and (max-width:767px){.fork{width:100px;position:absolute!important}}

/*   </style>');  ???*/




/* === Über-Mich-Bereich=== */

#über-uns-bereich{
  color: #000;
}

#über-uns-container{
  text-align: center;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

#über-uns-container p{
  color: #000;
  margin-top: 0;
  width: 90%;
  font-size: 1.4rem;
}

#über-uns-container .Bild-Mario-Seite img{
  height: auto;
  width: 100%;
  -webkit-box-shadow: 5px 5px 30px 5px #000;
          box-shadow: 5px 5px 30px 5px #000;
}

#über-uns-container .Bild-Mario-Unten img{
  text-align: center;
  height: auto;
  width: 80%;
  -webkit-box-shadow: 5px 5px 30px 5px #000;
          box-shadow: 5px 5px 30px 5px #000;
}

#über-uns-container .col-12 .Bild-Mario img{
  height: auto;
  width: 80%;
  -webkit-box-shadow: 5px 5px 30px 5px #000;
          box-shadow: 5px 5px 30px 5px #000;
}

@media (max-width: 1440px){
  #über-uns-container img{
    right: 50px;
    }
}

@media (max-width: 1280px){
  #über-uns-container img{
    right: 0px;
    }
}

@media (max-width: 1140px){
    #über-uns-container > p{
      width: 70%;
    }
}

@media (max-width: 1024px){
    #über-uns-container > p{
      width: 100%;
    }
    #über-uns-container .Bild-Mario-Seite img{
      display: none;
    }
}

@media (min-width: 1025px){
    #über-uns-container .Bild-Mario-Unten img{
      display: none;
    }
}


/* === Weitere Informationen-Seite===*/


.leistungs-preis-beschreibung li{
  font-size: 1.3rem;
  padding-bottom: 1rem;
}

.leistungs-preis-beschreibung{
  color: #000;
  font-size: 1.3rem;
  padding-left: 8rem;
}

.leistungs-preis-beschreibung ul > li{
  font-size: 1.3rem;
  padding-bottom: 1rem;
}

#weitere-informationen h2{
  font-size: 1.6rem;
}

.leistungs-preis-tabelle{
  color: #000;
  font-size: 1.3rem;
  margin-top: 2rem;
  padding-left: 10rem;
  text-align: center;
}

.leistungs-preis-tabelle th{
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

.leistungs-preis-tabelle tr{
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

#weitere-informationen .leistungs-preis-angebot{
  background-color: #00e653;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 50%;
}

#weitere-informationen .leistungs-preis-angebot p{
  font-size: 1.4rem;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .leistungs-preis-beschreibung{
    padding-left: 5rem
  }
  .leistungs-preis-tabelle{
    padding-left: 6rem;
  }
}

@media (max-width: 1024px) {
  .leistungs-preis-beschreibung{
    padding-left: 3rem
  }
  .leistungs-preis-tabelle{
    padding-left: 14rem;
  }
  #weitere-informationen .leistungs-preis-angebot{
    width: 60%;
  }
}

@media (max-width: 768px) {
  .leistungs-preis-beschreibung{
    padding-left: 2rem
  }
  .leistungs-preis-tabelle{
    padding-left: 8rem;
  }
  #weitere-informationen .leistungs-preis-angebot{
    width: 70%;
  }
}

@media (max-width: 480px) {
  .leistungs-preis-beschreibung{
    padding-left: 1rem
  }
  .leistungs-preis-tabelle{
    padding-left: 4rem;
  }
  #weitere-informationen .leistungs-preis-angebot{
    width: 80%;
  }
}

/* === Kontakt-Seite===*/

#kontakt-formular input,
#kontakt-formular textarea{
  width: 100%;
  border: 2px solid #000032;
  padding: 0.5rem;
  font-size: 1rem;
  font-family: 'Raleway', 'Lato', 'Helvetica Neue', 'Arial', sans-serif;
  color: #000032;
  -webkit-transition: border .5s ease-in-out;
  -o-transition: border .5s ease-in-out;
  transition: border .5s ease-in-out;
}

#kontakt-formular textarea{
height: 100px;
}

#kontakt-formular input:hover,
#kontakt-formular textarea:hover{
border: 2px solid #000086;
}

#absendenButton{
  width: 150px;
  height: 39px;
}

#kontakt-formular{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}

#kontakt-bereich .thanks{
  display: none;
}

#kontakt-bereich .intro-container > p{
  font-size: 1.3rem;
     }


.whatsapp{
  margin-top: 2rem;
  text-align: center;
  color: fff;
}

.whatsapp h1{
  margin-left: auto;
  margin-right: auto;
  background-color: #F0F0F0;
  border-radius: 15px;
  font-size: 1.5rem;
  width: 80%;
  padding-top: 12px;
  min-height: 50px;
}

.whatsapp p{
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  background-color: #00e653;
  border-radius: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  width: 80%;
  min-height: 50px;
}

.free-kontakt{
  margin-left: auto;
  margin-right: auto;
}

.free-kontakt .col-8{
  float: none;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1366px){
  .intro-container{
    width: 90%;
  }
}

@media (max-width: 1024px){
  .intro-container{
    width: 100%;
  }
}

@media (max-width: 768px){
  #kontakt-formular button{
    width: 100%;
  }
}

@media (max-width: 380px){
  .whatsapp p{
  font-size: 1.2rem;
  padding-top: 0.8rem;
  }
}

/* === Impressum ===*/

.impressum{
 padding-top: 1rem;
 color: #000;
}

.impressum a{
  color: #555;
  text-decoration: none;
  font-weight: bold;
}


/* === GRID system (Sichbarkeit)===
.border, .border * {
  border: 1px; solid #91C4FF;
}
[class*='col-']{
  background-color: #BFDDFF;
}
p{
  background-color: #91C4FF;
  padding: 0;
  margin: 0;
  color: #FFF;
  text-align: center;
}
*/

/* === Geukes-Bereich=== */






/* === Footer-Bereich=== */

#footer{
  background-color: #F6F6FF;
/*  box-shadow: 0px 0px 20px 20px #000022;*/
  padding-top: 3rem;
  width: 100%;
  text-align: center;
  min-height: 14rem;
}

#footer .footer-text{
  color: #000;
  font-size: 1.2rem;
  padding-top: 3rem;
}

#footer .footer-text span{
  font-size: 1.2rem;
}

.footer-nav{
  display: inline-block;
  text-align: center;
}

.footer-nav span {
  color: #000;
  font-style: italic;
  -webkit-transition: color .4s ease-in-out;
  -o-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
}

.footer-nav a{
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-transition: color .4s ease-in-out;
  -o-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
}

.footer-nav > a:link{
  color: #000;
}
.footer-nav > a:visited{
  color: #555;
}
.footer-nav > a:hover{
  color: #000086;
}
.footer-nav span:link{
  color: #fff;
}
.footer-nav span:visited{
  color: #555;
}
.footer-nav span:hover{
  color: #000086;
}

#footer-logo{
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1024px){
  #footer .footer-text{
    padding-top: 1.5rem;
  }
}

@media (max-width: 768px){
  #footer .footer-text{
    padding-top: 1rem;
  }
  .footer-nav a{
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  #footer .footer-text{
    font-size: 1.0rem;
  }
  #footer .footer-text span{
    font-size: 0.8rem;
  }
}

/* === GRID system ===*/

.container {
  width:90%;
  margin-left: auto;
  margin-right: auto;
}

.container-auswahl {
  width:75%;
  margin-left: auto;
  margin-right: auto;
}

.row::after{
  content: "";
  clear: both;
  display: block;
}

[class*='col-']{
  float: left;
  min-height: 1px;
  padding: 1.2rem;
}

.col-1{width: 8.333%;}
.col-2{width: 16.666%;}
.col-3{width: 25%;}
.col-4{width: 33.333%;}
.col-5{width: 41.666%;}
.col-6{width: 50%;}
.col-7{width: 58.333%;}
.col-8{width: 66.666%;}
.col-9{width: 75%;}
.col-10{width: 83.333%;}
.col-11{width: 91.666%;}
.col-12{width: 100%;}

/*

===Wichtige BREAKPOINTS===
  320 Pixel (iPhone Hoch)
*480 Pixel (iPhone Quer)
*768 Pixel (iPad Hoch)
*1024 Pixel (iPad Quer)
  1200 Pixel (Laptop)
  >1200 Pixel (Große Endgeräte)
*/

@media(max-width: 1440px){
  .col-1{width: 8.333%;}
  .col-2{width: 33.33%;}
  .col-3{width: 25%;}
  .col-4{width: 33.333%;}
  .col-5{width: 41.666%;;}
  .col-6{width: 50%%;}
  .col-7{width: 100%;}
  .col-8{width: 100%;}
  .col-9{width: 100%;}
  .col-10{width: 100%;}
  .col-11{width: 100%;}

@media(max-width: 1024px){
  .col-1{width: 12.5%;}
  .col-2{width: 33.33%;}
  .col-3{width: 50%;}
  .col-4{width: 100%;}
  .col-5{width: 100%;}
  .col-6{width: 100%;}
  .col-7{width: 100%;}
  .col-8{width: 100%;}
  .col-9{width: 100%;}
  .col-10{width: 100%;}
  .col-11{width: 100%;}
}

@media(max-width: 768px){
  .col-1{width: 25%;}
  .col-2{width: 50%;}
  .col-3{width: 100%;}
  .col-4{width: 100%;}
  .col-5{width: 100%;}
  .container-auswahl {
    width:90%;
  }
}

@media(max-width: 480px){
  .col-1{width: 100%;}
  .col-2{width: 100%;}
  .container {
    width:100%;
  }
  .container-auswahl {
    width:100%;
  }
}
}
