body {
    padding: 0;
    margin: 0;
    font-family: 'News Cycle', Arial, sans-serif;
    min-width: 320px;
}

a {
    color: #33669B;
}
a:hover {
    text-decoration: underline;
}

.cta {
    background-color: #33669B;
    color: #fff;
    padding: 5px 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 0;
    box-shadow: none;
}
.cta:hover {
    text-decoration: none;
    background-color: #3b84c1;
}

i.linkTypeIcon {
    margin-right: 10px;
    color: #77a5cc;
    font-size: 1.5em;
}

header,
nav.breadcrumb .wrapper,
.body .heroStageOffers,
.body .heroStageImages,
.body article,
footer .content {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}





nav.breadcrumb {
    background-color: #054e8c;
    color: #fff;
    margin: 0;
    padding: 5px 20px;
    box-sizing: border-box;
    font-size: 14px;
    position: sticky;
    top: 0;
    z-index: 50;
}
nav.breadcrumb .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
nav.breadcrumb .breadcrumbPath {
    margin-top: 5px;
}
nav.breadcrumb i,
nav.breadcrumb ul {
    display: inline-block;
}
nav.breadcrumb ul {
    padding: 0;
    margin: 0;
    white-space: initial;
}
nav.breadcrumb li {
    display: inline-block;
    margin: 0;
}
nav.breadcrumb li:after {
    content: "|";
    display: inline-block;
    margin: 0 5px;
    color: #ccc;
}
nav.breadcrumb li:last-of-type:after {
    content: "";
}
nav.breadcrumb li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 0 5px;
    white-space: nowrap;
}
nav.breadcrumb li a:hover {
    background-color: #3b84c1;
}

nav.breadcrumb .contextHighlights {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
nav.breadcrumb .contextHighlights .links {
    margin-top: 5px;
}
nav.breadcrumb .contextHighlights .links a {
    color: #fff;
    margin-right: 20px;
    padding: 3px 15px;
    text-decoration: none;
    font-size: inherit;
    white-space: nowrap;
}
nav.breadcrumb .contextHighlights .links a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    margin-left: 10px;
    color: #3b84c1;
}
nav.breadcrumb .contextHighlights .links a:hover {
    text-decoration: none;
    background-color: #3b84c1;
}
nav.breadcrumb .contextHighlights .links a:hover:after {
    color: #fff;
}

nav.breadcrumb .contextHighlights .searchAndGo {
    color: #fff;
    display: flex;
    justify-content: end;
    align-items: center;
    white-space: nowrap;
    margin-top: 5px;
}

nav.breadcrumb .contextHighlights form label span {
    margin-right: 10px;
}
nav.breadcrumb .contextHighlights form input[type=text] {
    border: 0;
    margin: 0;
    height: 100%;
    padding: 3px 10px;
    box-sizing: border-box;
}
nav.breadcrumb .contextHighlights form input[type=submit] {
    border: 0;
    background-color: #3b84c1;
    margin: 0;
    box-shadow: none;
    font-size: inherit;
    padding: 3px 10px;
    font-weight: normal;
}

@media (max-width: 680px) {
    nav.breadcrumb .contextHighlights .searchAndGo,
    nav.breadcrumb .contextHighlights .links {
        margin-top: 15px;
    }
}


