/* Clearfix */
.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0
}

body.cookie-padding {
	margin-top: 65px;
}

.cc_banner {

	bottom: auto!important;
	top: 0;
	background-color: #c61932!important;
}

.cc_message {
	color: white!important;
}

.cc_container .cc_btn {
	background-color: white!important;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 0
}

* html .clearfix, :first-child + html .clearfix {
	zoom: 1
}

* {
	padding: 0;
	margin: 0;
}

html, body, div, span, 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,
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-family: 'Open Sans', sans-serif;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

a {
	color: #c61932;
	text-decoration: none;
}

a.herstellerlink {
	background: url(../images/icon_link.png) center right no-repeat;
	padding-right: 20px;
	line-height: 16px;
}

a.pluslink {
	background: url(../images/icon_plus.png) center left no-repeat;
	padding-left: 27px;
	line-height: 16px;
	color: black;
}

h1, .h1 {
	font-size: 18px;
	margin-bottom: 8px;
	color: #c61932;
	font-weight: bold;
}

#content_left_column h1 {
	color: #c61932;
}

h2 {
	font-size: 16px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	color: #999;
}

#body, p {
	font-size: 13px;
}

#body p, #body h1, #body h2 {
	margin-bottom: 14px;
}

#main_wrapper {
	background-color: white;
	height: 100%;
	/* margin: 0 auto 20px; */
	margin: 0 auto;
	width: 1200px;
}

.menu a {
	color: white;
}

#content_wrapper {
	/*margin-top: 40px;*/
	margin-bottom: 40px;
	width: 100%;
}

#content_left_column, #content_right_column {
	float: left;
}

#content_left_column {
	width: 210px;
	margin-left: 15px;
	min-height: 1px;
}

#content_left_column .ce-textpic {
	margin-left: 20px;
}

#content_left_column .tm_layout_1 .ce-textpic {
	margin-right: 20px;
}



#content_right_column {
	width: 810px;
	margin-left: 80px;
}

#carousel_headerimage {
	margin-bottom: 40px;
}

#logo {
	margin-left: 40px;
}



#language_selector {
	/*margin-top: 27px;*/
	margin-left: 20px;
	font-size: 14px;
}

#language_selector ul {
	list-style: outside none none;
}

#language_selector ul li {
	/*float: left;*/
	display: inline-block;
}

.bold {
	font-weight: bold;
}

#logo img {
	width: 150px;
}

#menu_icons img {
	width: 29px;
}

#menu_search {
	/*float: right;*/
	/*margin-top: 20px;*/
	display: none;
	margin-right: 15px;
}

#menu_icons {
	/*float: right;*/
	margin-right: 40px;
	/*margin-top: 20px;*/
}

.xlfont {
	font-size: 28px;
}

.red {
	color: #c61932;
}

.tm_layout_1 {
	border: 1px solid #c61932;
	padding-top: 10px;
}

.tm_layout_1 h1, .tm_layout_1 h2, .tm_layout_1 h3 {
	color: #c61932;
	margin-bottom: 15px;
}

div#footer_red_stripe, div#header_red_stripe {
	background-color: #c61932;
	height: 50px;
	font-size: 12px;
	color: white;
	position: relative;
}

#footer_bottom_text p {
	font-size: 12px;
}

.kachel_box {
	width: 100%;
}

.kachel_box a {
	display: block;
	height: 100%;
}

.kachel_box .kachel {
	width: 285px;
	height: 250px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	box-shadow: 4px 4px 3px #bbbbbb;
	position: relative;
}

.kachel_box .kachel:first-child, .kachel_box .kachel:nth-child(4n+1) {
	margin-left: 0;
}

.kachel_box .kachel_pic {
	z-index: 10;
}

.kachel_box .overlay {
	z-index: 20;
}

.kachel_box .kachel_pic, .kachel_box .overlay {

	height: 100%;
	width: 100%;

	text-align: center;
	display: table;
}

.kachel_box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.kachel_box .overlay > a, .kachel_box .kachel_pic > div  {
	display: table-cell;
	vertical-align: middle;
	height: auto;
}

