/****** Basic Styles for RÜKO Baumaschinen Beschicker-Kampagne ******
Version:	1.0
Author:		Linus Stubert, Maria Rindermann
E-Mail:		ls@goetzinger-komplizen.de
Web:		http://www.goetzinger-komplizen.de
Copyright:	goetzinger + komplizen 2017
*********************************************************************/


@font-face {
	font-family:'plane_crash_-_komplizenRg';
	/*src:url('');
	src:url('../fonts/PlaneCrash-komplizen-Regular.eot') format('embedded-opentype'),
			url('../fonts/PlaneCrash-komplizen-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/PlaneCrash-komplizen-Regular.ttf') format('truetype'),
		 url('../fonts/PlaneCrash-komplizen-Regular.svg#PlaneCrash-komplizen-Regular') format('svg');*/
	font-display: auto;
	src: url(../fonts/planecrash-komplizen-regular-webfont.woff2),
			 url(../Fonts/planecrash-komplizen-regular-webfont.woff);
	font-weight: 100;
	font-style: normal;
}


/*** basic styles ***/

html {
	height:100%;
}

body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	color:#666;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	text-size-adjust:none;
	background:#fff;
	/*user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;*/
}

@media screen and (min-width:1600px) {
	body {
		font-size:18px;
	}
}

@media screen and (max-width:720px) {
	body {
		font-size:14px;
	}
}

img {
	border:none;
	-ms-interpolation-mode:bicubic;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;
	width: 100%;
	height: auto;
	display: block;
}

* {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	color:#032b60;
	font-weight:normal;
}

@media screen and (max-width:480px) {
	h1, h2, h3, h4, h5, h6 {
		hyphens:auto;
		-moz-hyphens:auto;
		-webkit-hyphens:auto;
		-ms-hyphens:auto;
	}
}

h1 {
	font-size:1.6em;
	font-family:'plane_crash_-_komplizenRg', Arial, Helvetica, sans-serif;
	margin-bottom:0.7em;
}

@media screen and (max-width:720px) {
	h1 {
		font-size:1.5em;
	}
}

h1:last-child {
	margin-bottom:0;
}

.ce .ce h1:last-child {
	margin-bottom:0.7em;
}

h1 b {
	display:none;
}

@media screen and (max-width:720px) {
	h1 br, h2 br, h3 br {
		display:none;
	}
}

h2 {
	font-size:2.5em;
	font-family:'plane_crash_-_komplizenRg', sans-serif;
	text-transform:lowercase;
	margin-bottom:0.33em;
}

@media screen and (max-width:1280px) {
	h2 {
		font-size:2em;
	}
}

@media screen and (max-width:960px) {
	h2 {
		font-size:2.5em;
		text-align: center;
	}
}

h3 {
	font-size:1.2em;
	margin-bottom:1.2em;
}

@media screen and (max-width:720px) {
	h3 {
		font-size:1.1em;
		margin-bottom:1em;
	}
}

h4, h5, h6 {
	font-size:1em;
	margin-bottom:0.5em;
}

h1.margin-half {
	margin-bottom:0.35em;
}

h2.margin-half {
	margin-bottom:0.5em;
}

h3.margin-half, h4.margin-half {
	margin-bottom:0.6em;
}

h5.margin-half, h6.margin-half {
	margin-bottom:0.8em;
}

p {
	margin-bottom:1.6em;
}

p.margin-half {
	margin-bottom:0.8em;
}

@media screen and (max-width:480px) {
	body p {
		font-size:1.1em;
	}
}

table {
	border-collapse:collapse;
	margin-bottom:1.6em;
}

td, th {
	font-size:1em;
	vertical-align:top;
	padding-right:1em;
	text-align:left;
}

tr {
	padding-bottom:0.5em;
}

a {
	color:#032b60;
	text-decoration:none;
}

a.pdf, a[href$=pdf] {
	background:transparent url(../img/icon_pdf.png) no-repeat 0 0/auto 100%;
	padding-left:25px;
	line-height:1.4em;
}

a.doc, a.docx {
	background:transparent url(../img/doc_icon.png) no-repeat 0 0;
	padding-left:25px;
	line-height:1.4em;
}

a.xls, a.xlsx {
	background:transparent url(../img/xls_icon.png) no-repeat 0 0;
	padding-left:25px;
	line-height:1.4em;
}

a.ppt, a.pptx {
	background:transparent url(../img/ppt_icon.png) no-repeat 0 0;
	padding-left:25px;
	line-height:1.4em;
}

a.zip {
	background:transparent url(../img/zip_icon.png) no-repeat 0 0;
	padding-left:25px;
	line-height:1.4em;
}

.indent {
	margin-left:40px;
}

sup {
	line-height:0;
	font-size:0.7em;
	position:relative;
}

b{
	color: #032b60;
}

.xx-large {
	font-size:2em;
}

.x-large {
	font-size:1.6em;
}

.large {
	font-size:1.2em;
}

.small {
	font-size:0.9em;
}

.x-small {
	font-size:0.7em;
}

