/* ==========================================================================
   Global
   
   #005781 Technikblau
   #89bd23 Zukunftsgrün
   #9bc6ce Türkisgrau
   #2d718e Graublau
   #dadcdd Grau
   #485156 Fließtext
   
   ========================================================================== */

/* @import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700); */

@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=03f0e56e-8653-4324-8574-96f8892cd47b&fontids=5557960,5559351,5559774");
@font-face{
  font-family:"Dax W01 Regular";
  src:url("../Fonts/5557960/c945938b-c6f1-45ce-81b4-27cdab6611c5.woff2") format("woff2"),url("Fonts/5557960/d050c6b0-688c-4ffa-a322-80eee7ecdbd1.woff") format("woff");
}
@font-face{
  font-family:"Dax W01 Medium";
  src:url("../Fonts/5559351/4c02235c-5b87-4303-ad70-89daa8187ef1.woff2") format("woff2"),url("Fonts/5559351/b6096034-911a-4987-80e2-102c62f58fb2.woff") format("woff");
}
@font-face{
  font-family:"Dax W01 Bold";
  src:url("../Fonts/5559774/cdf95fd0-9d1f-4daa-82ea-b25dbd236444.woff2") format("woff2"),url("Fonts/5559774/a7bdb1d5-35e0-4e9a-a581-75a95390fdf6.woff") format("woff");
}

body,
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	font-family: "Dax W01 Regular", Arial, Helvetica, sans-serif!important;
	font-size: 20px;
	background: #fff;
	color: #485156;
	line-height: 1.428571429;
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

/* ie11 hack */
_:-ms-lang(x),
.ce-gallery img {
  width: 100%;
	display: inline;
}

a {
	color: #005782;
}

a:hover {
	color: #005782;
}

ul {
  margin-left: 0;
	padding-left: 20px;
}

ul ul {
  margin-left: 1em;
}

ul li {
	line-height: 1.7rem;
}

b, strong {
  font-family: "Dax W01 Bold";
}



/* ==========================================================================
   Layout
   ========================================================================== */

#page-wrapper {
  position: relative;
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
}

.sidenav-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 350px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
}

.sidenav.open {
  width: 350px;
}

.sidebar.closed {
  width: 0;
}

#main {
  transition: margin-left .5s;
}

.main.open {
  margin-left: 350px;
}

