/*
 Theme Name:   Formwerk Child
 Description:  A Formwerk Child Theme
 Author:       Webchaniker
 Template:     Formwerk
 Version:      1.0.0
*/

/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap'); */

/* Theme Fonts */

@font-face {
    font-family: 'Brushaff';
    src: url('fonts/Brushaff.eot');
    src: url('fonts/Brushaff.eot?#iefix') format('embedded-opentype'),
        url('fonts/Brushaff.woff2') format('woff2'),
        url('fonts/Brushaff.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* Open Sans */

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-ExtraBoldItalic.eot');
    src: url('fonts/OpenSans-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
         url('fonts/OpenSans-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: fallback;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Italic.eot');
    src: url('fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Italic.woff2') format('woff2'),
         url('fonts/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: fallback;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Light.eot');
    src: url('fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light.woff2') format('woff2'),
         url('fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Bold.eot');
    src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold.woff2') format('woff2'),
         url('fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-ExtraBold.eot');
    src: url('fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-ExtraBold.woff2') format('woff2'),
         url('fonts/OpenSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-BoldItalic.eot');
    src: url('fonts/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-BoldItalic.woff2') format('woff2'),
         url('fonts/OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: fallback;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-LightItalic.eot');
    src: url('fonts/OpenSans-LightItalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-LightItalic.woff2') format('woff2'),
         url('fonts/OpenSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: fallback;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-SemiBold.eot');
    src: url('fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-SemiBold.woff2') format('woff2'),
         url('fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-SemiBoldItalic.eot');
    src: url('fonts/OpenSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'),
         url('fonts/OpenSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: fallback;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.eot');
    src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular.woff2') format('woff2'),
         url('fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}



/* Main Style */

body, html {
	/* font-family: "Karmina Sans", Arial, sans-serif; */
	font-family: 'Open Sans', sans-serif;
    color: #848484;
    font-weight: normal;
    font-size: 15px;
    overflow-x: hidden;
}
.vc_row {
    margin-left: auto !important;
    margin-right: auto !important;
}

p {
    /*font-size: 17px;
    line-height: 30px; */
	color: #7a7f83;
	font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}
strong {
    color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	/* font-family: "Karmina Sans", Arial, sans-serif; */
	font-family: 'Open Sans', sans-serif;
}
#back-to-top {
    position: fixed;
    bottom: 115px;
    right: 40px;
    z-index: 9999;
    font-size: 24px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    color: #334a65;
    border: 1px solid #334a65;
    cursor: pointer;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.btn-green a {
    background: #005081 !important;
    border: 1px solid #005081 !important;
    color: #fff !important;
    padding: 18px 50px !important;
    font-size: 12px !important;
    font-weight: 500;
    border-radius: 0 !important;
    transition: .5s ease all;
    box-shadow: 1px 2px 5px #333333;
}
.btn-green a:hover {
    background: none !important;
    border: 1px solid #005081 !important;
    color: #005081 !important;
    border-radius: 100px;
}
.btn-green i {
    margin-left: 40px;
}



/*********************** Formwerk Style ******************/
ul#mega-menu-primary li.mega-current-menu-item a.mega-menu-link {
    color: #ff1a24 !important;
}
div#top-footer-inner {
    max-width: 71rem;
}
div#footer1 {
    width: 20%;
}
div#footer2 {
    width: 15%;
}
div#footer3 {
    width: 25%;
}
div#footer4 {
    width: 25%;
}
.foot-inner {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 994px;
}
img.plant-footer {
    width: 100%;
    height: auto;
}
div#media_image-6 {
    padding-top: 25px;
}
.facts.facts-center {
    /* margin-left: 100px !important; */
}

