@charset "UTF-8";
/* ### Boxen ###### */
/* ###### Allgemeine Grundeinstellungen #### */
/* montserrat-100 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url("/fileadmin/fonts/montserrat-v25-latin-100.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fileadmin/fonts/montserrat-v25-latin-100.eot?#iefix") format("embedded-opentype"), url("/fileadmin/fonts/montserrat-v25-latin-100.woff2") format("woff2"), url("/fileadmin/fonts/montserrat-v25-latin-100.woff") format("woff"), url("/fileadmin/fonts/montserrat-v25-latin-100.ttf") format("truetype"), url("/fileadmin/fonts/montserrat-v25-latin-100.svg#Montserrat") format("svg");
  /* Legacy iOS */ }
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("/fileadmin/fonts/montserrat-v25-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fileadmin/fonts/montserrat-v25-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fileadmin/fonts/montserrat-v25-latin-regular.woff2") format("woff2"), url("/fileadmin/fonts/montserrat-v25-latin-regular.woff") format("woff"), url("/fileadmin/fonts/montserrat-v25-latin-regular.ttf") format("truetype"), url("/fileadmin/fonts/montserrat-v25-latin-regular.svg#Montserrat") format("svg");
  /* Legacy iOS */ }
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url("/fileadmin/fonts/montserrat-v25-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fileadmin/fonts/montserrat-v25-latin-700.eot?#iefix") format("embedded-opentype"), url("/fileadmin/fonts/montserrat-v25-latin-700.woff2") format("woff2"), url("/fileadmin/fonts/montserrat-v25-latin-700.woff") format("woff"), url("/fileadmin/fonts/montserrat-v25-latin-700.ttf") format("truetype"), url("/fileadmin/fonts/montserrat-v25-latin-700.svg#Montserrat") format("svg");
  /* Legacy iOS */ }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  color: #1A171B;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1em;
  background: no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* ## site-top ## */
div.site-top {
  background-position: top center;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

div.site-top .site-top-content {
  height: 100%;
  width: 100%; }

.site-top-bg-color {
  background-color: rgba(230, 250, 255, 0.88); }

/* ## first-top ## */
.first-top {
  height: auto; }

.first-top-inside {
  /*font-size: 0.7rem;*/
  max-width: 1200px;
  margin: 0 auto;
  /*	padding: 0 50px;*/ }

.first-top-inside .ce-bodytext {
  padding: 0;
  margin: 0; }

.first-top {
  background-color: #E6FAFF;
  position: absolute; }

.first-top-inside {
  color: #005062;
  position: fixed;
  top: 0;
  right: 24px;
  z-index: 510; }

.first-top a {
  padding: 12px 40px;
  display: inline-block;
  background: #FEE600;
  border-radius: 8px;
  color: #0094D7;
  text-align: center;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.31); }

