@charset "UTF-8";
@font-face {
  font-family: 'ErasITCbyBT-Ultra';
  src: url("/files/digenio-theme/theme/fonts/ErasITCbyBT-Ultra.otf"); }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url("/files/digenio-theme/theme/fonts/roboto-regular.woff2") format("woff2"); }

@font-face {
  font-family: 'Satisfy';
  font-style: normal;
  font-weight: 400;
  src: url("/files/digenio-theme/theme/fonts/Satisfy-Normal.woff2") format("woff2"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url("/files/digenio-theme/theme/fonts/OpenSans-Normal.woff2") format("woff2"); }

body {
  color: #070707;
  background-color: #f2f2f2;
  font-size: 16px;
  font-family: "Open Sans", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important; }

code {
  font-family: "Open Sans", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important; }

html {
  box-sizing: border-box; }

*, ::before, ::after {
  box-sizing: inherit; }

* {
  box-sizing: border-box; }

#wrapper {
  padding-left: 0;
  padding-right: 0; }

#container {
  background-color: #f2f2f2; }

a {
  color: #2e97ff;
  text-decoration: none;
  outline: 0; }

a:link {
  color: #2e97ff;
  text-decoration: none; }

a:visited {
  color: #2e97ff;
  text-decoration: none !important; }

a:hover {
  color: #2e97ff;
  text-decoration: none !important; }

a:active {
  color: #2e97ff;
  text-decoration: none; }

p {
  margin: 0; }

img {
  width: 100%;
  height: auto; }

p img {
  width: inherit;
  height: inherit; }

ul {
  padding: 0;
  list-style-type: none;
  margin: 0; }

.ce_text ul, .ce_list ul, .ce_textarea ul, .ce_text ol, .ce_list ol, .ce_textarea ol, #footer ul {
  margin-bottom: 15px;
  padding-left: 20px; }

.ce_text li, .ce_list li, .ce_textarea li, .ce_text ol, .ce_list ol, .ce_textarea ol {
  line-height: 1.8em; }

.ce_text ol, .ce_list ol, .ce_textarea ol {
  list-style: outside none decimal;
  padding-left: 25px; }

.invisible, .sr-only {
  display: none !important; }

.invisible, .sr-only {
  visibility: hidden !important; }

.image_container_responsive {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  min-height: 350px; }