.opensans {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.red {
	color:#8b2231;
}

.background-green, a.background-green {
	background:#b7c400;
}

.background-blue, a.background-blue {
	background:#032b60;
}

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

p.align-center {
	max-width:768px;
	margin-left:auto;
	margin-right:auto;
}

.align-left {
	text-align:left;
}

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

.align-justify {
	text-align:justify;
}

div.code {
	padding:20px;
	font-family:"Courier New",Courier,monospace;
	color:#787877;
	background:#e5e5e5;
	margin-bottom:1.6em;
}

div.code p {
	margin-bottom:0;
}

.nowrap {
	white-space:nowrap;
}

.clear {
	clear:both;
	float: none;
}

.dont_show {
	display:none;
}


/*** wrapper styles ***/

.wrapper {
	width:100%;
	text-align:left;
	z-index:5;
	margin:0 auto;
	min-height:200px;
	position:relative;
	background:#f2f2f2;
	background:linear-gradient(top,rgba(242,242,242,0.7) 0%,#f2f2f2 200px,#f2f2f2 100%);
	background:-moz-linear-gradient(top,rgba(242,242,242,0.7) 0%,#f2f2f2 200px,#f2f2f2 100%);
	background:-webkit-linear-gradient(top,rgba(242,242,242,0.7) 0%,#f2f2f2 200px,#f2f2f2 100%);
	background:-ms-linear-gradient(top,rgba(242,242,242,0.7) 0%,#f2f2f2 200px,#f2f2f2 100%);
}

body.scrolledDown .wrapper {
	background-position:0 108px;
	background-attachment:fixed;
}

@media screen and (max-width:1280px) {
	.wrapper {
		background:linear-gradient(top,rgba(242,242,242,0.7) 0%,#f2f2f2 80px,#f2f2f2 100%);
		background:-moz-linear-gradient(top,rgba(242,242,242,0.7) 0%,#f2f2f2 80px,#f2f2f2 100%);
		background:-webkit-linear-gradient(top,rgba(242,242,242,0.7) 0%,#f2f2f2 80px,#f2f2f2 100%);
		background:-ms-linear-gradient(top,rgba(242,242,242,0.7) 0%,#f2f2f2 80px,#f2f2f2 100%);
	}

	body.scrolledDown .wrapper {
		background-position:0 92px;
	}
}

@media screen and (max-width:720px) {
	.wrapper {
		background:#f2f2f2;
	}

	body.scrolledDown .wrapper {
		background-position:0 78px;
	}
}

html.touch .wrapper {
	background-position:0 0;
	background-attachment:scroll;
}


/*** header ***/

.header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:1;
	overflow:hidden;
}

html.touch body.scrolledDown .header {
	display:none;
}

.header img {
	width:100%;
	height:auto;
	position:relative;
	top:0;
	left:0;
}

@media screen and (max-width:960px) {
	.header {
		position:absolute;
	}

	.header img {
		width:120%;
		left:-10%;
	}
}

@media screen and (max-width:480px) {
	.header img {
		width:140%;
		left:-20%;
	}
}


/*** menu styles ***/

.topbar_wrapper {
	background:#fff;
	background:rgba(255,255,255,0.9);
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	top:0;
	left:0;
	text-align:left;
	line-height:40px;
	margin:0 auto;
	height:108px;
	width:100%;
	position:fixed;
	z-index:99;
	transition:0.4s all;
	-webkit-transition:0.4s all;
	-moz-transition:0.4s all;
}

body.scrolledDown .topbar_wrapper {
	background:#fff;
}

@media screen and (max-width:960px) {
	.topbar_wrapper {
		height:92px;
		line-height:32px;
	}
}

@media screen and (max-width:720px) {
	.topbar_wrapper {
		top:0;
		background:#fff;
		height:78px;
	}
}

.topbar {
	width:90%;
	height:100%;
	max-width:1152px;
	margin:0 auto;
	position:relative;
}

#scroll_to_top.visible {
	right:25px;
}

#scroll_to_top {
	bottom:25px;
	height:25px;
	position:fixed;
	right:-50px;
	transition:all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	width:25px;
	z-index:1000;
}

#scroll_to_top a {
	background:rgba(0, 0, 0, 0) url(../img/scroll_to_top.png) no-repeat scroll 0 0 / 100% auto;
	display:block;
	height:100%;
	width:100%;
}

body.menu_enabled #scroll_to_top {
	display:none;
}

.menu_button {
	background:transparent url(../img/menu_button.png) no-repeat 50% 50%/30px auto;
	min-width:30px;
	width:8%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	display:none;
	cursor:pointer;
}

body.menu_enabled .menu_button {
	background-image:url(../img/close_button.png);
}

@media screen and (max-width:720px) {
	.menu_button {
		display:block;
	}
}

.header_spacer {
	margin:50% auto 0;
	margin-top:calc(42% + 108px);
	width:100%;
	height:0;
}

@media screen and (max-width:960px) {
	.header_spacer {
		margin-top:calc(42% + 92px);
	}
}

@media screen and (min-aspect-ratio:4/3) {
	.header_spacer {
		margin-top:calc(35% + 108px);
	}
}

@media screen and (max-width:960px) and (min-aspect-ratio:4/3) {
	.header_spacer {
		margin-top:calc(35% + 92px);
	}
}

.header_spacer.no_header {
	margin-top:108px;
}

@media screen and (max-width:960px) {
	.header_spacer.no_header {
		margin-top:92px;
	}
}

@media screen and (max-width:720px) {
	.header_spacer.no_header {
		margin-top:78px;
	}
}

/*#p61 .header_spacer.no_header {
	margin:50% auto 0;
	margin-top:calc(42% + 108px);
	width:100%;
	height:0;
}

@media screen and (max-width:960px) {
	#p61 .header_spacer.no_header {
		margin-top:calc(42% + 92px);
	}
}

@media screen and (min-aspect-ratio:4/3) {
	#p61 .header_spacer.no_header {
		margin-top:calc(35% + 108px);
	}
}

@media screen and (max-width:960px) and (min-aspect-ratio:4/3) {
	#p61 .header_spacer.no_header {
		margin-top:calc(35% + 92px);
	}
}*/

.menubar_wrapper {
	background:#fff;
	background:rgba(255,255,255,0.9);
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	left:0;
	text-align:left;
	z-index:99;
	line-height:50px;
	height:60px;
	width:100%;
	position:relative;
	z-index:80;
}

.scrolled_down_menu_wrapper {
	line-height:50px;
	background:#fff;
	width:100%;
	font-size:1.2em;
	height:60px;
	position:fixed;
	top:-200px;
	left:0;
	z-index:100;
	transition:0.4s all;
	-webkit-transition:0.4s all;
	-moz-transition:0.4s all;
	-ms-transition:0.4s all;
}

.scrolled_down_menu_wrapper .menu {
	width:90%;
	max-width:1152px;
	margin:0 auto;
}

body.scrolledDown .scrolled_down_menu_wrapper {
	top:0;
}

@media screen and (max-width:960px) {
	.scrolled_down_menu_wrapper {
		font-size:1em;
	}

	.scrolled_down_menu_wrapper .menu {
		width:90%;
		padding:0 5%;
	}
}

@media screen and (max-width:800px) {
	.scrolled_down_menu_wrapper {
		font-size:0.9em;
	}
}

@media screen and (max-width:720px) {
	.scrolled_down_menu_wrapper, body.scrolledDown .scrolled_down_menu_wrapper {
		display:none;
	}
}

@media screen and (max-width:720px) {
	.menubar_wrapper {
		display:none;
	}
}

@media screen and (max-width:480px) {
	.scrolled_down_menu_wrapper .menu {
		width:96%;
		padding:0 2%;
	}
}

.menubar_wrapper .menubar {
	width:90%;
	max-width:1152px;
	margin:0 auto;
	font-size:1.2em;
}

@media screen and (max-width:720px) {
	.topbar .menubar {
		display:none;
	}
}

@media screen and (max-width:960px) {
	.menubar_wrapper .menubar {
		width:90%;
		margin:0 5%;
		font-size:1em;
	}
}

@media screen and (max-width:780px) {
	.menubar_wrapper .menubar {
		font-size:0.9em;
	}
}

.menu_wrapper {
	float:right;
	margin-top:4px;
	clear:right;
}

@media screen and (max-width:960px) {
	.menu_wrapper {
		margin-top:0;
	}
}

@media screen and (max-width:720px) {
	.menu_wrapper {
		display:none;
	}
}

.mobile_menu_wrapper {
	overflow:scroll;
	overflow-x:hidden;
	position:fixed;
	left:-100%;
	top:78px;
	bottom:0;
	width:92%;
	padding:4%;
	background:#fff;
	transition:0.4s all;
	-webkit-transition:0.4s all;
	-moz-transition:0.4s all;
	-ms-transition:0.4s all;
	z-index:10;
	font-size:1.2em;
	text-align:left;
	display:none;
}

body.menu_enabled .mobile_menu_wrapper {
	left:0;
}

@media screen and (max-width:720px) {
	.mobile_menu_wrapper {
		display:block;
	}
}

.menu {
	float:left;
}

@media screen and (max-width:960px) {
	.topbar_wrapper .menu {
		font-size:0.9em;
	}
}

.mobile_menu_wrapper .menu {
	width:100%;
}

.menu ul {
	display:block;
	margin:0;
	padding:0;
}

.mobile_menu_wrapper .menu>ul {
	margin-bottom:20px;
}

.menu ul li {
	z-index:100;
	list-style-type:none;
	float:left;
}

.mobile_menu_wrapper .menu>ul>li {
	width:100%;
	padding:0;
	border-bottom:1px solid #ccc;
	position:relative;
}

.menu>ul>li.last {
	margin-right:0;
	padding-right:0;
}

.mobile_menu_wrapper .menu>ul>li.last {
	border-bottom:0;
}

.menu>ul>li>a {
	color:#9b9c9c;
	display:block;
	float:left;
	height:40px;
	padding:5px 10px;
	outline:0 none;
	text-decoration:none;
	float:left;
}

@media screen and (min-width:1200px) {
	.menu>ul>li>a {
		padding:5px 16px;
	}
}

@media screen and (max-width:960px) {
	.menu>ul>li>a {
		height:32px;
	}
}

@media screen and (max-width:800px) {
	.menu>ul>li>a {
		padding:5px 8px;
	}
}

.menu>ul>li.last>a {
	padding-right:0;
}

.mobile_menu_wrapper .menu>ul>li>a {
	float:none;
	position:static;
	left:0;
	height:auto;
	background:transparent;
	padding:12px 0;
}

.menu ul li.active>a, .menu ul li.current>a {
	color:#032b60;
	font-weight:bold;
}

.icons {
	margin-top:10px;
	margin-right:20px;
	float:right;
}

.icons a {
	display:block;
	height:40px;
	cursor:pointer;
	float:left;
	margin-right:10px;
}

@media screen and (max-width:960px) {
	.icons a {
		height:32px;
	}
}

.icons img {
	padding:20% 0;
	height:60%;
	width:auto;
}

@media screen and (max-width:720px) {
	.topbar_wrapper .icons {
		display:none;
	}
}

.select_currency_wrapper {
	float:left;
	margin-right:20px;
}


/*** logo styles ***/

.logo {
	display:table;
	float:left;
	width:320px;
	height:100%;
}

@media screen and (max-width:960px) {
	.logo {
		display:table;
		float:left;
		width:220px;
	}
}

@media screen and (max-width:760px) {
	.logo {
		width:200px;
	}
}

@media screen and (max-width:720px) {
	.logo {
		width:200px;
	}
}

.logo a {
	display:table-cell;
	vertical-align:middle;
}

.logo img {
	margin:0 auto;
	width:100%;
	height:auto;
	display:block;
}


/*** main styles ***/

.main {
	position:relative;
	width:100%;
	max-width:100%;
	margin:auto;
	overflow:initial;
}

@media screen and (max-width:720px) {
	.main {
		padding-top:4%;
	}

	#p3 .main {
		padding-top:0;
	}
}

.main ul, .main ol {
	margin:0 0 1.6em;
}

.main ul {
	list-style-type:none;
}

.main p+ul, .main p+table, .main h2+ul, .main h2+table, .main h3+ul, .main h3+table {
	position:relative;
	top:-1.5em;
	margin-bottom:0;
}

.main ul li, .main ol li {
	margin:0 0 0 20px;
	line-height:1.4em;
}

.main ul li {
	text-indent:-18px;
}

.main ul li::before {
	content:'\2013\00a0\00a0';
}

.main ul li p {
	margin-bottom:0;
}

.main ul li ul {
	padding-left:15px;
}


/*** form styles ***/

.Tx-Formhandler {
	overflow:hidden;
}

form {
	width:100%;
	float:left;
}

fieldset {
	border:0;
	margin:0;
	padding:0;
}

.tx-indexedsearch-searchbox fieldset{
	margin-bottom:1.4em;
}

.fieldrow {
	position:relative;
	overflow:hidden;
	margin-bottom:2%;
}

.footer .fieldrow {
	overflow:visible;
}

.fieldrow_margin_top {
	margin-top:1em;
}

.fieldrow_margin_bottom {
	margin-bottom:1em;
}

.fieldrow_contact_list {
	margin-bottom:0;
}

.machine_contact_list {
	margin-bottom:1px;
}

.machine_contact_list.empty {
	margin-bottom:0;
}

.fieldrow_newsletter {
	padding:6px 12px;
	background:#aaa;
}

.fieldrow_anrede {
	display:block;
	clear:inherit;
	float:left;
	width:20%;
}

@media screen and (max-width:480px) {
	.fieldrow_anrede {
		width:30%;
	}
}

.form_column_wrapper {
	overflow:hidden;
}

.form_column {
	width:49.5%;
	width:calc(50% - 1px);
	float:left;
}

.form_column1 {
	margin-right:1%;
	margin-right:calc(0% + 1px);
}

@media screen and (max-width:720px) {
	.form_column {
		width:100%;
		margin-right:0;
		float:none;
	}
}

legend {
	display:none;
}

label {
	display:block;
	margin-bottom:5px;
	font-size:1em;
}

label.label_full_line {
	width:100%;
	margin-bottom:1em;
}

label.textarea_label, label.select_label {
	width:auto;
	float:none;
	display:block;
	margin-bottom:0.5em;
}

label.radio_label, label.checkbox_label {
	width:auto;
	margin:0 0 0 10px;
	float:left;
	max-width:80%;
	font-size:1em;
	max-width:calc(100% - 60px);
}

input.anrede, .checkbox_input {
	border:medium none #000;
	float:left;
}

.checkbox_row {
	clear:both;
	overflow:hidden;
	margin-bottom:0.5em;
}

input[type=text], input[type=email], input[type=tel], input[type=password], input.text_input, textarea, select {
	background:rgba(255,255,255,0.8) none repeat scroll 0 0;
	border:0;
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:1em;
	padding:10px 12px;
	transition:background-color 0.4s ease 0s;
	width:90%;
	width:calc(100% - 24px);
	display:block;
	-webkit-border-radius:0;
	font-weight: 600;
}

select {
	width:100%;
	-webkit-appearance:none;
}

.bg_gray_50 input[type=text], .bg_gray_50 input[type=email], .bg_gray_50  input[type=tel], .bg_gray_50 input[type=password], .bg_gray_50 input.text_input, .bg_gray_50 textarea, .bg_gray_50 select {
	background:#aaa;
	color:#fff;
}

.bg_gray_50 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	background:#aaa;
	color:#fff;
}

.bg_gray_50 ::-moz-placeholder { /* Firefox 19+ */
	background:#aaa;
	color:#fff;
}

.bg_gray_50 :-ms-input-placeholder { /* IE 10+ */
	background:#aaa;
	color:#fff;
}

.bg_gray_50 :-moz-placeholder { /* Firefox 18- */
	background:#aaa;
	color:#fff;
}

input.date_input {
	width:160px;
}

@media screen and (max-width:720px) {
	input[type=text], textarea, select {
		margin:0 auto;
		display:block;
	}
}

input.radio, input.checkbox {
	float:left;
	-webkit-appearance:none;
}

.checkbox_wrapper, .radio_wrapper {
	position:relative;
	padding-top:2px;
	width:16px;
	height:16px;
	float:left;
	clear:both;
}

.checkbox_wrapper input, .radio_wrapper input {
	display:none;
}

.checkbox_wrapper img, .radio_wrapper img {
	width:100%;
	height:auto;
	position:absolute;
	top:2px;
	left:0;
	display:block;
}

.checkbox_wrapper .image_elem_checked, .radio_wrapper .image_elem_checked {
	display:none;
}

.checkbox_wrapper.checked .image_elem_checked, .radio_wrapper.checked .image_elem_checked {
	display:block;
}

.checkbox_wrapper.checked .image_elem_unchecked, .radio_wrapper.checked .image_elem_unchecked {
	display:none;
}

.image_elem_checked, .image_elem_unchecked {
	background-position:50% 50%;
	width:16px;
	height:16px;
	background-size:100% auto;
	background-repeat:no-repeat;
}

.radio_wrapper .radio_overlay .image_elem_unchecked {
	background-image:url(../img/radio_unchecked-white.png);
}

.radio_wrapper.checked .radio_overlay .image_elem_checked {
	background-image:url(../img/radio_checked-white.png);
}

.checkbox_wrapper .checkbox_overlay .image_elem_unchecked {
	background-image:url(../img/checkbox_unchecked-white.png);
}

.checkbox_wrapper.checked .checkbox_overlay .image_elem_checked {
	background-image:url(../img/checkbox_checked-white.png);
}

.bg_gray_50 .radio_wrapper .radio_overlay .image_elem_unchecked {
	background-image:url(../img/radio_unchecked_white.png);
}

.bg_gray_50 .radio_wrapper.checked .radio_overlay .image_elem_checked {
	background-image:url(../img/radio_checked_white.png);
}

.bg_gray_50 .checkbox_wrapper .checkbox_overlay .image_elem_unchecked {
	background-image:url(../img/checkbox_unchecked_white.png);
}

.bg_gray_50 .checkbox_wrapper.checked .checkbox_overlay .image_elem_checked {
	background-image:url(../img/checkbox_checked_white.png);
}

textarea {
	height:163px;
	resize:none;
	overflow:auto;
}

.error {
	padding-top:10px;
	color:#fff;
	clear:both;
}

.footer_wrapper .error {
	position:absolute;
	top:-36px;
	left:10px;
	background:#fff;
	font-size:0.8em;
	color:#ff0000;
	padding:7px;
	border:1px solid #ff0000;
	box-shadow:0 0 2px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.2);
	-ms-box-shadow:0 0 3px rgba(0,0,0,0.2);
}

.footer_wrapper .error::after {
	content:'';
	position:absolute;
	top:30px;
	width:0;
	height:0;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:10px solid #fff;
	left:11px;
}

.footer_wrapper .error::before {
	content:'';
	position:absolute;
	top:31px;
	width:0;
	height:0;
	border-left:11px solid transparent;
	border-right:11px solid transparent;
	border-top:10px solid #ff0000;
	left:10px;
}

.button, .submit,
a.button, a.submit {
	background-color:#d9d9d9;
	border:0;
	color:#000;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	padding:8px 12px;
	cursor:pointer;
	transition:0.4s all;
	-webkit-transition:0.4s all;
	-moz-transition:0.4s all;
	-ms-transition:0.4s all;
	display:inline-block;
	-webkit-appearance:none;
	margin-right:20px;
}

.submit, a.submit {
	width:50%;
	width:calc(50% - 1px);
	min-width:120px;
}

.main .submit, .main a.submit {
	width:auto;
	float: right;
	min-width: 200px;
	margin: 0;
	background: rgba(255,255,255,0.8);
}

.button:last-child, a.button:last-child {
	margin-right:0;
}

.button:hover, .submit:hover {
	background-color:#ffdd00;
}

.button.disabled, a.button.disabled, .button.disabled:hover, a.button.disabled:hover {
	background:#eee;
	color:#999;
	cursor:default;
	pointer-events:none;
}

@media screen and (max-width:720px) {
	.submit {
		display:block;
	}
}

#tx-indexedsearch-searchbox-button-submit {
	margin:0 0 0 10px;
}