.first-top a:hover {
  color: #1A171B; }

.first-top .ce-bodytext {
  padding: 4px; }

.first-top p {
  margin-block-start: 0;
  margin-block-end: 0; }

.tx-ws-flexslider .caption-text,
.tx-ws-flexslider .caption-text .caption-title {
  color: #FFFFFF; }

/* ### Logo #### */
.logo img {
  height: auto;
  max-width: 40%;
  margin: 25px auto; }

.logo-name .ce-gallery,
.logo-name .ce-column,
.logo-name .image {
  width: 100%;
  height: 100%; }

.logo-name .ce-bodytext {
  text-align: center;
  padding: 0 25px; }

.logo-name h3,
.logo-name h3 a {
  color: #0094D7;
  text-decoration: none;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3); }

@media only screen and (min-width: 768px) {
  .logo .ce-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .logo .ce-row .ce-column {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 33%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  .logo {
    padding-left: 25px; }

  .logo img {
    height: auto;
    max-width: 90%;
    margin: 25px 25px 25px 0; }

  /* ### Logo Name ### */
  .logo-name h3,
  .logo-name h3 a {
    padding: 50px 25px 25px;
    margin: 0;
    text-align: center; }

  .logo-name h3 {
    text-align: right;
    font-size: 3.6rem;
    padding-right: 25px;
    margin: 0; }

  .logo-name .ce-bodytext {
    text-align: right;
    padding: 25px;
    margin: 0;
    font-size: 1.2em;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3); }

  .logo-name .ce-bodytext strong {
    color: #0094D7;
    font-size: 1.5em; } }
@media only screen and (max-width: 1024px) {
  .logo-name h3 {
    text-align: right;
    font-size: 5vw;
    padding-right: 25px;
    margin-block-start: 0 !important;
    margin-block-end: 0.3em !important; } }
@media only screen and (max-width: 900px) {
  .logo-name h3 {
    text-align: right;
    font-size: 4.5vw; } }
@media only screen and (max-width: 768px) {
  .logo-name h3 {
    text-align: center;
    font-size: 7vw; } }
@media only screen and (min-width: 768px) {
  div.logo-wrap {
    max-width: 1200px;
    margin: 0 auto; }

  div.logo-wrap,
  footer #footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  div.logo-wrap .logo {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 16%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  div.logo-wrap .logo-name {
    -webkit-box-flex: 5;
    -moz-box-flex: 5;
    width: 84%;
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5; }

  div.logo-wrap .logo div {
    width: 100%; }

  div.logo-wrap .logo img {
    width: 50%;
    height: auto;
    margin-right: 15px;
    min-width: 50%;
    -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.3)); } }
/* ### Schrift #### */
.space-content h1 {
  font-family: "Montserrat", sans-serif;
  color: #0094D7;
  font-size: 5vw;
  font-weight: 100;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
  margin-top: 0;
  padding-top: 25px; }

.space-content h2 {
  font-family: "Montserrat", sans-serif;
  color: #0094D7;
  font-size: 3vw;
  font-weight: 400;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin-top: 0;
  /*padding-top: 25px;*/ }

.space-content h3 {
  font-family: "Montserrat", sans-serif;
  color: #0094D7;
  font-size: 2vw;
  font-weight: 400;
  margin-top: 0;
  padding-top: 25px; }

.space-content h4 {
  font-family: "Montserrat", sans-serif;
  color: #005062;
  font-size: 1.1vw;
  font-weight: 700;
  margin-top: 0;
  padding-top: 25px; }

/*@media only screen and (max-width: 1024px) {
	.space-content h1 {font-size: 7vw;}
	.space-content h2 {font-size: 6vw;}
	.space-content h3 {font-size: 5vw;}
	.space-content h4 {font-size: 4vw;}
}*/
@media only screen and (max-width: 860px) {
  .space-content h1 {
    font-size: 6vw; }

  .space-content h2 {
    font-size: 5vw; }

  .space-content h3 {
    font-size: 4vw; }

  .space-content h4 {
    font-size: 3vw; } }
@media only screen and (max-width: 420px) {
  .space-content h1 {
    font-size: 8vw; }

  .space-content h2 {
    font-size: 6vw; }

  .space-content h3 {
    font-size: 5vw; }

  .space-content h4 {
    font-size: 4vw; } }
a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.space-content a {
  color: #1A171B; }

.space-content a:hover {
  color: #005062; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.space-content .image-caption {
  font-size: 0.7rem;
  text-align: center;
  padding: 5px; }

@media only screen and (max-width: 768px) {
  /*.space-content h1 {
    font-size: 2rem;
  }
  .space-content h2 {
    font-size: 1.5rem;
  }*/
  /*Silbentrennung*/
  .layout-1spalte p,
  h1,
  h2,
  h3,
  header {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; } }
.layout-1spalte .ce-bodytext p {
  margin-block-start: 0; }

/*### Font Awesome ###*/
.font-awesome-div {
  font-size: 1rem;
  letter-spacing: 5px;
  padding: 5px; }

.font-awesome-div a {
  margin: 5px; }

/* ################### Inhalt ######################## */
#wrapp-all {
  max-width: 100%;
  margin: 0 auto;
  padding: 0; }

.content_1Spalte_0 {
  min-height: 300px; }

