@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url('https://fonts.googleapis.com/css?family=Rock+Salt&display=swap');
@font-face {
    font-family: "OpenSans CondBold";
    src: url("/css/OpenSans-CondBold.ttf");
}

@font-face {
    font-family: "OpenSans CondLight";
    src: url("/css/OpenSans-CondLight.ttf");
}

html {
    scroll-behavior: smooth;
}

.navbar .nav-link {
    font-family: 'OpenSans CondBold', sans-serif;
    font-size: 13pt;
    color: white!important;
    line-height: 126px;
    text-decoration: none;
}

.navbar .nav-link:hover,
.navbar .nav-link:active {
    text-decoration: underline;
}

.menutext {
    font-family: 'OpenSans CondLight', sans-serif;
    font-size: 11pt;
    padding-top: 20px;
}

body {
    background-color: #000;
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    color: #fff;
}

h1 {
    color: #fff;
    font-size: 36pt;
    font-family: 'Rock Salt', sans-serif;
    font-weight: 300 !important;
    text-decoration: none;
    /* text-transform: uppercase; */
    margin-bottom: 30px;
}

h2 {
    color: #fff;
    font-size: 24pt;
    font-family: 'Rock Salt', sans-serif;
    font-weight: 300 !important;
    text-decoration: none;
    /* text-transform: uppercase; */
    margin-bottom: 20px;
}

h3 {
    color: #fff;
    font-size: 18pt;
    font-family: 'Rock Salt', sans-serif;
    font-weight: 300 !important;
    text-decoration: none;
    /* text-transform: uppercase; */
    margin-bottom: 30px;
}

h4 {
    color: #fff;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
    margin-bottom: 5px;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    color: #fff;
}

a {
    color: #fff7a3;
    text-decoration: underline;
}

a:hover {
    color: #fff7a3;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(102, 102, 102, 0), rgba(102, 102, 102, 0.75), rgba(102, 102, 102, 0));
    width: 50%
}

#myVideo {
    width: 100%;
}

.bg-dark {
    background-color: #000 !important;
}

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

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

.formular iframe {
    height: 1000px;
}

@media (max-width: 1199px) {
    .formular iframe {
        height: 1400px;
    }
}

.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;
}

.nav-logo {
    width: 60px;
    margin-top: 10px;
}

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

.success-message {
    display: none;
}

#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;
}

.toggle-btn {
    width: 100%;
    max-width: 200px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    background-color: #D83C3C;
    border: 2px solid transparent;
    transition: all .31s;
    text-align: center;
    padding: 5px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
}

.toggle-btn:hover,
.toggle-btn:focus,
.toggle-btn:active {
    border: 2px solid #D83C3C;
    background-color: #fff;
    color: #D83C3C;
    text-decoration: none;
}

#pruefung {
    display: none;
}


/*Suchfunktion Styles*/

.sufu {
    min-height: 400px;
    padding-top: 20px;
}

.sufu-margin {
    margin-top: 15px;
}

.search-heading {
    background-color: #fdfdfd;
    padding: 5px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #E40000;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.search-result {
    background-color: transparent;
    box-shadow: 0px -1px 10px 3px rgba(199, 199, 199, 0.69);
    border-radius: 4px;
    margin-bottom: 10px;
}

.search-content {
    padding: 10px;
}

.search-content h1 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
}

.search-content h2 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.search-content h3 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.search-content h4 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.search-content p {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.search-wrapper {
    width: 220px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0 rgba(255, 255, 255, .2);
}

.search-wrapper input {
    width: 148px;
    height: 40px;
    padding: 10px 5px;
    float: left;
    font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 1px solid #d3d3d3;
    background: #EEE;
    border-radius: 3px 0 0 3px;
}

.search-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset;
}

.search-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 72px;
    font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: white;
    text-transform: uppercase;
    background: #D83C3C;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

.search-wrapper button:hover {
    background: #e54040;
}

.search-wrapper button:active,
.search-wrapper button:focus {
    background: #c42f2f;
    outline: 0;
}

.search-wrapper button:before {
    /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 12px;
    left: -6px;
}

.search-wrapper button:hover:before {
    border-right-color: #e54040;
}

.search-wrapper button:focus:before,
.search-wrapper button:active:before {
    border-right-color: #c42f2f;
}

.search-wrapper button::-moz-focus-inner {
    /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}


/*Ende Sufu*/


