
/* ---------------------------------------------------- */

@font-face{
	font-family: "Trade Gothic";
	font-weight: normal;
	src: url("../fonts/675364/413d9688-00d4-47c4-bb55-656a0cd396e9.eot?#iefix");
	src: url("../fonts/675364/413d9688-00d4-47c4-bb55-656a0cd396e9.eot?#iefix") format("eot"),url("../fonts/675364/7b555e94-d57a-415e-a36e-1b0c5d3b90d2.woff2") format("woff2"),url("../fonts/675364/c4aef0d4-bfcf-4790-acf5-909881f411e8.woff") format("woff"),url("../fonts/675364/e741f29c-bc18-4343-bff3-db2465a0be3e.ttf") format("truetype"),url("../fonts/675364/853e2a9b-4057-42a5-ad7e-0762cda0b13c.svg#853e2a9b-4057-42a5-ad7e-0762cda0b13c") format("svg");
}

@font-face{
	font-family: "Trade Gothic";
	font-weight: bold;
	src: url("../fonts/675331/2e9af08f-0faf-45e3-9767-78a700434af3.eot?#iefix");
	src: url("../fonts/675331/2e9af08f-0faf-45e3-9767-78a700434af3.eot?#iefix") format("eot"),url("../fonts/675331/d2e623ca-efc6-4557-ae55-ebb786065dcf.woff2") format("woff2"),url("../fonts/675331/f51d24dd-8256-43c6-ba1a-6aeae9d3f262.woff") format("woff"),url("../fonts/675331/955ee494-66b2-4eb2-8f19-bc3a088df16d.ttf") format("truetype"),url("../fonts/675331/d5153ad4-7c93-4757-9147-640e69ec4801.svg#d5153ad4-7c93-4757-9147-640e69ec4801") format("svg");
}

/* ---------------------------------------------------- */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
}

body {
	margin: 0;
}

a {
	text-decoration: none;
}

a:focus,
a:hover,
a:active {
	outline: none;
}

a img {
	border: 0;
}

img {
	vertical-align: bottom;
	color: transparent;
	max-width: 100%;
	height: auto;
}

p,
ul,
ol,
form {
	margin: 0;
	padding: 0;
}

input:focus,
textarea:focus,
select:focus { 
	outline: none;
}

iframe {
	border: 0;
}

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

/* ---------------------------------------------------- */

.row {
	overflow: hidden;
	margin: 0;
}

.col {
	float: left;
	padding: 0;
}

.c1 {
	width: 8.33%;
}

.c2 {
	width: 16.66%;
}

.c3 {
	width: 25%;
}

.c4 {
	width: 33.33%;
}

.c5 {
	width: 41.66%;
}

.c6 {
	width: 50%;
}

.c7 {
	width: 58.33%;
}

.c8 {
	width: 66.66%;
}

.c9 {
	width: 75%;
}

.c10 {
	width: 83.33%;
}

.c11 {
	width: 91.66%;
}

.c12 {
	width: 100%;
}

/* ---------------------------------------------------- */

div.clearer {
	clear: both;
}

div.spacer {
	height: 15px;
	display: block;
	clear: both;
}

span.hide { 
	display: none;
}

/* ---------------------------------------------------- */

body {
	font-family: "Trade Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1a171b;
	position: relative;
	background: #f28e00;
	min-width: 1340px;
}

.responsive body {
	min-width: 100%;
}

body#dachprofi,
body#dachprofi-news {
	background: #f28e00;
}

body#stahlprofi,
body#stahlprofi-news {
	background: #105a88;
}

.inner {
	width: 1300px;
	margin: 0 auto;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

/* ---------------------------------------------------- */

#content #lang-switch,
#submenu #lang-switch {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 60;
	font-size: 16px;
	font-weight: bold;
	color: #105a89;
	line-height: 22px;
	background: rgba(255, 255, 255, 0.85);
}

#content #lang-switch span,
#submenu #lang-switch span {
	display: inline-block;
}

#content #lang-switch ul,
#submenu #lang-switch ul {
	list-style-type: none !important;
	display: inline-block !important;
	padding: 5px 0 1px 9px !important;
	margin: 0 !important;
	height: auto !important;
}

#content #lang-switch ul li,
#submenu #lang-switch ul li {
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 5px;
}

#content #lang-switch ul li:after,
#submenu #lang-switch ul li:after {
	content: "|";
	color: #105a89;
	font-size: 16px;
	font-weight: bold;
	margin-left: 5px;
}

#content #lang-switch ul li:last-child:after,
#content #lang-switch ul li:first-child:after,
#submenu #lang-switch ul li:last-child:after,
#submenu #lang-switch ul li:first-child:after {
	content: "";
	margin-right: 0;
}

#content #lang-switch ul li a,
#submenu #lang-switch ul li a {
	text-decoration: none;
	color: #105a89 !important;
	padding: 0;
	display: inline-block;
	background: 0 !important;
	font-size: 16px;
}

#content #lang-switch ul li a:hover,
#content #lang-switch ul li.selected a,
#submenu #lang-switch ul li a:hover,
#submenu #lang-switch ul li.selected a {
	color: #f28e00 !important;
}

