/*
font-family: 'fira_sansbook';
font-family: 'fira_sansbold';
font-family: 'fira_sansregular';
*/

/******************/
/* TYPO3 Defaults */
/******************/
div.csc-textpic .csc-textpic-imagewrap figure,
div.csc-textpic figure.csc-textpic-imagewrap {
	display:block;
}

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin:0;
}
div.csc-textpic-center .csc-textpic-center-outer,
div.csc-textpic-center .csc-textpic-center-inner {
	float:none;
}

figcaption.csc-textpic-caption {
	display:block;
	width:100%;
}


div.csc-textpic .csc-textpic-imagewrap img {
	border:1px #eeeeee solid;
	margin-bottom:10px;
}

div.csc-textpic-imagecolumn,
td.csc-textpic-imagecolumn .csc-textpic-image {
	margin-bottom:20px;
}

.Extbase-Utility-Debugger-VarDump input[type="checkbox"],
.Extbase-Utility-Debugger-VarDump input[type="radio"] {
	display: block;
}

/*************/
/* Allgemein */
/*************/
/* *{KEINE * allgemein Definitinen machen!!} */

/* Wenn der Scrollbalken nicht immer angezeigt werden soll, nachfolgende Zeile bitte auskommentieren */
body {
	overflow-y: scroll;
	background-image:url(../system_images/bg_page.png);
	/*background-image:linear-gradient(#BBB 0%, #FFFFFF 90%);
	background-size: 100%;*/
	background-repeat:repeat-x;
	background-attachment: fixed;
	background-color:#ffffff;
	font-size:16px;
	font-family: 'fira_sansbook', Arial;
}

a {
	/*text-decoration:underline;*/
	text-decoration:none;
	color:#044a92;
}

a:focus,
a:visited {
  /* color: transparent!important; */
  outline: 0!important;
  outline-offset: 0!important;
  background-color: transparent!important;;
}

b,
strong {
	font-family: 'fira_sansbold', Arial;
	/*font-weight: normal;*/
}

img {border:none;}

h1,
.h1 {
	font-size:35px;
	font-weight:bold;
	font-family: 'fira_sansbold', Arial;
	padding:0;
	margin:20px 0 20px 0;
}

#overview  h1 p,
#overview  .h1 p {
	margin-bottom:0px!important;
}

#overview  h1,
#overview  .h1 {
	margin-bottom:0px!important;
}

#detail h1,
#detail h1 p,
#detail .h1,
#detail .h1 p {
	margin-bottom:0px!important;
}


h2,
.h2 {
	font-size:30px;
	font-weight:normal;
	font-family: 'fira_sansbold', Arial;
	padding:0;
	margin:0;
}

h3,
.h3 {
	font-size:24px;
	font-weight:normal;
	font-family: 'fira_sansbook', Arial;
	padding:0;
	margin: 0 0 15px 0;
}

h4,
.h4 {
	font-size:24px;
	font-weight:normal;
	font-family: 'fira_sansbold', Arial;
	padding:0;
	margin:0;
}

h5,
.h5 {
	font-size:20px;
	font-weight:normal;
	font-family: 'fira_sansbook', Arial;
	padding:0;
	margin:0;
}

h6,
.h6 {
	font-size: 16px;
	font-weight:normal;
	font-family: 'fira_sansbook', Arial;
	padding:0;
	margin:0;
}

ul, ol {
	padding-left: 20px;
}

li {}

td, th {
    padding: 6px;
}

.black {
	color:#000000!important;
}

/**********/
/* Aufbau */
/**********/
#pagewrap {
	background-color:#FFFFFF;
	background-image: none;
}

#header {
	height:100px;
	position: relative;
}

#header > .row {
	background-color:#FFFFFF;
}

#header #menutop {
	margin-top: 20px;
}

#header #menutop .home-button {
	font-family: 'fira_sansbook', Arial;
	text-transform: uppercase;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	color: #747474;
}

#header #menutop .home-button:hover {
	text-decoration:none;
	color: #044a92;
}

#header #menutop .home-button:before {
	content: " ";
	display: block;
	float: left;
	background-image: url(/fileadmin/templates/system_images/icon_home.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 18px;
	height: 12px;
	margin-top: 2px;
}

#header #menutop #searchbox {
	float:left;
	margin-right: 15px;
}

#header #menutop #searchbox input[type=text] {
	float: left;
	font-family: 'fira_sansbook', Arial;
	font-size:12px;
	color:#044A92;
	height: 25px;
	line-height: 19px;
	padding: 0 5px;
	border:0;
	background-color:#ededed;
	outline: none!important;

	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;

	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

#header #menutop #searchbox input[type=text]::-webkit-input-placeholder,
#header #menutop #searchbox input[type=text]::-moz-placeholder {color:#044A92;}
#header #menutop #searchbox input[type=text]:-ms-input-placeholder {color:#044A92;}
#header #menutop #searchbox input[type=text]:-moz-placeholder {color:#044A92;}

#header #menutop #searchbox input[type=image] {
	float: left;
	background-color:#ededed;
	height: 25px;
	padding: 5px;
	border:0;
	outline: none!important;

	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;

	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

#header #social_links {
	font-size: 10px;
	height: 25px;
}

#header #menumain ul li.dropdown:hover > ul.dropdown-menu,
#header #menumain ul li.dropdown-submenu:hover > ul.dropdown-menu{
    display: block;
    margin-top:0px;
	visibility:visible;
	opacity:1;

	transition-delay:0s;
}

#header #menumain .dropdown:first-child .dropdown-menu > li > a:hover,
#header #menumain .dropdown:first-child .dropdown-menu > li > a:focus {
	/*background-color: inherit;*/
}

#header #menumain .dropdown-menu {
	/*min-width:175px;*/
	min-width:215px;
    display: block;
	visibility:hidden;
	opacity:0;

	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear;
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear;
	-o-transition:opacity 0.2s linear, visibility 0.2s linear;
	transition:opacity 0.2s linear, visibility 0.2s linear;
}

#header #menumain .dropdown-menu:hover {
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear;
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear;
	-o-transition:opacity 0.2s linear, visibility 0.2s linear;
	transition:opacity 0.2s linear, visibility 0.2s linear;
}

#header #menumain .dropdown-menu>.active>a,
#header #menumain .dropdown-menu>.active>a:hover,
#header #menumain .dropdown-menu>.active>a:focus {
	background-color:transparent;
}


#header #menumain .dropdown-submenu {
	background-image:url(../system_images/arrow_menu.png);
	background-position:center right;
	background-repeat:no-repeat;
}

.dropdown-submenu > a:after {
	display:none;
}

#header #menutop ul {
	float:left;
	padding:0;
	margin: 7px 0 0 0;
}

#header #menutop ul li {
	float:left;
	list-style:none;
	padding: 0 11px;
	line-height: 11px;
}

#header #menutop ul li.last{
	padding-right: 10px;
}

#header #menutop ul li#uid_28:before {
	content: " ";
	display: block;
	float: left;
	background-image: url(/fileadmin/templates/system_images/icon_contact.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 23px;
	height: 17px;
	margin-top: -3px;
}


#header #menutop ul li.serviceline {}

#header #menutop ul li.serviceline:before {
	content: " ";
	display: block;
	float: left;
	background-image: url(/fileadmin/templates/system_images/icon_phone.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 18px;
	height: 13px;
	margin-top: -1px;
}

#header #menutop ul li.profi {}

#header #menutop ul li.profi a,
#header #menutop ul li.profi a:focus,
#header #menutop ul li.profi a:visited {
	padding: 3px 10px 2px 45px;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #044a92!important;
	background-image: url(/fileadmin/templates/system_images/icon_profi.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#header #menutop ul li.profi a:hover {
	color: #FFFFFF;
}

#header #menutop ul .languagebackground{
	background-image: url(/fileadmin/templates/system_images/btn_german.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 15px;
	height: 15px;
	float: right;
	margin-top: -3.5px;
}


#header #menutop ul li a {
	font-family: 'fira_sansbook', Arial;
	font-size:12px;
	color:#747474;
	text-decoration:none;
}

#header #menutop ul li a:hover,
#header #menutop ul li a.active{
	color:#044a92;
}

#header #langmenu {}

#header .ddTitle .divider,
#header .ddTitle .arrow  {
	display:none;
}

#header .ddTitle .ddTitleText {
	padding:0;
	font-size: 12px;
	color: #747474;
}

#header .ddTitle .ddTitleText img {
	margin-top:-2px;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	padding:0;
}

#header .ddTitle {
	background: transparent;
}

#header .borderRadiusTp ul li {
	border-radius:0;
}

#header .ddChild {
	width:125px!important;
	height: auto!important;
	overflow: hidden!important;
	border-radius: 0;
	border: 0;
	margin-left: -11px;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#header .ddChild ul {
	width:100%;
}

#header .ddChild ul li {
	padding: 3px 0!important;
	width: 100%;
	border-left: 0!important;
	padding-left:12px!important;
}

#header .ddChild ul li .ddlabel {
	font-size:11px;
}

#header #langmenu_msdd {
	/*width:125px!important;*/
	width:auto!important;
	border:0;
	color: #747474;
	margin-top: 0px;
	background-image: url(/fileadmin/templates/system_images/arrow_menu_top.png);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 13px;
}

#header #menumain {
	margin:20px 0 0 0;
}

#header #menumain ul {
	float:left;
	padding:0;
	margin:0;
	border: 0;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}


#header #menumain ul.level1 {
	height:35px;
}

#header #menumain ul.level1 > li {
	cursor:pointer;
	float:left;
	list-style:none;
	padding: 0 15px;
	line-height: 12px;
	height: 12px;
}

#header #menumain ul.level1 > li.dropdown {
	background-image: url(../system_images/arrow_menu_main.png);
	background-repeat: no-repeat;
	background-position: center right;
	margin-right: 15px;
	padding-right: 20px;
}

#header #menumain ul.level1 > li > a {
	height:20px;
	font-size: 17px;
}

#header #menumain ul:first-child li:first-child {
	padding-left: 0;
}

#header #menumain ul li a {
	font-family: 'fira_sansbook', Arial;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	white-space: normal;
}

#header #menumain ul li a:hover,
#header #menumain ul li a.active {
	color:#044a92;
	background-color:transparent;
}

#header #menumain ul.level1 > li ul.level3 > li {
	background-color:#4B648F;
}

#header #menumain .nav_arrow_up {
	height: 23px;
	background-color: #FFF;
}

#header #menumain ul.level2 {
	background-color: #044a92;

	color:#FFFFFF;
	margin-left: -50px;
	border-left: 50px solid transparent;
	min-width:225px;
}

#header #menumain ul.level2 > li {
	padding:0;
	position:static!important;
}

#header #menumain ul.level2 li:hover,
#header #menumain ul.level2 li.active {
	/*background-color:#000;*/
}

#header #menumain ul.level2 > li > a {
	border-top:1px #FFFFFF solid;
	padding-right: 40px;
}

#header #menumain ul.level2 > li > a:hover {}

#header #menumain ul.level2 > li:first-child > a,
#header #menumain ul.level2 > li:nth-child(2)> a {
	border-top:0;
}

#header #menumain ul.level2 a {
	color:#FFFFFF;
	padding: 15px 0 16px 0;
	margin: 0 15px;
	text-transform:uppercase;
}

#header #menumain ul.level2 a:hover,
#header #menumain ul.level2 a.active {
	color:#FFFFFF;
}

#header #menumain ul.level2 .special{
	background: #5a6994;
}

#header #menumain ul.level2 .special a{
	border: none;
}

#header #menumain ul.level2 .special2{
	background: #5a6994;
}

#header #menumain ul.level2 .special2 a{
	border: none;
}

.special {
	height:32px;
}
.special2 {
	height:32px;
	padding-bottom:44px!important;
}

#header #menumain ul.level3 {
	height:100%;
	background-color: transparent;
}

#header #menumain ul.level3 a {
	padding: 8px 0;
}

/*
#header #menumain ul.level3 > li {
	border-top:1px #FFFFFF solid;
	position:static!important;
}
*/

#header #menumain ul.level3 > li {
	border-top:1px #FFFFFF solid;
	position:relative!important;
	background-image: none;
}

#header #menumain ul.level3 > li:first-child {
	border-top:0;
}