.main.closed {
  margin-left: 0;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

@media (max-width: 767px) {
  .sidenav.open {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
	.sidenav {
		top: 100px;
		padding-top: 0;
		padding-bottom: 160px;
	}
	.main.open {
		margin-left: 0;
	}
}

/* grau */
.bg-lightgray {
	background: #dadcdd;
}

/* blau */
.bg-mediumgray {
	background: #9bc6ce;
	color: #fff;
}

/* gruen */
.bg-darkgray {
	background: #89bd23;
	color: #005781;
}

.bg-darkgray a {
	color: #fff;
}

.bg-white {
  background: #fff;
}

/* Space */
.frame-space-before-extra-small { margin-top: 0; padding-top: 1em }
.frame-space-before-small { margin-top: 0; padding-top: 2em }
.frame-space-before-medium { margin-top: 0; padding-top: 3em }
.frame-space-before-large { margin-top: 0; padding-top: 4em }
.frame-space-before-extra-large { margin-top: 0; padding-top: 5em }
.frame-space-after-extra-small { margin-bottom: 0; padding-bottom: 1em }
.frame-space-after-small { margin-bottom: 0; padding-bottom: 2em }
.frame-space-after-medium { margin-bottom: 0; padding-bottom: 3em }
.frame-space-after-large { margin-bottom: 0; padding-bottom: 4em }
.frame-space-after-extra-large { margin-bottom: 0; padding-bottom: 5em }

@media (max-width: 767px) {
	.frame-space-before-extra-small { margin-top: 0; padding-top: .5em }
  .frame-space-before-small { margin-top: 0; padding-top: 1em }
  .frame-space-before-medium { margin-top: 0; padding-top: 1.5em }
  .frame-space-before-large { margin-top: 0; padding-top: 2em }
  .frame-space-before-extra-large { margin-top: 0; padding-top: 2.5em }
  .frame-space-after-extra-small { margin-bottom: 0; padding-bottom: .5em }
  .frame-space-after-small { margin-bottom: 0; padding-bottom: 1em }
  .frame-space-after-medium { margin-bottom: 0; padding-bottom: 1.5em }
  .frame-space-after-large { margin-bottom: 0; padding-bottom: 2em }
  .frame-space-after-extra-large { margin-bottom: 0; padding-bottom: 2.5em }
}

@media (min-width: 768px) and (max-width: 991px) {
	
}


/* ==========================================================================
   Left Navigation
   ========================================================================== */

.mainNav {
  width: 100%;
  padding: 0 40px 0 20px;
}

/* First Level */
.mainNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mainNav ul li {}

.mainNav ul li a {
  color: #414c57;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  text-decoration: none;
  border-bottom: 1px solid #dadada;
}

.mainNav ul li .accordion-btn-wrap {
  border-bottom: 1px solid #dadada;	
}

.mainNav ul li:last-child a,
.mainNav ul li:last-child .accordion-btn-wrap {
  border-bottom: none;
}

.mainNav ul li a:hover {
  text-decoration: none;
}

/* Second Level */
.mainNav ul ul {}
.mainNav ul ul li {
  border-bottom: none;
}

.mainNav ul ul li a {
  color: #414c57;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 0.7em 1em 0.7em 26px;
  border-bottom: none;
}

.mainNav ul ul li .accordion-btn-wrap {
  border-bottom: none;	
}

.mainNav ul ul li a:hover {}

/* Third Level */
.mainNav ul ul ul {
/*border-top:1px solid #222;*/
}
.mainNav ul ul ul li {
border:none;
}
.mainNav ul ul ul li a {
  /*padding-left:52px; 
  padding-top:0.5em; 
  padding-bottom:0.5em;*/
  padding: 1.0em 1em 1.0em 52px;
  font-size: 14px;
}

/* Accordion Button */
ul li.has-subnav .accordion-btn {
  height: 100%;
}

.menu-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.mainNav a {
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  /*.mainNav {width: 40%;}*/
}
@media screen and (max-width: 700px) {
  .mainNav {width: 100%;}
}



/* ==========================================================================
   Ticker
   ========================================================================== */

.marquee {
  overflow: hidden;
  border: solid 1px #9bc6ce;
  background: #9bc6ce;
  /* height: 52px; */
  min-height: 30px;
  line-height: 52px;
  font-size: 20px;
  color: #fff;
}



/* ==========================================================================
   Header
   ========================================================================== */
   
#header {
  height: 180px;
}

.slogan {
  float: left;
  margin: 102px 40px 0 80px;
}

ul.top-menu-left {
  margin: 120px 20px 0 60px;
  padding: 0;
  list-style-type: none;
  height: 28px;
  /*line-height: 28px;*/
}

ul.top-menu-left:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

ul.top-menu-left li {
  margin: 0;
  padding: 0 1px;
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}

ul.top-menu-left li a {
  color: #485156;
  font-size: 24px;
  text-transform: uppercase;
}

ul.top-menu-left li a:hover {
	text-decoration: none;
}

ul.top-menu-left li span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

ul.top-menu-left li span.separator {
  font-family: "Dax W01 Bold";
  font-size: 18px;
  /* font-weight: bold; */
}

#toggleMenuButton span {
  /*height: 28px;
  line-height: 28px;
  vertical-align: middle;*/
}

.icon-menu-open {
  display: inline-block;
  width: 42px;
  height: 28px;
  margin-right: 20px;
  
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
  
  /*margin: 48px 20px 0 60px;*/
  /*padding-left: 62px;*/
}

.icon-menu-open.closed {
  background-image: url(../Images/icon_menu_open.svg);
  background-repeat: no-repeat;
  background-size: 42px 28px;
}

.icon-menu-open.open {
  background-image: url(../Images/icon_menu_close.svg);
  background-repeat: no-repeat;
  background-size: 42px 28px;
}

