/* ---------- adr / event -------------- */

.adr_zeile_premium,
.event_zeile_premium {
  border: 2px solid #dc8f09;
}

.premium-star {
  float: right;
  background-color: #db8e08;
  font-size: 0.6em;
  font-weight: bold;
  color: white;
  padding: 3px 6px 0px 6px;
  border-radius: 3px;
}

.img-box {
  height: 260px;
  overflow: hidden;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* -------- carousel ---------- */

#info-carousel {
  margin-top: 16px;
}

.slide {
  border-top: 1px solid #dedede;
  padding-top: 10px;
}

.carousel-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;


}

.carousel-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 16px 10px;
  margin: 10px 20px;
  background: #ffffff;
}

.carousel-control {
  width: 8% !important;
}

.carousel-control.left,
.carousel-control.right {
  background-image: unset;
}

@media (max-width: 649px) {
  .carousel-item {
    flex-wrap: wrap;
    min-height: 180px;
  }

  .carousel-item-text {
    text-align: center;
  }
}

.carousel-item-image {
  margin: 20px;
  align-self: center;
  flex-grow: 0;
}

.carousel-item-image img {
  /* min-width: 60px;
  max-height: 60px;
  */
}

.carousel-item-text {
  font-size: 0.8em;
  align-self: center;
  max-width: 200px;
}

.carousel-item-text h6 {
  font-size: 0.8em;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
}

.carousel-item-text p {
  margin: 0px;
}

/* -------------------  BASIC-LAYOUT ----------------- */

.btn-primary:active,
.btn-primary.active,
.btn-primary:focus,
.btn-primary.focus {
  background-color: #b47132 !important;
  border-color: #b47132 !important;
}

#cms_savedata .btn,
#cms_savedata_off .btn,
#div_footer1 .btn {
  text-transform: uppercase !important;
}

li.dropdown ul.dropdown-menu {
  display: block;
}


.navbar .dropdown-menu>li li li {
  text-indent: 85px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #262626;
  background-color: #b3a7a7;
}

.navbar .dropdown-submenu>a::after {
  content: '';
  border: 4px solid transparent;
  border-top: 4px solid white;
  margin-left: 6px;
  margin-bottom: 3px;
  display: inline-block;
  vertical-align: bottom;
}


a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

#div_footer2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

#div_footer3 {
  padding-top: 30px;
  padding-bottom: 20px;
}


#cms_savedata .btn-default,
#cms_savedata .btn-default a,
#cms_savedata .footer1_innen a {
  border-color: #ccc;
  color: #ccc !important;
}

#div_footer1 h1,
#div_footer1 h2,
#div_footer1 h3,
#div_footer2 h1,
#div_footer2 h2,
#div_footer2 h3 {
  color: white;
}

#div_footer3 {
  border-top: 0px solid #777;
}

/* ---------- imagebox ---------- */
.imagebox-row {
  padding-left: 0;
  padding-right: 0;
  margin-right: -15px;
  margin-left: -15px;
}

.imagebox-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}

.imagebox-element {
  flex: 1;
  position: relative;
  overflow: hidden;
  height: 300px;
  min-width: 200px;
}

.imagebox-element a {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  text-decoration: none;
  position: relative;
}

.imagebox-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.3s ease;
}

.imagebox-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  transition: color 0.3s ease;
  z-index: 2;
}

.imagebox-element:hover img {
  filter: grayscale(100%);
}

.imagebox-element:hover .imagebox-text {
  color: #ffcc00;
}

.navbar-fixed-top {
  border-width: 0px;
  height: 80px;
  background-color: #dedede;
}

/* ---------- Navigation ---------- */

#menu-toggle {
  position: relative;
  z-index: 1;
  border: 0px;
  background-color: transparent;
  color: white;
}

#menu-toggle:hover,
#menu-toggle:active {
  background-color: transparent;
  color: #fff;
}

#menu-close {
  display: none;
}

.navbar-header {
  float: none;
}

.navbar-default .navbar-brand {
  position: relative;
  z-index: 1031;
  top: 0px;
  left: 0px;
  color: #fff;
  width: 250px;
  height: 80px;
  padding: 10px;
  padding-left: 25px;
  background-color: transparent;
  /* margin-right: 16px; */
}

.navbar-default .navbar-brand img {
  float: left;
}

.navbar-default .navbar-brand:hover {
  background-color: transparent;
}

.navbar-addon {
  height: 80px;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #F29743;
  padding-right: 170px;
}

.navbar-addon a,
.navbar-addon a:visited {
  color: #fff;
  text-decoration: none;
}

.navbar-addon a:hover,
.navbar-addon a:focus,
.navbar-addon a:active {
  color: #822104;
}

.navbar-addon-item {
  padding: 0 16px;
  line-height: 56px;
}

.navbar-addon-item:nth-child(1) {
  background-color: transparent;
  font-weight: bold;
  text-transform: uppercase;
}

.navbar-addon-item:nth-child(2) {
  background-color: transparent;
}

