@font-face {
    font-family: 'Helvetica LT Std';
    src: url('files/fonts/HelveticaLTStd-LightCond.woff2') format('woff2'),
        url('files/fonts/HelveticaLTStd-LightCond.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica LT Std';
    src: url('files/fonts/HelveticaLTStd-Cond.woff2') format('woff2'),
        url('files/fonts/HelveticaLTStd-Cond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica LT Std';
    src: url('files/fonts/HelveticaLTStd-BoldCond.woff2') format('woff2'),
        url('files/fonts/HelveticaLTStd-BoldCond.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica LT Std';
    src: url('files/fonts/HelveticaLTStd-Blk.woff2') format('woff2'),
        url('files/fonts/HelveticaLTStd-Blk.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

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



@keyframes turner{
    from{  transform: rotateY(0deg)   }
    to  {  transform: rotateY(360deg) }
}
#preloader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    -moz-transition: opacity 0.8s, height 0.8s;
    -webkit-transition: opacity 0.8s, height 0.8s;
    transition: opacity 0.8s, height 0.8s;
    -moz-transition-delay: 0s, 2s;
    -webkit-transition-delay: 0s, 2s;
    transition-delay: 0s, 2s;
}
#preloader img.logo {
    width: 6%;
    display: block;
    position: absolute;
    left: 47%;
    top: 47%;
    z-index: 9;
    animation: turner 4s infinite linear;
}
#preloader span.logo {
    color: #fff;
    position: fixed;
    left: 48%;
    top: 49%;
    font-family: 'Chalet-LondonNineteenSeventy';
}
#preloader.loaded {
    opacity: 0;
	height: 0;
}

.video-wrapper.hero {
    position: fixed;
    top: 6vh;
    height: 94vh;
    left: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
    color: #fff;
    background: #231F20;
}
.video-wrapper.hero video {
    width: 100vw;
    height: 56.25vw;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    filter: brightness(0.8);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#startvideo-wrapper {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
#startvideo-wrapper.show {
    opacity: 1;
}
#startvideo {
    object-fit: cover;
}
#intro {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 15vh;
    text-align: center;
}
#intro h1.slogan {
    color: #fff;
    text-transform: uppercase;
    font-size: 3.5vw;
    line-height: 1.5;
}
span.quadrat {
    font-size: 70%;
    color: #941F27;
}

.mobile {
	 display: none;	
}	    
body {
    font-size: 19px;
    font-weight: normal;
    color: #333;
    margin: 0px;
    background-color: #fff;
    line-height: 1.5;
    font-family: 'Calibri', Arial, sans-serif;
/*    scroll-behavior: smooth;*/
}
.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;
	 -moz-transition: all 0.3s;
	 -webkit-transition: all 0.3s;
	 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: 20px;
    margin-top: 20px;
}
h1 {
	font-family: 'Helvetica LT Std', sans serif;
    font-weight: 900;
    font-size: 52px;
    margin-top: 40px;
    margin-bottom: 60px;
    display: inline-block;
    color: #231F20;
}
h1.seoh1 {
    font-family: inherit;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
}
h2, h2.headline_2, .legal h2.headline_2 {
    font-family: 'Helvetica LT Std', sans serif;
    font-weight: bold;
    font-size: 41px;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #231F20;
    display: block;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 2px;
}
h3 {
    font-family: 'Helvetica LT Std', sans serif;
	font-weight: bold;
    font-size: 28px;
    margin: 20px 0 10px 0;
}
h4 {
    font-family: 'Helvetica LT Std', sans serif;
    font-weight: normal;
    font-size: 23px;
    margin: 30px 0 10px 0;
    font-weight: bold;
}

a {
	text-decoration: none;
	color: #231F20;
}
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;
    bottom: -7%;
    left: 0;
    display: inline-block;
    background-color: #231F20;
    transform: rotateY(90deg);
    transition: transform 0.8s ease-out;
    will-change: transform;
}
.header .underline a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    bottom: 0px;
    left: 0;
    display: inline-block;
    background-color: #fff;
    transform: rotateY(90deg);
    transition: transform 0.5s ease-out;
    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: #941F27;
}

ul {
    padding-left: 20px;
}

