@font-face {
    font-family: 'Meta';
    src: url('files/fonts/MetaPro-Bold.woff2') format('woff2'),
        url('files/fonts/MetaPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Meta';
    src: url('files/fonts/MetaPro.woff2') format('woff2'),
        url('files/fonts/MetaPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@keyframes turner{
    from{  transform: rotateY(0deg)   }
    to  {  transform: rotateY(360deg) }
}
.mobile {
	 display: none;	
}	    
body {
    font-size: 19px;
    font-weight: normal;
    color: #231f20;
    margin: 0px;
    background-color: #fff;
    line-height: 1.5;
    font-family: 'Meta', Arial, sans-serif;
	opacity: 0;
    scroll-behavior: smooth;
	transition: opacity .8s;
}
	    
body.show {
	opacity: 1;
}
@media only screen and (max-width:1440px) {	
	body {
		font-size: 1.4vw;
	}
}

.center {
    text-align: center;
}
img {
	 max-width: 100%;
	 border-top: 0px;
	 height: auto;
	 border-right: 0px;
	 border-bottom: 0px;
	 border-left: 0px;
	 padding-right: 0px;
	 margin-right: 0px;
	 transition: all 0.3s}

form {
	 padding-bottom: 0px;
	 padding-top: 0px;
	 padding-left: 0px;
	 margin: 0px;
	 padding-right: 0px}

input {
	 border-top: #999999 1px solid;
	 border-right: #999999 1px solid;
	 border-bottom: #999999 1px solid;
	 text-align: left;
	 border-left: #999999 1px solid;
	 background-color: #ffffff}

textarea {
	 border-top: #999999 1px solid;
	 border-right: #999999 1px solid;
	 border-bottom: #999999 1px solid;
	 text-align: left;
	 border-left: #999999 1px solid;
	 background-color: #ffffff}

select {
	 border-top: #999999 1px solid;
	 border-right: #999999 1px solid;
	 border-bottom: #999999 1px solid;
	 border-left: #999999 1px solid;
	 background-color: #ffffff}

p, ul {
    margin-bottom: 1em;
    margin-top: .7em;
}
h1 {
    font-family: 'Meta', sans serif;
    font-weight: normal;
    font-size: 52px;
    margin-top: 40px;
    margin-bottom: 60px;
    display: inline-block;
    color: #CA6400;
    text-transform: uppercase;
}
h1.headline_2 {
    font-family: 'Meta', sans serif;
    font-weight: bold;
    font-size: 2.1em;
    margin-top: 5%;
    margin-bottom: 0%;
    color: #231f20;
    text-transform: uppercase;
    text-align: center;
    display: block;
    line-height: 1.3;
}
h1 + div {
    margin-top: 3%;
}

h1.seoh1 {
    font-family: inherit;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
    margin: 0;
    display: block;
}
h2, h2.headline_2, .legal h2.headline_2 {
    font-weight: bold;
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 1em;
    color: #231F20;
    display: block;
    text-transform: uppercase;
    line-height: 1.3;
}
h3, h3.headline_3, .headline_3 {
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-size: 1.6em;
    line-height: 1.3;
}
.headline_3:first-child {
    margin-top: .5em;
}
h4 {
    font-weight: bold;
    font-size: 23px;
    margin: 30px 0 10px 0;
    font-weight: bold;
}

a {
	text-decoration: none;
	color: #231F20;
}
.content a {
    color: #ca6400;
    display: inline-block;
}
a:hover {
	 text-decoration: none;
}
a, a.underline, .underline a {
	position: relative;
	text-decoration: none;
}
a.underline:after, .underline a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: .1em;
    display: inline-block;
    background-color: #231F20;
    transform: rotateY(90deg);
    transition: transform 0.8s ease;
    will-change: transform;
}
.header .underline a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: .2em;
    bottom: 0;
    left: 0;
    display: inline-block;
    background-color: #ca6400;
    transform: rotateY(90deg);
    transition: transform 0.5s ease;
    will-change: transform;
}
a.underline:hover:after, .header a:hover:after, .underline a:hover:after, .header a.active:after {
	transform: rotateY(180deg);
}
.header a.active {
    color: #ca6400;
}
.header a.active {
    color: #ca6400;
}

ul {
    padding-left: 1.2em;
}
li {
    list-style-type: none;
    padding-bottom: .5em;
    padding-top: 0;
    padding-left: .5em;
    padding-right: 0;
    position: relative;
}
li:before {
    content: "";
    background: #ca6400;
    /* margin-right: 12px; */
    position: absolute;
    top: .25em;
    left: -1em;
    width: .7em;
    height: .7em;
}
.section-content li:before {
    font-weight: bold;
}	 
li.links {
    margin-left: 10px;
}
.links li:before, li.links:before {
    content: "\203A";
    font-size: 22px;
    color: #ca6400;
    padding-right: 7px;
    line-height: 17px;
}

strong {
    font-weight: bold;
}

b {
	 font-weight: 900
}
	 
a, input, ul, li, p, div, .button, .submit_button {
	 transition: background 0.3s, background-color 0.3s, color 0.3s;
}
label {
    width: 70px;
    float: left;
}
input, textarea, select {
    background-color: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px 0 #cfcfcf inset;
    border-radius: 2px;
    padding: 8px 2%;
    text-align: left;
    margin: 2px 0 2px 0;
}
input[type=radio] {
    border: 0;
    box-shadow: none;
}	 
input[type=text], input[type=password], textarea, select {
    width: 96%;
    width: calc(96% - 2px);
}
select {
    width: 100%;
}


.labelinside {
    margin: 2px 0 2px 0;
    position: relative;
    width: 100%;
    display: inline-block;
}
.labelinside label {
    color: #888888;
    cursor: text;
    display: none;
    font-size: 15px;
    left: 0;
    line-height: 15px;
    padding: 9px 9px;
    position: absolute;
    top: 0;
}
.input_form {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    padding: 5%;
    background: #fafafa;
    font-size: 15px;
    margin-right: 5%;
}
figure {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
}

.w25 {
	width: 25%!important;
}
.w30 {
	width: 30%!important;
}
.w35 {
	width: 35%!important;
}
.w40 {
	width: 40%!important;
}
.w45 {
	width: 45%!important;
}
.w50 {
	width: 50%!important;
}
.m2 {
	margin: 2%;
}
.m4 {
	margin: 4%;
}
.mt0 {
	margin-top: 0px!important;
}
.mt20 {
	margin-top: 20px!important;
}
.mt30 {
	margin-top: 30px!important;
}
.mt40 {
	margin-top: 40px!important;
}
.mt60 {
	margin-top: 60px!important;
}
.mt80 {
	margin-top: 80px!important;
}
.mt100 {
	margin-top: 100px!important;
}


.mt1 {
	margin-top: 1em!important;
}
.mt2 {
	margin-top: 2em!important;
}

.mb0 {
	margin-bottom: 0px!important;
}
.mb1 {
	margin-bottom: 1em!important;
}
.mb2 {
	margin-bottom: 2em!important;
}
.mb3 {
	margin-bottom: 3em!important;
}
.mb4 {
	margin-bottom: 4em!important;
}
.mb6 {
	margin-bottom: 6em!important;
}
.mb8 {
	margin-bottom: 8em!important;
}

.mb20 {
	margin-bottom: 20px!important;
}
.mb40 {
	margin-bottom: 40px!important;
}
.mb60 {
	margin-bottom: 60px!important;
}
.mb80 {
	margin-bottom: 80px!important;
}
.mb100 {
	margin-bottom: 100px!important;
}
.mt2em {
	margin-top: 2em!important;
}
.mt3 {
	margin-top: 3%!important;
}
.mt4 {
	margin-top: 4%!important;
}

.pt80 {
    padding-top: 80px!important;
}

.pt0 {
	padding-top: 0px!important;
}
.pt4 {
	padding-top: 4vh!important;
}
.pt6 {
	padding-top: 6vh!important;
}
.pb0 {
	padding-bottom: 0px!important;
}
.pb4 {
	padding-bottom: 4vh!important;
}
.pb6 {
	padding-bottom: 6vh!important;
}
.pb8 {
	padding-bottom: 8vh!important;
}
.ph0 {
	padding-left: 0!important;
	padding-right: 0!important;
}
.ph-3 {
	padding: 0 3%!important;
}
.ph-2 {
    padding: 0 2%!important;
}
.pr4 {
	padding-right: 4%!important;
}

.content {
    background: #fff;
    position: relative;
    display: inline-block;
    width: 100%;
}	

/* Header */
.header {
    width: 100%;
    z-index: 111;
    position: relative;
    background: #fff;
    background-image: url(/images/becker-icon-bg.png);
    background-repeat: no-repeat;
    background-position: 95% 99%;
    background-size: 45%;
}
.header.sticky {
    position: fixed;
}
.header-container {
    margin: auto;
    position: relative;
    width: 94%;
    margin: auto;
    max-width: 1400px;
}

/* Logo */
.header .logo {
    position: relative;
    transition: transform .6s ease, background .6s ease;
    width: 20%;
    padding: 1.5% 0 1.7% 0;
    display: flex;
}
.header .logo img {
    transform: scale(1);
    transition: transform .4s ease;
    z-index: 11;
    position: relative;
    align-self: center;
}
.header .logo:hover img {
    transform: scale(1.05);
}

/* Top Navigation */
#navigation-top {
    position: absolute;
    top: 1.3vw;
    right: 0;
    font-weight: bold;
    line-height: 1;
    font-size: .7em;
}
#navigation-top a {
    padding: .5em;
    text-transform: uppercase;
    font-weight: bold;
}
#navigation-top a:hover {
	text-decoration: none;
    color: #ca6400;
}
.sticky #navigation-top a {
    color: #fff;
}
#navigation-top a:last-child {
    padding-left: 0;
}
#navigation-top a:last-child:before {
    content: "";
    border-left: 2px solid #231F20;
    height: .7em;
    display: inline-block;
    margin-right: .5em;
}

