@font-face { font-family: 'BenchNinebold';
src: url('fonts/BenchNine-Regular.eot#') format('eot'),
url('fonts/BenchNine-Regular.woff') format('woff'),
url('fonts/BenchNine-Regular.ttf') format('truetype'),
url('fonts/BenchNine-Regular.svg#svgFontName') format('svg'); }

@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'); }

@font-face { font-family: 'opensans';
src: url('fonts/OpenSans-Light.eot#') format('eot'),
url('fonts/OpenSans-Light.woff') format('woff'),
url('fonts/OpenSans-Light.ttf') format('truetype'),
url('fonts/OpenSans-Light.svg#svgFontName') format('svg'); }

@font-face { font-family: 'opensansbold';
src: url('fonts/OpenSans-Semibold.eot#') format('eot'),
url('fonts/OpenSans-Semibold.woff') format('woff'),
url('fonts/OpenSans-Semibold.ttf') format('truetype'),
url('fonts/OpenSans-Semibold.svg#svgFontName') format('svg'); }

html, body
{
    font-family: opensans;
    font-size: 18px;
    color: #C5C6C6;
    background-color: #a2d9f7;
    background-image: url(images/ground.png);
    background-repeat: repeat-x;
    /*background-position: 0% 90%;*/
    
    padding: 0;
    margin: 0;
}
.bold{
    font-family: opensansbold;
}
.socialbutton{
    width: 32px;
}
#socialleiste{
    position: absolute;
    left: 10%;
    top: 10px;
    width: 300px;
}

#head{
    position: relative;
    display: block;
    top: 0px;
    height: 105px;
    width: 100%;
    text-align: right;
    font-size: 24px;
    margin: 5px 0%;
    /*overflow: hidden;*/
    z-index: 20;
    /*background-color: #336644;*/

}
#lefthead{
    position: absolute;
    width: 99%;
    float: left;
    top: 0;
    left: 0;
    display: inline-block;
    font-size: 14px;
    padding-top: 0px;
    padding-left: 4%;
    text-align: left;
    font-family: BenchNine;
    z-index: 110;
    height: 90px;
    
}
#righthead{
    position: absolute;
    width: 97%;
    height: 90px;
    top: 0;
    text-align: right; 
    padding-top: 0px;
    padding-right: 2%;
    padding-left: 1%;
    border: 1px;
    border-bottom: solid thin #C5C6C6;
}
#strip{
    position: absolute;
    z-index: 105;
    left: 0%;
    width: 100%;
    height: 24px;
    top: 80px;
}
#strip img{
    width: 100%; 
    height: 24px;
}

.desktop_on{
    display: inline-block !important;
}
.smartphone_on{
    display: none !important;
}
#menubut{
    position: absolute;
    width: 56px;
    padding-top: 10px;
    margin-left: -68px;
    height: 40px;
    /*float: right;*/
    z-index: 130;
    left: 100%;
    padding-left: 0;
    display: none;
}
.menubutton{
    left: 0;
    width: 32px;
    margin-right: 2%;
    padding-right: 8px;
    margin-top: -20px;

}

#logoimage{
    position: relative;
    width: 20%;
    	
}

#telslider{
    z-index: 3;
    position: absolute;
    /*float: right;*/
    width: auto;
    left: 100%;
    margin-left: -60px;
    transition: left 1s ease-in-out;
    overflow: hidden;
    font-size: 36px;
    font-weight: bold;
    text-align: left;
    color: #ef7f1a;
    height: 48px;
    z-index: 120;
    text-shadow:  1px  1px 1px #5b5b5b,
                  1px -1px 1px #5b5b5b,
                 -1px  1px 1px #5b5b5b,
                 -1px -1px 1px #5b5b5b;
}
#telslider:hover{
    width: 1000px;
    left: 60%;
}
#telslider img{
    width: 48px;
    padding-right: 20px;
}

#menue{
    z-index: 15;
    position: relative;
    width: 80%;
    left: 0;
    padding-left: 10%;
    padding-right: 10%;
    margin-left: 0;
    background-color: #333;
    /*overflow: hidden;*/
    height: 50px;
    
    transition: height 1s ease-in-out;
    
    border-bottom: thin solid #999;
    font-size: 36px;
    text-transform: uppercase;
    
}

.oben:hover{
    color:#1383c5;
    transition: color 1.5s;
}
.unten:hover{
    color:#b0cb1f;
    transition: color 1.5s;
}