/* ---------------------------------------------------- */

#header,
#footer {
	background: #fff url("../images/bg_header.png") no-repeat left top;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	overflow: hidden;
}

#header {
	position: relative;
	-webkit-box-shadow: -4px 7px 28px rgba(0, 0, 0, 0.5); 
	-moz-box-shadow: -4px 7px 28px rgba(0, 0, 0, 0.5); 
	box-shadow: -4px 7px 28px rgba(0, 0, 0, 0.5); 
	z-index: 100;
    padding: 0 20px;
	height: 105px;
}

#header #logo {
	margin-top: 22px;
	float: left;
}

#navigation {
	float: right;
}

/* ---------------------------------------------------- */

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu li {
	position: relative ;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.sf-menu > li {
	float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/* ---------------------------------------------------- */

#mainmenu {
	float: left;
}

#mainmenu ul {
	list-style-type: none;
}

#mainmenu ul li {
	float: left;
	height: 105px;
}

#mainmenu ul li a {
	font-weight: bold;
	display: block;
	font-size: 25px;
	color: #105b89;
	padding: 0 16px;
	height: 105px;
	line-height: 105px;
}


#mainmenu ul li.selected a, 
#mainmenu ul li a:hover {
    color: #f28e00;
}

#mainmenu ul li.dachprofi a,
#mainmenu ul li.stahlprofi a {
	text-transform: uppercase;
	position: relative;
	padding: 0 22px;
}

#mainmenu ul li.dachprofi a {
	background: #f28e00;
	color: #f28e00;	
}

#mainmenu ul li.stahlprofi a {
	background: #105b89;
	color: #105b89;
}

#mainmenu ul li.dachprofi a span,
#mainmenu ul li.stahlprofi a span {
	position: absolute;
	left: 22px;
	top: 0;
	bottom: 0;
	color: #fff;
	transition: all .2s ease-in-out;
}

#mainmenu ul li.dachprofi a:hover span,
#mainmenu ul li.dachprofi.selected span,
#mainmenu ul li.stahlprofi a:hover span,
#mainmenu ul li.stahlprofi.selected span {
	font-size: 26px;
	transform: scale(1.1);
}

/* ---------------------------------------------------- */

#extra-nav {
	overflow: hidden;
	display: none;
	margin: 0 20px;
}

#extra-nav .col {
	text-align: center;
}

#extra-nav .col a {
	height: 64px;
	font-size: 18px;
	font-weight: bold;
	display: block;
	color: #fff;
	line-height: 64px;
	text-transform: uppercase;
}

#extra-nav .col a.selected {
	font-size: 23px;
}

#extra-nav .col.dachprofi a {
	background: #f28e00;
}

#extra-nav .col.stahlprofi a {
	background: #105b89;
}

/* ---------------------------------------------------- */

#responsive-menu {
	background: #ececed;
	display: none;
	position: absolute;
	top: 105px;
	left: 0;
	right: 0;
	border-bottom: 8px solid #1d5d89;
	z-index: 70;
}

#responsive-menu ul {
	padding: 20px 0 15px 0;
}

#responsive-menu ul ul {
	padding: 0;
}

#responsive-menu ul li a {
	color: #1d5d89;
	font-size: 17px;
	border: 0;
	margin: 0 22px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	display: block;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

#responsive-menu > ul > li.has-sub > a {
	background: transparent url("../images/bg_responsive_menu.png") no-repeat right bottom;
}

#responsive-menu > ul > li.has-sub > a.open {
	background-image: url("../images/bg_responsive_menu_open.png");
}

#dachprofi #responsive-menu > ul > li.has-sub > a {
	background: transparent url("../images/bg_responsive_menu_dachprofi.png") no-repeat right bottom;
}

#dachprofi #responsive-menu > ul > li.has-sub > a.open {
	background-image: url("../images/bg_responsive_menu_open_dachprofi.png");
}

#responsive-menu ul li a:hover,
#responsive-menu ul li.selected > a {
	color: #f28e00;
}

#responsive-menu ul ul {
	margin-bottom: 10px;
}

#responsive-menu ul li li a {
	color: #fff;
	font-size: 17px;
	padding-left: 35px;
	text-transform: none;
	background: #1d5d89;
}

#responsive-menu ul li li:first-child a {
	padding-top: 10px;
}

#responsive-menu ul li li a:hover,
#responsive-menu ul li li.selected > a {
	color: #f28c00;
	border: 0;
}

#responsive-menu ul ul ul {
	margin-bottom: 0;
}

#responsive-menu ul li li li:first-child a {
	padding-top: 0;
}

#responsive-menu ul li li li a {
	padding-left: 55px;
}

/* ---------------------------------------------------- */

#dachprofi #responsive-menu {
	border-bottom-color: #f28e00;
}

#dachprofi #responsive-menu ul li a {
	color: #f28e00;
}

#dachprofi #responsive-menu ul li a:hover,
#dachprofi #responsive-menu ul li.selected > a {
	color: #1d5d89;
}

#dachprofi #responsive-menu ul li li a {
	color: #fff;
	background: #f28c00;
}

