@charset "UTF-8";
@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 */
}
html, body {
    scroll-behavior: smooth;
}
body {
	font-family: 'Arial', sans-serif;
	margin: 0;
	font-size: 18px;
	color: #6f6f6f;
    padding-top: 170px;
}
#wrapper {
    position: relative;
    width: 100%;
    margin: 0;
}
a {
    text-decoration: none;
    color: #003366;
}
a:hover {
    color: #000;
}
p {
	text-align: center;
    line-height: 35px;
    hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
}
#c1024 p, #c1025 p, #c1106 p {
    text-align: left;
}
h1, h2, h3, h4 {
    color: #003366;
    text-transform: uppercase;
    text-align: center;
	font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 26px;
    font-weight: bold;
    text-align: left;
}
li {
    list-style: none;
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    padding-left: 35px;
    text-indent: -26px;
 }
.th-list li, .inhalt-icon li, #repul li {
    text-indent: 0;
}
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, .inhalt-icon li::before, .th-list li::before, #repul li::before {
    content: none;
    text-indent: none;
}
/* main end*/
#topper {
    position: fixed;
    height: 170px;
    width: 100%;
    z-index: 999;
    top: 0;
}
#topper-wrapper {
    height: 170px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 100px;
	padding-right: 100px;
    background-color: rgba(255,255,255,1.0);
    z-index: 999;
    -webkit-box-shadow: 0 -52px 13px 46px;
    box-shadow: 0 -52px 13px 46px;
}
#topper-sticky-wrapper {
    z-index: 99999;
    position: relative;
}
#topper, #topper-wrapper, #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: fixed;
    height: 88px;
    width: 333px;
    float: left;
    top: 56px;
    left: 7%;
}
#logo img {
	height: 88px;
	width: auto;
}
#lang-manu {
    top: -30px;
    position: absolute;
	right: 110px;
	margin: 0px;
	padding: 0px;
}
#lang-manu ul {
    margin-left: -45px;
    margin-top: 5px;
    border: none;
}
#lang-manu div, #lang-manu li {

}
#lang-manu label {
	float: left;
    margin-left: 35px;
	position: absolute;
	top: -36px;
	padding-right: 10px;
}
#tx_indexedsearch ::placeholder {
	color: transparent;
}
#lang-manu .curlang {
    font-style: normal;
    font-size: 18px;
    color: #003366;
    margin-left: 15px;
}
#lang-manu li {
    list-style: none;
    float: left;
    margin-left: 15px;
}
#lang-manu a, .notranslation {
    color: #6f6f6e;
	font-size: 18px;
    font-style: normal;
    margin-left: 15px;
	padding-bottom: 0px;
}
.notranslation {
    color: #e3e3e3;
}
#lang-manu a:hover {
    color: #003366;
}
.tx-indexedsearch-searchbox-sword {
    left: 25px;
    position: relative;
    width: 78px;
    border-bottom: 1px solid #6f6f6e;
    padding: 4px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.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;
	background-size: 16px;
	right: -40px;
}
/* topmenu start*/
#top-menu {
	position: relative;
	float: right;
	bottom: -109px;
    z-index: 99999;
    right: -30px;
}
#top-menu li {
    text-indent: 0;
}
.sub-li ul {
	position: fixed;
}
.sub2 ul {
	display: block;
}
.sub2 > .sub-li > ul {
	position: relative;
	display: none !important;
	min-height: 0;
	padding-top: 0;
	padding-bottom: 1px;
	margin-top: 5px;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
}
.sub2 > .sub-li > ul li a {
	font-weight: 100; 
}
.sub2 > .sub-li > ul li {
	padding-left: 25px;
}
.sub2 > .sub-li > ul li:first-child {
	margin-top: 5px;
}
#top-menu li:hover .sub1 {
	display: flex;
}
.sub1 li {
	margin-bottom: 10px;
	width: 250px;
}
.sub1 > li:first-child {
	padding-left: 30px;
}
.sub1 li:last-child {
	padding-right: 30px;
}
.sub1 > li > a {
	font-weight: bold;
	font-style: normal;
}
.sub1 > .sub-li > a {
	text-decoration: underline;
}
.sub1 {
	display: none;
	background: #003366;
	min-height: 300px;
	left: 0;
	width: 100%;
	position: absolute;
	text-align: left;
	justify-content: center;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0;
	margin-top: 18px;
	box-shadow: 0px 10px 10px -10px rgba(0,0,0,.1),inset 0 10px 10px -10px rgba(0,0,0,.1);
}
.sub2 a, .sub1 .sub-li a, .sub1 .sub1-li a {
  color: #fff !important;
}
.sub1 a:hover {
  text-decoration: underline;
}
.sub1 .sub-li, .sub1 .sub1-li {
  border-right: 1px #406abc solid;
  padding-right: 20px;
}
.sub1 .sub-li:last-child, .sub1 .sub1-li:last-child {
  border-right: none;
}
.sub2 {
	padding-left: 0;
	padding-top: 15px;
	display: contents;
}
.sub2 li:first-child {
	margin-top: 20px;
}
.sub2 li {
	display: block;
	position: relative;
	text-align: left;
	float: none;
}
.sub2 a {
	font-style: normal;
}
.sub2 li {
	padding-left: 0 !important;
	margin-left: 0 !important;
	padding-bottom: 0 !important;
}
.sub1 a {
	font-size: 16px !important;
}
.sub2 .sub-li ul {
	display: none;
}


