@charset "UTF-8";
/* main start */
/* open-sans-regular - latin */
@font-face {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
body {
	font-family: 'Arial', sans-serif;
	margin: 0;
	font-size: 18px;
	color: #6f6f6f;
    padding-top: 90px;
}
#wrapper {
    position: relative;
    width: 100%;
    margin: 0;
    margin-top: 40px;
}
a {
    text-decoration: none;
    color: #003366;
}
a:hover {
    color: #000;
}
p {
	text-align: center;
    line-height: 28px;
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
}
h1, h2, h3 {
    color: #003366;
    text-transform: uppercase;
    text-align: center;
	font-size: 25px;
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;  
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}
li {
    list-style: none;
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
 }
li::before {
  content: "●";
  color: #003366;
  font-size: 26px;
  margin-right: 10px;
}
.nav li::before, .uebersicht-ul li::before, .ce-uploads li::before, .kontakt-ul li::before {
  content: none;
}
ul {
    padding-left: 0;
}
/* main end*/
#topper {
    position: fixed;
    height: 90px;
    width: 100%;
    background-color: rgba(255,255,255,1.0);
    z-index: 999;
    -webkit-box-shadow: 0 -52px 13px 46px;
    box-shadow: 0 -52px 13px 46px;
    top: 0;
}
#topper-wrapper {
	position: fixed;
    width: 100%;
}
#topper-sticky-wrapper {
    z-index: 99999;
    position: relative;
}
#topper, #logo, #top-menu, .nav ul {
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;   
}
#logo {
    position: relative;
    top: 15px;
    margin-left: auto;
    margin-right: auto;
}
#logo img {
	height: 60px;
	width: 189px;
}

/*  hamburger icon start  */
.hamburger-icon-container {
    height: 70px;
    width: 60px;
    position: absolute;
    cursor: pointer;
    border-radius: 3px;
    z-index: 99999;
	top: 0;
	left: 0;
	padding-left: 30px;
}

.hamburger-icon,
.hamburger-icon:before,
.hamburger-icon:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 1.7em;
    background: #003366;
    transition: all .2s ease;
}

.hamburger-icon {
  top: 0.75em;
	margin-top: 30px;
}

.hamburger-icon:before {
  top: -0.55em
}

.hamburger-icon:after {
  top: 0.55em
}


/* Darstellung wenn das Close-Icon angezeigt werden soll */

.hamburger-active .hamburger-icon-container {
	width: 100%;
}

.hamburger-active .hamburger-icon {
  background: transparent;
  transform: rotate(-135deg)
}

.hamburger-active .hamburger-icon:before,
.hamburger-active .hamburger-icon:after {
  top: 0
}

.hamburger-active .hamburger-icon:before {
  transform: rotate(90deg)
}

/*  hamburger icon end  */