#dachprofi #responsive-menu ul li li a:hover,
#dachprofi #responsive-menu ul li li.selected > a {
	color: #1d5d89;
}

/* ---------------------------------------------------- */

#submenu {
	margin: 0 20px;
}

#submenu .inner {
	background: #ededee;
	position: relative;
}

#submenu ul {
	list-style-type: none;
	padding-top: 8px;
	margin-left: 20px;
}

#submenu ul li {
	float: left;
}

#submenu ul li a {
	font-weight: bold;
	display: block;
	font-size: 20px;
	color: #105b89;
	padding: 18px 20px 17px;
}

#submenu ul li.selected > a,
#submenu ul li > a:hover,
#submenu ul li.sfHover > a {
	color: #f28e00;
	background: #ededee url("../images/bg_submenu_arrow_vert_stahlprofi.png") no-repeat center bottom;
}

#submenu ul ul {
	display: none;
	background: #105b89;
	margin: 0;
}

#submenu ul ul li {
	clear: both;
	width: 260px;
	display: block;
}

#submenu ul li ul li:first-child {
	padding-top: 0;
}

#submenu ul ul li a {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	color: #105b89;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 13px;
	background: #ededee url("../images/bg_submenu_arrow_hover.png") no-repeat right center;
	border-bottom: 1px solid #fff;
	line-height: 25px;
	height: auto;
}

#submenu ul ul li.selected > a,
#submenu ul ul li > a:hover,
#submenu ul ul li.sfHover > a {
	background-image: url("../images/bg_submenu_arrow.png");
	background-position: right center;
	background-repeat: no-repeat;
}

#submenu ul ul ul {
	padding-top: 0;
}

#submenu ul ul ul li a {
	text-transform: none;
}

#submenu ul ul ul li a {
	background-image: none;
}

#submenu ul ul ul li.selected > a,
#submenu ul ul ul li > a:hover,
#submenu ul ul ul li.sfHover > a {
	background-image: none;
}

/* ---------------------------------------------------- */

#submenu #search-area {
	float: right;
}

#submenu #search-area .logo,
#submenu #search-area form {
	float: left;
}

#submenu #search-area .logo {
	display: none;
}

#submenu #search-area img {
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 20px;
}

#dachprofi #submenu ul,
#stahlprofi #submenu ul {
	display: inline-block;
	padding-top: 65px;
	height: 120px;
}

#dachprofi #submenu ul ul,
#stahlprofi #submenu ul ul {
	padding-top: 8px;
	height: auto;
	display: none;
}

#dachprofi #submenu ul ul ul,
#stahlprofi #submenu ul ul ul {
	padding-top: 0;
}

/* ---------------------------------------------------- */

#submenu #search-area form {
	display: none;
}

#dachprofi #submenu #search-area form,
#stahlprofi #submenu #search-area form {
	display: block;
}

#submenu #search-area {
	position: relative;
}

#submenu #search-area form {
	position: absolute;
	right: 334px;
	top: 74px;
}

#submenu #search-area .text {
	background: #fff url("../images/bg_input_magnify.png") no-repeat right center;
	border: none;
	padding: 7px;
	width: 175px;
}

#stahlprofi #submenu #search-area .text {
	background-image: url("../images/bg_input_magnify_stahlprofi.png");
}

#submenu #search-area .submit {
	display: none;
}

/* ---------------------------------------------------- */

#submenu .border {
	clear: both;
	height: 8px;
	background: #105b89;
}

/* ---------------------------------------------------- */

#dachprofi #submenu .border {
	background: #f28e00;
}

#dachprofi #submenu ul li a {
	color: #f28e00;
}

#dachprofi #submenu ul li.selected > a,
#dachprofi #submenu ul li > a:hover,
#dachprofi #submenu ul li.sfHover > a {
	color: #105b89;
	background-image: url("../images/bg_submenu_arrow_vert.png");
}

#dachprofi #submenu ul ul {
	background: #f28e00;
}

#dachprofi #submenu ul ul li a {
	background-image: url("../images/bg_submenu_arrow.png");
}

#dachprofi #submenu ul ul ul li a {
	background-image: none;
}

#dachprofi #submenu ul ul li.selected > a,
#dachprofi #submenu ul ul li > a:hover,
#dachprofi #submenu ul ul li.sfHover > a {
	background-image: url("../images/bg_submenu_arrow_hover.png");
}

#dachprofi #submenu ul ul ul li.selected > a,
#dachprofi #submenu ul ul ul li > a:hover,
#dachprofi #submenu ul ul ul li.sfHover > a {
	background-image: none;
}

#dachprofi #submenu #search-area .logo.dachprofi {
	display: block;
}

/* ---------------------------------------------------- */

#stahlprofi #submenu .border {
	background: #105b89;
}

#stahlprofi #submenu ul li a {
	color: #105b89;
}

#stahlprofi #submenu ul li.selected > a,
#stahlprofi #submenu ul li > a:hover,
#stahlprofi #submenu ul li.sfHover > a {
	color: #f28e00;
	background-image: url("../images/bg_submenu_arrow_vert_stahlprofi.png");
}

#stahlprofi #submenu ul ul li a {
	background-image: url("../images/bg_submenu_arrow_hover.png");
}