.required_fields {
	float:left;
	color: #fff;
}

.mandatory{
	float: right;
}

.white_box {
	background:#fff;
	background:rgba(255,255,255,0.95);
	padding:20px;
}


/*** grid elements ***/

.grid {
	overflow:hidden;
	margin:0 auto;
}

.grid.bg_gray_95 {
	background:#f2f2f2;
}

.grid.bg_gray_50 {
	background:#808080;
	color:#fff;
}

.grid.bg_gray_50 h1, .grid.bg_gray_50 h2, .grid.bg_gray_50 h3, .grid.bg_gray_50 h4, .grid.bg_gray_50 h5, .grid.bg_gray_50 h6, .grid.bg_gray_50 a {
	color:#fff;
}

.grid.bg_white {
	background:#fff;
}

.grid.bg_yellow {
	background:#ffdd00;
}

.grid.bg_asphalt {
	background:transparent url(../img/asphalt-footer.jpg) repeat 50% 50%;
	color: #fff;
}


.grid.bg_asphalt a, .grid.bg_asphalt b{
	color: #fff;
}

/*.grid .grid {
	width:100%;
	max-width:auto;
}*/

.grid_col {
	float:left;
	min-height:1px;
}

.grid_col>p:last-child {
	margin-bottom:0;
}

