@font-face {
    font-family: 'vimecity-mte';
    src: url('../fonts/mte/mte.woff2') format('woff2'),
    url('../fonts/mte/mte.woff') format('woff');
    font-weight:300;
    font-style:normal;
}

@font-face {
    font-family: 'vimecity-bloomsbury';
    src: url('../fonts/mte/bloomsburysans.woff') format('woff');
    font-style:normal;
}

@font-face {
    font-family: 'vimecity-outbound';
    src: url('../fonts/mte/outboundregular.woff') format('woff');
    font-style:normal;
}

@font-face {
    font-family: 'vimecity-moneypenny';
    src: url('../fonts/mte/moneypennyscript.woff') format('woff');
    font-style:normal;
}


/* 00cab3 b2ddbc */
@media print {

    body {
        color:black !important;
    }

    h1 {
        color:black !important;
    }

    h2 {
        color:black !important;
    }

    h3 {
        color:black !important;
    }

    a {
        color:black !important;
    }

    #headerBar {
        display:none;
    }

    .header {
        display:none;
    }

    .navigation-menu-standard {
        display:none;
    }

    .navigation-menu-mobile {
        display:none;
    }

    .toggle-overview {
        display:none;
    }

    #footer {
        display:none;
    }

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,body {
    margin: 0;
    padding: 0;
    font-family: 'vimecity-bloomsbury', Arial, sans-serif !important;
    font-size: 1rem;
    line-height: 1.5;
    font-weight:300 !important;
    background: white;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    letter-spacing: 0.05rem;
}

b, strong {
    font-weight:300 !important;
}

.nobreak {
    white-space: nowrap !important;
}

#scrollTop label {
    cursor: pointer;
}

.ITK_Siegel_Jugendschutz {
    width:150px !important;
}

.addEntryBox,
.addEntryBoxFont {
    cursor: pointer;
}