.nav li {
    list-style-type: none;
    font-style: italic;
    float: left;
    list-style: none;
    padding-left: 5px;
	margin-left: 20px;
}
.nav li:first-child {
	margin-left: 0px;
}
.nav a {
    text-decoration: none;
	color: #6f6f6e;
	font-size: 18px;
    padding-bottom: 33px;
}
.nav > a:hover, .nav a:hover {
	color: #003366;
}
#basket {
    margin-right: 120px;
}
li.sub.active > a, .pressed {
	color: #003366 !important;
}
li.active > a {
	color: #003366 !important;
}
li.active > a:hover, li.sub.active > a:hover {
    color: #6f6f6e !important;
}
.languagemenu {
	position: absolute;
	display: grid;
	right: -145px;
}
/* topmenu end*/

/* slider start */
#slider {
	clear: left;
    z-index: -5;
}
.slidecaption, .slidediv {
    position: absolute;
    left: 290px;
    top: 300px;
    width: 500px;
    height: 200px;
    background-color: rgba(255,102,0,.70);
    padding-left: 20px;
    padding-right: 80px;
    margin-top: -70px;
    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;
}
.slidecaption {
	z-index: 99;
}
.slidediv {
	left: 250px;
}
.slidecaption h3 {
	color: #fff;
    text-transform: uppercase;
	font-weight: 100;
	line-height: 50px;
	-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: center;
	font-size: 40px;
}
.slidecaption a {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%) !important;
	-webkit-transform: translateY(-50%) !important;
	-moz-transform: translateY(-50%) !important;
	-o-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
	width: 100%;
	margin-left: -40px;
}
.slidebutton {
    position: absolute;
    left: 625px;
    top: 520px;
    height: 30px;
	padding: 8px 20px;
    border: 3px solid #FFFFFF;
    border-radius: 3px;
	display: table;
	z-index: 9999;
	margin-top: -70px;
}
.slidebutton a {
	color: #fff;
	text-align: center;
	font-size: 26px;
	display: table-cell;
}
.slidebutton a:hover {
	color: #003366;
}
#slider::after, .frame.frame-default.frame-type-image.frame-layout-0.in-view::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background-color: #fff;
  position: relative;
  margin-top: -100px;
  border-top-right-radius: 100px;
}
.frame.frame-default.frame-type-image.frame-layout-0.frame-space-before-extra-large.frame-space-after-extra-large.in-view::after {
    content: none;
}
.wrapper_unterseite.inhalt .menu_breadcrumb {
  margin-top: -90px;
  z-index: 99;
  position: relative;
}
.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);
	display: none;
}
.jssorb01 {
	position: absolute;
	bottom: 25px;	
}
.jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	width: 15px;
	height: 13px;
	-webkit-transform: skew(-23deg) !important;
	-moz-transform: skew(-23deg) !important;
	-ms-transform: skew(-23deg) !important;
	-o-transform: skew(-23deg) !important;
	transform: skew(-23deg) !important;
}
.jssorb01 div {
	background-color: #D3D3D3;
}
.jssorb01 div:hover, .jssorb01 .av:hover {
	background-color: #003366;
}
.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%;
    padding-bottom: 40px;
    -moz-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.jssora02l:hover, .jssora02r:hover {
    background-color: rgba(255,255,255,0.60);
}

.jssora02r, .jssora02rdn {
	transform: rotate(180deg);
	right: 0;
}
.jssort04 .w, .jssort04 .pav:hover .w {
	position: absolute;
	width: 60px;
	height: 39px;
	border: #006AB1 1px solid;
}
* 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 {
	filter: alpha(opacity=0);
	opacity: 0;
}
.jssort04 .p:hover .c {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
/* slider end */
#intro {
	position: relative;
	padding-top: 60px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#intro a {
    color: #003366;
}
#intro a:hover {
    color: #000;
}

/* produkte start*/
#produkte_wrapper {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}
#produkte_items {
	max-width: 1200px;
	margin-top: 80px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.produkte_item {
    position: relative;
	margin-left: auto;
    margin-right: auto;
	color: #6f6f6e;
	padding-bottom: 50px;
    top: 0px;
}
.produkte_item_wrapper {
    position: relative;
    float: left;
    width: 350px;
	padding-left: 30px;
	padding-right: 30px;
    overflow: hidden;
    opacity: 0;
    -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;
}
.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: 30px;
	margin-top: 10px
}
.mehr_erfahren_button {
	margin-top: 50px;
}
.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 {
	background-color: #003366;
	color: #fff;
}
.produkte_stange:hover img, .produkte_draht:hover img, .produkte_block:hover img {
	transform: scaleX(-1);
}
.produkte_item img {
	transition: 0.6s ease-in-out;
	width: 150px;
    height: auto;
}
/* produkte end*/