.swap_cols_on_mobile .grid_col {
	float:right;
}

.grid_1x1>.grid_inner>.grid_col {
	width:100%;
}

.grid_2x1>.grid_inner>.grid_col {
	width:50%;
}

.col_margin_2_percent>.grid_inner>.grid_col {
	width:49%;
	margin-right:2%;
}

.col_margin_4_percent>.grid_inner>.grid_col {
	width:48%;
	margin-right:4%;
}

.col_margin_8_percent>.grid_inner>.grid_col {
	width:46%;
	margin-right:8%;
}

.col_ratio_60_40>.grid_inner>.grid_col_1, .col_ratio_40_60>.grid_inner>.grid_col_2 {
	width:60%;
}

.col_ratio_60_40>.grid_inner>.grid_col_2, .col_ratio_40_60>.grid_inner>.grid_col_1 {
	width:40%;
}

.col_ratio_67_33>.grid_inner>.grid_col_1, .col_ratio_33_67>.grid_inner>.grid_col_2 {
	width:67%;
}

.col_ratio_67_33>.grid_inner>.grid_col_2, .col_ratio_33_67>.grid_inner>.grid_col_1 {
	width:33%;
}

.col_ratio_60_40.col_margin_2_percent>.grid_inner>.grid_col_1, .col_ratio_40_60.col_margin_2_percent>.grid_inner>.grid_col_2 {
	width:58.8%;
}

.col_ratio_60_40.col_margin_2_percent>.grid_inner>.grid_col_2, .col_ratio_40_60.col_margin_2_percent>.grid_inner>.grid_col_1 {
	width:39.2%;
}

.col_ratio_67_33.col_margin_2_percent>.grid_inner>.grid_col_1, .col_ratio_33_67.col_margin_2_percent>.grid_inner>.grid_col_2 {
	width:65.66%;
}

.col_ratio_67_33.col_margin_2_percent>.grid_inner>.grid_col_2, .col_ratio_33_67.col_margin_2_percent>.grid_inner>.grid_col_1 {
	width:32.34%;
}

.col_ratio_60_40.col_margin_4_percent>.grid_inner>.grid_col_1, .col_ratio_40_60.col_margin_4_percent>.grid_inner>.grid_col_2 {
	width:57.6%;
}

.col_ratio_60_40.col_margin_4_percent>.grid_inner>.grid_col_2, .col_ratio_40_60.col_margin_4_percent>.grid_inner>.grid_col_1 {
	width:38.4%;
}

.col_ratio_67_33.col_margin_4_percent>.grid_inner>.grid_col_1, .col_ratio_33_67.col_margin_4_percent>.grid_inner>.grid_col_2 {
	width:64.32%;
}

.col_ratio_67_33.col_margin_4_percent>.grid_inner>.grid_col_2, .col_ratio_33_67.col_margin_4_percent>.grid_inner>.grid_col_1 {
	width:31.68%;
}

.col_ratio_60_40.col_margin_8_percent>.grid_inner>.grid_col_1, .col_ratio_40_60.col_margin_8_percent>.grid_inner>.grid_col_2 {
	width:55.2%;
}

.col_ratio_60_40.col_margin_8_percent>.grid_inner>.grid_col_2, .col_ratio_40_60.col_margin_8_percent>.grid_inner>.grid_col_1 {
	width:36.8%;
}

.col_ratio_67_33.col_margin_8_percent>.grid_inner>.grid_col_1, .col_ratio_33_67.col_margin_8_percent>.grid_inner>.grid_col_2 {
	width:61.64%;
}

.col_ratio_67_33.col_margin_8_percent>.grid_inner>.grid_col_2, .col_ratio_33_67.col_margin_8_percent>.grid_inner>.grid_col_1 {
	width:30.36%;
}

@media screen and (max-width:960px) {
	.grid>.grid_inner>.grid_col, .ce_inner .grid>.grid_inner>.grid_col {
		width:90%;
		margin-right:auto;
		margin-left:auto;
	}

	.grid>.grid_inner>.beschicker_header_col, .ce_inner .grid>.grid_inner>.beschicker_header_col {
		width:100%;
	}

	.grid>.grid_inner>.grid_col {
		margin-bottom:6%;
	}

	.swap_cols_on_mobile>.grid_inner>.grid_col {
		margin-bottom:4%;
	}

	.swap_cols_on_mobile>.grid_inner>.grid_col_first {
		margin-bottom:0;
	}

	.col_ratio_67_33.col_margin_8_percent>.grid_inner>.grid_col_1, .col_ratio_33_67.col_margin_8_percent>.grid_inner>.grid_col_2 {
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}

	.grid .col_ratio_67_33.col_margin_8_percent>.grid_inner>.grid_col_1, .grid .col_ratio_33_67.col_margin_8_percent>.grid_inner>.grid_col_2 {
		width:100%;
	}

	.col_ratio_67_33.col_margin_8_percent>.grid_inner>.grid_col_2, .col_ratio_33_67.col_margin_8_percent>.grid_inner>.grid_col_1 {
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}

	.grid .col_ratio_67_33.col_margin_8_percent>.grid_inner>.grid_col_2, .grid .col_ratio_33_67.col_margin_8_percent>.grid_inner>.grid_col_1 {
		width:100%;
	}
}

@media screen and (max-width:480px) {
	.grid>.grid_inner>.grid_col {
		margin-bottom:8%;
	}
}

.grid>.grid_inner>.grid_col_last {
	margin-right:0;
	margin-bottom:0;
}

.scroll_down {
	width:100%;
	height:80px;
	background:transparent url(../img/pfeil_unten_grau.png) no-repeat 50% 50%;
	cursor:pointer;
	transition:0.5s all;
	-moz-transition:0.5s all;
	-webkit-transition:0.5s all;
	-ms-transition:0.5s all;
	position:relative;
	z-index:10;
}

.scroll_down:hover {
	opacity:0.8;
}


/*** Dynamic Content Elements (DCEs) ***/

.slider_image_w_text {
	text-align:center;
}

.slider_image_w_text img {
	width:100%;
	height:auto;
}

.slider_image_w_text h3, .slider_image_w_text p {
	font-size:1em;
	margin-bottom:0;
}

.image_w_text {
	overflow:hidden;
	margin-bottom:40px;
}

.image_w_text img {
	float:left;
	width:28%;
	height:auto;
	margin-right:8%;
}

.fs_image_w_text {
	height:95vh;
	height:calc(100vh - 108px);
	width:100%;
	overflow:hidden;
	position:relative;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
}

@media screen and (max-width:960px) {
	.fs_image_w_text {
		height:56.25vw;
		background-position:50% 50%;
		background-attachment:scroll;
	}
}

@media screen and (max-width:720px) {
	.fs_image_w_text {
		height:auto;
		padding-top:56.25%;
		background-size:100% auto;
		background-position:50% 0;
		background-attachment:scroll;
	}
}

.fs_image_w_text .image_text {
	width:90%;
	max-width:1152px;
	margin:0 auto;
	position:relative;
	height:100%;
}

.fs_image_w_text .image_text_inner {
	position:absolute;
	top:10%;
	padding:30px;
	background:#fff;
	background:rgba(255,255,255,0.8);
	width:50%;
	width:calc(50% - 60px);
	box-shadow:0 0 10px rgba(0,0,0,0.4);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.4);
	-ms-box-shadow:0 0 10px rgba(0,0,0,0.4);
}

@media screen and (max-width:720px) {
	.fs_image_w_text .image_text_inner {
		box-shadow:none;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		-ms-box-shadow:none;
	}
}

.fs_image_w_text .image_text_inner_image {
	text-align:center;
}

.fs_image_w_text .image_text_inner img {
}

.fs_image_w_text.text_position_left .image_text_inner {
	left:0;
}

/*.fs_image_w_text.text_position_right .image_text_inner {
	right:0;
}*/