#stahlprofi #submenu ul ul ul li a {
	background-image: none;
}

#stahlprofi #submenu ul ul li.selected > a,
#stahlprofi #submenu ul ul li > a:hover,
#stahlprofi #submenu ul ul li.sfHover > a {
	background-image: url("../images/bg_submenu_arrow.png");
}

#stahlprofi #submenu ul ul ul li.selected > a,
#stahlprofi #submenu ul ul ul li > a:hover,
#stahlprofi #submenu ul ul ul li.sfHover > a {
	background-image: none;
}

#stahlprofi #submenu #search-area .logo.stahlprofi {
	display: block;
}

/* ---------------------------------------------------- */

#nav-toggle {
	padding: 11px 11px;
	background: #b1b3b4;
	border: 0;
	cursor: pointer;
	display: none;
	float: left;
	margin-right: 15px;
	margin-top: 32px;
}

#nav-toggle:focus {
	outline: 0;
}

#nav-toggle .line {
	display: block;
	width: 22px;
	height: 3px;
	background-color: #fff;
}

#nav-toggle .line+.line {
	margin-top: 6px;
}

#nav-toggle.open {
	background: #777777;
}

/* ---------------------------------------------------- */

#dachprofi #nav-toggle {
	background: rgba(241, 141, 0, 1);
}

#dachprofi #nav-toggle.open {
	background: rgba(241, 141, 0, 0.7);
}

#stahlprofi #nav-toggle {
	background: rgba(16, 91, 137, 1);
}

#stahlprofi #nav-toggle.open {
	background: rgba(16, 91, 137, 0.7);
}

/* ---------------------------------------------------- */

#content {
	margin: 0 20px;
	position: relative;
}

#content .inner {
	background: #fff;
	padding: 34px 39px;
	position: relative;
}

#content.full .inner {
	padding: 0;
}

/* ---------------------------------------------------- */

#content .text-with-gallery .gallery {
	float: right;
	width: 50%;
	margin-left: 40px;
}

#content .text-with-gallery .gallery.clone {
	display: none;
}

#content .text-with-gallery .gallery a {
	margin-bottom: 20px;
}

/* ---------------------------------------------------- */

.bx-wrapper img {
    max-width: 100%;
    display: inline-block;
}

.bx-viewport li { 
    min-height: 1px; 
    min-width: 1px; 
}

.bx-wrapper .bx-viewport {
	border: none !important;
}

.bx-next,
.bx-prev {
	position: absolute;
	top: 50%;
	z-index: 60;
	width: 36px;
	height: 35px;
	margin-top: -17px;
	display: block;
	text-indent: -9999px;
	opacity: 0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.bx-next {
	right: 0;
	background: transparent url("../images/bg_slider_stahlprofi_arrow_right.png") no-repeat left top;
}

.bx-next:hover {
	background-image: url("../images/bg_slider_stahlprofi_arrow_right_hover.png");
}

.bx-prev {
	left: 0;
	background: transparent url("../images/bg_slider_stahlprofi_arrow_left.png") no-repeat left top;
}

.bx-prev:hover {
	background-image: url("../images/bg_slider_stahlprofi_arrow_left_hover.png");
}

#dachprofi .bx-next {
	background-image: url("../images/bg_slider_dachprofi_arrow_right.png");
}

#dachprofi .bx-next:hover {
	background-image: url("../images/bg_slider_dachprofi_arrow_right_hover.png");
}

#dachprofi .bx-prev {
	background-image: url("../images/bg_slider_dachprofi_arrow_left.png");
}

#dachprofi .bx-prev:hover {
	background-image: url("../images/bg_slider_dachprofi_arrow_left_hover.png");
}

#content #slider:hover .bx-next,
#content #slider:hover .bx-prev {
	opacity: 1;
}

#content #slider {
	margin-bottom: 20px;
	position: relative;
	visibility: hidden;
	height: 0;
}

#content #slider ul {
	list-style-type: none;
	position: relative;
}

#content #slider ul,
#content #slider ul li {
	margin: 0;
	position: relative;
}

/*#content #slider ul li {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}*/

#content #slider .pic {
	float: right;
}

#content #slider .pic img {
	width: 100%;
}

#content #slider .box {
	background: #0f5a88;
	padding: 7px 15px 20px 30px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

#content #slider .box .headline {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
}

#content #slider .box .headline strong {
	color: #f28e00;
}

#content #slider .box .headline.large {
	font-size: 90px;
	line-height: 110px;
}

#content #slider .box .headline.large strong {
	font-size: 130px;
}

#content #slider .box .headline.medium {
	font-size: 80px;
	line-height: 100px;
}

#content #slider .box .headline.medium strong {
	font-size: 100px;
}

#content #slider .box .headline.small {
	font-size: 72px;
	line-height: 73px;
}

#content #slider .box .headline.small strong {
	font-size: 90px;
	line-height: 82px;
}

#content #slider .box .text {
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	color: #fff;
	margin-bottom: 20px;
}

#content #slider .box a.more {
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	background: transparent url("../images/bg_more_link_slider.png") no-repeat right top;
	padding-right: 45px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	display: inline-block;
}