.kachel_box .kachel, .kachel_box .overlay {
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-ms-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

.kachel_box .overlay {
	background-color: #c61932;
	opacity: 0;
}

.kachel_box .kachel:hover .overlay {
	opacity: 1;
}

.kachel_box .kachel:hover {
	box-shadow: none;
}

.kachel_box .overlay a {
	font-size: 100px;
	color: #FFF;
	outline: none;
}

.kachel_box .kachel_pic img {
	padding: 20px;
	/*max-width: 100%;*/
	height: auto;
	width: 100%;
	max-height: 100%;
}

.kachel_box .kachel .kachel_pic2 {
	position: absolute;
	bottom: 0px;
	width: 100%;
	/*background-color: rgba(255, 255, 255, 0.7);*/
	background-color: #FFF;
	height: 50px;
	text-align: right;
	vertical-align: middle;
	display: table-cell;

	-webkit-transition: all linear 250ms;
	-moz-transition: all linear 250ms;
	-ms-transition: all linear 250ms;
	-o-transition: all linear 250ms;
	transition: all linear 250ms;
}

.kachel_box .kachel .kachel_pic2 img {
	position: absolute;
	left: 50%;
	top: 50%;
	max-height: 40px;
	width: auto;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

figcaption {
	color: #c61932;
	margin-top: 4px;
	font-size: 12px;
}

div.element_uploads {
	background-color: #ebebeb;
	padding: 10px;
	margin-bottom: 15px;
	margin-top: 26px;
	padding-left: 20px;
}

div.element_uploads h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

.tx-ms-newslisting {
	width: 100%;
}

.tx-ms-newslisting .aktuell {
	width: 100%;
}



.tx-ms-newslisting .aktuell .image {
	float: left;
	width: 23.3%;
	text-align: center;
	padding-top: 15px;
}

div.tx-indexedsearch-rules {
	display: none;
}

dl.tx-indexedsearch-info {
	display: none;
}

#searchform_wrap {

}

#searchform {
	display: inline;
}

div.element_uploads ul {
	list-style-type: none;
	margin-bottom: 10px;
}

#footer_red_stripe {
	/*margin-top: 20px; */
}

#header_red_stripe a {
	color: white;
}

#login_left, #login_left2, #login_form, #login_right, #logout_username, #logout_form, #logout_menu {
	float: left;
}

#login_left {
	margin-left: 100px;
	margin-top: 15px;
}

#logout_form {
	margin-top: 14px;
	margin-left: 50px;
}

#logout_menu, #logout_username {
	/*margin-top: 19px;*/
	margin-left: 50px;
	line-height: 50px;
}

#logout_menu, #logout_form {
	float: right;
}

#logout_form {
	margin-right: 80px;
}

#logout_form .rounded_button {
	width: 100px;
	margin-top: -4px;
}

.tx-felogin-pi1 fieldset {
	/*border: 1px solid black;*/
	/*width: 500px;*/
	/*padding: 15px;*/
	padding-top: 20px;
}

.tx-felogin-pi1 legend {
	display: none;
}

.tx-felogin-pi1 label {
	display: block;
}

.tx-felogin-pi1 fieldset label {
	background-color: inherit;
	color: #000;
	display: block;
	float: left;
	padding: 0px 15px 0 0;
	/*text-align: right;*/
	width: 225px;
	line-height: 25px;
}

.tx-felogin-pi1 input {
	height: 25px;
}

.tx-felogin-pi1 input[type="submit"] {
	margin-left: 220px;
}

.tx-felogin-pi1.legend {
	background: #fff none repeat scroll 0 0;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin-left: 15px;
	padding: 0 10px;
}

.tx-felogin-pi1.fieldset * {
	line-height: 1.3;
}

div.tx-felogin-pi1 fieldset div {
	clear: both;
}

#login_left2 {
	line-height: 50px;
	margin-left: 7px;
}

#login_right {
	color: white;
	margin-left: 30px;
	line-height: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#login_form {
	margin-top: 10px;
	margin-left: 60px;
}