@media screen and (max-width:720px) {
	.fs_image_w_text .image_text {
		height:auto;
	}

	.fs_image_w_text .image_text_inner {
		position:static;
		width:100%;
		padding:20px 0;
		background:transparent;
	}
}

.fs_image_w_text .image_text_inner p:last-child {
	margin-bottom:0;
}

@media screen and (min-aspect-ratio:16/9) {
	.fs_image_w_text img {
		width:100%;
		height:auto;
	}
}

.responsive_image img {
	width:100%;
	height:auto;
	display:block;
}

.responsive_image_align_center img {
	margin:0 auto;
}

.responsive_image_align_right img {
	margin-right:0;
}

.responsive_image_align_left img {
	margin-left:0;
}

.responsive_image_90_percent img {
	width:90%;
}

.responsive_image_75_percent img {
	width:75%;
}

.responsive_image_67_percent img {
	width:67%;
}

.responsive_image_50_percent img {
	width:50%;
}

.responsive_image_33_percent img {
	width:33%;
}

.responsive_image_25_percent img {
	width:25%;
}

@media screen and (max-width:720px) {
	.responsive_image_mobile_90_percent img {
		width:90%;
	}

	.responsive_image_mobile_75_percent img {
		width:75%;
	}

	.responsive_image_mobile_67_percent img {
		width:67%;
	}

	.responsive_image_mobile_50_percent img {
		width:50%;
	}

	.responsive_image_mobile_33_percent img {
		width:33%;
	}

	.responsive_image_mobile_25_percent img {
		width:25%;
	}

	.responsive_image_mobile_360px img {
		width:360px;
		max-width:100%;
	}

	.responsive_image_mobile_240px img {
		width:240px;
		max-width:100%;
	}

	.responsive_image_mobile_180px img {
		width:180px;
		max-width:100%;
	}

	.responsive_image_mobile_120px img {
		width:120px;
		max-width:100%;
	}
}

.margin_top_20px {
	margin-top:20px;
}

.margin_top_40px {
	margin-top:40px;
}

.margin_bottom_20px {
	margin-bottom:20px;
}

.margin_bottom_40px {
	margin-bottom:40px;
}


/*** map ***/

.map_wrapper {
	width:100%;
	height:80vh;
}

.contact_coordinates {
	text-transform:uppercase;
	font-size:3vw;
	position:absolute;
	color:#032b60;
}

.contact_coordinates_label {
	font-weight:bold;
}

.contact_coordinates_value {
	position:relative;
}

.contact_coordinates_latitude {
	top:20%;
	left:10%;
}

.contact_coordinates_longitude {
	top:50%;
	left:70%;
}


/*** slider styles ***/

.grid_slider {
	height:auto;
	overflow:visible;
	position:relative;
	width:100%;
}

.slider_wrapper {
	width:100%;
	margin:0 auto;
	z-index:2;
	position:relative;
}

.slider_wrapper.slider_disabled {
	overflow:hidden;
}

@media screen and (max-width:960px) {
	.slider_wrapper {
		padding-bottom:42%;
		top:0;
	}
}

.slider_wrapper_news {
	height:0;
	overflow:hidden;
	padding-bottom:31%;
}

@media screen and (max-width:960px) {
	.slider_wrapper_news {
		padding-bottom:49%;
	}
}

@media screen and (max-width:720px) {
	.slider_wrapper_news {
		padding-bottom:72%;
	}
}

@media screen and (max-width:480px) {
	.slider_wrapper_news {
		padding-bottom:140%;
		padding-bottom:calc(100% + 150px);
	}
}

.slider_element {
	width:100%;
	float:left;
}

.slider_element:last-child {
	margin-right:0;
}

@media screen and (max-width:720px) {
	.image_gallery_inner .slider_element {

	}

	.image_gallery_inner .slider_element img {

	}
}

.image_gallery_slider .slider_element {
	width:25%;
}

.image_gallery_slider .slider_element img {
	width:100%;
	height:auto;
}

.grid_slider_contact_persons .slider_element:nth-of-type(5n) {
	margin-right:0;
}

@media screen and (max-width:960px) {
	.grid_slider_contact_persons .slider_element {
		width:23.5%;
		margin-right:2%;
	}

	.grid_slider_contact_persons .slider_element:nth-of-type(4n) {
		margin-right:0;
	}
}

@media screen and (max-width:720px) {
	.grid_slider_contact_persons .slider_element {
		width:32%;
		margin-right:2%;
	}

	.grid_slider_contact_persons .slider_element:nth-of-type(3n) {
		margin-right:0;
	}
}

@media screen and (max-width:520px) {
	.grid_slider_contact_persons .slider_element {
		width:49%;
		margin-right:2%;
	}

	.grid_slider_contact_persons .slider_element:nth-of-type(2n) {
		margin-right:0;
	}
}

@media screen and (max-width:360px) {
	.grid_slider_contact_persons .slider_element {
		width:100%;
		margin-right:0;
	}
}

.grid_slider_images .slider_element {
	width:32%;
	margin-right:2%;
}

.grid_slider_images .slider_element:last-child {
	margin-right:0;
}

@media screen and (max-width:480px) {
	.grid_slider_images .slider_element {
		width:67%;
	}
}

.slider_arrow_left, .slider_arrow_right {
	width:32px;
	height:100%;
	position:absolute;
	top:0;
	text-align:center;
	font-size:24px;
	color:#002d50;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:50% 50%;
	cursor:pointer;
	z-index:99;
	transition:0.4s opacity;
	-webkit-transition:0.4s opacity;
	-moz-transition:0.4s opacity;
}

.image_gallery_slider .slider_arrow_left, .image_gallery_slider .slider_arrow_right {
	width:48px;
}

.image_gallery_inner .slider_arrow_left {
	left:0;
}

.image_gallery_inner .slider_arrow_right {
	right:0;
}

.slider_wrapper:hover .slider_arrow_left, .slider_wrapper:hover .slider_arrow_right {
}

.slider_arrow_left {
	background-image:url(../img/slider_pfeil_links2.png);
	left:-64px;
}

.slider_arrow_right {
	background-image:url(../img/slider_pfeil_rechts2.png);
	right:-64px;
}

.slider_arrow_left, .slider_arrow_right {
	animation:pulsate 2s linear infinite;
	-webkit-animation:pulsate 2s linear infinite;
	-moz-animation:pulsate 2s linear infinite;
	-ms-animation:pulsate 2s linear infinite;
	opacity:0.8;
}

@keyframes pulsate {
	0% {
		opacity:0.8;
	}
	50% {
		opacity:0.2;
	}
}

@-webkit-keyframes pulsate {
	0% {
		opacity:0.8;
	}
	50% {
		opacity:0.2;
	}
}

@-moz-keyframes pulsate {
	0% {
		opacity:0.8;
	}
	50% {
		opacity:0.2;
	}
}

@-ms-keyframes pulsate {
	0% {
		opacity:0.8;
	}
	50% {
		opacity:0.2;
	}
}

.image_gallery_inner .slider_arrow_left, .image_gallery_inner .slider_arrow_right {
	background-size:30% auto;
	width:16%;
	animation:none;
	-webkit-animation:none;
	-moz-animation:none;
	-ms-animation:none;
}

.image_gallery_inner .slider_arrow_left {
	background-image:url(../img/slider_pfeil_links3.png);
	opacity:0;
}

.image_gallery_inner .slider_arrow_right {
	background-image:url(../img/slider_pfeil_rechts3.png);
	opacity:0;
}

.image_gallery_inner:hover .slider_arrow_left, .image_gallery_inner:hover .slider_arrow_right {
	opacity:0.8;
}

.swiper-button-disabled, .image_gallery_inner .swiper-button-disabled, .image_gallery_inner:hover .swiper-button-disabled {
	opacity:0;
	pointer-events:none;
	cursor:default;
	animation:none;
	-webkit-animation:none;
	-moz-animation:none;
	-ms-animation:none;
}

@media screen and (max-width:1480px) {
	.slider_arrow_left {
		left:-48px;
	}

	.slider_arrow_right {
		right:-48px;
	}
}

@media screen and (max-width:1280px) {
	.slider_arrow_left {
		left:-32px;
		width:24px;
	}

	.slider_arrow_right {
		right:-32px;
		width:24px;
	}
}

@media screen and (max-width:960px) {
	.slider_arrow_left {
		width:18px;
	}

	.slider_arrow_right {
		width:18px;
	}
}

@media screen and (max-width:720px) {
	.slider_arrow_left {
		background-size:100% 40px;
		left:-26px;
		width:16px;
	}

	.slider_arrow_right {
		background-size:100% 40px;
		right:-26px;
		width:16px;
	}
}