/* Top Navigation END */

/* Navigation */
.nav {
    width: 70%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.sticky .nav {
    background: #fff;
}
.nav A {
    padding: .5em;
    margin: 0 0 0 1em;
    /* float: right; */
    font-size: .85em;
    /* letter-spacing: 1px; */
    font-weight: bold;
    transition: color .4s ease;
    line-height: 2.5em;
    text-transform: uppercase;
}
.nav A:hover {
	text-decoration: none;
    color: #ca6400;
}
.nav .selected, .nav .selected:hover {
    color: #ca6400;
    padding: 10px 0 10px 0;
    margin: 0 15px 0 15px;
}

.sticky .nav A {
    color: #231F20;
}
.sticky .nav a.selected {
    color: #ca6400;
}
.sticky .underline a:after {
    background-color: #ca6400;
}

.sticky .underline a.selected:after {
    width: 100%;
    left: 0;
    background-color: #231F20; 
}

#navigation > ul {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}
#navigation li {
    list-style: none;
    padding: 0 0 1em 0;
    margin: 0;
    position: relative;
}
#navigation li:before {
    display: none;
}
#navigation > ul > li > ul {
    position: absolute;
    left: 0;
    top: 2.4em;
    background: #fff;
    padding: 2em 0 1em 0;
    transform: rotateX(90deg);
    transition: transform .3s ease;
    transform-origin: top;
}
#navigation > ul > li:hover > ul {
	transform: rotate(0deg);
}
#navigation > ul > li > ul > li {
    padding: 0;
}
#navigation > ul > li > ul > li > a {
    font-weight: normal;
    white-space: nowrap;
    text-transform: none;
    padding: .7em 3em .5em 1.5em;
    display: block;
    line-height: 1.4;
	margin: 0;
	transition: all .3s ease;
}
#navigation > ul > li > ul > li > a:hover, #navigation > ul > li > ul > li > a.active {
    color: #fff;
    background-color: #ca6400; 
}
#navigation > ul > li > ul > li > a:hover:after {
    display: none; 
}
/* Navigation END */