form .widget {
  position: relative;
  clear: both;
  margin-bottom: 1rem; }
  form .widget label {
    display: block;
    margin-bottom: .35714em;
    font-size: .93333em; }
  form .widget input, form .widget textarea, form .widget select, form .widget fieldset {
    width: 75%; }
  form .widget input, form .widget textarea {
    padding: .85714em 1.35714em;
    line-height: normal;
    border: 1px solid #dcdcdc;
    border-bottom-color: gainsboro;
    border-bottom-color: #cfcfcf;
    font-size: .93333em;
    color: inherit;
    background: #fff; }
  form .widget input[type="checkbox"], form .widget input[type="radio"], form .widget input[type="image"] {
    width: auto !important;
    height: auto !important;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none; }
  form .widget input[type="checkbox"] + label {
    display: inline; }
  form .widget button.submit {
    background-color: #9bcdfe;
    border-color: #9bcdfe;
    border: none;
    padding: 4px 12px; }

.bgimg1 {
  background-image: url("/files/digenio-theme/theme/img/background/bg-mikro.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center top; }

@supports (-ms-ime-align: auto) {
  html {
    overflow: hidden;
    height: 100%; }
  body {
    overflow: auto;
    height: 100%;
    position: relative; } }

/*Ie 10/11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html {
    overflow: hidden;
    height: 100%; }
  body {
    overflow: auto;
    height: 100%; }
  #sidebar-content {
    display: block !important; } }

.d-none-noie {
  display: none; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .d-none-noie {
      display: block; } }
.v-none-noie {
  visibility: hidden; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .v-none-noie {
      visibility: visible; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ie11fix, .wow {
    visibility: visible !important;
    display: block !important; } }

.wiz_editbutton {
  position: absolute !important;
  top: 0;
  left: 0;
  background-color: #3f0 !important;
  color: #000;
  border-radius: 90px;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 16px;
  z-index: 30000;
  cursor: pointer; }

#wiz_editor {
  position: fixed !important;
  top: 50%;
  left: 0;
  background-color: #3f0 !important;
  color: #000;
  font-size: 16px;
  z-index: 30000; }

@media print {
  body {
    margin: 0;
    padding: 0;
    background: #ffffff !important;
    font-size: 12px; }
  #left {
    display: none; }
  #main {
    width: 100%;
    max-width: 100%;
    flex: unset !important; }
  #main .mod_article {
    font-size: 12px; }
  #header {
    display: none; }
  #footer {
    display: none; }
  #main .mod_article.last {
    padding-bottom: 0 !important; }
  #main .inside {
    margin: 0; }
  hr {
    display: block;
    height: 1px;
    background: transparent;
    width: 100%;
    border: none;
    border-top: solid 1px #aaa; }
  .container {
    width: 100%;
    max-width: 100%;
    flex: unset;
    padding: 0; }
  table.dataTable th, table.dataTable td {
    width: initial !important; }
  .no-print {
    display: none !important; } }

.text-branding-primary, .text-brand-primary {
  color: #9bcdfe !important; }
  .text-branding-primary p, .text-brand-primary p {
    color: #9bcdfe !important; }

.text-branding-secondary, .text-brand-secondary {
  color: #ddeefe !important; }
  .text-branding-secondary p, .text-brand-secondary p {
    color: #ddeefe !important; }

.link-branding-primary a, .link-brand-primary a {
  color: #9bcdfe !important; }

.link-branding-secondary a, .link-brand-secondary a {
  color: #ddeefe !important; }

.hintergrund-branding-primary, .hintergrund-brand-primary {
  background-color: #9bcdfe !important; }

.hintergrund-branding-secondary, .hintergrund-brand-secondary {
  background-color: #ddeefe !important; }

.hintergrund-branding-grau, .hintergrund-brand-grau {
  background-color: #eeeeee !important; }

.hintergrund-transparent-branding-primary {
  background-color: #9bcdfe !important; }

.hintergrund-transparent-branding-secondary, .hintergrund-transparent-brand-secondary {
  background-color: #ddeefe !important; }

.hintergrund-transparent-branding-grau, .hintergrund-transparent-brand-grau {
  background-color: #eeeeee !important; }

.ueberschrift-branding-primary h1, .ueberschrift-branding-primary h2, .ueberschrift-branding-primary h3, .ueberschrift-branding-primary h4, .ueberschrift-branding-primary h5, .ueberschrift-branding-primary h6, .ueberschrift-brand-primary h1, .ueberschrift-brand-primary h2, .ueberschrift-brand-primary h3, .ueberschrift-brand-primary h4, .ueberschrift-brand-primary h5, .ueberschrift-brand-primary h6 {
  color: #9bcdfe !important; }

.ueberschrift-branding-secondary h1, .ueberschrift-branding-secondary h2, .ueberschrift-branding-secondary h3, .ueberschrift-branding-secondary h4, .ueberschrift-branding-secondary h5, .ueberschrift-branding-secondary h6, .ueberschrift-brand-secondary h1, .ueberschrift-brand-secondary h2, .ueberschrift-brand-secondary h3, .ueberschrift-brand-secondary h4, .ueberschrift-brand-secondary h5, .ueberschrift-brand-secondary h6 {
  color: #ddeefe !important; }

.text-weiss {
  color: #ffffff !important; }
  .text-weiss p {
    color: #ffffff !important; }

.text-rot {
  color: red !important; }
  .text-rot p {
    color: red !important; }

.text-gelb {
  color: yellow !important; }
  .text-gelb p {
    color: yellow !important; }

.text-blau {
  color: blue !important; }
  .text-blau p {
    color: blue !important; }

.text-orange {
  color: orange !important; }
  .text-orange p {
    color: orange !important; }

.text-gruen {
  color: green !important; }
  .text-gruen p {
    color: green !important; }

.text-braun {
  color: brown !important; }
  .text-braun p {
    color: brown !important; }

.text-schwarz {
  color: black !important; }
  .text-schwarz p {
    color: black !important; }

.text-grau {
  color: grey !important; }
  .text-grau p {
    color: grey !important; }

.text-pink {
  color: pink !important; }
  .text-pink p {
    color: pink !important; }

.text-violett {
  color: violet !important; }
  .text-violett p {
    color: violet !important; }

.text-cyan {
  color: cyan !important; }
  .text-cyan p {
    color: cyan !important; }

.text-schatten {
  text-shadow: 1px 0 3px #333; }
  .text-schatten p {
    text-shadow: 1px 0 3px #333; }

.text-breit {
  font-weight: bold !important; }
  .text-breit p {
    font-weight: bold !important; }

.text-uppercase {
  text-transform: uppercase !important; }
  .text-uppercase p {
    text-transform: uppercase !important; }

.ueberschrift-weiss h1, .ueberschrift-weiss h2, .ueberschrift-weiss h3, .ueberschrift-weiss h4, .ueberschrift-weiss h5, .ueberschrift-weiss h6 {
  color: #ffffff !important; }

.ueberschrift-rot h1, .ueberschrift-rot h2, .ueberschrift-rot h3, .ueberschrift-rot h4, .ueberschrift-rot h5, .ueberschrift-rot h6 {
  color: red !important; }

.ueberschrift-gelb h1, .ueberschrift-gelb h2, .ueberschrift-gelb h3, .ueberschrift-gelb h4, .ueberschrift-gelb h5, .ueberschrift-gelb h6 {
  color: yellow !important; }

.ueberschrift-blau h1, .ueberschrift-blau h2, .ueberschrift-blau h3, .ueberschrift-blau h4, .ueberschrift-blau h5, .ueberschrift-blau h6 {
  color: blue !important; }

.ueberschrift-orange h1, .ueberschrift-orange h2, .ueberschrift-orange h3, .ueberschrift-orange h4, .ueberschrift-orange h5, .ueberschrift-orange h6 {
  color: orange !important; }

.ueberschrift-gruen h1, .ueberschrift-gruen h2, .ueberschrift-gruen h3, .ueberschrift-gruen h4, .ueberschrift-gruen h5, .ueberschrift-gruen h6 {
  color: green !important; }

.ueberschrift-braun h1, .ueberschrift-braun h2, .ueberschrift-braun h3, .ueberschrift-braun h4, .ueberschrift-braun h5, .ueberschrift-braun h6 {
  color: brown !important; }

.ueberschrift-schwarz h1, .ueberschrift-schwarz h2, .ueberschrift-schwarz h3, .ueberschrift-schwarz h4, .ueberschrift-schwarz h5, .ueberschrift-schwarz h6 {
  color: black !important; }

.ueberschrift-grau h1, .ueberschrift-grau h2, .ueberschrift-grau h3, .ueberschrift-grau h4, .ueberschrift-grau h5, .ueberschrift-grau h6 {
  color: grey !important; }

.ueberschrift-pink h1, .ueberschrift-pink h2, .ueberschrift-pink h3, .ueberschrift-pink h4, .ueberschrift-pink h5, .ueberschrift-pink h6 {
  color: pink !important; }

.ueberschrift-violett h1, .ueberschrift-violett h2, .ueberschrift-violett h3, .ueberschrift-violett h4, .ueberschrift-violett h5, .ueberschrift-violett h6 {
  color: violet !important; }

.ueberschrift-cyan h1, .ueberschrift-cyan h2, .ueberschrift-cyan h3, .ueberschrift-cyan h4, .ueberschrift-cyan h5, .ueberschrift-cyan h6 {
  color: cyan !important; }

.ueberschrift-schatten h1, .ueberschrift-schatten h2, .ueberschrift-schatten h3, .ueberschrift-schatten h4, .ueberschrift-schatten h5, .ueberschrift-schatten h6 {
  text-shadow: 1px 0 3px #333; }

.ueberschrift-breit h1, .ueberschrift-breit h2, .ueberschrift-breit h3, .ueberschrift-breit h4, .ueberschrift-breit h5, .ueberschrift-breit h6 {
  font-weight: bold !important; }

.ueberschrift-unterstrichen {
  text-decoration: underline !important; }

.link-weiss a {
  color: #ffffff !important; }

.link-rot a {
  color: red !important; }

.link-gelb a {
  color: yellow !important; }

.link-blau a {
  color: blue !important; }

.link-orange a {
  color: orange !important; }

.link-gruen a {
  color: green !important; }

.link-braun a {
  color: brown !important; }

.link-schwarz a {
  color: black !important; }

.link-grau a {
  color: grey !important; }

.link-pink a {
  color: pink !important; }

.link-violett a {
  color: violet !important; }

.link-cyan a {
  color: cyan !important; }

.link-schatten a {
  text-shadow: 1px 0 3px #333; }

.link-breit a {
  font-weight: bold !important; }

.link-unterstrichen {
  text-decoration: underline !important; }

.hintergrund-rot {
  background-color: red !important; }

.hintergrund-gelb {
  background-color: yellow !important; }

.hintergrund-blau {
  background-color: blue !important; }

.hintergrund-orange {
  background-color: orange !important; }

.hintergrund-gruen {
  background-color: green !important; }

.hintergrund-braun {
  background-color: brown !important; }

.hintergrund-schwarz {
  background-color: black !important; }

.hintergrund-weiss {
  background-color: white !important; }

.hintergrund-grau {
  background-color: grey !important; }

.hintergrund-pink {
  background-color: pink !important; }

.hintergrund-violett {
  background-color: violet !important; }

.hintergrund-cyan {
  background-color: cyan !important; }

.hintergrund-transparent {
  background-color: transparent !important; }

.hintergrund-transparent-rot {
  background-color: rgba(255, 0, 0, 0.5) !important; }

.hintergrund-transparent-gelb {
  background-color: rgba(255, 255, 0, 0.5) !important; }

.hintergrund-transparent-blau {
  background-color: rgba(0, 0, 255, 0.5) !important; }

.hintergrund-transparent-orange {
  background-color: rgba(255, 128, 0, 0.5) !important; }

.hintergrund-transparent-gruen {
  background-color: rgba(0, 255, 0, 0.5) !important; }

.hintergrund-transparent-braun {
  background-color: rgba(165, 42, 42, 0.5) !important; }

.hintergrund-transparent-schwarz {
  background-color: rgba(0, 0, 0, 0.5) !important; }

.hintergrund-transparent-weiss {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.hintergrund-transparent-grau {
  background-color: rgba(180, 180, 180, 0.5) !important; }

.hintergrund-transparent-pink {
  background-color: rgba(255, 192, 203, 0.5) !important; }

.hintergrund-transparent-violett {
  background-color: rgba(238, 130, 238, 0.5) !important; }

.hintergrund-transparent-cyan {
  background-color: rgba(0, 255, 255, 0.5) !important; }

.margin-0 {
  margin: 0 !important; }

.margin-5 {
  margin: 5px !important; }

.margin-10 {
  margin: 10px !important; }

.margin-15 {
  margin: 15px !important; }

.padding-0 {
  padding: 0 !important; }

.padding-5 {
  padding: 5px !important; }

.padding-10 {
  padding: 10px !important; }

.padding-15 {
  padding: 15px !important; }

.weite-100 {
  width: 100% !important; }

.weite-100vw {
  width: 100vw !important; }

.hoehe-100 {
  height: 100% !important; }

.hoehe-100vh {
  height: 100vh !important; }

.weite-75 {
  width: 75% !important; }

.weite-75vw {
  width: 75vw !important; }

.hoehe-75 {
  height: 75% !important; }

.hoehe-75vh {
  height: 75vh !important; }

.weite-50 {
  width: 50% !important; }

.weite-50vw {
  width: 50vw !important; }

.hoehe-50 {
  height: 50% !important; }

.hoehe-50vh {
  height: 50vh !important; }

.weite-25 {
  width: 25% !important; }

.weite-25vw {
  width: 25vw !important; }

.hoehe-25 {
  height: 25% !important; }

.hoehe-25vh {
  height: 25vh !important; }

.weite-20 {
  width: 20% !important; }

.weite-20vw {
  width: 20vw !important; }

.hoehe-20 {
  height: 20% !important; }

.hoehe-20vh {
  height: 20vh !important; }

.weite-10 {
  width: 10% !important; }

.weite-10vw {
  width: 10vw !important; }

.hoehe-10 {
  height: 10% !important; }

.hoehe-10vh {
  height: 10vh !important; }

.weite-5 {
  width: 5% !important; }

.weite-5vw {
  width: 5vw !important; }

.hoehe-5 {
  height: 5% !important; }

.hoehe-5vh {
  height: 5vh !important; }

.border-0 {
  border: none !important; }

.border-1 {
  border: 1px solid black !important; }

.box-shadow {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75); }

.box-shadow-article .container {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75); }

.fontsize-8 {
  font-size: 8px !important; }
  .fontsize-8 p {
    font-size: 8px !important; }

.fontsize-10 {
  font-size: 10px !important; }
  .fontsize-10 p {
    font-size: 10px !important; }

.fontsize-12 {
  font-size: 12px !important; }
  .fontsize-12 p {
    font-size: 12px !important; }

.fontsize-14 {
  font-size: 14px !important; }
  .fontsize-14 p {
    font-size: 14px !important; }

.fontsize-16 {
  font-size: 16px !important; }
  .fontsize-16 p {
    font-size: 16px !important; }

.fontsize-18 {
  font-size: 18px !important; }
  .fontsize-18 p {
    font-size: 18px !important; }

.fontsize-20 {
  font-size: 20px !important; }
  .fontsize-20 p {
    font-size: 20px !important; }

.fontsize-30 {
  font-size: 20px !important; }
  .fontsize-30 p {
    font-size: 30px !important; }

.fontsize-40 {
  font-size: 40px !important; }
  .fontsize-40 p {
    font-size: 40px !important; }

.text-sehrgross, p.text-sehrgross {
  font-size: 1.5em !important; }
  @media (min-width: 575px) {
    .text-sehrgross, p.text-sehrgross {
      font-size: 1.875em !important; } }
  @media (min-width: 768px) {
    .text-sehrgross, p.text-sehrgross {
      font-size: 2.25em !important; } }
  @media (min-width: 992px) {
    .text-sehrgross, p.text-sehrgross {
      font-size: 2.625em !important; } }
  @media (min-width: 1200px) {
    .text-sehrgross, p.text-sehrgross {
      font-size: 3.0em !important; } }
.text-gross, p.text-gross {
  font-size: 1.125em !important; }
  @media (min-width: 575px) {
    .text-gross, p.text-gross {
      font-size: 1.375em !important; } }
  @media (min-width: 768px) {
    .text-gross, p.text-gross {
      font-size: 1.75em !important; } }
  @media (min-width: 992px) {
    .text-gross, p.text-gross {
      font-size: 2.125em !important; } }
  @media (min-width: 1200px) {
    .text-gross, p.text-gross {
      font-size: 2.5em !important; } }
.text-mittel, p.text-mittel {
  font-size: 0.625em !important; }
  @media (min-width: 575px) {
    .text-mittel, p.text-mittel {
      font-size: 1em !important; } }
  @media (min-width: 768px) {
    .text-mittel, p.text-mittel {
      font-size: 1.25em !important; } }
  @media (min-width: 992px) {
    .text-mittel, p.text-mittel {
      font-size: 1.625em !important; } }
  @media (min-width: 1200px) {
    .text-mittel, p.text-mittel {
      font-size: 2em !important; } }
/* Abstände innen */
.p-0 {
  padding: 0; }

.p-10 {
  padding: 10px; }

.p-20 {
  padding: 20px; }

.p-30 {
  padding: 30px; }

.p-40 {
  padding: 40px; }

.p-60 {
  padding: 60px; }

.p-100 {
  padding: 100px; }

/* Abstände aussen */
.m-b-0 {
  margin-bottom: 0 !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-b-25 {
  margin-bottom: 25px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.m-b-50 {
  margin-bottom: 50px !important; }

.m-b-60 {
  margin-bottom: 60px !important; }

.m-b-80 {
  margin-bottom: 80px !important; }

.m-b-120 {
  margin-bottom: 120px !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-t-10 {
  margin-top: 10px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.m-t-25 {
  margin-top: 25px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.m-t-50 {
  margin-top: 50px !important; }

.m-t-60 {
  margin-top: 60px !important; }

.m-t-80 {
  margin-top: 80px !important; }

.m-t-120 {
  margin-top: 120px !important; }

/* Abstände innen */
.p-b-0 {
  padding-bottom: 0 !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.p-b-25 {
  padding-bottom: 25px !important; }

.p-b-30 {
  padding-bottom: 30px !important; }

.p-b-40 {
  padding-bottom: 40px !important; }

.p-b-50 {
  padding-bottom: 50px !important; }

.p-b-60 {
  padding-bottom: 60px !important; }

.p-b-80 {
  padding-bottom: 80px !important; }

.p-b-120 {
  padding-bottom: 120px !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-t-10 {
  padding-top: 10px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.p-t-25 {
  padding-top: 25px !important; }

.p-t-30 {
  padding-top: 30px !important; }

.p-t-40 {
  padding-top: 40px !important; }

.p-t-50 {
  padding-top: 50px !important; }

.p-t-60 {
  padding-top: 60px !important; }

.p-t-80 {
  padding-top: 80px !important; }

.p-t-120 {
  padding-top: 120px !important; }

.p-t-b-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.p-t-b-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.p-t-b-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.p-l-r-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.p-l-r-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.p-l-r-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.p-l-r-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

/* 880px --------------------------------------------------------------------------------- */
@media screen and (max-width: 880px) {
  /* Abstände aussen */
  .m-b-0 {
    margin-bottom: 0 !important; }
  .m-b-10 {
    margin-bottom: 10px !important; }
  .m-b-20 {
    margin-bottom: 15px !important; }
  .m-b-25 {
    margin-bottom: 15px !important; }
  .m-b-30 {
    margin-bottom: 20px !important; }
  .m-b-40 {
    margin-bottom: 20px !important; }
  .m-b-50 {
    margin-bottom: 30px !important; }
  .m-b-60 {
    margin-bottom: 40px !important; }
  .m-b-80 {
    margin-bottom: 40px !important; }
  .m-b-120 {
    margin-bottom: 60px !important; }
  .m-t-0 {
    margin-top: 0 !important; }
  .m-t-10 {
    margin-top: 10px !important; }
  .m-t-20 {
    margin-top: 15px !important; }
  .m-t-25 {
    margin-top: 15px !important; }
  .m-t-30 {
    margin-top: 20px !important; }
  .m-t-40 {
    margin-top: 20px !important; }
  .m-t-50 {
    margin-top: 30px !important; }
  .m-t-60 {
    margin-top: 30px !important; }
  .m-t-80 {
    margin-top: 40px !important; }
  .m-t-120 {
    margin-top: 60px !important; }
  /* Abstände innen */
  .p-10 {
    padding: 10px; }
  .p-20 {
    padding: 10px; }
  .p-30 {
    padding: 20px; }
  .p-40 {
    padding: 20px; }
  .p-60 {
    padding: 30px; }
  .p-100 {
    padding: 50px; }
  .p-b-0 {
    padding-bottom: 0 !important; }
  .p-b-10 {
    padding-bottom: 10px !important; }
  .p-b-20 {
    padding-bottom: 15px !important; }
  .p-b-25 {
    padding-bottom: 15px !important; }
  .p-b-30 {
    padding-bottom: 20px !important; }
  .p-b-40 {
    padding-bottom: 20px !important; }
  .p-b-50 {
    padding-bottom: 20px !important; }
  .p-b-60 {
    padding-bottom: 30px !important; }
  .p-b-80 {
    padding-bottom: 40px !important; }
  .p-b-120 {
    padding-bottom: 60px !important; }
  .p-t-0 {
    padding-top: 0 !important; }
  .p-t-10 {
    padding-top: 10px !important; }
  .p-t-20 {
    padding-top: 15px !important; }
  .p-t-25 {
    padding-top: 15px !important; }
  .p-t-30 {
    padding-top: 20px !important; }
  .p-t-40 {
    padding-top: 20px !important; }
  .p-t-50 {
    padding-top: 20px !important; }
  .p-t-60 {
    padding-top: 30px !important; }
  .p-t-80 {
    padding-top: 40px !important; }
  .p-t-120 {
    padding-top: 60px !important; }
  .p-t-b-20 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .p-t-b-40 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .p-t-b-60 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .p-l-r-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .p-l-r-20 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .p-l-r-30 {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .p-l-r-40 {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  /* ---------------------------------------------------------------------------------------- */ }

/* end max-width: 880px */
.ce_accordion {
  margin: 15px;
  background-color: #ddeefe;
  color: #000; }
  .ce_accordion .ce_text {
    background-color: transparent; }
  .ce_accordion .ui-accordion-header {
    background-color: #9bcdfe;
    cursor: pointer;
    padding: 15px;
    position: relative;
    color: #fff;
    font-family: "ErasITCbyBT-Ultra", Times, Georgia, serif !important;
    font-size: 18px; }
    .ce_accordion .ui-accordion-header .ui-accordion-header-icon {
      background-size: cover;
      width: 55px;
      height: 100%;
      display: block;
      position: absolute;
      right: 0;
      top: 0; }
  .ce_accordion .ui-accordion-header.ui-accordion-header-collapsed {
    color: #ffffff; }
  .ce_accordion .ui-accordion-header.active {
    background-color: #369bfd; }
  .ce_accordion .ui-accordion-content {
    padding-top: 15px;
    padding-bottom: 15px; }
    .ce_accordion .ui-accordion-content a, .ce_accordion .ui-accordion-content a:active, .ce_accordion .ui-accordion-content a:hover, .ce_accordion .ui-accordion-content a:visited {
      text-decoration: none; }

#header .mod_article {
  padding-top: 5px;
  padding-bottom: 5px; }

#main .mod_article {
  color: #070707;
  background-color: #fff;
  font-size: 16px;
  padding-top: 23px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 575px) {
    #main .mod_article {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 992px) {
    #main .mod_article {
      padding-left: 30px;
      padding-right: 30px; } }
  #main .mod_article.first {
    padding-top: 15px; }
    @media (min-width: 992px) {
      #main .mod_article.first {
        padding-top: 30px; } }
  #main .mod_article.last {
    padding-bottom: 15px; }
    @media (min-width: 992px) {
      #main .mod_article.last {
        padding-bottom: 15px; } }
  #main .mod_article.first.last {
    min-height: 100vh; }

.syndication {
  padding: 5px;
  background-color: #eee;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px; }
  .syndication img {
    width: 32px;
    height: auto; }

.background-article {
  top: 0;
  width: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center top; }

.firstarticle {
  color: #ffffff;
  background-color: transparent;
  height: 100vh;
  opacity: 0; }

.transparent-welcome {
  background: transparent;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.article-headline {
  position: relative;
  top: -70px;
  padding: 5px;
  color: #ffffff;
  font-size: 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#21368f+0,b8bed6+100 */
  background: #9bcdfe;
  /* Old browsers */
  background: -moz-linear-gradient(left, #9bcdfe 20%, #ddeefe 140%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #9bcdfe 20%, #ddeefe 140%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #9bcdfe 20%, #ddeefe 140%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$brand-primary', endColorstr='$brand-secondary',GradientType=1 );
  /* IE6-9 */
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 13px solid transparent;
  background-clip: padding-box !important;
  border-image-repeat: initial; }
  .article-headline img {
    width: initial;
    height: initial; }
  .article-headline code {
    color: #ffffff;
    font-size: 20px; }
  .article-headline figure {
    margin: 0; }

.article-galery .image_container {
  margin: 0;
  padding: 7px;
  background-color: #ddeefe; }

.article-galery .ce_text {
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dbdcd6+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff -10%, #ddeefe 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff -10%, #ddeefe 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff -10%, #ddeefe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='$brand-secondary',GradientType=1 );
  /* IE6-9 */
  color: #9bcdfe;
  padding: 5px;
  margin-bottom: 10px;
  height: 68px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 13px solid transparent;
  background-clip: padding-box !important;
  border-image-repeat: initial; }
  .article-galery .ce_text p {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.25; }
  .article-galery .ce_text a, .article-galery .ce_text a:active, .article-galery .ce_text a:visited {
    color: #9bcdfe !important; }

.article-contact img {
  width: initial;
  height: initial; }

.fixed {
  position: fixed; }

.shortheight {
  height: 30px !important; }

.content-box {
  background-color: white;
  height: 300px;
  overflow: hidden;
  padding: 15px;
  margin-bottom: 30px; }
  .content-box h1, .content-box h2, .content-box h3, .content-box h4, .content-box h5, .content-box h6 {
    text-align: center; }
  @media (min-width: 575px) {
    .content-box {
      height: 300px; } }
  @media (min-width: 768px) {
    .content-box {
      height: 300px; } }
  @media (min-width: 992px) {
    .content-box {
      height: 260px; } }
  @media (min-width: 1200px) {
    .content-box {
      height: 300px; } }
.content-description {
  height: 250px; }

.buttonclass_ar {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  color: #000000;
  padding: 0; }

table.calendar {
  width: 100%;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000; }
  table.calendar .head {
    padding-top: 4px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #dddddd;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000; }
  table.calendar .current {
    background-color: #ddffdd; }
  table.calendar .label {
    padding-top: 3px;
    padding-bottom: 4px;
    text-align: center;
    background-color: #ffeeee;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    font-size: 11px;
    color: #ffffff;
    font-weight: 500; }
  table.calendar .empty, table.calendar .empty .header {
    background-color: #dddddd; }
  table.calendar td {
    width: 14%;
    height: 72px;
    padding: 1px;
    vertical-align: top;
    background-color: #ffffff;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000; }
    table.calendar td.weekend {
      background-color: #dddddd; }
    table.calendar td.today {
      background-color: #ddffdd; }
    table.calendar td .header {
      padding-bottom: 2px;
      background-color: #eeeeee;
      font-size: 11px; }
    table.calendar td .event a {
      font-size: 11px; }

.mod_comments {
  background-color: #fff;
  padding: 10px; }
  .mod_comments .media {
    background-color: #ddeefe;
    padding: 10px; }
  .mod_comments img {
    width: 10%; }

#container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0; }

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.background-vid {
  display: none; }

#cookiebar-text {
  width: 100%; }
  @media (min-width: 768px) {
    #cookiebar-text {
      width: 60%; } }
/* Cookiebar */
#cookiebar {
  animation: slideIn 0.6s linear 0s 1 normal;
  -webkit-animation: slideIn 0.6s linear 0s 1 normal;
  display: none;
  width: 100%;
  background-color: #cde6ff;
  color: #333333;
  padding: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999999;
  overflow: hidden;
  box-sizing: border-box; }
  #cookiebar label {
    display: none; }

@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    bottom: -150px; }
  100% {
    opacity: 1;
    bottom: 0; } }

@keyframes slideIn {
  0% {
    opacity: 0;
    bottom: -150px; }
  100% {
    opacity: 1;
    bottom: 0; } }

.cookiecontent {
  margin-right: auto;
  margin-left: auto;
  vertical-align: middle; }

.cookiemessage {
  width: 85%;
  font-size: 16px;
  display: inline-block;
  float: left; }

.cookiemessage a {
  margin-left: 5px;
  color: #000000;
  text-decoration: underline; }

.cookiebutton {
  width: 15%;
  display: inline-block;
  float: left;
  text-align: right;
  vertical-align: middle; }

.cookiebutton-button {
  font-size: 16px;
  padding: 2px 5px;
  border: 1px solid black;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle;
  touch-action: manipulation;
  display: flex;
  width: 118px;
  background-color: #9bcdfe;
  color: #ffffff;
  user-select: none;
  -webkit-transition: color 0.4s, background-color 0.4s, border-color 0.4s;
  -o-transition: color 0.4s, background-color 0.4s, border-color 0.4s;
  transition: color 0.4s, background-color 0.4s, border-color 0.4s; }

.cookiebutton-button input {
  margin-top: 3px;
  margin-left: 5px; }

.cookiebutton-button div {
  width: 100%;
  text-align: center; }

.cookiebutton-button:hover {
  background-color: #cde6ff;
  user-select: none;
  -webkit-transition: color 0.4s, background-color 0.4s, border-color 0.4s;
  -o-transition: color 0.4s, background-color 0.4s, border-color 0.4s;
  transition: color 0.4s, background-color 0.4s, border-color 0.4s; }

.cookiebutton-button:active {
  background-color: #77756F; }

.ce_text {
  font-size: 16px;
  padding: 15px;
  margin-top: 0;
  margin-bottom: 15px; }
  .ce_text p {
    margin: 0;
    word-wrap: break-word; }

.ce_headline, .ce_download, .ce_downloads {
  padding: 15px; }

.mod_login, .mod_subscribe, .mod_unsubscribe {
  padding: 15px; }

#main .ce_bs_gridStart {
  padding: 15px;
  margin-left: 0;
  margin-right: 0; }

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  word-wrap: break-word; }

.ce_bs_grid_gallery {
  padding: 15px; }

.ce_toplink {
  margin-bottom: 10px;
  margin-left: 12px; }
  @media (min-width: 768px) {
    .ce_toplink {
      margin-left: 12px; } }
  @media (min-width: 992px) {
    .ce_toplink {
      display: none; } }
.ce_text ul {
  padding-left: 1px;
  margin-bottom: 0; }

.ce_text li {
  list-style-type: none;
  position: relative;
  padding-left: 15px; }

.ce_text li:before {
  content: url("/files/digenio-theme/theme/img/icons/arrowps2.png");
  font-size: 15px;
  position: absolute;
  top: 1px;
  left: 0; }

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

img {
  width: 100%;
  height: auto; }

button:focus {
  outline: none !important; }

iframe {
  width: 100%;
  border: none; }

figure, .image_container {
  margin: 0; }

.no-responsive {
  width: inherit;
  height: inherit; }
  .no-responsive img {
    width: inherit;
    height: inherit; }

.background-element {
  display: none; }

.back {
  display: none; }

.navbar li {
  padding-left: inherit;
  position: inherit; }

.navbar li:before {
  position: inherit;
  content: "";
  font-size: inherit; }

.btn {
  transition: none; }

.corner {
  position: absolute;
  left: 15px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 60px 0 0;
  border-color: #9bcdfe transparent transparent transparent; }

.galerie a:before, .galerie a::before {
  content: "Galerie";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  padding: 15px;
  color: #ffffff;
  background-color: rgba(155, 205, 254, 0.75); }

.galerie a:after, .galerie a::after {
  position: absolute;
  right: 15px;
  top: 0; }

.link-gfx {
  position: relative;
  padding-left: 15px !important;
  display: inline-block; }

.link-gfx:before {
  content: url("/files/digenio-theme/theme/img/icons/linksymbol.png");
  font-size: 15px;
  position: absolute;
  top: 9px;
  left: -7px; }

.syndication {
  padding: 5px;
  background-color: #eee;
  display: none;
  margin-top: 15px;
  margin-bottom: 15px; }
  .syndication img {
    width: 32px;
    height: auto; }

.ce_downloads li {
  padding-left: 0;
  width: 100%;
  margin-bottom: 15px;
  position: relative; }
  .ce_downloads li::before {
    content: ''; }
  .ce_downloads li a {
    display: block;
    width: 100%;
    padding: 18px 5px;
    background-color: #ddeefe;
    color: #000;
    position: relative;
    padding-left: 65px; }
    .ce_downloads li a::before {
      content: url("/files/digenio-theme/theme/img/icons/icon_download_sm2.png");
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      background: #000;
      padding-top: 3px;
      padding-left: 3px;
      padding-right: 3px; }

.link-sign {
  position: relative;
  display: inline-block; }

.link-sign a:after {
  content: "\00BB";
  font-size: 18px;
  position: absolute;
  top: 5px;
  right: -16px;
  color: #ffffff; }

.link-icon-link {
  display: flex;
  cursor: pointer;
  margin: 0; }
  .link-icon-link .ce_text {
    background-color: rgba(155, 205, 254, 0.75);
    width: 100%;
    text-align: center;
    padding: 11px; }
  .link-icon-link img {
    width: auto;
    height: 100%; }
  .link-icon-link a, .link-icon-link a:active, .link-icon-link a:hover, .link-icon-link a:visited {
    text-decoration: none;
    color: #ffffff;
    font-size: 20px; }

.login_info {
  display: none; }

.freespace {
  height: 20%;
  border: none !important; }
  @media (min-width: 768px) {
    .freespace {
      height: 60%; } }
.countdown_content {
  color: #ff1000; }

.mod_eventlist {
  padding: 15px 15px; }
  .mod_eventlist .ce_text {
    padding-left: 0;
    padding-right: 0; }
  .mod_eventlist .layout_full {
    margin-top: 30px; }
  .mod_eventlist .event-right {
    padding-left: 5px; }
  .mod_eventlist .event-date {
    background-color: #9bcdfe;
    text-align: center;
    padding: 15px 5px;
    height: 100%;
    font-size: 18px;
    color: #ffffff; }
    @media (min-width: 768px) {
      .mod_eventlist .event-date {
        padding: 15px 15px; } }
    @media (min-width: 992px) {
      .mod_eventlist .event-date {
        padding: 15px 30px; } }
    .mod_eventlist .event-date time {
      font-weight: bold; }
  .mod_eventlist .event-headline {
    background-color: #ddeefe;
    text-align: left;
    padding: 15px 15px;
    height: 100%; }
    @media (min-width: 768px) {
      .mod_eventlist .event-headline {
        padding: 15px 30px; } }
  .mod_eventlist .event-data, .mod_eventlist .event-enclosure {
    margin-top: 5px;
    background-color: #ddeefe;
    font-size: 14px;
    padding: 15px 30px; }
  .mod_eventlist hr {
    margin-top: 30px; }

#footer {
  width: 100%;
  color: #f2f2f2;
  background-color: #333333;
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 15px; }
  #footer #footer-content {
    padding: 15px; }
  #footer .mod_navigation {
    padding-bottom: 15px;
    padding-left: 5px; }
    @media (min-width: 992px) {
      #footer .mod_navigation {
        padding-bottom: 0;
        padding-left: 0; } }
  #footer .ce_text {
    font-size: 12px;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px; }
    @media (min-width: 768px) {
      #footer .ce_text {
        padding-left: 15px;
        padding-right: 15px; } }
  #footer .container-fluid {
    padding: 0; }
  #footer a, #footer strong {
    color: #f2f2f2;
    text-transform: uppercase; }
  #footer nav ul {
    margin: 0;
    padding: 0; }
  #footer nav li {
    margin-bottom: .5em; }
  #footer nav a, #footer nav strong {
    font-weight: 400; }
  #footer .nav-item {
    margin-top: 5px; }
  #footer .nav-link, #footer .navlink {
    font-size: 12px;
    padding: 2px 0;
    font-weight: bold;
    margin-bottom: 5px; }

h1, .h1, h1.ce_headline {
  font-size: 20px;
  font-family: "ErasITCbyBT-Ultra", Times, Georgia, serif !important; }
  @media (min-width: 575px) {
    h1, .h1, h1.ce_headline {
      font-size: 20px; } }
  @media (min-width: 768px) {
    h1, .h1, h1.ce_headline {
      font-size: 20px; } }
  @media (min-width: 992px) {
    h1, .h1, h1.ce_headline {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    h1, .h1, h1.ce_headline {
      font-size: 20px; } }
h2, .h2, h2.ce_headline {
  font-size: 22px;
  font-family: "ErasITCbyBT-Ultra", Times, Georgia, serif !important; }
  @media (min-width: 575px) {
    h2, .h2, h2.ce_headline {
      font-size: 22px; } }
  @media (min-width: 768px) {
    h2, .h2, h2.ce_headline {
      font-size: 22px; } }
  @media (min-width: 992px) {
    h2, .h2, h2.ce_headline {
      font-size: 22px; } }
  @media (min-width: 1200px) {
    h2, .h2, h2.ce_headline {
      font-size: 22px; } }
h3, .h3, h3.ce_headline {
  font-size: 20px;
  font-family: "ErasITCbyBT-Ultra", Times, Georgia, serif !important; }
  @media (min-width: 575px) {
    h3, .h3, h3.ce_headline {
      font-size: 20px; } }
  @media (min-width: 768px) {
    h3, .h3, h3.ce_headline {
      font-size: 20px; } }
  @media (min-width: 992px) {
    h3, .h3, h3.ce_headline {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    h3, .h3, h3.ce_headline {
      font-size: 20px; } }
h4, .h4, h4.ce_headline {
  font-size: 18px;
  font-family: "ErasITCbyBT-Ultra", Times, Georgia, serif !important; }
  @media (min-width: 575px) {
    h4, .h4, h4.ce_headline {
      font-size: 18px; } }
  @media (min-width: 768px) {
    h4, .h4, h4.ce_headline {
      font-size: 18px; } }
  @media (min-width: 992px) {
    h4, .h4, h4.ce_headline {
      font-size: 18px; } }
  @media (min-width: 1200px) {
    h4, .h4, h4.ce_headline {
      font-size: 18px; } }
h5, .h5, h5.ce_headline {
  font-size: 17px;
  font-family: "ErasITCbyBT-Ultra", Times, Georgia, serif !important; }
  @media (min-width: 575px) {
    h5, .h5, h5.ce_headline {
      font-size: 17px; } }
  @media (min-width: 768px) {
    h5, .h5, h5.ce_headline {
      font-size: 17px; } }
  @media (min-width: 992px) {
    h5, .h5, h5.ce_headline {
      font-size: 17px; } }
  @media (min-width: 1200px) {
    h5, .h5, h5.ce_headline {
      font-size: 17px; } }
h6, .h6, h6.ce_headline {
  font-size: 14px;
  font-family: "ErasITCbyBT-Ultra", Times, Georgia, serif !important; }
  @media (min-width: 575px) {
    h6, .h6, h6.ce_headline {
      font-size: 14px; } }
  @media (min-width: 768px) {
    h6, .h6, h6.ce_headline {
      font-size: 14px; } }
  @media (min-width: 992px) {
    h6, .h6, h6.ce_headline {
      font-size: 14px; } }
  @media (min-width: 1200px) {
    h6, .h6, h6.ce_headline {
      font-size: 14px; } }
.handwriting, .handwriting.ce_text, .handwriting.ce_headline {
  font-family: "Satisfy", cursive !important;
  border: none; }

.ce_form, .mod_login {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 15px;
  margin-left: 15px;
  margin-right: 15px; }
  .ce_form .form-control, .mod_login .form-control {
    background-color: #ffffff; }
  .ce_form .form-control:focus, .mod_login .form-control:focus {
    box-shadow: none;
    border: 1px solid #9bcdfe; }
  .ce_form .btn-primary, .mod_login .btn-primary {
    display: block;
    color: #ffffff;
    padding: 5px 10px;
    border: none;
    border-radius: 0;
    font-weight: bold; }
  .ce_form .custom-control-label::before:focus, .ce_form .custom-control-label::before:active, .ce_form .custom-file-label:focus, .ce_form .custom-file-label:active, .ce_form .custom-select:focus, .ce_form .custom-select:active, .mod_login .custom-control-label::before:focus, .mod_login .custom-control-label::before:active, .mod_login .custom-file-label:focus, .mod_login .custom-file-label:active, .mod_login .custom-select:focus, .mod_login .custom-select:active {
    box-shadow: none; }
  .ce_form .btn.focus, .ce_form .btn:focus, .ce_form .form-control.active, .ce_form .form-control:active, .mod_login .btn.focus, .mod_login .btn:focus, .mod_login .form-control.active, .mod_login .form-control:active {
    box-shadow: none; }
  .ce_form .widget-submit, .mod_login .widget-submit {
    position: inherit;
    bottom: 0; }
  .ce_form .btn.focus, .ce_form .btn:focus, .ce_form .form-control.active, .ce_form .form-control:active, .mod_login .btn.focus, .mod_login .btn:focus, .mod_login .form-control.active, .mod_login .form-control:active {
    box-shadow: none; }
  .ce_form .invisible, .mod_login .invisible {
    display: none; }
  .ce_form a, .ce_form a:link, .mod_login a, .mod_login a:link {
    text-decoration: underline;
    color: #000000; }
  .ce_form .btn-primary, .mod_login .btn-primary {
    background-color: #9bcdfe;
    border-color: #9bcdfe;
    line-height: 1.2;
    font-size: 20px;
    transition: none; }
  .ce_form .btn-primary.focus, .ce_form .btn-primary:focus, .mod_login .btn-primary.focus, .mod_login .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 238, 254, 0.5) !important; }
  .ce_form .btn:hover, .ce_form .btn-primary:hover, .mod_login .btn:hover, .mod_login .btn-primary:hover {
    background-color: #cde6ff;
    border-color: #cde6ff; }

.ui-datepicker-trigger {
  margin-left: 5px;
  width: 30px;
  height: auto;
  padding-bottom: 5px; }

.form-flex-number {
  display: flex; }
  .form-flex-number label {
    line-height: 1.8; }
  .form-flex-number select {
    width: 80px;
    margin-left: 15px; }

.form-radio-flex .custom-controls-stacked {
  display: flex; }
  .form-radio-flex .custom-controls-stacked .custom-radio {
    margin-right: 15px; }

.g-recaptcha {
  margin-bottom: 15px; }

.searchform input {
  max-width: 500px; }

.searchform label {
  width: 150px; }

.searchareal {
  padding: 15px;
  background: #eee;
  border-radius: 5px; }

form.nvhr {
  padding: 10px 15px;
  position: relative;
  color: #000; }
  form.nvhr button {
    display: block;
    border: 0;
    padding: 10px 15px;
    background-color: #ddeefe;
    width: 100%;
    text-align: left; }
    form.nvhr button:hover {
      background-color: #9bcdfe;
      color: #fff; }

#header .inside {
  background-color: #f2f2f2; }

#header-content {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 300;
  width: 100%;
  padding: 0; }
  @media (min-width: 992px) {
    #header-content {
      position: inherit; } }
  #header-content .row {
    margin-left: 0;
    margin-right: 0; }
  #header-content .ce_text {
    padding: 0; }
  #header-content .ce_hyperlink {
    padding: 0.5rem 0;
    margin-left: 13px; }
  #header-content h6 {
    font-size: 1.7rem;
    font-weight: bold;
    margin: 0; }
  #header-content p {
    margin: 0; }
  #header-content .container-fluid {
    padding: 0; }
  #header-content img {
    width: inherit;
    height: inherit; }
  #header-content .header-icons {
    margin-top: 1%;
    display: flex;
    cursor: pointer; }
    #header-content .header-icons p {
      margin-top: 3px;
      margin-left: 3px; }
    #header-content .header-icons a {
      text-decoration: none;
      color: #000; }
  @media (min-width: 992px) {
    #header-content .header-headerrow {
      padding-top: 5px;
      padding-bottom: 5px; } }
  #header-content .header-claim h6 {
    font-size: 1.2rem; }
  #header-content .header-claim p {
    font-size: 18px;
    margin-top: -5px; }
  @media (min-width: 768px) {
    #header-content .header-claim h6 {
      font-size: 1.0rem; }
    #header-content .header-claim p {
      font-size: 11px;
      margin-top: -5px; } }
  @media (min-width: 992px) {
    #header-content .header-claim h6 {
      font-size: 1.1rem; }
    #header-content .header-claim p {
      font-size: 16px;
      margin-top: -5px; } }
  @media (min-width: 1200px) {
    #header-content .header-claim h6 {
      font-size: 1.3rem; }
    #header-content .header-claim p {
      font-size: 18px;
      margin-top: -5px; } }
  #header-content #headerlogo {
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    margin-left: 0; }
    @media (min-width: 992px) {
      #header-content #headerlogo {
        padding-top: 10px; } }
  #header-content .header-headerrow {
    background-color: #9bcdfe; }
    #header-content .header-headerrow .ce_text, #header-content .header-headerrow a, #header-content .header-headerrow .ce_link {
      color: #ffffff; }
    #header-content .header-headerrow .hyperlink_txt {
      font-weight: bold; }
  #header-content .header-headline {
    font-family: "ErasITCbyBT-Ultra", Times, Georgia, serif !important;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      #header-content .header-headline {
        padding-right: 5px; } }
    @media (min-width: 1200px) {
      #header-content .header-headline {
        padding-left: 81px; } }
    #header-content .header-headline .ce_text {
      margin: 0; }
  #header-content .header-left {
    background-color: #ddeefe; }
    @media (min-width: 992px) {
      #header-content .header-left {
        background-color: #9bcdfe; } }
    #header-content .header-left #headerlogo img {
      width: 48px;
      height: auto; }
      @media (min-width: 992px) {
        #header-content .header-left #headerlogo img {
          width: 100%; } }
      @media (min-width: 992px) {
        #header-content .header-left #headerlogo img {
          width: inherit;
          height: inherit; } }
    @media (min-width: 992px) {
      #header-content .header-left .navbar {
        display: none; } }
  #header-content .header-right {
    background-color: #9bcdfe; }
    @media (min-width: 992px) {
      #header-content .header-right {
        background-color: #ddeefe; } }
    #header-content .header-right .header-mobile-claim {
      color: #ffffff; }
      @media (min-width: 992px) {
        #header-content .header-right .header-mobile-claim {
          display: none; } }
    #header-content .header-right .header-mobile-claim.onlyhome {
      font-size: 13px; }
      @media (min-width: 575px) {
        #header-content .header-right .header-mobile-claim.onlyhome {
          font-size: 14px; } }
    @media (min-width: 992px) {
      #header-content .header-right .navbar {
        display: none; } }
    #header-content .header-right .mod_changelanguage {
      display: none; }
      @media (min-width: 992px) {
        #header-content .header-right .mod_changelanguage {
          display: block; } }
  #header-content .header-forum {
    font-family: "Open Sans", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important; }
    @media (min-width: 575px) {
      #header-content .header-forum .ce_hyperlink {
        margin-left: 25px; } }
    @media (min-width: 768px) {
      #header-content .header-forum .ce_hyperlink {
        margin-left: 41px; } }
    @media (min-width: 992px) {
      #header-content .header-forum .ce_hyperlink {
        margin-left: 0; } }
  #header-content .header-member {
    font-family: "Open Sans", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important; }
  @media (min-width: 992px) {
    #header-content .header-flags {
      display: none; } }
  #header-content .header-flags .mod_changelanguage ul {
    position: inherit;
    z-index: 0; }
  #header-content .logo-fixed {
    position: fixed; }
  #header-content .mob-header-flags {
    display: flex; }
  @media (min-width: 991px) {
    #header-content .mob-header-flags {
      display: none; } }
  #header-content .mod_changelanguage {
    display: inline-block;
    position: relative; }
    #header-content .mod_changelanguage ul {
      background-color: transparent;
      padding: 10px 10px;
      text-align: center;
      display: flex;
      z-index: 400;
      margin: 0;
      line-height: 0; }
    #header-content .mod_changelanguage li a,
    #header-content .mod_changelanguage li strong {
      background-size: cover;
      background-repeat: no-repeat;
      width: 40px;
      height: 30px;
      display: inline-block; }
    #header-content .mod_changelanguage li > a,
    #header-content .mod_changelanguage li > strong {
      line-height: 0;
      font-size: 0;
      text-indent: -99999px;
      display: block;
      width: 40px;
      height: 30px; }
    #header-content .mod_changelanguage li {
      opacity: .5;
      margin-left: 12px; }
    #header-content .mod_changelanguage li.active {
      opacity: 1; }
    #header-content .mod_changelanguage a.lang-de, #header-content .mod_changelanguage strong.lang-de {
      background-image: url(../../../../../files/digenio-theme/theme/img/icons/de.svg); }
    #header-content .mod_changelanguage a.lang-en, #header-content .mod_changelanguage strong.lang-en {
      background-image: url(../../../../../files/digenio-theme/theme/img/icons/en.svg); }

