@charset "UTF-8";
@import 'normalize.css';
@import 'animate.min.css';
.test_autoprefixer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* orange */
/* Grün */
/* Rot */
/* Gebrauch von Mixins:    
    @include border;
*/
/*
------------------------------------------------------------------
functions, mixins
------------------------------------------------------------------
*/
/*
------------------------------------------------------------------
general styling
------------------------------------------------------------------
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*html {
    overflow-y: scroll;
}*/
html,
body {
  font-family: "TitilliumRegular", sans-serif;
  position: relative;
  margin: 0;
  padding: 0;
}

body {
  background-image: none;
}
@media (max-width: 1050px) {
  body {
    background-image: none;
  }
}

.float_left,
.align_left {
  float: left;
}

.float_right,
.align_right {
  float: right;
}

.zentriert,
.align_center {
  text-align: center;
}

.clear,
#clear {
  height: 0.1px;
  font-size: 0.1px;
  line-height: 0.1px;
  clear: both;
}

.invisible {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
}

/*
------------------------------------------------------------------
structure
------------------------------------------------------------------
*/
.wrapper_main {
  overflow: hidden;
  width: 100%;
  max-width: 1800px;
  min-width: 260px;
  margin: 0 auto;
  padding-left: 250px;
  background-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 1800px) {
  .wrapper_main {
    padding-left: 375px;
  }
}
@media (max-width: 660px) {
  .wrapper_main {
    padding-left: 15px;
  }
}

#left_part,
#right_part {
  float: left;
  min-height: calc(100vh - 55px);
}
@media (max-width: 880px) {
  #left_part,
  #right_part {
    float: none;
    min-height: auto;
  }
}

#left_part {
  width: 48%;
  padding-right: 15px;
  padding-bottom: 30px;
}
@media (max-width: 1050px) {
  #left_part {
    width: 60%;
    padding-bottom: 30px;
  }
}
@media (max-width: 880px) {
  #left_part {
    width: 100%;
  }
}

#right_part {
  width: calc(100% - 48%);
  margin-left: 0px;
  padding-left: 15px;
  padding-right: 15px;
  background-image: none;
  background-color: inherit;
  /*div auf volle Höhe ziehen*/
  /*http://alistapart.com/article/holygrail*/
  padding-bottom: 20000px;
  margin-bottom: -20000px;
  height: 100%;
}
@media (max-width: 1050px) {
  #right_part {
    width: 40%;
    background-image: none;
  }
}
@media (max-width: 880px) {
  #right_part {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 660px) {
  #right_part {
    width: calc(100% + 15px);
    margin-left: -15px;
  }
}

.content {
  position: relative;
  float: left;
}

header {
  position: relative;
  padding-top: 15px;
}
header a {
  border: none;
}

footer {
  position: absolute;
  left: 0;
  width: 100vw;
  margin-left: 0;
  background-color: rgb(254.5428571429, 212.0285714286, 143.4571428571);
  font-size: 0.9rem;
  clear: both;
}
@media (max-width: 660px) {
  footer {
    width: calc(100% + 15px);
    padding-right: 0;
    padding-left: 15px;
  }
}

/*
------------------------------------------------------------------
logo
------------------------------------------------------------------
*/
.logo {
  display: inline-block;
  width: 260px;
}
.logo img {
  display: inline-block; /* damit verlinktes Logo nicht über die gesamte Breite geht */
  width: 100%;
  height: auto;
  max-width: 86vw;
}
@media (max-width: 420px) {
  .logo img {
    max-width: 62.4vw;
  }
}

/*
------------------------------------------------------------------
text
------------------------------------------------------------------
*/
*::-moz-selection {
  background-color: rgb(191.2181818182, 207.856916996, 126.743083004);
}
*::selection {
  background-color: rgb(191.2181818182, 207.856916996, 126.743083004);
}

@font-face {
  font-family: "TitilliumRegular";
  src: url("../fonts/titillium-regular-webfont.woff2") format("woff2"), url("../fonts/titillium-regular-webfont.woff") format("woff"), url("../fonts/Titillium-Regular.otf");
}
@font-face {
  font-family: "TitilliumBold";
  src: url("../fonts/titillium-bold-webfont.woff2") format("woff2"), url("../fonts/titillium-bold-webfont.woff") format("woff"), url("../fonts/Titillium-Bold.otf");
}
body {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "TitilliumRegular", sans-serif;
  color: #555;
}

