@charset "utf-8";

/*@import url('https://use.typekit.net/pvv3qou.css');*/
@import "../css/fontawesome5/css/fontawesome.min.css";
@import "../css/fontawesome5/css/solid.css";
@import "../css/font-awesome.min.css";
@import "../css/font-awesome-animation.min.css";
@import "../css/flaticon.css";
@import "../css/bootstrap-dropdownhover.css";
@import "../css/owl.css";
@import "../css/animate.min.css";
@import "../css/animated-text.css";
@import "../css/lightbox2.min.css";

@font-face {
	font-family: "Montserrat";
	src: url("/fonts/Montserrat-VariableFont_wght.ttf") format("truetype supports variations"),
		 url("/fonts/Montserrat-VariableFont_wght.ttf") format("truetype-variations");
	font-weight: 300 700;
  }
  @font-face {
	font-family: "Open Sans";
	src: url("/fonts/OpenSans-VariableFont_wdth,wght.ttf") format("truetype supports variations"),
		 url("/fonts/OpenSans-VariableFont_wdth,wght.ttf") format("truetype-variations");
	font-weight: 300 700;
  }
  @font-face {
	font-family: "Roboto";
	src: url("/fonts/roboto/Roboto-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
  }
  @font-face {
	font-family: "Roboto";
	src: url("/fonts/roboto/Roboto-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
  }
  @font-face {
	font-family: "Roboto";
	src: url("/fonts/roboto/Roboto-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: 500;
	font-display: swap;
  }

body {
    background-repeat: repeat;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    position: relative;
}

.mainwrapper {
    overflow: hidden;
}

.smootherscroll {
  scroll-behavior: smooth;
}

section {
    position: relative;
}

/********** Styleguide ***********/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    color: #181818;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    letter-spacing: 0.5px;
}


h1 {text-transform: uppercase;font-size:5rem;}

h2, h3, h4 {text-transform: uppercase;}

p {
    margin: 0;
    padding: 0;
    letter-spacing: 0.5px;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	color: #555555;
}

a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.white {color:#ffffff !important;}
.red {color:#da251e !important;}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

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

.text-hyphens {
	hyphens: auto;
}

.default-titel {
    position: relative;
    width: 100%;
    display: inline-block;
}
.default-titel span {
    color: #5e6365;
}
.default-titel h1 {
	color: #da251e;
    font-size: 5rem;
    line-height: 4rem;
    padding-bottom: 0px;
    padding: 0;
    margin: 0 50px;
    text-transform: initial;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
	font-family: 'handel-gothic', sans-serif !important;
	font-weight: 700 !important;
	font-style: normal !important;
}
.default-titel h1:after,
.default-titel h1:before {
    position: absolute;
    width: 50px;
    height: 2px;
    background: #da251e;
    transform: translate(0, -50%);
    top: 50%;
    content: '';
}
.default-titel h1:after {
    left: -60px;
}
.default-titel.bl-none h1 {
    margin-left: 0;
    padding-left: 0;
}
.default-titel.bl-none h1:after {
    width: 0;
    height: 0;
    background: none;
}
.default-titel h1:before {
    right: -60px;
}
.default-titel h5 {
	line-height: 20px;
	padding-bottom: 60px;
	margin-bottom: 0;
	font-weight: 400;
	letter-spacing: 5px;
	font-size: 1.6rem;
}

@media (max-width:900px) {
.default-titel h1 {
    font-size: 3rem;
    line-height: 3rem;
}
}
@media (max-width:600px) {
.default-titel h1 {
    font-size: 2rem;
    line-height: 2rem;
}
}
/********** Styleguide Ende *************/

#dyscrollup-btn {
    z-index: 999999;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color:#ffffff;
    text-align: center;
}
#dyscrollup-btn:before {
    content: "\f0aa";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #da251e;
    font-size: 45px;
}

#preloader { 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 99999999; 
    width: 100%; 
    height: 100%; 
    overflow: visible; 
    background: #ffffff url('../images/preloader2.gif') no-repeat center center; 
}




.main-herader {
	position: absolute;
	background: transparent;
	z-index: 1000;
	width: 100%;
}

.header-topbar {
	background: transparent;
	position: relative;
	padding: 10px 0 0;
	overflow: hidden;
}
.header-topbar::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 400px;
	background: #ffffff;
	margin-left: -240px;
	-ms-transform: rotate(52deg);
	-webkit-transform: rotate(52deg);
	transform: rotate(52deg);
}
.herader-topbar-col {
    margin-bottom: 10px;
}
.herader-topbar-col.tobar-leftside span {
    color: #555555;
    margin-right: 20px;
}
.herader-topbar-col i {
    color: #da251c;
    margin-right: 5px;
}
.after-bdr {
    position: relative;
}

.herader-topbar-col.tobar-rightside {
    text-align: right;
}
.herader-topbar-col.tobar-rightside span {
    color: #ffffff;
    margin-left: 20px;
}
.herader-topbar-col.tobar-rightside span a {
    color: #ffffff;
}
.herader-topbar-col.tobar-rightside p {
    display: inline-block;
}
.herader-topbar-col.tobar-rightside p a span {
    color: #ffffff;
    background: #da251e;
    padding: 8px 15px;
}

.popup-box-on {
    display: block !important;
}
.off {
    display: none;
}
.chat_box .chat_message_wrapper ul.chat_message > li + li {
    margin-top: 4px;
}

#search.open {
    opacity: 1;
    transform: translate(0px, 0px) scale(1, 1);
}
#search {
    background-color: rgba(0,0,0,0.95);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 2000;
    
}
#search .close {
    color: #da251c;
    font-size: 40px;
    opacity: 1;
    padding: 10px 17px;
    position: fixed;
    right: 15px;
    top: 15px;
}
.close {
    float: right;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}
#search input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #666666;
    font-size: 36px;
    margin: -51px auto 0;
    outline: medium none;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