#login_form #login_password {
	width: 200px;
	margin-left: 10px;
}

#login_form #login_email {
	width: 200px;
}

#login_form #login_button {
	width: 100px;
	margin-left: 40px;
}

.rounded_input {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border-color: white;
	height: 29px;
	padding-left: 14px;
	padding-right: 14px;
	border: 1px solid white;
	margin-right: 20px;
	width: 280px;
}

.rounded_button {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border-color: white;
	height: 29px;
	background-color: #c61932;
	color: white;
	border: 1px solid white;
	outline: none;
	cursor: pointer;
}

.red_button, .tx-indexedsearch-searchbox-button {
	border-color: white;
	height: 21px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #c61932;
	color: white;
	border: 1px solid white;
}

.form_buttons .red_button, .tx-indexedsearch-searchbox-button {
	height: auto;
	padding: 10px;

}

div#footer_bottom {
	font-size: 12px;
	padding-top: 14px;
	background-color: #e0e6e9;
	height: 62px;
	text-align: center;
	color: #666666;
}

div#footer_bottom_menu {
	margin-bottom: 6px;
}

div#footer_bottom_menu a {
	border-right: 1px solid black;
	padding-right: 5px;
	padding-left: 5px;
}

div#footer_bottom_menu a:last-child {
	border-right: none;
}

#footer_menu {
	font-size: 13px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 100px;
	background-color: #eff2f4;
}

.footer_menu_box {
	float: left;
	width: 220px;
}

.footer_menu_box a {
	display: block;
}

.footer_menu_box a.m1 {
	color: black;
	font-weight: bold;
	margin-bottom: 10px;
}

.menu_arrow {
	display: none;
	position: absolute;
	z-index: 100000;
}

.menu ul ul li a:hover {
	color: #c61932;
}

#breadcrumb {
	height: 40px;
	margin-left: 35px;
	margin-top: 5px;
	padding-top: 8px;
}

.form_wrapper {
	width: 450px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.form_wrapper label {
	float: left;
	width: 175px;
}

.form_wrapper .forminput {
	width: 273px;
	margin-bottom: 20px;
}

.form_wrapper input.forminput {
	height: 25px;
	border: solid 1px black;
	padding-left: 5px;
}

.form_wrapper .formcheckbox {
	margin-bottom: 20px;
}

.form_wrapper .form_buttons {
	width: 100%;
	text-align: right;
	clear: both;
	padding-top: 20px;
}

.form_wrapper textarea.forminput {
	padding-top: 5px;
	padding-left: 5px;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner > .item {
	position: relative;

	-webkit-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	line-height: 1;
}

.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}

.carousel-inner > .active {
	left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner > .next {
	left: 100%;
}

.carousel-inner > .prev {
	left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}

.carousel-inner > .active.left {
	left: -100%;
}

.carousel-inner > .active.right {
	left: 100%;
}

.carousel-control {

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	filter: alpha(opacity=50);
	opacity: .5;
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: none;
	opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif;
}

.carousel-control .icon-prev:before {
	content: '<';
}

.carousel-control .icon-next:before {
	content: '>';
}

.carousel-indicators {
	position: absolute;
	bottom: 40px;
	right: 0;
	z-index: 14; /*old 200*/
	width: 410px;
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

.carousel-indicators li {
	border-radius: 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #959595;;
	border: 1px solid transparent;

}

.carousel-indicators .active {
	background-color: black;
}

.carousel-caption {
	position: absolute;
	right: 70px;
	bottom: 80px;
	z-index: 10;
	color: #000;
	z-index: 14; /*old 300*/
	width: 522px;
	height: 120px;
}

.carousel-caption .btn {
	text-shadow: none;
}

.carousel-caption h4, .carousel-caption .carousel-caption-h4, .carousel-caption .carousel-caption-h4 a {
	font-family: Arial;
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	padding-bottom: 5px;
}

.carousel-caption h5, .carousel-caption .carousel-caption-h5, .carousel-caption .carousel-caption-h5 a {
	font-family: Arial;
	font-size: 28px;
	line-height: 28px;
	font-weight: 400;
	padding-bottom: 0px;
}

.carousel_background {
	height: 190px;
	width: 430px;
	position: absolute;
	background-color: white;
	z-index: 13; /*old 100*/
	opacity: 0.9;
	filter: alpha(opacity=90);
	right: 0px;
	bottom: 30px;
}

@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -70px;
		margin-left: -20px;
		font-size: 30px;
	}

	.carousel-indicators {
		bottom: 46px;
	}
}

.carousel-inner {
	/*width: 1120px;*/
	width: 1200px;
	height: 680px;
}

.carousel-inner > .item {
	position: absolute;
}

.carousel-caption, .carousel-caption h4, .carousel-caption .carousel_description {
	opacity: inherit;
	filter: inherit;
}

.carousel-control .icon-prev:before, .carousel-control .icon-next:before {
	font-size: 100px;
}

.carousel-control {
	display: none;
}

div.carousel_background {
	display: none;
}

ol.carousel-indicators {
	display: none;
}

div.ce-center figure {
	text-align: center;
}

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

#menu_icons a {
	display: inline-block;
	vertical-align: top;
}