strong,
bold {
  font-family: "TitilliumBold", sans-serif;
  font-weight: normal;
}

h1, h3, h4, .ui-accordion-header, h2 {
  font-size: 1.35rem;
  line-height: 2.025rem;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: "TitilliumRegular", sans-serif;
  color: #f49701;
  font-weight: bold;
}

h2 {
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin-top: 1.4rem;
  font-family: "TitilliumRegular", sans-serif;
}

h3, h4, .ui-accordion-header {
  font-size: 1.4rem;
  line-height: 2.1rem;
}

h4, .ui-accordion-header {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
}

a {
  color: #555;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: #f49701;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
a.no_link_decoration {
  border: none;
  text-decoration: none;
}
a.no_link_decoration:before {
  content: none;
}

p {
  margin-top: 0rem;
  margin-bottom: 15px;
  color: #555;
}

.content ul {
  margin-top: 0px;
  margin-bottom: 0.6rem;
  padding-left: 1.6rem;
  list-style-type: none;
  text-indent: -0.7rem;
}
.content ul li:before {
  content: "▪";
  margin-left: 0;
  margin-right: 0.4rem;
  width: 1.2rem;
  color: #f49701;
}
.content ul li ul li:before {
  color: rgb(254.7510204082, 231.5959183673, 194.2489795918);
}
.content ol {
  margin-top: 0px;
  margin-bottom: 0.6rem;
  padding-left: 0.8rem;
  counter-reset: item;
}
.content ol li {
  display: block;
}
.content ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #f49701;
}
.content img,
.content picture {
  max-width: 100%;
  width: 100%;
  height: auto;
}

img {
  vertical-align: bottom;
  border: 0;
}

figure {
  display: table;
  margin: 0;
}
figure.float_left {
  padding-right: 15px;
}
figure.float_left figcaption {
  padding-right: 15px;
}
figure.float_right {
  padding-left: 15px;
}
figure.float_right figcaption {
  padding-left: 15px;
}

figcaption {
  display: table-caption;
  width: 100%;
  caption-side: bottom;
  font-size: 0.9rem;
}

.page_title {
  font-size: 1rem;
  line-height: 1.5rem;
  display: none;
  margin-bottom: 30px;
  border-bottom: 4px #f49701 solid;
  font-family: "TitilliumBold", sans-serif;
  color: #555;
}

/*
------------------------------------------------------------------
navigation
------------------------------------------------------------------
*/
/* Hauptnavigation */
.wrapper_nav {
  padding-top: 30px;
  padding-bottom: 15px;
}

nav {
  display: inline-block;
  z-index: 10;
  /*@include border;*/
  padding: 6px 0 2px 0;
  font-family: "TitilliumBold", sans-serif;
  font-size: 1rem;
}
nav.before_nav_main {
  position: absolute;
  padding-right: 44px;
  left: -8rem;
}
nav a {
  border: none;
  text-decoration: none;
  display: block;
}
nav a:before {
  content: none;
}
nav a:after {
  display: block;
  content: "";
  border-bottom: 4px white solid;
  -webkit-transform: scaleX(0.1);
  transform: scaleX(0.1);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}
