/* Colors */
:root {
    --now--color: #CC9C00;
}

.now-color-selector-single.sun {
    background-color: #CC9C00;
}
.now-color-selector-single.ocean {
    background-color: #3180AB;
}
.now-color-selector-single.peach {
    background-color: #BE5f63;
}

/* roboto-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../Fonts/roboto-v30-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../Fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../Fonts/roboto-v30-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../Fonts/roboto-v30-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../Fonts/roboto-v30-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../Fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../Fonts/roboto-v30-latin-700.eot');
    /* IE9 Compat Modes */
    src: url('../Fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../Fonts/roboto-v30-latin-700.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../Fonts/roboto-v30-latin-700.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../Fonts/roboto-v30-latin-700.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../Fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
    /* Legacy iOS */
}

/* roboto-condensed-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../Fonts/roboto-condensed-v25-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../Fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../Fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../Fonts/roboto-condensed-v25-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../Fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../Fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
    /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../Fonts/roboto-condensed-v25-latin-700.eot');
    /* IE9 Compat Modes */
    src: url('../Fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../Fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../Fonts/roboto-condensed-v25-latin-700.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../Fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../Fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg');
    /* Legacy iOS */
}



/* ######### Update Sternchentexte Footer ######### */
.starfooter .container {
    padding:40px 20px;
    margin-top:20px;
    border-top:1px solid #efefef;
}
.starfooter .container p {
    text-align:left;
    font-size:11px;
    line-height:16px;
    color:#666;
    display:block;
    width:100%;
}


/* NOW Cardgroup */

.backendlayout-frankianow .card-group-element-item .card {
    background:none;
    border:0px;
}

.backendlayout-frankianow .card-group-element-align-center {
    max-width: 90%;
    position:relative;
    margin: 0 auto;
}

.backendlayout-frankianow .card-group-element-item .card-body p {
    color:#fff;
}

.backendlayout-frankianow .card-group-element-item .card-title {
    text-align: left;
}

.body-bg {
    background-color: #000;
}

.backendlayout-yuconlandingpage .body-bg {
    background-color: #FFF;
}

.bg-yellow {
    background-color: var(--now--color);
    transition: background-color 0.3s;
}

.text-yellow,
.text-yellow:hover {
    color: var(--now--color);
    transition: color 0.3s;
}

.now-header-container {
    align-items: center;
    display: inline-flex;
    justify-content: space-between;
    padding: 25px;
    /*position: absolute;*/
    top: 0;
    width: 100%;
    z-index: 100;
}

.frankianow-header-logo {
    left: calc(50% - 75px);
    position: absolute;
}

#frankia-logo-now {
    fill: #fff;
    width: 150px;
}

.frankia-now-link,
.frankia-now-link:visited {
    color: #fff;
    font-family: 'Roboto';
    font-size: 17px;
    letter-spacing: 1.36px;
    line-height: 19px;
    text-transform: uppercase;
}

.frankia-now-link:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.now-color-selectors {
    align-items: center;
    display: inline-flex;
}

