@charset "UTF-8";
/**************************************/
/* Default styles for news extension */
/**************************************/
.news .clear {
  clear: both;
}
.news .nav ul {
  float: left;
  display: inline;
  margin: 0;
}
.news .nav li {
  float: left;
}
.news .nav a {
  float: left;
  display: block;
}
.news .nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.news .article {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.news .article:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.news .article:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.news .article .news-img-wrap {
  float: left;
  margin: 3px 12px 5px 0;
  background: #fff;
}
.news .article .news-img-wrap a {
  display: block;
  float: left;
  padding: 4px;
  border: 1px solid #ddd;
  background: #fff;
}
.news .article .news-img-wrap img {
  float: left;
  height: auto;
  width: auto;
}
.news .article .teaser-text {
  margin: 0 0 10px 0;
}
.news .article h3 {
  margin-bottom: 0;
}
.news .footer {
  clear: both;
  padding: 10px 0 0 0;
  border-top: 1px solid #eee;
  margin-top: 15px;
  color: #888;
}
.news .footer p {
  line-height: 1em;
}
.news .footer span {
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #ddd;
}
.news .footer span:last-child {
  border-right: 0;
}
.news .footer .news-category a {
  text-transform: uppercase;
}
.news .no-news-found {
  color: #DB0202;
  font-style: italic;
}
.news .page-navigation p {
  float: left;
}
.news .page-navigation ul {
  float: right;
}
.news .page-navigation ul li {
  float: left;
  display: block;
  padding: 0 2px;
  background: none;
}
.news .page-navigation ul li a {
  display: block;
}
/* category menu view */
.news-category-view ul li {
  padding: 5px 8px;
}
.news-category-view ul li li {
  padding: 2px 8px 2px 12px;
}
.news-category-view > ul > li:nth-child(even) {
  background: #f9f9f9;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.news-category-view .category-desc {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #ddd;
}
/* single view */
.news-single .footer {
  margin-bottom: 20px;
  margin-top: 5px;
  padding: 10px 0 0 0;
  border-bottom: 0;
  border-top: 1px solid #eee;
}
.news-single .article .news-img-wrap {
  float: right;
  width: 282px;
  margin: 0 0 0 25px;
}
.news-single .article .news-img-wrap img {
  float: none;
}
.news-single .teaser-text {
  font-size: 15px;
  color: #888;
}
.news-text-wrap {
  margin-bottom: 10px;
}
.news-img-caption {
  color: #888;
}
/* related news + files */
.news-related-wrap {
  display: table;
  margin-top: 20px;
  width: 100%;
}
.news-related {
  width: 50%;
  padding: 15px;
  border: 1px solid #eee;
  display: table-cell;
}
.news-related ul li {
  line-height: 1em;
  margin-bottom: 12px;
}
.news-related ul li span {
  border-right: 1px solid #DDDDDD;
  display: inline-block;
  margin-right: 8px;
  padding-right: 8px;
  color: #888;
}
.news-related ul li span :last-child {
  border-right: 0;
  padding-right: 0;
}
.news-related h4 {
  margin-bottom: 10px;
}
.news-related-files ul li {
  margin-bottom: 20px;
}
.news-related-files .news-related-files-link .jpg {
  background-position: 0 0;
}
.news-clear {
  clear: both;
}
.roadsign {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: center;
}
.roadsign .roadsigns-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 20px;
  margin: 16px;
}
@media screen and (max-width: 500px) {
  .roadsign .roadsigns-gallery {
    grid-template-columns: 1fr;
  }
}
.roadsign .roadsigns-gallery .roadsigns {
  background: white;
  text-align: center;
  padding: 16px 0;
}
.roadsign .roadsigns-gallery .roadsigns .roadsigns-header {
  margin-bottom: 16px;
  padding: 10px;
  font-weight: bold;
}
.roadsign .roadsigns-gallery .roadsigns img {
  border-top: 20px solid black;
  border-bottom: 20px solid black;
  border-right: 50px solid black;
  border-left: 50px solid black;
}
/*****************
 * Media Queries *
 *****************/
/***********
 * Flexbox *
 ***********/
/***************
 * Transitions *
 ***************/
/*************
 * Transform *
 *************/
/************
 * PX to EM *
 ************/
/**
 SICOR KDL GmbH

 author:
 create:
 */
/**
 SICOR KDL GmbH

 author:
 create:
 */