nav ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul li {
  position: relative;
  display: inline-block;
  padding: 0 44px 0 0;
  /*second level*/
}
nav ul li:last-child {
  padding-right: 0;
}
nav ul li::-moz-selection {
  background-color: initial;
  color: #f49701;
}
nav ul li::selection {
  background-color: initial;
  color: #f49701;
}
nav ul li:hover > a:after, nav ul li:focus > a:after, nav ul li:active > a:after, nav ul li.active > a:after, nav ul li.trail > a:after, nav ul li.current > a:after {
  border-bottom: 4px #f49701 solid;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
nav ul li:hover ul, nav ul li:focus ul, nav ul li:active ul, nav ul li.active ul, nav ul li.trail ul, nav ul li.current ul {
  visibility: visible;
  opacity: 1;
  /*transition-delay: 0.2s;*/
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  /*transition: visibility 0s linear, opacity 0.2s linear;*/
  /* Chrome-Bug (Submenüitems verschwinden nach Fadein)
  http://help.dimsemenov.com/discussions/problems/858-weird-bug-in-chrome */
  /*-webkit-backface-visibility: hidden;*/
  -webkit-transform: translateZ(0);
}
nav ul li:hover ul li:hover ul, nav ul li:focus ul li:hover ul, nav ul li:active ul li:hover ul, nav ul li.active ul li:hover ul, nav ul li.trail ul li:hover ul, nav ul li.current ul li:hover ul {
  visibility: visible;
  opacity: 1;
}
nav ul li:hover ul ul, nav ul li:focus ul ul, nav ul li:active ul ul, nav ul li.active ul ul, nav ul li.trail ul ul, nav ul li.current ul ul {
  visibility: hidden;
  opacity: 0.01;
  /* Visibility muss verzögert werden, damit die Opacity-Transformation sichtbar ist*/
  /* Transition wird aktiv, wenn wieder weggehovered wird */
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  /*Eigenschaft Zeit_f_Trans Trans_Funktion Delay*/
}
nav ul li:focus ul {
  display: block;
}
nav ul li ul {
  position: absolute;
  top: 20px;
  right: 8px;
  padding: 7.5px;
  background-color: #f49701;
  /*font-family: $font_deco;*/
  font-size: 0.9rem;
  visibility: hidden;
  opacity: 0.01;
  /* Visibility muss verzögert werden, damit die Opacity-Transformation sichtbar ist*/
  /* Transition wird aktiv, wenn wieder weggehovered wird */
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  /*Eigenschaft Zeit_f_Trans Trans_Funktion Delay*/
  /*                eigenen Stacking-Kontext erzeugen
  https://philipwalton.com/articles/what-no-one-told-you-about-z-index/*/
  /*opacity: .99;*/
  z-index: 5;
  /*dritter level*/
}
nav ul li ul a {
  color: #f49701;
}
nav ul li ul li {
  float: none;
  padding: 15px 7.5px;
  text-align: right;
  border-bottom: 1px rgb(254.7510204082, 231.5959183673, 194.2489795918) solid;
  white-space: nowrap;
}
nav ul li ul li:last-child {
  border-bottom: none;
}
nav ul li ul ul {
  top: 0px;
  right: -9.2rem;
}
nav ul li ul ul li {
  text-align: left;
}
@media (max-width: 660px) {
  nav {
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    width: 10px;
    max-height: 0;
    padding: 15px;
    background: rgb(254.7510204082, 231.5959183673, 194.2489795918);
    font-size: 1.2rem;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.8s 0s ease;
    transition: all 0.8s 0s ease;
    z-index: 5;
  }
  nav a:after {
    border-bottom: 4px rgb(254.7510204082, 231.5959183673, 194.2489795918) solid;
  }
  nav.show-nav {
    width: 200px;
    max-height: 500px;
    -webkit-transition: all 0.8s 0s ease;
    transition: all 0.8s 0s ease;
    overflow: hidden;
  }
  nav.before_nav_main {
    display: none;
  }
  nav ul li {
    display: block;
    padding-bottom: 15px;
  }
  nav ul li:last-child {
    padding-bottom: 0;
  }
}
@media (hover: none) {
  nav ul ul ul {
    display: none;
  }
}
nav.hide_first_item li:first-child {
  display: none;
}
@media (max-width: 660px) {
  nav.hide_first_item li:first-child {
    display: block;
  }
}
nav.hide_first_items li:first-child,
nav.hide_first_items li:nth-child(2) {
  display: none;
}
@media (max-width: 660px) {
  nav.hide_first_items li:first-child,
  nav.hide_first_items li:nth-child(2) {
    display: block;
  }
}

.nav_home {
  display: inline-block;
  vertical-align: top;
  margin-left: 44px;
  padding-top: 17px;
  font-family: "TitilliumRegular", sans-serif;
}
@media (max-width: 660px) {
  .nav_home {
    display: none;
  }
}

/*
------------------------------------------------------------------
transformicons
------------------------------------------------------------------
*/
.menu-button {
  display: none;
  position: absolute;
  top: 15px;
  right: 0;
  background-color: rgb(254.7510204082, 231.5959183673, 194.2489795918);
  background-image: none;
  z-index: 10;
}
@media (max-width: 660px) {
  .menu-button {
    display: block;
  }
}
@media (max-width: 420px) {
  .menu-button {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
}

/* ====================== jom: Menü ==================================================*/
/* ====================== lines button ==================================================*/
.lines-button {
  padding: 1rem 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* */
}
.lines-button:hover {
  opacity: 1;
}
.lines-button:active {
  -webkit-transition: 0;
  transition: 0;
}

.lines {
  display: inline-block;
  width: 2rem;
  height: 2px;
  background: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 2rem;
  height: 2px;
  background: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 0.1428571429rem center;
  transform-origin: 0.1428571429rem center;
}
.lines:before {
  top: 0.5rem;
}
.lines:after {
  top: -0.5rem;
}

.lines-button:hover .lines:before {
  top: 0.5714285714rem;
}
.lines-button:hover .lines:after {
  top: -0.5714285714rem;
}

.lines-button.x2 .lines {
  -webkit-transition: background 0.3s 0.1s ease;
  transition: background 0.3s 0.1s ease;
}
.lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top 0.3s 0.1s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.1s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.1s ease, transform 0.3s ease;
  transition: top 0.3s 0.1s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lines-button.x2.close .lines {
  -webkit-transition: background 0.3s 0s ease;
  transition: background 0.3s 0s ease;
  background: transparent;
}
.lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s 0.1s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s 0.1s ease;
  transition: top 0.3s ease, transform 0.3s 0.1s ease;
  transition: top 0.3s ease, transform 0.3s 0.1s ease, -webkit-transform 0.3s 0.1s ease;
  top: 0;
  width: 2rem;
}
.lines-button.x2.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

/*
------------------------------------------------------------------
breadcrumbs
------------------------------------------------------------------
*/
.breadcrumbs {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #f49701;
}
.breadcrumbs a {
  border: none;
  text-decoration: none;
  color: #f49701;
}
.breadcrumbs a:before {
  content: none;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-indent: 0;
}
.breadcrumbs ul li {
  display: inline-block;
}
.breadcrumbs ul li::before {
  content: "";
  margin: 0;
}
.breadcrumbs ul li::after {
  content: "»";
  margin-left: 4px;
  margin-right: 4px;
}
.breadcrumbs ul li:last-child::after {
  content: none;
}

/*
------------------------------------------------------------------
Layouts der Inhaltselemente
------------------------------------------------------------------
*/
.wrapper_boxes {
  position: absolute;
  left: -250px;
  top: 60px;
  width: 250px;
  text-align: right;
}
@media (max-width: 660px) {
  .wrapper_boxes {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    margin-bottom: 30px;
  }
}

.box {
  background-color: rgb(254.3346938776, 192.4612244898, 92.6653061224);
  margin-right: 15px;
  padding: 15px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-align: left;
}
@media (max-width: 660px) {
  .box {
    margin-right: 0;
  }
}
.box h4, .box .ui-accordion-header {
  margin-top: 0;
  margin-bottom: 10px;
  color: white;
}
.box a {
  text-decoration: underline;
}
.box ul {
  padding-left: 0;
  text-indent: 0;
  line-height: 1.1rem;
}
.box ul li {
  margin-bottom: 10px;
}
.box ul li::before {
  content: "";
  margin: 0;
  width: 0;
}
.box:first-of-type {
  margin-bottom: 30px;
}
.box.box-links {
  background-color: rgb(254.5428571429, 212.0285714286, 143.4571428571);
}
.box.box-offene-stellen {
  background-color: rgb(254.8551020408, 241.3795918367, 219.6448979592);
}
.box.box-benefits {
  background-color: rgb(254.7510204082, 231.5959183673, 194.2489795918);
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.box.box_offene_stellen_startpage {
  position: relative;
  margin-left: -15px;
  margin-top: min(50vh + 140px, 590px);
  padding: 15px;
  width: 250px;
  text-align: left;
}
.box.box_offene_stellen_startpage h2 {
  margin-top: 0;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
}
.box.box_offene_stellen_startpage h2 a {
  text-decoration: none;
}
.box.box_offene_stellen_startpage h4, .box.box_offene_stellen_startpage .ui-accordion-header {
  margin: 0;
}
.box.box_offene_stellen_startpage h5 {
  position: absolute;
  right: -40px;
  top: -80px;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  padding-top: 20px;
  text-align: center;
  color: white;
  font-size: 1.2rem;
  background-color: #f49701;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media (min-width: 1800px) {
  .box.box_offene_stellen_startpage {
    margin-top: min(50vh + 140px, 815px);
  }
}
@media (max-width: 880px) {
  .box.box_offene_stellen_startpage {
    margin-top: 0;
    margin-left: 0;
    width: auto;
    margin-right: 30px;
  }
}
.box.box-content h2 {
  display: inline-block;
  margin-top: 0;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
}
.box.box-content h2 a {
  text-decoration: none;
  border-bottom: 1px #f49701 solid;
}
.box.box-content h4, .box.box-content .ui-accordion-header,
.box.box-content h5 {
  margin: 0;
  font-weight: bold;
  font-size: 1rem;
  color: #f49701;
  line-height: 1.5rem;
}

.box-list {
  font-size: 0.9rem;
  line-height: 1.35rem;
}

#start_picture {
  position: relative;
}
#start_picture img {
  height: 450px;
  max-height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
@media (min-width: 1800px) {
  #start_picture img {
    height: 675px;
  }
}

