/* Reset */

html, body, span, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, main, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;	
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {display: block;}

*,
*:after,
*:before {
	padding: 0;
	margin: 0;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Main Colors Green */

:root {
	/* --main-color: #00af78; */
	--main-color: #f18900;
	--link-color: #f18900;
	--background-color: #f18900;
	--naviback-color: #f18900;
	--partner-color: #999;	
}

/* Highlighting */

::-moz-selection, ::selection {color: #fff; background: #000;}
::selection {color: #fff; background: #000;}

/*---------------------------- Basic Styles ---------------------------*/

html, body {
	height: 100%;
	font-weight: normal;	
	color: #000;
	font-size: 1rem;
	padding: 0;
	line-height: 150%;	
	background: #fff;	
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;		
	-webkit-font-smoothing: antialiased;		
	-webkit-animation-name: fadeIn;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration: 400ms;  
	-moz-animation-name: fadeIn;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-duration: 400ms;	
	font-style: normal;
	font-stretch: normal;
	font-family: 'Helvetica', 'Arial', sans-serif;		
	font-weight: 400;
}

ol, ul {margin: 0 0 1em 1em;}
table {border-collapse: collapse; border-spacing: 0;}
strong, b {font-weight: 500;}
i, em {font-style: italic;}
p {margin: 0 0 1.1rem 0; font-size: 1.1rem;}

img {max-width: 100%; height: auto; border: 0;}

a, a:link, a:visited {color: var(--main-color); text-decoration: none; transition: all .15s ease-in-out;}
a:hover, a:active {color: var(--partner-color); text-decoration: none;}
a:focus {border: 0; outline: 0; -moz-outline:0;}

h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-stretch: normal;		
}

h1 {
	font-size: 2rem;
	line-height: 120%;
	margin: 0 0 30px 0;
	font-weight: 600;		
}

h2 {
	font-size: 1.5rem;
	line-height: 120%;
	margin: 20px 0;
	color: var(--main-color);	
	font-weight: 500;		
}

h3 {
	font-size: 1rem;
	line-height: 140%;
	margin: 30px 0 20px 0;	
	font-weight: 700;
}

h4 {
	font-size: 1rem;	
	line-height: 140%;
	margin: 30px 0 20px 0;		
	letter-spacing: 1px;
	font-weight: 700;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	background: #ccc;
	height: 1px;
	clear: both;
	margin: 45px 0;
}

.bu {color: var(--partner-color); font-size: 0.87em; margin: 0.5em 0; padding: 0 0 1em 0; line-height: 120%;}
.grey {color: var(--partner-color)}
.grey a {text-decoration: none !important}
.center {text-align: center;}
.small {font-size: 0.9rem;}

/*---------------------------- Responsive Container ---------------------------*/

.responsiveContainer {
	position: relative;
	padding-bottom: 66%;
	height: 0;
	overflow: hidden;
}

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

/*---------------------------- Page Container ---------------------------*/

#container {
	margin: 95px auto 0 auto;	
	width: 100%;
	background: #fff;
	position: relative;
	overflow: auto;
}

/*---------------------------- Header ---------------------------*/

#header {
	display: block;
	margin: 0 auto;
	width: 100%;	
	position: fixed;
	top: 0;
	z-index: 10;
	background: #fff;	
	-webkit-box-shadow: 0px 5px 5px -5px rgba(153,153,153,1);
	-moz-box-shadow: 0px 5px 5px -5px rgba(153,153,153,1);
	box-shadow: 0px 5px 5px -5px rgba(153,153,153,1);		
}

.header-wrapper {
	width: 100%;	
	display: flex;
	justify-content: center;
	align-items: center;
}

#logo {  
	height: 95px;
	padding: 15px 10px 10px 10px;
	display: flex;
	align-items: center;
}

#logo img {
	height: 70px;
}

#logo a  {  		
	display: block;
}

#navi-button {
	display: inline-block;		
	border: 0;
	border-radius: 0;
	background: #fff;
	color: var(--main-color);
	font-size: 2rem;
	cursor: pointer;
	padding: 10px;
	transition: all .35s ease-in-out;	
}	

#navi-button:hover, #navi-button:active {
	color: var(--partner-color);
	border: 0; outline: 0; -moz-outline:0;
}

#navi-button.ti-close {	
	display: none;
}	


#gf {display: none;}

/*---------------------------- Bigimage ---------------------------*/

#bigimage {
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

#headline {
	z-index: 2;
	padding: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}	

#headline div {
	margin: 0 auto;
	width: 90%;
	max-width: 900px;
}	

#headline h1 {
	font-size: 1.4rem;
	margin: 0;
	padding: 20px 10px 20px 10px;
	line-height: 130%;
	color: #fff;
	text-align: left;
	text-transform: uppercase;	
	letter-spacing: 1px;
	border-left: 2px solid #fff;	
	font-weight: 600;	
}

/*---------------------------- Main ---------------------------*/

#content {
	width: 100%;
	margin: 30px auto;
	padding: 0;
	min-height: 500px;
}

#content .content-wrapper, #content .content-wrapper-large {
	margin: 0 auto;	
	width: 100%;	
	padding: 0 10px;
}

#content h3.h3first {
	margin: 0 0 20px 0;
}

#content p {
	hyphens: auto;
	font-size: 1rem;
	line-height: 150%;
	font-weight: 400;		
}

#content li {
	list-style-type: '–  ';
	list-style-position: outside;	
}

#content .standorte {
	display: block;
	margin: 0 auto -8px auto;
}

/*---------------------------- News / Service ---------------------------*/