/* Main Menu Toggle */
#nav_mobile_trigger a {
  width: 35px;
  height: 35px;
  right: 10px;
  top: 10px;
  position: absolute;
  display: none;
  background: url("../../../../../files/digenio-theme/theme/img/icons/mmenu.svg") center center no-repeat; }

@media (max-width: 991px) {
  #nav_mobile_trigger a {
    display: block; } }

.modal {
  padding-left: 6% !important;
  padding-right: 6% !important;
  padding-top: 10%;
  padding-bottom: 10%;
  margin-bottom: 5%; }

.modal::-webkit-scrollbar {
  display: none; }

.modal-header, .modal-body {
  padding: 10px 10px; }
  @media (min-width: 768px) {
    .modal-header, .modal-body {
      padding: 25px 50px; } }
.navbar .image_container {
  margin: 0;
  padding: 0; }

.navbar .nav {
  text-decoration: none; }
  @media (max-width: 767px) {
    .navbar .nav {
      display: block; } }
@media (max-width: 767px) {
  .navbar .nav-item {
    text-align: center;
    background-color: transparent;
    margin: 5px 0;
    border-radius: 0; } }

.navbar .nav-link {
  text-decoration: none; }

.navbar a, .navbar a:hover, .navbar a:visited, .navbar a:link {
  text-decoration: none;
  font-weight: normal; }

