/***********************
GLOBALE WERTE
***********************/
@font-face {
    font-family: 'Archivo_Narrow';
    src: url('fileadmin/TEMPLATE/fonts/Archivo_Narrow/ArchivoNarrow-Regular.ttf');
    font-weight: 700;
}
@font-face {
  font-family: 'Archivo_Narrow_Bold';
  src: url('fileadmin/TEMPLATE/fonts/Archivo_Narrow/ArchivoNarrow-Bold.ttf');
  font-weight: bold;
}

body {
  line-height: 1.6;
  font-size: 16px;
  font-family: 'Archivo_Narrow';
  color: #50413c;
  background: #dadada;
}
.body-bg {
  position: relative;
  padding-bottom: 650px;
  min-height: 100vh;
}
a, .footer-section a, .footer-section-meta .language-menu .active a, .active a, .dropdown-menu > .active > a {
  color: #cc3914;
  transition: 0.2s ease;
}
  a:hover, .footer-section a:hover, .footer-section-meta .language-menu .active a:hover {
    color: #50413c;
  }
img {
  max-width: 100%;
  height: auto;
}
.section-default {
  padding: 0;
}
#content p a {
  text-decoration: underline dotted;
}
iframe {
  width: 100%;
}
nav {
  margin-bottom: 0px;
}
b, strong {
  font-weight: bold;
  font-family: 'Archivo_Narrow_Bold';
}
/***********************
TEXTFORMATTIERUNG
***********************/
h1,h2,h3 {
  font-family: 'Archivo_Narrow', Arial, sans-serif;
  color: #d31215;
}
h1 {
  font-size: 3.157em;
  font-weight: 400;
}
h2 {
  font-size: 2.369em;
}
h3 {
  font-size: 1.777em;
}
.lead {
  font-size: 16px;
}
/***********************
BUTTON
***********************/
svg {
  width: 20px;
  height: 20px;
}
svg {
  fill: #777;
}
.btn {
  border-radius: 10px;
  color: #777;
  background-color: transparent;
  padding: 0;
}
.btn:hover {
  background-color: transparent;
}
.btn span {
  padding: 12px;
  vertical-align: super;
}
/***********************
NAVIGATION
***********************/
.navbar-main {
  margin-top: 42px;
}
.language-menu {
  display: flex;
  justify-content: flex-end;
}
.language-menu ul {
  display: flex;
  list-style: none;
  padding: 0 20px 0 0;
  flex-wrap: wrap;
  max-width: 430px;
  justify-content: flex-start;
}
.language-menu * {
  font-family: Helvetica, Arial, sans-serif;
}
/*
#language_menu li:first-child {background: url('/fileadmin/TEMPLATE/img/deutschland.svg');}
#language_menu li:nth-child(2) {background: url('/fileadmin/TEMPLATE/img/england.svg');}
#language_menu li:nth-child(3) {background: url('/fileadmin/TEMPLATE/img/frankreich.svg');}
#language_menu li:nth-child(4) {background: url('/fileadmin/TEMPLATE/img/spanien.svg');}

.language-menu #language_menu li {
  background-repeat: no-repeat;
  width: 35px;
  height: 23px;
  color: transparent;
  margin-right: 20px;
}
.language-menu #language_menu a {
  color: transparent;
}
*/
.navbar .language-menu li span {
  padding: 0;
  margin: 0 20px 0 0;
}
.navbar .language-menu li a {
  text-decoration: underline;
  padding: 0;
}

.navbar-brand-image img {
  max-width: 200px;
  max-height: none;
}

.navbar-default {
  background: #dadada;
  border-bottom: 2px solid #fff;
}
.navbar.navbar-default.navbar-has-image.navbar-top {
  animation-name: entry;
  animation-duration: 1s;
}
.navbar li a {
  background: transparent;
  font-family: Helvetica, Arial, sans-serif;
  padding: 4px 12px;
  transition: all 0.2s ease-in;
  position: relative;
  overflow:hidden;
  cursor: pointer;
  text-transform: capitalize;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #d31215;
}
.navbar-default .navbar-nav > .active > a {
  color: #d31215;
}
#navbar li a:hover,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default-transition .navbar-nav > li > a:hover,
.navbar-default-transition .navbar-nav > li > a:focus,
.navbar-default-transition.navbar-transition .navbar-nav > li > a:hover,
.navbar-default-transition.navbar-transition .navbar-nav > li > a:focus {
  border-color: #d31215;
  color: #d31215;
}
.navbar .language-menu li a {
  padding: 0;
}

