@charset "UTF-8";
/* CSS Document */
/* ### Farben und Schriftarten #### */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;700&display=swap');


/* 
font-family: 'Quicksand', sans-serif;

#1A4267; Dunkelblau
#2F9EB7; Türkis
#94E6F7; Hellblau
#FFB00E; Orange hell
#FF830E; Orange

*/


html,
body {
	/*background-color: #94E6F7;*/
}
.first-top{
	background-color: #444;
}
.first-top-inside {
	color: #fff;
}

.space-content a:hover {
  color:#FF830E;
}
.tx-ws-flexslider .caption-text,
.tx-ws-flexslider .caption-text .caption-title {
	color:#FF830E;
}
.space-content h1 {
font-family: 'Quicksand', sans-serif;
font-weight: 700;
color:#1A4267;
font-size: 5vw;
text-align: center;
	/*margin-top: 0;*/
}
@media only screen and (min-width: 1200px) {
	.space-content h1{font-size: 70px;}
}
.space-content h2 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #1A4267;
	font-size: 2vw;
}
@media only screen and (min-width: 1200px) {
	.space-content h2 {font-size: 22px;}
}
.space-content h3 {
  font-family: 'Quicksand', sans-serif;
  color: #1A4267;
}
.space-content a {
  color:#1A4267;
}
footer {
  background-color:#FF830E;
}
footer,
footer a {
  color: #fff;
}
footer a:hover {
  color: #222;
}

#footer-bottom {
	background-color: #1A4267;
}
#footer-bottom,
#footer-bottom a {
	color: #fff;
}
#footer-bottom a:hover {
	color: #FF830E;
}
/*Bilder mit Rahmen*/
.ce-border img {
	border: solid 1px #FF830E;
	background-color: #fff;
}

/* ############################# Farben Ende ######################## */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
div.site-top {
	background: no-repeat;
	background-size: cover;
}
div.site-top-color {
	background-color:rgba(255,255,255,0.86);
}
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: 1200px;
	margin: 0 auto;
	padding: 0 25px;
}
div.site-top .site-top-content .logo-wrap {
	-webkit-box-flex: 8;
	-moz-box-flex: 8; 
	width: 80%; 
	-webkit-flex: 8;
	-ms-flex: 8;
	flex: 8; 
}
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;
  width: 33%;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.logo img {
	margin: 25px auto;
	}
/* ### Logo Name ### */
.logo-name h3,
.logo-name h3 a {color:#FF830E;}

.logo-name h3,
.logo-name h3 a {
  padding: 25px 0;
  margin: 0;
  text-align: center;
  text-decoration: none;
	font-weight:bolder;
	font-size: 7vw;
}
.logo-name .ce-bodytext {text-align: center; color: #FF830E;}
@media only screen and (min-width: 768px) {
  .logo-name h3 {
    text-align: right;
    font-size: 2.2vw;
    /*padding-right: 25px;*/
  }
.logo-name .ce-bodytext {text-align:right;}
}


@media only screen and (min-width: 768px) {
  div.logo-wrap {
    max-width: 1200px;
    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: 1;
    -moz-box-flex: 1;
    width: 33%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  div.logo-wrap .logo-name {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    width: 77%;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  div.logo-wrap .logo div {
    width: 100%;
  }
  div.logo-wrap .logo img {
    height: auto;
	  min-width: 100%;
  }
}
/* ###################### Schrift ######################## */
body {
	font-size: 1.1rem;
	line-height: 1.2;
	color: #1A4267;
  	font-family: 'Quicksand', sans-serif;
}
.text-center {
  text-align: center;
}
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: center;
  padding: 10px;
}
.layout-space-r-l strong {
	font-weight:bold;
	font-size: 1.2rem;
}
/*Silbentrennung*/
  p,
  a,
  ul,
  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: 1rem;
	letter-spacing:5px;
	padding: 5px;
	text-align: left;
}
.font-awesome-div a {
	margin: 5px;
}
/* ### Inhalt ### */
/*#wrapp-all {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 50px 0;
}*/
.layout-drei-zeilen .layout-space-r-l {
  padding: 0 25px;
  min-height: 300px;
  max-width: 1200px;
  margin: 0 auto;
}
.drei-zeilen_1 {
  overflow: hidden;
}
.space-content {
  	padding: 0 25px 50px 25px;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	min-height: 400px;
}
.space-content .contenttable td {
  vertical-align: top;
	padding: 5px 10px 5px 0;
}
.ce-bodytext p {
	margin-top: 0;
}

/* ### footer ### */
footer #footer-inner {
  	width: 100%;
  	max-width: 1200px;
  	margin: 0 auto;
  	padding: 0;
  	padding: 50px;
	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: 1;
    -moz-box-flex: 1;
    width: 25%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
	footer #footer-inner .footer-center {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    width: 50%;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  footer #footer-inner .footerkontakt .ce-bodytext,
  footer #footer-inner .footerkontakt header {
  	margin: 0 auto;
	  text-align: center;
  }
  footer #footer-inner .footerkontakt .ce-bodytext table {
    float: right;
  }
  footer #footer-inner .ce-gallery {
    overflow: visible;
  }
