/*
    font-family: 'Rubik', sans-serif;
    font-family: BebasNeue;
*/
.carousel-item {
  max-height: 600px;
}
body {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  color: #545454;
  background: whitesmoke;
}
.bebas,
.eventPage .badge,
.eventPage .eventinfo .eventbtn {
  font-family: BebasNeue;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}
a {
  text-decoration: none;
  color: #60beb0;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}
a:hover {
  text-decoration: none;
  color: #80cbc0;
}
a.whitelink {
  color: white;
}
a.blacklink {
  color: #545454;
}
img {
  max-width: 100%;
  height: auto;
}
b,
strong {
  font-weight: 500;
}
hr.small {
  margin-top: 8px;
  margin-bottom: 8px;
}
.h1,
h1 {
  font-family: BebasNeue;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 34px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .h1,
  h1 {
    font-size: 30px;
  }
}
.h2,
h2 {
  font-family: BebasNeue;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  margin-bottom: 20px;
}
.h3,
h3 {
  font-family: BebasNeue;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}
.h4,
h4 {
  font-family: BebasNeue;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}
.z-index-5 {
  z-index: 5;
}
.nopadding {
  padding: :0;
}
.headerWrapper {
  box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.19);
  background: white;
}
.headerWrapper .container {
  position: relative;
  z-index: 1020;
}
.headerWrapper.shrink #logo-container img {
  width: 170px;
}
.greenColor {
  color: #60beb0;
}
.siteWrapper {
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin: auto;
  background: white;
  /*border:1px solid red;*/

}
.sideWrapper {
  padding: 50px 0px;
}
@media (max-width: 992px) {
  .sideWrapper {
    padding: 25px 0px;
  }
}
.sideWrapper2 {
  padding: 0px 0px 50px 0px;
}
.container {
  max-width: 1250px;
}
#logo-container {
  padding: 15px;
  display: block;
  padding-right: 80px;
  min-width: 140px;
}
@media (max-width: 992px) {
  #logo-container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 576px) {
  #logo-container {
    min-width: 120px;
  }
}
#logo-container img {
  width: 216px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@media (max-width: 768px) {
  #logo-container img {
    width: 200px;
  }
}
@media (max-width: 576px) {
  #logo-container img {
    width: 100%;
  }
}
.servicemenu {
  margin-right: -15px;
}
.servicemenu a {
  color: #3e3e3e;
  font-size: 12px;
  letter-spacing: 1px;
}
.servicemenu .divider {
  border-right: 1px solid #3e3e3e;
  padding: 0px 5px 0px 0px;
  margin-right: 5px;
  height: 15px;
  display: inline-block;
}
#google_translate_element {
  overflow: hidden;
  height: 0;
  opacity: 1;
}
/*
    Footer
*/

.footer {
  background: #3e3e3e;
  text-align: center;
  font-size: 14px;
  color: white;
  padding: 70px 0px;
}
.footer a {
  color: white;
}
.footer .logos {
  padding-bottom: 50px;
}
.footer .contactInfo {
  padding: 50px 0px;
  font-size: 16px;
}
.footer .footerBtn {
  border: 2px solid white;
  padding: 7px 10px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}