#box {
	padding: 25px 10px 10px 10px;
	background: #efefef;
	overflow: auto;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(200,200,200,1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(200,200,200,1);
	box-shadow: 0px 5px 5px 0px rgba(200,200,200,1);			
}

#box h2 {
	margin: 0 0 15px 0;
}

/*---------------------------- Footer ---------------------------*/

#footer {
	width: 100%;
	padding: 15px;
	margin: 60px auto 0 auto;
	padding: 30px 10px 60px 10px;
	overflow: auto;
	background: #706f6f;
	color: #fff;
}

#footer ul {
	width: 100%;
	list-style: none;
	margin: 0;
}

#footer li, #footer p {
	width: 100%;
	font-size: 1.1rem;	
	line-height: 200%;
	font-weight: 300;		
}

#footer a, #footer a:visited {
	color: #fff;
}

#footer a:hover, #footer a:active {
	color: #fff;
	opacity: .7;
	margin: 15px 0;
}

/*---------------------------- Top Scroll ---------------------------*/

.cd-top {
	display: inline-block;
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 5;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #fff url(/img/layout/cd-top.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: .8;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .8;
}
.no-touch .cd-top:hover, .cd-top:hover {
	background: #fff url(/img/layout/cd-top.svg) no-repeat center 50%;
	transition: all .2s ease-in-out;
	opacity: 1;
}			

/*---------------------------- Animation ---------------------------*/

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
	from {opacity: 1;}
	to {opacity: 0;}
}

@keyframes fadeOut {
	from {opacity: 1;}
	to {opacity: 0;}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@media only screen and (max-width: 799px) {
	.no-display-mobile {display: none;}
}

/* Animation */

@keyframes fadeInUp {
	from {
		transform: translate3d(0,40px,0)
	}

	to {
		transform: translate3d(0,0,0);
		opacity: 1
	}
}

@-webkit-keyframes fadeInUp {
	from {
		transform: translate3d(0,40px,0)
	}

	to {
		transform: translate3d(0,0,0);
		opacity: 1
	}
}

.animatedFadeInUp {
	opacity: 0
}

.fadeInUp {
	opacity: 0;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}

/*---------------------------- Only mobile ---------------------------*/

@media only screen and (max-width: 767px) {
	.no-mobile {display: none;}
}

/*---------------------------- Normal Screen ---------------------------*/

@media only screen and (min-width: 768px) {

	#container {
		margin: 0 auto;
		overflow: visible;	
	}

	/* Header */

	#header {
		position: -webkit-sticky;
		position: sticky;
		height: auto;
	}	

	#header .header-wrapper {
		display: flex;
		justify-content: space-between;
	}	

	#logo, #logo2 {	
		height: 150px;
		padding: 15px;		
	}

	#logo img, #logo2 img {
		height: 120px;
		width: auto;
	}	

	#navi-button {
		font-size: 2.2rem;
		padding: 20px 20px 8px 20px;	
		transition: all .35s ease;
	}
	/* Bigimage*/

	#headline div {
		max-width: 900px;
	}	

	#headline h1 {
		font-size: 3rem;
		padding: 30px;
	}

	/* Content */

	#content {
		padding: 50px 30px;
	}

	#content p {
		font-size: 1.2rem;
	}

	#content .content-wrapper {
		padding: 0;
		max-width: 840px;
	}	

	/* Box */

	#box {
		padding: 30px;
	}

	#box .box-wrapper {
		margin-top: 10px;
		display: flex;
		justify-content: space-between;
		background: #efefef;
	}

	#box .box-item {
		flex: 0 0 31%;
		margin: 0 30px 0 0; 
		padding: 0 30px 0 0; 
		border-right: 1px solid #ccc;
	}

	#box .box-item:last-child {
		margin: 0; 
		padding: 0; 
		border: 0;
	}

	/* Footer*/

	#footer {
		margin: 120px auto 0 auto;
		padding: 60px 30px;
	}

	#footer .footer-wrapper {
		margin: 0 auto;
		width: 100%;
		display: flex;
		justify-content: center;
		max-width: 1800px;	
		padding: 0;
	}

	#footer div {
		flex: 0 0 22%;
		display: flex;
		justify-content: center;
	}

	#footer ul {
		width:auto;
	}

	#footer li {
		font-size: 1.2rem;
	}

	#footer .copyright {
		margin: 60px auto;		
		text-align: center;
		font-size: 1.2rem;		
	}

	.cd-top {
		bottom: 30px;
		right: 30px;
	}

}

/*---------------------------- Wider Screens ---------------------------*/

@media only screen and (min-width: 1025px) {

	#content .content-wrapper  {
		max-width: 960px;
		padding: 0;
	}

	#content .content-wrapper-large {
		max-width: 1260px;
		padding: 0 30px;
	}	

}

@media only screen and (min-width: 1280px) {


	/* Bigimage*/

	#headline h1 {
		font-size: 4rem;
	}	

	#headline div {
		max-width: 1020px;
	}	

}	

@media only screen and (min-width: 1800px) {

	.header-wrapper {
		margin: 0 auto;
		max-width: 1800px;
	}

	#footer .footer-wrapper  {
		padding: 0 30px;
	}

}	

/*----------------------------Print ---------------------------*/

@media print { 

	* {
		background: transparent !important;
		color: #000 !important;
		text-shadow: none; 
		font-size: 12pt;
	}

	@page {
		size: 21.0cm 29.7cm;
		padding: 1cm;
	}

	#navi, #aside, #footer, #social, #suche, .arrow {display: none;}	

	.print-only {
		clear: both;
		margin: 2em 0;
	}

}

