@import 'https://fonts.googleapis.com/css?family=Muli:300';

/* Extrene Schrift einbinden */

@font-face {
    font-family: 'zapfino_linotype_oneregular';
    src: url('zapfino_linotype_one-webfont.eot');
    src: url('zapfino_linotype_one-webfont.eot?#iefix') format('embedded-opentype'), url('zapfino_linotype_one-webfont.woff') format('woff'), url('zapfino_linotype_one-webfont.ttf') format('truetype'), url('zapfino_linotype_one-webfont.svg#zapfino_linotype_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #f2f2f2;
    padding-top: 0px;
    font-size: 16.5px;
    font-family: 'Muli', sans-serif;
    color: #777;
}

a {
    color: #121212;
}

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

@media(max-width: 767px) {
    body {
        background-color: #fff;
    }
}


/* h1 { color: #B89000; font-size: 50px; font-family: 'zapfino_linotype_oneregular', Arial, sans-serif; font-weight: 400; text-decoration: none; text-transform: none; margin-bottom: 5px; } */

h1 {
    color: #B89000;
    font-size: 35px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5px;
}


/* h2 { color: #777; font-size: 23px; font-family: 'Century Gothic',Arial, 'Trebuchet MS', Helvetica, sans-serif; font-weight: 400; text-decoration: none; text-transform: uppercase; margin-bottom: 5 px;} */

h2 {
    color: #B89000;
    font-size: 20px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    margin-top: 0px;
    margin-bottom: 20px;
}


/* h3 { color: #777; font-size: 20px; font-family: 'Century Gothic',Arial, 'Trebuchet MS', Helvetica, sans-serif;text-decoration: none; margin-bottom: 5px; } */

h3 {
    color: #777;
    font-size: 20px;
    font-family: 'Muli', sans-serif;
    text-decoration: none;
    margin-bottom: 12px;
    font-weight: bold;
}

h4 {
    color: #B89000;
    font-size: 18.5px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    margin-bottom: 5px;
}

#top {
    background-color: #fff;
    padding: 4px 0px 3px 0;
    min-height: 40px;
}

#top-links {
    padding-top: 6px;
    font-size: 12px;
}

.google-maps {
    position: relative;
    padding-bottom: 35%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.video-frame {
    position: relative;
    z-index: 1;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-top: 20px;
}

.video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}

.formular iframe {
    height: 680px;
}

@media (max-width: 1199px) {
    .formular iframe {
        height: 740px;
    }
}
@media (max-width: 991px) {
    .formular iframe {
        height: 860px;
    }
}
.video {
    position: relative;
    z-index: 1;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}

#fancybox-wrap * {
    max-width: 100% !important;
}

#fancybox-wrap,
#fancybox-wrap * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

#pruefung {
    display: none;
}

.nav-lead {
    background-color: #f2f2f2;
    padding: 10px;
    padding-top: 25px;
}

.navbar {
    margin-bottom: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    border: 0;
}

.dropdown-menu {
    text-transform: none;
}

@media(min-width:768px) {
    .navbar-nav {
        text-align: center;
    }
    .navbar-nav>li {
        float: unset;
        display: inline-block;
    }
    .navbar-header {
        float: unset;
        display: inline-block;
    }
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #B89000;
}

.navbar-default .navbar-nav>li>a:hover {
    background-color: transparent;
    color: #B89000;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #B89000;
}


/*2. Untermenü*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.open>.dropdown-submenu {
    display: block;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu .caret {
    border-top-color: #000000;
    border-bottom-color: #000000;
    margin-left: 5px;
}

.dropdown-submenu .caret {
    border-top-color: #000000;
    border-bottom-color: #000000;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.carousel-indicators .active {
    background-color: #B89000
}

.carousel-indicators li {
    border: 2px solid #B89000
}

.carousel-indicators {
    bottom: 0;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.home-carousel {
    background-color: #333;
}

.home-carousel .item {
    min-height: 700px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    transition: all 0.8s;
}

.home-carousel .item:hover {
    /* opacity:0.9; */
}

@media(max-width:767px) {
    .home-carousel .item {
        min-height: 350px;
    }
}

.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
    background-color: none;
}


/* .carousel-caption h3 {
	color:#fff;
	text-shadow:1px 1px #000;
	font-family: 'zapfino_linotype_oneregular', Arial, sans-serif;
	color:#B89000;
	padding-top: .5em;
	padding-bottom: .5em;
	text-transform:none;
	font-size:64px;

} */

.carousel-caption h3 {
    text-shadow: 1px 1px #000;
    font-family: 'Muli', sans-serif;
    color: #fff;
    padding-top: .5em;
    padding-bottom: .5em;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 400;
}

