@font-face {
  font-family: "Brezel";
  src: url("../fonts/BrezelGroteskWEB-Regular.woff2") format("woff2");
  font-weight: regular;
  font-display: swap; 
}
@font-face {
  font-family: "Brezel";
  src: url("../fonts/BrezelGroteskWEB-Bold.woff2") format("woff2");
  font-weight: bold;
  font-display: swap;    
}

body {
  background-color: #fff;
  padding-top: 4em;
  font-family: "Brezel", sans-serif !important;
  font-weight: regular !important;
  color: #000 !important;
}

b, strong {
    font-weight: bold;
}

h1, h2, h3, h4, h5 {
  font-weight: bold !important;
}

h5, .like-h5 {
    font-size: 16px !important;
    padding-bottom: 8px;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    font-weight: bold !important;
}

h1 {
  font-size: 80px !important;
  letter-spacing: 90% !important;
  line-height: 1em;
  padding-bottom: 0.5em;
}


#home h1 a {
   border-bottom: 3px solid black;
    display: inline-block;
}


@media only screen and (max-width: 600px) {
  h1 {
    font-size: 40px !important;
  }
}

#phase h1 {
    padding: 0 16px; 
    margin-top: 0px;
    text-align: center;
    color: #fff;
    font-size: 24vh !important;
    line-height: 0.9em;
    width: 100%; 
    text-shadow: 2px 2px #000;
}

@media (orientation: portrait) {
  #phase h1 {
    font-size: 21vw !important;
  }
}

table {
    font-size: 21px;
}

table tr {
    border-bottom: 1px solid #000;
    transition: background 0.2s, color 0.2s;
}

table tr:hover {
    background: black;
    color: white;
}

table tr:hover td a {
    color: white !important;
}

table tr td a {
    display: block;
}


table tr td a:hover {
    transform: rotate(0deg);
}

table tr.table-head:hover, table tr.table-total:hover {
    background: white;
    color: black;
}

table .table-head {
    border-bottom: 2px solid #000;
}

table .table-total {
    border-bottom: 0px solid #000;
    border-top: 2px solid #000;
}

table .table-day {
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    table { 
        font-size: 16px;
    }
}

a {
  color: #000 !important;
  text-decoration: none !important;
  border-bottom: 2px solid transparent;
  transition: transform 0.3s, border-bottom 0.2s;
}

a:hover, a.active {
  color: #000 !important;
  border-bottom: 2px solid #000;
  transform: rotate(3deg);
}

a.active {
  transform: rotate(-3deg);
}

a.no-underline {
   border-bottom: 0px solid #000 !important;
}

.seperator {
  width: 50%;
  height: 11em;
  margin: auto;
  position: relative;
}

@media only screen and (max-width: 576px) {
    .seperator {
        height: 4em;
    }
}

@media only screen and (max-width: 576px) {
    .hide-small .seperator {
        display: none !important;
    }
}


.seperator .deg {
  border-bottom: 2px solid #000 !important;
  top: 50%;
  width: 74%;
  left: 15%;
  transform: rotate(4deg);
  position: absolute;
}

.seperator .deg.deg-2l {
  width: 74%;
  transform: rotate(-4deg);
}

.mood {
  position: relative;
  height: 160px;
}

.mood .mood-status {
  position: absolute;
  background: #000;
  color: #fff;
  bottom: 160px;
  left: 140px;
  width: 200px;
  opacity: 0;
  padding: 12px 15px;
  border-radius: 25px;
  transition: opacity 0.3s;
}

.mood:hover .mood-status {
  opacity: 1;
}

.postcard {
    background-size: cover; 
    width: calc(100vw * 140.0 / 210.0); 
    height: calc(100vw * 100.0 / 210.0); 
    background-position: center; 
    display: block; 
    margin: 0 auto 21px;
    position: relative;
}

.postcard.small {
    background-size: cover; 
    width: 100%; 
    height: 100%; 
    background-position: center; 
    display: block; 
    margin: 0 auto;
    position: relative;
}

.postcard h3 span {
    font-size: 9vw !important;
}

.flip-card-inner a  {
    transform: none !important;
    width: 680px;
    height: 487px;
    display: block;
    
}

@media (orientation: portrait) {
    .postcard {
        width: calc(100vw * 140.0 / 158.0); 
        height: calc(100vw * 100.0 / 158.0);        
    }
    
    
    .postcard h3 span {
        font-size: 12vw !important;
        line-height: 1em;
    }
}

