@charset "UTF-8";
@import "animista.css";

html {
    height: 100%;
    margin: 0;
    scroll-behavior: smooth;
}

body {
    height: 100%;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    /*background-color: #ede6d6; */
    background-color: #ffffff;
    font-family: 'Ubuntu', sans-serif;
}

/* navbar BS4*/
.navbar {
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    padding-top: 12px;
    padding-bottom: 25px;
    min-height: 62px;
    background-color: #FFFFFF;
}

.navbar-brand {
    font-size: 24px !important;
    color: #509261 !important;
    padding-left: 6px;
    padding-top: 17px;
    padding-bottom: 5px;
}

.navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 5px;
}

.navbutton {
    border-color: #86ae8b !important;
}

.navbutton:hover {
    border-color: #509261 !important;
}

.navbuttonbar {
    color: #86ae8b;
    font-size: 28px;
}

.navbuttonbar:hover {
    color: #509261;
}

.nav-link {
    color: #45494a !important;
}

.nav-link:hover {
    color: #509261 !important;
}

.active {
    color: #86ae8b !important;
}

.cart-link {
    padding-top: 7px !important;
    font-size: 24px;
    color: #cc5801 !important;
}

.cart-link:hover {
    color: #fc6b02 !important;
}

p{
    font-size: 18px;
}

ol{
    margin-left: 0px;
    padding-left: 22px;
}

li {
    font-size: 18px;
}

p.seladon {
    color: #509261;
}

p.comment {
    margin-top: 15px;
    font-size: 16px;
    font-style: italic;
    color: #45494a;
}

p.optional {
    font-size: 14px;
    font-style: italic;
    color: #45494a;
}

p.pricepart {
    margin-bottom: 0px;
    font-size: 16px;
    color: #45494a;
}

p.pricetotal {
    margin-bottom: 0px;
    color: #45494a;
}

p.priceinvalid {
    margin-bottom: 0px;
    color: #ba2424;
    text-decoration-line:line-through;
}

p.vat-text {
    font-size: 11px;
}

ul {
    font-size: 18px;
    padding-left: 20px;
}

a:link, a:visited, a:hover {
    color: #509261;
    text-decoration: none;
}

a.more-link {
    font-size: 14px;
}

span.more {
    display: none;
}

h2 {
    margin-left: 0px;
    color: #45494a;
}

h4 {
    color: #45494a;
}

h5 {
    /* font-size: 16px; */
    color: #45494a;
}

.h-green {
    font-style: italic;
    color: #509261;
}

.carousel-inner img {
    width: 100%;
    height: auto;
}

.carousel-caption {
    top: 30%;
}

.carousel_image {
    filter: brightness(80%);
    filter: opacity(90%);
}

.text_background {
    background-color: #509261;
}

.covermessage {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    align-content: center;
}

.justcenter {
    text-align: center;
    align-content: center;
}

div.heroimage {
    width: 100%;
    height: auto; /* SCALE */
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); /* VERZ�GERUNG */
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: auto;
    height: 500px;
    overflow: hidden;
    margin: 10px 10px 30px 10px;
    padding-left: 0px !important;
}

div.heroimage_contain {
    width: 100%;
    height: auto; /* SCALE */
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); /* VERZ�GERUNG */
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    width: auto;
    height: 350px;
    overflow: hidden;
    margin: 10px 10px 30px 10px;
    padding-left: 0px !important;
}

.hero-h1 {
    font-style: normal;
    font-weight: bold;
    color: #eee;
    font-size: 10vmin;
    letter-spacing: 0.03em;
    line-height: 1;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8);
    margin-bottom: 40px;
}

.hero-h2 {
    font-style: normal;
    font-weight: bold;
    color: #eee;
    font-size: 5vmin;
    letter-spacing: 0.03em;
    line-height: 1;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8);
    margin-bottom: 40px;
}

.hero-h2-green {
    font-style: normal;
    font-weight: bold;
    color: #509261;
    font-size: 4vmin;
    letter-spacing: 0.03em;
    line-height: 1;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8);
    margin-bottom: 10px;
}

.hero-h3 {
    font-style: normal;
    font-weight: bold;
    color: #eee;
    font-size: 5vmin;
    letter-spacing: 0.03em;
    line-height: 1;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8);
    margin-bottom: 40px;
    text-align: right;
}

