/*
 * Globals
 */

/* Links */
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');*/


/* poppins-300 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/poppins-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v20-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v20-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v20-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v20-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v20-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v20-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v20-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v20-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* Custom default button */
.btn-secondary,

.btn-secondary:focus {
  color: #333;
  min-height: max-content;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #333;
 }
.btn-secondary:hover{
  background-color:black;

}

/*
 * Base structure
 */

html,
body {
  font-family: 'Poppins', sans-serif;
  background-color:black;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
/*   text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
 */  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container .container-fluid{
  max-width: auto;
  padding: 0px;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
  z-index: 2;
  background:linear-gradient(to bottom,rgba(255, 255, 255, 0.4),rgba(255, 255, 255, 0.4));

}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}
.txt_norm_link{
  color:blue;
  
  
}
@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */

.heading{
z-index: -10;
background: transparent;
}

.stop-scrolling { 
  height: 100%; 
  overflow: hidden; 
} 

.backgroundimage{ 
  object-fit: cover;
  position: fixed;
  top: 0;
  bottom: 0;
   /* top: 32vh; */
  background: transparent;
/*   top: 50%;
  left: 50%; */
  width: 100%;
  height: 100vh;
  min-height: 590px;
  z-index: -1;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-10vh);

} 

 video {
  object-fit: cover;
  position: fixed;
  top: 0;
  bottom: 0;
   /* top: 32vh; */
  background: transparent;
/*   top: 50%;
  left: 50%; */
  width: 100%;
  height: 100vh;
  min-height: 590px;
  z-index: -1;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-10vh);
}
@media (min-aspect-ratio: 16/9) {
  #video-bg > video { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  #video-bg > video { width: 300%; left: -100%; }
}

.videobanner {
  position: absolute;
  height: auto;
  background: transparent;
}

.hidden {
  position: absolute;
  top: -10000px;
  left: -10000px;
}


.cover {
  padding: 0px;
  z-index: 0;
}
.btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
  cursor: pointer;
}

.fullwith{
  padding: -10%;
}
.schalter{
  position: relative;
  top: 12vh;
  width: 50vw ;
  height: 50vw;
  max-width: 400px;
  max-height: 400px;
  margin-bottom: 10%;
}


.frontone{
  
  position: relative;
  min-height: 450px;
  height: 78vh;
  width: auto;
 background:linear-gradient(to bottom,rgba(255, 255, 255, 0.4),rgba(255, 255, 255, 0.4));

}
.second{
  position: relative;
  background-color: #feff6f;
  height: auto;
  padding-bottom: 20%;
}

.third{
  position: relative;
  background-color: #fff;
  height: auto;
  padding-bottom: 20%;

}

.four{
  position: relative;
  background-color: #000;
  height: auto;
  
}

.five{
  position: relative;
  background-color: #e3e3e3;
  height: auto;
  padding-bottom: 20%;

  
}

.datenschutz{
  position: relative;
  background-color: #fff;
  height: auto;
  padding-bottom: 20%;
  min-height: 50vh;

}
.text{
  z-index: 0;
}
.mask-bottom{
width: 100%;
bottom: 0;
position: absolute;
left: 0;
z-index: 0;
}

.mask-bottom-2{
  width: 100%;
  top: 0;
  position: absolute;
  left: 0;
  z-index: 0;
  }

.mask-bottom-3{
  width: 100%;
  top: 0;
  position: absolute;
  left: 0;
  z-index: 0;
  }

#kontaktbottom{
  display: flex;
  flex-flow: column;
  height: 100%;
}

.backgroundblack{
  
  background-color: black;
  position: fixed; 
  bottom:0%;
  width:100%; 
  opacity: 1;

}

#infobox {
  position: relative;
  top: 8vh;
  border-radius: 25px;
  text-align: left;
 visibility: hidden;
  color: black;
  background: rgba(255, 255, 255, 0.753);
  padding: 1%;
  width: 25%;
  height: 193px; 
  word-wrap: break-word;
  }

#emptybox {
  position: relative;
  top: 5vh;
    word-wrap: break-word;
    border-radius: 25px;
    background:transparent;
    padding: 1%;
    width: 25%;
    height: 150px; 
    }

.brand {

  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;

}
#finger {
  position: absolute;
   left: 62%;
   z-index: -1;
   transform: translate(-50%, -10%);
}

#preloadButton {
 margin-top: 55%;
 background-color: rgba(255, 255, 255, 0.4);
}

#preloadButtonMobile {
  display: none;
  margin-top: -5%;
  background-color: rgba(255, 255, 255, 0.4);
  margin-top: 0.8em;
  margin-left: 10vw;
  height: 75px;
 }
/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, 0.5);
  background-color: black;
  z-index: 2;
}

@media screen and (max-width:650px){
  #boxen{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
  }

  #emptybox {
    border-radius: 25px;
    padding: 1%;
    width: auto;
    height: 150px; 
  }

  .headerRaff{
    color: black; 
    font-size: 7vw !important;
    font-weight:900; 
    text-align: start;
  }
    
  #textRaff{
      color: black; 
      font-size: 5vw !important;
      font-weight:900; 
      text-align: start;
  }
  .schalter{
    position: relative;
    top: 3vh;
  }
  
  .frontone{
  
    position: relative;
    min-height: 450px;
    height: 74vh;
    width: auto;
   background:linear-gradient(to bottom,rgba(255, 255, 255, 0.4),rgba(255, 255, 255, 0.4));
  
  }

  #preloadButton{
    display: none;
  }

  #preloadButtonMobile {
    display: block;
    margin-top: -5%;
    background-color: rgba(255, 255, 255, 0.4);
    margin-top: 0.8em;
    margin-left: 10vw;
    height: 75px;
   }

  #linkAnimation{
    display: none;
  }
  #linkFunktionen{
    display: none;
  }
  #linkKontakt{
    display: none;
  }
}

#boxen{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}

.example::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}

#spec-wrapper{
  align-content: center;

}

.headerRaff{
  color: black; 
  font-size: 4vw; 
  font-weight:900; 
  text-align: start;
}

#textRaff{
  color: black; 
  font-size: 2.5vw; 
  font-weight:900; 
  text-align: start;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 700px;
  max-height: 90%;
  
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}