/* Banner */
@keyframes fadeSlide {
    0%  {transform:scale(1) translateX(0)}
    60%  {transform:scale(1.2) translateX(-8%)}
    100%  {transform:scale(1) translateX(0)}
}
.banner-wrapper {
    position: relative;
    box-shadow: 0 0 2vw rgba(0, 0, 0, 0.7);
    z-index: 99;
    overflow: hidden;
    padding: 0;
    display: flex;
    flex-direction: column;
}
#banner {
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
    height: 27vw;
    background-color: #eaf0ed;
    margin-top: 0;
    transform: translateY(0);
	transform-origin: center;
		
    animation:fadeSlide ease;
    animation-fill-mode: forwards;
    animation-duration: 40s;
	animation-iteration-count: infinite;
}
#banner video {
    width: 100%;
}
#banner .section-content {
    height: 100%;
}
.banner-wrapper .title, #banner .title {
    color: #fff;
    background: #ca6400;
    min-width: 12%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: .9% 1.5% .4% 1.5%;
    font-weight: bold;
    font-size: 1.8em;
    line-height: 1;
    text-transform: uppercase;
}

@media only screen and (max-width:1440px) {	
	#banner .title {
		left: 2%;
	}
}

@keyframes jump {
   0%   { transform:translateY(-0.1vw);}
   50%   { transform:translateY(0.2vw);}
   100%   { transform:translateY(-0.1vw);}
}	
.down-link {
    position: absolute;
    left: 47.5%;
    bottom: 1.5vw;
    width: 5vw;
    height: 3vw;
    z-index: 1;
    transition: transform .3s ease;
}
.down-link span {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background: url(/images/down.svg) 50% 50% no-repeat;
    background-size: 90%;
    animation: jump 3s infinite ease;
}
.down-link:hover {
	text-decoration: none;
	transform: scale(1.1);
}
/* Banner ENDE */

/* Home */
.kompetenzen-buttons {
    display: flex;
    gap: 7%;
}
.kompetenzen-buttons a {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .04em;
    width: 20%;
    font-weight: bold;
    font-size: 1.05em;
    line-height: 1.2;
}
.kompetenzen-buttons a:hover {
    text-decoration: none;
}
.kompetenzen-buttons figure {
    position: relative;
    display: flex;
    overflow: hidden;
}
.kompetenzen-buttons figure img {
    transform: none;
    transition: transform .6s ease-in;
    box-shadow: .3em .3em .5em rgba(0, 0, 0, 0.5);
}
.kompetenzen-buttons figcaption {
    margin-top: 1.4em;
}
.kompetenzen-buttons .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 90%;
    color: #fff;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
	background-color: #dde8e2;
    background-image: url(/images/kat-mehr-bg.png);
    background-repeat: no-repeat;
    background-size: 115%;
    background-position: -70% 180%;
    /* transform-style: preserve-3d; 
    backface-visibility: hidden;
    transform: rotateX(-180deg) rotateY(0) translateZ(0.1px);*/
    transform: scale(0);
	opacity: 0;
    transition: all .4s ease-in;
}
.kompetenzen-buttons .overlay span {
	display: inline-block;
	opacity: 1;
/*	transform-style: preserve-3d;
	 transform: translateY(50px); 
    transition: opacity .4s ease .6s;*/
}
a:hover figure img {
/*   transform: rotateX(-180deg) rotateY(0) translateZ(0.1px); */
    transform: scale(2);
}
a:hover figure .overlay {
	opacity: 1;
    transform: none;
}
a:hover figure .overlay span {
	opacity: 1;
}
.more {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: .3em;
    padding: .2em 1em 0 1em;
    text-transform: none;
    font-size: .9em;
    background: #ca6400;
    color: #fff;
    line-height: 1.8;
}
.white .more {
    border: 1px solid #ca6400;
}
.overlay .more {
    position: absolute;
    bottom: 15%;
}
.flexbox .more {
    margin-top: 1em;
}
a.more {
    transition: all .3s ease;
    text-align: center;
    color: #fff;
}
a.more:hover {
    color: #231F20;
    background: #fff;
    border-color: #ca6400;
}