header {
    z-index: 2;
    height: 110px;
}
header .logo {
    left: 2%;
    bottom: 5px;
    height: 100px;
    top: auto;
    position: absolute;
}
header .logo img {
    height: 100%;
}
@media (max-width: 700px) {
    header .logo {
        height: 60px;
    }
}
header .meta {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

header .contacts {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .telephone,
header .languages {
    margin: 0 20px;
}
header .telephone {
    background-color: #33669B;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 0 20px 0 0;
    padding: 0 20px 0 10px;
}
header .telephone i {
    background-color: #fff;
    padding: 5px 5px 2px 5px;
    border-radius: 0 0 5px 5px;
    margin: 0 5px 10px 0;
}

header nav {
    text-align: right;
}
@media (max-width: 460px) {
    header nav {
        display: none;
    }
}
nav ul {
    list-style-type: none;
    margin: 30px 10px 5px 5px;
    padding: 0;
}
nav ul > li {
    display: inline-block;
    margin: 0 10px;
}
nav a {
    text-decoration: none;
    font-size: 18px;
}







.body article {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 5px;
    box-sizing: border-box;
}
.body article:first-of-type {
    margin-top: 0;
}
.body article > h1 {
    margin-top: 30px;
}
.body article.productStageSlider {
    margin: 0;
    max-width: none;
    background-image: url("../images/stage/background-loutraki.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 200px;
    padding: 40px;
}
.body article.productStageSlider--small {
    background: none;
    padding: 0;
}
.body article.productStageSlider--small .slider {
    width: 60%;
}
.body article.productStageSlider--small .heroStageOffers .heroStageOffer {
    padding: 0;
    background-color: aliceblue;
}
.body article.productStageSlider--small .heroStageOffers .heroStageOffer .teaser {
    font-size: 20px;
    font-weight: normal;
    right: 20px;
    bottom: 20px;
}
.body article.productStageSlider--small .image {
    height: 460px;
    text-align: center;
}
.body article.productStageSlider--small .image img {
    height: 100%;
    width: auto;
}
.body article.productStageSlider--small .sliderSlideLeft::after,
.body article.productStageSlider--small .sliderSlideRight::after {
    background-color: #054e8c;
    color: #fff;
}
@media (max-width: 700px) {
    .body article.productStageSlider {
        padding: 0;
    }
}
@media (max-width: 1000px) {
    .body article.productStageSlider--small .slider {
        width: 90%;
    }
}

.body article.contextHighlights {
    background-color: #33669B;
    padding: 20px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 50;
}
.body article.contextHighlights .links {
    width: 60%;
}
.body article.contextHighlights .links a {
    color: #fff;
    margin-right: 30px;
    padding: 5px 15px;
    text-decoration: none;
}
.body article.contextHighlights .links a:hover {
    text-decoration: none;
    background-color: #3b84c1;
}
.body article.contextHighlights .links a::after {
    content: "\f101";
    font-family: FontAwesome;
    margin-left: 10px;
    display: inline-block;
}
.body article.contextHighlights .searchAndGo {
    width: 40%;
    color: #fff;
    display: flex;
    justify-content: end;
    align-items: center;
}

.body article.contextHighlights form label span {
    margin-right: 10px;
}
.body article.contextHighlights form input[type=text] {
    border: 0;
    margin: 0;
    height: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
}
.body article.contextHighlights form input[type=submit] {
    border: 0;
    background-color: #3b84c1;
    margin: 0;
    box-shadow: none;
}


.body article.forwardings {
    display: flex;
    justify-content: space-between;
    border: 1px solid #33669B;
    box-sizing: border-box;
    padding: 20px 40px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.body article.productDetails h1 {
    margin: 40px 20px 10px 20px;
}
.body article.productDetails .content {
    overflow: hidden;
    position: relative;
    display: flex;
}
.body article.productDetails .productDetailsSlider {
    width: 60%;
    padding: 0;
}
.body article.productDetails .productDetailsSlider .detailSlide .image {
    position: relative;
    overflow: hidden;
    background-color: #f0f0f0;
    height: 460px;
}
.body article.productDetails .noImagesInformation {
    position: relative;
    overflow: hidden;
    background-color: #ccc;
    height: 460px;
    width: 60%;
}
.body article.productDetails .noImagesInformation i {
    top: 50%;
    left: 50%;
    position: relative;
    transform: translateX(-50%) translateY(-50%);
    font-size: 40px;
    color: #3b84c1;
    background-color: #fff;
    padding: 15px 20px;
}
.body article.productDetails .productDetailsSlider .detailSlide .image img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.body article.productDetails .productDetailsSlider .sliderSlideLeft:after,
.body article.productDetails .productDetailsSlider .sliderSlideRight:after {
    right: 5px;
    background-color: rgba(255,255,255,.8);
    padding: 5px;
    font-size: 60px;
}
.body article.productDetails .productDetailsSlider .sliderSlideLeft:after {
    right: auto;
    left: 5px;
}

.body article.productDetails .description {
    width: 40%;
    padding: 0 40px 40px 40px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,.8);
    border-radius: 0 0 30px 0;
}
.body article.productDetails .description .shortTeaserCopy {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 30px;
}
.body article.productDetails .description .highlights {
    list-style-type: none;
    margin: 0 0 50px 0;
    padding: 0;
}
.highlights__icon {
    width: 30px;
    line-height: 1;
    font-size: 17px;
    color: #ccc;
}
.highlights__icon::before {
    top: 20%;
    position: relative;
}
.highlights__item {
    display: flex;
    margin-bottom: 10px;
}
.highlights__type {
    width: 120px;
    font-size: 22px;
    line-height: 1.2;
    color: #33669B;
}
.highlights__value {
	padding-left: 20px;
    font-size: 22px;
    line-height: 1.2;
}
.highlights_table {
    width: 350px;
}
.highlights__tablekey {
    font-size: 32px;
    line-height: 1.2;
    color: #33669B;
}
.highlights__tablevalue {
    font-size: 27px;
    line-height: 1.2;
    text-align: right;
    background-color: #EEF3F9;
}
.body article.productDetails .transfer {
    text-align: right;
}

.body .priceBox {
    margin: 20px 0 10px 0;
    font-weight: bold;
    font-size: 30px;
    color: #222;
    text-align: right;
}



.body h1,
.body h2,
.body h3 {
    color: #33669B;
    margin: 0;
    font-size: 36px;
    font-weight: 500;
}
.body h1 {
    clear: both;
}
.body h2 {
    font-size: 29px;
    margin-bottom: 15px;
}
.body h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

/* Slider */
.slider img {
    width: 100%;
}
.slider .sliderSlideLeft::after,
.slider .sliderSlideRight::after {
    color: #33669B;
    font-size: 40px;
}
.slider .sliderPagination ul li {
    width: 20px;
    margin: 5px;
}
.slider .sliderPagination ul li.active {
    background-color: #33669B;
}

.slider.heroStageOffers,
.slider.heroStageImages {
    padding: 0 40px;
}
@media (max-width: 600px) {
    .slider.heroStageOffers {
        padding: 0;
    }
}
.slider.heroStageOffers .sliderSlideLeft::after,
.slider.heroStageImages .sliderSlideLeft::after,
.slider.heroStageOffers .sliderSlideRight::after,
.slider.heroStageImages .sliderSlideRight::after {
    background-color: #fff;
    padding: 5px;
}
.slider.heroStageOffers li .heroStageOffer,
.slider.heroStageImages li .heroStageImage {
    display: flex;
    padding: 20px;
    background-color: rgba(255,255,255,.7);
}
.slider.heroStageOffers li .heroStageOffer .image {
    position: relative;
    width: 100%;
}
.slider.heroStageOffers.heroStageOffersWithDescription li .heroStageOffer .image {
    width: 45%;
}
.slider.heroStageImages li .heroStageOffer .image {
    width: 100%;
}
.slider.heroStageOffers li .heroStageOffer .teaser {
    position: absolute;
    bottom: 20%;
    padding: 10px 20px;
    display: inline-block;
    background-color: #fff;
    right: 10%;
    color: #33669B;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}
@media (max-width: 700px){
    .slider.heroStageOffers li .heroStageOffer .teaser {
        display: block;
        position: relative;
        bottom: 0;
        right: 0;
    }
}
.slider.heroStageOffers li .heroStageOffer h2 {
    font-size: 30px;
}
.slider.heroStageOffers.heroStageOffersWithDescription li .heroStageOffer .description {
    padding: 20px 40px;
    color: #33669B;
    font-size: 19px;
    position: relative;
    width: 55%;
}

.slider.heroStageOffers li .heroStageOffer .transfer {
    position: absolute;
    right: 0;
    bottom: 0;
}
.slider.heroStageOffers li .heroStageOffer .transfer .cta {
    padding: 5px 50px;
}

.slider.offerCards .sliderWrapper > ul > li {
    padding: 0 30px;
    font-size: 14px;
    box-sizing: border-box;
}
.slider.offerCards .image {
    overflow: hidden;
}
.slider.offerCards img {
    height: 110px;
    width: auto;
}
.slider.offerCards h3 {
    margin: 0 0 10px 0;
    color: #33669B;
    font-size: 17px;
}
.slider.offerCards .transfer {
    text-align: right;
}
.slider.offerCards .price {
    font-weight: bold;
    font-size: 18px;
    text-align: right;
    margin: 10px 0;
}


article.search .searchFilter {
    padding: 20px;
    margin-bottom: 0;
    background-color: #e1eaf0;
}

.searchFilter .searchFilter__filterItem {
    display: block;
    margin-top: 15px;
    padding-top: 10px;
}
.searchFilter .searchFilter__filterItem:first-of-type {
    margin-top: 0;
    padding-top: 0;
}
.searchFilter .searchFilter__filterItemLabel {
    font-size: 18px;
    padding: 0 0 0 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #33669B;
}
.searchFilter .searchFilter__filterItemOptions {

}

article.search .region select {
    border: 0;
    font-size: 16px;
    color: #fff;
    background-color: #33669B;
    padding: 5px 15px 2px 15px;
}
article.search form fieldset {
    border: 0;
    padding: 0;
}
article.search form label {
    cursor: pointer;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 2px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
}
article.search form label input {
    display: none;
}
article.search form label input ~ span:before {
    content: "\f096";
    font-family: FontAwesome;
    font-size: 20px;
    color: #33669B;
    margin-right: 10px;
    width: 15px;
    display: inline-block;
}
article.search form label input:checked ~ span:before {
    content: "\f14a";
}
article.search form label:first-of-type {
    margin-left: 0;
}

article.search form .imageList {
    display: flex;
    justify-content: space-between;
}
article.search form .imageListItem {
    width: 30%;
}
article.search form .imageListItem label {
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}
article.search form .imageList input ~ span:before {
    display: none;
}
article.search form .imageList input ~ span:after {
    content: "\f096";
    font-family: FontAwesome;
    color: #33669B;
    position: absolute;
    right: -10px;
    top: 10px;
    font-size: 30px;
}
article.search form .imageList input:checked ~ span:after {
    content: "\f14a";
}

article.search form .imageList img {
    width: 100%;
    max-height: 80px;
}


article.searchResults {
    margin-top: 0;
}
.pagesList .legend,
article.searchResults .legend {
    margin-bottom: 10px;
    text-align: right;
    display: flex;
    justify-content: space-between;
}
.pagesList .legend label,
article.searchResults .legend label {
    background-color: #fff;
    padding: 5px 10px;
}
.pagesList .legend i,
article.searchResults .legend i {
    color: #33669B;
}
.pagesList .legend span.amount,
article.searchResults .legend span.amount {
    font-weight: bold;
    margin-left: 5px;
}
.pagesList .legend span,
article.searchResults .legend span {
    font-size: 14px;
}
.pagesList .overlay,
article.searchResults .overlay,
.pagesList .box,
article.searchResults .box {
    text-align: center;
    display: none;
}
.pagesList .overlay.active,
article.searchResults .overlay.active,
.pagesList .box.active,
article.searchResults .box.active {
    display: block;
}
article.searchResults .overlay i,
.pagesList .overlay i,
article.searchResults .box i,
.pagesList .box i {
    font-size: 30px;
    color: #33669B;
}

article.searchResults .box {
    display: block;
    height: 0;
    overflow: hidden;
    transition: height .7s ease;
}
article.searchResults .box.active {
    display: block;
    height: 100px;
}



article .linksImageTeaserWrapper {
    display: flex;
}
article .linksImageTeaserWrapper .linkImageTeaser {
    margin-right: 20px;
    width: calc(33% - 40px);
}
article .linksImageTeaserWrapper .linkImageTeaser:nth-of-type(3n) {
    margin-right: 0;
}
article .linksImageTeaserWrapper .linkImageTeaser a {
    text-decoration: none;
}
article .linksImageTeaserWrapper .linkImageTeaser h2 {
    color: #fff;
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
}
article .linksImageTeaserWrapper .linkImageTeaser img {
    display: block;
    width: 100%;
}
article .linksImageTeaserWrapper .linkImageTeaser p {
    margin: 0;
}
article .linksImageTeaserWrapper .linkImageTeaser .description {
    background-color: #33669B;
    color: #fff;
    padding: 10px 20px;
    position: relative;
}
article .linksImageTeaserWrapper .linkImageTeaser .description:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 40px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
article .linksImageTeaserWrapper .linkImageTeaser:hover .description {
    background-color: #3b84c1;
}


footer {
    background-color: #212121;
    color: #ccc;
    padding: 20px;
    font-size: 14px;
    margin-top: 80px;
}
footer .content {
    display: flex;
}
footer .logo {
    width: 120px;
    margin: 0 40px 0 0;
}
footer .logo img {
    width: 100%;
}
footer .metaInformationList span.label{
    min-width: 50px;
    padding-right: 5px;
    display: inline-block;
}

@media (max-width: 670px) {
    footer .content {
        display: block;
    }
}

.metaInformationList {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 10px 0 20px 0;
}
.metaInformationList .metaInformationList__section {
    padding-right: 80px;
    margin-right: 40px;
    box-sizing: border-box;
}
.metaInformationList .metaInformationList__section .metaInformationList__sectionHeadline {
    margin: 0 0 15px 0;
    padding: 0 0 2px 0;
    font-weight: normal;
    border-bottom: 1px solid #535151;
    display: inline-block;
}
.metaInformationList .metaInformationList__section .metaInformationList__sectionEntry {
    margin: 0 0 5px 0;
    padding: 0;
}

@media (max-width: 670px) {
    .metaInformationList .metaInformationList__section {
        margin-top: 40px;
    }
}

@media (max-width: 380px) {
    .metaInformationList {
        display: block;
    }

    .metaInformationList .metaInformationList__section {
        padding-right: 10px;
        margin-right: 0;
    }
}
/**
ULis
 */


ul.imageArticleList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.imageArticleList li {
    display: flex;
    margin-bottom: 20px;
}
ul.imageArticleList li .image {
    width: 30%;
}
ul.imageArticleList li .image img {
    width: 100%;
}
ul.imageArticleList li .copy {
    width: 70%;
    padding: 0 0 0 40px;
}

.slider li .image {
    position: relative;
}
.slider li .loader,
.slider li .error {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 18px;
    color: #fff;
    transform: translateX(-50%) translateY(-50%);
    display: none;
}
.slider li .loader.active,
.slider li .error.active {
    display: block;
}

ul.smallItemGalleryList {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.smallItemGalleryList li {
    width: calc(36% - 55px);
    margin-bottom: 40px;
}
@media (max-width: 700px) {
    ul.smallItemGalleryList li {
        width: 49%;
    }
}
@media (max-width: 460px) {
    ul.smallItemGalleryList li {
        width: 90%;
    }
}
ul.smallItemGalleryList li.hidden {
    display: none;
}

ul.smallItemGalleryList li .slider {
    padding: 0;
}
ul.smallItemGalleryList li .slider .sliderSlideLeft:after,
ul.smallItemGalleryList li .slider .sliderSlideRight:after {
    background-color: rgba(255,255,255,.8);
    padding: 0 3px;
}
ul.smallItemGalleryList li .category {
    font-size: 14px;
    color: #414040;
}
ul.smallItemGalleryList li .image {
    overflow: hidden;
    background-color: #f0f0f0;
    height: 230px;
}
ul.smallItemGalleryList li .image .noImagesInformation {
    position: relative;
    height: 100%;
}
ul.smallItemGalleryList li .image .noImagesInformation i {
    top: 50%;
    left: 50%;
    position: relative;
    transform: translateX(-50%) translateY(-50%);
    font-size: 40px;
    color: #3b84c1;
    background-color: #fff;
    padding: 15px 20px;
}
ul.smallItemGalleryList li img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
}
ul.smallItemGalleryList li .price {
    font-weight: bold;
    font-size: 20px;
}
ul.smallItemGalleryList li a.cta {
    float: right;
}
ul.smallItemGalleryList li h3 a {
    text-decoration: none;
}
ul.smallItemGalleryList li h3:hover a {
    text-decoration: underline;
}


/* Object search page */
.pagesList .legend {
    margin-bottom: 25px;
}
.pagesList ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.pagePreview {
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    padding-bottom: 15px;
    display: none;
}
.pagePreview.active {
    display: block;
}
.pagePreview__description {
    display: flex;
    margin-bottom: 15px;
}
.pagePreview__image {
    width: 120px;
    position: relative;
}
.pagePreview__image img {
    width: 100%;
    height: auto;
    display: block;
}
.pagePreview__information {
    width: calc(100% - 120px);
    padding-left: 20px;
}
.pagePreview__information h2 a {
    text-decoration: none;
}


.overviewListImageBoxes {
    display: flex;
    flex-wrap: wrap;
}
.overviewListImageBoxesItem {
    width: calc(50% - 20px);
    padding-right: 20px;
}
@media (max-width: 600px){
    .overviewListImageBoxesItem {
        width: 100%;
    }
}
.overviewListImageBoxesItem__headline {
    border-bottom: 1px solid #cce7ff;
    margin-bottom: 20px;
}
.overviewListImageBoxesItem__headline h2 {
    margin: 0;
    padding: 0;
}
.overviewListImageBoxesItem__content {
    display: flex;
    height: 160px;
}
.overviewListImageBoxesItem__image {
    flex-grow: 1;
    flex-basis: 50%;
    background-size: cover;
}
.overviewListImageBoxesItem__copy {
    flex-grow: 1;
    flex-basis: 50%;
    padding: 10px 20px;
    background-color: #e4f2ff;
    color: #3b84c1;
}
.overviewListImageBoxesItem__copy p:first-of-type {
    margin-top: 0;
    padding-top: 0;
}
.overviewListImageBoxesItem__link {
    padding: 10px 0;
    text-align: right;
}



.prominentSearch form {
    margin: 10px auto;
    display: flex;
    justify-content: center;
}
.prominentSearch label {
    width: 50%;
}
.prominentSearch input[name='object-id'] {
    padding: 10px;
    width: 100%;
}


article.section {
    margin-bottom: 40px;
}

.ctaList {
    padding: 20px 30px;
    display: flex;
    justify-content: center;
}
.ctaList .cta {
    margin: 0 10px 10px 0;
}