body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
	height: 100%;
}
body {
    background-color: #ffffff;
    position: relative;
    display: block;
    height: auto;
}
body.offer-tool {
    background-color: #ffffff;
}
body.offer-tool.modal-open {
  overflow-y: hidden;
  max-height: 100vh;
}
/*body.dimmed {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100vh;
    max-height: 100vh;
}*/

.blocker {
    top: 0;
}

.highlighted {
    font-weight: 900 !important;
    color: #febe10;
}

strong {
    font-weight: 900;
}

#objects-overviewModal {
    width: calc(100% - 60px);
    height: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    /*margin-top: 30px;*/
    padding: 25px;
    padding-top: 0;
    background-color: #ffffff;
}

#objects-overviewModal .navigationPane {
    padding: 0;
    display: flex;
    align-items: center;
    margin-left: 8px;
    margin-right: 8px;
    height: 225px;
    min-width: calc(33% - 16px);
    max-width: calc(33% - 16px);
    width: calc(33% - 16px);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
    background-color: #fafafa;    
    border-radius: 25px;
    overflow: hidden;
}
@media (pointer: coarse) {
    #objects-overviewModal .navigationPane:hover, .navigation-modal .navigationPane:hover {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
}
#objects-overviewModal .navigationPane.logo {
    background-size: 60%;
    background-repeat: no-repeat;
}
#objects-overviewModal .navigationPane.logo .title {
    background: none;
    color: #303133;
    text-shadow: none;
    font-weight: 900 !important;
    height: 33%;
}

#objects-overviewModal h1,
#objects-overviewModal h2,
#objects-overviewModal h3 {
    text-align: center;
    justify-content: center;
    padding: 15px;
    margin-left: 0;
    margin-right: 0;
}

#objects-overviewModal h1 {
    color: #febe10;
}
#objects-overviewModal h3 {
    font-size: 30px;
}
#objects-overviewModal h3.slider-title {
    display: none;
}

#objects-overviewModal h2,
#objects-overviewModal h3 {
    background-color: transparent;
    color: #000000;
    margin-bottom: 25px;
    position: relative;
}
#objects-overviewModal h3:after {
    background-color: #febe10;
    height: 3px;
    width: 75px;
    position: absolute;
    left: calc(50% - 37.5px);
    bottom: 0;
}

#objects-overviewModal .category {
    display: none;
}

/*#objects-overviewModal .v1, #objects-overviewModal .v2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}*/

#objects-overviewModal .ribbon-top-left {
    width: 120px;
    height: 120px;
}
#objects-overviewModal .ribbon-top-left span {
    background: #555;
    font-size: 13px;
    padding: 10px 0;
    width: 170px;
    right: -13px;
    top: 32px;
}
#objects-overviewModal .ribbon-top-left:before {
    right: 1px;
}
#objects-overviewModal .ribbon-top-left:after {
    bottom: 1px;
}
#objects-overviewModal .coming-soon.ribbon:before, #objects-overviewModal .coming-soon.ribbon:after {
    border-color: #444;
}
#objects-overviewModal .ui.slider {
    width: 500px;
    max-width: calc(100vw - 70px);
    margin: 50px auto 0 auto;
}
#objects-overviewModal .ui.slider .slide-item {
    background-color: transparent;
}
#objects-overviewModal .ui.slider .card {
    padding: 25px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
    background-color: #fafafa;
    margin: 5px 30px;
    width: 100%;    
    border-radius: 25px;
}
#objects-overviewModal .ui.slider .card strong {
    font-weight: 600;
}
#objects-overviewModal .ui.slider .card .event > .label {
    width: 100px;
}
#objects-overviewModal .ui.slider .card .event > .label img {
    border: 3px solid #febe10;
}
#objects-overviewModal .ui.slider .card .rating {
    float: right;
    margin-top: 25px;
}
#objects-overviewModal .ui.slider .card .ui.star.rating .active.icon {
    color: #febe10 !important;
}

.product-content {
    color: #ffffff;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    padding: 50px 0 120px;
    position: relative;
    overflow: hidden;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
}

