.cleaner { clear:both; height:0px; line-height:0px; font-size:0px}
/* imageGallery default - use Slimbox2 */
.imageGallery {padding: 0 0 0 0;}
.imageGalleryItem {float: left; padding: 3px;}
.imageGalleryItem img {border: solid 1px #1F1F1F; padding: 1px;}
.imageGalleryTexts {display:none;}

/*#region cookiePanel - responsiv */

#cookiePanel { background: #121212; color: #fff; position: fixed; bottom: 0; left: 0; right: 0; z-index: 50000; padding: 15px; font-size: 14px; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.cookiePanelIn { width: 1200px; margin: 0 auto; }
#cookiePanel > div > div { float: left; margin: 3px 10px 3px 0; width: 90%; }
#cookiePanel a { text-decoration: underline; color: #fff; }
#cookiePanel a:hover { text-decoration: none; color: #fff; }
#cookiePanel input { background: #ffc900; position: relative; display: block; float: right; cursor: pointer; border: none; color: #000; text-transform: uppercase; font-weight: bold; padding: 5px 20px; }
#cookiePanel input:hover { background: #ffa400; color: #000; }
.boxCookies { min-height: 500px; }

@media screen and (min-width: 1000px) and (max-width: 1199px) {
    .cookiePanelIn { width: 1000px; }
}

@media screen and (max-width: 999px) {
    .cookiePanelIn { width: 100%; }
    #cookiePanel > div > div { width: 80%; }
}

/*#endregion */

.boxCookies {padding:0 0 0 15px;}
.boxCookies table { margin:0 0 25px 0;}
.boxCookies ul {margin:0 0 20px 0; padding:0; list-style: none;}
.boxCookies ul li { list-style: none; margin: 0 0 5px 0; padding: 0 0 0 15px; position:relative;}
.boxCookies ul li:before { background: #ff8700; content: ""; position:absolute; left:0; top:3px; width:6px; height:6px; border-radius:100%;}