/* unternehmen start*/
#unternehmen_wrapper, #shop_wrapper {
	clear: left;
}
#shop_wrapper {
	margin-bottom: 200px;
}
.unternehmen_block, .shop_block {
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
}
.shop_block {
	height: 700px;
}
.img-parallax {
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    pointer-events: none;
    margin-top: -900px;
}
#shop_parallax .img-parallax {
    margin-top: 0;
}
.img-parallax img {
    width: 100%;
    height: auto;
}
#unternehmen_poly_wrapper, #shop_poly_wrapper {
    position: relative;
    height: 800px;
    width: 60%;
}
#shop_poly_wrapper {
    float: right;
}
#unternehmen_poly, #shop_poly {
    position: relative;
    height: 800px;
    width: 100%;
    background-image: url("/typo3conf/ext/dntypo38/Resources/Public/Images/unternehmen-poly.png");
    background-repeat: no-repeat;
    background-position: right;
}
#shop_poly {
    float: right;
    right: -100px;
    transform: scale(-1);
}
#unternehmen_textarea, #shop_textarea {
    width: 500px;
    position: absolute;
    top: 45%;
    transform: translate(0,-50%);
    right: 300px;
}
#shop_textarea {
    transform: scale(-1);
    top: 30%;
}
#unternehmen_textarea h2, #shop_textarea h2 {
    margin-top: 0;
    text-align: left;

}
#unternehmen_textarea p, #shop_textarea p {
    padding-top: 0;
    margin-bottom: 0;
    text-align: left;
}
#unternehmen_textarea a, #standort_textarea a, #shop_textarea a {
    margin-top: 30px;
    margin-right: 20px;
    margin-bottom: 70px;
    float: right;
    font-size: 21px;
    border: solid 3px #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;
}
#shop_textarea a {
    float: left;
}
#unternehmen_textarea a:hover, #standort_textarea a:hover, #shop_textarea a:hover {
    color: #fff;
    background-color: #003366;
}
/* unternehmen end*/

/* prozesse start*/
#prozesse_wrapper {
    margin-left: auto;
	margin-right: auto;
	margin-top: 130px;
    margin-bottom: 150px;
    max-width: 1500px;
    height: 500px;
    display: none;
}
.prozesse {
    float: left;
    overflow: hidden;    
    width: 480px;
    height: 300px;
    margin-right: 20px;
    margin-top: 50px;
    -webkit-transform: skew(-23deg) !important;
	-moz-transform: skew(-23deg) !important;
	-ms-transform: skew(-23deg) !important;
	-o-transform: skew(-23deg) !important;
	transform: skew(-23deg) !important;
    margin-left: -50px;
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.prozesse:last-child {
    margin-right: 0px;
}
.in-view.prozesse {
    opacity: 1;
    margin-left: 0px;
    -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);
}
#prozesse_inwrapper {
    width: 600px;
    height: 300px;
    -webkit-transform: skew(23deg) !important;
	-moz-transform: skew(23deg) !important;
	-ms-transform: skew(23deg) !important;
	-o-transform: skew(23deg) !important;
	transform: skew(23deg) !important;
}
#prozesse_overlay {
    background-color: rgba(255,102,0,0.8);
    height: 100%;
    position: relative;
    margin-left: -265px;
    margin-top: -30px;
    padding-left: 110px;
    padding-right: 110px;
    top: 185px;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}
.prozesse:hover #prozesse_overlay {
    top: 0;
    margin-left: -105px;
}
.prozesse:hover #prozesse_overlay h3 {
    padding-top: 32px;
}
.prozesse:hover #prozesse_overlay p {
    opacity: 1;
    transition-delay: 700ms;
}
#prozesse_inwrapper img {
    position: absolute;
    z-index: -1;
    left: -20%;
    bottom: -70px;
}
#prozesse_overlay h3 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    padding-top: 16px;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}
#prozesse_overlay p {
    color: #fff;
    text-align: left;
    opacity: 0;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    transition-delay: 0ms;
    hyphens: none;
    width: 400px;
}
#prozesse_overlay a {
    color: #fff;
    border: solid 3px;
    border-radius: 3px;
    padding: 10px;
    margin-right: 50px;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    position: absolute;
    right: 150px;
    bottom: 30px;
    font-size: 20px;
}
#prozesse_overlay a:hover {
    color: #003366;
    background-color: #fff;
    border: solid 3px #fff;
}
/* prozesse end*/

/* standort start*/
#standort_wrapper {
    height: auto;
    position: relative;
    overflow: hidden;
    clear: left;
}
#standort_wrapper img {
    float: right;
    width: 60%;
    height: auto;
    top: -250px;
    position: relative;
}
#standort_wrapper h2 {
    padding-top: 80px;
}
#standort_textarea {
    position: relative;
    display: block;
    padding-left: 150px;
    padding-right: 50px;
    margin-top: 100px;
}
#standort_textarea p {
    text-align: left;
    width: 620px;
}
/* standort end*/

