body, html {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: #f0e740;

    font-family : 'Roboto Condensed', 'Roboto', sans-serif;
    font-size: 12px;
    }

img {
    border:0;
    }

body {
    background-color: #f0e740;
    font-family : 'Roboto Condensed', 'Roboto', sans-serif;
    font-size: 12px;

    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto 100%;
    }

#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 5;
    background-color: #000000;
    }

#midDiv {
    position: absolute;
    top: 70px;
    left: 0;
    bottom: 40px;
    width: 100%;
    z-index: 3;
    overflow: hidden;
    }

* html #midDiv {
    top: 0;
    bottom: 0;
    height: 100%;
    border-top: 70px solid #f0e740; /* Hintegrundfarbe wie Body-Hintergrund */
    border-bottom: 40px solid #f0e740;

    }

#leftCol, #bgCol, #contentCol {
    margin-top: 0px;
    margin-bottom: 0px;
    }
#leftCol {
    width: 0px;
    float: left;
    }

#bgCol { z-index: 88;
    margin-right: 822px !important;
    margin-right: 820px;
    margin-left: 0px !important;
    margin-left: 0px;
    height: 100%;
    width: auto;

    /*   background-position: left bottom;
    background-size: auto 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: transparent;   */
    position: relative;
    }

h1 {
    font-size: 18px;
    font-weight:700;
    margin: 0px 0px -21px 0px;
    text-decoration: underline;
}

h2 {
    font-size: 18px;
    font-weight:700;
    margin: 0px 0px -21px 0px;
    text-decoration: none;
    text-transform: uppercase;
}

h4{
    color: #000000;
    margin: 0;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    line-height: 27px;
    margin-bottom: -20px;
}

#contentCol { z-index: 99;
    float: right;

    text-align: left;
    margin-left: 15px;
    padding-left: 25px;
    padding-right: 22px !important;
    padding-right: 20px;
    margin-bottom: 15px;

    color: #232323;
    font-size: 15px;

    height: 100%;
    width: 760px;

    overflow: auto;
    overflow-x: hidden;

    }

a {
    color: #232323;
    text-decoration: underline;
    }

a:hover {
    color: #232323;
    text-decoration: none;
    }

a:hover img {
    color: #f0e740;
    text-decoration: none;
    }

#logoCol { 
    width: 165px;
    float: left;
    padding: 10px 0px 0px 20px;
    }

#naviCol {
    width: auto;
    float: right;
    }

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 5;
    background-color: #000000;
    color: #ffffff;
    overflow-y: hidden;
    }

#footer a {
    color:#ffffff;
    text-decoration: underline;
    }

#footer a:hover {
    color:#ffffff;
    text-decoration: underline;
    }

#footerCol {
    width: 600px;
    float: left;
    padding: 12px 0px 0px 20px;
    }

#socialmediaCol {
    width: auto;
    float: right;
    padding-right:20px;
    }

#socialmediaCol img {
    max-height: 18px;
    width: auto;
    padding: 10px 5px 0px 5px;
}

#partnerCol img {
    max-height: 23px;
    width: auto;
    padding: 10px 5px 0px 5px;
}

.clearDiv{
    line-height: 0px;
    font-size: 0px;
    height: 1px; border: 0px solid green;
    clear: both;
    }

#imprint {
    width: 350px;
    color: #ffffff;
    font-size: 13px;
    padding:30px;
    }

#imprint a {
    color:#ffffff;
    text-decoration: underline;
    }

#imprint a:hover {
    color:#f0e740;
    text-decoration: underline;
    }

#newsletter {
    width: 350px;
    color: #ffffff;
    font-size: 13px;
    padding: 30px;
    }

#newsletter a {
    color:#ffffff;
    text-decoration: underline;
    }

#newsletter a:hover {
    color:#f0e740;
    text-decoration: underline;
    }

.close {
    position:absolute;
    top:35px;
    right:35px;
    }
    
#freedownload {
    position:absolute;
    right:200px;
    }

#videoitem {
    width:200px;
    height:150px;
    text-align:center;
    float:left;
    margin:0px 35px 40px 0px;
    }

videothumbnail img {
    height:112px;
    width:200px;

    /*filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);*/
   }


#picturesitem {
    width:200px;
    height:140px;
    text-align:center;
    float:left;
    margin:0px 45px 25px 0px;
    }

picturesthumbnail img {
    height:120px;
    width:200px;

    /*filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1); */
    }

#galleryitem {
    width:220px;
    height:140px;
    text-align:center;
    float: left;
    margin:0px 15px 15px 0px;
    }

gallerythumbnail img {
    height:140px;
    width:220px;

    /*filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);*/
    }

#wcgalleryitem {
    max-width:225px;
    height:140px;
    text-align:center;
    float: left;
    margin:0px 22px 20px 0px;
    }

wcgallerythumbnail img {
    height:140px;
    max-width:225px;

    /*filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);*/
    }


#hublotgalleryitem {
    max-width:225px;
    height:150px;
    text-align:center;
    float: left;
    margin:0px 22px 20px 0px;
    }

hublotgallerythumbnail img {
    height:150px;
    max-width:225px;

    /*filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);*/
    }

partnerthumbnail img {
    height:140px;
    max-width:225px;
    }