/* .top-logo { */
	/* text-align: center; */
/* } */

.logo {
	width: 188px;
  height: 120px;
  margin: 30px 110px 0 80px;
  /* margin-top: 50px; */
  /* margin-right: 150px; */
  /* margin-left: 70px; */
  float: right;
}

ul.top-menu-right {
  margin: 126px 0 0 20px;
  padding: 0;
  list-style-type: none;
  height: 28px;
}

ul.top-menu-right li {
  margin: 0;
  padding: 0 3px;
  display: inline-block;
  vertical-align: top;
}

ul.top-menu-right li a {
  color: #485156;
  font-size: 24px;
  text-transform: uppercase;
}

ul.top-menu-right li a:hover {
	text-decoration: none;
}

ul.top-menu-right li.separator:before {
  content: '|';
  color: #485156;
  font-size: 18px;
}

.mobile-add-menu {
	display: none;
	margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
	margin-top: 30px;
}

.mobile-add-menu li {
    padding: 8px 0;
}

.mobile-add-menu li a {
	color: #134e8b;
	font-weight: normal;
	font-size: 16px;
	white-space: nowrap;
}



@media screen and (max-width: 1700px) {
  .slogan {
    margin: 102px 40px 0 30px;
  }
  .logo {
    margin: 30px 60px 0 30px;
  }
}

@media screen and (max-width: 1500px) {
  /* .hide-on-lg { */
		/* display: none!important; */
	/* } */
  .slogan {
    float: none;
    margin: 50px 40px 0 10px;
  }
  ul.top-menu-left {
    margin: 40px 20px 0 4px;
  }
  ul.top-menu-left li a {
    font-size: 20px;
  }
  .icon-menu-open {
    width: 30px;
    height: 20px;
    margin-right: 12px;
  }
  .icon-menu-open.closed,
  .icon-menu-open.open {
    background-size: 30px 20px;
  }
  .logo {
    float: none;
    margin: 10px 40px 0 30px;
  }
  ul.top-menu-right {
    margin: 12px 36px 0 20px;
  }
  ul.top-menu-right li a {
    font-size: 20px;
  }
}      

@media screen and (max-width: 1200px) {
  /* .hide-on-md { */
		/* display: none!important; */
	/* } */
} 

/* @media screen and (max-width: 767px) { */
	
/* } */

@media screen and (max-width: 991px) {
	#header {
		height: 120px;
	}
	ul.top-menu-left {
		margin: 36px 20px 0 0px!important;
	}
	.logo {
		width: 141px;
    height: 90px;
    margin: 10px 10px 0 0px;
	}
	.hide-on-md {
		display: none!important;
	}
	/* .top-logo { */
		/* text-align: right; */
	/* } */
  .slogan {
    display: none;
  }
	.mobile-add-menu {
		display: block;
	}
  
}

@media screen and (max-width: 480px) {
	#header {
		height: 100px;
	}
	.logo {
		width: 110px;
    height: 70px;
	}
}


/* @media screen and (max-width: 1199px) { */
	/* .hide-on-lg { */
		/* display: none!important; */
	/* } */
	/* ul.top-menu-left { */
		/* margin: 48px 20px 0 0px; */
	/* } */
	/* ul.top-menu-right { */
		/* margin: 48px 0px 0 20px; */
	/* } */
/* } */



/* ==========================================================================
   News
   ========================================================================== */

.news-teaser {
	/* position: relative; */
  background: #dadcdd;
}

/* .news-teaser-image { */
  /* background-color: rgba(155, 199, 207, 1); */
/* } */

/* .news-teaser-image img { */
  /* object-fit: cover; */
  /* opacity: 0.5; */
/* } */

.news-teaser-text {
	padding: 10px 20px 40px 20px;
}

.news-teaser-text h3 {
	margin: 1rem 0;
	font-size: 26px;
}

.news-teaser-text h3 a {
  color: #005781;
}

.news-teaser-text p {
  font-size: 20px;
}

.news-teaser-button {
	position: absolute;
	bottom: -42px;
	left: 50%;
  margin-left: -108px;
  width: 216px;
  text-align: center;
}