a.context {
    background: black;
    color: #fff !important;
    padding: 4px 20px 0px;
    font-weight: bold;
    font-size: 24px;
    position: fixed;
    bottom: -1px;
    width: auto;
    z-index: 1000;
}

a.context.next-week:hover, a.context.previous-week:hover {
    color: #fff !important;
}


.context.previous-week {
    left: 0px;
}

.context.next-week {
    right: 0px;
}

.context.this {
    bottom: 0%; left: 50%; 
    transform: translate(-50%, 0%);
    background: white;
    color: black !important;
}

.current-page {
    position: absolute; 
    width: 100%; 
    bottom: 0; 
    text-align: center;
}

.current-page span {
    background: white; 
    padding: 8px 20px; 
    font-weight: bold; 
    font-size: 24px;
}

@media only screen and (max-width: 600px) {
  .context, .current-page span {
    font-size: 21px !important;
    padding: 4px 16px 0px;
  }

  .current-page span {
    padding: 4px 16px 4px;
  }
}

p, .content p {
  margin-bottom: 1rem !important;
  margin-top: 0rem !important;
  padding: 0 !important;
  margin-block-end: 1em !important;
  margin-block-start: 0em !important;
}


/* Optional: Makes the sample page fill the window. */
html,
body {
  height: 100%;
}

#container {
  height: 100%;
  display: flex;
}


#map {
  flex-basis: 0;
  flex-grow: 4;
  height: 100%;
}


.meta.chapeau div.value {
  float: left;
  padding-left: 32px;
  margin-right: 28px;
  font-weight: regular;
  background-image: url("/date.png");
  background-size: 24px;
  background-repeat:  no-repeat;
  background-position: 1px;
  padding-top: 1px;
}

.meta.chapeau.meta-large div.value {
    font-size: 28px;
    
    background-size: 32px;
    padding-left: 44px;
    margin-right: 32px;
    line-height: 1.1em;
    padding-top: 4px;
}

.meta.chapeau div.ascend {
  background-image: url("/ascend.png");
}

.meta.chapeau div.speed {
  background-image: url("/average.png");
}

.meta.chapeau div.distance {
  background-image: url("/distance.png");
}

.meta.chapeau div.camping {
  background-image: url("/camping-icon.png") !important;
}

.meta.chapeau div.hotel {
  background-image: url("/hotel.png") !important;
}

.meta.chapeau div.heart {
  background-image: url("/heart.png") !important;
}


.meta.chapeau div.total {
  background-image: url("/total.png");
  margin-right: 0 !important;
}

.meta.chapeau div.last {
    margin-right: 0 !important;
}

@media only screen and (max-width: 767px) {
    .from, .to {
        display: none;
    }
    
    .meta.chapeau div.value {
        font-size: 16px;
        background-size: 18px;
        padding-left: 24px;
        margin-right: 16px;
        line-height: 19px;
        font-weight: 100;
        padding-top: 0;
    }
    
    .meta.chapeau div.value.date {
        float: none;
        margin-bottom: 4px;
    }
    
    .meta.chapeau.meta-large div.value {
    font-size: 18px !important;
    background-size: 21px !important;
    padding-left: 26px !important;
    margin-right: 24px !important;
    line-height: 1.1em;
    }
    
    .meta.chapeau.meta-large div.value.last {
        margin-right: 0 !important;
    }

}

.intro {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2em;
}

@media only screen and (max-width: 600px) {
    .intro {
  font-size: 21px !important;
  font-weight: bold;
  line-height: 1.2em;
}
}

.content {
  font-size: 21px;
  font-weight: regular;
  line-height: 1.3em;
}

@media only screen and (max-width: 768px) {
.content {
  font-size: 18px;
}

}
.content a, .intro a, .header a, .caption a, .dateline a {
  border-bottom: 2px solid #000 !important;
    display: inline-block;
}

.content a:hover, .intro a:hover, .header a:hover, .caption a:hover, .dateline a:hover {
  border-bottom: 2px solid #000 !important;
  transform: rotate(4deg);
}

a.map-image, a.map-image:hover {
  border-bottom: 0px !important;
}

.meta {
  padding-top: 3px;
  font-size: 21px;
  font-weight: regular;
  line-height: 1.3em;
}

