body {
    margin: 0;
   font-family:  Lato,sans-serif;
    font-size:13px;
    color: #4f4f4f;
    background-color: #dad3d1
}
a{
text-decoration: none;
}
.clearfix {
    clear: both;
}

h1{
    font-family: Merriweather,serif;
    /*font-family: "Julius Sans One", sans-serif;*/
    font-weight: 100;
}
.bumper{
    width:50px;
    background-color: #b93939;
    height:1px;
    margin: 0 auto;
}

.inner-content{

    width: 50%;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: calc(25% - 2.5vmin);
    text-align: center;
    margin: 0;
    padding: 3vmin;
    background-color: rgba(165, 47, 0, .8);
    color: #fff;


/*

    margin:80px;
    background-color:rgba(255, 255,255, 0.8);
text-align: center;
    color:white;*/

}
.content {

    margin: 0 auto;
    background-color: #dad3d1;
    width: 90%;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top:100px;
    margin-bottom:100px;
}
.content .text-elem{
    max-width: 900px;
    padding-left: 10px;
    padding-right:10px;
    margin: 0 auto;
    font-size: 1em;
    line-height: 2em;
}

.dark{
    background-color: #dad3d1;
}


.content1 {
  /*  padding-top: 250px;*/
    background-image: url("images/szene0.jpg");
    background-repeat:no-repeat;
    width: 100%;
    position: fixed;
    z-index: -1;
    background-position: center;
    background-position-y:0px;
    background-size: cover;
    height: 100vh;
    color:white;
    text-align: center;


}




.content1 h1{
    font-size: 40px;
    font-weight: 200;
    text-shadow: 1px 1px 2px #000000;

}
.content-break0 {

    background-image: url("images/szene6.jpg");
    background-repeat:no-repeat;
    background-size: cover;

    height:375px;

}
.content-break1{
    background-attachment: fixed;
    background-image: url("images/szene1.jpg");
    background-repeat:no-repeat;
    background-size: cover;

    height:600px;
}
.content-break2{

    background-image: url("images/szene2.jpg");
    background-repeat:no-repeat;
    background-size: cover;
background-attachment: fixed;
    background-position: center;
    height:600px;
}
.content-break3{
    background-attachment: fixed;
    background-image: url("images/szene3.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;

    height:600px;
}
.content-break4{

    background-image: url("images/szene5.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
     margin: 0;
    height:600px;
}
.main-content{
    background-color: #fff;
    font-size: 1.3em;
    text-align: center;
    width:100%;
    margin: 0 auto;
    padding-top: 60px;
border-top:1px solid black;
}

.main-content h1{

    width:100%;
    height: 70px;
    text-align: center;
    margin-bottom: 0;
    font-size: 3em;
    color: #b93939;
    text-transform: uppercase;


}
.main-content h2{
    margin-top: -5;
    font-weight: bold;
    font-size:1.2em;
    margin-bottom: 30px;

}
.main-content h3{
    margin-bottom: 0px;
    font-size:1em;
font-style: italic;
    margin-bottom: 20px;

}

.top-margin{
    min-height: 100vh;

}
.content2 {
    /*
    background-color: darkgray;
    background-image: url("images/image.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    background-attachment: scroll;*/
}
.content3 {
    /*
    background-color: darkgray;
    background-image: url("images/content3.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    background-attachment: fixed;

    */
}
.content3 .text-elem{
    max-width: 400px;
    text-align: justify;
}


.content4 .text-elem{

    max-width: 400px;
    text-align: justify;
}
.content5 .text-elem{
    max-width: 750px;

    text-align: justify;
}
#datenschutz p{
    max-width:400px;
    margin: 0 auto;
    text-align: left;
}
.datenshcutz-back {

    font-weight: bold;
    color:#b93939;
    font-size: 15px;
    padding: 10px;
    margin: 0 auto;
    display: block;
    text-align: center;

}

.next-btn{
   background-color: #FFF;
    color:#b93939;
    font-size: 1.2em !important;

padding: 10px;
   text-transform: uppercase;
    font-size: 30px;



}


nav {
text-align: center;
    margin: 0 auto;
    width: 100%;
    font-size:20px;
}

nav a{
    color: #b93939;
    padding: 5px;
    text-align: center;
}
nav a:hover{  background-color: #b93939;
    color: #ffffff;

}
.nav-item {
    text-align: center;
    color: #b93939;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px;
}
.nav-item:hover{

    color: #fff;
}

ul {
    padding: 0;
   /* text-align: justify;*/

}

li {
    display: inline-block;
    list-style: none;
min-width: 100px;
    text-align: center;
    margin: 10px;

}
.centered{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;

}
header {

    background-color: #ffffff;
    margin: 0;
    position:fixed;
    top:0;
    text-align: right;
    width:100%;
    height: 70px;
z-index: 1000;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.35);


    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}
#mobile-slogan{
    display: none;
    position:fixed;
    right:0px;
    top:0px;
    padding-right: 35px;
    color:#b93939;



}
#mobile-slogan h1{
    margin-top: 10px;
    font-size:23px;
}
#menu-icon {
    transition: all .3s ease;
    border: none;
    background: #fff;
    width: 50px;
    height: 50px;

    text-align: center;
    vertical-align: middle;
    display: none;
    padding: 0
}


#menu-icon img {
    padding: 0;
    margin: 0;
    width: 24px;
    height: 24px
}
header.stickytop {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 70px;
}
header.stickytop ul{

}
header.stickytop h1{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display:none;
    opacity: 0;
}
header.stickytop nav {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0px;
}
    /*font-size: 15px;/*
}
header.stickytop .centered{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height:60px;
}
/*
nav.main-nav.stickytop ul{
    font-size: 1em;
    margin-top: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}

*/
@media  (max-width: 1245px) {
    nav{
        font-size:17px;


    }
    .nav-item{
        padding: 2px;
    }
    nav li{
        margin:3px;
    }
}
@media  (max-width: 970px) {
    nav{
        font-size:17px;


    }
    .nav-item{
        padding: 0px;
    }
    nav li{
        margin:0px;
    }
}

@media  (max-width: 895px) {

    header{

        text-align: left;
        height:50px;
        background-color:#b93939;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    header ul{
       display:none;
    }
    .nav-item{
        height: 35px;
    }

    #menu-icon{
        display: table-cell;
    }
    .main-content h1{
        font-size: 1.5em;
    }
    header nav{
        text-align: left;
    }

    .content1 h1{
        font-size: 1.5em;
    }
    header li{
        display: block;
        text-align: left;
        border-bottom: 1px solid #ccc;
    }
    .open{
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        border-right:1px solid black;
        background-color: #fff;
        width: 100%;
        height: 100%;
        display: block;
    }
    .mobile-open{
        display:block !important;
    }
    #mobile-slogan{
         display: block;
        color: #fff;
    }
    }

}
@media  (max-width: 895px) {
    #mobile-slogan{
        padding-right: 25px;
    }
}
@media (max-width: 400px){

    .inner-content{

        width: 100%;
        display: inline-block;
        position: absolute;
        bottom: 0px;
left: 0;
        text-align: center;
        margin: 0 auto;
        padding: 0vmin;


    }
}
.pressebox{
    color: black;
background-color: white;
    width: 60%;
    padding: 10px;
    margin: 0 auto;
}
.pressebox a{
    color: #b93939;
    text-decoration: underline;
}
.trenner{
    height:1px;
    width:30px;
    background-color: #b93939;
    margin:0 auto;
}