/*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;
}


/*2. Untermenü*/

.footer {
    margin-top: 20px;
    background-color: #0000;
    padding-top: 35px;
    padding-bottom: 25px;
    /* background-image: url(../img/diagmonds.png); */
    /* background-repeat: repeat; */
    color: #fff;
}

.footer h3 {
    color: #fff;
}

.subfooter {
    background-color: #212121;
    color: #fff;
}

.subfooter a {
    color: #D83C3C;
}

.subfooter a:hover {
    color: #D83C3C;
    text-decoration: underline;
}

.box {
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px -1px 10px 3px rgba(199, 199, 199, 0.69);
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
    min-height: 200px;
}

.box h2 {
    margin-top: 0px;
    text-transform: none;
    font-size: 20px;
    color: #777
}

.box p {
    min-height: 80px
}

.btn-primary {
    background-color: #D83C3C;
    border: 2px solid transparent;
    transition: all .31s;
}

.btn-primary:hover {
    background-color: #fff;
    border: 2px solid #D83C3C;
    color: #D83C3C;
}


/*Styles für Layout Stefan*/

.parallax-window {
    min-height: 300px;
    background: rgba(255, 255, 255, 0.6);
}

.navbar-inverse {
    background-color: #313131;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.dropdown.open {
    background-color: #212121;
}

@media(min-width:768px) {
    .dropdown-menu {
        background-color: #fff;
        border-bottom: 5px solid #D83C3C;
        border-radius: 0;
    }
}

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

.header-start>div.carousel-inner>div.item>div.fill {
    min-height: 700px;
}

.section-dark {
    background-color: #333;
    padding-top: 35px;
    padding-bottom: 25px;
    background-image: url(../img/knot.png);
    background-repeat: repeat;
    margin-bottom: 20px;
}

