/*
 Theme Name:   Yoump
 Description:  Yoump
 Author:       Edi & P
 Author URI:   https://edip.se
 Template:     bootscore-main
 Version:      1.0
 Text Domain:  bootscore
 @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@400;500;700&display=swap');
*/


body {
  font-family: 'Roboto Condensed', sans-serif;
  font-display: swap;
  background-color: #ededf2;
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
body{
  background-position: 0px 0px;
  animation: animatedBackground 10s linear infinite alternate;
}

a {
  color: inherit;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-display: swap;
  margin-bottom: 0px;
}

h1 {
  font-size: 48px;
  font-weight: 700;
}

h2 {
  font-weight: 700;
}
.btn {
  font-weight: 600;
}

.btn-primary {
  background: linear-gradient(to left, var(--bs-pink) 50%, #fff 50%);
  background-color: var(--bs-pink);
  background-size: 230% 100%;
  background-position:right bottom;
  border: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.45s;
  border: 2px solid var(--bs-pink);
}

.btn-primary:active,
.btn-primary:focus {
  background: var(--bs-pink);
  box-shadow: none !important;
}

.btn-primary:hover {
  background-position:left bottom;
  color: var(--bs-pink);
  border-color: var(--bs-pink);
}

.btn-primary:focus {
  color: #fff;
  border-color: var(--bs-pink) !important;
}

.btn-primary:active {
  border-color: var(--bs-pink) !important;
}

.btn-secondary {
  background: #fff;
  border: none;
  color: inherit;
  transition: 0.45s;
  text-transform: uppercase;
}

.btn-secondary:hover {
  background: #fff;
  border: none;
  color: inherit;
}

.btn-secondary:hover,
.btn-secondary:focus {
  transform: scale(1.1);
}

.info-btn {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0,-50%);
}

.icon-div button:active,
.icon-div button:focus {
  background: #fff;
  box-shadow: none !important;
}

.icon {
  padding-left: 5px;
  padding-right: 5px;
}

.icon i {
  font-size: 40px;
}

.icon-big i {
  font-size: 60px;
  margin-top: 10px;
}

@media( max-width: 991px) {
  .icon-big {
    width: 55px;
  }
}

/* DIVIDER */
.divider {
  height: 380px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

@media( max-width: 991px) {
  .divider {
    height: 210px;
  }
}

/* TWO COL CTA */
.two-col-cta {
  color: #fff;
  line-height: 21px;
}

.two-col-cta h2 {
  font-size: 23px;
}

.two-col-cta-row {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 10px;
}

.toggle-text {
  display: block;
	height: 0px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.toggle-text.active {
	height: 100px;
}

/* THREE COL */
.three-col {
  color: #fff;
  line-height: 21px;
}

.three-col h2 {
  font-size: 23px;
  margin-bottom: 5px;
}

.three-col-row {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 10px;
}

.three-col-row p {
  margin-bottom: 0px;
}

.three-col-row .col-2:first-of-type {
  text-align: center;
  margin-left: 10px;
}

.three-col-padding {
  padding-left: 10px;;
}

/* ACTIVITIES */

.large-activities .activity:first-of-type {
  height: 290px;
}

.large-activities .activity:nth-of-type(2),
.large-activities .activity:last-of-type {
  height: 387px;
}

.small-activities .activity {
  height: 220px;
}

@media (max-width: 991px) {
  .large-activities .activity:first-of-type {
    height: 180px;
  }
  
  .large-activities .activity:nth-of-type(2),
  .large-activities .activity:last-of-type {
    height: 180px;
  }
  
  .small-activities .activity {
    height: 180px;
  }

  .small-activities {
    margin-left: -24px;
  }

  .small-activities:first-of-type {
    margin-top: 0px;
  }
}

.activities-container h1 {
  margin-bottom: 50px;
}

.activities-container .headline p {
  font-size: 24px;
  line-height: 31px;
}

.activities-container .headline p:first-of-type {
  margin-top: -50px;
}

.activities-container .back p {
  font-size: 18px;
}

.activity {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.activity a {
  text-decoration: none;
}

.activity:hover {
  cursor: pointer;
}

.activity .back h2 {
  font-size: 21px;
  margin-bottom: 5px;
}

.activity .back {
  padding: 30px;
  font-size: 16px;
}

.activity .front {
  overflow: hidden;
  position: relative;
}

.activity h2:after {
  display: none;
}

.activity-overlay {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.yoump-footer {
  background-color: var(--bs-pink);
  color: #fff;
  padding-bottom: 200px;
  font-size: 16px;
  margin-top: 150px;
}

.yoump-footer a {
  text-decoration: none;
}

.yoump-footer a:hover {
  color: #fff;
}

.yoump-footer .logo {
  width: 211px;
  display: block;
  margin-bottom: 30px;
}

.yoump-footer .social-icons {
  display: block;
  margin-top: 30px;
}

.yoump-footer .social-icon:first-of-type {
  margin-left: -10px;
}

.yoump-footer .social-icon {
  width: 35px;
  display: inline-block;
  margin-right: 10px;
}

.yoump-footer h2 {
  font-size: 18px;
}

.yoump-footer ul {
  list-style: none;
  padding-left: 0;
}

.yoump-footer ul li {
  padding-right: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.nyhetsbrev {
  background: #fff;
  margin-bottom: 100px;
  height: 150px;
  margin-top: -75px;
  color: #000;
}

.nyhetsbrev h3 {
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 5px;
}

.nyhetsbrev-btn {
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 991px) {
  .nyhetsbrev-row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .nyhetsbrev {
    height: auto;
  }
  .nyhetsbrev .d-flex {
    justify-content: start !important;
  }
  .nyhetsbrev .mc4wp-form {
    width: 100%;
    margin-top: 15px;
  }
}

@media (max-width: 500px) {
  .nyhetsbrev {
    margin-top: -108px;
  }
}

.book {
  position: relative;
}

.book-col {
  background: #fff;
  position: absolute;
  top: -53px;
}

@media (max-width: 991px) {
  .book-col {
    background: #fff;
    position: relative;
    margin-left: 10px;
  }
  .book-col .col-lg-5 {
    margin-bottom: 10px;
  }
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
  background-color: var(--bs-orange) !important;
  background-image: none !important;
  color: #fff !important;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active {
  background-color: var(--bs-pink) !important;
  background-image: none !important;
  color: #fff !important;
}

.book .input-group {
  height: 48px;
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0.3rem !important;
  border-bottom-right-radius: 0.3rem !important;
}

.book .form-control {
  font-size: 20px;
}

.book .form-control::placeholder {
  font-size: 20px;
  color: #000;
}

.book .booknow {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .book .booknow {
    height: 48px;
  }
}

.datepicker-days {
  padding: 10px;
}

.datepicker td, .datepicker th {
  padding: 5px;
  width: 40px !important;
  height: 40px !important;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
  background: var(--bs-pink) !important;
  color: #fff !important;
  cursor: pointer;
}

.slideanim {
  visibility:hidden;
  visibility:visible\9;/*For old IE browsers IE6-8 */
}
.slideanim.slide {                  
  visibility: visible;                  
  animation: slide 1s;
}
.slideanim::after {
  /* useful when its child elements are float:left; */
  content: "";
  display: table;
  clear: both;
}
@keyframes slide {
  0% {
      opacity: 0;
      transform: translateY(50%);
  } 
  100% {
      opacity: 1;
      transform: translateY(0);
  } 
}

.info-block {
  padding-right: 11vw;
}



.columns {
  color: #000;
}

.kalas-puff {
  min-height: 300px;
  background-position: center center;
  box-shadow: inset 0 0 0 10000px rgba(0,0,0,0.3);
}

.kalas-puff h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}

.opening {
  background-color: #fff;
}

.opening .avvikande  {
  background-color: #ededf2;
  display: block;
	height: 0px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  padding-left: 15px;
  padding-right: 15px;
}

.opening .avvikande.active {
  display: block;
  min-height: 100px;
  height: auto;
  padding: 15px;
  padding-bottom: 0px;
}

.opening .avvikande ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0px;
  font-size: 21px;
  font-weight: 200;
}

.opening .show-extra:hover {
  cursor: pointer;
}

.opening img {
  width: 30px;
  margin-top: -8px;
}

.opening h3 {
  display: inline-block;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 15px;
}

.opening ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0px;
  font-size: 18px;
  font-weight: 200;
}

.opening ul li {
  margin-top: 10px;
  border-bottom: 1px solid var(--bs-pink);
  padding-bottom: 3px;
}

.opening ul li:last-of-type {
  border-bottom: none;
}

.opening ul li span {
  font-weight: 400;
}

.prices {
  background-color: #fff;
}

.prices img {
  width: 30px;
  margin-top: -8px;
}

.prices h3 {
  display: inline-block;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 15px;
}

.prices ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0px;
  font-size: 18px;
  font-weight: 200;
}

.prices ul li {
  margin-top: 10px;
  padding-bottom: 3px;
}


.prices ul li span {
  font-weight: 400;
}

.prices-terms {
  margin-top: 5px;
  text-align: right;
  display: block;
  font-size: 14px;
  float: right;
  max-width: 75%;
}

.headers {
  margin-top: 30px;
  margin-bottom: 30px;
}

.headers ul {
  list-style: none;
  padding-left: 0;
}

.headers ul li {
  display: inline-block;
  font-size: 21px;
  margin-right: 20px;
  position: relative;
}

.headers ul li:hover {
  cursor: pointer;
}

.headers ul li span:hover:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--bs-orange);
  bottom: 2px;
  left: 0px;
}