.top-banner-heading h1 {
    line-height: 120px;
    font-size: 120px;
    color: #fff;
    font-family: 'Brushaff';
	text-transform: uppercase;
	text-shadow: 3px 3px 6px #000;
}
section#home-sec1 {
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
    padding-top: 95px !important;
}
section#home-sec2 {
    padding-top: 0;
    padding-bottom: 0;
	overflow: visible;
}
section#home-sec4 {
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: cover;
    background-repeat: no-repeat;
}
section#home-sec5 {
    padding-top: 10px;
    padding-bottom: 50px;
}
.home-sec2-text h2 {
    font-size: 42px;
    color: #000000;
    font-family: 'Brushaff';
    margin-bottom: 20px;
}
.home-sec2-text {
    padding-right: 90px;
}
.home-sec2-text p {
    color: #848484;
    margin-bottom: 0.7rem !important;
}
.home-sec2-text a {
    color: #ff1a24;
    font-family: inherit;
}
.home-sec2-text a:hover {
    text-decoration: underline;
}

.home-sec3-heading h2 {
    text-align: center;
    font-family: 'Brushaff';
    font-size: 42px;
	color: #000;
}
footer#footer ul.menu {
    flex-flow: column;
    padding: 0;
    list-style-type: none;
}
.medium-footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 50px;
    padding: 30px 0;
    justify-content: space-between;
}
.medium-footer-inner {
    width: 60% !important;
    margin: 0 auto !important;
}
div#bottom-header .grid-x.grid-padding-x {
    align-items: center;
    height: 100%;
}
.company-fact-descp h3 {
    font-size: 47px;
    color: #e63329;
    font-weight: bold;
}
.company-fact-descp h4 {
    height: 30px;
    color: #827d78;
}
.company-fact-descp p {
    font-size: 22px;
    color: #827d78;
}
div#home-sec5-inner {
    width: 80%;
    margin: 0 auto;
}
.company-fact-center {
    text-align: center;
}
.company-fact-padding {
    text-align: center;
}
.kontact-details {
    margin: 18px 0;
}

/* company facts */
#facts .block {
    display: block;
    font-size: 15px;
    line-height: normal;
}
.facts .number {
    font-size: 48px !important;
    font-weight: bold;
    color: #E63329;
}

div#facts .facts {
    display: inline-block;
    margin: 0 2rem;
    text-align: left;
}

div#facts {
    text-align: center;
}

/* Karriere Page */

section#karriere-sec1 {
    background: #b9b9b9;
}
.karriere-heading h2 {
    text-align: center;
    font-family: 'Brushaff';
    color: #Fff;
    font-size: 40px;
    text-transform: uppercase;
}
.karriere-heading {
    margin-bottom: 0 !important;
}

.werden-text h2 {
    font-family: 'Brushaff';
    color: #000;
    font-size: 40px;
    text-transform: uppercase;
}
.werden-col {
    padding: 60px 135px 70px 135px !important;
}
.werden-text {
    margin-bottom: 0 !important;
}
.Aktuelle-text h3 {
    font-weight: bold;
    color: #848484;
    font-size: 25px;
    margin-bottom: 40px;
}

section#karriere-sec3 {
    padding-top: 100px;
    padding-bottom: 100px;
}
div#main-jobs {
    margin-top: 60px;
}
div#main-jobs thead, tbody, tfoot {
    border: none;
}
div#main-jobs thead {
    background: none;
    font-size: 15px;
    color: #848484;
}
div#main-jobs tbody tr {
    border-bottom: 1px solid #dddddd;
}
div#main-jobs tbody tr:last-child {
    border-bottom: none;
}
div#main-jobs tbody tr:nth-child(even) {
    background: none !important;
}
div#main-jobs tbody a{
    background: none;
    font-size: 15px;
    color: #848484;
}
.impressum-text {
    padding-right: 100px;
}
div#info-box strong {
    color: #848484;
    font-size: 21px;
}

#info-box {
    max-width: 500px;
    position: absolute;
    right: 0;
    top: 30em;
    /* display: flex; */
    border: 10px solid #F4F2F0;
    padding: 1rem 100px 1rem 2rem;
    -webkit-transform: rotate(5deg) translateX(20px);
    -ms-transform: rotate(5deg) translateX(20px);
    transform: rotate(5deg) translateX(20px);
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #848484;
    font-size: 15px;
}
#info-box h5 {
    text-transform: uppercase;
    font-size: 40px;
    color: #000;
    font-family: 'Brushaff';
}

