*,
*:before,
*:after {
    box-sizing: border-box;
}

body,
header,
footer,
main,
section,
article,
nav,
figure,
nav,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
    border: 0;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: #000;
    font: 17px 'Spezia Web Medium';
    min-width: 320px;
}

a {
    color: #000;
    outline: none;
    text-decoration: none;
    transition: .2s All;
}

a:hover {
    color: #000000a8; /* vorher 000*/
    text-decoration: none;
}

input,
select,
textarea {
    border: #999999 1px solid;
    color: #000;
    font: inherit;
    padding: 1em;
}

li {
    list-style: none;
}

h1 {
    font: 26px/1.1 'Spezia Web Medium';
    margin: 0 0 .2em;
}

h2 {
    font: 26px/1 'Spezia Web Medium';
    letter-spacing: 0.4px;
    margin: 0 0 .5em;
}

h3 {
    font: 18px/1.2 'Spezia Web Medium';
    letter-spacing: 0.4px;
    color: #000;
}

h2 span,
h3 span {
    display: block;
    font-size: 30px;
}

h4 {
    font: 12px/1.1 'Spezia Web Medium';  /*voerher 40px*/
    letter-spacing: 0px;
    text-transform: uppercase;
}

h5,
h6 {
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
}

p {
    line-height: 1.4em;
 /*   margin: 0 0 1.4em; */
}

table {
    border-collapse: collapse;
    width: 100%;
}

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

/*- Layout -*/

.page-container {
    margin: 0 auto;
    max-width: 1920px;
    padding: 0px 285px;
    transition: .7s All
}

.home-page .page-container {
    padding-top: 85px;
}

.content-animate .page-container,
.content-animate .page-video {
    transform: translateY(30%);
}

/*- Page Header -*/

.page-header {
    display: flex;
    height: 1px;
    justify-content: space-between;
    left: 0;
    padding: 0 52px;
    position: fixed;
    right: 0;
    top: 53px;
    z-index: 10;
}

.home-page .page-header:not(.is-scrolling) {
    color: #fff;
}
.home-page .page-header:not(.is-scrolling) .header-contacts a {
    color: #000;
}
.home-page .page-header.nav-is-open {
    color: #000;
}

.header-logo {
    display: flex;
    justify-content: left;
    margin: 53px 0 180px;
    max-width: 1920px;
    padding: 0 285px;
}
.header-logo img {
    height: 80px;
    width: 224px;
}

.header-menu {
    display: flex;
}

.header-contacts {
    font: 18px/.9 'Spezia Web Medium';
    text-align: right;
}
.header-contacts li {
    line-height: 1.4;
}

/*- Title  -*/

.page-video {
    background: url(../images/video-pic.jpg) no-repeat center / cover;
    height: 100vh;
    overflow: hidden;
    position: relative;
    transition: .7s All
}

.bgvideo {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: 1s opacity;
    width: auto;
}