.headers ul .active {
  font-weight: 700;
}

.headers ul li span {
  display: inline-block;
  position: relative;
}

.headers ul li span.active::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--bs-orange);
  bottom: 2px;
  left: 0px;
}

.content {
  display: none;
  font-size: 18px;
}

.content.show {
  display: block;
}

.info {
  width: 25px !important;
  height: auto;
  margin-top: -2px !important;
}

.info:hover {
  cursor: pointer;
}

.info-message  {
  background-color: #ededf2;
  display: block;
	height: 0px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}

.info-message.active {
  display: block;
  min-height: 55px;
  height: auto;
  padding: 15px;
  padding-bottom: 15px;
}

.kalas {
  background-color: #fff;
  font-size: 21px;
}

.kalas h2 {
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
}

@media(max-width: 1200px) {
  .kalas h2 {
    font-size: 40px;
  }
}

@media(max-width: 370px) {
  .kalas h2 {
    font-size: 32px;
  }
}

.kalas .innehall {
  font-size: 18px;
}

.kalas ul {
  margin-top: 10px;
}

.kalas .btn {
  margin-right: 10px;
}

.kalas-img {
  min-height: 400px;
  background-size: cover;
  background-position: center center;
  box-shadow: inset 0 0 0 10000px rgba(0,0,0,0.3);
}