/*#header #menumain ul.level3 > li {background-color:#0033A0;}*/

/* navi special colors */
#pUid_154 {background-color:#4B648F;}
#pUid_155 {background-color:#4B648F;}

/* product colors */
#menumain > ul > li li#uid_1,
#menumain > ul > li li#uid_85,
#menumain > ul > li li#uid_117,
#menumain > ul > li li#uid_219,
#menumain > ul > li li#uid_240 {background-color:#859C06!important;}
#menumain > ul > li li#uid_2,
#menumain > ul > li li#uid_13,
#menumain > ul > li li#uid_86,
#menumain > ul > li li#uid_118,
#menumain > ul > li li#uid_220,
#menumain > ul > li li#uid_241 {background-color:#C1B900!important;/*background-color:#EE8027!important;*/}

#menumain > ul > li li#uid_87,
#menumain > ul > li li#uid_119,
#menumain > ul > li li#uid_221,
#menumain > ul > li li#uid_242 {background-color:#EE8027!important;}
#menumain > ul > li li#uid_88,
#menumain > ul > li li#uid_120,
#menumain > ul > li li#uid_222,
#menumain > ul > li li#uid_243 {background-color:#C22F1D!important;}
#menumain > ul > li li#uid_5,
#menumain > ul > li li#uid_89,
#menumain > ul > li li#uid_121,
#menumain > ul > li li#uid_223,
#menumain > ul > li li#uid_244 {background-color:#8D367A!important;}

#menumain > ul > li li#uid_6,
#menumain > ul > li li#uid_90,
#menumain > ul > li li#uid_122,
#menumain > ul > li li#uid_224,
#menumain > ul > li li#uid_245 {background-color:#D3C6B5!important;}
/* #menumain > ul > li li#uid_245 {background-color:#C22F1D!important;} */

#menumain > ul > li li#uid_7,
#menumain > ul > li li#uid_91,
#menumain > ul > li li#uid_123,
#menumain > ul > li li#uid_225,
#menumain > ul > li li#uid_246 {background-color:#006227!important;}
#menumain > ul > li li#uid_8,
#menumain > ul > li li#uid_92,
#menumain > ul > li li#uid_124,
#menumain > ul > li li#uid_226,
#menumain > ul > li li#uid_247 {background-color:#8DA1AC!important;}

#menumain > ul > li li#uid_9,
#menumain > ul > li li#uid_93,
#menumain > ul > li li#uid_125,
#menumain > ul > li li#uid_227,
#menumain > ul > li li#uid_248 {background-color:#A7A79F!important;}

#menumain > ul > li li#uid_10,
#menumain > ul > li li#uid_94,
#menumain > ul > li li#uid_126,
#menumain > ul > li li#uid_228,
#menumain > ul > li li#uid_249 {background-color:#EE8027!important;}

#menumain > ul > li li#uid_11,
#menumain > ul > li li#uid_95,
#menumain > ul > li li#uid_127,
#menumain > ul > li li#uid_229,
#menumain > ul > li li#uid_250 {background-color:#895D40!important;}

#menumain > ul > li li#uid_3,
#menumain > ul > li li#uid_4,
#menumain > ul > li li#uid_332,
#menumain > ul > li li#uid_338,
#menumain > ul > li li#uid_88,
#menumain > ul > li li#uid_87,
#menumain > ul > li li#uid_346,
#menumain > ul > li li#uid_347,
#menumain > ul > li li#uid_243,
#menumain > ul > li li#uid_242,
#menumain > ul > li li#uid_344,
#menumain > ul > li li#uid_345,
#menumain > ul > li li#uid_120,
#menumain > ul > li li#uid_119,
#menumain > ul > li li#uid_350,
#menumain > ul > li li#uid_351,
#menumain > ul > li li#uid_222,
#menumain > ul > li li#uid_221,
#menumain > ul > li li#uid_348,
#menumain > ul > li li#uid_349,
#menumain > ul > li li#uid_356,
#menumain > ul > li li#uid_357,
#menumain > ul > li li#uid_358,
#menumain > ul > li li#uid_359 {background-color:#E6331C!important;}

/*
#menumain > ul > li li#uid_3,
#menumain > ul > li li#uid_87,
#menumain > ul > li li#uid_242,
#menumain > ul > li li#uid_119,
#menumain > ul > li li#uid_221,
#menumain > ul > li li#uid_356,
#menumain > ul > li li#uid_359 {background-image: url(../system_images/arrow_menu_vliesfaser_maxx_economy.png)!important;}

#menumain > ul > li li#uid_332,
#menumain > ul > li li#uid_346,
#menumain > ul > li li#uid_344,
#menumain > ul > li li#uid_350,
#menumain > ul > li li#uid_348 {background-image: url(../system_images/arrow_menu_vliesfaser_maxx_premium.png)!important;}

#menumain > ul > li li#uid_338,
#menumain > ul > li li#uid_347,
#menumain > ul > li li#uid_345,
#menumain > ul > li li#uid_351,
#menumain > ul > li li#uid_349 {background-image: url(../system_images/arrow_menu_vliesfaser_maxx_superior.png)!important;}

#menumain > ul > li li#uid_357,
#menumain > ul > li li#uid_358 {background-image: url(../system_images/arrow_menu_easy_vlies.png)!important;}
*/
#menumain > ul > li li#uid_3:after,
#menumain > ul > li li#uid_87:after,
#menumain > ul > li li#uid_242:after,
#menumain > ul > li li#uid_119:after,
#menumain > ul > li li#uid_221:after,
#menumain > ul > li li#uid_356:after,
#menumain > ul > li li#uid_359:after {
	content: '';
	background-color: #008F97;
	width: 20px;
	height: 100%;
	position: absolute;
	right: 0;
	z-index: 1;
	top: 0;
}

#menumain > ul > li li#uid_332:after,
#menumain > ul > li li#uid_346:after,
#menumain > ul > li li#uid_344:after,
#menumain > ul > li li#uid_350:after,
#menumain > ul > li li#uid_348:after {
	content: '';
	background-color: #B3B2B2;
	width: 20px;
	height: 100%;
	position: absolute;
	right: 0;
	z-index: 1;
	top: 0;
}

#menumain > ul > li li#uid_338:after,
#menumain > ul > li li#uid_347:after,
#menumain > ul > li li#uid_345:after,
#menumain > ul > li li#uid_351:after,
#menumain > ul > li li#uid_349:after {
	content: '';
	background-color: #BBA543;
	width: 20px;
	height: 100%;
	position: absolute;
	right: 0;
	z-index: 1;
	top: 0;
}

#menumain > ul > li li#uid_357:after,
#menumain > ul > li li#uid_358:after {
	content: '';
	background-color: #F0E0E3;
	width: 20px;
	height: 100%;
	position: absolute;
	right: 0;
	z-index: 1;
	top: 0;
}

/* pro */
#header #menumain > ul > li:nth-child(2) ul.level4 > li {
	background-image:url(../system_images/bg_menu_pro.png);
	background-repeat:no-repeat;
	background-position:right center;
	border-bottom: 1px solid #FFFFFF;
}

#header #menumain > ul > li:nth-child(2) ul.level4 > li:last-child {
	border-bottom: 0;
}

#header #menumain > ul > li:nth-child(2) ul.level4 > li.dropdown-submenu {
	background-image:url(../system_images/bg_menu_pro_submenu.png);
}

#menumain > ul > li li#uid_12,
#menumain > ul > li li#uid_96,
#menumain > ul > li li#uid_138,
#menumain > ul > li li#uid_264,
#menumain > ul > li li#uid_230,
#menumain > ul > li li#uid_323,
#menumain > ul > li li#uid_251 {background-color:#789900!important;}

/*li#uid_97,*/
li#uid_139,
li#uid_231,
li#uid_265,
li#uid_252,
li#uid_324,
li#uid_444 {
	background-color:#C1B900!important;
	padding: 8px 0!important;
}

/*li#uid_97 > a,*/
li#uid_139 > a,
li#uid_231 > a,
li#uid_265 > a,
li#uid_252 > a,
li#uid_324 > a {
	/*background-color:#e47b02!important;*/
	/*background-image: url(../system_images/arrow_menu.png);*/
	background-position: center right;
	background-repeat: no-repeat;
	padding: 0!important;
	margin: 0 20px 0 0!important;
	padding-left: 15px!important;
}

#menumain > ul > li li#uid_14,
#menumain > ul > li li#uid_98,
#menumain > ul > li li#uid_140,
#menumain > ul > li li#uid_232,
#menumain > ul > li li#uid_266,
#menumain > ul > li li#uid_253,
#menumain > ul > li li#uid_325,
#menumain > ul > li li#uid_446 {background-color:#D8272D!important;}
#menumain > ul > li li#uid_15,
#menumain > ul > li li#uid_99,
#menumain > ul > li li#uid_141,
#menumain > ul > li li#uid_233,
#menumain > ul > li li#uid_254 {background-color:#9E4676!important;}

#menumain > ul > li li#uid_6,
#menumain > ul > li li#uid_16,
#menumain > ul > li li#uid_100,
#menumain > ul > li li#uid_142,
#menumain > ul > li li#uid_234,
#menumain > ul > li li#uid_255,
#menumain > ul > li li#uid_326 {background-color:#D3C6B5!important;}
/*#menumain > ul > li li#uid_326 {background-color:#A59482!important;}*/

#menumain > ul > li li#uid_17,
#menumain > ul > li li#uid_101,
#menumain > ul > li li#uid_143,
#menumain > ul > li li#uid_235,
#menumain > ul > li li#uid_256 {background-color:#8DA1AC!important;}

#menumain > ul > li li#uid_18,
#menumain > ul > li li#uid_102,
#menumain > ul > li li#uid_144,
#menumain > ul > li li#uid_236,
#menumain > ul > li li#uid_257 {background-color:#A8A8A8!important;}

#menumain > ul > li li#uid_19,
#menumain > ul > li li#uid_103,
#menumain > ul > li li#uid_145,
#menumain > ul > li li#uid_237,
#menumain > ul > li li#uid_258 {background-color:#A7A79F!important;}
#menumain > ul > li li#uid_20,
#menumain > ul > li li#uid_104,
#menumain > ul > li li#uid_146,
#menumain > ul > li li#uid_238,
#menumain > ul > li li#uid_259 {background-color:#EE8027!important;}

#menumain > ul > li li#uid_21,
#menumain > ul > li li#uid_105,
#menumain > ul > li li#uid_147,
#menumain > ul > li li#uid_239,
#menumain > ul > li li#uid_260 {background-color:#794D28!important;}

#menumain > ul > li li#uid_360 {background-color:#a70030!important;}

#menumain > ul > li li#uid_434 {background-color:#59191f!important;}

#menumain > ul > li li#uid_435 {background-color:#1a2b3c!important;}

#menumain > ul > li li#uid_444,
#menumain > ul > li li#uid_446 {
	background-image:url(../system_images/bg_menu_diy.png)!important;
}

/* zh */
:lang(zh) #header #menumain > ul > li:nth-child(1) ul.level3 > li,
:lang(zh) #header #menumain > ul > li:nth-child(2) ul.level3 > li,
:lang(ru) #header #menumain > ul > li:nth-child(1) ul.level3 > li,
:lang(ru) #header #menumain > ul > li:nth-child(2) ul.level3 > li {
	background-image:url(../system_images/bg_menu_pro.png);
	background-repeat:no-repeat;
	background-position:right center;
}

:lang(zh) #header #menumain > ul > li:nth-child(1) ul.level3 > li.dropdown-submenu,
:lang(zh) #header #menumain > ul > li:nth-child(2) ul.level3 > li.dropdown-submenu,
:lang(ru) #header #menumain > ul > li:nth-child(1) ul.level3 > li.dropdown-submenu,
:lang(ru) #header #menumain > ul > li:nth-child(2) ul.level3 > li.dropdown-submenu {
	/*background-image:url(../system_images/bg_menu_pro_submenu.png);*/
	background-repeat:no-repeat;
	background-position:right center;
	padding-right: 40px;
}


:lang(zh) #header #menumain > ul > li:nth-child(3) ul.level3 > li,
:lang(ru) #header #menumain > ul > li:nth-child(3) ul.level3 > li {
	/*background-image: url(../system_images/arrow_menu.png);*/
	background-repeat:no-repeat;
	background-position:right center;
}