.hero-h4 {
    font-style: normal;
    font-weight: bold;
    color: #eee;
    font-size: 7vmin;
    letter-spacing: 0.03em;
    line-height: 1;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8);
    margin-bottom: 20px;
}

.hero-h5 {
    font-style: normal;
    font-weight: bold;
    color: #eee;
    font-size: 6vmin;
    letter-spacing: 0.03em;
    line-height: 1;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8);
    margin-bottom: 40px;
}

.hero-h6 {
    font-style: normal;
    font-weight: bold;
    color: #eee;
    font-size: 3vmin;
    letter-spacing: 0.03em;
    line-height: 1;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8);
    margin-bottom: 40px;
}

div.heroimage:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.025);
}

.heroimage-1 {
    background-image: url("/static/app/images/lis-img-cover-01.jpg");
}
.heroimage-2 {
    background-image: url("/static/app/images/lis-img-cover-02.jpg");
}
.heroimage-3 {
    background-image: url("/static/app/images/lis-img-cover-03.jpg");
}
.heroimage-4 {
    background-image: url("/static/app/images/lis-img-cover-04.jpg");
}
.heroimage-6 {
    background-image: url("/static/app/images/lis-img-cover-06.jpg");
}
.heroimage-7 {
    background-image: url("/static/app/images/lis-img-letter-01.jpg");
}
.heroimage-8 {
    background-image: url("/static/app/images/lis-img-lifetime-hero-004.jpg");
}
.heroimage-9 {
    background-image: url("/static/app/images/lis-img-season-000-start.jpg");
}
.screen-50 {
    height: 43%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
    margin-bottom: 30px;
    background-color: #509261;
    /* background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 37%, rgba(0,0,0,0.65) 100%), url(/static/app/images/lis-img-season-021.jpg) no-repeat center center scroll; */
    /*filter: brightness(0.4);*/
    filter: opacity(90%);
}
.hero-frame {
    width: 100%;
    height: 60%;
    overflow: hidden;
    background-color: #008888;
}

.hero-zoomin {
    height: 100%;
    background: url('/static/app/images/lis-img-season-021.jpg') no-repeat center center;
    background-size: cover;
    text-align: left;
    background-position-x: 50%;
    background-position-y: 50%;
    -webkit-animation: kenburns-top 10s linear;
    animation: kenburns-top 5s linear;
    animation-fill-mode: forwards;
}

.hero-frame-small {
    width: 100%;
    height: 30%;
    overflow: hidden;
    background-color: #008888;
}

.hero-zoomin-small {
    height: 100%;
    background: url('/static/app/images/lis-img-season-021_small.jpg') no-repeat center center;
    background-size: cover;
    text-align: left;
    background-position-x: 50%;
    background-position-y: 50%;
    -webkit-animation: kenburns-top 2s linear;
    animation: kenburns-top 2s linear;
    animation-fill-mode: forwards;
}

.screen-50-1 {
    background-image: url("/static/app/images/lis-img-season-021.jpg");
}

.screen-50-1-small {
    background-image: url("/static/app/images/lis-img-season-021_small.jpg");
}

.screen-25 {
    height: 25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}

.screen-25-1 {
    background-image: url("/static/app/images/lis-img-letter-03.jpg");
}

.shtop {
    margin-top: 100px;
}

.check-green {
    color: #509261;
}

.hero-text-start {
    width: 90%;
    text-align: center;
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    font-size: 10vmin;
    letter-spacing: 0.03em;
}

.hero-text-start-small {
    width: 90%;
    text-align: center;
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    font-size: 10vmin;
    letter-spacing: 0.03em;
}

.hero-text {
    width: 90%;
    text-align: center;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    font-size: 10vmin;
    letter-spacing: 0.03em;
}

.hero-text-25 {
    text-align: center;
    position: absolute;
    top: 21.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #509261;
}

.hero-text-75 {
    width: 90%;
    text-align: center;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
}

div.heroimage-product-title {
    width: 100%;
    height: auto; /* SCALE */
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); /* VERZ�GERUNG */
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: 10px 30px 10px;
}

div.heroimage-product-title:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.025);
}

