* {
    margin: 0;
    color: white;
    font-family: 'Roboto', sans-serif;
}
.owl-carousel .owl-item img {
width: unset !important;
height: 17% !important;
}
body {
    display: flex;
    flex-direction: column;
}
::-webkit-scrollbar {
    display: none;
}
h1,h2,h3,h4 {
    text-transform: uppercase;
}
h1,h2 {
    font-size: 60pt;
    font-weight: 100;
}
h3 {
    font-size: 3.5vw;
    color: rgba(252, 175, 23);
    font-weight: 100;
}
h4 {
    font-size: 20pt;
    font-weight: 100;
}
a {
    transition: all 0.3s ease-out;
    text-decoration: none;
}
a:hover {
    color: rgba(252, 175, 23);
}
a.btn:hover {
    color: inherit;
}
a.no:hover {
    color: inherit;
}
.mark {
    color: rgba(252, 175, 23);

}
.top {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    opacity: 0.7;
    display: flex;
    position: fixed;
    height:10%;
    z-index: 1;
    transition: all 0.5s ease-out;
}
.top.active {
    background-color: rgb(0 0 0 / 94%);
    opacity: unset;
}
.top .logo {
    width: 30%;
    align-items: center;
    align-self: center;
}
.top .logo img {
height: 5vw;
}

.top .mobilenav {
    width: 70%;
    align-items: right;
    display: none;
}
.mobilenavitems {
    background-color: rgb(0 0 0 / 94%);
    width: 100%;
    position: fixed;
    top:12vw;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.5s ease-out;
    padding: 5% 2%;
    z-index: -5;
}
.mobilenavitems .item {
    text-transform: uppercase;
    font-size: 3.2vw;
    text-align: center;
    margin: 1% 0;
}
.mobilenavitems .item.active {
    color: rgba(252, 175, 23);
}
.top .navigation {
    display: flex;
    width: 70%;
    align-items: center;
    text-align: center;
    justify-content: right;
}
.top .navigation .item {
    padding: 0 1.2%;
    text-transform: uppercase;
    font-size: 14pt;
}
.top .navigation .item.active {
    color: rgba(252, 175, 23);
}
.top .mobilenav {
    align-self: center;
    text-align: right;
}
.top .mobilenav i {
    padding: 0 4%;
    font-size: 4vw;
    transition: all 0.5s ease-out;
}
.top .mobilenav i:hover {
    color: rgba(252, 175, 23);
    cursor:pointer;
}
.header {
    display: block;
    min-height: 100px;
    height: calc(100vw * 747.578 / 1669 - 8px);
}
.header .media {
    width: 100%;
}
.header .video {
    position: absolute;
    width: 100%;
    z-index: -2;
}
.header .parallax {
    position: fixed;
    width: 100%;
    z-index: -2;
}
.header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vw * 680.625 / 1210.0);
  background-color: rgba(0, 0, 0, 0.65);
  z-index: -1;
}
.header.animation-extra .overlay {
    height: calc(100vw * 747.578 / 1669) !important;
}

.header .body {
    margin: 5%;
    width: 50%;
    padding: 10% 8%;
}
.header .body p {
    font-size: 14pt;
    font-weight: 600;
    text-align: justify;
}
.btn {
    background-color: rgba(252, 175, 23);
    border: none;
    font-size: 14pt;
    padding: 1%;
    outline: none;
    transition: all 0.5s ease-out;
    text-transform: uppercase;
}
.btn.small {
    padding: 1% 2%;
    font-size: 0.8vw;
}
.btn:hover {
    cursor: pointer;
    -webkit-box-shadow: 5px 5px 15px -4px #000000; 
    box-shadow: 5px 5px 15px -4px #000000;
}
.leistungsspektrum {
    text-align: center;
    background-color: #191C1C;
    padding: 4% 0 0 0;
    width: 100%;
}
.leistungsspektrum .images {
    display: flex;
    padding: 2% 0 3% 0;
}
.leistungsspektrum .images .item {
    width: 33.333%;
    position: relative;
}
.leistungsspektrum .images .item img {
    max-width: calc(100% - 3px);
    outline: solid 3px rgba(252, 175, 23);
}
.leistungsspektrum .images .item h2 {
    position: absolute;
    top: 8px;
    left: 16px;
    font-size: 72pt;
}
.leistungsspektrum .images .item .text {
    position: absolute;
    bottom: 0px;
    left: 1px;
    right: 1.5px;
    text-align: left;
    font-size: 14pt;
    line-height: 23pt;
    background-color: rgba(99, 97, 97, 0.7);
    width: calc(100% - 3px);
    height: 37.5%;
    font-weight: 600;
}
@media screen and (max-width: 1440px) {
    .leistungsspektrum .images .item .text {
        line-height: 20pt;
    }
    .header .body {
        width: 70%;
    }

}
@media screen and (max-width: 1220px) {
    .leistungsspektrum .images .item .text {
        line-height: 18pt;
        font-size: 12pt;
    }

    .header .body h1 {
        font-size: 50pt;
    }
}
@media screen and (max-width: 1140px) {
    .leistungsspektrum .images .item .text {
        line-height: 16pt;
        font-size: 10pt;
    }
    
.leistungsspektrum .images .item h2 {
    font-size: 60pt;
}

}
.leistungsspektrum .images .item .text p{
    padding: 20px;
    height: 50%;
}
.slider {
    position: relative;
    margin: auto;
  }
  
  .slider .slides {
    display: none;
  }
  
  .slider .prev, .slider .next {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 32px);
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: rgba(252, 175, 23);
    font-weight: bold;
    font-size: 50px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  .slider .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  .slider .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  .slider .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  .slider .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  .slider .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .slider .active, .slider .dot:hover {
    background-color: #717171;
  }
  
  .slider .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