/*prev-next-nav*/
.page-nav {
  position: absolute;
  width: 100%;
  top: 200px;
}
.page-nav span {
  padding: 10px;
}
.page-nav .prev {
  float: left;
}
.page-nav .next {
  float: right;
}

/*KÜNSTLERNAME*/
#c270 {
  padding: 0;
}

.name h3 {
  margin: 0;
  font-size: 2em;
}
/*DROPDOWN*/
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-menu {
  border: none;
  border-bottom: 2px solid #cc3914;
  box-shadow: none;
  padding: 0;
}
.navbar-main .dropdown-menu li a {
  margin: 0 0 20px 0;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-main .dropdown-menu .active a{
  background: transparent;
  color: #cc3914;
}
/*BREADCRUMB*/
.breadcrumb-section {
    background-color: #f6f1ed;
    border-bottom: none;
}
.breadcrumb-section .breadcrumb {
  background: #f6f1ed;
}
/***********************
INHALT
***********************/
.btn-primary,
button {
  background: #cc3914;
  border-color: #cc3914;
}
  .btn-primary:hover,
  button:hover {
    background: #50413c;
  }
/***********************
INHALTSLAYOUTS
***********************/
.hintergrund-alternativ {
  background: #efefef;
  padding: 40px 0;
  border-top: 1px solid #dbd8d8;
  border-bottom: 1px solid #dbd8d8;
}
  .hintergrund-alternativ .col-md-4 {
    padding: 0 30px;
  }

.highlight-box {
  background: #fff;
  border-radius: 8px;
  border: 2px solid #e9e9e9;
}

.galerie--uebersicht img {
  box-shadow: inset 0 0 0 0 #30231d;
  transition: all 0.2s ease;
}
.galerie--uebersicht img:hover {
  box-shadow: inset 0 0 0 2px #30231d;
}
.galerie--uebersicht .caption {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #d31215;
}
.gallery-row .caption {
  word-break: normal;
}
/***********************
GALERIE
***********************/
@keyframes galerieEntry {
  0% {transform: scale(0)}
  75 {transform: scale(1.1);}
  100%{transform: scale(1);}
}
.gallery-item {
  transform: scale(0);
  margin-bottom: 30px;
}
.gallery-row .gallery-item:nth-child(2),
.gallery-row .gallery-item:nth-child(4) {
  animation-delay: 0.2s;
}
.gallery-row .gallery-item:nth-child(3),
.gallery-row .gallery-item:nth-child(5),
.gallery-row .gallery-item:nth-child(7){
  animation-delay: 0.4s;
}
.gallery-row .gallery-item:nth-child(6){
  animation-delay: 0.5s;
}

.gallery-item img {
  max-width: 79.3%;
}

.gallery-row .gallery-item {
  animation: galerieEntry 0.3s linear forwards;
}

.gallery-row figure {
  overflow: hidden;
}
.gallery-row .col-md-2 figure {
  height: auto;
}
  .gallery-row .col-md-2 a {
    height: auto;
    display: block;
  }
    .gallery-row .col-md-2 img,
    .gallery-row .col-md-3 img,
    .gallery-row .col-md-4 img {
      opacity: 1;
      height: auto;
      width: 100%;
    }

.gallery-row .col-md-4 figure {
  height: auto;
}
  .gallery-row .col-md-4 a {
    height: auto;
    display: block;
  }

.gallery-row .col-md-3 figure,
.gallery-row .col-md-3 a {
  height: auto;
}
.gallery-row .col-md-3 a{
  display: block;
}
/***********************
FOOTER
***********************/
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}
.footer-section {
  background: transparent;
  color: #cc3914;
}
.footer-section h3 {
  color: rgb(86, 86, 86);
}
  /*******************
  GOOGLE MAPS
  *******************/
  #section_map {
    background-color: #fff;
    border-top: 1px solid #eee;
  }
    #map {
      width: 100%;
      height: 350px;
    }

.scroll-top {
  border: none;
  border-radius: 50%;
}
  .scroll-top:hover {
    background: #cc3914;
    border-radius: 0;
  }