.frame-same-size-grid_box,
.content_1Spalte_0 .frame-default,
.drei-zeilen_0 .frame-default,
.drei-zeilen_2 .frame-default {
  padding: 25px; }

.content_1Spalte_0 .frame-default .frame-default,
.drei-zeilen_0 .frame-default .frame-default,
.drei-zeilen_2 .frame-default .frame-default {
  padding: 0; }

.content_1Spalte_0,
.layout-1spalte .drei-zeilen_0,
.layout-drei-zeilen .drei-zeilen_0 {
  /*padding: 0 25px;*/
  min-height: 300px;
  max-width: 1200px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.88); }

.drei-zeilen_1 {
  overflow: hidden; }

.drei-zeilen_0, .drei-zeilen_2 {
  background-color: #FFFFFF; }

.space-content {
  padding: 0; }

.space-content .contenttable td {
  vertical-align: top; }

.ce-gallery figure {
  margin: 0; }

/*.space-content .ce-bodytext p {
	margin-top: 0;
}*/
/* ### Footer Top ### */
#footer-top {
  max-width: 1200px;
  margin: 25px auto; }

#footer-top .ce-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }

#footer-top .ce-column {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  width: 20%;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

#footer-top .ce-row,
#footer-top .ce-outer,
#footer-top .ce-inner,
#footer-top figure,
#footer-top img {
  max-width: 100%;
  height: auto;
  width: 100%; }

.footer-top-inner h3 {
  font-size: 1.2rem;
  font-weight: lighter;
  text-align: center;
  padding-top: 50px; }

.footer-top-inner .image-caption {
  font-size: 0.6rem;
  text-align: center; }

#footer-top .ce-inner {
  padding-bottom: 50px; }

/* ### Footer ### */
footer {
  background-color: #0094D7;
  font-size: 0.9em; }

footer,
footer a {
  color: #FFFFFF; }

footer a:hover {
  color: #1A171B; }

footer #footer-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  padding: 25px; }

footer .footer-navigation ul {
  list-style: none;
  padding: 0; }

footer .footer-navigation li {
  margin: 15px 0; }

footer .footer-navigation a {
  display: block;
  padding: 0 0 5px 0;
  text-decoration: none; }

@media only screen and (min-width: 768px) {
  footer #footer-inner > div {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 50%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  footer #footer-inner .footerkontakt .ce-bodytext,
  footer #footer-inner .footerkontakt header {
    text-align: right; }

  footer #footer-inner .footerkontakt .ce-bodytext table {
    float: right; }

  footer #footer-inner .ce-gallery {
    overflow: visible; } }
footer .footerkontakt .image-caption {
  font-size: 0.7rem; }

@media only screen and (min-width: 768px) {
  .footer-center {
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF; } }
.footer-center {
  padding: 25px; }

.footer-center img {
  max-width: 100%;
  height: auto; }

.footer-center .ce-gallery figure {
  margin: 10px 0; }

/* ### Footer Bottom ### */
#footer-bottom a {
  text-decoration: none; }

#footer-bottom h3 {
  font-weight: lighter;
  text-align: center;
  font-size: 0.8rem; }

#footer-bottom {
  background-color: #005062;
  padding: 0 25px;
  text-align: center;
  font-size: 0.8rem; }

#footer-bottom,
#footer-bottom a {
  color: #E6FAFF; }

#footer-bottom a:hover {
  color: #0094D7; }

/* Responsive Bilder */
.space-content .drei-zeilen_1 img,
.space-content .drei-zeilen_1 figure,
.space-content .drei-zeilen_1 .ce-outer,
.space-content .drei-zeilen_1 .ce-inner,
.space-content .drei-zeilen_1 .ce-row {
  max-width: 100%;
  height: auto;
  width: 100% !important; }

.space-content img,
.space-content figure,
.space-content .ce-outer,
.space-content .ce-inner,
.space-content .ce-row {
  max-width: 100%;
  height: auto;
  /*  width: 100%;*/ }

/* Responsive Bilder auch für den IE 11 */
_:-ms-lang(x),
.space-content img,
.space-content figure,
.space-content .ce-outer,
.space-content .ce-inner,
.space-content .ce-row {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .space-content .ce-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*margin-bottom: 10px;*/ }

  .space-content .ce-column {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 20%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; } }