section#karriere-sec2 {
    overflow: visible;
}
.karriere-sec2-inner {
    overflow: visible !important;
}
#info-box::after {
    content: '';
    width: 100px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.kontakt-man {
    position: relative;bottom: 80px;
}
section#contact-sec2 {
    position: relative;
    overflow: visible;
	padding-bottom: 50px;
}
.agree-terms span.wpcf7-list-item.first.last {
    margin-left: 0;
    margin-bottom: 15px;
}
.agree-terms span.wpcf7-list-item.first.last input {
    margin-bottom: 0;
    color: #84878e;
}
/****** Quality Page */

.quality-col-left .vc_column-inner {
    padding: 40px 60px 40px 110px !important;
}

.quality-text h2 {
    font-family: 'Brushaff';
    color: #000;
    font-size: 40px;
    text-transform: uppercase;
}

.quality-col-right .vc_column-inner {
    padding: 40px 100px 40px 100px !important;
}

.quality-text h3 {
    font-size: 15px;
    font-weight: bold;
}

.quality-text {
    margin-bottom: 0;
}
#quality-icons .vc_column-inner {
    padding: 0 !important;
}
.qicons img {
    width: 70%;
}

.full-field label {
    font-size: 15px;
    color: #848484;
    line-height: 20px;
    margin-bottom: 5px;
}

@media screen and (min-width:1366px) and (max-width: 1800px) {


}

@media screen and (min-width:1367px) and (max-width: 1500px) {
.plant-img img {
    max-width: 500px;
}




}

@media screen and (min-width:1500px) and (max-width: 1800px) {
.grid-container {
    max-width: 1440px;
}
.plant-img img {
    max-width: 500px;
}
}


@media screen and (min-width:1920px) and (max-width: 1920px) {

.grid-container {
    max-width: 1530px;
}
.top-banner-heading h1 {
   /* font-size: 100px;
	line-height: normal; */
}
div#home-sec5-inner {
    width: 70%;
}
section#home-sec1 {
    height: 100vh;
	padding-top: 165px !important;
}
#info-box {
    top: 40em;
}

/*
div#footer1 {
    padding: 0;
    width: 275px;
}

div#footer2 {
    padding: 0;
    width: 275px;
}

div#footer3 {
    padding: 0;
    width: 275px;
}

div#footer4 {
    padding: 0;
    width: 200px;
    padding-left: 75px;
}	
	
*/
	
}
/********************* Formwerk Style ********************/






/* Custom Style */

.top-footer {
    background: #505050;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.bottom-footer {
    height: 65px;
    background: #323136;
	text-align: center;
	display: flex;
    align-items: center;
}
h3.widget-title {
    color: #fff;
    margin-bottom: 19.2px;
    margin-top: 0;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
}
.inner-head-row {
	padding: 0;
}
footer#footer ul.menu li.menu-item a {
    display: inline-block;
    padding: 0.5rem 0;
    font-size: 15px;
    color: #fff !important;
}
footer#footer .bottom-footer ul.menu {
    display: flex;
    flex-flow: row;
    margin: 0;
    align-items: flex-end;
    justify-content: flex-end;
}

footer#footer .bottom-footer .container {
    height: 100%;
    display: flex;
    align-items: center;
}

footer#footer .bottom-footer ul.menu li.menu-item {
    margin-bottom: 0 !important;
}
footer#footer .bottom-footer p {
    margin: 0;
    color: #fff;
	font-size: 14px;
}
footer#footer .bottom-footer ul.menu li.menu-item {
    margin-right: 25px;
    border-right: 1px solid #fff;
    padding-right: 25px;
}
footer#footer .bottom-footer ul.menu li.menu-item:last-child {
    border-right: none;
}
footer#footer .bottom-footer ul.menu li.menu-item a:hover {
    color: #334a65;
}
footer#footer .bottom-footer ul.menu li.menu-item a {
    font-weight: 500;
	transition: .5s ease all;
}
header#masthead ul.menu li.menu-item:hover a {
    /* color: #ff1a24; */
    text-decoration: none;
}
footer#footer ul.menu li.menu-item a:hover {
   /* color: #ff1a24; */
}
footer#footer a:hover {
    /* color: #ff1a24; */
}
a.zumbtn:hover {
    /* color: #ff1a24 !important; */
}
footer#footer a {
    color: #fff;
}
footer#footer .top-footer a.btn.btn-green {
    background: #63c127;
    border: 1px solid #63c127;
    color: #fff;
    padding: 20px 40px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 6px;
    transition: .5s ease all;
}

