:root {
    --swiper-theme-color: #fff;
}

@media screen and (max-width: 520px) {
 
 :root {
    --swiper-theme-color: #fff;
    --swiper-navigation-size: 26px;
}
 
}

.image-box {
    position: relative;
      -webkit-filter: grayscale(20%); /* Safari 6.0 - 9.0 */
  filter: grayscale(20%);
}
#layer {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#grayscale {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custombutton {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
    font-size: 16px;
    color: var(--dark);
    text-align: left;
    letter-spacing: 6px;
    text-decoration: none;
    transform: color 1s;
}
.custombutton:before {
   font-family: "FontAwesome";
   content: "\f178";
   color: var(--gold);

}

.custombutton:hover {
 transform: all 1s;
 color: var(--gold);
}

@media screen and (max-width: 1024px) {
.custombutton {
 font-size: 13px;
}
}


.grecaptcha-badge {
 display: none;
}
.heroimage .dark .custombutton {
  color: white;
  margin-top: 20px;

}

.heroimage .dark .custombutton:hover {
  color: var(--gold);

}

.heroimage .dark .custombutton:before {
   font-family: "FontAwesome";
   content: "\f178";
   color: var(--gold);

}


.dark .custombutton {
  color: black;

}
.dark .custombutton:before { 
   font-family: "FontAwesome";
   content: "\f178";
   color: var(--dark);

}


.dark .custombutton:hover {
 transform: all 1s;
 color: var(--dark);
}
.centerd {
  position: absolute;
  bottom: 20px ;
  left: 20px;
  /*top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  -webkit-transform: translate(-50%, -50%); */
}

.centered {
  position: relative;
  bottom: 20px ;
  /*left: 20px;*/
  text-align: center;
  /*top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  -webkit-transform: translate(-50%, -50%); */
  margin-bottom: 40px;
}

.introboxes {
 padding-left: 30px; padding-right: 30px;
}

.introbox a:hover {
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
    
}

.alternativ-logo {
  width: 100px;
  height: 100px;
  background-color: transparent;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 85%;
  margin-top: -50px;
}

.bokning {
  padding-right: 20px;
}


/* Contact Form */

.wpcf7 input,
.wpcf7 textarea {
	width: 100%;
}

.wpcf7 label {
	display: block;
}

div.wpcf7 {
	max-width: 30em;
	margin-left: auto;
	margin-right: auto;
}

.wpcf7 p {
 padding-bottom: 0px;
 margin-bottom: 0px;
}

/* Collapses */

.btn-link {
    font-weight: 800;
    color: #008000 !important;
    background-color: transparent;
    cursor: pointer;
}

.pointer {cursor: pointer;}

/* instagram */

#instagram {
    font-family: Arial, Helvetica, sans-serif;
    /*background-color: #f2eedb;*/
    color: #000;
    overflow: hidden;
	min-height: 100px;
    width: 100% !important;
    height: auto !important;
	padding: 0px;
}

#instagram h1 {
	margin: 0px;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: 300;

}

#instagram img {
	width: 100%;
 
}

.instagram_post {
	width: 25%;
	float: left;
	
}

.instagram_post_container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}

.instagram-wrap {
	height: 0;
    padding-bottom: 100%;
    position: relative;
    margin: 5px;
}

.instagram-img {
    float: left;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
    display: block;
	position: absolute;
}
.grids-left {
  border-right:1px solid #a49566;
}

.grids-right {
  padding-left:40px;
}

/* LOGO */

.navbar-brand {
    color: #fff;
    width:240px;
    border-right: 0px solid white;
    float: left;
}


.navbar-brand img {
    width: auto;
    height: 120px;
    background-color: var(--dark);
    padding: 10px;
    padding-right: 15%;
    padding-left: 20px;
}
.brand-container {
	text-align: center;
  padding: 0px 0px;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 90px solid var(--dark);
    border-top: 90px solid transparent;
    display: inline-block;
}

@media screen and (max-width: 1024px) {
 .navbar-brand img {
  height: 90px;
 }
 
 .triangle {
    width: 0;
    height: 0;
    border-left: 65px solid var(--dark);
    border-top: 65px solid transparent;
    display: inline-block;
}
}

@media screen and (max-width: 520px) {

.navbar-brand {
    padding-bottom: 15px;
}


}


/* END Instagram */

