@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');
@font-face {
    font-family: myFirstFont;
    src: url(VolutaScriptPro-Regular.otf);
}

@font-face {
    font-family: Univers Bold;
    src: url(Univers-CondensedBold.otf);
}

@font-face {
    font-family: Univers Bold Ext;
    src: url(Univers-BlackExt.otf);
}

@font-face {
    font-family: Univers;
    src: url(Univers-Light.otf);
}

@font-face {
    font-family: Univers UltraCondensed;
    src: url(Univers-UltraCondensed.otf);
}

body {
    font-family: Univers;
    font-size: 16px;
    font-weight: 400;
}

b {
    font-family: Univers Bold;
}

li {
    color: #111111;
    font-family: Univers;
}

@media(max-width: 767px) {
    li {
        color: #111111;
        font-family: Univers;
        margin-bottom: 7px;
    }
}

.h-top {
    font-size: 80px;
    font-family: myFirstFont;
    color: #14100f;
    margin-bottom: -20px;
    display: block;
}

p {
    color: #111111;
    font-size: 16px;
    font-family: Univers;
    /* font-weight: 700; */
    margin-bottom: 15px;
}

h1 {
    color: #111111;
    font-size: 49px;
    font-family: Univers UltraCondensed;
    font-weight: 700;
    margin-bottom: 15px;
}

h2 {
    color: #14100f;
    font-size: 56px;
    font-family: myFirstFont;
}

h3 {
    color: rgb(203 141 40);
    font-weight: 700;
    font-size: 32px;
    line-height: 28px;
    font-family: Univers UltraCondensed;
    margin-bottom: 15px;
}

h4 {
    color: #14100f;
    font-weight: 700;
    font-size: 26px;
    font-family: Univers UltraCondensed;
    margin-bottom: 12px;
    line-height: 26px;
}

@media(max-width: 991px) {
    h1,
    h2,
    .h-top {
        text-align: center;
    }
}

@media(max-width: 767px) {
    .h-top {
        font-size: 50px;
        margin-bottom: 0;
    }
    h1 {
        font-size: 33px;
    }
}

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%
}

a {
    color: rgb(203 141 40);
}

a:hover {
    color: rgb(203 141 40);
}

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

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

.success-message {
    display: none;
}

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


/*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: #1c1b21;
    padding-top: 35px;
    padding-bottom: 25px;
    background-image: url(../img/diagmonds.png);
    background-repeat: repeat;
    color: #fff;
}

.footer h1 {
    font-size: 40px;
}

@media(max-width: 991px) {
    .footer h1 {
        font-size: 33px;
        text-align: left;
    }
}

@media(max-width: 767px) {
    .footer {
        text-align: center;
    }
    .footer h1 {
        text-align: center;
    }
}

.footer h3 {
    color: #fff;
    font-weight: 600;
}

.footer a,
.footer p {
    color: #fff;
}

.footer h2 {
    color: #fff;
    font-size: 49px;
    font-family: myFirstFont;
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

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

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

.cookie-outter {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 25%);
    top: 0;
}

.cookie-inner {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 15px;
    width: 900px;
    /* max-width: 450px; */
    /* background: white; */
    color: #333;
}

@media(max-width: 1200px) and (min-width: 860px) {
    .cookie-inner {
        width: 80%;
    }
}

@media(max-width: 860px) {
    .cookie-inner {
        width: 100%;
        bottom: 10vh;
    }
}

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

.cookie-inner p {
    color: #333;
    font-size: 14px;
    line-height: 15px;
    margin-top: 15px;
}

.cookie-inner .floaty {
    float: left;
    margin-right: 25px;
}

.cookie-settings {
    background: white;
    border: 1px solid #333;
    color: #333;
    padding: 2px 20px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.hidden {
    display: none;
}

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

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

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

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

.cookie-relativ {
    background: white;
    padding: 11px;
}

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

.cookie-inner .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    /* padding-top: 2px; */
    position: relative;
    top: 11px;
}

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

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

@media(max-width: 767px) {
    span.small-text {
        display: none;
    }
}

.accordion:hover {
    cursor: pointer;
}

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


/* Style Start */

nav.navbar {
    background: rgb(203 141 40);
    padding: 0;
    box-shadow: 0 2px 2px -2px #0b0b0b;
}

nav.navbar a.navbar-brand {
    color: #000;
    /*    padding: 22px 25px 9px 26px;*/
    font-size: 25px;
    margin-left: -25%;
    font-size: 80px;
    font-family: myFirstFont;
}