#start_picture_left {
  position: absolute;
  left: -315px;
  width: 300px;
}
#start_picture_left img {
  height: 450px;
  max-height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media (min-width: 1800px) {
  #start_picture_left {
    left: -465px;
    width: 450px;
  }
  #start_picture_left img {
    height: 675px;
  }
}

#start_picture_right {
  position: absolute;
  right: -315px;
  width: 300px;
}
#start_picture_right img {
  height: 450px;
  max-height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@media (min-width: 1800px) {
  #start_picture_right {
    right: -465px;
    width: 450px;
  }
  #start_picture_right img {
    height: 675px;
  }
}

.zitat {
  position: absolute;
  left: -250px;
  bottom: 2rem;
  width: 28rem;
  padding: 15px;
  background-color: rgb(254.7510204082, 231.5959183673, 194.2489795918);
  text-align: center;
  z-index: 5;
}
.zitat p {
  margin: 0;
  font-weight: bold;
}
.zitat .zitat_autor {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal;
}
@media (min-width: 1800px) {
  .zitat {
    left: -375px;
  }
}
@media (max-width: 660px) {
  .zitat {
    left: 15px;
    max-width: calc(100vw - 60px);
  }
}

.image_text img {
  float: left;
  margin-right: 15px;
}
.image_text .info {
  font-size: 0.9rem;
  line-height: 1.35rem;
  font-weight: bold;
}
.image_text > article {
  margin-bottom: 60px;
}
@media (max-width: 660px) {
  .image_text img {
    width: 100%;
    float: none;
    margin: 0;
  }
}