/* branchen start*/
#branchen_wrapper {
    top: 120px;
    position: relative;
    display: none;
}
#branchen_wrapper .frame, #news_wrapper .frame {
	height: 450px;
	overflow: hidden;
    display: block;
    padding-top: 30px;
}
#branchen_wrapper .frame h4 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    text-transform: uppercase; 
    color: #fff;
    font-size: 35px;
    display: inline-block;
    margin: 0;
    padding-top: 20px;
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    width: 300px;
}
.slidee_overlay {
    background-color: rgba(255,102,0,0.80);
    height: 100%;
    display: block;
    position: absolute;
    width: 550px;
    opacity: 0;
    -moz-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    z-index: 7;
    left: -100px;
}
#branchen_wrapper .frame ul li:hover .slidee_overlay, #news_wrapper .frame ul li:hover .slidee_overlay {
    opacity: 1;
}
#branchen_wrapper .frame ul, #news_wrapper .frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
}
#branchen_wrapper .frame ul li, #news_wrapper .frame ul li {
    margin-left: -190px;
    float: left;
	width: 350px;
	height: 100%;
	margin-right: 15px;
	padding: 0;
	background: #f6f6f6;
	text-align: center;
	cursor: pointer;
    overflow: hidden;
    display: block;
    position: relative;
    opacity: 0;
    -webkit-transform: skew(-23deg) !important;
	-moz-transform: skew(-23deg) !important;
	-ms-transform: skew(-23deg) !important;
	-o-transform: skew(-23deg) !important;
    transform: skew(-23deg) !important;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
#news_wrapper .frame ul li {
    margin-left: -290px;
}
#branchen_wrapper .in-view.frame ul li, #news_wrapper .in-view.frame ul li {
    margin-left: 0;
    opacity: 1;
}
.slidee_overlay, #branchen_wrapper .frame img, #news_wrapper .frame img {
    -webkit-transform: skew(23deg) !important;
	-moz-transform: skew(23deg) !important;
	-ms-transform: skew(23deg) !important;
	-o-transform: skew(23deg) !important;
	transform: skew(23deg) !important;
}
#branchen_wrapper .frame img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    height: 449px;
    width: auto;
}
#branchen_wrapper .prev, #branchen_wrapper .next, #news_wrapper .prev, #news_wrapper .next {
    position: absolute;
	cursor: pointer;
	display: block;
	background: url(/typo3conf/ext/dntypo38/Resources/Public/Images/slide-arrows.png) no-repeat center center;
	width: 40px;
	height: 162px;
	width: 5%;
    padding-bottom: 288px;
    -moz-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
#branchen_wrapper .next, #news_wrapper .next {
    transform: rotate(180deg);
    float: right;
    right: 0px;
}
#branchen_wrapper .prev:hover, #branchen_wrapper .next:hover, #news_wrapper .prev:hover, #news_wrapper .next:hover {
    background-color: rgba(255,255,255,0.60);
}
.controls {
    position: relative;
    top: -450px;
}
.scrollbar {
	margin: 0 0 1em 0;
	height: 14px;
	background: #f6f6f6;
	line-height: 0;
    margin-top: 120px;
    margin-bottom: 200px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.scrollbar .handle {
	width: 100px;
	height: 8px;
	background: #003366;
	cursor: pointer;
    margin: 2px;
    top: 3px;
    position: relative;
}
.scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}
/* branchen end */

/*  news start */
#news_wrapper {
    background-color: #eeeeee;
    padding-top: 80px;
    margin-top: 30px;
    position: relative;
    height: 100%;
    padding-bottom: 1px;
}
#news_wrapper .frame {
    height: 700px;
}
#news_wrapper li {
    height: 100% ;
    width: 450px !important;
    background-color: #fff;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    -moz-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
#news_wrapper h4, #news_wrapper p {
    font-size: 22px;
    color: #6f6f6f;
    text-transform: none;
    text-align: left;
    -webkit-transform: skew(23deg) !important;
	-moz-transform: skew(23deg) !important;
	-ms-transform: skew(23deg) !important;
	-o-transform: skew(23deg) !important;
	transform: skew(23deg) !important;
    left: -105px;
    position: relative;
    width: 520px;
}
#news_wrapper h4 {
    position: relative;
    left: -155px;
    width: 580px;
}
.news-img-wrapper {
    height: 280px;
    overflow: hidden;
}
#left-shape {
    float: left !important;
    width: 210px !important;
    height: 500px !important;
    shape-outside: polygon(0px 0px, 210px 0px, 0px 500px, 0px 0px) !important;
    -webkit-shape-outside: polygon(0px 0px, 210px 0px, 0px 500px, 0px 0px) !important;
    -moz-shape-outside: polygon(0px 0px, 210px 0px, 0px 500px, 0px 0px) !important;
    -ms-shape-outside: polygon(0px 0px, 210px 0px, 0px 500px, 0px 0px) !important;
    -o-shape-outside: polygon(0px 0px, 210px 0px, 0px 500px, 0px 0px) !important;
}
#right-shape {
    float: right !important;
    width: 210px !important;
    height: 500px !important;
    shape-outside: polygon(0px 500px, 210px 500px, 210px 0px, 210px 0px) !important;
    -webkit-shape-outside: polygon(0px 500px, 210px 500px, 210px 0px, 210px 0px) !important;
    -moz-shape-outside: polygon(0px 500px, 210px 500px, 210px 0px, 210px 0px) !important;
    -ms-shape-outside: polygon(0px 500px, 210px 500px, 210px 0px, 210px 0px) !important;
    shape-outside: polygon(0px 500px, 210px 500px, 210px 0px, 210px 0px) !important;
}
.shape-inside {
    position: relative;
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;    
}
#news_wrapper .scrollbar {
	background: #fff;
    margin-bottom: 200px;
    margin-bottom: 100px

}
#news_wrapper a {
    font-size: 20px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#news_wrapper a:nth-child(2) {
    display: none;
}
#news_wrapper a:hover {
    color: #fff;
    background-color: #003366;
}
#news_wrapper li:hover {
    -webkit-box-shadow: 1px 1px 5px 1px rgba(15,15,15,0.20);
    box-shadow: 1px 1px 5px 1px rgba(15,15,15,0.20);
}
/*  news end */