.mfp-content {
	width: 1200px !important;
	background-color: #fff;
	/*padding: 30px 10px 10px;*/
	padding: 10px;
}

#shop_icon_link {
	padding-top: 1px;
}

#shop_icon_link img {
	width: 32px;
}

#c57 {
	top: -2000px;
	left: -1000px;
	position: absolute;
}

.mfp-iframe-scaler iframe {
	background-color: white !important;
}

.csc-header-wrap {
	/*margin-left: 20px;*/
}

.mfp-iframe-holder .mfp-content {
	max-width: 900px;
}

.g-recaptcha {
	float: right;
	margin-right: -2px;
}

#menu_icons a {
	padding-left: 5px;
}

.ce-media {
	max-width: 100%;
	height: auto;
}

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

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

.ce-gallery .ce-row .ce-column {
	float: left;
	margin-right: 77px;
}

.ce-gallery .ce-row .ce-column:last-child {
	margin-right: 0px;
}

.ce-gallery[data-ce-columns="1"] .ce-row .ce-column {
	float: none;
	margin-right: 0px;
}

.ce-row:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

.tx-ms-newslisting .image img {
	max-width: 100%;
	height: auto;
}

#content_wrapper ul li {
	margin-left: 18px;
}

#headerFirstLine {
	width: 100%;
	height: 70px;
	border-collapse: collapse;
	margin-top: 6px;
}

#headerFirstLine td {
	vertical-align: middle;
	width: 1px;
	white-space: nowrap;
}

#headerFirstLine td.spacer, #headerFirstLine td.respSpacer {
	width: 100%;
}

#logo, #menu_icons, #language_selector {
	display: inline-block;
}

#searchbar {
	width: 180px;
}

#headerFirstLine td.respSpacer {
	display: none;
}

#headerFirstLineWrap {
	position: relative;
}


.boxList .box {
	height: 105px;
	background-color: #999;
	width: 210px;
	margin-bottom: 10px;
	position: relative;
	color: #FFF;
}

.boxList .box.active {
	height: 152px;
	background-color: #c61932;
}

.boxList .box.active .moreLink {
	display: none;
}

.boxList .box.active p.title {
	margin-bottom: 0 !important;
}

.boxList .boxInner {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 20px;
	width: 100%;
}

.boxList .title {
	font-size: 16px;
	font-weight: bold;
}

.boxList .moreLink {
	display: inline-block;
	float: right;
}

.boxList .moreLink a {
	width: auto;
	border: 1px solid #FFF;
	padding: 5px 10px;
	margin: 0;
	display: block;
	color: #FFF;
}

.boxView .colorOverlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(198, 25, 50, 0.4);
	-webkit-transition: background-color 250ms;
	-moz-transition: background-color 250ms;
	-ms-transition: background-color 250ms;
	-o-transition: background-color 250ms;
	transition: background-color 250ms;
}