#lang-manu {
    top: 100px;
    position: absolute;
    left: 10px;
}
#lang-manu ul {
    border: none;
}
#lang-manu li {
   list-style: none;
    float: left;
    margin-left: 15px;
}
#lang-manu .curlang {
    font-style: normal;
    font-size: 18px;
    color: #003366;
    margin-left: 15px;
}
#lang-manu a, .notranslation {
    color: #6f6f6e;
	font-size: 18px;
    font-style: normal;
    margin-left: 15px;
}
.notranslation {
    color: #e3e3e3;
}
#lang-manu a:hover, #lang-manu a:active {
    color: #003366;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.tx-indexedsearch-searchbox-sword {
    left: 25px;
    position: relative;
    width: 78px;
    border: 1px solid #e4e4e4;
    padding: 4px;
}
.tx-indexedsearch-searchbox-button { 
    background-image: url("/typo3conf/ext/dntypo38/Resources/Public/Images/lupe.png");
    background-repeat: no-repeat;
    position: absolute;
    background-color: transparent;
    border: none;
    height: 22px;
    width: 16px;
    cursor: pointer;
    left: 10px;
    top: 5px;
    background-size: 16px;
}
/* topmenu start*/
#top-menu {
	position: fixed;
    z-index: 99998;
    top: 0;
    left: -500px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    transition: all 500ms ease;
    overflow-y: auto;
    -webkit-box-shadow: 2px 0px 5px rgba(0,0,0,0.20);
    box-shadow: 2px 0px 5px rgba(0,0,0,0.20);
    height: 100%;
    background-color: #fff;
    width: 100%;
}
.pressed {
    left: 0px !important;
}
#nav-overlay.pressed {
    background-color: rgba(0,0,0,0.3);
    min-width: 100%;
    height: 100%;
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    transition: all 500ms ease;    
}
.nav {
    background-color: #fff;
    margin-top: 0;
    position: relative;
    height: 100%;
    padding-left: 40px;
    padding-top: 200px;
	display: block;
}
.slidee {
    padding-left: 40px;
}
.nav li {
    list-style-type: none;
    font-style: italic;
    margin-left: 0px;
    list-style: none;
    padding-bottom: 0;
}
.nav li:first-child {
	margin-left: 0px;
}
.nav a {
    text-decoration: none;
	color: #6f6f6e;
	font-size: 18px;
    line-height: 50px
}
.nav > a:hover, .nav a:hover, .nav > a:active, .nav a:active {
	color: #003366;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.nav ul {
    padding-left: 0;
}
.sub1, .sub2 {
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 0;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.sub1 a {
	display: inline-block;
	font-style: normal;
	font-size: 18px;
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
    color: rgba(0,0,0,0.3);
    line-height: 40px;
    padding-left: 40px;
}
.sub1-li {
    padding-left: 0;
}
.sub1-li a {
    line-height: 50px;
    margin-right: 50px;
}
.sub-li {
	padding-left: 0;
}
.sub1 li:hover {
	background-color: #EFEFEF;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.sub2 {
    position: relative;
    background-color: #e3e3e3;
	padding-left: 0px;
	opacity: 1;
    visibility: visible;
    border-bottom: none;
    height: 0;
}
.sub-li:nth-child(9) {
    margin-bottom: 50px;
}
.sub-li.sub-pressed > .sub1 {
   height: 100%;
}
.sub-li.sub-pressed > .sub2 {
   height: auto;
}
li.sub.active > a {
	color: #003366 !important;
}
li.active > a {
	color: #003366 !important;
}
li.active > a:hover, li.sub.active > a:hover, li.active > a:active, li.sub.active > a:active{
    color: #6f6f6e !important;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
/* topmenu end*/

/* slider start */
#slider {
	clear: left;
    z-index: -5;
}
.slidecaption, .slidediv {
    position: absolute;
    left: 250px;
    top: 120px;
    width: 700px;
    height: 350px;
    background-color: rgba(255,102,0,.70);
    padding-left: 20px;
    padding-right: 100px;
    margin-top: auto;
    margin-bottom: auto;
	display: table;
	-webkit-transform: skew(-23deg) !important;
	-moz-transform: skew(-23deg) !important;
	-ms-transform: skew(-23deg) !important;
	-o-transform: skew(-23deg) !important;
	transform: skew(-23deg) !important;
    display: none;
}
.slidecaption {
	z-index: 99;
}
.slidediv {
	left: 200px;
}
.slidecaption h3 {
	color: #fff;
    text-transform: uppercase;
	font-size: 40px;
	font-weight: 100;
	line-height: 60px;
	-webkit-transform: skew(23deg) !important;
	-moz-transform: skew(23deg) !important;
	-ms-transform: skew(23deg) !important;
	-o-transform: skew(23deg) !important;
	transform: skew(23deg) !important;
    text-align: left;
}
.slidebutton {
    width: 240px;
    position: absolute;
    left: 650px;
    top: 510px;
    height: 30px;
	padding: 12px 24px;
    border-radius: 3px;
	display: table;
}
.slidebutton a {
	color: #fff;
	text-align: center;
	font-size: 35px;
	display: none;
}
.slidebutton a:hover, .slidebutton a:active {
	color: #003366;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.polygon-shape-outside {
	position: relative;
    width: 200px;
    height: 200px;
    float: left;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200px' height='400px'><polygon points='0,0 142,0 57,200 0,200' fill='rgba(0,0,255, 0.0)'/></svg>");
    shape-outside: polygon(0px 0px, 142px 0px, 80px 0px, 0px 200px);
}
.jssorb01 {
	position: absolute;
	bottom: 25px;	
    display: none;
}
.jssorb01 div, .jssorb01 div:hover, .jssorb01 .av, .jssorb01 div:active {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	width: 25px;
	height: 20px;
	-webkit-transform: skew(-23deg) !important;
	-moz-transform: skew(-23deg) !important;
	-ms-transform: skew(-23deg) !important;
	-o-transform: skew(-23deg) !important;
	transform: skew(-23deg) !important;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.jssorb01 div {
	background-color: #D3D3D3;
}
.jssorb01 div:hover, .jssorb01 .av:hover, .jssorb01 div:active, .jssorb01 .av:active {
	background-color: #003366;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.jssorb01 .av {
	background-color: #003366;
}
.jssorb01 .dn, .jssorb01 .dn:hover {
}
.jssora02l, .jssora02r, .jssora02ldn, .jssora02rdn {
	position: absolute;
	cursor: pointer;
	display: block;
	background: url(/typo3conf/ext/dntypo38/Resources/Public/Images/slide-arrows.png) no-repeat center center;
	height: 100%;
	width: 5%;
    -moz-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    display: none;
}
.jssora02l:hover, .jssora02r:hover, .jssora02l:active, .jssora02r:active {
    background-color: rgba(255,255,255,0.60);
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.jssora02r, .jssora02rdn {
	transform: rotate(180deg);
	right: 0;
}
.jssort04 .w, .jssort04 .pav:hover .w, .jssort04 .pav:active .w {
	position: absolute;
	width: 60px;
	height: 39px;
	border: #006AB1 1px solid;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
* html .jssort04 .w {
	width: /**/ 62px;
	height: /**/ 39px;
}
.jssort04 .pdn .w, .jssort04 .pav .w {
	border-style: solid;
}
.jssort04 .c {
	width: 62px;
	height: 41px;
	filter: alpha(opacity=45);
	opacity: .45;
	transition: opacity .6s;
	-moz-transition: opacity .6s;
	-webkit-transition: opacity .6s;
	-o-transition: opacity .6s;
}
.jssort04 .p:hover .c, .jssort04 .pav .c, .jssort04 .p:active .c {
	filter: alpha(opacity=0);
	opacity: 0;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.jssort04 .p:hover .c, .jssort04 .p:active .c {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
/* slider end */
#intro {
	position: relative;
	padding-top: 50px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}
#intro a {
    color: #003366;
}
#intro a:hover, #intro a:active {
    color: #000;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

/* produkte start*/
#produkte_wrapper {
	text-align: center;
    background-color: rgba(0,0,0,0.03);
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
}
#produkte_items {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
    padding-bottom: 60px;
}
.produkte_item {

}
.produkte_item_wrapper {
    position: relative;
    overflow: hidden;
    opacity: 0;
    max-width: 300px;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}
.in-view.produkte_item_wrapper {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.in-view.produkte_item_wrapper.item2 {
    transition-delay: 0.3s;
}
.in-view.produkte_item_wrapper.item3 {
    transition-delay: 0.6s;
}
.produkte_item_wrapper:first-child {
	padding-left: 0px;
}
.produkte_item_wrapper:last-child {
	padding-right: 0px;
}
.produkte_item h3 {
	color: #003366;
	font-size: 20px;
	margin-top: 10px
}
.produkte_item p {
    hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
}
.mehr_erfahren_button {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
}
.mehr_erfahren_button a {
	border: solid 3px #003366;
	border-radius: 4px;
	padding: 10px;
	margin-top: 50px;
	transition: 0.3s ease;
}
.mehr_erfahren_button a:hover, .mehr_erfahren_button a:active {
	background-color: #003366;
	color: #fff;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.produkte_stange:hover img, .produkte_draht:hover img, .produkte_block:hover img, .produkte_stange:active img, .produkte_draht:active img, .produkte_block:active img {
	transform: scaleX(-1);
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.produkte_item img {
	transition: 0.6s ease-in-out;
    width: 100px;
    height: auto;
}
/* produkte end*/

/* unternehmen start*/
#unternehmen_wrapper, #shop_wrapper {
	clear: left;
}
.unternehmen_block, .shop_block {
	position: relative;
	width: 100%;
    padding-bottom: 90px;
}
#unternehmen_parallax, #shop_parallax {
    height: 400px;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-top: 170px;
}
.img-parallax {
    z-index: -1;
    height: 100%;
    width: auto;
}
.img-parallax img {
    width: 190%;
    height: auto;
    left: 50%;
    position: relative;
    transform: translate(-50%,0);
}
#shop_parallax .img-parallax img {
    height: 100%;
    width: auto;
}
#unternehmen_parallax .img-parallax img {
    top: -20%;
    position: relative;
}
#unternehmen_poly_wrapper, #shop_poly_wrapper {
    text-align: center;
}
#unternehmen_poly, #shop_poly {
    position: relative;
}
#unternehmen_textarea h2, #shop_textarea h2 {
    margin-top: 0;
    top: -510px;
    position: relative;
}
#unternehmen_textarea p, #shop_textarea p {
    padding-top: 0;
    margin-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
    top: -30px;
    position: relative;
}
#unternehmen_textarea a, #standort_textarea a, #shop_textarea a {
    font-size: 18px;
    border: solid 2px #003366;
    border-radius: 3px;
    padding: 8px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#unternehmen_textarea a:hover, #standort_textarea a:hover, #unternehmen_textarea a:active, #standort_textarea a:active, #shop_textarea a:hover, , #shop_textarea a:active {
    color: #fff;
    background-color: #003366;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