/*  newsticker start  */
#newsticker-wrapper {
    margin-top: 80px;
}
#ticker-iframe {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 30px;
}
#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-top: 100px;
    padding-bottom: 100px;
}
#footer-wrapper h2, #footer-wrapper p, #footer-wrapper a {
    text-align: left;
    color: #fff;
}
#footer-wrapper li {
    list-style: none;
    padding-bottom: 8px;
    padding-left: 0px;
}
#footer-wrapper h2 {
    font-size: 30px; 
}
#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 {
    color: #353535;
}
#footer-kontakt, #footer-produkte, #footer-branchenloes {
    float: left;
    margin-right: 90px;
    min-height: 360px;
    width: auto;
}
#footer-produkte ul ul li:first-child a, #footer-branchenloes ul ul li:first-child a {
    font-size: 30px;
    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: 3px;
}
#footer-branchenloes {
    margin-right: 0px;
}
#footer-menu {
    width: 100%;
}
#footer-menu-inner {
    margin-right: auto;
    margin-left: auto;
	padding-left: 50px;
	padding-right: 50px;
}
#footer-menu ul {
    float: right;
    margin-top: 25px;
}
#footer-menu li {
    float: left;
    list-style: none;
    margin-left: 40px;
}
#footer-menu li:first-child {
    margin-left: 0px;
}
#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 {
    color: #003366;
}
#footer-menu li:last-child {
    float: clear;
}
#copyright {
    position: relative;
    float: left;
	padding-top: 20px;
	margin-left: 50px;
}
#toTop {
    position: fixed;
    bottom: 70px;
    right: 100px;
    opacity: 1;
    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: 70px;
    width: 110px;
    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 {
    background-color: #003366b5;
}

/*  footer end  */

