/* raleway-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: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/raleway-v34-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* raleway-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: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/raleway-v34-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* raleway-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: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/raleway-v34-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-serif-4-600 - 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: 'Source Serif 4';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/source-serif-4-v8-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-serif-4-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: 'Source Serif 4';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/source-serif-4-v8-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

video {
  width: 100%;
  height: auto;
}

.videoContainer {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  top: 0px;
  left: 0px;
}

.videoContainer video {
  min-width: 100%;
  min-height: 100%;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  color: #663333;
}

h1 {
  text-align: center;
}

.jumbotron h1,
.well h1 {
  text-align: left;
}

.panel {
  background-color: transparent;
}

.panel-body {
  background: url("/media/basic/bg_trans_white80.png") repeat-y top left;
}

.well {
  background: url("/media/basic/bg_trans_white80.png") repeat-y top left;
}

.jumbotron {
  background: url("/media/basic/bg_trans_black30.png") repeat-y top left;
}

/* -------------------  BASIC-LAYOUT ----------------- */

.footer1_innen {
  padding-top: 30px;
  padding-bottom: 20px;
}

.footer2_innen {
  padding-top: 20px;
  padding-bottom: 10px;
}

.navbar-fixed-top {
  top: 20px;
}

.nav-img {
  max-width: 40px;
  margin-top: -5px;
  margin-right: 14px;
}

.bg_main_noframe {
  background-image: url('/media/basic/bg_main.jpg');
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: cover;
  background-position: top left;
  background-attachment: fixed;
}

.trans_container {
  background: url("/media/basic/bg_trans_white80.png") repeat-y top left;
  min-height: 100px;
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

.navbar-fixed-top {
  border-width: 0px;
  height: 56px;
  background-color: #663333 !important;
}

#menu-toggle {
  position: relative;
  z-index: 1;
  border: 0px;
  background-color: transparent;
  color: white;
}

#menu-toggle:hover,
#menu-toggle:active {
  background-color: transparent;
  color: #ccc;
}

#menu-close {
  display: none;
}

.navbar-header {
  float: none;
}

.navbar-default .navbar-brand {
  position: absolute;
  top: -10px;
  right: 0px;
  color: #fff;
  width: 280px;
  height: 76px;
  padding: 23px;
  -webkit-clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
  background-color: #ccc;
  /* margin-right: 16px; */
}

.navbar-default .navbar-brand img {
  float: right;
}

.navbar-default .navbar-brand:hover {
  background-color: #ccc;
}

.navbar-addon {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  color: white;
  height: 56px;
}

.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: #ccc;
}

.navbar-addon-item {
  padding: 0 16px;
  line-height: 56px;
}

.navbar-addon-item:nth-child(1) {
  width: 196px;
}

.navbar-addon-item:nth-child(2) {}

.navbar-addon-item:nth-child(3) {}

.navbar-addon-item .fa {
  margin-right: 6px;
}

.navbar-addon-item:nth-child(4) {
  flex: 1;
}

.navbar .dropdown-submenu>a::after,
.navbar-default .caret {
  display: inline-block !important;
}

/* ------------------- Sidebar ----------------- */

#sidebar-wrapper {
  z-index: 1030;
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  margin-left: -100%;
  overflow-y: auto;
  background: #222;
  -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;
  background-image: url('/media/basic/bg_main.jpg');
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: cover;
  background-position: top left;
}

.sidebar-nav {
  position: absolute;
  top: 90px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
  font-family: 'Source Serif 4';
}

.sidebar-nav li li {
  font-family: 'Raleway';
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.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 {
  left: calc(100% + 0px);
  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;
}

/*

.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: 26px;
  left: 16px;
  border: 0px;
  background-color: transparent;
  color: white;
  font-size: 1.2em;
}

#menu-symbol {
  display: inline;
}

.nav_row {
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.nav_col_right {
  background-color: #663333;
  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;
  float: left;
}

.burger-text {
  position: relative;
  left: 5px;
  top: 2px;
}

.burger span {
  height: 3px;
  background-color: #fff;
  transition: all 0.25s;
}

.burger span:nth-child(1) {
  width: 100%;

}

.burger span:nth-child(2) {
  position: relative;
  left: 30%;
  width: 70%
}

.burger span:nth-child(3) {
  width: 100%;
  background-color: #aaa;
}


.burger.activated span:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
  background-color: #fff;
  color: #aaa;
  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: 0px;
  left: 0;
  margin-bottom: -20px;
  padding-left: 0px;
  padding-right: 0px;
  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: #663333;
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.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-addon-item {
    padding: 0 0px;
  }

  .navbar-addon-item:nth-child(1) {
    width: 167px;
  }

  .navbar-default .navbar-brand {
    width: 180px;
  }

  .navbar-default .navbar-brand img {
    width: 125px;
    top: 2px;
  }

  .slideshow_caption {
    top: 15%;
  }

  .footer1_innen p {
    text-align: center;
  }

}

@media (min-width: 480px) and (max-width: 649px) {

  html,
  body {
    font-size: 18px;
  }

  .navbar-addon-item {
    padding: 0 0px;
  }

  .navbar-addon-item:nth-child(1) {
    width: 167px;
  }

  .navbar-default .navbar-brand {
    width: 217px;
  }

  .navbar-default .navbar-brand img {
    width: 150px;
  }

  .slideshow_caption {
    top: 15%;
  }

  .footer1_innen p {
    text-align: center;
  }

}

@media (min-width: 650px) and (max-width: 767px) {

  html,
  body {
    font-size: 20px;
  }

  .footer1_innen p {
    text-align: center;
  }

}

@media (min-width: 768px) and (max-width: 991px) {

  html,
  body {
    font-size: 16px;
  }

  .navbar-addon-item {
    padding: 0 13px;
  }

  .navbar-addon-item:nth-child(1) {
    width: 148px;
  }

  .burger-text {
    top: 6px;
    font-size: 18px;
  }

  .navbar-addon {
    font-size: 18px;
  }


}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) {}

/* ----------- 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;
  }
}