#content #slider .box a strong {
	color: #f28e00;
}

/* ---------------------------------------------------- */

#dachprofi #content #slider .box {
	background: #f28e00;
}

#dachprofi #content #slider .box .headline strong {
	color: #105b89;
}

#dachprofi #content #slider .box a strong {
	color: #105b89;	
}

#dachprofi #content #slider .box a.more {
	background-image: url("../images/bg_more_link_slider_dachprofi.png");
}

/* ---------------------------------------------------- */

#stahlprofi #content #slider .box {
	background: #0f5a88;
}

#stahlprofi #content #slider .box .headline strong {
	color: #f28e00;
}

#stahlprofi #content #slider .box a strong {
	color: #f28e00;
}

#stahlprofi #content #slider .box a.more {
	background-image: url("../images/bg_more_link_slider.png");
}

/* ---------------------------------------------------- */

#content #link-box {
	padding: 0 10px;
}

#content #link-box.row {
	margin: 0;
}

#content #link-box .col {
	padding: 0 10px;
	margin-bottom: 20px;
}

#content #link-box .logo {
	background: #ecedee;
	padding-right: 40px;
	padding-bottom: 30px;
}

#content #link-box .logo img {
	margin: 22px 0 0 27px;
}

#content #link-box .box {
	overflow: hidden;
	padding: 30px 30px 10px 10px;
	position: relative;
}

#content #link-box .dachprofi .box {
	background: #f18e00;
}

#content #link-box .stahlprofi .box {
	background: #105b89;
}

#content #link-box .box ul {
	list-style-type: none;
	float: left;
}

#content #link-box .box ul:first-child {
	margin-right: 30px;
}

#content #link-box .box ul li {
	margin-bottom: 13px;
}

#content #link-box .box ul li a {
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

#content #link-box .dachprofi .box ul li a:hover {
	color: #105b89;
}

#content #link-box .stahlprofi .box ul li a:hover {
	color: #f18e00;
}

#content #link-box .box a.more {
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-indent: -9999px;
	display: block;
	width: 36px;
	height: 35px;
	background: transparent url("../images/bg_more_link.png") no-repeat left top;
}

#content #link-box .box a.more:hover {
	background-image: url("../images/bg_more_link_hover.png");
}

/* ---------------------------------------------------- */

#content .teaser-list {
	padding: 20px 10px 0 10px;
}

#content .teaser-list a {
	text-decoration: none;
}

#content .teaser-list.row {
	margin: 0;
}

#content .teaser-list .col {
	padding: 0 10px;
}

#content .teaser-list .teaser {
	margin-bottom: 20px;
}

#content .teaser-list .teaser .img {
	position: relative;
	overflow: hidden;
}

#content .teaser-list .teaser .img img {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

#content .teaser-list .teaser .img img {
	position: relative;
	width: 100%;
}

#content .teaser-list .teaser .img div.more {
	position: absolute;
	right: 0;
	bottom: 16px;
	text-indent: -9999px;
	display: none;
	width: 36px;
	height: 35px;
	background: transparent url("../images/bg_more_link_teaser_default.png") no-repeat left top;
}

#content .teaser-list .teaser.dachprofi .img div.more,
#dachprofi #content .teaser-list .teaser .img div.more {
	background: transparent url("../images/bg_more_link_teaser_dachprofi.png") no-repeat left top;
}

#content .teaser-list .teaser.stahlprofi .img div.more,
#stahlprofi #content .teaser-list .teaser .img div.more {
	background: transparent url("../images/bg_more_link_teaser_stahlprofi.png") no-repeat left top;
}

#content .teaser-list .teaser .text {
	height: 135px;
	background: #ededee;
	padding: 20px;
	overflow: hidden;
}

#content .teaser-list .teaser .text h2 {
	color: #1a171b;
	font-size: 26px;
	text-decoration: none;
	text-transform: uppercase;
}

#content .teaser-list .teaser .text p {
	display: none;
	color: #fff;
	font-size: 18px;
}

#content .teaser-list .teaser.dachprofi .text p,
#dachprofi #content .teaser-list .teaser .text p {
	color: #1a171b;
}

#content .teaser-list .teaser a:hover h2 {
	display: none;
}

#content .teaser-list .teaser a:hover .text {
	background: #808080;
}

#content .teaser-list .teaser.dachprofi a:hover .text,
#dachprofi #content .teaser-list .teaser a:hover .text {
	background: #f28e00;
}

#content .teaser-list .teaser.stahlprofi a:hover .text,
#stahlprofi #content .teaser-list .teaser a:hover .text {
	background: #105b89;
}

#content .teaser-list .teaser a:hover .text p {
	display: block;
}

#content .teaser-list .teaser a:hover .img div.more {
	display: block;
}

#content .teaser-list .teaser a:hover .img img {
    -webkit-transform: scale(1.3); 
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

#content .teaser-list .teaser.video .img .play-button {
	background: transparent url("../images/play.png") no-repeat center center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#content .teaser-list .teaser.video a:hover .img div.more,
#content .teaser-list .teaser.video .img div.more {
	display: none;
}