.flexbox {
    display: flex;
    flex-wrap: nowrap;
    gap: 4%;
    margin-bottom: 4%;
    overflow: hidden;
}
.home .flexbox {
    gap: 4%;
}
.flexbox.reverse {
    flex-direction: row-reverse;
}
.flexbox > * {
    width: 48%;
}
.flexbox.col {
    flex-direction: column;
	margin: 0;
}
.flexbox.col > * {
    width: 92%;
}
.flexbox.col .flex-txt {
    padding: 4% 8%;
    width: 84%;
    height: 50%;
}
.flexbox.col figure {
    width: 100%;
    height: 48%;
    /* display: inline-block; */
}
.flexbox.col figure img {
    /* max-width: 100%; */
}
.flexbox.middle > * {
    align-self: center;
}
.flexbox.middle p {
    margin-bottom: 0;
}
.flex-txt {
    background-color: #dde8e2;
    padding: 1.5em 2em;
    width: calc(48% - 4em);
}
.flex-txt.full {
    width: calc(100% - 4em);
}
.flex-txt h3 {
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 1.8em;
    margin-top: .5em;
    margin-bottom: .8em;
}
.flex-txt h3.bold {
    font-weight: bold;
}
.flex-txt *:last-child {
    margin-bottom: 0;
}
.flex-txt.white {
    background-color: #fff;
    color: #231F20;
    width: 45%;
    padding: 1.5em 2em;
    width: calc(48% - 4em);
}
.flex-txt.white.full {
    padding-left: 0;
    width: 48%;
    padding: 1.5em 0;
}
.flexbox figure {
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.flexbox figure.flex-start {
    align-items: flex-start;
}
.flexbox figure img {
    max-width: initial;
}
.flexbox figure.max-width img {
    max-width: 100%;
    /* height: auto !important; */
    object-fit: contain;
    align-self: flex-start;
}
.headline1 {
    font-weight: 900;
    font-size: 48px;
    line-height: 1.3;
    margin: 20px 0 8vh 0;
    text-transform: uppercase;
    letter-spacing: 0;
}
.flex-txt .headline1 {
    margin: 20px 0 10px 0;
    display: inline-block;
}
.headline1.square:after {
    content: "";
    background: #ca6400;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-left: 18px;
    margin-bottom: -1px;
}
span.fussnote {
    text-align: right;
    position: absolute;
    bottom: 6%;
    right: 4%;
}
/* Home END */


.fade {
	opacity: .1;
	transform: translateY(3vw);
	transition: opacity .8s ease, transform .8s ease;
}

.flexbox > .fade:first-child {
	transform: translateX(-4vw);
	transition: opacity .8s ease, transform .8s ease;
}
.flexbox > .fade:last-child {
	transform: translateX(4vw);
	transition: opacity .8s ease, transform .8s ease;
}

.flexbox.reverse > .fade:first-child {
	transform: translateX(4vw);
	transition: opacity .8s ease, transform .8s ease;
}
.flexbox.reverse > .fade:last-child {
	transform: translateX(-4vw);
	transition: opacity .8s ease, transform .8s ease;
}

.flexbox > .fade.animate {
	opacity: 1;
	transform: translateX(0)!important;
}

.kompetenzen-buttons .fade figure {
	transform: rotateY(90deg);
	transform: scale(0);
	transition: opacity .8s ease, transform .8s ease;
}	
.kompetenzen-buttons .fade.animate figure {
	transform: rotateY(0deg);
	transform: scale(1);
}	
.fade.animate {
	opacity: 1;
	transform: translateY(0);
}

.clear {
	 clear: both}

section, .section {
    width: 100%;
    padding-bottom: 8vh;
    padding-top: 3vh;
    padding-left: 0px;
    display: inline-block;
    padding-right: 0px;
    background: #fff;
}
.section.grau, figure.grau {
    background: #f3f3f3;
}

.section-content {
    max-width: 1400px;
    margin: 0px auto;
    position: relative;
    width: 94%;
}
.section-content.slim {
    width: 80%;
    max-width: 1100px;
}
.section-content.wide {
    max-width: 96%;
}
.flex {
    display: flex;
    gap: 3em;
}
.col-wrapper {
    margin-top: 15px;
    display: block;
}
.col2 {
    width: 47%;
    margin-right: 3%;
    float: left;
	text-align: left;
}	
.col2.last {
    margin-right: 0;
    margin-left: 3%;
}	 

.col3 {
    float: left;
}
.col3.first {
    width: 31%;
    margin-right: 2%;
}
.col3.middle {
    margin-right: 1%;
    margin-left: 1%;
    width: 31%;
}	 
.col3.last {
    width: 31%;
    margin-left: 2%;
}	  
	 
.col32 {
    width: 62%;
    margin-right: 5%;
    float: left;
}	 
	 
.col4 {
    width: 22%;
    margin-right: 4%;
    float: left;
}
.col4.last {
    margin-right: 0;
}
.col43 {
    float: left;
    width: 67%;
    width: calc(68% - 6px);
    margin-right: 3%;
}
.col43 ul {
    background: #fcfcfc;
    border: 3px solid #ddd;
    border-radius: 3px;
    padding: 4% 5%;
}
.col-wrapper.align-bottom {
    display: flex;
    vertical-align: bottom;
    align-items: flex-end;
    flex-direction: row;
}
.col-wrapper.align-middle {
    display: flex;
    align-items: center;
}

.fixbuttons {
    z-index: 99;
    position: fixed;
}
.fixbuttons a {
    color: #fff;
    background: #ca6400;
    width: 82px;
    position: fixed;
    right: 0;
    bottom: 15vh;
    padding: 10px 15px 7px 12px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    transform: translateX(15px);
	transition: transform .3s ease-out;
}
.fixbuttons a:first-child {
    bottom: calc(15vh + 40px);
}
.fixbuttons a:hover {
    transform: translateX(0);
}

/* Unterseiten */

.home #banner {
    background-image: url(/images/header/home-header.webp);
    height: 38vw;
    background-position: center center;
}
.unternehmen #banner {
    background-image: url(/images/header/unternehmen-header.webp);
}
.leistungen #banner {
    background-image: url(/images/header/leistungen-header.webp);
}
.qualitaet #banner {
    background-image: url(/images/header/qualitaet-header.webp);
}
.produkte #banner {
    background-image: url(/images/header/produkte-header.webp);
}

.vorrichtungsbau #banner {
    background-image: url(/images/header/vorrichtungsbau-header.webp);
}
.werkzeugbau #banner {
    background-image: url(/images/header/werkzeugbau-header.webp);
}
.lasertechnik #banner {
    background-image: url(/images/header/lasertechnik-header.webp);
}
.stanztechnik #banner {
    background-image: url(/images/header/stanztechnik-header.webp);
}

.karriere #banner, .kontakt #banner {
    background-image: url(/images/header/karriere-header.webp);
}
.downloads #banner {
    background-image: url(/images/header/downloads-header.webp);
}
.kontakt #banner, .kontakt #banner {
    background-image: url(/images/header/kontakt-header.webp);
}
.legal #banner {
    background-image: url(/images/header/impressum-header.webp);
}

a.download {
    font-weight: bold;
    letter-spacing: .05vw;
    font-size: 1.1em;
    color: #000;
    position: relative;
    margin-left: 2.2em;
}
a.download:before {
    content: "";
    width: 1.1em;
    height: .7em;
    background: #ca6400;
    display: inline-block;
    margin-right: .4em;
    transition: all .3s ease;
    position: absolute;
    top: .3em;
    left: -2.2em;
}
a.download:hover {
    color: #ca6400;
}
a.download:hover:before {
    content: "";
    width: 1.5em;
}

@media only screen and (max-width:1920px) {	
}
@media only screen and (max-width:1440px) {	
}