.buttonFlex {
    font-family: 'vimecity-bloomsbury', Arial, sans-serif !important;
    border: 1px #647496 solid;
    min-width:50px;
    background-image:linear-gradient(to top left, #647496, #647496);
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 7px 2px;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.buttonFlex:hover {
    font-family: 'vimecity-bloomsbury', Arial, sans-serif !important;
    color: white;
    background-image:linear-gradient(to top left, #647496, #647496);
    text-decoration: none;
    animation: ease-in;
    transition: 1s;
}

.button {
    font-family: 'vimecity-bloomsbury', Arial, sans-serif !important;
    width:100%;
    width:250px !important;
    border: 1px #647496 solid;
    background-image:linear-gradient(to top left, #647496, #647496);
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 7px 2px;
    font-size: 1rem;
    font-weight:300;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    letter-spacing: 0.05rem !important;
}

.button:hover {
    font-family: 'vimecity-bloomsbury', Arial, sans-serif !important;
    width:100%;
    max-width:250px;
    color: white;
    background-image:linear-gradient(to top left, #647496, #647496);
    text-decoration: none;
    animation: ease-in;
    transition: 1s;
}

.buttonBack {
    font-family: 'vimecity-bloomsbury', Arial, sans-serif !important;
    width:100%;
    max-width:250px !important;
    border: 1px #647496 solid;
    background-color: #647496;
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 7px 2px;
    font-size: 1.1rem;
    font-weight:300;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.buttonBack:hover {
    font-family: 'vimecity-bloomsbury', Arial, sans-serif !important;
    width:100%;
    max-width:250px;
    color: white;
    background: #647496;
    text-decoration: none;
    animation: ease-in;
    transition: 1s;
    font-weight:500;
}

input[type=submit] {
    font-family: 'vimecity-bloomsbury', Arial, sans-serif !important;
    width:100%;
    max-width:300px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight:500;
    -webkit-appearance: none;
}

input[type=submit]:hover {
    -webkit-appearance: none;
}

@media screen and (max-width:350px) {
    input[type=text] {
        max-width:270px !important;
    }
}

input[type=text] {
    font-family: 'vimecity-mte', Arial, sans-serif !important;
    color: black;
    font-size:1.0rem;
    background-color: white;
    width:100%;
    max-width:300px;
    padding:8px;
    border-top:1px solid #647496;
    border-left:1px solid #647496;
    border-right:1px solid #647496;
    border-bottom:1px solid #647496;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight:500;
}

input[type=text]:focus {
    border:1px solid #b2ddbc;
    outline: none;
}

@media screen and (max-width:350px) {
    input[type=email] {
        max-width:270px !important;
    }
}

input[type=email] {
    font-family: 'vimecity-mte', Arial, sans-serif !important;
    color: black;
    font-size:1.0rem;
    background-color: white;
    width:100%;
    max-width:300px;
    padding:8px;
    border-top:1px solid #647496;
    border-left:1px solid #647496;
    border-right:1px solid #647496;
    border-bottom:1px solid #647496;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight:500;
}

input[type=email]:focus {
    border:1px solid #b2ddbc;
    outline: none;
}

::-webkit-input-placeholder {
    color: darkgrey;
}

:-ms-input-placeholder {
    color: darkgrey;
}

::placeholder {
    color: darkgrey;
}

@media screen and (max-width:350px) {
    input[type=password] {
        max-width:270px !important;
    }
}

input[type=password] {
    font-family: 'vimecity-mte', Arial, sans-serif !important;
    color: black;
    font-size:1.0rem;
    background-color: white;
    width:100%;
    max-width:300px;
    padding:8px;
    border-top:1px solid #647496;
    border-left:1px solid #647496;
    border-right:1px solid #647496;
    border-bottom:1px solid #647496;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight:500;
}

input[type=password]:focus {
    border:1px solid #b2ddbc;
    outline: none;
}

textarea {
    font-family: 'vimecity-mte', Arial, sans-serif !important;
    width:100%;
    max-width:300px;
    min-height:150px;
    font-size:1.1rem;
    padding:8px;
    border:1px solid #647496;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight:500;
}

textarea:focus {
    border:1px solid #b2ddbc;
    outline: none;
}

select option:disabled {
    color:darkgrey !important;
}

select {
    width:100%;
    max-width:300px;
    cursor: pointer;
    padding: 12px 0px 12px 15px;
    background-color: #f0f0f0;
    border: none;
    border-radius: 2px;
    color: black;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-top:0px solid #fff;
    border-left:0px solid #fff;
    border-right:0px solid #fff;
    border-bottom:2px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

select-dropdown {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    width: auto;
    float: left;
}

select:active, select:focus {
    outline: none;
    box-shadow: none;
}

select-dropdown:after {
    content: " ";
    cursor: pointer;
    position: absolute;
    top: 30%;
    right: 10%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #aaa;
}

ul {
    margin-left: 0;
    padding-left: 0;
}

li {
    list-style:none;
}

img {
    vertical-align:middle;
}

#invoice-print p { color:black !important; }

p {
    font-family: Arial, sans-serif !important;
    font-size:1.2rem;
    line-height:1.5;
    color: grey;
}

@media screen and (max-width:800px) {
    p {
        font-size:1rem !important;
    }
}

@media screen and (max-width:450px) {
    h1 {
        font-family: 'vimecity-mte', Arial, sans-serif !important;
        font-size:2rem !important;
    }
}

h1 {
    font-family: 'vimecity-mte', Arial, sans-serif !important;
    font-size:3rem;
    color: #6DA3A8;
    text-align: left;
    line-height: 1.5;
    font-style: normal;
    margin-top:20px;
    margin-bottom:8px;
    font-weight:300 !important;
}

h2 {
    font-family: 'vimecity-mte', Arial, sans-serif !important;
    font-size:1.5rem;
    color: #6DA3A8;
    text-align: left;
    line-height: 1.4;
    font-style: normal;
    margin-top:50px;
    font-weight:300 !important;
}

h3 {
    font-family: 'vimecity-bloomsbury', Arial, sans-serif !important;
    font-size:1rem;
    color: grey;
    text-align: left;
    line-height: 1.2;
    font-style: normal;
    margin-top:20px;
    font-weight:300 !important;
}

h4 {
    font-family: 'vimecity-bloomsbury', Arial, sans-serif !important;
    font-size:0.8rem;
    color: #a1a1a1;
    text-align: left;
    line-height: 100%;
    font-style: normal;
    font-weight:300 !important;
}

h5 { /* uploader */
    font-size:0.8rem;
    color: #000000;
    text-align: left;
    line-height: 100%;
    font-style: normal;
    font-weight: 300;
}

.globalText p {
    font-family: Arial, sans-serif !important;
    font-size:1.3rem !important;
    color: grey;
    font-weight:300 !important;
}

.globalText a {
    font-family: Arial, sans-serif !important;
    font-size:1.3rem !important;
    color: #647496;
    text-decoration: none;
    font-weight:300 !important;
}

.globalText a:hover {
    font-family: Arial, sans-serif !important;
    font-size:1.3rem !important;
    color: #647496;
    text-decoration: none;
    animation: ease-in;
    transition: 1s
}

a {
    /*font-family: 'vimecity-bloomsbury', Arial, sans-serif !important;*/
    color: #647496;
    text-decoration: none;
    font-weight:300 !important;
}

a:hover {
    /*font-family: 'vimecity-bloomsbury', Arial, sans-serif !important;*/
    color: #647496;
    text-decoration: none;
    animation: ease-in;
    transition: 1s
}

label {unicode-bidi:bidi-override;}
.normal {direction:ltr;}
.backline {direction:rtl;}

.fleft {
    float:left;
}

.fright {
    float:right;
}

.clear {
    clear:both;
}

.absmiddle {
    vertical-align:middle;
}

.centerDiv {
    text-align:center !important;
}

.leftDiv {
    text-align:left !important;
}

.rightDiv {
    text-align:right !important;
}


.content-1-1 {
    width:100%;
}

.content-1-2 {
    width:50%;
}

.content-1-3 {
    width:33.3%;
}

.content-3-4 {
    width:75.0%;
}

.content-1-4 {
    width:25.0%;
}

.content-1-5 {
    width:20.0%;
}

.content-1-6 {
    width:16.6%;
}

.content-1-6-order {
    width:20.6%;
}

.content-1-7 {
    width:14.28%;
}

.content-1-8 {
    width:12.5%;
}

.content-1-9 {
    width:11.1%;
}

.content-1-10 {
    width:10%;
}

.content-1-11 {
    width:9.09%;
}

.content-1-12 {
    width:8.33%;
}

.content-2-1 {
    width:83.33%;
}

.content-3-1-2 {
    width:41.7%;
}

.content-3-1-2-order {
    width:39.7%;
}

.leftText {
    text-align:left;
}

.centerText {
    text-align:center;
}

.rightText {
    text-align:right;
}

.justify {
    text-align:justify !important;
}

.fontSizeBigger {
    font-size:2.0rem;
}

.fontSizeBig {
    font-size:1.5rem;
}

.fontSizeSmallBig {
    font-size:1rem;
}

.fontSizeStandard {
    font-size:0.8rem;
}

.fontSizeSmall {
    font-size:0.7rem;
}

.fontSizeSmaller {
    font-size:0.7rem;
}

@media (max-width: 500px) {
    .fontSizeOrder {
        font-size: 0.8rem !important;
    }
    .fontSizeOrderSmaller {
        font-size: 0.7rem !important;
    }
    .content-flex {
        width:100%;
    }
}

@media (min-width: 501px) AND (max-width: 1280px) {
    .fontSizeOrder {
        font-size: 1.0rem !important;
    }
    .fontSizeOrderSmaller {
        font-size: 0.9rem !important;
    }
    .content-flex {
        width:50%;
    }
}

@media (min-width: 1281px) {
    .fontSizeOrder {
        font-size: 1.0rem !important;
    }
    .fontSizeOrderSmaller {
        font-size: 0.9rem !important;
    }
    .content-flex {
        width:25%;
    }
}

.hidden {
    display:none;
}

.smallSpace {
    margin-top:10px;
    margin-bottom:10px;
}

.smallSpaceAllSides {
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:10px;
}

.smallPaddingAllSides {
    padding:5px;
}

.white {
    color:white !important;
}

.black {
    color:black !important;
}

.red {
    color:#ED6765 !important;
}

.redDark {
    color: #b70000 !important;
}

.brown {
    color: #d5a97d !important;
}

.blue {
    color: #647496 !important;
}

.purple {
    color: mediumpurple !important;
}

.green {
    color:#6DA3A8 !important;
}

.yellowBrown {
    color: #d5a97d !important;
}

.yellowDark {
    color: #b2ddbc !important;
}

.yellowLight {
    color: #b2ddbc !important;
}

.greenLight {
    color: #6DA3A8 !important;
}

.grey {
    color: #898989 !important;
}

.textDecorationNone {
    text-decoration: none;
}

.textSmall {
    font-size:0.95rem !important;
}

.textSmaller {
    font-size:0.8rem !important;
}

.textBig {
    font-size:1.1rem !important;
}

.textBigger {
    font-size:1.2rem !important;
}

.textBold {
    font-weight:400;
}

.textSpacing {
    letter-spacing: 0.05rem;
}

.textUnderline {
    text-decoration: underline;
}

.textBlink {
    animation:2s blinker linear infinite;
    -webkit-animation:2s blinker linear infinite;
    -moz-animation:2s blinker linear infinite;
    color: #ED6765;
}

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@media print {

    @page {
        size: A4;
        margin: 0;
    }

    html, body {
        font-size:8px;
        width: 210mm;
        height: 297mm;
    }

    iframe {
        display:none;
    }

    .ads {
        display:none;
    }

}

.block {
    display:block;
}

.hide {
    display:none;
}

.markedText {
    font-size:1.0rem;
    color: grey;
    text-align: center;
    line-height: 1.2;
    font-style: normal;
    margin-top:8px;
    margin-bottom:15px;
    text-transform: uppercase;
}

.inside {
    margin-left:20px;
}


.selectDates {
    width:90%;
    max-width:150px !important;
    font-family: 'vimecity-bloomsbury', Arial, sans-serif !important;
    font-size:17px !important;
}


.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin:0 auto;
    max-width:500px;
}

.strike > span {
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: black;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}

.ui-datepicker {
    width:100%;
    max-width: 260px;
    padding:5px;
    display: none;
    background-color: #5c5c5c
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    color:white;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
    color: #b2ddbc;
}
.ui-datepicker .ui-datepicker-prev {
    margin-left: 5px;
    margin-top:5px;
    left:5px;
}
.ui-datepicker .ui-datepicker-next {
    margin-right: 5px;
    margin-top:5px;
    right:20px;
}
.ui-datepicker .ui-datepicker-prev-hover {

}
.ui-datepicker .ui-datepicker-next-hover {

}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    line-height: 1.5;
    text-align: center;
    color:white;
    margin-bottom:10px;
}
.ui-datepicker .ui-datepicker-title select {
    width:100%;
    cursor: pointer;
    padding: 5px;
    margin:5px;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
    color:black;
}
.ui-datepicker table {
    width: 220px;
    border-collapse: collapse;
    padding:5px;
}
.ui-datepicker th {
    text-align: center;
    font-weight: 400;
    border: 0;
    color:#b2ddbc;
    font-weight:400;
    display:none;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    text-align: right;
    text-decoration: none;
    font-weight:400;
    color:white;
}

.ui-datepicker td a:hover {
    color:#b2ddbc;
    animation: ease-in;
    transition: 1s
}

.ui-datepicker td.ui-state-disabled>span{background:#5c5c5c;}
.ui-datepicker td.ui-state-disabled{opacity:0;}

/* RADIO CHECKBOX */

.radioLabel {
    background-color: white;
    color:#6DA3A8;
}

input.radio:empty {
    margin-left: -999px;
}

input.radio:empty ~ label {
    position: relative;
    float: left;
    line-height: 1.5em;
    text-indent: 2.25em;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.radio:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2em;
    height:28px;
    background: white;
    border:1px solid #D1D3D4;
    border-radius: 10px 10px 10px 10px;
}

input.radio:hover:not(:checked) ~ label:before {
    background: white;
    animation: ease-in;
    transition: 1s
}

input.radio:hover:not(:checked) ~ label {
    color: #ED6765;
    animation: ease-in;
    transition: 1s
}

input.radio:checked ~ label:before {
    background: #ED6765;
    color: white;
    height:28px;
}

input.radio:checked ~ label {
    color: #ED6765;
}

input.radio:focus ~ label:before {
    box-shadow: 0 0 0 3px #ED6765;
}

.checkbox-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-base {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-base, .checkbox-base-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-base + .checkbox-base-label:before{
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 2px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: #ED6765;
    color: #fff;
}

.checkbox-custom:focus + .checkbox-custom-label {
    outline: 1px solid #ddd;
}

.checkbox-base:checked + .checkbox-base-label:before {
    background: #ED6765;
    color: #fff;
}

.checkbox-base:focus + .checkbox-base-label {
    outline: 1px solid #ddd;
}

.selectDates {
    width:90%;
    max-width:150px !important;
    font-family: 'vimecity-bloomsbury', Arial, sans-serif !important;
    font-size:17px !important;
}

.iconSizeBig {
    font-size:1.5rem;
    padding:20px;
}

.uploaderPicture {
    width:200px;
    height:auto;
}

#sortable li {
    padding:20px;
    line-height:5.0;
}

/* fields dropdown */

.base {
    background-color: #5c5c5c;
    padding:9px;
    padding-left: 10px;
    font-size: 16px;
    margin:0 auto;
    margin-top:-1px;
    border-left:5px solid #f4f4f4;
    border-top:1px solid #f4f4f4;
    text-decoration: none;
    color: white;
    font-family: sans-serif;
    cursor: pointer;
}

.base a {
    text-decoration: none;
    color: #b2ddbc;
}

.baseSub {
    background-color:white;
    padding:15px;
}

/* social headline */

.socialHeadline {
    font-weight:400;
    font-size:1.4rem;
    margin:10px;
    padding-bottom:20px;
}

/* Google Recaptcha */

.grecaptcha-badge {
    display:none !important;
}

.content-slider {
    padding:0 !important;
}

.content-slider .travelViewSpecial {
    border:1px solid lightgrey !important;
}

.productLayer {
    max-width:1920px;
    margin:0 auto;
}

.productsWithoutSidebar {
    width:100%;
    max-width:1900px;
    display: flex;
    flex-wrap: wrap;
}

.products {
    width:100%;
    max-width:1900px;
    display: flex;
    flex-wrap: wrap;
    position:relative;
    text-align:left;
    margin-top:10px;
    margin-bottom:10px;
}

.productLayer .productsOneLineContentIn {
    background-color:#6DA3A8;
    padding:1px;
}

.productsOneLine {
    flex-wrap: nowrap;
    overflow: scroll; /* scroll */
    overflow-y:hidden;
    border-bottom: 0px solid #ccc;
    width:calc(100% - 8px);
    max-width:calc(1900px - 8px);
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.productsOneLine::-webkit-scrollbar {
    display:none;
}

.productsOneLineContentOut {
    width:25%;
    float:left;
}

.productsOneLineContentIn {
    width:50%;
    float:left;
}

.productsOneLineButtonLeft {
    color:#647496;
    z-index:5;
    padding-left:15px !important;
    padding:1px;
    font-size:1.8rem;
    cursor:pointer;
}

.productsOneLineButtonMiddle {
    font-size:1.2rem;
    color: white;
    text-align: left;
    line-height: 1.5;
    font-style: normal;
    margin-top:50px;
    z-index:5;
}

.productsOneLineButtonRight {
    color: #647496;
    z-index:5;
    padding:1px;
    padding-right:15px !important;
    font-size:1.8rem;
    cursor:pointer;
}

.productLayer .sliderLayerFirstStyle {
    background-color:#6DA3A8 !important;
}

.productLayer .sliderLayerSecondStyle {
    background-color:#ED6765 !important;
}

.productLayer .sliderLayerThirdStyle {
    background-color:#647496 !important;
}

.productLayer .sliderLayerFourStyle {
    background-color: #b48e6a !important;
}

.productLayer .sliderLayerFiveStyle {
    background-color:#b48e6a !important;
}

@media screen and (max-width:609px) {
    .products .product-card-sub {
        width:250px;
        margin:8px;
    }
    .products .travelViewSpecial {
        width:100% !important;
        min-width:240px !important;
        min-height:500px !important;
        padding:5px !important;
        margin:5px !important;
        position:relative;
        margin-bottom:0 !important;
    }
    .productsOneLineButtonLeft, .productsOneLineButtonRight {
        opacity:0 !important;
    }
    .productsOneLineContentOut {
        width:10% !important;
    }
    .productsOneLineContentIn {
        width:calc(80% - 9px) !important;
    }
}

@media screen and (min-width:610px) {
    .products .travelViewSpecial {
        width: 95% !important;
        min-width:240px !important;
        min-height:500px !important;
        padding:5px !important;
        margin:5px !important;
        position:relative;
        margin-bottom:0 !important;
    }
    .productsOneLineButtonLeft, .productsOneLineButtonRight {
        opacity:1 !important;
    }
}

.productLayerSoon {
    display:none !important;
}