@media screen and (max-width:640px) {
	.slider_arrow_left {
		left:-22px;
		width:12px;
	}

	.slider_arrow_right {
		right:-22px;
		width:12px;
	}
}

@media screen and (max-width:480px) {
	.slider_arrow_left {
		background-size:100% 32px;
		left:-18px;
	}

	.slider_arrow_right {
		background-size:100% 32px;
		right:-18px;
	}
}

@media screen and (max-width:360px) {
	.slider_arrow_left {
		left:-14px;
		width:8px;
	}

	.slider_arrow_right {
		right:-14px;
		width:8px;
	}
}

@media screen and (max-width:480px) {
	.grid_slider_news .slider_arrow_left, .grid_slider_jobs .slider_arrow_left {
		left:-22px;
		width:12px;
		background-position:50% 20vw;
	}

	.grid_slider_news .slider_arrow_right, .grid_slider_jobs .slider_arrow_right {
		right:-22px;
		width:12px;
		background-position:50% 20vw;
	}
}

.image_gallery_slider .slider_arrow_left {
	background-image:url(../img/slider_pfeil_kreis_links.png);
	left:10px;
}

.image_gallery_slider .slider_arrow_right {
	background-image:url(../img/slider_pfeil_kreis_rechts.png);
	right:10px;
}

@media screen and (max-width:720px) {
	.image_gallery_slider .slider_arrow_left, .image_gallery_slider .slider_arrow_right {
		display:none;
	}
}

@media screen and (max-width:480px) {
	.grid_slider_images .slider_arrow_left, .grid_slider_images .slider_arrow_right {
		display:none;
	}
}

.slider_image {
	position:relative;
	margin-bottom:4%;
}

.slider_image img {
	display:block;
	width:100%;
	height:auto;
	position:relative;
	top:0;
	left:0;
}

.slider_image_text {
	position:absolute;
	bottom:15%;
	left:0;
	background:#fff;
	background:rgba(255,255,255,0.8);
	padding:20px;
}

.slider_image_text h1 {
	font-size:36px;
	color:#fb963f;
	margin-bottom:0;
}

.slider_image_text h2 {
	font-size:24px;
	color:#fb963f;
}

@media screen and (min-width:1280px) {
	.slider_image_text {
		bottom:25%;
	}
}

@media screen and (min-width:1600px) {
	.slider_image_text {
		bottom:35%;
	}
}

@media screen and (max-width:960px) {
	.slider_image_text h1 {
		font-size:24px;
	}

	.slider_image_text h2 {
		font-size:18px;
	}
}

@media screen and (max-width:720px) {
	.slider_image_text {
		padding:10px;
		bottom:10%;
	}

	.slider_image_text h1 {
		font-size:18px;
	}

	.slider_image_text h2 {
		font-size:16px;
	}
}

@media screen and (max-width:480px) {
	.slider_image_text {
		position:static;
		margin-left:2%;
		margin-top:2%;
	}
}

.slider_image_text h1:last-child, .slider_image_text h2:last-child, .slider_image_text p:last-child {
	margin-bottom:0;
}


/*** content elements ***/

.ce {
	margin:0 auto;
	clear:both;
}

.layout1, .layout3 {
	padding:4% 0;
}

.ce:last-child>.ce_inner>p:last-child, .ce:last-child>.ce_inner>ul:last-child {
	margin-bottom:0;
}

@media screen and (min-width:1500px) {
	.layout1, .layout3 {
		padding:60px 0;
	}
}

@media screen and (max-width:960px) {
	.layout1, .layout3 {
		padding:6% 0;
	}
}

@media screen and (max-width:720px) {
	.layout1, .layout3 {
		padding:8% 0;
	}
}

@media screen and (max-width:480px) {
	.layout1, .layout3 {
		padding:10% 0;
	}
}

@media screen and (max-width:360px) {
	.layout1, .layout3 {
		padding:12% 0;
	}
}

.ce>.ce_inner {
	width:90%;
	max-width:1152px;
	margin:0 auto;
}

@media screen and (max-width:480px) {
	.ce>.ce_inner {
		width:96%;
	}
}

.type_gridelements_pi1>.ce_inner {
	width:100%;
	max-width:none;
}

.grid>.grid_inner {
	width:100%;
	margin:0 auto;
}

.width_90_percent>.grid_inner {
	width:90%;
}

@media screen and (max-width:960px) {
	#p61 #c211 .width_90_percent>.grid_inner, #p61 #c211 .grid > .grid_inner > .grid_col, #p61 .beschicker-slider.width_90_percent>.grid_inner, #p61 .grid.beschicker-slider > .grid_inner > .grid_col{
		width:100%;
	}
}

@media screen and (max-width:480px) {
	.width_90_percent>.grid_inner {
		width:100%;
	}
}

.width_50_percent>.grid_inner {
	width:50%;
}

.max_width_1152px>.grid_inner {
	max-width:1152px;
}

.max_width_960px>.grid_inner {
	max-width:960px;
}

.max_width_720px>.grid_inner {
	max-width:720px;
}

.padding_top_2_percent {
	padding-top:2%;
}

.padding_bottom_2_percent {
	padding-bottom:2%;
}

.padding_top_4_percent {
	padding-top:4%;
}

.padding_bottom_4_percent {
	padding-bottom:4%;
}

@media screen and (max-width:720px) {
	.padding_top_2_percent {
		padding-top:4%;
	}

	.padding_bottom_2_percent {
		padding-bottom:4%;
	}

	.padding_top_4_percent {
		padding-top:8%;
	}

	.padding_bottom_4_percent {
		padding-bottom:8%;
	}
}

@media screen and (max-width:480px) {
	.padding_top_2_percent {
		padding-top:6%;
	}

	.padding_bottom_2_percent {
		padding-bottom:6%;
	}

	.padding_top_4_percent {
		padding-top:10%;
	}

	.padding_bottom_4_percent {
		padding-bottom:10%;
	}
}

.ce .ce {
	padding:0;
}

.ce .ce>.ce_inner {
	width:100%;
	max-width:none;
}

@media screen and (min-width:481px) {
	.hide_on_desktop {
		display:none;
	}
}

@media screen and (max-width:480px) {
	.hide_on_mobile {
		display:none;
	}
}


/*** footer styles ***/

.footer_wrapper {
	background:#818181;
	overflow:hidden;
	clear:both;
	position:relative;
	z-index:2;
	width:100%;
}

#p61 .footer_wrapper{
	padding-top: 8%;
}

.footer {
	width:90%;
	max-width:1152px;
	clear:both;
	top:0px;
	margin:0 auto;
	text-align:left;
}

@media screen and (max-width:480px) {
	.footer {
		width:96%;
	}
}

.footer .ce {
	padding:0;
}

.footer .ce>.ce_inner {
	width:100%;
}

.form_left {
	clear:both;
	float:left;
	margin-right:2%;
	width:40%;
}

.form_right {
	width:58%;
	float:left;
}

.form_end {
	clear:both;
	width:100%;
}

.form_end .fieldrow:last-child {
	margin:0;
}

@media screen and (max-width:1280px) {
	.form_left, .form_right, .form_end {
		width:100%;
		/*max-width:447px;*/
	}
}

.footer_left, .footer_right {
	width:50%;
	float:left;
}

.footer_left {
	width:49%;
	width:calc(50% - 1px);
	border-right:1px dotted #809eae;
}

@media screen and (max-width:720px) {
	.footer_left {
		display:none;
	}

	.footer_right {
		width:100%;
	}
}

.footer_menu {
	font-size:0.8em;
	line-height:1.5em;
	padding-right:20px;
}

.footer_menu>ul {
	width:100%;
	column-count:2;
	column-gap:40px;
	column-rule-color:#809eae;
	column-rule-width:1px;
	column-rule-style:dotted;
	-moz-column-count:2;
	-moz-column-gap:40px;
	-moz-column-rule-color:#809eae;
	-moz-column-rule-width:1px;
	-moz-column-rule-style:dotted;
	-webkit-column-count:2;
	-webkit-column-gap:40px;
	-webkit-column-rule-color:#809eae;
	-webkit-column-rule-width:1px;
	-webkit-column-rule-style:dotted;
}

.footer_menu li {
	display:block;
	list-style:none;
	break-inside:avoid;
	page-break-inside:avoid;
	-webkit-column-break-inside:avoid;
}

.footer_menu li.hassub {
	margin-bottom:1.6em;
}

.footer_menu a {
	display:block;
	color:#809eae;
}

.footer_menu li.hassub>a {
	color:#b7c400;
}

.footer_menu li a:hover {
	color:#fff;
}

.footer_menu li li a {
	color:#809eae;
	display:block;
	height:auto;
	text-decoration:none;
}

