@charset "UTF-8";
/* CSS Document */


html,
body {
	height: 100%;
 	width:100%;
	padding: 0;
  	margin: 0;
    background:no-repeat top center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}
.hintergund {background: fixed rgba(255,255,255,0.70);}

.top-search{
    padding: 15px 25px;
}
@media only screen and (max-width: 768px) {
	.nav-language-wrap { display: none;}
}

.space-content h1 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 600;
    font-size: 5vw;
    text-align: center;
	margin-top: 0;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.20);
}
@media only screen and (min-width: 1200px) {
	.space-content h1{font-size: 50px;}
}
.space-content h2 {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 700;
  /*color: #1A4267;*/
	font-size: 2vw;
}
@media only screen and (min-width: 1200px) {
	.space-content h2 {font-size: 24px;}
}
.space-content h3 {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-style: italic;
    font-weight: 100;
    font-size: 22px;
}

.socialmedia img {
    width: 50%;
    height: auto;
    margin: 0 auto;
    padding-top: 5px;
}
@media only screen and (min-width: 700px){
.socialmedia .ce-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.socialmedia .ce-row .image {
    -webkit-box-flex: 1;
    -moz-box-flex: 1; 
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; 
}
}
@media only screen and (max-width: 700px){
	.socialmedia .ce-row {
	display: flex;
	flex-wrap : wrap;
}
	.socialmedia img {min-width: 50px;}
}
	
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.site-top {
	background: no-repeat;
	background-size: cover;
}

div.site-top .site-top-content {
  	height: 100%;
  	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 25px;
}
div.site-top .site-top-content .logo-wrap {
	-webkit-box-flex: 10;
	-webkit-flex: 10;
	-ms-flex: 10;
	flex: 10; 
}
div.site-top .site-top-content .nav-languages {
	-webkit-box-flex: 2;
	-moz-box-flex: 2; 
	width: 20%; 
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2; 
}

/* ### Logo #### */
.logo .ce-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.logo .ce-row .ce-column {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo img {
	height: auto;
  	max-width:40%;
}

.logo img {
	margin: 5px auto 0 auto;
	}
/* ### Logo Name ### */


.logo-name h3,
.logo-name h3 a {
  padding: 10px 0 10px 0;
  margin: 0;
    text-align: center;
    text-decoration: none;
    font-weight:bolder;
	font-size: 5vw;
    color:#ffffff;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.40);
}
.logo-name .ce-bodytext {text-align: center; color: #FF830E;}
@media only screen and (min-width: 768px) {
.logo-name h3,
.logo-name h3 a{
    /*text-align: right;*/
	padding-right: 12px;
    font-size: 3vw;
	padding: 40px 0 10px 0;
  }
.logo-name .ce-bodytext {text-align:right;}
}


@media only screen and (min-width: 768px) {
  div.logo-wrap {
    max-width: 1400px;
    margin: 0 auto;
  }
  div.logo-wrap,
  footer #footer-inner,
.footer-center .ce-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  div.logo-wrap .logo {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  div.logo-wrap .logo-name {
    -webkit-box-flex: 10;
    -moz-box-flex: 10;
    -webkit-flex: 10;
    -ms-flex: 10;
    flex: 10;
  }
  div.logo-wrap .logo div {
    width: 100%;
  }
  div.logo-wrap .logo img {
    height: auto !important;
	  min-width: 100%;
  }
}
/* ###################### Schrift ######################## */
body {
	font-size: 1.1rem;
	line-height: 1.2;
	/*color: #1A4267;*/
  	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.text-center {text-align: center;}
.text-right {text-align: right;}
a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.space-content .image-caption {
  font-size: 0.7rem;
  text-align: left;
  padding: 2px 10px;
}

.layout-space-r-l strong {
	font-weight:bold;
	font-size: 1.2rem;
}
ul {
	margin-block-start: 0em;
    margin-block-end: 1em;
}

/*Silbentrennung*/
  .space-content p,
  .space-content a,
  .space-content ul,
  .space-content li,
  h1,
  h2,
  h3,
  header {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
@media only screen and (max-width: 768px) {
  .space-content h1 {
    font-size: 2rem;
  }
  .space-content h2 {
    font-size: 1.5rem;
  }
}

/*### Font Awesome ###*/
.font-awesome-div {
	font-size: 1.2rem;
	letter-spacing:5px;
	padding: 5px 0 5px 5px;
	text-align: left;
}
.font-awesome-div a {
	margin: 5px;
}
/* ### Inhalt ### */
/*#wrapp-all {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 50px 0;
}*/


/*### Spalten Startseite ###*/
@media only screen and (min-width: 768px) {
.wrap-startseite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.drei-zeilen_2sp_0{
    -webkit-box-flex: 8;
    -moz-box-flex: 8;
    -webkit-flex: 8;
    -ms-flex: 8;
    flex: 8;
    padding: 0 25px 0 50px;
    }
.drei-zeilen_2sp_2 {
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
    padding: 0 50px 0 25px;
    }
}
.layout-drei-zeilen .layout-space-r-l {
  padding: 0 25px;
  min-height: 300px;
  max-width: 1400px;
  margin: 0 auto;
}

.drei-zeilen_1 {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
	background-color: #ffffff;
}
.default-style {
  	padding:50px 0 0 0;
	max-width: 1400px;
	margin: 0 auto;
	background-color: #fff;
}
.default-style:last-child p {
    padding-bottom: 1em;
}
.space-content p {
   padding: 0 0 25px 0;
    margin-block-end: 0;
}

.drei-zeilen_0, .content_1Spalte_0 {
    min-height: 600px;
    padding-bottom: 50px;
}

/*### Tabelle ###*/
.space-content .contenttable {
	width: 99.8%;
	border-collapse: collapse;
}
.space-content .contenttable td {
  vertical-align: top;
	padding: 5px 10px 5px 0;
}


.ce-bodytext p {
	margin-top: 0;
}
/* Text Ausrichtung */
.text-justify {text-align: justify;}

/* ### footer ### */
footer #footer-inner {
  	width: 100%;
  	max-width: 1400px;
  	margin: 0 auto;
  	padding: 0;
  	padding: 12px;
	font-size: 0.9rem;
}
footer .footer-navigation ul {
  list-style: none;
  padding: 0;
}
footer .footer-navigation li {
  margin: 0;
}
footer .footer-navigation ul {
	margin: 0;
}
footer .footer-navigation a {
  display: block;
  padding: 6px 0;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  	footer #footer-inner .footer-navigation,
	footer #footer-inner .footerkontakt {
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
	footer #footer-inner .footer-center {
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
.footerkontakt {
    text-align: right;
}
	footer #footer-inner { padding: 48px;}
}
footer .footerkontakt .image-caption {
  font-size: 0.7rem;
}
footer .footerkontakt .font-awesome-div {text-align:right;}
footer #footer-inner img {
	max-width: 50%;
	height: auto;
    margin: 0 auto;
}



.footer-top-inner h3 {
  font-size: 1.2rem;
  font-weight: lighter;
  text-align: center;
  padding-top: 50px;
}
.footer-top-inner .image-caption {
  font-size: 0.6rem;
  text-align: center;
}
#footer-top .ce-inner {
  padding-bottom: 50px;
}
#footer-bottom a {
  text-decoration: none;
}
#footer-bottom h3 {
  font-weight: lighter;
  text-align: center;
  font-size: 0.8rem;
}
#footer-bottom {
    padding:25px;
    text-align: center;
	font-size: 0.8rem;
    max-width: 1400px;
    margin: 0 auto;
}
.footer-center a { padding: 10px;}
@media only screen and (min-width: 768px) {
.footer-center {
	text-align: center;
	padding: 0 10px;
}
	.footer-center .ce-gallery {width: 100%;}
	.footer-center .ce-row .ce-column {
	-webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 50%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	}
.footer-center .ce-row .ce-column figure {margin: 0 auto;}
.footer-center .contenttable {margin: 0 auto;}
	.footer-center .contenttable td {text-align: left;}
}