footer#footer .top-footer a.btn.btn-green i {
    margin-left: 40px;
}

footer#footer .top-footer a.btn.btn-green:hover {
    background: none;
    border: 1px solid #63c127;
    color: #fff;
    border-radius: 100px;
}
footer#footer .top-footer h4 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.top-footer p {
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    transition: .5s ease all;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
/* Simple Footer Style */

footer#simple-footer .bottom-footer .container {
    height: 100%;
    display: flex;
    align-items: center;
}

footer#simple-footer .bottom-footer p {
    margin: 0;
    color: #fff;
}

footer#simple-footer .bottom-footer ul.menu {
    display: flex;
    flex-flow: row;
    margin: 0;
    align-items: flex-end;
    justify-content: flex-end;
}
footer#simple-footer .bottom-footer ul.menu li.menu-item {
    margin-right: 25px;
    border-right: 1px solid #fff;
    padding-right: 25px;
}
footer#simple-footer  .bottom-footer ul.menu li.menu-item a {
    font-weight: 500;
    transition: .5s ease all;
}
footer#simple-footer ul.menu li.menu-item a {
    font-size: 14px;
    color: #fff;
    transition: .5s ease all;
}
footer#simple-footer .bottom-footer ul.menu li.menu-item:last-child {
    border-right: none;
}
footer#simple-footer .bottom-footer ul.menu li.menu-item a:hover {
    color: #334a65;
}
footer#simple-footer .simple-footer-inner {
    height: 158px;
    background: #334a65;
    padding-top: 50px;
    padding-bottom: 45px;
    text-align: center;
}

/* Simple footer Style end */

header#masthead ul.menu {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
}

#header-top {
    background: #334a65;
    height: 52px;
}
header#masthead div#header-top .top-right {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}
header#masthead #header-top ul.menu {
    display: flex;
    flex-flow: row;
    margin: 0;
    align-items: flex-end;
    justify-content: flex-end;
}
header#masthead .top-search input.top-search-input {
    background: transparent;
    border: none;
    border-left: 1px solid #fff;
    color: #fff;
    padding-left: 10px;
}
header#masthead .top-search input.top-search-input::placeholder {
    color: #fff;
}
header#masthead .top-search i {
    color: #fff;
    margin-right: 10px;
}

header#masthead #header-top ul.menu li.menu-item {
    margin-right: 25px;
    border-right: 1px solid #fff;
    padding-right: 25px;
}
header#masthead #header-top ul.menu li.menu-item:last-child {
    border-right: none;
}
header#masthead #header-top ul.menu li.menu-item:hover a {
    color: #63c127;
    text-decoration: none;
}
header#masthead #header-top ul.menu li.menu-item a {
    font-weight: 500;
    transition: .5s ease all;
}

header#masthead #header-top ul.menu li.menu-item a {
    font-size: 14px;
    color: #fff;
    transition: .5s ease all;
}

#header-top .container {
    height: 100%;
    display: flex;
    align-items: center;
}
header#masthead .bottom-header .container {
    height: 100%;
}
.header-top{
    position: relative;
    display: flex;
    height: 30px;
    align-items: center;
    background: #ececec;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
header#masthead.fixed .bottom-header {
    height: 80px;
    /*  overflow: hidden;
    transition: all 0.5s ease 0s; */
}
header#masthead .inner-head-row img {
    height: auto;
	width: 100px;
    transition: .5s ease all;
}
header#masthead.fixed .inner-head-row img {
    height: auto;
	width: 85px;
    transition: .5s ease all;
}
header#masthead.fixed {
    height: 80px !important;
    min-height: 80px;
    box-shadow: 0px -5px 30px #ddd;
    background: #fff;
    position: fixed;
}

