/****************** FONTS *******************/

@import url("/assets/site/css/fonts/gilroy/stylesheet.css");

body,
input,
select,
textarea,
button {
  font-family: "Gilroy";
}

html {
  scroll-behavior: smooth;
}

/****************** FONTS *******************/

/****************** VAR *******************/
:root {
  --body_bg: #f5f5f5;

  --text_color: #222831;

  /* i dont know where --text_color_2 is used*/

  --text_color_2: #222831;

  /* --color_0 - footer overlay, title in news card */

  --color_0: #393e46;

  /* --color_1 - buttons and hovers */

  --color_1: #3fc1c9;

  /* --color_2 - see all button */

  --color_2: #364f6b;

  /* --color_3 - dates in news card */

  --color_3: #373a36;

  /* didn't find yet */

  --color_4: #354a54;

  /* --color_5: border in media page */

  --color_5: #dbdfe7;

  --color_6: #003043;

  --color_1_1: #4594d6;

  --color_1_2: #43d1c1;

  /*
 --color_1_3  : #ffffff;
 */

  --shadow_1: rgba(238, 238, 238, 0.6);
}
/****************** VAR - END *******************/

.logo_main_menu {
  padding: 9px 0px;
}

.logo_main_menu img {
  max-width: 120px;
}
/*main margin top*/

@media screen and (max-width: 767px) {
  main {
    margin-top: 80px;
  }
}

/*TITLE*/

.content_text blockquote {
  /*background: url(../../../custom/images/icons/title_img.svg) top 8px center no-repeat transparent;*/
  /*padding: 154px 0px 20px 0px;*/
  /*background-size: 227px;*/
  background: none;
  padding-top: 0;
}

.ig__home_quote blockquote {
  background: url(../../../custom/images/icons/title_img.svg) top 8px center
    no-repeat transparent;
  padding: 154px 0px 20px 0px;
  background-size: 227px;
}

.title_semibig {
  /*background: url(../../../custom/images/icons/title_img.svg) bottom 93px center no-repeat transparent;*/
  background: none;
  /*padding-top: 107px;*/
  /*background-size: 200px;*/
}

.title_big,
.article_page_title {
  text-align: center;
  /*padding-bottom: 65px;*/
  font-size: 5em;
  font-weight: 900;
  text-transform: uppercase;
  /*background: url(../../../custom/images/icons/title_img.svg) bottom 109px center no-repeat transparent;*/
  background: none;
  /*background-size: 200px;*/
  /*padding-top: 87px;*/
}

@media screen and (max-width: 767px) {
  .title_big,
  .article_page_title {
    /*padding-top: 112px;*/
    font-size: 3em;
  }
}

.article_page_title {
  /*margin-bottom: -100px;*/
}

.event_page_title {
  /*background: url(../../../custom/images/icons/title_img.svg) bottom 48px center no-repeat transparent;*/
  /*background-size: 145px;*/
  /*padding-top: 73px;*/
  background: none;
}

/*BUTTON*/
a.btn.btn-simple-filled:link,
.btn.btn-simple-filled,
a.btn.btn-simple-filled:visited,
.btn.btn-simple-filled:visited {
  color: var(--color_2);
  border: none;
  background: var(--color_1_1);
}

a.btn.btn-simple-filled:hover,
.btn.btn-simple-filled:hover {
  background: var(--color_2);
  color: #fff;
}
/*MAIN NAV*/

.main_menu li {
  flex-grow: initial !important;
}

.main_menu li a {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.main_menu ul {
  justify-content: flex-end;
}

nav ul a {
  font-size: 1.3rem;
}

.menu_inner.right-sheet {
  padding: 16px 0;
}

/*MAIN NAV BUTTON*/

#main_menu .menu_button .material-icons {
  font-size: 30px;
}
#main_menu .menu_button {
  padding: 30px 10px;
}

/*MAIN NAV HOVER*/

.main_menu_block_4 .main_menu ul li a:hover,
.main_menu_block_4 .main_menu ul li a:focus {
  background: none;
  color: var(--text_color);
}

.main_menu_block_4 .main_menu ul li a:after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  transform: scaleY(0);
  background-color: var(--color_1);
  transition: transform 0.3s;
}
.main_menu_block_4 .main_menu ul li a:hover:after,
.main_menu_block_4 .main_menu ul li a:hover:focus {
  transform: scaleY(1);
}

.main_menu_block_4 .main_menu ul li.current a {
  background: none;
  color: var(--text_color);
}
.main_menu_block_4 .main_menu ul li.current a:after {
  transform: scaleY(1);
}

/*MAIN NAV DROPDOWN*/

.main_menu ul li .dropdown-content li:hover,
.dropdown-content li.active {
  background: none;
}

.main_menu_block_4
  .main_menu
  li.dropdown__items:hover
  ul.dropdown-content
  li
  a:hover:after {
  transform: scaleY(0) !important;
  background: var(--color_1) !important;
}

.main_menu_block_4
  .main_menu
  li.dropdown__items:hover
  ul.dropdown-content
  li.current
  a:after {
  transform: scaleY(0) !important;
}

.main_menu_block_4
  .main_menu
  li.dropdown__items:hover
  ul.dropdown-content
  li:hover,
.main_menu_block_4
  .main_menu
  li.dropdown__items:hover
  ul.dropdown-content
  li.current {
  background: var(--color_1) !important;
}

/*MAIN SLIDE*/