.navbar a {
  color: #000000;
  font-size: 16px;
  font-family: "Open Sans", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important; }

.navbar a:hover {
  color: #919191; }

.navbar .active {
  font-weight: bold;
  color: #000000; }
  .navbar .active .nav-link {
    color: #000000; }

.navbar .navbar-toggler {
  color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
  padding: .25rem .5rem;
  border: 2px solid;
  border-radius: .15rem; }

.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-collapse.show .nav-item, .navbar-collapse.collapsing .nav-item {
  width: 100%; }

#left .navbar, #right .navbar {
  padding: 0;
  height: 100%;
  display: block;
  padding-top: 5px; }

#left .mod_navigation, #left .nav, #left .nav-item, #right .mod_navigation, #right .nav, #right .nav-item {
  width: 100%; }

#left .nav-item, #right .nav-item {
  background-color: transparent; }

#left .subnav-item, #right .subnav-item {
  background: #9bcdfe;
  text-align: right;
  color: #fff; }
  #left .subnav-item .nav-link, #right .subnav-item .nav-link {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff; }
  #left .subnav-item .nav-link span::after, #right .subnav-item .nav-link span::after {
    color: #fff; }

#left .nav-item.subnav-item:hover, #right .nav-item.subnav-item:hover {
  background-color: #ddeefe; }
  #left .nav-item.subnav-item:hover .nav-link, #right .nav-item.subnav-item:hover .nav-link {
    color: #000000; }
  #left .nav-item.subnav-item:hover .nav-link span:after, #right .nav-item.subnav-item:hover .nav-link span:after {
    color: #000000; }