.newsitem {
    width: 100%;
    height: auto;
    text-align: left;
    float: left;
    margin: 0px 0px 25px 0px;
    border-width: 2px;
    border-bottom-width:2px;
    border-bottom-color:#000000;
    border-bottom-style: solid;
    }
newsdate {
    font-size: 12px;
    }
newstitle {
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    }
#newscontent {
    width: auto;
    margin-top: 6px;
    }
    
newspic {
    float: left;
    height: 100px;
    margin-bottom: 30px;
    margin-right: 8px;
    position: relative;
    width: 100px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    line-height:100px;
    text-align:center;
    }

newstext {
    height: auto;
    width: auto;
    clear: left;
    }

.datesitem {
    width: 100%;
    padding-bottom: 17px;
    }
.datesitem datesday {position:absolute;}
.datesitem datesdate {position:absolute;margin-left:20px;}
.datesitem dateslocation {position:absolute;margin-left:100px;}

.datesmonth {padding-bottom:30px;}


input, textarea {
    margin-bottom:6px;
    font-family : 'Roboto Condensed', 'Roboto', sans-serif; 
    font-size: 15px; 
    border: 0px solid #000000;
    padding:5px;
    }

textarea {
    width: 480px; 
    height:140px;
    }
#input237 {
    margin-right:6px;
    width:237px;
    }
#input480 {
    width:480px;
    }
#send {
    cursor: pointer; 
    color: #f0e740; 
    background-color: #000000; 
    width: 480px; 
    padding: 4px; 
    line-height: 130%;
    }









.videoitem-container a{
    display:block;
    padding:10px;
    text-decoration:none;
    cursor:pointer;
}

.videoitem-container a:hover{
    background: #000000;
}

.videoitem-container .videoitem-holder{
    width:100%;
    display:table;
    position:relative;
}

.videoitem-container .videoitem-image{
    width:220px;
    float:left;
    margin:0 0 0 0;
}

.videoitem-container .videoitem-image .playicon{
    width: 50px;
    height: 22px;
    top: 50%;
    margin-top: -11px;
    margin-left: 75px;

    background-image: url(../images/videos/play.jpg);
    position: absolute;
    z-index: 11;
}

.videoitem-container .videoitem-image img{
    display:block;
    max-width: 200px;
    z-index:10;

    /*filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);*/
}

.videoitem-container .videoitem-textbox {
    width:100%;
    display:table-cell;
    vertical-align:middle;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding: 0;
}

.videoitem-container h4{
    color: #000;
    margin: 0;
    text-transform: none;
    font: 26px 'Roboto Condensed', sans-serif;
    font-weight: normal;
}

.videoitem-container a:hover h4{
    color: #f0e740;
}



.videoitem-container:hover subtitle{
    color: #f0e740;
}


subtitle {
    color: #000000;
    text-transform: uppercase;
    font-weight: normal; 
}


.photoitem-container a{
    display:block;
    padding:10px;
    text-decoration:none;
    cursor:pointer;
}

.photoitem-container a:hover{
    background: #000000;
}

.photoitem-container a:focus{
    background: #000000;
}

.photoitem-container .photoitem-holder{
    width:100%;
    display:table;
    position:relative;
}

.photoitem-container .photoitem-image{
    width:220px;
    float:left;
    margin:0 0 0 0;
}

.photoitem-container .photoitem-image img{
    display:block;
    max-width: 200px;

    /*filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);*/
}

.photoitem-container .photoitem-textbox {
    width:100%;
    display:table-cell;
    vertical-align:middle;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding: 0;
}

.photoitem-container h4{
    color: #000;
    margin: 0;
    text-transform: uppercase;
    font: 26px 'Roboto Condensed', sans-serif;
    font-weight: normal;
}

.photoitem-container a:hover h4{
    color: #f0e740;
}

.photoitem-container subtitle {
    color: #000000;
    margin: 0 0 0 0;
    text-transform: uppercase;
    font-weight: normal;
}

.photoitem-container:hover subtitle{
    color: #f0e740;
}








.newsitem-container{
    display:block;
    padding:10px;
    text-decoration:none;
}

.newsitem-container:hover{
    background: #000000;
}

.newsitem-container:focus{
    background: #000000;
}

.newsitem-container .newsitem-holder{
    width:100%;
    display:table;
    position:relative;
}

.newsitem-container .newsitem-image{
    width:220px;
    float:left;
    margin:0 0 0 0;
}

.newsitem-container .newsitem-image img{
    display:block;
    max-width: 200px;
}

.newsitem-container .newsitem-textbox {
    width:100%;
    display:table-cell;
    vertical-align:middle;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding: 0;
}

.newsitem-container h4{
    color: #000000;
    margin: 0;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    line-height: 27px;
}

.newsitem-container:hover h4{
    color: #f0e740;
}

.newsitem-container date {
    color: #000000;
    margin: 0 0 0 0;
    text-transform: uppercase;
    font-weight: normal;
}

.newsitem-container:hover date{
    color: #f0e740;
}

.newsitem-container .newsitem-textbox newscontent {
    color: #000000;
    margin: 0;
    font-weight: normal;
}

.newsitem-container:hover .newsitem-textbox newscontent{
    color: #ffffff;
}

.newsitem-container:hover .newsitem-textbox newscontent a {
    color: #ffffff;
}

.newsitem-container:hover .newsitem-textbox newscontent a:hover {
    color: #f0e740;
}