*[margin-top-10] {
  margin-top: 10px;
}
*[margin-right-10] {
  margin-right: 10px;
}
*[margin-bottom-10] {
  margin-bottom: 10px;
}
*[margin-left-10] {
  margin-left: 10px;
}
*[margin-top-40] {
  margin-top: 40px;
}
*[margin-right-40] {
  margin-right: 40px;
}
*[margin-bottom-40] {
  margin-bottom: 40px;
}
*[margin-left-40] {
  margin-left: 40px;
}
*[marginReboot] {
  margin: 0;
}
*[marginTopReboot] {
  margin-top: 0;
}
*[marginRightReboot] {
  margin-right: 0;
}
*[marginBottomReboot] {
  margin-bottom: 0;
}
*[marginLeftReboot] {
  margin-left: 0;
}
*[fixedElement] {
  position: fixed;
  top: 0;
}
.no-scroll {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
*[align-center] {
  text-align: center;
}
*[align-left] {
  text-align: left;
}
*[align-right] {
  text-align: right;
}
*[text-italic] {
  font-style: italic;
}
*[text-uppercase] {
  text-transform: uppercase;
}
*[text-color-red] {
  color: #253969;
}
*[text-color-default] {
  color: #4A4A4A;
}
*[sic-flex] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* Direction */
.sic-flex-row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* Justify Content */
.sic-content-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.sic-content-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.sic-content-around {
  -webkit-justify-content: flex-around;
  -moz-justify-content: flex-around;
  -ms-justify-content: flex-around;
  justify-content: flex-around;
  -ms-flex-pack: flex-around;
}
.sic-content-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.sic-align-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
*[select-reboot] {
  position: relative;
  width: 150px;
  border: 1px solid #ECECEC;
}
*[select-reboot]:hover, *[select-reboot]:focus {
  border: 1px solid #253969;
}
*[select-reboot]:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #253969;
  font: normal normal normal 16px/1 "FontAwesome";
}
*[select-reboot] select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none !important;
  border-radius: 0 !important;
  font-size: 1rem;
  width: 100%;
  height: auto !important;
  background: transparent;
  padding: 5px 24px 5px 5px;
  z-index: 1;
  cursor: pointer;
  line-height: 25.5px;
}
@font-face {
  font-family: "Lato";
  src: url("/fileadmin/templates/fonts/lato/regular/Lato-Regular.woff") format("woff"), url("/fileadmin/templates/fonts/lato/regular/Lato-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Lato Italic";
  src: url("/fileadmin/templates/fonts/lato/italic/Lato-Italic.woff") format("woff"), url("/fileadmin/templates/fonts/lato/italic/Lato-Italic.woff2") format("woff2");
  font-style: italic;
}
@font-face {
  font-family: "Lato Bold";
  src: url("/fileadmin/templates/fonts/lato/bold/Lato-Bold.woff") format("woff"), url("/fileadmin/templates/fonts/lato/bold/Lato-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "PT Sans";
  src: url("/fileadmin/templates/fonts/pt-serif/regular/PTSerif-Regular.woff") format("woff"), url("/fileadmin/templates/fonts/pt-serif/regular/PT_Serif-Web-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "PT Sans Italic";
  src: url("/fileadmin/templates/fonts/pt-serif/italic/PTSerif-Italic.woff") format("woff"), url("/fileadmin/templates/fonts/pt-serif/italic/PT_Serif-Web-Italic.woff2") format("woff2");
  font-style: italic;
}
body, html {
  font-family: "Lato";
  font-size: 15px;
  line-height: 1.7;
  scroll-behavior: smooth;
  scroll-padding-top: 220px;
  background-color: #FBF7F3;
}
/* RTE STYLE */
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.contenttable TD {
  vertical-align: top;
}
b, strong {
  font-weight: bold;
}
ol, ul {
  list-style: none;
}
.ce-bodytext ol, .ce-bodytext ul {
  list-style: inherit;
}
figcaption {
  font-size: 80%;
}
a, a:visited, a.active, a:focus {
  text-decoration: none;
  outline: none;
}
a {
  color: #253969;
}
a:hover {
  color: #253969;
  text-decoration: none;
}
a.btn-default {
  background-color: #4A4A4A;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
}
a:hover.btn-default {
  background-color: #4A4A4A;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
}
p, p.bodytext {
  margin-bottom: 20px;
}
h1 {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 2.2666666667em;
  margin-top: 0;
  color: #253969;
}
h2 {
  font-size: 1.8666666667em;
  margin-top: 1.5em;
  margin-bottom: 1em;
  line-height: normal;
}
#startPage h2 {
  color: #253969;
}
.mainContent .frame header h2:first-child {
  margin-top: 0;
}
h3 {
  font-size: 1.4666666667em;
  margin-top: 20px;
  margin-bottom: 1em;
  font-weight: 500;
  line-height: 1.25;
}
h4 {
  font-size: 1.3333333333em;
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.53;
}
h6 {
  font-size: 16px;
  margin-bottom: 0;
}
#jumpToTop {
  font-size: 2.5333333333em;
  display: none;
  width: 1.1842105263em;
  height: 1.3157894737em;
  color: #FBF7F3;
  background: #253969;
  position: fixed;
  bottom: 0.7894736842em;
  right: 0.7894736842em;
}
#jumpToTop > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flexWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
a.downloadInText {
  padding-left: 1.3333333333em;
  color: #253969;
  position: relative;
}
a.downloadInText:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 1.0666666667em;
  height: 1.0666666667em;
  content: "";
  background: url(/fileadmin/templates/gfx/download-blue.svg) no-repeat;
  background-size: contain;
}
a.redLinkBox {
  padding: 0.3333333333em 2.4666666667em;
  color: #FBF7F3;
  background: #253969;
}
a.downloadLinkBox {
  padding: 0.3333333333em 1em 0.3333333333em 2.4666666667em;
  color: #FBF7F3;
  background: #253969;
  position: relative;
}
a.downloadLinkBox:before {
  position: absolute;
  top: 0.4666666667em;
  left: 1em;
  width: 1.0666666667em;
  height: 1.0666666667em;
  content: "";
  background: url(/fileadmin/templates/gfx/download-white.svg) no-repeat;
  background-size: contain;
}
html, body {
  overflow-x: hidden;
}
.mobile-open {
  overflow-y: hidden;
}
body {
  color: #4A4A4A;
}
body #main {
  padding-bottom: 2em;
}
.container {
  max-width: 76.6666666667em;
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}
.frame-layout-11 {
  background-color: #FFFFFF;
}
.frame-layout-12 {
  background-color: #253969;
}
.frame-layout-13 {
  background-color: #ECECEC;
}
.startPageColumnWrap:after {
  content: "";
  display: block;
  clear: left;
}
@media (min-width: 80em) {
  .startPageColumnLeft {
    float: left;
    width: 42.6666666667em;
    margin-right: 1.3333333333em;
  }
}
@media (min-width: 80em) {
  .startPageColumnRight {
    float: left;
    width: 30.6666666667em;
  }
}
.logo_allgaeu {
  width: 2.6666666667em;
  height: 2.6666666667em;
}
.mobile-open {
  overflow: hidden;
}
.mobile-open #headerBarText {
  top: 0;
}
#pageHeader {
  margin-top: 2.3333333333em;
  margin-bottom: 3em;
  position: relative;
  border-bottom: 1px solid #253969;
}
#pageHeader:before, #pageHeader:after {
  top: 100%;
  left: 11px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#pageHeader:after {
  border-top-color: #FFF;
  border-width: 10px;
  margin-left: -10px;
}
#pageHeader:before {
  border-color: rgba(179, 0, 0, 0);
  border-top-color: #253969;
  border-width: 11px;
  margin-left: -11px;
  background-color: #FBF7F3;
}
body#startPage main {
  margin-top: 2.3333333333em;
  padding-top: 0;
}
@media (min-width: 1200px) {
  body#startPage main {
    padding-top: 0;
  }
}
.sidebarContent {
  width: 16em;
  margin-top: 2.6666666667em;
  margin-right: 15px;
}
.mainContent {
  flex-grow: 1;
  max-width: 53.3333333333em;
  min-width: 0px;
  margin-top: 2.6666666667em;
}
.mainContent .ce-intext.ce-right .ce-gallery {
  margin-left: 1.4666666667em;
  margin-bottom: 1.4666666667em;
}
.panel-group {
  margin-bottom: 3em;
}
.panel-group .frame-type-gridelements_pi1 > header > h2 {
  margin-bottom: 0.4642857143em;
}
div.frame.frame-type-uploads {
  margin-bottom: 2.3333333333em;
}
div.frame.frame-type-uploads ul.ce-uploads li {
  height: 4em;
  border-bottom: 1px solid #253969;
  margin: 0;
}
div.frame.frame-type-uploads ul.ce-uploads li .uploadsWrap {
  height: 100%;
}
div.frame.frame-type-uploads ul.ce-uploads li .uploadsWrap > a {
  color: #4A4A4A;
}
div.frame.frame-type-uploads ul.ce-uploads li:first-child {
  border-top: 1px solid #253969;
}
div.frame.frame-type-uploads ul.ce-uploads li a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 1.6666666667em 1em 1.3333333333em;
}
div.frame.frame-type-uploads ul.ce-uploads li a .fileIcon {
  width: 1.1333333333em;
  height: 1.4666666667em;
  margin-right: 1.3333333333em;
}
div.frame.frame-type-uploads ul.ce-uploads li a .downloadDate {
  color: #C0C0C0;
}
div.frame.frame-type-uploads ul.ce-uploads li a .growToFillLine {
  flex: 1 1 1px;
}
div.frame.frame-type-uploads ul.ce-uploads li a .downloadIcon {
  width: 1.6em;
  height: 1.6em;
}
div.frame.frame-type-uploads ul.ce-uploads li span {
  display: inline-block;
}
div.frame.frame-type-uploads ul.ce-uploads img {
  float: none;
  padding-right: 0;
}
div.frame.frame-type-menu_pages {
  margin-bottom: 2.3333333333em;
}
div.frame.frame-type-menu_pages ul.pageList {
  padding-left: 0;
  margin-bottom: 0;
}
div.frame.frame-type-menu_pages ul.pageList li {
  height: 4em;
  border-bottom: 1px solid #253969;
}
div.frame.frame-type-menu_pages ul.pageList li:first-child {
  border-top: 1px solid #253969;
}
div.frame.frame-type-menu_pages ul.pageList li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.3333333333em;
  color: #4A4A4A;
}
div.frame.frame-type-menu_pages .menuPageIcon {
  width: 1.3333333333em;
  height: 1.3333333333em;
  background: url(/fileadmin/templates/gfx/link-icon.svg) no-repeat;
  background-size: contain;
}
.flexWrap .breadcrumbs {
  flex: 1 1 75%;
  flex-basis: 75%;
  flex-grow: 1;
  flex-shrink: 1;
  order: 1;
}
@media (max-width: 575px) {
  .flexWrap .breadcrumbs {
    order: 3;
    flex-basis: 100%;
  }
}
.flexWrap .readSpeaker {
  margin-left: auto;
  flex-shrink: 0;
  order: 2;
}
@media (max-width: 575px) {
  .flexWrap {
    flex-wrap: wrap;
  }
}
::-moz-placeholder {
  opacity: 1;
}
.fontsize19 {
  font-size: 19px;
  line-height: 1.25;
}
.fontsize34 {
  font-size: 34px;
  line-height: normal;
}
.fontsize18oblique {
  font-size: 18px;
  line-height: 1.67;
  font-style: oblique;
}
#topHeaderBar #headerBarContainer {
  background: #FBF7F3;
  min-height: 5.3333333333em;
  min-height: 120px;
}
#topHeaderBar #headerBarContainer #headerBarText {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1400px) {
  #topHeaderBar #headerBarContainer #headerBarText {
    width: 93.3333333333em;
  }
}
@media only screen and (min-width: 1580px) {
  #topHeaderBar #headerBarContainer #headerBarText {
    width: 100em;
  }
}
#topHeaderBar #headerBarContainer #headerBarText .row {
  height: 100%;
}
#topHeaderBar #headerBarContainer #headerBarText .row .headerBarLeft {
  flex-direction: row-reverse;
}
#topHeaderBar #headerBarContainer #headerBarText .row .headerBarLeft .logo_allgaeu {
  margin-right: 0.6666666667em;
}
#topHeaderBar #headerBarContainer #headerBarText .row .headerBarLeft .logoPhoneWrap {
  margin-right: 1.25em;
  margin-top: 16px;
}
#topHeaderBar #headerBarContainer #headerBarText .row .headerBarLeft .text {
  margin-bottom: 0;
  color: #FBF7F3;
  line-height: 1.21;
  display: block;
}
#topHeaderBar #headerBarContainer #headerBarText .row .headerBarLeft .text > span:nth-child(1) {
  font-size: 1.3333333333em;
  font-family: "PT Sans", serif;
}
#topHeaderBar #headerBarContainer #headerBarText .row .headerBarLeft .text > span:nth-child(2) {
  font-size: 3.2em;
  font-family: "PT Sans", serif;
}
#topHeaderBar #headerBarContainer #headerBarText .row .headerBarLeft .text > span:nth-child(3) {
  font-size: 1em;
  font-family: "Lato", sans-serif;
  margin-left: 2px;
}
#topHeaderBar #headerBarContainer #headerBarText .row .headerBarRight {
  background-color: #FBF7F3;
}
#topHeaderBar #headerBarContainer #headerBarText .row .headerBarRight .agencyPhone {
  margin-right: 1.3333333333em;
}
#startPage #topHeaderBar #headerBarContainer .headerBarLeft .text {
  display: none;
}
@media (min-width: 80em) {
  #startPage #topHeaderBar #headerBarContainer {
    display: none;
  }
}
.mobile-open #headerBarContainer .logo_allgaeu, .mobile-open #headerBarContainer .logo {
  position: relative;
  z-index: 4;
}
.mobile-menu-button {
  color: #434344;
  border: 1px solid #434344;
  padding: 6px;
  margin-left: 1.3333333333em;
  align-items: center;
  cursor: pointer;
  -webkit-transition: color 0.5s ease-in;
  -moz-transition: color 0.5s ease-in;
  -ms-transition: color 0.5s ease-in;
  -o-transition: color 0.5s ease-in;
  transition: color 0.5s ease-in;
  font-family: "Lato", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1200px) {
  .mobile-menu-button {
    display: none;
  }
}
.mobile-menu-button > #mobileMenuButtonIcon {
  display: block;
  font-size: 1.2em;
  font-size: 1.2em;
  position: relative;
  overflow: hidden;
}
.mobile-menu-button > #mobileMenuButtonIcon:before {
  content: "";
  display: inline-block;
  width: 16px;
}
.mobile-menu-button > #mobileMenuButtonIcon > span {
  background: #434344;
  display: block;
  position: absolute;
  width: 16px;
  height: 3px;
}
.mobile-menu-button > #mobileMenuButtonIcon > span:nth-child(1) {
  top: 0.1666666667em;
  left: 0;
  -webkit-transition: transform 0.5s ease-in;
  -moz-transition: transform 0.5s ease-in;
  -ms-transition: transform 0.5s ease-in;
  -o-transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  -webkit-transform-origin: 0.0555555556em 0.1666666667em;
  -moz-transform-origin: 0.0555555556em 0.1666666667em;
  -ms-transform-origin: 0.0555555556em 0.1666666667em;
  -o-transform-origin: 0.0555555556em 0.1666666667em;
  transform-origin: 0.0555555556em 0.1666666667em;
}
.mobile-menu-button > #mobileMenuButtonIcon > span:nth-child(2) {
  top: 0.4444444444em;
  -webkit-transition: width 0.15s ease-in;
  -moz-transition: width 0.15s ease-in;
  -ms-transition: width 0.15s ease-in;
  -o-transition: width 0.15s ease-in;
  transition: width 0.15s ease-in;
}
.mobile-menu-button > #mobileMenuButtonIcon > span:nth-child(3) {
  top: 0.7222222222em;
  -webkit-transition: transform 0.5s ease-in;
  -moz-transition: transform 0.5s ease-in;
  -ms-transition: transform 0.5s ease-in;
  -o-transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  -webkit-transform-origin: 0.1111111111em 0em;
  -moz-transform-origin: 0.1111111111em 0em;
  -ms-transform-origin: 0.1111111111em 0em;
  -o-transform-origin: 0.1111111111em 0em;
  transform-origin: 0.1111111111em 0em;
}
body.mobile-open .mobile-menu-button {
  color: #4A4A4A;
  border-color: #4A4A4A;
  z-index: 1000;
  position: relative;
}
body.mobile-open .mobile-menu-button i#mobileMenuButtonIcon > span {
  background: #4a4a4a;
}
body.mobile-open .mobile-menu-button i#mobileMenuButtonIcon > span:nth-child(1) {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
body.mobile-open .mobile-menu-button i#mobileMenuButtonIcon > span:nth-child(2) {
  width: 0;
}
body.mobile-open .mobile-menu-button i#mobileMenuButtonIcon > span:nth-child(3) {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.lvl_1.nav-item.dropdownmenu.show > ul {
  display: block;
}
.lvl_1.nav-item.dropdownmenu.show .dropDown .menuLiText {
  padding-right: 60px;
  border-bottom: solid 1px white;
}
.mobile-menu .menu > li li.lvl_2 .angles {
  top: -5px;
  width: 60px;
  height: 40px;
  line-height: 40px;
}
mobile {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden scroll;
  z-index: 3;
}
mobile .mobile-menu {
  width: 500px;
  max-width: 100%;
  height: 100vh;
  position: absolute;
  right: -500px;
  padding-top: 80px;
  overflow: hidden;
  background: #ECECEC;
  box-shadow: -2px 0 4px 0 rgba 0, 0, 0, 0.5;
  -webkit-transition: right ease-in-out 0.5s;
  -moz-transition: right ease-in-out 0.5s;
  -ms-transition: right ease-in-out 0.5s;
  -o-transition: right ease-in-out 0.5s;
  transition: right ease-in-out 0.5s;
  z-index: 5;
}
@media (max-width: 575px) {
  mobile .mobile-menu {
    padding-top: 150px;
  }
}
mobile .overlay {
  width: 100%;
  height: 0;
  background: #4A4A4A;
  opacity: 0;
  z-index: 4;
}
mobile.open {
  opacity: 0.99;
}
mobile.open .mobile-menu {
  right: 0;
}
@media (max-width: 767px) {
  .sidebarContent > header, .sidebarContent .sidebarMenu {
    display: none;
  }
  .sic-content-between {
    display: block;
  }
}
.angles {
  display: none;
}
.menu .dropdownmenu2 .dropDown2 {
  display: none;
  font-size: 20px;
  padding-bottom: 20px;
  padding-left: 65px;
}
.menu .dropdownmenu2.show > a {
  padding-bottom: 0.2666666667em;
  border-bottom: 1px solid #FFF;
}
.menu .dropdownmenu2.show > .dropDown2 {
  display: block;
}
.menu .dropdownmenu .dropDown {
  display: none;
  font-size: 20px;
  padding-bottom: 20px;
  padding-left: 65px;
}
.menu .dropdownmenu.lvl_2 .dropDown {
  padding-left: 25px;
  padding-bottom: 5px;
}
.menu .dropdownmenu.lvl_2 .dropDown li {
  border-bottom: 1px solid #FFF;
}
.menu .dropdownmenu.lvl_2 .dropDown li:last-child {
  border-bottom: none;
}
.menu .dropdownmenu.show > a {
  padding-bottom: 0.2666666667em;
  border-bottom: 1px solid #FFF;
}
.menu .dropdownmenu.show > .dropDown {
  display: block;
}
.mobile-menu .menu {
  border-top: 1px solid #FFF;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  flex-direction: column;
  align-items: flex-end;
  max-height: 100%;
  overflow-y: auto;
}
.mobile-menu .menu li {
  position: relative;
}
.mobile-menu .menu > li {
  text-align: left;
  width: 100%;
  position: relative;
  border-top: 1px solid #FFF;
}
.mobile-menu .menu > li:first-child {
  border-top: none;
}
.mobile-menu .menu > li .angles {
  display: flex;
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 35px;
  font-family: FontAwesome;
  justify-content: center;
}
.mobile-menu .menu > li .angles .fas.fa-angle-up {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.mobile-menu .menu > li .angles .fa-angle-down:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
}
.mobile-menu .menu > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0;
  color: #4A4A4A;
  padding-bottom: 0.3333333333em;
  margin-bottom: 0.3333333333em;
  -webkit-transition: color 0.15s ease-in;
  -moz-transition: color 0.15s ease-in;
  -ms-transition: color 0.15s ease-in;
  -o-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
  min-height: 60px;
}
.mobile-menu .menu > li > a .menuLiText {
  margin-top: 0;
  padding-left: 55px;
  text-align: left;
  font-size: 20px;
}
.mobile-menu .menu > li > a .menuLiImage {
  width: 2.6666666667em;
  height: 2.6666666667em;
  overflow: hidden;
  position: absolute;
  left: 10px;
}
.mobile-menu .menu > li > a .menuLiImage .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in;
  -moz-transition: opacity 0.15s ease-in;
  -ms-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}
