@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/* default styles for extension "tx_frontend" */
.ce-align-left {
  text-align: left; }

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

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

.ce-table td, .ce-table th {
  vertical-align: top; }

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: hidden; }

.ce-left .ce-gallery, .ce-column {
  float: left; }

.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%; }

.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%; }

.ce-right .ce-gallery {
  float: right; }

.ce-gallery figure {
  display: table;
  margin: 0; }

.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom; }

.ce-gallery img {
  display: block; }

.ce-gallery iframe {
  border-width: 0; }

.ce-border img,
.ce-border iframe {
  border: 2px solid #000000;
  padding: 0px; }

/* .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
     margin-bottom: 10px;
 }*/
.ce-intext.ce-right .ce-gallery {
  margin-left: 10px; }

.ce-intext.ce-left .ce-gallery {
  margin-right: 10px; }

.ce-below .ce-gallery {
  margin-top: 10px; }

.ce-column {
  margin-right: 10px; }

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

/*.ce-row { margin-bottom: 10px; }*/
.ce-row:last-child {
  margin-bottom: 0; }

.ce-above .ce-bodytext {
  clear: both; }

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto; }

/* Headline */
.ce-headline-left {
  text-align: left; }

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

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

/* Uploads */
.ce-uploads {
  margin: 0;
  padding: 0; }

.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0; }

.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top; }

.ce-uploads span {
  display: block; }

/* Table */
.ce-table {
  width: 100%;
  max-width: 100%; }

.ce-table th, .ce-table td {
  padding: 0.5em 0.75em;
  vertical-align: top; }