.caption {
  font-size: 18px;
  font-weight: regular !important;
  line-height: 1.3em;
  padding-top: 0.5em;
}

.navbar {
  font-size: 21px !important;
}

.navbar-collapse {
    transition: transform 0s;
}
.navbar-collapse.collapse.show {
    background: #fff !important;
    height: 100vh;
}


.navbar-collapse.collapse .test {
    display: none;
}

@media only screen and (max-width: 991px) {
    .navbar-nav {
        display: none;
    }
    
    .navbar-collapse.collapse.show .test {
        display: block;
        padding-top: 30px;
        font-size: 18px !important;
    }
}

.navbar.scrolled {
  background-color: #fff;
}

.navbar-toggler {
    border-color: transparent !important;
}

.navbar-brand {
  font-weight: bold;
}

.blog-post-item, .mainlinks {
  width: 100%;
  display: block;
  transform: rotate(0deg);
  transition: transform 0.3s;
  border-bottom: 0 !important;
}

.blog-post-item:hover, .mainlinks:hover {
  background: #fff !important;
  border-bottom: 0;
  color: #000 !important;
  display: block;
  transform: rotate(1deg);
}

.country {
    display: block;
    border-bottom: 0 !important;
    text-align: center;
}
.country:hover, .country:active {
    
    transform: rotate(2deg);
    border-bottom: 0 !important;
}

section {
  padding-top: 2em !important;
    background: #fff;
}

section .region {
  padding: 20em 0;
  height: 600px;
  display: block;
  margin: 30px;
  background-size: cover;
  background-position: center;
  text-align: center;
}

section.region h2 {
  font-size: 72px;
  text-align: center;

}

.bottom-nav ul li, .bottom-nav ul {
  list-style: none !important;
}

.bottom-nav ul li, .bottom-nav ul {
  margin: 0;
  display: block;
  padding: 0;
}

html, body.full-height {
  height: 100%;
  padding-top: 0;
}

.full-height {
  height: 100%;
  position: relative;
}

.full-height .mood {
  position: absolute;
  margin: -80px 0 0 -80px;
  left: 50%;
  top: 50%;
}

a.postcard-small {
    display: block; 
    position: relative;
    border-bottom: 0 !important;
}

a.postcard-small:hover {
    border-bottom: 0 !important;
}

.poscard-small-title {
    position: absolute; 
    top: 0;
    bottom: 0; 
    width: 100%; 
    text-align: center;
}

.poscard-small-title span {
    font-size: 72px; 
    line-height: 0.9em; 
    padding: 2px 6px; 
    font-weight: bold; 
    color: #fff; 
    text-shadow: 2px 2px #000;
    margin: -10px auto 0;
}

@media only screen and (max-width: 600px) {
    .poscard-small-title span {
        font-size: 48px; 
        line-height: 0.9em; 
        padding: 2px 6px; 
        font-weight: bold; 
        color: #fff; 
        text-shadow: 2px 2px #000;
        margin: -10px auto 0;
    }
}
.poscard-small-week {
    position: absolute; 
    bottom: 0px; 
    width: 100%; 
    text-align: center;
}

.poscard-small-week span {
    background: #000; 
    font-size: 21px; 
    padding: 3px 8px; 
    font-weight: bold; 
    color: #fff;
}

.postcard-home .no-flip {
    display: none;
}

@media only screen and (max-width: 800px) {
    .postcard-home .flip-card {
        display: none !important;
    }
    .postcard-home .no-flip {
        display: block;
    }
}

.day-content .intro {
    font-weight: normal;
    font-size: 21px;
}


.day-content h3 {
    line-height: 1em;
    margin-top: 8px;
}

.image-grid img:hover {
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
.no-padding-small {
    padding-right: 0px !important;
}

    .image-grid .pb-4  {  
    padding-bottom: calc(var(--bs-gutter-x) * .5) !important;
    }
}

img.modal-image {
    height: 100vh; 
    margin: 0 auto; 
}

@media (orientation: portrait) {
    img.modal-image {
    position: absolute;
    width: 100vw; 
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}
}


.modal .carousel-item {
    position: relative;
}

.modal .carousel-item .display-title {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    padding: 3px 6px;
    font-size: 18px;
}

.modal .carousel-inner, .modal .carousel-item {
    height: 100vh;
}