.product-content:before {
    content: "";
    top: -60px;
    left: -50px;
    right: -50px;
    height: calc(100% + 9px);
    position: absolute;
    z-index: 0;
    transform: rotate(-3deg);
    background: #343434;
    background: -moz-linear-gradient(90deg, #343434 0%, #343434 49.9%, #7286A0 50%, #7286A0 100%);
    background: -webkit-linear-gradient(90deg, #343434 0%, #343434 49.9%, #7286A0 50%, #7286A0 100%);
    background: linear-gradient(90deg, #343434 0%, #343434 49.9%, #7286A0 50%, #7286A0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#7286A0', GradientType=1);
}

.product-content> div {
    flex: 1;
    /*display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;*/
    text-align: left;
    z-index: 1;
    font-size: medium;
    font-weight: 300;
    padding: 0 7.5%;
}

.product-content> .left h1 {
    font-weight: 300 !important;
    font-size: 30px;
}

.product-content> .left h1 strong {
    font-weight: 900 !important;
}

.product-content> .right {
    /*overflow: hidden;*/
    padding-left: 7.5%;
}

.product-content .right .highlight {
    color: #303133;
    font-size: 35px;
    font-weight: 600;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    background-color: #febe10;
    border-radius: 5px;
}

.product-content> div .benefits-container {
    margin-top: 40px;
    padding-bottom: 25px;
}
.product-content> div .benefit {
    display: flex;
    flex-direction: column;
    position: relative;
}
.product-content> div .benefit:before {
    content: "";
    width: 1px;
    background-color: #febe10;
    height: calc(100% - 25px);
    z-index: -1;
    position: absolute;
    left: 12px;
    top: 8px;
}

.product-content> div .benefit .benefit-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px;
    height: 25px;
}

.product-content> div .benefit .benefit-item:last-child {
    margin-bottom: 0;
}

.product-content> div .benefit .benefit-item .number {
    background-color: #febe10;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    min-width: 25px;
    border-radius: 50%;
    margin-right: 20px;
    color: #000000;
    font-weight: 600;
}

.product-content> div .benefit .benefit-item> img {
    width: 30px;
    margin-left: -2.5px;
    margin-right: 17.5px;
}

.product-content> div .benefit .benefit-item .text {
    font-weight: 600 !important;
}

.product-content> div .benefit .benefit-item h3.text {
    margin: 0;
}

.product-content> div .benefit .benefit-item .text strong {
    font-weight: 900 !important;
}

.cta-container {
    margin-top: -40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 25px;
    margin-right: 50px;  
}
.cta-container a {
    padding: 15px;
    border-radius: 15px;
    /*border: 3px solid #febe10;*/
    margin-right: 10px;
    color: #febe10;
    font-size: 20px;
    width: 36px;
    height: 36px;
}

.product-content> .right .subtitle {
    margin-top: 25px;
    font-style: italic;
    font-size: 12px;
}

.product-content> .left .ui.table td {
    vertical-align: middle;
    font-size: 15px;
    padding: 12px;
}
.product-content> .left .ui.table td:not(:last-child) {
    padding: 20px;
}
.product-content> .left .ui.table td:not(:first-child) {
    vertical-align: top;
}
.product-content> .left .ui.table td .ui.accordion:not(.styled) .title ~ .content:not(.ui):last-child {
    padding-top: 25px;
    padding-left: 30px;
}
.product-content> .left .ui.table td .accordion > a {
    padding: 0;
    font-weight: 600;
}
.product-content> .left .ui.table td .accordion > a .ui.table td:first-child:before {
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    margin-right: 10px;
}
.product-content> .left .ui.table td .accordion > a.active .ui.table td:first-child:before {
    content: "\f0d7";
}
.product-content> .left .ui.table td .accordion ul, .product-content> .left .ui.table td .accordion ul li {
    margin-top: 15px;
}
.product-content> .left .ui.table td .ui.accordion .ui.table td {
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
}
.product-content> .left .ui.table td .ui.accordion .ui.table td:first-child {
    padding-left: 15px;
}
.product-content> .left .title .ui.table .ui.button, .product-content> .left .title ~ .content .ui.table .ui.button {
    width: 100px;
    padding-left: 0;
    padding-right: 0;
}
.product-content> .left .title.active ~ .content .ui.table .ui.button {
    background-color: #febe10;
}
.product-content> .left .title .ui.table .ui.button {
    left: auto;
    margin-left: 0;
}
.product-content> .left .ui.table td .ui.accordion .ui.table.product-description tr {
    background-color: transparent;
    border-bottom: none;
}
.product-content> .left .ui.table td .ui.accordion .ui.table.product-description td {
    padding-bottom: 8px;
    position: relative;
    border-top: none;
}
.product-content> .left .ui.table td .ui.accordion .ui.table.product-description td:first-child {
    vertical-align: top;
}
.product-content> .left .ui.table td .ui.accordion .ui.table.product-description.multiple tr td:first-child:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #000000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
#objects-overviewModal .three.buttons {
    margin-top: 35px;
    width: 500px;
    max-width: calc(100vw - 70px);
    margin-left: auto;
    margin-right: auto;
}
#objects-overviewModal h4 {
    text-align: center;
    width: 100%;
}
#objects-overviewModal .three.buttons .button {
    align-items: center;
    display: flex;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
    height: 80px;
    margin-top: 25px;
}
#objects-overviewModal .three.buttons .button span {
    font-size: 30px;
}