footer .footerkontakt .ce-left .ce-gallery {float: right;}
}
footer .footerkontakt .image-caption {
  font-size: 0.7rem;
}
footer .footerkontakt .font-awesome-div {text-align: center;}
footer #footer-inner img {
	max-width: 100%;
	height: 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;
}
.footer-center a { padding: 10px;}
@media only screen and (min-width: 768px) {
.footer-center {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	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;}
}
/* 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;
    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;
  }
}


/* ### Gridelements ### */
@media only screen and (min-width: 860px) {
	.gridelementswrap {
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
	padding-bottom: 25px;
	}
.gridelementswrap .col1-1-1,
.gridelementswrap .col2-1-1,
.gridelementswrap .col1-1-2,
.gridelementswrap .col2-2-1,
.gridelementswrap .col1-1-3,
.gridelementswrap .col2-3-1,
.gridelementswrap .col1-1-1-1,
.gridelementswrap .col2-1-1-1,
.gridelementswrap .col3-1-1-1,
	
.gridelementswrap .col1-1-2-1,
.gridelementswrap .col3-1-2-1,
.gridelementswrap .col2-1-1-2,
.gridelementswrap .col3-2-1-1,
.gridelementswrap .col1-1-1-2,
.gridelementswrap .col1-2-1-1,
.gridelementswrap .col2-2-1-1,
.gridelementswrap .col1-4,
.gridelementswrap .col2-4,
.gridelementswrap .col3-4,
.gridelementswrap .col4-4
	{
	-webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	}
.gridelementswrap .col2-1-2,
.gridelementswrap .col1-2-1,
.gridelementswrap .col1-2-1-1,
.gridelementswrap .col3-1-1-2,
.gridelementswrap .col2-1-2-1
	{
	-webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
	}
.gridelementswrap .col2-1-3,
.gridelementswrap .col1-3-1
	{
	-webkit-box-flex: 3;
    -moz-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
	}	
	
/*padding der Boxen*/
	.col1-1-1,
	.col1-1-2,
	.col1-2-1,
	.col1-1-3,
	.col1-3-1,
	.col1-4,
	.col1-1-1-1,
	.col1-1-2-1,
	.col1-2-1-1,
	.col1-1-1-2{
		margin-right: 30px;
	}
	.col2-1-1-1,
	.col2-1-2-1,
	.col2-1-1-2,
	.col2-2-1-1,
	.col2-4,
	.col3-4 {
		margin-right: 15px;
		margin-left: 15px;
	}
	
	
	.col2-1-1,
	.col2-1-2,
	.col2-2-1,
	.col2-1-3,
	.col2-3-1,
	.col3-1-1-1,
	.col3-1-2-1,
	.col3-2-1-1,
	.col3-1-1-2,
	.col4-4 {
		margin-left: 30px;
	}

}

/* ### Boxen ### */
.eonelement .frame-boxwithimage,
.eonelement .frame-whitebox,
.eonelement .frame-greybox,
.eonelement .frame-box-buddy-blue,
.eonelement .frame-box-buddy-red,
.eonelement .frame-box-important {
	height: 100%;
}


/* graue Box */
.space-content .frame-greybox {
  background-color: #F5F5F5;
  padding: 0 25px;
  margin-bottom: 25px;
	border: solid 1px #E9E9E9;
}
/* weiße Box */
.space-content .frame-whitebox {
  background-color: #fff;
  padding: 0 25px;
  border: solid 1px #E9E9E9;
  margin-bottom: 25px;
}