.navbar-addon-item .fa {
  margin-right: 6px;
}

.navbar-addon-item:nth-child(3) {
  background-color: #999;
}

.navbar-addon-item:nth-child(4) {
  background-color: #aaa;
  flex: 1;
}

.navbar .dropdown-submenu>a::after,
.navbar-default .caret {
  display: inline-block !important;
}

/* ------------------- Sidebar ----------------- */

#sidebar-wrapper {
  z-index: 1030;
  position: fixed;
  right: 0;
  top: 0px;
  width: 0%;
  height: 100%;
  margin-right: -100%;
  overflow-y: auto;
  background: #dedede;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  top: 70px;
  right: 0px;
  /* width: 100%; */
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #333;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: #888;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
  height: 55px;
  font-size: 18px;
  line-height: 55px;
}

.sidebar-nav>.sidebar-brand a {
  color: #999;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#sidebar-wrapper.active {
  right: 100%;
  /* width: 100%; */
  opacity: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.navbar-default .dropdown-menu {
  display: none;
  padding: 0px;
}


#menu-toggle {
  position: fixed;
  z-index: 1031;
  padding: 5px;
  top: 12px;
  right: 10px;
  border: 0px;
  background-color: #dedede;
  text-align: left;
  color: white;
  font-size: 22px;
}

#menu-symbol {
  display: inline;
}

.nav_row {
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.nav_col_right {
  background-color: #555;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ---------------- BURGER --------- */

.burger {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  width: 60px;
  height: 46px;
  padding: 8px;
  cursor: pointer;
  overflow: hidden;
}

.burger span {
  height: 3px;
  background-color: #fff;
  transition: all 0.25s;
}

.burger span:nth-child(1) {
  width: 70%;
  background-color: #822104;
}

.burger span:nth-child(2) {
  width: 70%;
  background-color: #822104;
}

.burger span:nth-child(3) {
  width: 100%;
  background-color: #822104;
}


.burger.activated span:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
  background-color: #822104;
  color: #fff;
  width: 100%;
}

.burger.activated span:nth-child(2) {
  transform: translateX(100px);
  background-color: #822104;
  width: 100%;
}

.burger.activated span:nth-child(2) {
  transform: translateX(100px);
  background-color: transparent;
  width: 100%;
}

.burger.activated span:nth-child(3) {
  transform: translateY(-15px) rotate(-45deg);
  background-color: #822104;
  width: 100%;
}

/* -------------------  Slideshow ----------------- */
.cont_slideshow {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: -20px;
  overflow: hidden;
}

.slider_main {
  cursor: move;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1000px;
  height: 300px;
  overflow: hidden;
}

#slider1_container {
  display: none;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  top: 0px;
  left: 0px;
  width: 1000px;
  height: 300px;
}

.jssorb21 {
  position: absolute;
}

.jssorb21 div,
.jssorb21 div:hover,
.jssorb21 .av {
  position: absolute;
  width: 19px;
  height: 19px;
  text-align: center;
  line-height: 19px;
  color: white;
  font-size: 12px;
  background: url(../media/basic/b17.png) no-repeat;
  overflow: hidden;
  cursor: pointer;
}

.jssorb21 div {
  background-position: -5px -5px;
}

.jssorb21 div:hover,
.jssorb21 .av:hover {
  background-position: -35px -5px;
}

.jssorb21 .av {
  background-position: -65px -5px;
}

.jssorb21 .dn,
.jssorb21 .dn:hover {
  background-position: -95px -5px;
}

.jssora21l,
.jssora21r {
  display: block;
  position: absolute;
  width: 55px;
  height: 55px;
  cursor: pointer;
  background: url(../media/basic/a21.png) center center no-repeat;
  overflow: hidden;
}

.jssora21l {
  background-position: -3px -33px;
  left: 0px !important;
}

.jssora21r {
  background-position: -63px -33px;
  right: calc(3% + 16px) !important;
}

.jssora21l:hover {
  background-position: -123px -33px;
}

.jssora21r:hover {
  background-position: -183px -33px;
}

.jssora21l.jssora21ldn {
  background-position: -243px -33px;
}

.jssora21r.jssora21rdn {
  background-position: -303px -33px;
}