li {
    list-style-type: none;
    padding-bottom: 20px;
    padding-top: 2px;
    padding-left: 12px;
    padding-right: 0px;
    position: relative;
}
section .links li {
	 }

li:before {
    content: "";
    font-size: 17px;
    background: #941F27;
    margin-right: 12px;
    position: absolute;
    top: 9px;
    left: -20px;
    width: 13px;
    height: 13px;
    /* border-radius: 50%; */
}
.section-content li:before {
    font-weight: bold;
}	 
li.links {
    margin-left: 10px;
}
.links li:before, li.links:before {
    content: "\203A";
    font-size: 22px;
    color: #941F27;
    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.4s, background-color 0.4s, color 0.4s;
}
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;
}
figure img {
    float: left;
}

.mt0 {
	margin-top: 0px!important;
}
.mt20 {
	margin-top: 20px!important;
}
.mt40 {
	margin-top: 40px!important;
}
.mt60 {
	margin-top: 60px!important;
}
.mt80 {
	margin-top: 80px!important;
}
.mt100 {
	margin-top: 100px!important;
}
.mb0 {
	margin-bottom: 0px!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;
}

.pt80 {
    padding-top: 80px!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;
}

.ph-3 {
	padding: 0 3%!important;
}
.ph-2 {
    padding: 0 2%!important;
}

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

/* Header */
.header {
    width: 100%;
    z-index: 111;
    position: relative;
    position: fixed;
    background: transparent;
    height: 100px;
    transition: background .8s ease-in-out , box-shadow .6s ease-in-out, transform .6s ease-in-out;
}
.header.sticky {
    position: fixed;
    background: #0C383E;
}
.header-container {
    margin: auto;
    position: absolute;
    width: 97%;
    margin-left: 5%;
    right: 0;
    top: 0;
    height: calc(100% - 5px);
    max-width: calc(1400px + 50vw);
}

/* Logo */
.header .logo {
    position: absolute;
    left: 0;
    top: 0;
    transition: transform .6s ease-out, background .6s ease-in-out;
    width: 350px;
    padding: 0 2.5%;
    height: 100%;
    display: flex;
}
.header.sticky .logo {
    background: #fff;
}
.header .logo img {
    transform: scale(1);
    transition: transform .4s ease-in-out;
    z-index: 11;
    position: relative;
    align-self: center;
}
.header .logo:hover img {
    transform: scale(1.05);
}

/* Top Navigation */
#navigation-top {
    float: right;
    margin: 0;
    padding-right: 5%;
}
#navigation-top a {
    font-family: 'Helvetica LT Std';
    color: #fff;
    font-size: 14px;
    padding: 0 5px;
    line-height: 45px;
}
#navigation-top a:hover {
	text-decoration: none;
}
.sticky #navigation-top a {
    color: #fff;
}
/* Top Navigation END */

/* Navigation */
.nav {
    width: 95%;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 5%;
}
.sticky .nav {
    background: #fff;
}
.nav A {
    color: #fff;
    padding: 0;
    margin: 0 5px 0 30px;
    float: right;
    font-size: 18px;
    /* letter-spacing: 1px; */
    font-weight: normal;
    transition: color .4s ease-out;
    line-height: 50px;
    font-family: 'Helvetica LT Std';
}
.nav A:hover {
	text-decoration: none;
    color: #fff;
}
.nav .selected, .nav .selected:hover {
    color: #941F27;
    padding: 10px 0 10px 0;
    margin: 0 15px 0 15px;
}

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

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

/* Navigation END */

/* Banner */
#banner {
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 0;
    position: relative;
    height: 31vw;
    background-color: #0C383E;
    margin-top: 100px;
    transform: translateY(0);
}