.ekstraFooter {
  color: white;
}
.ekstraFooter .facebookUpdates {
  color: white;
  padding: 30px 40px 30px 90px;
}
@media (max-width: 1200px) {
  .ekstraFooter .facebookUpdates {
    padding: 60px 40px 60px 15px;
  }
}
@media (max-width: 992px) {
  .ekstraFooter .facebookUpdates {
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .ekstraFooter .facebookUpdates {
    padding: 30px 15px 25px 15px;
  }
}
@media (max-width: 576px) {
  .ekstraFooter .facebookUpdates {
    padding: 25px 15px 30px 15px;
  }
}
.ekstraFooter .hashtag {
  background: #60beb0 url(/images/2018/hashtag-bg.jpg) no-repeat center center;
  background-size: cover;
  font-family: BebasNeue;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 32px;
  padding: 40px 40px 50px 40px;
}
@media (max-width: 992px) {
  .ekstraFooter .hashtag {
    font-size: 28px;
  }
}
.ekstraFooter .hashtag .tag {
  font-size: 40px;
}
.ekstraFooter .galleri {
  font-family: BebasNeue;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  background: #d05861;
  min-height: 350px;
  padding: 40px 40px 40px 40px;
  font-size: 40px;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}
@media (max-width: 768px) {
  .ekstraFooter .galleri {
    min-height: auto;
  }
}
.ekstraFooter .galleri:hover {
  background: #db636c;
}
.copyright {
  font-size: 10px;
  text-transform: uppercase;
  color: #cccccc;
  padding: 10px 0px;
}
.copyright a {
  color: #cccccc;
}
.contourPage .contourField {
  margin-bottom: 20px;
}
/* Helpers */

.nopadding {
  padding: 0;
}
.nomargin {
  margin: 0;
}
.greenBg {
  background: #60beb0;
}
.darkBg {
  background: #3e3e3e;
}
.relative {
  position: relative;
}
.whitelinks a {
  color: white;
}
.text-bold {
  font-weight: 500;
}
.capitalize-firstletter {
  display: block;
}
.capitalize-firstletter:first-letter {
  text-transform: uppercase;
}
.homeTextWrapper {
  padding: 60px 0px;
}
.homeFocus {
  color: white;
  font-size: 16px;
  padding: 70px 0px;
  background-color: #3e3e3e;
}
@media (max-width: 768px) {
  .homeFocus {
    padding: 30px 0px 40px 0px;
  }
}
.homeFocus .container {
  position: relative;
  z-index: 5;
}
.homeFocus .afsnitOverlay {
  background: rgba(62, 62, 62, 0.6);
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.homeFocus h5 {
  font-family: BebasNeue;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 44px;
  color: #60beb0;
  margin: 0;
}
.homeFocus .subtitel {
  font-family: BebasNeue;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 140px;
  line-height: .8;
  color: #d05861;
  margin-left: -130px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .homeFocus .subtitel {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .homeFocus .subtitel {
    font-size: 90px;
  }
}
.grayOverlay {
  background: rgba(62, 62, 62, 0.4);
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.sideHeader {
  color: white;
  background-color: #545454;
}
.sideHeader .titleHolder {
  padding: 60px 90px 50px 0px;
}
@media (max-width: 992px) {
  .sideHeader .titleHolder {
    padding: 30px 0px 25px 0px;
  }
}
@media (max-width: 576px) {
  .sideHeader .titleHolder {
    padding: 20px 0px 15px 0px;
  }
}
@media (max-width: 1200px) {
  .sideHeader .offset-md-1 {
    margin-left: 15px;
  }
}
.sideHeader h1 {
  font-size: 60px;
  line-height: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .sideHeader h1 {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .sideHeader h1 {
    font-size: 40px;
  }
}
.sideHeader h1.font100 {
  font-size: 100px;
  line-height: 100%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .sideHeader h1.font100 {
    font-size: 50px;
  }
}
.sideHeader .h2 {
  font-size: 60px;
}
@media (max-width: 768px) {
  .sideHeader .h2 {
    font-size: 30px;
  }
}
.pageButtons,
.kalenderSort {
  background: #545454;
  color: white;
  padding: 40px 20px;
}
.pageButtons .bebas,
.kalenderSort .bebas {
  font-size: 30px;
  margin-bottom: 10px;
}
.pageButtons .btn,
.kalenderSort .btn {
  background: #60beb0;
  color: white;
  font-size: 20px;
  padding: 3px 10px 8px 10px;
  line-height: 100%;
}
.pageButtons .btn:hover,
.kalenderSort .btn:hover {
  background: #d05861;
}
.pageButtons .sortBtns label,
.kalenderSort .sortBtns label {
  margin-right: 5px;
}
.pageButtons .sortBtns label:before,
.kalenderSort .sortBtns label:before {
  display: none;
}
.pageButtons .sortBtns input[type="radio"]:checked + label,
.kalenderSort .sortBtns input[type="radio"]:checked + label {
  background: #d05861;
}
.kalenderListeSort {
  background: transparent;
  color: #545454;
  padding: 40px 20px 0px 0px;
}
.kalenderListeSort .bebas {
  font-size: 30px;
  margin-bottom: 10px;
}
.kalenderListeSort .btn {
  background: #60beb0;
  color: white;
  font-size: 20px;
  padding: 3px 10px 8px 10px;
  line-height: 100%;
}
.kalenderListeSort .btn:hover {
  background: #d05861;
}
.kalenderListeSort .sortBtns label {
  margin-right: 5px;
}
.kalenderListeSort .sortBtns label:before {
  display: none;
}
.kalenderListeSort .sortBtns input[type="radio"]:checked + label {
  background: #d05861;
}
.kalenderFilterBtn {
  background: #60beb0;
  color: white;
  font-size: 22px;
  line-height: 120%;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}
@media (max-width: 1200px) {
  .kalenderFilterBtn {
    font-size: 18px;
  }
}
.kalenderFilterBtn .bebas {
  font-size: 30px;
  letter-spacing: 2.6px;
  margin-bottom: 10px;
}
.collapsedFinder {
  padding: 0px 55px 0px 55px;
}
@media (max-width: 1400px) {
  .collapsedFinder {
    padding: 0px 34px 0px 45px;
  }
}
@media (max-width: 1200px) {
  .collapsedFinder {
    padding: 0px 15px 0px 15px;
  }
}
.collapseOverkategorier {
  background: white;
}
.eventslist {
  justify-content: space-between;
}
@media (max-width: 576px), (min-width: 992px) {
  .eventslist {
    z-index: 100;
    position: relative;
  }
}
@media (max-width: 1200px) {
  
}
.eventslist .subHeader {
  font-size: 46px;
  font-family: BebasNeue;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  padding: 30px 0px 60px;
}
@media (max-width: 768px) {
  .eventslist .subHeader {
    font-size: 36px;
    padding: 20px 0px 30px;
  }
}
.eventslist .calendarSubHeader1 {
  font-size: 32px;
  font-family: BebasNeue;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  padding: 30px 0px 5px 0px;
}
.eventslist .calendarSubHeader2 {
  font-size: 20px;
  font-family: BebasNeue;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  padding: 10px 0px 10px 0px;
}
.eventslist .calendarCol2 {
  background-color: whitesmoke;
  padding-bottom: 30px;
}
.eventslist .calendarCol1 {
  padding-bottom: 30px;
}
.eventslist .eventsHolder {
  margin: 0px -15px;
}
@media (max-width: 1200px) {
  .eventslist .eventsHolder {
    margin: 0px -15px;
  }
}
.eventslist .card {
  min-height: 335px;
  /*margin-bottom: 0px;*/
  border: solid 0px transparent;
  /*margin: 10px;*/
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}
.eventslist .card a {
  color: white;
}
.eventslist .card .card-front-info {
  margin-top: 10px;
  font-size: 13px;
  text-transform: uppercase;
}
.eventslist .card .card-lokation {
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.eventslist .card .card-front {
  background: #d5d5d5;
}
.eventslist .card .card-front .aligncenter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.eventslist .card .card-title a {
  color: black;
}
.eventslist .card .card-back {
  background: #60beb0;
  color: white;
  font-size: 16px;
  overflow: hidden;
  cursor: pointer;
}
.eventslist .card .card-back .card-title-back {
  font-size: 22px;
  margin-bottom: 5px;
  font-family: BebasNeue;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}
.eventslist .card .card-back .card-place {
  font-weight: 500;
  color: #d05861;
  text-transform: uppercase;
}
.eventslist .card .card-back .card-text {
  line-height: 130%;
}
/*
Flip card
*/

.card-flip {
  background: none;
  border: none;
  /*padding: 0;*/
  /* transform-origin: 50% 50% 0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: 1.2s;
    -webkit-transition: 1.2s;
    -moz-transition: 1.2s;
    -ms-transition: 1.2s;
    -o-transition: 1.2s;*/
  position: relative;
  margin-bottom: 30px;
  /*
    .card:first-of-type {
        tranform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
    }
    */

  /*
    .card:last-of-type {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        // Put this in face with the larger content
       
        display: flex;
    }
    */

}
.card-flip .card {
  border-radius: 0;
  /*transition: 1.4s;
        -webkit-transition: 1.4s;
        -moz-transition: 1.4s;
        -ms-transition: 1.4s;
        -o-transition: 1.4s;*/
  width: 100%;
  height: 100%;
  margin: 0;
  /*transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;*/

}
.card-flip .card-front {
  position: absolute;
  overflow: hidden;
  -webkit-backface-visibility: hidden !important;
  -moz-backface-visibility: hidden !important;
  -ms-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
}
@media (max-width: 576px) {
  .card-flip .card-front {
    background-size: auto auto !important;
  }
}
.card-flip .card-back {
  position: absolute;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  /*
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
         */

}
.card-title {
  max-width: 100%;
  font-size: 30px;
  font-family: BebasNeue;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #3e3e3e;
  background: white;
  padding: 5px 15px 15px;
  text-align: center;
}
@media (max-width: 576px) {
  .card-title {
    font-size: 24px;
  }
}
.card-img,
.card-img-top,
.card-img-bottom {
  min-width: 100%;
}
.roundSocial {
  background: #3e3e3e;
  padding: 5px;
  margin: 40px 0px;
  display: inline-block;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.roundSocial i {
  color: white;
  line-height: 70px;
  font-size: 45px;
}
/*
    Events page
*/

.eventPage .rightside {
  background: #ededed;
  /*max-width:375px;*/

}
.eventPage .eventimage {
  max-height: 700px;
  overflow: hidden;
  background: #d5d5d5;
}
.eventPage .eventimage .aligncenter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .eventPage .eventimage .aligncenter {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0%, 0%);
  }
}
@media (max-width: 768px) {
  .eventPage .eventimage .invisible {
    display: none;
  }
}
.eventPage .eventnavn {
  position: absolute;
  left: 90px;
  bottom: 80px;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  padding: 25px 40px 40px 40px;
  margin-right: 80px;
}
@media (max-width: 1200px) {
  .eventPage .eventnavn {
    left: 15px;
  }
}
@media (max-width: 768px) {
  .eventPage .eventnavn {
    position: relative;
    left: 0;
    bottom: auto;
    margin-right: 0px;
    padding: 15px 15px 25px 15px;
  }
}
.eventPage .eventnavn h1 {
  font-size: 100px;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  .eventPage .eventnavn h1 {
    font-size: 70px;
  }
}
@media (max-width: 992px) {
  .eventPage .eventnavn h1 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .eventPage .eventnavn h1 {
    font-size: 40px;
  }
}
.eventPage .eventnavn .subtitel {
  font-size: 60px;
  letter-spacing: 0.2px;
}
@media (max-width: 1200px) {
  .eventPage .eventnavn .subtitel {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .eventPage .eventnavn .subtitel {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .eventPage .eventnavn .subtitel {
    font-size: 26px;
  }
}
.eventPage .eventkaldender {
  padding: 30px 60px 40px 60px;
  font-size: 30px;
  letter-spacing: 2.5px;
  background: #60beb0;
  color: white;
  line-height: 120%;
}
@media (max-width: 1400px) {
  .eventPage .eventkaldender {
    padding: 30px 40px 30px 40px;
  }
}
@media (max-width: 1200px) {
  .eventPage .eventkaldender {
    padding: 20px 30px 20px 30px;
    font-size: 26px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 992px) {
  .eventPage .eventkaldender {
    padding: 20px 15px 20px 15px;
  }
}
.eventPage .eventkaldender a {
  color: white;
}
.eventPage .eventkaldender .dage {
  font-size: 45px;
  letter-spacing: 0px;
}
@media (max-width: 1200px) {
  .eventPage .eventkaldender .dage {
    font-size: 36px;
  }
}
.eventPage .eventinfo {
  padding: 40px 60px;
  font-size: 14px;
  letter-spacing: 1px;
}
@media (max-width: 1400px) {
  .eventPage .eventinfo {
    padding: 30px 40px 30px 40px;
  }
}
@media (max-width: 1200px) {
  .eventPage .eventinfo {
    padding: 20px 30px 20px 30px;
  }
}
@media (max-width: 992px) {
  .eventPage .eventinfo {
    padding: 20px 15px 20px 15px;
  }
}
.eventPage .eventinfo a {
  color: #545454;
  text-decoration: underline;
}
.eventPage .eventinfo .infohead {
  font-size: 40px;
  line-height: 100%;
}
@media (max-width: 1200px) {
  .eventPage .eventinfo .infohead {
    font-size: 30px;
  }
}
.eventPage .eventinfo .infotitel {
  font-size: 22px;
}
.eventPage .eventinfo .eventbtn {
  font-size: 20px;
  color: white;
  background: #d05861;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 100%;
  padding: 4px 10px 7px 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 10px 0px 5px 0px;
}
.eventPage .eventinfo .eventbtn:hover {
  background: #db636c;
}
.eventPage .introtext {
  font-size: 20px;
  font-weight: 500;
  padding: 20px 0px;
}
.eventPage .badge {
  border-radius: 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  background: #dbdbdb;
  padding: 4px 10px 9px 10px;
}
.eventPage .badge.active {
  background: #60beb0;
}
.eventPage .kategorilist {
  padding: 60px 0px 10px 0px;
}
@media (max-width: 992px) {
  .eventPage .kategorilist {
    padding: 30px 0px 10px 0px;
  }
}
.opretevent .help-block {
  color: #c7c7c7;
  font-size: 12px;
}
.relatedHolder {
  background: #c7c7c7;
  padding: 50px 0px;
}
.relatedHolder .relatedPadding {
  padding-left: 90px;
}
@media (max-width: 1200px) {
  .relatedHolder .relatedPadding {
    padding-left: 0px;
  }
}
/*
    Home finder
*/

.homeFinder .eventkaldender {
  padding: 30px 60px 40px 60px;
  font-size: 30px;
  letter-spacing: 2.5px;
  background: #60beb0;
  color: white;
  line-height: 120%;
}
@media (max-width: 1400px) {
  .homeFinder .eventkaldender {
    padding: 30px 40px 30px 40px;
  }
}
@media (max-width: 1200px) {
  .homeFinder .eventkaldender {
    padding: 20px 10px 20px 10px;
  }
}
.homeFinder .eventkaldender a {
  color: white;
}
.homeFinder .eventkaldender .dage {
  font-size: 45px;
  letter-spacing: 0px;
}
.homeFinder .finderWrapper {
  color: white;
  padding: 0px 55px 0px 55px;
}
@media (max-width: 1400px) {
  .homeFinder .finderWrapper {
    padding: 0px 34px 0px 45px;
  }
}
@media (max-width: 1200px) {
  .homeFinder .finderWrapper {
    padding: 0px 15px 0px 15px;
  }
}
/*
    Finder
*/

.finder {
  font-size: 20px;
  line-height: 24px;
  position: relative;
  z-index: 9;
  font-family: BebasNeue;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  /* finder checkboxes */

}
.finder .subheader {
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .finder .subheader {
    margin-bottom: 10px;
  }
}
.finder .megasmall {
  font-size: 13px;
  line-height: 13px;
}
.finder .btn-finder {
  background: #80cbc0;
  color: white;
  width: 100%;
  padding: 0px 15px 2px 15px;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .finder .btn-finder {
    margin-top: 8px;
  }
}
.finder .btn-finder .caret {
  display: none !important;
}
.finder .btn-finder .dropdown-toggle:after {
  display: none !important;
}
.finder .btn-group {
  width: 100%;
}
.finder .stext {
  background: #80cbc0;
  color: white;
  border: 0;
  border-radius: 0;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  /*padding: 0px 15px 4px 15px;*/

}
.finder .stext::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */

}
.finder .stext:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}
.finder .stext::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}
.finder .btn-red {
  font-size: 20px;
  color: white;
  background: #d05861;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 100%;
  padding: 4px 10px 7px 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 10px 0px 5px 0px;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}
.finder .btn-red:hover {
  background: #db636c;
}
.finder .btn-mini {
  font-size: 20px;
  display: block;
  text-align: center;
  line-height: 100%;
  padding: 4px 10px 7px 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 10px 0px 5px 0px;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}
.finder .multiselect-container {
  width: 100%;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0rem;
  overflow: hidden;
  padding: 15px 20px;
  background: whitesmoke;
}
.finder .multiselect-container .input-group {
  margin: 0;
  width: 100% !important;
}
.finder .multiselect-container .input-group .btn {
  text-align: right;
  font-size: 16px;
  padding-top: 0;
  color: #60beb0;
  padding-right: 0;
}
.finder .multiselect-container input {
  width: 100%;
  opacity: 0;
}
.finder .multiselect-container a {
  outline: 0;
}
.finder .multiselect-container li {
  position: relative;
}
.finder .multiselect-container li label {
  padding: 3px 0px 3px 0px;
}
@media (max-width: 768px) {
  
}
.finder #ck-button {
  background-color: #80cbc0;
  overflow: auto;
  /*float: left;*/
  margin-right: 5px;
  margin-bottom: 5px;
  text-shadow: 1px 1px 1px #57b5a7;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}
.finder #ck-button label {
  float: left;
  width: 42px;
  line-height: 0.5;
  padding: 0px 0px;
  margin: 0;
  text-align: center;
}
.finder #ck-button label span {
  text-align: center;
  padding: 0px 4px 4px 4px;
  margin-top: -3px;
  display: block;
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}
.finder #ck-button label input {
  position: absolute;
  top: -20px;
}
.finder #ck-button input:hover + span {
  background-color: #d05861;
  text-shadow: 1px 1px 1px #3e3e3e;
}
.finder #ck-button input:checked + span {
  background-color: #d05861;
  color: white;
  text-shadow: 1px 1px 1px #3e3e3e;
}
.finder #ck-button input:checked:hover + span {
  background-color: #d05861;
  color: white;
  text-shadow: 1px 1px 1px #3e3e3e;
}
/*
    Buttons 
*/