button.btn-close  {
    color: black;
    background: white;
    position: fixed;
    right: 0;
    top: 0px;
    width: auto;
    opacity: 1;
    font-weight: bold;
    border-radius: 0;
    font-size: 24px;    
    height: auto;
    z-index: 10;
    padding: 4px 20px 0px;
    transition: transform 0.3s, border-bottom 0.2s;
}

button.carousel-control-next, button.carousel-control-prev {
    opacity: 1;
    
}

button .carousel-control-next-icon, button .carousel-control-prev-icon {
    height: 40px;
    width: 40px;
    right: 0;
    background-image: url("/next.png");
    background-size: 40px;
    background-position: center;
    background-repeat:  no-repeat;
    transition: transform 0.3s, border-bottom 0.2s;
}

.modal button .carousel-control-next-icon, .modal button .carousel-control-prev-icon {
    position: fixed;
    top: 50%;
    bottom: 50%;    
}

.modal button .carousel-control-next-icon:hover, .modal button .carousel-control-prev-icon:hover {
    transform: rotate(3deg);
}


button .carousel-control-prev-icon {
    background-image: url("/prev.png");
    left: 0;
 }

.modal button.btn-close:hover {
    opacity: 1;
    transform: rotate(3deg);
}

a.place {
    display: block;
    border-bottom: 0;
    line-height: 1.2em;
    margin-bottom: 21px; 
}


a.place:hover {
    border-bottom: 0;
}

.content h5, .content h3.like-h5 {
    border-bottom: 2px solid #000;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.accommodation a, .content .accommodation a {
    display: block;
    padding-left: 64px;
    background-image: url("/accommodation.png");
    background-size: 48px;
    background-position: 0px 22px !important;
    background-repeat:  no-repeat;
    border-bottom: 0 !important;
    line-height: 1.2em;
    margin-bottom: 0px;
    padding: 24px 0 22px 64px;
}


.accommodation.internal span.next, .content .accommodation.internal span.next {
    display: block;
    padding-right: 32px;
    background-image: url("/next-default.png");
    background-size: 32px;
    background-position: right center;
    background-repeat:  no-repeat;
    border-bottom: 0 !important;
    line-height: 1.2em;
}

.accommodation p {
    padding-left: 64px !important;
}

.accommodations .accommodation, .content.accommodations .accommodation {
    border-bottom: 1px solid #000 !important;
}

.accommodation a:hover, .content .accommodation a:hover {
    background-image: url("/accommodation.png") !important;
    background-position: 0px -117px !important;
}

.accommodation.campGround a, .content .accommodation.campGround a {
    background-image: url("/camping.png") !important;
}

.accommodation a:hover, .content .accommodation a:hover {
    transform: none !important;
    background-color: transparent !important;
    background-size: 48px !important;
    background-repeat:  no-repeat !important;
    color: #000 !important;
}


.accommodation.campGround a:hover, .content .accommodation.campGround a:hover {
    background-image: url("/camping.png") !important;
    background-position: 0px -115px !important;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 700px;
  height: 480px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: #fff;
  color: black;
  border: 1px solid #000;
  transform: rotateY(180deg);
}

.image-header {
    position: relative;
    height: 44vw;
}

.image-header h1 {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1000;
    font-size: 12vw !important;
    top: 35%;
    color: #fff;
    text-shadow: 2px 2px #000;
}

.image-header img {
    position: absolute;
    width: 50px;
}

.image-header img.position-1 {
    left: 0;
    width: 32vw;
    transform: rotate(-8deg);
}


.image-header .position-2 {
    left: 33%;
    width: 30vw;
    top: 10px;
    transform: rotate(-1deg);
}


.image-header .position-3 {
    right: 0%;
    width: 36vw;
    transform: rotate(4deg);
}

.image-header .position-4 {
    left: 0;
    bottom: 1vw;
    width: 27vw;
    transform: rotate(1deg);
}


.image-header .position-5 {
    left: 25%;
    bottom: 0;
    width: 30vw;
    transform: rotate(-2deg);
}

.image-header .position-6 {
    left: 55%;
    bottom: 1vw;
    width: 26vw;
    transform: rotate(6deg);
}

.image-header .position-7 {
    right: -10px;
    bottom: 3vw;
    width: 20vw;
    transform: rotate(-4deg);
}