header#masthead {
    background: ;
    width: 100%;
    max-width: 100%;
    min-height: 70px;
    z-index: 999;
    margin: 0 auto;
    height: px;
   /*  transition: all 0.5s ease; */
}
header#masthead {
    height: 100px;
}
.bottom-header {
    height: 100px;
}
header#masthead .container .row {
    height: 100%;
    display: flex;
    align-items: center;
	justify-content: space-between;
}
header#masthead ul.menu li.menu-item a {
    color: #201a20;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
}
header#masthead div#bottom-header ul.menu li.menu-item.current-menu-item a {
    color: #ff1a24;
}
header#masthead ul.menu li.get-contact {
    background: #63c127;
    border: 1px solid #63c127;
    padding: 20px 30px;
    border-radius: 6px;
    position: relative;
    transition: .5s ease all;
	box-shadow: 1px 2px 5px #333333;
}
header#masthead ul.menu li.get-contact:hover {
    background: #334a65;
    border-radius: 100px;
}
header#masthead ul.menu li.get-contact a {
    color: #fff !important;
    text-decoration: none;
}

header#masthead ul.menu li.get-contact:after {
    content: '\f061';
    font-family: FontAwesome;
    color: #fff;
    margin-left: 10px;
}
header#masthead ul.menu li.mobile-login {
    display: none;
}
header#masthead div#bottom-header ul.menu li.menu-item.menu-item-has-children ul.sub-menu {
    display: none;
}
header#masthead div#bottom-header ul.menu li.menu-item.menu-item-has-children:after {
    content: '\f0d7';
    font-family: fontAwesome;
    color: #fff;
    margin-left: 5px;
}
header#masthead div#bottom-header ul.menu li.menu-item.menu-item-has-children:hover ul.sub-menu li.menu-item:hover {
    background: #005081;
}

header#masthead div#bottom-header ul.menu li.menu-item.menu-item-has-children:hover ul.sub-menu li.menu-item:hover a {
    color: #fff;
}
header#masthead div#bottom-header ul.menu li.menu-item.menu-item-has-children:hover ul.sub-menu {
    display: block;
    position: absolute;
    background: #fff;
    padding: 20px 0;
    width: 240px;
    line-height: 2;
    box-shadow: 2px 3px 6px #464646;
}

header#masthead div#bottom-header ul.menu li.menu-item.menu-item-has-children:hover ul.sub-menu li.menu-item a {
    color: #005081;
    text-decoration: none;
	font-size: 15px;
}

