File: D:/HostingSpaces/SBogers106/rvt-trainingen.nl/wwwroot/css/style.css
@charset "UTF-8";
/** RESPOND-TO MIXINS **/
@import "selectric.css";
@keyframes movingDown {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0) rotate(0deg);
-moz-transform: translate3d(0, 0, 0) rotate(0deg);
-ms-transform: translate3d(0, 0, 0) rotate(0deg);
-o-transform: translate3d(0, 0, 0) rotate(0deg);
-spec-transform: translate3d(0, 0, 0) rotate(0deg);
transform: translate3d(0, 0, 0) rotate(0deg);
}
50% {
-webkit-transform: translate3d(0, 8px, 0) rotate(0deg);
-moz-transform: translate3d(0, 8px, 0) rotate(0deg);
-ms-transform: translate3d(0, 8px, 0) rotate(0deg);
-o-transform: translate3d(0, 8px, 0) rotate(0deg);
-spec-transform: translate3d(0, 8px, 0) rotate(0deg);
transform: translate3d(0, 8px, 0) rotate(0deg);
}
}
@keyframes fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fade-in-background {
0% {
opacity: 0;
left: 20px;
}
100% {
opacity: 1;
left: 0;
}
}
@keyframes icon-move-left-and-right {
0%, 100% {
transform: translateX(0);
}
50% {
transform: translateX(5px);
}
}
@keyframes phone-rings {
0%, 100% {
transform: rotate(0deg);
}
10%, 20%, 30% {
transform: rotate(7.5deg);
}
15%, 25%, 35% {
transform: rotate(-2deg);
}
}
/* ==========================================================================
* Functions used in grid calculation
* ========================================================================== */
/**
* * This is where the magic happens
* * Return percentage based on amount of columns
* * Use parent column size to adjust the origin
* */
/**
* * Default function for columns
* * Return as percentage
* */
/**
* * Return as viewport width
* */
/**
* * Hero Image + Streamer
* *
* * 1. Set custom css background-image
* */
/**
* * Streamer
* *
* * 1. Config of the main streamer
* * 2. Config of the sub streamer
* */
/**
* * Post settings
* *
* */
/**
* * Single post settings
* *
* */
/**
* * Button settings
* *
* * 1. Primary button background settings
* * 2. Primary button text setting
* */
/**
* * Define grid columns
* * The inner grid is the section where the content is
* * The outer grid is the inner grid with extra margin columns on each side
* */
/**
* * Define breakpoint for given formats
* */
.icon {
opacity: 0;
}
.footer-icon {
opacity: 0;
}
.seperator-10 {
height: 10px;
}
.seperator-25 {
height: 25px;
}
.seperator-50 {
height: 50px;
}
html, body {
padding: 0;
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
height: 100%;
}
* {
box-sizing: border-box;
}
* ::selection {
background: #263238;
color: white;
}
hr {
opacity: 0.3;
}
.page-content {
min-height: 100%;
margin-bottom: -800px;
}
.page-content:after {
content: "";
display: block;
height: 800px;
}
img {
border: none;
display: block;
}
h1, h2, h3, h4, h5 {
margin: 0;
}
p, span, em, a, div, ul, li {
font-size: 18px;
line-height: 28.8px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
text-decoration: none;
}
@media screen and (max-width: 1350px) {
p, span, em, a, div, ul, li {
font-size: 16.3636363636px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
p, span, em, a, div, ul, li {
font-size: 15px;
line-height: 26.1818181818px;
}
}
a {
color: #2196f3;
transition: color 0.4s ease;
}
a:hover {
color: #5CCEEE;
}
img {
border: none;
}
.column, .grid12, .grid11, .grid10, .grid9, .grid8, .grid7, .grid6, .grid5, .grid4, .grid3, .grid2, .grid1 {
position: relative;
float: left;
}
.column.padding, .padding.grid12, .padding.grid11, .padding.grid10, .padding.grid9, .padding.grid8, .padding.grid7, .padding.grid6, .padding.grid5, .padding.grid4, .padding.grid3, .padding.grid2, .padding.grid1 {
padding: 0 2%;
}
.column .right, .grid12 .right, .grid11 .right, .grid10 .right, .grid9 .right, .grid8 .right, .grid7 .right, .grid6 .right, .grid5 .right, .grid4 .right, .grid3 .right, .grid2 .right, .grid1 .right {
float: right;
}
.row {
clear: both;
}
.row:after {
content: "";
display: block;
clear: both;
}
.clear {
clear: both;
}
.grid1 {
width: 8.3333333333%;
}
.grid2 {
width: 16.6666666667%;
}
.grid3 {
width: 25%;
}
.grid4 {
width: 33.3333333333%;
}
.grid5 {
width: 41.6666666667%;
}
.grid6 {
width: 50%;
}
.grid7 {
width: 58.3333333333%;
}
.grid8 {
width: 66.6666666667%;
}
.grid9 {
width: 75%;
}
.grid10 {
width: 83.3333333333%;
}
.grid11 {
width: 91.6666666667%;
}
.grid12 {
width: 100%;
}
.offset-1 {
margin-left: 8.3333333333%;
}
.offset-2 {
margin-left: 16.6666666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.3333333333%;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-spec-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
transition: all 0.3s;
}
input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-spec-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
transition: all 0.3s;
}
input:-moz-placeholder, textarea:-moz-placeholder {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-spec-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
transition: all 0.3s;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-spec-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
transition: all 0.3s;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
opacity: 0;
-webkit-transform: translate3d(20px, 0, 0);
-moz-transform: translate3d(20px, 0, 0);
-ms-transform: translate3d(20px, 0, 0);
-o-transform: translate3d(20px, 0, 0);
-spec-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
opacity: 0;
-webkit-transform: translate3d(20px, 0, 0);
-moz-transform: translate3d(20px, 0, 0);
-ms-transform: translate3d(20px, 0, 0);
-o-transform: translate3d(20px, 0, 0);
-spec-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
opacity: 0;
-webkit-transform: translate3d(20px, 0, 0);
-moz-transform: translate3d(20px, 0, 0);
-ms-transform: translate3d(20px, 0, 0);
-o-transform: translate3d(20px, 0, 0);
-spec-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
opacity: 0;
-webkit-transform: translate3d(20px, 0, 0);
-moz-transform: translate3d(20px, 0, 0);
-ms-transform: translate3d(20px, 0, 0);
-o-transform: translate3d(20px, 0, 0);
-spec-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 0.5;
}
.content-container {
width: 95%;
max-width: 1440px;
margin: auto;
}
@media screen and (max-width: 600px) {
.content-container {
width: 90%;
}
}
a[x-apple-data-detectors].mobile-number-white {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
/*==========================================================================
* Grid
* ========================================================================== */
/**
* * Grid row
* *
* * 1. The outer two columns are just margin
* * 2. Prevent inline-block cells wrapping
* * 3. Prevent vertical spacing between inline-blocks (rather line-height than font-size)
* */
.grid-row {
width: 85.7142857143%;
max-width: 1680px;
margin: 0 auto;
font-size: 0;
line-height: 0;
/**
* * The full row doesn't have the two outer margin rows
* * They stretch till both ends of the window
* */
}
.grid-row.full-row {
width: 100%;
max-width: none;
}
/**
* * Grid column
* *
* * 1. Reset white-space inherited from `.grid`
* * 2. Reset font-size inherited from `.grid`
* * 3. Reset line-height inherited from `.grid`
* */
.grid-col {
position: relative;
display: inline-block;
overflow: hidden;
white-space: normal;
font-size: 1rem;
line-height: 1.6;
/**
* * Center column
* *
* * 1. 'inline-block' doesn't center with margin '0 auto'
* */
}
.grid-col.center {
display: block;
margin: 0 auto;
}
.grid-col.overflow {
overflow: visible;
}
/* Column dimensions
* ========================================================================== */
/* * Calculate width by dividing a full width into 12 columns
* * Create a class for each column
* */
.col-1, .col-lg-1 {
width: 8.3333333333%;
}
.full-row .col-1, .full-row .col-lg-1 {
width: 7.1428571429%;
}
/* Column shifts
* ========================================================================== */
.offset-1, .offset-lg-1 {
margin-left: 8.3333333333%;
}
/* Column dimensions
* ========================================================================== */
/* * Calculate width by dividing a full width into 12 columns
* * Create a class for each column
* */
.col-2, .col-lg-2 {
width: 16.6666666667%;
}
.full-row .col-2, .full-row .col-lg-2 {
width: 14.2857142857%;
}
/* Column shifts
* ========================================================================== */
.offset-2, .offset-lg-2 {
margin-left: 16.6666666667%;
}
/* Column dimensions
* ========================================================================== */
/* * Calculate width by dividing a full width into 12 columns
* * Create a class for each column
* */
.col-3, .col-lg-3 {
width: 25%;
}
.full-row .col-3, .full-row .col-lg-3 {
width: 21.4285714286%;
}
/* Column shifts
* ========================================================================== */
.offset-3, .offset-lg-3 {
margin-left: 25%;
}
/* Column dimensions
* ========================================================================== */
/* * Calculate width by dividing a full width into 12 columns
* * Create a class for each column
* */
.col-4, .col-lg-4 {
width: 33.3333333333%;
}
.full-row .col-4, .full-row .col-lg-4 {
width: 28.5714285714%;
}
/* Column shifts
* ========================================================================== */
.offset-4, .offset-lg-4 {
margin-left: 33.3333333333%;
}
/* Column dimensions
* ========================================================================== */
/* * Calculate width by dividing a full width into 12 columns
* * Create a class for each column
* */
.col-5, .col-lg-5 {
width: 41.6666666667%;
}
.full-row .col-5, .full-row .col-lg-5 {
width: 35.7142857143%;
}
/* Column shifts
* ========================================================================== */
.offset-5, .offset-lg-5 {
margin-left: 41.6666666667%;
}
/* Column dimensions
* ========================================================================== */
/* * Calculate width by dividing a full width into 12 columns
* * Create a class for each column
* */
.col-6, .col-lg-6 {
width: 50%;
}
.full-row .col-6, .full-row .col-lg-6 {
width: 42.8571428571%;
}
/* Column shifts
* ========================================================================== */
.offset-6, .offset-lg-6 {
margin-left: 50%;
}
/* Column dimensions
* ========================================================================== */
/* * Calculate width by dividing a full width into 12 columns
* * Create a class for each column
* */
.col-7, .col-lg-7 {
width: 58.3333333333%;
}
.full-row .col-7, .full-row .col-lg-7 {
width: 50%;
}
/* Column shifts
* ========================================================================== */
.offset-7, .offset-lg-7 {
margin-left: 58.3333333333%;
}
/* Column dimensions
* ========================================================================== */
/* * Calculate width by dividing a full width into 12 columns
* * Create a class for each column
* */
.col-8, .col-lg-8 {
width: 66.6666666667%;
}
.full-row .col-8, .full-row .col-lg-8 {
width: 57.1428571429%;
}
/* Column shifts
* ========================================================================== */
.offset-8, .offset-lg-8 {
margin-left: 66.6666666667%;
}
/* Column dimensions
* ========================================================================== */
/* * Calculate width by dividing a full width into 12 columns
* * Create a class for each column
* */
.col-9, .col-lg-9 {
width: 75%;
}
.full-row .col-9, .full-row .col-lg-9 {
width: 64.2857142857%;
}
/* Column shifts
* ========================================================================== */
.offset-9, .offset-lg-9 {
margin-left: 75%;
}
/* Column dimensions
* ========================================================================== */
/* * Calculate width by dividing a full width into 12 columns
* * Create a class for each column
* */
.col-10, .col-lg-10 {
width: 83.3333333333%;
}
.full-row .col-10, .full-row .col-lg-10 {
width: 71.4285714286%;
}
/* Column shifts
* ========================================================================== */
.offset-10, .offset-lg-10 {
margin-left: 83.3333333333%;
}
/* Column dimensions
* ========================================================================== */
/* * Calculate width by dividing a full width into 12 columns
* * Create a class for each column
* */
.col-11, .col-lg-11 {
width: 91.6666666667%;
}
.full-row .col-11, .full-row .col-lg-11 {
width: 78.5714285714%;
}
/* Column shifts
* ========================================================================== */
.offset-11, .offset-lg-11 {
margin-left: 91.6666666667%;
}
/* Column dimensions
* ========================================================================== */
/* * Calculate width by dividing a full width into 12 columns
* * Create a class for each column
* */
.col-12, .col-lg-12 {
width: 100%;
}
.full-row .col-12, .full-row .col-lg-12 {
width: 85.7142857143%;
}
/* Column shifts
* ========================================================================== */
.offset-12, .offset-lg-12 {
margin-left: 100%;
}
/* Column dimensions
* ========================================================================== */
/* * Calculate width by dividing a full width into 12 columns
* * Create a class for each column
* */
.col-13, .col-lg-13 {
width: 108.3333333333%;
}
.full-row .col-13, .full-row .col-lg-13 {
width: 92.8571428571%;
}
/* Column shifts
* ========================================================================== */
.offset-13, .offset-lg-13 {
margin-left: 108.3333333333%;
}
/* Column dimensions
* ========================================================================== */
/* * Calculate width by dividing a full width into 12 columns
* * Create a class for each column
* */
.col-14, .col-lg-14 {
width: 116.6666666667%;
}
.full-row .col-14, .full-row .col-lg-14 {
width: 100%;
}
/* Column shifts
* ========================================================================== */
.offset-14, .offset-lg-14 {
margin-left: 116.6666666667%;
}
/* Media queries
* ========================================================================== */
*
* /*
* * Create a separate loop because of order for css rendering
* * because else it would overrule a previous media query
* */
@media screen and (min-width: 1680px) {
.col-xl-1 {
width: 8.3333333333%;
}
.offset-xl-1 {
margin-left: 8.3333333333%;
}
}
@media screen and (max-width: 1366px) {
.col-md-1 {
width: 8.3333333333%;
}
.offset-md-1 {
margin-left: 8.3333333333%;
}
}
@media screen and (max-width: 768px) {
.col-sm-1 {
width: 8.3333333333%;
}
.offset-sm-1 {
margin-left: 8.3333333333%;
}
}
@media screen and (max-width: 400px) {
.col-xs-1 {
width: 8.3333333333%;
}
.offset-xs-1 {
margin-left: 8.3333333333%;
}
}
@media screen and (min-width: 1680px) {
.col-xl-2 {
width: 16.6666666667%;
}
.offset-xl-2 {
margin-left: 16.6666666667%;
}
}
@media screen and (max-width: 1366px) {
.col-md-2 {
width: 16.6666666667%;
}
.offset-md-2 {
margin-left: 16.6666666667%;
}
}
@media screen and (max-width: 768px) {
.col-sm-2 {
width: 16.6666666667%;
}
.offset-sm-2 {
margin-left: 16.6666666667%;
}
}
@media screen and (max-width: 400px) {
.col-xs-2 {
width: 16.6666666667%;
}
.offset-xs-2 {
margin-left: 16.6666666667%;
}
}
@media screen and (min-width: 1680px) {
.col-xl-3 {
width: 25%;
}
.offset-xl-3 {
margin-left: 25%;
}
}
@media screen and (max-width: 1366px) {
.col-md-3 {
width: 25%;
}
.offset-md-3 {
margin-left: 25%;
}
}
@media screen and (max-width: 768px) {
.col-sm-3 {
width: 25%;
}
.offset-sm-3 {
margin-left: 25%;
}
}
@media screen and (max-width: 400px) {
.col-xs-3 {
width: 25%;
}
.offset-xs-3 {
margin-left: 25%;
}
}
@media screen and (min-width: 1680px) {
.col-xl-4 {
width: 33.3333333333%;
}
.offset-xl-4 {
margin-left: 33.3333333333%;
}
}
@media screen and (max-width: 1366px) {
.col-md-4 {
width: 33.3333333333%;
}
.offset-md-4 {
margin-left: 33.3333333333%;
}
}
@media screen and (max-width: 768px) {
.col-sm-4 {
width: 33.3333333333%;
}
.offset-sm-4 {
margin-left: 33.3333333333%;
}
}
@media screen and (max-width: 400px) {
.col-xs-4 {
width: 33.3333333333%;
}
.offset-xs-4 {
margin-left: 33.3333333333%;
}
}
@media screen and (min-width: 1680px) {
.col-xl-5 {
width: 41.6666666667%;
}
.offset-xl-5 {
margin-left: 41.6666666667%;
}
}
@media screen and (max-width: 1366px) {
.col-md-5 {
width: 41.6666666667%;
}
.offset-md-5 {
margin-left: 41.6666666667%;
}
}
@media screen and (max-width: 768px) {
.col-sm-5 {
width: 41.6666666667%;
}
.offset-sm-5 {
margin-left: 41.6666666667%;
}
}
@media screen and (max-width: 400px) {
.col-xs-5 {
width: 41.6666666667%;
}
.offset-xs-5 {
margin-left: 41.6666666667%;
}
}
@media screen and (min-width: 1680px) {
.col-xl-6 {
width: 50%;
}
.offset-xl-6 {
margin-left: 50%;
}
}
@media screen and (max-width: 1366px) {
.col-md-6 {
width: 50%;
}
.offset-md-6 {
margin-left: 50%;
}
}
@media screen and (max-width: 768px) {
.col-sm-6 {
width: 50%;
}
.offset-sm-6 {
margin-left: 50%;
}
}
@media screen and (max-width: 400px) {
.col-xs-6 {
width: 50%;
}
.offset-xs-6 {
margin-left: 50%;
}
}
@media screen and (min-width: 1680px) {
.col-xl-7 {
width: 58.3333333333%;
}
.offset-xl-7 {
margin-left: 58.3333333333%;
}
}
@media screen and (max-width: 1366px) {
.col-md-7 {
width: 58.3333333333%;
}
.offset-md-7 {
margin-left: 58.3333333333%;
}
}
@media screen and (max-width: 768px) {
.col-sm-7 {
width: 58.3333333333%;
}
.offset-sm-7 {
margin-left: 58.3333333333%;
}
}
@media screen and (max-width: 400px) {
.col-xs-7 {
width: 58.3333333333%;
}
.offset-xs-7 {
margin-left: 58.3333333333%;
}
}
@media screen and (min-width: 1680px) {
.col-xl-8 {
width: 66.6666666667%;
}
.offset-xl-8 {
margin-left: 66.6666666667%;
}
}
@media screen and (max-width: 1366px) {
.col-md-8 {
width: 66.6666666667%;
}
.offset-md-8 {
margin-left: 66.6666666667%;
}
}
@media screen and (max-width: 768px) {
.col-sm-8 {
width: 66.6666666667%;
}
.offset-sm-8 {
margin-left: 66.6666666667%;
}
}
@media screen and (max-width: 400px) {
.col-xs-8 {
width: 66.6666666667%;
}
.offset-xs-8 {
margin-left: 66.6666666667%;
}
}
@media screen and (min-width: 1680px) {
.col-xl-9 {
width: 75%;
}
.offset-xl-9 {
margin-left: 75%;
}
}
@media screen and (max-width: 1366px) {
.col-md-9 {
width: 75%;
}
.offset-md-9 {
margin-left: 75%;
}
}
@media screen and (max-width: 768px) {
.col-sm-9 {
width: 75%;
}
.offset-sm-9 {
margin-left: 75%;
}
}
@media screen and (max-width: 400px) {
.col-xs-9 {
width: 75%;
}
.offset-xs-9 {
margin-left: 75%;
}
}
@media screen and (min-width: 1680px) {
.col-xl-10 {
width: 83.3333333333%;
}
.offset-xl-10 {
margin-left: 83.3333333333%;
}
}
@media screen and (max-width: 1366px) {
.col-md-10 {
width: 83.3333333333%;
}
.offset-md-10 {
margin-left: 83.3333333333%;
}
}
@media screen and (max-width: 768px) {
.col-sm-10 {
width: 83.3333333333%;
}
.offset-sm-10 {
margin-left: 83.3333333333%;
}
}
@media screen and (max-width: 400px) {
.col-xs-10 {
width: 83.3333333333%;
}
.offset-xs-10 {
margin-left: 83.3333333333%;
}
}
@media screen and (min-width: 1680px) {
.col-xl-11 {
width: 91.6666666667%;
}
.offset-xl-11 {
margin-left: 91.6666666667%;
}
}
@media screen and (max-width: 1366px) {
.col-md-11 {
width: 91.6666666667%;
}
.offset-md-11 {
margin-left: 91.6666666667%;
}
}
@media screen and (max-width: 768px) {
.col-sm-11 {
width: 91.6666666667%;
}
.offset-sm-11 {
margin-left: 91.6666666667%;
}
}
@media screen and (max-width: 400px) {
.col-xs-11 {
width: 91.6666666667%;
}
.offset-xs-11 {
margin-left: 91.6666666667%;
}
}
@media screen and (min-width: 1680px) {
.col-xl-12 {
width: 100%;
}
.offset-xl-12 {
margin-left: 100%;
}
}
@media screen and (max-width: 1366px) {
.col-md-12 {
width: 100%;
}
.offset-md-12 {
margin-left: 100%;
}
}
@media screen and (max-width: 768px) {
.col-sm-12 {
width: 100%;
}
.offset-sm-12 {
margin-left: 100%;
}
}
@media screen and (max-width: 400px) {
.col-xs-12 {
width: 100%;
}
.offset-xs-12 {
margin-left: 100%;
}
}
@media screen and (min-width: 1680px) {
.col-xl-13 {
width: 108.3333333333%;
}
.offset-xl-13 {
margin-left: 108.3333333333%;
}
}
@media screen and (max-width: 1366px) {
.col-md-13 {
width: 108.3333333333%;
}
.offset-md-13 {
margin-left: 108.3333333333%;
}
}
@media screen and (max-width: 768px) {
.col-sm-13 {
width: 108.3333333333%;
}
.offset-sm-13 {
margin-left: 108.3333333333%;
}
}
@media screen and (max-width: 400px) {
.col-xs-13 {
width: 108.3333333333%;
}
.offset-xs-13 {
margin-left: 108.3333333333%;
}
}
@media screen and (min-width: 1680px) {
.col-xl-14 {
width: 116.6666666667%;
}
.offset-xl-14 {
margin-left: 116.6666666667%;
}
}
@media screen and (max-width: 1366px) {
.col-md-14 {
width: 116.6666666667%;
}
.offset-md-14 {
margin-left: 116.6666666667%;
}
}
@media screen and (max-width: 768px) {
.col-sm-14 {
width: 116.6666666667%;
}
.offset-sm-14 {
margin-left: 116.6666666667%;
}
}
@media screen and (max-width: 400px) {
.col-xs-14 {
width: 116.6666666667%;
}
.offset-xs-14 {
margin-left: 116.6666666667%;
}
}
.block {
display: inline-block;
width: 250px;
border: solid lightgrey 1px;
margin: 20px;
padding: 10px;
}
header {
position: relative;
background: #ffffff;
width: 100%;
}
.logo {
position: absolute;
top: 0;
left: 0;
z-index: 1;
background: #ffffff;
min-width: 200px;
height: 200px;
margin: 0;
padding: 20px;
}
.logo img {
width: 100%;
height: 100%;
}
@media only screen and (max-width: 900px) {
.logo {
display: none !important;
}
}
/**
* * Main navigation
* *
* */
.main-navigation {
position: relative;
vertical-align: top;
height: 75px;
display: inline-flex;
justify-content: flex-end;
align-items: center;
}
.main-navigation ul {
display: inline-flex;
position: relative;
list-style: none;
text-transform: none;
}
.main-navigation ul li {
margin-left: 30px;
}
.main-navigation ul li:first-child {
margin-left: 0;
}
.main-navigation ul li a {
font-size: 18px;
line-height: 30px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-weight: 600;
color: #263238;
transition: color 0.3s ease;
}
@media screen and (max-width: 1350px) {
.main-navigation ul li a {
font-size: 16.3636363636px;
line-height: 27.2727272727px;
}
}
@media screen and (max-width: 800px) {
.main-navigation ul li a {
font-size: 15px;
line-height: 27.2727272727px;
}
}
.main-navigation ul li a:hover {
color: #2196f3;
}
.main-navigation ul li a.active {
color: #2196f3;
}
/**
* * Buttons aside of the introduction block
* *
* * 1. Get the introduction buttons above the introduction block
* * 2. Give some horizontal offset from the introduction block
* * 3. Hide these buttons when viewport is becoming too small
* */
.intro-btns {
position: absolute;
top: -75px;
right: -125px;
/**
* * Styling of the introduction buttons
* *
* */
/**
* * Styling of the call button
* *
* * 1. This fill colors the call icon
* * 2. This fill colors the call icon on hover
* */
/**
* * Styling of the contact button
* *
* * 1. This fill colors the contact icon
* * 2. This fill colors the contact icon on hover
* */
}
@media screen and (max-width: 900px) {
.intro-btns {
display: none;
}
}
.intro-btns .intro-btn {
width: 250px;
height: 200px;
}
.intro-btns .btn-call {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-spec-box-orient: vertical;
box-orient: vertical;
-webkit-box-direction: reverse;
-moz-box-direction: reverse;
-spec-box-direction: reverse;
box-direction: reverse;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-spec-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column;
background-color: #2196f3;
color: #ffffff;
transition: background 0.3s, color 0.3s;
}
@elseif $value == "row-reverse" {}
@elseif $value == column {}
@elseif $value == "column-reverse" {}
.intro-btns .btn-call .icon {
width: 25px;
height: 25px;
}
.intro-btns .btn-call .icon #call-icon .cls-1 {
fill: #ffffff;
}
.intro-btns .btn-call:hover {
cursor: pointer;
background-color: #ffffff;
color: #263238;
}
.intro-btns .btn-call:hover .icon {
animation: phone-rings 1.5s infinite ease;
}
.intro-btns .btn-call:hover .icon #call-icon .cls-1 {
fill: #263238;
}
.intro-btns .btn-contact {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-spec-box-orient: vertical;
box-orient: vertical;
-webkit-box-direction: reverse;
-moz-box-direction: reverse;
-spec-box-direction: reverse;
box-direction: reverse;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-spec-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column;
background-color: #384f5b;
color: #ffffff;
transition: background 0.3s, color 0.3s;
}
@elseif $value == "row-reverse" {}
@elseif $value == column {}
@elseif $value == "column-reverse" {}
.intro-btns .btn-contact .icon {
width: 25px;
height: 25px;
}
.intro-btns .btn-contact .icon #contact-icon .cls-1 {
fill: #ffffff;
}
.intro-btns .btn-contact:hover {
cursor: pointer;
background-color: #263238;
color: #ffffff;
}
.intro-btns .btn-contact:hover .icon {
animation: icon-move-left-and-right 0.5s infinite;
}
.intro-btns .btn-contact:hover .icon #call-icon .cls-1 {
fill: #ffffff;
}
/**
* * Mobile call button
* * This button appears when the width of the viewport <= 900
* *
* * 1. Call button will float above the introduction text
* * 2. By default this button will not be showed
* */
.call-btn-mobile {
position: absolute;
left: 0;
top: -75px;
color: #ffffff;
background-color: #263238;
display: none;
width: 100%;
height: 75px;
cursor: pointer;
}
.call-btn-mobile .icon {
width: 25px;
height: 25px;
margin-right: 10px;
}
.call-btn-mobile .icon #call-icon .cls-1 {
fill: #ffffff;
}
@media screen and (max-width: 900px) {
.call-btn-mobile {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
}
}
/**
* * Discover block
* *
* * 1. Padding on top and bottom of the entire discover block
* */
.discover {
position: relative;
background-color: #384f5b;
}
.discover-row {
position: relative;
color: #ffffff;
padding: 75px 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-spec-box-orient: vertical;
box-orient: vertical;
-webkit-box-direction: reverse;
-moz-box-direction: reverse;
-spec-box-direction: reverse;
box-direction: reverse;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-spec-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column;
}
@elseif $value == "row-reverse" {}
@elseif $value == column {}
@elseif $value == "column-reverse" {}
.discover-row h2 {
font-size: 28px;
line-height: 34px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-weight: 600;
color: #ffffff;
}
@media screen and (max-width: 1350px) {
.discover-row h2 {
font-size: 25.4545454545px;
line-height: 30.9090909091px;
}
}
@media screen and (max-width: 800px) {
.discover-row h2 {
font-size: 23.3333333333px;
line-height: 30.9090909091px;
}
}
@media only screen and (max-width: 900px) {
.discover-row {
text-align: center;
padding: 50px 0;
}
}
.discover-block {
margin-top: 25px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
}
@media screen and (max-width: 1080px) {
.discover-block {
max-width: 500px;
}
.discover-block .discover-item-wrapper {
margin-bottom: 10px;
}
}
.discover-item-wrapper {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-spec-box-orient: vertical;
box-orient: vertical;
-webkit-box-direction: reverse;
-moz-box-direction: reverse;
-spec-box-direction: reverse;
box-direction: reverse;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-spec-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column;
}
@elseif $value == "row-reverse" {}
@elseif $value == column {}
@elseif $value == "column-reverse" {}
.discover-item-wrapper .discover-item {
position: relative;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
width: 225px;
height: 225px;
margin: 10px;
background-color: transparent;
background-position: 50% 50%;
background-size: cover;
background-repeat: no-repeat;
border-radius: 112.5px;
transition: background 0.4s ease;
/**
* * Discover pictures
* *
* * Here you can fill in manually the image src from chosen pictures
* */
}
.discover-item-wrapper .discover-item:after {
content: "";
background-color: #263238;
opacity: 0.25;
width: 100%;
height: 100%;
transition: opacity 0.4s ease;
border-radius: 112.5px;
}
.discover-item-wrapper .discover-item:hover {
cursor: pointer;
}
.discover-item-wrapper .discover-item:hover:after {
opacity: 0;
}
.discover-item-wrapper .discover-item.item-1 {
background-image: url("/img/test/discover_1.jpeg");
}
.discover-item-wrapper .discover-item.item-2 {
background-image: url("/img/test/discover_2.jpeg");
}
.discover-item-wrapper .discover-item.item-3 {
background-image: url("/img/test/discover_3.jpeg");
}
.discover-item-wrapper .discover-item.item-4 {
background-image: url("/img/test/discover_4.jpeg");
}
.discover-item-wrapper .discover-item-content a {
font-size: 20px;
line-height: 30px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-weight: 600;
color: #ffffff;
}
@media screen and (max-width: 1350px) {
.discover-item-wrapper .discover-item-content a {
font-size: 18.1818181818px;
line-height: 27.2727272727px;
}
}
@media screen and (max-width: 800px) {
.discover-item-wrapper .discover-item-content a {
font-size: 16.6666666667px;
line-height: 27.2727272727px;
}
}
.breadcrumb {
width: 100%;
padding: 25px 0;
}
.breadcrumb ol, .breadcrumb ul {
list-style: none;
padding: 0;
margin: 0;
}
.breadcrumb ol li, .breadcrumb ul li {
display: inline-block;
}
.breadcrumb ol li:after, .breadcrumb ul li:after {
content: ">";
font-size: 18px;
line-height: 28.8px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-size: 15px !important;
line-height: 28px !important;
color: #ffffff;
padding: 0 10px;
}
@media screen and (max-width: 1350px) {
.breadcrumb ol li:after, .breadcrumb ul li:after {
font-size: 16.3636363636px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.breadcrumb ol li:after, .breadcrumb ul li:after {
font-size: 15px;
line-height: 26.1818181818px;
}
}
.breadcrumb ol li a, .breadcrumb ol li span, .breadcrumb ul li a, .breadcrumb ul li span {
font-size: 18px;
line-height: 28.8px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-size: 15px !important;
line-height: 28px !important;
color: #ffffff;
text-transform: capitalize;
}
@media screen and (max-width: 1350px) {
.breadcrumb ol li a, .breadcrumb ol li span, .breadcrumb ul li a, .breadcrumb ul li span {
font-size: 16.3636363636px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.breadcrumb ol li a, .breadcrumb ol li span, .breadcrumb ul li a, .breadcrumb ul li span {
font-size: 15px;
line-height: 26.1818181818px;
}
}
.breadcrumb ol li a:hover, .breadcrumb ol li span:hover, .breadcrumb ul li a:hover, .breadcrumb ul li span:hover {
color: #24C0EB !important;
}
.breadcrumb ol li:last-child:after, .breadcrumb ul li:last-child:after {
display: none;
}
.breadcrumb ol li:last-child a, .breadcrumb ol li:last-child span, .breadcrumb ul li:last-child a, .breadcrumb ul li:last-child span {
font-size: 24px;
line-height: 38.4px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-weight: 500;
color: #2196f3;
}
@media screen and (max-width: 1350px) {
.breadcrumb ol li:last-child a, .breadcrumb ol li:last-child span, .breadcrumb ul li:last-child a, .breadcrumb ul li:last-child span {
font-size: 21.8181818182px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 800px) {
.breadcrumb ol li:last-child a, .breadcrumb ol li:last-child span, .breadcrumb ul li:last-child a, .breadcrumb ul li:last-child span {
font-size: 20px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 1150px) {
.breadcrumb {
width: 66.6666666667%;
}
}
@media screen and (max-width: 740px) {
.crumb-path {
width: 100%;
}
.breadcrumb {
width: 100%;
}
}
.form {
padding-top: 40px;
padding-bottom: 40px;
width: 100%;
}
.form .form-element {
position: relative;
margin-bottom: 30px;
}
.form .form-element .error {
display: none;
}
.form .form-element .error.active {
color: #d5d5d5;
display: block;
}
.form .form-element.multiple-elements {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
align-items: flex-start;
}
@media screen and (max-width: 700px) {
.form .form-element.multiple-elements {
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-spec-box-orient: vertical;
box-orient: vertical;
-webkit-box-direction: reverse;
-moz-box-direction: reverse;
-spec-box-direction: reverse;
box-direction: reverse;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-spec-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column;
}
@elseif $value == "row-reverse" {}
@elseif $value == column {}
@elseif $value == "column-reverse" {}
}
.form .form-element.multiple-elements > * {
width: calc(50% - 20px);
}
@media screen and (max-width: 700px) {
.form .form-element.multiple-elements > * {
width: 100%;
}
}
@media screen and (max-width: 700px) {
.form .form-element.multiple-elements .first_name {
margin-bottom: 30px;
}
}
.form .form-element.text-area {
margin-bottom: 0;
display: block;
}
.form .form-element.text-area label {
margin-top: 15px;
}
.form .form-element.select-element {
position: relative;
}
.form .form-element.select-element span {
background-image: url("/img/down.png");
width: 16px;
height: 16px;
background-size: contain;
display: inline-block;
position: absolute;
right: 10px;
top: 25px;
pointer-events: none;
}
.form .form-element.select-element select {
margin-top: 10px;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
-spec-appearance: none;
appearance: none;
outline: none;
height: 45px;
width: 100%;
font-size: 15px;
line-height: 16px;
font-weight: 500;
background-color: #f3f3f3;
color: #263238;
padding: 0 30px 0 20px;
border: 1.5px transparent solid;
}
.form .form-element.select-element .selectric-wrapper {
margin-top: 10px;
width: 100%;
display: inline-block;
}
.form .form-element.select-element .selectric-items li {
padding-left: 20px;
padding-right: 20px;
font-size: 15px;
line-height: 16px;
font-weight: 500;
}
.form .form-element.select-element .selectric {
background-color: #f3f3f3;
}
.form .form-element.select-element .selectric .label {
padding: 0 20px 0 10px;
font-size: 15px;
line-height: 16px;
font-weight: 500;
color: #ffffff;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
}
.form .form-element label {
width: 100%;
padding-left: 20px;
display: block;
font-size: 18px;
line-height: 28.8px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-size: 15px !important;
line-height: 22px !important;
color: #ffffff;
}
@media screen and (max-width: 1350px) {
.form .form-element label {
font-size: 16.3636363636px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.form .form-element label {
font-size: 15px;
line-height: 26.1818181818px;
}
}
.form .form-element input, .form .form-element textarea {
margin-top: 10px;
height: 45px;
width: 100%;
margin-left: 0;
font-size: 18px;
line-height: 28.8px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-size: 16px !important;
line-height: 45px !important;
background-color: #f3f3f3;
color: #263238;
padding: 0 20px;
border: 1.5px transparent solid;
}
@media screen and (max-width: 1350px) {
.form .form-element input, .form .form-element textarea {
font-size: 16.3636363636px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.form .form-element input, .form .form-element textarea {
font-size: 15px;
line-height: 26.1818181818px;
}
}
.form .form-element input.alert::-webkit-input-placeholder, .form .form-element textarea.alert::-webkit-input-placeholder {
color: #F15252;
}
.form .form-element input.alert::-moz-placeholder, .form .form-element textarea.alert::-moz-placeholder {
color: #F15252;
}
.form .form-element input.alert:-moz-placeholder, .form .form-element textarea.alert:-moz-placeholder {
color: #F15252;
}
.form .form-element input.alert:-ms-input-placeholder, .form .form-element textarea.alert:-ms-input-placeholder {
color: #F15252;
}
.form .form-element input::-webkit-input-placeholder, .form .form-element textarea::-webkit-input-placeholder {
font-size: 18px;
line-height: 28.8px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-weight: 100;
font-size: 15px !important;
line-height: 45px !important;
color: rgba(38, 50, 56, 0.45);
}
@media screen and (max-width: 1350px) {
.form .form-element input::-webkit-input-placeholder, .form .form-element textarea::-webkit-input-placeholder {
font-size: 16.3636363636px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.form .form-element input::-webkit-input-placeholder, .form .form-element textarea::-webkit-input-placeholder {
font-size: 15px;
line-height: 26.1818181818px;
}
}
.form .form-element input::-moz-placeholder, .form .form-element textarea::-moz-placeholder {
font-size: 18px;
line-height: 28.8px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-weight: 100;
font-size: 15px !important;
line-height: 45px !important;
color: rgba(38, 50, 56, 0.45);
}
@media screen and (max-width: 1350px) {
.form .form-element input::-moz-placeholder, .form .form-element textarea::-moz-placeholder {
font-size: 16.3636363636px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.form .form-element input::-moz-placeholder, .form .form-element textarea::-moz-placeholder {
font-size: 15px;
line-height: 26.1818181818px;
}
}
.form .form-element input:-moz-placeholder, .form .form-element textarea:-moz-placeholder {
font-size: 18px;
line-height: 28.8px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-weight: 100;
font-size: 15px !important;
line-height: 45px !important;
color: rgba(38, 50, 56, 0.45);
}
@media screen and (max-width: 1350px) {
.form .form-element input:-moz-placeholder, .form .form-element textarea:-moz-placeholder {
font-size: 16.3636363636px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.form .form-element input:-moz-placeholder, .form .form-element textarea:-moz-placeholder {
font-size: 15px;
line-height: 26.1818181818px;
}
}
.form .form-element input:-ms-input-placeholder, .form .form-element textarea:-ms-input-placeholder {
font-size: 18px;
line-height: 28.8px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-weight: 100;
font-size: 15px !important;
line-height: 45px !important;
color: rgba(38, 50, 56, 0.45);
}
@media screen and (max-width: 1350px) {
.form .form-element input:-ms-input-placeholder, .form .form-element textarea:-ms-input-placeholder {
font-size: 16.3636363636px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.form .form-element input:-ms-input-placeholder, .form .form-element textarea:-ms-input-placeholder {
font-size: 15px;
line-height: 26.1818181818px;
}
}
.form .form-element input:-webkit-autofill, .form .form-element input:-webkit-autofill:hover, .form .form-element input:-webkit-autofill:focus, .form .form-element input:-webkit-autofill:active, .form .form-element textarea:-webkit-autofill, .form .form-element textarea:-webkit-autofill:hover, .form .form-element textarea:-webkit-autofill:focus, .form .form-element textarea:-webkit-autofill:active {
transition: 9999s background-color;
-webkit-text-fill-color: #263238;
transition-delay: 9999s;
}
.form .form-element textarea {
height: 152px;
padding-top: 8px;
padding-bottom: 10px;
resize: vertical;
margin-left: 0;
font-size: 18px;
line-height: 28.8px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 16px;
font-weight: 500;
}
@media screen and (max-width: 1350px) {
.form .form-element textarea {
font-size: 16.3636363636px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.form .form-element textarea {
font-size: 15px;
line-height: 26.1818181818px;
}
}
.form .submit {
padding: 20px 0 0 120px;
text-align: right;
}
@media screen and (max-width: 450px) {
.form .submit {
text-align: center;
padding: 0;
margin-top: 10px;
}
}
.form .submit input {
display: inline-block;
border: 1.5px transparent solid;
font-size: 15px;
line-height: 15px;
width: 100%;
max-width: 250px;
background: #2196f3;
color: #263238;
padding: 15px 0;
cursor: pointer;
transition: background 0.4s ease, color 0.4s ease;
}
@media screen and (max-width: 450px) {
.form .submit input {
max-width: none;
}
}
.form .submit input:hover {
background: #e1c107;
color: #263238;
}
.form input:focus, .form textarea:focus {
box-shadow: none;
border: none;
border-radius: 0;
outline: none;
}
@media screen and (max-width: 800px) {
.form .form-element {
margin-bottom: 30px;
}
.form .form-element.text-area {
display: block;
}
.form .form-element.select-element {
display: block;
}
.form .form-element.select-element select {
width: 100%;
}
.form .form-element.select-element .selectric-wrapper {
width: 100%;
display: block;
}
.form .form-element label {
display: block;
width: 100%;
padding-left: 20px;
}
.form .form-element input, .form .form-element textarea {
width: 100%;
margin-left: 0;
}
}
.thanks {
color: #ffffff;
}
.thanks.inactive {
display: none;
}
.thanks h2 {
margin-top: 50px;
}
footer {
background-color: #263238;
color: #ffffff;
}
footer .content-container {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: initial;
-moz-align-items: initial;
-ms-align-items: initial;
align-items: initial;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
padding: 100px 0 50px 0;
}
@media screen and (max-width: 740px) {
footer .content-container {
justify-content: center;
}
}
footer .content-container .footer-icon {
position: absolute;
left: -25px;
width: 18px;
margin-bottom: 10px;
}
footer .content-container .footer-icon .cls-1 {
fill: rgba(255, 255, 255, 0.5);
}
footer h3 {
color: #2196f3;
font-size: 18px;
line-height: 22px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-weight: 600;
margin-bottom: 10px;
padding: 0;
text-transform: uppercase;
}
@media screen and (max-width: 1350px) {
footer h3 {
font-size: 16.3636363636px;
line-height: 20px;
}
}
@media screen and (max-width: 800px) {
footer h3 {
font-size: 15px;
line-height: 20px;
}
}
.footer-contact {
position: relative;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
flex-direction: column;
flex-basis: 33.3333333%;
}
@media screen and (max-width: 740px) {
.footer-contact {
flex-basis: 50%;
}
}
@media screen and (max-width: 480px) {
.footer-contact {
flex-basis: 75%;
}
}
.footer-contact p {
padding: 0;
margin: 3px 0;
}
.footer-contact .line {
display: none;
opacity: 0.3;
top: 0;
right: 0;
position: absolute;
width: 1px;
height: 100px;
background-color: #ffffff;
}
@media screen and (max-width: 480px) {
.footer-contact .line {
display: none;
}
}
.footer-contact .footer-contact-wrapper {
position: relative;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: initial;
-moz-align-items: initial;
-ms-align-items: initial;
align-items: initial;
flex-direction: column;
}
.footer-contact .footer-contact-wrapper a {
transition: color 0.4s ease;
color: #ffffff;
}
.footer-contact .footer-contact-wrapper a:hover {
color: #bfbfbf;
}
.footer-social {
position: relative;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
flex-direction: column;
flex-basis: 33.3333333%;
display: none;
}
@media screen and (max-width: 740px) {
.footer-social {
flex-basis: 50%;
}
}
@media screen and (max-width: 480px) {
.footer-social {
display: none;
}
}
.footer-social a {
padding: 0;
margin: 3px 0;
color: #ffffff;
transition: color 0.4s ease;
}
.footer-social a:hover {
color: #bfbfbf;
}
.footer-social .line {
opacity: 0.3;
top: 0;
right: 0;
position: absolute;
width: 1px;
height: 100px;
background-color: #ffffff;
}
@media screen and (max-width: 740px) {
.footer-social .line {
display: none;
}
}
.footer-social .footer-social-wrapper {
position: relative;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: initial;
-moz-align-items: initial;
-ms-align-items: initial;
align-items: initial;
flex-direction: column;
}
.footer-menu {
position: relative;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
flex-direction: column;
flex-basis: 33.3333333%;
}
@media screen and (max-width: 740px) {
.footer-menu {
display: none;
}
}
.footer-menu ul {
padding: 0;
margin: 0;
list-style: none;
}
.footer-menu ul li {
padding: 0;
margin: 3px 0;
}
.footer-menu ul li a {
color: #ffffff;
transition: color 0.4s ease;
}
.footer-menu ul li a:hover {
color: #bfbfbf;
}
.footer-menu .footer-menu-wrapper {
position: relative;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: initial;
-moz-align-items: initial;
-ms-align-items: initial;
align-items: initial;
flex-direction: column;
}
.footer-bottom {
margin-top: 40px;
width: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
}
.footer-bottom .footer-bottom-left {
padding: 0 30px;
}
.footer-bottom .footer-bottom-right {
padding: 0 30px;
}
@media screen and (max-width: 500px) {
.footer-bottom {
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-spec-box-orient: vertical;
box-orient: vertical;
-webkit-box-direction: reverse;
-moz-box-direction: reverse;
-spec-box-direction: reverse;
box-direction: reverse;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-spec-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column;
}
@elseif $value == "row-reverse" {}
@elseif $value == column {}
@elseif $value == "column-reverse" {}
}
.error-header {
position: relative;
}
.error {
margin-bottom: 20px;
color: #d5d5d5;
padding: 10px 0;
border-bottom: 2px solid #ff8585;
}
.error .box {
border: 10px solid #006cb0;
display: block;
min-width: 300px;
width: 80%;
max-width: 500px;
margin: auto;
text-align: right;
}
.error .box h1 {
max-width: 500px;
margin: auto;
font-size: 40px;
line-height: 45px;
font-weight: bold;
padding: 0 40px;
color: #3C3C3B;
font-family: "Josefin Slab", serif;
}
.error .box h1.number {
font-family: "Lato", sans-serif;
text-align: left;
font-size: 165px;
line-height: 200px;
position: relative;
color: #006cb0;
}
.error .box .return-home {
display: inline-block;
margin: 40px;
background: #006cb0;
border-radius: 40px;
}
.error .box .return-home a {
font-size: 18px;
line-height: 18px;
display: inline-block;
padding: 13px 20px;
color: white;
font-family: "Lato", sans-serif;
}
.error .box .return-home a:before {
content: "";
background-image: url("/img/prev.png");
width: 16px;
height: 16px;
margin-right: 20px;
transition: margin-right 0.3s;
position: relative;
top: 2px;
display: inline-block;
}
.error .box .return-home:hover a:before {
margin-right: 30px;
}
@media screen and (max-width: 580px) {
.error .box h1.number {
font-size: 140px;
}
}
@media screen and (max-width: 420px) {
.error .box h1.number {
font-size: 100px;
}
}
.window-bar {
border-radius: 10px 10px 0 0;
background-color: #263238;
height: 40px;
width: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
}
.window-bar .buttons {
background: url("/img/rentman-sprite.svg") -75px -35px no-repeat;
background-size: 640px 215px;
width: 44px;
height: 11px;
margin-left: 15px;
}
.slider-container {
padding: 25px 0;
background-color: #24C0EB;
}
.slider {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
position: relative;
width: 100%;
max-width: 650px;
margin: 0 auto;
background-color: transparant;
color: #263238;
height: 300px;
text-align: center;
}
@media screen and (max-width: 900px) {
.slider {
margin: 0 auto;
}
}
.slider .item {
position: absolute;
height: 100%;
width: 100%;
padding: 20px;
opacity: 0;
transition: all 0.3s;
pointer-events: none;
top: 0;
left: 0;
}
.slider .item.active {
opacity: 1;
pointer-events: all;
z-index: 1;
}
.slider .arrows {
position: absolute;
left: 20px;
top: 0;
height: 100%;
width: calc(100% - 40px);
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
z-index: 3;
pointer-events: none;
}
.slider .arrows .arrow {
color: #263238;
position: relative;
height: 20px;
width: 20px;
background-image: url("/img/icons/arrow_right_icon_static.svg");
pointer-events: all;
transition: all 0.3s;
cursor: pointer;
}
.slider .arrows .arrow.left {
-webkit-transform: translate3d(0, 0, 0) rotate(180deg);
-moz-transform: translate3d(0, 0, 0) rotate(180deg);
-ms-transform: translate3d(0, 0, 0) rotate(180deg);
-o-transform: translate3d(0, 0, 0) rotate(180deg);
-spec-transform: translate3d(0, 0, 0) rotate(180deg);
transform: translate3d(0, 0, 0) rotate(180deg);
}
.slider .arrows .arrow.left:hover {
-webkit-transform: translate3d(-5px, 0, 0) rotate(180deg);
-moz-transform: translate3d(-5px, 0, 0) rotate(180deg);
-ms-transform: translate3d(-5px, 0, 0) rotate(180deg);
-o-transform: translate3d(-5px, 0, 0) rotate(180deg);
-spec-transform: translate3d(-5px, 0, 0) rotate(180deg);
transform: translate3d(-5px, 0, 0) rotate(180deg);
}
.slider .arrows .arrow.right {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-spec-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slider .arrows .arrow.right:hover {
-webkit-transform: translate3d(5px, 0, 0);
-moz-transform: translate3d(5px, 0, 0);
-ms-transform: translate3d(5px, 0, 0);
-o-transform: translate3d(5px, 0, 0);
-spec-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
.slider .nav-items {
position: absolute;
z-index: 2;
bottom: 20px;
left: 0;
width: 100%;
}
.slider .nav-items ul {
list-style: none;
padding: 0;
margin: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
}
.slider .nav-items ul li {
margin: 0;
}
.slider .nav-items ul li:before {
content: "•";
font-size: 34px !important;
margin: 0 4px;
color: #263238;
cursor: pointer;
}
.slider .nav-items ul li.active:before {
color: #5CCEEE;
}
.quote-block {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
background-color: transparent;
margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
.quote-block {
margin-bottom: 50px;
}
}
.quote-block .quote-text {
padding: 75px;
max-width: 650px;
color: #ffffff;
}
@media only screen and (max-width: 900px) {
.quote-block .quote-text {
padding: 20px;
}
}
@media only screen and (max-width: 900px) {
.quote-block {
flex-direction: column;
}
}
@media only screen and (max-width: 900px) {
.quote-block .quote-person img {
width: 100%;
}
}
.cta-bg-colored {
background-color: #2196f3;
}
.call-to-action-block {
padding: 50px 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
}
.call-to-action-block .call-to-action-content {
padding: 20px;
color: #ffffff;
}
.call-to-action-block .call-to-action-content h3 {
margin: 0;
}
.call-to-action-block .call-to-action-content p {
margin: 0;
}
.call-to-action-block .call-to-action-button {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
font-size: 18px;
line-height: 22px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-weight: 600;
width: 100%;
max-width: 250px;
height: 50px;
transition: background 0.4s, color 0.2s, transform 0.5s;
background-color: #263238;
color: #ffffff;
transform-origin: left;
transform: scale(1);
border-bottom-left-radius: 200px;
border-bottom-right-radius: 200px;
border-top-left-radius: 200px;
border-top-right-radius: 200px;
}
@media screen and (max-width: 1350px) {
.call-to-action-block .call-to-action-button {
font-size: 16.3636363636px;
line-height: 20px;
}
}
@media screen and (max-width: 800px) {
.call-to-action-block .call-to-action-button {
font-size: 15px;
line-height: 20px;
}
}
.call-to-action-block .call-to-action-button:hover {
cursor: pointer;
background-color: #e1c107;
color: #ffffff;
}
@media screen and (max-width: 700px) {
.call-to-action-block {
flex-direction: column;
}
.call-to-action-block .call-to-action-content {
border: 0;
padding: 10px;
}
}
.contact-person-block {
z-index: 999;
position: absolute;
top: 50px;
right: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
opacity: 0;
animation: slide-in-contactperson 0.8s 0.4s ease forwards;
}
@media screen and (max-width: 700px) {
.contact-person-block {
display: none;
}
}
.contact-person-block .contact-person-image {
width: 125px;
height: 125px;
border-radius: 999px;
background-image: url("/img/contact_person.png");
background-size: cover;
background-position: center;
margin-right: 10px;
}
.contact-person-block .contact-person-information {
color: #ffffff;
}
.contact-person-block .contact-person-information h4 {
font-size: 18px;
line-height: 20px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-weight: 600;
color: #2196f3;
margin-bottom: 10px;
}
@media screen and (max-width: 1350px) {
.contact-person-block .contact-person-information h4 {
font-size: 16.3636363636px;
line-height: 18.1818181818px;
}
}
@media screen and (max-width: 800px) {
.contact-person-block .contact-person-information h4 {
font-size: 15px;
line-height: 18.1818181818px;
}
}
.contact-person-block .contact-person-information p {
font-size: 16px;
line-height: 22px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
padding: 0;
margin: 0;
}
@media screen and (max-width: 1350px) {
.contact-person-block .contact-person-information p {
font-size: 14.5454545455px;
line-height: 20px;
}
}
@media screen and (max-width: 800px) {
.contact-person-block .contact-person-information p {
font-size: 13.3333333333px;
line-height: 20px;
}
}
.contact-person-block .contact-person-information a {
color: #2196f3;
}
.contact-person-block .contact-person-information a:hover {
color: #ffffff;
}
@keyframes slide-in-contactperson {
0% {
right: -200px;
opacity: 0;
}
100% {
right: 0;
opacity: 1;
}
}
.key-values-block {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
.key-values-block {
margin-bottom: 50px;
}
}
.key-values-block .key-values-text {
padding: 75px;
max-width: 650px;
color: #263238;
background-color: #EEEEEE;
}
@media only screen and (max-width: 900px) {
.key-values-block .key-values-text {
padding: 20px;
}
}
@media only screen and (max-width: 900px) {
.key-values-block {
flex-direction: column;
}
}
.by-komma-link {
opacity: 0.75;
transition: opacity 0.4s ease;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
max-height: 20px;
}
.by-komma-link:hover {
opacity: 1;
}
.by-komma-link .by-komma-content {
color: #ffffff;
margin-left: 7.5px;
}
.by-komma-link .by-komma-logo {
width: 20px;
}
.by-komma-link .by-komma-logo img {
width: 100%;
}
.steps {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: initial;
-moz-align-items: initial;
-ms-align-items: initial;
align-items: initial;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
padding: 100px 0;
}
@media only screen and (max-width: 900px) {
.steps {
padding: 50px 0;
}
}
.steps .step {
flex-basis: 50%;
padding: 75px 50px;
}
@media screen and (max-width: 650px) {
.steps .step {
flex-basis: 100%;
background-color: white !important;
}
}
.steps .step:nth-child(4n+1), .steps .step:nth-child(4n+4) {
background-color: #eaedef;
}
@media only screen and (max-width: 900px) {
.steps .step {
padding: 60px 35px;
}
}
.steps .step .step-number {
margin-left: -20px;
position: absolute;
font-size: 140px;
opacity: 0.15;
}
.mobile-navigation {
position: fixed;
z-index: 1000;
height: 100%;
display: none;
overflow: hidden;
width: 100%;
left: 0;
top: 0;
pointer-events: none;
}
.mobile-navigation .bar {
height: 60px;
background-color: #263238;
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.11);
pointer-events: all;
position: relative;
z-index: 4;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-spec-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
transition: all 0.3s;
transition-delay: 0.4s;
}
.mobile-navigation .bar .toggle-contact {
width: 80px;
height: 100%;
z-index: 3;
background-color: #212121;
border: none;
cursor: pointer;
position: absolute;
top: 0;
right: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
}
.mobile-navigation .bar .toggle-menu {
width: 80px;
height: 100%;
z-index: 3;
background-color: #212121;
border: none;
cursor: pointer;
position: relative;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
}
.mobile-navigation .bar .toggle-menu .icon span {
position: relative;
width: 25px;
height: 3px;
margin-bottom: 3px;
background-color: white;
border-radius: 9999px;
display: block;
transition: all 0.3s;
}
.mobile-navigation .bar .toggle-menu .icon span:last-of-type {
margin-bottom: 0;
width: 17px;
}
.mobile-navigation .bar .toggle-menu:hover .icon span:last-of-type {
width: 25px;
}
.mobile-navigation .bar .logo {
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
}
.mobile-navigation .bar .logo span {
background: url("/img/rentman-sprite.svg") -470px -55px no-repeat;
background-size: 640px 215px;
width: 129px;
height: 20px;
display: inline-block;
}
@media screen and (max-width: 740px) {
.mobile-navigation .bar .logo {
display: none;
}
}
.mobile-navigation .shader {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background-color: black;
opacity: 0;
transition: all 0.2s;
transition-delay: 0.4s;
}
.mobile-navigation .menu {
height: 100%;
width: 80%;
left: 0;
top: 0;
background-color: #364a56;
min-width: 300px;
position: absolute;
overflow-x: auto;
pointer-events: all;
z-index: 5;
transition: all 0.4s;
transition-timing-function: ease-in-out;
-webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
-o-transform: translate3d(-100%, 0, 0);
-spec-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.mobile-navigation .menu > p {
margin-left: 20px;
margin-right: 20px;
font-size: 18px;
line-height: 28.8px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-weight: 100;
font-size: 15px !important;
line-height: 32px !important;
color: #ffffff;
}
@media screen and (max-width: 1350px) {
.mobile-navigation .menu > p {
font-size: 16.3636363636px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.mobile-navigation .menu > p {
font-size: 15px;
line-height: 26.1818181818px;
}
}
.mobile-navigation .menu > p strong {
font-size: 24px;
line-height: 38.4px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-weight: 500;
font-size: 15px !important;
line-height: 32px !important;
color: #ffffff;
}
@media screen and (max-width: 1350px) {
.mobile-navigation .menu > p strong {
font-size: 21.8181818182px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 800px) {
.mobile-navigation .menu > p strong {
font-size: 20px;
line-height: 34.9090909091px;
}
}
.mobile-navigation .contact {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
padding: 105px 25px 45px 25px;
height: auto;
width: 100%;
margin: 0 auto;
left: 0;
top: 0;
background-color: #364a56;
min-width: 300px;
position: absolute;
overflow-x: auto;
pointer-events: all;
z-index: 3;
transition: all 0.4s;
transition-timing-function: ease-in-out;
-webkit-transform: translate3d(0, -100%, 0);
-moz-transform: translate3d(0, -100%, 0);
-ms-transform: translate3d(0, -100%, 0);
-o-transform: translate3d(0, -100%, 0);
-spec-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
.mobile-navigation .contact.active {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-spec-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.mobile-navigation .contact .contact-container {
width: 100%;
max-width: 300px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: flex-end;
-moz-align-items: flex-end;
-ms-align-items: flex-end;
align-items: flex-end;
}
@media screen and (max-width: 440px) {
.mobile-navigation .contact .contact-container {
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-spec-box-orient: vertical;
box-orient: vertical;
-webkit-box-direction: reverse;
-moz-box-direction: reverse;
-spec-box-direction: reverse;
box-direction: reverse;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-spec-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
max-width: auto;
text-align: center;
}
@elseif $value == "row-reverse" {}
@elseif $value == column {}
@elseif $value == "column-reverse" {}
}
.mobile-navigation .contact .contact-container div:first-of-type {
margin-right: 20px;
}
@media screen and (max-width: 440px) {
.mobile-navigation .contact .contact-container div:first-of-type {
margin-right: 0;
margin-bottom: 15px;
}
}
.mobile-navigation .contact h3 {
font-size: 30px;
line-height: 30px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-weight: 600;
padding: 0;
margin: 0;
margin-bottom: 10px;
color: #ffffff;
}
@media screen and (max-width: 1350px) {
.mobile-navigation .contact h3 {
font-size: 27.2727272727px;
line-height: 27.2727272727px;
}
}
@media screen and (max-width: 800px) {
.mobile-navigation .contact h3 {
font-size: 25px;
line-height: 27.2727272727px;
}
}
.mobile-navigation .contact p {
font-size: 22px;
line-height: 26px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
padding: 0;
margin: 0;
color: #ffffff;
}
@media screen and (max-width: 1350px) {
.mobile-navigation .contact p {
font-size: 20px;
line-height: 23.6363636364px;
}
}
@media screen and (max-width: 800px) {
.mobile-navigation .contact p {
font-size: 18.3333333333px;
line-height: 23.6363636364px;
}
}
.mobile-navigation .contact a {
font-size: 22px;
line-height: 26px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
padding: 0;
margin: 0;
color: #ffffff;
transition: color 0.4s ease;
}
@media screen and (max-width: 1350px) {
.mobile-navigation .contact a {
font-size: 20px;
line-height: 23.6363636364px;
}
}
@media screen and (max-width: 800px) {
.mobile-navigation .contact a {
font-size: 18.3333333333px;
line-height: 23.6363636364px;
}
}
.mobile-navigation .contact a:hover {
color: #2196f3;
}
.mobile-navigation .shader-contact {
visibility: hidden;
opacity: 0;
background: rgba(15, 20, 23, 0.75);
position: relative;
z-index: 0;
width: 100vw;
height: 100vh;
transition: opacity 1s ease, visibility 1s ease;
}
.mobile-navigation .shader-contact.active {
visibility: visible;
opacity: 1;
pointer-events: auto;
}
.mobile-navigation .language {
padding: 0 20px;
}
.mobile-navigation .language ul {
list-style: none;
padding: 0 0 5px;
margin: 0;
height: 60px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-end;
-moz-justify-content: flex-end;
-ms-justify-content: flex-end;
justify-content: flex-end;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-navigation .language ul li {
margin-right: 20px;
}
.mobile-navigation .language ul li a {
text-transform: uppercase;
font-size: 18px;
line-height: 28.8px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-weight: 100;
font-size: 14px !important;
line-height: 38px !important;
color: #ffffff;
opacity: 0.4;
position: relative;
}
@media screen and (max-width: 1350px) {
.mobile-navigation .language ul li a {
font-size: 16.3636363636px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.mobile-navigation .language ul li a {
font-size: 15px;
line-height: 26.1818181818px;
}
}
.mobile-navigation .language ul li.active a {
font-size: 18px;
line-height: 28.8px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-weight: 100;
color: #ffffff;
opacity: 1;
}
@media screen and (max-width: 1350px) {
.mobile-navigation .language ul li.active a {
font-size: 16.3636363636px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.mobile-navigation .language ul li.active a {
font-size: 15px;
line-height: 26.1818181818px;
}
}
.mobile-navigation .language ul li.active a:after {
content: "";
width: 100%;
height: 1px;
background-color: #ffffff;
position: absolute;
left: 0;
bottom: -3px;
}
.mobile-navigation nav {
padding: 0 20px;
}
.mobile-navigation nav ul {
padding: 0;
list-style: none;
}
.mobile-navigation nav ul li a {
font-size: 18px;
line-height: 28.8px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-size: 18px !important;
line-height: 42px !important;
color: #ffffff;
}
@media screen and (max-width: 1350px) {
.mobile-navigation nav ul li a {
font-size: 16.3636363636px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.mobile-navigation nav ul li a {
font-size: 15px;
line-height: 26.1818181818px;
}
}
.mobile-navigation nav ul li a {
position: relative;
display: block;
transition: all 0.2s;
}
.mobile-navigation nav ul li:hover a {
color: #2196f3;
}
.mobile-navigation nav ul li.divide {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
padding-top: 20px;
margin-bottom: 20px;
}
.mobile-navigation nav ul li.active a {
color: #2196f3;
}
.mobile-navigation .contact-information {
margin-top: 60px;
background-color: #364a56;
padding: 40px 20px;
position: relative;
}
.mobile-navigation .contact-information:before, .mobile-navigation .contact-information:after {
content: "";
background-image: url("/img/horizontal-shadow.png");
height: 40px;
width: 100%;
position: absolute;
left: 0;
top: 0;
}
.mobile-navigation .contact-information:after {
top: auto;
bottom: 0;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
-spec-transform: rotate(180deg);
transform: rotate(180deg);
}
.mobile-navigation .contact-information h3 {
font-size: 24px;
line-height: 38.4px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-weight: 500;
font-size: 20px !important;
color: #ffffff;
}
@media screen and (max-width: 1350px) {
.mobile-navigation .contact-information h3 {
font-size: 21.8181818182px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 800px) {
.mobile-navigation .contact-information h3 {
font-size: 20px;
line-height: 34.9090909091px;
}
}
.mobile-navigation .contact-information p {
font-size: 18px;
line-height: 28.8px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-weight: 100;
font-size: 15px !important;
line-height: 21px !important;
color: #ffffff;
}
@media screen and (max-width: 1350px) {
.mobile-navigation .contact-information p {
font-size: 16.3636363636px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.mobile-navigation .contact-information p {
font-size: 15px;
line-height: 26.1818181818px;
}
}
.mobile-navigation .contact-information p a {
font-size: 24px;
line-height: 38.4px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-weight: 500;
font-size: 15px !important;
line-height: 21px !important;
color: #2196f3;
}
@media screen and (max-width: 1350px) {
.mobile-navigation .contact-information p a {
font-size: 21.8181818182px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 800px) {
.mobile-navigation .contact-information p a {
font-size: 20px;
line-height: 34.9090909091px;
}
}
.mobile-navigation .social {
margin-top: 40px;
}
.mobile-navigation .social strong {
display: block;
opacity: 0.7;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-navigation .social .icons {
margin-top: 15px;
display: block;
}
.mobile-navigation .social a {
margin-right: 5px;
}
.mobile-navigation .social a span {
opacity: 0.6;
transition: all 0.25s;
}
.mobile-navigation .social a span.facebook {
background: url("/img/socialMediaSprite.svg") -50px -25px no-repeat;
background-size: 150px 50px;
width: 24px;
height: 24px;
display: inline-block;
}
.mobile-navigation .social a span.twitter {
background: url("/img/socialMediaSprite.svg") 0 -25px no-repeat;
background-size: 150px 50px;
width: 24px;
height: 24px;
display: inline-block;
}
.mobile-navigation .social a span.linkedin {
background: url("/img/socialMediaSprite.svg") -25px -25px no-repeat;
background-size: 150px 50px;
width: 24px;
height: 24px;
display: inline-block;
}
.mobile-navigation .social a span.instagram {
background: url("/img/socialMediaSprite.svg") -75px -25px no-repeat;
background-size: 150px 50px;
width: 24px;
height: 24px;
display: inline-block;
}
.mobile-navigation .social a span.youtube {
background: url("/img/socialMediaSprite.svg") -125px -25px no-repeat;
background-size: 150px 50px;
width: 24px;
height: 24px;
display: inline-block;
}
.mobile-navigation .social a span.pinterest {
background: url("/img/socialMediaSprite.svg") 100px -25px no-repeat;
background-size: 150px 50px;
width: 24px;
height: 24px;
display: inline-block;
}
.mobile-navigation .social a span:hover {
opacity: 1;
}
.mobile-navigation.active .bar {
-webkit-transform: translate3d(80%, 0, 0);
-moz-transform: translate3d(80%, 0, 0);
-ms-transform: translate3d(80%, 0, 0);
-o-transform: translate3d(80%, 0, 0);
-spec-transform: translate3d(80%, 0, 0);
transform: translate3d(80%, 0, 0);
transition-delay: 0s;
}
.mobile-navigation.active .bar .toggle-menu {
border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-navigation.active .bar .toggle-menu .icon span {
opacity: 0;
transition-delay: 0.4s;
}
.mobile-navigation.active .bar .toggle-menu .icon span:first-of-type {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
-spec-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 1;
top: 6px;
}
.mobile-navigation.active .bar .toggle-menu .icon span:last-of-type {
width: 25px;
opacity: 1;
bottom: 6px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-spec-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.mobile-navigation.active .menu {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-spec-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.mobile-navigation.active .shader {
z-index: 1;
opacity: 0.4;
pointer-events: all;
}
.mobile-logo {
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
}
.mobile-logo span {
max-width: calc(100vw - 160px);
height: 50%;
display: inline-block;
}
.mobile-logo span img {
width: 100%;
height: 100%;
}
@media screen and (max-width: 900px) {
header {
height: 60px;
visibility: hidden;
overflow: hidden;
}
.sticky-header, .sticky-header.show {
display: none;
}
.mobile-navigation {
display: block;
}
}
/**
* * Hero image
* *
* * 1. Part of the next block visible in viewport
* * 2. Vertically centers the streamer in the hero image
* * 3. Set background image src in CSS
* * 4. Animation fires when page is loaded
* */
.hero-image {
position: relative;
height: calc( 100vh - 150px );
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
background-color: black;
background-image: none;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
animation: fade-in-background 1s;
}
.hero-image h1 {
font-size: 40px;
line-height: 46px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-weight: 600;
color: #ffffff;
display: inline-block;
max-width: 400px;
}
@media screen and (max-width: 1350px) {
.hero-image h1 {
font-size: 36.3636363636px;
line-height: 41.8181818182px;
}
}
@media screen and (max-width: 800px) {
.hero-image h1 {
font-size: 33.3333333333px;
line-height: 41.8181818182px;
}
}
.hero-image h3 p {
font-size: 25px;
line-height: 40px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
color: #ffffff;
max-width: 550px;
}
@media screen and (max-width: 1350px) {
.hero-image h3 p {
font-size: 22.7272727273px;
line-height: 36.3636363636px;
}
}
@media screen and (max-width: 800px) {
.hero-image h3 p {
font-size: 20.8333333333px;
line-height: 36.3636363636px;
}
}
/**
* * Full-width intro div
* *
* */
.intro {
position: relative;
width: 100%;
background-color: #263238;
}
/**
* * Introduction container
* *
* */
.intro-container {
position: relative;
}
/**
* * Introduction
* *
* * 1. Get the introduction block up into the starting viewport
* * 2. Give some padding to the right for the buttons
* */
.intro-block {
min-height: 300px;
position: relative;
top: -75px;
right: 62.5px;
background-color: #ffffff;
padding: 50px 175px 50px 50px;
}
@media screen and (max-width: 900px) {
.intro-block {
padding: 50px;
top: -50px;
right: 0;
}
}
@media screen and (max-width: 500px) {
.intro-block {
padding: 40px;
}
}
.mobile-number-white {
color: white !important;
}
.header-background {
position: relative;
width: 100%;
background-color: #263238;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
align-items: flex-start;
}
.header-background .content-container {
position: relative;
margin: 0 auto;
}
.base-intro-block {
margin-bottom: 100px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: initial;
-moz-align-items: initial;
-ms-align-items: initial;
align-items: initial;
}
@media only screen and (max-width: 900px) {
.base-intro-block {
flex-direction: column-reverse;
margin-bottom: 50px;
}
}
.base-content-block {
position: relative;
background-color: #384f5b;
color: #ffffff;
width: 100%;
max-width: 1440px;
padding: 75px;
flex: 1;
}
@media screen and (max-width: 600px) {
.base-content-block {
padding: 20px;
}
}
.base-content-block p {
max-width: 650px;
}
.base-image-block {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: initial;
-moz-align-items: initial;
-ms-align-items: initial;
align-items: initial;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-spec-box-orient: vertical;
box-orient: vertical;
-webkit-box-direction: reverse;
-moz-box-direction: reverse;
-spec-box-direction: reverse;
box-direction: reverse;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-spec-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column;
flex: 1;
position: relative;
}
@elseif $value == "row-reverse" {}
@elseif $value == column {}
@elseif $value == "column-reverse" {}
.base-image-block .base-image {
position: relative;
height: 100%;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
}
.base-image-block .base-image.bottom-aligned {
background-position: bottom center;
}
@media only screen and (max-width: 900px) {
.base-image-block .base-image {
min-height: 250px;
background-position: 50% 50%;
}
}
.base-breadcrumb {
margin: 150px 0 15px 0;
}
@media screen and (max-width: 700px) {
.base-breadcrumb {
margin: 0;
}
}
.base-breadcrumb .content-container {
width: 100%;
}
.base-breadcrumb .content-container .breadcrumb ol li a span {
transition: color 0.4s ease !important;
color: #ffffff !important;
}
.base-breadcrumb .content-container .breadcrumb ol li a span:hover {
color: #24C0EB !important;
}
.base-breadcrumb .content-container .breadcrumb ol li:after {
color: #ffffff;
}
/**
* * Overview of the latest posts
* *
* * 1. Put the text beneath the image on smaller screens
* */
.latest-posts {
margin-bottom: 100px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: initial;
-moz-align-items: initial;
-ms-align-items: initial;
align-items: initial;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
/**
* * Individual post item
* *
* * 1. Post item will have full-width on smaller screens
* * 2. Color settings of each post block item
* * 3. Link color
* * 4. Events when post-item is being hovered
* */
}
@media only screen and (max-width: 1024px) {
.latest-posts {
flex-direction: column;
}
}
@media only screen and (max-width: 900px) {
.latest-posts {
margin-bottom: 50px;
}
}
.latest-posts .post-block {
width: 45.8333333333%;
margin-bottom: 25px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
align-items: flex-start;
color: #263238;
background-color: #f44336;
transition: background 0.4s, box-shadow 0.4s;
}
@media only screen and (max-width: 1024px) {
.latest-posts .post-block {
width: 100%;
}
}
@media only screen and (max-width: 500px) {
.latest-posts .post-block {
flex-direction: column;
}
}
.latest-posts .post-block a {
color: #ffffff;
}
.latest-posts .post-block:hover {
cursor: pointer;
background: #384f5b;
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.15);
}
.latest-posts .post-block:hover .post-intro .arrow-right {
transform: translateX(10px);
}
.latest-posts .post-block .post-image {
background-position: center center;
background-size: cover;
min-width: 250px;
height: 100%;
min-height: 250px;
}
@media only screen and (max-width: 1024px) {
.latest-posts .post-block .post-image {
min-width: 50%;
width: 50%;
}
}
@media only screen and (max-width: 500px) {
.latest-posts .post-block .post-image {
min-width: 100%;
width: 100%;
}
}
.latest-posts .post-block .post-intro {
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
align-items: flex-start;
flex-direction: column;
padding: 20px;
}
@media only screen and (max-width: 500px) {
.latest-posts .post-block .post-intro {
width: 100%;
min-height: 200px;
}
}
.latest-posts .post-block .post-intro h2 {
color: #ffffff;
margin-bottom: 5px;
}
.latest-posts .post-block .post-intro h4 {
color: #ffffff;
}
.latest-posts .post-block .post-intro .arrow-right {
margin-top: 10px;
display: block;
width: 35px;
height: 35px;
background-image: url("/img/icons/arrows-right.svg");
background-repeat: no-repeat;
transition: transform 0.4s ease;
}
.latest-posts .timestamp {
font-size: 14px;
line-height: 20px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
color: #ffffff;
margin-bottom: 10px;
}
@media screen and (max-width: 1350px) {
.latest-posts .timestamp {
font-size: 12.7272727273px;
line-height: 18.1818181818px;
}
}
@media screen and (max-width: 800px) {
.latest-posts .timestamp {
font-size: 11.6666666667px;
line-height: 18.1818181818px;
}
}
/** SINGLE POSTS **/
.single-post {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: initial;
-moz-align-items: initial;
-ms-align-items: initial;
align-items: initial;
}
.single-post .post-block {
padding: 75px;
width: 100%;
margin-bottom: 25px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
align-items: flex-start;
background-color: #384f5b;
color: #263238;
}
@media only screen and (max-width: 900px) {
.single-post .post-block {
flex-direction: column;
padding: 0;
}
}
.single-post .post-block a {
color: #ffffff;
}
.single-post .post-block .title {
color: #ffffff;
margin-bottom: 5px;
}
.single-post .post-block .subtitle {
color: #ffffff;
margin-bottom: 25px;
}
.single-post .post-block .post-image {
background-position: center center;
background-size: cover;
width: 50%;
height: 100%;
max-height: 1080px;
}
@media only screen and (max-width: 900px) {
.single-post .post-block .post-image {
min-height: 250px;
width: 100%;
}
}
.single-post .post-block .post-content {
padding: 20px;
}
.single-post .post-block .post-content a {
transition: color 0.3s ease;
color: #EEEEEE;
}
.single-post .post-block .post-content a:hover {
color: #5CCEEE;
}
/** DYNAMIC PAGES **/
.dynamic p {
max-width: 650px;
}
.dynamic .content-container {
width: 100%;
}
.full-text-block {
max-width: 650px;
}
/** POST BACK BUTTON **/
.post-back-button {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
width: 225px;
height: 50px;
background-color: #2196f3;
color: #ffffff;
transition: background 0.4s, color 0.4s;
cursor: pointer;
margin: 0 auto 100px auto;
}
@media screen and (max-width: 900px) {
.post-back-button {
margin: 0 auto 50px auto;
}
}
.post-back-button a {
color: #ffffff;
}
.post-back-button:hover {
background-color: #e1c107;
color: #ffffff;
}
.references-block {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
background-color: rgba(255, 255, 255, 0.88);
margin-bottom: 100px;
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.04), 0 10px 10px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 1024px) {
.references-block {
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-spec-box-orient: vertical;
box-orient: vertical;
-webkit-box-direction: reverse;
-moz-box-direction: reverse;
-spec-box-direction: reverse;
box-direction: reverse;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-spec-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column;
}
@elseif $value == "row-reverse" {}
@elseif $value == column {}
@elseif $value == "column-reverse" {}
}
@media screen and (max-width: 900px) {
.references-block {
margin-bottom: 50px;
}
}
.references-block .reference {
background-color: #ffffff;
margin: 2%;
height: auto;
padding: 50px;
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.03), 0 10px 10px rgba(0, 0, 0, 0.04);
width: 46%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
align-items: flex-start;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-spec-box-orient: vertical;
box-orient: vertical;
-webkit-box-direction: reverse;
-moz-box-direction: reverse;
-spec-box-direction: reverse;
box-direction: reverse;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-spec-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column;
text-align: left;
color: #263238;
}
.references-block .reference .reference-body, .references-block .reference .reference-header {
width: 100%;
}
.references-block .reference .reference-title {
flex: 1;
}
@media only screen and (max-width: 900px) {
.references-block .reference {
padding: 30px;
}
}
@elseif $value == "row-reverse" {}
@elseif $value == column {}
@elseif $value == "column-reverse" {}
.references-block .reference a {
color: #2196f3;
transition: color 0.4s ease;
}
.references-block .reference a:hover {
color: #263238;
}
@media only screen and (max-width: 1024px) {
.references-block .reference {
width: 96%;
}
}
@media screen and (max-width: 600px) {
.references-block .reference {
flex-direction: column;
-webkit-flex-direction: column;
}
}
.references-block .reference .reference-header {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
}
@media screen and (max-width: 480px) {
.references-block .reference .reference-header {
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-spec-box-orient: vertical;
box-orient: vertical;
-webkit-box-direction: reverse;
-moz-box-direction: reverse;
-spec-box-direction: reverse;
box-direction: reverse;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-spec-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column;
}
@elseif $value == "row-reverse" {}
@elseif $value == column {}
@elseif $value == "column-reverse" {}
}
.references-block .reference .reference-image {
margin-bottom: 25px;
margin-right: 25px;
}
@media screen and (max-width: 480px) {
.references-block .reference .reference-image {
margin-right: 0;
}
}
.references-block .reference .reference-image .image, .references-block .reference .reference-image .image-with-link {
height: 150px;
width: 150px;
border-radius: 999px;
background-size: cover;
background-position: center;
}
.references-block .reference .reference-image .image-with-link {
opacity: 0.8;
transition: opacity 0.4s ease;
}
.references-block .reference .reference-image .image-with-link:hover {
opacity: 1;
}
/**
* * Contact page
* *
* * 1. Add some padding (right) so text will not touch contact form
* */
.contact-block {
background-color: #384f5b;
}
.contact-block .content-container {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
align-items: flex-start;
height: calc(100% - 150px);
}
@media only screen and (max-width: 1024px) {
.contact-block .content-container {
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-spec-box-orient: vertical;
box-orient: vertical;
-webkit-box-direction: reverse;
-moz-box-direction: reverse;
-spec-box-direction: reverse;
box-direction: reverse;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-spec-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
align-items: flex-start;
align-items: center;
}
@elseif $value == "row-reverse" {}
@elseif $value == column {}
@elseif $value == "column-reverse" {}
}
.contact-block .content-container .contact-information {
padding-right: 20px;
width: 100%;
margin-top: 50px;
color: #ffffff;
}
@media only screen and (max-width: 1024px) {
.contact-block .content-container .contact-information {
margin: 0;
padding: 20px;
}
}
.contact-block .content-container .contact-information h2 {
color: #ffffff;
margin-bottom: 50px;
}
.contact-block .content-container .contact-information a {
color: #2196f3;
transition: color 0.4s ease;
}
.contact-block .content-container .contact-information a:hover {
color: #ffffff;
}
.contact-block .content-container .contact-person-block {
margin-top: 100px;
position: relative;
top: 0;
right: 0;
left: 0;
bottom: 0;
justify-content: flex-start;
animation: none;
opacity: 1;
}
@media only screen and (max-width: 1024px) {
.contact-block .content-container .contact-person-block {
display: none;
}
}
.contact-block .content-container .contact-person-block .contact-person-information {
color: #ffffff;
}
.contact-block .content-container .contact-person-block .contact-person-information h4 {
color: #ffffff;
}
.contact-content-container {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
width: 100%;
top: -100px;
position: relative;
background-color: #5c7481;
padding: 50px;
max-width: 700px;
}
@media only screen and (max-width: 1024px) {
.contact-content-container {
padding: 20px;
top: 0;
margin-bottom: 50px;
}
}
.contact-form {
width: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
}
.contact-form .inner {
width: 100%;
}
.contact-form h3 {
color: #ffffff;
}
#sitemap {
margin-bottom: 75px;
color: #ffffff;
}
#sitemap li {
color: white;
}
#sitemap li a {
color: white;
}
.simple-text {
color: white !important;
}
.simple-text strong {
color: white !important;
}
.sitemap-title {
color: #EEEEEE;
}
.services-overview-container {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: initial;
-moz-align-items: initial;
-ms-align-items: initial;
align-items: initial;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
margin-bottom: 50px;
}
.services-overview-container .service-in-overview-container {
width: 50%;
}
@media screen and (max-width: 700px) {
.services-overview-container .service-in-overview-container {
width: 100%;
}
}
.services-overview-container .service-in-overview-container h2 {
margin-bottom: 10px;
margin-top: 25px;
}
.services-overview-container .service-in-overview-container .service-overview-image {
position: relative;
height: 300px;
width: 100%;
transition: opacity 0.4s ease;
opacity: 0.75;
background-size: cover;
background-repeat: no-repeat;
background-position: center, center;
}
.services-overview-container .service-in-overview-container .service-overview-image:hover {
opacity: 1;
}
.services-overview-container a {
display: inline-block;
width: 100%;
}
.service-detail {
margin-bottom: 50px;
}
.service-detail .title {
margin-bottom: 15px;
color: #ffffff;
}
.service-overview-link {
color: #ffffff;
transition: color 0.4s ease;
}
.service-overview-link:hover {
color: #24C0EB;
}
/**
* * About page / Person information
* *
* * 1. Add some whitespace below
* * 2. Remove the whitespace for mobile
* * 3. Last person block doesn't need margin anymore
* * 4. Center this block horizontal and vertical
* * 5. Puts the text beneath image on mobile
* */
.person-block-container {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-spec-box-orient: vertical;
box-orient: vertical;
-webkit-box-direction: reverse;
-moz-box-direction: reverse;
-spec-box-direction: reverse;
box-direction: reverse;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-spec-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column;
margin-bottom: 100px;
/**
* * Person image
* *
* * 1. Give picture a height based on the viewport width
* * 2. Give better ratio to the image on smaller screens
* * 3. Give image container a max-height
* */
/**
* * Person information
* *
* * 1. Add some padding for extra whitespace
* * 2. Turn the opacity down for italic written items in this paragraph
* */
}
@elseif $value == "row-reverse" {}
@elseif $value == column {}
@elseif $value == "column-reverse" {}
@media only screen and (max-width: 900px) {
.person-block-container {
margin-bottom: 0;
}
}
.person-block-container .person-block {
width: 100%;
margin-bottom: 25px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
}
.person-block-container .person-block:last-of-type {
margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
.person-block-container .person-block {
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-spec-box-orient: vertical;
box-orient: vertical;
-webkit-box-direction: reverse;
-moz-box-direction: reverse;
-spec-box-direction: reverse;
box-direction: reverse;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-spec-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column;
}
@elseif $value == "row-reverse" {}
@elseif $value == column {}
@elseif $value == "column-reverse" {}
}
.person-block-container .person-image-container {
width: 100%;
max-width: 650px;
height: 30vw;
max-height: 400px;
}
@media only screen and (max-width: 900px) {
.person-block-container .person-image-container {
height: 60vw;
}
}
@media only screen and (max-width: 500px) {
.person-block-container .person-image-container {
height: 75vw;
}
}
.person-block-container .person-image-container .person-image {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 100%;
height: 100%;
}
.person-block-container .person-information {
width: 100%;
max-width: 650px;
height: auto;
background: none;
color: #ffffff;
padding: 75px;
}
@media only screen and (max-width: 900px) {
.person-block-container .person-information {
padding: 50px 0;
}
}
.person-block-container .person-information h2 {
color: #2196f3;
font-size: 1.4em;
line-height: 26px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-weight: 600;
margin-bottom: 20px;
}
@media screen and (max-width: 1350px) {
.person-block-container .person-information h2 {
font-size: 1.2727272727em;
line-height: 23.6363636364px;
}
}
@media screen and (max-width: 800px) {
.person-block-container .person-information h2 {
font-size: 1.1666666667em;
line-height: 23.6363636364px;
}
}
.person-block-container .person-information p {
color: #ffffff;
font-size: 18px;
line-height: 26px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
margin: 0;
}
@media screen and (max-width: 1350px) {
.person-block-container .person-information p {
font-size: 16.3636363636px;
line-height: 23.6363636364px;
}
}
@media screen and (max-width: 800px) {
.person-block-container .person-information p {
font-size: 15px;
line-height: 23.6363636364px;
}
}
.person-block-container .person-information p em {
opacity: 0.7;
}
.two-text-columns {
padding: 0 0 45px;
}
.two-text-columns .content-container {
position: relative;
z-index: 10;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
align-items: flex-start;
}
.two-text-columns .content-container .left-content, .two-text-columns .content-container .right-content {
background: white;
width: calc(50% - 20px);
padding: 0;
}
.two-text-columns .content-container .left-content h1, .two-text-columns .content-container .left-content h2, .two-text-columns .content-container .right-content h1, .two-text-columns .content-container .right-content h2 {
text-align: left;
font-size: 24px;
line-height: 38.4px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-weight: 500;
color: #263238;
}
@media screen and (max-width: 1350px) {
.two-text-columns .content-container .left-content h1, .two-text-columns .content-container .left-content h2, .two-text-columns .content-container .right-content h1, .two-text-columns .content-container .right-content h2 {
font-size: 21.8181818182px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 800px) {
.two-text-columns .content-container .left-content h1, .two-text-columns .content-container .left-content h2, .two-text-columns .content-container .right-content h1, .two-text-columns .content-container .right-content h2 {
font-size: 20px;
line-height: 34.9090909091px;
}
}
.two-text-columns .content-container .left-content p, .two-text-columns .content-container .left-content em, .two-text-columns .content-container .left-content span, .two-text-columns .content-container .right-content p, .two-text-columns .content-container .right-content em, .two-text-columns .content-container .right-content span {
font-size: 18px;
line-height: 24px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
color: #263238;
}
@media screen and (max-width: 1350px) {
.two-text-columns .content-container .left-content p, .two-text-columns .content-container .left-content em, .two-text-columns .content-container .left-content span, .two-text-columns .content-container .right-content p, .two-text-columns .content-container .right-content em, .two-text-columns .content-container .right-content span {
font-size: 16.3636363636px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.two-text-columns .content-container .left-content p, .two-text-columns .content-container .left-content em, .two-text-columns .content-container .left-content span, .two-text-columns .content-container .right-content p, .two-text-columns .content-container .right-content em, .two-text-columns .content-container .right-content span {
font-size: 15px;
line-height: 21.8181818182px;
}
}
.two-text-columns .content-container .left-content p a, .two-text-columns .content-container .left-content em a, .two-text-columns .content-container .left-content span a, .two-text-columns .content-container .right-content p a, .two-text-columns .content-container .right-content em a, .two-text-columns .content-container .right-content span a {
font-size: 18px;
line-height: 24px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
color: #263238;
}
@media screen and (max-width: 1350px) {
.two-text-columns .content-container .left-content p a, .two-text-columns .content-container .left-content em a, .two-text-columns .content-container .left-content span a, .two-text-columns .content-container .right-content p a, .two-text-columns .content-container .right-content em a, .two-text-columns .content-container .right-content span a {
font-size: 16.3636363636px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.two-text-columns .content-container .left-content p a, .two-text-columns .content-container .left-content em a, .two-text-columns .content-container .left-content span a, .two-text-columns .content-container .right-content p a, .two-text-columns .content-container .right-content em a, .two-text-columns .content-container .right-content span a {
font-size: 15px;
line-height: 21.8181818182px;
}
}
.two-text-columns .content-container .left-content p strong, .two-text-columns .content-container .left-content em strong, .two-text-columns .content-container .left-content span strong, .two-text-columns .content-container .right-content p strong, .two-text-columns .content-container .right-content em strong, .two-text-columns .content-container .right-content span strong {
font-size: 18px;
line-height: 24px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
color: #263238;
}
@media screen and (max-width: 1350px) {
.two-text-columns .content-container .left-content p strong, .two-text-columns .content-container .left-content em strong, .two-text-columns .content-container .left-content span strong, .two-text-columns .content-container .right-content p strong, .two-text-columns .content-container .right-content em strong, .two-text-columns .content-container .right-content span strong {
font-size: 16.3636363636px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.two-text-columns .content-container .left-content p strong, .two-text-columns .content-container .left-content em strong, .two-text-columns .content-container .left-content span strong, .two-text-columns .content-container .right-content p strong, .two-text-columns .content-container .right-content em strong, .two-text-columns .content-container .right-content span strong {
font-size: 15px;
line-height: 21.8181818182px;
}
}
.two-text-columns .content-container .left-content p a, .two-text-columns .content-container .left-content em a, .two-text-columns .content-container .left-content span a, .two-text-columns .content-container .right-content p a, .two-text-columns .content-container .right-content em a, .two-text-columns .content-container .right-content span a {
text-decoration: underline;
}
.two-text-columns .content-container .left-content ul, .two-text-columns .content-container .right-content ul {
list-style: none;
padding-left: 20px;
margin-top: 20px;
margin-bottom: 0;
}
.two-text-columns .content-container .left-content ul li, .two-text-columns .content-container .right-content ul li {
position: relative;
color: #263238;
font-size: 18px;
line-height: 24px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 24px;
margin-bottom: 5px;
}
@media screen and (max-width: 1350px) {
.two-text-columns .content-container .left-content ul li, .two-text-columns .content-container .right-content ul li {
font-size: 16.3636363636px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.two-text-columns .content-container .left-content ul li, .two-text-columns .content-container .right-content ul li {
font-size: 15px;
line-height: 21.8181818182px;
}
}
.two-text-columns .content-container .left-content ul li:before, .two-text-columns .content-container .right-content ul li:before {
content: "";
background: url("/img/rentman-sprite.svg") -443px 0 no-repeat;
background-size: 640px 215px;
width: 16px;
height: 12px;
display: inline-block;
position: absolute;
left: -23px;
top: 6px;
}
.two-text-columns .content-container .left-content {
margin-right: 19px;
}
.two-text-columns .content-container .left-content.content66 {
width: calc(100% / 3 * 2 - 20px);
}
.two-text-columns .content-container .left-content.content50 {
width: calc(100% / 2 - 20px);
}
.two-text-columns .content-container .left-content.content33 {
width: calc(100% / 3 - 20px);
}
.two-text-columns .content-container .right-content {
margin-left: 19px;
}
.two-text-columns .content-container .right-content.content66 {
width: calc(100% / 3 - 20px);
}
.two-text-columns .content-container .right-content.content50 {
width: calc(100% / 2 - 20px);
}
.two-text-columns .content-container .right-content.content33 {
width: calc(100% / 3 * 2 - 20px);
}
@media screen and (max-width: 650px) {
.two-text-columns .content-container {
display: block;
}
.two-text-columns .content-container .left-content, .two-text-columns .content-container .right-content {
width: 100% !important;
margin: 0;
}
.two-text-columns .content-container .left-content {
margin-bottom: 40px;
}
}
.full-image-column {
padding: 0 0 45px;
}
.full-image-column .content-container img {
width: 100%;
display: block;
}
.full-image-column .content-container img.large, .full-image-column .content-container img.medium {
display: none;
}
@media screen and (max-width: 1370px) {
.full-image-column .content-container img.original {
display: none;
}
.full-image-column .content-container img.large {
display: block;
}
}
@media screen and (max-width: 680px) {
.full-image-column .content-container img.original, .full-image-column .content-container img.large {
display: none;
}
.full-image-column .content-container img.medium {
display: block;
}
}
.content-block {
padding: 0 0 45px;
}
.content-block .content-container {
position: relative;
z-index: 10;
}
.content-block .content-container .image-side {
float: left;
padding-left: 10px;
}
.content-block .content-container .image-side.right {
float: right;
}
.content-block .content-container .image-side.content66 {
width: calc(100% / 3);
}
.content-block .content-container .image-side.content66 img.large {
display: none;
}
.content-block .content-container .image-side.content50 {
width: calc(100% / 2);
}
.content-block .content-container .image-side.content50 img.medium {
display: none;
}
.content-block .content-container .image-side.content33 {
width: calc(100% / 3 * 2);
}
.content-block .content-container .image-side.content33 img.medium {
display: none;
}
.content-block .content-container .image-side img {
width: 100%;
}
.content-block .content-container .image-side.left {
padding-left: 0;
padding-right: 10px;
}
.content-block .content-container .content-side {
float: left;
padding-right: 10px;
}
.content-block .content-container .content-side.right {
float: right;
padding-right: 0;
}
.content-block .content-container .content-side .inner {
width: 100%;
margin: auto;
padding: 0;
background: transparant;
}
.content-block .content-container .content-side h1, .content-block .content-container .content-side h2 {
text-align: left;
font-size: 24px;
line-height: 38.4px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-weight: 500;
color: #ffffff;
}
@media screen and (max-width: 1350px) {
.content-block .content-container .content-side h1, .content-block .content-container .content-side h2 {
font-size: 21.8181818182px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 800px) {
.content-block .content-container .content-side h1, .content-block .content-container .content-side h2 {
font-size: 20px;
line-height: 34.9090909091px;
}
}
.content-block .content-container .content-side p, .content-block .content-container .content-side em, .content-block .content-container .content-side ul, .content-block .content-container .content-side li {
margin: 0;
font-size: 18px;
line-height: 24px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
color: #ffffff;
}
@media screen and (max-width: 1350px) {
.content-block .content-container .content-side p, .content-block .content-container .content-side em, .content-block .content-container .content-side ul, .content-block .content-container .content-side li {
font-size: 16.3636363636px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.content-block .content-container .content-side p, .content-block .content-container .content-side em, .content-block .content-container .content-side ul, .content-block .content-container .content-side li {
font-size: 15px;
line-height: 21.8181818182px;
}
}
.content-block .content-container .content-side p a, .content-block .content-container .content-side em a, .content-block .content-container .content-side ul a, .content-block .content-container .content-side li a {
font-size: 18px;
line-height: 24px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
color: #EEEEEE;
}
@media screen and (max-width: 1350px) {
.content-block .content-container .content-side p a, .content-block .content-container .content-side em a, .content-block .content-container .content-side ul a, .content-block .content-container .content-side li a {
font-size: 16.3636363636px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.content-block .content-container .content-side p a, .content-block .content-container .content-side em a, .content-block .content-container .content-side ul a, .content-block .content-container .content-side li a {
font-size: 15px;
line-height: 21.8181818182px;
}
}
.content-block .content-container .content-side p strong, .content-block .content-container .content-side em strong, .content-block .content-container .content-side ul strong, .content-block .content-container .content-side li strong {
font-size: 18px;
line-height: 24px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
color: #ffffff;
}
@media screen and (max-width: 1350px) {
.content-block .content-container .content-side p strong, .content-block .content-container .content-side em strong, .content-block .content-container .content-side ul strong, .content-block .content-container .content-side li strong {
font-size: 16.3636363636px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.content-block .content-container .content-side p strong, .content-block .content-container .content-side em strong, .content-block .content-container .content-side ul strong, .content-block .content-container .content-side li strong {
font-size: 15px;
line-height: 21.8181818182px;
}
}
.content-block .content-container .content-side p a, .content-block .content-container .content-side em a, .content-block .content-container .content-side ul a, .content-block .content-container .content-side li a {
text-decoration: underline;
}
.content-block .content-container .content-side.content66 {
width: calc(100% / 3 * 2 - 20px);
}
.content-block .content-container .content-side.content50 {
width: calc(100% / 2 - 20px);
}
.content-block .content-container .content-side.content33 {
width: calc(100% / 3 - 20px);
}
.content-block .content-container .content-side.left {
padding-left: 10px;
padding-right: 0;
}
@media screen and (max-width: 1100px) {
.content-block .content-container.content33 {
padding-bottom: 0;
}
.content-block .content-container.content33 .content-side, .content-block .content-container.content33 .image-side {
width: 100% !important;
padding: 0 0 80px !important;
margin: 0 auto;
float: none !important;
}
.content-block .content-container.content33 .content-side .inner {
width: 100%;
}
}
@media screen and (max-width: 900px) {
.content-block {
margin-bottom: -20px;
}
.content-block .content-container.content33 .image-side img.medium {
display: block;
}
.content-block .content-container.content33 .image-side img.large {
display: none;
}
.content-block .content-container.content50 {
padding-bottom: 0;
}
.content-block .content-container.content50 .content-side, .content-block .content-container.content50 .image-side {
width: 100% !important;
padding: 0 0 20px !important;
margin: 0 auto;
float: none !important;
}
.content-block .content-container.content50 .content-side .inner {
width: 100%;
}
}
@media screen and (max-width: 780px) {
.content-block .content-container {
padding-bottom: 0;
}
.content-block .content-container .content-side, .content-block .content-container .image-side {
width: 100% !important;
padding: 0 0 20px !important;
margin: 0 auto;
float: none !important;
}
.content-block .content-container .content-side .inner {
width: 100%;
}
}
.multiple-images {
padding-bottom: 45px;
}
.multiple-images .content-container {
position: relative;
}
.multiple-images .content-container.main66 .main-image {
width: calc(100% / 3 * 2 - 15px);
}
.multiple-images .content-container.main66 .main-image .medium {
display: none;
}
.multiple-images .content-container.main66 .sub-images {
width: calc(100% / 3 - 15px);
}
.multiple-images .content-container.main66 .sub-images img.large {
display: none;
}
.multiple-images .content-container.main50 .main-image {
width: calc(100% / 2 - 15px);
}
.multiple-images .content-container.main50 .main-image .medium {
display: none;
}
.multiple-images .content-container.main50 .sub-images {
width: calc(100% / 2 - 15px);
}
.multiple-images .content-container.main50 .sub-images img.medium {
display: none;
}
.multiple-images .content-container.main33 .main-image {
width: calc(100% / 3 - 15px);
}
.multiple-images .content-container.main33 .main-image .large {
display: none;
}
.multiple-images .content-container.main33 .sub-images {
width: calc(100% / 3 * 2 - 15px);
}
.multiple-images .content-container.main33 .sub-images img.medium {
display: none;
}
.multiple-images .content-container img {
width: 100%;
display: block;
}
.multiple-images .content-container .main-image {
height: calc(100%);
}
.multiple-images .content-container .main-image .responsive {
display: none;
}
.multiple-images .content-container .main-image.left {
position: absolute;
top: 0;
bottom: 0;
left: 0;
}
.multiple-images .content-container .main-image.right {
position: absolute;
top: 0;
right: 0;
bottom: 0;
}
.multiple-images .content-container .main-image > div:not(.window-bar) {
position: absolute;
height: 100%;
width: 100%;
background-size: cover;
background-position: 50% 50%;
}
.multiple-images .content-container .sub-images {
float: right;
}
.multiple-images .content-container .sub-images.right {
float: left;
padding-left: 0;
}
.multiple-images .content-container .sub-images .half:nth-child(2) {
margin-top: 30px;
}
@media screen and (max-width: 850px) {
.multiple-images .content-container.main66 .main-image, .multiple-images .content-container.main66 .sub-images, .multiple-images .content-container.main33 .main-image, .multiple-images .content-container.main33 .sub-images {
width: 100%;
}
.multiple-images .content-container.main66 .main-image, .multiple-images .content-container.main33 .main-image {
position: relative;
margin-bottom: 30px;
}
.multiple-images .content-container.main66 .main-image div:not(.window-bar, .buttons), .multiple-images .content-container.main33 .main-image div:not(.window-bar, .buttons) {
display: none;
}
.multiple-images .content-container.main66 .main-image .responsive, .multiple-images .content-container.main33 .main-image .responsive {
display: block;
margin-bottom: 30px;
}
.multiple-images .content-container.main66 .main-image .responsive.medium, .multiple-images .content-container.main33 .main-image .responsive.medium {
display: none;
}
.multiple-images .content-container.main66 .sub-images img.medium, .multiple-images .content-container.main33 .sub-images img.medium {
display: none;
}
.multiple-images .content-container.main66 .sub-images img.large, .multiple-images .content-container.main33 .sub-images img.large {
display: block;
}
}
@media screen and (max-width: 650px) {
.multiple-images .content-container.main50 .main-image, .multiple-images .content-container.main50 .sub-images {
width: 100%;
}
.multiple-images .content-container.main50 .main-image {
position: relative;
margin-bottom: 30px;
}
.multiple-images .content-container.main50 .main-image div:not(.window-bar, .buttons) {
display: none;
}
.multiple-images .content-container.main50 .main-image .responsive {
display: block;
margin-bottom: 30px;
}
.multiple-images .content-container.main50 .main-image .responsive.medium {
display: none;
}
.multiple-images .content-container.main50 .sub-images img.medium {
display: none;
}
.multiple-images .content-container.main50 .sub-images img.large {
display: block;
}
}
@media screen and (max-width: 500px) {
.multiple-images .content-container.main33 .main-image .responsive.medium, .multiple-images .content-container.main50 .main-image .responsive.medium, .multiple-images .content-container.main66 .main-image .responsive.medium {
display: block;
}
.multiple-images .content-container.main33 .main-image .responsive.large, .multiple-images .content-container.main50 .main-image .responsive.large, .multiple-images .content-container.main66 .main-image .responsive.large {
display: none;
}
.multiple-images .content-container.main33 .sub-images img.medium, .multiple-images .content-container.main50 .sub-images img.medium, .multiple-images .content-container.main66 .sub-images img.medium {
display: block;
}
.multiple-images .content-container.main33 .sub-images img.large, .multiple-images .content-container.main50 .sub-images img.large, .multiple-images .content-container.main66 .sub-images img.large {
display: none;
}
}
.full-text-block .content-container {
position: relative;
}
.video-block {
width: 100%;
max-width: 960px;
margin: 50px auto;
}
.video-block .video-wrapper {
position: relative;
padding-bottom: 53.6%;
padding-top: 25px;
height: 0;
}
.video-block .video-wrapper iframe, .video-block .video-wrapper .video-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.video-block .video-wrapper .video-overlay {
z-index: 2;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
opacity: 1;
cursor: pointer;
transition: all 0.2s;
}
.video-block .video-wrapper .video-overlay .button {
width: 25%;
max-width: 85px;
transform: scale(1);
transition: all 0.4s;
}
.video-block .video-wrapper .video-overlay .button img {
width: 100%;
}
.video-block .video-wrapper .video-overlay:hover .button {
-webkit-transform: scale(0.85);
-moz-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
-spec-transform: scale(0.85);
transform: scale(0.85);
}
.video-block .video-wrapper .video-overlay.hide {
opacity: 0;
pointer-events: none;
transition: all 0.5s;
transition-delay: 0.7s;
}
.video-block .video-wrapper .video-overlay.hide .button {
transition: all 0.8s;
transform: scale(0.3);
}
.dynamic-content .content-container {
width: 100%;
}
.material-icons.md-dark {
color: rgba(38, 50, 56, 0.52);
}
.material-icons.md-dark.md-inactive {
color: rgba(38, 50, 56, 0.26);
}
.material-icons.md-light {
color: white;
}
.material-icons.md-light.md-inactive {
color: rgba(255, 255, 255, 0.3);
}
/*# sourceMappingURL=style.css.map */