button,
.button {
  font-size: 0.9rem;
  line-height: 1.35rem;
  display: inline-block;
  border: none;
  padding: 7.5px 30px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  outline: none;
}

/*
------------------------------------------------------------------
accordion
------------------------------------------------------------------
*/
.ce_accordion *:focus {
  outline: none;
}
.ce_accordion a {
  border: none;
  text-decoration: none;
}
.ce_accordion a:before {
  content: none;
}
.ce_accordion img {
  padding-bottom: 3px;
  vertical-align: bottom;
}
.ce_accordion .ce_downloads,
.ce_accordion .ce_text {
  padding-left: 3rem;
}
.ce_accordion ul {
  padding-left: 0;
}
.ce_accordion ul li:before {
  content: none;
}

.ui-accordion-header-icon {
  display: inline-block;
  width: 2rem;
  height: 2px;
  background: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  bottom: 0.6666666667rem;
  opacity: 0.8;
}
.ui-accordion-header-icon:before {
  display: inline-block;
  width: 2rem;
  height: 2px;
  background: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ui-accordion-header {
  cursor: pointer;
}
.ui-accordion-header:hover .ui-accordion-header-icon {
  opacity: 1;
}
.ui-accordion-header.ui-state-active .ui-accordion-header-icon {
  opacity: 0.9;
}
.ui-accordion-header.ui-state-active .ui-accordion-header-icon:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
          transform: scale3d(0.8, 0.8, 0.8);
}