#unternehmen_textarea a, #shop_textarea a {
    position: relative;
    top: 20px;
}
/* unternehmen end*/

/* prozesse start*/
#prozesse_wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    background-color: rgba(0,0,0,0.03);
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 80px;
    display: none;
}
#prozesse_wrapper h2 {
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;  
}
#prozesse_item_wrapper {
}
.prozesse {
    margin-top: 90px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
#prozesse_inwrapper {
    text-align: center;
}
#prozesse_overlay {
    display: block;
    position: relative;
}
#prozesse_overlay .polygon-shape-outside {
    display: none;
}
.prozesse1::before, .prozesse2::before, .prozesse3::before {
    content:'';
    background: url("/typo3conf/ext/dntypo38/Resources/Public/Images/giessen.png");
    background-size: 150px;
    background-repeat: no-repeat;
    transition: all 1s ease;
    display:inline-block;
    position: relative;
    width: 150px;
    height: 150px;
}
.prozesse2::before {
    background: url("/typo3conf/ext/dntypo38/Resources/Public/Images/walzen.png");
    background-size: 150px;
}
.prozesse3::before {
    background: url("/typo3conf/ext/dntypo38/Resources/Public/Images/ziehen.png")
        ;
    background-size: 150px;
}
#prozesse_overlay:hover::before, #prozesse_overlay:active::before {
    transform: rotateY(180deg)
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.prozesse:hover #prozesse_overlay {

}
.prozesse:hover #prozesse_overlay h3 {

}
.prozesse:hover #prozesse_overlay p {

}
#prozesse_inwrapper img {
    z-index: -1;
    left: -40%;
    height: 320px;
    width: auto;
    top: 0px;
    display: none;
}
#prozesse_overlay h3 {
    color: #003366;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
}
#prozesse_overlay p {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    hyphens: none;
}
#prozesse_overlay a {
    border: solid 2px;
    border-radius: 3px;
    padding: 8px;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    font-size: 18px;
}
#prozesse_overlay a:hover, #prozesse_overlay a:active {
    color: #003366;
    background-color: #fff;
    border: solid 2px #fff;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