.main_slider_4 .main_slide_content {
  padding-top: 200px;
  text-align: left;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(245, 245, 245) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(245, 245, 245) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(245, 245, 245) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

/*DISCOGRAPHY*/
.album_services_item_link img {
  max-height: 57px;
}

body[class^="albums_item"] .items_also_block {
  display: none;
}

body[class^="albums_item"] main {
  background: linear-gradient(
      180deg,
      rgba(255, 253, 253, 0.85760241596638653) 0%,
      rgba(255, 246, 242, 0.8) 50%
    ),
    url(/uploads/images/DSC00366%20Large.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  margin-top: 0;
}

body[class^="albums_item"] .content_wrapper {
  padding-top: 110px;
}

.ig__discography-home .btn-container {
  display: none;
}

/*EVENTS*/

/*.events_itm_link {*/
/*    pointer-events: none;*/
/*}*/

.events_item_time {
  display: none !important;
}

.calendar_filter_wrapper {
  display: none;
}

.event_page_label {
  background: rgba(190, 252, 255, 0.2);
  color: var(--color_1);
}

.events_item_city {
  color: var(--color_1);
}

/*FOR POSTER*/

.events_53 .events_itm_image {
  position: initial;
  /*width: auto; */
  height: auto;
}

.events_53 .events_itm_link {
  background: linear-gradient(
    180deg,
    rgba(243, 240, 239, 1) 0%,
    rgba(240, 221, 205, 1) 100%
  );
}
.events_53 .events_itm_content_block {
  opacity: 0;
  display: none;
}

.events_53 .events_itm_image_narrow {
  position: initial;
  display: block;
  border-radius: 5px;
}

.events_53 main {
  margin-top: 0;
}
.events_53 .content_wrapper {
  padding-top: 110px;
}

.ig__text-fadeaway-container {
  float: right;
}

.ig__text-fadeaway-small {
  font-size: 3em;
  margin-bottom: -27px;
  font-weight: 600;
  color: #dab49c;
}

.ig__text-fadeaway-small-1 {
  opacity: 0.2;
}

.ig__text-fadeaway-small-2 {
  opacity: 0.4;
}
.ig__text-fadeaway-small-3 {
  opacity: 0.7;
}
.ig__text-fadeaway-large {
  font-size: 3.4em;
  font-weight: 900;
  color: #dab49c;
}

.events_53 .events_itm_image_narrow img {
  width: 80%;
  display: -webkit-box;
  margin-left: auto;
}

.events_53 .events_itm_image_narrow {
  position: relative;
}

.events_53 .events_itm_button_simple {
  right: 0px;
  left: auto;
  width: fit-content;
}

.events_53 .events_itm_past_block {
  background: rgba(0, 0, 0, 0.2);
}
.ig__artists-left {
  position: absolute;
  transform: rotate(-90deg);
  bottom: -51px;
  transform-origin: top left;
  left: 20px;

  font-size: 1.4em;
  font-weight: 400;
  color: rgb(128, 97, 89);
}

.ig__event-details--container {
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.ig__event-details--title {
  font-size: 1.4em;
  font-weight: 600;
  color: #b5946f;
}
.ig__event-details--details {
  font-size: 1.2em;
  font-weight: 600;
  color: #826d5e;
}

@media screen and (max-width: 1000px) {
  .ig__artists-left {
    left: 10px;
    font-size: 1.4em;
  }

  /*.ig__event-details--container {*/
  /*        padding-left: 40px;*/
  /*    padding-top: 20px;*/
  /*    padding-bottom: 20px;*/
  /*}*/
  .ig__event-details--title {
    font-size: 1.4em;
  }
  .ig__event-details--details {
    font-size: 1.2em;
  }

  .ig__text-fadeaway-small {
    font-size: 2em;
    margin-bottom: -19px;
  }

  .ig__text-fadeaway-large {
    font-size: 2.4em;
  }
}

/*CONTACT*/

.simple_page_47 .content_wrapper {
  background: linear-gradient(
      180deg,
      rgba(255, 253, 253, 0.35760241596638653) 0%,
      rgba(255, 246, 242, 1) 100%
    ),
    url(/uploads/images/DSC09523%20Large.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
}

body[class^="simple_page"] main {
  margin-top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  margin-top: 0;
}

@media screen and (max-width: 1000px) {
  body[class^="simple_page"] main {
    /*background-repeat: repeat;*/
    background-attachment: scroll;
  }
}

body[class^="simple_page"] .content_wrapper {
  padding-top: 110px;
}

.simple_page_47 main {
  margin-top: 0;
}

.simple_page_47 #content {
  padding-top: 54px;
}

.accordion_item {
  background: var(--body_bg);
}

/*footer*/

#footer_wrapper {
  background-color: var(--color_2);
}

/*ADM LINK TUTORIAL*/

.ig__adm-tutorial-link {
  /*text-align: center;*/
  /*position: absolute;*/
  /*bottom: 14px;*/
  /* font-size: 1.2em; */
  /* padding: 0 32px; */
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}

.ig__adm-tutorial-link i {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
}

.ig__adm-tutorial-link:hover {
  background: var(--color_2);
  color: var(--color_1);
}

@media only screen and (max-width: 992.99px) {
  .sidenav > a.ig__adm-tutorial-link {
    padding: 0 32px;
  }
}

.copyright {
  padding-bottom: 20px;
}

.medias_51 .content_wrapper {
  background: linear-gradient(
      180deg,
      rgba(255, 253, 253, 0.85760241596638653) 0%,
      rgba(255, 246, 242, 0.8) 50%
    ),
    url(/uploads/images/DSC09523%20Large.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
}

a[href="/impressum"] {
  color: #eee !important;
  font-size: 0.8em !important;
}

nav ul a {
  font-size: 1rem;
}

/* main nav overlap with logo fix ADDED BY JS IF NEEDED  */

.ig__overlap-menu .main_menu li a {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.ig__overlap-menu .main_menu ul {
  justify-content: space-evenly;
}