#search .btn {
    left: 50%;
    margin-top: 30px;
    padding: 10px 50px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
}
.ml0 {
    margin-left: 0 !important;
}
.s-icon {
    color: #da251e;
}



.header-navbar {
    background:  url("../images/navbg.jpg");
}
.header-navbar .navbar-brand {
	padding: 0;
	margin-top: -6px;
	height: auto;
	position: absolute;
	z-index: 9999;
	left: 10px;
	display:none;
}
.header-navbar .navbar-brand2 {
	padding: 0;
	margin-top: -57px;
	height: 0;
	position: relative;
	z-index: 9999;
	left: 0px;
}
.header-navbar.scroll-to-fixed-fixed .navbar-brand {
	margin-top: 5px;
}
.header-navbar .navbar-brand img {
    width: 130px;
    height: auto;
}
.header-navbar .navbar-brand2 img {
    width: 150px;
    height: auto;
}
.header-navbar.scroll-to-fixed-fixed .navbar-brand img {
    width: 80px !important;
    height: auto;
}
.header-navbar.scroll-to-fixed-fixed .navbar-brand2 {
    margin-top: -35px;
}
.header-navbar.scroll-to-fixed-fixed .navbar-brand2 img {
    width: 105px;
    height: auto;
}
.header-navbar .navbar {
    margin-bottom: 0;
}
.header-navbar .navbar-default {
    background: transparent;
    border: none;
    padding: 0;
}
.header-navbar .navbar-default .navbar-nav>li>a {
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    margin-left: 35px;
    padding: 40px 0;
}
.header-navbar.scroll-to-fixed-fixed .navbar-default .navbar-nav>li>a {
    color: #181818;
}

.header-navbar .navbar-default .navbar-nav>.active>a,
.header-navbar .navbar-default .navbar-nav>li>a:hover,
.header-navbar.scroll-to-fixed-fixed .navbar-default .navbar-nav>.active>a,
.header-navbar.scroll-to-fixed-fixed .navbar-default .navbar-nav>li>a:hover{
    color: #da251c;
    background-color: transparent;
}
.header-navbar .navbar-default .navbar-nav>li>a:focus,
.header-navbar .navbar-default .navbar-nav>li>a:hover {
    background: transparent;
}
.header-navbar ul.navbar-nav li.dropdown:first-of-type ul.dropdown-menu {
    min-width: 290px;
}
.header-navbar .navbar-right .dropdown-menu {
    right: auto;
}
.header-navbar .navbar-nav .dropdown-menu {
    padding: 0;
    border: none;
    border-top: 3px solid #da251c;
    border-radius: 0;
    margin-left: 0px;
}
.header-navbar .navbar-nav .dropdown-menu>li>a {
    padding: 15px 10px;
    color: #333333;
    font-size: 15px;
    text-transform: uppercase;
    border-top: 1px solid #eeeeee;
}
.header-navbar .navbar-nav .dropdown-menu>li>a:hover {
    padding-left: 15px;
    color: #da251c;
}
.header-navbar .navbar-default .navbar-nav>.open>a,
.header-navbar .navbar-default .navbar-nav>.open>a:focus,
.header-navbar .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
}
.nav > li.dropdown.open { 
    position: static; 
}
.nav > li.dropdown.open .mega-menu {
    display:table; 
    width: 60%; 
    text-align: center; 
    padding: 30px;
}
.mega-menu>li { 
    display: table-cell; 
}
.mega-menu li {
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid #dddddd;
}
.mega-menu li a {
    color: #333333;
    text-transform: capitalize;
    text-transform: uppercase;
}
.mega-menu li a:hover {
    padding-left: 5px;
    color: #da251c;
}
.mega-menu img {
    margin-top: 0;
}
.nav-img {
    width: 85%;
    margin: auto;
}

@media (max-width:990px) {
.nav > li.dropdown.open .mega-menu {
    display:table; 
    width: 30%; 
    text-align: center; 
    padding: 30px;
}
}


/* NavBar Fixed CSS */
.scroll-to-fixed-fixed {
    background: #ffffff;
    top: 0;
    width: 100% !important;
    z-index:9;
    -webkit-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}




.main-slider-area {
	overflow: hidden;
	position: relative;
	z-index: 200;
}


.carousel-fade .carousel-inner .item {
    height: 100vh;
  opacity: 0.6;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0.6;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 99;
}

.main-slider-area .carousel-control .glyphicon-chevron-right {
    right: 20px;
}
.main-slider-area .carousel-control .glyphicon-chevron-left {
    left: 10px;
}
.main-slider-area .carousel-control.right, 
.main-slider-area .carousel-control.left {
    width: 0;
}
.glyphicon-chevron-right:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    background: #181818;
    padding: 10px 15px;;
}
.glyphicon-chevron-left:before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    background: #181818;
    padding: 10px 15px;;
}

/* Full screen slider start */
.carousel-caption {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    text-align: inherit;
    padding: 0 150px;
    text-shadow: none;
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}
.slide-1:before, .slide-2:before, .slide-3:before, .slide-newone:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.25);
}
.carousel-indicators {
    bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
}
/*
.carousel .item {
    height: 75vh;
    width:100%;  
}
*/
.carousel-caption p {
    letter-spacing: 10px;
    font-size: 16px;
}
.carousel-caption h3 {
    color: #ffffff;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.carousel-caption h3 span {
    color: #da251c;
    margin:0 .55em;
}
.carousel-caption h3 span:last-of-type {
    margin-right:0em;
}
.carousel-caption .btn {
    font-size: 14px;
    padding: 10px 30px;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 0;
    background: transparent;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.carousel-caption .btn:hover {
    background: #da251c;
    border-color: #da251c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.carousel-caption > p {
    background: rgba(218,37,28,.8);
    padding: 5px 15px;
    display: table;
    animation-delay: .5s;
}
.carousel-caption h3:nth-child(2) {
	animation-delay: 0s;
	background: rgba(0,0,0,.6);
	display: inline-flex;
	padding: 10px 10px;
}
.carousel-caption a {
    animation-delay: 2s;
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
    }
    @keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
    }
    
    @-webkit-keyframes fadeOut {
      0% {opacity: 1;}
      100% {opacity: 0;}
    }
    
    @keyframes fadeOut {
      0% {opacity: 1;}
      100% {opacity: 0;}
    }


