
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('../fonts/roboto-condensed-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v18-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('../fonts/roboto-condensed-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v18-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
 
 body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}
   
.section {
  padding:50px 0px;
}

 nav ul a,
nav .brand-logo {
  color: #444;
}

h1{
  font-size: 2rem;
} 
p {
  line-height: 1.7rem;
}

ul.list > li {
  list-style-type: disc;
  margin-left:20px;
  padding-left:5px;
}

.sidenav-trigger {
  color: #476388;
}

#index-banner {
  min-height:650px;
}
.parallax-container {
  min-height: 450px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 20%;
  }
  #index-banner .section {
    top: 3%;
  }
}

.nav-wrapper ul li:last-of-type a {
  padding-right: 0px !important;
}


.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

p.small-head {
  margin:0px;
  padding: 5px 0px;
}

.pt50 {
  padding-top:70px;
}

.margin-top-minus-150{
  margin-top:-150px;
}

.btn-xtra-large {
  width:125px;
  height:125px;
}

table.liste th {
  font-size:14px;
  font-weight:600;
}

table.liste {
  font-size:12px;
}

.stoerer {
  position: absolute;
  margin-top: -70px;
  margin-right: -30px;
  right: 0px;
}

.icon {
  margin:10px;
}

.vorteile li{
  list-style: image('../images/check.svg');
  list-style-type: circle;
  list-style-image: url('../images/check.svg');
}

ul.vorteile li{
  list-style: image('../images/check.svg');
  list-style-type: circle;
  list-style-image: url('../images/check.svg');
}

.specs {
  margin-bottom:35px;
} 

@media only screen and (max-width: 992px) {
  .section {
    padding:20px 0px;
  }

  #index-banner {
    min-height:620px;
  }
}
@media only screen and (max-width: 600px) {
    h1{
        font-size: 1.7rem;
    } 
  .stoerer {
   display:none;
  }

  #index-banner {
    min-height:1100px;
  }

  .section {
    padding:60px 0px;
  }

  #index-banner .section {
    top: 0;
    padding:20px 0px 80px;
  }
  .ginormous {
      font-size: 1.8rem !important;
  }

  .brand-logo img {
    height:55px !important;
  }

  nav.nav-extended {
    height: 105px;
  }
  
  nav.nav-extended .nav-wrapper {
    min-height: 60px;
    height: auto;
    padding-top:8px;
  }
}
.block {
  display:block;
  width:100%;
}

.white input[type=text]:not(.browser-default) {
  height:3rem;
  color:#999 !important;
  font-size:2rem;
  padding:10px 0px;
}

.white input[type=text]:not(.browser-default):focus:not([readonly]) + label {
  color:#fff;
  margin-top:-5px;
}

.ginormous {
  font-size:3rem;
}

/* CHECKBOX BORDER ÄNDERN */

.white-checkbox[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
  border: 2px solid #efefef;
}


td input:not([type]), 
td input[type=text]:not(.browser-default), 
td input[type=password]:not(.browser-default), 
td input[type=email]:not(.browser-default), 
td input[type=url]:not(.browser-default), 
td input[type=time]:not(.browser-default), 
td input[type=date]:not(.browser-default), 
td input[type=datetime]:not(.browser-default), 
td input[type=datetime-local]:not(.browser-default), 
td input[type=tel]:not(.browser-default), 
td input[type=number]:not(.browser-default), 
td input[type=search]:not(.browser-default), 
td textarea.materialize-textarea {
  font-size:12px;
}
td, th {
  padding:10px 5px;
}


.video-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  z-index: -1;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .15);
  background-image: url('../images/overlay-pattern.png');
  z-index: 0;
}
#index-banner .card {
  background-color:rgba(255,255,255,0.9);
}