/* 
    --------------------------------------------------------
    seitenspez. Anpassungen
    --------------------------------------------------------
*/
.start_page #left_part {
  width: 60%;
  border-right: none;
}
@media (max-width: 880px) {
  .start_page #left_part {
    float: none;
    width: 100%;
    border: none;
  }
}
.start_page #right_part {
  width: 40%;
  padding-top: 54px;
  border-left: none;
  background-color: white;
  background-image: none;
}
@media (max-width: 880px) {
  .start_page #right_part {
    float: none;
    width: 100%;
    border: none;
  }
}

.impressions #left_part {
  width: 100%;
  padding-bottom: 0;
  padding-right: 0;
}
.impressions #right_part {
  display: none;
}
.impressions .content {
  margin-left: -250px;
  padding-left: 15px;
  background-color: rgb(254.7510204082, 231.5959183673, 194.2489795918);
  width: calc(100% + 250px);
}
.impressions footer {
  margin-left: -250px;
}
@media (max-width: 660px) {
  .impressions .content {
    margin-left: -15px;
    width: calc(100% + 2 * 15px);
  }
  .impressions footer {
    width: calc(100% + 15px);
    margin-left: -15px;
    padding-right: 0;
  }
}

/*
------------------------------------------------------------------
gallery
------------------------------------------------------------------
*/
.gallery {
  padding-bottom: 15px;
}
.gallery > ul {
  display: block;
  width: 100%;
  padding-left: 0;
  margin-top: 1rem;
  list-style-type: none;
}
.gallery > ul li {
  float: left;
  margin-right: 15px;
  width: 99%;
  line-height: 0;
  text-indent: 0;
}
.gallery > ul li:before {
  content: "";
}
@media (max-width: 660px) {
  .gallery > ul li {
    width: 49%;
    margin-right: 1%;
  }
  .gallery > ul li.col_last {
    margin-right: 1%;
  }
  .gallery > ul li.col_last + * {
    clear: none;
  }
  .gallery > ul li:nth-child(2) {
    margin-right: 0;
  }
}
@media (max-width: 420px) {
  .gallery > ul li {
    width: 100%;
    margin-right: 0;
  }
  .gallery > ul li:nth-child(2) {
    margin-right: 1px;
  }
}
.gallery figure {
  position: relative;
  margin-bottom: 15px;
  float: left;
  padding-right: 15px;
}
.gallery figure.hasCaption {
  padding-right: 130px;
}
@media (max-width: 1050px) {
  .gallery figure.hasCaption {
    padding-right: 110px;
  }
}
.gallery img {
  max-width: 100%;
  height: auto;
}
.gallery figcaption {
  position: absolute;
  right: 0;
  right: 15px;
  bottom: 15px;
  width: 100px;
  max-width: 100%;
  font-size: 0.9rem;
  line-height: 1rem;
  text-align: center;
}
@media (max-width: 1050px) {
  .gallery figcaption {
    width: 80px;
  }
}
.gallery a {
  border: none;
  text-decoration: none;
  line-height: 0;
}
.gallery a:before {
  content: none;
}
.gallery .claim {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-family: "TitilliumBold", sans-serif;
  color: #f49701;
}
@media (max-width: 1050px) {
  .gallery .claim {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
.gallery + * {
  clear: both;
}

.gallery_basic {
  height: auto;
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-width: auto;
     -moz-column-width: auto;
          column-width: auto;
}
@media (max-width: 1050px) {
  .gallery_basic {
    -webkit-column-count: 1;
    -moz-column-count: 1;
         column-count: 1;
  }
}
.gallery_basic figure {
  width: 100%;
  margin-right: 0;
  padding: 0;
}
.gallery_basic figure.landscape {
  max-width: none;
}
.gallery_basic figure.portrait {
  max-width: none;
}
.gallery_basic figure.first_half {
  text-align: left;
}
.gallery_basic figure.first_half:first-child {
  margin-top: 50px;
}
.gallery_basic figure.first_half + .second_half {
  margin-top: 100px;
}
@media (max-width: 1050px) {
  .gallery_basic figure.first_half {
    text-align: left;
  }
  .gallery_basic figure.first_half + .second_half {
    margin-top: 0;
  }
}
@media (max-width: 880px) {
  .gallery_basic figure.first_half + .second_half {
    margin-top: 100px;
  }
}
@media (max-width: 660px) {
  .gallery_basic figure.first_half + .second_half {
    margin-top: 0;
  }
}

.gallery_impressions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.gallery_impressions figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.gallery_impressions figure.hasCaption {
  padding-left: 130px;
  padding-right: 15px;
}
@media (max-width: 1050px) {
  .gallery_impressions figure.hasCaption {
    padding-left: 110px;
  }
}
@media (max-width: 660px) {
  .gallery_impressions figure {
    margin-bottom: 0;
  }
}
.gallery_impressions figcaption {
  left: 15px;
  right: auto;
  top: 60px;
  text-align: right;
}

/*
------------------------------------------------------------------
Tabelle
------------------------------------------------------------------
*/
table {
  margin-top: 1rem;
  width: 100%;
}
table h1, table .ui-accordion-header, table h2, table h3, table h4 {
  margin-top: 0;
}

th {
  padding: 2px 4px;
  border-bottom: 1px solid rgb(254.7510204082, 231.5959183673, 194.2489795918);
  font-weight: bold;
  text-align: left;
}

tbody tr:first-child {
  height: 2rem;
}

td {
  padding: 2px 4px;
  border-bottom: 1px solid rgb(254.7510204082, 231.5959183673, 194.2489795918);
  vertical-align: bottom;
}

/*Tabelle innerhalb eines Text-Blocks*/
.ce_text table td {
  padding: 2px;
}

/*
------------------------------------------------------------------
footer
------------------------------------------------------------------
*/
.footer_content {
  position: relative;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 15px 15px 15px 250px;
}
.footer_content p {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0;
  color: #555;
}
.footer_content p a {
  border: none;
  text-decoration: none;
  color: #555;
}
.footer_content p a:before {
  content: none;
}
@media (min-width: 1800px) {
  .footer_content {
    padding-left: 375px;
  }
}
@media (max-width: 660px) {
  .footer_content {
    padding-left: 0;
  }
}

.footer_left,
.footer_center,
.footer_right {
  float: left;
}
@media (max-width: 660px) {
  .footer_left,
  .footer_center,
  .footer_right {
    float: none;
    width: 100%;
  }
}
.footer_left ul.nav,
.footer_center ul.nav,
.footer_right ul.nav {
  list-style: none;
  height: 1.6rem;
  margin: 0;
  padding: 0;
}
.footer_left ul.nav li,
.footer_center ul.nav li,
.footer_right ul.nav li {
  padding: 0;
  cursor: default;
}
.footer_left ul.nav a,
.footer_center ul.nav a,
.footer_right ul.nav a {
  border: none;
  text-decoration: none;
}
.footer_left ul.nav a:before,
.footer_center ul.nav a:before,
.footer_right ul.nav a:before {
  content: none;
}

.footer_left {
  width: calc(48% + 200px);
  text-align: left;
}
@media (max-width: 660px) {
  .footer_left {
    width: 100%;
  }
}

.footer_center {
  display: none;
  text-align: center;
}
@media (max-width: 660px) {
  .footer_center {
    text-align: left;
  }
}

.footer_right {
  width: 200px;
  margin-left: 0px;
  text-align: right;
  color: #f49701;
}
.footer_right a {
  border: none;
  text-decoration: none;
  color: #f49701;
}
.footer_right a:before {
  content: none;
}
@media (max-width: 660px) {
  .footer_right {
    text-align: left;
    width: 100%;
  }
}

/*
------------------------------------------------------------------
modals
------------------------------------------------------------------
*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  /* The Close Button */
}
.modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal .close:hover,
.modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Modal Content/Box */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 5vh auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  width: 80vw;
  max-height: 92vh;
  max-width: 90vw;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatebottom;
          animation-name: animatebottom;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}
.modal-content img {
  max-width: 72vw;
  max-height: 78vh;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* Add Animation */
@-webkit-keyframes animatebottom {
  from {
    bottom: -300px;
    right: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    right: 0;
    opacity: 1;
  }
}
@keyframes animatebottom {
  from {
    bottom: -300px;
    right: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    right: 0;
    opacity: 1;
  }
}
/*
------------------------------------------------------------------
print
------------------------------------------------------------------
*/
@media print {
  footer, #RechteSpalte, #NaviTop, .layout-BannerMain {
    display: none;
  }
  body {
    color: black;
  }
}