.ce-table thead th {
  border-bottom: 2px solid #dadada; }

.ce-table th, .ce-table td {
  border-top: 1px solid #dadada; }

.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.ce-table-bordered th, .ce-table-bordered td {
  border: 1px solid #dadada; }

/* Space */
.frame-space-before-extra-small {
  margin-top: 1em; }

.frame-space-before-small {
  margin-top: 2em; }

.frame-space-before-medium {
  margin-top: 3em; }

.frame-space-before-large {
  margin-top: 4em; }

.frame-space-before-extra-large {
  margin-top: 5em; }

.frame-space-after-extra-small {
  margin-bottom: 1em; }

.frame-space-after-small {
  margin-bottom: 2em; }

.frame-space-after-medium {
  margin-bottom: 3em; }

.frame-space-after-large {
  margin-bottom: 4em; }

.frame-space-after-extra-large {
  margin-bottom: 5em; }

/* Frame */
.frame-ruler-before:before {
  content: '';
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 2em; }

.frame-ruler-after:after {
  content: '';
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 2em; }

.frame-indent {
  margin-left: 15%;
  margin-right: 15%; }

.frame-indent-left {
  margin-left: 33%; }

.frame-indent-right {
  margin-right: 33%; }

/**
 * MENU TOGGLE TYPE
 *
 * Use a Hamburger Icon or a Navigation bar.
 * Please note the slightly different HTML markup (demos).
 *
 */
/**
 * LABEL FORM
 */
/**
 * COLORS
 *
 * You can assign different colors to the first level and the sublevels,
 * e.g. a transparent bar and colored sublevels (see hamburger demo).
 */
/* first menu level */
/* menu sublevels */
/* active page */
/* miscellaneous */
/**
 * MEASURES
 */
/**
 * MENU TOGGLE TYPE
 */
#toggle-menu {
  /*background-color: #424254;*/
  color: #fff;
  display: block;
  /*padding: 0.75em 1em;*/
  position: relative; }

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

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

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

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

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

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

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

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

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

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

/*.topnavi__item--header {
  background-color: #424254;
  color: #7abcb2;
  display: block;
  font-size: 0.75em;
  padding: 1.5em 1.25em 0.25em; }*/
.topnavi__link--first {
  background-color: #424254;
  color: #fff;
  padding: 0.75em 1em;
  padding-right: 42px; }

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

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

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

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

.topnavi__link--active {
  background-color: #64908A;
  color: #fff;
  padding: 0.75em 1em;
  padding-right: 42px; }

ul span.topnavi__label {
  display: none; }

/**
 * DESKTOP VIEW
 */
@media only screen and (min-width: 768px) {
  .topnavi {
    background-color: #424254; }

  .topnavi__lvl--first {
    background-color: transparent; }

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

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

  .topnavi__item {
    float: left; }

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

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

  .topnavi__link--active {
    background-color: #64908A;
    color: #fff; }

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

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

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

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

.topnavi {
  border-bottom: 1px solid #64908A; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0; }

@media only screen and (min-width: 768px) {
  div.logo-wrap, footer #footer-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

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

  div.logo-wrap .logo-name {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    width: 75%;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3; } }
/* ### Inhalt ### */
.layout-1spalte .layout-space-r-l,
.layout-2spalten .layout-space-r-l,
.layout-2spalten_50 .layout-space-r-l,
.layout-jumbotron .layout-space-r-l,
.layout-drei-zeilen .layout-space-r-l {
  padding: 0 25px;
  min-height: 500px; }

.space-content {
  padding: 0; }

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

/* #### Multicolumn ### */
@media only screen and (min-width: 768px) {
  /*.multicolumnContainer,*/
  .layout-2spalten_50 .layout-space-r-l,
  .layout-2spalten .layout-space-r-l,
  .spalten-jumbotron {
    align-content: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .spalten-jumbotron div,
  .layout-2spalten_50 .layout-space-r-l div,
  .layout-2spalten .layout-space-r-l div:last-child {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  /*.multicolumnLayout10 .columnFirst,*/
  .layout-2spalten .layout-space-r-l div {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3; }

  /*.multicolumnContainer li {padding-right: 25px;}
  .multicolumnContainer li:last-child {padding-right:0;}*/ }
/*@media only screen and (max-width:768px){
.multicolumnContainer .column {min-width: 100%;}
}*/
/*Spalten Jumbotron*/
/*.spalten-jumbotron div {width: 100%;}*/
@media only screen and (min-width: 768px) {
  .spalten-jumbotron > div:first-child {
    margin-right: 25px; }

  .spalten-jumbotron > div:last-child {
    margin-left: 25px; }

  .spalten-jumbotron > div {
    width: 33%; }

  .spalten-jumbotron > div > div {
    width: 100%; }

  .spalten-jumbotron {
    height: 100%; } }
/*@media only screen and (max-width:768px){ .multicolumnContainer .column {float: none; width: 100%;} }*/
/* Responsive Bilder */
.space-content img,
.space-content figure,
.space-content .ce-outer,
.space-content .ce-inner,
.space-content .ce-row {
  /*width: 100%;*/
  max-width: 100%;
  height: auto; }

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

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

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

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

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

  .space-content .ce-inner, .space-content .ce-outer {
    width: 100%;
    height: auto; } }
/* CSS */
/*Farben:

Helblau			#008fcf
dunkelblau		#064d74

hellgrün		#a3b43a
dunkelgrün		#36431b

helles Orange	#f29220
dunkles Orange	#eb7024

*/
.sticky-trigger {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: rgba(231, 231, 231, 0.8); }

.navi-wrap {
  border-bottom: 1px solid #f29220; }

.topnavi {
  border-bottom: 0px solid transparent;
  font-size: 1.1rem;
  font-weight: bold; }

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

/*Border unter der Navi Desktop ganze Breite*/
#toggle-menu {
  /*background-color:#fafafa;*/
  border-bottom: 1px solid #eb7024; }

/*Hintergrundfarbe Navigation oben für Symbol nur mobil*/
.topnavi__lvl--first {
  background-color: #fafafa; }

/*Hintergrundfarbe hinter den Button  für mobil*/
.topnavi__link--first {
  background-color: rgba(240, 240, 240, 0.4); }

/*normal Hintergrund 1. Ebene nur mobil*/
.topnavi__link--sub {
  background-color: rgba(240, 240, 240, 0.8); }

/*normal Hintergrund ab 2. Ebene*/
.topnavi__link--first:hover {
  background-color: rgba(255, 255, 255, 0.7); }

/*hover 1. Ebene mobil*/
.topnavi__link--sub:hover {
  background-color: rgba(255, 255, 255, 0.7); }

/*hover 2. Ebene*/
.topnavi__link--active {
  background-color: rgba(200, 200, 200, 0.94); }

/*Aktiv Hintergrund nur mobil*/
.topnavi__lvl--first > .topnavi__item {
  border-bottom: 1px solid #eb7024; }

/*Border unten 1. Ebene mobil*/
.topnavi__lvl--first .topnavi__item li {
  border-bottom: 1px solid #eb7024; }

/*Border unten 2. Ebene */
@media only screen and (min-width: 768px) {
  .topnavi {
    background-color: transparent; }

  /*Hintergrund ganze Breite*/
  .topnavi__lvl--first {
    background-color: transparent; }

  /*Hintergrund ganze Breite*/
  .topnavi__link--first {
    background-color: transparent; }

  /*Hintergrundfarbe Navi 1. Ebene nur Desktop*/
  .topnavi__link--first:hover {
    background-color: transparent; }

  /*hover 1. Ebene nur Desktop */
  .topnavi__link--active {
    background-color: transparent; }

  /*Aktiv Hintergrund nur Desktop */
  .topnavi {
    border-bottom: 0px solid #eb7024; }

  /*Border unter der Navi Desktop ganze Breite*/
  #toggle-menu {
    border-bottom: 0px solid transparent; }

  /*ist ausgeblendet für Desktop*/
  .topnavi__lvl--sub {
    border-top: 1px solid #eb7024; }

  /*Border oben bei Sub-Navigation*/
  .topnavi__lvl--first > .topnavi__item {
    border-bottom: 1px solid transparent; }

  /*Border unten 1. Ebene Desktop*/ }
/*Symbol Navigation mobil*/
.topnavi .bar1, .topnavi .bar2, .topnavi .bar3 {
  background: #666; }

/*x für Navi Mobil*/
.topnavi .change .bar1, .topnavi .change .bar3 {
  background: #a3b43a; }

/*x für Navi Mobil wenn geöffnet*/
/*Schriftfarben*/
.topnavi__link--first, .topnavi__link--sub,
.topnavi__link--sub, .topnavi__item {
  color: #36431b; }

/*Schrift normal*/
.topnavi__link--active {
  color: #008fcf; }

/*Schrift activ*/
.topnavi__link--first:hover, .topnavi__link--sub:hover {
  color: #a3b43a;
  text-shadow: rgba(255, 255, 255, 0.9) 0px 0px 2px; }

/*Schrift hover*/
.topnavi {
  text-shadow: rgba(50, 50, 50, 0.45) 1px 1px 3px; }

.topnavi__link--sub--active {
  color: #008fcf; }

/*MENU ARROWS*/
.topnavi__label {
  background-color: #bbb;
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out; }

.topnavi__label:hover {
  background-color: #ddd; }

/*Box für Pfeil bei sub-Navigation Desktop + mobil*/
.topnavi__arrow {
  border-top: 6px solid #36431b; }

.topnavi__arrow--sub {
  border-top: 6px solid #36431b; }

@media (min-width: 768px) {
  .topnavi__arrow--sub {
    border-left: 6px solid #36431b;
    border-top: 6px solid transparent; }

  .topnavi__label {
    background-color: transparent; } }
/*ausblenden 1. Box für mobil*/
.topnavi label .topnavi__label {
  background-color: transparent; }

.container .topnavi__arrow {
  border-top: 6px solid transparent; }

.container .topnavi__arrow--sub {
  border-top: 6px solid transparent; }

/*korrektur position höhe 3. Ebene für Desktop*/
.topnavi__lvl--sub li ul {
  margin-top: -1px; }

@media (min-width: 768px) {
  .topnavi {
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center; }

  .topnavi__lvl--sub {
    margin-top: 1px; } }
/* Style für www.hallo-mensch.com */
/*Farben:

Helblau			#008fcf
dunkelblau		#064d74

hellgrün		#a3b43a
dunkelgrün		#36431b

helles Orange	#f29220
dunkles Orange	#eb7024

*/
/* annie-use-your-telescope-regular - latin */
@font-face {
  font-family: 'Annie Use Your Telescope';
  font-style: normal;
  font-weight: 400;
  src: url("/fileadmin/fonts/annie-use-your-telescope-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fileadmin/fonts/annie-use-your-telescope-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fileadmin/fonts/annie-use-your-telescope-v18-latin-regular.woff2") format("woff2"), url("/fileadmin/fonts/annie-use-your-telescope-v18-latin-regular.woff") format("woff"), url("/fileadmin/fonts/annie-use-your-telescope-v18-latin-regular.ttf") format("truetype"), url("/fileadmin/fonts/annie-use-your-telescope-v18-latin-regular.svg#AnnieUseYourTelescope") format("svg");
  /* Legacy iOS */ }
html, body {
  background: url(../../../../../../fileadmin/Logo/hallo-mensch-bg-g.svg) no-repeat top center fixed #e7e7e7;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100%;
  color: #333;
  font-family: 'Muli', sans-serif; }

#wrapp-all {
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 100px; }

/* ################ Logo ############### */
.logo-name h1, .logo-name h1 a {
  font-family: 'Annie Use Your Telescope', cursive;
  color: #fba919;
  margin: 0;
  text-align: center;
  text-decoration: none;
  font-size: 4rem; }

.logo-name {
  text-align: center;
  color: #008fcf;
  padding: 50px;
  font-size: 1.3rem; }

.logo-name sub {
  font-size: 0.8rem; }

.logo {
  padding: 15px; }

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

@media only screen and (min-width: 768px) {
  .logo .ce-outer, .logo .ce-inner, .logo .ce-row, .logo .ce-column {
    width: 100%;
    text-align: left; }

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

  .logo {
    padding: 30px; }

  .logo img {
    height: auto;
    max-width: 100%;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
    padding-right: 25px; }

  .logo-name h1, .logo-name h1 a {
    text-align: right; } }
/* ### Schrift #### */
.space-content h1 {
  font-family: 'Annie Use Your Telescope', cursive;
  color: #fba919;
  font-size: 4rem;
  text-align: center; }

h2 {
  font-family: 'Annie Use Your Telescope', cursive;
  color: #008fcf;
  font-size: 2rem; }

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

.space-content a {
  color: #333;
  transition: all .225s ease-in-out;
  -webkit-transition: all .225s ease-in-out; }

.space-content a:hover {
  color: #008fcf;
  text-shadow: 0 0 4px #fff; }

footer, footer a {
  color: #fff;
  text-decoration: none; }

footer a:hover {
  color: #008fcf;
  text-shadow: 0 0 4px #fff; }

footer h2 {
  font-family: 'Muli', sans-serif;
  color: #fff;
  font-size: 1.5rem; }

#footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #EFA16F;
  font-size: 0.7rem; }

#footer-bottom h3 {
  font-weight: normal; }

@media only screen and (max-width: 768px) {
  .space-content h1 {
    font-size: 2rem; }

  .space-content h2 {
    font-size: 1.5rem; } }
/*Silbentrennung*/
.layout-space-r-l p, .layout-space-r-l h2, .layout-space-r-l h3 {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

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

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

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

.tx-ws-flexslider .caption-text .caption-title {
  font-family: Sorts;
  font-size: 5rem;
  font-weight: normal; }

/*Link*/
@media only screen and (min-width: 768px) {
  .tx-ws-flexslider .caption-align-left .caption-link {
    width: 100%;
    min-width: 100%;
    height: 100%;
    left: 0;
    bottom: 0; }

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

  .tx-ws-flexslider .caption-align-left .caption-link a {
    padding: 25px;
    display: block; } }
#sd-lightbox {
  background: rgba(0, 0, 0, 0.7); }

.ce-bodytext p {
  margin-top: 0; }

/*### Spalten Abstand ###*/
@media only screen and (min-width: 768px) {
  .layout-2spalten .content_2Spalten_0,
  .layout-2spalten_50 .content_2Spalten_50_0 {
    margin-right: 25px; }

  .layout-2spalten_50 .content_2Spalten_50_2 {
    margin-left: 25px; } }
/* ### footer ### */
footer {
  background-image: linear-gradient(#f29220, #eb7024); }

footer #footer-inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 25px clamp(10px, 5vw, 50px); }

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

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

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

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

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

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

  footer #footer-inner .ce-gallery {
    overflow: visible; }

  footer .font-awesome-div {
    text-align: right; } }
footer #footer-inner .footerkontakt img {
  max-width: 100%;
  margin-top: 50px; }

.font-awesome {
  padding: 5px; }

.font-awesome-div {
  padding-top: 35px; }

.footer-center {
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6)); }

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

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

.form-group .xlarge {
  padding: 15px;
  height: 200px;
  font-size: 1.1rem;
  font-family: Share,Verdana,Arial,Helvetica,sans-serif; }

form > div, form .row > div {
  padding-top: 25px; }

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

  form .row > div {
    width: 48%;
    height: auto; } }
/* ############ Boxen ################## */
/*Bilder & Video mit Rahmen*/
.ce-border img,
.ce-border iframe {
  border: 1px solid #f29220;
  border-radius: 4px; }

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

.ce-border {
  -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.6));
  padding: 2px 7px 7px 2px; }

.content_colPos_0 > .frame-default {
  padding: 0 clamp(10px, 5vw, 50px); }

/* #### Multicolumn ### */
/*nur padding in spalten ohne ausgewählte Box*/
div.frame-greybox p,
div.frame-greybox h1,
div.frame-greybox h2,
div.frame-greybox h3,
div.frame-whitebox p,
div.frame-whitebox h1,
div.frame-whitebox h2,
div.frame-whitebox h3,
div.frame-whiteborder p,
div.frame-whiteborder h1,
div.frame-whiteborder h2,
div.frame-whiteborder h3 {
  padding-right: 25px;
  padding-left: 25px; }

/*graue Box*/
div.frame-greybox {
  background-color: rgba(200, 200, 200, 0.57);
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0);
  margin-bottom: 50px;
  border-radius: 2px; }

.frame-greybox h1, .frame-greybox h2 {
  color: #fff; }

/*weiße Box */
div.frame-whitebox {
  background-color: #fff;
  border-top: 1px solid #fff;
  margin-bottom: 50px;
  border-radius: 2px; }

/*Box mit weißer Kontur*/
.columnItems div.frame-whiteborder {
  border: solid 1px #fff;
  border-radius: 2px;
  margin-bottom: 50px;
  box-shadow: rgba(200, 200, 200, 0.7) 0 0 5px;
  transition: all .225s ease-in-out;
  -webkit-transition: all .225s ease-in-out;
  height: 100%; }

.columnItems div.frame-whiteborder:hover {
  background-color: #fff; }

/* Bildergalerie */
div.frame-imagegallery .ce-column img {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 2px;
  padding: 10px;
  box-shadow: rgba(200, 200, 200, 0.9) 0 0 4px;
  transition: all .225s ease-in-out;
  -webkit-transition: all .225s ease-in-out; }

div.frame-imagegallery .ce-column img:hover {
  box-shadow: rgba(55, 55, 55, 0.2) 0 0 5px inset; }

div.frame-imagegallery .ce-column img {
  border-radius: 2px; }

div.frame-imagegallery .ce-column {
  margin-bottom: 2px; }

.frame-imagegallery .image-caption {
  font-size: 1rem;
  padding: 10px 0 0 0; }

/* Bildergalerie in SW */
div.frame-blackwhite .ce-column img {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 2px;
  padding: 10px;
  box-shadow: rgba(200, 200, 200, 0.9) 0 0 4px;
  transition: all .225s ease-in-out;
  -webkit-transition: all .225s ease-in-out;
  -webkit-filter: grayscale(1);
  filter: grayscale(1); }

div.frame-blackwhite .ce-column img:hover {
  box-shadow: rgba(55, 55, 55, 0.2) 0 0 5px inset;
  	/*-webkit-filter: grayscale(0);
      filter: grayscale(0);*/ }

div.frame-blackwhite .ce-column img {
  border-radius: 2px; }

div.frame-blackwhite .ce-column {
  margin-bottom: 2px; }

.frame-blackwhite .image-caption {
  font-size: 1rem;
  padding: 10px 0 0 0; }

@media only screen and (min-width: 600px) {
  div.layout-grid {
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

  div.frame-layout-4 {
    width: 45%;
    padding: 25px 0;
    text-align: justify; }

  div.frame-layout-4 h2, div.frame-layout-4 h3 {
    text-align: center; }

  div.frame-layout-0 {
    flex-direction: column; }

  div.frame-layout-5 img {
    border: solid #fff 1px;
    box-shadow: rgba(54, 85, 110, 0.5) 2px 2px 4px; }

  div.frame-layout-5 figure {
    padding: 5px; }

  div.layout-grid {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; } }
/*############ grid_for_container / b13/container ####################*/
.grid-container .grid-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px; }
.grid-container .grid-col {
  flex: 1;
  min-width: 300px; }

.frame-box-bild {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 9px;
  border: solid 1px #f29220;
  position: relative;
  margin-top: 25px;
  height: 100%; }
  .frame-box-bild h2 {
    font-family: 'Annie Use Your Telescope', cursive;
    text-align: center;
    margin: 0 8px 0 8px;
    color: #fff;
    font-size: 1.8rem; }
  .frame-box-bild p,
  .frame-box-bild ul,
  .frame-box-bild ul {
    padding: 10px;
    position: relative; }
  .frame-box-bild header {
    min-height: 100px;
    background-color: #f29220;
    border-radius: 8px 8px 0 0;
    margin: 0;
    display: flex;
    /* neu */
    align-items: center;
    /* vertikal zentrieren */
    justify-content: center;
    /* horizontal zentrieren */ }
  .frame-box-bild p:last-child {
    vertical-align: bottom;
    background-color: #f29220;
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin: 0;
    padding-bottom: 10px;
    text-align: center;
    border-radius: 0 0 8px 8px; }
  .frame-box-bild p:last-child a {
    color: #fff;
    text-decoration: none; }
    .frame-box-bild p:last-child a:hover {
      color: #008fcf; }

#tx_indexedsearch {
  max-width: 600px;
  margin: 0 auto;
  padding: clamp(15px, 3vw, 25px);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  backdrop-filter: blur(6px); }
  #tx_indexedsearch fieldset {
    border: none;
    padding: 0;
    margin: 0; }
  #tx_indexedsearch legend {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center; }
  #tx_indexedsearch .tx-indexedsearch-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 15px; }
    #tx_indexedsearch .tx-indexedsearch-form label {
      font-size: 0.9rem;
      color: #555; }
    #tx_indexedsearch .tx-indexedsearch-form input[type="text"] {
      padding: 12px 14px;
      border-radius: 8px;
      border: 1px solid #ccc;
      font-size: 1rem;
      transition: all 0.2s ease; }
      #tx_indexedsearch .tx-indexedsearch-form input[type="text"]:focus {
        outline: none;
        border-color: #f29220;
        box-shadow: 0 0 0 3px rgba(242, 146, 32, 0.2); }
  #tx_indexedsearch .tx-indexedsearch-search-submit {
    display: flex;
    justify-content: center; }
    #tx_indexedsearch .tx-indexedsearch-search-submit input[type="submit"] {
      background: #f29220;
      color: #fff;
      border: none;
      padding: 12px 20px;
      border-radius: 8px;
      font-size: 1rem;
      cursor: pointer;
      transition: all 0.2s ease; }
      #tx_indexedsearch .tx-indexedsearch-search-submit input[type="submit"]:hover {
        background: #008fcf; }
      #tx_indexedsearch .tx-indexedsearch-search-submit input[type="submit"]:active {
        transform: scale(0.97); }
  #tx_indexedsearch p {
    text-align: center;
    margin-top: 15px; }
    #tx_indexedsearch p a {
      font-size: 0.9rem;
      color: #008fcf;
      text-decoration: none; }
      #tx_indexedsearch p a:hover {
        text-decoration: underline; }

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