/* Produkte */
.produktbilder {
    display: flex;
    gap: 1.5em;
}
.produktbilder > .flex {
    width: 50%;
    display: flex;
    gap: 1.5em;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
.produktbilder figure {
    width: auto;
}
.produktbilder figure img {
    width: 100%;
}
.produktbilder figure.w50 {
    width: calc(50% - 0.75em) !important;
}

/* Unternehmen */
.iconbox img {
    width: 22%;
}
.iconbox h3 {
    font-weight: bold;
    font-size: 1.3em;
    letter-spacing: 0.02em;
    margin-bottom: 0.5em;
    margin-top: 1.2em;
}
#produktion .flexbox {
    margin-bottom: 5%;
}
#team .flexbox > figure {
    width: 58%;
}
#team .flexbox .flex-txt {
    width: 32%;
}
#produktion .flex-txt.white {
    padding: 0;
}
#firmengeschichte {
    line-height: 1.3;
}
#firmengeschichte p {
    margin-bottom: 12px;
    margin-top: 12px;
}
#firmengeschichte .headline1 {
    letter-spacing: -1px;
    font-size: 49px;
    margin: 0 0 40px 0;
}
#firmengeschichte h3 {
    font-weight: 900;
    font-size: 32px;
    margin: 50px 0 30px 0;
}
#firmengeschichte .jahr {
    font-weight: bold;
    font-size: 1.5em;
    letter-spacing: .1em;
    line-height: 1.2;
    color: #ca6400;
    margin-top: 1em;
}
#firmengeschichte .jahr.aktuell {
    color: #ca6400;
    font-size: 30px;
}
#firmengeschichte .flexbox {
    flex-wrap: wrap;
}
#firmengeschichte .flexbox > div {
    width: 30.666%;
}

/* Leistungen */
.leistungen h1.headline_1 {
    margin-bottom: 0;
}
.leistungen h2.headline_2 {
    margin-top: .5em;
}
h3.techniken.center {
    letter-spacing: .05em;
    margin-bottom: 1.5em;
}
.techniken span {
    color: #ca6400;
    font-weight: bold;
    margin: 0 .1em;
}
span.kernkompetenzen {
    color: inherit;
    font-weight: inherit;
    padding-bottom: .7em;
    display: inline-block;
}
.leistungen li label {
    width: 13em;
}

/* Qualitaet */
.float-right {
    float: right;
    width: 45%;
    margin-left: 5%;
    margin-top: 8px;
}

/* Referenzen */
.icons h3 {
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 26px;
}
.icons p {
    line-height: 1.3;
}
.flexbox.products {
    overflow: hidden;
}
.flexbox.products > img {
    width: auto;
}

/* downloads */
.downloads .flexbox {
    gap: 6%;
}
.flexbox .acrobat {
    width: 22%;
    font-size: .95em;
}
.flexbox .download-list {
    width: 72%;
}
.download-list li {
    border-bottom: 1px solid #ccc;
    padding: 0;
}
.download-list a {
    padding: .4em 0 .2em 2em;
    display: block;	
	color: #231F20;
}
.download-list li:before {
    content: "";
    background: #ca6400;
    position: absolute;
    top: .65em;
    left: 0;
    width: .7em;
    height: .7em;
	transition: all .3s ease;
}
.download-list li:hover:before {
    width: 1.2em;
}
.download-list li:hover a {
    color: #ca6400;
}

/* Kontakt */
#Kontaktdaten {
    line-height: 1.3;
    padding-top: 0;
}
#Kontaktdaten h2 {
    font-size: 1.5em;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 5%;
}
#Kontaktdaten h3 {
    font-size: 1em;
    text-transform: uppercase;
    margin: 0;
    color: #ca6400;
    font-weight: normal;
}

.standort {
	position: relative;
	padding-left: 12%;
}
.adresse {
    margin-bottom: 7%;
	position: relative;
	padding-left: 14%;
}
.telefon {
    margin-bottom: 7%;
	position: relative;
	padding-left: 14%;
}
.email {
	position: relative;
	padding-left: 14%;
}
.standort:before {
    content: "";
    width: 8%;
    background-image: url(/images/icon-standort.png);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}
.adresse:before {
    content: "";
    width: 10%;
    background-image: url(/images/icon-adresse.png);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}
.telefon:before {
    content: "";
    width: 10%;
    background-image: url(/images/icon-telefon.png);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}
.email:before {
    content: "";
    width: 10%;
    background-image: url(/images/icon-email.png);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}

#map p {
    margin: 10px 0;
}
div#drdsgvo_map {
    width: 100%;
    height: 100%;
}

/* Impressum, Datenschutz, Download */

.legal #banner, .downloads #banner {
    height: 16vw;
    background-size: cover;
    background-position: center;
}
.legal h2 {
    font-size: 1.5em;
    margin-bottom: .5em;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-top: 2em;
    font-weight: normal;
    line-height: 1.2;
}

