/* FONTS */

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/montserrat-v26-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v26-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/montserrat-v26-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v26-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/montserrat-v26-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
 font-family: 'Montserrat', sans-serif !important;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 600;
  color: #a88646;
  text-shadow: 1px 0 0 brown;
  margin-bottom: 20px;
}

h2, h2 a:link, h2 a:visited {
  font-weight: 500 !important;
}


h2 {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: 1.3rem;
}

h2 a:link, h2 a:visited {
  color: #452f24;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6rem;
}

.headlineborder {
  border-bottom: 1px solid #A88646;
}

h2 a:link:hover, h2 a:visited:hover {
  color: #A88646;
  text-decoration: underline;
} 

h3 {
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #A88646;
  margin-bottom: 1.3rem;
}

h4 {
  font-size: 1.3rem;
  line-height: 1.9rem;
  font-weight: 600;
  color: #A88646;
  margin-bottom: 20px;
}

h5 {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #A88646;
  margin-bottom: 1rem;
}

h5 a {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #A88646;
  margin-bottom: 1.8rem;
}

p {
  margin-bottom: 1.2rem;
}

a:hover {
  color: #A88646;
}

b, strong {
  font-weight: 500;
}

p.popuptext {
  margin-top: 15px;
  line-height: 24px;
}


.tickets h3 {
  font-size: 1.8rem;
  line-height: 2rem;
  margin-bottom: 40px !important;
}

.tickets .j51imagehover_caption {
  font-size: 1.6rem;
  line-height: 2rem;
}

/* BUTTONS */

.sww-button {
  margin: 8px 20px 20px 0;
  border-radius: 12px;
}

.btn {
  color: #000000 !important;
  border: 1px solid #A88646 !important;
}

.btn:hover {
  color: #ffffff !important;
  border: 1px solid #ffe6a6 !important;
}

.btn-lg {
  color: #000000 !important;
  border: 1px solid #A88646 !important;
}

.btn-lg:hover {
  color: #ffffff !important;
  border: 1px solid #ffe6a6 !important;
}

/* HEADER TOP */

#container_header {
  box-shadow: 1px 1px #A88646;
}

/* LOGO */

.logo img {
  max-width: 200px;
}

/* MENU */

.hornav ul.menu > li.active > a {
  text-decoration: underline;
}

.hornav ul.menu > li > a:hover, .hornav ul.menu > li > span:hover {
  color: #A88646;
}

.hornav > ul > li > ul > li:hover > a {
  color: #000;
}

.youtube {
  width: 70px;
  height: auto;
  margin-top: -5px !important;
}

#mobile-menu .nav-item a {
  font-weight: 500;
}

#mobile-menu .nav-item a:hover {
  color: #FFF !important;
  text-decoration: none;
}

.mm-spn span {
  font-weight: 500;
}

.mm-spn span:hover {
  color: #FFF;
}

.small {
  font-size: 1rem;
}

/* MODULE */

.module:first-of-type .module_surround {
  padding-top: 40px;
}

.j51imagehover_caption {
  font-size: 1rem;
  line-height: 1.1rem;
}

/* ANKER */

.anker-abstand {
    visibility: hidden;
    height: 0px !important;
    position: absolute;
    margin-top: -210px !important;
}

/* SLIDESHOW */

.layerslideshow .info-wrapper {
  padding: 12px 20px !important;
  border-radius: 16px;
}

.layerslideshow-title {
  font-size: 1.6rem;
  line-height: 2rem;
  text-shadow: 1px 1px 1px #333;
  margin: .6rem 0;
}

.layerslideshow-caption {
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}

.layerslideshow-caption .sww-button {
  background-color: beige !important;
  color: brown !important;
  border: 1px solid brown;
  border-radius: 12px;
}

.layerslideshow-caption .sww-button:hover {
  background-color: beige !important;
  color: chocolate !important;
}


div.layerslideshow .tns-slider img {
  transform: scale(1);
  transition: all 100s linear;
  transition-delay: 1s;
}

div.layerslideshow .tns-slide-active img {
  transform: scale(1.5);
}

.layerslideshow .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out 0.3s; /* 0.3s Verzögerung */
  z-index: 1;
  background-color: #A88646;
}
.layerslideshow .tns-slide-active {
  opacity: 1;
  transition-delay: 0s; /* sofort einblenden */
  z-index: 2;
}

.layerslideshow-prev,
.layerslideshow-next {
  z-index: 1000 !important;
}


/* MAIN CONTENT */

.maincontent {
  padding-top: 30px;
}

/* BLOG */

.columns-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
}

.blog-item {
  border: 1px solid #eee;
  border-radius: 16px;
  box-shadow: 1px 2px 3px 1px rgba(168, 134, 70, .3);
  padding: 15px !important;
  }

.blog-item:hover {
    border: 1px solid #eee;
    box-shadow: 1px 2px 10px 2px rgba(168, 134, 70, .6);
    padding: 15px !important;
  }

.item-image {
  max-width: 500px;
  height: auto;
  margin-right: 20px;
  border-radius: 16px;
}

/* FOOTER */

.copyright {
  color: #260518;
}

.copyright a {
  text-decoration: none;
  color: #260518;
}

.copyright a:hover {
  text-decoration: underline;
  color: #A72686;
}

/* MEDIA QUERIES */

@media only screen and (min-width: 1px) {
  .blog-items.columns-3 {grid-template-columns: 100% !important;}
  .logo-text {font-size: 22px !important;}
}

@media only screen and (min-width: 501px) {
  .blog-items.columns-3 {grid-template-columns: 50% 50% !important;}
}

@media only screen and (min-width: 801px) {
  .blog-items.columns-3 {grid-template-columns: 33% 33% 33% !important;}
}

@media only screen and (max-width: 1024px) {
  .scrolled .logo {padding-top: 12px;padding-bottom: 12px;}
}

@media only screen and (max-width: 600px) {
  .layerslideshow-title {display: none;}
}


