@charset "UTF-8";

/*

Breakpoints:
xs max 480px,
x  min 471px,
m  min 769px,   
l  min 952px,   
xl min 1200px  

*/


/* roboto-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/roboto/roboto-v20-latin-regular.eot'); 
  src: local('Roboto'), local('Roboto-Regular'),
       url('/fonts/roboto/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('/fonts/roboto/roboto-v20-latin-regular.woff2') format('woff2'), 
       url('/fonts/roboto/roboto-v20-latin-regular.woff') format('woff'), 
       url('/fonts/roboto/roboto-v20-latin-regular.ttf') format('truetype'), 
       url('/fonts/roboto/roboto-v20-latin-regular.svg#Roboto') format('svg'); 
}

/* roboto-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/roboto/roboto-v20-latin-700.eot'); 
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('/fonts/roboto/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), 
       url('/fonts/roboto/roboto-v20-latin-700.woff2') format('woff2'),
       url('/fonts/roboto/roboto-v20-latin-700.woff') format('woff'), 
       url('/fonts/roboto/roboto-v20-latin-700.ttf') format('truetype'), 
       url('/fonts/roboto/roboto-v20-latin-700.svg#Roboto') format('svg'); 
}


html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  height: 100%;  
  height: 100vh;
}


body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  min-height: 100vh;
  height: 100%;
  height: 100vh;
  
  
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  line-height: 1.45;
  font-size: 100%;
}



main {
    background-image: url('b1.png');
  background-size: cover;
  background-attachment: fixed;
    position: relative;
    z-index: 1;
    display: block;
}

main::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #dddddd;
  display: block;
  content: "";
  z-index: -1;
  opacity: .8;
}


*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  vertical-align: baseline;
  display: block;
  margin: 0;
  padding: 0;
}


img {
  border-style: none;
  height: auto;
  max-width: 100%;
}


/* -------------------------------- 
   Farben
-------------------------------- */

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}


/* -------------------------------- 
    Global
-------------------------------- */


main {
  width: 100%; 
  height: 100%;
  min-height: 100%;
  height: 100vh;
  margin: 0 auto;
  font-style: normal;
  line-height: 1.4;
  padding: 5px 20px;
  position: relative;
/*  background: #f7f7f7;*/
/*  z-index: 1*/
}

.flexbox {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


figure#logo {
  max-width: 300px;
  width: 100%;
  margin: 40px 20px;
}

figure#logo img {
  max-height: 60vh;
}


footer {
  position:fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99;
}

footer a {
 text-decoration: none;
  padding: 16px;
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.51);
  text-transform: uppercase;
  letter-spacing: 1px;
}


.impressum {
  max-width: 900px;
  margin: 15px auto;
  padding: 25px 45px;
  background: rgba(255, 255, 255, 0.93);
}

@media (max-width: 600px) {
  .impressum {
    padding: 15px;
  }
}

a.b2h  {
  color: #04172f;
  background: #5CAF40;
  font-weight: bold;
  padding: 9px 15px;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
  border-radius: 3px;
  font-size: 15px;  
  font-size: .937rem;
}

.rechtliches h2 {
  font-size: 16px; 
  font-size: 1rem;
  border-bottom: 2px solid #e5e5e5;
  position: relative;
  display: block;
  width: 100%;
}

.rechtliches h2 span {
  border-bottom: 2px solid #b5b5b5;
  position: relative;
  top: 2px;
  display: inline-block;
  padding-bottom: 2px;
}