.color-switch-label {
    margin-right: 15px;
    margin-bottom: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.now-color-selectors:hover .color-switch-label {
    opacity: 1;
}

.now-color-selector-single {
    background-color: white;
    border-bottom-right-radius: 15%;
    border-top-left-radius: 15%;
    height: 19px;
    margin: 0 2.5px;
    width: 19px;
}

.now-color-selector-single:hover {
    cursor: pointer;
}

.now-color-selector-single.yellow {
    background-color: var(--now--color);
}

.frankianow-hero-container {
    background-image: linear-gradient(to bottom, #000000, #0f0f0f, #191919, #212121, #2a2a2a, #2a2a2a, #2a2a2a, #2a2a2a, #212121, #191919, #0f0f0f, #000000);
    height: 100vh;
}

.frankianow-hero-inner {
    display: flex;
    justify-content: center;
    height: 100%;
    position: relative;
}

.frankianow-hero-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 50%;
    gap: 100px;
    justify-content: center;
    margin: auto;
}

h1,
h2 {
    color: #fff;
    font-family: 'Roboto Condensed';
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

h3 {
    color: #fff;
    font-family: 'Roboto Condensed';
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    text-transform: none;
}


.frankianow-hero-countdown {
    align-items: center;
    display: inline-flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.frankianow-hero-countdown::before {
    color: #fff;
    content: 'NOW';
    font-family: 'Roboto Condensed';
    font-size: 25em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    opacity: 0.1;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 0.5;
    height: 100%;
}

.frankianow-hero-countelement {
    display: flex;
    flex: 0 1 calc(100% / 4 - 5px);
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin: 0 10px;
    max-width: calc(100% / 4 - 5px);
}

.counter-box {
    border-color: #fff;
    border-bottom-right-radius: 15%;
    border-style: solid;
    border-top-left-radius: 15%;
    border-width: 1px;
    min-width: 145px;
    padding: 20px 40px;
    text-align: center;
}

.frankianow-hero-countelement .counter-box {
    color: #fff;
    font-family: 'Roboto Condensed';
    font-size: 64px;
    margin: auto;
}

.counter-label {
    color: #fff;
    font-family: 'Roboto Condensed';
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}

.frankianow-hero-cta-container,
.frankianow-herovideo-cta-container {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 150px;
    position: absolute;
}

.frankianow-herovideo-cta-container {
    height: 100px;
}

.frankianow-hero-cta-container,
.frankianow-herovideo-cta-container:hover {
    cursor: pointer;
}

.frankianow-hero-cta,
.frankianow-hero-cta:hover,
.frankianow-hero-cta:visited {
    font-family: 'Roboto Condensed';
    font-size: 24px;
    margin-bottom: 15px;
    text-decoration: none;
}

.frankianow-hero-cta-decor,
.frankianow-leadform-decor {
    border-radius: 5%;
    height: 100%;
    width: 2px;
}

.cta-hover {
    display: none;
}

.frankianow-hero-details-container {
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 100px;
    padding: 50px 150px;
}

.frankianow-hero-details-single {
    border-left: 5px solid #707070;
    color: #fff;
    flex: 0 1 50%;
    margin: 25px 0;
    max-width: 50%;
    padding-left: 35px;
}

.frankianow-hero-details-single p {
    margin-bottom: 0;
    width: 75%;
}

.frankianow-leadform-inner {
    display: flex;
    justify-content: center;
    padding: 100px;
    padding-top: 200px;
    position: relative;
    width: 100%;
}

.frankianow-leadform-decor {
    height: 150px;
    margin: auto;
    position: absolute;
    top: 0;
}

.frankianow-leadform-decor-ball {
    background: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    bottom: -25px;
    height: 25px;
    position: absolute;
    right: -11.5px;
    width: 25px;
}


.frankianow-leadform-decor-ball.bg-yellow {
    border-color: var(--now--color);
}

.frankianow-leadform-content {
    padding: 50px 250px;
}

.frankianow-leadform-content h2 {
    margin-bottom: 35px;
}

/* CleverReach Customizations */

.cr_form span {
    color: #fff;
}

.cr_form-input {
    background: none !important;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    color: #fff;
    display: block;
    height: 68px;
    margin: 25px 0;
    padding: 0 20px;
    width: 100%;
}

.cr_form-input::placeholder {
    color: #fff;
}

.cr_form-input:focus-visible,
.cr_button:focus-visible,
.cr_button:focus {
    outline: none;
}

.cr_form-inputgroup--typeemail label {
    display: none;
}

.cr_checkbox_group {
    align-items: center;
    display: inline-flex;
    gap: 15px;
    margin-bottom: 5px;
    width: 100%;
}

.cr_form-checkbox {
    appearance: none;
    background: none;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    height: 50px;
    width: 50px;
}

.cr_form-checkbox:checked.bg-yellow {
    background-color: var(--now--color);
    border-color: var(--now--color);
}

.cr_form-component--submit {
    display: flex;
    justify-content: center;
    margin: auto;
}

.cr_button {
    border-bottom-right-radius: 10px;
    border-style: none;
    border-top-left-radius: 10px;
    display: flex;
    height: 75px;
    justify-content: center;
    margin-top: 25px;
    text-align: center;
    width: 75px;
}

.cr_button img {
    margin: auto;
}

#page-footer {
    background: #000;
}

.frankianow-footer-inner {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.frankianow-menu {
    text-align: center;
}

.frankianow-menu .frankia-now-link {
    margin: 0 15px;
}

.frankianow-menu .frankia-now-link:first-child {
    display: block;
    margin-bottom: 15px;
    text-decoration: underline;
}

.frankianow-hero-video-container {
    align-items: center;
    background: none;
    display: inline-flex;
    justify-content: space-between;
    margin: auto;
    position: relative;
    width: 100%;
    z-index: 5;
}

.frankianow-hero-video-container::before {
    content: "NOW";
    display: none;
    font-size: 500px;
    letter-spacing: 10px;
    transform: translate(20%, -20%);
    z-index: 999;
    width: 100%;
    height: 100%;
    color: white;
    opacity: 0.15;
    position: absolute;
    top: 0;
}

.frankianow-hero-video-decor {
    height: 7px;
    position: absolute;
    top: 50%;
    transition: all 1s;
    width: 0;
}

.frankianow-hero-video-decor.decor-right {
    right: -2px;
}

.frankianow-hero-video-container.bg-yellow .frankianow-hero-video-decor {
    background-image: linear-gradient(to bottom, #62593c, #73673f, #857642, #978545, #aa9447, #aa9447, #aa9447, #aa9447, #978545, #857642, #73673f, #62593c);
}

.frankianow-hero-video-container.bg-yellow .frankianow-hero-video-wrapper {
    box-shadow: 0px 0px 15px 3px var(--now--color);
    -webkit-box-shadow: 0px 0px 15px 3px var(--now--color);
}

.frankianow-hero-video-container video {
    height: auto;
    transition: box-shadow 0.3s;
    width: 100%;
}

.frankianow-hero-video-container iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.frankianow-hero-video-wrapper {
    margin: auto;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.3s;
    width: 50%;
}

.frankianow-hero-video-wrapper:hover {
    cursor: pointer;
}

.frankianow-hero-video-wrapper::before {
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 1;
    top: 0;
    transition: all 0.5s;
    width: 100%;
    z-index: 9;
}

.frankianow-hero-video-wrapper::after {
    border-bottom-right-radius: 15%;
    border-top-left-radius: 15%;
    content: url('../Icons/frankianow-play-icon.png');
    height: 68px;
    left: calc(50% - 34px);
    position: absolute;
    top: calc(50% - 34px);
    transition: background-color 0.3s;
    width: 68px;
    z-index: 10;
}

.frankianow-hero-video-wrapper.video-play::after,
.frankianow-hero-video-wrapper.video-play::before {
    opacity: 0;
    z-index: -10;
}

.frankianow-hero-video-container.bg-yellow .frankianow-hero-video-wrapper::after {
    background-color: var(--now--color);
}

#highlights-now-text {
    background-image: url('/fileadmin//user_upload/frankianow/outstanding-design.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: text;
    color: transparent;
    font-size: 400px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    -webkit-background-clip: text;
    letter-spacing: -20px;
    line-height: 400px;
    transition: background-image 0.5s;
}

.frankianow-highlights-inner {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 250px 75px;
    position: relative;
    width: 100%;
}

.frankianow-highlights-left,
.frankianow-highlights-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 50%;
    text-align: center;
}

.frankianow-highlights-single {
    font-family: 'Roboto Condensed';
    font-size: 34px;
    transition: color 0.3s;
}

.frankianow-highlights-single:hover,
.frankianow-highlights-single.active-highlight {
    color: #fff;
    cursor: pointer;
}

/* Carousel */

.frankianow-carousel-container .swiffy-slider {
    margin: 50px 0;
}

.frankianow-carousel-wrap {
    padding: 100px 0;
}

.frankianow-carousel-single {
    text-align: center;
    height: initial;
    position: relative;
    /*transition: all 0.75s;*/
    width: initial;
    z-index: 5;
}

.slider-nav {
    left: 25px;
    opacity: 1;
    visibility: visible;
}

.slider-nav.slider-nav-next {
    right: 25px;
}

.slider-nav.block-navi {
    opacity: 0;
    pointer-events: none;
}

.slider-nav.slider-nav-next svg {
    transform: rotate(180deg);
}

.slider-nav.text-yellow svg path {
    fill: var(--now--color);
}

.frankianow-carousel-item-title {
    color: #FFF;
    font-size: 25px;
    margin-top: 25px;
    transition: color 0.3s;
}

.frankianow-carousel-single p {
    color: #FFF;
    transition: color 0.3s;
}

.frankianow-carousel-single.slide-grow .frankianow-carousel-item-title,
.frankianow-carousel-single.slide-grow p {
    color: #fff;
}

.frankianow-carousel-single img {
    object-fit: cover;
    max-width: 100%;
}

.frankianow-carousel-single img.text-yellow {
    box-shadow: 0px 0px 15px 3px var(--now--color);
    -webkit-box-shadow: 0px 0px 15px 3px var(--now--color);
}

button:focus {
    outline: none;
}

.frankianow-carousel-image {
    max-width: 20vw !important;
    height: auto !important;
}

/* Features */

.frankianow-features-single {
    display: none;
    padding: 150px 50px;
    position: relative;
    width: 100%;
}

.frankianow-features-single.active-feature {
    align-items: center;
    display: inline-flex !important;
}

.frankianow-features-left,
.frankianow-features-right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 50%;
    z-index: 5;
}

.frankianow-features-left img {
    margin: auto;
    position: relative;
}

.frankianow-features-left {
    position: relative;
}

.frankianow-features-decor {
    border-bottom-style: solid;
    bottom: 25%;
    height: 2px;
    transform: rotate(45deg);
    position: absolute;
    right: 25%;
    transition: background-color 0.3s;
    width: 20%;
}

.frankianow-features-decor.bg-yellow {
    background: none;
    border-color: var(--now--color);
}

.frankianow-features-decor.bg-yellow .frankianow-features-switcher-heeader {
    color: var(--now--color);
    margin-bottom: 0;
}

.frankianow-features-decor span {
    transition: color 0.3s;
}

.frankianow-features-decor.bg-yellow span.active-feature,
.frankianow-features-decor.bg-yellow span:hover {
    color: var(--now--color);
    cursor: pointer;
}

.frankianow-features-switcher {
    bottom: 0;
    position: absolute;
    right: -75%;
    transform: rotate(-45deg);
}

.frankianow-features-divider {
    margin: 0 10px;
}

.frankianow-features-right {
    padding: 50px;
}

.frankianow-features-header {
    font-family: 'Roboto Condensed';
    font-size: 40px;
    text-align: left;
    text-transform: uppercase;
}

.frankianow-features-description {
    color: #fff;
    font-size: 16px;
}

.frankianow-features-list {
    background: none;
    color: #fff;
}

.frankianow-features-list .list-normal {
    margin-bottom: 0;
}

.frankianow-features-list h4 {
    font-family: 'Roboto Condensed';
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

.frankianow-features-list p {
    font-family: 'Roboto';
    margin-left: 40px;
    margin-bottom: 25px;
}

.frankianow-features-list li {
    display: block;
    position: relative;
}

.frankianow-features-list li::before {
    border-bottom-right-radius: 15%;
    border-top-left-radius: 15%;
    content: '';
    height: 20px;
    left: -30px;
    position: absolute;
    transition: background-color 0.3s;
    top: 5px;
    width: 20px;
}

.frankianow-features-list.bg-yellow li::before {
    background-color: var(--now--color);
}

.frankianow-features-price {
    text-align: right;
}

.frankianow-features-price p {
    color: #fff;
    margin-bottom: 0;
}

.frankianow-features-price strong {
    font-family: 'Roboto Condensed';
    font-size: 40px;
}

.frankianow-features-price.text-yellow strong {
    color: var(--now--color);
}

.frankianow-features-button {
    margin: 25px 0;
    text-align: right;
}

/* Details */

.frankianow-details-container {
    height: 100vh;
    padding: 100px 0;
}

.frankianow-details-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    position: relative;
}

.frankianow-details-header {
    color: white;
    font-family: 'Roboto Condensed';
    font-size: 50px;
    position: relative;
    text-align: center;
    top: 5%;
}

.frankianow-details-inner::before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    content: '';
    height: 25%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.frankianow-details-inner::after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
    bottom: 0;
    content: '';
    height: 10%;
    left: 0;
    position: absolute;
    width: 100%
}

.frankianow-details-infos {
    bottom: 5%;
    display: inline-flex;
    justify-content: space-between;
    padding: 0 150px;
    position: relative;
}

.frankianow-details-single {
    flex: 0 1 calc(100% / 3);
    max-width: calc(100% / 3);
}

.frankianow-details-single-title,
h5 {
    color: #fff !important;
    font-family: 'Roboto Condensed';
    font-size: 25px;
    font-weight: 700;
    position: relative;
    text-rendering: geometricPrecision;
}

.frankianow-details-single-title::before {
    border-bottom-right-radius: 15%;
    border-top-left-radius: 15%;
    content: '';
    height: 20px;
    left: -30px;
    position: absolute;
    transition: background-color 0.3s;
    top: 5px;
    width: 20px;
}

.frankianow-details-single-title.text-yellow::before {
    background: var(--now--color);
}

.frankianow-details-single-description p {
    color: #fff;
    width: 75%;
}

/* VideoCta */

.frankianow-hero-container.videocta-container {
    height: initial;
    margin-bottom: 200px;
}

.frankianow-hero-container.videocta-container .frankianow-hero-inner {
    flex-direction: column;
    gap: 50px;
}

.frankianow-videocta-cta,
.frankianow-cta {
    background: none;
    border-style: solid;
    border-bottom-right-radius: 5%;
    border-top-left-radius: 5%;
    border-width: 2px;
    bottom: -65px;
    color: #fff;
    left: calc(50% - 195px);
    padding: 20px 100px;
    position: absolute;
    transition: all 0.3s;
    z-index: 100;
}

.frankianow-cta {
    position: static;
    text-align: center;
    text-decoration: none!important;
}

.frankianow-videocta-cta span,
.frankianow-cta span {
    color: #fff;
    font-family: 'Roboto Condensed';
    font-size: 24px;
    text-transform: uppercase;
}

.frankianow-videocta-cta.bg-yellow:hover,
.frankianow-cta.bg-yellow:hover{
    background-color: var(--now--color);
    border-color: var(--now--color);
    cursor: pointer;
}

.videocta-header,
.frankianow-carousel-header {
    font-size: 34px;
}

/* Header360 */

.frankianow-header360-container {
    height: 100vh;
}

.frankianow-header360-container .spritespin-stage {
    object-fit: contain !important;
}

.frankianow-header360-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.frankianow-header360-top-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 75%;
    margin: auto;
    position: relative;
    width: 75%;
    padding:40px 0px;
}