@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-out;
}
.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 */
.home .content {
    left: 0;
    top: 100vh;
    z-index: 1;
    position: relative;
}
.kompetenzen-buttons {
    display: flex;
    gap: 4%;
}
.kompetenzen-buttons a {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: 'Helvetica LT Std';
    font-weight: normal;
    width: 16.666%;
}
.kompetenzen-buttons a:hover {
    text-decoration: none;
}
.kompetenzen-buttons figure {
    position: relative;
    display: flex;
    /* outline: 1px solid #231F20; */
	perspective: 1000px;
    transform-style: preserve-3d;
}
.kompetenzen-buttons figure img {
    border: 1px solid #231F20;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transform: none;
    transition: transform .6s ease-out;
}
.kompetenzen-buttons figcaption {
    margin-top: 15px;
}
.kompetenzen-buttons .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-family: 'Calibri', Arial, sans-serif;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 90%;
    background: #941F27;
    color: #fff;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    opacity: 2;
	/*transform-style: preserve-3d;*/
    backface-visibility: hidden;
    transform: rotateX(-180deg) rotateY(0) translateZ(0.1px);
    transition: transform .6s linear;
}
.kompetenzen-buttons .overlay span {
	display: inline-block;
	transform-style: preserve-3d;
    backface-visibility: hidden;
	opacity: 0;
	/* transform: translateY(50px); */
    transition: transform .4s ease-in-out .2s, opacity .4s ease-in-out .2s;
}
a:hover figure img {
    transform: rotateX(-180deg) rotateY(0) translateZ(0.1px);
}
a:hover figure .overlay {
    transform: none;
}
a:hover figure .overlay span {
	opacity: 1;
    transform: none;
}
.more {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 3px 18px 4px 18px;
    text-transform: none;
    font-size: 18px;
    margin-top: 20px;
}
.white .more {
    border: 1px solid #941F27;
}
.overlay .more {
    padding: 3px 15px 4px 15px;
    margin-top: 15px;
}
a.more {
    transition: all .4s ease-in-out;
    text-align: center;
}
a.more:hover {
	color: #231F20;
	background: #fff;
}
.white a.more:hover {
    color: #fff;
    background: #941F27;
}


.flexbox {
    display: flex;
    flex-wrap: nowrap;
    gap: 2%;
    margin-bottom: 2%;
}
.flexbox.reverse {
    flex-direction: row-reverse;
}
.flexbox > * {
    width: 49%;
}
.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: #0C383E;
    color: #fff;
    padding: 2% 4%;
    width: 41%;
}
.flex-txt a {
    color: #fff;
}
.flex-txt.white {
    background-color: #fff;
    color: #231F20;
}
.flex-txt.white a {
    color: #941F27;
}
.flexbox figure {
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.flexbox figure img {
    max-width: initial;
}
.headline1 {
    font-family: 'Helvetica LT Std';
    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: #941F27;
    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 */

.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 {
    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;
}
.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;
}

/* Unterseiten */
.unternehmen #banner {
    background-image: url(images/cnc-breitkreutz-unternehmen-header.jpg);
}
.leistungen #banner {
    background-image: url(images/cnc-breitkreutz-leistungen-header.jpg);
}
.qualitaet #banner {
    background-image: url(images/cnc-breitkreutz-qualitaet-header.jpg);
}
.referenzen #banner {
    background-image: url(images/cnc-breitkreutz-referenzen-header.jpg);
}
.karriere #banner, .kontakt #banner {
    background-image: url(images/cnc-breitkreutz-kontakt-header.jpg);
}
.legal #banner {
    background-image: url(images/header-breitkreutz.jpg);
}

@media only screen and (max-width:1920px) {	
	.unternehmen #banner {
		background-image: url(images/cnc-breitkreutz-unternehmen-header-1920.jpg);
	}
	.leistungen #banner {
		background-image: url(images/cnc-breitkreutz-leistungen-header-1920.jpg);
	}
	.qualitaet #banner {
		background-image: url(images/cnc-breitkreutz-qualitaet-header-1920.jpg);
	}
	.referenzen #banner {
		background-image: url(images/cnc-breitkreutz-referenzen-header-1920.jpg);
	}
	.karriere #banner, .kontakt #banner {
		background-image: url(images/cnc-breitkreutz-kontakt-header-1920.jpg);
	}
	.legal #banner {
		background-image: url(images/header-breitkreutz-1920.jpg);
	}
}
@media only screen and (max-width:1440px) {	

	.unternehmen #banner {
		background-image: url(images/cnc-breitkreutz-unternehmen-header-1440.jpg);
	}
	.leistungen #banner {
		background-image: url(images/cnc-breitkreutz-leistungen-header-1440.jpg);
	}
	.qualitaet #banner {
		background-image: url(images/cnc-breitkreutz-qualitaet-header-1440.jpg);
	}
	.referenzen #banner {
		background-image: url(images/cnc-breitkreutz-referenzen-header-1440.jpg);
	}
	.karriere #banner, .kontakt #banner {
		background-image: url(images/cnc-breitkreutz-kontakt-header-1440.jpg);
	}
	.legal #banner {
		background-image: url(images/header-breitkreutz-1440.jpg);
	}
}