a.simpleBtn,
.simpleBtn {
  border: 2px solid white;
  padding: 2px 8px;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  margin-top: 20px;
}
a.simpleBtn:hover,
.simpleBtn:hover {
  background: rgba(255, 255, 255, 0.3);
}
/*
    Menu
*/

#menuToggle {
  display: block;
  position: relative;
  top: 0px;
  left: -35px;
  z-index: 999;
  -webkit-user-select: none;
  user-select: none;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  #menuToggle {
    left: 0px;
  }
}
@media (max-width: 1200px) {
  #menuToggle {
    left: 0px;
  }
}
@media (max-width: 576px) {
  
}
#menuToggle .d-flex {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  #menuToggle .d-flex .inline-block {
    display: none;
  }
}
#menuToggle input:checked ~ .d-flex {
  color: white;
}
#menuToggle input {
  display: block;
  width: 110px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}
/*
 * Just a quick hamburger
 */

#menuToggle span {
  display: block;
  width: 35px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #454545;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */

#menuToggle input:checked ~ div span {
  opacity: 1;
  transform: rotate(-45deg) translate(-2px, -1px);
  /*transform: rotate(-135deg) translate(-4px,15px);*/
  background: white;
}
/*
 * But let's hide the middle one.
 */

#menuToggle input:checked ~ div span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
/*
 * Ohyeah and the last one should go the other direction
 */