.footer_menu li li a:hover {
	color:#fff;
}

@media screen and (max-width:960px) {
	.footer {
		background:none;
		height:auto;
	}
}

.footer_partners {
	padding-left:20px;
	margin-bottom:40px;
}

@media screen and (max-width:720px) {
	.footer_partners {
		padding-left:0;
	}
}

.socialbar {
	float:right;
}

.socialbar ul {
	list-style:none;
}

.socialbar ul li {
	float:left;
	margin-right:15px;
}

.socialbar ul li:last-child {
	margin-right:0;
}


/*** csc styles ***/

@media screen and (max-width:720px) {
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
		float:none;
	}

	.csc-textpic-intext-left-nowrap .csc-textpic-text {
		margin-left:0 !important;
	}
}


/*** share buttons ***/

.share-buttons {
	float:right;
	position:relative;
	top:-12px;
}

.share-button {
	width:40px;
	height:40px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	float:left;
	margin-right:10px;
	position:relative;
}

.share-button:last-child {
	margin-right:0;
}

@media screen and (max-width:480px) {
	.share-buttons {
		position:static;
		float:none;
		margin:40px 0;
		text-align:center;
	}

	.share-button {
		display:inline-block;
		float:none;
	}
}

.share-count {
	border-radius:50%;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	background:#032b60;
	color:#fff;
	position:absolute;
	right:-6px;
	top:-4px;
	min-width:20px;
	height:12px;
	font-size:11px;
	text-align:center;
	padding:4px 0;
}

.share-button-overlay {
	position:absolute;
	left:0;
	top:0;
	width:40px;
	height:40px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	opacity:0;
	transition:0.4s all;
	-webkit-transition:0.4s all;
	-moz-transition:0.4s all;
	-ms-transition:0.4s all;
	cursor:pointer;
}

.share-button:hover .share-button_overlay {
	opacity:1;
}

.share-button.xing {
	background-image:url(../img/icon_social_xing_gr.png);
}

/*.share-button.facebook {
	background-image:url(../img/icon_presse_facebook.png);
}*/

.share-button.twitter {
	background-image:url(../img/icon_social_twitter_gr.png);
}

.share-button.linkedin {
	background-image:url(../img/icon_social_linkedin_gr.png);
}

/*.share-button.googlePlus {
	background-image:url(../img/icon_presse_gplus.png);
}

.share-button.xing .share-button-overlay {
	background-image:url(../img/icon_presse_xing_hover.png);
}

.share-button.facebook .share-button-overlay {
	background-image:url(../img/icon_presse_facebook_hover.png);
}

.share-button.twitter .share-button-overlay {
	background-image:url(../img/icon_presse_twitter_hover.png);
}

.share-button.linkedin .share-button-overlay {
	background-image:url(../img/icon_presse_linkedin_hover.png);
}

.share-button.googlePlus .share-button-overlay {
	background-image:url(../img/icon_presse_gplus_hover.png);
}*/


/*** map ***/

iframe {
	display:block;
}

.gmap_wrapper {
	position:relative;
}

.gmap_wall {
	position:absolute;
	top:0;
	left:0;
	background:rgba(255,255,255,0.01);
}


/*** dropdown list ***/

.dropdown {
	position:relative;
	margin-bottom:1.2em;
}

.dropdown select {
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}

.dropdown.select_form_field {
	margin:0;
}

.dropdown.machine_sort_by {
	float:right;
}

@media screen and (max-width:480px) {
	.dropdown.machine_sort_by {
		float:left;
	}
}

.dropdown.select_currency {
	display:inline-block;
	line-height:1.2em;
}

.topbar .dropdown.select_currency {
	margin-bottom:0;
}

.dropdown_label {
	font-size:0.9em;
	float:left;
	margin-right:10px;
	padding-top:6px;
}

.topbar .dropdown.select_currency .dropdown_label {
	display:none;
}

.dropdown_sort_order {
	position:absolute;
	right:4px;
	top:4px;
	width:24px;
	height:24px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:60% auto;
	background-image:url(../img/icon_down.png);
	cursor:pointer;
}

.dropdown_sort_order.reverse {
	background-image:url(../img/icon_up.png);
}

.dropdown_selected {
	background:#dcdcdc;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-ms-border-radius:15px;
	padding:6px 12px;
	width:148px;
	float:left;
	cursor:pointer;
}

.select_form_field .dropdown_selected, .bg_gray_50 .select_form_field .dropdown_selected {
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	width:90%;
	background-image:url(../img/icon_down_white.png);
	background-position:90% 50%;
	background-position:calc(100% - 12px) 50%;
	background-size:auto 10px;
	background-repeat:no-repeat;
	width:calc(100% - 24px);
}

@media screen and (max-width:360px) {
	.dropdown_selected {
		width:128px;
	}
}

.select_currency .dropdown_selected {
	width:60px;
}

.bg_gray_50 .dropdown_selected {
	background-color:#aaa;
	border-radius:none;
	-webkit-border-radius:none;
	-moz-border-radius:none;
	-ms-border-radius:none;
}

.dropdown_list {
	position:absolute;
	right:6px;
	top:30px;
	width:160px;
	background:#fff;
	z-index:10;
}

.select_form_field .dropdown_list {
	right:auto;
	left:0;
}

@media screen and (max-width:360px) {
	.dropdown_list {
		width:140px;
	}
}

.select_currency .dropdown_list {
	width:82px;
}

.bg_gray_50 .dropdown_list {
	background:#aaa;
}

.dropdown_list_item {
	cursor:pointer;
	width:148px;
	padding:6px;
}

@media screen and (max-width:360px) {
	.dropdown_list_item {
		width:128px;
	}
}

.select_currency .dropdown_list_item {
	width:70px;
}

.dropdown_list_item:hover {
	color:#fff;
	background:#073c7a;
}


/*** overlay message box ***/

.overlay_message {
	top:0;
	position:fixed;
	width:100%;
	height:100%;
	z-index:100;
	background-color:rgba(255,255,255,0.5);
	transition:0.4s background-color;
	-webkit-transition:0.4s background-color;
	-moz-transition:0.4s background-color;
	-ms-transition:0.4s background-color;
	text-align:left;
}

.overlay_message h1 {
	font-size:1.6em;
}

.overlay_message input[type=text], .overlay_message input[type=email], .overlay_message input[type=tel], .overlay_message input[type=password], .overlay_message input.text_input, .overlay_message textarea, .overlay_message select {
	background:#eee;
}

.overlay_message.hidden {
	background-color:rgba(255,255,255,0);
	top:-100%;
}

.overlay_message.removing {
	top:0;
}

.overlay_message_inner {
	position:absolute;
	z-index:1;
	top:50%;
	left:50%;
	margin:0 auto;
	padding:30px;
	color:#032b60;
	font-size:1.2em;
	background:#fff;
	transition:0.4s top;
	-webkit-transition:0.4s top;
	-moz-transition:0.4s top;
	-ms-transition:0.4s top;
	transform:translateX(-50%) translateY(-50%);
	-webkit-transform:translateX(-50%) translateY(-50%);
	-moz-transform:translateX(-50%) translateY(-50%);
	-ms-transform:translateX(-50%) translateY(-50%);
	box-shadow:0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.5);
	-ms-box-shadow:0 0 5px rgba(0,0,0,0.5);
}

.overlay_message.hidden .overlay_message_inner {
	top:-100%;
}

/*** translation ***/

.translate_button {
	position:relative;
	float:left;
	width:16px;
	height:1px;
}

.translate_button_link, a .translate_button_link {
	position:absolute;
	top:0;
	right:0;
	display:block;
	font-size:12px;
	font-weight:normal;
	height:14px;
	width:14px;
	min-height:14px;
	min-width:14px;
	background:#fff;
	border:1px solid #032b60;
	line-height:16px;
	color:#032b60;
	z-index:1000;
	text-align:center;
	cursor:pointer;
}

.translate_button_link:hover {
	background:#032b60;
	color:#fff;
}


/*** minimap ***/

.minimap {
	position:relative;
	z-index: 99;
}

.minimap_image img {
	width:100%;
	margin-top:3vw;
	height:auto;
}

.minimap_location {
	position:absolute;
	width:8%;
	width:100%;
	height:0;
}

.minimap_location img {
	width:100%;
	height:auto;
	position:absolute;
	bottom:0;
	left:-50%;
	left: calc(0% - 25px);
	max-width: 50px;
}

.minimap_location .standortMap{
	width: auto;
	display: block;
	position: absolute;
	margin-top: -75px;
	left: 5%;
	top: 0;
	background: rgba(255,255,255,0.8);
	padding: 2%;
	display: none;
	z-index:1;
}

