@font-face { font-family: 'BenchNine';
src: url('fonts/BenchNine-Light.eot#') format('eot'),
url('fonts/BenchNine-Light.woff') format('woff'),
url('fonts/BenchNine-Light.ttf') format('truetype'),
url('fonts/BenchNine-Light.svg#svgFontName') format('svg'); }
html, body
{
background-color: #f5f5f0;
padding: 0;
margin: 0;
font-family: BenchNine;
color: #505050;
}
h1{
    /*color: #db2126;*/
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}
h2{
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
}
h3{
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#head{
    background-image: url(images/rand_top.png);  
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat; 
    height: 230px; 
    width: 100%;
    padding: 0;
    margin: 0;
    position: fixed;
    z-index: 10;
    top: 0;
}
#content{
    z-index: 6;
    position: relative;
    font-size: 24px;
    background-image: url(images/rand_mitte.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat; 
    height: auto;
    min-height: 100px; 
    margin-top: -120px;  
    padding: 120px 5% 50px 5%;
    width: 90%;
    display: block;
}

#menue{
    position: fixed;
    left: 0;
    width: 100%;
    text-align: center;
    top: 20px;
    font-family: BenchNine;

    
}
#menue a{
    font-size: 24px;
    color: #505050;
    margin-right: 40px;
    margin-left: 40px;
    border-bottom: 6px #505050 solid;
    text-transform: uppercase;
    text-decoration: none;
}
#menue a:hover{
    color: #db2126;
}
#mobilemenu{
    display: none;
}
#logoimage{
    display: inline-block;
    margin-bottom: -40px;
    width: 150px;
}
#footer{
    position: relative;
    top: 0px;
    z-index: 7;
    font-size: 16px;
    background-image: url(images/rand_unten.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    height: 100px;
    padding-top: 70px;  
    text-align: center;  
    width: 100%;
    display: block;
}
#footer a{
    color: #db2126;
    text-decoration: none;
}
.footericon{
    height: 64px;
    margin-bottom: -12px;
    }
#boden{
    width: 100%;
    height: 100px;
    background-color: #d6d6c3;
}
#smartmenue{
    display: none;
}
#datenschutz{
    font-family: Arial;
    position: fixed;
    background-color: #333;
    color: #ccc;
    top: 0;
    z-index: 9999;
    width: 98%;
    padding: 1%;
    padding-bottom: 50px;
}

#datenschutzok, #datenschutzweiter{
    display: block;
    position: relative;
    top: 6px;
    float: right;
    color: #ccc;
    border: medium solid #ccc;
    border-radius: 3px;
    padding: 3px;
    margin-right: 2px;
}
    .sliderbox{
        position: relative;
        z-index: 4;
        height: auto;
        width: 100%;
        margin: 0px auto;
        margin-top: 160px;
    }
    .sliderbox .slicki{
        /*box-shadow: 0 20px 50px -25px #000;*/
    }
    .sliderbox .slicki-track{
        transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    }
    .sliderbox .slicki-img{
        height: 100%;
        position: relative;
        z-index: 1;
    }
    .slicki{
        height: auto;
    }
    .slicki-img h2{
        position: absolute;
        bottom: 25%;
        z-index: 1;
        color: #505050;
        display: block;
        width: 80%;
        left: 20%;
        text-align: left;
        font-size: 100px;
        text-shadow: -2px -2px #fff,
                     1px 1px #000;
    }
    /* Steuerelemente */
    .slick-next{
        right: 20px;
    }
    .slick-prev {
        left: 20px;
        z-index: 1000;
    }
    .slick-dots{
        bottom: 20px;
    }
    .slick-prev::before, .slick-next::before {
        font-size: 30px; /*Pfeilgrösse*/
    }

    .sliderbox .slicki-img img{
        width: 100%;
        transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
        transform: scale (1.2);
    }
    .sliderbox .slicki-img.slick-active img{
        transform: scale(1);
        animation: animate 8s 1 ease-in-out;
    }
    .slick-arrow{
        display: none !important;
    }
    .suchbox{
    display: block;
    margin-bottom: 4px;
    width: 100%;
    border-radius: 6px;
    font-family: opensans;
    font-size: 18px;
    margin-bottom: 10px;

    border: thin solid #666;

}
.button{
    display: block;
    margin-top: -30px;
}
#kontaktformular{
    display: block;
    left: 20%;
    width: 60%;
    position: relative;
}