.primer-p {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.primer-box {
    position: relative;
}

.pulse {
    -webkit-animation: pulse 3s linear infinite;
    -moz-animation: . pulse 3s linear infinite;
    -ms-animation: pulse 3s linear infinite;
    animation: pulse 3s linear infinite;
}

@keyframes "pulse" {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.97);
        -moz-transform: scale(0.97);
        -o-transform: scale(0.97);
        -ms-transform: scale(0.97);
        transform: scale(0.97);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(0.97);
        transform: scale(0.97);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes "pulse" {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes "pulse" {
    0% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -ms-transform: scale(0.97);
        transform: scale(0.97);
    }
    100% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.primer-column {
    float: left;
    width: 50%;
}

@media(min-width:768px) {
    .primer-column {
        float: left;
        width: 30%;
    }
}

.primer-i {
    font-size: 80px;
    color: #fff;
    padding-left: 13px;
    padding-right: 8px;
    padding-top: 8px;
    background-color: #D83C3C;
    float: right;
    border-radius: 6px;
    margin-right: 10px;
}

.primer-h1 {
    margin-top: -4px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 300;
}

.primer-version {
    font-weight: bold;
}

.primer-dot {
    color: #D83C3C;
}

.primer-ul {
    color: #fff;
    font-size: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.primer-ul li {
    line-height: 30px;
    padding-left: 1em;
    text-indent: -.7em;
}

.primer-ul li:before {
    content: "• ";
    color: #D83C3C;
    margin-top: 10px;
}

.logo-primer {
    max-width: 180px;
}

.come-in {
    transform: translateY(400px);
    animation: come-in 1s ease forwards;
    animation-duration: 1s;
}

.already-visible {
    transform: translateX(0);
    animation: none;
}

@keyframes come-in {
    to {
        transform: translateX(0);
    }
}


/*Beispiel Custom Formular CSS klasse z.Z. $formname(Formular2)*/

.Formular2 .form-control {
    background: transparent;
    border: 0;
    border-radius: 0px;
    border-bottom: 2px solid #333;
    box-shadow: none;
}

.Formular2 label {
    display: none;
}

.Formular2 {
    max-width: 600px;
    display: block;
    margin: auto;
}

.Formular2 .btn-default {
    width: 100%;
    max-width: 200px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    background-color: #D83C3C;
    border: 2px solid transparent;
    transition: all .31s;
    text-align: center;
    padding: 5px;
    color: #fff;
    border-radius: 4px;
}

.Formular2 .btn-default:hover {
    border: 2px solid #D83C3C;
    background-color: #fff;
    color: #D83C3C;
    text-decoration: none;
}

.parallax-section {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 50px;
    color: #fff;
}

.parallax-section h1 {
    color: #fff;
}

.parallax-section h2 {
    color: #fff;
}

.artikel-image {
    max-width: 400px;
    width: 100%;
    margin-top: 20px;
}

section {
    padding-top: 50px;
}

.std {
    text-align: center;
}

.text-box {
    padding: 25px;
}

@media(min-width: 1400px) {
    .text-box {
        position: absolute;
        bottom: 25px;
    }
}

.owl-full-screen .owl-dots {
    text-align: center;
}

.owl-full-screen button.owl-dot {
    margin-top: 10px;
    background-color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
    filter: Alpha(Opacity=500);
    opacity: 0.75;
}

.owl-full-screen button.owl-dot.active {
    opacity: 1;
}

section.slider-marken {
    margin-top: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #363735;
}

section.text.form {
    background: #363735;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 25px;
}

.btn {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 12px 0 10px;
    cursor: pointer;
    width: 250px;
    display: block;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: transparent !important;
    border-radius: 0;
    text-decoration: none;
}

.btn:hover {
    color: #fff;
    cursor: pointer;
}

.form-control {
    border-radius: 0;
}

@media (min-width: 991px) {
    .form .text-box {
        position: relative;
    }
}

.logo {
    width: 100%;
    max-width: 150px;
    float: left;
}

li.nav-item {
    padding: 0 20px;
}

.menutext a {
    color: white;
}

@media(max-width: 1200px) {
    .menutext {
        display: none;
    }
}

@media(max-width: 991px) and (min-width: 767px) {
    li.nav-item {
        padding: 0 5px;
    }
}

@media (max-width:1130px) and (min-width:992px) {
    li.nav-item {
        padding: 0 12px;
    }
}

@media(max-width: 767px) {
    .navbar .nav-link {
        font-family: 'OpenSans CondBold', sans-serif;
        font-size: 13pt;
        color: white!important;
        line-height: 28px;
        text-decoration: none;
    }
}

@media(max-width: 991px) {
    .form .text-box {
        padding: 25px 0;
    }
}

.juicer-feed .j-paginate {
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: transparent !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1000px;
        margin: 30px auto;
    }
}

.btn-modal-cont {
    color: #fff;
    border: 2px solid #fff;
}

.modal h2 {
    color: white;
    font-size: 19pt;
}

.modal-header {
    border: 0;
}

.btn-modal-cont:hover {
    color: #fff;
}

@media (max-width: 767px) {
    .btn-modal-cont {
        padding: 8px 11px;
        font-size: 8px;
        /* bottom: 23px; */
        /* left: 52%; */
        /* width: 137px; */
        position: unset;
        color: #fff;
        border: 2px solid #fff;
        margin-top: 20px;
        width: 100%;
    }
}

.start-text {
    display: inline-block;
    margin-top: 5px;
    margin-left: 10px;
}

button.btn.btn-modal-cont.modal-above {
    margin-top: -33px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .modal-content {
        background: #000 !important;
    }
}

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

.cookie-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    min-width: 400px;
    max-width: 700px;
    background: white;
    color: #333;
}

.cookie-inner h3 {
    font-size: 25px;
    color: #333;
}

.cookie-inner p {
    color: #7d7d7d;
}

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

@media(max-width: 767px) {
    .cookie-inner {
        min-width: 90%;
    }
}

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

.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: #eb4439;
}

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

.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: #eb4439;
    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: -10px;
}

.accordion:hover {
    cursor: pointer;
}

.cookie-inner a {
    color: #eb4439!important;
}
h2.first-headline {
    margin-top: -35px;
        font-size: 35px;
}
.kontakt-buttons-3x {
    margin-bottom: 25px;
}

.kontakt-buttons-3x .btn-home{
    border: solid white 2px;
}
.pop-up-bilder-leiste img {
  max-width: 300px!important;
  padding: 5px;
}
.pop-up-bilder-leiste {
    margin-top: 15px;
}

.modal-content {
  text-align: center;
  border: white solid 2px;
}

@media (max-width:767px) {
.pop-up-bilder-leiste img {
  margin-top: 10px;
  margin-bottom: 10px;
}
button.btn.start-text {
    margin-top: 10px;
    margin-bottom: 10px;
}
}

.modal-content a {
      text-decoration: none;
}