a.download-btn {
    background: #BAC3C7;
    padding: 1% 2%;
    font-weight: bold;
    font-size: 22px;
    margin: 2%;
	transition: all .6s ease-in-out;
}
a.download-btn span {
    z-index: 1;
    position: relative;
}
a.download-btn:after {
    content: "pdf";
    background: #ca6400;
    position: absolute;
    right: 3%;
    top: 12px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
	color: #000;
}
a.download-btn:before {
    content: "";
    background: #ca6400;
    position: absolute;
    right: 3%;
    top: 12px;
    width: 32px;
    height: 32px;
	transition: all .4s ease-in-out;
}
a.download-btn:hover {
    color: #fff;
}
a.download-btn:hover:before {
    content: "";
    background: #ca6400;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}


/* Karriere */
.stellenangebote .flexbox > .left {
    width: 20%;
    padding-top: 1em !important;
}
.stellenangebote .left h2.headline_3 {
    margin-top: 1em;
    margin-bottom: .5em;
}
.stellenangebote .flexbox > .right {
	width: 76%
}
span.job-info {
    font-size: 130%;
    margin-right: 15px;
}
span.mehr.right {
    float: right;
    margin-top: 20px;
}
.jobcontent {
    padding-left: 3.3%;
}
.nojobs {
	color: #255D68;
	font-size: 150%;
}

.joblist {
    margin-top: 30px;
    margin-bottom: 60px;
    display: block;
}
.joblist .accordion {
    height: 61px;
    transition: height .6s ease-in-out;
    overflow: hidden;
    position: relative;
}
.joblist .job-row {
    display: block;
    padding: 0;
    text-align: left;
}
.joblist .job-name {
    display: inline-block;
    display: block;
    margin: 0;
    cursor: pointer;
    background: #0C383E;
    color: #fff;
    padding: 1% 3%;
}
.joblist .leer .job-name {
    cursor: initial;
}
.joblist .job-name h3 {
    margin: 0;
    font-size: 1.2em;
    text-transform: none;
    line-height: 1.6;
    padding-top: .1em;
}
.joblist .accordion:not(.leer) .job-name:hover {
    text-decoration: none;
    background-color: #ca6400;
	color: #fff;
}
.joblist .description {
    padding: 1% 0 1% 0;
    background: #fff;
    opacity: 0;
    transition: transform 1.2s cubic-bezier(0,0,0.005,1), opacity 1s ease-in-out;
    height: auto;
    font-size: 1.1em;
}
.joblist .open .description {
    opacity: 1;
}
.joblist .description h4 {
    margin: 1em 0 .8em 0;
}
.description ul {
    margin: 15px 0 40px 0;
    padding-left: 0;
}
.joblist .description li {
    border-bottom: 1px solid #ccc;
    padding-top: .5em;
    padding-bottom: .35em;
    padding-left: 2em;
    display: block;
}
.joblist .description li:before {
    content: "";
    background: #ca6400;
    position: absolute;
    top: .8em;
    left: .1em;
    width: .7em;
    height: .7em;
}
.ausbildung .description:after {
    content: "";
    position: absolute;
    background-image: url(/images/wir-bilden-aus.png);
    right: 1em;
    top: 5em;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.ausbildung .description:after {
    display: none;
}

/* Download */
#downloads h3.pdf-name {
    display: inline-block;
    margin: 0 20px 0 0;
    font-size: 140%;
}
#downloads span.mehr.right {
    float: right;
    margin-top: 10px;
}

/* Videos */
.flexbox.video {
    margin: 0;
    justify-content: space-between; /* Videos */
}
.flexbox.video .videotext {
    width: 61%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.flexbox.video video {
    width: 35%;
}
.videotext h3 {
    margin: 0;
}
.video-subtitle {
    border-bottom: 2px solid #ca6400;
}

/* Vimeo Firmenvideo */
img#btn-firmenvideo {
    cursor: pointer;
}
div#modal-firmenvideo {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, .9);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    display: none;
    background: rgba(30, 30, 30, .9);
}
div#modal-firmenvideo.active {
    display: flex;
}
div#close_video {
    position: absolute;
    right: 2%;
    top: 2%;
    font-size: 2em;
    cursor: pointer;
    width: 2em;
    height: 2em;
	transition: .3s all;
}
div#close_video:hover {
	transform: rotate(180deg);
}
#close_video:before {
    content: "";
	position: absolute;
    width: 100%;
	height: 1px;
    top: 50%;
	left: 0;
	transform: rotate(-45deg);
	transform-origin: center;
	background: #fff;
}
#close_video:after {
    content: "";
	position: absolute;
    width: 100%;
	height: 1px;
    top: 50%;
	left: 0;
	transform: rotate(45deg);
	transform-origin: center;
	background: #fff;
}

/* Unterseiten ENDE*/

/* Footer */
.footer {
    width: 100%;
    position: relative;
    background: #0C383E;
    display: flex;
}
.footercontent {
    max-width: 1400px;
    width: 94%;
    margin: 30px auto 40px auto;
}
.footer-text {
    display: flex;
    width: 100%;
    color: #eee;
    font-size: 1em;
    gap: 5%;
    font-weight: normal;
}
.footer a {
    color: #ddd;
    margin-right: 1vw;
}
.footer a:hover {
    color: #fff;
}
.footer a:after {
    background-color: #fff;
}
.footer a.active {
    color: #fff;
}
.footer a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: .2em;
    bottom: -.2em;
    left: 0;
    display: inline-block;
    transform: rotateY(90deg);
    background-color: #ca6400;
}
.footer a:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: .2em;
    bottom: -.2em;
    left: 0;
    display: inline-block;
    transform: none;
    background-color: #ca6400;
}
.footer a.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: .2em;
    bottom: -.2em;
    left: 0;
    display: inline-block;
    transform: none;
    background-color: #ca6400;
}

/* Footer END */

.parallax-section {
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-bottom: 12%;
    padding-top: 12%;
    float: left;
}

.shariff {
    margin-top: 30px;
    padding-top: 30px;
}
.shariff li {
    padding: 0;
}
.shariff li:before {
    display: none;
}

/* Popup */

#hinweis {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 500px;
    background: #fff;
    padding: 0;
    z-index: 9;
    z-index: 99999;
    transform: translate(-50%, -50%);
    min-width: 350px;
    box-shadow: 0 0 4vw rgba(0, 0, 0, 0.6);
    max-width: 90vw;
}
#hinweis a {
    display: flex;
}
#hinweis img {
    width: 100%;
    max-width: 100%;
    display: flex;
}
#hinweis p, #hinweis li{
    margin: 1vh 0;
    color: #333;
    font-size: 16px;
    line-height: 21px;
}
#close {
    text-align: right;
    font-family: sans-serif;
    font-weight: normal;
    position: absolute;
    right: 1%;
    top: 1%;
    padding: 2%;
    cursor: pointer;
    font-size: 30px;
    background: #fff;
    font-family: 'Open Sans';
    line-height: 1;
}