/* Unternehmen */
#team .flexbox > figure {
    width: 58%;
}
#team .flexbox .flex-txt {
    width: 32%;
}
#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: 900;
    font-size: 22px;
    font-family: 'HELVETICA LT STD';
    letter-spacing: 3px;
    line-height: 2;
}
#firmengeschichte .jahr.aktuell {
    color: #941F27;
    font-size: 30px;
}
#firmengeschichte .flexbox {
    flex-wrap: wrap;
}
#firmengeschichte .flexbox > div {
    width: 26%;
}

/* Leistungen */
#leistungen h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    margin-top: 0;
}
#leistungen figure img {
    max-width: initial;
}

/* 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;
}

/* Kontakt */
.ansprechpartner h3 {
    margin-top: 10px;
}
.ansprechpartner p {
    margin-top: 10px;
}
#map {
    font-size: 120%;
}
#map p {
    margin: 10px 0;
}
div#drdsgvo_map {
    width: 100%;
    height: calc(80vh - 100px);
}
.color, a.color {
	color: #941F27;
}

/* Impressum, Datenschutz, Download */

.legal #banner {
    height: 12vw;
    background-size: cover;
    background-position: top;
}
.legal #banner .slogan {
    top: initial;
    bottom: 4vh;
}
.legal h1 {
    font-weight: bold;
    font-size: 40px;
    display: block;
}
.legal h2 {
    font-size: 28px;
    margin-bottom: 15px;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 45px;
    display: inline-block;
}

a.download-btn {
    background: #BAC3C7;
    padding: 1% 2%;
    font-weight: bold;
    font-size: 22px;
    font-family: 'HELVETICA LT STD';
    margin: 2%;
	transition: all .6s ease-in-out;
}
a.download-btn span {
    z-index: 1;
    position: relative;
}
a.download-btn:after {
    content: "pdf";
    background: #941F27;
    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: #941F27;
    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: #941F27;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}


/* Karriere */
.stellenangebote .flexbox > .left {
	width: 25%
}
.stellenangebote .flexbox > .right {
	width: 73%
}
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%;
}

/* CMS */
.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 20px 0 0;
    cursor: pointer;
    background: #0C383E;
    color: #fff;	
    padding: 1% 3%;
}
.joblist .job-name h3 {
    margin: 0;
}
.joblist .job-name:hover {
    text-decoration: none;
    background-color: #941F27;
	color: #fff;
}
.joblist .description {
    padding: 0 3% 3% 3%;
    background: #fff;
    opacity: 0;
    transition: transform 1.2s cubic-bezier(0,0,0.005,1), opacity 1s ease-in-out;
    height: 0;
    height: auto;
    position: absolute;
    text-align: left;
    color: #000;
}
.joblist .open .description {
    opacity: 1;
}
.joblist .description h4 {
    margin: 40px 0 15px 0;
}
.description ul {
    margin: 15px 0 40px 0;
    padding-left: 0;
}
.joblist .description li {
    border-bottom: 1px solid #000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
}
li:before {
    content: "";
    font-size: 17px;
    background: #941F27;
    margin-right: 16px;
    position: absolute;
    top: 17px;
    left: 0;
    width: 13px;
    height: 13px;
    /* border-radius: 50%; */
}
/*
.joblist .flexbox {
    gap: 9%;
}
.joblist .flexbox .col {
    width: 52%;
}
.joblist .flexbox .col:last-child {
    width: 48%;
}
.joblist h3 {
    display: inline-block;
    margin-bottom: 0;
}
.subpage .content .joblist ul {
    list-style-type: disc;
    padding-left: 1.8vw;
    margin-bottom: 3vw;
    margin-top: 3vw;
}
.subpage .content .joblist ul li:before {
    display: none;
}
.subpage .content .joblist ul li::marker {
    font-size: 120%;
}
*/

