* {
    margin: 0;
    padding: 0;
}

body {
    position: absolute;
    width: 100%;
    height: 100%;
}

.content {
    opacity: 1;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0px;
}

.centered {
    position: relative;
    display: block;
    max-width: 600px;
    margin: 0 auto;
}

#start {
    background-color: #f2f2f2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#kontakt {
    padding-bottom: 120px;
}

#navclosed {
    display: block;
    position: fixed;
    top: 35px;
    left: 0px;
    z-index: 180;
}

#navopen {
    position: fixed;
    display: none;
    top: 35px;
    left: 0px;
    z-index: 190;
}

#navopen ul {
    position: relative;
    top: 50px;
    left: 35px;
    list-style: none;
}

#navopen li a {
    color: black;
    line-height: 32px;
    font-size: 20px;
    font-family: "Dosis", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}



#impressumtext {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    top: calc(50% - 182px);
    z-index: 210;
}




#navtouch {
    display: none;
    opacity: 0;
    position: relative;
    top: 0px;
    width: 100%;
    height: 80px;
    background-color: white;
    z-index: 300;
}

#menutext {
    position: relative;
    display: block;
    opacity: 1;
    top: calc(50% - 14px);
    left: calc(50% - 49px);
    z-index: 310;
    cursor: pointer;
}

#exit2 {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 40px;
    z-index: 320;
    cursor: pointer;
}

#navtouch ul {
    display: none;
    opacity: 0;
    position: relative;
    width: 282px;
    top: 90px;
    left: calc(50% - 140px);
    list-style: none;
    text-align: center;
    z-index: 320;
}

#navtouch a li {
    width: 200px;
    border: 1px solid black;
    padding: 40px;
    margin-bottom: 30px;
}

#navtouch a:last-child li {
    width: 200px;
    border: none;
    padding: 40px;
    margin-bottom: 0px;
}

#navtouch a {
    color: black;
    line-height: 32px;
    font-size: 20px;
    font-family: "Dosis", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

#navtouchimp {
    cursor: pointer;
}

#navtouchbg {
    display: none;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: white;
    z-index: 290;
}

.swiper-container {
    width: 100%;
    height: 70%;
    top: 0px;
    padding: 40px 0px;
    background-color: #f2f2f2;
}


/* ------------- */


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.clickNav {
    position: absolute;
    top: 0px;
    width: 50%;
    height: 100%;
    z-index: 100;
}

#prev {
    left: 0px;
    cursor: w-resize;
}

#next {
    right: 0px;
    cursor: e-resize;
}

#impressum {
    display: block;
    position: absolute;
    bottom: 35px;
    right: 0px;
    cursor: pointer;
}

#impressumfloater {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 400;
}

#impressumtext {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    top: calc(50% - 182px);
    z-index: 410;
}

#back {
    position: absolute;
    top: 35px;
    left: 35px;
    z-index: 220;
}

#exit1 {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 440;
    cursor: pointer;
}