/* -------------------  BASIC-LAYOUT ----------------- */
/* catamaran-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: 'Catamaran';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/catamaran-v19-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* catamaran-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: 'Catamaran';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/catamaran-v19-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* catamaran-500 - latin */
/* montserrat-500 - 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: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/montserrat-v26-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/catamaran-v19-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/montserrat-v26-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-800 - 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: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/montserrat-v26-latin-800.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0077BD;
  text-transform: uppercase;
}

.bg-blue {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #0077BD;
  color: #fff;
}

.bg-blue h1,
.jumbotron h1,
.bg-blue h2,
.jumbotron h2,
.bg-blue h3,
.jumbotron h3,
.bg-blue h4,
.jumbotron h4,
.bg-blue h5,
.jumbotron h5,
.bg-blue h6,
.jumbotron h6 {
  color: white;
}

.btn {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8em;
}

.btn-default {
  background: linear-gradient(to bottom, #bcbfc0 0%, #ffffff 100%);
}

.div_footer1 {
  max-height: 125px;
  color: #0077BD;
  background-color: #ccc;
  background: linear-gradient(to bottom, #bcbfc0 0%, #ffffff 100%);
}

.div_footer1 img {
  position: relative;
  top: 10px;
  z-index: 1029;
  max-width: 600px;
}

.div_footer2 {
  padding-top: 40px;
  padding-bottom: 30px;
}

.div_footer3 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.navbar-fixed-top {
  border-width: 0px;
  top: 0px;
  height: 100px;
  background-color: #0077BD;
}

.brand-nav {
  margin: 0 auto;
  display: table;
  max-width: 600px;
}

#menu-toggle {
  position: relative;
  z-index: 1;
  border: 0px;
  background-color: transparent;
  color: #0077BD;
  font-size: 1.1em;
}

#menu-toggle:hover,
#menu-toggle:active {
  background-color: transparent;
  color: #777;
}

/* #menu-close {
  display: none;
} */

.navbar-header {
  float: none;
  margin-top: 23px;
}

.navbar-default .navbar-brand {
  position: absolute;
  top: -8px;
  left: 0px;
  color: #fff;
  width: 250px;
  height: 70px;
  padding: 23px;
  background-color: transparent;
}

/* .navbar-default .navbar-brand:hover {
  background-color: #86fbff;
} */

.navbar-addon {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  color: #0077BD;
  height: 56px;
  background-color: #ccc;
  background: linear-gradient(to bottom, #bcbfc0 0%, #ffffff 100%);
}

.navbar-addon-item img {
  max-width: 40px;
}

.navbar-addon a,
.navbar-addon a:visited {
  color: #0077BD;
  text-decoration: none;
}

.navbar-addon a:hover,
.navbar-addon a:focus,
.navbar-addon a:active {
  color: #777;
}

.navbar-addon-item {
  padding: 0 16px;
  line-height: 56px;
}

.navbar-addon-item:nth-child(1) {
  flex: 1;
}

.navbar-addon-item:nth-child(2) {
  margin-right: 4px;
}

.navbar-addon-item .fa {
  margin-right: 6px;
}

.navbar-addon-item:nth-child(3) {
  margin-right: 4px;
}

.navbar-addon-item:nth-child(4) {}

#menu-close {
  position: relative;
  top: -70px;
  right: 40px;
  font-size: 1.5em;
}

.nav_row {
  height: 100%;
}