.mobile-menu .menu > li > a:hover, .mobile-menu .menu > li > a:focus, .mobile-menu .menu > li > a.active {
  color: #253969;
}
.mobile-menu .menu > li > a:hover .menuLiImage .hover, .mobile-menu .menu > li > a:focus .menuLiImage .hover, .mobile-menu .menu > li > a.active .menuLiImage .hover {
  opacity: 1;
}
@media only screen and (max-width: 575px) {
  .mobile-menu .menu {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
    align-items: flex-end;
    max-height: 100%;
    overflow-y: auto;
  }
  .mobile-menu .menu > li {
    text-align: left;
    width: 100%;
    position: relative;
  }
  .mobile-menu .menu > li .angles {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    font-size: 35px;
  }
  .mobile-menu .menu > li .angles .fas.fa-angle-up {
    position: absolute;
    top: 0;
  }
  .mobile-menu .menu > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0;
    color: #4A4A4A;
    padding-bottom: 0.3333333333em;
    margin-bottom: 0.3333333333em;
    -webkit-transition: color 0.15s ease-in;
    -moz-transition: color 0.15s ease-in;
    -ms-transition: color 0.15s ease-in;
    -o-transition: color 0.15s ease-in;
    transition: color 0.15s ease-in;
    min-height: 60px;
  }
  .mobile-menu .menu > li > a .menuLiText {
    margin-top: 0;
    padding-right: 60px;
    padding-left: 65px;
    text-align: left;
  }
  .mobile-menu .menu > li > a:hover, .mobile-menu .menu > li > a:focus, .mobile-menu .menu > li > a.active {
    color: #253969;
  }
  .mobile-menu .menu > li > a:hover .menuLiImage .hover, .mobile-menu .menu > li > a:focus .menuLiImage .hover, .mobile-menu .menu > li > a.active .menuLiImage .hover {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .redBarLinkWrap.row .clearfix.col-12.col-md-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.lvl_3.dropdownmenu a {
  display: block;
  padding-right: 60px;
}
@media (max-width: 575px) {
  .lvl_1.nav-item.dropdownmenu.show > ul.dropDown {
    padding-left: 15px;
  }
}
.dropdownmenu .angles .fa-angle-down {
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.dropdownmenu.show > .angles .fa-angle-down {
  -webkit-transform: rotateZ(-180deg);
  -moz-transform: rotateZ(-180deg);
  -ms-transform: rotateZ(-180deg);
  -o-transform: rotateZ(-180deg);
  transform: rotateZ(-180deg);
}
#startPageSearchBox {
  position: relative;
}
#startPageSearchBox .tx_solr {
  width: 24em;
  position: absolute;
  bottom: 1em;
  z-index: 2;
}
@media only screen and (min-width: 1280px) {
  #startPageSearchBox .tx_solr {
    bottom: 2.2em;
  }
}
#startPageSearchBox .tx-solr-search-form input.tx-solr-q {
  font-size: 1.6em;
  padding: 0.5416666667em 2.2916666667em 0.4166666667em 0.8333333333em;
  background: rgba(192, 192, 192, 0.8);
  line-height: 1;
}
#startPageSearchBox .tx-solr-search-form input.tx-solr-q:hover {
  border: none;
}
#startPageSearchBox .tx-solr-search-form span.tx-solr-submit-group {
  right: 1.2666666667em;
  z-index: 3;
}
#startPageSearchBox .tx-solr-search-form span.tx-solr-submit-group button.tx-solr-submit > img {
  width: 1.7333333333em;
}
#topBarSearchBox .tx-solr-search-form {
  position: relative;
}
#topBarSearchBox .tx-solr-search-form input.tx-solr-q {
  line-height: 1.2666666667em;
  padding: 0.6em 3em 0.6666666667em 0.6666666667em;
  min-width: 150px;
}
#topBarSearchBox .tx-solr-search-form span.tx-solr-submit-group {
  z-index: 3;
}
.mobile-open #topBarSearchBox div.tx-solr-search-form {
  z-index: 4;
}
.tx-solr-search-form {
  position: relative;
}
.tx-solr-search-form input.tx-solr-q {
  width: 100%;
  border: 1px solid transparent;
  color: #FFFFFF;
  background: #434344;
}
.tx-solr-search-form input.tx-solr-q::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
  color: #FFFFFF;
}
.tx-solr-search-form input.tx-solr-q::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  color: #FFFFFF;
}
.tx-solr-search-form input.tx-solr-q:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
  color: #FFFFFF;
}
.tx-solr-search-form input.tx-solr-q:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  color: #FFFFFF;
}
.tx-solr-search-form input.tx-solr-q::placeholder {
  font-style: italic;
  color: #FFFFFF;
}
.tx-solr-search-form span.tx-solr-submit-group {
  position: absolute;
  line-height: 1;
  top: 0.6666666667em;
  right: 0.9333333333em;
}
.tx-solr-search-form span.tx-solr-submit-group button.tx-solr-submit {
  padding: 0;
  background: transparent;
  border: none;
  position: relative;
  line-height: 1;
}
.tx-solr-search-form span.tx-solr-submit-group button.tx-solr-submit > img {
  width: 1.3333333333em;
}
#startPageSearchBox .tx-solr-search-form input.tx-solr-q {
  border: none;
}
#navigation {
  display: none;
}
#navigation .menu {
  background-color: #E1DDD7;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
}
#navigation .menu > li {
  width: 10em;
  margin-right: 1em;
  text-align: center;
}
#navigation .menu > li.last {
  margin-right: 0;
}
#navigation .menu > li > a {
  color: #434344;
  display: block;
  height: 100%;
  padding-top: 0.6666666667em;
  padding-bottom: 0.6666666667em;
}
#navigation .menu > li > a div.menuLiImage {
  margin-bottom: 0.3333333333em;
  width: 2.6666666667em;
  height: 2.6666666667em;
  display: inline-block;
}
#navigation .menu > li > a div.menuLiImage .normal {
  display: block;
}
#navigation .menu > li > a div.menuLiImage .hover {
  display: none;
}
#navigation .menu > li > a div.menuLiText {
  font-size: 1em;
  line-height: 1.33;
  margin-top: -0.6666666667em;
}
#navigation .menu > li:hover > a div.menuLiImage .normal, #navigation .menu > li.active > a div.menuLiImage .normal {
  display: none;
}
#navigation .menu > li:hover > a div.menuLiImage .hover, #navigation .menu > li.active > a div.menuLiImage .hover {
  display: block;
}
#navigation .menu > li:hover > a div.menuLiText, #navigation .menu > li.active > a div.menuLiText {
  color: #253969;
}
@media only screen and (min-width: 1580px) {
  #navigation .menu > li {
    margin-right: 3em;
  }
}
.sidebarContent header {
  font-size: 1.3333333333em;
}
.sidebarContent header > i {
  color: #253969;
  margin-right: 0.3684210526em;
}
.sidebarContent .sidebarMenu {
  padding-left: 0;
  margin-bottom: 2.6666666667em;
}
.sidebarContent .sidebarMenu a {
  color: #4A4A4A;
}
.sidebarContent .sidebarMenu a:hover {
  color: #253969;
}
.sidebarContent .sidebarMenu > li {
  min-height: 2.6666666667em;
  border-bottom: 1px solid rgba(236, 236, 236, 0.8);
  display: block;
  position: relative;
  padding-left: 1.8666666667em;
}
.sidebarContent .sidebarMenu > li:before {
  content: "";
  display: block;
  width: 0.3333333333em;
  height: 1em;
  position: absolute;
  top: 0.8em;
  left: 0.5333333333em;
  background: url(../gfx/slide-arrow-right.svg) no-repeat;
  background-size: contain;
}
.sidebarContent .sidebarMenu > li.active {
  border-bottom: none;
  background: rgba(236, 236, 236, 0.8);
}
.sidebarContent .sidebarMenu > li.active > .dropDown {
  display: block;
}
.sidebarContent .sidebarMenu > li:last-child {
  border-bottom: none;
}
.sidebarContent .sidebarMenu > li > .dropDown {
  padding-left: 0;
}
.sidebarContent .sidebarMenu > li > a {
  height: 2.6666666667em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.sidebarContent .sidebarMenu li.active > a {
  color: #253969;
}
.sidebarContent .sidebarMenu .dropDown {
  display: none;
  padding-left: 0;
}
.sidebarContent .sidebarMenu .dropDown li {
  min-height: 2em;
  border-top: 1px solid #FFFFFF;
}
.sidebarContent .sidebarMenu .dropDown li a {
  display: block;
  padding: 0.3333333333em 0;
}
#sidebarContact header {
  font-size: 19px;
  padding-bottom: 0.7894736842em;
}
#sidebarContact header + .frame {
  padding-left: 1.6666666667em;
}
#sidebarContact header > i {
  color: #253969;
  margin-right: 0.3684210526em;
}
#languageMenu {
  margin-bottom: 0;
  padding-left: 0;
  float: left;
}
#languageMenu li {
  width: 2.6666666667em;
  height: 2.6666666667em;
  margin-right: 1.3333333333em;
  float: left;
}
#languageMenu li.active span {
  width: 100%;
  height: 100%;
  color: #4A4A4A;
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: italic;
}
#languageMenu li a {
  border: 1px solid #FFFFFF;
  color: #FBF7F3;
  font-style: italic;
  width: 2.6666666667em;
  height: 2.6666666667em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