@media only screen and (max-width: 1023px) and (orientation: portrait) {
    .image-header .position-6, .image-header .position-7 {
        display: none;
    }
    
    .image-header {
    height: 53vw;
        margin-bottom: 20px !important;
    
    }
    
    .image-header img.position-1 {
    left: 10%;
    width: 38vw;
    transform: rotate(-8deg);
}


.image-header .position-2 {
    left: 50%;
    width: 36vw;
    top: 10px;
    transform: rotate(2deg);
}


.image-header .position-3 {
    right: 2vw;
    bottom: 2vw;
    width: 30vw;
    transform: rotate(4deg);
}

.image-header .position-4 {
    left: 3vw;
    bottom: 4vw;
    width: 29vw;
    transform: rotate(1deg);
}


.image-header .position-5 {
    left: 30%;
    bottom: 0;
    width: 36vw;
    transform: rotate(-2deg);
}


}

.postitem h3, #blog-post-default h1 {
    font-size: 56px !important; 
    text-align: center !important; 
    line-height: 1.1em !important;
}

.postitem a img {
    transition: 0.2s;
}

.postitem a:hover img {
    transform: rotate(-2deg) !important;    
}


.dateline {
    text-align: center;
    font-size: 21px;
}

.dateline a, .dateline a:hover {
    border-bottom: 0 !important;
}


.small-sep span {
    border-bottom: 2px solid black;
    display: inline-block;
    width: 24px;
    position: relative;
    top: -4px;
    margin: -12px 12px 0 12px;
    transform: rotate(-4deg);
}
    

@media only screen and (max-width: 992px) {
    .postitem h3, #blog-post-default h1 {
        font-size: 40px !important; 
}
}

@media only screen and (max-width: 992px) {
    .postitem h3, #blog-post-default h1 {
        font-size: 32px !important; 
}
    .postitem img {
        width: 30% !important;
}
}

#country .flag {
    width: 150px;
}

@media only screen and (max-width: 992px) {
    #country .flag {
        width: 100px;
    }

}

a.route-card {
    
    display: inline-block;
    border-bottom-color: transparent !important;
}


a.route-card .text {
    line-height: 1.2em !important;
    display: inline-block;
}

.inner-columns {
     column-count: 4;
}

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

    .inner-columns {
     column-count: 3;
}
}

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

    .inner-columns {
     column-count: 2;
}
}

.image-grid.three-images .caption {
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
    .image-grid.three-images .caption {
        display: none;
    }
}

#tour h1 {
    padding-bottom: 21px !important; 
    margin-bottom: 0;
    text-align: center; 
    font-size: 12vw !important;
}

#phases.carousel {
    height: 510px; 
    width: 660px;
    margin: 0 auto;
}

#phases .carousel-inner {
    overflow: hidden; 
    padding: 30px !important;
}

#phases .carousel-item {
    overflow: visible;
}

#phases .carousel-item img {
    width: 600px;
    height: 450px;
}

#phases .carousel-control-prev {
    left: -100px;
}

#phases .carousel-control-next {
    right: -100px
}

.css-col {
    column-count: 2; 
    column-gap: 40px;
}

@media only screen and (max-width: 768px) {
    #phases.carousel {
        height: 510px; 
        width: 660px;
    }
    #phases .carousel-control-prev {
        left: -27px;
        width: 40px;
    }

    #phases .carousel-control-next {
        right: -27px;
        width: 40px;
    }

}

@media only screen and (max-width: 576px) {
    .css-col {
        column-count: 1; 
        column-gap: 0px;
    }
    #phases .carousel-inner {
    overflow: hidden; 
    padding: 0px !important;
}
    #phases.carousel {
        
        width: 100%;
        height: auto; 
    }
    
    #phases .carousel-item img {
    width: 100%;
    height: auto;
}
    
    #phases .carousel-control-prev {
        left: -24px;
    }

    #phases .carousel-control-next {
        right: -24px;
        
    }

    .meta.chapeau.meta-large div.value {
        font-size: 18px !important;
        background-size: 21px !important;
        padding-left: 26px !important;
        margin-right: 12px !important;
        line-height: 1.1em;
        padding-top: 1px;
    }
    
    .meta.chapeau.meta-large div.value.last {
        margin-right: 0 !important;
    }

    #tour h1 {
    padding-bottom: 14px !important; 
    font-size: 16vw !important;
}    
    .d-flex.break {
        display: block !important;
    }
    .meta.chapeau.meta-large div.value {
        display: block;
        float: none !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

 }