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

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

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

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



* {
   margin: 0;
   padding: 0;
    box-sizing:border-box;
}

body {
            background-color: #EDE9E9;
            font-family: 'Oswald', sans-serif;

}

a {
    color: #333;
}

.textmitarbeiter a {
    color: #cd5c06;
    text-decoration:none;
}

a:hover {
    color: #999;
}
.hide-robot {
    display:none;
}

.mitarbeiter, #produkte, .ende {
            padding-left: 20px;
            padding-right: 20px;
            box-sizing: border-box;
}

.mitarbeiter {
    padding-top:4%;
    padding-bottom:4%;
}

.mitarbeiter h2 {
    font-size:1.6em;
    font-weight:300;
    line-height:1.3em;
}

#wrapper {  

            width:100%;
            background-color: white;
            margin: 0 auto;
            padding: 0;
            border: 0px solid black;
            top: 0;
            position: relative;
            
}

#changelang {
    position: absolute;
    right:10px;
    top:20px;
    z-index:10;
    color: #FFF;
    
}

#changelang a{
    display: inline-block;
    float: left;
    margin-right:20px;
    color: #FFF;

}

/* Slideshow container */
.slideshow-container {
            width: 100%;
            position: relative;
            margin: 0;
            border: 0px solid black;
            top: 0;
}

/* Hide the images by default */
.mySlides {
            display: none;
    
}

.mySlides img {
            width: 100%;
            height: auto;
}

/* Next & previous buttons */
.prev, .next {
            cursor: pointer;
            position: absolute;
            top: 50%;
            width: auto;
            margin-top: -22px;
            padding: 16px;
            color: white;
            font-weight: normal;
            font-size: 18px;
            transition: 0.6s ease;
            border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
            right: 0;
            border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
            background-color: rgba(0,0,0,0.8);
}

.dots {
            position: absolute;
            border: 0px solid black;
            bottom: 20px;
            left: 50%;
            transform: translate(-50%);      
}

#banner {
    position: absolute;
    left:10%;
    bottom:35%;
    width:22%;
    max-width:250px;
    
}

.schriftzug {
            position: absolute;
            border: 0px solid black;
            top: 5%;
            left: 50%;
            transform: translate(-50%); 
            height: auto;
            -ms-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            width:50%;
            margin: 0 auto;
            text-align: center;
}

.schriftzug img {
            width: 40%;
            max-width: 160px;
            margin: 0 auto;
            text-align: center;         
}

.schriftzug h1 {
            color: #FFF;
            font-size:7.3vw;
            font-weight:500;
            text-transform: uppercase;
            margin: 0 auto;
            text-align: center;         
}

.schriftzug h4 {
            color: #FFF;
            font-size:2em;
            font-weight:300;
            text-transform: uppercase;
            margin: 0 auto;
            text-align: center;         
}

/* The dots/bullets/indicators */
.dot {
            cursor: pointer;
            height: 15px;
            width: 15px;
            margin: 0 2px;
            background-color: transparent;
            border:2px solid #FFF;
            border-radius: 50%;
            display: inline-block;
            transition: background-color 0.6s ease;
}

.active, .dot:hover {
            background-color: #FFF;
}

/* Fading animation */
.fade {
            -webkit-animation-name: fade;
            -webkit-animation-duration: 3.5s;
            animation-name: fade;
            animation-duration: 3.5s;
}

@-webkit-keyframes fade {
            from {opacity: .7} 
            to {opacity: 1}
}

@keyframes fade {
            from {opacity: .7} 
            to {opacity: 1}
}

h1 {
            font-size: 24px;
            font-family: 'Oswald', sans-serif;
            font-weight: normal;
            line-height:1.2em;
            text-align: center;
            padding-top: 30px;
}

.textmitarbeiter {
            font-size: 18px;
            font-weight:300;
            font-family: 'Oswald', sans-serif;
            text-align: center;
            padding-top: 30px;
            padding-bottom: 50px;
            max-width:780px;
            margin: 0 auto;
}
.textmitarbeiter p {
    margin-bottom:1em;
    letter-spacing: 1px;
    
}

#produkte {
    background-color: #6088b5;
    color: #FFF;
    position:relative;
    display: block;
    padding-top:3%;
    padding-bottom:3%;
}

#produkte a {
    color: #FFF;
}

#produkte h2 {
    font-weight:300;
    letter-spacing: 2px;
}


.ende a {
    color: #CAC2C2;
    text-transform: uppercase;
    text-decoration: none;
}

img {
    max-width:100%;
    height:auto;
    display:block;
}



h2 {
            font-size: 20px;
            font-weight: normal;
            font-family: 'Oswald', sans-serif;
            text-align: center;
            padding-top: 30px;
            padding-bottom: 20px;
            border: 0px solid black;
}

.logos {
    background-color: #FBF6F6;
    position: relative;
    display: block;
} 

.logos img {
    max-width:33.33333333%;
    float: left;
    display: block;
}


.email {
    clear: left;        
    background-color: white;
}

h3 {
            font-size: 15px;
            font-family: 'Oswald', sans-serif;
            font-weight: normal;
            text-align: center;
            padding-top: 30px;
            padding-bottom: 100px; 
}

h2 + h2 {
    
    padding-top:0px;
    padding-bottom:30px;
}

.ende {
            background-color: #1C1B1B;
            padding-top: 20px;
            padding-bottom: 20px;
            border: 0px solid green;
    
}

h4 {
            font-size: 15px;
            font-weight: normal;
            text-align: center;
            color: #CAC2C2;
            font-family: 'Oswald', sans-serif;
            letter-spacing: 2px;
}


.ende h4{
    font-size:300 !important;
    line-height:1.8em;
}

@media (max-width: 768px) {
    .schriftzug h1 {
        font-size:2.5em;    
        padding-top: 10px;
    }

    .schriftzug h4 {
        font-size:1.5em;    
    }

}

@media (max-width: 599px) {
    .schriftzug {
        width:80%;
    }
    .schriftzug img {
        width:20%;
    }
    
    .schriftzug h1 {
        font-size:1.5em;    
        padding-top: 0px;
    }

    .schriftzug h4 {
        font-size:1em;    
    }
    #banner {
        bottom:50%;
    }
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
  padding:20px;
  box-sizing:border-box;
}

.white-popup p {
  margin-top:20px;
}

.white-popup ul {
  margin-left:20px;
}