header#masthead div#bottom-header ul.menu li.menu-item.menu-item-has-children:hover ul.sub-menu li.menu-item {
    margin: 0;
    padding: 0 15px;
}
div#main-jobs tbody tr td i {
    margin-right: 10px;
}
.grid-field {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.grid-field h2 {
    width: 100%;
    font-size: 20px;
    color: #848484;
    font-weight: bold;
    margin-bottom: 30px;
}
.half-field {
    width: 48%;
    margin-bottom: 5px;
}

.half-field input.wpcf7-form-control {
    width: 100%;
    height: 50px;
    background: #fff;
    border-radius: 0;
    padding: 5px 30px;
    color: #cdcacd;
    border: none !important;
    outline: none;
    box-shadow: none;
}
.grid-field.grid-two h2 {
    margin-top: 45px;
}
.quarter-field {
    width: 32%;
    margin-bottom: 30px;
}

.quarter-field input.wpcf7-form-control {
    width: 100%;
    height: 60px;
    background: #fff;
    border-radius: 5px;
    padding: 5px 30px;
    color: #606d78;
}
.quarter-field input.wpcf7-form-control:hover {
    box-shadow: 5px 10px 25px #e6e6e6;
}

.full-field input.wpcf7-form-control {
    width: 100%;
    height: 50px;
    background: #fff;
    border-radius: 0;
    padding: 5px 30px;
    color: #cdcacd;
    border: none !important;
    outline: none;
    box-shadow: none;
}
.full-field textarea.wpcf7-form-control {
    width: 100%;
    height: 200px;
    background: #fff;
    border-radius: 0;
    padding: 15px 30px;
    color: #cdcacd;
    border: none !important;
    outline: none;
    box-shadow: none;
}
.full-field {
    width: 100%;
    margin-bottom: 5px;
}

.full-field select.wpcf7-form-control {
    width: 100%;
    height: 60px;
    background: #fff;
    border-radius: 5px;
    padding: 5px 30px;
    color: #606d78;
    border: 1px solid #dddddd;
	transition: .5s ease all;
}
.half-field select.wpcf7-form-control {
    width: 100%;
    height: 50px;
    background: #fff;
    border-radius: 0;
    padding: 5px 30px;
    color: #000000;
    border: none !important;
    outline: none;
    box-shadow: none;
}
.full-field select.wpcf7-form-control:hover {
    box-shadow: 5px 10px 25px #e6e6e6;
}
.btn-field {
    text-align: right;
    padding-top: 10px;
	width: 100%;
}

input.wpcf7-form-control.wpcf7-submit {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 40px;
    background: #e63329;
    border: 1px solid #e63329;
    border-radius: 0;
    color: #fff;
    transition: .5s ease all;
    outline: none;
    box-shadow: none;
}
div.wpcf7 .ajax-loader {
    position: absolute;
    right: 25%;
}
.btn-field i {
    color: #fff;
    position: relative;
    left: -90px;
}
.half-field input.wpcf7-form-control::placeholder {
    color: #cdcacd;
}
.full-field.file-field label {
    position: relative;
    z-index: 999;
    font-size: 14px;
    top: 40px;
    left: 15px;
    color: #000;
	width: 23%;
}
.select-field-drop label {
    margin-bottom: 10px;
    font-size: 15px;
}
input.wpcf7-form-control.wpcf7-file {
    padding-left: 160px;
    position: relative;
    padding-right: 15px;
}

input.wpcf7-form-control.wpcf7-file:after {
    content: 'JPG/PDF max. 2 MB';
    float: right;
    padding: 0;
    font-size: 0.8rem;
    line-height: 0;
    color: #000;
    position: relative;
    bottom: -20px;
}

input.wpcf7-form-control.wpcf7-file:before {
    content: 'Datei auswählen';
    display: inline-block;
    background: #848484;
    border: 0;
    border-radius: 0;
    padding: 0 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    font-size: 10pt;
    line-height: 40px;
    margin-right: 0;
  	outline: none;
  	white-space: nowrap;
  	-webkit-user-select: none;
 	z-index: -1;
}
input.wpcf7-form-control.wpcf7-file::-webkit-file-upload-button {
  visibility: hidden;
}

input.wpcf7-form-control.wpcf7-file::before {
  display:inline-block;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  z-index: -1;
}
.slick-next.slick-arrow {
    top: 16.5em !important;
    right: 0 !important;
    position: absolute;
    color: #005081;
    font-size: 24px;
    line-height: 24px !important;
    cursor: grab;
    width: 65px;
    height: 65px;
    border: 3px solid #005081;
    border-radius: 0;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.slick-prev.slick-arrow {
    top: 16.5em !important;
    right: 92px !important;
    position: absolute;
    color: #005081;
    font-size: 24px;
    width: 65px;
    height: 65px;
    cursor: grab;
    border: 3px solid #005081;
    border-radius: 0;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.slick-arrow:hover {
    background: #005081;
    color: #fff;
    transition: .5s ease all;
}
ul.slick-dots {
    display: flex !important;
    flex-flow: row;
    position: absolute;
    top: 28em;
}

ul.slick-dots li:after {
    content: '';
    width: 22px;
    height: 1px;
    background: #005081;
    position: absolute;
    top: 32px;
    right: -10px;
}
ul.slick-dots li:last-child:after {
    display: none !important;
}
ul.slick-dots li button {
    background: none;
    box-shadow: none;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    color: #005081;
}

ul.slick-dots li {
    position: relative;
}
.certificate-image img {
    width: 30%;
}
#social-sticky {
	display: none;
    position: fixed;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    background: #F4F2F0;
}
.menu.vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#social-sticky .menu a {
    color: #505050;
    transition: all 0.3s ease-in-out;
}
#social-sticky .menu a:hover, #social-sticky .menu a:focus {
    color: #E63329;
}
.full-field.agree-terms a {
    color: #e6332d;
}


/******************** Responsive *************************/

