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

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    font-family: "Roboto", sans-serif;
    color: #fff;
    background-color: #444;
}

a {
    color: #fff;
    text-decoration: none;
}

body::before {
    content: 'mobile';
    display: none;
}

.cd-section {
    width: 100%;
}

body {
    font-size: 18px;
    font-weight: 300;
}

h4,h5,h6,p {
    line-height: 1.45;
}

h1 {
    font-size: 4em;
}

h2 {
    font-size: 3em;
    line-height: 100vh;
    text-align: center;
}

h3 {
    font-size: 2em;
    line-height: 3;
    font-weight: 400;
}

h4 {
    font-size: 1.2em;
    font-weight: 400;
}

.cd-section:first-of-type {
    background-color: #000;
    height: 100vh;
}
.cd-section:first-of-type > div::before {
    background-color: #000;
    height: 100vh;
}

.cd-section:nth-of-type(2) > div {
    background-image: url("../img/Section1.png");
    background-position: center;
}

.cd-section:nth-of-type(3) > div {
    background-image: url("../img/Zahnrad.png");
    background-position: center;
    background-color: #224a87;
}

.cd-section:nth-of-type(4) > div {
    background-image: url("../img/Section3.png");
    background-position: center;
}

.cd-section:nth-of-type(5) > div {
    background-image: url("../img/Zahnrad.png");
    background-position: center;
    background-color: #224a87;
}

.cd-section:nth-of-type(6) > div {
    background-color: #444;
}

.cd-section:nth-of-type(7) > div {
    background-color: #224a87;
}





.cd-vertical-nav {
    position: fixed;
    z-index: 500;
    right: 3%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.cd-vertical-nav a {
    display: block;
    height: 40px;
    width: 40px;
    /* image replace */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../img/cd-icon-arrow.svg) no-repeat center center;
}

.cd-vertical-nav a.cd-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 10px;
}

.cd-vertical-nav a.inactive {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    transition: opacity 0.2s 0s, visibility 0s 0.2s;
}




#preloader {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#224a87;
  z-index:99999;
}

#status {
  width:120px;
  height:120px;
  position:absolute;
  left:50%;
  top:50%;
  background-image:url(../img/loader.gif);
  background-repeat:no-repeat;
  background-position:center;
  margin:-60px 0 0 -60px;
}





.logo {
    background: url(../img/logo-icon.png) no-repeat center center;
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 100;
    position: fixed;
    height: 80px;
    width: 80px;
    left: 35px;
    top: 50px;
    display: none;
    cursor: pointer;
}

.hero {
    width: 100%;
    height: inherit;
}

.hero-logo {
    background: url(../img/logo.png) no-repeat center center;
     -webkit-background-size: 50%;
    -moz-background-size: 50%;
    -o-background-size: 50%;
    background-size: 50%;
    position: absolute;
    height: inherit;
    width: 100%;
    background-color: transparent;
    z-index: 100;
}

.vidbg {
    width: 100%;
    height: 100%;
}

.content {
    width: 100%;
    height: inherit;
    padding: 25px 0px;
}

.text {
    margin-left: auto ;
    margin-right: auto ;
    padding: 0px 25px;
    max-width: 1050px;
    position: relative;
}

.flexslider p {
    color: #444;
    padding: .5em;
    font-weight: 600;
}

.flex-caption {
  width: 100%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: #224a87;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}

.flex-next {
    display: block;
    height: 40px;
    width: 40px;
    /* image replace */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../img/cd-icon-arrow.svg) no-repeat center center;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.flex-prev {
    display: block;
    height: 40px;
    width: 40px;
    /* image replace */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../img/cd-icon-arrow.svg) no-repeat center center;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}


input[type=text] {
    width: 100%;
    padding: 5px;
    margin: 10px 0px;
    border: 2px solid #444;
    outline: none;
}

input[type=email] {
    width: 100%;
    padding: 5px;
    margin: 10px 0px;
    border: 2px solid #444;
    outline: none;
}

textarea {
    width: 100%;
    padding: 5px;
    margin: 10px 0px;
    min-height: 300px;
    border: 2px solid #444;
    outline: none;
    resize: inherit;
    overflow: auto;
}

input[type=submit] {
    width: 125px;
    padding: 15px 25px;
    margin-top: 20px;
    float: right;
    color: #fff;
    font-size: 20px;
    background: #444;
    border: 0 none;
    cursor: pointer;
}

.bottom_center{
    position: absolute;
    width: 90%;
    height: 50px;
    left: 5%;
    bottom: 0;
}

.impressum{
    width: 150px;
    text-align: center;
    bottom: 0;
    margin: 0 0 30px 0;
    color: #444;
    background: #fff;
    z-index: 1000;
    font-size: 20px;
    font-weight: 600;
    line-height: 0px;
    padding: 25px;
    cursor: pointer;
    position: absolute;
    left: 0;
}

.contact{
    display: block;
    width: 150px;
    text-align: center;
    bottom: 0;
    margin: 0 0 30px 0;
    color: #444;
    background: #fff;
    z-index: 1000;
    font-size: 20px;
    font-weight: 600;
    line-height: 0px;
    padding: 25px;
    cursor: pointer;
    position: absolute;
    right: 0;
}

@media only screen and (min-width: 1050px) {
    .cd-section {
        height: 100vh;
    }
  body::before {
    content: 'desktop';
  }
    .logo{
        display: block;
    }
  [data-hijacking="off"] .cd-section > div {
    opacity: 0;
  }
  .cd-section:first-of-type > div::before {
    display: none;
  }
  .cd-section > div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cd-vertical-nav {
    display: block;
  }
  .impressum {
    left: calc(50% - 75px);
  }
  .contact {
    display: none;
  }
}