div.heroimage-product-main {
    width: 100%;
    height: auto; 
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); /* VERZ�GERUNG */
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 300px;
    overflow: hidden;
    margin: 10px 30px 10px;
}

div.heroimage-product-main:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.025);
}

.form-group, .form-control {
   width: 100% !important;
   margin: 15px 0px 15px 0px;
}

.start_quote {
    color: #45494a;
    font-style: italic;
}

.quote_img {
    width: 100%;
    height: auto;
}

/* footer */
.body-footer {
    width: 100%;
    min-height: 120px;
    padding-top: 25px;
    background-color: #509261;
    background: -moz-linear-gradient(45deg, #020031 0%, #509261 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#020031), color-stop(100%,#509261)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #020031 0%,#509261 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #020031 0%,#509261 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #020031 0%,#509261 100%); /* IE10+ */
    background: linear-gradient(45deg, #020031 0%,#509261 100%); /* W3C */
}

.textfooter {
    color: #ffffff;
    margin-top: 10px;
    font-weight: normal;
    font-size: 16px;
}

a.textfooter:link {
    margin-left: 10px;
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}

a.textfooter:visited {
    margin-left: 10px;
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}

.footer-logo {
    width: 80px;
    height: auto;
}

.life_icon {
    width: 80px;
    height: auto;
    margin-bottom: 20px;
}

.serviceicon {
    width: 40px;
    height: auto;
    border: 1px solid;
    border-radius: 7px;
    border-color: #509261;
    background-color: #509261;
    margin-bottom: 20px;
}

.serviceicon_small {
    width: 40px;
    height: auto;
    border: 1px solid;
    border-radius: 7px;
    border-color: #86ae8b;
    background-color: #eee;
    margin-top: 7px;
    margin-right: 7px;
}

.iconhint {
    font-size: 12px;
    color: #A5A9Aa;
}

.sun_icon {
    width: 80px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.privacy_icon {
    width: 190px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.explain_icon {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.footer-icon {
    margin-left: 1px;
    width: 18px;
    height: 18px;
    color: #ffffff;
}

.footer-icon-first {
    margin-left: 12px;
}

.body-content {
    background-color: #ffffff;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

#sunshine-brand:link, #sunshine-brand:visited, #sunshine-brand:hover {
    color: #509261;
}

img.nav_picture {
    height: 26px;
    width: 26px;
}

img.profile_picture {
    height: 200px;
    width: 200px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /* max-width: 280px; */
}

/* styles for validation helpers */
.field-validation-error {
    color: #fc6b02;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #fc6b02;
}

.validation-summary-valid {
    display: none;
}

/* style application */
.div-main {
    padding-top: 0px;
    padding-bottom: 15px;
    background-color: #FFFFFF;
}

/* Letter view */

.letter-body-inner {
    margin-bottom: 10px;
    padding: 5px 1px 15px;
    background-color: #FFFFFF;
    overflow: auto;
}

.letter-body-inner-view {
    min-height: 980px;
}

.letter-body-inner-edit {
    min-height: 660px;
}

.letter-font {
    font-family: Handlee, cursive;
}

.pad0 {
    padding: 0px 5px 0px 5px !important;
}

.pad10 {
    padding-top: 10px;
    padding-bottom: 5px;
}

.pad15 {
    padding-top: 15px;
    padding-bottom: 5px;
}

.pad25 {
    padding-top: 20px;
    padding-bottom: 25px;
}

.pad50 {
    padding-top: 50px;
    padding-bottom: 35px;
}

.pad62 {
    padding-top: 62px;
    padding-bottom: 3px;
}

.pad62b {
    padding-top: 62px;
    padding-bottom: 42px;
}

.pad85 {
    padding-top: 85px;
    padding-bottom: 3px;
}

.mar20 {
    margin: 15px;
}

.enlarge-image {
    cursor: pointer;
}

ol.breadcrumb {
    background-color: #fff;
    padding-left: 0;
}

.green-box {
    padding: 35px 15px 15px 15px;
    color: #f3f3f3;
    border-radius: 7px;
    background-color: #509261;
    background: -moz-linear-gradient(45deg, #020031 0%, #509261 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#020031), color-stop(100%,#509261)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #020031 0%,#509261 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #020031 0%,#509261 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #020031 0%,#509261 100%); /* IE10+ */
    background: linear-gradient(45deg, #020031 0%,#509261 100%); /* W3C */
}

.green-box-2 {
    padding: 0px 0px 30px 0px;
    color: #f3f3f3;
    border-radius: 1px;
    background-color: #509261;
    background: -moz-linear-gradient(45deg, #020031 0%, #509261 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#020031), color-stop(100%,#509261)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #020031 0%,#509261 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #020031 0%,#509261 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #020031 0%,#509261 100%); /* IE10+ */
    background: linear-gradient(45deg, #020031 0%,#509261 100%); /* W3C */
}

.gray-box {
    padding: 20px 15px 15px 15px;
    margin-top: 35px;
    background-color: #45494a;
    color: #f3f3f3;
    border-radius: 7px;
}

.white-box {
    padding: 15px 15px 5px 15px;
    background-color: #ffffff;
    color: #45494a;
    border-radius: 7px;
}

.weekday-box {
    margin: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f3f3f3;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
}

.green-dot {
    width: 380px;
    height: 380px;
    background-color: rgba(80,146,97,.85);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.green-dot-text {
    color: #fff;
    font-size: 18px;
}

.green-dot-text-small {
    color: #fff;
    font-size: 14px;
}

.weekday-time {
    background-color: #86ae8b;
}

@media screen and (min-width: 601px) {

    .modal-dialog {
        max-width: 1400px;
        margin: 30px auto;
    }

    div.image-textbox {
        margin-left: 15px;
        padding: 15px 15px 5px 15px;
        width: 80%;
        position: absolute;
        bottom: 10px;
        border-radius: 5px;
        background-color: rgba(69, 73, 74, 0.95);
    }
}

@media screen and (max-width: 600px) {

    .modal-dialog {
        max-width: 100%;
        margin: 30px auto;
    }

    div.image-textbox {
        padding: 15px 15px 5px 15px;
        width: 100%;
        position: absolute;
        bottom: 10px;
        border-radius: 5px;
        background-color: rgba(69, 73, 74, 0.95);
    }
}


.modal-body {
    position: relative;
    padding: 0px;
    min-height: 200px;
    background: #45494a;
}

.close {
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #45494a;
    opacity: 1;
}

#image {
    /*min-height: 200px;*/
    width: fit-content;
    
}

.bignumber {
    font-size: 9vmin;
    color: #fff;
    -webkit-text-stroke: 2px #509261;
    text-align: center;
}

.mycard {
    border: 0px solid rgba(0,0,0,.125);
}

.texthint {
    font-size: 14px;
    color: #c3c3c3;
}

.mybtn {
    font-size: 22px;
    color: #c3c3c3;
}

.activate {
    border: 2px solid #fc6b02;
    border-radius: 12px;
}

.card-text{
    font-size: 16px;
    color: #45494a;
}

/* letter print */
.letter {
    padding: 20px;
    background-color: #ede6d6;
}

.letter-title {
    font-size: 22px;
}

.adress {
    margin-bottom: 1px;
    margin-right: 10px;
    font-size: 16px;
    font: bold;
}

.adress-name {
    margin-top: 25px;
    font-weight: bold;
}

.print-main {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 30px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
}

.textfooter-print {
    color: #509261;
}

/* Profile */

.profile_headline {
    padding-left: 0px;
    padding-top: 15px;
}

.profile_headline > p {
    color: #509261;
}

/* Touch */

img.touch_center_image {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.touch_zitat > p {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 22px;
    font-style: oblique;
    text-align: center;
}

img.thumbnail {
    width: 100px;
    height: auto;
}

img.thumbnail-poduct-list {
    width: 160px;
    height: auto;
}

img.product_image_main {
    max-width: 400px;
    height: auto;
}

.font_very_small {
    font-size: 10px;
    color: #fc6b02;
}

.progress-bar-survey {
    background-color: #509261 !important;
}

.eins {
    background-color: #00FF00;
}

.kenburns-top {
    -webkit-animation: kenburns-top 5s ease-out both;
    animation: kenburns-top 5s ease-out both;
}

.kenburns-top-left {
    -webkit-animation: kenburns-top-left 5s ease-out both;
    animation: kenburns-top-left 5s ease-out both;
}