.ui.feed > .event > .content a.button {
    float: left;
    margin-top: 15px;
    margin-left: 0;
    width: auto;
}

.ui.buttons.language--selector {
    position: absolute;
    bottom: -36px;
    height: 36px;
    right: 8px;
    width: auto;
    z-index: 10;
    padding: 0;
}
.ui.buttons.language--selector .ui.button:first-child {
    border-top-left-radius: 0;
}
.ui.buttons.language--selector .ui.button:last-child {
    border-top-right-radius: 0;
}

.ui.modals.dimmer {
    height: 100vh;
    max-height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    max-height: calc(var(--vh, 1vh) * 100);
}
.ui.modals.dimmer .ui.youreka.fullscreen.scrolling.modal, .ui.modals.dimmer .ui.youreka.fullscreen.modal.video-modal, .ui.modals.dimmer .ui.youreka.fullscreen.modal.picture-modal {
    overflow: visible;
    position: relative !important;
    margin: 0 !important;
    transform: translate(-50%, -50%);
    top: 50% !important;
    left: 50% !important;
    background-color: transparent;
    text-align: center;
    box-shadow: none;
}
.ui.youreka.fullscreen.modal.picture-modal {
  width: fit-content !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.ui.youreka.fullscreen.modal> iframe {
    height: 90vh;
    max-height: calc(100vh - 100px);
    height: calc(var(--vh, 1vh) * 90);
    max-height: calc(var(--vh, 1vh) * 100 - 100px);
}
.ui.youreka.fullscreen.modal.picture-modal> img {
    max-height: calc(100vh - 100px);
    max-height: calc(var(--vh, 1vh) * 100 - 100px);
}
/*@supports (-webkit-touch-callout: none) {
  .ui.youreka.fullscreen.modal> iframe {
        height: 90vh;
        max-height: calc(100vh - 130px);
        height: calc(var(--vh, 1vh) * 90);
        max-height: calc(var(--vh, 1vh) * 100 - 130px);
    }
}*/
.ui.youreka.fullscreen.modal> video {
    height: auto;
    width: 100%;
    display: block;
    margin: 0px auto !important;
    max-height: calc(100vh - 100px);
    max-height: calc(var(--vh, 1vh) * 100 - 100px);
}

/*.ui.youreka.fullscreen.modal> .close {
    top: -25px !important;
    right: -25px !important;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.88);
    border-radius: 50%;
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
}*/
.ui.youreka.fullscreen.modal > .close {
  top: -25px !important;
  right: -25px !important;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.88);
  border-radius: 50%;
  font-size: 22px;
  width: 42px;
  height: 42px;
  line-height: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* limit width */
.header {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header .nav, .header .header-content > div, .header .header-buttons {
    display: flex;
    padding: 28px 50px;
    width: 100%;
    position: relative;
}
.header .header-buttons-title, .header .header-buttons {
    max-width: 1440px;
}
.header .nav > div {
    max-width: 720px;
}

.header {
    background-color: transparent;
    background: none;
    padding: 0;
}

.header + .objects-container #objects-overviewModal h1.title {
    display: none;
}

.header .nav {
    box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
    width: 100%;
    max-width: 100%;
    justify-content: center;
    padding: 30px 0;   
    background-color: #ffffff;
    height: 100px;
}

.header .nav> div {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    max-width: 720px;
    padding: 0 50px;
}

.header .nav> .left {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    justify-content: center;
}
/*.header .nav> .left .logo-container {
    text-align: left;
}
.header .nav> .left .logo-container img.logo {
    max-height: 50px;
    height: auto !important;
    max-width: 80%;
    width: auto;
    margin-bottom: 8px;
}*/
.header .nav> .left img.logo {
    max-height: 75px;
    height: auto !important;
    max-width: 200px;
    width: auto;
    object-fit: contain;
}
.header .nav> .left h1 {
    margin-bottom: 5px;
}
.header .nav> .left h1 strong {
    color: #febe10;
}
.header .nav> .left .subtitle {
    display: flex;
    align-items: center;
}
.header .nav> .left .subtitle img.youreka-logo {
    height: 13px;
    margin-left: 5px;
}

.header .nav> .right {
    justify-content: flex-end;
}

.header .nav> .right a:not(.button) {
    color: #febe10;
    margin-right: 10px;
    padding: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*box-shadow: 0px 2px 4px rgba(0,0,0,0.25);*/
}
.header .nav> .right a.button {
    margin-right: 0;
    background-color: #7286A0;
    color: #ffffff;
}

/*.header .nav a i {
    font-weight: 400 !important;
}*/

.header .header-content {
    color: #000000;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    justify-content: center;
    width: 100%;   
}

.header .header-content:before {
    /*content: "";*/
    content: none;
    top: -150px;
    right: -150px;
    height: 350px;
    width: 350px;
    position: absolute;
    z-index: -1;
    transform: rotate(-45deg);
    background: #39c3d5;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
}
.header .header-content svg.divider { 
    opacity: 0.5;
    width: 100%;
    height: auto;
    z-index: 0;
    position: absolute;
    top: 0;
    transform: rotate(180deg);
    display: none;
    display: block;
}
.header .header-content svg.divider path {
    fill: #7286A0 !important;
}

.header .header-content> div {
    flex: 1;
    /*display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;*/
    text-align: left;
    flex-direction: column;
    padding-bottom: 50px;
}
.header .header-content > .left {
    max-width: 750px;
    min-height: 350px;
    justify-content: center;
}

.header .header-content> div,
.header .header-content> div p {
    font-size: medium;
    font-weight: 300;
}

body .header .header-content> .right {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
}
body .header .header-content> .right img {
    background-image: url(mock-meetdistrict.jpg);
    background-position-x: 102%;
    background-position-y: 66%;
    background-size: calc(96.3% + 1px) calc(85.6% + 1px);
    background-repeat: no-repeat;
    z-index: 1;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

.header .header-content> .left h1 {
    font-weight: 600 !important;
    font-size: 35px;
}

.header .header-content> .left p {
    line-height: 30px;
}

.header .header-content> .left p strong {
    font-weight: 600 !important;
}
/*.header .header-content > .right .content {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 50px 100px 65px;
}*/

.header .header-buttons-title {
    margin-bottom: 30px;
    padding: 0 28px;
    margin-top: 25px;
}
.header .header-buttons-title h1 {
    font-size: 30px;
}
.header .header-buttons-title p {
    font-size: medium;
}

.header .header-buttons {
    display: flex;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    flex-direction: row;
}

.header .header-buttons .header-button {
    height: 75px;
    /*box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;*/
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
    margin-right: 25px;   
    background-color: #fafafa;
    border-radius: 25px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
}
.header .header-buttons .header-button:last-child {
    margin-right: 0;
}

.header .header-buttons .header-button:hover span, .header .header-buttons .header-button:hover .icon {
    opacity: 0.7;
}

.header .header-buttons .header-button i, .header .header-buttons .header-button svg {
    margin-right: 15px;
    font-size: 30px;
    color: #febe10;
    width: 35px;
}

.header .header-buttons .header-button span {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}

.objects-container {
    position: relative;
    margin-top: 50px;
}
.objects-container:before {
    /*content: "";*/
    content: none;
    top: 120px;
    left: -175px;
    height: 250px;
    width: 250px;
    position: absolute;
    z-index: -1;
    transform: rotate(-45deg);
    background: #c8d41f;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
}
.objects-container:after {
    /*content: "";*/
    content: none;
    top: 460px;
    right: -190px;
    height: 250px;
    width: 250px;
    position: absolute;
    z-index: -1;
    transform: rotate(-45deg);
    background: #e02020;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
}

.popup-animation.form {
    box-shadow: 2px 2px 8px rgba(0,0,0,0.66);
}

/* === presentation mode === */
body.is-presentation .header .nav .right a.ui.button, body.is-presentation .header .header-buttons-title, body.is-presentation .header .header-buttons {
    display: none;
}
body.is-presentation .objects-container {
    margin-top: 0;
}

.picture-modal .carousel.pics-wrapper .carousel-control {
  background-color: rgb(var(--buttonColor));
  border-radius: 50%;
  width: 46px !important;
  height: 46px !important;
	min-height: 46px !important;
	max-height: 46px !important;
}
.picture-modal .carousel.pics-wrapper .carousel-control .icon {
  display: none;
}
.picture-modal .carousel.pics-wrapper .carousel-control:after {
  content: "\f054";
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 30px;
  font-weight: 900;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  font-family: "Font Awesome 6 Pro" !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  color: rgb(var(--buttonTextColor)) !important;
}
.picture-modal .carousel.pics-wrapper .carousel-control.left:after {
  content: "\f053";
}
.picture-modal .carousel.pics-wrapper .carousel-control .icon * {
  fill: rgb(var(--buttonTextColor));
}


@media screen and (min-width: 1250px) {
    .header .header-content> .left h1 {
        font-size: 40px;
    }
    body .header .header-content> .right img {
        max-height: 60vh;
    }
}

@media screen and (max-width: 1015px) {
    .header .header-content> .right .benefit .benefit-item h3.text {
        font-size: 17px;
    }
}

@media screen and (max-width: 767px) {
    .product-content> .left .ui.table tr td:nth-child(2) {
        /*display: none;*/
    }
}

@media screen and (max-width: 600px) {            
    #objects-overviewModal .ui[class*="three column"].grid> .column:not(.row) {
        width: 50%;
    }
    .modals.dimmer .ui.youreka.fullscreen.modal> .close {
        right: -10px !important;
    }

    /* header */
    .header .nav> .left .subtitle {
        font-size: 10px;
    }
    .header .nav> .left .subtitle img.youreka-logo {
        height: 9px;
    }
    .header .header-content > div, .header .header-buttons {
       padding: 28px 28px;
    }
    .header .nav {
        padding: 12px 28px; 
        height: 76px;
        /*box-shadow: 1px 1px 3px rgba(0,0,0,0.15);*/
        box-shadow: none;
    }
    .header .nav> div {
        padding: 0;
    }
    .header .nav> .right a:not(.button) {
        height: 28px;
        width: 28px;
        font-size: 16px;
        margin-left: 5px;
    }
    .header .nav> .right a:not(.button) {
        margin-right: 0;
    }
    .header .nav> .right a:not(.button):nth-child(3) {
        display: none;
    }
    .header .nav> .right a.button {
        margin-left: 8px;
        padding: 8px;
    }
    .header .header-content {
        padding: 0 0 20px;
    }
    .header .header-content:before {
        top: -140px;
        right: -285px;
        transform: rotate(-40deg);
    }
    .header .header-content svg.divider {
        display: none;
    }
    .header .header-content> .left {
        padding-bottom: 25px;
        padding-right: 15px !important;
        width: 60% !important;
        flex: none;
        min-height: auto;
        /*padding-right: 45%;*/
        /*background-size: auto 90%;
        background-position: 80% 145%;*/
    }
    .header .header-content> .left h1 {
        font-size: large !important;
    }
    .header .header-content> .left p {
        display: none;
    }
    .header .header-buttons {
        flex-direction: column;
        padding-bottom: 0;
        padding-top: 0;
    }
    .header .header-buttons .header-button {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        height: 50px;
        padding: 0;
    }
    .header .header-buttons .header-button:last-child {
        margin-bottom: 0;
    }
    .header .header-buttons .header-button span {
        font-size: large;
    }
    .header .header-buttons .header-button i, .header .header-buttons .header-button svg {
        width: 30px;
    }
    #objects-overviewModal {
        width: 100%;
    }
    #objects-overviewModal .navigationPane {
        height: 175px;
        min-width: calc(100% - 16px);
        max-width: calc(100% - 16px);
    }
    #objects-overviewModal h3, .header .header-content> .left h1, .header .header-buttons-title h1, .header .nav> .left h1 {
        font-size: 16px;
    }
    #objects-overviewModal .ui.slider .event {
        flex-direction: column;
    }
    #objects-overviewModal .ui.slider .event > .label {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .product-content {
        flex-direction: column;
        padding-top: 0;
        padding: 0 0 80px;
    }
    .product-content:before {
        background: #7286A0;
        /*background: -moz-linear-gradient(183deg, #343434 0%, #343434 52.4%, #7286A0 52.5%, #7286A0 100%);
        background: -webkit-linear-gradient(183deg, #343434 0%, #343434 52.4%, #7286A0 52.5%, #7286A0 100%);
        background: linear-gradient(183deg, #343434 0%, #343434 52.4%, #7286A0 52.5%, #7286A0 100%);*/
        background: -moz-linear-gradient(183deg, #7286A0 0%, #7286A0 52.4%, #7286A0 52.5%, #7286A0 100%);
        background: -webkit-linear-gradient(183deg, #7286A0 0%, #7286A0 52.4%, #7286A0 52.5%, #7286A0 100%);
        background: linear-gradient(183deg, #7286A0 0%, #7286A0 52.4%, #7286A0 52.5%, #7286A0 100%);
    }
    .product-content> .left {
        padding-top: 25px;
        padding-bottom: 30px;
        background: #343434;
    }
    .product-content> .left h1 {
        font-size: 24px;
    }
    .product-content> .left .title .ui.table .ui.button, .product-content> .left .title ~ .content .ui.table .ui.button {
        width: 75px;
    }
    .product-content> .right {
        padding-top: 30px;
    }
    .product-content> div .benefits-container {
        margin-top: 40px;
    }
    .product-content>.right .hightlight {
        margin-left: auto;
        margin-right: auto;
    }
    .ui.buttons.language--selector {
        display: none;
    }
    .cta-container {
        margin-right: 28px;
    }
}

@media screen and (max-width: 500px) {
    #objects-overviewModal .ui[class*="three column"].grid> .column:not(.row) {
        width: 100%;
    }
    .header .header-buttons {
        width: 275px;
        margin-right: 10px;
    }
    .header .header-buttons .header-button span {
        font-size: 14px;
    }
    .header .header-buttons .header-button .icon {
        font-size: 20px;
    }
    .header .nav> .left img.logo {
        max-height: 50px;
        max-width: 75%;
    }
    .product-content> .left .ui.table td {
        font-size: 13px;
    }
}

/* === version 2 === */
body, body .ui.table, body #objects-overviewModal h2, body #objects-overviewModal h3, body .header .header-content, body .product-content> .right .benefit .benefit-item .number, body .ui.button, body .header .header-buttons .header-button span {
    color: #303133;
}
body #objects-overviewModal h3.slider-title {
    display: flex;
}
body #objects-overviewModal .ui.slider {
    margin-top: 0;
}
body .cta-container {
    display: none;
}
body .header .nav {
    position: fixed;
    top: 0;
    z-index: 999;
}
body .header .header-content {
    margin-top: 100px;
    padding-top: 80px;
}
body .header .nav> .right a.button {
    background-color: #febe10;
    color: #303133;
}
body .header .nav> .right a.button + a.button {
    margin-left: 3px;
}
body .header .nav> .right a:not(.button) {
    color: #7286A0;
}

@media screen and (min-width: 1250px) {    
    body .header .header-content > .left {
        padding-left: 100px;
        padding-top: 75px;
    }
}
@media screen and (max-width: 600px) {    
    body .header .nav {
        position: relative;
        top: auto;
    }
    body .header .header-content {
        margin-top: 0;
        padding-top: 0;
    }
    body .cta-container {
        display: flex;
    }
}