.navbar {
text-align: center;
}
.navbar li a {
font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
    font-weight: bold;
    color: #B4B4B4;
    text-decoration: none;
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 25px;
}
.biographie {position: relative !important;margin: 40px auto !important;}
.navbar-expand-md .navbar-nav {margin: auto }
img {width: 100%;}
.navbar .row {
	width: -moz-available;
	/* WebKit-based browsers will ignore this. */
	width: -webkit-fill-available;
	/* Mozilla-based browsers will ignore this. */
	width: fill-available;
}
body {      min-height: 100vh;
    position: relative;  }
div.body {
    min-height: 540px;
    position: relative;
    height: max-content;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: 40px auto;
    width: 760px;
       border: 1px solid #CCCCCC;    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.headline {
    color: #FF9900;
    font-weight: bold;
    margin: 0;
}
p {font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 16px;
    font-weight: normal;
    color: #666666;
    margin: 0;
    padding: 0;}
    * {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 16px;
    font-weight: normal;
    color: #666666;
    margin: 0;
    padding: 0;
}
label {
    font-weight: bold;
    font-size: 0.92em;
}
input {
    border-color: #383838;
    background-color: #f8f8f8;
    color: #919191;
    width: 100%;
    margin-bottom: 0;
    display: inline;
    min-width: 50px;
    padding: 13px;
    border-radius: 2px;
        border: 1px solid #383838;
}
label span {
    color: #383838;
}
.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}
textarea {
	  border: 1px solid #383838;
    width: 100%;
    margin-bottom: 0;
    display: inline;
    min-width: 50px;
    padding: 13px;
    border-radius: 2px;
}
form button {margin: 0;
    padding: 16px 20px;
    border-radius: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-weight: normal;
    font-size: 0.92em;
    min-width: 142px;
    outline: none;
    background-color: #383838;
    color: #ffffff;
    border-color: #161616;
}
form {margin-bottom: 20px;margin-top: 0;}
.form_element {
    margin-bottom: 15px;
}
nav {margin-top: 20px;}
.titel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: normal;
    color: #333333;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
}
.subtitel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    color: #B4B4B4;
    text-align: center;
    margin-bottom: 20px;

}
.next {
    text-align: right;
}
.next a {    color: #666666;}
a:link, a:visited {
    color: #666666;
    text-decoration: none;
}
.active {color: #FF9900 !important;}
.youtube a {display: inline-block;}
.done {display: none;}
.done.open {color: green;font-size: 20px;margin-top: 15px;
display: block;}
#reviewsCarousel {
    padding: 0;
    background: #383838;
    height: max-content;
}
#reviewsCarousel .carousel-control-next, #reviewsCarousel .carousel-control-prev {
    width: 5%;
}
#reviewsCarousel .carousel-inner {
    padding: 5px 30px;
    height: 63px;
    display: flex;
    align-items: center;
}
#reviewsCarousel .carousel-item {
    text-align: center;
}
#reviewsCarousel .carousel-item p {
    color: #fff;
    margin-bottom: 3px;
}
#reviewsCarousel .carousel-item span {
    color: #FF9900;
    font-style: italic;
}
.logo {
    padding: 10px 0 20px 0;
    width: 50%;
    margin: 0 auto;
    display: block;
}
.header-row {
    position: relative;
}
.main-img {
    min-height: 100%;
    width: 100%;
    object-fit: cover;
}
.lang-switcher {
    display: flex;
    list-style: none;
    justify-content: space-between;
    position: absolute;
    width: 100px;
    top: 20px;
    right: 20px;
    z-index: 999;
}
.lang-switcher li {
    width: 50px;
}
.lang-switcher li a {
    line-height: 1 !important;
    padding: 0 !important;
    font-size: 12px;
    color: #FF9900;
}
.lang-switcher li a:hover {
    text-decoration: underline;
}
.lang-switcher li img {
    height: 100%;
    margin-top: 0;
}
.lang-switcher.mobile-lang {
    display: none;
}
.lang-en {
    opacity: 0.3;
    pointer-events: none;
}

.sb-youtube a:hover, .sb-youtube a:active {
    color: #FF9900;
}
.lang-switcher li {
    width: 50px;
    text-align: right;
}
@media (max-width: 490px) {
    .logo {
        padding: 10px 0;
        width: 80%;
        margin: 0 auto;
        display: block;
    }
}
@media (max-width: 991px) {
    form {
        margin-top: 50px;
    }
    .lang-switcher {
        display: none;
    }
    .lang-switcher.mobile-lang {
        display: flex;
        list-style: none;
        justify-content: space-between;
        position: absolute;
         width: 100px;
        align-items: center;
        height: 18px;
        /*top: 0;
        left: 50%;
        transform: translateX(-50%);*/
        top: 0;
        left: auto;
        right: 3px;
    }
    .navbar-toggler.word {
        font-size: 17px;
        line-height: 1!important;
        font-weight: normal;
        padding-top: 0;
        padding-bottom: 0;
        width: auto;
        height: auto;
        background: #fff;
        float: left;
    }
    .navbar-default .navbar-toggler.word:hover, .navbar-default .navbar-toggler.word:focus {
        background-color: transparent;
        border-color: transparent;
    }
}