/* Responsive */
/*
@media only screen and (max-width:1280px) {	
	#navigation-top, .nav {
		padding-right: 3%;
	}
	.nav A {
		margin: 0 5px 0 22px;
	}
	p, ul {
		margin-bottom: 15px;
		margin-top: 15px;
	}
	h2, h2.headline_2, .legal h2.headline_2 {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	h3 {
		margin: 15px 0 8px 0;
	}
	section, .section {
		padding-bottom: 5vh;
		padding-top: 2vh;
	}
	.flex-txt .headline1 {
		margin: 5px 0 0 0;
	}
	.flex-txt a.more {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.footer-text {
		font-size: 17px;
	}
	

	#intro h1.slogan {
		font-size: 4.5vw;
	}
	.kompetenzen-buttons {
		gap: 3%;
	}
	.kompetenzen-buttons figcaption {
		font-size: 16px;
	}
	.flexbox figure img {
		max-width: 120%;
	}
	.overlay .more {
		padding: 2px 10px 3px 10px;
		margin-top: 12px;
		font-size: 16px;
	}
	

	#firmengeschichte .headline1 {
		font-size: 38px;
	}
	#firmengeschichte .ph-3 {
		font-size: 16px;
	}
	.flexbox.col .flex-txt {
		padding: 6% 8%;
	}
	.flexbox .icons h3 {
		font-size: 20px;
	}
	.flexbox .ph-2 {
		padding: 0 1%!important;
		font-size: 16px;
	}
	.referenzen .ph-2 img {
		width: 50%;
	}
}	
*/


@media only screen and (max-width:1440px) {		
	.home #banner {
		background-image: url(/images/header/home-header-mob.webp);
	}
	.unternehmen #banner {
		background-image: url(/images/header/unternehmen-header-mob.webp);
	}
	.leistungen #banner {
		background-image: url(/images/header/leistungen-header-mob.webp);
	}
	.qualitaet #banner {
		background-image: url(/images/header/qualitaet-header-mob.webp);
	}
	.produkte #banner {
		background-image: url(/images/header/produkte-header-mob.webp);
	}

	.vorrichtungsbau #banner {
		background-image: url(/images/header/vorrichtungsbau-header-mob.webp);
	}
	.werkzeugbau #banner {
		background-image: url(/images/header/werkzeugbau-header-mob.webp);
	}
	.stanztechnik #banner {
		background-image: url(/images/header/stanztechnik-header-mob.webp);
	}

	.karriere #banner, .kontakt #banner {
		background-image: url(/images/header/karriere-header-mob.webp);
	}
	.downloads #banner {
		background-image: url(/images/header/downloads-header-mob.webp);
	}
	.kontakt #banner, .kontakt #banner {
		background-image: url(/images/header/kontakt-header-mob.webp);
	}
	.legal #banner {
		background-image: url(/images/header/impressum-header-mob.webp);
	}
}

/* Mobile */

@media only screen and (max-width:1023px) {	
    body {
        line-height: 1.4;
        font-size: 4.5vw;
    }
    .header .logo {
        width: 160px;
    }
	#navigation-top, .nav, .desktop {
		 display: none;	
	}
	.mobile {
		 display: initial;	
	}	
    .header, .header.sticky {
		height: 60px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        position: fixed;
        left: 0;
        top: 0;
    }
    #navigation_mob {
        width: 70px;
        height: 55px;
        overflow: hidden;
        display: block !important;
        position: fixed;
        right: 0;
        top: 0;
        background: rgba(255, 255, 255, 1);
        z-index: 99999;
        font-size: 5.2vw;
        text-transform: uppercase;
        -moz-transition: width 0.3s;
        -webkit-transition: width 0.3s;
        transition: width 0.3s;
        letter-spacing: 1px;
    }
	#navigation_mob.active {
		width: 100%;
		height: auto;
		overflow: visible;
		padding-top: 60px;
		box-shadow: 0 0 10px rgb(0 0 0 / 50%);
		padding-bottom: 10px;
	}
	#navigation_mob ul {
		width: 80vw;
		margin-left: 8vw;
	}
	#navigation_mob ul ul {
		margin-left: 0;
	}
    #navigation_mob A {
        padding: 6px 0 0px 0;
        width: 100%;
        display: block;
        text-align: left;
        line-height: 4vh;
        /* border-top: 1px solid #ca6400; */
        background: transparent;
        color: #fff;
        margin-top: 1px;
    }	
    #navigation_mob.active a {
        color: #231F20;
    }
    #navigation_mob.active a.active {
        /* background: #ca6400; */
        color: #ca6400;
        font-weight: bold;
    }