.news .f3-widget-paginator {
  margin: 10px 0 20px 0;
  padding: 0;
}

.news .f3-widget-paginator li {
  margin: 0;
  padding: 0 10px 0 0;
  list-style: none;
  display: inline-block;
}

@media (max-width: 479px) {
  .news-teaser-button {
    bottom: -36px;
  }
}


@media screen and (max-width: 767px) {
  .news .row .col-12 {
    margin-bottom: 50px;
  }
	.news-teaser-text h3 {
		margin: 1rem 0;
		font-size: 20px;
	}
  .news-teaser-text p {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.news-teaser-text h3 {
		margin: 1rem 0;
		font-size: 22px;
	}
  .news-teaser-text p {
    font-size: 18px;
  }
}


/* ==========================================================================
   Akkordeon
   ========================================================================== */

.accordion_element {
	border-top: 1px solid #005781;
	padding: .6rem 0;
}

.accordion_element:last-child {
	border-bottom: 1px solid #005781;
}

.accordion_head {
  clear: right;
  cursor: pointer;
  /*line-height: 42px;*/
	text-transform: uppercase;
	padding: 9px 44px 9px 0;
	position: relative;
  color: #005781;
}

.accordion_head:hover,
.accordion_head.active {

}

.accordion_body p {
	/*font-weight: 500;*/
}

.accordion_icon {
    width: 21px;
    height: 21px;
    position: absolute;
    right: 0px;
    top: 10px;
	/*-webkit-transition: background-image 0.3s ease-in-out;
    transition: background-image 0.3s ease-in-out;*/
    background: url(../Images/arrow_right.png);
}

.accordion_head.active .accordion_icon {
    background: url(../Images/arrow_down.png);
}



/* ==========================================================================
   Tabs
   ========================================================================== */

@-webkit-keyframes showTab {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes showTab {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.tabsy>button {
    width: 100%;
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: 0;
    border: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent
}

.tabsy>.tabButton {
    display: block;
    margin-top: 1px;
    background: #fff;
    color: #414C57;
    text-align: center;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.tabsy>input {
    display: none;
}

.tabsy>label {
	border: 0; font-size: 100%; font: inherit; vertical-align: baseline; margin: 0 5px 0 0;
}

.tabsy>input:checked+label+.tab {
    display: block
}

.tabsy>input:checked+label+.tab>.content {
    -webkit-animation: showTab 250ms ease-in-out;
    animation: showTab 250ms ease-in-out
}

.tabsy>.tab {
    background: #414C57;
	color: #fff;
    display: none
}

@media screen and (min-width: 768px) {
    .tabsy {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .tabsy>.tabButton {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        cursor: pointer
    }
    .tabsy>input:checked+label {
        background: #414C57;
        color: #fff
    }
    .tabsy>.tab {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}


.tabButton {
	font-weight: bold; padding: 15px 20px; 
}

.tab {
	padding: 20px; text-align: left;
}


/* ==========================================================================
   Downloads
   ========================================================================== */

.downloads h3 {
  font-family: "Dax W01 Bold";
  /* font-weight: bold; */
}

.downloads ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.downloads ul li {
	background-image: url(../Images/icon_download.png);
  background-repeat: no-repeat;
  background-position: left top;
  line-height: 26px;
  padding: 15px 5px 10px 38px;
  color: #89bd23;
}

.downloads ul li a {
  font-family: "Dax W01 Bold";
  /* font-weight: bold; */
  color: #005782;
}

@media (max-width: 767px) {
  .downloads {
    margin-bottom: 2rem;
  }
}


/* ==========================================================================
   Ansprechpartner
   ========================================================================== */

.contact-box-inner {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}

.contact-image {
  /*float: left;*/
  margin-right: 10px;
  width: 100px;
	/*float: none;
	width: 120px;*/
}

.contact-image figure {
    margin: 0;
}

.contact-infos {
  -webkit-box-flex: 1;
  flex: 1;
  color: #485156;
}

.contact-name {
  margin-top: 0;
  margin-bottom: .2rem;
  color: #485156;
  font-family: "Dax W01 Bold";
  /* font-weight: bold; */
  font-size: 20px;
}

.contact-infos p {
	display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: .1rem;
  margin-bottom: .1rem;
  font-size: 18px;
}

.contact-infos p.contact-mail {
  margin-bottom: 0;
}

.contact-infos p.contact-mail a {
  color: #485156;
  font-family: "Dax W01 Bold";
  /* font-weight: bold; */
}

/* .bg-lightgray .contact-name, */
/* .bg-lightgray .p.contact-mail a, */
/* .bg-white .contact-name, */
/* .bg-white .p.contact-mail a { */
	/* color: #485156; */
/* } */

.bg-mediumgray .contact-infos,
.bg-mediumgray .contact-name,
.bg-mediumgray p.contact-mail a,
.bg-darkgray .contact-infos,
.bg-darkgray .contact-name,
.bg-darkgray p.contact-mail a {
	color: #fff;
}

@media screen and (min-width: 980px) {
	.contact-image {
    width: 120px;
    margin-right: 20px;
		/*float: left;
		margin-right: 20px;*/
	}
  .contact-name {
    margin-bottom: .2rem;
    font-size: 24px;
  }

  .contact-infos p {
    margin-top: .2rem;
    margin-bottom: .2rem;
    font-size: 20px;
  }
}


/* ==========================================================================
   Icon Text
   ========================================================================== */

.icon-content {
  width: 100px;
}

.it-box {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  padding-bottom: 3rem;
}

.it-icon {
  margin-right: 20px;
  width: 100px;
}

.it-icon figure {
    margin: 0;
}

.it-text {
  -webkit-box-flex: 1;
  flex: 1;
}

@media (max-width: 479px) {
  .it-box {
    padding-bottom: 1rem;
  }
  .it-icon {
    margin-right: 10px;
    width: 60px;
  }
}


/* ==========================================================================
   Powermail
   ========================================================================== */

.formleft {
  clear: both;
  float: left;
  width: 49%;
}

.formright {
  float: right;
  width: 49%;
}

.form3left,
.form3center,
.form3right {
	width: 32%;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form3left {
  clear: both;
  float: left;
  margin-right: 1%;
}

.form3center {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
}

.form3right {
  float: left;
  margin-left: 1%;
}

.default {
  clear: both;
}

input, textarea, select {
	font-family: Droid Sans, Arial, Helvetica, sans-serif!important;
	font-size: 1rem;
	border: none;
}

.tx-powermail h4 {
  font-family: "Dax W01 Bold";
  /* font-weight: bold; */
}

.tx-powermail label {
	margin-bottom: 0;
	font-size: 14px;
}

.tx-powermail .radio {
	display: inline-block;
	padding: 5px 0;
	margin-right: 20px;
}

.tx-powermail .radio > label {
	font-size: 1rem;
}

.tx-powermail > .container-fluid {
	padding-right: 0;
    padding-left: 0;
}

.powermail_field {
	margin-top: 0;
	margin-bottom: 1rem;
}

.tx-powermail input[type='text'],
.tx-powermail input[type='email'],
.tx-powermail input[type='date'],
.tx-powermail textarea,
.tx-powermail select {
	width: 100%;
	padding: .5rem;
	border: 1px solid #979fa7;
}

.tx-powermail input[type='date'] {
  height: 42px;
}

.tx-indexedsearch-searchbox-sword {
	width: 300px;
	padding: .5rem;
	border: 1px solid #979fa7;
}


input[type='submit'],
button {
	border: 0;
	display: block;
	margin: 1rem auto;
  padding: 10px 40px;
  background: #89bd23;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  cursor: pointer;
  
}

.tx-powermail .powermail_fieldset .parsley-errors-list {
    display: none;
    margin: 5px 0 20px 0;
    padding: 0;
    list-style-type: none;
    background-color: #F2DEDE;
    border: 1px solid #EBCCD1;
    width: 100%;
    float: right;
    clear: left;
}

.tx-powermail .powermail_fieldset .parsley-errors-list.filled {
    display: block;
}

.tx-powermail .powermail_fieldset .parsley-errors-list>li {
    color: #A94442;
    padding: 5px 10px;
}

.tx-powermail .powermail_fieldset .powermail_field_error,
.tx-powermail .powermail_fieldset .parsley-error,
.tx-powermail .powermail_fieldset .powermail_form .parsley-error:focus,
.tx-powermail .powermail_fieldset div.error {
    background-color: #EBCCD1;
    color: #A94442;
}

.tx-powermail .powermail_fieldset .powermail_field_error_container .parsley-errors-list {
    width: 100%;
    margin-bottom: 0;
    background-color: #EBCCD1;
    border: none;
}

.tx-powermail .powermail_fieldset .powermail_field_error_container .parsley-errors-list>li {
    padding-left: 5px;
}

/* very special things... (ugly) */
label[for=powermail_field_einverstaendnis],
label[for=powermail_field_zahlungsweise_01] {display:none}

@media (max-width: 639px) {
  .formleft,
  .formright,
  .form3left,
  .form3center,
  .form3right  {
    float: none;
    width: 100%;
	margin-left: 0;
	margin-right: 0;
  }
}



/* ==========================================================================
   Text Bild Slider
   ========================================================================== */

.ls-inner-text {
  position: relative;
}

.ls-carousel .outer-button {
  display: block;
  position: absolute;
  bottom: -23px;
  height: 50px;
  /* margin: 0 auto; */
  left: 0;
  right: 0;
  text-align: center;
  z-index: 198;
}

.ls-carousel .button {
  margin: 0 auto;
  z-index: 199;
}

@media (max-width: 479px) {
  .ls-carousel .outer-button {
    bottom: -29px;
  }
}



/* ==========================================================================
   Content
   ========================================================================== */

h1,h2,h3,h4 {
	/* font-weight: bold; */
}

.heading-top {
  background: url('../Images/arrow_heading.png') no-repeat left top;
  padding-left: 46px;
  color: #005781 !important;
}

h1 {
  font-family: "Dax W01 Bold";
  /* font-weight: bold; */
  font-size: 44px;
  text-transform: uppercase;
  color: #89bd23;
}

h2 {
  font-family: "Dax W01 Medium";
	font-size: 36px;
	margin-bottom: 2rem;
  text-transform: uppercase;
  color: #005781;
}

h3 {
  font-family: "Dax W01 Medium";
  font-size: 28px;
  margin-bottom: 1.5rem;
  color: #005781;
}

h4 {
  font-size: 24px;
  margin-bottom: 1rem;
  color: #005781;
}

.larger {
	font-size: larger;
}

.py-10 {
    padding-top: 6rem!important;
	padding-bottom: 6rem!important;
}

.button {
  font-family: "Dax W01 Bold";
	display: inline-block;
	margin: 1rem 0;
  padding: 10px 40px 10px 40px;
  background: #89bd23;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}

.button:hover {
  color: #fff;
  text-decoration: none;
}

.button-100 {
  font-family: "Dax W01 Bold";
	display: inline-block;
	margin: 1rem 0;
  padding: 10px 5px 10px 5px;
  background: #89bd23;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  width: 100%;
  text-align: center;
}

.button-100:hover {
  color: #fff;
  text-decoration: none;
}

.button-blue {
  font-family: "Dax W01 Bold";
	display: inline-block;
	margin: 1rem 0;
  padding: 10px 40px;
  background: #134e8b;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  text-decoration: none;
}

.button-blue:hover {
  color: #fff;
  text-decoration: none;
}

.button-blue-100 {
  font-family: "Dax W01 Bold";
	display: inline-block;
	margin: 1rem 0;
  padding: 10px 5px 10px 5px;
  background: #134e8b;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  text-decoration: none;
  width: 100%;
  text-align: center;
}

.button-blue-100:hover {
  color: #fff;
  text-decoration: none;
}

.button-big {
	display: inline-block;
	width: 100%;
  background: #89bd23;
  color: #fff;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  white-space: nowrap;
}

.button-big:hover {
  color: #fff;
  text-decoration: none;
}

.button-big-icon {
	width: 60px;
  height: 60px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 0px;
  background: #fff;
  vertical-align: middle;
}

.button-big span {
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1em;
}

table th {
  font-family: "Dax W01 Bold";
	text-align: left;
	border-bottom: 5px solid #005781;
	padding: 10px 15px 3px 15px;
  color: #005781;
  /* font-weight: bold; */
}

table td {
	border-bottom: 1px solid #414c57;
	padding: 10px 15px;
}

div.frame a[href$='.pdf'] {
  background: url(../Images/pdf_files.gif) center left no-repeat;
  display: inline-block;
  padding-left: 26px;
  line-height: 16px;
}

.youtube-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube-container iframe,
.youtube-container object,
.youtube-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Responsive tables */
.table-container {
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}

.table-container::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.table-container::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}

@media (max-width: 479px) {
  .heading-top {
    background-size: 20px 32px;
    padding-left: 26px;
  }
  .button {
    font-size: 18px;
     padding: 8px 30px 8px 30px;
  }
  .button-big {
    /* padding: 10px 10px 10px 10px; */
    font-size: 16px;
  }
  .button-big-icon {
		width: 40px;
	  height: 40px;
	  margin-right: 0px;
	}
  .button-big span {
    padding-left: 3px;
  }
  .button-100,
  .button-blue-100  {
    font-size: 18px;
  }
  /* .button { */
    /* display: inline-block; */
    /* margin: 1rem 0; */
    /* padding: 8px 10px; */
    /* text-transform: uppercase; */
    /* font-size: 15px; */
  /* } */
  /* .button-blue { */
    /* display: inline-block; */
    /* margin: 1rem 0; */
    /* padding: 8px 10px; */
    /* background: #134e8b; */
    /* border-radius: 25px; */
    /* color: #fff; */
    /* text-transform: uppercase; */
    /* font-size: 15px; */
    /* text-decoration: none; */
  /* } */
}

@media (min-width: 480px) and (max-width: 767px) {
  .heading-top {
    background-size: 22px 36px;
    padding-left: 30px;
  }
  .button-big {
    /* padding: 10px 10px 10px 10px; */
    font-size: 22px;
  }
  .button-big-icon {
		width: 60px;
	  height: 60px;
	  margin-right: 0px;
	}
  .button-100,
  .button-blue-100  {
    font-size: 22px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .heading-top {
    background-size: 30px 48px;
    padding-left: 40px;
  }
  .button-big {
    /* padding: 10px 10px 10px 10px; */
    font-size: 16px;
  }
  .button-big-icon {
		width: 46px;
	  height: 46px;
	  margin-right: 0px;
	}
  .button-big span {
    padding-left: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .button-big {
    /* padding: 14px 40px 14px 20px; */
    font-size: 22px;
  }
  .button-big-icon {
		width: 54px;
	  height: 54px;
	  margin-right: 0px;
	}
  /* .button-big span { */
    /* padding-left: 10px; */
  /* } */
}

@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
  h1 {
    font-size: 30px;
  }
	h2 {
		font-size: 26px;
		margin-bottom: 1rem;
	}
  h3 {
    font-size: 22px;
    margin-bottom: 1rem;
  }
  h4 {
    font-size: 20px;
    margin-bottom: .6rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
	h2 {
		font-size: 32px;
		margin-bottom: 1.5rem;
	}
  h3 {
    font-size: 24px;
    margin-bottom: 1.2rem;
  }
  h4 {
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  
}



/* ==========================================================================
   Sidenav
   ========================================================================== */

#quicknav {
	position: fixed;
	right: 0;
	top: 176px;
	background: #005781;
	z-index: 99998;
}

#quicknav a {
	position: relative;
	display: block;
	width: 34px;
	height: 34px;
	z-index: 99999;
	color: #fff;
	text-decoration: none;
	line-height: 1;
}

#quicknav a span {
	z-index: -1;
	position: absolute;
	top: 0;
	right: -206px;
	width: 240px;
	height: 34px;
	line-height: 34px;
	background: #134e8b;
	color: transparent;
  -webkit-transition: right .3s ease-in, color .6s ease-in;
  transition: right .3s ease-in, color .6s ease-in;
	font-size: 20px;
	text-align: left;
	padding-left: 8px;
}

#quicknav a.qn-blue span {
	background: #005781;
}

#quicknav a.qn-green span {
	background: #89bd23;
}

#quicknav a.qn-lightblue span {
	background: #9bc6ce;
}

#quicknav a:hover {
	
}

#quicknav a:hover span {
	right: 0px;
	color: #fff;
}

@media (max-width: 767px) {
	#quicknav {
		position: fixed;
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
		width: 150px;
		height: 34px;
		margin: 0 auto;
	}
	#quicknav a {
		display: block;
		float: left;
		width: 50px;
		height: 34px;
		padding-top: 0;
	}
	#quicknav a span {
		display: inline-block;
		position: relative;
		top: auto;
		right: auto;
		width: 50px;
		height: 34px;
		line-height: 34px;
		font-size: 1px;
    padding-left: 14px;
	}
}