.boxView .box.grey .colorOverlay {
	background-color: rgba(0, 0, 0, 0.4);
}

.boxView .box:hover .colorOverlay {
	background-color: rgba(0, 0, 0, 0.4);
}

.boxView .box.grey:hover .colorOverlay {
	background-color: rgba(198, 25, 50, 0.4);
}

.boxView .box {
	height: 250px;
	width: 285px;
	margin-left: 20px;
	float: left;
	background-color: transparent;
	color: #FFF;
	margin-bottom: 20px;
}

.boxView .box:first-child {
	margin-left: 0;
}

.boxView .box:nth-child(5n) {
	margin-left: 0px;
}

.boxView .box .wrap {
	/*width: 50%;*/
	width: 100%;
	height: 100%;
	background-color: #c61932;
	position: relative;
}

.boxView .box.grey .wrap {
	background-color: #999;
	/*margin-left: 50%;*/
}

.boxView .boxInner {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 40px;
	width: 100%;
}

.boxView .title {
	font-size: 20px;
	font-weight: bold;
}

.boxView .moreLink {
	display: inline-block;
	float: right;
}

.boxView .moreLink a {
	width: auto;
	border: 1px solid #FFF;
	padding: 5px 20px;
	margin: 0;
	font-size: 16px;
	display: block;
	color: #FFF;
}

.tx-srfeuserregister-pi1 hr {
	border: 10px solid transparent;
}


.tx-srfeuserregister-pi1, .tx-felogin-pi1 {
	width: 500px;
	margin: 0 auto;
}

.tx-srfeuserregister-pi1 dt {
	width: 220px;
	text-align: left;
}

.tx-srfeuserregister-pi1 dd, .tx-felogin-pi1 input[type="text"], .tx-felogin-pi1 input[type="password"] {
	width: 275px;
}

.tx-srfeuserregister-pi1 input, .tx-srfeuserregister-pi1 select {
	height: 25px;
	border: solid 1px black;
	float: left;
}

.tx-srfeuserregister-pi1 input[type="text"], .tx-srfeuserregister-pi1 input[type="password"], .tx-srfeuserregister-pi1 select {
	width: 100%;
}

.tx-srfeuserregister-pi1 input[type="checkbox"] {
	height: auto;
	margin: 6px 0;
}

.tx-srfeuserregister-pi1 label {
	cursor: pointer;
	float: left;
	line-height: 25px;
}

.tx-srfeuserregister-pi1 input[type="button"], .tx-srfeuserregister-pi1 input[type="submit"],
.tx-felogin-pi1 input[type="button"], .tx-felogin-pi1 input[type="submit"]{
	height: auto;
	padding: 10px;
	background-color: #c61932;
	color: white;
	border: none;
	cursor: pointer;
	float: right;
	margin-top: 10px;
}

.tx-felogin-pi1 input[type="submit"] {
	margin-top: 10px;
	float: right;
}

.tx-felogin-pi1 form > fieldset > div {
	margin-bottom: 5px;
}

.contactBox > div {
	/*display: inline-block;*/
	height: 100%;
	float: left;
}

.contactBox {
	height: 200px;
}

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

.contactBox .title {
	margin-top: 60px;
	color: #c61932;
	font-size: 16px;
	font-weight: bold;
}

.contactBox .text {
	padding-left: 50px;
}

.contactBox + .contactBox {
	margin-top: 30px;
}

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

img {
	-ms-interpolation-mode: bicubic;
}

.errorMessages {
	width: 450px;
	margin: 0 auto;
}

.tx-indexedsearch-searchbox p a{
	display: none;
}

.tx-srfeuserregister-pi1 dd {
	margin-bottom: 25px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
	margin-top: 20px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
	margin-left: 10px;
	width: 200px;
	margin-right: 20px;
	height: 25px;
    border: solid 1px black;
	padding-left: 5px;
}

#cl752 {
	display: none;
}


@media only screen and (max-width: 479px){
	.nowith {
		float: left !important;
	}
}

