html, body {
width: 100%;
height: 100%;
margin: 0;
}
body {
background: #000;
counter-reset: section;
color: #fff;
font-size: 16px;
font-family: Arial, sans-serif;
text-align: left;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
p {
max-width: 650px;
line-height: 26px;
}
.scroller-holder {
width: 3px; 
height: 200px; 
position: relative; 
margin: 0 auto; 
background: #a9a9a9; 
border: 1px solid #000;
}
.scroller-holder-left {
width: 3px; 
height: 100px; 
position: relative; 
margin: 0; 
background: #a9a9a9; 
border: 1px solid #000;
}
#scroller {
width: 4px; 
height: 20px; 
background: #ffda1a; 
margin-left: -2px; 
position: fixed;
}
#scroller-small {
width: 4px; 
height: 20px; 
background: #ffda1a; 
margin-left: -2px; 
position: fixed;
}
.relative {
position: absolute !important;
bottom: 0;
}
.pos-rel {
position: relative;
}
h1.border {
font-size: 40px;
position: relative;
margin-bottom: 50px;
word-wrap: break-word;
}
h1.border:after {
content: "";
position: absolute;
bottom: -10px;
left: 0;
width: 30px;
height: 2px;
background: #ffda1a;
}
h1.border-addsub {
font-size: 40px;
position: relative;
margin-bottom: 50px;
}
h1.border-addsub:after {
content: "";
position: absolute;
bottom: -20px;
left: 0;
width: 30px;
height: 2px;
background: #ffda1a;
}
.list ul {
list-style: none;
padding: 0;
margin: 0;  
line-height: 30px; 
-moz-column-count: 2;
-moz-column-gap: 10px;
-webkit-column-count: 2;
-webkit-column-gap: 10px;
column-count: 2;
column-gap: 10px;
}
.list ul li {
padding-left: 20px;
position: relative;
}
.list ul li:before {
content: "+";
display: inline-block;
position: absolute;
margin-left: -20px;
}
.zitat-large p {
font-size: 30px;
line-height: 44px;
max-width: 1100px;
}
.quote-box {
position: relative;
}
.quote p {
max-width: 100%;
font-size: 50px;
line-height: 60px;
font-weight: 700;
padding-left: 50px;
word-wrap: break-word;
}
.quoted {
position: absolute;
font-size: 11px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
bottom: 0;
left: 0;
transform-origin: 5px 5px;
}
.quoted p {
line-height: 12px;
padding: 0;
margin: 0;
}
span.border-sub {
display: block;
font-size: 14px;
font-weight: 400;
margin-top: 5px;
}
h2.border {
font-size: 40px;
position: relative;
margin-bottom: 50px;
}
h2.border:after {
content: "";
position: absolute;
bottom: -10px;
left: 0;
width: 30px;
height: 2px;
background: #ffda1a;
}
.border-small {
max-width: 30px;
height: 2px;
background: #ffda1a;
margin: 20px auto 0 auto;
}
.text-center h2.border:after {
bottom: -25px;
left: 50%;
transform: translateX(-50%);
}
h1.large {
font-size: 70px;
word-wrap: break-word;
}
h2.yellow {
color: #ffda1a;
font-size: 18px;
}
.slider {
max-width: 700px;
width: 100%;
margin: 0 auto;
}
.slider h2 {
margin-top: 0;
}
.slider p {
max-width: 500px;
}
ul.slick-dots {
list-style: none;
margin: 20px 0 0 0;
padding: 0;
}
ul.slick-dots li {
width: 10px;
height: 2px;
cursor: pointer;
background: #a9a9a9;
display: inline-block;
margin: 0 5px 0 0;
}
ul.slick-dots li.slick-active {
background: #ffda1a;
}
ul.slick-dots li button {
display: none;
}
.arrows {
position: absolute;
top: 0;
right: 0;
z-index: 99;
font-size: 30px;
margin: 90px 0 0 0;
}
.arrow-left,
.arrow-right {
display: inline-block;
margin: 0 10px;
cursor: pointer;
}
.shadow-box.right {
max-width: 650px; 
box-shadow: 0px 0px 30px black;
background-image: linear-gradient(to right, #171717, #131313, #0e0e0e, #070707, #000000);
padding: 40px;
border-radius: 5px;
margin-bottom: 60px !important;
z-index: 999;
}
.shadow-box.left {
max-width: 650px; 
box-shadow: 0px 0px 30px black;
background-image: linear-gradient(to left, #171717, #131313, #0e0e0e, #070707, #000000);
padding: 40px;
border-radius: 5px;
margin-bottom: 40px !important;
z-index: 999;
}
.shadow-box-team {
max-width: 650px; 
background-image: linear-gradient(to bottom, #171717, #131313, #0e0e0e, #070707, #000000);
padding: 10px 40px;
margin-bottom: 60px !important;
z-index: 999;
}
.shadow-box:last-child {
margin: 0;
}
.shadow-box p {
color: #a9a9a9;
margin: 20px 0;
}
.shadow-box-holder {
max-width: 650px;
position: relative;
float: left;
}
.shadow-box-holder.left {
float: right;
}
.number {
position: absolute;
top: 45%;
right: -140px;
font-size: 160px;
z-index: 1;
transform: translateY(-60%);
z-index: -1;
transition:         all 0.4s ease;
-o-transition:      all 0.4s ease;
-moz-transition:    all 0.4s ease;
-webkit-transition: all 0.4s ease;
}
img.number {
max-width: 200px;
position: absolute;
top: 50%;
right: -196px;
font-size: 100px;
z-index: 1;
transform: translateY(-60%);
z-index: -1;
}
img.shadow-img {
position: absolute;
top: 50%;
left: -260px;
font-size: 100px;
z-index: 1;
transform: translateY(-60%);
z-index: -1;
}
.shadow-box-holder.left .number {
position: absolute;
top: 45%;
left: -140px;
font-size: 160px;
z-index: 1;
transform: translateY(-50%);
z-index: -1;
}
.shadow-box-holder:hover span.number {
right: -180px;
}
.shadow-box-holder.left:hover span.number {
left: -180px;
}
.shadow-box-holder:hover img.number {
right: -220px;
}
.shadow-box-holder.left:hover img.number {
left: -220px;
}
a {
display: inline-block;
text-decoration: none;
transition:         all 0.4s ease;
-o-transition:      all 0.4s ease;
-moz-transition:    all 0.4s ease;
-webkit-transition: all 0.4s ease;
color: #fff;
border-bottom: 2px solid #000;
padding-bottom: 3px;
}
a:hover {
border-bottom: 2px solid #ffda1a;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-center p {
max-width: 650px;
margin-left: auto;
margin-right: auto;
}
a.btn {
border-bottom: none;
border: 1px solid #2C2C2C;
padding: 15px 10px;
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
border-radius: 3px;
transition: 0.5s all ease;
}
a.btn:hover {
border: 1px solid #ffda1a;
color: #ffda1a;
}
.underline {
border-bottom: 3px solid #ffda1a;    
}
.underline.visible {
border-bottom: 3px solid #ffda1a;    
}
* {
box-sizing: 		border-box;
-o-box-sizing: 		border-box;
-moz-box-sizing: 	border-box;
-webkit-box-sizing: border-box;
}
*:focus {
outline: none;
}
.clearfix:before,
.clearfix:after {
content:"";
display:table;
}
.clearfix:after {
clear:both;
}
.clearfix {
zoom:1;
}
img {
max-width: 100%;
display: block;
}
.site-header {
width: 100%;
height: auto;
display: inherit;
z-index: 999;
background: #000;
}
.bottom-header {
width: 100%;
height: auto;
display: inherit;
z-index: 999;
position: fixed;
bottom: -134px;
background: #000;
transition: 0.5s bottom ease;
}
.bottom-header .header-inner {
padding: 10px 20px;
}
.bottom-header.inn {
bottom: 0;
}
.inn + .site-content {
padding-bottom: 140px;
}
.header-inner {
max-width: 1100px;
width: 100%;
padding: 40px 20px;
margin: 0 auto;
}
.site-branding {
width: 200px;
float: left;
}
.site-branding,
.site-branding a:hover {
border: none;
}
.site-branding img {
width: 100%;
display: inline-block;
}
nav {
width: 70%;
overflow: hidden;
float: right;
text-align: right;
padding: 10px 0;
}
nav ul {
list-style: none;
padding: 0;
margin: 0;
}
nav ul li {
display: inline-block;
margin: 5px 40px 5px 0;
}
nav ul li:last-child {
display: inline-block;
margin: 5px 0 5px 0;
}
nav ul li ul {
display: none;
}
nav ul li a {
display: block;
text-decoration: none;
font-weight: 700;
font-size: 14px;
position: relative;
}
nav ul li:last-child a:before {
content: "/";
margin-right: 5px;
color: #fff !important;
}
nav ul li.wpml-ls-item {
margin-right: 0;
text-transform: uppercase;
}
nav ul li.wpml-ls-current-language a {
color: #ffda1a;
}
nav ul li.current-menu-item a,
.current-page-ancestor a {
border-bottom: 2px solid #ffda1a;
}
.filter a {
border: none;
font-weight: 700;
font-weight: 11px;
}
.filter a:hover {
border: none;
color: #ffda1a;
}
a.active {
color: #ffda1a;
}
.site-content {
max-width: 1100px;
width: 100%;
min-height: 200px;
margin: 0 auto;
padding: 0 20px;
}
.row {
width: 100%;
height: auto;
overflow: hidden;
}
.row:after {
content: '';
display: block;
clear: both;
}
.col-1 {
width: calc(100% - 2%);
min-height: 10px;
margin: 1%;
}
.col-2 {
width: calc(100%/2 - 2%);
min-height: 10px;
margin: 1%;
float: left;
position: relative;
}
.col-3 {
width: calc(100%/3 - 2%);
min-height: 10px;
margin: 1%;
float: left;
}
.box {
padding: 60px 0 60px 0;
border: 1px solid #2C2C2C;
border-radius: 3px;
text-align: center;
font-weight: 700;
font-size: 20px;
float: none;
display: inline-block;
transition: 0.5s all ease;
}
.box:hover {
border: 1px solid #ffda1a;
color: #ffda1a;
}
.box .hover {
display: none;
}
.box:hover .hover {
display: inherit;
}
.box:hover .base {
display: none;
}
.col-4 {
width: calc(100%/4 - 2%);
min-height: 10px;
margin: 1%;
float: left;
}
.filter .col-4 {
margin-top: 0;
margin-bottom: 0;
}
.col-5 {
width: calc(100%/5 - 2%);
min-height: 10px;
margin: 1%;
float: left;
}
.col-6 {
width: calc(100%/6 - 2%);
min-height: 10px;
margin: 1%;
float: left;
}
.section {
padding: 60px 0;
width: 100%;
height: auto;
box-sizing: 		border-box;
-o-box-sizing: 		border-box;
-moz-box-sizing: 	border-box;
-webkit-box-sizing: border-box;
position: relative;
}
.section-first {
padding-top: 50px;
}
.section-small {
padding: 20px 0;
}
.menu-btn {
width: auto;
padding: 15px 0;
text-align: center;
float: right;
display: none;
}
a.mobile-btn {
display: inline-block;
cursor: pointer;
padding: 4px 8px;
margin: 0 0 0 2px;
color: #fff;
font-size: 24px;
box-sizing: 		border-box;
-o-box-sizing: 		border-box;
-moz-box-sizing: 	border-box;
-webkit-box-sizing: border-box;
border: none;
}
a.mobile-btn:hover {
border: none;
}
.site-footer {
width: 100%;
padding: 20px 0;
}
.site-footer-inner {
max-width: 1100px;
width: 100%;
margin: 0 auto;
}
.side-menu {
position: fixed;
width: 240px;
height: auto;
padding: 25px 40px;
right: 0;
top: 230px;
color: #a9a9a9;
background-image: linear-gradient(to right, #171717, #131313, #0e0e0e, #070707, #000000);
border-radius: 5px 0 0 5px;
font-weight: 700;
transition: 0.5s right ease;
font-size: 14px;
z-index: 999;
}
.side-out {
right: -240px;
}
.close {
position: absolute; 
background-image: linear-gradient(to bottom, #171717, #131313, #0e0e0e, #070707, #000000);
left: -85px; 
padding: 10px 30px; 
top: 95px; 
border-radius: 5px 5px 0px 0px; 
font-weight: 400; 
-webkit-transform: rotate(-90deg); 
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg); 
-ms-transform: rotate(-90deg); 
transform: rotate(-90deg);
cursor: pointer;
}
.side-menu a {
display: block;
margin: 20px 0;
border: none;
color: #a9a9a9;
font-size: 14px;
}
.side-menu a:hover {
color: #ffda1a;
}
.side-menu a:last-child {
margin-bottom: 0;
}
.side-menu a:nth-child(2) {
margin-top: 0;
}
.yellow {
color: #ffda1a !important;
}
.grey {
color: #a9a9a9;
}
.grey a {
color: #a9a9a9;    
}
.dark-grey {
color: #2C2C2C;
}
.link-list {
border-bottom: 1px solid #2C2C2C;
display: block;
padding: 30px 0;
max-width: 550px;
margin: 0 auto;
}
.link-list a {
border-bottom: none;
float: left;
}
.right-link {
float: right !important;
border: 1px solid #2C2C2C;
padding: 3px 8px;
border-radius: 3px;
cursor: pointer;
}
.filter {
margin: 80px 0;
}
.table-head {
margin-bottom: 30px;
}
.project {
padding: 30px 0;
border-top: 1px solid #2C2C2C;
}
.project p {
padding: 0;
margin: 0;
}
.project-details {
display: none;
}
.project-block {
position: relative;
margin-bottom: 20px;
}
.project-block ul {
padding: 0 0 0 15px;
margin: 0;
line-height: 26px;
list-style: none;
}
.project-block ul li:before {
content: '+';
position: absolute;
margin-left: -15px;
}
.third,
.date {
width: 30%; 
float: left;
}
.two-thirds,
.title {
width: 60%; 
float: left;
}
.details-link {
width: 10%; 
float: right;
}
.details-close.abs {
width: 10%; 
position: absolute; 
top: inherit;
bottom: 0 !important; 
right: 0;
}
.services {
margin: 0;
}
.mobile-sub-menu {
display: none;
}
.bar {
background-color: #2C2C2C;
height: 2px;
z-index: 999;
max-width: 1000px;
margin: 50px auto 0 auto;
position: relative;
}
.bar > span {
background-color: #ffda1a;
height: 2px;
position: absolute;
top: 0;
left: 0;
}
.preloader {
width: 100%; 
height: 100vh; 
background: #000; 
z-index: 999; 
position: fixed; 
top: 0; 
left: 0;
padding: 0 20px;
}
.center-preloader {
max-width: 1000px;
height: 100vh;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
}
@media only screen
and (max-width : 480px) {
.mobile-sub-menu {
display: inherit;
}
.services {
margin-top: 120px;
}
.number {
position: absolute;
top: -5%;
right: 0;
font-size: 160px;
z-index: 1;
transform: translateY(-60%);
z-index: -1;
}
.shadow-box-holder.left .number {
position: absolute;
top: -12%;
left: 0;
font-size: 160px;
z-index: 1;
transform: translateY(-50%);
z-index: -1;
}
.shadow-box.right,
.shadow-box.left {
margin-bottom: 140px !important;
}
.details-close   {
position: absolute;
top: 0;
right: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
width: 100%;
margin: 1% 0;
}
h1.large {
font-size: 40px;
word-wrap: break-word;
}
.shadow-box-holder {
margin-top: 100px !important;
}
.header-inner {
padding: 10px 20px;
}
.site-branding {
max-width: 200px;
width: auto;
padding: 12px 0;
float: left;
}
.site-branding a {
border: none;
}
.site-branding a:hover {
border: none;
}
nav {
display: none;
}
.menu-btn {
display: inherit;
}
.section {
padding: 40px 0;
}
.arrows,
.side-menu,
.table-head {
display: none;
}
img.number {
display: inherit;
top: -10%;
left: 40px;
}
.shadow-box-holder:hover span.number {
right: 0;
}
.shadow-box-holder.left:hover span.number {
left: 0;
}
.shadow-box-holder:hover img.number {
right: 40px;
}
.shadow-box-holder.left:hover img.number {
left: 40px;
}
.quote p {
font-size: 30px;
line-height: 40px;
}
.list ul {
list-style: none;
padding: 0;
margin: 0;  
line-height: 30px; 
-moz-column-count: 1;
-moz-column-gap: 10px;
-webkit-column-count: 1;
-webkit-column-gap: 10px;
column-count: 1;
column-gap: 10px;
}
.zitat-large p {
font-size: 24px;
line-height: 36px;
max-width: 1100px;
}
h1.border {
font-size: 30px;
position: relative;
margin-bottom: 50px;
word-wrap: break-word;
}
h2.border {
font-size: 30px;
}
.third,
.date {
width: 100%; 
float: none;
margin-bottom: 20px;
}
.two-thirds,
.title {
width: 100%; 
float: none;
margin-bottom: 20px;
}
.details-link {
width: 100%; 
float: none;
}
.details-link .right-link {
float: none;
}
.project-details .details-link {
display: none;
}
.details-link.abs {
width: 10%; 
position: absolute; 
bottom: -20px; 
left: 0;
display: inherit;
}
.filter {
margin: 40px 0 10px 0;
}
.filter .col-4 {
margin-bottom: 10px;
}
.paten .shadow-box.right {
max-width: 650px; 
background-image: linear-gradient(to right, #171717, #131313, #0e0e0e, #070707, #000000);
padding: 40px;
border-radius: 5px;
margin-bottom: 0px !important;
z-index: 999;
}
.paten .shadow-box.left {
max-width: 650px; 
background-image: linear-gradient(to left, #171717, #131313, #0e0e0e, #070707, #000000);
padding: 40px;
border-radius: 5px;
margin-bottom: 0px !important;
z-index: 999;
}
.paten img.shadow-img {
position: relative;
top: 0;
left: 0;
font-size: 100px;
z-index: 1;
transform: translateY(0);
z-index: -1;
width: 100%;
}
.links .right-link {
display: none;
}
nav {
width: 100%;
}
nav ul li {
margin: 0 10px 20px 0;
display: block;
}
nav ul li:last-child {
display: block;
margin: 0 10px 20px 0;
}
nav ul li a {
border: none;
}
nav ul li a:hover {
border: none;
}
nav ul li.current-menu-item a,
.current-page-ancestor a {
border-bottom: none;
}
.top-header nav {
width: 100%;
overflow: hidden;
float: none;
text-align: right;
background: #000;
padding: 10px 0;
position: absolute;
top: 80px;
right: 20px;
z-index: 999;
}
.bottom-header nav {
width: 100%;
overflow: hidden;
float: none;
text-align: right;
padding: 10px 0;
position: absolute;
bottom: 80px;
right: 20px;
background: #000;
z-index: 999;
}
.link-list a {
border-bottom: 1px solid #ffda1a;
}
nav ul li.wpml-ls-item {
margin-right: 0;
text-transform: uppercase;
display: inline-block;
}
nav ul li:last-child {
display: inline-block;
margin: 5px 10px 5px 0;
}
}
@media only screen
and (max-width : 768px),
(min-device-width : 768px)
and (max-device-width : 1024px) {
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
width: 100%;
margin: 1% 0;
}
}