/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* YouTube Responsive */
.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.youtube iframe,
.youtube object,
.youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Box Facebook */
.uk-panel-box-facebook {
    background: #3b5998;
    color: #e1e1e1;
}
/* Box YouTube */
.uk-panel-box-youtube {
    background: #ee0f0f;
    color: #e1e1e1;
}

/* Cookie consent
----------------------------------------------------------------------------------------------------*/
#cookie-bar {background: #f9f9f9 url(img/bg-dots.png); height:auto; width: 100%; color:#111111; text-align:center;}
#cookie-bar.fixed {position:fixed; bottom:0; left:0; z-index:100;}
#cookie-bar p {margin-left:20px; margin-right:20px; padding:0; line-height:normal; font-size: x-small;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-right:8px;}
#cookie-bar .cb-enable {background:#007700; font-size: small;}
#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#990000; font-size: small;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb; font-size: small;}
#cookie-bar .cb-policy:hover {background:#0055dd;}