#left .nav-item.active, #right .nav-item.active {
  background-color: #ddeefe; }

#left .nav-item:hover, #right .nav-item:hover {
  background-color: #9bcdfe; }
  #left .nav-item:hover .nav-link, #right .nav-item:hover .nav-link {
    color: #ffffff; }
  #left .nav-item:hover .nav-link span:after, #right .nav-item:hover .nav-link span:after {
    color: #ffffff; }

#left .nav-item:last-child, #right .nav-item:last-child {
  border: 0; }

#left .nav-link, #right .nav-link {
  padding: 0.6rem 2rem 0.6rem 1rem;
  text-transform: uppercase; }

#left .nav-link span, #right .nav-link span {
  position: relative; }

#left .nav-link span::after, #right .nav-link span::after {
  content: "\00BB";
  font-size: 15px;
  position: absolute;
  top: -4px;
  right: -13px;
  color: #555555; }

#left a, #right a {
  font-size: 14px;
  font-weight: bold; }

#left .navbar-collapse.show, #left .navbar-collapse.collapsing, #right .navbar-collapse.show, #right .navbar-collapse.collapsing {
  position: fixed;
  top: 55px;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #9bcdfe; }
  #left .navbar-collapse.show .nav-item, #left .navbar-collapse.collapsing .nav-item, #right .navbar-collapse.show .nav-item, #right .navbar-collapse.collapsing .nav-item {
    width: 100%;
    border-top: 1px solid #222; }
  #left .navbar-collapse.show .nav-link, #left .navbar-collapse.collapsing .nav-link, #right .navbar-collapse.show .nav-link, #right .navbar-collapse.collapsing .nav-link {
    padding: 6px 0;
    font-size: 16px; }

.mainnavi ul {
  margin: 0;
  padding: 0; }

.mainnavi li {
  list-style-type: none;
  position: relative;
  padding: 0.4rem 2rem 0.4rem 1rem; }

.mainnavi a, .mainnavi strong {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  display: block;
  color: #000; }

.mainnavi li.active, .mainnavi li:hover {
  background-color: #ddeefe; }

#header .navbar {
  display: block;
  padding: 0;
  padding-top: 7px;
  padding-bottom: 7px; }
  @media (min-width: 768px) {
    #header .navbar {
      text-align: center; } }
#header .navbar-toggler {
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px; }

@media (max-width: 991px) {
  #header .navbar .container {
    position: fixed;
    z-index: 300;
    top: 96px;
    margin-top: 1px;
    padding-bottom: 3px;
    left: 0;
    right: 0; } }

#header .navbar-collapse.show, #header .navbar-collapse.collapsing {
  position: fixed;
  top: 58px;
  width: 100%;
  margin-top: 0;
  padding-bottom: 3px; }
  #header .navbar-collapse.show .mod_navigation, #header .navbar-collapse.collapsing .mod_navigation {
    margin-left: auto;
    background-color: #ddeefe;
    width: 100%; }
  #header .navbar-collapse.show .nav-item, #header .navbar-collapse.collapsing .nav-item {
    width: 100%;
    border-bottom: 1px solid #777;
    margin: 0; }
  #header .navbar-collapse.show .nav-link, #header .navbar-collapse.collapsing .nav-link {
    padding: 4px 0;
    font-size: 14px;
    font-weight: bold; }
  #header .navbar-collapse.show .nav-item.active, #header .navbar-collapse.collapsing .nav-item.active {
    background: #4ba2f7;
    border-bottom: none; }
    #header .navbar-collapse.show .nav-item.active .nav-link, #header .navbar-collapse.collapsing .nav-item.active .nav-link {
      font-weight: bold;
      color: #fff; }
  #header .navbar-collapse.show .subnav-item, #header .navbar-collapse.collapsing .subnav-item {
    border-bottom: none;
    background: #9bcdfe;
    color: #fff; }
    #header .navbar-collapse.show .subnav-item .nav-link, #header .navbar-collapse.collapsing .subnav-item .nav-link {
      font-size: 16px;
      padding-top: 5px;
      padding-bottom: 5px;
      color: #fff; }
    #header .navbar-collapse.show .subnav-item .nav-link span::after, #header .navbar-collapse.collapsing .subnav-item .nav-link span::after {
      color: #fff; }
  #header .navbar-collapse.show .subnav-item:last-of-type, #header .navbar-collapse.collapsing .subnav-item:last-of-type {
    border-bottom: 1px solid #777; }