/*.owl-stage {
	display: flex;
	min-width: 100% !important;
}

.owl-item {
	display: flex;
	flex: -moz-min-content;
}*/

.p {
  padding-top: 125px;
  text-align: center;
}

.p a {
  text-decoration: underline;
}

.siegel-area {
	background: rgba(0,0,0,0.03);
}

.siegel_img {
	max-height: 180px;
	padding: 30px;
	display: flex;
	justify-content: center;
}

.siegel_img img {height: 100%; object-fit: contain; }

.about-area {
     overflow-x: hidden;
     padding-bottom: 90px;
}
.about-col {
    margin-bottom: 30px;
}
.experience-box {
    background: #da251e;
    padding: 40px 10px;
    margin-left: 5px;
    text-align: center;
    outline-offset: 5px;
    outline: 1px solid #da251e;
}

.experience-box h1 {
    font-size: 25px;
    line-height: 62px;
    margin-bottom: 20px;
    color: #ffffff;
}
.experience-box h4 {
    color: #ffffff;
    margin-bottom: 0;
}
.about-col h2 {
    display: inline-block;
}
.welcome-text h2 {
    color: #da251e;
    font-size: 36px;
	font-weight: 700 !important;
	font-style: normal !important;
    text-transform: inherit;
}
.welcome-text p {
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #999999;
}

.welcome-text h4 {
	line-height: 2.8rem;
}

.about-image {
	background: #F5F5F5;
	position: relative;
	padding: 20px 20px 20px 20px;
}

.main-footer {
	padding: 100px 0 50px;
	background: #181818;
	overflow: hidden;
	position: relative;
	border-top: 1px solid #7b7b7b;
	z-index: 20;
}