/* ru */
:lang(ru) #header #menumain > ul > li:nth-child(1) ul.level3,
:lang(ru) #header #menumain > ul > li:nth-child(2) ul.level3 {
	min-width: 200px;
}

:lang(ru) #header #menumain ul.level2 > li#pUid_88 .dropdown-submenu {
	background-image: none!important;
}

:lang(ru) #header #menumain ul.level1>li,
:lang(ru) #header #menumain ul.level1>li>a {
	font-size: 13px;
}

/* hu, pl */
:lang(hu) #menumain > ul > li li#uid_87,
:lang(pl) #menumain > ul > li li#uid_242 {
	background-color: #EE8027!important;
	background-image: url(../system_images/arrow_menu.png)!important;
}

:lang(hu) #menumain > ul > li li#uid_88,
:lang(pl) #menumain > ul > li li#uid_243 {
	background-color: #C22F1D!important;
}

:lang(pl) #header #menumain ul.level1>li,
:lang(pl) #header #menumain ul.level1>li>a {
	font-size: 15px;
}

/* clean submenu*/
#header #menumain #pUid_31 > ul > li,
#header #menumain #pUid_31 > ul > li > a,
#header #menumain #pUid_134 > ul > li,
#header #menumain #pUid_134 > ul > li a,
#header #menumain #pUid_275 > ul > li,
#header #menumain #pUid_275 > ul > li a,
#header #menumain #pUid_284 > ul > li,
#header #menumain #pUid_284 > ul > li a,
#header #menumain #pUid_286 > ul > li,
#header #menumain #pUid_286 > ul > li a {
	background-color: #4B648F!important;
	background-image: none!important;
}

/* special profi */
#header #menumain #pUid_31 .dropdown-submenu {
	background-image: url(../system_images/arrow_menu.png)!important;
	background-position: center right;
	background-repeat: no-repeat;
}

#header #menumain #pUid_31 .level4 a,
#phonemenu #pUid_31 .level4 a {
	background-image: none!important;
	color:#FFFFFF!important;
}

#header #menumain ul.level3 a {
	text-transform:none;
}

#header #menumain ul.level4 {
	float: none;
	background-color:transparent;
	/*padding-top:0!important;*/
	height:100%;
	padding-right: 150px;
	width: 375px;
}

#header #menumain ul.level4 > li {
	background-color:#EEEEEE;
}

#header #menumain ul.level4 a {
	color:#000000;
	padding:5px 0;
	display: block;
}

#header #menumain ul.level4 a:hover,
#header #menumain ul.level4 a.active {
	color:#044a92;
}

#header #menumain .toLong {
	height:350px!important;
	overflow:hidden;
	padding-right:0;
	width:auto;
	padding-top:0!important;
	position:relative;
}

#header #menumain .scrollButtonUp,
#header #menumain .scrollButtonDown {
	float: left;
	width: 100%;
	height:15px;
	background-color: #bcbcbc;
	padding:3px;
	background-image:url(../system_images/btn_scrollButton_up.png);
	background-repeat:no-repeat;
	background-position:center center;
}

#header #menumain .scrollButtonUp {
	background-image:url(../system_images/btn_scrollButton_up.png);
}

#header #menumain .scrollButtonDown {
	background-image:url(../system_images/btn_scrollButton_down.png);
}

#header #menumain .scrollButtonUp.disabled {
	background-image:url(../system_images/btn_scrollButton_up_disabled.png);
}

#header #menumain .scrollButtonDown.disabled {
background-image:url(../system_images/btn_scrollButton_down_disabled.png);
}

#header #menulangWrapper {
	float: left;
	margin-top: 12px;

}

#header #menulangWrapper ul {}

#header #menulangWrapper ul li {
	list-style:none;
}

#header #menulangWrapper .dd {
	width:110px!important;
}

#header #menulangWrapper .ddChild {
	margin-left:1px!important;
}

#header #btn_phonemenu {
	padding: 10px 20px 10px 0;
}

#header #btn_phonemenu:hover {
	text-decoration:none;
}

#header #btn_phonemenu img {
	display:block;
}

#phonemenu {
	background-color: #00376A;
	color:#FFFFFF;
}

#phonemenu .level1 {
	padding-top: 60px;
	margin-right: 0;
}

#phonemenu a {
	color:#FFFFFF;
	text-decoration:none;
	padding: 0 15px;
	display: block;
	height: 40px;
	line-height: 40px;
}

#phonemenu a.dropdown-toggle {
	background-color: transparent!important;
	background-image: none!important;
}

#phonemenu a:hover {
	text-decoration:none;
	background-color: transparent;
}

#phonemenu .mm-list a.mm-subopen {
	background-color: #002A53!important;
	margin-right: 0!important;
	background-position: center center!important;
}

#phonemenu .mm-list a.mm-subclose {
	height:40px;
	line-height:40px;
	padding: 0 15px;

	background-image: url(../system_images/arrow_menu_back.png);
	background-position: 15px center;
	background-repeat: no-repeat;

	font-family: "fira_sansbold", Arial;
	text-align:center;
	font-size:16px;
}

#phonemenu ul {
	margin-left:-1px;
}

#phonemenu li {
	height:40px;
	line-height:40px;
	background-color: transparent!important;
	padding: 0!important;
}

/* Workaround FIXME */
#phonemenu .level4 #pUid_1 .mm-subopen {
	display:none;
}

.mm-menu .mm-list > li > a.mm-subopen:after,
.mm-menu .mm-list > li > a.mm-subclose:before {
	top: 50%;
	margin-top: -4px;
}

.mm-menu .mm-list > li > a.mm-subopen:after,
.mm-menu .mm-list > li > a.mm-subclose:before,
.mm-menu .mm-list > li > a.mm-subopen:before {
	display:none;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
	margin: 0;
	background-color: #002A53;
	z-index: 100;
}

.mm-menu .mm-list > li > a.mm-subclose {
	background-color:#002A53;
}

.mm-search {
	padding:15px;
}

.mm-search input {
	border-radius: 5px;
}

.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
	padding: 0 10px;
}

.mm-list a.mm-subopen {
	background-image: url(../system_images/arrow_menu.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.mm-menu.mm-hassearch > .mm-panel {
	padding-top: 80px;
}

html.mm-opened .mm-page {
	box-shadow:none;
}

#header #logo {
	width:296px;
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 999;
	overflow:hidden;
	background-color:#044a92;

	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

#header #logo img {
	border-radius: 0 0 3px 3px;
}

#content {}

#content #breadcrumb {
	font-family: 'fira_sansbook', Arial;
	font-size:13px;
	color:#C5C5C5;
	text-decoration:none;
	height: 27px;
	line-height: 27px;
}

#content #breadcrumb a {
	font-family: 'fira_sansbook', Arial;
	font-size:13px;
	text-decoration:none;
	color:#C5C5C5;
}

#content #breadcrumb a:hover,
#content #breadcrumb a.active {
	color:#C5C5C5;
}

#content #breadcrumb a.home {
	background-image:url(../system_images/icon_breadcrumb.png);
	background-position:left 3px;;
	background-repeat:no-repeat;
	padding-left: 20px;
}

#content #linkimagecarousel {}

#content #linkimagecarousel  .owl-item > div {
	border:1px #DBDBDB solid;
	position: relative;
}

#content #linkimagecarousel .owl-carousel-item img:first-child {
	width: 100%;
	height: 250px;
}

#content #linkimagecarousel .owl-carousel-caption {
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	padding: 10px 15px 5px 15px;
	z-index: 10;
	width: 100%;
}

#content #linkimagecarousel .owl-carousel-caption h2 {
	font-family: 'fira_sansbold', Arial;
	font-size: 21px;
	line-height: 18px;
	margin:0!important;
	padding:0!important;
	color:#FFFFFF;
}

#content #linkimagecarousel .owl-carousel-caption h4 {
	margin:0!important;
	padding:0!important;
	font-size: 14px;
	color:#FFFFFF;
	font-family: 'fira_sansbook', Arial;
}

#content #linkimagecarousel .owl-carousel-magnify {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 25px;
	height: 25px;
}

#content #linkimagecarousel .owl-nav > div {
	position: absolute;
	background-position:center;
	background-repeat:no-repeat;
	top: 50%;
	width:35px;
	height:50px;
	margin-top: -25px;
	text-indent: 100%;
	opacity: 0.7;
	transition: all .3s ease;
	overflow: hidden;
}

#content #linkimagecarousel .owl-prev {
	background-image:url(../system_images/arrow_carousel_left.png);
	left: -65px;
}

#content #linkimagecarousel .owl-next {
	background-image:url(../system_images/arrow_carousel_right.png);
	right: -65px;
}

#content #linkimagecarousel .owl-controls .owl-dots  {
	display:none!important;
	text-align:center;
	margin-top: 10px;
	margin-bottom: -10px;
}

#content #linkimagecarousel .owl-controls .owl-dots .owl-dot {
	margin: 0 6px;
	zoom: 1;
	background-color: #CFCFCF;
	width: 11px;
	height: 11px;
	display: inline-block;
	cursor: pointer;
	border-radius: 20px;
}

#content #linkimagecarousel  .owl-controls .owl-dots .owl-dot.active {
	background-color: #044a92;
}

#content #social_links {
	height:45px;
}

#content #social_links > div {
	float:left;
	width: 2em;
	height: 2em;
	margin-left: 10px;
}

#content #social_links > div img {
	max-width:none;
	max-height:100%;
}

#footer {
	color:#FFF;
	margin-left: -15px;
	margin-right: -15px;
}

#footer #seo {
	background-color:#044a92;
	border-bottom:1px #FFFFFF solid;
	padding: 0 15px;
}

/*
#footer #seo h3 {
	font-size: 24px;
	margin: 0 0 15px 0;
}
*/

#footer #seo .toggle {
	background-image:url(../system_images/plus.png);
	background-position:center left;
	background-repeat:no-repeat;
	height: 35px;
	padding: 5px 0;
}

#footer #seo .toggle.active  {
	background-image:url(../system_images/minus.png);
}

#footer #seo .toggle img {
	width:auto;
}

#footer #seo .toggle_container {
	display:none;
	margin-bottom: 15px;
}

#footer #seo .toggle_container  a{
	color:#fff;
}

#footer #menufoot {
	background-color:#044a92;
	padding: 0 15px 20px 15px;
	font-size: 12px;

}

#footer #menufoot .title {
	font-family: 'fira_sansbold', Arial;
	font-size:15px;
	color:#FFFFFF;
	height:53px;
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 8px;
}

#footer #menufoot ul {
	padding-left: 17px;
}

#footer #menufoot ul li {
	font-family: 'fira_sansbold', Arial;
	font-size:12px;
	color:#FFFFFF;
}

#footer #menufoot ul li a {
	text-decoration:none;
	font-family: 'fira_sansregular', Arial;
	font-size:12px;
	color:#FFFFFF;
}

#footer #menufoot ul li a:hover {
	text-decoration:underline;
}

#footer #menufoot .first {}

#footer #menufoot .first ul li a {
	font-family: 'fira_sansregular', Arial;
	/*text-transform:uppercase;*/
}

#footer #menufoot .last {}

#footer #menufoot #contactbox {}

#footer #menufoot #contactbox a {
	color:#FFFFFF;
	font-size: 12px;
}

.newsletter-link a{
	color:#fff;
}

.newsletter-link a:after{
	content: "  >>";
}

.newsletter-link a:before{
	content: "<<  ";
}


/* multicontent */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: transparent;
	border: 0;
	border-radius: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background: transparent;
	border: 0;
	border-radius: 0;
}

.ui-accordion a {
	cursor:pointer;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	left: 0;
	margin-top: -9px;
}

.ui-accordion .ui-accordion-icons {
	padding-left: 1.5em;
}

.ui-accordion .ui-accordion-content {
	margin-left: 1.5em;
	border-radius: 10px;
	background-color:#EEEEEE;
	background-image: none;
	padding: 1em;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color:#575756;
	font-weight:normal;
}

.ui-state-default .ui-icon {
	background-image:url(../system_images/multicontent_arrow_right.png);
	background-position: center center;

}

.ui-state-active .ui-icon {
	background-image:url(../system_images/multicontent_arrow_down.png);
	background-position: initial;
}