@media screen and (max-width: 767px) {	
	
body h2 {
	font-size: 25px !important;	
}
	
footer#simple-footer .bottom-footer .container {
    flex-flow: column;
}
footer#simple-footer .bottom-footer ul.menu li.menu-item {
    margin-right: 0;
    padding-right: 0;
}
footer#footer .bottom-footer ul.menu li.menu-item:last-child {
    margin-right: 0;
    padding-right: 0;
}
footer#footer .bottom-footer .container {
    flex-flow: column;
    justify-content: center;
    text-align: center;
}	
footer#footer .bottom-footer p {
    font-size: 12px;
}
div#footer1, div#footer2, div#footer3, div#footer4 {
    width: 100%;
}
footer#footer .foot-inner {
    justify-content: unset;
    width: 100%;
    flex-flow: column;
}
header#masthead #header-top ul.menu li.menu-item {
    margin-right: 16px;
    padding-right: 16px;
}
header#masthead #header-top ul.menu li.menu-item:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
button.navbar-toggler {
    background: none;
    border: 1px solid #334a65;
    border-radius: 0;
}
.top-footer img.footer-logo-class {
    margin-top: 0;
}
.top-footer {
    padding-top: 30px;
    padding-bottom: 30px;
}
body section#product-sec3 {
    height: 350px;
}
body section#product-sec2 {
    padding-top: 40px;
}	
body .product-files {
    margin-top: 30px;
}	
.medium-footer-inner {
    width: 90% !important;
}	
section#contact-sec1 .cinfo {
    width: 100%;
    margin-top: 10px;
}
section#contact-sec1 .cmaps img {
    width: 100%;
}	
section#contact-sec1 {
    padding-top: 40px !important;
}	
	
#info-box {
    position: relative;
    right: 0;
    top: 3em;
    padding: 1rem 40px 1rem 2rem;
}	
div#main-jobs {
    margin-top: 20px;
    overflow-y: scroll;
}	
section#karriere-sec3 {
    padding-top: 50px;
    padding-bottom: 10px;
}
.quality-col-left .vc_column-inner {
    padding: 30px !important;
}	
.quality-col-right .vc_column-inner {
    padding: 30px !important;
}	
.quality-col-right .vc_column-inner {
    padding: 30px !important;
}	
div#quality-icons {
    display: flex;
    flex-flow: row;
}	
body section#impressum-sec2 {
    padding-top: 50px;
    padding-bottom: 30px;
}
.impressum-text {
    padding-right: 0 !important;
}
section#home-sec1 {
    height: 500px;
    background-position: center;
}	
.top-banner-heading h1 {
    font-size: 70px;
    text-align: center;
}	
.home-sec2-text {
    padding-right: 0;
}	
div#facts .facts {
    text-align: left;
}					
.facts .number {
    font-size: 25px !important;
}	
div#top-footer-inner {
    width: 80%;
}	
div#footer1 h3.widget-title {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}	
h3.widget-title {
    margin-top: 30px;
    border-top: 1px solid #6e6e6e;
    padding-top: 30px;
}
.medium-footer-inner {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px;
}	
footer#footer {
    text-align: center;
}	
.facts:nth-child(3) {
    margin-top: 30px !important;
}

.facts:nth-child(2) {
    margin-top: 15px !important;
}
div#facts {
    text-align: left;
}	
.home2-sec-inner {
    flex-flow: column-reverse;
}	
.impressum-text h2 {
    font-size: 17px !important;
}
#info-box h5 {
    font-size: 28px;
}
.kontakt-man {
    display: none !important;
}	
.contact-heading-text h2 {
    font-size: 40px !important;
}	
body.qualitat .karriere-sec2-inner {
    flex-flow: column-reverse;
}
.full-field.file-field label {
    top: 0;
    left: 0;
}
input.wpcf7-form-control.wpcf7-file::after {
    bottom: 7px;
}
input.wpcf7-form-control.wpcf7-file {
    padding-left: 5px;
}	
body.unternehmen .karriere-sec2-inner {
    flex-flow: column-reverse;
}
.certificate-image img {
    width: 100%;
}
.certificate-image {
    text-align: center !important;
}	
	
}