@media(max-width: 1700px) and (min-width: 1200px) {
    #top-nav .container {
        max-width: unset;
    }
    nav.navbar a.navbar-brand {
        margin-left: 5px;
        font-size: 51px;
    }
}

@media(max-width: 1200px) {
    nav.navbar a.navbar-brand {
        margin-left: 5px;
        font-size: 51px;
    }
}

@media(max-width: 767px) {
    nav.navbar a.navbar-brand {
        margin-left: 5px;
        font-size: 36px;
        position: relative;
        top: 5px;
    }
    nav.navbar a.navbar-brand img {
        width: auto;
        height: 65px;
    }
}

nav.navbar a.nav-link {
    color: #000;
    font-size: 18px;
    /* text-transform: uppercase; */
    font-weight: 700;
    text-align: center;
}

@media(max-width: 1200px) {
    nav.navbar a.nav-link {
        padding: 0;
        padding-bottom: 1rem;
    }
}

span.undertext {
    display: block;
    font-size: 13px;
    color: rgb(255 255 255 / 84%);
}

nav.navbar a.nav-link:hover {
    color: rgb(0 0 0)
}

section {
    padding: 75px 0px;
}

.btn.btn-default {
    font-size: 14px;
    padding: 7px 25px;
    line-height: 1.6em;
    min-width: 100px;
    background-color: rgb(203 141 40);
    color: white;
    outline: none!important;
    margin-top: 10px;
    font-weight: 400;
    border-radius: 9px;
    border: 2px solid rgb(203 141 40);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.btn.btn-default:hover {
    background-color: rgb(145 94 54 / 80%);
    border: 2px solid rgb(203 141 40);
}


/* Style Highlights Slider */

section.highlights-line {
    padding: 50px 0px;
}

.highlights img {
    width: 100%;
    max-width: 100px;
    margin: auto;
    position: relative;
    left: 12px;
}

.item.highlights {
    position: relative;
    text-align: center;
}

.item.highlights h1 {
    color: white;
}

.item.highlights:before {
    content: "";
    width: 2px;
    height: 85%;
    position: absolute;
    /* top: 50%; */
    right: -3px;
    background: #14100f;
    /* transform: translateY(-50%); */
    bottom: 0;
}


/* Style Aritkel mit bild */

section.artikel_mit_bild {
    padding: 75px 0px;
}

section.artikel_mit_bild .outter-images {
    position: relative;
}

section.artikel_mit_bild .img-bg {
    width: 80%;
    margin-left: auto;
    display: block;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    border: 5px solid white;
}

section.artikel_mit_bild .img-small {
    position: absolute;
    width: 85%;
    bottom: -40px;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    border: 5px solid white;
}

section.artikel_mit_bild .outter-text {
    position: relative;
}

section.artikel_mit_bild .bg-opacity {
    width: 50%;
    /* padding: 25%; */
    position: absolute;
    background-size: cover;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.1;
}

section.artikel_mit_bild .inner-text {
    position: relative;
    z-index: 2;
}


/* Style Aritkel Benefits */

.gab {
    padding: 25px;
}

section.benefits img.pic-benefits {
    width: 100%;
}

@media(min-width: 992px) {
    section.benefits img.pic-benefits {
        width: 130%;
        transform: translateX(-12%);
    }
}

section.benefits .left {
    text-align: left;
}

section.benefits .left .inner-text {
    position: relative;
    padding: 10px 5px 10px 97px;
    margin-bottom: 15px;
}

section.benefits .left span.number {
    width: 80px;
    height: 70px;
    display: inherit;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -35px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    padding-top: 4px;
    color: white;
}

section.benefits .right {
    text-align: right;
}

section.benefits .right .inner-text {
    position: relative;
    padding: 10px 97px 10px 5px;
    margin-bottom: 15px;
}

section.benefits .right span.number {
    width: 80px;
    height: 70px;
    display: inherit;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -35px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    padding-top: 4px;
    color: white;
}

section.benefits .inner-text h3 {
    margin-bottom: 2px;
}

img.bild-gal {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}


/* Style Aritkel Steps */

section.steps .ball {
    width: 150px;
    position: relative;
    height: 120px;
    /* background: #111111; */
    color: rgb(203 141 40);
    font-weight: 700;
    font-size: 23px;
    border-radius: 50%;
    text-align: center;
    /* padding-top: 18px; */
    margin-left: auto;
    margin-right: auto;
    /* outline: 8px solid rgb(147 95 71 / 78%);*/
}

section.steps .text-step {
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 16px;
}

section.steps .step-outter {
    position: relative;
}

@media (max-width: 767px) {
    section.steps .have-dots:after {
        display: none;
    }
    section.steps .text-step {
        margin-bottom: 25px;
    }
}


/* Style Aritkel Angebote */

.angebote figcaption.room-details {
    background: #1c1b21;
    color: #ffffff;
    padding: 25px;
    display: none;
    font-size: 13px;
}

.angebote figcaption.room-details p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 14px;
}