/*  inhalte  */
.wrapper_unterseite #slider h2 {
    position: absolute;
    top: 200px;
    width: 600px;
    height: 200px;
    left: 400px;
    z-index: 1;
    color: #fff;
    text-align: left;
}
.wrapper_unterseite #slider .jssorb01, .wrapper_unterseite #slider .jssora02l, .wrapper_unterseite #slider .jssora02r {
    display: none;
}
.wrapper_unterseite #slider img {
    cursor: default;
}
.wrapper_unterseite h3 {
    color: #003366;
    text-align: center;
    padding: 0;
}
.frame-type-header {
}
.wrapper_unterseite h4 {
    text-align: center;
}
.wrapper_unterseite #wrapper {
	margin-bottom: 100px;
}
.frame-introbox {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 100px;
}
.frame-greybox {
    background-color: #f5f5f5;
    padding-bottom: 100px;
    padding-top: 100px;
    padding-left: 200px;
    padding-right: 200px;
    margin-bottom: 80px;
}
#c36 .ce-bodytext {
    padding-right: 60px;
}
.frame-greybox .ce-bodytext {
    overflow: visible;
}
.frame-greybox .ce-bodytext h3 {
    text-align: left;
}
#content-flex {
    margin-top: 120px;
    margin-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    -ms-display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    max-width: 1700px;
    padding-left: 60px;
    padding-right: 60px;
    -ms-grid-columns: 33.3% 33.3% 33.3%;
}
#content-flex div {
    padding-left: 20px;
    padding-right: 20px;    
}
#content-flex div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;    
}
#content-flex div:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;    
}
#content-flex div:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;    
}
.uebersicht-ul p {
	hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
	line-height: 27px;
}
.uebersicht-ul ul {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    margin: 0;
    padding: 0;
    -ms-grid-columns: 25% 25% 25% 25%;
}
.uebersicht-ul ul li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.uebersicht-ul ul li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}
.uebersicht-ul ul li:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.uebersicht-ul ul li:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
}
.uebersicht-ul ul li:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}
.uebersicht-ul ul li:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}
.uebersicht-ul ul li:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
}
.uebersicht-ul ul li:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
}
.uebersicht-ul ul li:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
.uebersicht-ul ul li:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
}
.uebersicht-ul ul li:nth-child(11) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}
.uebersicht-ul ul li:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
}
.uebersicht-ul ul li:nth-child(13) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
}
.uebersicht-ul ul li:nth-child(14) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
}
.uebersicht-ul ul li:nth-child(15) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
}
.uebersicht-ul li {
    height: 400px;
    overflow: hidden;
    padding: 0;
    list-style: none;
}
.uebersicht-ul img {
    position: relative;
    z-index: -1;
    top: 0px;
    left: 50%;
    top: -200px;
    height: 111% !important;
    width: auto !important;
    transform: translate(-50%,-50%);
}
.uebersicht-ul h3 {
    color: #fff;
    z-index: 1;
    padding-left: 60px;
    padding-right: 60px;
    margin: 0;
    text-align: center;
    hyphens: none;
}
.uebersicht-ul p {
    color: #fff;
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 20px;
}
.uebersicht-ul .uebersicht-overlay {
    position: relative;
    height: 400px;
    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 {
	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 ul:hover img {
 
}
.uebersicht-overlay a:hover {
    text-decoration: none;
}
.uebersicht-ul .uebersicht-overlay::after {
    content: url("/typo3conf/ext/dntypo38/Resources/Public/Images/raute_900x500px.png");
    position: absolute;
    right: -216px;
    top: 0;      
}
.uebersicht-ul a:nth-child(2) {
    border: solid 2px #fff;
    border-radius: 3px;
    padding: 8px;
    margin-left: 60px;
    color: #fff;
	display: none;
}
.uebersicht-ul a:nth-child(2):hover {
    border: solid 2px #fff;
    color: #003366;
    background-color: #fff;
}
.uebersicht-ul li:hover .uebersicht-overlay {
    left: 0;
}
.produkte.content1 {
	
}
#news-container-95 p {
    color: #6f6f6e;
}
#news-container-95 a:hover {
	text-decoration: none;
	color: #003366;
}
.news-img-wrapper {
	margin-bottom: 25px;
}
.inhalt h3 {

}
.inhalt #wrapper {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
    width: auto;
}
#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: 600px;
	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 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    -ms-grid-columns: 50% 50%;
}
form .row div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;  
}
form .row div:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;  
}
form .row div:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;  
}
form .row div:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;  
}
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 .row .form-group .input {
    margin-bottom: 30px;
}
form .form-group {
    padding-right: 30px;
}
form .row .col-xs-12:nth-child(odd) {
    margin-right: 15px;
}
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-top: 50px;
    padding-bottom: 150px;
}
#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 {
    background-color: #fff;
    color: #003366;
    border: 2px solid #003366;
  
}
form .control-label, .form-check-label span {
    display: none;
}
#header {
    width: 100%;
}
#header img {
    width: 100%;
    height: auto;
}
.headerbild h2 {
    position: absolute;
    top: 25%;
    z-index: 1;
    left: 25%;
    color: #fff;
}
.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 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding-top: 50px;
    padding-bottom: 50px;
    -ms-grid-columns: 33.3% 33.3% 33.3%;
}
.textblock-wrapper div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;  
}
.textblock-wrapper div:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;  
}
.textblock-wrapper div:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;  
}
.textblock {
    margin-left: auto;
    margin-right: auto;
    width: 350px;
}
.textblock p {
    text-align: left !important;
}
.textblock h3 {
    padding-bottom: 30px !important;
    text-align: left !important;
}
.textblock a {
    color: #474747;
}
.textblock a:hover {
    color: #003366;
}
#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-bottom: 30px;
}
.sortimentfeld-wrapper {
    position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
    margin-bottom: 150px;
}
.sortimentfeld-inner {
    height: 400px;
    overflow: hidden;
    position: relative;
}
.sortimentfeld-inner img {
    position: absolute;
    top: -20%;
    right: -45%;
    width: 100%;
    height: auto;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.sortimentfeld-inner:nth-child(even) img {
    left: -15%;
}
.sortimentfeld-inner:nth-child(odd) h3 {
    position: relative;
    background-color: #003366;
    z-index: 2;
    color: #fff !important;
    height: 400px;
    line-height: 400px;
    font-size: 35px;
    top: 0;
    left: 0px;
    margin: 0;
    -moz-transition: all 400ms ease-out;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}
.sortimentfeld-inner:nth-child(even) h3 {
    position: relative;
    background-color: #f6f6f6;
    z-index: 2;
    color: #003366 !important;
    height: 400px;
    line-height: 400px;
    font-size: 35px;
    top: 0;
    -moz-transition: all 400ms ease-in;
    -webkit-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    right: 0px;
    margin: 0;
}
.sortimentfeld-inner:nth-child(odd):hover h3 {
    left: -50%;
}
.sortimentfeld-inner:nth-child(even):hover h3 {
    right: -40%;
}
.sortimentfeld-inner:nth-child(odd) h3:after {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='278px' height='650px'><polygon points='0,0 0,650 278,0' fill='rgba(255,102,0, 1.0)'/></svg>");
    position: absolute;
    right: -278px;
    top: 0;
}
.sortimentfeld-inner:nth-child(even) h3:before{
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='278px' height='650px'><polygon points='650,650 278,0 0,650' fill='rgba(246,246,246, 1.0)'/></svg>");
    position: absolute;
    left: -278px;
    top: 0;
}
.sortimentfeld-inner a {
   height: 0px;
}
.sortimentfeld-inner:nth-child(even) .zoomout {
    background-image: url("/typo3conf/ext/dntypo38/Resources/Public/Images/zoomout.png");
    background-size: 120px 120px;
    display: inline-block;
    width: 120px; 
    height: 120px;
    content:"";
    position: absolute;
    top: 150px;
    left: 15%;
    z-index: 1;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.sortimentfeld-inner:nth-child(odd) .zoomout {
    background-image: url("/typo3conf/ext/dntypo38/Resources/Public/Images/zoomout.png");
    background-size: 120px 120px;
    display: inline-block;
    width: 120px; 
    height: 120px;
    content:"";
    position: absolute;
    top: 150px;
    right: 15%;
    z-index: 1;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.sortimentfeld-inner a:hover .zoomout {
    transform: scale(1.1);
}
#c1746.frame-greybox {
    padding-left: 0;
    padding-right: 0;
    width: 100vw;
    left: calc(-50vw + 50%);
    position: relative;
}
#c1746.frame-greybox img {
    width: 100%;
    height: auto;
}
/* -- Suche --*/
#c2835 h1 {
    color: #6f6f6e;
	font-size: 16px;
	text-transform: none;
}
.content1 #c2835 h1 {
    display: block;
}
.content1 #c2835{
    text-align: center;
}
.content1 #c2835 #tx_indexedsearch #tx-indexedsearch-searchbox-button-submit {
    position: relative;
}
.search-title {
    margin-top: 35px;
    margin-bottom: 50px;
}
.searchword {
    color: #003366;
}
.content1 #c2835 .tx-indexedsearch-searchbox-sword {
    left: 0;
    width: auto;
    padding: 10px 20px;
    font-size: 18px;
    margin-top: 90px;
    color: #003366;
}
.content1 #c2835 .tx-indexedsearch-searchbox-button {
    height: 33px;
    width: 22px;
    left: 0px;
    top: -3px;
    margin-left: 15px;
    background-size: 22px;
}
.tx-indexedsearch-browsebox li {
    list-style: none;
    float: left;
}
.tx-indexedsearch-browsebox {
    display: inline-block;
}
.searchresult {
    clear: left;
    padding-left: 0;
}
.searchresult li, .tx-indexedsearch-res {
    list-style: none;
}
.tx-indexedsearch-description strong {
    color: #003366;
}
.tx-indexedsearch-browsebox li {
    border-right: 1px solid #e4e4e4;
    padding: 5px 15px;
}
.tx-indexedsearch-browsebox li:last-child {
    border-right: none;
}
.ce-uploads {
    margin-top: 80px;
    margin-bottom: 120px;
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin-left: 60px;
    margin-right: 60px;
    -ms-grid-columns: 25% 25% 25% 25%;
}
.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-uploads li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; 
}
.ce-uploads li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2; 
}
.ce-uploads li:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; 
}
.ce-uploads li:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4; 
}
.ce-uploads li:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 1; 
}
.ce-uploads li:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 2; 
}
.ce-uploads li:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 3; 
}
.ce-uploads li:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 4; 
}
.ce-uploads li:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 1; 
}
.ce-uploads li:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 2; 
}
.ce-uploads li:nth-child(11) {
    -ms-grid-row: 3;
    -ms-grid-column: 3; 
}
.ce-uploads li:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-column: 4; 
}
.ce-uploads li:nth-child(13) {
    -ms-grid-row: 4;
    -ms-grid-column: 1; 
}
.ce-uploads li:nth-child(14) {
    -ms-grid-row: 4;
    -ms-grid-column: 2; 
}
.ce-uploads li:nth-child(15) {
    -ms-grid-row: 4;
    -ms-grid-column: 3; 
}
.ce-uploads li:nth-child(16) {
    -ms-grid-row: 4;
    -ms-grid-column: 4; 
}
.ce-uploads li:nth-child(17) {
    -ms-grid-row: 5;
    -ms-grid-column: 1; 
}
.ce-uploads li:nth-child(18) {
    -ms-grid-row: 5;
    -ms-grid-column: 2; 
}
.ce-uploads li:nth-child(19) {
    -ms-grid-row: 5;
    -ms-grid-column: 3; 
}
.ce-uploads li:nth-child(20) {
    -ms-grid-row: 5;
    -ms-grid-column: 4; 
}
.ce-uploads li:nth-child(21) {
    -ms-grid-row: 6;
    -ms-grid-column: 1; 
}
.produkte .ce-bodytext {
    margin-bottom: 80px;
}
.image-caption {
    visibility: hidden;
    height: 0px;
    widows: 0px;
}
hr {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 100px;
    border-top: none;
}
#c74, #c651 {
    margin-bottom: 150px;
}
.ce-table {
	margin-left: auto;
	margin-right: auto;
	width: inherit;
	margin-bottom: 80px;
	margin-top: 30px;
}
th, td {
    border: 1px solid #dadada;
    padding: 0.5em 0.75em;
    vertical-align: top;
	text-align: left;
}
/*
td:nth-child(2) {
    text-align: right;
}
*/
#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;
	margin-bottom: 30px;
}
#c95 #left-shape {
    display: none;
}
.news-single {
    text-align: center;
}
.footer {
    border: none !important;
}
.news-img-wrap {
    float: none !important;
    width: auto !important;
	margin-left: 0px !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.teaser-text p {
    font-size: 22px !important;
    font-weight: bolder !important;
}
.news-img-caption {
    font-size: 18px !important;
}
.contenttable {

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

}
.ce-intext.ce-right .ce-gallery {
    margin-left: 50px;
    margin-bottom: 30px;
    margin-top: 35px;
}
#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;
	margin-right: 5px;
}
#basket span {
	position: relative;
	bottom: 6px;
}
@media screen and (max-width:1900px) {
body {
    padding-top: 130px;
}
#lang-manu {
  top: -10px;
  right: 170px;
}
#top-menu {
	position: relative;
	float: right;
	bottom: -75px;
    z-index: 99999;
}
.sub1 {
	margin-top: 11px;
}
/* topmenu end*/
    #logo {
    position: fixed;
    height: 70px;
    width: auto;
    float: left;
    top: 30px;
    left: 40px;
}
#logo img {
	height: 70px;
	width: auto;
}
#topper {
    position: fixed;
    height: 130px;
    width: 100%; 
    z-index: 999;
}
#topper-wrapper {
    height: 130px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 100px;
    background-color: rgba(255,255,255,1.0);
    z-index: 999;
    -webkit-box-shadow: 0 -52px 13px 46px;
    box-shadow: 0 -52px 13px 46px;
}
	.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: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}
