File: D:/HostingSpaces/SBogers59/ferrumbv.nl/wwwroot/public/css/screen.css
.background-cover {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
}
/*
* Swiper - Mobile Touch Slider CSS
* http://www.idangero.us/sliders/swiper
*
* Vladimir Kharlampidi, The iDangero.us
* http://www.idangero.us/
*
* Copyright 2012-2013, Vladimir Kharlampidi
* The iDangero.us
* http://www.idangero.us
*
* Licensed under GPL & MIT
*
*/
/* ===============================================================
Basic Swiper Styles
================================================================*/
#gallery {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
}
.swiper-container {
position: relative;
overflow: hidden;
margin: 0 auto;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
/* Fix of Webkit flickering */
z-index: 1;
background: #434343;
}
.swiper-wrapper {
position: relative;
width: 100%;
-webkit-transition-property: -webkit-transform, left, top;
-webkit-transition-duration: 0s;
-webkit-transform: translate3d(0px, 0, 0);
-webkit-transition-timing-function: ease;
-moz-transition-property: -moz-transform, left, top;
-moz-transition-duration: 0s;
-moz-transform: translate3d(0px, 0, 0);
-moz-transition-timing-function: ease;
-o-transition-property: -o-transform, left, top;
-o-transition-duration: 0s;
-o-transform: translate3d(0px, 0, 0);
-o-transition-timing-function: ease;
-o-transform: translate(0px, 0px);
-ms-transition-property: -ms-transform, left, top;
-ms-transition-duration: 0s;
-ms-transform: translate3d(0px, 0, 0);
-ms-transition-timing-function: ease;
transition-property: transform, left, top;
transition-duration: 0s;
transform: translate3d(0px, 0, 0);
transition-timing-function: ease;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
margin: 0 auto;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.swiper-slide {
float: left;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
-ms-touch-action: pan-x;
}
/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
/* ===============================================================
Pagination Styles
================================================================*/
.pagination {
position: relative;
z-index: 5;
width: 100%;
text-align: center;
}
.swiper-pagination-switch {
display: inline-block;
position: relative;
margin: 10px 5px;
width: 10px;
height: 10px;
border: 1px solid #ffee00;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.swiper-active-switch {
background: #ffee00;
}
.enlarge_btn {
position: absolute;
top: 0;
right: 0;
z-index: 10;
width: 0;
height: 0;
border-style: solid;
border-width: 0 60px 60px 0;
border-color: transparent #ffee00 transparent;
cursor: pointer;
}
.enlarge_btn .plus {
display: block;
position: absolute;
left: 38px;
top: 12px;
width: 0.75em;
height: 0.75em;
background: url('/public/images/structure/plus_01.svg');
background-size: 0.75em 0.75em;
}
.enlarge_btn.close_enlarged {
z-index: 1000;
border-width: 0 120px 120px 0;
}
.enlarge_btn.close_enlarged .cross {
position: absolute;
left: 4.5em;
top: 1.8em;
width: 1em;
height: 1em;
background: url('/public/images/structure/cross_01.svg');
background-size: 1em 1em;
cursor: pointer;
}
#products .enlarge_btn {
border-width: 0 80px 80px 0;
}
#products .enlarge_btn .plus {
left: 48px;
top: 16px;
width: 1em;
height: 1em;
background-size: 1em 1em;
}
#products .enlarge_btn.close_enlarged {
z-index: 1000;
border-width: 0 120px 120px 0;
}
#gallery {
background: #434343;
}
#gallery .pagination_holder {
position: absolute;
left: 0;
bottom: 0;
z-index: 100;
width: 100%;
height: 30px;
}
#gallery .bg {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: #000;
opacity: 0.6;
filter: alpha(opacity=60);
}
#gallery .clicker {
position: absolute;
top: 0;
width: 25%;
height: 100%;
z-index: 100;
cursor: pointer;
}
#gallery .clicker .gradient {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
filter: alpha(opacity=0);
}
#gallery .clicker .arrow {
position: absolute;
top: 50%;
right: 8%;
margin-top: -0.9375em;
width: 1.25em;
height: 1.875em;
background: url('/public/images/structure/arrow_01_yellow.svg');
background-size: 1.25em 1.875em;
}
#gallery .clicker.left {
left: 0;
}
#gallery .clicker.left .arrow {
left: 8%;
background: url('/public/images/structure/arrow_01_yellow_left.svg');
}
#gallery .clicker.left .gradient {
background: -moz-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #000000), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0)));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
/* IE10+ */
background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
/* IE6-9 */
}
#gallery .clicker.right {
right: 0;
}
#gallery .clicker.right .gradient {
background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, #000000 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(100%, #000000));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, #000000 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, #000000 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, #000000 100%);
/* IE10+ */
background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, #000000 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1);
/* IE6-9 */
}
@font-face {
font-family: 'Titillium Web';
font-style: italic;
font-weight: 300;
src: local('Titillium Web Light Italic'), local('TitilliumWeb-LightItalic'), url(http://fonts.gstatic.com/s/titilliumweb/v7/NaPFcZTIAOhVxoMyOr9n_E7fdMbepI5DYZyZ.ttf) format('truetype');
}
@font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 400;
src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'), url(http://fonts.gstatic.com/s/titilliumweb/v7/NaPecZTIAOhVxoMyOr9n_E7fdMPmCA.ttf) format('truetype');
}
@font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 600;
src: local('Titillium Web SemiBold'), local('TitilliumWeb-SemiBold'), url(http://fonts.gstatic.com/s/titilliumweb/v7/NaPDcZTIAOhVxoMyOr9n_E7ffBzCGItzZg.ttf) format('truetype');
}
@font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 700;
src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'), url(http://fonts.gstatic.com/s/titilliumweb/v7/NaPDcZTIAOhVxoMyOr9n_E7ffHjDGItzZg.ttf) format('truetype');
}
@font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 900;
src: local('Titillium Web Black'), local('TitilliumWeb-Black'), url(http://fonts.gstatic.com/s/titilliumweb/v7/NaPDcZTIAOhVxoMyOr9n_E7ffEDBGItzZg.ttf) format('truetype');
}
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
}
body {
position: relative;
margin: 0;
width: 100%;
overflow-x: hidden;
background: #B5AB00;
font-size: 16px;
font-family: 'Titillium Web', sans-serif;
letter-spacing: 0.03em;
line-height: 1.375;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}
a {
text-decoration: none;
color: #FFEF00;
}
h2 {
margin: 1.77272727em 0 1em;
font-size: 1.375em;
line-height: 1;
color: #fff;
}
p {
margin-bottom: 1.375em;
}
p strong {
color: #fff;
}
.clear {
display: block;
clear: both;
}
.sprite {
background-image: url('/public/images/structure/ferrum_sprite.svg');
background-size: 20em 20em;
}
.torque {
font-family: 'Titillium Web', sans-serif;
font-weight: 900;
}
::selection {
background: #FFEF00;
color: #2D2D2D;
}
::-moz-selection {
background: #FFEF00;
color: #2D2D2D;
}
.hidden {
display: none;
}
#page_title {
display: none;
}
.only_screen {
display: block;
}
.only_alt {
display: none;
}
.only_mobile {
display: none;
}
#nav_bg {
position: fixed;
top: 0;
left: 0;
overflow: hidden;
width: 100%;
height: 100%;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
}
#main_nav {
position: fixed;
top: 0;
left: 0;
z-index: 10;
overflow-y: auto;
width: 100%;
height: 100%;
}
#main_nav ul {
margin-top: 140px;
}
#main_nav li {
position: relative;
width: 100%;
min-height: 60px;
border-top: 1px solid #FFEF00;
}
#main_nav li a {
position: relative;
display: block;
padding-left: 40px;
width: 100%;
height: 100%;
color: #FFEF00;
font-family: 'Titillium Web', sans-serif;
font-weight: 900;
font-size: 2.5em;
text-transform: uppercase;
letter-spacing: 0.2em;
}
#main_nav li a .bg {
display: block;
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
background: #FFEF00;
opacity: 0;
filter: alpha(opacity=0);
}
#main_nav li a .label {
position: relative;
z-index: 5;
}
#main_nav li:hover a {
color: #fff;
}
#main_nav li:hover a .bg {
opacity: 0.5;
filter: alpha(opacity=50);
}
#main_nav li.active a {
color: #fff;
}
#main_nav.disabled {
color: #bbb;
}
.open_nav {
position: absolute;
top: 0;
left: 0;
z-index: 20;
width: 140px;
height: 140px;
background-size: 2.5em 2.5em;
cursor: pointer;
}
.open_nav svg {
position: absolute;
top: 50%;
left: 50%;
margin: -1.25em 0 0 -1.25em;
width: 2.5em;
height: 2.5em;
}
#home .open_nav {
display: none;
}
#content {
position: relative;
margin-left: 140px;
left: 0;
top: 0;
z-index: 100;
max-width: 100%;
height: 100%;
background: #191919;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
}
#content.animate {
-webkit-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
#column_width {
display: none;
width: 140px;
height: 1px;
}
.content_column {
position: relative;
float: left;
width: 420px;
margin-right: 140px;
}
.content_column.last {
margin-right: 0;
}
.container {
position: relative;
overflow: auto;
padding: 40px;
width: 100%;
height: 100%;
color: #BCBCBC;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.container .inner_aside {
float: left;
padding: 40px 0 0 40px;
width: 240px;
color: #F4F3F3;
}
.container .inner_aside a {
color: #F4F3F3;
}
.container .inner_aside .logo {
display: block;
margin-left: -0.625em;
margin-top: -0.625em;
width: 5em;
height: 5em;
background: url('/public/images/structure/logo_wheel.svg');
background-size: 5em 5em;
}
.container .inner_aside .breadcrumb {
margin: 1.875em 0 0;
height: 4.75em;
text-transform: uppercase;
color: #FFEF00;
letter-spacing: 0.2em;
}
.container .inner_aside .breadcrumb a {
color: #FFEF00;
}
.container .inner_aside .breadcrumb strong {
color: #fff;
font-weight: 400;
}
.container .inner_aside .breadcrumb .sep {
display: inline-block;
margin-left: -1.3em;
width: 1.3em;
}
.container .inner_aside .submenu {
border-top: 1px solid #5F5F5F;
}
.container .inner_aside .submenu li {
border-bottom: 1px solid #5F5F5F;
line-height: 2.6875em;
}
.container .inner_aside .submenu li a {
display: block;
width: 100%;
height: 100%;
-webkit-transition: transform 300ms;
-o-transition: transform 300ms;
-moz-transition: transform 300ms;
transition: transform 300ms;
}
.container .inner_aside .submenu li:not(.active):hover a {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
.container .inner_aside .submenu li.active a {
color: #FFEF00;
}
.container .inner_aside .submenu li.job_offers {
border-top: 1px solid #5F5F5F;
margin-top: 5.375em;
}
.container .inner_aside .submenu li.job_offers .count {
display: inline-block;
margin-left: 5px;
width: 1.2em;
height: 1.2em;
-moz-border-radius: 0.6em;
border-radius: 0.6em;
background: #FF0032;
font-size: 0.75em;
text-align: center;
line-height: 1.1;
}
.container .inner_content_holder {
float: left;
width: calc(100% - 240px);
}
.container .inner_content {
position: relative;
margin: 8.125em auto 0;
width: 980px;
}
.container .inner_content .image_holder {
position: relative;
margin-top: 0.375em;
width: 420px;
height: 236.24999997px;
background: #434343;
margin-right: 140px;
}
.container .inner_content .image_holder img {
display: block;
width: 100%;
}
.container .inner_content .text_holder {
position: relative;
float: left;
width: 420px;
}
.border {
position: relative;
width: 100%;
min-height: 100%;
border-left: 0.3em solid #FFEF00;
border-bottom: 0.3em solid #FFEF00;
}
.top_line {
position: absolute;
top: 0;
width: calc(50% - 10em);
height: 0.3em;
background: #FFEF00;
}
.top_line.left {
left: 0;
}
.top_line.right {
right: 0;
}
.top_title {
position: absolute;
top: -0.6em;
left: 50%;
margin-left: -10em;
width: 20em;
color: #FFEF00;
font-weight: 600;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.25em;
}
.right_line {
position: absolute;
right: 0;
width: 0.3em;
height: calc(50% - 6.5em);
background: #FFEF00;
}
.right_line.top {
top: 0;
}
.right_line.bottom {
bottom: 0;
}
.right_title {
position: absolute;
right: -0.4em;
top: 50%;
margin-top: -6.5em;
width: 1em;
height: 13em;
color: #FFEF00;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.25em;
white-space: nowrap;
cursor: pointer;
}
.right_title .rotated_div {
transform: rotate(90deg);
-ms-transform: rotate(90deg);
/* IE 9 */
-webkit-transform: rotate(90deg);
}
.right_title span {
display: inline-block;
text-align: center;
width: 13em;
}
.contact_cloud {
display: none;
position: absolute;
top: 50%;
right: 1em;
z-index: 100;
margin-top: -2em;
padding: 1em;
width: 14em;
height: 5em;
background: #fff;
color: #000;
font-weight: 600;
opacity: 0;
filter: alpha(opacity=0);
}
.contact_cloud .arrow {
position: absolute;
top: 50%;
margin-top: -0.3125em;
right: -0.45em;
width: 0.5em;
height: 0.625em;
background: url('/public/images/structure/cloud_arrow.svg');
background-size: 0.625em 0.625em;
}
.contact_cloud .cross {
position: absolute;
right: 2.125em;
top: 2.125em;
width: 0.75em;
height: 0.75em;
background: url('/public/images/structure/cross_01.svg');
background-size: 0.75em 0.75em;
cursor: pointer;
}
.contact_cloud a {
color: #000;
text-decoration: underline;
}
.container_out .container {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
h1 {
margin: 0 0 2.14285714em;
color: #F4F3F3;
font-family: 'Titillium Web', sans-serif;
font-weight: 900;
font-size: 1.75em;
text-transform: uppercase;
letter-spacing: 0.2em;
}
.read_more {
display: block;
position: relative;
color: #FFEF00;
width: 15em;
}
.read_more span {
display: block;
}
.read_more .label {
font-size: 0.92857143em;
line-height: 1.1;
}
.read_more .name {
font-size: 0.92857143em;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.2em;
}
.read_more .arrow {
position: absolute;
top: 0.3em;
right: 0;
width: 0.80864286em;
height: 1.42857143em;
background-image: url('/public/images/structure/ferrum_sprite.svg');
background-size: 20em 20em;
background-position: -6em -1em;
}
.offer_holder {
position: relative;
width: 100%;
height: 6.1875em;
}
p.h1_margin_top {
margin-top: 6.1875em;
}
.tablet {
display: none;
}
.btn_holder {
width: 100%;
text-align: center;
}
.btn {
display: inline-block;
position: relative;
margin: 0.625em auto;
padding: 0 40px 0 20px;
height: 40px;
color: #000;
background: #FFEF00;
-webkit-transition: background-color 200ms ease-out;
-o-transition: background-color 200ms ease-out;
-moz-transition: background-color 200ms ease-out;
transition: background-color 200ms ease-out;
-moz-border-radius: 3px;
border-radius: 3px;
font-weight: 600;
line-height: 40px;
cursor: pointer;
}
.btn .arrow {
display: block;
position: absolute;
top: 50%;
right: 0.625em;
margin-top: -0.3125em;
z-index: 10;
width: 0.4375em;
height: 0.625em;
background: url('/public/images/structure/arrow_01_black.svg');
background-size: 0.4375em 0.625em;
-webkit-transition: background-position 300ms ease-out;
-o-transition: background-position 300ms ease-out;
-moz-transition: background-position 300ms ease-out;
transition: background-position 300ms ease-out;
}
.btn input {
position: relative;
top: -1px;
left: 0;
z-index: 5;
border: none;
background: none;
color: #000;
font-family: 'Titillium Web', sans-serif;
font-size: 14px;
font-weight: 600;
cursor: pointer;
}
.btn.highlight {
background: #fff;
}
.btn.highlight:hover {
background: #00ED75;
}
.btn.right {
float: right;
}
.btn:hover {
background: #fff;
}
.btn:hover .arrow {
background-position: 0.4375em 0;
}
.corner_btn {
position: absolute;
top: 0;
right: 0;
}
.cta_personal {
margin-top: 40px;
width: 100%;
color: #2D2D2D;
}
.cta_personal .header .bar {
float: left;
height: 40px;
width: calc(100% - 40px);
background: #FFEF00;
}
.cta_personal .header .triangle {
float: left;
width: 0;
height: 0;
border-style: solid;
border-width: 40px 0 0 40px;
border-color: transparent transparent transparent #FFEF00;
}
.cta_personal .content {
position: relative;
top: -1px;
left: 0;
margin-bottom: 40px;
padding: 0 40px 20px;
background: #FFEF00;
}
.cta_personal .content .title {
font-size: 1.375em;
font-weight: 600;
line-height: 1.18181818;
}
.cta_personal .content p {
position: relative;
width: 100%;
z-index: 10;
}
.cta_personal .content a {
color: #2D2D2D;
text-decoration: underline;
}
.cta_personal .content .triangle {
position: absolute;
right: 0;
bottom: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 160px 160px;
border-color: transparent transparent #bbbbbb transparent;
}
.cta_personal .content .director {
position: absolute;
right: 1em;
bottom: 1em;
width: 7.5em;
height: 7.5em;
}
.cta_image_holder {
display: block;
position: relative;
width: 100%;
background: #FFEF00;
font-size: 0.875em;
line-height: 1.2;
color: #000;
font-weight: 600;
}
.cta_image_holder a {
color: #000;
text-decoration: underline;
}
.cta_image_holder .col {
display: block;
position: relative;
float: left;
width: 50%;
padding: 20px;
white-space: nowrap;
}
.cta_image_holder .triangle_holder {
display: block;
position: absolute;
top: 0;
right: 0;
width: 60px;
height: 60px;
}
.cta_image_holder .triangle {
display: block;
position: absolute;
top: 0;
right: 0;
z-index: 10;
width: 0;
height: 0;
border-style: solid;
-webkit-transition: border-color 300ms;
-o-transition: border-color 300ms;
-moz-transition: border-color 300ms;
transition: border-color 300ms;
border-width: 0 60px 60px 0;
border-color: transparent #bbbbbb transparent;
}
.cta_image_holder .triangle .arrow {
display: block;
position: absolute;
left: 36px;
top: 14px;
width: 12px;
height: 10px;
background: url('/public/images/structure/arrow_02_yellow.svg');
-webkit-transition: background-position 300ms ease-out;
-o-transition: background-position 300ms ease-out;
-moz-transition: background-position 300ms ease-out;
transition: background-position 300ms ease-out;
}
.cta_image_holder .triangle:hover {
border-color: transparent #1e1e1e transparent;
}
.cta_image_holder .triangle:hover .arrow {
background-position: 12px 0;
}
form .input_holder {
position: relative;
margin-left: 140px;
margin-bottom: 10px;
float: left;
width: 280px;
height: auto;
}
form .input_holder label {
display: block;
position: absolute;
top: 7px;
left: -140px;
margin-bottom: 3px;
width: 140px;
color: #fff;
font-family: 'Titillium Web', sans-serif;
font-weight: 400;
line-height: 1;
outline: none;
letter-spacing: 0.03em;
}
form .input_holder input,
form .input_holder textarea {
position: relative;
z-index: 5;
padding: 5px;
width: 280px;
border: none;
background: #FFEF00;
color: #000;
font-family: 'Titillium Web', sans-serif;
font-weight: 300;
font-size: 13px;
outline: none;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
form .input_holder input {
height: 30px;
line-height: 30px;
}
form .input_holder textarea {
height: 130px;
resize: none;
}
form .input_holder select {
width: 300px;
}
form .input_holder .error {
position: absolute;
top: -18px;
left: 0;
display: block;
width: 100%;
color: #FF0032;
font-size: 0.8em;
}
form .input_holder .placeholder {
position: absolute;
top: -2px;
left: 12px;
z-index: 15;
color: #888;
font-size: 13px;
line-height: 35px;
}
form .input_holder.focus input,
form .input_holder.focus textarea {
border: 3px solid #0082FF;
}
form .input_holder.focus .placeholder {
color: #000;
}
form .input_holder.textarea_holder {
height: 150px;
}
form .input_holder.error {
margin-top: 14px;
}
form .input_holder.error input,
form .input_holder.error textarea {
border: 3px solid #FF0032;
}
form .btn {
float: right;
}
#small-container {
opacity: 0;
filter: alpha(opacity=0);
}
#enlarged-container {
opacity: 0;
filter: alpha(opacity=0);
}
#home {
color: #bbb;
}
#home aside {
min-height: 100%;
padding: 40px;
width: 500px;
background: #191919;
}
#home aside .logo {
margin: 0 auto 2.5em;
width: 15.625em;
height: 9.375em;
background: url('/public/images/structure/home_logo.svg');
}
#home aside h1,
#home aside h2 {
width: 100%;
color: #fff;
font-size: 1.625em;
font-family: 'Titillium Web', sans-serif;
font-weight: 600;
text-align: center;
text-transform: none;
letter-spacing: 0;
line-height: 1.2;
}
#home aside h1 {
margin: 0 0 1.25em;
line-height: 1.2;
}
#home aside h2 {
font-size: 1.375em;
text-align: left;
}
#home aside ul {
margin: 0;
padding: 0;
}
#home aside ul li {
position: relative;
margin: 0 0 1.375em 40px;
}
#home aside ul .count {
position: absolute;
left: -40px;
top: 0;
color: #FFEF00;
}
#home aside .job_offers {
display: block;
position: absolute;
top: 1.6em;
left: -10em;
color: #000;
border: 3px #000 solid;
padding: 10px;
z-index: 100;
font-weight: 600;
}
#home aside .job_offers .count {
display: inline-block;
width: 1.2em;
height: 1.2em;
-moz-border-radius: 0.6em;
border-radius: 0.6em;
color: #fff;
background: #FF0032;
font-size: 0.75em;
text-align: center;
line-height: 1.1;
}
#about .employees {
margin-bottom: 100px;
}
#about .employees .employee {
position: relative;
float: left;
width: 280px;
margin: 0 70px 40px 0;
}
#about .employees .employee span {
display: block;
}
#about .employees .employee .image {
width: 280px;
height: 239.99999993px;
}
#about .employees .employee .image img {
display: block;
width: 100%;
}
#about .employees .employee .name {
margin-top: 16px;
color: #FFEF00;
}
#about .employees .employee .function {
margin-bottom: 10px;
color: #FFEF00;
font-style: italic;
font-weight: 300;
}
#about .employees .employee.last {
margin: 0;
}
#products .inner_content {
margin-top: 5em;
}
#products .inner_content .image_holder {
margin-bottom: 2em;
float: none;
width: 980px;
height: 551.24999993px;
}
#products .inner_content .read_more {
float: right;
}
#products .page {
position: relative;
top: 0;
margin-bottom: 2.1em;
}
#products h1 {
margin: 0 0 1.4em;
}
#products .h1_margin_top {
margin-top: 4.875em;
}
#products .product_thumbs {
margin-top: 2.125em;
float: left;
}
#products .product_thumbs li {
position: relative;
float: left;
margin: 0 10px 1.8125em 0;
width: 320px;
}
#products .product_thumbs li .image {
display: block;
position: relative;
overflow: hidden;
}
#products .product_thumbs li .image img {
display: block;
position: relative;
width: 100%;
-webkit-transition: transform 400ms ease-out;
-o-transition: transform 400ms ease-out;
-moz-transition: transform 400ms ease-out;
transition: transform 400ms ease-out;
}
#products .product_thumbs li .triangle {
position: absolute;
top: 0;
right: 0;
z-index: 10;
width: 0;
height: 0;
border-style: solid;
-webkit-transition: border-color 300ms ease-out;
-o-transition: border-color 300ms ease-out;
-moz-transition: border-color 300ms ease-out;
transition: border-color 300ms ease-out;
border-width: 0 60px 60px 0;
border-color: transparent #FFEF00 transparent;
}
#products .product_thumbs li .triangle .arrow {
display: block;
position: absolute;
left: 36px;
top: 14px;
width: 12px;
height: 10px;
background: url('/public/images/structure/arrow_02_black.svg');
-webkit-transition: background-position 300ms ease-out;
-o-transition: background-position 300ms ease-out;
-moz-transition: background-position 300ms ease-out;
transition: background-position 300ms ease-out;
}
#products .product_thumbs li .title {
display: block;
margin-top: 4px;
width: 100%;
color: #FFEF00;
text-align: center;
}
#products .product_thumbs li:nth-child(3n) {
margin-right: 0;
}
#products .product_thumbs li:not(.cta):hover .image img {
-ms-transform: scale(1.2);
/* IE 9 */
-webkit-transform: scale(1.2);
/* Chrome, Safari, Opera */
transform: scale(1.2);
}
#products .product_thumbs li:not(.cta):hover .triangle {
border-color: transparent #fff transparent;
}
#products .product_thumbs li:not(.cta):hover .triangle .arrow {
background-position: 12px 0;
}
#products .product_thumbs .cta {
position: relative;
padding: 26px;
width: 320px;
height: 179.99999998px;
background: #FFEF00;
color: #2D2D2D;
font-weight: 600;
font-size: 1.125em;
}
#products .product_thumbs .cta .triangle {
border-color: transparent #bbb transparent;
}
#products .product_thumbs .cta .triangle .arrow {
display: block;
position: absolute;
left: 36px;
top: 14px;
width: 12px;
height: 10px;
background: url('/public/images/structure/arrow_02_yellow.svg');
}
#products .product_thumbs .cta .triangle:hover {
border-color: transparent #1e1e1e transparent;
}
#products .product_thumbs .cta a {
color: #2D2D2D;
}
#references h2 {
color: #FFEF00;
}
#references .who {
color: #FFEF00;
}
#references .who a {
text-decoration: underline;
}
#contact .content_column.last h2 {
margin-top: 0.5625em;
}
#sitemap .container .content_column ul {
margin: 0 0 1.2em 1em;
list-style: disc;
}
#sitemap .container .content_column ul li {
padding-left: 1em;
}
#job_offers .job_offer_title {
display: block;
font-size: 1.5em;
color: #fff;
margin-bottom: 1.3em;
}
#job_offers .job_offer_title .yellow {
display: block;
color: #FFEF00;
}
#footer {
position: relative;
z-index: 100;
margin-left: -40px;
margin-top: 40px;
padding: 40px;
width: calc(100% + (2*40px));
height: 300px;
}
#footer a {
color: #bbb;
}
#footer .contact_col {
float: left;
padding-left: 40px;
width: 240px;
}
#footer .contact_col a {
text-decoration: underline;
}
#footer a:hover {
color: #fff;
}
#footer .center_holder {
float: left;
width: calc(100% - ((2 * 140px) - 40px));
}
#footer .center_col {
margin: 0 auto;
width: 980px;
}
#footer .center_col .menu_col {
float: left;
width: 210px;
}
#footer .center_col .menu_col li {
white-space: nowrap;
}
#footer .center_col .quote_col {
float: left;
width: 420px;
text-align: center;
color: #FFEF00;
font-size: 2em;
font-weight: 300;
font-style: italic;
}
#footer .komma {
display: block;
margin-top: 24px;
width: 130%;
}
#footer .komma .logo {
display: inline-block;
position: relative;
top: 0;
left: 0;
margin-right: 2px;
width: 2em;
height: 2em;
background: url('/public/images/structure/komma_mediadesign_logo.svg');
background-size: 2em 2em;
}
#footer .komma .text {
display: inline-block;
line-height: 1.2em;
}
#footer .komma strong {
display: block;
}
body.home #content {
margin-left: -500px;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
body.menu_closed #content {
-webkit-transform: translateX(0);
transform: translateX(0);
}
body.menu_open #content {
margin-left: 0;
-webkit-transform: translateX(40%);
transform: translateX(40%);
}
#tablet_nav_blocker {
display: none;
position: fixed;
top: 0;
left: 0;
z-index: 16;
width: 100%;
height: 100%;
background: #FFEF00;
opacity: 1;
filter: alpha(opacity=100);
}
#tablet_nav_blocker.about_to_open {
opacity: 0;
filter: alpha(opacity=0);
}
html.touch body.menu_closed #tablet_nav_blocker {
display: block;
}
html.touch body.menu_open #tablet_nav_blocker {
display: none;
}
@media screen and (min-width: 1090px) {
#about .employees .employee.no_margin_right_screen {
margin-right: 0;
}
}
@media screen and (min-width: 960px)
{
.about-desktop{ display: block; }
.about-mobile{ display: none; }
}
@media screen and (max-width: 960px)
{
.about-desktop{ display: none; }
.about-mobile{ display: block; }
}
@media screen and (max-width: 1730px) {
#content {
margin-left: 140px;
}
.open_nav {
width: 140px;
height: 140px;
}
#main_nav ul {
margin-top: 140px;
}
.content_column {
width: 420px;
margin-right: 70px;
}
#column_width {
width: 140px;
}
.container {
padding: 40px;
}
.container .inner_aside {
padding: 40px 0 0 40px;
width: 240px;
}
.container .inner_content_holder {
float: left;
width: calc(100% - 240px);
}
.container .inner_content {
margin: 8.125em auto 0;
width: 910px;
}
.container .inner_content .image_holder {
width: 420px;
height: 236.24999997px;
margin-right: 140px;
}
.container .inner_content .text_holder {
width: 420px;
}
form .input_holder {
margin-left: 140px;
width: 280px;
}
form .input_holder label {
left: -140px;
width: 140px;
}
form .input_holder input,
form .input_holder textarea {
width: 280px;
}
#home aside {
padding: 40px;
width: 500px;
}
#about .employees .employee {
width: 280px;
margin: 0 35px 40px 0;
}
#about .employees .employee .image {
width: 280px;
height: 239.99999993px;
}
#products .inner_content {
margin-top: 5em;
}
#products .inner_content .image_holder {
margin-bottom: 2em;
float: none;
width: 910px;
height: 511.87499994px;
}
#products .product_thumbs li {
margin: 0 10px 1.8125em 0;
width: 296.66666667px;
}
#products .product_thumbs .cta {
width: 296.66666667px;
height: 166.87499998px;
}
#footer {
margin-left: -40px;
margin-top: 40px;
width: calc(100% + (2 * 40px) );
}
#footer .contact_col {
padding-left: 40px;
width: 240px;
}
#footer .center_holder {
width: calc(100% - ((2 * 140px) - 40px));
}
#footer .center_col {
width: 910px;
}
#footer .center_col .menu_col {
width: 210px;
}
#footer .center_col .quote_col {
width: 420px;
}
body.home #content {
margin-left: -500px;
}
}
@media screen and (max-width: 1520px) {
#content {
margin-left: 120px;
}
.open_nav {
width: 120px;
height: 120px;
}
#main_nav ul {
margin-top: 120px;
}
.content_column {
width: 360px;
margin-right: 50px;
}
#column_width {
width: 120px;
}
.container {
padding: 30px;
}
.container .inner_aside {
padding: 30px 0 0 30px;
width: 210px;
}
.container .inner_content_holder {
float: left;
width: calc(100% - 210px);
}
.container .inner_content {
margin: 8.125em auto 0;
width: 770px;
}
.container .inner_content .image_holder {
width: 360px;
height: 202.49999997px;
margin-right: 120px;
}
.container .inner_content .text_holder {
width: 360px;
}
form .input_holder {
margin-left: 120px;
width: 240px;
}
form .input_holder label {
left: -120px;
width: 120px;
}
form .input_holder input,
form .input_holder textarea {
width: 240px;
}
#home aside {
padding: 30px;
width: 420px;
}
#about .employees .employee {
width: 240px;
margin: 0 25px 40px 0;
}
#about .employees .employee .image {
width: 240px;
height: 205.71428566px;
}
#products .inner_content {
margin-top: 5em;
}
#products .inner_content .image_holder {
margin-bottom: 2em;
float: none;
width: 770px;
height: 433.12499995px;
}
#products .product_thumbs li {
margin: 0 10px 1.8125em 0;
width: 250px;
}
#products .product_thumbs .cta {
width: 250px;
height: 140.62499998px;
}
#footer {
margin-left: -30px;
margin-top: 30px;
width: calc(100% + (2 * 30px) );
}
#footer .contact_col {
padding-left: 30px;
width: 210px;
}
#footer .center_holder {
width: calc(100% - ((2 * 120px) - 30px));
}
#footer .center_col {
width: 770px;
}
#footer .center_col .menu_col {
width: 180px;
}
#footer .center_col .quote_col {
width: 360px;
}
body.home #content {
margin-left: -420px;
}
.cta_personal {
margin-top: 40px;
width: 100%;
color: #2D2D2D;
}
.cta_personal .header .bar {
height: 30px;
width: calc(100% - 30px);
}
.cta_personal .header .triangle {
border-width: 30px 0 0 30px;
}
.cta_personal .content {
padding: 0 30px 30px;
}
#products .product_thumbs .cta {
font-size: 1em;
line-height: 1.1;
}
.cta_image_holder {
font-size: 1em;
line-height: 1.2;
}
.cta_image_holder .col {
float: none;
}
.cta_image_holder .col:nth-child(2) {
padding-top: 0;
}
}
@media screen and (max-width: 1270px) {
body {
font-size: 15px;
}
#content {
margin-left: 100px;
}
.open_nav {
width: 100px;
height: 100px;
}
#main_nav ul {
margin-top: 100px;
}
.content_column {
width: 300px;
margin-right: 50px;
}
#column_width {
width: 100px;
}
.container {
padding: 30px;
}
.container .inner_aside {
padding: 30px 0 0 30px;
width: 170px;
}
.container .inner_content_holder {
float: left;
width: calc(100% - 170px);
}
.container .inner_content {
margin: 8.125em auto 0;
width: 650px;
}
.container .inner_content .image_holder {
width: 300px;
height: 168.74999998px;
margin-right: 100px;
}
.container .inner_content .text_holder {
width: 300px;
}
form .input_holder {
margin-left: 100px;
width: 200px;
}
form .input_holder label {
left: -100px;
width: 100px;
}
form .input_holder input,
form .input_holder textarea {
width: 200px;
}
#home aside {
padding: 30px;
width: 360px;
}
#about .employees .employee {
width: 200px;
margin: 0 25px 40px 0;
}
#about .employees .employee .image {
width: 200px;
height: 171.42857138px;
}
#products .inner_content {
margin-top: 5em;
}
#products .inner_content .image_holder {
margin-bottom: 2em;
float: none;
width: 650px;
height: 365.62499995px;
}
#products .product_thumbs li {
margin: 0 10px 1.8125em 0;
width: 210px;
}
#products .product_thumbs .cta {
width: 210px;
height: 118.12499999px;
}
#footer {
margin-left: -30px;
margin-top: 30px;
width: calc(100% + (2 * 30px) );
}
#footer .contact_col {
padding-left: 30px;
width: 170px;
}
#footer .center_holder {
width: calc(100% - ((2 * 100px) - 30px));
}
#footer .center_col {
width: 650px;
}
#footer .center_col .menu_col {
width: 150px;
}
#footer .center_col .quote_col {
width: 300px;
}
body.home #content {
margin-left: -360px;
}
#products .product_thumbs li {
margin: 0 50px 1.8125em 0;
width: 300px;
}
#products .product_thumbs li:nth-child(3n) {
margin-right: 50px;
}
#products .product_thumbs li:nth-child(2n) {
margin-right: 0;
}
#products .product_thumbs .cta {
width: 300px;
height: 168.74999998px;
}
form .input_holder {
margin-left: 0;
width: 100%;
}
form .input_holder input,
form .input_holder textarea {
width: 100%;
}
form .input_holder label {
position: relative;
top: 0;
left: 0;
margin-bottom: 3px;
width: 100%;
}
form .input_holder .placeholder {
position: absolute;
top: 16px;
}
body.menu_open #content {
-webkit-transform: translateX(50%);
transform: translateX(50%);
}
.container .inner_aside .breadcrumb {
margin-top: 2.48em;
font-size: 0.8em;
}
.container .inner_aside .breadcrumb .sep {
margin-left: -0.8em;
}
.container .inner_aside .submenu {
margin-top: 1.36em;
font-size: 0.93333333em;
}
}
@media screen and (max-width: 1090px) {
body {
font-size: 15px;
}
#content {
margin-left: 90px;
}
.open_nav {
width: 90px;
height: 90px;
}
#main_nav ul {
margin-top: 90px;
}
.content_column {
width: 270px;
margin-right: 40px;
}
#column_width {
width: 90px;
}
.container {
padding: 20px;
}
.container .inner_aside {
padding: 20px 0 0 20px;
width: 160px;
}
.container .inner_content_holder {
float: left;
width: calc(100% - 160px);
}
.container .inner_content {
margin: 8.125em auto 0;
width: 580px;
}
.container .inner_content .image_holder {
width: 270px;
height: 151.87499998px;
margin-right: 90px;
}
.container .inner_content .text_holder {
width: 270px;
}
form .input_holder {
margin-left: 90px;
width: 180px;
}
form .input_holder label {
left: -90px;
width: 90px;
}
form .input_holder input,
form .input_holder textarea {
width: 180px;
}
#home aside {
padding: 20px;
width: 310px;
}
#about .employees .employee {
width: 180px;
margin: 0 20px 40px 0;
}
#about .employees .employee .image {
width: 180px;
height: 154.28571424px;
}
#products .inner_content {
margin-top: 5em;
}
#products .inner_content .image_holder {
margin-bottom: 2em;
float: none;
width: 580px;
height: 326.24999996px;
}
#products .product_thumbs li {
margin: 0 10px 1.8125em 0;
width: 186.66666667px;
}
#products .product_thumbs .cta {
width: 186.66666667px;
height: 104.99999999px;
}
#footer {
margin-left: -20px;
margin-top: 20px;
width: calc(100% + (2 * 20px) );
}
#footer .contact_col {
padding-left: 20px;
width: 160px;
}
#footer .center_holder {
width: calc(100% - ((2 * 90px) - 20px));
}
#footer .center_col {
width: 580px;
}
#footer .center_col .menu_col {
width: 135px;
}
#footer .center_col .quote_col {
width: 270px;
}
body.home #content {
margin-left: -310px;
}
h1 {
font-size: 1.5em;
}
.cta_personal {
margin-top: 30px;
width: 100%;
color: #2D2D2D;
}
.cta_personal .header .bar {
height: 15px;
width: calc(100% - 15px);
}
.cta_personal .header .triangle {
border-width: 15px 0 0 15px;
}
.cta_personal .content {
padding: 0 15px 15px;
}
#products .product_thumbs li {
margin: 0 40px 1.8125em 0;
width: 270px;
}
#products .product_thumbs li:nth-child(3n) {
margin-right: 40px;
}
#products .product_thumbs li:nth-child(2n) {
margin-right: 0;
}
#products .product_thumbs .cta {
font-size: 1em;
line-height: 1.2;
width: 270px;
height: 151.87499998px;
}
form .input_holder {
margin-left: 0;
width: 100%;
}
form .input_holder input,
form .input_holder textarea {
width: 100%;
}
form .input_holder label {
position: relative;
top: 0;
left: 0;
margin-bottom: 3px;
width: 100%;
}
form .input_holder .placeholder {
position: absolute;
top: 16px;
}
.only_alt {
display: block;
}
.only_screen {
display: none;
}
#about .employees .employee {
width: 48%;
margin: 0 4% 80px 0;
}
#about .employees .employee .image {
width: 100%;
height: auto;
}
#about .employees .employee.no_margin_right_alt {
margin-right: 0;
}
body.menu_open #content {
-webkit-transform: translateX(60%);
transform: translateX(60%);
}
}
@media screen and (max-width: 960px) {
#content {
margin-left: 90px;
}
.open_nav {
width: 90px;
height: 90px;
}
#main_nav ul {
margin-top: 90px;
}
.content_column {
width: 270px;
margin-right: 50px;
}
#column_width {
width: 90px;
}
.container {
padding: 20px;
}
.container .inner_aside {
padding: 20px 0 0 20px;
width: 160px;
}
.container .inner_content_holder {
float: left;
width: calc(100% - 160px);
}
.container .inner_content {
margin: 8.125em auto 0;
width: 590px;
}
.container .inner_content .image_holder {
width: 270px;
height: 151.87499998px;
margin-right: 90px;
}
.container .inner_content .text_holder {
width: 270px;
}
form .input_holder {
margin-left: 90px;
width: 180px;
}
form .input_holder label {
left: -90px;
width: 90px;
}
form .input_holder input,
form .input_holder textarea {
width: 180px;
}
#home aside {
padding: 20px;
width: 310px;
}
#about .employees .employee {
width: 180px;
margin: 0 25px 40px 0;
}
#about .employees .employee .image {
width: 180px;
height: 154.28571424px;
}
#products .inner_content {
margin-top: 5em;
}
#products .inner_content .image_holder {
margin-bottom: 2em;
float: none;
width: 590px;
height: 331.87499996px;
}
#products .product_thumbs li {
margin: 0 10px 1.8125em 0;
width: 190px;
}
#products .product_thumbs .cta {
width: 190px;
height: 106.87499999px;
}
#footer {
margin-left: -20px;
margin-top: 20px;
width: calc(100% + (2 * 20px) );
}
#footer .contact_col {
padding-left: 20px;
width: 160px;
}
#footer .center_holder {
width: calc(100% - ((2 * 90px) - 20px));
}
#footer .center_col {
width: 590px;
}
#footer .center_col .menu_col {
width: 135px;
}
#footer .center_col .quote_col {
width: 270px;
}
body.home #content {
margin-left: -310px;
}
.content_column {
float: none;
width: 100%;
margin-right: 0;
}
.container .inner_content {
width: 350px;
}
.container .inner_content .image_holder {
width: 350px;
height: 196.87499998px;
margin-right: 0;
}
p.h1_margin_top {
margin-top: 0;
}
.cta_personal {
margin-bottom: 30px;
}
#products .inner_content {
width: 350px;
}
#products .inner_content .image_holder {
width: 350px;
height: 196.87499998px;
}
#products .product_thumbs li {
margin: 0 0 1.8125em 0;
width: 100%;
}
#products .product_thumbs li:nth-child(3n) {
margin-right: 0;
}
#products .product_thumbs li:nth-child(2n) {
margin-right: 0;
}
#products .product_thumbs .cta {
width: 100%;
height: 56.24999999%;
}
#products p.h1_margin_top {
margin-top: 0;
}
.corner_btn {
margin: 40px 0;
position: relative;
top: 0;
right: 0;
}
form .input_holder {
margin-left: 0;
width: 100%;
}
form .input_holder input,
form .input_holder textarea {
width: 100%;
}
form .input_holder label {
position: relative;
top: 0;
left: 0;
margin-bottom: 3px;
width: 100%;
}
form .input_holder .placeholder {
position: absolute;
top: 16px;
}
#about .employees .employee {
width: 48%;
margin: 0 4% 80px 0;
}
#about .employees .employee .image {
width: 100%;
height: auto;
}
#about .employees .employee.no_margin_right_alt {
margin-right: 0;
}
#footer {
margin-left: -40px;
margin-top: 40px;
width: 100%;
padding: 0 80px;
}
#footer .contact_col {
width: 100%;
padding-left: 0;
margin-bottom: 40px;
}
#footer .center_holder {
width: 100%;
}
#footer .center_col {
width: 100%;
}
#footer .center_col .menu_col {
width: 50%;
margin-bottom: 40px;
}
#footer .center_col .quote_col {
width: 100%;
margin-bottom: 40px;
}
#footer .content_column {
width: 100%;
}
body.menu_open #content {
-webkit-transform: translateX(70%);
transform: translateX(70%);
}
}
@media screen and (max-width: 750px) {
#nav_bg {
display: none;
}
#main_nav {
display: none;
}
#content {
position: relative;
margin-left: 0;
width: 100% !important;
}
.container .inner_aside {
display: none;
}
.container .inner_content_holder {
width: 100%;
}
.container .inner_content {
width: 80%;
margin: 40px auto;
}
.container .inner_content .image_holder {
width: 100%;
}
form .input_holder {
margin-left: 0;
width: 100%;
}
form .input_holder input,
form .input_holder textarea {
width: 100%;
}
form .input_holder label {
position: relative;
top: 0;
left: 0;
margin-bottom: 3px;
width: 100%;
}
form .input_holder .placeholder {
position: absolute;
top: 16px;
}
#about .employees .employee {
width: 48%;
margin: 0 4% 80px 0;
}
#about .employees .employee .image {
width: 100%;
height: auto;
}
#about .employees .employee.no_margin_right_alt {
margin-right: 0;
}
#home aside {
width: 100%;
padding: 10%;
}
.only_alt {
display: none;
}
.only_mobile {
display: block;
}
.mobile {
display: block;
position: fixed;
top: 0;
left: 0;
z-index: 1000;
width: 100%;
}
.mobile header {
position: relative;
width: 100%;
height: 60px;
background: #000;
}
.mobile .mobile_btn {
position: relative;
width: 60px;
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 {
float: left;
border-right: 1px solid #575765;
}
.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 {
float: right;
border-left: 1px solid #575765;
}
.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;
top: 50%;
left: 50%;
margin: -20px 0 0 -98px;
width: 196px;
height: 40px;
background: url('/public/images/structure/mobile_logo.svg');
background-size: 196px 40px;
}
.mobile .mb_content {
position: relative;
overflow-y: scroll;
}
.mobile .mb_content nav {
position: relative;
overflow: hidden;
height: 0;
}
.mobile .mb_content nav ul {
display: block;
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 60px;
width: 100%;
height: 59px;
border-bottom: 1px solid #DFE5E9;
color: #575766;
font-size: 1.14285714em;
font-weight: 600;
line-height: 60px;
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') -100px -10px;
background-size: 150px 70px;
}
.mobile .mb_content nav ul li.selected .title {
color: #000;
}
.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: #000;
}
.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: #212121;
color: #fff;
font-size: 1.14285714em;
}
.mobile .mb_content #mobile_contact .inner {
padding: 60px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.mobile .mb_content #mobile_contact .inner .title {
display: block;
margin-bottom: 1em;
color: #FFEF00;
font-size: 1.375em;
}
.mobile .mb_content #mobile_contact .inner .data_title {
display: inline-block;
width: 60px;
color: #FFEF00;
font-weight: 600;
font-size: 0.875em;
text-transform: uppercase;
}
.mobile .blur {
display: none;
position: fixed;
top: 0;
left: 0;
z-index: -1;
width: 100%;
background: #FFEF00;
opacity: 0;
filter: alpha(opacity=0);
}
.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: #fff;
}
.mobile.phone .mb_content nav ul li.mb_dropdown ul li.mb_dropdown ul li .title:hover {
background: #EAEAEA !important;
}
body {
padding-top: 60px;
}
}
@media screen and (max-width: 500px) {
.container {
padding: 0;
}
.border {
border: none;
}
.border_container {
display: none;
}
#about .employees .employee {
float: none;
width: 100%;
margin: 0 0 80px 0;
}
#footer .center_col .menu_col {
float: none;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.tablet {
display: block;
}
}
.fade,
.fade_inner {
opacity: 0;
filter: alpha(opacity=0);
}
.fade.in,
.fade_inner.in {
opacity: 1;
filter: alpha(opacity=100);
}
.fade.animate,
.fade_inner.animate {
-webkit-transition: opacity 400ms ease-out;
-o-transition: opacity 400ms ease-out;
-moz-transition: opacity 400ms ease-out;
transition: opacity 400ms ease-out;
}
.machine-list {
/* Zebra striping */
/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
}
.machine-list article {
margin: 40px 0;
}
.machine-list h2 {
color: #FFEF00;
}
.machine-list table {
width: 100%;
}
.machine-list td {
width: 100%;
border-collapse: collapse;
}
.machine-list tr:nth-of-type(odd) {
background: rgba(0, 0, 0, 0.5);
}
.machine-list th {
background: rgba(0, 0, 0, 0.8);
font-weight: bold;
}
.machine-list td,
.machine-list th {
padding: 6px;
text-align: left;
}
@media only screen and (min-width: 1024px) {
.machine-list [data-column] {
width: 100px;
white-space: nowrap;
}
.machine-list [data-column="Bereik"] {
width: auto;
}
.machine-list .type-label {
display: none;
}
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
.machine-list {
/* Force table to not be like tables anymore */
/* Hide table headers (but not display: none;, for accessibility) */
}
.machine-list table,
.machine-list thead,
.machine-list tbody,
.machine-list th,
.machine-list td,
.machine-list tr {
display: block;
}
.machine-list thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
.machine-list tr {
border: 1px solid rgba(255, 255, 255, 0.2);
}
.machine-list td {
/* Behave like a "row" */
border: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
position: relative;
padding-left: 50%;
}
.machine-list td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
content: attr(data-column);
}
}