.mod_newslist {
  width: 100%; }
  .mod_newslist .row {
    margin-right: 0;
    margin-left: 0; }
  .mod_newslist .row > .col, .mod_newslist .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }
  .mod_newslist .layout_latest.closed {
    height: 224px; }
    @media (min-width: 768px) {
      .mod_newslist .layout_latest.closed {
        height: inherit; } }
  .mod_newslist .layout_latest.homeshort {
    background-color: #ddeefe;
    padding: 15px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .mod_newslist .layout_latest.homeshort h1, .mod_newslist .layout_latest.homeshort h2, .mod_newslist .layout_latest.homeshort h3, .mod_newslist .layout_latest.homeshort h4, .mod_newslist .layout_latest.homeshort h5, .mod_newslist .layout_latest.homeshort h6 {
      margin: 0; }
      @media (max-width: 767px) {
        .mod_newslist .layout_latest.homeshort h1, .mod_newslist .layout_latest.homeshort h2, .mod_newslist .layout_latest.homeshort h3, .mod_newslist .layout_latest.homeshort h4, .mod_newslist .layout_latest.homeshort h5, .mod_newslist .layout_latest.homeshort h6 {
          font-size: 18px; } }
      .mod_newslist .layout_latest.homeshort h1 a, .mod_newslist .layout_latest.homeshort h1 a:link, .mod_newslist .layout_latest.homeshort h2 a, .mod_newslist .layout_latest.homeshort h2 a:link, .mod_newslist .layout_latest.homeshort h3 a, .mod_newslist .layout_latest.homeshort h3 a:link, .mod_newslist .layout_latest.homeshort h4 a, .mod_newslist .layout_latest.homeshort h4 a:link, .mod_newslist .layout_latest.homeshort h5 a, .mod_newslist .layout_latest.homeshort h5 a:link, .mod_newslist .layout_latest.homeshort h6 a, .mod_newslist .layout_latest.homeshort h6 a:link {
        color: #000000; }
    .mod_newslist .layout_latest.homeshort .more {
      width: 100%;
      margin-top: 5px; }
      @media (min-width: 768px) {
        .mod_newslist .layout_latest.homeshort .more {
          width: inherit;
          margin-top: inherit; } }
    .mod_newslist .layout_latest.homeshort .more a {
      width: 100%;
      position: relative;
      background-color: #9bcdfe;
      padding: 9px 15px;
      padding-left: 30px;
      color: #fff;
      font-size: 15px;
      font-weight: bold;
      text-transform: uppercase;
      display: inline-block; }
      @media (min-width: 768px) {
        .mod_newslist .layout_latest.homeshort .more a {
          width: inherit; } }
    .mod_newslist .layout_latest.homeshort .more a::before {
      content: url("/files/digenio-theme/theme/img/icons/linksymbol.png");
      font-size: 15px;
      position: absolute;
      top: 9px;
      left: 10px; }
  .mod_newslist .layout_latest.home {
    border-top: 15px solid #9bcdfe;
    border-left: 15px solid #9bcdfe;
    border-right: 15px solid #9bcdfe;
    border-bottom: none;
    overflow: hidden;
    transition: all 1s; }
    @media (min-width: 768px) {
      .mod_newslist .layout_latest.home {
        border-bottom: 15px solid #9bcdfe; } }
    .mod_newslist .layout_latest.home .ce_text {
      font-size: 14px;
      padding-top: 0;
      padding-bottom: 0; }
    .mod_newslist .layout_latest.home h5 {
      padding-top: 15px;
      padding-left: 15px; }
    .mod_newslist .layout_latest.home .news-bottom {
      position: relative; }
      .mod_newslist .layout_latest.home .news-bottom .more {
        display: none; }
        @media (min-width: 768px) {
          .mod_newslist .layout_latest.home .news-bottom .more {
            display: block; } }
    .mod_newslist .layout_latest.home .info {
      background-color: #ddeefe;
      font-size: 14px;
      display: inline-block;
      padding: 8px 15px;
      width: 100%; }
      @media (min-width: 768px) {
        .mod_newslist .layout_latest.home .info {
          width: inherit; } }
    .mod_newslist .layout_latest.home .more {
      text-align: right;
      position: absolute;
      right: 0;
      bottom: -4px;
      z-index: 100; }
    .mod_newslist .layout_latest.home .more a {
      position: relative;
      background-color: #9bcdfe;
      padding: 9px 15px;
      padding-left: 30px;
      color: #fff;
      font-size: 15px;
      font-weight: bold;
      text-transform: uppercase;
      display: inline-block; }
  .mod_newslist .mobile-opener {
    text-align: left;
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #9bcdfe;
    padding-left: 15px; }
    @media (min-width: 575px) {
      .mod_newslist .mobile-opener {
        text-align: center; } }
    @media (min-width: 768px) {
      .mod_newslist .mobile-opener {
        display: none; } }
    .mod_newslist .mobile-opener .more {
      position: absolute;
      right: 15px;
      top: -2px; }
    .mod_newslist .mobile-opener .more {
      text-align: right;
      position: absolute;
      z-index: 100; }
    .mod_newslist .mobile-opener .more a {
      background-color: #ddeefe;
      padding: 9px 15px;
      color: #000;
      font-size: 15px;
      font-weight: bold;
      text-transform: uppercase;
      display: inline-block; }
    .mod_newslist .mobile-opener #newstoggler {
      display: inline-block;
      background-color: #ddeefe;
      color: #000;
      cursor: pointer;
      padding: 4px 30px;
      position: relative;
      top: -2px;
      text-align: center; }
      .mod_newslist .mobile-opener #newstoggler img {
        width: 80%; }
  .mod_newslist .layout_full h5 {
    padding: 15px;
    background-color: #9bcdfe;
    color: #ffffff; }
  .mod_newslist .layout_full .ce_text {
    background-color: #ddeefe;
    margin-bottom: 5px; }
  .mod_newslist .layout_full .info {
    padding: 15px;
    background-color: #ddeefe; }
  .mod_newslist .layout_full .more {
    display: none; }

#main {
  width: 100%;
  height: 100%;
  padding: 0; }
  @media (min-width: 992px) {
    #main {
      padding-top: 0;
      width: 70%;
      height: 100%; } }
  @media (min-width: 1200px) {
    #main {
      width: 73%;
      height: 100%; } }
.container {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* nativer Video Player */
video {
  width: 100%; }

.video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.video_container a {
  display: block; }

.video_container > div a {
  position: absolute;
  width: 100%;
  height: 100%; }

.video_container .responsive a:before {
  background: url(../../../../../files/digenio-theme/theme/img/icons/youtube.svg) no-repeat center center;
  height: 15%;
  width: 15%;
  line-height: 0;
  font-size: 0;
  left: 50%;
  margin: -10% 0 0 -10%;
  position: absolute;
  content: " ";
  top: 55%;
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 1; }

.video_container > div a:hover:before {
  background: url(../../../../../files/digenio-theme/theme/img/icons/youtube_h.svg) no-repeat center center; }

.video_container a img {
  display: block;
  width: 100%; }

.video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* end nativer Video Player */
.panelgallery.card {
  background-color: #ddeefe !important;
  margin-top: 15px; }
  .panelgallery.card .btn {
    font-size: 1.5rem !important;
    border: 0; }
  .panelgallery.card .btn.focus, .panelgallery.card .btn:focus {
    box-shadow: none !important; }
  .panelgallery.card .card-body {
    background-color: #fff;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #ccc; }

.ce_bs_panel_start {
  margin: 0;
  background-color: #9bcdfe;
  color: #000; }
  .ce_bs_panel_start .btn:hover, .ce_bs_panel_start .btn-primary:hover {
    background-color: transparent !important;
    border: none;
    color: #9bcdfe;
    box-shadow: none !important; }
  .ce_bs_panel_start .btn.focus, .ce_bs_panel_start .btn:focus {
    box-shadow: none !important; }
  .ce_bs_panel_start .ce_text {
    background-color: transparent; }
  .ce_bs_panel_start .collapse.show {
    border: 1px solid #ddd;
    border-top: none; }
  .ce_bs_panel_start .collapsing {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee; }
  .ce_bs_panel_start .card-header {
    cursor: pointer;
    padding: 0;
    position: relative; }
    .ce_bs_panel_start .card-header .btn {
      color: #000;
      width: 100%;
      text-align: left;
      border-radius: 0;
      padding: 13px !important;
      border: 0; }
    .ce_bs_panel_start .card-header .btn-link:hover, .ce_bs_panel_start .card-header .btn-link.focus, .ce_bs_panel_start .card-header .btn-link:focus {
      text-decoration: none; }
  .ce_bs_panel_start .card-body {
    background-color: #eee; }
  .ce_bs_panel_start a, .ce_bs_panel_start a:active, .ce_bs_panel_start a:hover, .ce_bs_panel_start a:visited {
    text-decoration: none;
    color: #ddeefe; }

.panel-link-icon {
  margin-top: 1%;
  display: flex;
  cursor: pointer;
  justify-content: flex-end;
  margin-right: -1.25rem;
  margin-bottom: -1.25rem; }
  .panel-link-icon p {
    margin-top: 3px;
    margin-left: 3px; }
  .panel-link-icon a, .panel-link-icon a:active, .panel-link-icon a:hover, .panel-link-icon a:visited {
    text-decoration: none;
    color: #ffffff; }

.ce_bs_panel_start.card {
  border: none;
  border-radius: 0; }

.mod_search_alt .widget-submit {
  line-height: 0; }

.mod_search_alt .widget-submit button {
  background-size: cover;
  width: 33px;
  height: 33px;
  border: 0;
  cursor: pointer; }

.mod_search_alt .widget {
  float: left; }

.mod_search_alt [type="search"] {
  outline-offset: 0;
  -webkit-appearance: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid black;
  height: 33px;
  margin-left: 5px; }

.mod_search_alt .search-text {
  width: 60%; }
  .mod_search_alt .search-text input {
    width: 100%; }

#left, #right {
  background-color: #FFFFFF;
  color: #000000;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 95px; }
  @media (min-width: 992px) {
    #left, #right {
      margin-top: 0; } }
  #left .inside, #right .inside {
    border-right: 1px solid #ddd; }

#sidebar-content {
  display: none; }
  @media (min-width: 992px) {
    #sidebar-content {
      display: block; } }
#sidebar-content {
  padding-top: 30px; }
  #sidebar-content .navbar {
    background-color: #FFFFFF !important; }

#sidebar-content .sublinks, #sidebar-content .sublinks.first, #sidebar-content .sublinks.last, #sidebar-content .sublinks.first.last {
  min-height: inherit !important;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 15px; }
  @media (min-width: 992px) {
    #sidebar-content .sublinks, #sidebar-content .sublinks.first, #sidebar-content .sublinks.last, #sidebar-content .sublinks.first.last {
      min-height: inherit !important;
      padding-top: 15px;
      padding-right: 10px;
      padding-bottom: 60px;
      padding-left: 30px;
      border-top: 1px solid #999; }
      #sidebar-content .sublinks .ce_hyperlink, #sidebar-content .sublinks.first .ce_hyperlink, #sidebar-content .sublinks.last .ce_hyperlink, #sidebar-content .sublinks.first.last .ce_hyperlink {
        padding-bottom: 10px; }
      #sidebar-content .sublinks a, #sidebar-content .sublinks.first a, #sidebar-content .sublinks.last a, #sidebar-content .sublinks.first.last a {
        color: #000;
        position: relative;
        font-size: 13px; }
      #sidebar-content .sublinks a:after, #sidebar-content .sublinks.first a:after, #sidebar-content .sublinks.last a:after, #sidebar-content .sublinks.first.last a:after {
        content: "\00BB";
        font-size: 18px;
        position: absolute;
        top: -6px;
        right: -16px;
        color: #000; } }
.page-home #main {
  /* CE_Slider */
  /* CE_Slider */
  /* RockSolid Slider */
  /* RockSolid Slider */ }
  .page-home #main .ce_sliderStart, .page-home #main .content-slider, .page-home #main .slider-wrapper, .page-home #main .ce_image, .page-home #main .slider-wrapper .image_container, .page-home #main .slider-wrapper .ce_image {
    height: 100%; }
  .page-home #main .ce_sliderStart .ce_image {
    width: 100%; }
    .page-home #main .ce_sliderStart .ce_image img {
      height: 100%;
      width: auto; }
  .page-home #main .ce_sliderStart .slider-control {
    display: none; }
  .page-home #main .mod_rocksolid_slider img {
    margin: 0 !important; }
  @media (min-width: 992px) {
    .page-home #main .mod_rocksolid_slider {
      width: 100%;
      height: 260px; }
      .page-home #main .mod_rocksolid_slider .rsts-skin-default.rsts-type-fade .rsts-slide {
        background-color: transparent; }
      .page-home #main .mod_rocksolid_slider .rsts-view, .page-home #main .mod_rocksolid_slider .rsts-crop, .page-home #main .mod_rocksolid_slider .rsts-slides, .page-home #main .mod_rocksolid_slider .rsts-slide-image, .page-home #main .mod_rocksolid_slider .rsts-slide-image div {
        width: 100% !important;
        height: 100% !important; }
        .page-home #main .mod_rocksolid_slider .rsts-view img, .page-home #main .mod_rocksolid_slider .rsts-crop img, .page-home #main .mod_rocksolid_slider .rsts-slides img, .page-home #main .mod_rocksolid_slider .rsts-slide-image img, .page-home #main .mod_rocksolid_slider .rsts-slide-image div img {
          width: 100% !important;
          height: auto !important; } }
#header {
  /* RockSolid Slider */
  /* RockSolid Slider */ }
  #header .mod_rocksolid_slider {
    margin-top: 95px;
    margin-bottom: -95px; }
    #header .mod_rocksolid_slider img {
      margin: 0 !important; }
    @media (min-width: 992px) {
      #header .mod_rocksolid_slider {
        width: 100%;
        height: 150px;
        margin-top: 0;
        margin-bottom: 0; }
        #header .mod_rocksolid_slider .rsts-skin-default.rsts-type-fade .rsts-slide {
          background-color: transparent; }
        #header .mod_rocksolid_slider .rsts-view, #header .mod_rocksolid_slider .rsts-crop, #header .mod_rocksolid_slider .rsts-slides, #header .mod_rocksolid_slider .rsts-slide-image, #header .mod_rocksolid_slider .rsts-slide-image div {
          width: 100% !important;
          height: 100% !important; }
          #header .mod_rocksolid_slider .rsts-view img, #header .mod_rocksolid_slider .rsts-crop img, #header .mod_rocksolid_slider .rsts-slides img, #header .mod_rocksolid_slider .rsts-slide-image img, #header .mod_rocksolid_slider .rsts-slide-image div img {
            width: 100% !important;
            height: auto !important; } }
.ce_metamodel_content {
  padding: 15px 15px 0 15px; }
  @media (min-width: 768px) {
    .ce_metamodel_content {
      padding: 15px 15px 15px 15px; } }
.table-row li:before {
  content: '';
  position: relative; }

#Search {
  border: 2px solid #ddd;
  border-radius: 0; }

table {
  border-collapse: collapse;
  border: none; }

thead {
  margin-bottom: 15px; }

.table td, .table th {
  padding: 0;
  border: 0; }

.firm-table .table-row {
  margin-bottom: 5px; }
  @media (min-width: 992px) {
    .firm-table .table-row {
      margin-bottom: 15px; } }
.firm-table ul, .firm-table li {
  padding-left: 0; }