.page-video::before {
    background: rgba(0, 0, 0, .4);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.video-logo {
    left: 50%;
    /*opacity: .5;*/
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.btn-scroll-down {
    bottom: 32px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 1
}

.page-title {
    height: 1100px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.page-title--animated {
    transform: scale(1.2);
    transition: 1.7s All;
}

.page-title--zoom {
    transform: scale(1);
    width: 100vw;
}

.title-pic {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.title-pic__1 {
    bottom: 60px;
    left: 0;
    position: absolute;
    z-index: 1;
}

.home-page .intro-text {
    max-width: 888px;
}

.intro-text p {
    line-height: .9;
}

/*- Navigation -*/

.nav-primary {
    background: #fff;
    font: 15px/1 'Spezia Web Medium';
    left: 0;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
    right: 0;
    text-align: left;
    top: 0;
    transform: translateY(-100%);
    transition: .7s All;
    visibility: hidden;
    z-index: 9;
    max-width: 1920px;
    padding: 20px 285px;
}

.nav-is-open+.nav-primary {
    transform: translateY(0);
    visibility: visible;
}

.nav-main-wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: 28px 0 130px;
}
.menu-logo img {
    height: 80px;
    margin-bottom: 20px;
}

.nav-main {
    font-size: 80px;
    line-height: 1.3;
}


.nav-main>li {
    margin-bottom: -11px;/* vorher -20px*/
}


.nav-main>li>a {
    color: #000;
    line-height: 1;
    text-decoration: none;
}

.nav-main>li>a:hover,
.nav-main>li.active>a {
    color: #000;
}

.nav-contacts {
    font-size: 20px;
    line-height: 1.1;
}
.nav-contacts li {
  margin: 0 0 .5em;
}
.nav-contacts a {
    color: #000;
}

.btn-startseite {
    display: inline-block;
}

.nav-banner {
    bottom: 54px;
    position: absolute;
    right: 75px;
}

.nav-banner img {
    max-width: 253px;
}

/*- Components -*/

.list-staff {
    margin-bottom: 125px;
}

.staff-item {
    margin-bottom: 55px;
    text-align: center;
}

.staff-item__pic {
    margin-bottom: 13px;
}

.staff-item__pic img {
    width: 100%;
}

.staff-item__heading {
    margin-bottom: 0;
}

.news-item {
    margin-bottom: 78px;
    padding: 0 5px;
    text-align: left;
}

.news-item p {
    margin: 0
}

.news-item a {
    text-decoration: underline;
}
.news-item img {
    margin-bottom:30px;
}
.news-item .datum {
    padding-bottom: 30px;
    font-size: 12px;
    text-transform: uppercase;
}
.news-item h2 {
    margin-bottom: 21px;
}


.list-quote {
    font-size: 50px;
    max-width: 880px;
    padding: 165px 0;
    position: relative;
    text-align: left;
}

.list-quote::after {
    bottom: 0;
    top: auto
}

.accordeon {
    border-top: 2px solid #000;
    margin-bottom: 65px;
}

.accordeon-row {
    border-bottom: 2px solid #000;
}

.accordeon-headline {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    font: 25px 'Spezia Web Medium';
    color: #000;
    padding: 15px 40px 15px 0;
    position: relative;
}

.accordeon-headline::after {
    background: url(../images/ico-plus.svg) no-repeat top / contain;
    content: '';
    height: 28px;
    margin-top: -14px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 28px;
}

.is-open .accordeon-headline:after {
    background: url(../images/ico-min.svg) no-repeat top / contain;

}

.accordeon-wrap {
    padding: 10px 0
}

.accordeon-intro {
    margin: 0 auto 30px;
    max-width: 1060px;
    text-align: center;
}

/*- Buttons -*/

.btn-link {
    font: 50px 'Spezia Web Medium';
    letter-spacing: -2px;
    padding-left: 55px;
    position: relative;
}

.btn-link a {
    text-decoration: underline;
}

.btn-link a::before {
    background: url(../images/ico-menu.svg) no-repeat center / contain;
    content: '';
    height: 42px;
    left: 0;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    width: 38px;
}

/*- Page Footer -*/

.page-footer {
    padding: 10px 78px 0px;
    border-top: 2px solid #000;
    height: 98px;
}
.page-footer .flex-shrink-1{
    min-width: 70%;
}



.footer-banner {
    left: 0;
    position: absolute;
    top: 0;
}

.footer-pics {
    display: flex;
    padding-left: 207px;
    position: relative;
}

.footer-pics img {
    margin-right: 15px;
}
.footer-pics h3 {
    font-size: 18px;
}

.footer-contacts {
    font: 18px/.9 'Spezia Web Medium';
    margin-bottom: 117px;
    text-align: center;
}
.footermenu {
    padding-right: 206px;
    padding-top: 9px;
}

.nav-footer {
    display: flex;
    font: 12px 'Spezia Web Medium';
    justify-content: center;
}

.nav-footer li {}

.nav-footer li:after {
    color: #999;
    content: "|";
    padding: 0 5px;
}

.nav-footer li:last-child:after {
    display: none;
}

/*- Misc. Components-*/

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px;
}

.pic-responsive img {
    height: auto;
    margin: 0 0 20px;
    width: 100%;
}

.spacing-xl {
    margin-bottom: 145px;
}

.spacing-lg {
    margin-bottom: 100px;
}

.spacing-sm {
    margin-bottom: 70px;
}

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

.hamburger {
    background-color: transparent;
    border: 0;
    border: 2px solid #e9506e;
    border-radius: 50%;
    box-shadow: none;
    cursor: pointer;
    height: 64px;
    outline: none;
    overflow: visible;
    padding: 0;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    transition-timing-function: linear;
    width: 64px;
    z-index: 1
}

.home-page .page-header:not(.is-scrolling) .hamburger {
    border-color: #e9506e;
}

.home-page .page-header.nav-is-open .hamburger {
    border-color: #e9506e;
}

.hamburger::-moz-focus-inner {
    border: 0;
}

.hamburger-box {
    display: block;
    height: 17px;
    left: 50%;
    margin-left: -16px;
    position: relative;
    width: 32px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #e9506e;
    border-radius: 0;
    height: 2px;
    left: 0;
    position: absolute;
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 32px;
}

.home-page .page-header:not(.is-scrolling) .hamburger-inner,
.home-page .page-header:not(.is-scrolling) .hamburger-inner::before,
.home-page .page-header:not(.is-scrolling) .hamburger-inner::after {
    background-color: #e9506e;
}

.home-page .page-header.nav-is-open .hamburger-inner,
.home-page .page-header.nav-is-open .hamburger-inner::before,
.home-page .page-header.nav-is-open .hamburger-inner::after {
    background-color: #e9506e;
}

.hamburger-inner::before {
    content: "";
    top: 7px;
    transition-duration: .2s;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    width: 25px;
}

.hamburger-inner::after {
    content: "";
    top: 14px;
}

.hamburger.is-active .hamburger-inner {
    transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger.is-active .hamburger-inner::before {
    opacity: 0;
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
}

.hamburger.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-90deg);
}


/*
Z. 349,356, 393, 431, 616, 102, 387, 217, 60, 78, 91, 388
*/
.text-center a, .text_rechts a {
    text-decoration:underline;
}
.text_rechts {
    text-align: left;
    width: 65%;
    margin-left: auto;
    font: 17px Inter, Arial, Helvetica, Sans-Serif;
}

.det_elem_no_padding {
    margin:0 calc(50% - 50vw)  45px /*0*/ !important
}
.det_elem_no_padding img{
   width: 100%
}
.CCSS331 {
    border-top: 2px solid #000;
    margin-bottom: 65px;
    width: 65%;
}
.pic-galerie {
    padding-bottom: 20px;
}
.galerieseite_box {
    padding-top:36px;
}
.galeriename {
    padding-top:16px;
}
.intro-text {
    margin-bottom: 143px;
    letter-spacing: -2px;
}
.cms_document {
    font: 50px 'Spezia Web Medium';
    letter-spacing: -2px;
    padding-left: 55px;
    position: relative;
    padding-bottom:85px;
    text-align:left;
}

.cms_document a {
    text-decoration: underline;
}

.cms_document a::before {
    background: url(../images/ico-menu.svg) no-repeat center / contain;
    content: '';
    height: 42px;
    left: 0;
    margin-top: -21px;
    position: absolute;
    top: 20%;
    width: 38px;
}
.cms_item>.cms_content>.cms_document a.pdf {
    background-image:none;
}
.cms_item a.file {
    padding-left:0;
}
.cms_content .text {   /*dreiertext hier*/
    /*padding-bottom:62px;   */
}
.accordeon-wrap .cms_content .text {   /*dreiertext hier*/
    padding-bottom:0px;
}

.cms_content a{
    text-decoration: underline;
}
.fancybox-infobar {
    display:none;
}
.galerieseite {
    padding-bottom:254px;
}
.nav-main>li>a:hover  {
    opacity:0.8;
}
/*
.header_start {
    border-color: #fff !important;
    color: #fff;
    filter: brightness(0) invert(1);
}
.header_start::after {
    border-color: #fff !important;
    background: #fff !important;
}
.header_start_open {
    background:#fff;
}
.background_white {
    background: #fff !important;
}
.filter_white {
    filter: brightness(0) invert(1);
}
.filter_normal {
    filter: brightness(1) invert(0);
}      */
.headline_cms h3 {
    margin-bottom:0;
}

iframe {
  width: 100%;
  height: 100%;
}
.legende {
    padding-top:10px;
}
.list-news {
    display: flex;
    justify-content: center;
}
.cms_item ul li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
}
.cms_item ol li {
    list-style: decimal;
    list-style-position: outside;
    margin-left: 20px;
}
.cms_column img, .galerieseite_box img {
    width: 100% !important;
    height: auto !important;
}

