/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*my code*/
body{
  color: #a1a9aa;
}

header{
  background-image: url(header.jpg);
  background-size: contain;
  background-repeat: repeat-x;
  width: 100%;
  height:140px;
  position:fixed;
  z-index: 1000;
}

.header nav{
  width:100%;
  height: auto;
  padding-top: 0px;
}

.header nav img {
  padding: 30px 40px;
  border-right: 1.5px solid #fff;
  float:left;
  height:70px;
  width: auto;
}

.header nav ul{
float: left;
}

.header nav ul li{
  float: left;
  list-style: none;
  position: relative;
}

.header nav ul li a{
  display:block;
  font-family: arial;
  color: #fff;
  font-style: italic;
  font-family: arial;
  text-decoration: none;
  font-size: 25px;
  padding: 50px 40px;
}

.header nav ul li a:hover{
color: blue;
}

.header nav ul li ul{
display:none;
position:absolute;
background-color: #662d9f;
padding:5px;
}



.header nav ul li ul li{
    width:100px;
    border-radius: 0 0 7px 7px;
  }

.header nav ul li ul li a{
  padding: 30px 7px;
  align-items: center;
  width: 100%;
}

@media screen and (min-width:1000px) {
  header{
    height:110px;
  }

  .header nav img {
    padding: 20px 12px 20px 20px;
    border-right: 0px solid #fff;
    height: 60px;
  }

  .header nav ul li a{
    font-size: 30px;
    padding: 32px 40px;
  }

  .header nav ul li ul{
    padding:10px;
  }

  .header nav ul li ul li{
      width:190px;
      border-radius: 0 0 14px 14px;
  }

  .header nav ul li ul li a{
    padding: 20px 14px;
    width: 100%;
  }

  .header nav ul li:hover ul{
    display:block;
  }
}

body{
color: #fff;
}

.wrapper{
  height: calc(85vh - 15vh);
  width: 80%;
  margin: 0 auto;
}

.uap{
  width:100%;
  height: 340px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(fettehupend.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.uap video{
  width:100%;
  height: auto;
  position: relative;
}
/*.uap p{
   padding-top: 1rem;
   font-size: 10px;
   font-family: arial;
   line-height: 16px;
   color: #fff;
}*/
.angebote-flex{
  overflow-y: hidden;
  height: auto;
  display:flex;
  flex-direction: column;
  overflow-x: hidden;
  background-image: url(sorry2.jpg);
  background-size: cover;
  background-repeat: repeat-y;
}

.angebote-flex h2 {
  font-size: 30px;
  text-decoration: underline;
  color: purple;
  text-align: center;
  text-transform: capitalize;
  padding-top: 30px;
  padding-bottom:170px;
  line-height: 38px;
}

.slide{
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem;
  user-select: none;
}

.slide img{
  max-height: 666px;
  max-width:445px;
}

.slide h3{
  font-size: 20px;
  margin-bottom: 0rem;
  align-items: center;
  text-transform: uppercase;
  color: #000;
}

.slide h4{
  display: inline-block;
  font-size: 20px;
  margin-bottom: 0.5rem;
  align-items: center;
  text-decoration: none;
  color: #000;
}

.slide h4 p{
  font-size: 15px;
  margin-bottom: 0.5rem;
  align-items: center;
  text-transform: capitalize;
  color: #000;
  text-decoration: line-through RED;
}

.btn{
  background-color: #444;
  color: #fff;
  text-decoration: none;
  padding: 1rem 10.3rem;
  margin-bottom: 100px;
}

#unserVersprechen{
  height: 30vh;
  overflow-x: hidden;
  background-image: url(background.jpg);
  background-size: cover;
  background-repeat: repeat-y;
  text-align: center;
  user-select: none;
}

#unserVersprechen h3{
  font-size: 20px;
  color:#fff;
  padding-bottom: 3px;
  text-align: center;
  text-transform: capitalize;
}


#unserVersprechen h4{
  text-align: center;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 3rem;
  padding-top: 20px;
}

#unserVersprechen p{
  text-align: center;
  color: purple;
  font-size: 16px;
  line-height: 55px;
  margin-bottom: 1rem;
}

@media screen and (min-width:1000px){
  .uap{
    width:100%;
    height: 390px;
  }

  .uap video{
     width: 70%;
     margin: 0 auto;
  }
  .angebote-flex{
    position:static;
    overflow-y: hidden;
    height: 80vh;
    display:flex;
    flex-direction: row;
    overflow-x: hidden;
    background-image: url(background.jpg);
    background-size: cover;
    background-repeat: repeat-y;
  }

  .angebote-flex h2 {
    font-size: 30px;
    text-decoration: underline;
    color: purple;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 0px;
    padding-top: 300px;
    line-height: 38px;
  }

  .slide{
    max-height: 50vh;
    width: 25vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom:1rem;
    user-select: none;
  }

  .slide img{
    max-height: 85%;
    max-width:75%;
    transition: transform 0.3s ease-in-out;
  }

  .slide img:hover{
    max-height: 100%;
    max-width:100%;
  }

  .slide h3{
    font-size: 20px;
    margin-bottom: 0rem;
    align-items: center;
    text-transform: uppercase;
    color: #000;
    padding-top: 100px;
  }

  .slide h4{
    display: inline-block;
    font-size: 20px;
    margin-bottom: 0.5rem;
    align-items: center;
    text-decoration: none;
    color: #000;
  }

  .slide h4 p{
    font-size: 15px;
    margin-bottom: 0.5rem;
    align-items: center;
    text-transform: capitalize;
    color: #000;
    text-decoration: line-through RED;
  }

  .btn{
    background-color: #444;
    color: #fff;
    text-decoration: none;
    padding: 1rem 1.5rem;
    margin-bottom: 0px;
  }

  .btn:hover{
   color:white;
   cursor: pointer;
   background-color: blue;
  }

#unserVersprechen{
height:350px;
}

#unserVersprechen h3{
  font-size: 20px;
  color:#fff;
  padding-bottom: 3px;
}

#unserVersprechen h4{
  font-size: 25px;
  color:purple;
  padding-top: 0px;
}

#unserVersprechen p{
  font-size: 20px;
  line-height: 36px;
  color:#fff;
}
}