.ui-widget-content {
	font-family: 'fira_sansbold', Arial;
}

.ui-widget-content a {
	color:#044a92;
	font-family: 'fira_sansregular', Arial;
}

.ui-accordion .ui-accordion-content {
	background-color: transparent;
	border-radius: 0;
	border: 0;
	margin-left: 0;
	padding-left: 2px;
}

#p120 .ui-accordion .ui-accordion-content,
#p121 .ui-accordion .ui-accordion-content {
	margin-left: 20px;
}

.csc-textpic-caption a {
	font-size: 12px;
	cursor:pointer;
}

.ui-accordion  .ui-accordion-content figcaption.csc-textpic-caption {
	font-size: 14px;
	font-family: 'fira_sansbold', Arial;
}

.tx-jfmulticontent-pi1 {
	margin-bottom:30px;
}

.tx-jfmulticontent-pi1 img{
	border:1px #eeeeee solid!important;
	margin-bottom:5px!important;
	width:auto!important;
}

.tx-jfmulticontent-pi1 .csc-textpic-caption {
	font-family: 'fira_sansbook'!important , Arial;
	font-size: 12px!important;
}

.ui-accordion .ui-accordion-icons {
	margin-left:-1px;
}

.flexslider {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 0;
	margin-bottom: 0;
	background: transparent;
	border: 0;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;

	overflow: hidden;
}

.flexslider a:hover {
	text-decoration:none;
}

.flexslider .flexslider_overlay {
	display:none;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 89;
}

.flexslider .slides > li {
	position:relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .flexslider .slides {
	display: block;
}

* html .flexslider .slides {
	height: 1%;
}

.no-js .flexslider .slides > li:first-child {
	display: block;
}

.flexslider .caption {
	position: absolute;
	bottom: 20%;
	/* width: 100%; */
	width: 30%;
	left: 5%;
}

.flexslider .caption h2 {
	font-size:50px;
	color:#FFFFFF;
	text-shadow: 0px 0px 13px rgba(0,0,0, 0.5);
	margin-bottom:0;
	margin-top: 20px;
}

.flexslider .caption h2 p {
	margin:0;
}

.flexslider .caption h3 {
	font-size:30px;
	font-family: 'fira_sansregular', Arial;
	color:#FFFFFF;
	text-shadow: 0px 0px 13px rgba(0,0,0, 0.5);
	margin-bottom:0;
}

.flexslider .caption h4 {
	font-size:24px;
	font-family: 'fira_sansregular', Arial;
	color:#FFFFFF
}

.flexslider .caption p {
	margin: 0;
	padding: 0;
}

/*
#p71 .flexslider .caption h1,
#p71 .flexslider .caption h2,
#p71 .flexslider .caption h3 {
	color:#000000!important;
}
*/

.flex-control-nav {
	bottom: 10px;
}

.flex-control-paging li a {
	background-color:#FFFFFF;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
	background-color:#044a92!important;
}

.flex-direction-nav {
	position: absolute;
	right: 9.2%;
	bottom: 0;
}

.flex-direction-nav > li {
	float: left;
	margin-right: 2px;
}

.flex-direction-nav a {
	position: static;
	opacity: 1!important;
}

.flex-direction-nav .flex-prev {
	height:55px;
	width:72px;
}

.flex-direction-nav .flex-next {
	height:55px;
	width:72px;
}

.flex-viewport {
	width:100%;
}

.fancybox-overlay {
	background-image: none;
	background-color: rgba(0, 0, 0, 0.35);
}

.fancybox-close {
	background: url(/fileadmin/templates/system_images/icon_x.png) no-repeat top left;
	width: 40px;
	height: 38px;
	/*
	top: 5px;
	right: 5px;
	*/
	top: 15px;
	right: 15px;
}

.fancybox-skin {
	/*
	padding: 5px !important;
	background-color: #FFFFFF;
	*/
	padding: 15px !important;
	background-color: #000000;
}

.fancybox-prev span {
	background: url(/fileadmin/templates/system_images/arrow_carousel_left.png) no-repeat top left;
	width: 35px;
	height: 50px;
	/*visibility: visible !important;*/
	left: 0;
}

.fancybox-title-float-wrap {
	bottom: 5px;
	left: 5px;
	right: 5px;
	margin: 0;
	text-align: left;
}

.fancybox-title-float-wrap .child {
	margin: 0;
	background: rgba(255,255,255,0.75);
	border-radius: 0;
	color: #000;
	text-shadow:none;
}

.fancybox-next span {
	background: url(/fileadmin/templates/system_images/arrow_carousel_right.png) no-repeat top left;
	width: 35px;
	height: 50px;
	display: block;
	/*visibility: visible !important;*/
	right: 0;
}

/* kesearch_num_results */
#kesearch_num_results {
	display:none;
}

.result_txt {
	display: none;
}

/* news */
.news .article {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px #8D8D88 solid;
	padding:0;
	overflow:hidden;
	margin-bottom: 15px;

	height: 170px;
}

.news .article h3 {
	line-height: 32px;
}

.news .article .no-media-element {
	display:none;
}

.news .article .wrapper {
	float:left;
	padding: 20px;
	/*width:62%;*/
}

.news .article .header {
	margin-bottom: 20px;
}

.news .article .header a {
	color: #706F6F;
}

.news .article .teaser-text {

}

.news .article .teaser-text p {
	margin:0;
}

.news .article .news-img-wrap {
	/*float:right;*/
	float:none;
	border: 0;
	/*background: #706F6F;*/
/*	height: 175px;*/
	margin: 0;
	/*width: 37%;*/
}

.news .article .news-img-wrap a {
	border: 0;
	padding: 0;
	/*float: right;*/
	float: none;
}

.news .article .news-img-wrap img {
	display: inline-block;
	float: none;
}

.news-single .article {
	height: auto!important;
}

.news-single .article .news-img-wrap {
	height:auto;
	width:auto;
	background:transparent;
}

.news-single .article .news-img-wrap .outer {
	margin-bottom: 30px;
	margin-left: 30px;
	max-width: 312px;
}

.news-single .article .news-img-wrap .outer .mediaelement img {
	width: 100%;
}

.news-single .article .news-img-wrap img {
}

.news-single .article .news-img-wrap .outer p.news-img-caption {
	padding-top:10px;
}

.news-single .article {
	border: 0;
}

.news-single .teaser-text {
	color:#333;
}

.history {
	margin-top:15px;
}

.history .year {
	font-family: 'fira_sansbold', Arial;
	font-size: 175px;
}

/* News Archive */
h3#toggleNewsArchive {
	margin-top: 20px;
	cursor: pointer;
	/* Togglepfeil */
}
h3#toggleNewsArchive.active {
	/* Togglepfeil */

}
#news-archive-view {
	display: none;
}
#news-archive-view .article {
	border: none;
	margin-bottom: 0;
}
#news-archive-view .wrapper {
	width: 100%;
	padding: 5px 0;
}
#news-archive-view .header a {
	color: #044a92;
}

#categoryPressWrap {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px #8D8D88 solid;
	padding: 15px;
	overflow: hidden;
	margin-bottom: 15px;
}

#categoryWrap:before {
	content: "Medium";
	margin-bottom: 5px;
	display: block;
}
#wallpaperWrap:before {
	content: "Produktbereich";
	margin-bottom: 5px;
	display: block;
}

#wallpaperWrap,	#categoryWrap {
	display: inline-block;
	width: 200px;
	max-width: 100%;
}

#wallpaperWrap select, #categoryWrap select {
	width: 100%;
}

#wallpaperWrap {
	margin-right: 50px;
}

.csc-frame-invisible img {
	border:0!important;
}

.csc-frame-invisible.layout-2 .csc-textpic-imagerow {
	display: none;
}

.csc-frame-invisible.layout-2 .csc-textpic-imagerow:first-child {
	display: block;
}

.csc-frame-invisible.layout-2 div.csc-textpic-imagecolumn { float: none; }


.cc_container {
	background-color: #044a92;
}

.cc_container .cc_message {
	color: #ffffff;
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
	background-color: #ffffff;
}

/* layouts */
.layout-1 h1 {
	margin-bottom:0;
}

/*
.layout-1 h3 {
	margin-bottom:30px;
}
*/



/* Startseite */
.layout-2 {
	cursor:pointer;
}

.layout-2 .csc-textpic-image  {
	position:relative;
}

.layout-2 .csc-textpic-image a {

}

.layout-2 .csc-textpic-image img {
	border: 1px #eeeeee solid!important;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.layout-2 .csc-textpic-image .csc-textpic-caption {
	position:absolute;
	top: 0;
	color: #FFF;
	cursor:pointer;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.layout-2 .csc-textpic-image .csc-textpic-caption h2 {
	font-size: 26px;
	margin: 15px 15px 0 15px;
}

.layout-2 .csc-textpic-image .csc-textpic-caption h3 {
	font-size: 18px;
	margin: 0 15px;
}

.layout-3 {}

.layout-3 .csc-textpic-imagewrap {
	float: none!important;
}

.layout-3 .csc-textpic-imagerow {
	margin-left:-15px;
	margin-right:-15px;
	margin-bottom: 15px!important;
}

.layout-3 .csc-textpic-imagecolumn {
	width: 50%;
	margin: 0;
	padding: 0 15px;
}

.layout-3 img {
	float: left;
	margin-right: 15px;
	border:0!important;
}

.layout-3 figcaption:after {
	clear: both;
	content: '';
}

.layout-3 figcaption.csc-textpic-caption {
	float: left;
	width: 85%;
}

.layout-4 {
	background-color: #ececed;
	position: relative;
}

.layout-4 img {
	margin-bottom: 0!important;
	border: 0!important;
}

.layout-5 .csc-textpic-imagewrap {
	float: none!important;
	margin-left: 0!important;
}

.layout-5 .csc-textpic-imagewrap img {
	margin-bottom: 0!important;
	border: 0!important;
}

.layout-5 .csc-textpic-text {
	position: absolute!important;
	background-color: #044a92!important;
	color: #FFFFFF!important;
	padding: 10px!important;
	width: 80%!important;
	left: 10%!important;
	transform: translateY(-50%)!important;
}

.layout-5 h1 {
	margin-top: 0px!important;
	margin-bottom: 20px!important;!important;
}

.layout-6 {
	-webkit-box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.35);
	box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.35);
}

.layout-6 img {
	margin-bottom: 0!important;
	border:0!important;
}

.layout-8 {
	border: 1px solid #044a92;
	padding: 15px 30px 30px 30px;
}

.layout-8 .btn-erfurt-blau,
.layout-8 .btn-erfurt-bgblau {
	background-color: #044a92;
	color: #FFFFFF;
	position: absolute;
	bottom: 30px;
}

.layout-8 .btn-erfurt-blau-fest,
.layout-8 .btn-erfurt-bgblau-fest {
	background-color: #044a92;
	color: #FFFFFF;
	position: absolute;
	bottom: 30px;
}

.layout-9 {
	position: relative;
	background-color: #F6F6F8;
	padding-top: 50px;
}

.layout-9 img {
	border: 0!important;
	margin-bottom: 0!important;
}

.layout-9 > .row > div {
	position: static;
}

.layout-9 .csc-header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 50px;
	text-align: center;
	background-color: #044a92;
	color: #FFFFFF;
}

.layout-9 .csc-header > h4 {
	line-height: 50px;
	font-weight: normal;
	font-family: 'fira_sansbook',Arial;
}

.layout-9 .csc-frame-indent {
	padding: 15px;
}

.layout-9 .btn-erfurt-blau,
.layout-9 .btn-erfurt-bgblau {
	position: absolute;
	bottom: 30px;
/*
	left: 50%;
	margin-left: 15px;
*/
}

.layout-10 {
	background: #044a92;
	color: #ffffff;

}

.layout-10 img {
	margin-bottom: 0!important;
	border: 0!important;
}

.layout-10 a {
	color: #ffffff;
}

.layout-10 h4 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.3;
}

.layout-10 .csc-frame-indent {
	padding: 35px;
}

.layout-10 .csc-frame-indent p {
	margin-bottom: 0;
}

.layout-11 {
	background-color: #ffffff;
	position: relative;

	-webkit-box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 4px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 4px 10px 0px rgba(50, 50, 50, 0.5);
}

