/*
# Used Colors ##############
*/

.colorBG0 { background: #3e3e3e; } /* grey */
.colorBG1 { background: #3788c3; } /* blue */

.colorFONT0 { color: #3e3e3e; } /* grey */
.colorFONT1 { color: #3788c3; } /* blue */

.red { color: #CA1416; }
.green { color: #1ABC9C; }
	

/*
# Layout ################### 
*/

html
{
}


body
{
	font-family: 	'Encode Sans Condensed', Arial, sans-serif;
	color:			#3e3e3e;
	font-weight:	400;
	font-size:		17px;
}

#page
{
	width:			100%;
	margin:			0 auto;
	padding:		0 0 0 0;
}

.header
{
	position: relative;
	width: 100%;
}

.header .logocontainer
{
	z-index: 999;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	bottom: 14%;
}

.header a
{
	display: block;
	width: 80%;
	margin: 0 auto;
}

.headerimage
{
	margin:			0;
}

.content
{
	line-height:	170%;
	padding:		70px 0 50px 0;
}

.maincontent
{
	width:			1300px;
	margin:			0 auto;
	position: 	relative;
}

.maincontentfullwidth
{
	width:			100%;
	margin:		0 auto;
	position: relative;
}

.mainlogo
{
	margin: 8px 0 0 0;
}

.mainlogo img
{
	width: 50%;
}

.language
{
	margin: 10px 0 0 0;
	color: #ffffff;
	text-align: right;
}



.lowercontent
{
	width: 96%;
	margin: 0 2% 0 2%;
}

.lightbluebackground
{
	background: rgba(17,79,155,0.1);
}

.footer
{
	background-image: url(../images/background/footer.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width:			1300px;
	color:			#ffffff;
	margin:			0 auto;
	padding:		30px 0 20px 0;
	line-height:	160%;
	width:			100%;
}

.footer-content
{
	width:			1300px;
	margin: 0 auto;
	clear:			both;
}

.footerlogo
{
	width: 31%;
}

.divider
{
	position: relative;
}

.top
{
	top: 27px;
}

.dividerline
{
	width: 100%;
	height: 1px;
	background: #bababa;
	margin: 0 0 40px 0;
}

.linetop
{
	margin: 0 0 20px 0;
}

.dividerimage
{
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%,0); 
}

.dividerheadline
{
	position: absolute;
	bottom: -24px;
	left: 50%;
	transform: translate(-50%,0);
	text-align: center;
}


h1
{
	font-size:		40px;
	font-weight:	400;
	line-height:	140%;
	color:			#3e3e3e;
}

h2
{
	font-size:	22px;
	line-height: 140%;
	font-weight: 300;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

.dividerheadline h2
{
	font-size:		22px;
	color: #bababa;
	font-weight: normal;
	text-transform: uppercase;
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	padding: 10px 20px 10px 20px;
	background: #ffffff;
	margin: 0 0 0 0;
}

h3
{
	font-size:		20px;
}

.footer h3
{
	border-bottom: 1px solid #ffffff;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	width: 90%;
}

h4
{
	font-size:		18px;
}

h5
{
	font-size:		16px;
}

h6
{
	font-size:		14px;
}

p
{
	margin-bottom:		15px;
	min-height:		15px;
}



/*
# Lists ################### 
*/

.content ul, .content ol
{
	margin:	0 0 20px 20px;
}

.content ul
{
	list-style:		none;
}

.content ul li, .content ol li
{
	margin: 		10px 0 0 0;
  	padding-left: 		1.3em;
}

.content ul li:before 
{
	content: 		"\f00c"; /* FontAwesome Unicode */
	font-family: 	'FontAwesome';
	display: 		inline-block;
	font-size:		20px;
	/*margin-left: 	-1.3em;  same as padding-left set on li */
	width: 			1.3em; /* same as padding-left set on li */
}



/*
# Images ################### 
*/


img		{border:none;vertical-align:bottom;}
img.left	{margin:0 10px 10px 0;}
img.right	{margin:0 0 10px 10px;}


/* HERO Image */
#heroimage 
{
	position: relative;
	height: 100vh;
}


/*
# Links ################### 
*/


a
{
	color:			#000000;
	transition: 		all 0.3s ease-out;	
}

a:hover
{	
	color:			#000000;
	transition: 		all 0.3s ease-out;	
}

.footer a
{
	color: #ffffff;
}

.footer .social a
{
	font-size: 50px;
}

.sidr-class-sidebar-mobile-content a,
.sidr-class-sidebar-mobile-content a:hover
{
	color:		#3788c3;
}


/*
# Buttons #################
*/
.button, .buttonsmall, .sidr-class-button
{
	display: 		inline-block;
	outline: 		none;
	cursor: 		pointer;
	text-align: 	center;
	text-decoration:none;
	padding: 		5px 25px 5px 25px;
	color:			#3e3e3e;
	background:		none;
	transition:		all .3s;
	background:		#ffffff;
	border:			2px solid #3e3e3e;
	text-transform:	uppercase;
}

.button:hover, .buttonsmall:hover,
.button:active, .buttonsmall:active
{
	text-decoration: none;
	background:		#3e3e3e;
	color:			#ffffff;
	transition:		all .3s;
	border:			2px solid #3e3e3e;
}

.buttonsmall
{
	padding: 2px 5px 2px 5px;
	font-size: 11px;
}

button.sidr-class-fullwidth
{
	width: 100%;
	text-align: left;
	padding: 10px 25px 10px 15px;
}

.buttonFooter
{
	display: 		inline-block;
	outline: 		none;
	cursor: 		pointer;
	text-align: 	center;
	text-decoration:none;
	padding: 		5px 25px 5px 25px;
	color:			#fff;
	background:		none;
	transition:		all .3s;
	background:		#3e3e3e;
	border:			2px solid #fff;
	text-transform:	uppercase;
}

.buttonFooter:hover, .buttonFooter:active
{
	text-decoration: none;
	background:		#fff;
	color:			#3e3e3e;
	transition:		all .3s;
	border:			2px solid #fff;
}



/*
# Forms ################### 
*/

.caldera-grid div[class^="col-"]
{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.caldera-grid input[type="text"], .caldera-grid input[type="email"], .caldera-grid input[type="file"],
.caldera-grid input[type="password"], .caldera-grid textarea, .caldera-grid .select-inner,
.wwm-form input[type="text"]
{
	color:	#383837 !important;
	background-color:	#fafafa !important;
	border: 1px solid #c8c8c7 !important;
	transition: all .4s;
	border-radius: 0 !important;
	box-shadow:	none !important;
}

.caldera-grid .parsley-success
{
	color:			#000000 !important;
}

.caldera-grid .parsley-error
{
	border:			1px solid #843534 !important;
}

.caldera-grid p
{
	margin-bottom:		0;
	min-height:		0;
}

.caldera-grid .row
{
	margin:			20px 0 20px 0;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.caldera-grid label
{
	margin-bottom: 0 !important;
	font-weight: normal !important;
}

.caldera-grid input[type="text"], .wwm-form input[type="text"],
.caldera-grid input[type="email"],
.caldera-grid input[type="file"],
.caldera-grid input[type="password"]
{
	border:			none;
	width: 			99%;
	padding: 		14px 0 14px 1%;
	margin:			5px 0 0 0;
	height:			auto;
}

.caldera-grid input[type="file"]
{
	padding:		7px 2% 17px 1%;
	height:			50px;
}

.caldera-grid input:focus,
.caldera-grid textarea:focus
{
	outline:		none; /*disable chrome border*/
	border: 1px solid #3788c3 !important;
	-webkit-box-shadow:	none !important;
	transition: all .4s;
}

.caldera-grid textarea
{
	border: 1px solid #c8c8c7 !important;
	width: 			100%;
	padding: 		7px 2% 7px 1% !important;
	margin:			5px 0 0  !important;
	height:			300px !important;
	border-radius:		0 !important;
	transition: all .4s;
}

/* /// HIDE BROWSER DEFAULT INPUT TAGS /// */
.caldera-grid label [type="radio"], .caldera-grid label [type="checkbox"] {
    display:none;
}

/* /// OUR MAIN STYLES /// */
.caldera-grid .radio span:before, .caldera-grid .radio-inline span:before, .caldera-grid .checkbox span:before, .caldera-grid .checkbox-inline span:before { 
    font-family: "Fontawesome";
    font-size: 25px;
    position: relative; 
    top: 3px;
    margin-right: 0.2em;
    margin-left: -20px;
    transition:	all .3s;
}

/* /// MAKE THE CURSOR A HAND /// */
.caldera-grid .radio span:hover, .caldera-grid .radio-inline span:hover, .caldera-grid .checkbox span:hover, .caldera-grid .checkbox-inline span:hover { cursor: pointer; }

/* /// OUR CUSTOM INPUTS /// */
.caldera-grid .radio span:before, .caldera-grid .checkbox span:before, .caldera-grid .radio-inline span:before, .caldera-grid .checkbox-inline span:before { color: #999999; content: "\f10c"; }
.caldera-grid .checkbox span:before, .caldera-grid .checkbox-inline span:before { color: #999999; content: "\f0c8"; }
.caldera-grid .radio span:hover:before, .caldera-grid .radio-inline span:hover:before { content: "\f10c"; filter: alpha(opacity=20); opacity: 0.2; }
.caldera-grid .checkbox span:hover:before, .caldera-grid .checkbox-inline span:hover:before { content: "\f0c8"; filter: alpha(opacity=20); opacity: 0.2; }

/* /// CHECKED STATE /// */
.caldera-grid [type=radio]:checked + span:before { content: "\f192"; color: #3788c3; }
.caldera-grid [type=checkbox]:checked + span:before { content: "\f14a"; color: #3788c3; }
.caldera-grid [type=radio]:checked + span:before:hover, .caldera-grid [type=checkbox]:checked + span:before:hover { filter: alpha(opacity=100); opacity: 1; color: #3788c3; }

.caldera-grid select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none !important;
    padding: 0 !important;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
	transition: all .4s;
}

.select-inner {
    padding: 7px 2% 7px 1%;
    height: auto;
}

.select-inner:hover {
}

.select-inner:after {
    font-family: "FontAwesome";
    display: block;
    content: "\f078";
    font-size: 25px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    position: absolute;
    right: 20px;
    top: 38px;
}

.loginform 
{
	font-size: 11px;
}

.loginform input[type="text"], .loginform input[type="password"]
{	
	font-size: 11px;
	padding: 3px 5px 3px 5px;
}

.messagebox
{
	background: #fafafa;
	width: 98%;
	padding: 10px 1% 10px 1%;
	margin: 0 0 20px 0;
}

:-moz-placeholder,
::-webkit-input-placeholder
{
	color: #e0e0e0;
}

/*
# Other ################### 
*/

::selection { background: #383837; color: #ffffff; }  
::-moz-selection { background: #383837; color: #ffffff; }  
::-webkit-selection { background: #383837; color: #ffffff; }  

.right		{float:right;}
.left		{float:left;}
.floatnone	{float:none;}
.clear		{clear:both;}
.alignleft	{text-align: left; float: left; margin: 0 20px 20px 0; }
.alignright	{text-align: right; float: right; margin: 0 0 20px 20px; }
.aligncenter	{text-align: center;}
.marginTop20	{margin-top: 20px; }
.marginRight20 	{margin-right: 20px; }
.marginLeft20	{margin-left: 20px; }
.marginBottom20	{margin-bottom: 20px; }
.marginTop10	{margin-top: 10px; }
.marginRight10 	{margin-right: 10px; }
.marginLeft10	{margin-left: 10px; }
.marginBottom10	{margin-bottom: 10px; }
.paddingPixel20 {padding: 20px;}
.paddingPixel10	{padding: 10px;}
.paddingPixel5  {padding: 5px;}
.paddingPercent20 {padding: 20%;}
.paddingPercent10 {padding: 10%;}
.paddingPercent5 {padding: 5%;}
.paddingPercent2 {padding: 2%;}
.paddingPercent1 {padding: 1%;}


/*
# Preloader #################
*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/preloader/default.svg) center no-repeat #fff;
}

#ajaxloader
{
	position: absolute;
	left: 50%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}

/*
# Loading Bar #################
*/
.loadingBar
{
	width: 100%;
	height: 5px;
	margin: 0 auto;
	position: fixed;
	top: 0;
	z-index: 999999999999;
	background: #ffffff;
}

.loadingExpand
{
	width: 100%;
	height: 5px;
	margin: 0;
	position: absolute;
	-moz-animation: fullexpand 3s ease-out;
	-webkit-animation: fullexpand 3s ease-out;
}

@-moz-keyframes fullexpand
{
	0% { width: 0px; }
	100% { width: 100%; }
}

@-webkit-keyframes fullexpand
{
	0% { width: 0px; }
	100% { width: 100%; }
}

/*
# Scroll To Top #################
*/
.scrollToTop
{
	padding:	10px; 
	text-align:	center; 
	background-color:#bababa;
	border: 1px solid #ffffff;
	font-weight: 	bold;
	color: 		#ffffff;
	text-decoration: none;
	position:	fixed;
	bottom:		30px;
	right:		39px;
	display:	none;
	text-align:	center;
	cursor:		pointer;
}
.scrollToTop:hover{
	text-decoration:none;
	color:		#ffffff;
}
.scrollToTop a, .scrollToTop a:hover
{
	color:		#ffffff;
}
.scrollToTop i
{
	font-size:	26px;
}


/*Equal Height Pagebuilder Boxes:*/
.sameheight
{
	/*background:		rgba(200,200,200,0.5);*/
}
.sameheight:hover
{
	/*background:		rgba(255,0,0,0.2);*/
}
/*for empty boxes in a row, delete all styles again:*/
.panel-grid-cell-empty .equalheight,
.panel-grid-cell-emtpy .equalheight:hover
{
	background:		none;
}




/*Parallax Image*/
.wwm-parallax-image
{ 
   position: relative; 
   width: 100%; /* for IE 6 */
}

.wwm-parallax-image img
{
	width: 100%;
}

.wwm-parallax-image-background
{
	background-size:cover;
	background-repeat:no-repeat;
	box-sizing:border-box;
}

.so-widget-wwm-imagegallery-widget img
{
	box-sizing: border-box;
	border: 1px solid #fff;
}


/*
# Cookie Box ##################
*/
/*Hier wird die Hintergrudfarbe des Balkens ge�ndert*/
.cc_container {
background: #3e3e3e none repeat scroll 0 0!important;
}

/*Hier wird die Farbe des Buttons angepasst*/
.cc_container .cc_btn, .cc_container .cc_btn:visited {
color: #3e3e3e!important;
background-color: #fff !important;}

/*Hier wird die Farbe des "Mehr erfahren"-Links angepasst*/
a.cc_more_info {
color: white!important;
}



/*
# Responsive ################### 
*/

@media only screen and (max-width: 1724px)
{
	#page, .navigation, .footer, .maincontent { width: 1300px; }
	.footer-content { width: 1260px; }
	nav ul#wwm_menu li a { padding: 12px 10px 10px 10px; font-size: 14px; }

}


@media only screen and (max-width: 1524px)
{
	#page, .navigation, .footer, .maincontent { width: 1200px; }
	.footer-content { width: 1160px; }

}

@media only screen and (max-width: 1224px)
{
	#page, .navigation, .footer, .maincontent { width: 1000px; }
	.footer-content { width: 960px; }
	#mobile-header 
	{ 
		display: block; 
		padding: 20px 0 0 0; 
		position: fixed;
		top: 0;
		height: 50px; 
		width: 100%; 
		z-index: 100000;
		box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
	}
	#navigation, #subnavigation, .navigation { display: none; }
}

@media only screen and (max-width: 1024px)
{
	#page, .navigation, .footer, .maincontent { width: 800px; }
	.footer-content { width: 760px; }
	#page { margin: 38px auto; }
	.header { border-bottom: 1px solid transparent; } 
	nav ul { position:static; float: none; left: 0; }
	.container { width: 100% !important; max-width: 100% !important; }
	body { font-size: 12px; }
}


@media only screen and (max-width: 824px)
{
	#page, .footer, .footer, .maincontent { width: 100%; }
	.footer-content { width: 97%; }
	.footer { text-align: center; }
	#page { margin: 18px 0 0 0; }
	.content { padding: 70px 15px 50px 15px; }
	h1, h3.widget-title { font-size: 26px; }
	.footer h3 { width: 100%; }
}





@media screen and (max-width: 600px) {
.kontakttable {width:100%;}
.kontakttable thead {display: none;}
.kontakttable tr:nth-of-type(2n) {background-color: inherit;}
.kontakttable tr td:first-child {background: #f0f0f0; font-weight:bold;font-size:1.3em;}
.kontakttable tbody td {display: block;  text-align:center;}
.kontakttable tbody td:before { 
    content: attr(data-th); 
    display: block;
    text-align:center;  
  }
.kontakttable td { border-bottom: none; }
}


@media only screen and (max-width: 524px)
{
	.scrollToTop { position: static; bottom: 0; right: 0; }
	.header .logocontainer { display: none; }
	.header { margin: 70px 0 0 0; }

	/* responsive table */
	.kontakttable {width:100%;}
	.kontakttable thead {display: none;}
	.kontakttable tr:nth-of-type(2n) {background-color: inherit;}
	.kontakttable tr td:first-child {background: #f0f0f0; font-weight:bold;font-size:1.3em;}
	.kontakttable tbody td {display: block;  text-align:center;}
	.kontakttable tbody td:before { 
		content: attr(data-th); 
		display: block;
		text-align:center;  
	  }
	.kontakttable td { border-bottom: none; }

}