/* 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;
}


/* Unterseiten ENDE*/

/* Footer */
.footer {
    width: 100%;
    position: relative;
    background: #0C383E;
    display: flex;
}
.footercontent {
    max-width: 1400px;
    width: 96%;
    margin: 30px auto 40px auto;
}
.footer-logo {
    width: 6.5%;
    margin-right: 3.5%;
    float: left;
    padding-top: 4px;
}
.footer-text {
    float: left;
    width: 90%;
    /* background: #fff; */
    padding: 0;
    font-size: 19px;
    color: #fff;
}

.footer-text p:first-child {
    font-weight: bold;
    line-height: 1;
    margin-top: 0;
}
.footer a {
    color: #ddd;
}
.footer a:hover {
    color: #fff;
}
.footer a:after {
    background-color: #fff;
}

/* 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;
}


/* Responsive */

@media only screen and (max-width:1510px) {	 /* Container < 1400px */
	.flexbox.products:nth-child(1) {
		height: 28vw;
	}
	.flexbox.products:nth-child(2) {
		height: calc(28vw / 1.03);
	}
	.flexbox.products:nth-child(3) {
		height: calc(28vw / 1.23);
	}
}

@media only screen and (max-width:1280px) {	
	.header .logo {
		width: 300px;
	}
	#navigation-top, .nav {
		padding-right: 3%;
	}
	.nav A {
		margin: 0 5px 0 22px;
	}
	body {
		font-size: 18px;
		line-height: 1.4;
	}
	p, ul {
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.headline1 {
		font-size: 38px;
	}	
	h2, h2.headline_2, .legal h2.headline_2 {
		font-size: 34px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	h3 {
		font-size: 24px;
		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;
	}
	
	/* Home */	
	#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;
	}
	
	/* Unterseiten */
	#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%;
	}
}	



/* Mobile */

