File: D:/HostingSpaces/SBogers18/decoockpit.nl/wwwroot/public/Archive/css/screen.css
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
}
body {
margin: 0;
padding: 40px;
font-size: 15px;
color: #4D4D4D;
font-family: 'Futura W01 Medium', sans-serif;
letter-spacing: 0.05em;
}
section {
border-bottom: 8px solid #fff;
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transition: opacity 700ms;
transition: opacity 700ms;
}
section strong {
font-family: 'Futura W01 Heavy';
}
section.active {
opacity: 1;
filter: alpha(opacity=50);
}
.touch section {
opacity: 1;
filter: alpha(opacity=50);
}
p {
line-height: 2;
}
h1,
h2,
strong {
font-weight: normal;
}
.mobile {
display: none;
}
.clear {
display: block;
clear: both;
}
.sprite {
background: url('/public/images/structure/hesen_sprite.svg');
background-size: 250px 200px;
}
#wrapper,
.center {
position: relative;
z-index: 1;
width: 100%;
}
.block {
float: left;
}
.block.w25 {
width: 25%;
}
.block.w50 {
width: 50%;
}
.block.w75 {
width: 75%;
}
.block.adjust {
height: 100%;
}
article {
padding: 40px 0 120px;
}
article .icon {
display: block;
margin: 0 auto 35px;
width: 23px;
height: 13px;
background: url('/public/images/structure/hesen_sprite.svg');
background-size: 250px 200px;
background-position: -210px -30px;
}
article h1,
article h2 {
margin: 0 0 20px;
text-align: center;
font-family: 'Chaparral W01 SmBd';
font-weight: normal;
font-size: 1.25em;
text-transform: uppercase;
letter-spacing: 0.15em;
}
article .a {
display: inline;
padding: 0 4px;
margin: 0 -4px;
background: #606163;
color: #fff;
cursor: pointer;
}
article p.contact {
margin: 65px 0;
font-family: 'Chaparral W01 SmBd';
font-size: 1.466666667em;
line-height: 1.181818182;
}
article .btn {
display: inline-block;
position: relative;
padding: 0 46px 0 20px;
height: 40px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #fff;
color: #494D53;
font-family: 'Chaparral W01 SmBd';
font-size: .933333333em;
text-transform: uppercase;
line-height: 40px;
cursor: pointer;
-webkit-transition: all 300ms;
transition: all 300ms;
}
article .btn .arrow {
display: block;
position: absolute;
top: 50%;
margin-top: -3px;
right: 20px;
width: 10px;
height: 6px;
background: url('/public/images/structure/hesen_sprite.svg');
background-size: 250px 200px;
background-position: -210px -60px;
-webkit-transition: background-position 300ms;
transition: background-position 300ms;
}
article .btn:hover {
background: #929498;
color: #fff;
}
article .btn:hover .arrow {
background-position: -210px -50px;
}
header.main {
position: fixed;
top: 0;
left: 0;
padding: 0 40px;
width: 100%;
height: 40px;
background: #fff;
z-index: 100;
}
header.main .center {
height: 40px;
}
header.main #logo {
position: absolute;
bottom: -175px;
left: 0;
z-index: 100;
width: 160px;
height: 175px;
background: url('/public/images/structure/hesen_sprite.svg');
background-size: 250px 200px;
background-position: -10px -10px;
}
header.main nav.main {
position: absolute;
top: 0;
right: 0;
}
header.main nav.main ul {
float: left;
margin: 0;
padding: 0;
list-style: none;
}
header.main nav.main li {
float: left;
margin-left: 30px;
color: #A9AAAC;
font-family: 'Chaparral W01 SmBd';
font-size: 12px;
text-transform: uppercase;
line-height: 40px;
cursor: pointer;
}
header.main nav.main li.active {
text-decoration: underline;
}
header.main nav.spheres {
position: absolute;
top: 120px;
right: 20px;
}
header.main nav.spheres ul {
margin: 0;
padding: 0;
list-style: none;
}
header.main nav.spheres li {
margin-bottom: 8px;
width: 16px;
height: 16px;
background: url('/public/images/structure/hesen_sprite.svg');
background-size: 250px 200px;
background-position: -180px -30px;
cursor: pointer;
}
header.main nav.spheres li.active {
background-position: -180px -10px;
}
header.main nav.spheres li.top {
margin-left: -4px;
width: 24px;
height: 24px;
background-position: -180px -50px;
}
.player.full {
padding-bottom: 60%;
width: 100%;
height: 1px;
background: #BE9781;
}
.player {
position: relative;
overflow: hidden;
}
.player .clicker {
position: absolute;
top: 0;
z-index: 100;
width: 50%;
height: 100%;
}
.player .player_next {
right: 0;
cursor: url('/public/images/structure/arr_right.png') 40 18, auto;
}
.player .player_prev {
left: 0;
cursor: url('/public/images/structure/arr_left.png') 0 18, auto;
}
.player .counter {
position: absolute;
bottom: 20px;
left: 50%;
z-index: 1000;
margin-left: -50px;
width: 100px;
color: #fff;
font-family: 'Chaparral W01 SmBd';
font-size: 2em;
}
.player .counter div {
float: left;
}
.player .counter .slash {
margin: 0 20px 0 0;
}
.player .counter .index {
position: relative;
overflow: hidden;
width: 40px;
height: 30px;
}
.player .counter .index div {
position: absolute;
left: 0;
top: -100%;
-webkit-transition: top 300ms;
transition: top 300ms;
}
.player .counter .index .new {
top: -100%;
}
.player .counter .index .current {
top: 0;
}
.player .counter .index .hide {
top: 100%;
}
.player ul {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
list-style: none;
opacity: 0;
filter: alpha(opacity=50);
}
.player ul li {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.player ul li figure {
position: absolute;
top: 0;
left: 100%;
z-index: 1;
margin: 0;
height: 100%;
width: 100%;
overflow: hidden;
-webkit-transition: left 700ms ease-in-out;
transition: left 700ms ease-in-out;
}
.player ul li figure.swiping {
-webkit-transition: none;
transition: none;
}
.player ul li img {
position: absolute;
top: 0;
left: 50%;
width: 100%;
opacity: 0;
-webkit-transition: opacity 500ms;
transition: opacity 500ms;
}
.player ul li.new.next figure {
left: 200%;
}
.player ul li.new.prev figure {
left: -200%;
}
.player ul li.before_show figure {
left: -100%;
}
.player ul li.show figure {
left: 0;
}
.player ul li.after_show figure {
left: 100%;
}
.player ul li.hide.next figure {
left: -200%;
}
.player ul li.hide.prev figure {
left: 200%;
}
html.touch .player .clicker {
display: none;
}
html.touch .player ul li figure {
-webkit-transition: left 300ms ease-out;
transition: left 300ms ease-out;
}
#about {
position: relative;
}
#about .block:nth-child(2) {
background: #404246 url('/public/images/structure/cement_bg_dark.jpg') center center;
}
#about .block:nth-child(2) .inner {
margin: 0 25%;
width: 50%;
color: #ccc;
}
#about .block:nth-child(2) .inner .icon {
margin: 40px auto 35px;
background-position: -210px -10px;
}
#about .block:nth-child(2) .inner h1 {
color: #f2f2f2;
}
#about .block:nth-child(2) .inner .contact {
color: #f2f2f2;
}
#about_pros .block:nth-child(1) {
padding: 80px 40px;
background: #494D53;
color: #ccc;
}
#about_pros .block:nth-child(1) .title_holder,
#about_pros .block:nth-child(1) .list_holder {
float: left;
width: 50%;
}
#about_pros .block:nth-child(1) h2 {
margin: 0;
color: #fff;
font-size: 1.5em;
}
#about_pros .block:nth-child(1) h2 .five {
display: block;
position: relative;
top: 0;
left: 0;
float: left;
font-size: 6em;
line-height: 1;
}
#about_pros .block:nth-child(1) h2 .text {
display: block;
float: left;
margin-left: 40px;
line-height: 1.8em;
}
#about_pros .block:nth-child(1) ul {
margin: 0;
padding: 0;
list-style: none;
}
#about_pros .block:nth-child(1) ul li {
padding-bottom: 10px;
font-size: 1.066666667em;
color: #fff;
}
#about_pros .block:nth-child(1) ul li span {
display: inline-block;
width: 40px;
}
#solution .text,
#special .text {
padding: 40px;
background: #E3E6E6;
}
#contact {
padding: 40px 0;
background: #494D53;
color: #ccc;
}
#contact .title {
display: block;
margin-bottom: 30px;
padding-right: 40px;
color: #eee;
font-family: 'Chaparral W01 SmBd';
font-size: 1.4em;
line-height: 1.4;
}
#contact strong {
color: #eee;
}
#contact .block:nth-child(1),
#contact .block:nth-child(4) {
margin-left: 25%;
}
#contact .block:nth-child(1) .data,
#contact .block:nth-child(4) .data {
display: block;
position: relative;
margin-bottom: 80px;
}
#contact .block:nth-child(1) .data .icon,
#contact .block:nth-child(4) .data .icon {
display: block;
position: absolute;
top: 3px;
left: -30px;
background: url('/public/images/structure/hesen_sprite.svg');
background-size: 250px 200px;
}
#contact .block:nth-child(1) .data .icon.person,
#contact .block:nth-child(4) .data .icon.person {
width: 16px;
height: 16px;
background-position: -220px -110px;
}
#contact .block:nth-child(1) .data .icon.location,
#contact .block:nth-child(4) .data .icon.location {
top: 90px;
width: 14px;
height: 18px;
background-position: -220px -80px;
}
#contact .block:nth-child(1) .submenu,
#contact .block:nth-child(4) .submenu {
font-family: 'Chaparral W01 SmBd';
font-size: .933333333em;
color: #ccc;
text-decoration: none;
}
#contact .block:nth-child(1) .submenu:hover,
#contact .block:nth-child(4) .submenu:hover {
text-decoration: underline;
}
#contact .block:nth-child(2) .input_holder {
margin-bottom: 5px;
}
#contact .block:nth-child(2) .input_holder label {
display: inline-block;
width: 60px;
font-family: 'Chaparral W01 SmBd';
font-size: .933333333em;
}
#contact .block:nth-child(2) .input_holder input[type="text"] {
display: inline-block;
padding: 0 10px ;
width: 180px;
height: 30px;
background: #929498;
border: 1px solid #ccc;
font-family: 'Futura W01 Medium', sans-serif;
font-size: 14px;
}
#contact .block:nth-child(2) .input_btn {
display: inline-block;
position: relative;
margin: 15px 0 0 95px;
}
#contact .block:nth-child(2) .input_btn input[type="submit"] {
padding: 0 10px;
width: 150px;
height: 40px;
background: #eee;
border: none;
-moz-border-radius: 5px;
border-radius: 5px;
color: #494D53;
font-family: 'Chaparral W01 SmBd';
font-size: 14px;
text-transform: uppercase;
text-align: left;
line-height: 40px;
cursor: pointer;
-webkit-transition: all 300ms;
transition: all 300ms;
}
#contact .block:nth-child(2) .input_btn .arrow {
display: block;
position: absolute;
right: 15px;
top: 16px;
z-index: 5;
width: 5px;
height: 8px;
background: url('/public/images/structure/hesen_sprite.svg');
background-size: 250px 200px;
background-position: -240px -50px;
-webkit-transition: background-position 300ms;
transition: background-position 300ms;
}
#contact .block:nth-child(2) .input_btn:hover input {
color: #fff;
background: #929498;
}
#contact .block:nth-child(2) .input_btn:hover .arrow {
background-position: -230px -50px;
}
#contact .block:nth-child(2) .error {
display: block;
margin-bottom: 10px;
font-family: 'Chaparral W01 SmBd';
font-size: .933333333em;
color: #ff4a56;
}
#contact .block:nth-child(2) .success {
color: #3FFF6A;
}
#contact #komma_link {
display: block;
margin: 0;
width: 230px;
height: 36px;
cursor: pointer;
opacity: 0.8;
filter: alpha(opacity=50);
-webkit-transition: opacity 300ms;
transition: opacity 300ms;
white-space: nowrap;
font-family: 'Chaparral W01 SmBd';
font-size: .933333333em;
}
#contact #komma_link:hover {
opacity: 1;
filter: alpha(opacity=50);
}
#contact #komma_logo {
display: block;
float: left;
margin: 0 10px 0 0;
width: 36px;
height: 36px;
background: url('/public/images/structure/hesen_sprite.svg');
background-size: 250px 200px;
background-position: -180px -80px;
}
#contact #komma_text {
position: relative;
top: 2px;
left: 0;
display: block;
float: left;
color: #ccc;
}
#contact #komma_text strong {
color: #eee;
}
@media screen and (min-width: 1680px) {
#wrapper,
.center {
margin: 0 auto;
width: 1600px;
}
}
@media screen and (max-width: 1280px) {
#about .block:nth-child(2) .inner {
margin: 0 20%;
width: 60%;
}
#solution .w25,
#special .w25 {
width: 30%;
}
#solution .w75,
#special .w75 {
width: 70%;
}
#about_pros .block:nth-child(1) {
width: 60%;
}
#about_pros .block:nth-child(1) .title_holder,
#about_pros .block:nth-child(1) .list_holder {
float: left;
width: 100%;
}
#about_pros .block:nth-child(1) .list_holder {
margin-top: 40px;
padding-left: 78px;
}
#about_pros .block:nth-child(2) {
width: 40%;
}
#contact .block.w25 {
width: 50%;
padding: 0 40px;
}
#contact .block:nth-child(1),
#contact .block:nth-child(4) {
margin-left: 0;
padding-left: 80px;
}
}
@media screen and (max-width: 1024px) {
#about .block:nth-child(2) .inner {
margin: 0 10%;
width: 80%;
}
#about_pros .block:nth-child(1) {
width: 100%;
}
#about_pros .block:nth-child(1) .title_holder,
#about_pros .block:nth-child(1) .list_holder {
float: left;
width: 100%;
}
#about_pros .block:nth-child(1) .list_holder {
margin-top: 40px;
padding-left: 78px;
}
#about_pros .block:nth-child(2) {
display: none;
}
#solution .w25,
#special .w25 {
width: 45%;
}
#solution .w75,
#special .w75 {
width: 55%;
}
}
@media screen and (max-width: 850px) {
.block.w25,
.block.w50,
.block.w75 {
width: 100%;
}
.block.adjust {
height: 1px !important;
padding-bottom: 60%;
}
#about .block:nth-child(1) {
display: none;
}
#about .block:nth-child(2) .inner {
margin: 0 25%;
width: 50%;
}
#solution .w25,
#special .w25 {
width: 100%;
}
#solution .w75,
#special .w75 {
width: 100%;
}
#contact .block.w25 {
width: 100%;
margin-bottom: 40px;
padding: 0 80px;
}
#contact .block:nth-child(1),
#contact .block:nth-child(4) {
margin-left: 0;
}
#contact .block:nth-child(1) .data {
margin-bottom: 0;
}
header.main nav.main,
header.main #logo {
display: none;
}
.mb_sprite {
background: url('/public/images/structure/mobile_sprite.svg');
background-size: 150px 70px;
}
.mobile {
display: block;
position: fixed;
top: 0;
left: 0;
z-index: 1000;
width: 100%;
}
.mobile p {
line-height: 1.6;
}
.mobile header {
position: relative;
width: 100%;
height: 40px;
background: #fff;
}
.mobile .mobile_btn {
position: relative;
width: 40px;
height: 100%;
cursor: pointer;
}
.mobile .mobile_btn .icon {
display: block;
position: absolute;
top: 50%;
left: 50%;
background: url('/public/images/structure/mobile_sprite.svg');
background-size: 150px 70px;
}
.mobile .mobile_btn.nav {
margin-left: 30px;
float: left;
border-right: 1px solid #fff;
}
.mobile .mobile_btn.nav .icon {
margin: -7px 0 0 -9px;
width: 18px;
height: 15px;
background-position: -10px -40px;
}
.mobile .mobile_btn.nav:hover:not(.selected) .icon {
background-position: -10px -10px;
}
.mobile .mobile_btn.contact {
margin-right: 30px;
float: right;
border-left: 1px solid #fff;
}
.mobile .mobile_btn.contact .icon {
margin: -10px 0 0 -10px;
width: 20px;
height: 20px;
background-position: -70px -40px;
}
.mobile .mobile_btn.contact:hover:not(.selected) .icon {
background-position: -70px -10px;
}
.mobile .mobile_btn.selected .icon {
background-position: -40px -10px;
margin-top: -6px;
}
.mobile .mobile_btn.selected .icon:hover .icon {
background-position: -40px -10px;
margin-top: -6px;
}
.mobile .logo {
display: block;
position: absolute;
left: 50%;
margin: 0 0 0 -80px;
width: 160px;
height: 30px;
color: #494D53;
text-align: center;
text-decoration: none;
line-height: 40px;
cursor: pointer;
}
.mobile .mb_content {
position: relative;
overflow-y: scroll;
opacity: 1;
filter: alpha(opacity=100);
border: none;
}
.mobile .mb_content nav {
position: relative;
overflow: hidden;
height: 0;
}
.mobile .mb_content nav ul {
display: block;
margin: 0;
padding: 0;
width: 100%;
background: #F7F8F9;
}
.mobile .mb_content nav ul li {
display: block;
position: relative;
width: 100%;
}
.mobile .mb_content nav ul li .title {
display: block;
position: relative;
padding: 0 0 0 40px;
width: 100%;
height: 39px;
border-bottom: 1px solid #DFE5E9;
color: #A9AAAC;
font-family: 'Chaparral W01 SmBd';
font-size: 12px;
text-transform: uppercase;
line-height: 40px;
box-sizing: border-box;
-moz-box-sizing: border-box;
cursor: pointer;
}
.mobile .mb_content nav ul li .title:hover {
background: #fff;
}
.mobile .mb_content nav ul li .title .dd_arrow {
display: block;
position: absolute;
left: 30px;
top: 50%;
margin: -2px 0 0 -5px;
width: 10px;
height: 6px;
background: url('/public/images/structure/mobile_sprite.svg');
background-size: 150px 70px;
background-position: -100px -10px;
}
.mobile .mb_content nav ul li.selected .title {
color: #494d53;
}
.mobile .mb_content nav ul li.selected .title .dd_arrow {
background-position: -100px -24px;
}
.mobile .mb_content nav ul li.mb_dropdown {
display: block;
}
.mobile .mb_content nav ul li.mb_dropdown ul {
display: block;
position: relative;
overflow: hidden;
padding: 0;
height: 0;
}
.mobile .mb_content nav ul li.mb_dropdown ul li .title {
padding-left: 90px;
background: #fff;
color: #9999A2;
font-weight: 400;
}
.mobile .mb_content nav ul li.mb_dropdown ul li .title .dd_arrow {
left: 65px;
background-position: -100px -10px;
}
.mobile .mb_content nav ul li.mb_dropdown ul li .title:hover {
background: #FBFBFC;
}
.mobile .mb_content nav ul li.mb_dropdown ul li.selected .title {
color: #494d53;
}
.mobile .mb_content nav ul li.mb_dropdown ul li.selected .title .dd_arrow {
background-position: -100px -24px;
}
.mobile .mb_content nav ul li.mb_dropdown ul li.mb_dropdown {
display: block;
}
.mobile .mb_content nav ul li.mb_dropdown ul li.mb_dropdown ul {
display: block;
position: relative;
overflow: hidden;
padding: 0;
height: 0;
}
.mobile .mb_content nav ul li.mb_dropdown ul li.mb_dropdown ul li .title {
padding-left: 120px;
height: 39px;
border-bottom: 1px solid #fff;
background: #EAEAEA;
color: #575765;
font-weight: 300;
line-height: 40px;
}
.mobile .mb_content nav ul li.mb_dropdown ul li.mb_dropdown ul li .title:hover {
background: #F7F8F9;
}
.mobile .mb_content #mobile_contact {
position: relative;
overflow: hidden;
height: 0;
background: #fff;
font-size: 1em;
line-height: 1.2;
}
.mobile .mb_content #mobile_contact .inner {
padding: 40px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.mobile .mb_content #mobile_contact .inner .title {
display: block;
margin-bottom: 1em;
color: #494d53;
font-size: 1.375em;
}
.mobile .mb_content #mobile_contact .inner .data_title {
display: inline-block;
width: 60px;
color: #494d53;
font-family: 'Chaparral W01 SmBd';
font-size: 12px;
text-transform: uppercase;
}
.mobile .blur {
display: none;
position: fixed;
top: 0;
left: 0;
z-index: -1;
width: 100%;
background: #494d53;
opacity: 0;
filter: alpha(opacity=100);
}
.mobile.phone .mb_content nav ul li .title:hover {
background: none;
}
.mobile.phone .mb_content nav ul li.mb_dropdown ul li .title:hover {
background: #ffffff;
}
.mobile.phone .mb_content nav ul li.mb_dropdown ul li.mb_dropdown ul li .title:hover {
background: #EAEAEA !important;
}
}
@media screen and (max-width: 560px) {
section {
opacity: 1;
filter: alpha(opacity=50);
}
header.main nav.spheres {
display: none;
}
#about .block:nth-child(2) .inner {
margin: 0 10%;
width: 80%;
}
#about_pros .block:nth-child(1) {
width: 100%;
}
#about_pros .block:nth-child(1) .list_holder {
padding-left: 3px;
}
#about_pros .block:nth-child(1) h2 {
font-size: 1.1em;
}
#about_pros .block:nth-child(1) h2 .five {
font-size: 6em;
}
#about_pros .block:nth-child(1) h2 .text {
line-height: 1.8em;
margin-left: 20px;
}
#about_pros .block:nth-child(1) ul li {
font-size: 0.9em;
}
#contact .title {
font-size: 1em;
}
#contact .block:nth-child(2) .input_btn {
margin-left: 0;
}
}
@media screen and (max-width: 400px) {
body {
padding: 40px 0 0 0;
}
}