@media only screen and (max-width: 767px) {
  .space-content .ce-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; }

  .space-content .ce-gallery {
    width: 100%; }

  .space-content .ce-column {
    margin-right: 0;
    margin-bottom: 10px; }

  .space-content img,
  .space-content figure {
    min-width: 100%;
    height: auto; }

  .space-content .ce-inner,
  .space-content .ce-outer {
    width: 100%;
    height: auto; } }
/*Bilder mit Rahmen*/
.ce-border img {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  border: 1px solid #0094D7; }

.ce-border figure {
  padding: 0 5px 5px 0; }

/* ############## WS_Flexslider ############# */
/* Rahmen entfernen */
.flexslider {
  margin: 0;
  background: #fff;
  border: 0px solid #fff;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1; }

/* Überschrift und Beschreibung */
.tx-ws-flexslider .caption-text {
  background: none;
  width: 100%;
  left: 0;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  font-size: 2rem; }

.tx-ws-flexslider .caption-align-left .caption-text {
  left: 0; }

.tx-ws-flexslider .caption-text .caption-title {
  font-family: "Montserrat", sans-serif;
  font-size: 6vw;
  font-weight: 700;
  margin: 0; }

.flex-control-nav {
  bottom: 30px;
  z-index: 50; }

.flex-control-paging li a {
  background: #E6FAFF; }

.flex-control-paging li a.flex-active {
  background: #005062; }

/*.drei-zeilen_1 .flexslider{
    background-color: $grundfarbe-weiss;
    max-width: $breiteMaximal;
}*/
/*Link*/
@media only screen and (min-width: 768px) {
  .tx-ws-flexslider .caption-align-left .caption-link {
    width: 100%;
    min-width: 100%;
    height: 100%;
    left: 0;
    bottom: 0; }

  .tx-ws-flexslider .caption-align-left .caption-link a {
    padding: 100px;
    width: 100%;
    min-width: 100%;
    height: 100%;
    display: block;
    color: transparent; } }
@media only screen and (max-width: 768px) {
  .tx-ws-flexslider .caption-text .caption-title {
    font-size: 3rem; }

  .tx-ws-flexslider .caption-align-left .caption-link a {
    padding: 25px;
    display: block; } }
/*### Formular ###*/
.form-group div {
  padding: 5px 0 10px 0; }

.form-group .input > input,
.form-group .input > .form-group > input,
.form-group textarea {
  width: 100%;
  padding: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #01579b;
  border: 1px solid rgba(224, 224, 224, 0.73);
  box-shadow: rgba(124, 124, 124, 0.4) 0 0 4px inset; }

.form-group textarea {
  height: 100px; }

.form-group .xlarge {
  padding: 15px;
  height: 200px;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif; }

@media only screen and (min-width: 768px) {
  form .row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

  form .row > div {
    width: 48%;
    height: auto; } }
.form-group .lightbox {
  position: relative;
  height: 30px;
  line-height: 12px; }

/* ################# CSS Document _box.scss #################### */
.frame-white_box,
.frame-bright_color_box,
.frame-yelow_box,
.frame-notice_box,
.frame-link_box,
.frame-imageGallery,
.frame-annonce,
.frame-tabelle-transparent {
  margin: 0 25px; }

.grid-container .frame-white_box,
.grid-container .frame-bright_color_box,
.grid-container .frame-yelow_box,
.grid-container .frame-notice_box,
.grid-container .frame-link_box,
.grid-container .frame-imageGallery,
.grid-container .frame-annonce,
.grid-container .frame-tabelle-transparent {
  margin: 0 0 25px 0; }

/* weiße Box */
.frame-white_box {
  background-color: #FFFFFF;
  border: solid 1px #0094D7;
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 8px; }

.footer .frame-white_box {
  margin: 0 25px 25px 25px; }

/* Box mit hellem Hintergund */
.space-content .frame-bright_color_box {
  background-color: #E6FAFF;
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 8px; }

.space-content .frame-bright_color_box,
.space-content .frame-bright_color_box h2 {
  color: #005062; }

/*Box mit gelbem Hintergund*/
.frame-yelow_box {
  background-color: rgba(254, 230, 0, 0.2);
  border: solid 1px #0094D7;
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 8px;
  text-align: center; }

.frame-yelow_box .ce-bodytext a {
  margin: 3px;
  padding: 8px 25px;
  /*margin:15px;*/
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  /* color: $grundfarbe-mittel;*/
  text-align: center;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); }

.frame-yelow_box .ce-bodytext a:hover {
  background: #E6FAFF;
  color: #005062;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset; }

/* notice Box Achtung*/
.space-content .frame-notice_box {
  background-color: #005062;
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 8px;
  color: #FFFFFF; }

.space-content .frame-notice_box h1,
.space-content .frame-notice_box h2,
.space-content .frame-notice_box h3,
.space-content .frame-notice_box h4 {
  color: #FEE600;
  font-weight: 400; }

.frame-complete_page_box {
  background-color: #E6FAFF;
  padding: 25px; }

/* ### Box mit hervorgehobenem Link ### */
.frame-link_box .ce-bodytext a {
  padding: 8px 20px;
  /*margin:15px;*/
  display: inline-block;
  background: #FEE600;
  border-radius: 8px;
  color: #0094D7;
  text-align: center;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }

.frame-link_box .ce-bodytext a:hover {
  background: #E6FAFF;
  color: #005062;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset; }

/*Bildergalerie*/
.frame-imageGallery {
  margin: 0 25px; }

.frame-imageGallery img {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  border: 1px solid #0094D7; }

.frame-imageGallery figure {
  padding: 0 5px 5px 0; }

.ce-column:last-child {
  margin-right: 0; }

/*Annonce*/
.frame-annonce h2 {
  font-size: 1.5em;
  text-align: center;
  padding: 5px;
  background-color: #0094D7;
  color: #FFFFFF; }

.frame-annonce {
  background-color: #FFFFFF;
  border: solid 1px #0094D7;
  border-radius: 2px;
  padding: 0; }

.frame-annonce .ce-bodytext {
  padding: 0 25px; }

/* ###### Tabelle Style ###### */
.frame-tabelle-box {
  padding: 25px; }

@media only screen and (min-width: 1010px) {
  .frame-tabelle-box thead th {
    background: #E6FAFF; }

  .space-content .frame-tabelle-box td {
    padding: 0 10px;
    /*min-width: 230px;*/ }

  .space-content .frame-tabelle-box .contenttable {
    width: 100%;
    padding: 0;
    border-collapse: separate;
    border-spacing: 0;
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0; }

  .space-content .frame-tabelle-box .ce-bodytext p {
    margin-block-start: 1em; }

  .space-content .frame-tabelle-box td,
  .frame-tabelle-box tr th {
    border: 1px solid #0094D7; }

  .space-content .frame-tabelle-box .contenttable thead th {
    padding: 15px; } }
@media only screen and (max-width: 1010px) {
  .frame-tabelle-box .ce-bodytext p {
    margin-block-end: 0; }

  /* Umwandeln Tabelle in Block */
  .frame-tabelle-box table,
  .frame-tabelle-box thead,
  .frame-tabelle-box tbody,
  .frame-tabelle-box th,
  .frame-tabelle-box td,
  .frame-tabelle-box tr {
    display: block; }

  /* Verstecken von theader */
  .frame-tabelle-box thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .frame-tabelle-box tr {
    border: 1px solid #0094D7;
    margin-bottom: 25px; }

  .frame-tabelle-box td {
    /* Behave like a "row" */
    border: none;
    border-bottom: 1px solid #0094D7;
    position: relative;
    padding-left: 50%;
    padding-bottom: 5px; }

  .frame-tabelle-box td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold; }

  /* Label Tabelle Mobil */
  .frame-tabelle-box td:nth-of-type(1):before {
    content: "Nr."; }

  .frame-tabelle-box td:nth-of-type(2):before {
    content: "Fondsname"; }

  .frame-tabelle-box td:nth-of-type(3):before {
    content: "ISIN"; }

  .frame-tabelle-box td:nth-of-type(4):before {
    content: "WKN"; }

  .frame-tabelle-box td:nth-of-type(5):before {
    content: "RK"; }

  .frame-tabelle-box td:nth-of-type(6):before {
    content: "Währ."; }

  .frame-tabelle-box td:nth-of-type(7):before {
    content: "Spezifikation"; }

  .frame-tabelle-box td:nth-of-type(8):before {
    content: "ESG"; } }
/* ################## Tabelle transparent ####################### */
.frame-tabelle-transparent td {
  padding: 8px 5px; }

/* ################## Gridelements ####################### */
@media only screen and (min-width: 860px) {
  .grid-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 25px; }

  .col-md-3,
  .col-md,
  .col-md-6 {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3; }

  .col-md-4 {
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4; }

  .col-md-8 {
    -webkit-box-flex: 8;
    -moz-box-flex: 8;
    -webkit-flex: 8;
    -ms-flex: 8;
    flex: 8; }

  .col-md-9 {
    -webkit-box-flex: 9;
    -moz-box-flex: 9;
    -webkit-flex: 9;
    -ms-flex: 9;
    flex: 9; }

  /*padding der Boxen*/
  .col-md,
  .col-md-3,
  .col-md-4,
  .col-md-6,
  .col-md-8,
  .col-md-9 {
    margin: 0 24px 0 24px; }

  .col-md:first-child {
    margin: 0 24px 0 0; }

  .col-md-3:first-child,
  .col-md-4:first-child,
  .col-md-8:first-child,
  .col-md-9:first-child {
    margin: 0 24px 0 0; }

  .col-md-6:first-child {
    margin: 0 24px 0 0; }

  .col-md:last-child {
    margin: 0 0 0 24px; }

  .col-md-3:last-child,
  .col-md-4:last-child,
  .col-md-8:last-child,
  .col-md-9:last-child {
    margin: 0 0 0 24px; }

  .col-md-6:last-child {
    margin: 0 0 0 24px; } }
.frame-same-size-grid_box {
  height: auto; }

.frame-same-size-grid_box .row {
  min-height: 100%; }

.frame-same-size-grid_box .row div {
  min-height: 100%; }

.grid-row .frame-default {
  padding: 0px; }

/*###### Login ######*/
.frame-type-felogin_login label {
  width: 50%;
  display: block;
  padding-bottom: 10px; }

.frame-type-felogin_login fieldset {
  max-width: 50%; }

.frame-type-felogin_login input {
  width: 100%; }

/**Menu**/
#toggle-menu {
  background-color: #0094D7;
  color: #fff;
  display: block;
  /*padding: 0.75em 1em;*/
  position: relative; }

/**
 * MENU ARROWS
 */
.topnavi__arrow {
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #fff;
  display: inline-block;
  vertical-align: middle;
  height: 0;
  width: 0; }

.topnavi__arrow--sub {
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  height: 0;
  width: 0; }

@media (min-width: 860px) {
  .topnavi__arrow--sub {
    border-right: none;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #fff; } }
/**
 * MOBILE VIEW
 */
.topnavi__lvl--first {
  background-color: #0094D7; }

.topnavi__lvl--first::after {
  clear: both;
  content: "";
  display: table; }

.topnavi__lvl--first,
.topnavi__lvl--sub {
  margin: 0;
  padding: 0; }

.topnavi__lvl--first,
.topnavi input[type="checkbox"] {
  display: none; }

#toggle:checked + .topnavi__lvl--first,
.topnavi input[type="checkbox"]:checked + .topnavi__lvl--sub {
  display: block; }

.topnavi__item {
  color: #fff;
  display: block;
  position: relative; }

.topnavi__item a:hover {
  color: #000; }

.topnavi__item a {
  display: block;
  position: relative;
  text-decoration: none; }

.topnavi__item a:hover, .topnavi__item a:focus {
  text-decoration: none; }

.topnavi__item--header {
  background-color: #0094D7;
  color: #005062;
  display: block;
  font-size: 1em;
  padding: 1.5em 1.25em 0.25em; }

.topnavi__link--first {
  background-color: #0094D7;
  color: #fff;
  padding: 0.75em 1em;
  padding-right: 42px; }

.topnavi__link--first:hover {
  background-color: #FEE600;
  color: #fff; }

.topnavi__lvl--sub {
  display: none;
  padding-left: 1em; }

.topnavi__link--sub {
  background-color: #0094D7;
  color: #fff;
  padding: 0.75em 1em;
  padding-right: 42px; }

.topnavi__link--sub:hover {
  background-color: #FEE600;
  color: #fff; }

.topnavi__link--active {
  background-color: #FEE600;
  color: #0094D7;
  padding: 0.75em 1em;
  padding-right: 42px; }

ul span.topnavi__label {
  display: none; }

.mobilewrap > .topnavi__label {
  display: none; }

/*** ### DESKTOP VIEW ### ***/
@media only screen and (min-width: 860px) {
  .topnavi {
    /*display: inline-block;
    margin: 0 auto;*/
    background-color: #0094D7; }

  .topnavi__lvl--first {
    background-color: transparent;
    font-size: 1em; }

  #toggle-menu,
  .topnavi input[type="checkbox"]:checked + .topnavi__lvl--sub {
    display: none; }

  .topnavi__lvl--first,
  .topnavi__item:hover > input[type="checkbox"] + .topnavi__lvl--sub {
    display: inline-block; }

  .topnavi__item {
    float: left; }

  .topnavi__link--first {
    background-color: #0094D7;
    color: #fff;
    padding: 0.75em 1em;
    padding-right: 25px; }

  .topnavi__link--first:hover {
    background-color: #FEE600;
    color: #fff; }

  .topnavi__link--active {
    background-color: #FEE600;
    color: #0094D7; }

  .topnavi__lvl--sub {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 12em;
    z-index: 3000; }

  .topnavi__lvl--sub .topnavi__item {
    float: none; }

  .topnavi__lvl--sub .topnavi__lvl--sub {
    top: 0;
    left: 100%; } }
/**
 * LABELS
 */
.topnavi__label:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.topnavi__label {
  background-color: transparent;
  height: 100%;
  padding: 0 .5em;
  position: absolute;
  right: 0;
  top: 0; }

#toggle-menu {
  border-bottom: 1px solid #FEE600; }

.topnavi__lvl--sub {
  border-top: 1px solid #FEE600; }

.topnavi__lvl--sub .topnavi__item:last-child {
  border-width: 0; }

.topnavi__item {
  border-bottom: 1px solid #FEE600; }

.topnavi__item--header {
  letter-spacing: 0.2em;
  text-transform: uppercase; }

.topnavi__item a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out; }

@media only screen and (min-width: 860px) {
  .topnavi__item {
    border-width: 0 1px 0 0; }

  .topnavi__lvl--sub {
    border-width: 0; }

  .topnavi__lvl--sub .topnavi__item {
    border-width: 0 0 1px; } }
/* ############# Navigation Symbol Mobil ############### */
.topnavi .mobilewrap {
  padding: 0.75em 25px;
  cursor: pointer; }

.topnavi .bar1, .topnavi .bar2, .topnavi .bar3 {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #E6FAFF;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }

.topnavi .change .bar1 {
  -webkit-transform: rotate(45deg) translate(0, -2px);
  transform: rotate(45deg) translate(0, -2px);
  background: #000; }

.topnavi .change .bar2 {
  opacity: 0; }

.topnavi .change .bar3 {
  -webkit-transform: rotate(-45deg) translate(0, -2px);
  transform: rotate(-45deg) translate(0, -2px);
  background: #000; }

.navi-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 500;
  text-align: center; }

/*### Langsames schließen der Navigation ###*/
.topnavi__item:hover > input[type="checkbox"] + .topnavi__lvl--sub {
  display: block;
  visibility: visible;
  opacity: 1;
  animation: fade 1s; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*# sourceMappingURL=style.css.map */
