/* Fontello Icons */
@import '/_intern/fonts/fontello/css/fontello_mg.css';
/* Material Symbols */
@import '/_intern/fonts/material-symbols/material_symbols.css';
/* === LESS variables === */
/* orange */
/* lila */
/* roboto-condensed-300 - 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: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('/_intern/fonts/roboto_condensed/roboto-condensed-v31-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-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: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('/_intern/fonts/roboto_condensed/roboto-condensed-v31-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-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: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url('/_intern/fonts/roboto_condensed/roboto-condensed-v31-latin-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-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: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('/_intern/fonts/roboto_condensed/roboto-condensed-v31-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-700 - 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: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('/_intern/fonts/roboto_condensed/roboto-condensed-v31-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-800 - 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: 'Roboto Condensed';
  font-style: normal;
  font-weight: 800;
  src: url('/_intern/fonts/roboto_condensed/roboto-condensed-v31-latin-800.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-900 - 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: 'Roboto Condensed';
  font-style: normal;
  font-weight: 900;
  src: url('/_intern/fonts/roboto_condensed/roboto-condensed-v31-latin-900.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* === CSS mixins === */
/* CALC example
	width: ~"calc(100% - 2px)";
	width: calc(~"50%" - $px_padding*2);
*/
/* === === */
html {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  color: #3a065b;
  position: relative;
}
.icon-mg_logo:before {
  font-size: 85%;
  position: relative;
  top: 2px;
}
h1, .h1 {
  display: block;
  font-size: 50px;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
  line-height: 1.1;
  text-align: center;
}
h1 b, h1 strong, .h1 b, .h1 strong {
  font-weight: 700;
}
h1 p, .h1 p {
  margin: 0px;
}
h2, .h2 {
  font-size: 24px;
  color: #3a065b;
  font-weight: 700;
  display: block;
  margin: 0px 0px 5px 0px;
  line-height: 1.2;
}
h3, .h3 {
  display: block;
  font-size: 24px;
  font-weight: 300;
  margin: 0px 0px 0px 0px;
  line-height: 1.2;
}
h4, .h4 {
  display: block;
  font-size: 14px;
  margin: 0px 0px 5px 0px;
}
a {
  color: #3a065b;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.grid2 {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.grid3 {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
}
.clear:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
.text {
  line-height: 1.4;
}
.text p {
  margin: 0px 0px 15px 0px;
}
.text p:last-Child {
  margin: 0px;
}
.text ul, .text ol {
  padding-left: 15px;
  margin: 0px 0px 15px 0px;
}
.text ul:last-Child, .text ol:last-Child {
  margin: 0px;
}
.text a {
  color: #f39b2f;
}
.text a:hover {
  text-decoration: underline;
}
.text b, .text strong {
  font-weight: bold;
}
button, .button, a.button, input[type="submit"] {
  display: inline-block;
  border: 0px;
  background-color: #f39b2f;
  color: white;
  padding: 0px 35px;
  line-height: 40px;
  border-radius: 20px;
  font-weight: 500;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
button:hover, .button:hover, a.button:hover, input[type="submit"]:hover {
  background-color: #e2820d;
  text-decoration: none;
}
button.big, .button.big, a.button.big, input[type="submit"].big {
  padding: 0px 55px;
  line-height: 44px;
  border-radius: 22px;
}
button.small, .button.small, a.button.small, input[type="submit"].small {
  padding: 0px 28px;
  line-height: 34px;
  border-radius: 17px;
  font-weight: 400;
}
button.violet, button.violett, .button.violet, .button.violett, a.button.violet, a.button.violett, input[type="submit"].violet, input[type="submit"].violett {
  color: white;
  background-color: #652d88;
}
button.violet:hover, button.violett:hover, .button.violet:hover, .button.violett:hover, a.button.violet:hover, a.button.violett:hover, input[type="submit"].violet:hover, input[type="submit"].violett:hover {
  background-color: #2c143b;
}
button.dark, .button.dark, a.button.dark, input[type="submit"].dark {
  color: white;
  background-color: #3a065b;
}
button.dark:hover, .button.dark:hover, a.button.dark:hover, input[type="submit"].dark:hover {
  background-color: black;
}
button.white, .button.white, a.button.white, input[type="submit"].white {
  color: #3a065b;
  background-color: white;
}
button.white:hover, .button.white:hover, a.button.white:hover, input[type="submit"].white:hover {
  background-color: #ccc;
}
button.pink, .button.pink, a.button.pink, input[type="submit"].pink {
  color: white;
  background-color: #f6005d;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #424242;
  margin: 0;
  width: 40px;
  height: 20px;
  border-color: 1px solid grey;
  border-radius: 10px;
  position: relative;
  line-height: 1;
  margin-right: 7px;
  transition: 0.4s all;
}
input[type="checkbox"]:disabled, input[type="checkbox"][disabled], input[type="checkbox"][disabled=""] {
  background-color: #f8f8f8;
  opactiy: 0.5;
}
input[type="checkbox"]:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: white;
  transition: 0.4s all;
}
input[type="checkbox"]:checked {
  background-color: #f39b2f;
}
input[type="checkbox"]:checked:before {
  left: calc(50% + 1px);
}
input[type=checkbox][disabled] {
  background-color: rgb(from #424242 r g b / 30%);
}
input[type=checkbox][disabled]:checked {
  background-color: rgb(from #f39b2f r g b / 30%);
}
.form {
  margin: 0px;
  padding: 0px;
}
.form li {
  display: block;
  padding-bottom: 10px;
  max-width: 100%;
}
.form li label, .form li .label {
  display: block;
  margin-bottom: 3px;
}
.form li input[type="text"], .form li input[type="email"], .form li input[type="url"], .form li input[type="date"], .form li input[type="number"], .form li input[type="password"], .form li input[type="web"], .form li textarea, .form li select {
  height: 38px;
  width: 100%;
  background-color: #f8f8f8;
  border: 1px solid grey;
  border-radius: 3px;
  padding: 0px 2%;
  box-sizing: border-box;
}
.form li textarea {
  height: auto;
  padding: 2%;
}
.form li input[type="radio"], .form li input[type="checkbox"] {
  position: absolute;
}
.form li.radio .field > div, .form li.checkbox .field > div {
  position: relative;
  padding: 2px 0px;
}
.form li.radio label, .form li.checkbox label {
  margin-left: 50px;
  display: block;
}
.form .req {
  display: inline-block;
  margin: 0px 5px;
  color: #f39b2f;
}
.form .hidden {
  display: none;
}
.form .g-recaptcha {
  margin: 10px 0px;
}
.form li .pflichtfeld_text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
}
.form .forTheBear {
  overflow: hidden;
  height: 0px;
  visibility: hidden;
}
.animateme {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.8s all;
}
.animateme.done {
  opacity: 1;
  transform: translateY(0px);
}
img.animateme {
  transition-delay: 0.2s;
}
.inner {
  max-width: 95%;
  width: 950px;
  margin: auto;
  position: relative;
}
.outer {
  max-width: 95%;
  width: 1300px;
  margin: auto;
  position: relative;
}
.wide {
  width: 98%;
  max-width: 1700px;
  margin: auto;
  position: relative;
}
#header {
  position: fixed;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
}
#header .container {
  height: 100px;
  background-color: #3a065b;
  border-radius: 0px;
  position: relative;
  transition: 1s all;
}
.scrolled #header .container {
  background-color: #3a065b !important;
  border-radius: 0px 0px 12px 12px;
  height: 75px;
}
.scrolled #header #logo {
  top: 50%;
  width: 100px;
}
#logo {
  max-width: 60%;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: block;
  width: 250px;
  transition: 1s all;
}
#logo img {
  display: block;
}
#nav {
  margin: 0px;
  padding: 0px;
  text-align: center;
  /* gets handled via javascript */
  /*
	li.lvl1:hover > .submenu {
		display: block;
	}
	*/
}
#nav li.lvl1 {
  list-style-type: none;
  display: inline-block;
  margin: 0px 18px;
}
#nav li.lvl1 a {
  display: inline-block;
  font-weight: 700;
  line-height: 35px;
}
#nav li.lvl1 a.active {
  color: #f39b2f;
}
#nav li.lvl1:hover a, #nav li.lvl1.hover a {
  text-decoration: underline;
}
#nav .submenu {
  padding: 0px;
  margin: 0px;
  display: none;
  position: absolute;
  z-index: 5;
  text-align: left;
  padding: 0px;
  background-color: red;
  min-width: 250px;
  border: 1px solid black;
  opacity: 0;
}
#nav .submenu li.lvl2 {
  margin: 0px;
  display: block;
  list-style-type: none;
}
#nav .submenu li.lvl2 a {
  padding: 0px 10px;
  display: block;
}
#mobilmenu_trigger {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 38px;
  z-index: 20;
  transform: translateY(-50%);
}
#mobilmenu_trigger span {
  position: relative;
  height: 4px;
  display: block;
  margin: 5px 0px;
  border-radius: 3px;
  background-color: white;
  transform: rotate(0deg);
  opacity: 1;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.mobilenav #mobilmenu_trigger .line1 {
  transform: translateY(9px) rotate(45deg);
}
.mobilenav #mobilmenu_trigger .line2 {
  opacity: 0;
}
.mobilenav #mobilmenu_trigger .line3 {
  transform: translateY(-9px) rotate(-45deg);
}
#mobilemenu {
  position: fixed;
  top: -100vh;
  left: 0px;
  width: 100%;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  transition: all 0.75s;
  z-index: 9;
}
#mobilemenu_container {
  height: 96svh;
  display: flex;
  box-sizing: border-box;
  z-index: 19;
  overflow: auto;
  background-color: #3a065b;
  border-radius: 0px 0px 84px 24px;
  justify-content: center;
  align-items: center;
}
.mobilenav #mobilemenu {
  top: 0px;
}
#nav_mobile {
  margin: 0px;
  padding: 0px;
}
#nav_mobile li {
  display: block;
  list-style-type: none;
  position: relative;
}
#nav_mobile li a {
  display: block;
  color: white;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 35px;
  font-weight: 300;
}
#nav_mobile li a.active {
  font-weight: 500;
}
#cookiehint {
  display: none;
  position: fixed;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  width: 750px;
  max-width: calc(100% - 30px);
  background-color: white;
  border-radius: 12px;
  border: 1px solid grey;
  padding: 35px;
  box-sizing: border-box;
}
#cookiehint .text {
  font-size: 94%;
}
#cookiehint a.readmore {
  color: #f39b2f;
  text-decoration: underline;
}
#cookiehint .checkboxes {
  margin-top: 10px;
}
#cookiehint .checkboxes .item {
  padding: 10px;
  background-color: #f8f8f8;
  border-radius: 12px;
  margin-bottom: 5px;
  display: flex;
  gap: 10px;
  align-content: center;
  align-items: center;
}
#cookiehint .checkboxes label {
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
#cookiehint .checkboxes .desc {
  font-size: 90%;
}
#cookiehint .buttons {
  margin-top: 15px;
}
#cookiehint .button {
  margin: 0px 10px 0px 0px;
  color: inherit;
}
#cookiehint .cookie_deny {
  background-color: white;
  border: 1px solid grey;
  color: grey;
}
#cookiehint .cookie_save {
  background-color: white;
  border: 1px solid grey;
  color: grey;
}
#cookiehint .cookie_acceptAll {
  color: white;
}
#keyvisual {
  margin-top: 50px;
  position: relative;
  height: 72vh;
  overflow: hidden;
  border-radius: 0px 0px 80px 40px;
}
#keyvisual.noimage {
  background-color: #3a065b;
  height: 30vh;
}
#keyvisual_image {
  height: 100%;
  position: relative;
}
#keyvisual_image img, #keyvisual_image video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#keyvisual_text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: white;
}
#page {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
#footer {
  position: relative;
  margin-top: 50px;
  padding: 40px 0px 20px 0px;
  color: white;
  background-color: #3a065b;
}
#footer:after {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  bottom: -15px;
  left: 0px;
  width: 100%;
  background-color: #3a065b;
}
#footer a {
  color: inherit;
}
#footer .flexcontainer {
  margin: auto;
  justify-content: center;
  gap: 30px;
}
#footer .socials {
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}
#footer .socials a {
  display: inline-block;
}
#footer .socials .ic {
  font-size: 34px;
}
#footer .footerlogo {
  text-align: center;
  padding: 40px 0px;
}
#footer .footerlogo img {
  display: inline-block;
  width: 150px;
}
#footer .links {
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 20px;
}
#footer .links a {
  font-weight: 300;
  text-transform: uppercase;
  display: block;
}
.tourdate #footer {
  margin-top: 0px;
  border-top: 1px solid #652d88;
}
.tourdate .section_wrapper.lastsection {
  margin-bottom: 0px;
}
.flexcontainer {
  display: flex;
  flex-wrap: nowrap;
}
.section_wrapper.hideSection {
  display: none;
}
.section_wrapper.noMargin .section {
  padding-bottom: 0px;
  margin-bottom: -75px !important;
}
.section_wrapper.noMargin:last-Child .section {
  margin-bottom: 0px !important;
}
.section_wrapper.bgsection {
  margin: 30px 0px;
  background-color: #3a065b;
  color: white;
  padding: 10px 10px 20px 10px;
}
.section_wrapper.bgsection h2, .section_wrapper.bgsection h3 {
  color: white;
}
.section_wrapper.noMargin.bgsection {
  margin-bottom: -30px;
}
.section_wrapper.noMargin.bgsection .section {
  margin-bottom: 0px !important;
}
.section {
  padding: 30px 0px;
  position: relative;
}
.section.firstsection {
  padding-top: 60px;
}
.section.text .text {
  margin: auto;
}
.accordeon {
  margin-bottom: 10px;
  position: relative;
  background-color: white;
  border: 2px solid #3a065b;
  border-radius: 12px;
}
.accordeon .title {
  padding: 22px 18px;
  color: #3a065b;
  font-weight: 500;
  position: relative;
}
.accordeon .title .ic {
  color: #3a065b;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 20px;
  cursor: default;
}
.accordeon .title .ic.opened {
  display: none;
}
.accordeon .title .ic.closed {
  display: inline-block;
}
.accordeon .content {
  display: block;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.accordeon .contentbox {
  padding: 5px 18px 30px 18px;
}
.accordeon.opened .content {
  max-height: 500px;
  overflow: auto;
}
.accordeon.opened .title {
  font-weight: bold;
}
.accordeon.opened .title .ic.opened {
  display: inline-block;
}
.accordeon.opened .title .ic.closed {
  display: none;
}
.section.video .videocontainer, .section.video_youtube .videocontainer {
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 36px 12px;
}
.section.video .videocontainer video, .section.video_youtube .videocontainer video {
  width: 100%;
  max-width: 100%;
  margin: auto;
  display: block;
  object-fit: cover;
  background-color: #652d88;
}
.section.video .videocontainer video[poster], .section.video_youtube .videocontainer video[poster] {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.youtube_wrapper .videocontainer {
  position: relative;
  padding-bottom: 56.6%;
}
.youtube_wrapper .videocontainer iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
#blog_newest {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
#blog_newest .item {
  width: calc(50% - 25px);
  padding: 70px 25px 100px 25px;
  background-color: transparent;
  border: 1px solid #f39b2f;
  position: relative;
  box-sizing: border-box;
}
#blog_newest .date {
  text-transform: uppercase;
  font-weight: 400;
}
#blog_all .container .item {
  padding: 25px;
  margin-bottom: 25px;
  border: 1px solid grey;
  box-sizing: border-box;
}
#blog_all .container .date {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
  box-sizing: border-box;
}
.externals_loader {
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  /* transform: translateY(-50%) translateX(-50%); */
}
.externals_loader > div {
  max-width: 500px;
  margin: auto;
  position: relative;
  z-index: 1;
  text-align: center;
}
.externals_loader button {
  cursor: pointer;
}
.slick-dots {
  position: absolute;
  margin: 0px;
  padding: 0px;
  width: 90%;
  bottom: -70px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
.slick-dots li {
  list-style-type: none;
  display: inline-block;
}
.slick-dots li button {
  color: transparent !important;
  display: block;
  padding: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px 5px;
  background-color: transparent;
  border: 1px solid #f39b2f;
}
.slick-dots li.slick-active button {
  background-color: #f39b2f;
}
.headlinebox {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.tourdates_container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 8px;
}
.tourdates_container h3 {
  display: block;
  margin: 10px 0px 0px 10px;
  font-size: 28.8px;
  font-weight: bold;
}
.tourdates_container .item {
  position: relative;
  border-radius: 12px;
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  background-color: #3a065b;
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  font-size: 19px;
  line-height: 1.2;
  transition: 0.4s all;
}
.tourdates_container .item:hover {
  text-decoration: none;
  background-color: #28043e;
}
.tourdates_container .item:hover .details_link span {
  transform: translateX(4px);
}
.tourdates_container .datebox {
  margin-right: 20px;
  min-width: 15%;
}
.tourdates_container .datebox .date {
  font-size: 24px;
  font-weight: 800;
  color: #f39b2f;
}
.tourdates_container .location {
  margin-right: 20px;
  min-width: 20%;
}
.tourdates_container .location .city {
  font-weight: bold;
}
.tourdates_container .location .venue {
  font-weight: 300;
}
.tourdates_container .programm {
  font-size: 17px;
  max-width: 32%;
}
.tourdates_container .details_link {
  margin-left: auto;
  text-align: right;
  color: #f39b2f;
  line-height: 1;
  position: relative;
}
.tourdates_container .details_link span {
  font-size: 200%;
  transition: 0.2s all;
  transform: translateX(0px);
}
.tourdates_container .details_link .soldout {
  position: absolute;
  line-height: 1;
  right: 130%;
  top: 50%;
  transform: translateY(-55%);
  padding: 5px 12px;
  color: white;
  background-color: #f6005d;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
}
.tourdates_container .details_link .high_request {
  position: absolute;
  line-height: 1.1;
  right: 125%;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px 12px;
  min-width: 90px;
  box-sizing: border-box;
  color: white;
  background-color: #652d88;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}
.button_container {
  text-align: center;
  padding: 30px 0px 0px 0px;
}
body.tourdate #header, body.tourdate #header .container {
  background-color: transparent;
}
#details .button_section {
  padding: 10px 0px;
}
#details .button_section .info {
  display: block;
  margin-top: 8px;
  font-weight: 500;
}
#details #high_request {
  font-weight: 500;
  color: #652d88;
  display: inline-flex;
  align-items: center;
  position: relative;
  line-height: 1;
  margin: 8px 0px;
  font-size: 100%;
  background-color: #f5f5f5;
  padding: 8px 25px;
  border-radius: 5px;
}
#details #high_request .ic {
  font-size: 23px;
  transform: translateY(-8%);
}
#detail_keyvisual {
  background-color: #652d88;
  background: #3D0A6F;
  background: linear-gradient(130deg, #3d0a6f 0%, #652d88 100%);
  padding: 220px 20px 50px 20px;
  border-radius: 0px 0px 80px 40px;
  box-sizing: border-box;
}
#detail_keyvisual .container {
  margin: auto;
}
#detail_keyvisual h1 {
  color: white;
  font-weight: bold;
  text-align: left;
}
#detail_keyvisual h1 span {
  font-weight: 400;
}
#detail_keyvisual h1 .city {
  color: #f39b2f;
}
#detail_keyvisual .maininfos {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 300;
  color: white;
}
#detail_keyvisual .maininfos .ic {
  margin-right: 5px;
  display: inline-block;
  color: #f39b2f;
  transform: translateY(12%);
}
#detail_keyvisual .maininfos .time, #detail_keyvisual .maininfos .place {
  margin: 10px 0px;
}
#detail_keyvisual .buttons {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  flex-wrap: nowrap;
}
#detail_shorts {
  max-width: 100%;
}
#detail_shorts .container {
  overflow: auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  padding-bottom: 10px;
  scrollbar-color: #3a065b white;
  scrollbar-width: thin;
  /* auto, thin, none */
}
#detail_shorts .item {
  position: relative;
  flex-shrink: 0;
  width: 280px;
  border-radius: 12px;
  overflow: hidden;
}
#detail_shorts .item:after {
  pointer-events: none;
  content: "";
  opacity: 1;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 30%;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 2;
  transition: 0.3s all;
}
#detail_shorts .item:hover:after {
  opacity: 0;
}
#detail_shorts .item:hover .title {
  opacity: 0;
}
#detail_shorts .item .video {
  background-color: #f0f0f0;
  width: 100%;
  padding-bottom: 170%;
  position: relative;
  z-index: 1;
}
#detail_shorts .item .video video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#detail_shorts .item .title {
  pointer-events: none;
  position: absolute;
  bottom: 15px;
  left: 15px;
  opacity: 1;
  z-index: 3;
  color: white;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  max-width: 90%;
  transition: 0.3s all;
}
.section.quote_fact .quote {
  margin: auto;
  width: 90%;
  max-width: 450px;
  font-weight: 500;
  line-height: 1.1;
  font-size: 35px;
  text-align: center;
}
.section.quote_fact .quote p {
  margin: 0px;
}
.section.quote_fact .name {
  display: block;
  text-align: center;
  font-weight: 400;
  padding-top: 12px;
}
#pager {
  padding: 50px 0px 30px 0px;
  text-align: center;
}
#pager .link {
  display: none;
}
#pager .link.show {
  margin: 0px 15px 5px 15px;
  display: inline-block;
}
#pager .all {
  margin-bottom: 20px;
}
.section.text_img .image {
  border-radius: 12px 12px 36px 12px;
  overflow: hidden;
}
.section.text_img .image img {
  display: block;
}
.slick-prev, .slick-next {
  background-color: transparent;
  color: white;
  font-size: 30px;
  padding: 10px 0px;
  position: absolute;
  z-index: 1;
  top: 50%;
  background-color: #652d88;
  border-radius: 12px;
  transform: translateY(-50%);
  left: -5px;
}
.slick-prev .ic:before, .slick-next .ic:before {
  margin: 0px;
}
.slick-next {
  left: auto;
  right: -5px;
}
.gallery_slider .textbox {
  margin: auto;
  max-width: 700px;
}
.gallery_slider .gallery_slider_container {
  margin: auto;
}
.gallery_slider .item {
  border-radius: 12px;
  overflow: hidden;
  margin: 0px 5px;
}
.gallery_slider .item img {
  display: block;
  width: 100%;
}
.section.attributes .attributes_container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  flex-direction: column;
}
.section.attributes .attributes_container .item {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 15px;
  background-color: white;
  border: 2px solid #3a065b;
  border-radius: 12px;
}
.section.attributes .attributes_container .item .label {
  float: left;
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}
.section.text_img_2grid .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.section.text_img_2grid .container > * {
  width: 50%;
}
.section.text_img_2grid .headlinebox {
  margin: 0px;
  text-align: left;
}
.section.text_img_2grid .headlinebox h3, .section.text_img_2grid .headlinebox .h3 {
  margin-bottom: 10px;
}
.section.text_img_2grid .textbox {
  padding: 25px 40px 25px 40px;
}
.section.text_img_2grid .image, .section.text_img_2grid .slidercontainer .item {
  display: block;
  overflow: hidden;
  border-radius: 12px;
}
.section.text_img_2grid .image img, .section.text_img_2grid .slidercontainer .item img {
  display: block;
  max-width: 100%;
}
.section.text_img_2grid .container.layout_img_text {
  /* reverse */
  flex-direction: row-reverse;
}
.section.text_img_2grid .slidercontainer .item {
  margin: 20px;
}
.section.text_img_2grid .slick-prev {
  left: 0px;
}
.section.text_img_2grid .slick-next {
  right: 0px;
}
.section.gallery_masonry .masonry .gutter-sizer {
  width: 15px;
}
.section.gallery_masonry .masonry .grid-sizer, .section.gallery_masonry .masonry .grid-item, .section.gallery_masonry .masonry .item {
  width: calc(25% - 12px);
}
.section.gallery_masonry .masonry .item {
  box-sizing: border-box;
  position: relative;
  display: block;
  float: left;
  margin-bottom: 15px;
  border-radius: 12px 12px 24px 12px;
  overflow: hidden;
}
.section.gallery_masonry .masonry .item img, .section.gallery_masonry .masonry .item video {
  display: block;
  width: 100%;
  transition: 0.4s all;
  transform: scale(1);
}
.section.gallery_masonry .masonry .item.image:hover img {
  transform: scale(1.05);
}
#share {
  display: flex;
  margin: 45px 0px 0px 0px;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
#share .title {
  font-weight: 500;
}
#share a {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  border-radius: 12px;
  border: 1px solid black;
  text-align: center;
  padding: 0px 14px;
  height: 30px;
}
#share a.facebook {
  color: #0064E0;
  border-color: #0064E0;
}
#share a.whatsapp {
  color: #25D366;
  border-color: #25D366;
}
#share a.pinterest {
  color: #CC001F;
  border-color: #CC001F;
}