/* ---------------------------------------------------- */

#content .breadcrumb ul li:nth-child(1),
#content .breadcrumb ul li:nth-child(2),
#content .breadcrumb ul li:nth-child(3) {
	display: none;
}

#content .breadcrumb ul {
	display: inline-block;
	list-style-type: none;
	margin: 0 0 30px 0;
}

#content .breadcrumb ul li {
	float: left;
	margin-right: 8px;
	line-height: 26px;
}

#content .breadcrumb ul li:after {
	content: "//";
	color: #105b89;
	font-size: 26px;
	font-weight: bold;
	margin-left: 8px;
}

#content .breadcrumb ul li:last-child:after {
	content: "";
	margin-right: 0;
}

#content .breadcrumb ul li a,
#content .breadcrumb ul li {
	color: #105b89;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#content .breadcrumb ul li a:hover {
	text-decoration: none;
}

#content .breadcrumb ul li {
	color: #f28e00;
}

/* ---------------------------------------------------- */

#content.two-col .left {
	padding-right: 25px;
}

#content.two-col div.gallery a {
	margin-bottom: 20px;
}

#content.two-col div.gallery img {
	width: 100%;
}

/* ---------------------------------------------------- */

#content .text-with-download .left {
	padding-right: 20px;
}

#content .text-with-download .download {
	margin-bottom: 20px;
}

#content .text-with-download .download a {
	text-decoration: none;
}

#content .text-with-download .download a[href$=".pdf"],
#content .text-with-download .download a[href $=".doc"],
#content .text-with-download .download a[href $=".docx"],
#content .text-with-download .download a[href $=".zip"] {
	background: none;
	padding: 0;
	display: block;
}

#content .text-with-download .download .img {
	position: relative;
	overflow: hidden;
}

#content .text-with-download .download .img img {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

#content .text-with-download .download .img img {
	position: relative;
	width: 100%;
}

#content .text-with-download .download .img .arrow {
	background: transparent url("../images/bg_download_arrow.png") no-repeat left top;
	position: absolute;
	left: 0;
	top : 0;
	width: 35px;
	height: 36px;
}

#content .text-with-download .download .text {
	height: 135px;
	background: #ededee;
	padding: 20px;
	overflow: hidden;
}

#content .text-with-download .download .text h2 {
	color: #1a171b;
	font-size: 26px;
	text-decoration: none;
	text-transform: uppercase;
}

#content .text-with-download .download .text p {
	display: none;
	color: #1a171b;
	font-size: 18px;
}

#content .text-with-download .download a:hover .text {
	background: #f28e00;
}

/* ---------------------------------------------------- */

#content #download-center ul {
	list-style-type: none;
	margin-left: 55px;
}

#content #download-center h3 {
	padding-left: 20px;
}

#content #download-center h4 {
	padding-left: 40px;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

/* ---------------------------------------------------- */

.video-container {
	background: transparent;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	margin: 0 auto;
	max-width: 856px;
	min-height: 240px;
	padding: 0;
	position: relative;
	text-align: center;
	width: auto;
}

.video-container video {
	width: 100%;
}

.mfp-close {
	color: #fff !important;
}

/* ---------------------------------------------------- */

#content .newsletter input,
#content .newsletter label {
	display: inline-block;
	margin-bottom: 15px;

}

#content .newsletter label {
	display: block;
	margin-bottom: 4px;
}

#content .newsletter {
	overflow: hidden;
	margin: 20px 0 10px 0;
}

#content .newsletter select,
#content .newsletter input[type="text"] {
	max-width: 280px;
}

#content .newsletter input[type="text"] {
	border: 1px solid #bdbdbd;
	width: 100%;
	margin-bottom: 15px;
	padding: 3px;
	color: #6a696c;
}

#content .newsletter select {
	margin-bottom: 15px;
}

#content .newsletter input.check {
    float: left;
}

#content .newsletter .button {
	font-size: 14px;
	background: #f28e00;
	color: #fff;
	padding: 5px 5px;
	border: 0;
	cursor: pointer;
	font-weight: normal;
	margin-bottom: 10px;
}

#content .newsletter .button.subscribe {
	margin-top: 15px;
}

#content .newsletter #recaptcha_image {
	margin: 20px 0;
}

/* ---------------------------------------------------- */

#content a {
	color: #f28e00;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content h1 {
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 23px 0;
	text-transform: uppercase;
}

#content h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 23px 0;
}

#content h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
	font-style: italic;
}

#content p,
#content ul,
#content ol {
	margin-bottom: 22px;
	line-height: 22px;
}

#content ul,
#content ol {
	list-style-position: outside;
	margin-left: 20px;
}

#content ul {
	list-style-type: disc;
}

#content ul ul,
#content ol ol {
	margin-top: 7px;
	margin-bottom: 0;
}

#content ul li,
#content ol li {
	margin-bottom: 8px;
}

#content ul li:last-child,
#content ol li:last-child {
	margin-bottom: 0;
}

#content table 	{
	margin: 10px 0 10px 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

#content table th,
#content table thead td {
	font-weight: bold;
}