.slideshow_caption {
  position: absolute;
  top: 60%;
  right: 20%;
  width: auto;
  padding: 0px 30px;
  height: 50px;
  background-color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.slideshow_caption_text {
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
}


/* -------------------  Google Map ----------------- */

.googlemap {
  height: 300px;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.googlemap iframe {
  pointer-events: none;
}

/* ---------- google recapture ----------- */
.gglcptch_recaptcha,
.gglcptch_recaptcha>div,
.gglcptch_recaptcha>div iframe {
  max-width: 100%;
}

.g-recaptcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

/* ------------------- Wechselbild ----------------- */

.wechselbild {
  display: none;
}

.wechselbild img {
  min-width: 100%;
  width: 100%;
  height: auto;
}

.wechselbild_text {
  background-color: #333;
  color: white;
  display: none;
  text-align: center;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 10px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
}

.wechselbild_text h1 {
  font-size: 1.27em;
  margin: 0px;
  padding: 0px;
  text-align: center;
  color: white;
  text-transform: uppercase;
}

/* ------------------- Media Queries----------------- */

/* ----------- standard ----------- */

@media (min-width: 320px) and (max-width: 479px) {

  html,
  body {
    font-size: 16px;
  }

  #sidebar-wrapper.active {
    width: 100%;
  }

  .sidebar-nav {
    width: 100%;
  }


  .navbar-default .navbar-brand {
    width: 145px;
    padding-left: 20px;
  }

  .navbar-default .navbar-brand img {
    float: inherit;
    width: 150px;
    top: 10px;
    left: -10px;
  }

  .navbar-addon {
    flex-direction: column;
    width: 280px;
    font-size: 0.8em;
    display: none;
    padding-right: 0px;
  }

  .navbar-addon-item {
    line-height: 20px;
  }

  .imagebox-element {
    height: 200px;
  }

  .footer2_innen p,
  .footer2_innen h2,
  .footer2_innen h3 {
    text-align: center !important;
  }

  .footer3_innen .col-sm-6,
  .footer3_innen .col-sm-6 p {
    text-align: center !important;
  }

}

@media (min-width: 480px) and (max-width: 649px) {

  html,
  body {
    font-size: 16px;
  }

  .navbar-default .navbar-brand {
    width: 145px;
    padding-left: 20px;
  }

  .navbar-default .navbar-brand img {
    float: inherit;
    width: 130px;
    top: 10px;
    left: -10px;
  }

  .navbar-addon {
    flex-direction: column;
    width: 280px;
    font-size: 0.8em;
    padding-right: 0px;
  }

  .navbar-addon-item {
    line-height: 20px;
  }

  .footer2_innen p,
  .footer2_innen h2,
  .footer2_innen h3 {
    text-align: center !important;
  }

  .footer3_innen .col-sm-6,
  .footer3_innen .col-sm-6 p {
    text-align: center !important;
  }

}

@media (min-width: 650px) and (max-width: 767px) {

  html,
  body {
    font-size: 16px;
  }

  .navbar-default .navbar-brand {
    width: 200px;
    padding-left: 20px;
  }

  .navbar-default .navbar-brand img {
    float: inherit;
    width: 150px;
    top: 6px;
    left: -10px;
  }

  .navbar-addon {
    flex-direction: column;
    width: 310px;
    padding-right: 0px;
  }

  .navbar-addon-item {
    line-height: 30px;
  }

  .imagebox-text {
    font-size: 1.5em;
  }

  .footer2_innen p,
  .footer2_innen h2,
  .footer2_innen h3 {
    text-align: center !important;
  }

  .footer3_innen .col-sm-6,
  .footer3_innen .col-sm-6 p {
    text-align: center !important;
  }

}

@media (min-width: 768px) and (max-width: 991px) {

  html,
  body {
    font-size: 16px;
  }

  .footer1_innen .fa {
    font-size: 40px !important;
  }

  .footer1_innen p img {
    max-width: 55px !important;
  }

  .navbar-addon {
    flex-direction: column;
    width: 400px;
    padding-right: 0px;
  }

  .navbar-addon-item {
    line-height: 30px;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {

  html,
  body {
    font-size: 18px;
  }
}

@media (min-width: 1200px) and (max-width: 1920px) {

  html,
  body {
    font-size: 22px;
  }

  .sidebar-nav {
    width: 100%;
  }

  .mainContent .container-fluid {
    max-width: 80%;
  }
}

@media (min-width: 1921px) and (max-width: 2560px) {

  html,
  body {
    font-size: 26px;
  }

  .sidebar-nav {
    width: 100%;
  }

  .mainContent .container-fluid {
    max-width: 90%;
  }

  #sidebar-wrapper.active {
    width: 500px;
  }

  .sidebar-nav li {
    line-height: 45px;
  }
}

@media (min-width: 2561px) and (max-width: 3008px) {

  html,
  body {
    font-size: 30px;
  }

  .sidebar-nav {
    width: 100%;
  }

  .mainContent .container-fluid {
    max-width: 80%;
  }

  #sidebar-wrapper.active {
    width: 550px;
  }

  .sidebar-nav li {
    line-height: 45px;
  }
}

@media (min-width: 3009px) {

  html,
  body {
    font-size: 34px;
  }

  .sidebar-nav {
    width: 100%;
  }

  .mainContent .container-fluid {
    max-width: 80%;
  }

  #sidebar-wrapper.active {
    width: 600px;
  }

  .sidebar-nav li {
    line-height: 45px;
  }

}

@media (min-width: 768px) {
  .mainContent {
    min-height: 250px;
  }
}

/* ----------- fluid ----------- */
@media (max-width: 767px) {

  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    margin-bottom: -10px;
  }
}