.footer-banner {
    max-width: 198px;
}
.list-quote h4 {
    color: #000;
}
.start_header {
    margin-bottom:62px;
    margin-top: 278px;
}
.start_header h1 {
  max-width: 1920px;
    padding: 0px 285px;
    padding-bottom: 26px;
}
.start_pic {
    display: flex;
    justify-content: center;
}
.CCSS231 {
    color: #000;
}
.CCSS335 {
    width: 65%;
    font-size: 26px;
}

.text-cust {
    max-width: 888px;
}
.table-box-cust {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: bold;
    width: 888px;
}
.table-box-cust h4 {
    color: #000;
    margin-bottom: 0.7em;
}
.linie_table {
    width: 888px;
    border-top: 2px solid #000;
}
.fixed_circle {
    position: fixed;
    right: 135px;
    bottom: 200px;
    width: 250px;
}
.seitentitel {
    font-size: 18px;
    padding-bottom:35px;
    text-transform: uppercase;
}
.nav-is-open .header-contacts {
    display: none;
}
.cms_content > div {
    height: unset !important;
    width: unset !important;
}
.CCSS231 h3 {
    hyphens: auto;
}


.projects .news-item {
    margin-bottom: 72px;
}
.projects .news-item img {
    margin-bottom: 13px;
}