/* prozesse end*/

/* standort start*/
#standort_wrapper {
    height: auto;
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
    clear: left;
    background-color: rgba(0,0,0,0.03);
}
#standort_wrapper img {
    width: 100%;
    height: auto;
}
#standort_wrapper h2 {
    padding-top: 50px;
}
#standort_wrapper h4 {
    text-align: center;
}
#standort_textarea {
    position: relative;
    display: block;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    height: auto;
    text-align: center;
}
#standort_textarea p {
    text-align: center;
}
#standort_textarea ul {
    position: relative;
    text-align: left;
    padding-bottom: 30px;
}
#standort-button {
    position: relative;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
}
#standort-button a {
    position: relative;

}
/* standort end*/

/* branchen start*/
#branchen_wrapper {
    position: relative;
    background-color: rgba(0,0,0,0.03);
    padding-top: 50px;
    display: none;
}
#branchen_wrapper .frame {
    overflow: visible;
    padding-right: 50px;
    padding-bottom: 80px;
}
#branchen_wrapper .frame li {
    list-style: none;
}
#branchen_wrapper .slidee {
    transform: none !important;
    width: 95% !important;
}
#branchen_wrapper li h4 {
    position: relative;
    font-size: 23px;
    display: inline-block;
    float: left;
    color: #6f6f6f;
    margin: 15px;
    line-height: 20px;
}
#branchen_wrapper li h4:hover, #branchen_wrapper li h4:active {
    color: #003366;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
#branchen_wrapper li:nth-child(4n) h4 {
    line-height: 50px;
    margin-left: 100px;
}
#branchen_wrapper li:nth-child(2) h4 {
    margin-left: 30px;
    line-height: 70px;
}
#branchen_wrapper li:nth-child(5n) h4 {
    margin-left: 55px;
    line-height: 30px;
}
#branchen_wrapper li:nth-child(3n) h4 {
    margin-left: 50px;
    line-height: 0px
}
#branchen_wrapper .frame img {
    display: none;
}
/* branchen end */

/*  news start */
#news_wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}
#centered2 ul {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    padding-left: 50px;
    padding-right: 50px;
}
#centered2 a:hover {
    color: #b6b6b6;
}
#centered2 ul li, .news li {
    list-style: none;
    border-bottom: 1px solid #e3e3e3;
    padding-left: 0px;
    padding-bottom: 20px;
}
#centered2 ul li:last-child {
    border-bottom: none;
}
.news-img-wrapper, .controls, .scrollbar {
    display: none;
}
.shape-inside h4, #news-container-98 {
    text-align: center;
}
.shape-inside {
    color: #6f6f6f;
}
/*  news end */