/* ==========================================================================
   Footer
   ========================================================================== */

footer {
	background: #dce1e6;
}

footer > section > div {
	color: #485156;
}

footer > section.bg-darkgray{
  background-color: #485156;
}

.footer-top {
  font-size: 20px;
  line-height: 28px;
}

.logo-footer {
  width: 174px;
}

.icon-instagram {
  display: block;
  margin: 60px 0 0 0;
}

.back-to-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	width: 30px;
	height: 30px;
}

.back-to-top:hover {}

.copyright {
	margin: 0;
	font-size: 17px;
	line-height: 28px;
}

.bottom-menu-right {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.bottom-menu-right li {
	margin: 0;
  padding: 0 10px;
  display: inline-block;
  line-height: 28px;
}

.bottom-menu-right li a {
	color: #fff;
	font-size: 17px;
}

@media (max-width: 767px) {
	footer {
		padding-bottom: 50px;
	}
  footer p {
    font-size: .9rem;
    margin-bottom: .3rem;
  }
  .icon-instagram {
    display: inline;
    margin: 60px 0 0 30px;
  }
}

.ansprechpersonen .accordion_head{
  border-bottom: 1px solid #005781;
}

.ansprechpersonen .row{
  margin-top: 23px;

}
.ansprechpersonen .accordion_element{
  padding: 0px;
  margin-top: -1px;
}

.ansprechpersonen .accordion_element:last-child{
  border-bottom: 0px;
}

.ansprechperson_name{
  font-size: 25px;
  font-weight: bold;
  line-height: 60px;
}

.ansprechperson_text{
  line-height: 10px;
  padding-bottom: 10px;
}

.ansprechperson .mailto-icon{
  margin-left: 12px;
  width: 40px;
  margin-bottom: 6px;
}



/* ==========================================================================
   Overwrite fsc
   ========================================================================== */

.ce-intext.ce-left .ce-gallery {
    margin-right: 30px;
}

.ce-intext.ce-right .ce-gallery {
    margin-left: 30px;
}

.ce-gallery figcaption {
	margin-top: 10px;
}


@media only screen and (max-width: 479px) {
	
}

@media only screen and (max-width: 767px) {
	.h-100 {
    height: auto!important;
  }
}

@media only screen and (max-width: 1199px) {
	.p-5 {
		padding: 1rem 1rem 2rem 1rem!important;
	}
	big > p,
	.larger	{
		font-size: 1rem;
	}
}

@media only screen and (max-width: 991px) {
	.ls-inner-text {
    padding-left: 2rem!important;
  }
}

@media only screen and (min-width: 1200px) {

}


header#header .container-fluid .row .col-6{
  flex: 0 0 40%;
  max-width: 40%;
}

header#header .container-fluid .row .text-right{
  flex: 0 0 60%;  
  max-width: 60%;
}

.flex-control-nav:empty {
  display: none !important;
}

.top-logo .userportal{
    display: none;
    
    @media (max-width: 992px) {
        display: block !important;
        position: absolute;
        bottom: 0;
        right: 230px;
        height: 55px;
        width: auto;
    }

    @media (max-width: 546px) {
        right: 170px;
    }
}