/* -------------------  BASIC-LAYOUT ----------------- */
/* -------------------  BASIC-LAYOUT ----------------- */
/* titillium-web-200 - latin */

@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/titillium-web-v10-latin-200.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('fonts/titillium-web-v10-latin-200.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/titillium-web-v10-latin-200.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/titillium-web-v10-latin-200.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/titillium-web-v10-latin-200.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/titillium-web-v10-latin-200.svg#TitilliumWeb') format('svg');
  /* Legacy iOS */
}

/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/titillium-web-v10-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('fonts/titillium-web-v10-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/titillium-web-v10-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/titillium-web-v10-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/titillium-web-v10-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/titillium-web-v10-latin-regular.svg#TitilliumWeb') format('svg');
  /* Legacy iOS */
}

/* titillium-web-600 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/titillium-web-v10-latin-600.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('fonts/titillium-web-v10-latin-600.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/titillium-web-v10-latin-600.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/titillium-web-v10-latin-600.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/titillium-web-v10-latin-600.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/titillium-web-v10-latin-600.svg#TitilliumWeb') format('svg');
  /* Legacy iOS */
}

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}

a:hover,
a:focus,
a:active {
  color: #777268;
  text-decoration: underline;
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  color: white;
}

.jumbotron a {
  color: #333;
}

.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: 1px solid #444;
}

/* ---------- imagebox ---------- */
.imagebox-row {
  /* margin-top: 10px; */
  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: 2em;
  font-weight: bold;
  text-align: center;
  transition: color 0.3s ease;
  z-index: 2;
}

.imagebox-element:hover img {
  filter: grayscale(100%) brightness(50%);
}

.imagebox-element:hover .imagebox-text a {
  color: #dc8f09 !important;
}

.navbar-fixed-top {
  border-width: 0px;
  height: 80px;
  background-color: #0b0c0a;
}

/* ---------- 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: 150px;
  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: white;
}

.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: #dc8f09;
}

.navbar-addon-item {
  padding: 0 16px;
  line-height: 56px;
}

.navbar-addon-item:nth-child(1) {
  background-color: transparent;
}

.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;
  height: 100%;
  /*
  width: 0%;
  margin-right: -100%;
  */
  width: 280px;
  margin-right: -280px;
  overflow-y: auto;
  background: #dc8f09;
  -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;
  border: 0px;
}

#sidebar-wrapper.active {
  /*
  right: 100%;
  width: 100%;
  */
  right: 280px;
  width: 280px;
  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;
}

.sidebar-nav {
  position: absolute;
  top: 90px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #000;
  background: transparent;
}

.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;
}



.navbar-default .dropdown-menu {
  display: none;
  padding: 0px;
}

/*

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: none;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-left: 10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: none;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-left: 10px;
}

.open>.dropdown-menu {
  display: block;
}



#menu-toggle,
#menu-toggle:hover,
#menu-toggle:active {
  background-color: transparent !important;
  color: transparent !important;
}
*/

#menu-toggle {
  position: fixed;
  z-index: 1031;
  padding: 2px;
  top: 6px;
  right: 16px;
  border: 0px;
  background-color: transparent;
  color: white;
  font-size: 20px;
}

#menu-text {
  display: flex;
  height: 70px;
  text-align: center;
  float: left;
  flex-direction: column;
  justify-content: center;
}

#menu-symbol {
  display: inline-block;
}

.nav_row {
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.nav_col_right {
  background-color: #fff;
  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%
}

.burger span:nth-child(2) {
  width: 70%
}

.burger span:nth-child(3) {
  width: 100%;
  background-color: #dc8f09;
}


.burger.activated span:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
  background-color: #fff;
  color: #fff;
  width: 100%;
}

.burger.activated span:nth-child(2) {
  transform: translateX(100px);
  background-color: #fff;
  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: #fff;
  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: 400px;
  overflow: hidden;
}

#slider1_container {
  display: none;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  top: 0px;
  left: 0px;
  width: 1000px;
  height: 400px;
}

.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: #dc8f09;
  opacity: 0.8;
  filter: alpha(opacity=90);
}

.slideshow_caption_text {
  width: 100%;
  height: 100%;
  color: #fff;
  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;
}


/* ------------------- Google Translate ----------------- */

/*
#google_translate_element {
	margin-top:						5px;
	margin-right:					0px;
	background-color:			transparent;
	text-align:						right;
	height:								40px;
}

.goog-te-gadget-simple {
	background-color:			transparent !important;
	border:								0px solid transparent !important;
	font-size:						7pt !important;
}

.goog-te-gadget-icon {
	height:								16px !important;
	margin-left:					0 !important;
	margin-right:					0 !important;
	width:								16px !important;
}

.goog-te-gadget-icon {
	background-position: 	-66px -1px !important;
}

*/

/* ------------------- Media Queries----------------- */

/* ----------- standard ----------- */

@media (min-width: 320px) and (max-width: 479px) {

  html,
  body {
    font-size: 16px;
  }

  .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;
  }

  .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: 150px;
    top: 10px;
    left: -10px;
  }

  .navbar-addon {
    flex-direction: column;
    width: 280px;
    font-size: 0.8em;
  }

  .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: 180px;
    top: 6px;
    left: -10px;
  }

  .navbar-addon {
    flex-direction: column;
    width: 310px;
  }

  .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;
  }

  .navbar-addon-item {
    line-height: 30px;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {

  html,
  body {
    font-size: 18px;
  }
}

@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;
  }
}