@media screen and (max-width: 1024px) {
#social-sticky {
    display: none;
}
ul#mega-menu-primary span.mega-indicator {
    float: unset !important;
}
body ul.product-files-list {
    margin: 0;
}
body .cell.product-sec1-left {
    padding: 30px;
}
section#contact-sect-3 {
	display: none;
}
header#masthead .container .row {
    flex-flow: column;
}
section#home-sec2 {
    padding-top: 50px;
}
section#contact-sec2 {
    padding-bottom: 40px !important;
}	
.plant-right-img img {
    bottom: 0 !important;
	width: 100%;
}
.werden-col {
    padding: 30px !important;
}
div#home-sec5-inner {
    width: 100%;
}
.inner-head-row {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
button.navbar-toggle {
    border-color: #fff;
    margin-right: 0;
    border-radius: 0;
    display: block;
}
button.navbar-toggle span {
    background: #fff;
}
.top-footer {
    height: auto;
}	
.bottom-footer {
    height: 65px;
}
	
/*
div#myNavbar {
    position: fixed;
    right: -100%;
    height: 100% !important;
    overflow-x: scroll;
    padding: 15px 0;
    top: auto;
    border-top: 2px solid #252525; 
    width: 100% !important;
    background: #005081;
    display: block !important;
    transition: all 0.5s ease;
    z-index: 999;
}
div#myNavbar.in {
    right: 0;
}
*/
	
header#masthead ul.menu {
    flex-flow: column;
}

div#myNavbar ul#menu-main-menu li.menu-item a {
    font-size: 20px;
    display: inline;
    color: #fff !important;
}
div#myNavbar ul#menu-main-menu li.menu-item {
    margin: 10px 0 !important;
    padding: 2px 15px;
    display: block;
}
div#myNavbar ul#menu-main-menu li.menu-item a {
    font-size: 20px;
    display: inline;
    color: #fff !important;
}	
header#masthead {
    height: 100px !important;
    min-height: 100px;
    background: #fff;
    position: relative;
}
header#masthead.fixed {
    height: 80px !important;
    min-height: 80px;
}
header#masthead div#bottom-header {
    height: 100%;
}
.contact-heading-text h2 {
    font-size: 40px !important;
}	
.karriere-heading h2 {
    font-size: 40px !important;
}
.impressum-heading h2 {
    font-size: 40px !important;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    width: 100% !important;
    max-width: 100% !important;
    top: 100px !important;
}	
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after {
    top: 100px !important;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    top: 100px;
}
header#masthead.fixed #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    top: 80px !important;
}
header#masthead.fixed #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after {
    top: 80px !important;
}
header#masthead.fixed #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    top: 100px;
}	
ul.mega-sub-menu li.mega-menu-item a {
    text-align: center !important;
}	
	
	
}


@media screen and (min-width: 768px) and (max-width:1024px) {
body h2 {
    font-size: 25px !important;
}
div#facts .facts {
    margin: 0 1rem;
}
.facts .number {
    font-size: 30px !important;
}	
.home-sec2-text {
    padding-right: 0;
}	
section#contact-sec1 .cinfo {
    width: 100%;
    margin-top: 10px;
}	
}

@media screen and (min-width: 768px) and (max-width:1024px) {
	
div#facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
}	
.kontact-details {
    margin: 50px 0;
}	
div#footer1, div#footer2 {
    margin-bottom: 70px;
}	
section#product-sec2 {
    padding-bottom: 70px !important;
}	
section#product-sec3 {
    display: none !important;
}	
.quality-col-left .vc_column-inner {
    padding: 30px !important;
}
.quality-col-right .vc_column-inner {
    padding: 30px !important;
}	
section#impressum-sec2 {
    padding-top: 30px;
    padding-bottom: 20px;
}

section#quality-sec3 .karriere-sec3-inner {
    align-items: flex-start;
}

section#quality-sec2 .karriere-sec2-inner {
    align-items: flex-start;
}
div#footer1, div#footer2, div#footer3, div#footer4 {
    width: 50%;
}
footer#footer .foot-inner {
    justify-content: unset;
    width: 100%;
    flex-flow: wrap;
}	
div#top-footer-inner {
    max-width: 49rem;
}	
	
	
}

@media (min-width: 1400px) and (max-width:1920px) {
	
	
}