.layout-11 img {
	margin-bottom: 0!important;
	border: 0!important;
}

.layout-4 > .row,
.layout-9 > .row,
.layout-11 > .row {
	display: flex;
	align-items: stretch;
}

.layout-12 {
	position: relative;
	overflow: hidden;

	-webkit-box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 4px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 4px 10px 0px rgba(50, 50, 50, 0.5);
}

.layout-12 .csc-header {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: 15px;
}

.layout-12 .csc-header > * {
	color: #ffffff;
	margin: 0;
}

.layout-12 .csc-textpic-image {
	display: block!important;
}

.layout-12 .csc-textpic-text {
	position: absolute;
	width: 100%;
	top: 100%;
	padding: 15px;
	background: #fff;
	z-index: 15;
	transform: translateY(0);

	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.layout-12 img {
	margin: 0!important;
}

.layout-12:hover .csc-textpic-text,
.layout-12.hover .csc-textpic-text {
	transform: translateY(-100%);
}

#ticker {
	position: absolute;
	z-index: 99;
	bottom: 10px;
	width: 100%;
	background-color: #044a92;
	color: #FFFFFF;
	/*padding:10px 10px 0px 10px;*/
}

#ticker>div {
	float: left;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}


#ticker p {
	margin: 0;
}

#ticker a {
	color: #ffffff;
	white-space: nowrap;
}

#p85 #content h2{
	margin-bottom: 15px !important;
}

#p85 #content .bodytext {
	margin-bottom: 15px !important;
}

#p85 #content  div.csc-textpic {
	position: relative;
}

#p85 #content  .csc-textpic-text {
	position: absolute;
	bottom: -10px;
	margin-left: 60px;
}

#p85 #content div.csc-textpic .csc-textpic-imagewrap img {
	width:50px;
}

#p120 #content .csc-header h2,
#p121 #content .csc-header h2 {
	font-size:20px!important;
}

#p126 #content .csc-default,
#p126 #content .csc-frame-default {
	margin-bottom:60px;
}

#p126 #content img {
	width:auto;
}

#p99 #content h5,
#p126 #content h5 {
	color:#777776;
	font-family:"fira_sansregular", Arial;
	margin-bottom: 20px;
	font-size: 18px;
}

#p94 .ui-accordion .ui-accordion-content {
	font-family:"fira_sansregular", Arial;
	font-style: italic;
	margin-left: 1.5em;
	border-radius: 10px;
	background-color: #EEEEEE;
	background-image: none;
	padding: 1em;
}

/* ggf. für alle */
#p125 div.csc-textpic div.csc-textpic-imagerow,
#p614 div.csc-textpic div.csc-textpic-imagerow {
	float: left;
	margin-right: 20px;
}

/* pressemitteilungen */
#p289 {}

#p289 .news .article .news-img-wrap {
	background: transparent;
}

#p289 .news .article .news-img-wrap a {
	float:right;
}
/* hier mal festgenafelt vorher max-width: 300px; */
/*
#p289 .news .article .news-img-wrap img,
#p301 .news .article .news-img-wrap img,
#p302 .news .article .news-img-wrap img,
#p303 .news .article .news-img-wrap img,
#p304 .news .article .news-img-wrap img,
#p305 .news .article .news-img-wrap img,
#p306 .news .article .news-img-wrap img,
#p307 .news .article .news-img-wrap img,
#p308 .news .article .news-img-wrap img,
#p309 .news .article .news-img-wrap img,
#p312 .news .article .news-img-wrap img,
#p313 .news .article .news-img-wrap img,
#p314 .news .article .news-img-wrap img,
#p315 .news .article .news-img-wrap img,
#p316 .news .article .news-img-wrap img {
	width: 296px;
}
*/
/* ende hier mal festgenafelt */

#p290 .gallery {}

#p290 .gallery img {
	margin-right: 20px;
	margin-top: 20px;
	max-width: 150px;
}

#p290 .downloads {}

#p290 .downloads a {
	display: block;
}

#p291 div.csc-textpic div.csc-textpic-imagecolumn {
	width: 50%;
	margin-right: 0;
	padding: 0 15px;
}

#p291 div.csc-textpic div.csc-textpic-imagerow {
	margin-left:-15px;
	margin-right:-15px;
}

.news .downloads {
	width: auto;
	padding: 0;
	border: 0;
	display: block;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

.news .downloads a {
	display: block;
}

.btn-erfurt-blau {
	border:1px solid #044a92;
	padding:5px 10px 5px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.btn-erfurt-bgblau {
	border: 1px solid #ffffff;
	padding: 5px 10px 5px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #044a92;
	color: #fff;
}

.btn-erfurt-bgblau:hover,
.btn-erfurt-bgblau:focus {
	color: #ffffff;
}

.btn-erfurt-weiss {
	color:#ffffff;
	border:1px solid #ffffff;
	padding:5px 10px 5px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

a.btn-erfurt-blau,
a.btn-erfurt-bgblau,
a.btn-erfurt-weiss {
	font-size: 16px;
}

.btn-erfurt-weiss:hover,
.btn-erfurt-weiss:focus {
	color: #fff;
}

.btn-erfurt-arrow {}

.btn-erfurt-arrow:before {
	content: url(../system_images/btn_arrow.png);
	display: inline;
	padding-right: 15px;
	position: relative;
	top: 3px;
}

.start-slider-button{
	border:1px solid #044a92;
	padding:8px 10px 5px 10px;
	background-color: #044A92;
	color:#ffffff;
	border-radius: 4px;
	font-size:20px;
	font-weight:normal;
	font-family: 'fira_sansbold', Arial;
}

.start-slider-button:focus, .start-slider-button:visited {
	background-color: #044A92;
}


.slider-button{
	border:1px solid #044a92;
	padding:8px 10px 5px 10px;
	background-color: #ffffff;
	color:#044A92;
	border-radius: 4px;
	font-size:20px;
	font-weight:normal;
	font-family: 'fira_sansbold', Arial;
}

.slider-button:focus, .slider-button:visited , .slider-button:hover{
	background-color: #ffffff !important;
	color:#044A92 !important;
}


.flex-active-slide a:hover {
	color:#ffffff;
}

.white-link {
	color:#ffffff;
}

#teaserBox .csc-textpic-text a:hover {
	color:#ffffff!important;
}

/* special */
body.equalsheight {}

body#p345.equalsheight #content .col-md-3 .csc-default,
body#p346.equalsheight #content .col-md-3 .csc-default,
body#p350.equalsheight #content .col-md-3 .csc-default,
body#p345.equalsheight #content .col-md-3 .csc-frame-default,
body#p346.equalsheight #content .col-md-3 .csc-frame-default,
body#p350.equalsheight #content .col-md-3 .csc-frame-default {
	height: 390px;
}

body#p345.equalsheight #content .col-md-3 .csc-default img,
body#p346.equalsheight #content .col-md-3 .csc-default img,
body#p350.equalsheight #content .col-md-3 .csc-default img,
body#p347.equalsheight #content .col-md-3 .csc-default img,
body#p345.equalsheight #content .col-md-3 .csc-frame-default img,
body#p346.equalsheight #content .col-md-3 .csc-frame-default img,
body#p350.equalsheight #content .col-md-3 .csc-frame-default img,
body#p347.equalsheight #content .col-md-3 .csc-frame-default img {
	width: 100%;
	margin-left: -10px;
}

body#p347.equalsheight #content .col-md-3 .csc-default,
body#p347.equalsheight #content .col-md-3 .csc-frame-default {
	height: 320px;
}

#c6916,
#c6946,
#c6947,
#c6975 {
	height: auto!important;
}

/* forms */
#p592 div.csc-textpic .csc-textpic-imagewrap img {
	border: 0px;
}

#p371 .Tx-Formhandler,
#p372 .Tx-Formhandler,
#p373 .Tx-Formhandler {
	padding: 0;
	border:0;
}

#p371 .Tx-Formhandler label,
#p372 .Tx-Formhandler label,
#p373 .Tx-Formhandler label {
	color: #333;
}

#p371 .klimatecvk600,
#p371 .klimateckp2500,
#p371 .klimatecthermovliespremium {
	display: none;
}

#p372 .klimateckp2500,
#p372 .klimatecip2500 {
	display: none;
}

#p373 .klimatecvk600,
#p373 .klimatecip2500,
#p373 .klimatecthermovliespremium {
	display: none;
}

#p539 .attentiveadditional {
	display: none;
}

#p559 .wrap{
	/*background-color:lightgrey;*/
}

#p584 .ui-state-default a,
#p584 .ui-state-default a:link,
#p584 .ui-state-default a:visited {
	color: #044a92;
}

/* highmaps */
.alphabet ul {
	margin-left: -7px;
	margin-right: -7px;
	padding: 0
}

.alphabet ul li {
	float: left;
	padding: 0 7px;
	text-transform: uppercase;
	cursor: pointer;
	list-style: none;
}

.alphabet ul li:before {
	display: none;
}

.alphabet ul li.active {
	font-weight: 700;
}

.countryListWrap {
	margin-left: 9px;
	margin-top: 15px;
}

.countryListWrap > div {
	display: none;
}

.countryListWrap ul {
	padding-left: 0;
}

.countryListWrap ul li {
	cursor: pointer;
	list-style: none;
}

.countryListWrap ul li:before {
	display: none;
}

.pleaseChoose {
	text-transform: uppercase;
	font-weight: 700;
}

#social_links > div {
	float:left;
}


/* start neu */
#p1 {}

#p1 h1, .h1 {
	margin-bottom: 0;
}

#p1 img,
#p1 .csc-textpic-imagewrap {
	margin-left: 0!important;
	border:0!important;
}

#p1 .button {
	border: 1px solid #044A92;
	padding: 7px 15px 5px 15px;
	margin-top: 10px;
	display: inline-block;
	color: #044A92;
	font-family: 'fira_sansbold', Arial;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#p1 .flexslider .caption h3{
	font-size: 50px;
	margin-bottom: 30px;
}

.headlineChampionship{
	font-size:50px !important;
	margin-bottom: 30px !important;
}




#p1 .flexslider .caption img {
	width: auto;
}

#p1 #content {
	margin: 60px 0;
}

#p1 #content .col-sm-10 > div {
	margin-bottom: 30px;
}

#p1 #content .layout-4 {
	background-color: #ececed;
}

#p1 #content .layout-4 img {
	margin-bottom: 0;
	border: 0;
}



.layout-4 .csc-frame-indent,
.layout-11 .csc-frame-indent {
	padding: 15px 15px 0 0;
}

.layout-11 .csc-frame-indent {
	padding-bottom: 35px;
}

.layout-4 .csc-frame-indent h4,
.layout-4.csc-frame-indent h4,
.layout-11 .csc-frame-indent h4,
.layout-11.csc-frame-indent h4 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height:1.3;
}

.layout-4 .csc-frame-indent .btn-erfurt-blau,
.layout-4 .csc-frame-indent .btn-erfurt-bgblau,
.layout-4 .csc-frame-indent .btn-erfurt-arrow,
.layout-11 .csc-frame-indent .btn-erfurt-blau,
.layout-11 .csc-frame-indent .btn-erfurt-bgblau,
.layout-11 .csc-frame-indent .btn-erfurt-arrow {
	position: absolute;
	/*bottom: 30px;*/
	bottom: 10px;
}

.layout-4.csc-frame-indent,
.layout-11.csc-frame-indent {
	padding-bottom: 35px;
}

.layout-4.csc-frame-indent .btn-erfurt-blau,
.layout-4.csc-frame-indent .btn-erfurt-bgblau,
.layout-4.csc-frame-indent .btn-erfurt-arrow,
.layout-11.csc-frame-indent .btn-erfurt-blau,
.layout-11.csc-frame-indent .btn-erfurt-bgblau,
.layout-11.csc-frame-indent .btn-erfurt-arrow  {
	position: absolute;
	bottom: 15px;
}

.layout-4.csc-frame-indent .csc-textpic-above .csc-textpic-text,
.layout-11.csc-frame-indent .csc-textpic-above .csc-textpic-text {
	padding: 30px;
}

.layout-4.csc-frame-indent-left,
.layout-11.csc-frame-indent-left {
	margin: 0;
	padding: 15px;
}