/*  newsticker start  */
#newsticker-wrapper {
    background-color: rgba(0,0,0,0.03);

    padding-top: 50px;
}
#ticker-iframe {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}
#ticker-iframe iframe {
    border: none;
}
/*  newsticker end  */

/*  footer start  */
#footer-wrapper {
    width: 100%;
    height: 100%;
    background-color: #9a9a9a;
    
}
#footer-wrapper ul {
    padding: 0;
}
#footer-inner {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
}
#footer-wrapper h2, #footer-wrapper p, #footer-wrapper a {
    text-align: left;
    color: #fff;
}
#footer-produkte ul ul li:first-child a, #footer-branchenloes ul ul li:first-child a {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 800;
}
#footer-produkte ul ul li:first-child, #footer-branchenloes ul ul li:first-child {
    margin-bottom: 20px;
    padding-top: 5px;
}
#footer-wrapper li {
    list-style: none;
    padding-bottom: 8px;
    padding-left: 0px;
}
#footer-wrapper h2 {
    font-size: 28px; 
}
#footer-wrapper a {
    -moz-transition: all 100ms ease-in;
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}
#footer-wrapper a:hover, #footer-wrapper a:active {
    color: #353535;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
#footer-produkte {
    margin-top: 70px;
    padding-bottom: 20px;
}
#footer-branchenloes {
}
#footer-menu {
    padding-left: 30px;
    padding-right: 30px;
	position: relative;
	bottom: 0px;
	padding-bottom: 15px;
}
#footer-menu-inner {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
#footer-menu ul {
    margin-top: 25px;
    padding: 0;
}
#footer-menu li {
    float: left;
    list-style: none;
    margin-left: 30px;
	padding-bottom: 0px;
}
#footer-menu li:first-child {

}
#footer-menu a {
    color: #6f6f6e;
    -moz-transition: all 100ms ease-in;
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}
#footer-menu a:hover, #footer-menu a:active {
    color: #003366;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
#footer-menu li:last-child {
    float: clear;
}
#toTop {
    position: fixed;
    bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    right: 30px;
    z-index: 999;
}
#totop-label {
    background-color: #003366;
    background-image: url("/typo3conf/ext/dntypo38/Resources/Public/Images/totop-arrow.gif");
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: 70%;
    height: 35px;
    width: 50px;
    border-radius: 3px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}
#totop-label:hover, #totop-label:active {
    background-color: #003366b5;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
/*  footer end  */