h3.room-name {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
    position: absolute;
    padding: 35px 90px;
}

h3.room-name {
    transform: translateX(-50%);
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
    position: absolute;
    padding: 35px;
    width: 100%;
    left: 50%;
    text-align: center;
}

h3.room-name.room-6 {
    color: rgb(203 141 40);
}

.owl-item h3.room-name {
    display: none;
}

.owl-item.active.center h3.room-name {
    display: block;
}

.angebote .inner-item {
    position: relative;
    padding: 75px 0px
}

.angebote .owl-item.active.center figcaption.room-details {
    display: block;
}

.angebote .owl-item.active.center .inner-item {
    padding: 35px 0px;
}

.angebote .inner-item .room-box {
    position: relative;
}

.angebote .inner-item .room-box .room-details {
    position: absolute;
    width: 100%;
    bottom: -80px;
    left: 0;
}

.angebote .center .item.angebote {
    transform: scale(1.1);
    position: relative;
    top: 40px;
}

.owl-nav {
    text-align: center;
    pointer-events: none;
}

.owl-nav span {
    pointer-events: auto;
}

.owl-nav button {
    outline: none!important;
}

@media(max-width: 767px) {
    .angebote .center .item.angebote {
        transform: scale(1);
    }
}

.angebote .owl-item.active.center {
    z-index: 10;
}

.angebote .owl-item img {
    opacity: 0.5;
}

.angebote .owl-item.active.center img {
    opacity: 1;
}

.angebote .owl-dots {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 100;
}

.angebote .owl-dots .owl-dot {
    width: 16px;
    height: 3px;
    display: inline-block;
    background: #ccc;
    margin: 0 2px;
    outline: none!important;
}

.angebote .owl-dots .owl-dot.active {
    width: 36px;
    background: #000;
}


/* image slider css */


/* Authored by Boaz James Otieno */

#slider-main {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.img-slide {
    width: 100%;
    z-index: 5;
    overflow-y: hidden;
}

#prev {
    z-index: 10;
    color: #000;
    position: absolute;
    background: transparent;
    border: none;
    font-size: 60px !important;
    top: 50%;
    transform: translateY(-50%);
    left: 35px;
    outline: none!important;
}

#next {
    color: #000;
    position: absolute;
    z-index: 100;
    background: transparent;
    border: none;
    font-size: 60px !important;
    top: 50%;
    transform: translateY(-50%);
    right: 35px;
    outline: none!important;
}

.circle {
    border: #ccc 3px solid;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
}

#circles {
    margin-top: -15vh;
    margin-left: 48.6%;
    position: absolute;
    z-index: 9000;
}

.image-animated {
    animation: animateImage 5s ease-in-out;
    /* change time according to interval set */
}

@keyframes animateImage {
    0% {
        transform: scale(1.2, 1.2);
    }
    100% {
        transform: scale(1, 1);
    }
}

@media (max-width: 767px) {
    .img-slide {
        height: 40vh;
    }
    #prev {
        font-size: 30px !important;
        margin-top: 12vh;
        margin-left: 0.5%;
    }
    #next {
        font-size: 30px !important;
        margin-top: -28vh;
        margin-left: 88%;
    }
    .circle {
        width: 15px;
        height: 15px;
        border-radius: 15px;
    }
    #circles {
        margin-top: -10vh;
        margin-left: 36%;
    }
}