#menuToggle input:checked ~ div span:nth-last-child(2) {
  /*transform: rotate(45deg) translate(0, -1px);*/
  transform: rotate(45deg) translate(-10px, -8px);
}
/*
 * Make this absolute positioned
 * at the top left of the screen
 */

#menu {
  position: absolute;
  width: 340px;
  margin: -100px 0 0 -55px;
  padding: 50px;
  padding-top: 125px;
  background: #545454;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(0, -100%);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (max-width: 1400px) {
  #menu {
    margin: -100px 0 0 -50px;
  }
}
@media (max-width: 1200px) {
  #menu {
    margin: -100px 0 0 -15px;
    padding-left: 45px;
  }
}
@media (max-width: 576px) {
  #menu {
    width: 100%;
    min-width: 100%;
    margin: -50px 0 0 0px;
    right: 0;
    left: 0;
    top: 0;
    transform: translate(-100%, 0);
    position: fixed;
  }
}
#menu a {
  color: white;
}
#menu a.active,
#menu a:hover {
  color: #d05861;
}
#menu .submenuOn:after {
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
}
#menu .submenuOn[aria-expanded=true] {
  color: #d05861;
}
#menu .submenuOn[aria-expanded=true]:after {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
}
#menu > li {
  padding: 8px 0;
}
#menu > li > a {
  text-transform: uppercase;
}
.submenu {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.helperNavi {
  color: white;
}
.helperNavi a {
  font-size: 18px;
  font-weight: normal;
}
/*
    Til top
*/

.toTopPosition {
  position: absolute;
  right: 70px;
}
.toTop {
  font-family: BebasNeue;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  display: none;
  position: fixed;
  margin: 0px 0px 0px 0px;
  bottom: 35px;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 999;
  background: #d05861;
  padding: 8px 5px 5px 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 23px;
  width: 70px;
  height: 70px;
}
.toTop:hover {
  background: #db636c;
}
/*
 * And let's slide it in from the left
 */

#menuToggle input:checked ~ ul {
  transform: none;
}
/*
    Karrusel
*/