#content table td, 
#content table th {
	padding: 12px;
	border: 1px solid;
	text-align: left;
	vertical-align: top;
}

#content table td p {
	margin: 0;
}

#content hr {
	border: 0;
	height: 0;
	border-top: #d3d3d3 1px solid;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* ---------------------------------------------------- */

#content a[href^="http://"],
#content a[href^="https://"] {
	background: transparent url("../images/icons.png") no-repeat right -582px;
	padding-right: 9px;
}

#content a.not-extern {
	background: 0;
	padding: 0;
}

#content a[href $=".pdf"] {
	background: transparent url("../images/icons.png") no-repeat left -144px;
	padding-left: 19px;
	display: inline-block;
}

#content a[href $=".doc"],
#content a[href $=".docx"] {
	background: transparent url("../images/icons.png") no-repeat left -309px;
	padding-left: 19px;
	display: inline-block;
}

#content a[href $=".zip"] {
	background: transparent url("../images/icons.png") no-repeat left -445px;
	padding-left: 19px;
	display: inline-block;
}

#content a.lightbox,
#content a.lightbox-gallery {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

#content a.lightbox span,
#content a.lightbox-gallery span {
	background: transparent url("../images/icons.png") no-repeat left top;
	position: absolute; 
	width: 28px;
	height: 28px;
	right: 9px;
	bottom: 9px;
	display: none;
}

.no-touch #content a:hover.lightbox span,
.no-touch #content a:hover.lightbox-gallery span {
	display: block;
}

#content div.image,
#content div.image a {
	max-width: 100%;
	background: 0;
	padding: 0;
}

#content div.image.left {
	float: left;
}

#content div.image.right {
	float: right;
}

#content div.image.center {
	text-align: center;
}

#content div.image.float {
	width: 40%;
}

#content div.image.float.left  {
	margin: 3px 18px 18px 0;
}

#content div.image.float.right {
	margin: 3px 0 18px 18px;
}

#content div.image.separate {
	margin: 0 0 18px 0;
}

#content div.gallery {
	margin-bottom: 5px;
}

#content div.gallery a {
	float: left;
	margin: 0 18px 10px 0;
	width: 100%;
}

#content div.gallery .row {
	overflow: visible;
	margin: 0 -5px;
}

#content div.gallery .col {
	padding: 0 5px;
}

/* ---------------------------------------------------- */

#content .google-maps {
	position: relative;
    padding-bottom: 90%;
    height: 0;
    overflow: hidden;
}

#content .google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ---------------------------------------------------- */

#content video {
	width: 100%;
	outline: none;
	margin-bottom: 15px;
}

/* ---------------------------------------------------- */

#footer {
	text-align: center;
}

#footer .inner {
	border: 0;
	padding: 55px 0;
}

#footer ul {
	list-style-type: none;	
	display: inline-block;
	padding: 0 20px 5px 20px;
}

#footer ul li {
	display: inline-block;
	margin-left: 10px;
}

#footer ul li:after {
	content: "|";
	color: #1a171b;
	font-size: 18px;
	font-weight: normal;
	margin-left: 10px;
}

#footer ul li:last-child:after {
	content: "";
	margin-right: 0;
}

#footer ul li a {
	color: #f28e00;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

#footer ul li:last-child a {
	margin-right: 0;
}

#footer ul li a:hover {
	color: #105b89;
}

#footer p {
	color: #1a171b;
	font-size: 18px;
	font-weight: bold;
}

/* ---------------------------------------------------- */

#footer #social a {
	border: 3px solid #f28e00;
	color: #f28e00;
	display: inline-block;
	height: 40px;
	position: relative;
	width: 40px;
	margin-right: 8px;
	margin-top: 20px;
}

#footer #social a:hover {
	color: #105b89;
	border-color: #105b89;
}

#footer #social i {
	font-size: 46px;
	left: -3px;
	line-height: 77px;
	position: absolute;
	top: -21px;
}

#footer #social a.instagram {
	border-width: 5px;
}

#footer #social a.instagram i {
	font-size: 42px;
	left: -3px;
	top: -23px;
}


/* ---------------------------------------------------- */

.mfp-wrap {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
}

.mfp-with-fade .mfp-content,
.mfp-with-fade .mfp-arrow,
.mfp-with-fade.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content,
.mfp-with-fade.mfp-ready .mfp-arrow {
	opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
	opacity: 0.75;
}

.mfp-with-fade.mfp-removing .mfp-content,
.mfp-with-fade.mfp-removing .mfp-arrow, 
.mfp-with-fade.mfp-removing.mfp-bg {
	opacity: 0;
}

/* ---------------------------------------------------- */

@media screen and (max-width: 1360px) {
	.responsive .inner {
		width: 100%;
	}

	.responsive #content #slider .box {
		padding-left: 20px;
		padding-top: 12px;
	}

	.responsive #content #slider .box .headline {
		margin-bottom: 10px;
	}

	.responsive #content #slider .box .headline.large {
		font-size: 50px;
		line-height: 70px;
	}

	.responsive #content #slider .box .headline.large strong {
		font-size: 70px;
	}

	.responsive #content #slider .box .headline.medium {
		font-size: 48px;
		line-height: 65px;
	}

	.responsive #content #slider .box .headline.medium strong {
		font-size: 60px;
	}

	.responsive #content #slider .box .text {
		font-size: 18px;
	}
}