.desktop-scene {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.pearl-outter {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -256px;
    margin-left: -256px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

img.pearl {
    z-index: 1;
    width: 450px;
    transform: scale(.5);
}

img.nut {
    position: absolute;
    z-index: 2;
    width: 625px;
    top: -109px;
    left: -38px;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    transform: scale(.5);
}

.pearl-outter.active {
    opacity: 1;
    -webkit-animation: spin 3s linear, moveLeftToRight 3s linear;
    -moz-animation: spin 3s linear, moveLeftToRight 3s linear;
    -ms-animation: spin 3s linear, moveLeftToRight 3s linear;
    animation: spin 3s linear, moveLeftToRight 3s linear;
}

@media(max-width: 991px) {
    .pearl-outter.active {
        opacity: 1;
        -webkit-animation: spin2 3s linear, moveLeftToRight 3s linear;
        -moz-animation: spin2 3s linear, moveLeftToRight 3s linear;
        -ms-animation: spin2 3s linear, moveLeftToRight 3s linear;
        animation: spin2 3s linear, moveLeftToRight 3s linear;
    }
}

img.nut.active {
    opacity: 1;
    -webkit-animation: moveUpToDown .6s linear;
    -moz-animation: moveUpToDown .6s linear;
    -ms-animation: moveUpToDown .6s linear;
    animation: moveUpToDown .6s linear;
}


/* Spinning the sphere using key frames */

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(100deg);
    }
    to {
        -ms-transform: rotate(720deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(100deg);
    }
    to {
        -moz-transform: rotate(720deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(100deg);
    }
    to {
        transform: rotate(720deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(100deg);
    }
    to {
        -webkit-transform: rotate(720deg);
    }
}

@-ms-keyframes spin2 {
    from {
        -ms-transform: rotate(100deg) scale(.5);
    }
    to {
        -ms-transform: rotate(720deg) scale(.5);
    }
}

@-moz-keyframes spin2 {
    from {
        -moz-transform: rotate(100deg) scale(.5);
    }
    to {
        -moz-transform: rotate(720deg) scale(.5);
    }
}

@keyframes spin2 {
    from {
        transform: rotate(100deg) scale(.5);
    }
    to {
        transform: rotate(720deg) scale(.5);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(100deg) scale(.5);
    }
    to {
        -webkit-transform: rotate(720deg) scale(.5);
    }
}


/* Move sphere from left to right */

@-moz-keyframes moveUpToDown {
    0% {
        top: -170px;
        left: 47px;
    }
    100% {
        top: -109px;
        left: -38px;
    }
}

@-ms-keyframes moveUpToDown {
    0% {
        top: -170px;
        left: 47px;
    }
    100% {
        top: -109px;
        left: -38px;
    }
}

@keyframes moveUpToDown {
    0% {
        top: -170px;
        left: 47px;
    }
    100% {
        top: -109px;
        left: -38px;
    }
}

@-webkit-keyframes moveUpToDown {
    0% {
        top: -170px;
        left: 47px;
    }
    100% {
        top: -109px;
        left: -38px;
    }
}

@-moz-keyframes moveLeftToRight {
    0% {
        left: -1000px;
    }
    100% {
        left: 50%;
    }
}

@-ms-keyframes moveLeftToRight {
    0% {
        left: -1000px;
    }
    100% {
        left: 50%;
    }
}

@keyframes moveLeftToRight {
    0% {
        left: -1000px;
    }
    100% {
        left: 50%;
    }
}

@-webkit-keyframes moveLeftToRight {
    0% {
        left: -1000px;
    }
    100% {
        left: 50%;
    }
}

img.logo-text {
    position: absolute;
    width: 340px;
    z-index: 3;
    left: 50px;
    top: 50px;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    transform: scale(.5);
}

img.logo-text.active {
    opacity: 1;
}

.moved {
    position: absolute;
    top: 25px;
    right: -200px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 2;
}

.moved.active {
    right: 500px;
}

.moved img {
    margin-top: 36px!important;
    display: block;
}

h1.baseline {
    font-size: 100px;
    position: absolute;
    font-family: myFirstFont;
    text-transform: none;
    width: 150%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    font-weight: 300;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    color: rgb(225 216 205);
    text-shadow: 2px 3px 5px rgb(0 0 0 / 80%);
}

h1.baseline.active {
    opacity: 1;
}

nav.navbar.fixed-top {
    top: -100px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

nav.navbar.fixed-top.show {
    top: 37px;
}

.number img {
    width: 100%;
}

.step_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: -10px;
}

img.step_icon {
    width: 100%;
}

.info_text {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: -43px;
    font-family: Univers UltraCondensed;
    font-size: 38px;
    line-height: 31px;
}

@media(max-width: 1500px) {
    .info_text {
        font-size: 34px;
    }
}

@media(max-width: 767px) {
    .info_text {
        font-size: 30px;
    }
}

img.info_icon {
    width: 100%;
    max-width: 300px;
}

.info_ball {
    position: relative;
    font-weight: 700;
    font-size: 23px;
    border-radius: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

section.Informationen {
    background-color: #e7d6c1;
}

li.nav-item {
    position: relative;
    padding: 0px 5px;
}

@media(min-width: 1200px) {
    li.nav-item::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 26px;
        right: 0px;
        top: 50%;
        margin-top: -13px;
        background: black;
    }
}

li.nav-item.nav-item-4::after {
    display: none;
}

img.icons {
    height: 100px;
    margin-right: 35px;
    /* color: white; */
}

@media(max-width: 767px) {
    img.icons {
        height: 40px;
    }
}

img.footer-icons {
    filter: brightness(0) invert(1);
    height: 63px;
    padding: 8px;
}

img.footer-icons-long {
    width: 100%;
    filter: brightness(0) invert(1);
    max-height: 63px;
    padding: 8px;
}

.top-bar {
    padding: 5px;
    background: #1c1b21;
    font-size: 18px;
    z-index: 1031;
}

.top-bar a {
    color: #fff;
    padding: 0px 10px;
}

.header-video {
    width: 100%;
}

.header-video.mobile {
    display: none;
}

.start-header {
    width: 100%;
}

.start-header.mobile {
    display: none;
}

.start-header img {
    width: 100%;
}

button.navbar-toggler {
    font-size: 37px;
    color: #111111;
}

#ComingSoon .owl-carousel .owl-nav {
    display: none;
}

#bildleiste .owl-carousel .owl-nav {
    display: none;
}

.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    top: 7%;
    width: 100%;
}