@media only screen and (max-width:1023px) {	
	#preloader img.logo {
		width: 20%;
		left: 40%;
		top: 40%;
	}
	body {
		line-height: 1.3;
	}
	.header .logo {
		width: 240px;
		padding: 0;
		max-width: 70vw;
	}
	#navigation-top, .nav, .desktop {
		 display: none;	
	}
	.mobile {
		 display: initial;	
	}	
	.header, .header.sticky {
		background: #fff;
		height: 60px;
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
		border-bottom: 4px solid #0C383E;
	}
	#navigation_mob {
		width: 70px;
		height: 55px;
		overflow: hidden;
		display: block !important;
		position: fixed;
		right: 0;
		top: 0;
		background: rgba(255,255,255,0.9);
		z-index: 99999;
		font-size: 20px;
		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 A {
		padding: 6px 0 6px 0;
		width: 100%;
		display: block;
		text-align: center;
		line-height: 5vh;
		border-top: 1px solid #941F27;
		background: transparent;
		color: #fff;
		margin-top: 1px;
	}	
	#navigation_mob.active a {
		background: #941F27;
	}
	#navigation_mob.active a.active {
		background: #231F20;
	}
	.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: #941F27;
		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: #941F27;
		padding: 5px 15px 0 0;
		font-size: 40px;
		cursor: pointer;
		z-index: 100;
	}
	
	#banner {
		background-size: 100%;
		background-attachment: scroll;
		margin-top: 60px;
	}
	.legal #banner {
		height: 22vw;
		background-size: 100%;
	}
		
	.section-content, .section-content.slim {
		width: 92%;
	}
	.legal h1 {
		font-size: 36px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.legal h2 {
		font-size: 23px;
		margin-bottom: 10px;
		margin-top: 25px;
	}
	p, ul {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.headline1 {
		font-size: 32px;
		margin: 20px 0 4vh 0;
	}
	.headline1.square:after {
		width: 18px;
		height: 18px;
		margin-left: 14px;
		margin-bottom: 0px;
	}	
	h2, h2.headline_2, .legal h2.headline_2 {
		font-size: 30px;
		margin-top: 20px;
		margin-bottom: 20px;
		letter-spacing: 1px;
	}
	.pt4 {
		padding-top: 2vh!important;
	}	
	.pb4 {
		padding-bottom: 2vh!important;
	}
	.pb6 {
		padding-bottom: 3vh!important;
	}	
	.mt40 {
		margin-top: 30px!important;
	}
	.flexbox {
		flex-wrap: wrap;
		gap: 5px;
	}
	.flexbox.mob-full {
		width: 100vw;
		margin-left: -4vw;
	}
	.flexbox > * {
		width: 100%!important;
	}
	.flex-txt {
		padding: 6vw;
		width: 88vw!important;
	}
	a.download-btn {
		padding: 15px;
		font-size: 20px;
		margin: 15px 0;
	}
	#banner {
		height: 40vw;
	}
	
	/* Home */
	.video-wrapper.hero {
		top: 60px;
		height: 66vw;
	}
	#intro {
		top: calc(60px + 35vw);
	}
	#intro h1.slogan {
		font-size: 5.5vw;
		margin: 0;
		text-shadow: 0 0 30px rgba(0,0,0,0.9);
	}
	.home .content {
		top: calc(64px + 65vw);
	}
	.headline1.mob-sm {
		font-size: 28px;
	}
	.headline1.mob-sm br {
		display: none;
	}
	#cnc .flexbox {
		flex-direction: column-reverse;
	}
	span.fussnote {
		position: relative;
		display: block;
		bottom: 0;
		right: 0;
		margin-top: 20px;
	}
	.kompetenzen-buttons {
		flex-wrap: wrap;
	}
	.kompetenzen-buttons a {
		width: 48%;
		margin: 20px 0;
	}
	
	/* Unterseiten */	
	.kontakt {
		text-align: center;
	}
	.kontakt .ph-2 {
		margin-bottom: 30px;
	}
	.kontakt .icon {
		width: 60%;
	}
	#map {
		font-size: 100%;
	}
	
	.stellenangebote .flexbox {
		flex-direction: column-reverse;
	}
	.stellenangebote .flexbox > .right {
		width: 73%;
		margin-bottom: 20px;
	}
	
	.referenzen .ph-2 img {
		max-width: 130px;
		width: 30%;
	}
	.icons h3 {
		font-size: 22px;
		line-height: 1.6;
	}
	.icons .flexbox .ph-2 {
		margin-bottom: 30px;
	}
	.flexbox.products {
		overflow: visible;
		height: auto!important;
		margin-bottom: 5px;
		gap: 5px;
		width: 100vw;
		margin-left: -4vw;
	}
	
	#leistungen figure img {
		max-width: 100%;
	}
	.flexbox.col {
		flex-direction: row;
		margin: 0;
	}
	.flexbox.col .flex-txt, .flexbox.col figure {
		height: auto;
	}
	
	#team .flexbox {
		flex-direction: column-reverse;
		text-align: center;
	}
	#firmengeschichte {
		margin-top: 2vh;
	}
	#firmengeschichte .headline1 {
		font-size: 32px;
		letter-spacing: 0;
		width: 90vw;
		margin-left: 5vw;
	}
	#firmengeschichte .jahr {
		line-height: 1.2;
	}
	
	/* Footer */
	
	.footercontent {
		width: 92%;
		margin: 20px auto 30px auto;
	}
	.footer-logo {
		width: 25%;
		float: none;
		padding-top: 0;
		margin-bottom: 15px;
	}
	.footer-text {
		width: 100%;
	}
}


@media only screen and (max-width:768px) {		
	#banner {
		height: 58vw;
	}
	.unternehmen #banner {
		background-image: url(images/cnc-breitkreutz-unternehmen-header-mob.jpg);
	}
	.leistungen #banner {
		background-image: url(images/cnc-breitkreutz-leistungen-header-mob.jpg);
	}
	.qualitaet #banner {
		background-image: url(images/cnc-breitkreutz-qualitaet-header-mob.jpg);
	}
	.referenzen #banner {
		background-image: url(images/cnc-breitkreutz-referenzen-header-mob.jpg);
	}
	.karriere #banner, .kontakt #banner {
		background-image: url(images/cnc-breitkreutz-kontakt-header-mob.jpg);
	}
	.legal #banner {
		background-image: url(images/header-breitkreutz-mob.jpg);
	}
	.home #first h2 {
		font-size: 7vw;
		line-height: 1.3;
	}
}