@media screen and (max-width: 1220px) { 
	.responsive #mainmenu ul li {
		display: none;
	}

	.responsive #mainmenu ul li.dachprofi,
	.responsive #mainmenu ul li.stahlprofi {
		display: block;
	}

	.responsive #nav-toggle {
		display: block;
	}

	.responsive #submenu {
		display: none;
	}

	.responsive #dachprofi #submenu,
	.responsive #stahlprofi #submenu {
		display: block;
	}

	.responsive #dachprofi #submenu ul,
	.responsive #stahlprofi #submenu ul {
		display: none;
	}
}

@media screen and (max-width: 1150px) {
	.responsive #content .teaser-list .col.c4 {
		width: 50%;
	}
}

@media screen and (max-width: 1050px) {
	.responsive #content #slider .box .headline {
		margin-bottom: 20px;
	}

	.responsive #content #link-box .box {
	    padding: 20px 20px 10px 0;
	}

	.responsive #content #slider .box .text {
		display: none;
	}

	.responsive #content #link-box .box ul {
		margin-bottom: 0;
	}

	.responsive #content #link-box .logo img {
		 margin: 16px 0 0 18px;
	}
}

@media screen and (max-width: 760px) {
	.responsive body {
		font-size: 16px;
	}
	
	.responsive #content div.image, 
	.responsive #content div.image a,
	.responsive #content div.image img,
	.responsive #content div.image.float,
	.responsive #content .text-with-gallery .gallery {
		width: 100%;
	}

	.responsive .row .col {
		width: 100%;
	}

	.responsive #extra-nav .col {
		width: 50%;
	}

	.responsive #content .teaser-list {
		padding-left: 0;
		padding-right: 0;
	}

	.responsive #content .teaser-list .col.c4 {
		width: 100%;
	}

	.responsive #extra-nav {
		display: block;
		margin: 0 10px;
	}

	.responsive #header {
		height: 64px;
	}

	.responsive #responsive-menu {
		top: 64px;
	}

	.responsive #header #logo {
		margin-top: 12px;
		width: 177px;
	}

	.responsive #nav-toggle {
		margin-right: 0;
		margin-top: 11px;
	}

	.responsive #mainmenu {
		display: none;
	}

	.responsive #submenu {
		margin: 0 10px;
	}

	.responsive #submenu .border {
		display: none;
	}

	.responsive #submenu .inner {
		background: #fff;
		height: 130px;
	}

	.responsive #submenu #search-area {
		float: none;
		text-align: center;
	}

	.responsive #submenu #search-area .logo {
		width: 100%;
		text-align: center;
	}

	.responsive #submenu #search-area img {
		margin: 15px 0 0 0;
		width: 270px;
	}

	.responsive #submenu #search-area form {
		left: 50%;
		right: auto;
		top: 104px;
		width: 200px;
		margin-left: -100px;
	}

	.responsive #content #slider {
		display: none; 
	}

	.responsive #content {
		margin: 0 10px;
	}

	.responsive #content #link-box {
		padding-top: 10px;
	}

	.responsive #content #link-box .col {
		padding: 0;
	}

	.responsive #content #link-box .box ul {
		float: none;
	}

	.responsive #content .text-with-gallery .gallery {
		display: none;
	}

	.responsive #content .text-with-gallery .gallery.clone {
		display: block;
	}

	.responsive #content .inner {
		padding: 28px 10px 20px 10px;
	}

	.responsive #dachprofi #content .inner,
	.responsive #stahlprofi #content .inner {
		padding-top: 5px;
	}

	.responsive #content .breadcrumb {
		margin-top: 5px;
	}

	.responsive #content .breadcrumb ul li a, 
	.responsive #content .breadcrumb ul li {
		font-size: 18px;
		margin-bottom: 0;
	}

	.responsive #content .breadcrumb ul li:after {
		font-size: 18px;
	}

	.responsive #content.two-col .left {
		padding: 0;
	}

	.responsive #lang-switch {
		padding: 2px 10px 2px 0;
		background: transparent !important;
	}
}

@media screen and (max-width: 500px) {
	.responsive #content #link-box .box ul li {
		margin-bottom: 7px;
	}

	.responsive #content #link-box .box ul li a {
		font-size: 20px;
	}

	.responsive #content .teaser-list .teaser .text {
		padding: 12px 15px 15px 15px;
	}

	.responsive #content .teaser-list .teaser .text h2 {
		font-size: 20px;
	}

	.responsive #content .teaser-list .teaser .text p {
		font-size: 16px;
		line-height: 21px;
	}

	.responsive #footer .inner {
		padding: 25px 0;
	}

	.responsive #content #download-center ul {
		margin-left: 0;
	}

	.responsive #content #download-center h3 {
		padding-left: 0;
	}

	.responsive #content #download-center h4 {
		padding-left: 0;
	}
}

@media screen and (max-width: 300px) {
	.responsive #header #logo {
		width: 55%;
	}
}

/* ---------------------------------------------------- */