button.owl-next {
    float: right;
}

button.owl-prev {
    float: left;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    opacity: 0.55;
    font-size: 250px;
}

@media(max-width: 991px) {
    .header-video.mobile {
        display: block;
    }
    .header-video.desktop {
        display: none;
    }
    .start-header.mobile {
        display: block;
    }
    .start-header.desktop {
        display: none;
    }
    section {
        padding: 35px 0px;
    }
    section.artikel_mit_bild {
        padding: 35px 0px!important;
    }
    section.highlights-line {
        padding: 35px 0px!important;
    }
    .pearl-outter {
        margin-top: -220px;
        margin-left: -230px;
        transform: scale(.5);
    }
    img.pearl {
        z-index: 1;
        width: 450px;
    }
    .owl-carousel .owl-dots,
    .owl-carousel .owl-nav {
        top: 25%;
    }
}

#icons img {
    width: 100%;
    max-width: 90px;
    margin: auto;
}

#icons {
    background-color: #e7d6c1;
    padding-top: 0;
}

#icons .owl-nav {
    display: none;
}

.highlights-line .owl-dots {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 100;
}

.highlights-line .owl-dots .owl-dot {
    width: 16px;
    height: 3px;
    display: inline-block;
    background: #ccc;
    margin: 0 2px;
    outline: none!important;
}

.highlights-line .owl-dots .owl-dot.active {
    width: 36px;
    background: #000;
}

.highlights-line .owl-dots.disabled {
    display: none;
}

@media(min-width: 767px) {
    .m-settings {
        text-align: left;
    }
}

b.headline-box {
    font-size: 23px;
}

@media (min-width: 1200px) {
    .inner-box {
        display: none;
    }
}

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

.boxes {
    background: #e7d6c1;
    position: relative;
    height: 100%;
    padding: 13px;
}

@media(max-width: 1200px) {
    .boxes {
        background: #e7d6c1;
        height: unset;
        margin-bottom: 20px;
    }
}

.kastchen {
    padding-top: 0;
}

@media(min-width: 1200px) {
    .kastchen>.container>.row>.col-xl-3.col-lg-12 {
        padding: 5px;
    }
    .kastchen>.container>.row {
        margin: 0;
        border: 1px solid black;
    }
}

.flags form {
    display: inline-block;
}

.flags button {
    background: transparent;
    border: 0;
    color: white;
    font-size: 16px;
}

a.layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h3.imprs {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.side-button {
    position: fixed;
    right: -200px;
    bottom: 10vh;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.side-button.show {
    right: 10px;

}
.side-button-inner {
    position: relative;
}
.side-button-text {
  position: absolute;
    top: 53%;
    left: 35%;
    transform: translate(-50%,-50%);
    font-family: Univers UltraCondensed;
    font-size: 23px;
}

@media(max-width: 767px) {
  .side-button {
      position: fixed;
      right: 10px;
      bottom: 5vh;
  }
}

.benefits .left .inner-text:hover h3{
  text-decoration: underline!important;
}
.benefits .mid:hover h3 {
  text-decoration: underline!important;

}