.carousel-caption p {
    color: #fff;
    text-shadow: 1px 1px #000;
    font-size: 16px;
    max-width: 500px;
}

.carousel .icon-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    text-align: center;
    border-radius: 50%;
}

.carousel-caption button {
    border-color: #00bfff;
    margin-top: 1em;
}


/* Animation delays */

.carousel-caption h3:first-child {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.carousel-caption h3:nth-child(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.carousel-caption p {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.carousel-caption button {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.carousel-caption {
    text-align: left;
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        /*top:49%;*/
        right: 0;
        left: 0;
        padding-left: 50px;
        padding-bottom: 30px;
    }
}

.carousel-small .item {
    min-height: 300px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

@media(max-width:767px) {
    .carousel-small .item {
        min-height: 200px;
    }
}

.right-of-carousel {
    min-height: 300px;
    background-color: #fff;
}

.hero-unit {
    background-color: #f2f2f2;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media(max-width:767px) {
    .hero-unit {
        background-color: #fff;
    }
}

.hero-unit h1 {
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    color: #B89000;
}

.no-pad {
    padding: 0;
}

@media(max-width:991px) {
    .no-pad-xs {
        padding: 0;
    }
    h1 {
        font-size: 25px;
    }
}

@media(min-width:992px) {
    .no-pad-left {
        margin-left: -15px;
        padding-left: 15px;
    }
    .no-pad-right {
        margin-right: 0px;
        padding-right: 15px;
        float: right;
    }
}

.bg-effect {
    background-size: 100% 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-position: center;
    min-height: 300px;
}

.bg-effect:hover {
    background-size: 120% 120%;
}

.main-unit {
    margin-top: 30px;
}

.bg-main {
    position: relative;
}

.bg-main-caption {
    position: absolute;
    max-width: 500px;
    width: 100%;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    padding: 20px;
}

@media(max-width:549px) {
    .bg-main-caption {
        position: relative;
        max-width: 100%;
    }
    .main-unit {
        margin-top: 30px;
    }
    .bg-effect {
        min-height: 0px;
        background: none;
        background-image: none;
    }
    .main-unit {}
}

.bg-main-caption h3 {
    margin-top: 0;
}

.main-content {
    background-color: #fff;
    /* min-height: 300px; */
    margin-top: 30px;
    padding-bottom: 55px;
}

.no-main-padding .main-content {
    padding-bottom: 0;
    min-height: 300px;
}

.footer {
    margin-top: 30px;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media(max-width: 767px) {
    .footer {
        background: #f2f2f2;
        margin-top: 0;
        padding-top: 55px;
    }
}

.footer a {
    color: #777;
}

.footer a:hover {
    color: #B89000;
}

.sub-footer {
    margin-top: 3px;
    background-color: #fff;
    min-height: 50px;
    color: #333;
    position: relative;
    z-index: 51;
}

@media(min-width:768px) {
    .sub-footer {
        padding-left: 55px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .blub {
        padding-left: 12px;
    }
}

.sub-footer a {
    color: #333;
}

.sub-footer a:hover {
    color: #777;
}

.btn-caption {
    transition: all 0.31s;
    border-radius: 0;
    border: 1px solid #B89000;
    color: #B89000;
    background-color: #f2f2f2;
    min-width: 100px;
    margin-bottom: 15px;
    cursor: pointer!important;
}

.btn-custom {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.navbar-default {
    background-color: #f2f2f2;
    border-color: #e7e7e7;
}

.no-pad {
    padding: 0px;
}

.fa-header-slider-left {
    position: absolute;
    top: 47%;
    left: 10%;
    z-index: 5;
    display: inline-block;
    font-size: 41px !important;
    color: #b89000;
    text-shadow: 2px 0px 3px rgb(0, 0, 0);
}

.fa-header-slider-right {
    position: absolute;
    top: 47%;
    right: 10%;
    z-index: 5;
    display: inline-block;
    font-size: 41px !important;
    color: #b89000;
    text-shadow: -2px 0px 3px rgb(0, 0, 0);
}

.carousel-control.right {
    background-image: none !important;
}

.carousel-control.left {
    background-image: none !important;
}

.popuplogo {
    border: 0;
    width: 100% !important;
    height: auto;
}

.search-format a {
    text-transform: uppercase;
}

.search-format ul {
    padding-inline-start: 0px;
}

.search-format li {
    list-style-type: none;
}

.cookie-outter {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.40);
    top: 0;
}

.cookie-inner {
    position: absolute;
    bottom: 45px;
    right: 45px;
    /* transform: translate(-50%,-50%); */
    padding: 12px 20px;
    max-width: 523px;
    width: 100%;
    background: white;
    color: #333;
    font-size: 13px;
}

.cookie-inner h3 {
    margin-top: 5px;
    font-size: 17px;
    color: #333;
}

.cookie-inner p {
    font-size: 14px;
    color: #7d7d7d;
}

input#cookiesubmit {
    margin-top: 3px;
    background: white;
    border: 1px solid #333;
    color: #333;
    padding: 2px 20px;
}

@media(max-width: 767px) {
    .cookie-inner {
        width: 99%;
        right: 3px;
        font-size: 10px;
        bottom: 20%;
    }
    .cookie-inner p {
        color: #7d7d7d;
        font-size: 10px;
    }
}

.control {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 7px;
    cursor: pointer;
    font-size: 13px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control_indicator {
    position: absolute;
    top: 6px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
    border-radius: 0px;
}

.control:hover input~.control_indicator,
.control input:focus~.control_indicator {
    background: #cccccc;
}

.control input:checked~.control_indicator {
    background: #B89000;
}

.control:hover input:not([disabled]):checked~.control_indicator,
.control input:checked:focus~.control_indicator {
    background: #0e6647d;
}

.control input:disabled~.control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control-checkbox input:disabled~.control_indicator:after {
    border-color: #7b7b7b;
}

.control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: -5px;
    top: -6px width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #B89000;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}

@keyframes s-ripple {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes s-ripple-dup {
    0% {
        transform: scale(0);
    }
    30% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.control-checkbox input+.control_indicator::before {
    animation: s-ripple 250ms ease-out;
}

.control-checkbox input:checked+.control_indicator::before {
    animation-name: s-ripple-dup;
}

i.fa.fa-sort-desc.openme {
    position: relative;
    font-size: 25px;
    margin-left: 10px;
    top: -2px;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.panel2 {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

span.small-text {
    font-size: 11px;
    position: relative;
    top: -4px;
}

.navbar-default .navbar-nav>li>a:focus {
    color: unset;
    background-color: transparent;
}

.accordion:hover {
    cursor: pointer;
}

.cookie-inner a {
    color: #B89000!important;
}

.footer-ul {
    padding: 0;
}

.footer-ul li {
    display: inline-block;
    padding: 12px;
    text-align: center;
}

@media(max-width: 1201px) {
    .footer-ul li {
        display: inline-block;
        width: 49%;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        float: left;
    }
}

@media(max-width: 767px) {
    .footer-ul li {
        min-height: 90px;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 11px;
    }
    .footer-ul li i {
        font-size: 16.5px;
        margin-bottom: 5px;
    }
}

.row.video-row-2409 h1 {
    font-size: 25px;
}

.row.video-row-2409 {
    margin-top: 25px;
    margin-bottom: 75px;
}

.sidebox {
    transition: all 0.7s ease;
    position: absolute;
    left: -1920px;
    bottom: 5px;
    background: white;
    padding: 15px;
    color: black;
    text-align: center;
    font-size: 27px;
    line-height: 1.4;
    border: 2px solid #B89000;
    z-index: 50;
    text-transform: uppercase;
}

.sidebox i {
    color: #B89000;
    margin-bottom: 9px;
}

.sidebox span {
    font-size: 12px;
}

.sidebox.show {
    transition: all 0.7s ease;
    left: 5px;
}

@media(max-width: 991px) {
    .sidebox {
        display: none;
    }
}

@media(min-width: 767px) and (max-width: 1200px) {
    .navbar-nav>li>a {
        font-size: 13px;
    }
    .navbar-nav {
        padding-left: 0!important;
    }
}

.hidden-phone {
    display: none;
}

.hidden-desktop {
    display: block;
}

@media(min-width: 767px) {
    .hidden-phone {
        display: block;
    }
    .hidden-desktop {
        display: none;
    }
}

@media (max-width:1210px) and (min-width:992px) {
    .row.video-row-2409 h1 {
        font-size: 20px!important;
    }
}

h1.top-header-1 {
    margin-bottom: 30px;
}

.video-anfrage-style h2 {
    font-size: 22px!important;
}

label {
    font-weight: unset!important;
}

@media (max-width:767px) {
    .video-anfrage-style h2 {
        font-size: 16px!important;
    }
    label {
        font-size: 12px!important;
    }
}

@media (min-width:767px) {
    .video-anfrage-style button#Absenden {
        margin-top: 20px;
        width: 25%;
    }
}

@media (max-width:1000px) and (min-width:767px) {
    label.col-sm-2.control-label {
        font-size: 13px;
    }
}

@media (min-width:660px) {
    input#daten {
        margin-left: 20px;
    }
    input#jahr {
        margin-left: 20px;
    }
}

@media (max-width:660px) {
    .video-anfrage-style .col-sm-offset-2 {
        margin-left: 21px;
    }
}

div.pressebild {
    width: 100%;
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

ul.footer-ul {
    TEXT-ALIGN: center;
}