.projects .news-item h3 {
    margin: 0 0 .5em;
}
.aktuell {
    text-transform: uppercase;
    padding-bottom: 32px;
    padding-left: 5px;
}

.list-projects__item {
    margin-bottom: 30px;
}

.list-projects__pic {
    margin-bottom: 5px;
}

.list-projects__pic img {
    filter: saturate(0%);
    transition: .3s All;
    width: 100%;
    height: auto
}

.list-projects__item:hover img {
    filter: none;
}

.list-projects__info {
    margin-bottom: 0;
}

.contact-info ul {
    margin-bottom: 1em
}

.contact-info__social {
    font-size: 16px;
}

.list-staff__name {
    cursor: pointer;
    float: left;
    font-size: 22px;
    position: relative;
    width: 100%;
    max-width: 321px;
}

.list-staff__name:hover .list-staff__name-pic {
    opacity: 1;
    visibility: visible;
}

.list-staff__name-pic {
    left: 100%;
    margin-left: 10px;
    max-width: none;
    opacity: 0;
    position: absolute;
    top: 10px;
    transition: .3s All;
    visibility: hidden;
    z-index: 1;
}

.list-staff__col {
    font-size: 14px;
    text-align: left;
}


.list-staff td:first-child {
    width: 40%;
}

.list-staff__col>div:first-child {
    width: 50%;
}

.list-objects {
    font-size: 22px;
    line-height: 1.5;
}

.list-objects__name {
    cursor: pointer;
    float: left;
    position: relative;
}

.list-objects__name:hover .list-objects__name-pic {
    opacity: 1;
    visibility: visible;
}

.list-objects__name-pic {
    left: 100%;
    margin-left: 10px;
    max-width: none;
    opacity: 0;
    position: absolute;
    top: 10px;
    transition: .3s All;
    visibility: hidden;
    width: 626px;
    z-index: 1;
    height:auto
}

.list-objects__col {
    display: flex;
}

.list-objects td:first-child {
    padding-right: 30px
}
.list-objects td:nth-child(2) {
    width:10%
}
.list-objects__client{
  width: 79%;
}
.list-objects__partner{
  width: 48%;
}
.list-objects__implementation{
  width: 35%;
}
.werkliste-child{
  cursor: pointer;
}

.list-objects__row-inactive td, .list-objects__row-inactive .list-objects__name {
    color: #777777;
    cursor: pointer;
}
.grid-staff {
    display: flex;
    align-items: baseline;
}
.page-container-info{
  padding-top: 46px;
}

.fancybox-slide>* {
 overflow-y: hidden;
}