.csc-frame-excerpt {
	margin-left: -8.33333333%;
	margin-right: -8.33333333%;
}

.csc-frame-excerpt > div {
	margin-left: -39px;
	margin-right: -40px;
}

#content .layout-7 img {
	margin-bottom: 0!important;
}

#p1 #content .caption,
#content .layout-7 .caption,
.owl-carousel .owl-item .caption {
	position: absolute;
	bottom: 30px;
	left: 45px;
}

#content .layout-7 .caption.right,
.owl-carousel .owl-item .caption.right {
	left: auto;
	right: 45px;
}

#p1 #content .caption h2,
#content .layout-7 .caption h2 {
	font-size: 35px;
	color: #FFFFFF;
	text-shadow: 0px 0px 13px rgba(0,0,0,0.5);
	margin-bottom: 0;
	margin-top: 15px;
}

#p1 #content .caption h3,
#content .layout-7 .caption h3 {
	font-size: 17px;
	font-family: 'fira_sansregular',Arial;
	color: #FFFFFF;
	text-shadow: 0px 0px 13px rgba(0,0,0,0.5);
	margin-bottom: 0;
}

#teaserBox {
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
	margin-bottom: 200px;
}

#teaserBox .csc-textpic-text {
	text-align: center;
	position: absolute;
	width: 66.66666667%;
	bottom:-100px;;
	background-color: #044a92;
	left: 50%;
	transform: translate(-50%);
	color: #FFFFFF;
	z-index: 99;
	padding: 15px;

	padding-left: 75px!important;
	padding-right: 75px!important;
	bottom: -70px!important;
}

#teaserBox .csc-textpic-text h4,
.layout-5 h4 {
	font-size: 35px;
	color: #FFFFFF;
	text-shadow: 0px 0px 13px rgba(0,0,0,0.5);
	margin-bottom: 0;
	margin-top: 15px;
	text-align: center;
	margin-bottom: 15px;
}

#p1 #teaserBox {
	display: none;
}

#p1 #productFinder {
	display: none;
	background-color: #EBEBED;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 60px;
	padding: 40px 0;
}

#p1 #productFinder img {
	position: absolute;
	right: 10px;
	top: -85px;
}

#p1 #showroom {
	display: none;
	margin-bottom: 60px;
}

#p1 #applicationtips {
	display: none;
	background-color: #EBEBED;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 60px;
	padding: 30px 0;
	overflow:hidden;
}

#p1 #applicationtips h3 {
	font-size: 34px;
}

:lang(en) #p1 #applicationtips,
:lang(fr) #p1 #applicationtips,
:lang(pl) #p1 #applicationtips,
:lang(hu) #p1 #applicationtips,
:lang(nl) #p1 #applicationtips {
	display: none;
}

#p1 #foot h1 {
	margin-top: 0px;
	margin-bottom: 20px;
}

#p149 p.news-img-caption {
    background: #ffffff;
    clear: both;
}

#p149 h3 {
	line-height: 32px;
}

#p97 {}

#p97 #tx_technicaldatasheets .subcategoryWrap {
	margin-left: 0!important;
}

#p97 #tx_technicaldatasheets .pdfWrap {
	width: auto;
}

#p608 {}
 
#p584 .layout-4 .csc-frame-indent .btn-erfurt-blau,
#p584 .layout-4 .csc-frame-indent .btn-erfurt-bgblau,
#p584 .layout-4 .csc-frame-indent .btn-erfurt-arrow,
#p706 .layout-4 .csc-frame-indent .btn-erfurt-blau,
#p706 .layout-4 .csc-frame-indent .btn-erfurt-bgblau,
#p706 .layout-4 .csc-frame-indent .btn-erfurt-arrow,
#p608 .layout-4 .csc-frame-indent .btn-erfurt-blau,
#p608 .layout-4 .csc-frame-indent .btn-erfurt-bgblau,
#p608 .layout-4 .csc-frame-indent .btn-erfurt-arrow {
	right: 45px;
	bottom:20px;
}

#p584 .owl-carousel .owl-controls .owl-nav div,
#p706 .owl-carousel .owl-controls .owl-nav div,
#p608 .owl-carousel .owl-controls .owl-nav div {
	position: absolute;
	left: -26px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../system_images/btn_planer_left.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 53px;
	width: 53px;
	text-indent: -9999px;
	opacity: 1;
	padding: 0;
	margin: 0;
}

#p584 .owl-carousel .owl-controls .owl-nav div.owl-next,
#p706 .owl-carousel .owl-controls .owl-nav div.owl-next,
#p608 .owl-carousel .owl-controls .owl-nav div.owl-next {
	left: auto;
	right: -26px;
	background-image: url(../system_images/btn_planer_right.png);
}

#p584 .tx-owl-slider .owl-carousel .owl-item .item,
#p706 .tx-owl-slider .owl-carousel .owl-item .item,
#p608 .tx-owl-slider .owl-carousel .owl-item .item {
	margin-bottom: 15px;
	padding: 15px;
}

#p584 .tx-owl-slider .owl-carousel .owl-item .item img,
#p706 .tx-owl-slider .owl-carousel .owl-item .item img,
#p608 .tx-owl-slider .owl-carousel .owl-item .item img {
	pad
	-webkit-box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 4px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 4px 10px 0px rgba(50, 50, 50, 0.5);
}

#p610 .divider > hr {
	border-color: #044a92;
}

#p611 .tx-dm-gallery .close,
#p611 .tx-dm-gallery .owl-dots {
	display: none!important;
}

#p611 .tx-dm-gallery .owl-carousel .owl-nav div {
	background-image: url(../system_images/btn_planer_left.png);
	height: 53px;
	width: 53px;
	opacity: 1;
	margin-top: -40px;
}

#p611 .tx-dm-gallery .owl-carousel .owl-nav div.owl-next {
	left: auto;
	background-image: url(../system_images/btn_planer_right.png);
}

#p584 .tx-dm-gallery .wrapper > div > .wrap .hoverOverlay,
#p706 .tx-dm-gallery .wrapper > div > .wrap .hoverOverlay,
#p608 .tx-dm-gallery .wrapper > div > .wrap .hoverOverlay,
#p611 .tx-dm-gallery .wrapper > div > .wrap .hoverOverlay {
	background-image: none;
	background-color: rgba(104, 146, 190, 0.75);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

#p584 .tx-dm-gallery .wrapper > div > .wrap .title,
#p706 .tx-dm-gallery .wrapper > div > .wrap .title,
#p608 .tx-dm-gallery .wrapper > div > .wrap .title,
#p611 .tx-dm-gallery .wrapper > div > .wrap .title {
	top: 0;
	padding: 0 15px;
	font-size: 20px;

	position: absolute;
	height: 50px;
	line-height: 50px;
	width: 100%;
	z-index: 1;
}

#p584 .tx-dm-gallery .wrapper > div > .wrap .hoverOverlay a.lightbox,
#p706 .tx-dm-gallery .wrapper > div > .wrap .hoverOverlay a.lightbox,
#p608 .tx-dm-gallery .wrapper > div > .wrap .hoverOverlay a.lightbox,
#p611 .tx-dm-gallery .wrapper > div > .wrap .hoverOverlay a.lightbox {
	display: inline-block;
}

#p584 .tx-dm-gallery .wrapper > div > .wrap .hoverOverlay a.lightbox img,
#p706 .tx-dm-gallery .wrapper > div > .wrap .hoverOverlay a.lightbox img,
#p608 .tx-dm-gallery .wrapper > div > .wrap .hoverOverlay a.lightbox img,
#p611 .tx-dm-gallery .wrapper > div > .wrap .hoverOverlay a.lightbox img {
	width: auto;
	display: inline-block;
}

#p584 .tx-dm-gallery .wrapper > div > .wrap .more,
#p706 .tx-dm-gallery .wrapper > div > .wrap .more,
#p608 .tx-dm-gallery .wrapper > div > .wrap .more,
#p611 .tx-dm-gallery .wrapper > div > .wrap .more {
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 5px 10px 5px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 16px;
	right: 45px;
	bottom: 20px;
	position: absolute;
	text-decoration: none;
	z-index: 1;
}

#p584 .tx-dm-gallery .wrapper > div > .wrap .more .arrow,
#p706 .tx-dm-gallery .wrapper > div > .wrap .more .arrow,
#p608 .tx-dm-gallery .wrapper > div > .wrap .more .arrow,
#p611 .tx-dm-gallery .wrapper > div > .wrap .more .arrow {
	background-image: url(../system_images/icon_planer_arrow.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 25px;
}

#p614 .ui-widget-content {
	font-family: 'fira_sansbook', Arial;
	font-size: 16px;
	line-height: 1.42857143;
}

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

.text-rot {
	color:#a40406;
}

.hyphens-none {
	hyphens: none;
}

.padlr20 {
	padding-left:75px!important;
	padding-right:75px!important;
	bottom: -70px!important;
}

.magazin {
	line-height:1.6;
}

#vliesrauhfaserLandingList {
	background-color: #EBEBED;
	margin-left: -15px;
	margin-right: -15px;
	padding: 30px 0 90px 0;
	overflow:hidden;
}

.ytplayerwrap {
	background-image: url(/fileadmin/user_upload/teaser_start/Erfurt_Tapeten_Video_Startseite2.jpg);
	background-repeat: no-repeat;
	padding-left: 119px;
}

#p539 .Tx-Formhandler {
    border: 1px solid #C2C2BF;
    padding: 35px;
    margin-bottom: 30px;
    border-radius: 15px;
}

#p539 input[type="checkbox"]+.checkbox, input[type="radio"]+.radio {
	margin-top: -2px;
}

#p539 .control-label {
	white-space: normal;
}

#p649 #tx_technicaldatasheets .head,
#p650 #tx_technicaldatasheets .head {
	display: none;
}

#p649 #tx_technicaldatasheets select[name="language"],
#p650 #tx_technicaldatasheets select[name="language"] {
	margin-bottom: 15px;
}

#p649 #tx_technicaldatasheets > .row > .col-md-6,
#p650 #tx_technicaldatasheets > .row > .col-md-6 {
	width: 100%;
}

.fileupload_text {
	padding-left: 5px;
}


#formSidebar {
	position: fixed;
	right: 0;
	z-index: 1000;
	top: 50%;
	transform: translateY(-50%);
	margin-right: -350px;
	-webkit-transition: margin-right .4s ease-in-out;
	-moz-transition: margin-right .4s ease-in-out;
	-o-transition: margin-right .4s ease-in-out;
	transition: margin-right .4s ease-in-out;
}

#formSidebar.active_state {
	margin-right: 0;
}

#formSidebar .formSidebarSnippet {
    width: 40px;
    height: 150px;
    background-color: #044a92;
    position: relative;
    cursor: pointer;
    float: left;
    margin-left: -40px;
}

#formSidebar .formSidebarSnippet > div {
    color: #fff;
    transform: rotate(-90deg);
    display: block;
    height: 40px;
    width: 150px;
    position: absolute;
    bottom: 55px;
    right: -55px;
    text-align: center;
    line-height: 40px;
    user-select: none;
}

#formSidebar .formSidebarContent {
	width: 350px;
	background-color: #fff;
}

.displayRadio {
	padding-left: 20px;
}

.displayRadio input[type="radio"] {
	display: block;
}

#c13420 h2 {
	margin-top: 15px;
}

#c13420 .form-group-checkbox[data-id="other"] {
	float: left;
	width: 25%;
}

#c13420 .inputfield[data-id="otherText"] {
	float: left;
	width: 75%;
}

#c13420 .inputfield[data-id="otherText"] label {
	display: block;
}

#c13420 .terminabsprache {
	margin-top: 50px;
}

#c13420 .submitButton {
    margin-top: 15px;
    display: block;
    height: 27px;
}

.productCheckboxes {
	padding-left: 20px;
}

.cc-revoke {
	display: none;
}

@media (min-width: 1200px) {
	#p372 #content .col-lg-4 {
		width: 25%;
	}
}