body#startPage #navigation {
  padding-top: 0;
}
#tx_authorityleader_search_block, #ray {
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 2em;
}
#tx_authorityleader_search_block .tx_authorityleader_abc_menu_frm, #ray .tx_authorityleader_abc_menu_frm {
  margin-bottom: 1.3333333333em;
}
#tx_authorityleader_search_block .tx_authorityleader_abc_menu_frm .row-authorityleader, #ray .tx_authorityleader_abc_menu_frm .row-authorityleader {
  margin: 0 -2px;
}
#tx_authorityleader_search_block .tx_authorityleader_abc_menu_frm .row-authorityleader .tx_authorityleader_letters.active a, #ray .tx_authorityleader_abc_menu_frm .row-authorityleader .tx_authorityleader_letters.active a {
  background: #434344;
  color: #fff;
  opacity: 0.5;
}
#tx_authorityleader_search_block .tx_authorityleader_abc_menu_frm .row-authorityleader .tx_authorityleader_letters, #ray .tx_authorityleader_abc_menu_frm .row-authorityleader .tx_authorityleader_letters {
  padding: 0 2px;
  margin-bottom: 4px;
  height: 50px;
  width: 50px;
}
#tx_authorityleader_search_block .tx_authorityleader_abc_menu_frm .row-authorityleader .tx_authorityleader_letters a, #ray .tx_authorityleader_abc_menu_frm .row-authorityleader .tx_authorityleader_letters a {
  width: 100%;
  height: 100%;
  display: block;
  background: #ECECEC;
  margin: 0;
  font-size: 1.2666666667em;
  text-align: center;
  line-height: 50px;
}
#tx_authorityleader_search_block .tx_authorityleader_abc_menu_frm .row-authorityleader .tx_authorityleader_letters a:hover, #tx_authorityleader_search_block .tx_authorityleader_abc_menu_frm .row-authorityleader .tx_authorityleader_letters a:focus, #ray .tx_authorityleader_abc_menu_frm .row-authorityleader .tx_authorityleader_letters a:hover, #ray .tx_authorityleader_abc_menu_frm .row-authorityleader .tx_authorityleader_letters a:focus {
  background: #434344;
  color: #FFF;
  opacity: 1;
}
#tx_authorityleader_search_block .tx_authorityleader_search_fields_frm, #ray .tx_authorityleader_search_fields_frm {
  margin-bottom: 1.3333333333em;
}
#tx_authorityleader_search_block .tx_authorityleader_search_fields_frm .tx_authorityleader_detail_search a, #ray .tx_authorityleader_search_fields_frm .tx_authorityleader_detail_search a {
  color: #4A4A4A;
  position: relative;
  padding-left: 20px;
  -webkit-transition: all 0.2ms ease-out;
  -moz-transition: all 0.2ms ease-out;
  -ms-transition: all 0.2ms ease-out;
  -o-transition: all 0.2ms ease-out;
  transition: all 0.2ms ease-out;
}
#tx_authorityleader_search_block .tx_authorityleader_search_fields_frm .tx_authorityleader_detail_search a:before, #ray .tx_authorityleader_search_fields_frm .tx_authorityleader_detail_search a:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  font: normal normal normal 16px/1 "FontAwesome";
}
#tx_authorityleader_search_block .tx_authorityleader_search_fields_frm .tx_authorityleader_detail_search a.collapsed:before, #ray .tx_authorityleader_search_fields_frm .tx_authorityleader_detail_search a.collapsed:before {
  content: "";
}
#tx_authorityleader_search_block .tx_authorityleader_search_fields_frm .tx_authorityleader_detail_search a:hover, #tx_authorityleader_search_block .tx_authorityleader_search_fields_frm .tx_authorityleader_detail_search a:focus, #ray .tx_authorityleader_search_fields_frm .tx_authorityleader_detail_search a:hover, #ray .tx_authorityleader_search_fields_frm .tx_authorityleader_detail_search a:focus {
  color: #253969;
}
#tx_authorityleader_search_block .tx_authorityleader_search_fields_frm .authorityleader_searchfield, #ray .tx_authorityleader_search_fields_frm .authorityleader_searchfield {
  position: relative;
}
#tx_authorityleader_search_block .tx_authorityleader_search_fields_frm .authorityleader_searchfield.authorityleader_departmentsearch, #ray .tx_authorityleader_search_fields_frm .authorityleader_searchfield.authorityleader_departmentsearch {
  width: 100%;
}
#tx_authorityleader_search_block .tx_authorityleader_search_fields_frm .authorityleader_searchfield input[type="text"], #ray .tx_authorityleader_search_fields_frm .authorityleader_searchfield input[type="text"] {
  width: 100%;
}
#tx_authorityleader_summary_block .pager {
  display: flex;
  float: right;
  font-size: 20px;
}
#tx_authorityleader_summary_block .pager .page {
  border-right: solid 1px black;
}
#tx_authorityleader_summary_block .pager .page a {
  padding: 10px;
}
#tx_authorityleader_summary_block .pager .page.active a {
  color: black;
  font-weight: bolder;
}
#tx_authorityleader_summary_block .tx_authorityleader_summary_list {
  padding-left: 0;
}
#tx_authorityleader_summary_block .tx_authorityleader_summary_list li {
  border-bottom: 1px solid #ECECEC;
}
#tx_authorityleader_summary_block .tx_authorityleader_summary_list li a {
  padding: 5px 0;
  display: block;
  color: #4A4A4A;
}
#tx_authorityleader_summary_block .tx_authorityleader_summary_list li a:hover, #tx_authorityleader_summary_block .tx_authorityleader_summary_list li a:focus {
  background: #ECECEC;
  color: #253969;
}
.tx_authorityleader_detail_block .tx_authorityleader_detail_block_catchword_persons {
  margin-bottom: 2em;
}
.tx_authorityleader_detail_block .tx_authorityleader_detail_block_catchword_persons .tx_authorityleader_detail_block_catchword_information {
  margin-top: 1.3333333333em;
}
.tx_authoriyleader_sidebar .tx_authorityleader_person {
  padding: 0.6666666667em 0em 0.6666666667em 1.8666666667em;
  border-bottom: 1px solid rgba(236, 236, 236, 0.8);
}
.tx_authoriyleader_sidebar .tx_authorityleader_person .tx_authorityleader_name {
  font-weight: bold;
  text-transform: uppercase;
}
.tx_authorityleader_abc_menu_link.active {
  background: #434344;
  color: #fff;
}
a.has-tooltip, a:visited.has-tooltip, a.active.has-tooltip, a:focus.has-tooltip {
  text-decoration: underline;
}
.news .article {
  padding-bottom: 0;
  margin-bottom: 2.6666666667em;
}
.news .article h3 {
  margin-bottom: 1em;
}
.news .article h3 a {
  color: #4A4A4A;
}
.news .article h3 a:hover {
  color: #253969;
}
.news .article .teaser-text {
  margin-bottom: 1.3333333333em;
}
.news .article .readMore {
  background-color: #253969;
  padding: 0.3333333333em 1em;
  color: #FBF7F3;
  margin-right: 0.1em;
}
.news .article time {
  background-color: #434344;
  padding: 0.3333333333em 1em;
  color: #FBF7F3;
}
.news .article:after {
  content: none;
}
.news-list-view .article {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid rgba(236, 236, 236, 0.8);
}
.news-list-view .article .header h3 {
  margin-top: 0;
}
.news-list-view .article .header .news-list-category {
  color: #253969;
}
.news-start-jam {
  background-color: rgba(236, 236, 236, 0.8);
  padding: 1.3333333333em 5.3333333333em 1.3333333333em 1.3333333333em;
  margin-bottom: 1.3333333333em;
}
.news-start-jam .article {
  margin-bottom: 1.3333333333em;
}
.news-start-jam .article a {
  color: #253969;
}
.news-start-jam .article a:hover {
  color: #4A4A4A;
}
.news-start-jam .jamNewsWrap:after {
  content: "";
  display: block;
  clear: both;
}
.news-start-jam .jamNewsWrap .header {
  margin-bottom: 0.3333333333em;
}
.news-start-jam .jamNewsWrap .jamNewsDate {
  float: left;
  margin-right: 1.3333333333em;
}
.news-start-jam .jamNewsWrap .jamNewsDate time {
  display: block;
  width: 5.3333333333em;
  height: 5.3333333333em;
  padding: 0;
  background: #253969;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.news-start-jam .jamNewsWrap .jamNewsDate time .dateDay {
  font-size: 1.6em;
  line-height: normal;
}
.news-start-jam .jamNewsWrap .jamNewsDate time .dateMonthYear {
  border-top: 1px solid #FFFFFF;
}
.news-start-jam .jamNewsWrap .teaser-text {
  margin-bottom: 0;
}
.news-slider-start .newsSlider {
  margin-bottom: 5.3333333333em;
  border: none;
  padding-left: 4px;
  background-color: #FBF7F3;
}
.news-slider-start .newsSlider .article {
  margin-bottom: 0;
}
.news-slider-start .newsSlider .article h3 {
  margin-top: 0;
}
.news-slider-start .newsSlider .slideWrap {
  border: 1px solid #C0C0C0;
  padding: 1.3333333333em 1.3333333333em 1.1333333333em;
}
.news-slider-start .newsSlider .flex-direction-nav {
  margin-top: 0;
}
.news-slider-start .newsSlider .flex-direction-nav a {
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.news-slider-start .newsSlider .flex-direction-nav .flex-prev {
  left: -4em;
  opacity: 1;
  width: 1.3333333333em;
  height: 4em;
}
.news-slider-start .newsSlider .flex-direction-nav .flex-prev:before {
  font-size: inherit;
  content: "";
  width: 1.3333333333em;
  height: 4em;
  background: url(../gfx/slide-arrow-left.svg);
}
.news-slider-start .newsSlider .flex-direction-nav .flex-next {
  right: -4em;
  opacity: 1;
  width: 1.3333333333em;
  height: 4em;
}
.news-slider-start .newsSlider .flex-direction-nav .flex-next:before {
  font-size: inherit;
  content: "";
  width: 1.3333333333em;
  height: 4em;
  background: url(../gfx/slide-arrow-right.svg);
}
.news-slider-start .newsSlider:hover .flex-direction-nav .flex-prev:hover {
  left: -4em;
}
.news-slider-start .newsSlider:hover .flex-direction-nav .flex-next:hover {
  right: -4em;
}
.category-tree {
  padding-left: 0;
}
.category-tree li {
  border-bottom: 1px solid rgba(236, 236, 236, 0.8);
  position: relative;
  padding-left: 1.8666666667em;
}
.category-tree li:before {
  content: "";
  display: block;
  width: 0.3333333333em;
  height: 1em;
  position: absolute;
  top: 0.8em;
  left: 0.5333333333em;
  background: url(../gfx/slide-arrow-right.svg) no-repeat;
  background-size: contain;
}
.category-tree li:last-child {
  border-bottom: none;
}
.category-tree li > a {
  height: 2.6666666667em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #4A4A4A;
}
.category-tree li:hover > a, .category-tree li > a:focus, .category-tree li > a.active {
  color: #253969;
}
.news-single .mainContent {
  margin-top: 2.6666666667em;
}
.news-single .mainContent header {
  padding-bottom: 0.6666666667em;
  margin-bottom: 0.6666666667em;
  border-bottom: 1px solid rgba(236, 236, 236, 0.8);
}
.news-single .mainContent header .news-list-category {
  color: #253969;
}
.news-single .mainContent .news-related {
  border: none;
  padding: 0;
  margin-bottom: 1.3333333333em;
}
.news-single .mainContent .news-related header {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.news-single .mainContent .news-related .news-related-list {
  padding-left: 0;
  border-top: 1px solid #253969;
}
.news-single .mainContent .news-related .news-related-list li {
  border-bottom: 1px solid #253969;
  margin-bottom: 0;
}
.news-single .mainContent .news-related .news-related-list li:last-child {
  margin-bottom: 1.3333333333em;
}
.news-single .mainContent .news-related .news-related-list li a {
  display: block;
  padding: 1.3333333333em;
  position: relative;
}
.news-single .mainContent .news-related .news-related-list li a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.3333333333em;
  background: url("../gfx/link-icon.svg");
  width: 1.2em;
  height: 1.5333333333em;
}
.news-single .mainContent .news-related .news-related-list li a .news-related-title {
  color: #4A4A4A;
}
.news-single .mainContent .news-related .news-related-list li a:hover .news-related-title, .news-single .mainContent .news-related .news-related-list li a:focus .news-related-title {
  color: #253969;
}
.news-single .sidebarContent .tx_authoriyleader_sidebar {
  margin-top: 0;
}
#footer {
  background: #434344;
  padding: 4.3333333333em 0 5.3333333333em 0;
  color: #FFF;
  background-image: url("/fileadmin/templates/gfx/obera-bildmarke-v1-outline@2x.png");
  background-repeat: no-repeat;
  background-size: 38em;
  background-position-x: -8%, right;
  background-position-y: 3em;
}
@media (min-width: 52.4em) {
  #footer {
    background-size: 33em;
    background-position-x: -12%, right;
    background-position-y: 7em;
  }
}
@media (min-width: 80em) {
  #footer {
    background-size: 38em;
    background-position-x: -8%, right;
    background-position-y: 3em;
  }
}
@media (min-width: 1580px) {
  #footer {
    background-size: 38em;
    background-position-x: -8%, right;
    background-position-y: 3em;
  }
}
@media (max-width: 52.4em) {
  #footer {
    background-size: 54em;
    background-position-x: -21em;
    background-position-y: 24em;
  }
}
@media (max-width: 52.4em) and (min-width: 768px) {
  #footer {
    background-size: 29em;
    background-position-x: -6em;
    background-position-y: 11em;
  }
}
#footer .container .footerLeft .phone-headline {
  font-size: 1.2666666667em;
}
#footer .container .footerLeft .phone-number {
  font-size: 2.2666666667em;
  line-height: normal;
  display: block;
  margin-bottom: 0.3333333333em;
}
#footer .container .footerLeft .fax-mail-info {
  font-size: 1.2em;
  line-height: 1.67;
  font-style: italic;
  margin-bottom: 1.3333333333em;
}
#footer .container .footerLeft .footerSocialDiv {
  margin-bottom: 1em;
}
#footer .container .footerLeft .footerSocialDiv span {
  margin-left: 1em;
}
#footer .container .footerMiddle ul {
  padding-left: 0;
}
#footer .container .footerMiddle ul li {
  margin-bottom: 1em;
  font-size: 1.2666666667em;
  font-style: italic;
}
#footer .container .footerMiddle ul li:last-child {
  margin-bottom: 0;
}
#footer .container .footerMiddle ul li a {
  display: block;
  position: relative;
  padding-left: 1.3333333333em;
}
#footer .container .footerMiddle ul li a:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  font-family: "FontAwesome";
  font-size: 1.6em;
}
#footer .container .footerRight .logo {
  margin-bottom: 1.3333333333em;
  width: 16em;
  float: right;
}
@media screen and (max-width: 768px) {
  #footer .container .footerRight .logo {
    float: left;
    width: 100%;
  }
}
#footer .container .footerRight .logo a {
  display: block;
}
#footer .container .footerRight .address-footer {
  float: right;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #footer .container .footerRight .address-footer {
    float: left;
    text-align: left;
  }
}
#footer .container a {
  color: #FFF;
}
#footer .container a:hover, #footer .container a:focus {
  color: #253969;
}
.om-cookie-panel .cookie-panel__button--color--green {
  background-color: #666;
}
.om-cookie-panel .cookie-panel__checkbox + label::before {
  border: 2px solid #666;
}
.bloc-liste-lexique #termlinkbox {
  border: 1px solid #c5c5c5;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .bloc-liste-lexique #termlinkbox {
    display: none;
  }
}
.bloc-liste-lexique #termlinkbox li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.bloc-liste-lexique #termlinkbox li a {
  color: #636363;
  padding: 5px 15px;
  display: block;
}
.bloc-liste-lexique #termlinkbox li a:hover, .bloc-liste-lexique #termlinkbox li a.current {
  text-decoration: none;
  outline: none;
  background: #b30000;
  color: #ffffff;
}
.bloc-liste-lexique #termlink-select {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #termlink-select {
    display: none;
  }
}
.bloc-liste-lexique #termlink-select label {
  width: 100%;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: #b30000;
  text-align: left;
}
.bloc-liste-lexique #termlink-select #termlink-select-wrap:before {
  content: "";
  background: url("/fileadmin/images/select_down.svg");
  width: 20px;
  height: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  right: 15px;
  top: 52%;
  transform: translateY(-50%);
  position: absolute;
}
.bloc-liste-lexique #termlink-select #termlink-select-wrap select {
  background: transparent;
  border: 1px solid rgba(210, 213, 215, 0.8);
  padding: 5px;
  width: 100%;
  border-radius: 0;
}
.bloc-lexique {
  width: 100%;
  display: flex;
}
.bloc-lexique .row {
  width: 100%;
}
.card {
  border: none;
  border-bottom: 1px solid #253969;
  border-radius: 0;
}
.card .card-header {
  background: none;
  border: none;
  padding: 0;
}
.card .card-header button {
  font-size: 19px;
  width: 100%;
  padding: 10px 0 10px 50px;
  text-align: left;
  position: relative;
  outline: none;
  border: none;
}
.card .card-header button.btn-authority {
  font-size: 16px;
}
.card .card-header button:focus {
  outline: none;
  text-decoration: none;
}
.card .card-header button:before {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  background: url("../gfx/minus-icon.svg");
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
}
.card .card-header button.collapsed:before {
  background: url("../gfx/plus-icon.svg");
}
.card .card-body {
  padding: 10px 0 10px 50px;
  background-color: #FBF7F3;
}
.card .card-body header {
  display: none;
}
.card:first-child {
  border-top: 1px solid #253969;
}
.collapse-authority .card {
  border: none;
}
.collapse-authority .card.card-body {
  padding: 20px 0;
  border: none;
}
a.backlink {
  background: #253969;
  padding: 0.3333333333em 1em;
  color: #FFF;
}
.card .btn {
  white-space: normal;
}
input[type="text"], textarea {
  border: 1px solid #ECECEC;
  padding: 0.3333333333em;
}
input[type="text"]:placeholder, textarea:placeholder {
  font-style: italic;
}
input[type="text"]:hover, input[type="text"]:focus, textarea:hover, textarea:focus {
  border: 1px solid #253969;
  outline: none;
}
button.btn-submit-infield {
  border: none;
  background: none;
  padding: 0;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
}
input::-webkit-input-placeholder {
  font-style: italic;
}
::-moz-placeholder {
  font-style: italic;
}
:-ms-input-placeholder {
  /** notice that ie has only a single colon) */
  font-style: italic;
}
::-webkit-input-placeholder {
  font-style: italic;
}
::placeholder {
  font-style: italic;
}
.tooltip {
  opacity: 1;
  background: #f0f0f0;
  color: #4a4a4a;
  padding: 10px;
  border-radius: 5px;
}
.tooltip .tooltip__headline {
  color: #b30000;
}
.tooltip .tooltip__bubble-arrow:before {
  border-top-color: #434344;
}
.addReadMore.showlesscontent .SecSec, .addReadMore.showlesscontent .readLess {
  display: none;
}
.addReadMore.showmorecontent .readMore {
  display: none;
}
.addReadMore .readMore, .addReadMore .readLess {
  font-weight: bold;
  margin-left: 2px;
  color: #253969;
  cursor: pointer;
}
.addReadMoreWrapTxt.showmorecontent .SecSec, .addReadMoreWrapTxt.showmorecontent .readLess {
  display: block;
}
.frame-type-mask-linkBlock {
  position: relative;
  background: rgba(236, 236, 236, 0.8);
  margin-bottom: 3em;
  border-left: 4px solid #253969;
  padding: 1.3333333333em 1.3333333333em 1.3333333333em 3.3333333333em;
}
.frame-type-mask-linkBlock > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.frame-type-mask-linkBlock .linkBlockText a {
  position: relative;
  z-index: 1;
}
.frame-type-mask-linkBlock .linkBlockText p:last-child {
  margin-bottom: 0;
}
#contactSlide {
  position: fixed;
  top: 16.6666666667em;
  right: 0;
  z-index: 2;
}
#contactSlide.opened .contactSlideWrap {
  left: 0;
}
#contactSlide.closed {
  width: 0;
}
#contactSlide .contactSlideWrap {
  position: relative;
  left: 100%;
  transition: left ease-in-out 0.5s;
}
#contactSlide .contactSlideWrap .contactSlideButton {
  font-size: 1.2666666667em;
  text-transform: uppercase;
  background: #253969;
  padding: 0.3684210526em 1.5263157895em 0.4210526316em 1.5263157895em;
  line-height: 1.1;
  color: #FBF7F3;
  cursor: pointer;
  position: absolute;
  right: 100%;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(90deg) translateX(100%);
  -moz-transform: rotate(90deg) translateX(100%);
  -ms-transform: rotate(90deg) translateX(100%);
  -o-transform: rotate(90deg) translateX(100%);
  transform: rotate(90deg) translateX(100%);
}
#contactSlide .contactSlideWrap .contactSlideContent {
  position: relative;
  padding: 1em;
  /* DEBUG */
  background: #FFFFFF;
}
#contactSlide .contactSlideWrap .contactSlideClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 5px;
  color: #AAAAAA;
  text-align: center;
  font-size: 1.5rem;
}
.page-navigation ul, .news .page-navigation ul, .f3-widget-paginator {
  float: none;
  margin: 0 auto;
  padding-left: 0;
}
.page-navigation ul li, .news .page-navigation ul li, .f3-widget-paginator li {
  border: 1px solid #4A4A4A;
  margin-right: 0.1333333333em;
  padding: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  float: left;
}
.page-navigation ul li.current, .news .page-navigation ul li.current, .f3-widget-paginator li.current {
  color: #FFF;
  background: #253969;
  border: none;
}
.page-navigation ul li a, .news .page-navigation ul li a, .f3-widget-paginator li a {
  color: #4A4A4A;
}
#solr-pagination li {
  padding: 0 5px;
  margin-right: 5px;
}
#solr-pagination li.active {
  pointer-events: none;
  cursor: auto;
}
#solr-pagination li.active a {
  color: black;
}
#slider .flexslider {
  max-height: 30.6666666667em;
  margin-bottom: 0;
  overflow-y: hidden;
  border: none;
}
.flexslider .flex-direction-nav .flex-prev {
  left: 10px !important;
}
.flexslider .flex-direction-nav .flex-next {
  right: 10px !important;
}
.flex-direction-nav a {
  height: 60px !important;
}
#slider .flexslider .slides img {
  height: 240px;
}
@media only screen and (max-width: 80em) {
  #slider .flexslider .flex-direction-nav {
    display: none;
  }
}
#sliderTextContainer {
  position: relative;
  z-index: 2;
}
#sliderTextContainer #sliderText {
  display: none;
  width: 24em;
  position: absolute;
  bottom: 4.8em;
  background: #FBF7F3;
}
#sliderTextContainer #sliderText .logos:after {
  content: "";
  display: block;
  clear: both;
}
#sliderTextContainer #sliderText .logos .logo_allgaeu {
  float: right;
  margin: 10px 20px 0 0;
}
#sliderTextContainer #sliderText .logos .logo {
  max-width: 17.1em;
  float: left;
  position: relative;
  top: 0;
  right: 0;
  margin: 20px;
}
#sliderTextContainer #sliderText .text {
  padding-top: 0;
}
@media (min-width: 80em) {
  #sliderTextContainer #sliderText .text {
    padding-top: 1.6em;
  }
}
#sliderTextContainer #sliderText .text .desktopImg {
  display: none;
}
@media only screen and (min-width: 1280px) {
  #sliderTextContainer #sliderText .text .desktopImg {
    display: block;
  }
}
#sliderTextContainer #sliderText .text .mobileImg {
  display: block;
}
@media only screen and (min-width: 1280px) {
  #sliderTextContainer #sliderText .text .mobileImg {
    display: none;
  }
}
@media (min-width: 80em) {
  #sliderTextContainer #sliderText {
    display: block;
    bottom: 6em;
    background: #FBF7F3;
  }
}
.tabs .nav-tabs {
  border-bottom: 1px solid rgba(236, 236, 236, 0.8);
}
.tabs .nav-tabs .nav-link.active {
  background-color: #FBF7F3;
}
.tabs .nav-tabs > a {
  border: none;
  padding: 0 0 5px 0;
  margin-right: 1.3333333333em;
  color: #4A4A4A;
  display: block;
}
.tabs .nav-tabs > a:last-child {
  margin-right: 0;
}
.tabs .nav-tabs > a.active {
  border-bottom: 3px solid #253969;
}
.tabs .nav-tabs > a:hover {
  color: #253969;
}
.partnerBlockWrap {
  margin-right: -1.0666666667em;
  padding: 2.5333333333em 0em 1.3333333333em;
}
.partnerBlockWrap:after {
  content: "";
  display: block;
  clear: left;
}
.partnerBlockElement {
  float: left;
  margin-bottom: 1.2em;
  width: 11.3333333333em;
  max-height: 4.2em;
  overflow: hidden;
}
.redBarLink {
  display: flex;
}
.redBarLinkWrap {
  padding-top: 2.6666666667em;
  padding-bottom: 2.4em;
  position: relative;
  overflow: hidden;
}
.redBarLinkIcon {
  position: relative;
  height: 100%;
}
.redBarLinkIcon:before {
  content: "";
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 50%;
  left: -50%;
  background: url(/fileadmin/templates/gfx/hover-plus.png);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: left 0.25s;
  -moz-transition: left 0.25s;
  -ms-transition: left 0.25s;
  -o-transition: left 0.25s;
  transition: left 0.25s;
}
.redBarLinkIcon:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.3333333333em solid white;
  border-radius: 6.6666666667em;
}
.redBarLinkIcon img {
  max-width: 6.6666666667em;
  max-height: 6.6666666667em;
  width: auto;
  height: auto;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.redBarLink:hover .redBarLinkIcon:before {
  left: 50%;
}
.redBarLink:hover img {
  opacity: 0.1;
}
.redBarLinkIconWrap {
  float: left;
  margin-right: 1.2666666667em;
  width: 6.6666666667em;
  height: 6.6666666667em;
  -webkit-border-radius: 6.6666666667em;
  -moz-border-radius: 6.6666666667em;
  border-radius: 6.6666666667em;
  overflow: hidden;
  flex-shrink: 0;
}
.redBarLinkTitle {
  color: #FBF7F3;
  font-size: 1.2666666667em;
  line-height: 1.32;
  margin-bottom: 0.6666666667em;
  position: relative;
  top: -1px;
}
.redBarLinkText {
  color: #FBF7F3;
  line-height: 1.53;
}
.contactPerson {
  padding-top: 0.8666666667em;
  padding-bottom: 0.5333333333em;
  border-bottom: 1px solid rgba(236, 236, 236, 0.8);
}
.contactPerson:first-child {
  padding-top: 0;
}
.contactPerson .name {
  text-transform: uppercase;
}
.contactPerson .email a {
  color: #253969;
}
.team {
  text-align: center;
}
.team h3 {
  height: 2.6666666667em;
}
.team .team--image {
  max-width: 100%;
  display: inline-block;
  margin: 0 auto;
  border: 0.1333333333em solid #91b714;
  overflow: hidden;
}
.team .team--image img {
  padding: 3%;
}
.news-list-start {
  margin-bottom: 4em;
}
.teaser-text p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  #slider {
    display: none;
  }
  .headerBarRight {
    background-color: #b30000;
    padding-bottom: 10px;
  }
}
.tx-sic-lakes .nav-tabs {
  border-bottom: 1px solid rgba(236, 236, 236, 0.8);
  margin-bottom: 1.3333333333em;
}
.tx-sic-lakes .nav-tabs li {
  margin-right: 1.3333333333em;
}
.tx-sic-lakes .nav-tabs li:last-child {
  margin-right: 0;
}
.tx-sic-lakes .nav-tabs li a {
  padding: 0 0 0.3333333333em 0;
  line-height: 25.5px;
  color: #4A4A4A;
  display: block;
}
.tx-sic-lakes .nav-tabs li a.active {
  border-bottom: 3px solid #253969;
}
.tx-sic-lakes .sic-lakes-info-headline {
  padding-bottom: 0.6666666667em;
  margin-bottom: 0.6666666667em;
  border-bottom: 1px solid rgba(236, 236, 236, 0.8);
}
.tx-sic-lakes .sic-lakes-icons {
  margin-right: 0.5333333333em;
}
.tx-sic-lakes .leaflet-tooltip.my-labels {
  background-color: transparent;
  border: transparent;
  box-shadow: none;
  font-weight: bold;
  font-size: 15px;
}
.tx-sic-lakes .leaflet-div-icon {
  background: transparent;
  border: none;
}
.tx-sic-lakes .leaflet-div-icon svg {
  filter: drop-shadow(3px 0px 3px rgba(0, 0, 0, 0.4));
}
.sic-lake-single .sic-lakes-topbar {
  padding-bottom: 0.6666666667em;
  margin-bottom: 0.6666666667em;
  border-bottom: 1px solid rgba(236, 236, 236, 0.8);
}
.sic-lake-single .sic-lakes-overview {
  margin-bottom: 1.3333333333em;
}
.sic-lake-single .sic-lakes-overview .flexslider {
  margin: 0;
}
.sic-lake-single .sic-lake-download {
  margin-bottom: 2.6666666667em;
}
.sic-lake-single .sic-lake-detailinfo {
  margin-bottom: 2.6666666667em;
}
.sic-lake-single .sic-lake-footer .sic-lake-legends .sic-lake-legend-begin {
  margin-right: 0.6666666667em;
}
.sic-lake-single .sic-lake-footer .sic-lake-legends .sic-lake-legend-img {
  margin-right: 0.3333333333em;
}
.sic-lake-single .sic-lake-footer .sic-lake-legends .sic-lake-legend-img:last-child {
  margin-right: 0;
}