.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 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: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}
.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;
}
.cc-revoke.dp--revoke i {
    font-size: 44px;
}
.cc-revoke.dp--revoke.cc-top, .cc-revoke.dp--revoke.cc-bottom {
    left: 10px;
    bottom: 10px;
}
.cc-revoke.dp--revoke {
    min-width: 40px;
    height: 60px;
    border-radius: 35px !important;
}
#c1320 h3 {
	margin-bottom: 60px;
}
#c1320 legend {
	color: #003366;
}
#c1320 label {
    min-width: 150px;
}
#c1320 input {
    margin-top: 15px;
}
.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 {
	font-style: italic;
	margin-left: 20px;
	font-size: 16px;
	margin-top: 10px;
	color: #003366;
}
.menu_breadcrumb a {
	color: #6f6f6f;
}
.menu_breadcrumb a:last-child {
	color: #003366;
}
.menu_breadcrumb a:last-child:hover {
	color: #003366;
	cursor: default;
}
.menu_breadcrumb a:hover {
	text-decoration: none;
	color: #003366;
}
.textblock img {
	margin-bottom: 15px;
}
.cc-body a {
	color: #fff;
}
.cc-body a:hover {
	text-decoration: underline;
}
.america img {
  width: 550px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.inhalt-icon, .inhalt-icon a {
    display: flex;
}
.inhalt-icon {
    justify-content: center;
    padding-top: 10px;
    margin-left: 0px;
    padding-left: 0px;
}
.inhalt-icon a {
    text-align: center;
    justify-content: center;
    align-items: center;
}
.inhalt-icon img {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    width: 100px;
    height: 100px;
}
.inhalt-icon li {
    list-style-image: none;
    list-style: none;
    width: 250px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
.inhalt-icon li:hover a {
    color: black;
}
.inhalt-icon li img {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;

    -webkit-transition-property: -webkit-transform;
    -ms-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}
.inhalt-icon li img:hover {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -ms-transform:rotateY(180deg);
    -o-transform:rotateY(180deg);
}
.bildmarke {
    position: relative;
    top: -10px;
    margin-left: 25px;
}
.text-left {
  text-align: left;
}
#c2651 h2, #c2652 h2, #c2653 h2, #c2654 h2 {
    padding-bottom: 0px;
}
.text-right {
  text-align: right;
}
#c2652 img, #c2654 img {
    margin-right: 30px;
}