/*Newsletter*/
.cr_form input[type="checkbox"],.cr_form input[type="radio"]{display:inline-block; vertical-align: top; margin-right: 5px; width: auto;}
.cr_form label {
	display: block;
	margin-top: 10px;
}
.cr_form select,
.cr_form input {
	width: 100%;
}
.cr_form button.cr_button {
	margin-top: 10px;
	padding: 7px 15px 5px 15px;
	float: right;
	background-color: #044A92;
	color: #fff;
	font-family: 'fira_sansbold', Arial;
	border: 1px solid #044A92;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.dm-form {
	background: #f1f1f1;
	overflow: auto;
	padding: 10px 15px;
}
.dm-form .inactive {
	display: none;
}
.dm-form .dm-musthave label:after {
	content: '*';
}
.dm-form .dm-musthave input {
	animation: dm-form-bghighlight 1s;
	animation-iteration-count: 1;
}
.dm-form .inactive.dm-musthave {
	display: block;
}

.checkbox input[type=checkbox] {
	display: block;
}

.checkbox .checkbox {
	display: none!important;
}

.checkbox {
	font-weight: normal;
	color: #8d8d88;
}

.csc-space-before-margin-15 {margin-top: 15px;}
.csc-space-before-margin-20 {margin-top: 20px;}
.csc-space-before-margin-25 {margin-top: 25px;}
.csc-space-before-margin-30 {margin-top: 30px;}
.csc-space-before-margin-35 {margin-top: 35px;}
.csc-space-before-margin-40 {margin-top: 40px;}
.csc-space-before-margin-50 {margin-top: 50px;}
.csc-space-before-margin-60 {margin-top: 60px;}
.csc-space-before-margin-75 {margin-top: 75px;}
.csc-space-before-margin-79 {margin-top: 79px;}
.csc-space-before-margin-90 {margin-top: 90px;}
.csc-space-before-margin-100 {margin-top: 100px;}
.csc-space-before-margin-110 {margin-top: 110px;}

.csc-space-after-margin-15 {margin-bottom: 15px;}
.csc-space-after-margin-20 {margin-bottom: 20px;}
.csc-space-after-margin-25 {margin-bottom: 25px;}
.csc-space-after-margin-30 {margin-bottom: 30px;}
.csc-space-after-margin-35 {margin-bottom: 35px;}
.csc-space-after-margin-40 {margin-bottom: 40px;}
.csc-space-after-margin-50 {margin-bottom: 50px;}
.csc-space-after-margin-80 {margin-bottom: 80px;}
.csc-space-after-margin-90 {margin-bottom: 90px;}
.csc-space-after-margin-100 {margin-bottom: 100px;}
.csc-space-after-margin-150 {margin-bottom: 150px;}
.csc-space-after-margin-300 {margin-bottom: 300px;}

.csc-frame-indent {
	margin-left: 0;
	margin-right: 0;
}

/** Forms */

form#eRFURTVariovliesM130undM150 input[type="radio"] {
	display: inline-block;
	margin-left: 12px;
}

.inputs-list span {
	font-weight: normal;
    font-size: 16px;
	color: #8d8d88;
}

@keyframes dm-form-bghighlight {
    0%   {background-color: #F77;}
    100% {background-color: #fff;}
}

/* mediaqueries */
@media only screen and (max-device-width : 1366px) {
	.flex-viewport img {max-height: 65%;}
}

@media only screen and (max-device-width : 1290px) {
	.flex-viewport img {max-height: 100%;}
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
	.flex-viewport img {max-height: 55%;}
	#header #menumain ul.level1 > li {padding: 0 7px;}
	}

@media (max-width: 1589px) {
	.container {
		width:auto;
	}

	#header #menumain ul.level2 a {
			padding:10px 0 11px 0;
	}

	#header #menumain ul.level3 a {
		padding:5px 0;
	}

	li#uid_13 {
		padding:5px 0!important;
	}

	.csc-frame-excerpt {
		margin-left: 0;
		margin-right: 0;
	}

	.csc-frame-excerpt > div {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 1361px) {
	#header #logo {
		padding-top:33px;
		width: 185px;
	}

	#header #menumain ul.level4 {
		padding-right:0;
		width: 205px;
	}

	.layout-2 .csc-textpic-image .csc-textpic-caption h2 {
		margin-top:25px;
	}

	#p1	.layout-2 .csc-textpic-image .csc-textpic-caption h2 {
		margin-top:10px!important;
	}

	#p1 .layout-2 .csc-textpic-image .csc-textpic-caption h2 {
		margin: 15px 10px 0 10px;
	}

	.layout-2 .csc-textpic-image .csc-textpic-caption h2 {
		font-size: 18px;
	}

	.layout-2 .csc-textpic-image .csc-textpic-caption h3 {
		font-size: 12px;
		margin-left: 10px;
	}
}

@media (max-width: 1199px) {
	#p1 .flexslider .caption h3 {
		font-size: 30px;
	}

	#p1 #content .layout-4,
	#content .blog .layout-4 {
		margin-bottom: 30px;
	}

	#p1 #content .layout-4 .csc-textpic-image {
		text-align: center;
	}

	#p1 #content .layout-4 img {
		display: inline-block;
	}

	#p1 #content .caption h2 {
		font-size: 25px;
	}

	#p1 .layout-5 .csc-textpic-text {
		margin-bottom: 15px;
	}
/*
	.layout-5 .csc-textpic-text {
		position: static!important;
		width: auto!important;
		transform: none!important;
	}
*/

	.layout-4 .csc-frame-indent,
	.layout-9 .csc-frame-indent {
		padding-bottom: 45px;
	}

	.layout-5 .csc-textpic-image {
		background-color: #ececed;
		text-align: center;
	}

	.layout-5 .csc-textpic-image img {
		display: inline-block!important;
	}

	#content #linkimagecarousel .owl-carousel-caption {
		padding: 5px 10px 5px 10px;
	}

	#content #linkimagecarousel .owl-carousel-caption h2 {
		font-size: 16px;
	}

	#header #menumain ul.level4 {
		width: 170px;
		min-width: 0;
	}

	#header #menutop ul li a {
		font-size: 11px;
	}

	#header #menumain ul.level1>li>a {
		font-size: 13px;
	}

	#header #menutop ul li.profi {
		display: none;
	}
/*
	.layout-4 .csc-frame-indent .btn-erfurt-blau {
		position: static;
	}
*/
	#content .row > .col-lg-6 {
		margin-bottom:30px;
	}

	#content .row > .col-lg-6 .row > .col-md-6 {
		margin-bottom: 0;
	}

	#content .row > .col-lg-6:last-child {
		margin-bottom: 0!important;
	}

	#p1	#teaserBox .csc-textpic-text {
		bottom: -130px!important;
	}

	#p200 .tx-dm-gallery .news .article {
		height: auto;
	}

	#p200 .tx-dm-gallery .wrapper > div {
		margin-bottom: 0;
	}
}

@media (min-width: 991px) and (max-width: 1361px){
	#p87 .news .article .news-img-wrap img {
		width:350px!important;
	}
	#p87 .news .article h3 {
		font-size:22px;
	}

	.headlineChampionship{
		font-size:30px !important;
		margin-bottom: 20px !important;
	}

	#p87 .news .article .wrapper {
		width:58%
	}


	.csc-frame-indent,
	.layout-4 .csc-frame-indent {
		font-size: 13px;
	}

	.csc-frame-indent h4,
	.layout-4 .csc-frame-indent h4 {
		font-size: 16px;
	}

	.layout-8 {
		font-size: 13px;
	}
/*
	.layout-4 .csc-frame-indent .btn-erfurt-blau {
		position: static;
	}
*/
}

@media (min-width: 1362px) and (max-width: 1589px){
	.csc-frame-indent,
	.layout-4 .csc-frame-indent {
		font-size: 14px;
	}

	/* Damit der Text nicht in den Button reinragt absolute rausgenommen*/
	.layout-4 .csc-frame-indent .btn-erfurt-blau,
	.layout-4 .csc-frame-indent .btn-erfurt-bgblau,
	.layout-4 .csc-frame-indent .btn-erfurt-arrow,
	.layout-11 .csc-frame-indent .btn-erfurt-blau,
	.layout-11 .csc-frame-indent .btn-erfurt-bgblau,
	.layout-11 .csc-frame-indent .btn-erfurt-arrow {
		position:unset;
	}

}

@media (max-width: 991px) {
	#header {
		height:70px;
	}

	.headlineChampionship{
		font-size:25px !important;
		margin-bottom: 20px !important;
	}

	#header #logo {
		width: 200px;
		padding-top:14px!important;
		margin-top:-2px;
	}

	.dropdown-submenu {
		background-image:none;
	}

	.news .article .header h3 {
		font-size: 18px;
	}

/* hier nochmal checken anfang */
	.news .news-list-view .article .wrapper {
		padding:10px!important;
	}

	.news  .news-list-view .article h3 {
		line-height:22px!important;
	}

	.news .news-list-view .article .header {
		margin-bottom: 10px!important;
	}

	#vliesrauhfaserLandingList {
		padding: 15px 15px 0 15px;
	}

	#vliesrauhfaserLandingList .layout-5 {
		margin-bottom: 30px;
	}

	#content .row > .col-md-6 {
		margin-bottom:30px;
	}

	#content .row > .col-md-6 .row > .col-md-6 {
		margin-bottom: 0;
	}

	#content .row > .col-md-6:last-child {
		margin-bottom: 0!important;
	}

	.layout-5 .csc-textpic-text {
		position: static!important;
		width: auto!important;
		transform: none!important;
	}

	.layout-4 .csc-frame-indent .btn-erfurt-blau,
	.layout-4 .csc-frame-indent .btn-erfurt-bgblau,
	.layout-4 .csc-frame-indent .btn-erfurt-arrow,
	.layout-11 .csc-frame-indent .btn-erfurt-blau,
	.layout-11 .csc-frame-indent .btn-erfurt-bgblau,
	.layout-11 .csc-frame-indent .btn-erfurt-arrow {
		position:unset;
	}

	.layout-9 .btn-erfurt-blau,
	.layout-9 .btn-erfurt-bgblau {
		position:unset;
	}

	.layout-12 .csc-textpic-text {
		display: none;
	}
}

@media (min-width: 767px) and (max-width: 991px){
	.news  .news-list-view .article .news-img-wrap img {
		/*width:230px!important;*/
	}

	#p1	#teaserBox .csc-textpic-text {
		bottom: -190px!important;
	}

}
	/* nochmal checken ende */
.headimagePhone {
	display: none!important;
}