/* Box mit Bildern für die Startseite frame-boxwithimage*/
.frame-boxwithimage {
	background-color: #fff;
  	padding: 0;
	margin: 0;
  	border: solid 1px #FF830E;
	/*height: 100%;*/
}
.frame-boxwithimage header {
	background-color: #FF830E;
	 
}
.frame-boxwithimage header h2 {
	margin: 0;
	color: #fff;
	padding: 22.609px;
	text-align: center;
}
.frame-boxwithimage figure {
	width: 100%;
	height: auto;
}
.frame-boxwithimage .ce-bodytext {
	padding: 0 25px;
}

.frame-boxwithimage img,
.frame-boxwithimage figure,
.frame-boxwithimage .ce-outer,
.frame-boxwithimage .ce-inner,
.frame-boxwithimage .ce-row {
    max-width: 101%;
	min-width: 101%;
    height: auto;
}
.frame-boxwithimage p a {
	color: #fff;
	display: inline-block;
	padding: 8px;
	background-color: #1A4267;
	text-decoration: none;
	text-align: center;
	border-radius: 3px;
}
.frame-boxwithimage p {padding-top: 10px;}
.frame-boxwithimage .contenttable td {
	padding: 5px;
	/*border: solid 1px #eee;*/
}
.frame-boxwithimage .contenttable {width: 100%;}


 /*## Box PiEr blau ##*/
.frame-box-buddy-blue {
	background-color: #103644;
	color: #fff;
	padding: 25px;
}

.frame-box-buddy-blue h2 {color:#ea0d43; font-size: 32px; }
.frame-box-buddy-blue h3 {color:#ea0d43;}
.frame-box-buddy-blue .ce-border img {border: solid 1px #ea0d43; }
	
 /*## Box PiEr rot ##*/
.frame-box-buddy-red {
	background-color: #ea0d43;
	color: #ffffff;
	padding: 25px;
}
.frame-box-buddy-red h2, .frame-box-buddy-red h3 {color: #003c4c;}
.frame-box-buddy-red .ce-border img {border: solid 1px #003c4c; }

/*## Box für wichtiges ##*/
.frame-box-important {
	border: solid 1px #FF830E;
	padding: 25px;
	box-shadow: 2px 2px 4px rgba(153,153,153,0.57);
}
.frame-box-important h2 {color:#FF830E; }

/*#################  Tabelle Box für Kurse ##################*/
.frame-boxkurse .contenttable { width: 99.8%;border-collapse: collapse;}
.frame-boxkurse .contenttable td {padding: 5px; border: solid 1px #c6c6c6;}
.frame-boxkurse .contenttable thead {font-weight: bold; background-color:#c6c6c6;}
.frame-boxkurse .contenttable thead th {padding: 10px 5px; border: solid 1px #1A4267;}
.frame-boxkurse .contenttable tr:hover {background-color:#c6c6c6; }


@media only screen and (max-width:900px){


	/* Force table to not be like tables anymore */
	.frame-boxkurse .contenttable table,
	.frame-boxkurse .contenttable thead,
	.frame-boxkurse .contenttable tbody,
	.frame-boxkurse .contenttable th,
	.frame-boxkurse .contenttable td,
	.frame-boxkurse .contenttable tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.frame-boxkurse thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.frame-boxkurse tr { border: 1px solid #ccc; margin-bottom: 25px; }
	
	.frame-boxkurse .contenttable td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	.frame-boxkurse .contenttable td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-weight: bold;
	}
	
	/*
	Label the data
	*/
	.frame-boxkurse .contenttable td:nth-of-type(1):before { content: "Kursname/Zeit"; }
	.frame-boxkurse .contenttable td:nth-of-type(2):before { content: "Kursort (Erfurt)"; }
	.frame-boxkurse .contenttable td:nth-of-type(3):before { content: "Start - Ende"; }
	.frame-boxkurse .contenttable td:nth-of-type(4):before { content: "Einstieg möglich"; }
	.frame-boxkurse .contenttable td:nth-of-type(5):before { content: "freie Plätze"; }
	.frame-boxkurse .contenttable td:nth-of-type(6):before { content: "Schwerpunkt"; }
	.frame-boxkurse .contenttable td:nth-of-type(7):before { content: "Bauherr"; }
}

@media only screen and (max-width:600px){
	.frame-boxkurse .contenttable td {font-size: 0.8rem;}
}





/* ############## 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,.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: 2rem;
	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;}
}

.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;}
	}



/*### 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%;
}