/*  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }*/
.full-menu .item{
    display: flex;
}
.full-menu .item .text{
    width:47.92%;
}
.full-menu .item .image{
    width:52.08%;
}
.full-menu .item .text{
    background-color: rgba(50, 50, 55);
    padding: 2%;
}
.full-menu .item .image img{
    width: 100%;
    height: 100%;
    background-color: rgba(50, 50, 55);
}
.full-menu .item .text p{
    margin: 12.5% 0 7%;
    font-size: 1.2vw;
}
.cta, .cta-visualisierung, .cta-animation, .cta-inside {
    background: url('parallax_home.jpg');
    min-height: 40vw;
    background-attachment: fixed;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: calc(100vw * 747.578 / 1669);
    background-color: #0d0c0a;
}
.cta h2 {
    text-align: center;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
.footer {
    background-color: rgba(50, 50, 55);
    display: flex;
}
.footer .logo, .footer .contact, .legal-privacy {
    width: 33.333%;
    font-size: 14pt;
    padding: 2%;

}
.footer .logo img {
    width: 80%;
}
.footer .legal-privacy {
    text-transform: uppercase;
    text-align: right;
}
.footer .contact {
text-align: center;
}
.socials {
    background-color: #191C1C;
    padding: 1%;
}
.socials .fa {
    font-size: 1.5vw;
    margin-right: 1.5%;
    transition: all 0.5s ease-out;
}
.socials .fa-instagram:hover {
    background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.socials .fa-linkedin:hover {
    color: #145d89;
}
.socials .fa-behance:hover {
    color: #1965f1;
}
.socials .fa-vimeo:hover {
    color: #00a4e3;
}
.socials .fa-facebook:hover {
    color: #1871e7;
}
.gebrauchsgrafiken {
    background-color: #191C1C;
    padding: 2% 32vw;
    text-align: center;
}
.gebrauchsgrafiken h3{
    text-align: center;
}
.gebrauchsgrafiken p {
	text-align: justify;
}
.gallerie {
    display: flex;
}
.gallerie .item {
    width: 20%;
}
.gallerie .item a {
    font-size: 0px;
}

.cta-visualisierung {
    background-image: url('parallax_visualisierung_unten.jpg');
}
.to-animation {
    background-color: #191C1C;
    padding: 4%;
    text-align: center;
    padding: 4% 27vw;
}
.to-animation .btn {
    font-size: 14pt;
}
.einblicke {
    background-color: rgba(50, 50, 55);
    text-align: center;
    padding: 2% 10%;
}
.einblicke .show {
    margin-top: 2%;
    display: flex;
    align-items: center;
}
.einblicke .show .text {
    text-align: justify;
    width: 40%;
    font-size: 1.3vw;
    line-height: 1.5vw;
}
.einblicke .show .video {
    width: 60%;
}
.einblicke .show .video video{
    width: 60%;
    outline: 3px solid rgba(252, 175, 23);
}
.break {
    padding: 2%;
    background-color: #191C1C;
}
.cta-animation {
    background-image: url('parallax_animation.jpg');
}
.cta-inside {
    background-image: url('inside/parallax_scroller_unten.jpg');
}
.cta-inside.inside2 {
    background-image: url('inside/parallax_scroller_oben.jpg');
}

.erfolgsmodell {
    background-color: #191C1C;
    padding: 4% 24vw;
    text-align: center;
    font-size: 1.3vw;
}
.erfolgsmodell p {
	text-align: justify;
}
.look {
    background-color: #191C1C;
    padding: 6% 0;
    text-align: center;
}
.look h2 {
    margin-bottom: 1%;
}
.look .items {
    display: flex;
    width: calc(100% - 6px);
    text-align: left;
}
.look .items .item {
    width: calc(100%/3);
}
.look .items .item .text {
   padding: 2%;
   font-size: 1.3vw;
}
.look .items .item img {
    width: 100%;
    border: 3px solid rgba(252, 175, 23);
}
.kontext {
    padding: 4%;
    background-color: rgba(50, 50, 55);
}
.kontext .flex {
    display: flex;
}
.kontext h2 {
   text-align: center;
}
.kontext .flex .text {
    width: 40%;
    text-align: justify;
    padding: 2%;
    font-size: 1.3vw;
    line-height: 2vw;
}
.kontext .flex .comp {
    width: 60%;
    padding: 2%;
}
.kontext .flex .img {
    width: 100%;
}
.selection {
    display: flex;
    justify-content: center;
}
.selection .button{
    height: 1vw;   
    width: 1vw;   
    border-radius: 100%;
    border: 1px solid rgba(252, 175, 23);
    margin: 2% 1%;
}
.selection .button:hover{
    background-color: #191C1C;
    cursor: pointer;
}
.selection .button.active{
    background-color: #191C1C;
}
.showcase {
    background-color: #191C1C;
}
.showcase h2 {
    text-align: center;
    padding: 4% 2% 2% 0;
}
.showcase .logos {
    background-color: rgba(50, 50, 55);
    padding: 2%;
}
.showcase .text {
    text-align: justify;
    padding: 2% 25%;
    font-size: 1.3vw;
}
.usecase {
    background-color: rgba(50, 50, 55);
    width: 100%;
}
.usecase h2 {
    text-align: center;
    padding: 4% 2% 2% 0;
}
.usecase h4 {
    text-align: center;
    padding: 2% 4% 4%;
    font-size: 2.2vw;
    overflow-wrap: anywhere;

}
.demoband {
    background-color: #191C1C;
    padding: 10% 10%;
    min-height: 80%;
}
.demoband h3 {
    padding: 2% 0 2% 0;
}
.demoband video {
    width: 100%;
}
.blog {
    background-color: #191C1C;
    padding: 10% 10%;
    min-height: 80%;
}
.blog h3 {
    padding: 2% 0 2% 0;
}
.blog h4 {
    padding: 2% 2% 0 2% ;
}
.blog .items .item .informationen {
    display: flex;
    padding:2%;
    font-size: larger;
}
.blog .items .item .informationen .ersteller, .blog .items .item .informationen .datum {
    display: flex;
    margin-right: 2%;
    transition: all 0.3s ease-out;
}
.blog .items .item .informationen .ersteller:hover, .blog .items .item .informationen .datum:hover {
    cursor: pointer;
    color: rgba(252, 175, 23); 
}
.blog .items .item .informationen .fa {
    margin-right: 5%;
}
.blog .items .item .informationen .fa:hover {
    margin-right: 5%;
}
.blog .items .item .img {
    padding:2%;
}
.blog .items .item .img img {
    width: 100%;
}
.blog .items .item .text {
    padding:2%;
    text-align: justify;
}
.blog hr {
    margin: 4% 7%;
    border: 1px solid rgba(252, 175, 23);
}

.kontakt {
    background-color: #191C1C;
    padding: 10% 10%;
    min-height: 80%;
}
.kontakt h3 {
    padding: 2% 0 2% 0;
}
.kontakt .text {
    font-size:1.3vw;
    margin-bottom: 2%;
}
.kontakt form {
    padding: 2%;
    background-color: rgba(50, 50, 55);
}
.kontakt form input {
    outline: none;
}
.kontakt form .flex {
    display: flex;
}
.kontakt form .flex .item {
    width: 40%;
}
.kontakt form .flex .item input {
    width: 100%;
    height: 3.4vw;
    color: #191C1C;
    font-size: 1.5vw;
}
.kontakt form .flex .item p {
    font-size:1.3vw;
    margin-bottom: 1%;
}
.kontakt form .message {
    margin: 3% 0;
}
.kontakt form .message p{
    font-size:1.3vw;
    margin-bottom: 1%;
}
.kontakt form .message textarea{
    width: 100%;
    height: 20vw;
    outline: none;
    color: #191C1C;
    font-size: 1.5vw;
}
.kontakt form .legal2.flex {
    display: flex;
    align-items: center;
    margin-bottom: 2%;
}
.kontakt form .legal2.flex input {
    margin-right: 1%;
}
.kontakt form .legal2.flex .text {
    font-size:1.3vw;
    margin-bottom: 0;
}
.legal {
    background-color: #191C1C;
    padding: 10% 10%;
    min-height: 80%;
}
.legal h3 {
    padding: 2% 0 2% 0;
}
.legal .text {
    line-height: 20px;
}
.legal.privacy .text p {
    margin: 2% 0;
}
@media screen and (max-width: 992px) {
    h1, h2 {
        font-size: 6vw;
    }
    h3 {
        font-size: 8vw;
    }
    h4 {
        font-size: 3vw;
    }
    .top {
        height:12vw;
    }
    .top .logo img {
        height:7vw;
    }
    .top .navigation {
        display: none;
    }
    .top .mobilenav {
        display: block;
    }
    .mobilenavitems.active {
        opacity: 1;
        z-index: 1;
    }
    .header .body {
        width: unset;
        padding: 10% 4%;
    }
    .header .body p {
        font-size: 2.3vw;
    }
    .btn {
        font-size: 2.5vw;
        font-weight: bold;
    }
    .navigation {
        display: none;
    }
    .leistungsspektrum {
    padding: 10%;
    width: 80%;
    }
    .leistungsspektrum .images {
        display: block;
    }
    .leistungsspektrum .images .item {
        width: unset;
        margin: 2% 5%;
    }
    .leistungsspektrum .images .item h2 {
        font-size: 10vw;
    }
    
    .leistungsspektrum .images .item .text {
        font-size: 4.6vw;
        line-height: 4.6vw;
    }
    .full-menu .item { 
        display:flex;
        flex-flow: column;
    }
    .full-menu .item .text { 
        width: unset;
        padding: 5% 5% 7%;
    }
    .full-menu .item .image { 
        width: unset;
    }
    .full-menu .item .text p {
        font-size: 2.2vw;
    }
    .cta, .cta-animation, .cta-visualisierung, .cta-inside {
     background-attachment: unset;
     background-position: center;
    }
    .cta h2 { 
        font-size: 10vw;
        width: 100%;
    }
    .socials {
        padding: 8%; 
        text-align: center;
    }
    .socials .fa {
        font-size: 5.5vw;
        margin-right: 3.5%;
    }
    .footer {
        padding: 8%; 
            display: block;
    }
    .footer .logo, .footer .contact, .legal-privacy {
        width: 96%;
        font-size: 2.6vw;
        text-align: center;
    }
    .footer .logo img {
        width: 100%;
    }
    .legal-privacy {
        text-align: center !important;
        margin-top: 7%;
    }
    .gebrauchsgrafiken {
            padding: 10% 5%;
    }
    .to-animation {
            padding: 10% 5%;
    }
    .to-animation .btn{
        font-size: 2.2vw;
    }
    .einblicke, .erfolgsmodell { 
    padding: 10% 5%;
    }
    .einblicke .show { 
        display: block;
    }
    .einblicke .show .text {
        width: unset;
        margin: 7% 0;
    }
    .einblicke .show .video {
        width: unset;
    }
    .look {
        padding: 6%;
    }
    .look .items {
        display: block;
    }
    .look .items .item {
        width: unset;
    }
    .kontext .flex {
        display: block;
    }
    .kontext .flex .text {
       width: 96%;
    }
    .kontext .flex .comp {
        margin-left: 20%;
        margin-right: 20%;
    }
    .showcase .text {
        padding: 5%;
    }
    .kontakt form .flex .item p {
        font-size: 3.3vw;
    }
    .kontakt form .message p {
        font-size: 2.4vw;
    }
    .kontakt form .legal2.flex .text {
        font-size: 2vw;
    }
    .kontakt form .flex {
        display: block;
    }
    .kontakt form .flex .item {
        width: 100%;
        margin-top: 2%;
    }
    .kontakt form .flex .item input {
        height:5.4vw;
    }
    .kontakt form .legal2.flex  {
        display: flex;
    }
    .order-first{order:1;}
    .order-second{order:2;}
}