.nav_col_left {
  background-color: #ccc;
  background: linear-gradient(to bottom, #bcbfc0 0%, #ffffff 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ------------------- box-container ----------------- */

.box-container {
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.box-element {
  border: 0px;
  padding: 0px;
  margin: 10px;
  min-width: 300px;
  height: 70px;
  background-color: #0077BD;
  color: white;
  flex: 1;
  position: relative;
}

.box-element h2,
.box-element h3,
.box-element h4,
.box-element a {
  color: white;
  margin: 0px;
}

.box-element a:hover,
.box-element a:focus,
.box-element a:active {
  color: white;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .box-element {
    max-width: 360px;
  }
}

.box-element-content {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.box-element-left {
  background-color: #ccc;
  background: linear-gradient(to bottom, #bcbfc0 0%, #ffffff 100%);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 65px;
  text-align: center;
  padding: 10px;
}

.box-element-left img {
  max-width: 44px;
}

.box-element-right {
  display: inline-flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  text-align: center;
  padding: 10px;
}


/* ------------------- Sidebar ----------------- */
#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  right: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  margin-right: -100%;
  overflow-y: auto;
  background-color: #0077BD;
  -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: 30px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  /* color: #999; */
}

.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 {
  right: calc(100% + 0px);
  width: 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;
}

/* -------------------  Slideshow ----------------- */
.cont_slideshow {
  position: relative;
  top: -20px;
  left: 0;
  margin-bottom: -20px;
}

.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;
}

.jssora21r {
  background-position: -63px -33px;
}

.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;
  margin-bottom: 20px;
}

.wechselbild img {
  min-width: 100%;
  width: 100%;
  height: auto;
}

.wechselbild_text {
  background-color: #0077BD;
  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;
  }

  .sidebar-nav {
    padding-left: 20px;
  }

  .div_footer1 img {
    max-width: 275px;
  }

  .navbar-fixed-top {
    height: 80px;
  }

  .navbar-default .navbar-brand {
    padding-left: 5px;
  }

  .navbar-default .navbar-brand img {
    float: inherit;
    width: 220px;
  }

  #menu-toggle {
    font-size: 0.9em;
  }

  .navbar-addon {
    height: unset;
  }

  .navbar-addon-item {
    line-height: unset;
  }

  .navbar-addon-item img {
    max-width: 24px;
  }

  .nav-tel,
  .nav-kontakt {
    display: none;
  }


  h1 {
    font-size: 1.45em;
  }

  h2 {
    font-size: 1.26em;
  }

  h3 {
    font-size: 1.08em;
  }

  h4 {
    font-size: 1em;
  }

  h5 {
    font-size: 0.81em;
  }

  h6 {
    font-size: 0.72em;
  }

  .navbar-addon-item:nth-child(2),
  .navbar-addon-item:nth-child(3) {
    padding: 0px;
  }

  .navbar-addon-item:nth-child(4) {
    padding: 0 16px 0 0px;
  }

  .footer2_innen p {
    text-align: center;
  }

  .sidebar-nav .dropdown-menu>li>a {
    padding: 0px 20px;
  }

}

@media (min-width: 480px) and (max-width: 649px) {

  html,
  body {
    font-size: 18px;
  }

  .sidebar-nav {
    padding-left: 20px;
  }

  .div_footer1 img {
    max-width: 400px;
  }

  .navbar-fixed-top {
    height: 80px;
  }

  .navbar-default .navbar-brand {
    padding-left: 5px;
  }

  .navbar-default .navbar-brand img {
    float: inherit;
    width: 280px;
  }

  .navbar-addon {
    height: unset;
  }

  .navbar-addon-item {
    line-height: unset;
  }

  .navbar-addon-item img {
    max-width: 24px;
  }


  h1 {
    font-size: 1.45em;
  }

  h2 {
    font-size: 1.26em;
  }

  h3 {
    font-size: 1.08em;
  }

  h4 {
    font-size: 1em;
  }

  h5 {
    font-size: 0.81em;
  }

  h6 {
    font-size: 0.72em;
  }

  .navbar-addon-item:nth-child(2),
  .navbar-addon-item:nth-child(3) {
    padding: 0px;
  }

  .navbar-addon-item:nth-child(4) {
    padding: 0 16px 0 0px;
  }

  .footer2_innen p {
    text-align: center;
  }

  .sidebar-nav .dropdown-menu>li>a {
    padding: 0px 20px;
  }

}

@media (min-width: 650px) and (max-width: 767px) {

  html,
  body {
    font-size: 20px;
  }

  .sidebar-nav {
    padding-left: 20px;
  }

  h1 {
    font-size: 1.45em;
  }

  h2 {
    font-size: 1.26em;
  }

  h3 {
    font-size: 1.08em;
  }

  h4 {
    font-size: 1em;
  }

  h5 {
    font-size: 0.81em;
  }

  h6 {
    font-size: 0.72em;
  }

  .navbar-addon-item:nth-child(2),
  .navbar-addon-item:nth-child(3) {
    padding: 0px;
  }

  .navbar-addon-item:nth-child(4) {
    padding: 0 16px 0 0px;
  }

  .footer2_innen p {
    text-align: center;
  }

  .sidebar-nav .dropdown-menu>li>a {
    padding: 0px 20px;
  }

}

@media (min-width: 768px) and (max-width: 991px) {

  html,
  body {
    font-size: 22px;
  }

  .brand-nav {
    max-width: 350px;
  }


  h1 {
    font-size: 1.45em;
  }

  h2 {
    font-size: 1.26em;
  }

  h3 {
    font-size: 1.08em;
  }

  h4 {
    font-size: 1em;
  }

  h5 {
    font-size: 0.81em;
  }

  h6 {
    font-size: 0.72em;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .brand-nav {
    max-width: 440px;
  }
}

@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;
	}
}
*/