.mb50 {
    margin-bottom: 50px !important;
}
.main-footer .footer-logo img {
    width: 150px;
    height: auto;
    margin-bottom: 30px;
}
.about-info {
    margin-top: 20px;
}
.about-info li {
    padding: 0;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.about-info li a {
    color: #ffffff;
}
.about-info li a:hover {
    font-weight: bold;
}
.about-info li i {
    font-size: 14px;
    color: #da251c;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 0;
}

.separator-area {
    padding: 120px 0 120px;
    position: relative;
    overflow: hidden;
	background: #181818;
}
/*.separator-area:before {
    content: "";
    position: absolute;
    width: 65%;
    height: 100%;
    left: -30px;
    top: 0;
    z-index: 1;
    margin-left: -50px;
    background: #181818;
    -ms-transform: skewX(12deg); 
    -webkit-transform: skewX(12deg); 
    transform: skewX(12deg);
}
.separator-area:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 50%;
    height: 100%;
    background: url(../images/seperator.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}*/
.separator-col {
    position: relative;
    z-index: 99;
}
.separator-col h2 {
    color: #da251e;
    margin-bottom: 30px;
}
.separator-col h4 {
    color: #ffffff;
    font-size: 22px;
    text-transform: lowercase;
}
.separator-col h4 span {
    text-transform: capitalize;
}
.separator-col img {
    margin-top: -120px;
}



footer.main-footer div.container div.row div.headdown {
    margin-top: 60px;
}
.main-footer h4 {
    font-size: 24px;
    line-height: 18px;
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.main-footer .heading-under-line {
    width: 40px;
    height: 2px;
    background-color: #da251c;
    position: relative;
    margin: 0;
    margin-bottom: 40px;
}
.footer-about-col p {
    color: #f1f1f1;
}
.footer-post-col {
    margin-bottom: 40px;
}
.footer-post-col ul li {
	position: relative;
	padding-left: 0px;
	margin-bottom: 25px;
}
.footer-post-col ul li a {
	color: #da251c;
}
.footer-post-col ul li a:hover {
	color: #ffffff;
}
.footer-post-col ul li:last-child {
    margin-bottom: 0;
}
.footer-post-col ul li img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 60px;
    height: auto;
}
.footer-post-col ul li h5 {
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 0;
}
.footer-post-col ul li h5 a {
    color: #f1f1f1;
}
.footer-post-col ul li h5 a:hover {
    color: #da251c;
}
.footer-post-col ul li p a {
    color: #da251c;
    text-transform: capitalize;
}

.schatten-footer {
	z-index: 9999;
	position: relative;
}

.schatten-footer img {
	vertical-align: bottom;
	width: 100%;
	bottom:0;
}

.subscribe-box {
    padding: 40px 30px;
    background: #262A40;
}
.subscribe-box p {
    color: #da251c;
    margin-bottom: 20px;
    line-height: 16px;
}
.subscribe-box .form-control {
    margin-bottom: 0;
}
.subscribe-box .subscribe-btn {
    margin-bottom: 0;
    width: 100%;
}



/* COPY RIGHT CSS START */
.copyright {
    padding: 15px 15px;
    background-color: #0a0a0a;
    position: relative;
}
.copyright-col p {
    color: #848484;
    line-height: 35px;
}
.copyright p a {
    color: #da251c;
}
.social {
    margin-top: 0;
}
.social li {
    display: inline-block;
    margin-right: 5px;
}
.social li i {
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 18px;
    color: #da251c;
    line-height: 36px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.social i:hover {
    background: #da251c;
    color: #ffffff;
}


.flaticon-stahlotec::before {
	content: ' ' url("../images/logo.svg") ' ';
	width: 70%;
	display: inline-block;
	height: 70%;
	position: relative;
	top: 30px;
	transform: scale(1);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

/*****News Startseite******/
.news-area {
    padding: 120px 0 90px;
    overflow: hidden;
}
.post-box{
    margin-bottom: 30px;
    text-align: center;
}
.post-box .post-img{
    position: relative;
    margin-bottom: 20px;
}
.post-box .post-img img {
	width: 100%;
	height: auto;
	max-height: 250px;
    min-height: 250px;
	object-fit: cover;
}
.post-box .post-bar{
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}
.post-box .post-bar li{
    display: inline-block;
    font-size: 15px;
    color: #676767;
    margin-right: 5px;
}
.post-box .post-bar li:after{
    content: "/";
    margin-left: 5px;
}
.post-box .post-bar li:last-child:after{
    content: "";
}
.post-box .post-bar li a{
    color: #424242;
    font-weight: bold;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.post-box .post-bar li a:hover{
    color: #333;
    text-decoration: none;
}
.post-box .post-bar li a:after{
    content: ",";
    margin: 0 5px;
}
.post-box .post-bar li a:last-child:after{
    content: "";
}
.post-box .post-titel{
    margin: 15px 0;
    text-transform: inherit;
}
.post-box .post-titel a{
    font-size: 24px;
    color: #424242;
    transition: all 300ms linear 0ms;
}
.post-box .post-titel a:hover{
    color: #da251e;
    text-decoration: none;
}
.post-box .post-description{
    color: #424242;
    padding-bottom: 20px;
}

/************ News lang Version *************/

#newstext {
    padding: 0px 10px;
}

#newstext img {
	width: 100% !important;
	height: auto !important;
}

/**** Ansprechpartner ****/

.team-area {
    padding: 120px 0;
}
.our-team{
    position:relative;
     -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.our-team .team-pic > img {
    width: 100%;
    height: auto;
    border: 1px solid #dddddd;
    margin-bottom: -30px;
    margin-right: 1px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.our-team .team-pic > video {
    border: none;
    margin-bottom: -130px;
    width: 100%;
    height: auto;
}
.our-team:hover img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.our-team .team-profile{
    text-align: center;
    background: #da251e; 
    position: relative;
    width: 100%;
    padding: 20px 20px 10px 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.our-team:hover .team-profile {
    position: relative;
    z-index: 99;
    background: #181818;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.our-team .team-profile:before{
    content: "";
    border-bottom: 28px solid #da251e;
    border-right: 120px solid transparent;
    position: absolute;
    top: -25px;
    left: 0;
    z-index: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.our-team:hover .team-profile:before {
    border-bottom-color: #181818;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/*Profile 2*/
.our-team .team-profile2{
    text-align: center;
    background: #da251e; 
    position: relative;
    width: 100%;
    padding: 20px 20px 10px 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.our-team:hover .team-profile2 {
    position: relative;
    z-index: 99;
    background: #181818;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.our-team .team-profile2:before{
    content: "";
    border-bottom: 28px solid #da251e;
    border-right: 120px solid transparent;
    position: absolute;
    top: -25px;
    left: 0;
    z-index: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.our-team:hover .team-profile2:before {
    border-bottom-color: #181818;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/*Profile 2 Ende*/


.our-team .team-titel{
    line-height: 22px;
    display: inline-block;
}
.our-team .team-titel span{
    font-size: 24px;
    text-transform: capitalize;
    color: #fff;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.our-team .team-titel a:hover{
    color:#da251e;
    text-decoration: none;
}
.our-team .team-titel > small{
    font-size: 13px;
    color:#fff;
	margin-bottom:1.5rem;
}
.our-team .team-profile > .contact_mail, .our-team .team-profile > .contact_phone{
    font-size: 15px;
    color:#fff;
	font-weight: normal;
	text-transform: none;
	opacity: 0;
	transition: opacity .3s linear;
}
.our-team:hover .team-profile > .contact_mail, .our-team:hover .team-profile > .contact_phone{
	opacity: 1;
	z-index: 9999;
	position: relative;
}
.our-team .contact_mail a{
    color:#fff;
}
.our-team .contact_mail a:hover{
    text-decoration: none;
    color: #da251e;
}
.team-inner-area {
    padding: 0px 0 120px;
}
.team-inner-area .our-team {
    margin-bottom: 30px;
}
.team-profile::after {
	content: "\f2bb";
	font-family: FontAwesome;
	position: absolute;
	font-size: 30px;
	color: #fff;
	bottom: 30px;
	margin-left:-15px;
	opacity: 1;
	transition: opacity .2s ease-in-out;
}

.our-team:hover .team-profile::after {
	opacity: 0;
}

@media screen and (max-width:500px) and (min-width:400px){
    .our-team .team-titel span{
        font-size: 16px;
    }
    .our-team .team-titel > small {
        font-size: 11px;
    }
}

/* Kontakt */

.contact-box {
	background: #f7f7f7;
	padding: 50px 50px;
	margin-bottom: 50px;
	position: relative;
	text-align: center;
	min-height: 255px;
}
.contact-box i {
    font-size: 30px;
    color: #ffffff;
    background: #da251e;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%; 
}
.contact-box address {
    margin-bottom: 0;
    padding-bottom: 5px;
}
.contact-section .contact-form {
    margin-top: 50px;
}
.contact-section form .form-control {
    height: 45px;
    border: none;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #cccccc;
    color: #676767;
    padding-left: 0;
}
.contact-area {
    margin-bottom: 30px;
	padding: 120px 0 0;
}
.contact-area .simple-btn {
    margin-bottom: 30px;
}
.form-control {
    height: 45px;
    margin-bottom: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.form-control:focus {
    border-color: #999999;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
::-webkit-input-placeholder {
    color: #666666 !important;
}
::-moz-placeholder {
    color: #666666 !important;
}
::-o-placeholder {
    color: #666666 !important;
}
:-ms-input-placeholder {
    color: #666666 !important;
}
input:-moz-placeholder {
    color: #666666 !important;
}
input[type="file"] {
    display: none;
}

/* ----- Selection css-------- */

::-moz-selection {
    background: #da251e;
    color: #ffffff;
}
::-webkit-selection {
    background: #da251e;
    color: #ffffff;
}
::selection {
    background: #da251e;
    color: #ffffff;
}

/****** Buttons *****/
.simple-btn {
    border-color: #da251e;
    border-radius: 0;
    color: #ffffff;
    background: #da251e;
    padding: 12px 30px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.simple-btn:before {
    content: '';
    width: 40px;
    height: 200px;
    background: #ffffff;
    position: absolute;
    left: -50px;
    top: -100px;
    z-index: 0;
    opacity: 0.3;
    -ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Safari */
    transform: rotate(20deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.simple-btn:hover:before {
    left: 300px;
    z-index: -1;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.simple-btn:hover {
    color: #ffffff;
    background: #da251e;
    z-index: 1;
    border-color: #da251e;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*************** Subheader ****************/

.innerpage-titelbar {
    padding: 195px 0 0;
    position: relative;
    background: url(../images/subhead2.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.innerpage-titelbar_karriere {
    padding: 195px 0 0;
    position: relative;
    background: url(../images/subhead_karriere.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.innerpage-titelbar_ausbildung {
    padding: 195px 0 0;
    position: relative;
    background: url(../images/subhead_ausbildung.webp);
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width:750px) {
.innerpage-titelbar_karriere {
    padding: 255px 0 0;
    position: relative;
    background-position: bottom right -350px;
}
}

.titelbar-box {
	padding: 10px 30px;
	background: #f5f5f5;
	margin-bottom: -50px;
	position: relative;
	top: 40px;
	z-index: 10;
}

.titelbar-col h2 {
    color: #da251e;
    font-size: 36px;
	font-weight: 700 !important;
	font-style: normal !important;
	line-height: 28px;
    margin-bottom: 0;
}

.titelbar-col p {
    text-align: right;
    vertical-align: middle;
}
.titelbar-col p a {
    text-transform: capitalize;
    color: #333333;
}
.titelbar-col p span {
    color: #da251e;
}

.outline-schatten {
	margin-bottom: 130px;
}

.outline-schatten img {
	width: 100%;
	vertical-align: top;
}

@media (max-width:750px) {
.titelbar-col h2 {
    font-size: 28px;
	text-align: center;
}
.titelbar-col p {
    text-align: center;
}
}

/*************** Unternehmen ****************/

.about-three-col {
    margin-bottom: 50px;
}
.about-three-col h3 {
    font-size: 24px;
    position: relative;
    margin-bottom: 20px;
}
.about-three-col h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 30%;
    height: 2px;
    background: #da251e;
}

/*************** Zertifikate ****************/
.zertifikate-titel {
    padding: 120px 0 90px;
    position: relative;
}

.zertifikate-titel-box {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 20px;
    background: #da251e;
}
.zertifikate-titel-box h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
}
.zertifikate-titel-col .hover-box .icon li a {
    margin-top: -10px;
}
.zertifikate-titel-col:hover img{ opacity: 0.5; }
.zertifikate-titel-col:hover .hover-box-content{
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 1;
}
.zertifikate-titel-col:hover .icon li{
    opacity: 1;
    transform: translateY(0px);
}
.zertifikate-titel-col:hover .icon li:first-child{ transition-delay: 0.1s; }
.zertifikate-titel-col:hover .icon li:nth-child(2){ transition-delay: 0.2s; }
.hover-box .icon li a{
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #da251e;
    font-size: 20px;
    color: #ffffff;
    line-height: 35px;
    margin-right: 5px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.hover-box{
    background: #181818;
    text-align: center;
    position: relative;
}

#zertifikate img, .hover-box img {
	border: 1px solid;
}

.hover-box img{
    width: 100%;
    height: auto;
    transition: all 0.35s ease 0s;
}
.hover-box:hover img{ opacity: 0.5; }
.hover-box .hover-box-content{
    padding: 30px 10px 30px 0;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.35s ease 0s;
}
.hover-box:hover .hover-box-content{
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 1;
}
.hover-box h3{
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    margin: 5px 0;
    position: absolute;
    bottom: 55%;
    letter-spacing: 1px;
}
.hover-box .icon{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 22px;
    position: absolute;
    top: 50%;
}
.hover-box .icon li{
    display: inline-block;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.35s ease 0s;
}
.hover-box .icon li a{
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #da251e;
    font-size: 20px;
    color: #ffffff;
    line-height: 35px;
    margin-right: 5px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.hover-box .icon a:hover{ 
    color: #da251e;
    background: #ffffff;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

/* leistungen Details CSS Start */

.leistungen-details-area :target {
  display: block;
  position: relative;
  top: -120px; 
  visibility: hidden;
}

@media (min-width:1200px) {
#leistungen_sidebar {
	margin: 0 auto;
	max-width: 1180px;
	z-index: 10;
}

.sidebar_container {
	position: absolute;
	width: 410px;
}
}

@media (max-width:1200px) {
	#leistungen_sidebar {display: none;}
}

.leistungen-details-area.folgende {
    padding: 60px 0 0px;
		margin-top: 0px;
}

.leistungen-details-col {
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 70px;
}

section:last-of-type .leistungen-details-col {
	border-bottom: none;
}

.leistungen-details-col > img {
	max-height: 300px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
}
.leistungen-details-col h3.sub {
    font-size: 24px;
    position: relative;
    margin-bottom: 20px;
}
.leistungen-details-col h3.sub:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 30%;
    height: 2px;
    background: #da251e;
}
.leistungen-details-sidebar {
    margin-bottom: 30px;
}
.leistungen-faq {
    margin-top: 50px;
}
.leistungen-faq h3 {
    margin-bottom: 20px;
}
.leistungen-details-title {
    margin-top: 30px;
    margin-bottom: 20px;
}
.leistungen-details-title h2 {
    font-size: 28px;
}
@media screen and (max-width:600px){
	.leistungen-details-title h2 {
    font-size: 22px;
}
}
.leistungen-details-title h2 span {
    color: #da251e;
}
.leistungen-details-title h4 {
    font-size: 14px;
}
.leistungen-details-list h3 {
    margin-top: 50px;
    margin-bottom: 20px;
}
.leistungen-details-list ul li {
    margin-bottom: 10px;
}
.leistungen-details-list ul li i {
    margin-right: 10px;
    color: #da251e;
}
.leistungen-given-list {
    margin-bottom: 40px;
}
.leistungen-given-list ul li {
    padding: 8px 20px;
    margin-bottom: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.leistungen-given-list ul li:hover {
    background: #da251e;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.leistungen-given-list ul li.active {
    background: #da251e;
}
.leistungen-given-list ul li.active a {
    color: #ffffff;
}
.leistungen-given-list ul li.active i {
    color: #ffffff;
}
.leistungen-given-list ul li i {
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.leistungen-given-list ul li:hover i {
    margin-right: 10px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.leistungen-given-list ul li a {
    color: #333333;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.leistungen-given-list ul li:hover a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pdf-books {
    margin-bottom: 40px;
}
.serice-sidebar-title {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.pdf-books ul li {
	margin-bottom: 15px;
	text-transform: capitalize;
	padding: 0px 20px;
}
.pdf-books ul li i {
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pdf-books ul li:hover i {
    margin-right: 10px;
    color: #da251e;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pdf-books ul li a {
    color: #424242;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pdf-books ul li:hover a {
    color: #da251e;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*
.support-box {
    margin-bottom: 40px;
}
*/

.support-content {
	background: #da251e;
    padding: 10px 30px;
}

.support-content h3, .support-content h4 {
    margin-bottom: 0;
    font-size: 1.6rem;
    color: #ffffff;
}


@media screen and (max-width: 1220px) and (min-width: 767px)  {
    .support-content h3, .support-content h4 {
        font-size: 1.2rem !important;
    }
    .support-content {
        padding: 10px 20px;
    }
}


.leistungen-faq .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 10px 0;
    overflow: hidden;
    position: relative;
}
.leistungen-faq .panel:last-child {
    margin-bottom: 0;
}
.leistungen-faq .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}
.leistungen-faq .panel-title a, .leistungen-faq .panel-title{
    display: block;
    padding: 15px 20px;
    margin: 0;
    background: #da251e;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 0;
    position: relative;
}
.leistungen-faq .panel-title a.collapsed{ background: #181818;}
.leistungen-faq .panel-title a:before,
.leistungen-faq .panel-title a.collapsed:before{
    content: "\f068";
    font-family: fontawesome;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    background: #da251e;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    border: 3px solid #fff;
    position: absolute;
    top: 10px;
    right: 14px;
}
.leistungen-faq .panel-title a.collapsed:before{
    content: "\f067";
    background: #ababab;
    border: 4px solid #626262;
}
.leistungen-faq .panel-title a:after,
.leistungen-faq .panel-title a.collapsed:after{
    content: "";
    width: 17px;
    height: 7px;
    background: #fff;
    position: absolute;
    top: 22px;
    right: 0;
}
.leistungen-faq .panel-title a.collapsed:after{
    width: 19px;
    background: #ababab;
}
.leistungen-faq .panel-body{
    border-left: 3px solid #da251e;
    border-top: none;
    background: #fff;
    font-size: 15px;
    color: #1c2336;
    line-height: 27px;
    position: relative;
}
.leistungen-faq .panel-body:before{
    content: "";
    height: 3px;
    width: 50%;
    background: #da251e;
    position: absolute;
    bottom: 0;
    left: 0;
}
/*
.leistungen-gallerie .item {
	padding-right: 8px;
	padding-left: 8px;
}
*/

.leistungen-gallerie img {
	max-height: 250px;
	min-height: 250px;
	object-fit: cover;
	object-position: center;
}

@media screen and (min-width:992px){
.leistungen-gallerie img {
	max-height: 250px;
}
}


/* Karriere */

.blackbox {
	background: #000;
	color: #ffffff;
	text-align: center;
	height: 360px;
	max-width: 360px;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	padding: 40px 20px;
}

.blackbox h3 {
	color: #ffffff !important;
}

.blackbox .fa, .blackbox .fas {
	font-size: 6rem;
	width: 100%;
}

.blackbox:hover .fas, .blackbox:hover .fa {color:#da251e;}

#benefits {
	padding: 0px 0px 70px;
	overflow: hidden;
}

#karriere_logo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url("../images/karriere/logo_klein.png");
}
#azubi_gesucht {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url("../images/karriere/stellenangebote/azubi_gesucht.png");
}

#azubi_kornselius {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url("../images/karriere/kornselius_statement.png");
}

#storys h2 {
	font-size: 6rem;
	text-shadow: 1px 1px 0px #fff;
    color: #4a4d4f;
}

@media screen and (max-width:1400px) {
    #karriere_logo {
        background-image: none;
    }
}


@media (min-width:1000px) {
#storys .noneshadow {
	color: #4a4d4f;
	text-shadow: 1px 1px 0px #ffffff;
	font-size: 10rem;
	/*padding-left: 15px;*/
}
#storys h2 {
    font-size: 9rem;
    line-height: 10rem;
}
}

@media (min-width: 768px) and (max-width:1000px) {
#storys .noneshadow {
	color:#ffffff;
	font-size: 6rem;
}
}

@media (min-width:1800px) {
#storys h2 {
	font-size: 20rem;
	line-height: 14rem;
}
}

@media (max-width:1600px) {
#Azubi_ausbildung {
	height: 500px !important;
}
}
@media (max-width:768px) {
.blackbox {
	max-width: none;
}
.parallaxie {
	background-attachment: inherit !important;
	background-position: center !important;
}
#storys h2 {
	font-size: 4rem;
}
}

#mitarbeiter_statement {
	background: url(/images/karriere/karriere_body_bg.png);
	background-repeat: repeat;
	padding: 110px 0px 70px;
}

.statement-area {
    background: #f5f5f5;
    padding: 120px 0;
    position: relative;
}
.bg-white {
    background: #ffffff;
}
.statement{
    margin: 20px 10px 0;
    position: relative;
}
.statement .pic{
    padding: 5px;
    background: #fff;
    border: 1px solid #d6d6d6;
    position: absolute;
    top: -20px;
    left: 10px;
    z-index: 1;
}

.statement .pic_left {
	position: absolute;
	background: none;
	bottom: 70px;
	left: 0px;
	z-index: 1;
	padding:0;
	border: none;
	top: inherit;
}

.statement .pic_right {
	position: absolute;
	background: none;
	bottom: 70px;
	right: 0px;
	left: inherit;
	z-index: 1;
	padding:0;
	border: none;
	top: inherit;
}

.statement .description {
	padding: 30px;
	margin-left: 34px;
	border: 1px solid #d6d6d6;
	position: relative;
}

.statement .description.desc_right {
	padding: 30px 30px 30px 270px;
	min-height: inherit;
}

.statement .description.desc_left {
	padding: 30px 300px 30px 30px;
	min-height: none;
	/*margin: 0 34px 0 0;*/
}

.statement .statement-content{
    margin: 20px 0 0 34px;
}
.statement .statement-content.right {
	margin: 20px 44px 0 34px;
	text-align: right;
}
.statement .title{
    display: inline-block;
    font-size: 14px;
    color: #da251e;
}
.statement .post{
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin-top: 2px;
}
.owl-theme .owl-controls{
    margin-top: 0;
}
.owl-theme .owl-controls .owl-page span{
    background: #fc6963;
}
.statement-area .owl-theme .owl-nav [class*=owl-] {
    background: #818181;
}

.statement-col {
    margin-bottom: 50px;
}
.azubis .statement .description {
	min-height: 190px;
}
.azubis .statement .description.reihe1 {
	min-height: 375px;
}
.azubis  .statement-col {
	margin: 50px 0px;
}
@media (max-width:768px) {
#mitarbeiter_statement {
	padding: 20px 0px;
}
	.statement-col {
	margin: 30px 0px;
}
}

@media (max-width:600px) {
.statement .description.desc_left {
	padding: 30px;
	min-height: inherit;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.43) 0%, rgba(255,255,255,0.86) 40%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.43) 0%,rgba(255,255,255,0.86) 40%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0.43) 0%,rgba(255,255,255,0.86) 40%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6effffff', endColorstr='#ffffff',GradientType=1 );
	/*margin: 0 0 0 30px;*/
    margin: 0 auto;
}
.statement .description.desc_right {
	padding: 30px;
	min-height: inherit;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.36) 61%, rgba(255,255,255,0.43) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.36) 61%,rgba(255,255,255,0.43) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.36) 61%,rgba(255,255,255,0.43) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6effffff',GradientType=1 );
	/*margin: 0 30px 0 0px;*/
    margin: 0 auto;
}
.statement .pic_right, .statement .pic_left {
	z-index: 0;
    /*display: none;*/
}
.statement .statement-content.right {
	margin: 20px 10px 0 34px;
}
}

@media (max-width:460px) {
.statement .pic_right {
	bottom: 90px;
}
}

/* Stellenangebote */

.stellenangebote-area {
    padding: 120px 0;
}
.unsere-stellenangebote{
    position:relative;
     -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.unsere-stellenangebote .stellenangebote-pic > img{
    width: 100%;
    max-width: none;
    height: auto;
    border: 1px solid #dddddd;
    margin-bottom: -30px;
    margin-right: 1px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.unsere-stellenangebote:hover img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.unsere-stellenangebote .stellenangebote-profile{
    text-align: center;
    background: #da251c; 
    position: relative;
    width: 100%;
    padding: 20px 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	min-height:120px;
}
.unsere-stellenangebote:hover .stellenangebote-profile {
    position: relative;
    z-index: 99;
    background: #818181;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.unsere-stellenangebote .stellenangebote-profile::before {
	content: "";
	border-bottom: 28px solid #da251c;
	border-left: 120px solid transparent;
	position: absolute;
	top: -25px;
	right: 0;
	z-index: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.unsere-stellenangebote:hover .stellenangebote-profile:before {
    border-bottom-color: #818181;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.unsere-stellenangebote .stellenangebote-title{
    line-height: 22px;
    display: inline-block;
}
/*.unsere-stellenangebote .stellenangebote-title:after{
    content:"";
    display: block;
    width: 10%;
    border-bottom:2px solid #fff;
    padding-bottom:5px;
}*/
.unsere-stellenangebote .stellenangebote-title span{
    font-size: 18px;
    text-transform: initial;
    color: #fff;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.unsere-stellenangebote .stellenangebote-title > small{
    font-size: 13px;
    color:#fff
}
.stellenangebote-area .owl-theme .owl-nav {
    margin-top: 0;
}
.stellenangebote-area .owl-theme .owl-nav [class*=owl-] {
    font-size: 20px;
}
.stellenangebote-area .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -15px;
    top: 35%;
}
.stellenangebote-area .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -15px;
    top: 35%;
}

.unsere-stellenangebote:hover .stellenangebote-pic img{ opacity: 0.5; }
.hover-box .hover-box-content{
    padding: 30px 10px 30px 0;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.35s ease 0s;
}
.unsere-stellenangebote:hover .hover-box .hover-box-content{
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 1;
}
.unsere-stellenangebote:hover .hover-box .icon li{
    opacity: 1;
    transform: translateY(0px);
}
.unsere-stellenangebote:hover .hover-box .icon li:first-child{ transition-delay: 0.1s; }
.unsere-stellenangebote:hover .hover-box .icon li:nth-child(2){ transition-delay: 0.2s; }
.checkscroll {
	position: absolute;
}
.checkscroll.kornselius {
	left:2%;
}

@media (max-width:1600px) {
	.bockjob {
		width:700px!important;
	}
	.suchazubi {
		width:300px!important;
	}
}

/* ausbildungsplatz */

#ausbildung_stahlotec {
	position: relative;
	top: -120px;
}

.ausbildungsplatz-area {
    padding: 0 0 120px;
}
.unsere-ausbildungsplatz{
    position:relative;
     -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.unsere-ausbildungsplatz .ausbildungsplatz-pic > img{
    width: 100%;
	max-width: none;
    height: auto;
    border: 1px solid #dddddd;
    margin-bottom: -30px;
    margin-right: 1px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.unsere-ausbildungsplatz:hover img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.unsere-ausbildungsplatz .ausbildungsplatz-profile{
    text-align: center;
    background: #da251c; 
    position: relative;
    width: 100%;
    padding: 20px 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	min-height:120px;
}
.unsere-ausbildungsplatz:hover .ausbildungsplatz-profile {
    position: relative;
    z-index: 99;
    background: #818181;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.unsere-ausbildungsplatz .ausbildungsplatz-profile::before {
	content: "";
	border-bottom: 28px solid #da251c;
	border-left: 120px solid transparent;
	position: absolute;
	top: -25px;
	right: 0;
	z-index: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.unsere-ausbildungsplatz:hover .ausbildungsplatz-profile:before {
    border-bottom-color: #818181;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.unsere-ausbildungsplatz .ausbildungsplatz-title{
    line-height: 22px;
    display: inline-block;
}
/*.unsere-ausbildungsplatz .ausbildungsplatz-title:after{
    content:"";
    display: block;
    width: 10%;
    border-bottom:2px solid #fff;
    padding-bottom:5px;
}*/
.unsere-ausbildungsplatz .ausbildungsplatz-title span{
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.unsere-ausbildungsplatz .ausbildungsplatz-title > small{
    font-size: 13px;
    color:#fff
}
.ausbildungsplatz-area .owl-theme .owl-nav {
    margin-top: 0;
}
.ausbildungsplatz-area .owl-theme .owl-nav [class*=owl-] {
    font-size: 20px;
}
.ausbildungsplatz-area .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -15px;
    top: 35%;
}
.ausbildungsplatz-area .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -15px;
    top: 35%;
}

.unsere-ausbildungsplatz:hover .ausbildungsplatz-pic img{ opacity: 0.5; }
.hover-box .hover-box-content{
    padding: 30px 10px 30px 0;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.35s ease 0s;
}
.unsere-ausbildungsplatz:hover .hover-box .hover-box-content{
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 1;
}

.unsere-ausbildungsplatz:hover .hover-box .icon li{
    opacity: 1;
    transform: translateY(0px);
}
.unsere-ausbildungsplatz:hover .hover-box .icon li:first-child{ transition-delay: 0.1s; }
.unsere-ausbildungsplatz:hover .hover-box .icon li:nth-child(2){ transition-delay: 0.2s; }

@media (max-width:768px) {
.mailantim {
	position: relative;
	top: 70px;
	text-align: center;
}
}

.bewerbungsunterlagen {
	border: 1px solid #ccc;
	padding: 6px 12px;
	cursor: pointer;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bewerbungsunterlagen .fa {
	font-size: 3rem;
	position: relative;
	padding: 0px 10px;
}
.bewerbungsunterlagen:hover {
	background: #818181;
	color: #ffffff;
}
.bewerbung-col.bewerbung-img {
	justify-content: end;
	display: flex;
}

#jetzt_bewerben {
	position: relative;
	top: -120px;
}


audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
	max-width: 100%;
}

/******** Spezial ********/

@media screen and (min-width:668px){
.navbar-right {
	float: right !important;
	margin-right: -15px;
	align-items: center;
	display: flex;
}
}

.header-navbar .navbar-brand2 {
	padding: 0 !important;
	margin-top: -65px;
	height: 0;
	position: relative;
	z-index: 9999;
	left: 0px;
}

.header-navbar.scroll-to-fixed-fixed .navbar-brand2 {
	margin-top: -45px;
}

@media only screen and (max-width:1200px) {
    .header-navbar .navbar-brand2 {
        margin-top: -48px !important;
    }
    }

.support-box {
	margin-left: 30px;
    display: none !important;
    transition: all .5s ease-in-out;
}

.header-navbar.scroll-to-fixed-fixed .support-box {
    display: block !important;
    transition: all .5s ease-in-out;
}

.support-content h3, .support-content h4 {
	margin-bottom: 4px;
	font-size: 1.6rem;
	color: #ffffff;
}


/* Ein Klick Bewerbung */

.batch {
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    background-color: #da251c;
    color: #fff;
    padding: 10px 15px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    transition: right 0.5s ease-in-out;
    display: flex;
    align-items: center;
    border-radius: 50px 0 0 50px;
    z-index: 99999;
  }
  
  .batch i {
    margin-right: 10px;
    font-size: 5rem;
    color: #fff;
  }
  
  .batch small {
    font-size: 0.8em;
    color: #fff;
    white-space: nowrap;
  }
  
  .batch.scrolling {
    right: -163px;
  }
  
  .batch.en.scrolling {
    right: -133px;
  }
  
  .batch:hover, .batch.en:hover {
    right: 0;
  }
  
  .batch:focus, .batch.en:focus {
    outline: none;
  }

  @media screen and (max-width: 767px) {
      .batch {
          display: none;
      }
  }
  
  