/*	
	#navigation_mob li:before {
		content: "";
		display: none;
	}
*/
	#navigation_mob li:before {
		content: "";
		background: #ca6400;
		position: absolute;
		top: .72em;
		left: -1em;
		width: .7em;
		height: .7em;
	}	
	.hamburger {
		display: block;
		position: absolute;
		width: 50px;
		height: 35px;
		background: #fff;
		right: 0px;
		top: 0px;
		padding: 12px 3vw;
		cursor: pointer;
		z-index: 100;
	}
	.hamb_line {
		height: 4px;
		width: 90%;
		background: #ca6400;
		margin-top: 3px;
		margin-bottom: 6px;
		float: right;
	}
	#navigation_mob.active .hamburger {
		display: none;
	}		
	.close_menu{
		display: none
	}
	.active .close_menu {
		display: block !important;
		position: absolute;
		width: 100%;
		height: 60px;
		right: 0px;
		top: 0px;
		text-align: right;
		color: #ca6400;
		padding: 5px 15px 0 0;
		font-size: 40px;
		cursor: pointer;
		z-index: 100;
	}
	
    .banner-wrapper {
        margin-top: 60px;
    }	
	#banner, .home #banner {
		background-position: center bottom;
	}
    #banner, .home #banner {
        background-size: cover;
        background-attachment: scroll;
        display: flex;
        justify-content: center;
        height: 50vw;
    }
	#banner video {
		width: auto;
		height: 100%;
	}
    .legal #banner {
        height: 25vw;
    }
    .banner-wrapper .title, #banner .title {
        padding: .4em .6em .1em .6em;
        font-size: 1.1em;
    }
    .section-content.slim {
        margin-bottom: 2em;
        width: 92%;		
    }
    h1 {
        font-size: 2.3em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        line-height: 1;
    }
	.legal h1 {
		font-size: 36px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.legal h2 {
		font-size: 23px;
		margin-bottom: 10px;
		margin-top: 25px;
	}
	h2, h2.headline_2, .legal h2.headline_2, h1.headline_2 {
        font-size: 1.5em;
        margin-top: 1em;
        margin-bottom: .5em;
        letter-spacing: .02em;
        line-height: 1.2;
    }
	h3, h3.headline_3, .headline_3 {
		font-size: 1.4em;
		line-height: 1.2;
	}
    h3.techniken.center {
        letter-spacing: .01em;
        font-size: 1.35em;
    }
	h3 br {
		display: none;
	}
	p, ul {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.pt4 {
		padding-top: 2vh!important;
	}	
	.pb4 {
		padding-bottom: 2vh!important;
	}
	.pb6 {
		padding-bottom: 3vh!important;
	}	
	.mt40 {
		margin-top: 30px!important;
	}
    .flexbox {
        flex-wrap: wrap;
        margin-bottom: 2em;
    }
	.mob-full, .flexbox.mob-full {
		width: 100vw;
		margin-left: -4vw;
	}
	.flexbox > * {
		width: 100%!important;
	}
	.flex-txt {
		padding: 6vw;
		width: 88vw!important;
	}
    .flex-txt.white, .flex-txt.white.full {
        padding: 0;
        width: 88vw !important;
        margin: 6vw auto;
    }
	.flexbox figure img {
		max-width: 100%;
	}
	.flexbox.video {
        gap: 1em;
        width: 88vw;
        margin-left: auto;
        margin-right: auto;
    }
	.flexbox.mob-reverse {
		flex-direction: column-reverse;
	}
	.leistungen .videotext {
        gap: 2em;
    }
	.leistungen .flex {
		gap: .7em;
		flex-direction: column;
	}
	a.download-btn {
		padding: 15px;
		font-size: 20px;
		margin: 15px 0;
	}
	.more {
		font-size: 1.1em;
	}
	.fixbuttons a {
		bottom: 5vh;
	}
	.fixbuttons a:first-child {
		bottom: calc(5vh + 40px);
	}
	
	/* Home */
	.video-wrapper.hero {
		top: 60px;
		height: 66vw;
	}
	.headline1.mob-sm {
		font-size: 28px;
	}
	.headline1.mob-sm br {
		display: none;
	}
	.kompetenzen-buttons {
		flex-wrap: wrap;
		gap: 4%;
		justify-content: center;
	}
	.kompetenzen-buttons a {
		width: 48%;
		letter-spacing: .02em;
	}
	.kompetenzen-buttons figcaption {
		margin-top: 0.5em;
		margin-bottom: 1.5em;
	}
	
    #kontaktdaten {
        text-align: left;
    }
	#Kontaktdaten h2 {
		margin-bottom: 1.5em;
	}
	.standort br {
		display: none;
	}
	.standort, .adresse, .telefon, .email {
		padding-left: 16%;
		margin-bottom: 7%;
	}
	
	/* Unterseiten */
	.kontakt .ph-2 {
		margin-bottom: 30px;
	}
	.kontakt .icon {
		width: 60%;
	}
	#map {
		font-size: 100%;
	}
	
	#firmengeschichte {
		margin-top: 2vh;
	}
	#firmengeschichte .headline1 {
		font-size: 32px;
		letter-spacing: 0;
		width: 90vw;
		margin-left: 5vw;
	}
	#firmengeschichte .jahr {
		line-height: 1.2;
	}
	.produktbilder {
		gap: 2vw;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.produktbilder > .flex {
		width: 100%;
		gap: 2vw;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
	}
	.produktbilder figure.w50 {
		width: calc(50% - 1vw) !important;
	}
	
	.iconbox {
		margin-bottom: 1em;
		margin-top: 1em;
	}
	
	.joblist .accordion {
		height: 80px;
	}
	.karriere .left figure {
		justify-content: left;
	}
	.karriere .section-content.slim.pb6 {
		padding-bottom: 0 !important;
	}
	.joblist .job-name {
		padding: 3% 5%;
	}
	.joblist .job-name h3 {
		margin: 0;
		font-size: 1.1em;
		line-height: 1.2;
	}
	.no-br-mob br {
		display: none;
	}
	
	/* Footer */
	.footercontent {
		width: 92%;
		margin: 20px auto 30px auto;
	}
    .footer-text {
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
    }	
    .footer-text > * {
        width: 100%!important;
    }	
	
	
	.home #banner {
		background-image: url(/images/header/home-header-mob.webp);
	}
	.unternehmen #banner {
		background-image: url(/images/header/unternehmen-header-mob.webp);
	}
	.leistungen #banner {
		background-image: url(/images/header/leistungen-header-mob.webp);
	}
	.qualitaet #banner {
		background-image: url(/images/header/qualitaet-header-mob.webp);
	}
	.produkte #banner {
		background-image: url(/images/header/produkte-header-mob.webp);
	}

	.vorrichtungsbau #banner {
		background-image: url(/images/header/vorrichtungsbau-header-mob.webp);
	}
	.werkzeugbau #banner {
		background-image: url(/images/header/werkzeugbau-header-mob.webp);
	}
	.stanztechnik #banner {
		background-image: url(/images/header/stanztechnik-header-mob.webp);
	}

	.karriere #banner, .kontakt #banner {
		background-image: url(/images/header/karriere-header-mob.webp);
	}
	.downloads #banner {
		background-image: url(/images/header/downloads-header-mob.webp);
	}
	.kontakt #banner, .kontakt #banner {
		background-image: url(/images/header/kontakt-header-mob.webp);
	}
	.legal #banner {
		background-image: url(/images/header/impressum-header-mob.webp);
	}
}

/*
@media only screen and (max-width:768px) {		
	#banner {
		height: 58vw;
	}
	.home #first h2 {
		font-size: 7vw;
		line-height: 1.3;
	}
}
*/