@media(max-width: 500px) {
  .kalas-img {
    min-height: 200px;
  }
}

.single-carousel .carousel-container {
  margin-top: -43px !important;
}

.form-control:disabled, .form-control[readonly] {
  background-color: inherit;
}

.show-kalas {
  height: 0px;
  overflow: hidden;
}

.show-kalas.active {
	height: 180px;
  padding-left: 25px;
}

.park-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: rgba(0,0,0,0.8);
}

.park-popup .close {
  position: absolute;
  font-size: 30px;
  top: 10px;
  right: 15px;
  z-index: 12;
  transition: all 1s;
  cursor: pointer;
}

.park-popup img {
  width: 100px;
  margin-top: 10px;
}

.park-popup .card {
  width: 350px;
  background-color: #fff;
  border: none;
  border-radius: 13px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  z-index: 1
}

.park-popup .content {
  z-index: 11;
  transition: all 1.5s;
  display: block;
  text-align: center;
}

@media (max-width: 500px) {
  .park-popup .card {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    z-index: 1
  }
  .park-popup .container {
    padding: 0px;
  }
  .park-popup .close {
    position: absolute;
    font-size: 30px;
    top: 20px;
    right: 25px;
    z-index: 12;
    transition: all 1s;
    cursor: pointer;
  }
  .park-popup img {
    width: 50px;
    margin-top: -30px;
  }
}

.kalas-read-more {
  display: none;
}

.open {
  cursor: pointer;
}

@media (max-width: 991px) {
  .info-block {
    padding-right: 0vw;
  }
  .info-btn {
    position: relative;
    right: 0px;
    top: 0%;
    transform: translate(0,0);
    width: 100%;
    margin-left: 10px;
    margin-top: 15px;
    display: block;
    text-align: center;
  }
  .info-btn .btn {
    width: 90%;
  }
  .headers ul li {
    display: block;
    margin-top: 5px;
    margin-right: 0px;
  }
  .mobile-book {
    height: 1px;
  }
  .header-container h1 {
    margin-bottom: 120px;
  }
}