/***********************
EXTENSIONS
***********************/
  /***********************
  TX_news
  ***********************/
  .news-list-item {
    margin-bottom: 40px;
  }
  .label-info {
    background: #009999;
  }
  /***********************
  tt_address
  ***********************/
  .postal-code {
    margin: 0 5px 0 0;
  }
  /***********************
  Indexed Search
  ***********************/
  .media {
    margin: 55px 0;
  }
  .media-list .media {
    margin: 0 0 10px 0;
  }
  /***********************
  Slick slider
  ***********************/
  .slick-container {
    box-shadow: 0px 11px 21px 0px rgba(0, 0, 0, 0.1);
    max-height: 680px;
    overflow: hidden;
  }
  /***********************
  Calendarize
  ***********************/
  /*Liste*/
  .panel,
  .panel-body {
    padding: 0;
    box-shadow: none;
  }
  .panel-default {
    border: none;
  }
  .media.calendarize-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .calendarize-item .media-body {
    padding: 35px;
  }
  /*Detail*/
  .dl-horizontal,
  .calendarize .downloads {
    margin: 14px 0;
  }
  .dl-horizontal dt {
    text-align: left;
  }
  .calendarize .images img {
    margin-right: 20px;
  }
  .downloads a {
    padding-left: 15px;
  }
  .panel--detail {
    background: transparent;
  }
  .panel--detail .btn {
    margin-top: 20px;
    padding: 0;
    background: transparent;
    border: none;
    text-decoration: underline;
  }
  .panel--detail .images img {
    max-width: 300px;
    cursor: pointer;
  }
  /*Lightboxed*/
  .images.darkened {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.9);
    z-index: 1001;
  }
    .images.darkened img {
      display: none;
    }
    .images.darkened img.lightboxed {
      display: block;
    }
  .panel--detail .images img.lightboxed {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 90vw;
  }

  .no--overflow {
    overflow: hidden;
  }
  /***********************
  NEWS
  ***********************/
  /*LISTE*/
  .news-list-view .article {
    display: flex;
  }
    .news-list-view .article > * {
      width: 50%;
    }
  
  .news .article .news-img-wrap a {
    padding: 0;
  }
  .news-list-view .article .news-img-wrap {
    margin: 0;
  }
  .news-text-main {
    background: #fff;
    padding: 35px;
  }
  /*DETAIL*/
  .news-single .article .news-img-wrap {
    float: none;
    width: 100%;
    background: transparent;
    display: flex;
    margin: 30px 0px;
  }
  .news-single .article .news-img-wrap img {
    max-width: 300px;
    margin: 0 30px 0 0;
    cursor: pointer;
  }
  .news-related {
    padding-left: 0;
  }
  .news-related-links ul {
    list-style: none;
    padding: 0;
    font-size: 1.2em;
  }

  /*NEWS LIGHTBOX*/
  .mediaelement-image.darkened {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.9);
    z-index: 1001;
  }
    .mediaelement-image.darkened img {
      display: none;
    }
    .mediaelement-image.darkened img.lightboxed {
      display: block;
    }
  .news-single .mediaelement-image img.lightboxed {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 90vw;
  }
/***********************
MEDIAQUERIES
***********************/
@media screen and (min-width: 992px) {
    .body-bg-top {
      padding-top: 0px;
    }
    /*Navigation*/
    header {
      margin: 20px 0;
    }
    #content header {
      margin: 0;
    }
    .navbar-main li a {
      line-height: 33px;
      margin: 19px 0;
    }
    .navbar-header-main .navbar-brand {
      line-height: 80px;
      height: 120px;
    }
}
@media screen and (max-width: 992px) {
  .dropdown-menu {
    position: relative;
    float: initial;
  }
  .dropdown-menu {
    background: #d4cec9;
    border: none;
  }
  .dropdown-menu li {
    padding-left: 10px;
  }
  .navbar-main .dropdown-menu li a {
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a:hover{
    border-color: transparent;
  }
  .dropdown > .dropdown-menu {
    display: block;
  }
  .name {
    float: left;
    margin: 20px 0 10px 12px;
  }

}
@media screen and (min-width: 767px) {
  /*EXTENSIONS*/
    /*Calendarize*/
    .panel {
      margin-bottom: 120px;
      box-shadow: 0px 11px 21px 0px rgba(0, 0, 0, 0.1);
    }
    .panel.panel--detail {
      box-shadow: none;
    }
    .media.calendarize-item > a,
    .media.calendarize-item > .media-body {
      max-width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .container.content {
      padding: 0 10%;
    }
    .gallery-row .caption {
        margin-bottom: 40px;
        height: auto;
    }
}
@media screen and (max-width: 400px) {
  h1 {
    font-size: calc(3.157em / 1.5);
  }
  h2 {
    font-size: calc(2.369em / 1.5);
  }
  h3 {
    font-size: calc(1.777em / 1.5);
  }
}