#footer-mobile {
	padding: 0 12px;
	text-align: center;
}
#footer-mobile a {
	display: inline-block;
	padding: 3px 5px;
	background-color: rgba(255,255,255,0.30);
	border-radius: 3px;
	margin: 0 0 8px 0;
}


@media only screen and (min-width: 768px) {
#footer-mobile {display: none;}
}



/* Responsive Bilder */
.space-content img,
.space-content figure,
.space-content .ce-outer,
.space-content .ce-inner,
.space-content .ce-row {
  max-width: 100%;
  height: auto;
/*  width: 100%;*/
}
/* Responsive Bilder auch für den IE 11 */
_:-ms-lang(x),
.space-content img,
.space-content figure,
.space-content .ce-outer,
.space-content .ce-inner,
.space-content .ce-row {
    width: 100%;
}
@media only screen and (min-width: 768px) {
  .space-content .ce-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*padding-bottom: 10px;*/
    /* background-color: #fff;*/
  }
  .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;
  }
}



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

/* Überschrift und Beschreibung */
@media screen and (min-width: 861px){
.tx-ws-flexslider .caption-text {top: 0;}
.tx-ws-flexslider .caption-text {
    padding: 0;}
.tx-ws-flexslider .caption-text {
	background:none;
	width: 100%;
	height: 100%;
	left: 0;
	text-align: center;
	color: #fff;
	text-shadow:0 2px 4px rgba(0,0,0,.8);
	font-size: 1.4rem;
	margin: 0;
}
.tx-ws-flexslider .caption-align-left .caption-text {left: 0;}

.tx-ws-flexslider .caption-text .caption-title {
	/*font-family: Sorts;*/
	font-size: 4vw;
	font-weight: 700;
	margin: 10px;
}
.tx-ws-flexslider .caption-body {
	background:rgba(51,51,51,0.55);
	position: absolute;
	bottom: 0;
	width: 100%;
}
	.tx-ws-flexslider .caption-body p {
		margin: 10px;
		padding: 0;
	}

}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
	font-size: 30px;}
	


/*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:860px) {
	.tx-ws-flexslider .caption-text .caption-title {font-size: 7vw; text-align: center;}
	.tx-ws-flexslider .caption-align-left .caption-link a {padding: 25px; display: block;}
	}
/*### Suche ###*/

.tx-indexedsearch-searchbox fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 2px;
    border-style: groove;
    border-color: #ccc;
    border-image: initial;
}

/*### video ###*/

video {
	width: 100%;
}
audio {
	max-width: 100%;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
	margin-bottom: 5px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}