@media (max-width: 767px) {
	.headimagePhone {
		display: block!important;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.headlineChampionship{
		font-size:15px !important;
		margin-top:20px;
		margin-bottom: -5px !important;
		margin-left:-20px;
	}

	.slider-button{
		font-size:15px;
		margin-left:-20px;
	}


	.headimagePhone .slides > li {
		margin-left: 0;
		margin-right: 0;
	}

	#slider {
		display: none;
	}

	/* special */
	#pUid_154 {
		margin-bottom: 1px;
	}

	#p1 div.csc-textpic-center .csc-textpic-center-outer,
	#p1 div.csc-textpic-center .csc-textpic-center-inner {
		text-align: center;
	}

	#p1 div.csc-textpic .csc-textpic-imagewrap img {
		margin-bottom: 0px;
	}

	#p1 div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
		display: inline-block;
	}

	#p1 .layout-2 {
		margin-bottom:15px;
	}

	#p1 .layout-2 .csc-textpic-image .csc-textpic-caption h2 {
		font-size: 18px;
		margin-top: 24px!important;
		margin-left: 25px;
	}

	#p1 .layout-2 .csc-textpic-image .csc-textpic-caption h3 {
		font-size: 16px;
		margin-left: 25px;
	}

	#p1 #content .caption h2,
	#content .layout-7 .caption h2 {
		font-size: 13px;
	}

	#p1 #content .caption h3,
	#content .layout-7 .caption h3 {
		font-size: 12px;
	}

	#p94 .ui-accordion .ui-accordion-content {
		padding:1em!important;
	}

	h1 {
		margin: 20px 0 10px 0;
	}

	.csc-header h1 {
		font-size:28px!important;
	}

	#p87 h1 {
		font-size:20px!important;
	}

	.news .article .wrapper {
		padding:8px!important;
		width:100%!important;
	}

	.news .article {
		height: auto;
	}

	.news .article h3 {
		font-size:22px!important;
	}

	.news .article .news-img-wrap {
		text-align: center;
	}

	#p87 .news-img-wrap {
		display:none;
	}

	h2 {
	}

	h3 {
	}

	#header {
		height:60px;
	}

	#header #logo {
		width: 100px;
	}

	.sliderWrap {
		position: relative;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
/*
	.flexslider .slides img {
		max-width: none;
		width: auto;
		margin-left: -50%;
	}

	#p1 .flexslider .slides img,
	#p172 .flexslider .slides img,
	#p170 .flexslider .slides img,
	#p169 .flexslider .slides img,
	#p166 .flexslider .slides img,
	#p33 .flexslider .slides img,
	#p219 .flexslider .slides img,
	#p218 .flexslider .slides img,
	#p430 .flexslider .slides img,
	#p92 .flexslider .slides img,
	#p584 .flexslider .slides img {
		width: 100%!important;
		margin-left: 0;
	}
*/
	.flexslider .caption {
		top: 35%;
		left: 15%;
	}

	.flexslider .caption h2 {
		font-size: 20px;
	}

	.flexslider .caption h3 {
		font-size: 16px;
	}


	.flexslider .flexslider_overlay {
		display:none!important;
	}
	/*
	.flexslider .caption {
		display:none;
	}
	*/
	.flexslider .flex-direction-nav {
		display:none;
	}

	#content #breadcrumb {
		height: auto;
		line-height: normal;
		margin-top: 5px;
	}

	#content #linkimagecarousel .owl-controls .owl-nav {
		display:none!important;
	}

	#content #linkimagecarousel .owl-controls .owl-dots {
		display:block!important;
	}

	#content #linkimagecarousel .owl-nav .owl-prev {
		left: 0;
	}

	#content #linkimagecarousel .owl-nav .owl-next {
		right:0;
	}

	#content #linkimagecarousel .owl-carousel-caption h2 {
		font-size:14px;
	}

	#content #linkimagecarousel .owl-carousel-caption h4 {
		display:none;
	}

	#content .ui-accordion .ui-accordion-content {
		padding:0;
	}

	#content .row > div,
	#content .row>.col-md-6 {
		margin-bottom:15px!important;
	}

	.pattern .img {
		width: 112px!important;
		margin-right:20px;
		margin-bottom:20px;
	}

	.pattern-block .pattern {
		float:left;
		min-height: initial;
	}

	.responsive-video-wrapper {
		height:auto!important;
	}

	.responsive-video {
		position:relative;
		padding-bottom:56.25%;
		padding-top:15px;
		height:0;
		overflow:hidden;
	}

	.responsive-video iframe {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}

	#p128 .owl-carousel-caption, #p27 .owl-carousel-caption, #p92 .owl-carousel-caption{
		padding:3px!important;
	}

	#p128 .owl-carousel-caption h1, #p27 .owl-carousel-caption h2 {
		font-size:11px!important;
		line-height:100%!important;
	}

	#p92  #content #linkimagecarousel .owl-carousel-caption h4 {
		display:block!important;
		font-size:10px!important;
	}

	#p92 .owl-carousel-caption h2 {
		font-size:10px!important;
		line-height:100%!important;
	}

	#p1 .flexslider .caption {
		display: none;
	}

	#p1 #content {
		margin: 30px 0;
	}

	#p1 #content .col-sm-10 > div {
		margin-bottom: 10px;
	}

	#p1 #content .layout-4 .csc-frame-indent,
	#p1 #content .layout-11 .csc-frame-indent {
		padding: 15px;
		padding-bottom: 45px;
	}

	#p1 #content .caption {
		position: static;
		width: auto;
		background-color: #044a92!important;
		padding: 15px;
	}

	#teaserBox {
		margin-bottom: 30px;
	}

	#teaserBox .csc-textpic-text {
		position: static;
		width: auto;
		left: 0;
		transform: none;
	}

	#teaserBox .csc-textpic-text h4,
	#layout-5 h4 {
		font-size: 24px;
	}

	#p1 #applicationtips {
		padding: 15px;
		margin-bottom: 30px;
	}

	#p1 #showroom {
		margin-bottom: 30px;
	}

	.btn-gallery {
		text-align: left;
		padding: 10px 0;
	}

	.layout-0 .csc-frame-indent,
	.layout-4 .csc-frame-indent {
		padding: 15px;
	}

	#p430 .csc-space-after-30,
	#p434 .csc-space-after-30,
	#p448 .csc-space-after-30 {
		margin-bottom: 0!important
	}

	#p430 .csc-space-after-margin-30,
	#p434 .csc-space-after-margin-30,
	#p448 .csc-space-after-margin-30 {
		margin-bottom: 0!important
	}

	#content .row > div .row > div > div {
		margin-bottom:15px!important;
	}

	#content .row > div .row > div > div:last-child {
		margin-bottom:0!important;
	}

	#p1 .layout-4 .csc-textpic-imagewrap,
	#p1 .layout-5 .csc-textpic-imagewrap,
	#p430 .layout-4 .csc-textpic-imagewrap,
	#p434 .layout-4 .csc-textpic-imagewrap,
	#p1 .layout-7 .csc-textpic-imagewrap,
	#p430 .layout-7 .csc-textpic-imagewrap,
	#p434 .layout-7 .csc-textpic-imagewrap,
	#p430 .layout-9 .csc-textpic-imagewrap {
		text-align: center;
		float: none;
	}

	#p1 .layout-4 .csc-textpic-imagewrap img,
	#p1 .layout-5 .csc-textpic-imagewrap img,
	#p430 .layout-4 .csc-textpic-imagewrap img,
	#p434 .layout-4 .csc-textpic-imagewrap img,
	#p1 .layout-7 .csc-textpic-imagewrap img,
	#p430 .layout-7 .csc-textpic-imagewrap img,
	#p434 .layout-7 .csc-textpic-imagewrap img,
	#p430 .layout-9 .csc-textpic-imagewrap img {
		display: inline-block;
	}

	#formSidebar {
		max-height: 500px;
		margin-right: -250px;
	}
	#formSidebar .formSidebarContent {
		width: 250px;
	}

	#p609 .csc-textpic-imagewrap,
	#p610 .csc-textpic-imagewrap {
		margin-left: 0!important;
		margin-right: 0!important;
		margin-bottom: 15px!important;
		float: none;
		text-align: center
	}

	#p609 .csc-textpic-imagewrap > *,
	#p610 .csc-textpic-imagewrap > * {
		display: inline-block;
	}

	#p610 .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap{
		width: 100%;
	}

	#p634 .csc-textpic-intext-left .csc-textpic-imagewrap,
	#p635 .csc-textpic-intext-left .csc-textpic-imagewrap,
	#p638 .csc-textpic-intext-left .csc-textpic-imagewrap,
	#p639 .csc-textpic-intext-left .csc-textpic-imagewrap{
		width: 100%;
	}

	#p609 .csc-textpic-intext-left-nowrap .csc-textpic-text,
	#p610 .csc-textpic-intext-left-nowrap .csc-textpic-text {
		margin: 0 0 30px 0;
	}

	#p584 .tx-dm-gallery .wrapper > div > .wrap .hoverOverlay a.lightbox img,
	#p706 .tx-dm-gallery .wrapper > div > .wrap .hoverOverlay a.lightbox img,
	#p608 .tx-dm-gallery .wrapper > div > .wrap .hoverOverlay a.lightbox img,
	#p611 .tx-dm-gallery .wrapper > div > .wrap .hoverOverlay a.lightbox img {
		display: none;
	}

	.owl-carousel .owl-nav {
		display: none!important;
	}

	#p681 .flexslider .slides img {
		width:100%!important;
		margin-left:0!important;
	}

	.layout-4 > .row,
	.layout-9 > .row,
	.layout-11 > .row {
		flex-direction: column;
	}
}

.button-klima-link{
	text-align:center;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #044a92!important;
    background-repeat: no-repeat;
    background-position: 10px center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.button-klima-link a{
    color: #FFFFFF;
}


@media (max-width: 767px) and (orientation: portrait) {
	.flexslider .caption {
		top: 10%;
		left: 15%;
		width: 80%;
	}
}


@media(max-width:500px){
	.headlineChampionship{
		font-size:8px !important;
		margin-top:22px;
		margin-bottom: -10px !important;
		margin-left:-20px;
	}

	.slider-button{
		font-size:8px;
		margin-left:-20px;
	}



}
/* old
#menumain > ul > li:nth-child(1) li#uid_1,
#menumain > ul > li:nth-child(1) li#uid_117 {background-color:#859C06!important;}
#menumain > ul > li:nth-child(1) li#uid_2,
#menumain > ul > li:nth-child(1) li#uid_118 {background-color:#EE8027!important;}

#menumain > ul > li:nth-child(1) li#uid_3,
#menumain > ul > li:nth-child(1) li#uid_119 {background-color:#EE8027!important;}
#menumain > ul > li:nth-child(1) li#uid_4,
#menumain > ul > li:nth-child(1) li#uid_120 {background-color:#C22F1D!important;}
#menumain > ul > li:nth-child(1) li#uid_5,
#menumain > ul > li:nth-child(1) li#uid_121 {background-color:#8D367A!important;}

#menumain > ul > li:nth-child(1) li#uid_6,
#menumain > ul > li:nth-child(1) li#uid_122 {background-color:#C22F1D!important;}
#menumain > ul > li:nth-child(1) li#uid_7,
#menumain > ul > li:nth-child(1) li#uid_123 {background-color:#006227!important;}
#menumain > ul > li:nth-child(1) li#uid_8,
#menumain > ul > li:nth-child(1) li#uid_124 {background-color:#8DA1AC!important;}

#menumain > ul > li:nth-child(1) li#uid_9,
#menumain > ul > li:nth-child(1) li#uid_125 {background-color:#A7A79F!important;}

#menumain > ul > li:nth-child(1) li#uid_10,
#menumain > ul > li:nth-child(1) li#uid_126 {background-color:#EE8027!important;}

#menumain > ul > li:nth-child(1) li#uid_11,
#menumain > ul > li:nth-child(1) li#uid_127 {background-color:#895D40!important;}

#menumain > ul > li:nth-child(2) li#uid_14,
#menumain > ul > li:nth-child(3) li#uid_14,
#menumain > ul > li:nth-child(2) li#uid_140,
#menumain > ul > li:nth-child(3) li#uid_140 {background-color:#D8272D!important;}
#menumain > ul > li:nth-child(2) li#uid_15,
#menumain > ul > li:nth-child(3) li#uid_15,
#menumain > ul > li:nth-child(2) li#uid_141,
#menumain > ul > li:nth-child(3) li#uid_141 {background-color:#9E4676!important;}

#menumain > ul > li:nth-child(2) li#uid_16,
#menumain > ul > li:nth-child(3) li#uid_16,
#menumain > ul > li:nth-child(2) li#uid_142,
#menumain > ul > li:nth-child(3) li#uid_142 {background-color:#A59482!important;}
#menumain > ul > li:nth-child(2) li#uid_17,
#menumain > ul > li:nth-child(3) li#uid_17,
#menumain > ul > li:nth-child(2) li#uid_143,
#menumain > ul > li:nth-child(3) li#uid_143 {background-color:#8DA1AC!important;}

#menumain > ul > li:nth-child(2) li#uid_18,
#menumain > ul > li:nth-child(3) li#uid_18,
#menumain > ul > li:nth-child(2) li#uid_144,
#menumain > ul > li:nth-child(3) li#uid_144 {background-color:#A8A8A8!important;}

#menumain > ul > li:nth-child(2) li#uid_19,
#menumain > ul > li:nth-child(3) li#uid_19,
#menumain > ul > li:nth-child(2) li#uid_145,
#menumain > ul > li:nth-child(3) li#uid_145 {background-color:#A7A79F!important;}
#menumain > ul > li:nth-child(2) li#uid_20,
#menumain > ul > li:nth-child(3) li#uid_20,
#menumain > ul > li:nth-child(2) li#uid_146,
#menumain > ul > li:nth-child(3) li#uid_146 {background-color:#EE8027!important;}

#menumain > ul > li:nth-child(2) li#uid_21,
#menumain > ul > li:nth-child(3) li#uid_21,
#menumain > ul > li:nth-child(2) li#uid_147,
#menumain > ul > li:nth-child(3) li#uid_147 {background-color:#794D28!important;}
*/