.carousel .carousel-caption {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .carousel .carousel-caption {
    position: relative;
    padding: 0;
  }
}
.carousel .carousel-control {
  font-size: 40px;
}
@media (max-width: 768px) {
  .carousel .carousel-control {
    font-size: 30px;
    bottom: auto;
    top: 50px;
  }
}
.carousel .captonOverlay {
  background: rgba(0, 0, 0, 0.4);
  max-width: 580px;
  width: 100%;
  padding: 25px 40px 40px 40px;
}
@media (max-width: 768px) {
  .carousel .captonOverlay {
    position: relative;
    max-width: 100%;
    padding: 15px 15px 25px 15px;
  }
}
.carousel .captonOverlay h5 {
  font-size: 100px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: BebasNeue;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}
@media (max-width: 768px) {
  .carousel .captonOverlay h5 {
    font-size: 50px;
  }
}
.carousel .captonOverlay .subtitel {
  font-size: 60px;
  font-family: BebasNeue;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}
@media (max-width: 768px) {
  .carousel .captonOverlay .subtitel {
    font-size: 30px;
  }
}
.carousel .captonOverlay .intro {
  display: inline-block;
  background: #d05861;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 3px 7px;
  margin-top: 20px;
}
/*

    Min festuge

*/

.minfestuge-add.active svg,
.minfestuge-add.active i {
  color: #d05861 !important;
}
.minfestDetail {
  font-family: BebasNeue;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 20px;
  margin: 20px 0px;
}
.minfestDetail a {
  font-size: 20px;
  color: #545454;
}
.minfestTopHolder {
  position: relative;
  width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  margin-left: 15px;
}
.minfestTopHolder.active svg,
.minfestTopHolder.active i {
  color: #d05861;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}
.minfestTopHolder.active:hover svg,
.minfestTopHolder.active:hover i {
  color: #db636c;
}
.minfestTopHolder svg,
.minfestTopHolder i {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -13px;
  font-size: 26px;
}
.minfestTopHolder .festcount {
  position: relative;
  z-index: 1;
  color: white;
  font-size: 10px;
  width: 40px;
  display: inline-block;
}
/*
    Search
*/

.s-holder {
  height: 30px;
  position: relative;
}
.s-holder .s-form {
  position: absolute;
  right: 0;
  top: -3px;
}
.s-holder a.btn {
  font-size: 20px;
  line-height: 21px;
  color: #545454;
  box-shadow: 0 0 0 0rem rgba(70, 164, 150, 0.25) !important;
}
.search-container {
  display: inline-block;
  width: 300px;
  background: whitesmoke;
  color: white;
  padding: 3px 0px 3px 0px;
  margin-left: 15px;
}
.search-container .search {
  position: relative;
  background: whitesmoke;
  width: 100%;
  padding: 0px 0px 0px 10px;
  height: 30px;
  /*float: left;*/
  border: 0;
  outline: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  font-size: 14px;
}
.sbtn {
  height: 30px;
  padding: 0px 14px;
  background: whitesmoke;
  border: 0;
  outline: 0;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  position: relative;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
/*
.floatsBtn:hover + .sbtn + .search,
.sbtn:hover + .search,
.search:hover,
.search:focus {
    width: 70px;
    
}
*/

/*
.sbtn:focus + .search {
    width: 110px;
}

*/

.search::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  /* Firefox */

}
.ezsearch-results {
  margin-top: 20px;
}
.umb-grid {
  padding: 0px 0px 50px;
}
/*
    Share service
*/

.shareSocial a {
  color: #3e3e3e;
  font-size: 24px;
}
/********* COOKIE BOKS ************/

#topCookiesID {
  position: fixed;
  z-index: 99991;
  bottom: 0px;
  max-width: 1400px;
  width: 100%;
  background: #3e3e3e;
  display: none;
  font-size: 11px;
  color: white;
}
#topCookiesID a {
  color: white;
  text-decoration: none;
}
#topCookiesID button {
  float: right;
}
#topCookiesID .alert {
  padding: 0px;
  margin: 10px 0px;
}
#topCookiesID .alert a {
  border-bottom: 1px solid #cccccc;
}
#topCookiesID a.luk {
  float: right;
  border-bottom: 1px dashed #cccccc;
}
.sliderFix {
  height: 0px;
}
.btn-closeby {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
/*STICKY SEARCH*/

.searchFixed .bebas {
  font-size: 20px;
}
.searchFixed .kalenderFilterBtn {
  font-size: 14px;
}
.searchFixed .kalenderSort {
  padding-top: 5px;
  padding-bottom: 5px;
}
.searchFixed .my-lg-3 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
@media (max-width: 576px) {
  
}
@media (min-width: 992px) {
  .searchFixed .search_left div {
    display: none;
    z-index: 1;
    position: relative;
  }
  .searchFixed .search_right {
    position: fixed;
    top: 107px;
    max-width: 350px;
    z-index: 200;
    right: 0px;
    /*
  
                  */
  
  }
}
@media (min-width: 1400px) {
  .searchFixed .search_right {
    right: calc((100vw - 1418px) / 2);
  }
}
@media (max-width: 576px), (min-width: 768px) and (max-width: 992px) and (min-height: 600px) {
  .searchFixed {
    position: relative;
    top: 0px;
    z-index: 200;
  }
  .searchFixed .search_left {
    display: none;
  }
}
@media (min-width: 768px) {
  .searchFixed {
    top: 107px;
  }
}
#searchform_sogeord {
  background-color: white;
  color: black;
}
#searchform_sogeord::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  /* Firefox */

}
#searchform_sogeord:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.4);
}
#searchform_sogeord::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.4);
}
#kategoriSearch .multiselect-container li,
#byerSearch .multiselect-container li {
  display: inline-block;
  width: 50%;
}
#kategoriSearch .multiselect-container li.multiselect-reset,
#byerSearch .multiselect-container li.multiselect-reset {
  display: inline-block;
  width: 100%;
}
/*******************/