#head a{
    text-decoration: none;
}
#head a img{
    border: 0px;

}
#leiste_menu a{
    display: block;
    float: left;
    margin-left: 20px;
    margin-right: 0px;
    padding-right: 22px;
    background-image: url(images/buttonborder.png);
    background-repeat: no-repeat;
    background-position: right top;
    height: 40px;
    color: #ccc;
    padding-top: 8px;

}

#content{
    text-align:justify; 
    top: 30px;
    /*background-color: #ddd;*/
    left: 10%;
    position: relative;
    background-image: url(images/transparent.png);
    color: #fff;
    min-height: 500px;
    height: auto;
    display: block;
    width: 80%; 
    font-weight: normal;

    border: none;
    z-index: 5;
    font-size: 20px;
    padding: 1%;
    overflow: auto;
}
#content ul{
    margin-top: 0;
}
#content img{
    max-width: 100%;
    height: auto;
}
#mobilemenu{
    position: absolute;
    width: 100%;
    padding-top: 50px;
    color: #999;
    height: 100%;
    background-image: url(images/transparent.png);
    z-index: 100;
    top: 0px;
    display: block;
    left: -100%;
    transition: left 0.5s ease-in-out;
    overflow-x: hidden;

}
#cam{
    position: absolute;
    height: auto;
    bottom: 0;
    right: 0;
    
    width: 15%;
    margin-right: -14.5%;
    margin-bottom: -1%;
    
    display: inline;
    vertical-align: bottom;
}
#cam img{
display: inline;
    width: 100%;
}
#subground{
    
}
#slideshow{
    width: 100%;
    position: relative;
    z-index: 10;
    top: 0px;
    /*height: auto; 
    max-height: 600px;*/
    height: 400px;
    overflow: hidden;
    background-color: #000;
    left: 0;
    margin-left: 0;
    -webkit-transition-property: height; /* Safari */
    -webkit-transition-duration: 1s; /* Safari */
    transition-property: height;
    transition-duration: 1s;
}
#slideshow:hover{

    height: 550px;

}
#slideshow .slides{
    padding-left: 0;
    
}
.flexslider img{
    width: 100%;
    
}
.contentbox{
    position: relative;
    float: left;
    height: auto;
    padding: 20px;
    margin-top: -60px;
    max-width: 767px;
}
h1{
    color: #fff;
    font-family: BenchNine;
    font-size: 36px;
    font-weight: bold;
    line-height: 25px;
}
h2{
    color: #434242;
    font-family: BenchNine;
    font-size: 30px;
}
h3{
    color: #434242;
    font-size: 26px;
    font-family: BenchNine;
    font-weight: bold;
}           
a{
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

#footer{
    position: relative;
    width: 70%;
    margin-left: 10%;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    z-index: 20;
    clear: both;
    color: #666;
    padding-top: 50px;
    /*white-space: pre;*/
}
#footer div, #footer span{
    display: inline-block;
    white-space: nowrap;
}
#footer a{
    text-decoration: none;
    color: #666;
}
#footer a:visited{
    text-decoration: none;
    color: #666;
}
#footer .newline{
    white-space: nowrap;
}
.content table{
    border: thin !important;
}
.contentbox td{
    border: none !important;
    vertical-align: top;
}
.suchbox{
    display: block;
    margin-bottom: 4px;
    -webkit-border-radius: 8px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 58px;
-moz-border-radius-topleft: 0;
border-radius: 8px;
border-top-left-radius: 0;
border: thin solid #666;

}
input{
    line-height: 24px;
}
select{
    line-height: 24px;
    height: 28px;
}
.button{
    
}
#mobilemenu{
    /*display: none;*/
    left: -100%;
}

#mobbreak {
    display: none;
}
#watermark{
    position: absolute;
    top: 0;
    left: 80px;
    z-index: 101;
}
#slidercontainer{
    position: relative;
    z-index: 99;
}
#datenschutz{
    position: fixed;
    background-color: #333;
    color: #ccc;
    top: 0;
    z-index: 9999;
    width: 98%;
    padding: 1%;
    padding-bottom: 50px;
}
#datenschutzok{
    width: 32px;
    height: 32px;
    border: medium solid #ccc;
    border-radius: 3px;
    position: absolute;
    right: 1%;
    
}
#datenschutzok a{
    color: #ccc;
}
.slidetext{
    font-family: BenchNine;
    position: absolute;
    display: block;
    width: 100%;
    margin-left: 150px;
    top: 450px;
    
    color: #FFF;
    font-size: 70px;
    text-shadow:  1px  1px 1px #434242,
                  1px -1px 1px #434242,
                 -1px  1px 1px #434242,
                 -1px -1px 1px #434242;
}