/*  inhalte  */
.wrapper_unterseite #content1 .ce-gallery {
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-bottom: 80px;
    max-width: 600px;
}
.ce-gallery img {
    width: 100%;
    height: auto;
}
.wrapper_unterseite #slider h2 {
    display: none; 
}
.wrapper_unterseite #slider .jssorb01, .wrapper_unterseite #slider .jssora02l, .wrapper_unterseite #slider .jssora02r {
    display: none;
}
.wrapper_unterseite #slider img {
    cursor: default;
}
.wrapper_unterseite h3 {
    margin-top: 0;
}
.wrapper_unterseite h4 {
    text-align: center;
}
.frame-introbox {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 80px;
}
.frame-greybox {
    background-color: #f5f5f5;
    padding-bottom: 80px;
    padding-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
}
.wrapper_unterseite .ce-bodytext {
    
}
#content-flex {
    margin-top: 80px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1700px;
    padding-left: 30px;
    padding-right: 30px;
}
.uebersicht-ul li {
    height: 350px;
    overflow: hidden;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #fff;
}
.uebersicht-ul img {
    position: relative;
    z-index: -1;
    top: 0px;
    left: 50%;
    top: -225px;
    height: 115%;
    width: auto;
    transform: translate(-50%,-50%);
}
.uebersicht-ul {
    position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
}
.uebersicht-ul h3 {
    color: #fff;
    z-index: 1;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    text-align: left;
    hyphens: none;
}
.uebersicht-ul p {
    color: #fff;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
	line-height: 27px;
}
.uebersicht-ul .uebersicht-overlay {
    position: relative;
    height: 350px;
    background-color: rgba(140, 140, 140, 0.8);
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.uebersicht-overlay a:hover {
    text-decoration: none;
}
.uebersicht-overlay a {
	height: 100%;
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	 -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.uebersicht-overlay:hover {
    background-color: rgba(140, 140, 140, .20);
}
.uebersicht-ul a:nth-child(2) {
    border: solid 2px #fff;
    border-radius: 3px;
    padding: 8px;
    margin-left: 30px;
    color: #fff;
	display: none;
}
.uebersicht-ul a:nth-child(2):hover, .uebersicht-ul a:nth-child(2):active {
    border: solid 2px #fff;
    color: #003366;
    background-color: #fff;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.uebersicht-ul li:hover .uebersicht-overlay, .uebersicht-ul li:active .uebersicht-overlay {
    left: 0;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.produkte.content1 {
    margin-bottom: 50px;
}
#c41, #c83 {
    padding-left: 30px;
    padding-right: 30px;
}
.inhalt #wrapper {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
    overflow: hidden;
}
#c53 a {
    border: none;
    border-radius: 0px;
    padding: 0px;
    margin-left: 0px;
    color: #003366;
}
#c53 img {
    top: 0;
    left: 0;
    height: 60px;
    width: auto;
    transform: translate(0,0);
}
/* Map */
#map {
    background-color: #f6f6f6;
}
.map_canvas {
	width: 100%;
	height: 300px;
	z-index: 0;
}
#map i {
    position: absolute;
    display: block;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.map-top {
    top: -5px;
    left: 0;
    right: 0;
    height: 5px;
}
.map-right {
	right: -5px;
	top: 0;
	bottom: 0;
	width: 5px;
}
.map-bottom {
    bottom: -5px;
    left: 0;
    right: 0;
    height: 5px;
}
.map-left {
    left: -5px;
    top: 0;
    bottom: 0;
    width: 5px;
}
#mapinner {
    width: inherit;
    height: inherit;
}
form .row .form-group input, form .form-group textarea {
    width: 100%;
    height: 65px;
    border-radius: 5px;
    border: solid 2px #cdcdcd;
    color: #6f6f6f;
    font-size: 22px;
    padding-left: 25px;
    font-family: 'Arial', sans-serif;
}
.error {
    color: red;
}
form .form-group {
    padding-right: 30px;
}
form .row .form-group .input {
    margin-bottom: 30px;
}
form .form-group textarea {
    padding-top: 20px;
    height: 300px;
}
form .checkbox {
    padding-top: 20px;
}
form .form-check-label {
    float: left;
}
form #kontaktformular_1-checkbox-1, form #kontaktformularen-checkbox-1 {
    margin: 20px;
}
form {
    padding-bottom: 50px;
}
#tx_indexedsearch {
    padding-top: 0;
    padding-bottom: 0;
}
form .btn-primary {
    height: 65px;
    width: 230px;
    border-radius: 5px;
    background-color: #003366;
    color: #fff;
    font-size: 22px;
    box-shadow: none;
    border: none;
    margin-top: 30px;
    font-family: 'Arial', sans-serif;
}
form .btn-primary:hover, form .btn-primary:active {
    background-color: #fff;
    color: #003366;
    border: 2px solid #003366;
   -webkit-user-select: none;
    -webkit-touch-callout: none;
}
form .control-label, .form-check-label span {
    display: none;
}
#header {
    width: 100%;
}
#header img {
    height: auto;
}
.headerbild h2 {
    display: none;
}
.headerbild .ce-column {
    width: 100%;
}
.headerbild .ce-gallery figure {
    display: block;
}
.headerbild .ce-center .ce-outer, .headerbild .ce-center .ce-inner {
    float: none;
    right: 0;
}
.textblock-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}
.textblock {
    margin-left: auto;
    margin-right: auto;
}
.textblock a {
    color: #474747;
}
.textblock a:hover, .textblock a:active {
    color: #003366;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.textblock img {
    display: none;
}
#c35 h4 {
    text-align: center !important;
}
.frame-produkticon h2 {
    position: relative;
    top: 170px;
}
.frame-produkticon img {
    width: 150px;
    height: auto;
}
.frame-produkticon header {
    height: 0;
}
.content1 h2 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.sortimentfeld-wrapper {
    position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
    margin-bottom: 80px;
}
.sortimentfeld-inner {
    position: relative;
}
.sortimentfeld-inner img {
    width: 100%;
    height: auto;
}
.sortimentfeld-inner h3 {
    position: relative;
    background-color: #003366;
    z-index: 2;
    color: #fff !important;
    font-size: 22px;
    -moz-transition: all 400ms ease-out;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: none;
    font-weight: lighter;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 2px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    hyphens: none;
}
.sortimentfeld-inner a {
    display: none;
}
#news-container-95 p {
    color: #6f6f6e;
}
#news-container-95 a:hover {
	text-decoration: none;
	color: #003366;
}
#c81.frame-greybox {
    padding-left: 0;
    padding-right: 0;
    width: 100vw;
    left: calc(-50vw + 50%);
    position: relative;
}
#c81.frame-greybox img {
    width: 100%;
    height: auto;
}
#c1746.frame-greybox {
  padding-left: 0;
  padding-right: 0;
  width: 100vw;
  left: calc(-50vw + 50%);
  position: relative;
}
/* -- Suche --*/
#c129 h1 {
    display: none;
}
.content1 #c129 h1 {
    display: block;
}
.content1 #c129 {
    text-align: center;
}
.content1 #c129 #tx_indexedsearch #tx-indexedsearch-searchbox-button-submit {
    position: relative;
}
.search-title {
    margin-top: 35px;
    margin-bottom: 50px;
}
.searchword {
    color: #003366;
}
.content1 #c129 .tx-indexedsearch-searchbox-sword {
    left: 0;
    width: auto;
    padding: 10px 20px;
    font-size: 18px;
    margin-top: 90px;
    color: #003366;
}
.content1 #c129 .tx-indexedsearch-searchbox-button {
    height: 33px;
    width: 22px;
    left: 0px;
    top: -3px;
    margin-left: 15px;
    background-size: 22px;
}
.tx-indexedsearch-browsebox {
    padding-left: 0;
    margin: 50px 0px;
}
.tx-indexedsearch-browsebox li {
    list-style: none;
}
.searchresult {
    clear: left;
    padding-left: 0;
}
.searchresult li, .tx-indexedsearch-res {
    list-style: none;
}
.tx-indexedsearch-description strong {
    color: #003366;
}
.tx-indexedsearch-browsebox li:last-child {
    border-right: none;
}
.ce-uploads {
    margin-top: 80px;
    margin-bottom: 120px;
    display: inline-block;
    margin-right: 60px;
    width: 100%;
}
.ce-uploads li {
    text-align: center;
    padding-left: 0;
    margin-left: 10px;
    margin-right: 10px;
}
.ce-uploads span {
    margin-top: 30px;
}
.ce-uploads img {
    float: none;
    padding-right: 0;
}
.ce-uploads a {
    color: #6f6f6f;
}
.ce-uploads a:hover, .ce-uploads li:hover a {
    color: #003366;
}
.ce-table {
	margin-left: auto;
	margin-right: auto;
	width: inherit;
	margin-bottom: 40px;
	margin-top: 20px;
}
.frame-layout-0 {
  overflow-y: scroll;
}
th, td {
    border: 1px solid #dadada;
    padding: 0.5em 0.75em;
    vertical-align: top;
	text-align: left;
}
.frame-tabelle {
	width: 100%;
	overflow-y: auto;
	margin: 0 0 1em;	
}