.readmore-news {
    display: inline-block;
    text-transform: uppercase;
    /* text-align: left; */
    font-weight: 500;
    font-size: 12px;
    color: #000000;
    text-align: center;
    border: 1px solid;
    padding: 5px 7px;
}

a.readmore-news:hover,
a.readmore-news:visited {
  
  color: #000000;
  text-decoration: none;
}

a.readmore-news {
  
  color: #000000;
  text-decoration: none;
}

iframe {
   /*   width: 1px;
    min-width: 100%;
    border: 0px;
    min-height: 850px;
    background-color: #ffffff;
    padding: 30px; */
}


/* Video play */
.wrapper{
    display:table;
    width:auto;
    position:relative;
    width:100%;
}
.playpause {
    background-repeat:no-repeat;
    width:50%;
    height:50%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}


.playpause .fa-solid {
    top: calc(50% - 35px);
    align-items: center;
    display: flex;
    width: 70px;
    height: 70px;
    font-size: 65px;
    line-height: 70px;
    position: absolute;
    left: calc(50% - 35px);
    color: #fff;
}

/* Main Button Style */
.myprefix-button {
  text-shadow:1px 1px 1px #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  /*-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);*/
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 1px;
  vertical-align: middle;
  padding: 10px;
  }

.myprefix-button span {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 0px;
    background:#000;

  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
  display: block;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 2px;
  padding: 6px 12px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }

/* Hover */
.myprefix-button:hover{
  text-decoration:none;
  opacity: 0.7;}

/* Active */
.myprefix-button:active{
   }
   
   
   /*Quotes */
.quote {
  text-align: center;
  padding: 30px 40px;
    background: #bccbd3;
  
}


blockquote {
    padding: 0px 10%; 
    margin: 20px 0px 40px 0px;
    z-index: 1;
    text-align: center;
    font-size: 1.3em;
    font-weight: lighter;
    padding-left: 5%;
    border-left: 4px solid var(--gold);
}

blockquote p {
    padding: 10px 0px;
    margin: 0px;
    color: #000000 !important;
    text-align: left;
}