.frankianow-header360-top-container::before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}

#frankianow-header360-images {
    height: 100%;
    margin: auto !important;
    max-width: 100%;
    position: relative;
    width: 100%;
    z-index: 2;
}

.frankianow-header360-bottom-container {
    align-items: center;
    display: inline-flex;
    justify-content: space-between;
    padding: 0 50px;
    padding-bottom: 25px;
    width: 100%;
}

.frankianow-header360-detail-item {
    border-left: 5px solid #707070;
    flex: 0 1 25%;
    max-width: 25%;
    padding-left: 50px;
    transition: border 0.3s;
}

.frankianow-header360-detail-item h3 {
    color: #707070;
    text-align: left;
    transition: color 0.3s;
}

.frankianow-header360-detail-item p {
    color: #707070;
    transition: color 0.3s;
    width: 75%;
}

.frankianow-header360-detail-item:hover {
    border-left: 5px solid #fff;
    cursor: pointer;
}

.frankianow-header360-detail-item:hover p,
.frankianow-header360-detail-item:hover h3 {
    color: #fff;
}

.frankianow-header360-container canvas.spritespin-canvas {
    object-fit: contain !important;
}

/* Cleverreach Stage 3 */

.cr_form span.text-yellow {
    color: var(--now--color);
}

.cr_leadformstage3_container {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 5px;
}