.zoom-bg {
  transition: 0.45s;
  background-size: cover;
  background-position: center center;
}

.front:hover .zoom-bg {
  transform: scale(1.2);
}

.attgora .front {
  min-height: 150px;
}

.single-post .text-container{
  margin-top: 160px !important;
}

.single-post .book{
  margin-left: -6px !important;
}

h1 {
  position: relative;
  display: inline-block;
}

h1 span {
  border-bottom: 3px solid;
  padding-bottom: 3px;
}

::selection {
  background: var(--bs-pink) !important;
}
::-moz-selection {
  background: var(--bs-pink) !important;
}

/*
h1::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #000;
  bottom: 5px;
  left: 0px;
  z-index: -1;
}*/

.carousel-container .splide {
  padding-bottom: 20px;
}

.carousel-container .headline p {
  font-size: 21px;
  line-height: 28px;
}

.carousel-container .splide .splide__arrows {
  text-align: center;
  margin: 0px 0px 0px 0px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.carousel-container .splide .splide__arrows button {
  display: inline-block;
  background: var(--bs-pink);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  text-align: center;
}

.carousel-container .splide .splide__arrows button svg {
  fill: #fff;
  display: inline-block;
  width: 20px;
  height: auto;
  margin-top: -2px;
}

.carousel-container .splide .splide__arrows button:first-of-type {
  margin-right: 10px;
}

.carousel-container .splide .splide__arrows button:first-of-type svg {
  transform: rotate(180deg);
}

.carousel-container .splide .splide__slide {
  background: #fff;
  padding: 11px 10px 50px 10px;
}

.carousel-container .splide .splide__track {
  padding-bottom: 35px;
}

.shadow-yoump {
  box-shadow: 0 0.35rem 0.35rem rgb(0 0 0 / 12%) !important;

}

.zoom-in {overflow:hidden;margin-bottom: 5px;}
.zoom-in .z-img {width: 100%;margin-left: 0px;position: relative;transition-property: all;transition-duration: 0.8s; transition-timing-function: ease-in-out;transition-delay: 0s;}
.carousel-container .splide .splide__slide:hover .z-img {transform: scale(1.2) rotate(2deg);}


.carousel-container .splide .splide__slide img {
  margin-bottom: 0px;
}

.carousel-container .splide .splide__slide h3 {
  font-weight: 400;
  color: #000;
  font-size: 21px;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.carousel-container .splide .splide__slide .address {
  font-size: 16px;
  color: #c7c7c7;
}

.carousel-container .splide .splide__slide img.clock {
  height: 1em;
  margin-bottom: 4px;
  margin-top: 15px;
}

.carousel-container .splide .splide__slide .opening-hours {
  text-align: right;
}

.carousel-container .splide .splide__slide .opening-hours a:hover {
  color: #000;
}

.carousel-container .splide .splide__slide .opening-hours p {
  font-size: 15px;
  line-height: 24px;
  margin-top: 3px;
}

.carousel-container .splide .splide__slide .align-bottom {
  position: absolute;
  bottom: 13px;
  left: 0px;
}

.carousel-container .splide .splide__slide .read-more-park {
  text-decoration: none;
  margin-bottom: 0px;
  color: #000;
}

.carousel-container .splide .splide__slide .read-more:hover {
  color: inherit;
}

.carousel-container a {
  text-decoration: none;
}

.carousel-container .splide .splide__slide .read-more p {
  margin-bottom: 0px;
}

.carousel-container .splide .splide__slide .opening-hours button {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
}

.carousel-container,
.splide {
  margin-top: 20px;
}

.carousel-container.news .splide .splide__slide {
  overflow: hidden;
}

.carousel-container.news .splide .splide__slide .excerpt {
  font-size: 16px;
  line-height: 21px;
  color: #c7c7c7;
}

.carousel-container.news .splide .splide__slide .read-more {
  position: absolute;
  bottom: 10px;
  left: auto;
  right: 15px;
}

.carousel-container.news .splide .splide__slide {
  background: #fff;
  padding: 0px 0px 30px 0px;
}

@media (min-width: 500px) {
  .carousel-container.news .splide .splide__slide .mHeight {
    position: relative;
    min-height: 160px;
  }
  .carousel-container.news .splide .splide__slide .mHeight .img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .carousel-container.news .splide .splide__slide .mHeight .img-wrapper img {
    width: auto;
    max-width: none;
    height: 140%;
    margin-top: -10%;
  }
  .carousel-container.news .splide .splide__slide .mHeight.post .img-wrapper img {
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0px;
  }
}

.header-container {
  color: #fff;
  padding-top: 300px;
  position: relative;
}

@media(max-width: 600px) {
  .header-container {
    padding-top: 120px;
  }
}

.header-container.video {
  padding-top: 0px;
}

.header-container h1 {
  font-size: 37px;
  line-height: 47px;
  margin-top: 60px;
  margin-bottom: 90px;
}

.header-container h1::after {
  display: none;
}

.header-container .video-background-holder {
  position: relative;
  background-color: black;
  height: calc(60vh);
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.header-container .video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.header-container .video-background-content {
  position: relative;
  z-index: 2;
}

.header-container .video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.header-container .video-background-content h1 {
  margin-bottom: 0px;
  margin-top: 200px;
}

.navbar {
  background: var(--bs-pink);
  height: 80px;
}

.navbar .container {
  position: relative;
}

.navbar .container .navbar-nav {
  display: block;
  float: none;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar .navbar-nav li {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}

.navbar .navbar-nav li a {
  color: inherit;
}

.navbar .navbar-nav li.list-inline-item:not(:last-child) {
  margin-right: 1.25rem;
}

.navbar .logo {
  width: 130px;
  height: auto;
  float: left;
  position: absolute;
  top: 5px;
  left: 0px;
}

.fixed-top {
  z-index: 9999 !important;
}

.hamburger .line {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger .line:not(last-of-type) {
  margin: 8px auto;
}

.hamburger:hover {
  cursor: pointer;
}

.hamburger{
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: 3px;
  top: 10px;
}

.hamburger.is-active{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 8px;
}

.hamburger:before{
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger.is-active:before{
  border: 2px solid #fff;
}

.hamburger.is-active .line{
  width: 20px;
}

.hamburger.is-active .line:nth-child(2){
  opacity: 0;
}

.hamburger.is-active .line:nth-child(1){
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

.hamburger.is-active .line:nth-child(3){
  -webkit-transform: translateY(-11px) rotate(90deg);
  -ms-transform: translateY(-11px) rotate(90deg);
  -o-transform: translateY(-11px) rotate(90deg);
  transform: translateY(-11px) rotate(90deg);
}

.mobile-menu {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9900;
  background: var(--bs-pink);
  padding: 70px 20px;
}

.mobile-menu ul {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.mobile-menu ul li a {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.mobile-menu .social-icon {
  width: 45px;
  display: inline-block;
  margin: 10px;
}

.mobile-menu .list-inline-item:not(:last-child) {
  margin-right: 0px;
}

.mobile-menu .list-inline-item:last-of-type {
  text-align: center;
  padding-top: 20px;
}

.mobile-menu .list-inline-item:last-of-type a {
  text-decoration: none;
  display: inline-block;
}

.nyhetsbrev .mc4wp-form {
  width: 85%;
}

.nyhetsbrev p {
  margin-bottom: 0px;
}

.nyhetsbrev .nyhetsbrev-btn {
  margin-left: -4px !important;
}

.title-container h1,
.title-container h2,
.title-container h3,
.title-container h4 {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 48px;
}

.title-container h1 span,
.title-container h2 span,
.title-container h3 span,
.title-container h4 span {
  border-bottom: 3px solid;
  padding-bottom: 3px;
}

/*
.title-container h1,
.title-container h2,
.title-container h3,
.title-container h4 {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 48px;
}

.title-container h1::after,
.title-container h2::after,
.title-container h3::after,
.title-container h4::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #000;
  left: 0px;
  z-index: -1;
}

.title-container h1::after {
  bottom: 5px;
}

.title-container h2::after,
.title-container h3::after,
.title-container h4::after {
  bottom: 0px;
}*/

.text-container h1,
.text-container h2,
.text-container h3,
.text-container h4,
.text-container h5,
.text-container h6 {
  margin-bottom: 20px;
  font-weight: 700;
}

.text-container h1:not(first-of-type),
.text-container h2:not(first-of-type),
.text-container h3:not(first-of-type),
.text-container h4:not(first-of-type),
.text-container h5:not(first-of-type),
.text-container h6:not(first-of-type) {
  margin-top: 40px;

}

.text-container p,
.text-container ul li {
  font-size: 21px;
  line-height: 32px;
}

.text-container a,
.text-container a:hover {
  color: var(--bs-pink);
}

.row.book {
  z-index: 10;
}

.park-map {
  width: 100%;
  height: 400px;
  border: none;
  margin: 0px;
}

.park-map img {
 max-width: inherit !important;
}

.scrollFix {
  overflow: hidden;
  white-space: nowrap;
}

.scrollFix .active {
  color: var(--bs-pink);
  font-weight: 500;
}

.scrollFix button {
  position: absolute;
  top: 25px;
  right: 25px;
}

.scrollFix button:focus {
  background: var(--bs-pink);
  border-color: none;
  box-shadow: none;
}

.faq-container .accordion-button {
  font-size: 21px;
}

.faq-container .accordion-item {
  border-radius: 0.3rem;
  border-color: var(--bs-pink);
  overflow: hidden;
}

.faq-container .accordion-item:not(last-of-type) {
  margin-bottom: 10px;
}


.faq-container .accordion-body a:hover {
  color: rgba(0,0,0,0.9);
}

.acc-items .show-more {
  font-size: 24px;
  color: #fff;
  text-align: center;
  width: 100%;
}

.acc-items .show-more .inner {
  background: var(--bs-pink);
  height: 74px;
  padding-top: 18px;
}

.acc-items .show-more span {
  cursor: pointer;
  display:inline-block;
  transition: 0.5s;
}

.acc-items .show-more span:hover {
  transform: scale(1.1);
}

.activity h2 {
  z-index: 1;
}

.cookie-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: rgba(0,0,0,0.8);
  overflow: hidden;
}

.cookie-container .card {
  width: 350px;
  min-width: 0;
}

.cookie-container .cookies img {
  width: 75px;
  height: auto;
  margin-bottom: 10px;
}

.cookie-container .cookies a {
  text-decoration: none;
  color: #000;
  margin-top: 8px
}

.cookie-container .cookies a:hover {
  text-decoration: none;
  color: var(--bs-pink);
  margin-top: 8px
}

body.noscroll {
  overflow: hidden;
}

.toggle-container .toggle-item {
  height: 70px;
  cursor: pointer;
}

.toggle-container .toggle-item h4 {
  font-size: 31px;
  line-height: 41px;
  font-weight: 700;
}

.toggle-container .toggle-item .open,
.toggle-container .toggle-item .close {
  width: 34px;
  height: 34px;
}

.toggle-container .toggle-item .close {
  display: none;
}

.toggle-content .choose-steps .steps-item {
  height: 50px;
  background: #fff;
  font-size: 21px;
  font-weight: 700;
  cursor: pointer;
}

.toggle-content .choose-steps .steps-item.--bs-pink:hover,
.toggle-content .choose-steps .steps-item.--bs-pink.active {
  background: var(--bs-pink);
  color: #fff;
}

.toggle-content .choose-steps .steps-item.--bs-purple:hover,
.toggle-content .choose-steps .steps-item.--bs-purple.active {
  background: var(--bs-purple);
  color: #fff;
}

.toggle-content .choose-steps .steps-item.--bs-orange:hover,
.toggle-content .choose-steps .steps-item.--bs-orange.active {
  background: var(--bs-orange);
  color: #fff;
}

.toggle-content .choose-steps .steps-item.--bs-yellow:hover,
.toggle-content .choose-steps .steps-item.--bs-yellow.active {
  background: var(--bs-yellow);
  color: #fff;
}

.toggle-content .choose-steps .steps-item.--bs-green:hover,
.toggle-content .choose-steps .steps-item.--bs-green.active {
  background: var(--bs-green);
  color: #fff;
}

.toggle-content .choose-steps .steps-item.--bs-cyan:hover,
.toggle-content .choose-steps .steps-item.--bs-cyan.active {
  background: var(--bs-cyan);
  color: #fff;
}

.toggle-content h4 {
  font-weight: 700;
}

.toggle-content .puffar h5 {
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 5px;
}

.toggle-content .puffar p {
  margin-bottom: 0px;
}

.toggle-content .btn {
  margin-top: 20px;
  margin-right: 10px;
}

.toggle-content .price {
  font-size: 25px;
  font-weight: 700;
}

.toggle-content.closed {
  display: none;
}
.step-content-wrapper.closed {
  display: none;
}

.nav-link:hover, .nav-link:focus {
  color: #fff !important;
}

.newsletter-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: rgba(0,0,0,0.8);
}

.newsletter-popup .close {
  position: absolute;
  font-size: 30px;
  top: 10px;
  right: 15px;
  z-index: 12;
  transition: all 1s;
  cursor: pointer;
}

.newsletter-popup .mail {
  width: 100px;
  margin-top: 10px;
}

.newsletter-popup .card .mail.hover {
  display: none;
}


.newsletter-popup .card {
  width: 350px;
  height: 400px;
  background-color: #fff;
  border: none;
  border-radius: 13px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  z-index: 1
}

.newsletter-popup .card::after {
  position: absolute;
  content: "";
  height: 140px;
  width: 140px;
  background-color: #d6007e;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  border-radius: 50%;
  transition: all 2s;
  z-index: 1;
}

.newsletter-popup .card:hover::after {
  height: 500px;
  width: 500px;
  border-radius: 10px;
  top: -30px;
}

.newsletter-popup .card:hover .mail {
  display: none;
}

.newsletter-popup .card:hover .mail.hover {
  display: block;
}

.newsletter-popup .card:hover .content {
  color: #fff !important
}

.newsletter-popup .card:hover .close {
  color: #fff;
}

.newsletter-popup .content {
  z-index: 11;
  transition: all 1.5s;
  display: block;
}

.newsletter-popup .content input {
  height: 45px;
  border: 2px solid #eee;
  transition: all 0.5s;
  width: 100%;
  margin-bottom: 10px;
}

.newsletter-popup .content input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.newsletter-popup .content button {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  width: 100%;
}

.newsletter-popup .mc4wp-response {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

.attractions-container h1 {
  margin-bottom: 50px;
}

.attractions-container .accordion .accordion-button {
  font-size: 30px;
}

.top-button .btn-primary {
  width: 46px;
  height: 46px;
  border-radius: 23px;
  text-align: center;
  padding-top: 9px;
  padding-left: 14px;
}

a.show-more-text {
  cursor: pointer;
}

.read-more-content.hide {
  display: none;
}

.top-button .btn-primary:hover {
  color: #fff;
}

.random-popup {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  background: rgba(0,0,0,0.8);
}

.random-popup .container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 700px;
  max-height: 90vh;
  background: #fff;
  padding: 40px;
  overflow-y: scroll;
}

.random-popup .container img {
  width: 100%;
  height: auto;
}

.random-popup h1,
.random-popup h2,
.random-popup h3,
.random-popup, h4,
.random-popup h5,
.random-popup h6 {
  margin-bottom: 10px;
}

.random-popup .close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 20px;
  cursor: pointer;
}

@media(max-width: 991px) {
  #nav-main {
    padding: 15px;
    z-index: 9999;
  }
  .navbar .z-mobile {
    z-index: 9900;
  }
  .navbar .container {
    padding: 0px;
  }
  .navbar .logo {
    width: 100px;
    height: auto;
    top: -17px;
  }
  .book {
    position: absolute !important;
    left: 0px;
    bottom: -160px;
  }
  
  .mobile-menu ul li a {
    font-size: 16px;
  }

  .nav-link {
    padding: 6px 10px;
  }

  .header-container .video-background-content h1 {
    margin-top: 110px;
    font-size: 30px;
    line-height: 40px;
  }

  .header-container .video-background-holder {
    height: 330px;
    min-height: 330px;
  }

  .home .header-container .video-background-holder h1 {
    display: none;
  }

  .header-container.video {
    margin-bottom: 160px;
  }

  .ios .carousel-container .splide .splide__arrows button svg {
    margin-left: -8px;
  }

  .accordion .accordion-body img {
    margin-bottom: 15px;
  }

  .hamburger {
    top: -20px;
  }
} 

@media(max-width:450px) {
  h1 {
    font-size: 40px !important;
    line-height: 58px;
  }

  .title-container h1, 
  .title-container h2, 
  .title-container h3, 
  .title-container h4 {
    font-size: 40px;
    line-height: 58px;
  }
}

.form-div {
  width: 50%;
}

@media(max-width:600px) {
  .form-div {
    width: 100%;
  }
}