.firm-table .col-logo {
  position: relative;
  border: 5px solid #9bcdfe;
  height: 100px; }
  @media (min-width: 992px) {
    .firm-table .col-logo {
      border: 15px solid #9bcdfe;
      height: inherit; } }
  .firm-table .col-logo .file {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .firm-table .col-logo img {
    width: 100%; }
    @media (min-width: 992px) {
      .firm-table .col-logo img {
        width: inherit;
        height: auto; } }
.firm-table .col-data {
  padding-left: 5px; }

.firm-table .firm-headline {
  background-color: #ddeefe;
  padding: 15px 5px 5px 30px;
  font-family: "ErasITCbyBT-Ultra", Times, Georgia, serif !important;
  font-size: 17px;
  color: #000;
  height: 100%; }
  @media (min-width: 992px) {
    .firm-table .firm-headline {
      height: inherit; } }
.firm-table .firm-referenten {
  background-color: #ddeefe;
  padding: 15px 5px 15px 30px;
  margin-top: 5px; }

.firm-table .firm-referenten.mobile {
  margin-bottom: 30px; }

.firm-table .firm-referenten.isempty {
  min-height: 100px; }

.firm-table .firm-referenten.mobile.isempty {
  min-height: 0;
  padding: 0; }

.firm-table .ref_name {
  font-size: 15px; }

.firm-table .ref_telefon, .firm-table .ref_anmerkung, .firm-table .ref_schwerpunkte {
  font-size: 13px; }

.firm-table .ref_email {
  margin-top: -5px; }

.firm-table .ref_email, .firm-table .ref_Website {
  text-align: center; }
  .firm-table .ref_email img, .firm-table .ref_Website img {
    width: 50px; }

.radiorama-table .table-row {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .radiorama-table .table-row {
      margin-bottom: 15px; } }
.radiorama-table ul, .radiorama-table li {
  padding-left: 0; }

.radiorama-table .col-cover {
  position: relative;
  border: 5px solid #9bcdfe; }
  @media (min-width: 992px) {
    .radiorama-table .col-cover {
      border: 15px solid #9bcdfe; } }
  .radiorama-table .col-cover img {
    width: 100%;
    height: auto; }

.radiorama-table .col-data {
  padding-left: 5px; }

.radiorama-table .radiorama-headline {
  background-color: #ddeefe;
  padding: 15px 5px 5px 30px;
  font-family: "ErasITCbyBT-Ultra", Times, Georgia, serif !important;
  color: #000;
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    .radiorama-table .radiorama-headline {
      height: inherit; } }
.radiorama-table .radiorama-content {
  background-color: #ddeefe;
  padding: 15px 15px 15px 30px;
  font-size: 14px; }

.radiorama-table .rad_ausgabe {
  text-align: center;
  font-size: 16px; }

.radiorama-table .rad_inhalt, .radiorama-table .rad_hinweis {
  padding-left: 15px; }

.radiorama-table .rad_inhalt {
  margin-bottom: 15px; }

.radiorama-table .rad_download {
  font-size: 16px;
  color: #9bcdfe;
  background-color: #000;
  display: inline-block;
  padding: 2px;
  position: absolute;
  right: 0;
  bottom: 0; }
  .radiorama-table .rad_download img {
    width: inherit;
    height: inherit; }

.radiorama-table .col-download {
  min-height: 50px; }

@media (min-width: 768px) {
  .radiorama-table .radiorama-content {
    height: 84%; } }

@media (min-width: 992px) {
  .radiorama-table .radiorama-content {
    height: 83%; } }

@media (min-width: 1200px) {
  .radiorama-table .radiorama-content {
    height: 86%; } }

.funkgeschichte-table .row.table-row {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .funkgeschichte-table .row.table-row {
      margin-bottom: 15px; } }
.funkgeschichte-table .col-ausgabe {
  flex-direction: column; }

.funkgeschichte-table ul, .funkgeschichte-table li {
  padding-left: 0; }

.funkgeschichte-table .col-cover img {
  width: 100%;
  height: auto; }

.funkgeschichte-table .col-year {
  background-color: #ddeefe;
  padding: 15px 5px 5px 15px;
  font-family: "ErasITCbyBT-Ultra", Times, Georgia, serif !important;
  color: #000;
  margin-bottom: 5px;
  font-size: 20px; }

.funkgeschichte-table .row-ausgaben {
  background-color: #ddeefe;
  margin: 0;
  padding: 15px 0; }

.funkgeschichte-table .fg_ausgabe {
  text-align: center;
  font-size: 16px; }

.interlink-table .table-row {
  margin-bottom: 15px; }

.interlink-table li {
  padding-left: 0; }

.interlink-table ul {
  padding: 15px; }

.interlink-table .col-cover {
  position: relative;
  background-color: #9bcdfe; }
  .interlink-table .col-cover img {
    width: 100%;
    height: auto; }

.interlink-table .col-data {
  padding-left: 5px; }

.interlink-table .interlink-headline {
  background-color: #ddeefe;
  margin-bottom: 5px; }
  .interlink-table .interlink-headline img {
    padding: 5px; }

.interlink-table .interlink-link {
  padding: 15px 5px 5px 30px;
  font-family: "ErasITCbyBT-Ultra", Times, Georgia, serif !important;
  text-decoration: underline;
  font-weight: normal;
  color: #000; }

.interlink-table .interlink-link:link {
  color: #000; }

.interlink-table .interlink-content {
  background-color: #ddeefe;
  padding: 15px 15px 15px 30px;
  font-size: 14px; }

.interlink-table .rad_inhalt, .interlink-table .rad_hinweis {
  padding-left: 15px; }

.interlink-table .rad_inhalt {
  margin-bottom: 15px; }

.museums-table .table-row {
  margin-bottom: 15px; }

.museums-table ul, .museums-table li {
  padding-left: 0; }

.museums-table .col-data {
  padding-left: 5px; }

.museums-table .museum-headline {
  background-color: #9bcdfe;
  padding: 5px;
  font-family: "ErasITCbyBT-Ultra", Times, Georgia, serif !important;
  font-size: 17px;
  text-align: center;
  color: #000;
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    .museums-table .museum-headline {
      padding: 15px 5px 5px 30px; } }
.museums-table .museum-side, .museums-table .museum-info, .museums-table .museum-images {
  background-color: #ddeefe; }

.museums-table .museum-side, .museums-table .museum-info, .museums-table .museum-images {
  margin-bottom: 5px; }

.museums-table .museum-text {
  padding: 15px;
  font-size: 13px; }

.museums-table .museum-text-h {
  padding-top: 15px;
  padding-bottom: 5px; }
  @media (min-width: 768px) {
    .museums-table .museum-text-h {
      padding-top: 15px;
      padding-bottom: 15px; } }
.museums-table .museum-text-t {
  padding-top: 5px;
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    .museums-table .museum-text-t {
      padding-top: 15px;
      padding-bottom: 15px; } }
.museums-table .space-left {
  margin-left: 5px; }

.museums-table .museum-images .file {
  width: 100%;
  display: flex; }
  .museums-table .museum-images .file a {
    display: block;
    width: 100%;
    height: 100%; }
  .museums-table .museum-images .file .cboxElement {
    overflow: hidden; }
  .museums-table .museum-images .file img {
    width: 100%;
    height: auto; }

.museums-table .museum-images li {
  margin: 15px 15px 15px 0;
  width: 300px;
  height: 150px; }

.museums-table hr {
  margin-top: 30px; }

.books-table .side-cover {
  text-align: center; }
  .books-table .side-cover .ce_text {
    font-size: 14px;
    font-weight: bold;
    padding: 5px; }

.books-table .side-content .ce_text {
  margin-bottom: 0; }

.books-table .file a {
  display: block;
  width: 100%;
  height: 100%; }

.books-table .file img {
  width: 100%;
  height: auto; }

.books-table ul {
  padding: 0; }

.books-table li {
  padding: 0; }

.books-table hr {
  margin-top: 30px; }

.pagination {
  margin-top: 10px; }

.pagination li, .pagination a {
  font-size: 12px; }

.serviceunterlagen th {
  font-size: 13px;
  font-weight: inherit;
  padding: 4px;
  vertical-align: text-top !important; }

.serviceunterlagen li:before, .pagination li:before {
  content: "" !important; }

.serviceunterlagen li {
  padding: 10px !important; }

.serviceunterlagen .field {
  padding: 10px 0; }

.dataTables_wrapper {
  overflow: hidden; }

.logo-fixed {
  position: fixed; }

.boxnav-box-home-grid {
  margin-bottom: 30px; }

.boxnav-box-home .boxnav-box-subpage-grid {
  margin-bottom: 30px; }

.boxnav-box-home .boxnav-box-subpage-box {
  display: block;
  background-color: rgba(155, 205, 254, 0.85);
  cursor: pointer;
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
  outline: 0; }

.boxnav-box-home .boxnav-box-subpage-text {
  padding: 0 15px;
  height: 60px;
  text-align: center; }
  .boxnav-box-home .boxnav-box-subpage-text p {
    width: 90%;
    position: absolute;
    top: 11%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.25; }

.boxnav-box-home .boxnav-box-subpage-space {
  height: 220px;
  background-color: rgba(255, 255, 255, 0.85); }
  .boxnav-box-home .boxnav-box-subpage-space .ce_text {
    background-color: transparent; }
  .boxnav-box-home .boxnav-box-subpage-space:after, .boxnav-box-home .boxnav-box-subpage-space::after {
    position: absolute;
    right: 0;
    bottom: -7px; }

.boxnav-box-strecken .boxnav-box-subpage-grid {
  margin-bottom: 30px; }

.boxnav-box-strecken .boxnav-box-subpage-box {
  display: block;
  background-color: rgba(155, 205, 254, 0.85);
  cursor: pointer;
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
  outline: 0; }

.boxnav-box-strecken .boxnav-box-subpage-text {
  padding: 0 15px;
  height: 60px; }
  .boxnav-box-strecken .boxnav-box-subpage-text p {
    width: 90%;
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.25; }

.boxnav-box-strecken .boxnav-box-subpage-space {
  height: 220px; }
  @media (min-width: 575px) {
    .boxnav-box-strecken .boxnav-box-subpage-space {
      height: 220px; } }
  @media (min-width: 768px) {
    .boxnav-box-strecken .boxnav-box-subpage-space {
      height: 250px; } }
  @media (min-width: 992px) {
    .boxnav-box-strecken .boxnav-box-subpage-space {
      height: 220px; } }
  @media (min-width: 1200px) {
    .boxnav-box-strecken .boxnav-box-subpage-space {
      height: 280px; } }
  .boxnav-box-strecken .boxnav-box-subpage-space:after, .boxnav-box-strecken .boxnav-box-subpage-space::after {
    position: absolute;
    right: 0;
    bottom: -7px; }

@media (min-width: 768px) {
  .boxnav-box-strecken .boxnumber-1 .boxnav-box-subpage-space {
    background-position: left top; }
  .boxnav-box-strecken .boxnumber-2 .boxnav-box-subpage-space {
    background-position: right top; }
  .boxnav-box-strecken .boxnumber-3 .boxnav-box-subpage-space {
    background-position: left center; }
  .boxnav-box-strecken .boxnumber-4 .boxnav-box-subpage-space {
    background-position: right center; }
  .boxnav-box-strecken .boxnumber-5 .boxnav-box-subpage-space {
    background-position: left bottom; }
  .boxnav-box-strecken .boxnumber-6 .boxnav-box-subpage-space {
    background-position: right bottom; }
  .boxnav-box-strecken .boxnumber-7 .boxnav-box-subpage-space {
    background-position: left top; }
  .boxnav-box-strecken .boxnumber-8 .boxnav-box-subpage-space {
    background-position: right top; }
  .boxnav-box-strecken .boxnumber-9 .boxnav-box-subpage-space {
    background-position: left center; } }

@media (min-width: 992px) {
  .boxnav-box-strecken .boxnumber-1 .boxnav-box-subpage-space {
    background-position: left top; }
  .boxnav-box-strecken .boxnumber-2 .boxnav-box-subpage-space {
    background-position: center top; }
  .boxnav-box-strecken .boxnumber-3 .boxnav-box-subpage-space {
    background-position: right top; }
  .boxnav-box-strecken .boxnumber-4 .boxnav-box-subpage-space {
    background-position: left bottom; }
  .boxnav-box-strecken .boxnumber-5 .boxnav-box-subpage-space {
    background-position: center bottom; }
  .boxnav-box-strecken .boxnumber-6 .boxnav-box-subpage-space {
    background-position: right bottom; }
  .boxnav-box-strecken .boxnumber-7 .boxnav-box-subpage-space {
    background-position: left center; }
  .boxnav-box-strecken .boxnumber-8 .boxnav-box-subpage-space {
    background-position: center center; }
  .boxnav-box-strecken .boxnumber-9 .boxnav-box-subpage-space {
    background-position: right center; } }

.homebox {
  background-color: rgba(155, 205, 254, 0.85);
  color: #FFFFFF;
  padding: 0; }
  .homebox h1, .homebox h2, .homebox h3, .homebox h4, .homebox h5, .homebox h6 {
    padding: 15px 15px;
    height: 60px;
    font-size: 18px; }
  .homebox p {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 15px 15px; }

.rimlogo {
  display: flex;
  flex-flow: row;
  justify-content: end;
  margin-bottom: 2rem; }
  .rimlogo .image_container {
    max-width: 300px; }

.rimheadline {
  text-align: center;
  margin-bottom: 2rem; }

.rimliste {
  margin: 0; }
  .rimliste .item {
    margin-bottom: 2rem;
    background: #ddd;
    padding: 1.4rem;
    height: 100%; }
    .rimliste .item .innen {
      display: flex;
      flex-flow: row; }
    .rimliste .item .teaserbild {
      padding-right: 2rem;
      width: 40%; }
    .rimliste .item .contentbild {
      padding-bottom: 1rem; }
    .rimliste .item .content {
      width: 60%; }
    .rimliste .item h3 {
      margin: 0;
      padding-bottom: 1rem; }
    .rimliste .item .info {
      color: #000; }
    .rimliste .item a.anfrage {
      background: #9bcdfe;
      color: #000;
      border-radius: 8px;
      padding: 6px 14px;
      display: inline-block;
      margin-top: 16px; }

.rimliste.geraete .item {
  margin: 0; }

.rimliste.geraete .geraet {
  margin-bottom: 2rem; }

/* 880px --------------------------------------------------------------------------------- */
@media screen and (max-width: 600px) {
  .rimliste .item .innen {
    display: block; }
  .rimliste .item .teaserbild, .rimliste .item .content {
    width: 100%; }
  .rimliste .item .teaserbild {
    padding: 0 0 1rem 0; } }

.article-home {
  background-position: center bottom;
  padding-top: 20px;
  padding-bottom: 0; }

.article-news {
  padding: 0; }
  .article-news .ce_bs_gridStart {
    padding: 0 !important; }

.home-headline {
  border: 0;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 48px;
  border-bottom: none !important;
  font-family: "Satisfy", cursive !important;
  text-shadow: 0 0 10px #802000; }
  @media (min-width: 768px) {
    .home-headline {
      font-size: 110px; } }
#home-welcome {
  padding: 15px; }

.home-claim {
  background-color: transparent;
  color: #fff;
  font-size: 20px; }
  @media (min-width: 768px) {
    .home-claim {
      font-size: 28px; } }
.onlyhome {
  display: none; }

.page-home #main {
  padding-top: 95px; }
  @media (min-width: 992px) {
    .page-home #main {
      padding-top: 0; } }
.page-home .nohome {
  display: none; }

.page-home .onlyhome {
  display: block; }
  @media (min-width: 992px) {
    .page-home .onlyhome {
      display: none; } }
.page-home .mod_article {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 5px;
  margin-bottom: 5px; }
  @media (min-width: 575px) {
    .page-home .mod_article {
      padding-top: 0;
      padding-bottom: 0; } }
  .page-home .mod_article.first {
    padding-top: 0; }
    @media (min-width: 768px) {
      .page-home .mod_article.first {
        padding-top: 0; } }
  .page-home .mod_article.last {
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .page-home .mod_article.last {
        padding-bottom: 0; } }
.page-home #main {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    .page-home #main {
      width: 100%; } }
  @media (min-width: 1200px) {
    .page-home #main {
      width: 100%; } }
.page-home #left, .page-home #right {
  display: none; }

.homenav-table {
  margin-top: -20px; }

.homenav-row, .gfgfnews {
  margin-top: 5px;
  min-height: 67px; }
  @media (min-width: 768px) {
    .homenav-row, .gfgfnews {
      min-height: 127px; } }
.homenav-row.active, .gfgfnews.active {
  display: none; }

.homenav-left {
  background-color: #9bcdfe;
  color: #f2f2f2;
  text-align: center;
  position: relative;
  transition: all 0.5s; }
  .homenav-left li {
    padding-left: 0;
    padding: 0; }
  .homenav-left li:before {
    content: ""; }
  .homenav-left img {
    width: 40px;
    height: auto; }
    @media (min-width: 768px) {
      .homenav-left img {
        width: initial;
        height: initial; } }
.homenav-imagesub {
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 15%;
  width: 100%;
  font-size: 19px;
  text-align: center;
  font-family: "ErasITCbyBT-Ultra", Times, Georgia, serif !important;
  display: none; }
  @media (min-width: 768px) {
    .homenav-imagesub {
      display: block; } }
.homenav-left.noimagesub .file {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.homenav-left.imagesub .file {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media (min-width: 768px) {
    .homenav-left.imagesub .file {
      top: 35%; }
      .homenav-left.imagesub .file img {
        width: 75%;
        height: auto; } }
.homenav-right {
  background-color: #ddeefe;
  color: #333333;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 0.5s; }
  .homenav-right p {
    word-wrap: break-word; }

.gfgfnews .homenav-left, .gfgfnews .homenav-right {
  background-color: #cc9900; }

.gfgfnews .file {
  display: none; }

.gfgfnews .homenav-headline {
  color: #f2f2f2;
  padding-top: 5px; }
  @media (min-width: 768px) {
    .gfgfnews .homenav-headline {
      padding-top: 43px; } }
.gfgfnews:hover .homenav-left {
  background-color: #e4b100; }

.gfgfnews:hover .homenav-right {
  background-color: #e4b100; }

.homenav-headline {
  font-family: "ErasITCbyBT-Ultra", Times, Georgia, serif !important;
  font-size: 21px;
  padding-top: 5px;
  padding-bottom: 5px; }
  @media (min-width: 768px) {
    .homenav-headline {
      font-size: 28px;
      padding-top: 25px;
      padding-bottom: 0; } }
.homenav-teaser {
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 20px;
  font-family: "Open Sans", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  transition: all 0.5s;
  display: none; }
  @media (min-width: 768px) {
    .homenav-teaser {
      display: block; } }
.homenav-row:hover .homenav-right {
  background-color: #9bcdfe;
  color: #fff; }

.homenav-row:hover .homenav-teaser {
  color: transparent; }

.news-left {
  background-color: #9bcdfe;
  color: #fff;
  font-family: "ErasITCbyBT-Ultra", Times, Georgia, serif !important;
  text-align: center; }
  @media (min-width: 992px) {
    .news-left {
      text-align: center; } }
  .news-left h3, .news-left h4, .news-left .ce_headline {
    color: #fff;
    margin: 0;
    padding-bottom: 5px; }

.news-right {
  background-color: #ddeefe; }
  @media (min-width: 992px) {
    .news-right {
      display: flex; } }
.mod_newslist .layout_latest.home {
  border: 15px solid #9bcdfe; }
  .mod_newslist .layout_latest.home .ce_text {
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0; }
  .mod_newslist .layout_latest.home h5 {
    padding-top: 15px;
    padding-left: 15px; }
  .mod_newslist .layout_latest.home .news-bottom {
    position: relative; }
  .mod_newslist .layout_latest.home .info {
    background-color: #ddeefe;
    font-size: 14px;
    display: inline-block;
    padding: 8px 15px; }
  .mod_newslist .layout_latest.home .more {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -4px;
    z-index: 100; }
  .mod_newslist .layout_latest.home .more a {
    background-color: #9bcdfe;
    padding: 9px 15px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block; }

#aktuell-content {
  background-color: #eeeeee;
  position: relative;
  padding-top: 65px;
  margin-bottom: 26px;
  min-height: 230px; }
  #aktuell-content .aktuell-headline {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    background: #9bcdfe;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    padding: 5px; }
    @media (min-width: 768px) {
      #aktuell-content .aktuell-headline {
        padding: 10px; } }
  #aktuell-content .ce_text {
    background-color: transparent;
    border-top: 2px solid #000; }
  #aktuell-content .ce_headline, #aktuell-content h1, #aktuell-content h2, #aktuell-content h3, #aktuell-content h4, #aktuell-content h5, #aktuell-content h6 {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    font-size: 24px;
    font-weight: bold;
    padding: 10px; }

.subheader-article, .subheader-article.first, .subheader-article.first.last {
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: inherit; }

.slider-subheader {
  padding-bottom: 5px; }
  .slider-subheader .rsts-crop {
    height: 100px !important; }

.subheader {
  margin-left: 0;
  margin-right: 0; }

.subheader-left {
  background-color: #9bcdfe;
  padding-top: 30px; }
  .subheader-left .ce_hyperlink {
    padding: 0.6rem 2rem 0.6rem 1rem;
    margin: 0; }
    .subheader-left .ce_hyperlink a {
      position: relative;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      color: #f2f2f2; }
    .subheader-left .ce_hyperlink a:after {
      content: "\00BB";
      font-size: 15px;
      position: absolute;
      top: -4px;
      right: -13px;
      color: #f2f2f2; }

.subheader-right {
  background-color: #ddeefe;
  padding: 30px; }

.subheader-line1 {
  font-size: 20px;
  font-family: "ErasITCbyBT-Ultra", Times, Georgia, serif !important;
  margin-bottom: 0; }
  @media (min-width: 575px) {
    .subheader-line1 {
      font-size: 20px; } }
  @media (min-width: 768px) {
    .subheader-line1 {
      font-size: 20px; } }
  @media (min-width: 992px) {
    .subheader-line1 {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    .subheader-line1 {
      font-size: 20px; } }
.subheader-line2 {
  font-size: 24px;
  font-family: "ErasITCbyBT-Ultra", Times, Georgia, serif !important;
  margin-bottom: 0; }
  @media (min-width: 575px) {
    .subheader-line2 {
      font-size: 30px; } }
  @media (min-width: 768px) {
    .subheader-line2 {
      font-size: 30px; } }
  @media (min-width: 992px) {
    .subheader-line2 {
      font-size: 34px; } }
  @media (min-width: 1200px) {
    .subheader-line2 {
      font-size: 36px; } }
.subpage-headline {
  background-color: rgba(155, 205, 254, 0.75);
  color: #ffffff; }
  .subpage-headline .ce_text {
    background-color: transparent;
    font-size: 20px;
    padding: 0; }
  .subpage-headline .header-icon {
    text-align: right; }
  .subpage-headline a, .subpage-headline a:hover, .subpage-headline a:active, .subpage-headline a:focus {
    color: #ffffff;
    font-size: 20px;
    text-decoration: none; }

.sublinks .weiterf {
  background-color: #9bcdfe;
  color: #fff;
  font-size: 18px;
  font-family: "ErasITCbyBT-Ultra", Times, Georgia, serif !important;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 2px;
  padding: 10px 15px; }

.sublinks .ce_hyperlink {
  padding: 2px 15px; }

.sublinks a {
  display: block;
  padding: 10px 15px;
  background-color: #ddeefe;
  position: relative;
  color: #000; }

.sublinks .ce_hyperlink:hover a {
  background-color: #9bcdfe;
  color: #fff; }

.sublinks .ce_hyperlink:hover a:after {
  color: #fff; }

.sublinks a:after {
  content: "\00BB";
  font-size: 18px;
  position: absolute;
  top: 8px;
  margin-left: 8px;
  color: #000; }

.immit-right {
  padding-right: 15px !important; }

.contactform .custom-control-label {
  width: 90%;
  text-align: left;
  margin-left: 20px; }

.contactform .custom-checkbox {
  margin-left: 0; }
  @media (min-width: 575px) {
    .contactform .custom-checkbox {
      margin-left: 0; } }
  @media (min-width: 768px) {
    .contactform .custom-checkbox {
      margin-left: -2px; } }
  @media (min-width: 992px) {
    .contactform .custom-checkbox {
      margin-left: -2px; } }
  @media (min-width: 992px) {
    .contactform .custom-checkbox {
      margin-left: 7px; } }
.contactform .custom-control-label::before {
  border: 1px solid #000000;
  border-radius: 0; }

.contactform .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #000000;
  color: #ffffff;
  box-shadow: none; }

.contactform .custom-control-label::before, .contactform .custom-file-label, .contactform .custom-select {
  transition: #9bcdfe 0.15s ease-in-out, #9bcdfe 0.15s ease-in-out, #9bcdfe 0.15s ease-in-out; }
  .contactform .custom-control-label::before:focus, .contactform .custom-control-label::before:active, .contactform .custom-file-label:focus, .contactform .custom-file-label:active, .contactform .custom-select:focus, .contactform .custom-select:active {
    box-shadow: none; }

.contactform .custom-control-label::before, .contactform .custom-file-label, .contactform .custom-select {
  box-shadow: none; }

.contactform .custom-control-label::before, .contactform .custom-control-label::after {
  left: -1.5rem; }
  @media (min-width: 575px) {
    .contactform .custom-control-label::before, .contactform .custom-control-label::after {
      left: -1.3rem; } }
  @media (min-width: 768px) {
    .contactform .custom-control-label::before, .contactform .custom-control-label::after {
      left: -1.1rem; } }
  @media (min-width: 992px) {
    .contactform .custom-control-label::before, .contactform .custom-control-label::after {
      left: -1.6rem; } }
  @media (min-width: 1200px) {
    .contactform .custom-control-label::before, .contactform .custom-control-label::after {
      left: -1.7rem; } }
.contactform .form-control {
  border: 1px solid #000000;
  border-radius: 0;
  background: transparent;
  font-size: 18px; }

.contactform .form-control:focus {
  box-shadow: none;
  border: 1px solid #000000; }

.contactform textarea {
  height: 196px; }

.contactform .btn-primary {
  display: block;
  color: #FFFFFF;
  background-color: #9bcdfe;
  padding: 5px 10px;
  border: none;
  border-radius: 0;
  font-weight: bold; }

.contactform .widget-submit {
  position: inherit;
  bottom: 0; }

.contactform .btn.focus, .contactform .btn:focus, .contactform .form-control.active, .contactform .form-control:active {
  box-shadow: none; }

.contactform a {
  color: #000000; }

.contactform .custom-control {
  padding-left: 0; }

/*# sourceMappingURL=gfgf-theme.css.map */