/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
#pagewrapper {
 	margin: 0 auto;
	width: 100%;
  	height: 80%;
	
    font-family:"Roboto";

    z-index: 9999;
    font-size:2Vh;
  	
    padding-top: 25Vh;

}

#cookie_popup { 
  
  text-align: center; 
  background: #fff;
  margin: 0 auto;
  opacity: 0.9;
 display: block;
  z-index: 9999;
  font-size:2Vh;
  padding: 3Vh;
  font-family:"Roboto";
  -moz-transform: translateY(-30%) scale(0.9);
  -ms-transform: translateY(-30%) scale(0.9);
  -webkit-transform: translateY(-30%) scale(0.9);
  -o-transform: translateY(-30%) scale(0.9);
  transform: translateY(-30%) scale(0.9);
}
  
#kontakt_button {
    margin-top: 5%;
    background-color: #000;    
    color: white; /* Textfarbe */
    border: none; /* Rahmen */
    padding: 10px; /* Innenabstand */
    text-align: center; /* Ausrichtung Text */
    font-size: 2Vh; /* Schriftgröße */
    text-decoration: none !important;
    bottom: 2px !important; 
    height:5Vh;
    width: 13Vh;
      -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	letter-spacing:0.5px;
    font-family:Roboto&apos; 
}

#hidden{
  display: none;
  opacity:0;
  }



.kontakt_button {
    margin-top: 5%;
    background-color: #000;    
    color: white;
    border: none;
    padding: 10px;
    text-align: center;
    font-size: 2Vh;
    text-decoration: none !important;
    height:5Vh;
    width: 33Vh;
    bottom: 2px !important; 
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	letter-spacing:0.5px;
    font-family:"Roboto"; 
}


#ALLES_KLAR
{
 	 margin: 0 auto;

    opacity: 0.95;/* Hintergrundfarbe */
    color: #fff; /* Textfarbe */
    border: none; /* Rahmen */
    padding: 10px; /* Innenabstand */
    text-align: center; /* Ausrichtung Text */
    font-size: 20px; /* Schriftgröße */
  	font-weight: 600;
    text-decoration: none;
    height: 40px;
    width: 160px;
  -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
.ALLES_KLAR{
  margin: 0 auto;
    
    opacity: 0.95;/* Hintergrundfarbe */
    color: #fff; /* Textfarbe */
    border: none; /* Rahmen */
    padding: 10px; /* Innenabstand */
    text-align: center; /* Ausrichtung Text */
    font-size: 20px; /* Schriftgröße */
  	font-weight: 600;
    text-decoration: none;
    height: 40px;
    width: 160px;
  -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

.more a {
	
	line-height: 24px;
	display: block;
	color: #f29430;
  text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.more a:hover,
.more a:focus {
	text-decoration: none;
	background-color: #333;
	color:  #00d940;
}
.hidden {
	display: none;
 	 opacity:0;
}

#herzlichwillkommem{
  line-height: 4Vh;
  }