/* Vod */
	.embed-container { 
		position: relative; 
		padding-bottom: 56.25%;
		overflow: hidden;
		width: 100%;
		height: auto;
	} 

	.embed-container iframe,
	.embed-container object,
	.embed-container embed { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
 
.splittext {
 padding: 40px; width: 60%;
}

/* Split image */
.split-content .dark {
 background-color: var(--gold);
}

.middletext {
 
         /*position:absolute;
         top: 30%;
         transform: translate( 0, 50%)!important; */
         padding: 30px 40px;
}
 
@media screen and (max-width: 992px) {
.bars {
  padding-bottom: 30px;
}
  
.splitbild {
 min-height: 30vh; max-height: 500px;

 
}

.splittext {
 width: 80%;
}

.middletext {
 
         position:relative;
         top: 0%;
         transform: translate( 0, 0%)!important;
         padding: 0px;width: 100%;
}
.introbox {
  padding-bottom: 30px;
  padding-right: 5px;
    padding-left: 5px;
}

blockquote {
    margin: 20px 0px 40px 0px;
    z-index: 1;
    text-align: center;
    font-size: 21px;
}

}


@media screen and (max-width: 520px) {

.splitbild {
 min-height: 50vh;
}
.splittext {
 padding: 40px; width: 100%;
}
.bokning {
  padding-right: 0px;
  text-align: center;
  width: 100%;
}

.bars {
  padding-bottom: 30px;
}

.introbox {
    padding-bottom: 10px;
}
.introboxes {
padding-left: 12px;
    padding-right: 12px;
}

.alternativ-logo {
  width: 60px;
  height: 60px;
  background-color: transparent;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 85%;
  margin-top: -30px;
}

.instagram_post {
    width: 50%;
    float: left;
}


.grids-left {
  border-right:0px solid #a49566;
  padding-bottom: 20px;
}

.grids-right {
  padding-left:20px;
}
}

/*Event images */

.eventimages a img {
 transition: all 0.2s ease-in-out;
 filter: contrast(80%);
 opacity: 1;
}
.eventimages a:hover {
  opacity: 1 !important;

}
.eventimages a:hover img {
 opacity: 1 !important;
 filter: contrast(120%);
 scale: 1.02;
}
.gallerimagewrap img {
 transition: all 0.2s ease-in-out;
 filter: contrast(80%);
 opacity: 1;
}
.gallerimagewrap:hover img {
 opacity: 1 !important;
 filter: contrast(120%);
 cursor: pointer;
 scale: 1.02;
}
/* Accordion */

.accordion-item {
 border: 0px;
 box-shadow: 0;
 background-color: white;
 margin-bottom: 10px;
}
.accordion-header {
 background-color: white;
 box-shadow: transparent;
 border: 0px;
 border-radius: 0px;

}
.accordion-button:not(.collapsed) {
 background-color: white;
 box-shadow: transparent;
 border: 0px;
 border-top: 1px solid black;
 border-bottom: 1px solid black;
 color: black;
 border-radius: 0px;
  font-weight: 700;
 letter-spacing: 6px;
 padding: 30px 0px;
}
.accordion-button.collapsed {
 background-color: white;
 box-shadow: transparent;
 border: 0px;
 color: black;
 border-top: 1px solid black;
 border-bottom: 1px solid black;
 border-radius: 0px;
  font-weight: 700;
 letter-spacing: 6px;
 padding: 30px 0px;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0px;
}

/* Custom style */
.accordion-button.collapsed::after {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
transform: scale(.7) !important;
}
.accordion-button:not(.collapsed)::after {
 background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.accordion-body {
 padding: 20px 0px;
}

/* Tour table */
table.tour {
 
}

table.tour thead td {
font-size: 10px;
    font-weight: 800;
    padding-right: 20px;
}

table.tour tr,
table.tour td {
 border-width: 0px;
 padding: 10px 5px 10px 0px;
}

table.tour td {
 text-transform: uppercase;
 font-size: 14px;
}
table.tour td.eventdate {
 width: 24%;
}
table.tour td.artist, table.tour td.event, table.tour td.events {
 display: none;
}

.startpage table.tour td.artist, .startpage table.tour td.event, .startpage table.tour td.events {
 display: block;
}

table.tour td.status {
 text-transform: uppercase;
 font-weight: 700;
 letter-spacing: 5px;
 font-size: 12px;
}

td.eventlink.available a {
color: green;
}
td.eventlink.gone  a {
color: red;
}
td.eventlink.few a {
color: orange;
}


td.status.available {
color: green;
}
td.status.gone   {
color: red;
}
td.status.few  {
color: orange;
}

td.status.desktop {
 display:block;
}
td.status.mobile {
 display:none;
}
@media screen and (max-width: 1024px) {
 .startpage table.tour td.artist, .startpage table.tour td.event, .startpage table.tour td.events {
 display: none;
}
 table.tour td {
 text-transform: uppercase;
 font-size: 12px;
}
 td.status.desktop {
 display:none;
}
td.status.mobile {
 display:none;
}
table.tour td.statush {
 display:none;
 }

table.tour td.status {
 font-size: 20px;
}
table.tour td.status {
 font-size: 20px;
}
table.tour td.eventlink {
 font-size: 20px;
}
}

@media screen and (max-width: 520px) {
 table.tour td.eventlink {
 font-size: 12px;
}
}

/* Hero */

.home .heroimage {
  height: 75vh; max-height: 680px;
}

.page-template-default .heroimage {
  height: 45vh; max-height: 380px;
}

.page-template-default .heroimage #downarrow {
 display: none;
}

.heroimage .img-responsive {
 width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  filter: grayscale(1);
}
@media screen and (max-width: 1024px) {
.heroimage {
  height: 55vh; max-height: 580px;
}
}
/* Slider */

.swiper-pagination-bullet {
   background: var(--dark);
   opacity: 0.3;
}
.swiper-pagination-bullet-active {
   background: var(--dark);
   opacity: 1;
}
.swiper-button-next, .swiper-button-prev {
 margin-top: -30px;
}
.swiper-button-prev::after {
width: 15px;

}
.swiper.eventSwiper {
      width: 100%;
      height: 100%;
      padding-bottom: 40px;
    }

    .eventSwiper .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      -webkit-backface-visibility: hidden; 
      -webkit-transform: translate3d(0, 0, 0);
    }

    .eventSwiper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
 .eventSwiperFront.swiper {
      width: 100%;
      height: 100%;
    }   
    
.eventSwiperFront .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
}