/***
### Defaults
***/

html,
body {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    text-align: left;
}

img {
    border: none;
    display: block;
}

.fullscreen {
    text-align: center;
    min-height: 100%;
}

strong {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4 {
    margin-top: 0px;
}

a.bhElement {
    display: block;
}

.bhElement,
.bhPseudoElement {
    position: relative;
}

/*Accordeon */

.bh-accordion-element {
    overflow: hidden;
}

/* Picture */

.bh-femode .bhImageInner {
    overflow: hidden;
}

.bhImageHover {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 10px;
    height: 10px;
    z-index: 50;
}

a.bhPicture:hover .bhImageHover {
    display: block;
}

/* Navi */
ul.navi,
.navi li,
.navi a {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: block;
}

/* BG-Image */
.bhBgImage {
    height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    height: 150px;
}

/* Audio */
audio {
    width: 100%;
}

/* Thumbnail */
.bh-thumbnailgallery-pic {
    float: left;
}

.floatchildren>* {
    float: left;
    min-height: 1px;
}

.error {
    color: red;
}

.beside,
.L,
.l {
    float: left;
}

.rightside,
.R,
.r {
    float: right;
}

/* close commented backslash hack */
html* .clearfix,
html* .floatchildren,
html* .cf {
    display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

/* start commented backslash hack \*/
* html .cf {
    height: 1%;
}

/* Bh-Branding */
.bh-brand {
    width: 90px;
    position: relative;
    display: block;
}

.bh-brand-text {
    fill-opacity: 1;
    fill: #000;
}

.bh-brand-logo {
    fill-opacity: 1;
    fill: #000;
}

/* Video-Wizard */

.yt-wizard-wrapper,
.vi-wizard-wrapper,
.bhHtml5VideoElement {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}

.yt-wizard-wrapper.ar-9-16,
.vi-wizard-wrapper.ar-9-16,
.bhHtml5VideoElement.ar-9-16 {
    padding-bottom: 177.777%;
}

.yt-wizard-wrapper.ar-16-10,
.vi-wizard-wrapper.ar-16-10,
.bhHtml5VideoElement.ar-16-10 {
    padding-bottom: 62.5%;
}

.yt-wizard-wrapper.ar-4-3,
.vi-wizard-wrapper.ar-4-3,
.bhHtml5VideoElement.ar-4-3 {
    padding-bottom: 75%;
}

.yt-wizard-wrapper iframe,
.vi-wizard-wrapper iframe,
.bhHtml5VideoElement video {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}