.frame-tabelle::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.frame-tabelle::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}
.image-caption {
    visibility: hidden;
    height: 0px;
    widows: 0px;
}hr {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 100px;
    border-top: none;
}
#c95 li {
    list-style: none;
    padding-left: 0;
    text-align: center;
    padding-bottom: 80px;
    padding-top: 80px;
    border-bottom: 1px solid #e4e4e4;
}#c95 li:last-child {
    border-bottom: none;
}
#c95 .news-img-wrapper {
    overflow: visible;
    height: auto;
    text-align: center;
}
#c95 .news-img-wrapper img {
    width: 450px;
    left: 0;
}
#c95 #left-shape {
    display: none;
}
.news-single {
    text-align: center;
}
.footer {
    border: none !important;
}
.news-img-wrap {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
    display: flex;
}
.news .article .news-img-wrap a {
  margin-left: auto;
  margin-right: auto;
}
.news .article .news-img-wrap {
    float: none !important;
}
.news .article .teaser-text {
  text-align: center;
}
.news .footer span {
  padding-right: 0 !important;
  margin-right: 0 !important;
}
.news .article {
  margin-bottom: 65px;
}
.teaser-text p {
    font-size: 22px !important;
    font-weight: bolder !important;
}
.news-img-caption {
    font-size: 18px !important;
}
.news-text-wrap img {
    width: 100% !important;
    height: auto !important;
}
.text-center {
    text-align: center;
}
.content1 ul {
    margin-top: 40px;
    margin-bottom: 40px;
}
.frame-greybox .ce-column {
    margin-right: auto;
    margin-left: auto;
}
.frame-greybox .ce-row {
    display: flex;
}
.ce-intext.ce-right .ce-gallery {
    float: none;
}
#news-container-95 p {
    color: #6f6f6e;
}
#c1068, #c1074 {
    margin: 0 !important;
}
#c1246 p, #c1247 p {
    text-align: left;
    margin-left: 50px;
    margin-top: 10px;
}
.basket {
    height: 31px;
    width: 31px;
    margin-top: -5px;
}
#basket {
    padding-left: 0px;
}
#basket span {
	position: relative;
	bottom: 6px;
}
.tx-jobapplications li.current.page-item.active {
	list-style: none;
}
.tx-jobapplications .page-link {
	background-color: #003366 !important;
	color: #fff !important;
	border-color: #fff !important;
}
.tx-jobapplications .page-link:hover {
	background-color: #fff !important;
	color: #003366 !important;
	border-color: #003366 !important;
}
.tx-jobapplications .btn-primary, .tx-jobapplications .btn-secondary {
	background-color: #003366;
	border-color: #003366;
}
.tx-jobapplications .btn-primary:hover {
	background-color: #fff !important;
	border-color: #003366;
	color: #003366;
}
.card-body.p-0.pb-3 {
    font-size: 16px;
}
.tx-jobapplications .col-9 {
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.tx-jobapplications .row {
	margin-right: 0;
	margin-left: 0;
}
.tx-jobapplications .row .col, .tx-jobapplications .row .col-md-auto {
	padding-right: 0;
	padding-left: 0;
}
.tx-jobapplications form .btn-primary {
	height: inherit;
	width: inherit;
	font-size: 0.9375rem;
	margin-top: 0;
	border: 1px #003366;
}
.tx-jobapplications form .btn-primary:hover {
	border: 1px #003366 !important;
}
.h-auto.w-100.mb-3 {
    padding-bottom: 120px;
}
.tx-jobapplications h6 {
	font-size: 18px;
	color: #003366;
}
.tx-jobapplications .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: inherit;
    flex: inherit;
    max-width: inherit;
}
.tx-jobapplications .col-4 {
    max-width: inherit;
}
.tx-jobapplications li {
    list-style-position: outside !important;
    margin-left: 40px;
}
.tx-jobapplications .btn-link {
    color: #003366;
}
.tx-jobapplications .form-check-input {
    margin-top: 7px;
}
.tx-jobapplications .filepond--list li {
	list-style: none;
}
.tx-jobapplications .current.page-item.active {
    color: #fff;
    background: #fff !important;
}
#c1320 h3 {
	margin-bottom: 60px;
}
#c1320 legend {
	color: #003366;
}
#c1320 label {
    min-width: 150px;
}
.tx-felogin-pi1 {
	margin-bottom: 30px;
	text-align: center;
}
.plupload_content li {
	list-style: none;
}
.plupload_header {
    background: #003366 url('../../../typo3conf/ext/pluploadfe/Resources/Public/JavaScript/plupload/js/jquery.plupload.queue/img/backgrounds.gif') repeat-x;
}
.menu_breadcrumb {
	display: none;
}
.textblock img {
	margin-bottom: 15px;
}
.cc-body a {
	color: #fff;
}
.cc-body a:hover {
	text-decoration: underline;
}
.america img {
  width: 100%;
}
.kontakt-text h2 {
    padding-bottom: 0 !important;
}
.kontakt-list {
    width: auto;
    display: grid;
    align-items: center;
    justify-content: center;
}
kontakt-ul:first-child {
    padding-top: 60px
}
.kontakt-text {
    padding-bottom: 50px;
}
.kontakt-text h2 {
    padding-top: 0;
}
.kontakt-list img {
    float:right;
    height:auto;
    width:400px;
}
/*  Powermail Umfrage */
.powermail_fieldwrap.powermail_fieldwrap_type_radio.powermail_fieldwrap_erreichbarkeit {
  padding-top: 30px;
}
.powermail_fieldwrap {
    padding-bottom: 30px;
}
.powermail_fieldset.powermail_fieldset_1 {
    margin-top: 80px;
}
.powermail_submit, #powermail_field_lieferanteilin {
  color: #fff;
  background-color: #003366;
  border: solid 2px #003366;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 16px;
}
.powermail_submit:hover, #powermail_field_lieferanteilin:hover {
  color: #000;
  background-color: #fff;
  cursor: pointer;
}
.powermail_field label input {
  margin-bottom: 5px;
}
.powermail_field li {
  list-style: none;
  color: #003366;
}
.powermail_label {
    font-weight: 900;
    color: #003366;
}
.powermail_legend {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
}
.powermail_field input {
    padding: 10px 20px;
    border-radius: 3px;
    border: 1px solid #939393;
}
.powermail_create table {
  margin-left: auto;
  margin-right: auto;
}
.dp--revoke, .cc-window, .cc-btn.cc-allow-all {
  background-color: #003366 !important;
}