/*
    overrides
*/

.form-control:focus {
  border-color: #60beb0;
  box-shadow: 0 0 0 0.2rem rgba(70, 164, 150, 0.25);
}
/*
    Buttons 
*/

.btn,
.btn-default {
  border-radius: 0px;
  font-family: BebasNeue;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  padding-top: 3px;
  vertical-align: top;
  letter-spacing: 1px;
}
.btn-primary {
  background: #60beb0;
  border-color: #60beb0;
  border-radius: 0;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
  background: #80cbc0;
  border-color: #80cbc0;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 164, 150, 0.8);
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(70, 164, 150, 0.25);
}
.btn-sm {
  font-size: 18px;
  padding-top: 1px;
}
.alert {
  border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  /*right: 9000px;*/
  opacity: 0;
  transform: scale(2);
  /*
    opacity: 0;
    text-indent:-9999999;
    */

}
/*Check box*/

input[type="checkbox"] + label:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 8px;
  font-size: 25px;
  vertical-align: top;
  margin-top: -2px;
}
input[type="checkbox"] + label {
  margin-right: 15px;
}
/*
.checkbox {
    &:has(> input[type=checkbox]:checked){

        &:before {
        content: '\f14a';
	    color: #60beb0;
	    animation: effect 250ms ease-in;
        }

    }
    
}
*/