.minimap_location .standortMap.visible{
	display: block;
}

.responsive-stoerer {
	width:50%;
	position:absolute;
	z-index:100;
	right:0;
	margin-top:-10vw;
}

@media screen and (max-width: 1680px) {
	.responsive_image.responsive-stoerer{
		margin-top: -25vw;
	}
}

@media screen and (max-width: 1280px) {
	.minimap_location img {
		left: calc(0% - 20px);
		max-width: 40px;
	}

	.responsive-stoerer {
		margin-top: -15vw;
	}
}

@media screen and (max-width:960px) {
	.responsive-stoerer {
		margin-top: 0;
		width: 75%;
	}

	#p61 .responsive-stoerer {
		margin-top: -5vw;
	}
}

@media screen and (max-width:720px) {
	.responsive-stoerer {
		width: 95%;
	}
}

@media screen and (max-width:480px) {
	.responsive-stoerer {
		position:relative;
		width:100%;
		float:right;
		right:-7.8%;
	}

	.responsive-stoerer img {

	}
}


/*** beschicker ***/

.beschicker_header {
	overflow:hidden;
	background:#fff url(../img/asphalt.jpg) no-repeat 0% 50%/50vw 100%;
}

/*#p61 .beschicker_header{

	width: 100%;
	margin-top: 108px;
}*/

.beschicker_header_logo {
    width: 90%;
    max-width: 400px;
    margin: 0 auto 8%;
    display: block;
}

.beschicker_header_logo img, .beschicker_header_image img {
	width: 100%;
	height: auto;
}

.beschicker_header_image{
	margin: auto;
	width: 90%;
	max-width: 480px;
	margin-bottom: 4%;
}

.beschicker_header_text{
	margin: auto;
	width: 90%;
}

.beschicker_header_text h2{
	font-size: 2.5em;
	margin-bottom: 0.33em;
}

.header-asphalt {
    position: absolute;
    top: 0;
    left: 0;
}

.beschicker_header_col_1 {
	width:44%;
	float:left;
	position: relative;
}

.beschicker_header_col_2 {
	width:56%;
	float:left;
	padding:2% 0;
	box-sizing:border-box;
	background:#fff;
	position:relative;
}

.beschicker_header_col_2::after {
	content:' ';
	position:absolute;
	left:-6%;
	top:0;
	width:6%;
	height:100%;
	background:transparent url(../img/hg-weiss-pfeil-auschnitt-links.png) no-repeat 0 50%/100% auto;
}

.beschicker_header_claim {
	position: relative;
	z-index: 5;
	left:calc(75% - 25vw);
	margin-top: calc(22% + 50px);
}

.beschicker_header_claim img {
	width:75%;
	max-width:360px;
	display:block;
	height:auto;
	position: absolute;
	left: 0;
	right: 0;
}

.beschicker_layout_1 {
	position:relative;
	overflow:visible;
}

.beschicker_layout_1::after {
	content:' ';
	position:absolute;
	left:0;
	top:100%;
	height:0;
	padding-bottom:4%;
	width:100%;
	background:transparent url(../img/hg-weiss-pfeil-auschnitt-unten.png) no-repeat 0 75%/auto 100%;
}

.beschicker_layout_1_image {
	height:0;
	padding-bottom:60%;
}

.beschicker_layout_1_image img {
	width:100%;
	height:auto;
	position:absolute;
	left:0;
	top:0;
	z-index:5;
}

.beschicker_footer {
	padding-top:8%;
}

.beschicker_footer .grid_col_1 {
	padding-top:20%;
	color: #fff;
}

.beschicker_footer .grid_col_1 h4{
	color: #fff;
	font-size: 1.25em;
	font-weight: 600;
}

.beschicker_footer .grid_col_1 p,.beschicker_footer .grid_col_1 a{
	font-size: 0.9em;
	font-weight: 600;
	color: #fff;
}

@media screen and (max-width: 1280px){
	.beschicker_header_claim{
		left:-5%;
		margin-top: calc(22% + 25px);
	}

	.beschicker_header_claim img{
		margin:0 auto;
		width: 70%;
	}

		.beschicker_header_text h2{
		font-size: 2em;
	}

	.beschicker_header_image{
		max-width: 400px;
	}
}

@media screen and (max-width: 960px){
	.beschicker_header {
	    overflow: hidden;
	    background: #fff url(../img/asphalt.jpg) repeat-x 0% 50%/auto 100%;
	}

	.beschicker_header_col_1, .beschicker_header_col_2, .grid_col_1, .grid_col_2{
		width: 100%;
		clear: both;
		float: none;
		margin-right: 0;
	}

	.beschicker_header_col_1{
		height: 0;
		padding-bottom: 57.5%;
		position: relative;
		overflow: hidden;
	}

	.beschicker_header_claim {
		margin-top: 7.5%;
	}

	.beschicker_header_claim img{
		max-width: 320px;
	}

	.beschicker_header_col_2::after {
		left:0%;
		right: 0;
		margin: auto;
		top:-50px;
		width:100%;
		height:75px;
		background:transparent url(../img/hg-weiss-pfeil-auschnitt-links-mobil.png) no-repeat 50% 0%/100% auto;
		z-index: 99;
	}

	.beschicker_header_logo {
	    max-width: 320px;
	}

	.beschicker_header_text h2 {
	    font-size: 2.5em;
	    text-align: center;
	}

	.minimap{
		width: 75%;
		margin: auto;
	}

	.beschicker_layout_1_image {
	    height: auto;
	    padding-bottom: 0;
	    width: 50%;
	    margin: auto;
	    display: none;
	}

	.beschicker_layout_1_image img{
		position: static;
	}

	.beschicker_footer .grid_col_1{
		padding-top: 0;
	}

	.responsive_image_mobile_240px {
		max-width: 240px;
	}
}

@media screen and (max-width: 720px){
	.main{
		padding-top: 0;
	}

	.beschicker_header_claim img{
		max-width: 40%;
	}

	.beschicker_header_col_2::after {
		top: -40px;
	}

	.minimap_location img {
	    left: calc(0% - 12.5px);
	    max-width: 25px;
	}

	.beschicker_header_text h2{
		font-size: 2em;
	}

	.beschicker_layout_1.col_margin_8_percent > .grid_inner > .grid_col_2, .beschicker_layout_1.col_margin_8_percent > .grid_inner > .grid_col_1{
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 480px){
	.beschicker_header_col_2::after {
		top: -30px;
	}

	h2, .beschicker_header_text h2{
		font-size: 1.5em;
	}

	.beschicker_header_col_2::after {
	    top: -4%;
	    height: 4%;
	}
}

@media screen and (max-width: 380px){
	.beschicker_header_col_2::after {
	    top: -3%;
	}
}

.parallax-image {
	position:relative;
}

.video {
	width:100%;
	height:0;
	padding-bottom:56.25%;
	position:relative;
	background-color:#000;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 50%;
}

.video-play-button, .video-ajax-loader {
	background-image:url(../img/video-play-button.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	cursor:pointer;
}

.video-ajax-loader {
	background-image:url(../img/ajax-loader-large.gif);
	opacity:0.8;
	display:none;
	background-size:192px auto;
}

@media screen and (max-width:960px) {
	.video-play-button {
		background-size:30% auto;
	}
}

.video img, .video video, .video iframe, .video-play-button, .video-ajax-loader {
	width:100%;
	height:100%;
	position:absolute;
}

.video img, .video video, .video iframe {
	z-index:3;
}

.video iframe {
	border:0;
}

.beschicker_section_minimap .grid_col_2 {
	position:relative;
}

.swiper-scrollbar{
	margin-top: 0px;
	height: 0;
}

#c212{
	position: relative;
	z-index: 9;
}

#p61 .beschicker_layout_1{
	padding-bottom: 6%;
}

#p61 .footer .fieldrow{
	margin-bottom: 1px;
}

.footer .grid.bg_gray_50{
	padding-top: 6%;
}

#p61 .footer .fieldrow_privatepolicy {
    margin-bottom: 1em;
}

@media screen and (max-width: 1600px){
	#p61 .beschicker_layout_1 {
    padding-bottom: 8%;
	}

	.footer .grid.bg_gray_50 {
    padding-top: 8%;
	}
}

@media screen and (max-width: 1400px){
	#p61 .beschicker_layout_1 {
    padding-bottom: 10%;
	}

	.footer .grid.bg_gray_50 {
    padding-top: 10%;
	}
}

@media screen and (max-width: 1200px){
	#p61 .beschicker_layout_1 {
    padding-bottom: 8%;
	}

	.footer .grid.bg_gray_50 {
    padding-top: 8%;
	}
}