/*Reputationen*/
#repul {
    padding-left: 0;
}
.rep-circle {
    width: 370px;
    height: 370px;
    border-radius: 370px;
    background-color: #003366;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
			}
.rep-container:nth-child(odd) .rep-circle, .rep-container:nth-child(odd) .rep-vid-container {
    right: 120px;
			}
.rep-container:nth-child(even) .rep-circle, .rep-container:nth-child(even) .rep-vid-container {
    left: 120px;
			}
.rep-container {
    position: relative;
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    }
.rep-container img {
    width: 100%;
    height: auto;
    }
.rep-container video {
    height: 370px;
    width: auto;
    cursor: pointer;
    }
.rep-text {
    font-size: 18px;
    color: white;
    width: 270px;
    line-height: 27px;
}
.rep-text h4 {
    font-size: 25px;
    text-align: left;
    color: #FFFFFF;
    text-transform: none;
}
.rep-text p {
    margin-left: 20px;
    text-align: left;
    line-height: 25px;
}
.rep-vid-container {
    position: absolute;
    right: 80px;
    z-index: 9999;
    width: 370px;
    height: 370px;
    border-radius: 370px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s linear;
}
.rep-container:hover .rep-vid-container {
    opacity: 1;
}

/*iFrame Resizer*/

#theIframe {
    min-width: 100%;
    height: 40vh;
    border: 2px solid #003366;
  }
#theIframe html {
    padding: 30px;
}
/*Themenübersicht*/
.th-list {
    padding-left: 0;
    padding-top: 80px;
}
.th-list li {
    list-style: none;
    padding-left: 0;
    display: flex;
    padding-bottom: 80px;
}
.th-bild {
    padding-right: 45px;
}
.th-list li:nth-child(odd) .th-bild {
    order: 2;
    padding-right: 0;
    padding-left: 45px;
}
.th-list h2, .th-list p {
    text-align: left;
    line-height: 26px;
}
.th-list p {
    -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
.th-list h2 {
    padding-bottom: 0;
}
.th-bild img {
    width: 500px;
    height: auto;
}
.dp--revoke, .cc-window, .cc-btn.cc-allow-all {
    background-color: #003366 !important;
}
.el-table.el-table--fit.el-table--enable-row-hover.el-table--enable-row-transition a {
    color: #003366 !important;
}
iframe a {
  color: #003366 !important;
}
/* -- easyHR -- */
.el-table .cell a {
  color: #003366 !important;
}