input[type="checkbox"]:checked + label:before {
  content: '\f14a';
  color: #60beb0;
  animation: 0 effect 250ms ease-in;
}
input[type="checkbox"]:disabled + label {
  color: #aaaaaa;
}
input[type="checkbox"]:disabled + label:before {
  content: "\f0c8";
  color: #cccccc;
}
/*Radio box*/

input[type="radio"] + label:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 8px;
  font-size: 20px;
  vertical-align: middle;
  margin-bottom: 2px;
}
input[type="radio"] + label {
  margin-right: 15px;
}
input[type="radio"]:checked + label:before {
  content: "\f058";
  color: #60beb0;
  animation: effect 250ms ease-in;
}
input[type="radio"]:disabled + label {
  color: #aaaaaa;
}
input[type="radio"]:disabled + label:before {
  content: "\f111";
  color: #cccccc;
}
/*Radio Toggle*/

.toggle input[type="radio"] + label:before {
  content: "\f204";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 10px;
}
.toggle input[type="radio"]:checked + label:before {
  content: "\f205";
  color: #16a085;
  animation: effect 250ms ease-in;
}
.toggle input[type="radio"]:disabled + label {
  color: #aaaaaa;
}
.toggle input[type="radio"]:disabled + label:before {
  content: "\f204";
  color: #cccccc;
}
@keyframes effect {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.popover input[type="radio"] + label,
.popover input[type="checkbox"] + label {
  font-family: BebasNeue;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 16px;
}
.popover .popover-header {
  font-family: BebasNeue;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 18px;
}
.popover input[type="checkbox"],
.popover input[type="radio"] {
  width: 100%;
  opacity: 0;
}
.dropdown-toggle::after {
  display: none;
}
/*
    Pagination

*/

.page-item.active .page-link {
  background-color: #60beb0;
  border-color: #60beb0;
}
.page-link {
  color: #60beb0;
}
.page-link:hover {
  color: #60beb0;
}