.cr_leadformstage3_container label {
    display: none;
}

.cr_field_25 {
    flex: 0 1 calc(25% - 5px);
    max-width: calc(25% - 5px);
}

.cr_field_50 {
    flex: 0 1 calc(50% - 5px);
    max-width: calc(50% - 5px);
}

/* Decorative Labels */

.frankianow-decorative-label {
    height: 100%;
    left: 50%;
    opacity: 0.1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.frankianow-features-single .frankianow-decorative-label,
.frankianow-hero-inner .frankianow-decorative-label {
    width: 75%;
}

.slider-container .frankianow-decorative-label {
    opacity: 0.3;
    width: 75%;
}

.cr_form_footer {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.frankianow-menu-controls {
    align-items: center;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

.frankianow-languagemenu ul {
    align-items: center;
    display: inline-flex;
    margin-bottom: 0;
    margin-right: 15px;
}

.frankianow-languagemenu ul li {
    border-right: 1px solid #fff;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
}

.frankianow-languagemenu ul li:last-child {
    border-right: none;
}

.frankianow-languagemenu ul li a {
    color: #fff;
    font-weight: bold;
}

.onlymobile {
    display: none;
}

.onlydesktop {
    display: block;
}

/* NOW GALLERY  */

.frankianow-gallery-container {
    margin: 150px 0;
}

.frankianow-gallery-inner {
   padding: 20px;
}

.frankianow-gallery-header {
    font-size: 34px;
    margin-bottom: 25px;
}

.frankianow-gallery-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.frankianow-gallery-single {
    display: flex;
    flex: 0 1 calc(100% / 3 - 6px);
    margin: 2px;
    max-width: calc(100% / 3 - 6px);
    position: relative;
}

.frankianow-gallery-single .lightbox {
    background: none!important;
}

.frankianow-gallery-single .lightbox .img-box {
    height: 100%;
    width: 100%;
}

.lightbox-link-overlay {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s;
    width: 100%;
    z-index: 3;
}

.frankianow-gallery-single a:before {
    content: url('../Icons/plus-icon.png');
    left: calc(50% - 15px);
    opacity: 0;
    position: absolute;
    top: -35px;
    transition: all 0.5s;
    z-index: 5;
}

.frankianow-gallery-single a:after {
    border-bottom-right-radius: 10px;
    border-style: none;
    border-top-left-radius: 10px;
    bottom: -75px;
    content: "";
    display: flex;
    height: 70px;
    justify-content: center;
    left: calc(50% - 35px);
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.5s;
    width: 70px;
    z-index: 3;
}

.frankianow-gallery-single a.bg-yellow:after {
    background-color: var(--now--color);
}

.frankianow-gallery-single a:hover::before {
    opacity: 1;
    top: calc(50% - 15px);
}

.frankianow-gallery-single a:hover::after {
    opacity: 1;
    bottom: calc(50% - 35px);
}

.frankianow-gallery-single a:hover .lightbox-link-overlay {
    opacity: 0.4;
}

.frankianow-gallery-single a {
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.frankianow-gallery-single a:hover {
    animation: hoverLightbox 0.5s ease-in-out forwards;
}

.frankianow-gallery-single img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

@keyframes hoverLightbox {
    from {
        box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    }
    to {
        box-shadow: inset 1000px 0px 0px 0px rgba(0, 0, 0, 0.5);
    }
}

.frankianow-features-price {
    text-align: left;
}

/* 3image Hero */

.threeimage-hero-container {
    height: 100vh;
    padding: 30px 0;
}

.threeimage-hero-inner {
    height: 100%;
}

.threeimage-hero-wrap {
    display: flex;
    justify-content: space-between;
    height: 70%;
}

.three-image-hero-single {
    flex: 0 1 calc(100% / 3 - 15px);
    max-width: calc(100% / 3 - 15px);
    width: 100%;
}

.three-image-hero-single img {
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.threeimage-hero-text {
    color: #FFF;
    padding: 50px;
    text-align: center;
}

/* Color Slider */

.colorslider-inner {
    display: flex;
    flex-direction: column;
    gap: 150px;
    padding: 50px 0;
    width: 100%;
}

.colorslider-swatch {
    display: flex;
    gap: 10px;
    margin: auto;
}

.swatch-single:hover {
    cursor: pointer;
}

.swatch-single img {
    opacity: 0.5;
}

.swatch-single.active img {
    opacity: 1;
}

.colorslider-images {
    display: flex;
    justify-content: center;
    position: relative;
}

.colorslider-single {
    display: none;
    margin: auto;
    position: relative;
    z-index: 5;
}

.colorslider-single.active {
    display: block;
}

.colorslider-navigation {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    position: absolute;
    top: calc(50% - 13.5px);
    width: 100%;
}

.colorslider-next svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.colorslider-navigation svg:hover {
    cursor: pointer;
}

/*  Basic Data */

.basic-data-inner {
    display: flex;
    padding: 50px;
    width: 100%;
}

.basic-data-left,
.basic-data-right {
    padding: 50px;
    width: 50%;
}

.basic-data-left h4 {
    color: #FFF;
    font-size: 40px;
    font-weight: 400;
    margin: 25px 0;
    text-transform: uppercase;
}

.basic-data-left h5 {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    margin-top: 25px;
    text-transform: uppercase;
}

.basic-data-left .table-responsive td,
.basic-data-left p {
    color: #FFF;
}

.basic-data-link a {
    display: inline-block;
    margin: 25px 0;
    position: static;
    text-decoration: none;
}

.basic-data-images .swatch-image img {
    height: auto;
    max-width: 100%;
}

/* FRANKIA NOW CARAVAN SALON */

.now-tripleheader-bg {
    display: flex;
    flex-wrap: wrap;
    height: 40vh;
}

.now-tripleheader-bg .singleimage, .now-tripleheader-icons .singleicon {
    flex: 0 1 33.333%;
    max-width: 33.333%;
    padding: 0 5px;
    height: 40vh;
    text-align: center;
}

.now-tripleheader-bg .singleimage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.now-tripleheader-icons {
    display: flex;
    flex-wrap: wrap;
    margin-top: -80px;
    height: auto;
}

.now-tripleheader-icons .singleicon img {
    max-width: 75%;
    position: relative;
    margin: 0 auto;
    height: auto;
}

.nowcontent {
    margin-top: 40px;
    margin-bottom: 60px;
    text-align: center;
}

.nowcontent h1 {
    font-weight: 900;
    font-size: 60px;
}

.knowwow {
    position: relative;
    padding: 60px 0;
}

.nowcontent h1, .nowcontent h2, .nowcontent h4, .nowcontent p {
    color: #fff;
    text-align: center;
}

.nowwowcontent {
    padding: 60px 0px;
    color: #fff;
    margin: 0 auto;
    max-width: 50%;
}

.frankianow-decorative-label-caravan {
    height: 70%;
    left: 50%;
    opacity: 0.1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.btn-outline-caravan {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 30px;
    margin: 0 auto;
    margin-top: 15px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    color: #fff;
    transition: all 0.5s;
}

.btn-outline-caravan:hover {
    background: #fff;
    color: #000;
}

.nowwowcontent p strong a {
    color: #FFF!important;
    text-decoration: underline;
}

.fakten {
    padding-top: 60px;
}

.fakten ul {
    display: flex;
    flex-wrap: wrap;
    flex: 0 1 100%;
    padding: 10px 10%;
    list-style: none;
}

.fakten ul li {
    flex: 0 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 5px;
    padding: 30px;
    color: #fff;
    font-size: 16px;
    border: 2px solid #333;
}

.frankiamesse {
    text-align: center;
    background: #fff;
    padding: 60px 0;
}

.frankiamesse h2 {
    color: #000;
    font-family: 'Open Sans';
    font-weight: 300;
}

.frankiamesse p {
    color: #000;
    max-width: 50%;
    margin: 0 auto;
    position: relative;
}

.frankiamesse .logos {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    gap: 25px;
    justify-content: center;
    align-items: center;
}

.frankiamesse .logos img {
    height: auto;
    max-width: 110px;
}

/* FRANKIA NOW Images */

.nowimages-wrap {
    display: flex;
    flex-wrap: wrap;
}

.nowimages-single {
    flex: 0 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 5px;
}

.nowimages-single img {
    height: auto;
    max-width: 100%;
}

.backendlayout-frankianow ul.check {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    border-bottom: 2px solid #333;
    padding-bottom: 40px;
}

.backendlayout-frankianow ul.check li {
    flex: 0 1 33.333%;
    max-width: 33.333%;
    position: relative;
    display: flex;
    padding-right: 50px;
}

.backendlayout-frankianow ul.check li:before {
    content: "✓";
    display: inline-block;
    color: #fff;
    position: relative;
    margin-right: 8px;
}

#vipwerden {
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}

.backendlayout-frankianow .col-sm-10 {
    max-width: 100%!important;
}

.backendlayout-frankianow .powermail_fieldwrap_interesse {
    margin-top: 30px;
    position: relative;
}

.backendlayout-frankianow .frame-background-frame-background-secondary .form-group .checkbox {
    margin-bottom: 20px;
    position: relative;
    line-height: inherit;
}

#powermail_field_interesse_1 {
    background: #cc9c00;
    border: none;
}

#powermail_field_interesse_3 {
    background: #BE5f63;
    border: none;
}

#powermail_field_interesse_2 {
    background: #3180AB;
    border: none;
}

.backendlayout-frankianow .frame-background-frame-background-secondary .checkbox label {
    color: #fff;
    line-height: normal;
    display: block;
    min-height: auto;
    position: absolute;
    left: 65px;
    top: 50%;
    transform: translate(0, -50%);
    padding-left: 0px;
    margin-bottom: 0px;
}

.backendlayout-frankianow .checkbox input[type="checkbox"] {
    cursor: pointer;
    line-height: 28px;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0px;
    border: 1px solid #666;
    width: 30px;
    height: 30px;
}

.backendlayout-frankianow .frame-background-frame-background-secondary .checkbox input[type="checkbox"], .frame-background-frame-background-secondary .radio input[type="radio"] {
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    line-height: 45px;
    background: none;
}

.backendlayout-frankianow .powermail_fieldwrap_type_check .col-sm-10 {
    display: flex;
    flex-wrap: wrap;
}

.backendlayout-frankianow .form-group .checkbox {
    width: 33%;
    font-size: 14px;
    line-height: 40px;
}

.backendlayout-frankianow .frame-background-frame-background-secondary .checkbox input[type="checkbox"]:checked:after, .frame-background-frame-background-secondary .radio input[type="radio"]:checked:after {
    content: "\f00d";
    font-family: 'FontAwesome';
    background: none;
    font-size: 40px;
    color: #fff;
    width: 100%;
    /* line-height: 100%; */
    height: 100%;
    text-align: center;
    display: block;
}

.backendlayout-frankianow .frame-background-frame-background-secondary .checkbox input[type="checkbox"]:checked, .frame-background-frame-background-secondary .radio input[type="radio"]:checked {
    background: none;
}

.backendlayout-frankianow .powermail_fieldwrap_interesse > label {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.frame-background-frame-background-secondary .powermail_fieldwrap_kontaktierensiemich p, .frame-background-frame-background-secondary .powermail_fieldwrap_datenschutzheader p, .frame-background-frame-background-secondary .powermail_fieldwrap_welchesangebot p {
    color: #fff;
    margin-top: 30px;
    font-size: 16px;
}

.powermail_fieldwrap_anrede label.powermail_field {
    display: none;
}

.powermail_fieldwrap_anrede .radio-outer {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

.powermail_fieldwrap_anrede .radio {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 15px;
}

.backendlayout-frankianow .frame-background-frame-background-secondary .checkbox input[type="checkbox"],
.backendlayout-frankianow .frame-background-frame-background-secondary .radio input[type="radio"] {
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    line-height: 45px;
    background: none;
}

.backendlayout-frankianow .frame-background-frame-background-secondary .radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.backendlayout-frankianow .frame-background-frame-background-secondary .radio-outer .radio label {
    pointer-events: none;
    margin-bottom: 0;
    position: relative;
    font-size: 14px;
    color: #fff;
}

.backendlayout-frankianow .frame-background-frame-background-secondary input[type="text"] {
    background: none;
    border: 1px solid #fff;
    padding: 14px 15px 13px 15px;
    height: auto;
    font-size: 16px;
    color: #fff;
}

.backendlayout-frankianow .frame-background-frame-background-secondary input[type="text"]::placeholder {
    color: #FFF;
    font-size: 16px;
}

.backendlayout-frankianow .powermail_fieldset {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.powermail_fieldwrap_type_html,
.powermail_fieldwrap_type_check,
.powermail_fieldwrap_type_radio {
    width: calc(100% - 10px);
}

.powermail_fieldwrap .col-sm-10 {
    padding: 0!important;
}

.powermail_fieldwrap_type_input {
    width: calc(100% / 2 - 10px);
}

.backendlayout-frankianow .form-group {
    margin: 0;
}

.backendlayout-frankianow .frame-background-frame-background-secondary .powermail_submit_button {
    font-size: 18px;
    background: none;
    color: #fff !important;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 30px;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 0;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    color: #fff;
    transition: all 0.5s;
}

.backendlayout-frankianow .frame-background-frame-background-secondary .powermail_submit_button:hover {
    background: #fff;
    color: #000 !important;
    padding: 20px 30px;
}

.backendlayout-frankianow .powermail_fieldwrap_datenschutz > label,
.powermail_fieldwrap_datenschutz .col-sm-10 .checkbox label {
    display: none;
}

.frame-background-frame-background-secondary .powermail_fieldwrap_datenschutz .checkbox {
    float: left;
    width: 65px;
}

.frame-background-frame-background-secondary .powermail_fieldwrap_datenschutzlabel {
    float: left;
    width: calc(100% - 65px);
}

.backendlayout-frankianow .gmklabel {
    color: #FFF;
}

.powermail_create p {
    color: #FFF;
}

@media (max-width: 850px) {

    body,
    html {
        overflow-x: hidden;
    }

    .starfooter .container .row {
        margin:0;
    }

    h1,
    h2 {
        font-size: 24px;
    }

    .onlydesktop {
        display: none;
    }

    .onlymobile {
        display: block;
    }

    .now-header-container {
        padding: 25px 15px;
    }

    .frankianow-languagemenu,
    .frankianow-languagemenu ul {
        padding: 0;
    }

    .frankianow-languagemenu ul li {
        margin-right: 5px;
        padding-right: 5px;
    }

    .color-switch-label {
        display: none;
    }

    .frankianow-hero-container {
        height: calc(100vh - 70px);
    }

    .frankianow-hero-countdown::before {
        font-size: 12em;
        top: 50%;
    }

    .frankianow-hero-content {
        gap: 50px;
    }

    .frankianow-hero-countelement {
        margin: 0 5px;
    }

    .frankianow-hero-countelement .counter-box {
        font-size: 30px;
    }

    .counter-box {
        min-width: 75px;
        padding: 20px;
    }

    .now-color-selectors:hover .color-switch-label {
        opacity: 0;
    }

    .frankianow-leadform-inner {
        padding: 0;
        padding-top: 200px;
    }

    .frankianow-leadform-content {
        padding: 20px;
    }

    #page-footer {
        margin-top: 50px;
    }

    .counter-label {
        font-size: 18px;
    }

    .frankianow-hero-video-container {
        height: initial;
        width: 100%;
    }

    .frankianow-hero-video-wrapper {
        width: 90%;
    }

    .frankianow-highlights-inner {
        flex-direction: column;
        padding: 200px 20px;
    }

    .frankianow-highlights-left,
    .frankianow-highlights-right {
        width: 100%;
    }

    #highlights-now-text {
        font-size: 175px;
        letter-spacing: initial;
        line-height: 200px;
    }

    .frankianow-highlights-single {
        font-size: 25px;
    }

    .frankianow-highlights-right {
        margin-top: 25px;
    }

    .frankianow-hero-video-container iframe {
        min-height: 200px;
    }

    .frankianow-header360-container {
        height: initial;
        margin-top: 100px;
    }

    .frankianow-header360-bottom-container {
        align-items: initial;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        gap: 0;
        padding: 0 15px;
    }

    .frankianow-header360-detail-item {
        border-bottom: 1px solid #707070;
        border-left: none;
        flex: initial;
        max-width: 100%;
        margin: 15px 0;
        padding-left: 0;
        text-align: center;
    }

    .frankianow-header360-detail-item h3 {
        font-size: 20px;
        text-align: center;
    }

    .frankianow-header360-detail-item p {
        width: 100%;
    }

    .frankianow-header360-spinner svg {
        max-width: 75px;
    }

    .frankianow-features-single {
        flex-direction: column;
        padding: 15px;
    }

    .frankianow-features-left,
    .frankianow-features-right {
        width: 100%;
    }

    .frankianow-features-left img {
        height: 300px;
        transform: rotate(-45deg);
        width: 300px;
        max-width: 600px;
        max-height: 600px;
    }

    .frankianow-features-single .frankianow-decorative-label {
        height: initial;
        top: 15%;
    }

    .frankianow-features-switcher {
        right: -125%;
    }

    .frankianow-features-right {
        padding: 50px 25px;
    }

    .frankianow-videocta-cta {
        left: calc(50% - 126.5px);
        padding: 15px 50px;
    }

    .frankianow-videocta-cta span {
        font-size: 20px;
    }

    .frankianow-carousel-single.slide-grow {
        opacity: 1;
        transform: scale(1) !important;
    }

    .frankianow-carousel-single.slide-shrink {
        opacity: 1;
        transform: scale(1) !important;
    }

    .frankianow-carousel-single.slide-visible {
        display: block;
        transform: scale(1);
    }

    .frankianow-carousel-single.slide-visible:nth-child(2) {
        transform: none;
    }

    .frankianow-carousel-single h3,
    .frankianow-carousel-single p {
        color: #fff;
    }

    .videocta-header,
    .frankianow-carousel-header {
        font-size: 27px;
        padding: 0 15px;
    }

    .frankianow-features-header {
        font-size: 34px;
        text-align: center;
    }

    .cr_leadformstage3_container {
        display: block;
    }

    .cr_field_25,
    .cr_field_50 {
        flex: initial;
        max-width: 100%;
    }

    .frankianow-details-inner::before {
        height: 100%;
    }

    .frankianow-details-header {
        font-size: 27px;
    }

    .frankianow-details-infos {
        flex-direction: column;
        padding: 50px;
    }

    .frankianow-details-single-description p {
        width: initial;
    }

    .frankianow-details-container {
        padding-top: 0;
    }

    .frankianow-carousel-wrap {
        padding-top: 20px;
    }

    .frankianow-header360-detail-item:hover {
        border-left: none;
    }

    .frankianow-hero-details-container {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        padding: 50px 15px;
    }

    .frankianow-hero-details-single {
        border-bottom: 1px solid #707070;
        border-left: none;
        flex: initial;
        margin: 15px 0;
        max-width: 100%;
        padding-bottom: 15px;
        padding-left: 0;
        text-align: center;
    }

    .frankianow-hero-details-single p {
        width: 100%;
    }

    .frankianow-carousel-image {
        max-width: 50% !important;
    }

    #filler-start,
    #filler-end {
        display: none;
    }

    .cr_form_footer {
        flex-direction: column;
        margin-top: 25px;
    }

    .cr_form_footer .cr_button {
        margin-top: 0;
    }


    .frankianow-details-single {
        flex: initial;
        max-width: 100%;
    }

    .frankianow-gallery-inner {
        padding: 10px;
    }

    .frankianow-gallery-header {
        font-size: 27px;
    }

    .frankianow-gallery-single {
        flex: initial;
        max-width: 100%;
    }

    .threeimage-hero-container {
        height: initial;
        margin-bottom: 35px;
        padding: 0;
    }

    .threeimage-hero-inner {
        display: flex;
        flex-direction: column-reverse;
        height: 100%;
    }

    .threeimage-hero-text {
        padding: 25px 50px;
    }

    .threeimage-hero-wrap {
        flex-direction: column;
    }

    .three-image-hero-single {
        flex: initial;
        max-width: 100%;
    }

    .colorslider-inner {
        display: block;
    }

    .colorslider-swatch {
        justify-content: center;
    }

    .colorslider-images {
        margin: 50px 0;
    }

    .colorslider-single img {
        height: auto;
        max-width: 100%;
    }

    .colorslider-navigation {
        display: none;
    }

    .basic-data-container,
    .frankianow-hero-container.videocta-container {
        margin-bottom: 50px;
    }

    .basic-data-inner {
        flex-direction: column;
        padding: 15px;
    }

    .basic-data-left,
    .basic-data-right {
        padding: 0;
        width: 100%;
    }

    .basic-data-left h4,
    .basic-data-left h5 {
        text-align: center;
    }

    .basic-data-images {
        margin: 50px 0;
    }

    .basic-data-link a {
        display: block;
        margin: 25px 0;
        padding: 15px;
    }

    .now-tripleheader-bg .singleimage, .now-tripleheader-icons .singleicon {
        flex: initial;
        max-width: 100%;
        height: initial;
    }

    .singleimage,
    .singleicon {
        display: none;
    }

    .singleimage:first-child,
    .singleicon:first-child {
        display: block;
    }

    .nowwowcontent {
        padding: 30px;
        max-width: 100%;
    }

    .fakten, .backendlayout-frankianow ul.check, .backendlayout-frankianow .powermail_fieldwrap_type_check .col-sm-10 {
        display: flex;
        flex-direction: column;
    }

    .fakten ul li, .backendlayout-frankianow ul.check li {
        flex: initial;
        max-width: 100%;
        height: initial;
        width: 100%;
    }

    .nowimages-single, .backendlayout-frankianow .frame-background-frame-background-secondary .form-group .checkbox {
        flex: initial;
        max-width: 100%;
        height: initial;
    }

    .powermail_fieldwrap_type_input, .powermail_fieldwrap_type_submit,
    .backendlayout-frankianow .frame-background-frame-background-secondary .powermail_submit_button {
        width: 100%;
    }

    .frankiamesse p {
        max-width: 75%;
    }

    .frankiamesse .logos {
        flex-direction: column;
    }

}

@media (max-width: 850px) and (orientation:landscape) {

    .frankianow-hero-cta-container {
        height: 75px;
    }

    .frankianow-herovideo-cta-container {
        height: 35px;
    }

    .frankianow-hero-video-container {
        height: 50%;
        width: 100%;
    }

    .frankianow-hero-container.header-video-container {
        height: calc(100vh - 10px);
    }

    .frankianow-hero-video-wrapper {
        max-height: 100%;
    }

    .frankianow-details-container {
        height: 200vh;
    }

    .frankianow-header360-container {
        height: 150vh;
        margin-top: 150px;
    }

    .frankianow-header360-top-container {
        height: 50%;
        width: 50%;
    }
}

@media (min-width: 1900px) {
    .frankianow-hero-video-container::before {
        font-size: 700px;
    }
}
