File: D:/HostingSpaces/SBogers10/netwerkbrabant.komma.pro/wwwroot/css/style.css
@charset "UTF-8";
/* ==========================================================================
* Config settings
* ========================================================================== */
/**
* * 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
* */
/* Bourbon 4.0.2
* http://bourbon.io
* Copyright 2011-2014 thoughtbot, inc.
* MIT License */
/* ==========================================================================
* Font related functions
* ========================================================================== */
/**
* * Add some functions for readability
* * Return font-weight based on name
* */
/* ==========================================================================
* 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
* */
/* ==========================================================================
* Basic style settings
* ========================================================================== */
* {
box-sizing: border-box;
}
/* * Set up the body
* *
* * 1. This is the base for al rem units
* */
html {
font-size: 20px;
line-height: 1.6;
}
/**
* * 1.Default display for images is block to lose the extra margin below the image
* * 2. Remove border / especially on older browsers
* */
img {
display: block;
border: none;
max-width: 100%;
}
/**
* * Add translation to prevent recoloring from autocomplete
* */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
-webkit-transition: all 9999s linear 9999s;
transition: all 9999s linear 9999s;
}
input::-moz-placeholder, textarea::-moz-placeholder {
-moz-transition: all 9999s linear 9999s;
transition: all 9999s linear 9999s;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
-ms-transition: all 9999s linear 9999s;
transition: all 9999s linear 9999s;
}
input:-moz-placeholder, textarea:-moz-placeholder {
-moz-transition: all 9999s linear 9999s;
transition: all 9999s linear 9999s;
}
/* * Remove default margin around figure
* */
figure {
margin: 0;
}
.u-mb-60 {
margin-bottom: 60px !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
* */
.grid-row {
width: 85.7142857143%;
max-width: 1440px;
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
* */
}
@media screen and (max-width: 700px) {
.grid-row {
width: 100%;
padding: 0 20px;
}
}
.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;
}
/* 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: 1601px) {
.col-xl-1 {
width: 8.3333333333%;
}
.offset-xl-1 {
margin-left: 8.3333333333%;
}
}
@media screen and (max-width: 1080px) {
.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: 1601px) {
.col-xl-2 {
width: 16.6666666667%;
}
.offset-xl-2 {
margin-left: 16.6666666667%;
}
}
@media screen and (max-width: 1080px) {
.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: 1601px) {
.col-xl-3 {
width: 25%;
}
.offset-xl-3 {
margin-left: 25%;
}
}
@media screen and (max-width: 1080px) {
.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: 1601px) {
.col-xl-4 {
width: 33.3333333333%;
}
.offset-xl-4 {
margin-left: 33.3333333333%;
}
}
@media screen and (max-width: 1080px) {
.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: 1601px) {
.col-xl-5 {
width: 41.6666666667%;
}
.offset-xl-5 {
margin-left: 41.6666666667%;
}
}
@media screen and (max-width: 1080px) {
.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: 1601px) {
.col-xl-6 {
width: 50%;
}
.offset-xl-6 {
margin-left: 50%;
}
}
@media screen and (max-width: 1080px) {
.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: 1601px) {
.col-xl-7 {
width: 58.3333333333%;
}
.offset-xl-7 {
margin-left: 58.3333333333%;
}
}
@media screen and (max-width: 1080px) {
.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: 1601px) {
.col-xl-8 {
width: 66.6666666667%;
}
.offset-xl-8 {
margin-left: 66.6666666667%;
}
}
@media screen and (max-width: 1080px) {
.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: 1601px) {
.col-xl-9 {
width: 75%;
}
.offset-xl-9 {
margin-left: 75%;
}
}
@media screen and (max-width: 1080px) {
.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: 1601px) {
.col-xl-10 {
width: 83.3333333333%;
}
.offset-xl-10 {
margin-left: 83.3333333333%;
}
}
@media screen and (max-width: 1080px) {
.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: 1601px) {
.col-xl-11 {
width: 91.6666666667%;
}
.offset-xl-11 {
margin-left: 91.6666666667%;
}
}
@media screen and (max-width: 1080px) {
.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: 1601px) {
.col-xl-12 {
width: 100%;
}
.offset-xl-12 {
margin-left: 100%;
}
}
@media screen and (max-width: 1080px) {
.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: 1601px) {
.col-xl-13 {
width: 108.3333333333%;
}
.offset-xl-13 {
margin-left: 108.3333333333%;
}
}
@media screen and (max-width: 1080px) {
.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: 1601px) {
.col-xl-14 {
width: 116.6666666667%;
}
.offset-xl-14 {
margin-left: 116.6666666667%;
}
}
@media screen and (max-width: 1080px) {
.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%;
}
}
/* ==========================================================================
* This grid can be turned on and off when you want to check
* if everything is nice in place.
* ========================================================================== */
.visible-grid-container {
display: flex;
justify-content: center;
}
/**
* * 1. Makes it able to control the website while grid is shown
* */
.visible-grid {
display: block;
position: fixed;
z-index: 10000;
pointer-events: none;
}
.visible-grid .grid-col {
background: rgba(0, 255, 255, 0.6);
height: 100vh;
}
.visible-grid .grid-col:nth-child(2n) {
background: rgba(0, 255, 255, 0.3);
}
.visible-grid:before, .visible-grid:after {
content: "";
position: absolute;
top: 0;
width: 8.3333333333%;
height: 100%;
background: rgba(0, 255, 0, 0.5);
}
.visible-grid:before {
left: -8.3333333333%;
}
.visible-grid:after {
right: -8.3333333333%;
}
.breakpoint {
position: fixed;
right: 0;
bottom: 0;
width: 20px;
height: 20px;
z-index: 10000;
background: #0ABEFF;
}
@media screen and (min-width: 1601px) {
.breakpoint {
background: red;
}
}
@media screen and (max-width: 1366px) {
.breakpoint {
background: blue;
}
}
@media screen and (max-width: 1080px) {
.breakpoint {
background: green;
}
}
@media screen and (max-width: 768px) {
.breakpoint {
background: yellow;
}
}
@media screen and (max-width: 400px) {
.breakpoint {
background: pink;
}
}
/* ==========================================================================
* Expend Config settings
* ========================================================================== */
/* ==========================================================================
* Expend Basic style settings
* ========================================================================== */
/* * Set up the html
* *
* * 1. Makes sue that some fonts are better rendered
* */
html {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
/* * Set up the body
* *
* * 1. Set font to lining figures
* */
body {
position: relative;
margin: 0;
font-family: "Poppins", sans-serif;
line-height: 1.6;
font-feature-settings: "lnum";
}
/* * Set default settings for all elements
* *
* * 1. Default selection styling
* *
* */
* ::-moz-selection {
background: #4A90E2;
color: white;
}
* ::selection {
background: #4A90E2;
color: white;
}
/* * Set default styling for input and textarea
* *
* * 1. Set font because else the agent will overrule them with an ugly font
* */
input, textarea {
font-family: "Poppins", sans-serif;
}
.prevent-break {
white-space: nowrap;
}
/* ==========================================================================
* Elements CSS
* ========================================================================== */
svg.white * {
fill: white;
}
svg.grey * {
fill: #999691;
}
svg.brown * {
fill: #dcceba;
}
svg.yellow * {
fill: #FEBC5E;
}
svg.blue * {
fill: #4A90E2;
}
svg.black * {
fill: #212933;
}
/* ==========================================================================
* Default styling for KMS content
* ========================================================================== */
.kms-content > *:first-child {
margin-top: 0;
}
.kms-content > *:last-child {
margin-bottom: 0;
}
.kms-content h1, .kms-content h3 {
color: #212933;
font-family: "Abril Fatface", serif;
font-size: 4rem;
line-height: 1.4;
font-weight: 400;
}
.kms-content h1 strong, .kms-content h3 strong {
color: #999691;
font-weight: 400;
}
.kms-content h2 {
font-size: 1.2rem;
line-height: 1.4;
font-weight: 400;
color: #999691;
}
.kms-content h3 {
font-size: 1.2rem;
}
.kms-content h4 {
font-size: 0.8rem;
line-height: 1.2;
color: #999691;
text-transform: uppercase;
}
.kms-content p {
font-size: 0.8rem;
line-height: 1.6;
color: #999691;
}
.kms-content ul, .kms-content ol {
padding-left: 0;
list-style: none;
font-size: 0.8rem;
line-height: 1.4;
}
.kms-content ul li, .kms-content ol li {
position: relative;
padding-left: 30px;
color: #999691;
}
.kms-content ul li + li, .kms-content ol li + li {
margin-top: 5px;
}
.kms-content ul li ul, .kms-content ol li ul {
margin-top: 5px;
font-size: 0.9em;
}
.kms-content ul li:before {
position: absolute;
left: 0;
content: "\2022";
color: #999691;
font-size: 1.3em;
line-height: 1;
}
.kms-content ol {
counter-reset: ol-counter;
}
.kms-content ol li:before {
counter-increment: ol-counter;
content: counter(ol-counter) ".";
position: absolute;
left: 0;
color: #999691;
}
.kms-content a {
color: #4A90E2;
text-decoration: none;
}
.kms-content a:hover {
text-decoration: underline;
}
@media screen and (max-width: 1300px) {
.kms-content h1 {
font-size: 2.5rem;
}
}
/* ==========================================================================
* Default styling for images block
* ========================================================================== */
.images .image-slider {
width: 100%;
overflow: visible;
background-color: rgba(220, 206, 186, 0.2);
}
.images .image-slider .placeholder {
position: relative;
width: 100%;
cursor: move;
}
.images .image-slider .placeholder .controllers {
position: relative;
z-index: 3;
width: 100%;
height: 0;
padding-bottom: 66.67%;
}
.images .image-slider .placeholder .controllers .nav-item {
position: absolute;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
bottom: -50px;
width: 35px;
height: 35px;
cursor: pointer;
border: 1px solid rgba(220, 206, 186, 0.7);
border-radius: 100%;
transition: background 0.3s;
}
.images .image-slider .placeholder .controllers .nav-item span {
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
height: 16px;
width: 16px;
transform-origin: center;
transition: transform 0.3s;
}
.images .image-slider .placeholder .controllers .nav-item span .arrow-icon {
position: relative;
width: 10px;
height: 16px;
transform-origin: center;
}
.images .image-slider .placeholder .controllers .nav-item span .arrow-icon .st0 {
fill: white;
}
.images .image-slider .placeholder .controllers .nav-item.previous {
right: calc(50% + 3px);
}
.images .image-slider .placeholder .controllers .nav-item.previous span {
transform: rotate(180deg);
}
.images .image-slider .placeholder .controllers .nav-item.next {
left: calc(50% + 3px);
}
.images .image-slider .placeholder .controllers .nav-item:hover {
background-color: rgba(220, 206, 186, 0.6);
}
.images .image-slider .placeholder figure {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 0.4s;
}
.images .image-slider .placeholder figure span {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
}
.images .image-slider .placeholder figure span.small {
display: none;
}
@media screen and (max-width: 480px) {
.images .image-slider .placeholder figure span.medium {
display: none;
}
.images .image-slider .placeholder figure span.small {
display: block;
}
}
.images .image-slider .placeholder figure.active {
z-index: 2;
opacity: 1;
}
.images > picture {
width: 100%;
}
.images > picture img {
width: 100%;
}
/* ==========================================================================
* Default styling for person block with circle image
* ========================================================================== */
.person-circle {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: space-between;
align-items: center;
}
.person-circle + .person-circle {
margin-top: 30px;
}
.person-circle figure {
width: 120px;
height: 120px;
border-radius: 100%;
background-size: cover;
background-position: center;
background-color: rgba(220, 206, 186, 0.3);
}
.person-circle .description {
margin: 0;
width: calc(100% - 140px);
font-size: 0.6rem;
line-height: 1.6;
color: #999691;
}
.person-circle .description strong {
font-size: 0.7rem;
font-weight: 600;
}
.person-circle__member .description a {
color: #999691;
text-decoration: none;
}
.person-circle__member .description a:hover {
text-decoration: underline;
}
@media screen and (max-width: 500px) {
.person-circle__member figure {
width: 80px;
height: 80px;
}
.person-circle__member .description {
width: calc(100% - 100px);
}
}
.label-title {
position: relative;
display: inline-block;
padding: 7px 13px;
background-color: #212933;
font-size: 1.5rem;
line-height: 1.2;
font-weight: 700;
color: white;
margin: 0 0 60px;
}
.label-title svg {
margin-right: 9px;
}
.label-title:before {
content: "";
position: absolute;
left: 45px;
top: 100%;
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 8px 8px 0 8px;
border-color: #212933 transparent transparent transparent;
}
@media screen and (max-width: 700px) {
.label-title {
font-size: 1.3rem;
}
}
.socials.circles {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: flex-start;
align-items: center;
}
.socials.circles a {
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
border: 1px solid rgba(153, 150, 145, 0.25);
border-radius: 100%;
transition: border 0.3s;
}
.socials.circles a + a {
margin-left: 10px;
}
.socials.circles a:hover {
border-color: #999691;
}
.filter-menu > p {
margin: 0;
font-size: 0.5rem;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
color: #999691;
}
.filter-menu .filters {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: flex-start;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
margin-top: 10px;
}
.filter-menu .filter {
display: inline-block;
margin: 0 16px 10px 0;
padding: 12px 18px 8px;
border-radius: 20px;
border: 1px solid #dcceba;
font-size: 0.75rem;
line-height: 1.2;
color: #999691;
text-decoration: none;
transition: background-color 0.3s;
}
.filter-menu .filter:hover {
background-color: rgba(220, 206, 186, 0.2);
}
.filter-menu .filter.active {
color: #212933;
background-color: #dcceba;
}
.pagination {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: flex-start;
align-items: flex-start;
}
.pagination > p {
width: 100px;
margin: 0;
font-size: 0.5rem;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
color: #999691;
}
.pagination .pagination-list {
padding: 0;
margin: 0;
}
.pagination .pagination-list li {
display: inline-block;
}
.pagination .pagination-list li + li {
margin-left: 35px;
}
.pagination .pagination-list li span, .pagination .pagination-list li a {
font-size: 0.9rem;
line-height: 1.2;
color: #212933;
opacity: 0.3;
text-decoration: none;
transition: opacity 0.2s;
}
.pagination .pagination-list li a:hover {
opacity: 0.6;
}
.pagination .pagination-list li a[rel=previous]:before {
content: "<";
}
.pagination .pagination-list li a[rel=next]:before {
content: ">";
}
.pagination .pagination-list li.active span {
opacity: 1;
font-weight: 600;
}
.pagination .pagination-list li.disabled.previous span, .pagination .pagination-list li.disabled.previous a, .pagination .pagination-list li.disabled.next span, .pagination .pagination-list li.disabled.next a {
opacity: 0.15;
}
@media screen and (max-width: 600px) {
.pagination {
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
}
.pagination > p {
display: none;
}
.pagination .pagination-list li + li {
margin-left: 20px;
}
.pagination .pagination-list li span, .pagination .pagination-list li a {
font-size: 0.8rem;
}
}
.back-to-overview {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: flex-start;
align-items: flex-start;
text-decoration: none;
}
.back-to-overview .arrow {
display: block;
margin: 4px 10px 0 0;
width: 20px;
opacity: 0.5;
transform: translate3d(0, 0, 0) scale3d(-1, 1, 1);
transition: transform 0.3s, opacity 0.2s;
}
.back-to-overview p {
margin: 0;
font-size: 0.7rem;
line-height: 1.2;
color: rgba(33, 41, 51, 0.5);
transition: color 0.2s;
}
.back-to-overview:hover .arrow {
transform: translate3d(-5px, 0, 0) scale3d(-1, 1, 1);
opacity: 1;
}
.back-to-overview:hover p {
color: #212933;
}
/* ==========================================================================
* Tooltip
* ========================================================================== */
.tooltip {
position: relative;
}
.tooltip--icon {
position: relative;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
width: 18px;
height: 18px;
border-radius: 9px;
background-color: #4A90E2;
font-size: 0.6rem;
line-height: 1;
font-weight: 700;
color: white;
cursor: help;
}
.tooltip--message {
position: absolute;
left: -142px;
bottom: calc(100% + 10px + 2px );
display: block;
margin: 0;
width: 300px;
padding: 20px;
background-color: white;
box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.2);
font-size: 0.7rem;
line-height: 1.3;
color: #999691;
opacity: 0;
pointer-events: none;
transform: translate3d(0, 5px, 0);
transition: transform 0.3s, opacity 0.3s;
}
.tooltip:hover .tooltip--message {
opacity: 1;
transform: translate3d(0, 0, 0);
}
.tooltip--message:after {
content: "";
position: absolute;
left: calc(50% - 8px);
bottom: -9px;
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 8px 0 8px;
border-color: white transparent transparent transparent;
}
#shareButtons #shareButtonData {
position: fixed;
top: -25px;
left: 0;
height: 20px;
width: 100%;
}
#shareButtons p {
margin: 0 0 20px;
text-align: center;
font-size: 0.5rem;
line-height: 1.2;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
color: #999691;
}
#shareButtons .buttons {
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
}
#shareButtons .buttons .social-media-button {
position: relative;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: center;
align-items: flex-start;
width: 20px;
margin: 0 10px;
cursor: pointer;
}
#shareButtons .buttons .social-media-button svg * {
transition: fill 0.2s;
}
#shareButtons .buttons .social-media-button:hover svg * {
fill: #999691;
}
#shareButtons .buttons .social-media-button .flash-message {
position: absolute;
top: -35px;
display: inline-block;
white-space: nowrap;
padding: 5px 15px;
border-radius: 4px;
background-color: #212933;
font-size: 0.5rem;
line-height: 1;
font-weight: 600;
text-transform: uppercase;
color: white;
opacity: 0;
transform: translate3d(0, 5px, 0);
transition: opacity 0.3s, transform 0.3s;
}
#shareButtons .buttons .social-media-button .flash-message:after {
content: "";
position: absolute;
bottom: -8px;
left: calc(50% - 7.5px);
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 8px 7.5px 0 7.5px;
border-color: #212933 transparent transparent transparent;
}
#shareButtons .buttons .social-media-button .flash-message.clicked {
opacity: 1;
transform: translate3d(0, 0, 0);
}
.tag .wrapper {
display: inline-block;
padding: 2px 4px;
border-radius: 4px;
background-color: #dcceba;
font-size: 0.5rem;
line-height: 1;
font-weight: 600;
text-transform: uppercase;
color: white;
}
.button {
display: inline-block;
padding: 15px 25px;
background-color: #FEBC5E;
border-radius: 4px;
text-decoration: none;
font-size: 0.8rem;
line-height: 1.2;
color: #212933;
font-weight: 600;
transition: color 0.3s, background-color 0.3s, border 0.3s;
}
.button .arrow {
display: inline-block;
margin-left: 25px;
position: relative;
background: url("/img/komma_sprite.svg") 35px 1px no-repeat;
background-size: 70px 30px;
width: 15px;
height: 10px;
transform: translate3d(0, 0, 0);
transition: transform 0.3s;
}
.button:hover {
background-color: #fea72b;
}
.button:hover .arrow {
transform: translate3d(5px, 0, 0);
}
.button__cancel {
padding: 14px 24px;
background-color: transparent;
border: 1px solid #FEBC5E;
}
.button__cancel:hover {
background-color: transparent;
border-color: #ff323c;
}
.button__delete {
background-color: #FB4F4F;
color: white;
}
.button__delete:hover {
background-color: #fa1d1d;
}
.overlay-button {
position: relative;
z-index: 2;
display: inline-block;
padding: 10px 15px;
background-color: white;
box-shadow: 0 3px 5px -2px rgba(33, 41, 51, 0.2);
font-size: 0.7rem;
line-height: 1.2;
font-weight: 600;
color: #212933;
text-decoration: none;
transition: all 0.2s;
}
.flash-message {
position: absolute;
display: inline-block;
padding: 8px 20px;
background-color: #dcceba;
border-radius: 4px;
font-size: 0.6rem;
line-height: 1.2;
font-weight: 600;
color: white;
opacity: 0;
transform: translate3d(0, -15px, 0);
transition: transform 0.3s, opacity 0.3s;
transition-delay: 2s;
}
.flash-message.whole-element-not-in-viewport {
opacity: 1;
transform: translate3d(0, 0, 0);
}
.flash-message[data-message-type="1"] {
background-color: #8fd16f;
}
.flash-message[data-message-type="2"] {
background-color: #FB4F4F;
}
.dropzone {
border: 1px solid #E7E3DD;
background: rgba(231, 227, 221, 0.4);
border-radius: 4px;
padding: 8px;
}
.dropzone.dz-clickable {
cursor: pointer;
}
.dropzone.dz-clickable * {
cursor: default;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
cursor: pointer;
}
.dropzone.dz-max-files-reached .dz-message {
opacity: 0.1;
}
.dropzone.dz-drag-hover:not(.dz-max-files-reached) {
border: 2px dashed rgba(33, 41, 51, 0.4);
padding: 7px;
}
.dropzone.dz-drag-hover:not(.dz-max-files-reached) .dz-message {
opacity: 0.5;
}
.dropzone.dz-max-files-reached {
pointer-events: none;
}
.dropzone .dz-message {
position: relative;
display: inline-block;
vertical-align: top;
text-align: center;
margin: 8px;
background-color: #212933;
border-radius: 8px;
width: 100px;
height: 100px;
transition: background-color 0.3s, opacity 0.3s;
}
.dropzone .dz-message:before {
content: "";
display: block;
position: relative;
left: 2px;
margin: 10px auto 3px;
width: 50px;
height: 45px;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
background-image: url("/img/uploader/upload.svg");
}
.dropzone .dz-message span {
display: inline-block;
color: white;
font-size: 0.7rem;
line-height: 1.1;
font-weight: bold;
}
.dropzone .dz-message:hover {
background-color: rgba(33, 41, 51, 0.8);
}
.dropzone .dz-preview {
position: relative;
display: inline-block;
vertical-align: top;
margin: 8px;
min-height: 100px;
pointer-events: all;
}
.dropzone .dz-preview .dz-remove {
position: absolute;
z-index: 11;
left: 0;
top: 0;
display: block;
width: 100%;
height: 100%;
font-size: 14px;
text-align: center;
cursor: pointer;
border: none;
border-radius: 8px;
background-color: rgba(255, 50, 60, 0.8);
opacity: 0;
text-indent: -300vw;
transition: opacity 0.4s;
}
.dropzone .dz-preview .dz-remove:after {
content: "";
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
display: block;
width: 28px;
height: 28px;
background-position: center;
background-repeat: no-repeat;
background-image: url("/img/uploader/cross.svg");
}
.dropzone .dz-preview .dz-details {
display: none;
z-index: 20;
position: absolute;
top: 0;
left: 0;
opacity: 0;
font-size: 13px;
min-width: 100%;
max-width: 100%;
padding: 2em 1em;
text-align: center;
color: rgba(0, 0, 0, 0.9);
line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size, .dropzone .dz-preview .dz-details .dz-filename {
background-color: rgba(255, 255, 255, 0.4);
padding: 0 0.4em;
border-radius: 3px;
}
.dropzone .dz-preview .dz-details .dz-size {
margin-bottom: 1em;
font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
border: 1px solid rgba(200, 200, 200, 0.8);
background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
overflow: hidden;
text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
border: 1px solid transparent;
}
.dropzone .dz-preview .dz-image {
border-radius: 8px;
overflow: hidden;
width: 100px;
height: 100px;
position: relative;
display: block;
z-index: 10;
}
.dropzone .dz-preview .dz-image img {
display: block;
width: 100%;
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
pointer-events: none;
opacity: 0;
z-index: 500;
position: absolute;
display: block;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
display: block;
width: 54px;
height: 54px;
}
.dropzone .dz-preview .dz-progress {
opacity: 1;
z-index: 1000;
pointer-events: none;
position: absolute;
height: 10px;
left: 50%;
top: 50%;
margin-top: -5px;
width: 80px;
margin-left: -40px;
background: rgba(255, 255, 255, 0.9);
-webkit-transform: scale(1);
border-radius: 5px;
overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
background: #4A90E2;
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 0;
transition: width 300ms ease-in-out;
}
.dropzone .dz-preview .dz-error-message {
pointer-events: none;
z-index: 1000;
position: absolute;
display: none;
opacity: 0;
transition: opacity 0.3s ease;
border-radius: 8px;
font-size: 13px;
top: 110px;
left: 50%;
transform: translateX(-50%);
width: 180px;
background: #ff323c;
padding: 0.5em 1.2em;
color: white;
}
.dropzone .dz-preview .dz-error-message:after {
content: "";
position: absolute;
top: -6px;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #ff323c;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
-webkit-animation: dz-pulse 6s ease infinite;
animation: dz-pulse 6s ease infinite;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
border-radius: 8px;
background: #999;
background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
opacity: 1;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
transition: opacity 0.2s linear;
}
.dropzone .dz-preview.dz-success {
pointer-events: none;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
-webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
-webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-processing .dz-progress {
opacity: 1;
transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
opacity: 0;
transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview.dz-error .dz-image {
border: 3px solid rgba(255, 50, 60, 0.6);
width: 100px;
height: 100px;
}
.dropzone .dz-preview.dz-error .dz-image img {
opacity: 0.3;
}
.dropzone .dz-preview.dz-error .dz-error-message {
display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
opacity: 1;
pointer-events: auto;
}
.dropzone .dz-preview:hover {
z-index: 100;
}
.dropzone .dz-preview:hover.dz-complete .dz-remove {
opacity: 1;
}
.dropzone .dz-preview:hover .dz-details {
opacity: 1;
}
.dropzone .dz-preview:hover .dz-image img {
transform: scale(1.05, 1.05);
filter: blur(8px);
}
@-webkit-keyframes dz-passing-through {
0% {
opacity: 0;
transform: translateY(40px);
}
30%, 70% {
opacity: 1;
transform: translateY(0px);
}
100% {
opacity: 0;
transform: translateY(-40px);
}
}
@keyframes dz-passing-through {
0% {
opacity: 0;
transform: translateY(40px);
}
30%, 70% {
opacity: 1;
transform: translateY(0px);
}
100% {
opacity: 0;
transform: translateY(-40px);
}
}
@-webkit-keyframes dz-slide-in {
0% {
opacity: 0;
transform: translateY(40px);
}
30% {
opacity: 1;
transform: translateY(0px);
}
}
@keyframes dz-slide-in {
0% {
opacity: 0;
transform: translateY(40px);
}
30% {
opacity: 1;
transform: translateY(0px);
}
}
@-webkit-keyframes dz-pulse {
0%, 20% {
transform: scale(1);
}
10% {
transform: scale(1.1);
}
}
@keyframes dz-pulse {
0%, 20% {
transform: scale(1);
}
10% {
transform: scale(1.1);
}
}
.heading-1 {
color: #212933;
font-family: "Abril Fatface", serif;
font-size: 3rem;
line-height: 1.4;
font-weight: 400;
margin: 0;
}
/* ==========================================================================
* Partial CSS
* ========================================================================== */
header {
padding-bottom: 100px;
}
header .logo-account-row {
padding: 85px 0;
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
}
header .logo-account-row .logo {
position: relative;
left: -10px;
width: 280px;
}
header .logo-account-row .logo img {
width: 100%;
max-height: 68px;
}
header .logo-account-row .account {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: space-between;
align-items: center;
padding: 8px 10px;
border: 1px solid rgba(153, 150, 145, 0.25);
border-radius: 8px;
background: transparent;
font-size: 0.7rem;
line-height: 1.2;
color: #999691;
text-decoration: none;
transition: color 0.3s, border 0.3s, background 0.3s;
}
header .logo-account-row .account .icon {
position: relative;
margin-right: 8px;
}
header .logo-account-row .account .icon.login {
top: 1px;
}
header .logo-account-row .account:hover {
background: rgba(220, 206, 186, 0.25);
}
header .logo-account-row .button {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: space-between;
align-items: center;
height: 40px;
margin-left: auto;
margin-right: 16px;
padding: 8px 18px;
font-size: 0.7rem;
line-height: 1.2;
border-radius: 8px;
}
header .menu {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: space-between;
align-items: center;
}
header .menu nav {
width: 640px;
font-size: 1rem;
line-height: 1.2;
font-weight: 600;
}
header .menu nav ul {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: flex-start;
align-items: center;
padding: 0;
list-style: none;
}
header .menu nav ul li + li {
margin-left: 60px;
}
header .menu nav ul li a {
position: relative;
text-decoration: none;
color: #212933;
}
header .menu nav ul li a:after {
content: "";
position: absolute;
z-index: -1;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
transform: scale3d(0, 1, 1);
transform-origin: 0 50%;
background-color: rgba(33, 41, 51, 0.1);
transition: transform 0.3s, background-color 0.3s;
}
header .menu nav ul li:hover a:after {
transform: scale3d(1, 1, 1);
}
header .menu nav ul li.active a:after {
transform: scale3d(1, 1, 1);
opacity: 1;
background-color: #FEBC5E;
}
header .menu nav ul li .menu-trigger-button {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: flex-start;
align-items: center;
cursor: pointer;
}
header .menu nav ul li .menu-trigger-button:after {
display: none;
}
header .menu nav ul li .menu-trigger-button .icon {
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
border: 1px solid rgba(153, 150, 145, 0.25);
border-radius: 100%;
transition: border 0.3s;
}
header .menu nav ul li .menu-trigger-button .icon .wrapper {
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
}
header .menu nav ul li .menu-trigger-button .icon .wrapper span {
display: inline-block;
width: 3px;
height: 3px;
background-color: #212933;
border-radius: 100%;
}
header .menu nav ul li .menu-trigger-button .icon .wrapper span + span {
margin-left: 2px;
}
header .menu nav ul li .menu-trigger-button p {
margin: 0 0 0 5px;
color: #212933;
font-weight: 400;
font-size: 0.7rem;
}
header .menu nav ul li .menu-trigger-button:hover .icon {
border-color: #999691;
}
@media screen and (max-width: 1250px) {
header .menu nav {
font-size: 0.85rem;
width: 540px;
}
header .menu nav ul li + li {
margin-left: 40px;
}
}
header .menu .search-bar {
width: calc(100% - 660px);
max-width: 480px;
}
header .menu .search-bar form {
position: relative;
width: 100%;
}
header .menu .search-bar form .search-input {
display: block;
width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
border: none;
padding: 20px 50px 15px 25px;
border-radius: 30px;
background-color: rgba(220, 206, 186, 0.4);
font-size: 0.75rem;
line-height: 1.2;
color: #212933;
font-weight: 600;
}
header .menu .search-bar form .search-input::-webkit-input-placeholder {
color: #212933;
}
header .menu .search-bar form .search-input::-moz-placeholder {
color: #212933;
}
header .menu .search-bar form .search-input:-ms-input-placeholder {
color: #212933;
}
header .menu .search-bar form .search-input:-moz-placeholder {
color: #212933;
}
header .menu .search-bar form .search-input:-webkit-autofill, header .menu .search-bar form .search-input:-webkit-autofill:hover, header .menu .search-bar form .search-input:-webkit-autofill:focus, header .menu .search-bar form .search-input:-webkit-autofill:active {
-webkit-transition: 9999s background-color;
transition: 9999s background-color;
-webkit-text-fill-color: #212933;
transition-delay: 9999s;
}
header .menu .search-bar form .search-input:focus {
box-shadow: none;
outline: none;
}
header .menu .search-bar form input[type=submit] {
display: none;
}
header .menu .search-bar form .icon {
position: absolute;
z-index: 2;
cursor: pointer;
right: 0;
top: 0;
width: 60px;
height: 100%;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
}
@media screen and (max-width: 1080px) {
header .menu .search-bar {
width: 280px;
}
}
@media screen and (max-width: 1000px) {
header .logo-account-row {
padding: 60px 0 35px;
}
header .menu {
display: block;
}
header .menu nav {
width: 100%;
}
header .menu .search-bar {
margin-top: 35px;
width: 100%;
max-width: 500px;
}
}
@media screen and (max-width: 700px) {
header {
padding-bottom: 30px;
}
header .logo-account-row {
width: calc(100% - 40px);
padding: 30px 0;
}
header .logo-account-row .logo {
width: 250px;
left: -8px;
}
}
@media screen and (max-width: 700px) and (max-width: 500px) {
header .logo-account-row .logo {
width: 200px;
}
}
@media screen and (max-width: 700px) and (max-width: 420px) {
header .logo-account-row .logo {
width: 180px;
}
}
@media screen and (max-width: 700px) and (max-width: 375px) {
header .logo-account-row .logo {
width: 160px;
}
}
@media screen and (max-width: 700px) {
header .menu nav {
display: none;
}
header .menu .search-bar {
margin-top: 0;
width: 100%;
max-width: none;
}
header .menu .search-bar form .search-input {
border-radius: 0;
font-size: 0.7rem;
padding: 14px 50px 12px 17px;
}
}
/* ==========================================================================
* Footer
* ========================================================================== */
footer {
border-top: 2px solid rgba(232, 233, 234, 0.5);
padding: 120px 0 0;
}
footer .main .grid-row {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: flex-start;
align-items: flex-start;
}
footer .main .contact-info {
margin-left: 8.3333333333%;
width: 33.3333333333%;
padding-bottom: 60px;
}
footer .main .contact-info .logo {
position: relative;
left: -7px;
display: block;
width: 95%;
max-width: 215px;
margin-bottom: 40px;
}
footer .main .contact-info .logo svg {
width: 100%;
max-height: 52px;
}
footer .main .contact-info .logo svg.netwerk-brabant-logo path {
fill: #212933;
}
footer .main .contact-info > a {
display: block;
color: #999691;
font-size: 0.7rem;
line-height: 1.2;
text-decoration: none;
}
footer .main .contact-info > a + a {
margin-top: 5px;
}
footer .main .contact-info > a:hover {
text-decoration: underline;
}
footer .main .contact-info .socials {
margin-top: 40px;
}
footer .main .menu {
width: 25%;
vertical-align: top;
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
}
footer .main .menu ul {
width: 50%;
list-style: none;
padding: 0;
margin: 0;
font-size: 0.7rem;
line-height: 1.2;
color: #999691;
font-weight: 500;
}
footer .main .menu ul li + li {
margin-top: 15px;
}
footer .main .menu ul li.active a {
color: #212933;
}
footer .main .menu ul a {
color: #999691;
text-decoration: none;
}
footer .main .menu ul a:hover {
text-decoration: underline;
}
footer .main .member {
margin-left: 8.3333333333%;
width: 16.6666666667%;
vertical-align: top;
}
footer .main .member > p {
max-width: 240px;
margin: 0;
font-size: 1rem;
line-height: 1.2;
font-weight: 700;
color: #212933;
}
footer .main .member .cta {
margin-top: 55px;
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: flex-start;
align-items: center;
font-size: 0.7rem;
line-height: 1.2;
color: #212933;
}
footer .main .member .cta--logged {
display: block;
margin-top: 20px;
}
footer .main .member .cta p {
color: #999691;
margin: 0 0 20px;
}
footer .main .member .cta a:not(.button) {
display: inline-block;
margin-left: 4px;
color: #4A90E2;
text-decoration: none;
}
footer .main .member .cta a:not(.button):hover {
text-decoration: underline;
}
footer .main .member .cta .button {
margin-right: 7px;
padding: 10px 25px 8px;
background-color: transparent;
border: 1px solid rgba(153, 150, 145, 0.25);
border-radius: 20px;
font-size: 0.8rem;
line-height: 1.2;
font-weight: 600;
color: #212933;
transition: border 0.3s;
}
footer .main .member .cta .button:hover {
border-color: #999691;
}
footer .sub .placeholder {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: space-between;
align-items: center;
width: 83.3333333333%;
margin: 0 auto;
border-top: 2px solid rgba(232, 233, 234, 0.5);
}
footer .sub .placeholder .wrapper {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: flex-start;
align-items: center;
padding: 20px 0;
font-size: 0.7rem;
line-height: 1;
font-weight: 500;
color: rgba(153, 150, 145, 0.6);
}
footer .sub .placeholder .wrapper p {
margin: 0;
}
footer .sub .placeholder .wrapper ul {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: flex-start;
align-items: center;
margin: 0 0 0 10px;
padding: 0;
list-style: none;
}
footer .sub .placeholder .wrapper ul li:before {
content: "|";
}
footer .sub .placeholder .wrapper ul li a {
color: rgba(153, 150, 145, 0.6);
padding: 0 5px;
text-decoration: none;
}
footer .sub .placeholder .wrapper ul li a:hover {
text-decoration: underline;
}
footer .sub .placeholder .wrapper ul li.active a {
color: #212933;
}
footer .sub .komma {
position: relative;
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: space-between;
align-items: center;
font-size: 0.7rem;
line-height: 1;
width: 272px;
color: rgba(153, 150, 145, 0.6);
font-weight: 500;
text-decoration: none;
}
footer .sub .komma:hover {
text-decoration: underline;
}
footer .sub .komma span {
position: relative;
top: 1px;
display: inline-block;
}
footer .sub .komma span svg * {
fill: rgba(153, 150, 145, 0.6);
}
@media screen and (max-width: 1550px) {
footer .main .contact-info {
margin-left: 0;
}
footer .main .menu {
width: 33.3333333333%;
}
footer .main .member {
width: 25%;
}
footer .sub .placeholder {
width: 100%;
}
}
@media screen and (max-width: 1200px) {
footer .sub .placeholder .wrapper {
display: block;
padding: 25px 0;
}
footer .sub .placeholder .wrapper ul {
margin: 12px 0 0;
}
footer .sub .placeholder .wrapper ul li:first-child:before {
display: none;
}
footer .sub .placeholder .wrapper ul li:first-child a {
padding-left: 0;
}
footer .sub .placeholder .komma {
display: block;
width: 200px;
text-align: right;
}
footer .sub .placeholder .komma span {
display: block;
}
}
@media screen and (max-width: 1000px) {
footer .main .grid-row {
position: relative;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
padding-bottom: 60px;
}
footer .main .contact-info {
width: 100%;
padding-bottom: 40px;
}
footer .main .contact-info .logo {
margin-bottom: 0;
}
footer .main .contact-info > a:not(.logo) {
display: none;
}
footer .main .contact-info .socials {
position: absolute;
right: 0;
top: 180px;
margin-top: 0;
}
footer .main .menu {
width: 100%;
max-width: 280px;
}
footer .main .member {
position: absolute;
right: 0;
top: 0;
width: 240px;
}
footer .main .member > p {
text-align: right;
}
footer .main .member .cta {
display: flex;
-webkit-justify-content: flex-end;
-moz-justify-content: flex-end;
-ms-justify-content: flex-end;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: flex-end;
align-items: center;
margin-top: 30px;
}
footer .main .member .cta--logged {
display: block;
margin-top: 20px;
text-align: right;
}
}
@media screen and (max-width: 800px) {
footer .sub {
padding-bottom: 20px;
}
footer .sub .grid-row {
width: calc(100% - 40px);
}
footer .sub .placeholder {
display: block;
border-top: none;
}
footer .sub .placeholder .wrapper {
text-align: center;
}
footer .sub .placeholder .wrapper ul {
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
}
}
@media screen and (max-width: 800px) and (max-width: 600px) {
footer .sub .placeholder .wrapper ul {
margin-top: 24px;
display: block;
}
footer .sub .placeholder .wrapper ul li + li {
margin-top: 12px;
}
footer .sub .placeholder .wrapper ul li:before {
display: none;
}
footer .sub .placeholder .wrapper ul li a {
padding: 0;
}
}
@media screen and (max-width: 800px) {
footer .sub .placeholder .komma {
margin: 20px auto 0;
text-align: center;
}
footer .sub .placeholder .komma span {
margin-top: 8px;
}
}
@media screen and (max-width: 700px) {
footer {
padding: 60px 0 0;
border-top: none;
}
footer .main {
margin-bottom: 100px;
}
footer .main .grid-row {
width: calc(100% - 40px);
padding-bottom: 40px;
border-bottom: 2px solid rgba(232, 233, 234, 0.5);
}
footer .main .contact-info .logo {
left: 0;
margin: auto;
}
footer .main .contact-info .socials {
width: 100%;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
top: auto;
bottom: -80px;
}
footer .main .menu {
margin: auto;
max-width: 215px;
}
footer .main .menu ul {
width: auto;
}
footer .main .member {
position: relative;
width: 100%;
margin-top: 30px;
margin-left: 0;
}
footer .main .member > p {
display: none;
margin: auto;
text-align: center;
}
footer .main .member .cta {
position: relative;
max-width: 215px;
margin: 0 auto;
left: -5px;
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: flex-start;
align-items: center;
}
footer .main .member .cta--logged {
display: block;
margin-top: 40px;
text-align: center;
}
footer .sub {
padding-bottom: 100px;
}
}
.form {
display: block;
width: 100%;
font-size: 1rem;
line-height: 1.2;
}
.form .inline-form-title {
font-size: 1.2rem;
line-height: 1.2;
font-weight: 400;
color: #999691;
}
@media screen and (min-width: 451px) {
.form .dual-wrapper {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 25px;
}
.form .dual-wrapper .form-element {
margin-bottom: 0;
width: calc((100% - 25px) / 2);
}
.form .dual-wrapper .form-element.absolute-label {
margin-bottom: 0;
}
}
.form .form-element {
position: relative;
margin-bottom: 25px;
}
.form .form-element.is-hidden {
margin-bottom: 0;
}
.form .error-message {
display: block;
margin-top: 10px;
margin-bottom: 5px;
width: 100%;
color: #ff323c;
font-size: 0.7rem;
font-weight: bold;
opacity: 1;
transition: opacity 0.4s;
}
.form .error-message.fade-out {
opacity: 0;
}
.form .error-message--bot {
margin-bottom: 25px;
}
.form label, .form .label {
display: block;
margin-bottom: 5px;
color: #999691;
font-size: 0.75rem;
line-height: 1.2;
}
.form input:not([type=submit]):not([type=checkbox]), .form textarea {
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
display: block;
width: 100%;
background-color: white;
padding: 16px 20px;
border: 1px rgba(153, 150, 145, 0.25) solid;
border-radius: 4px;
font-size: 0.7rem;
line-height: 1.2;
font-weight: 500;
color: #212933;
}
.form input:not([type=submit]):not([type=checkbox]).alert, .form textarea.alert {
border-color: #ff323c;
}
.form input:not([type=submit]):not([type=checkbox]):-webkit-autofill, .form input:not([type=submit]):not([type=checkbox]):-webkit-autofill:hover, .form input:not([type=submit]):not([type=checkbox]):-webkit-autofill:focus, .form input:not([type=submit]):not([type=checkbox]):-webkit-autofill:active, .form textarea:-webkit-autofill, .form textarea:-webkit-autofill:hover, .form textarea:-webkit-autofill:focus, .form textarea:-webkit-autofill:active {
-webkit-transition: 9999s background-color;
transition: 9999s background-color;
-webkit-text-fill-color: #212933;
transition-delay: 9999s;
}
.form input:not([type=submit]):not([type=checkbox]):focus, .form textarea:focus {
box-shadow: none;
outline: none;
}
.form textarea {
min-height: 152px;
resize: vertical;
}
.form .select .select-wrapper {
position: relative;
display: block;
}
.form .select .icon {
position: absolute;
right: 15px;
top: 24px;
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 6px 0 6px;
border-color: #999691 transparent transparent transparent;
opacity: 0.3;
pointer-events: none;
}
.form .select select {
display: block;
width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
font-family: "Poppins", sans-serif;
background-color: white;
padding: 18px 35px 15px 20px;
border: 1px rgba(153, 150, 145, 0.25) solid;
border-radius: 4px;
font-size: 0.7rem;
line-height: 1.2;
font-weight: 500;
color: #212933;
}
.form .select select:focus {
box-shadow: none;
outline: none;
}
.form .checkbox label {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: flex-start;
align-items: flex-start;
cursor: pointer;
}
.form .checkbox label input {
margin: 0 8px 0 0;
width: 16px;
height: 16px;
}
.form .checkbox label span {
margin: 0;
font-size: 0.7rem;
line-height: 1.2;
color: #999691;
}
.form .checkbox label span a {
color: #4A90E2;
text-decoration: none;
}
.form .checkbox label span a:hover {
text-decoration: underline;
}
.form .submit {
margin-top: 20px;
}
.form .honey {
position: fixed;
top: -100px;
height: 20px;
width: 100%;
}
@media screen and (min-width: 451px) {
.form .postal-city-wrapper {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
}
.form .postal-city-wrapper .form-element.postal, .form .postal-city-wrapper .form-element.plus_one_postal {
width: 140px;
}
.form .postal-city-wrapper .form-element.city, .form .postal-city-wrapper .form-element.plus_one_city {
width: calc(100% - 160px);
}
}
.form input[type=submit] {
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
display: inline-block;
width: 240px;
padding: 15px 0;
border-radius: 4px;
border: none;
text-align: center;
cursor: pointer;
transition: background 0.3s;
}
.form input[type=submit]:focus {
box-shadow: none;
outline: none;
}
.form .form-element.absolute-label {
margin-bottom: 20px;
overflow: hidden;
}
.form .form-element.absolute-label:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 3px;
background-color: transparent;
transition: background-color 0.3s;
}
.form .form-element.absolute-label input:not([type=submit]), .form .form-element.absolute-label textarea, .form .form-element.absolute-label select {
padding: 28px 20px 10px;
}
.form .form-element.absolute-label label {
margin-bottom: 0;
position: absolute;
top: 23px;
left: 20px;
transform: translate3d(0, 0, 0);
transform-origin: 0 0;
transition: transform 0.3s, font-size 0.3s;
}
.form .form-element.absolute-label.focused:after {
background-color: rgba(74, 144, 226, 0.3);
}
.form .form-element.absolute-label.filled label, .form .form-element.absolute-label.select label {
font-size: 0.65rem;
transform: translate3d(0, -13px, 0);
}
.main-content .grid-row {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
}
.main-content .images {
margin-right: -8.3333333333%;
width: 58.3333333333%;
}
.main-content .images picture img {
width: 100%;
}
.main-content .content {
width: 41.6666666667%;
padding-right: 4.1666666667%;
}
@media screen and (min-width: 701px) {
.main-content .content .kms-content > h1:first-child {
margin-top: -30px;
}
}
.main-content .content .kms-content p, .main-content .content .kms-content li {
font-size: 1rem;
line-height: 1.4;
font-weight: 500;
}
@media screen and (max-width: 700px) {
.main-content .content .kms-content p, .main-content .content .kms-content li {
font-size: 0.9rem;
}
}
@media screen and (max-width: 1100px) {
.main-content .images {
width: 50%;
}
.main-content .content {
width: 50%;
}
}
@media screen and (max-width: 900px) {
.main-content .grid-row {
display: block;
}
.main-content .images, .main-content .content {
width: 100%;
}
.main-content .images {
margin-top: 80px;
margin-right: 0;
}
}
@media screen and (max-width: 700px) {
.main-content .grid-row {
padding: 0;
}
.main-content .content {
padding: 0 20px;
}
.main-content .images .image-slider {
padding-bottom: 70px;
}
}
.follow-us-block {
background-color: #212933;
padding: 45px 30px 55px;
}
.follow-us-block h3 {
margin: 0 0 20px;
color: white;
font-size: 1.6rem;
line-height: 1.2;
font-weight: bold;
}
@media screen and (max-width: 850px) {
.follow-us-block h3 {
font-size: 1.4rem;
}
}
.follow-us-block .order {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: flex-start;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
}
.follow-us-block .order__reverse {
-moz-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.follow-us-block .order__reverse .sub-block + .sub-block {
margin-top: 0;
margin-bottom: 20px;
}
.follow-us-block .order__reverse .sub-block--social-media {
margin-top: 25px;
}
.follow-us-block .sub-block {
width: 100%;
}
.follow-us-block .sub-block + .sub-block {
margin-top: 40px;
}
.follow-us-block .sub-block__label {
margin: 0;
font-size: 0.5rem;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
color: #999691;
}
.follow-us-block .sub-block__description, .follow-us-block .sub-block__disclaimer {
font-size: 0.8rem;
line-height: 1.2;
color: white;
}
.follow-us-block .sub-block__description {
margin: 0 0 25px;
max-width: 550px;
color: #999691;
}
.follow-us-block .sub-block__disclaimer {
margin: 30px 0 0;
}
.follow-us-block .sub-block .error-message {
margin-top: 6px;
display: block;
font-size: 0.5rem;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
color: #ff323c;
}
.follow-us-block .socials {
margin-top: 12px;
}
.follow-us-block .socials a + a {
margin-left: 20px;
}
.follow-us-block #newsletterForm {
position: relative;
width: 100%;
max-width: 450px;
margin-top: 12px;
}
.follow-us-block #newsletterForm label {
position: absolute;
top: 25px;
left: 20px;
color: #999691;
font-size: 0.75rem;
line-height: 1.2;
transform: translate3d(0, 0, 0);
transform-origin: 0 0;
transition: transform 0.3s, font-size 0.3s;
}
.follow-us-block #newsletterForm.filled label {
font-size: 0.65rem;
transform: translate3d(0, -13px, 0);
}
.follow-us-block #newsletterForm input {
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
border: none;
color: #212933;
font-size: 0.75rem;
line-height: 1.2;
}
.follow-us-block #newsletterForm input:focus {
outline: none;
}
.follow-us-block #newsletterForm #newsletterFormInput {
display: block;
width: 100%;
padding: 34px 130px 15px 20px;
}
.follow-us-block #newsletterForm #newsletterFormInput:-webkit-autofill, .follow-us-block #newsletterForm #newsletterFormInput:-webkit-autofill:hover, .follow-us-block #newsletterForm #newsletterFormInput:-webkit-autofill:focus, .follow-us-block #newsletterForm #newsletterFormInput:-webkit-autofill:active {
-webkit-transition: 9999s background-color;
transition: 9999s background-color;
-webkit-text-fill-color: #212933;
transition-delay: 9999s;
}
.follow-us-block #newsletterForm .divider {
position: absolute;
z-index: 3;
top: 10px;
right: 115px;
height: calc(100% - 20px);
width: 2px;
background-color: #eaeaea;
}
.follow-us-block #newsletterForm input[type=submit] {
position: absolute;
right: 0;
top: 0;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
width: 117px;
height: 100%;
padding-top: 3px;
background-color: white;
font-weight: 600;
text-transform: capitalize;
cursor: pointer;
transition: background-color 0.3s;
}
.follow-us-block #newsletterForm input[type=submit]:hover {
background-color: #eaeaea;
}
.become-member, .advertise-in-magazine {
background-color: #212933;
padding: 45px 65px 55px;
font-size: 0;
line-height: 0;
}
@media screen and (max-width: 700px) {
.become-member, .advertise-in-magazine {
padding: 35px 30px 45px;
}
}
.become-member h3, .become-member .title, .advertise-in-magazine h3, .advertise-in-magazine .title {
margin: 0 0 30px;
color: white;
font-size: 1.6rem;
line-height: 1.2;
font-weight: bold;
}
@media screen and (max-width: 850px) {
.become-member h3, .become-member .title, .advertise-in-magazine h3, .advertise-in-magazine .title {
font-size: 1.4rem;
}
}
.become-member ul, .advertise-in-magazine ul {
list-style: none;
padding: 0;
}
.become-member ul li, .advertise-in-magazine ul li {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
}
.become-member ul li + li, .advertise-in-magazine ul li + li {
margin-top: 20px;
}
.become-member ul li span, .advertise-in-magazine ul li span {
display: block;
margin-top: 4px;
width: 14px;
}
.become-member ul li p, .advertise-in-magazine ul li p {
margin: 0;
width: calc(100% - 30px);
font-size: 0.8rem;
line-height: 1.2;
color: white;
}
.become-member .button, .advertise-in-magazine .button {
margin-top: 35px;
width: 275px;
text-align: center;
}
.become-member .button:hover, .advertise-in-magazine .button:hover {
background-color: #fea72b;
}
@media screen and (max-width: 375px) {
.become-member .button, .advertise-in-magazine .button {
display: block;
width: 180px;
margin-left: auto;
margin-right: auto;
}
}
.try-out .pre-title {
margin: 0;
font-size: 0.5rem;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
color: #999691;
}
.try-out h4 {
margin: 30px 0 60px;
color: #212933;
font-size: 1.6rem;
line-height: 1.2;
font-weight: bold;
}
.try-out > p {
margin: 0;
font-size: 0.8rem;
line-height: 1.4;
color: #999691;
}
@media screen and (min-width: 1201px) {
.try-out > p {
max-width: 360px;
}
}
.try-out .person-circle {
margin-top: 30px;
}
.try-out .person-circle figure {
width: 60px;
height: 60px;
}
.try-out .person-circle .description {
width: calc(100% - 75px);
}
.try-out .button {
margin-top: 60px;
width: 240px;
text-align: center;
}
.try-out .button:hover {
background-color: #fea72b;
}
.tags-row .block {
display: block;
margin: 0 auto;
max-width: 720px;
}
.tags-row .block label {
display: block;
margin: 0 0 30px;
font-size: 0.5rem;
line-height: 1.2;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
color: #999691;
}
.tags-row .block .tags .tag {
display: inline-block;
margin: 0 6px 6px 0;
}
.member-advantages-card .grid-row {
max-width: 720px;
}
.member-advantages-card__title {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-end;
-moz-align-items: flex-end;
-ms-align-items: flex-end;
justify-content: space-between;
align-items: flex-end;
margin-bottom: 50px;
}
.member-advantages-card__title h1 {
margin: 0;
font-size: 4rem;
line-height: 1;
font-family: "Abril Fatface", serif;
font-weight: 400;
color: #212933;
}
@media screen and (max-width: 1200px) {
.member-advantages-card__title h1 {
font-size: 3rem;
}
}
.member-advantages-card__title .person-circle {
display: flex;
-webkit-justify-content: flex-end;
-moz-justify-content: flex-end;
-ms-justify-content: flex-end;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: flex-end;
align-items: center;
margin-bottom: 8px;
}
.member-advantages-card__title .person-circle figure {
width: 52px;
height: 52px;
}
.member-advantages-card__title .person-circle .description {
margin-left: 13px;
width: calc(100% - 65px);
}
.member-advantages-card__description {
margin-bottom: 60px;
}
.member-advantages-card__description__text {
margin: 0 0 50px;
font-size: 1rem;
line-height: 1.4;
font-weight: 500;
color: #999691;
}
.member-advantages-card__description__list {
padding: 0;
margin: 20px 0 0;
}
.member-advantages-card__description__list-title {
font-size: 0.8rem;
line-height: 1.2;
font-weight: 600;
color: #999691;
}
.member-advantages-card__description__list-item {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
}
.member-advantages-card__description__list-item:not(:first-child) {
margin-top: 20px;
}
.member-advantages-card__description__list-item .icon {
opacity: 0.4;
margin-top: 5px;
}
.member-advantages-card__description__list-item .text {
width: calc(100% - 30px);
font-size: 0.8rem;
line-height: 1.2;
color: #999691;
}
.member-advantages-card__description__list-item .text .nw {
white-space: nowrap;
}
.member-advantages-card__card {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: space-between;
align-items: center;
box-align: stretch;
-moz-align-items: stretch;
-ms-align-items: stretch;
-o-align-items: stretch;
align-items: stretch;
-ms-flex-align: stretch;
box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
}
.member-advantages-card .advantages-card__l-price {
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: center;
align-items: flex-start;
width: 33.3333333333%;
padding: 42px 0;
background-color: #FEBC5E;
}
.member-advantages-card .advantages-card__c-price {
position: relative;
margin: 0;
text-align: center;
font-size: 1rem;
line-height: 1.4;
color: white;
}
.member-advantages-card .advantages-card__c-price strong {
display: block;
font-size: 2.4rem;
line-height: 1;
}
.member-advantages-card .advantages-card__c-price span {
position: absolute;
left: -23px;
}
.member-advantages-card .advantages-card__description {
display: block;
width: 66.6666666667%;
padding: 40px 30px 50px;
}
.member-advantages-card .advantages-card__title {
max-width: 300px;
margin: 0;
font-size: 1.2rem;
line-height: 1.4;
font-weight: 400;
color: #999691;
}
.member-advantages-card .advantages-card__usps {
margin: 40px 0 0;
padding: 0;
list-style: none;
}
.member-advantages-card .advantages-card__usp {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
margin-top: 16px;
}
.member-advantages-card .advantages-card__usp:first-of-type {
margin-top: 0;
}
.member-advantages-card .advantages-card__usp .advantages-usp__icon {
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
width: 25px;
}
.member-advantages-card .advantages-card__usp .advantages-usp__text {
width: calc(100% - 45px);
margin: 0;
font-size: 0.8rem;
line-height: 1.4;
color: #999691;
}
.member-advantages-card .advantages-card__usp--advertisement .advantages-usp__icon {
position: relative;
top: -2px;
}
@media screen and (max-width: 600px) {
.member-advantages-card .member-advantages-card__title {
display: block;
}
.member-advantages-card .member-advantages-card__title .person-circle {
margin-top: 20px;
}
.member-advantages-card .member-advantages-card__card {
display: block;
}
.member-advantages-card .advantages-card {
background-color: green;
}
.member-advantages-card .advantages-card__l-price {
width: 100%;
}
.member-advantages-card .advantages-card__description {
width: 100%;
padding-top: 20px;
}
}
.payment-methods__title {
font-size: 0.7rem;
line-height: 1.2;
color: #999691;
}
.payment-methods__methods-wrapper {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: flex-start;
align-items: flex-start;
margin-top: 5px;
}
@media screen and (max-width: 500px) {
.payment-methods__methods-wrapper {
display: block;
}
}
.payment-methods__method {
margin-bottom: 0 !important;
border: 1px solid rgba(153, 150, 145, 0.25);
cursor: pointer;
}
@media screen and (min-width: 501px) {
.payment-methods__method:not(:last-child) {
border-right: none;
}
}
.payment-methods__method:first-child {
border-radius: 4px 0 0 4px;
}
.payment-methods__method:last-child {
border-radius: 0 4px 4px 0;
}
.payment-methods__method:hover .payment-methods__method-text:not(.is-selected) {
color: rgba(33, 41, 51, 0.8);
}
.payment-methods__method.is-selected {
border-color: #4A90E2;
border-right-width: 1px;
border-right-style: solid;
}
@media screen and (min-width: 501px) {
.payment-methods__method.is-selected + * {
border-left: none;
}
}
@media screen and (max-width: 500px) {
.payment-methods__method:first-child {
border-radius: 4px 4px 0 0;
}
.payment-methods__method:last-child {
border-radius: 0 0 4px 4px;
}
}
.payment-methods__method-input {
display: none !important;
}
.payment-methods__method-text {
display: inline-block;
font-size: 0.7rem;
line-height: 1.2;
color: #999691;
padding: 14px 20px 12px;
}
.is-selected .payment-methods__method-text {
color: #4A90E2 !important;
}
.mollie-form {
position: relative;
}
.mollie-form.is-disabled > *:not(.mollie-loading) {
opacity: 0.3;
pointer-events: none;
}
.mollie-loading {
position: absolute;
z-index: -1;
left: 0;
top: 0;
width: 100%;
padding: 120px 0;
display: none;
text-align: center;
pointer-events: none;
}
.mollie-loading.is-visible {
display: block;
z-index: 10;
top: 50%;
transform: translateY(-50%);
pointer-events: all;
}
.mollie-loading__logo {
position: relative;
z-index: 1;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
margin: 0 auto;
width: 100px;
height: 100px;
background-color: #003470;
border-radius: 50%;
}
.mollie-loading__logo:before, .mollie-loading__logo:after {
content: "";
position: absolute;
z-index: -1;
left: 0;
top: 0;
display: block;
width: 100%;
height: 100%;
border-radius: 50%;
-webkit-animation: pulse 2s infinite;
animation: pulse 2s infinite;
}
.mollie-loading__logo:after {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
.mollie-loading__logo-icon {
width: 64px;
max-height: 19px;
}
.mollie-loading__logo-icon-nb {
width: 38px;
max-height: 45px;
}
.mollie-loading__message {
margin: 20px 0 0;
font-size: 0.9rem;
line-height: 1.2;
font-weight: 700;
}
@-webkit-keyframes pulse {
0% {
box-shadow: 0 0 0 0 rgba(0, 52, 112, 0.4);
}
70% {
box-shadow: 0 0 0 40px rgba(0, 52, 112, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(0, 52, 112, 0);
}
}
@keyframes pulse {
0% {
box-shadow: 0 0 0 0 rgba(0, 52, 112, 0.4);
}
70% {
box-shadow: 0 0 0 40px rgba(0, 52, 112, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(0, 52, 112, 0);
}
}
.c-product {
padding-top: 10px;
border-top: 2px solid rgba(232, 233, 234, 0.5);
}
@media screen and (min-width: 701px) {
.c-product {
margin-top: -100px;
padding-top: 40px;
}
}
.c-product__placeholder {
max-width: 720px;
margin: auto;
}
.c-product__header {
margin-bottom: 40px;
}
.c-product__pre-heading {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-end;
-moz-align-items: flex-end;
-ms-align-items: flex-end;
justify-content: space-between;
align-items: flex-end;
}
.c-product__person-circle {
width: 150px;
}
.c-product__person-circle .person-circle figure {
width: 52px;
height: 52px;
}
.c-product__person-circle .person-circle .description {
width: calc(100% - 65px);
}
.c-product__pre-title {
font-size: 0.6rem;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
color: #999691;
}
.c-product__title {
margin: 10px 0 0;
font-size: 2.6rem;
line-height: 1;
font-family: "Abril Fatface", serif;
font-weight: 400;
color: #212933;
}
.c-product__pricing {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: stretch;
-moz-align-items: stretch;
-ms-align-items: stretch;
justify-content: space-between;
align-items: stretch;
box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
}
.c-product__price-area {
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: center;
align-items: flex-start;
width: 200px;
padding: 42px 0;
background-color: #FEBC5E;
}
.c-product__price {
position: relative;
margin: 0;
text-align: center;
color: white;
}
.c-product__price-currency {
font-size: 1rem;
line-height: 1.4;
position: absolute;
left: -13px;
}
.c-product__price-amount {
display: block;
margin-left: 10px;
font-size: 2rem;
line-height: 1;
}
.c-product__price-amount-dec {
font-size: 1.2rem;
}
.c-product__description {
width: calc(100% - 200px);
padding: 40px 30px;
}
.c-product__description--ordered {
padding-top: 34px;
}
.c-product__ordered-title {
font-size: 1.8rem !important;
}
.c-product__dynamic {
padding: 50px 20px;
}
@media screen and (min-width: 701px) {
.c-product__dynamic {
padding: 75px 0;
}
}
.c-product__form {
padding-bottom: 80px;
}
.c-product__success {
margin-top: 40px;
}
.c-product__message {
margin: 0 0 40px;
max-width: 525px;
}
.c-product__message .kms-content p {
font-size: 0.9rem !important;
}
.c-product__advertise {
margin: 100px 0 60px;
}
.c-payment-form .inline-form-title {
margin-top: 60px;
}
.c-payment-form .legal-checkbox {
margin: 60px 0;
}
.c-payment-form .invoice-information--hidden {
display: none;
}
.c-payment-form #wt_embed .wt_embed_wrapper {
border-radius: 4px;
}
.c-payment-form__placeholder {
max-width: 720px;
}
/*==========================================================================
* Dynamic Blocks
* ========================================================================== */
.dynamic-block {
margin: auto;
}
.dynamic-block + .dynamic-block {
margin-top: 60px;
}
.dynamic-block .grid-row {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: space-between;
align-items: center;
}
.dynamic-block.dynamic-block--two-text-columns {
position: relative;
z-index: 10;
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
}
.dynamic-block.dynamic-block--two-text-columns .content {
width: 47.7272727273%;
padding: 0;
}
@media screen and (max-width: 900px) {
.dynamic-block.dynamic-block--two-text-columns {
display: block;
}
.dynamic-block.dynamic-block--two-text-columns .content {
width: 100% !important;
margin: 0;
}
.dynamic-block.dynamic-block--two-text-columns .content p:last-of-type {
margin-bottom: 1rem;
}
}
.dynamic-block.dynamic-block--full-image-column {
max-width: 960px;
}
.dynamic-block.dynamic-block--full-image-column img {
width: 100%;
display: none;
}
.dynamic-block.dynamic-block--full-image-column img.large {
display: block;
}
@media screen and (max-width: 1050px) {
.dynamic-block.dynamic-block--full-image-column img.large {
display: none;
}
.dynamic-block.dynamic-block--full-image-column img.medium {
display: block;
}
}
@media screen and (max-width: 525px) {
.dynamic-block.dynamic-block--full-image-column img.medium {
display: none;
}
.dynamic-block.dynamic-block--full-image-column img.small {
display: block;
}
}
.dynamic-block.dynamic-block--content-block {
position: relative;
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
}
.dynamic-block.dynamic-block--content-block .images {
width: 50%;
}
.dynamic-block.dynamic-block--content-block .images img {
width: 100%;
}
.dynamic-block.dynamic-block--content-block .images img.small {
display: none;
}
@media screen and (max-width: 450px) {
.dynamic-block.dynamic-block--content-block .images img.medium {
display: none;
}
.dynamic-block.dynamic-block--content-block .images img.small {
display: block;
}
}
.dynamic-block.dynamic-block--content-block .images .content {
width: 41.6666666667%;
}
.dynamic-block.dynamic-block--content-block .content {
-ms-order: 1;
order: 1;
width: 41.6666666667%;
}
.dynamic-block.dynamic-block--content-block[data-image-location=right] .images {
-ms-order: 2;
order: 2;
}
.dynamic-block.dynamic-block--content-block[data-image-location=right] .content {
-ms-order: 1;
order: 1;
}
@media screen and (max-width: 900px) {
.dynamic-block.dynamic-block--content-block {
display: block;
}
.dynamic-block.dynamic-block--content-block .images {
width: 100%;
margin-top: 40px;
-ms-order: 2;
order: 2;
}
.dynamic-block.dynamic-block--content-block .content {
width: 100%;
}
}
.dynamic-block.dynamic-block--multiple-images {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
}
.dynamic-block.dynamic-block--multiple-images figure {
width: 47.7272727273%;
}
.dynamic-block.dynamic-block--multiple-images figure img {
width: 100%;
display: none;
}
.dynamic-block.dynamic-block--multiple-images figure img.medium {
display: none;
}
@media screen and (max-width: 1100px) {
.dynamic-block.dynamic-block--multiple-images figure img.large {
display: none;
}
.dynamic-block.dynamic-block--multiple-images figure img.medium {
display: block;
}
}
@media screen and (max-width: 480px) {
.dynamic-block.dynamic-block--multiple-images figure img.large {
display: none;
}
.dynamic-block.dynamic-block--multiple-images figure img.medium {
display: block;
}
}
.dynamic-block.dynamic-block--multiple-images[data-size-type="50"] figure img.medium {
display: block;
}
@media screen and (max-width: 1125px) {
.dynamic-block.dynamic-block--multiple-images[data-size-type="50"] figure img.medium {
display: none;
}
.dynamic-block.dynamic-block--multiple-images[data-size-type="50"] figure img.small {
display: block;
}
}
@media screen and (max-width: 900px) {
.dynamic-block.dynamic-block--multiple-images {
display: block;
}
.dynamic-block.dynamic-block--multiple-images figure {
width: 100%;
}
.dynamic-block.dynamic-block--multiple-images figure:first-of-type {
margin-bottom: 40px;
}
.dynamic-block.dynamic-block--multiple-images figure img.medium {
display: block !important;
}
.dynamic-block.dynamic-block--multiple-images figure img.small {
display: none !important;
}
}
@media screen and (max-width: 900px) and (max-width: 525px) {
.dynamic-block.dynamic-block--multiple-images figure img.medium {
display: none;
}
.dynamic-block.dynamic-block--multiple-images figure img.small {
display: block;
}
}
.dynamic-block.dynamic-block--full-text-block {
max-width: 720px;
}
.dynamic-block.dynamic-block--video-block {
width: 100%;
max-width: 960px;
margin: 60px auto 0 !important;
}
.dynamic-block.dynamic-block--video-block .video-wrapper {
position: relative;
padding-bottom: 53.6%;
padding-top: 25px;
height: 0;
}
.dynamic-block.dynamic-block--video-block .video-wrapper iframe, .dynamic-block.dynamic-block--video-block .video-wrapper .video-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.dynamic-block.dynamic-block--video-block .video-wrapper .video-overlay {
z-index: 2;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
opacity: 1;
cursor: pointer;
transition: all 0.2s;
}
.dynamic-block.dynamic-block--video-block .video-wrapper .video-overlay .button {
width: 25%;
max-width: 85px;
transform: scale(1);
transition: all 0.4s;
}
.dynamic-block.dynamic-block--video-block .video-wrapper .video-overlay .button img {
width: 100%;
}
.dynamic-block.dynamic-block--video-block .video-wrapper .video-overlay:hover .button {
transform: scale(0.85);
}
.dynamic-block.dynamic-block--video-block .video-wrapper .video-overlay.hide {
opacity: 0;
pointer-events: none;
transition: all 0.5s;
transition-delay: 0.7s;
}
.dynamic-block.dynamic-block--video-block .video-wrapper .video-overlay.hide .button {
transition: all 0.8s;
transform: scale(0.3);
}
.dynamic-block.dynamic-block--intro-block {
max-width: 720px;
}
.dynamic-block.dynamic-block--intro-block p {
font-size: 1rem;
line-height: 1.4;
font-weight: 500;
}
@media screen and (max-width: 700px) {
.dynamic-block.dynamic-block--intro-block p {
font-size: 0.9rem;
}
}
.dynamic-block.dynamic-block--intro-block > *:first-child::first-letter {
margin-bottom: -0.5rem;
float: left;
font-size: 5rem;
line-height: 0.75;
font-weight: 400;
font-family: "Abril Fatface", serif;
}
@media screen and (max-width: 700px) {
.dynamic-block.dynamic-block--intro-block > *:first-child::first-letter {
font-size: 3.2rem;
}
}
.dynamic-block.dynamic-block--quote-block {
max-width: 960px;
margin: 90px auto;
text-align: center;
}
.dynamic-block.dynamic-block--quote-block cite {
font-style: normal;
font-family: "Abril Fatface", serif;
font-size: 3rem;
line-height: 1.2;
color: #212933;
}
@media screen and (max-width: 1200px) {
.dynamic-block.dynamic-block--quote-block cite {
font-size: 2.5rem;
}
}
@media screen and (max-width: 1000px) {
.dynamic-block.dynamic-block--quote-block cite {
font-size: 2rem;
}
}
@media screen and (max-width: 500px) {
.dynamic-block.dynamic-block--quote-block cite {
font-size: 1.6rem;
}
}
@media screen and (max-width: 750px) {
body.preventScroll {
overflow: hidden;
overflow-y: scroll;
position: fixed;
width: 100%;
}
}
.overlay-menu {
position: fixed;
z-index: 2000;
height: 100vh;
overflow: hidden;
width: 100%;
left: 0;
top: 0;
pointer-events: none;
}
.ie.v10 .overlay-menu {
height: 60px;
z-index: -1;
}
.overlay-menu--navigation-bar {
position: fixed;
z-index: 6;
left: 0;
bottom: 0;
display: none;
width: 100%;
pointer-events: all;
transition: all 0.3s;
transition-delay: 0.4s;
}
.overlay-menu--content {
position: absolute;
z-index: 5;
left: 0;
top: 0;
height: 100%;
width: 75%;
max-width: 750px;
min-width: 300px;
pointer-events: none;
transform: translate3d(-50px, 0, 0);
opacity: 0;
}
.overlay-menu--shader {
position: absolute;
z-index: 4;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #E7E3DD;
opacity: 0;
}
.overlay-menu--navigation-bar {
background-color: #212933;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.11);
pointer-events: all;
}
.overlay-menu--navigation-bar ul {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: space-between;
align-items: center;
padding: 0;
margin: 0;
list-style: none;
}
.overlay-menu--navigation-bar ul li {
width: 20%;
height: 60px;
}
.overlay-menu--navigation-bar--item {
display: block;
background-color: transparent;
transition: background-color 0.3s;
}
.overlay-menu--navigation-bar--item a {
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
.overlay-menu--navigation-bar--item:hover {
background-color: rgba(255, 255, 255, 0.1);
}
.overlay-menu--navigation-bar--item.active {
background-color: #FEBC5E;
}
.overlay-menu--navigation-bar--menu {
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
cursor: pointer;
background-color: transparent;
transition: background-color 0.3s;
}
.overlay-menu--navigation-bar--menu:hover {
background-color: rgba(255, 255, 255, 0.1);
}
.overlay-menu--navigation-bar--menu .icon {
width: 18px;
}
.overlay-menu--navigation-bar--menu .icon span {
position: relative;
display: block;
width: 100%;
height: 2px;
background-color: white;
opacity: 1;
transform: rotate(0);
transition: opacity 0.2s, transform 0.4s, top 0.4s;
}
.overlay-menu--navigation-bar--menu .icon span + span {
margin-top: 4px;
}
.overlay-menu__active .overlay-menu--navigation-bar--menu {
background-color: rgba(255, 255, 255, 0.1);
}
.overlay-menu__active .overlay-menu--navigation-bar--menu .icon span:nth-child(1) {
top: 6px;
transform: rotate(45deg);
}
.overlay-menu__active .overlay-menu--navigation-bar--menu .icon span:nth-child(2) {
opacity: 0;
}
.overlay-menu__active .overlay-menu--navigation-bar--menu .icon span:nth-child(3) {
top: -6px;
transform: rotate(-45deg);
}
.overlay-menu--content {
padding: 80px 0 40px;
background-color: white;
}
.overlay-menu--content:before {
content: "";
opacity: 0;
position: absolute;
z-index: 2;
left: 100%;
top: 0;
display: block;
height: 100%;
width: 10px;
background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0) 100%);
transition: opacity 0.1s;
transition-delay: 0.4s;
}
.overlay-menu--content--placeholder {
position: relative;
z-index: 3;
max-width: 280px;
margin: 0 auto;
}
.overlay-menu--content--logo {
margin-bottom: 120px;
margin-left: -9px;
width: 100%;
}
.overlay-menu--content--logo img {
width: 100%;
}
.overlay-menu--content--navigation-list ul {
padding: 0;
list-style: none;
}
.overlay-menu--content--navigation-list a {
text-decoration: none;
transition: opacity 0.2s;
}
.overlay-menu--content--navigation-list a:hover {
opacity: 0.6;
}
.overlay-menu--content--navigation-list--primary {
margin: 0;
}
.overlay-menu--content--navigation-list--primary a {
color: #212933;
}
.overlay-menu--content--navigation-list--primary li + li {
margin-top: 15px;
}
.overlay-menu--content--navigation-list--primary li.active {
font-weight: 600;
}
.overlay-menu--content--navigation-list--secondary {
margin: 60px 0 0;
font-size: 0.75rem;
}
.overlay-menu--content--navigation-list--secondary a {
color: rgba(33, 41, 51, 0.5);
}
.overlay-menu--content--navigation-list--secondary li {
font-weight: 500;
}
.overlay-menu--content--navigation-list--secondary li + li {
margin-top: 10px;
}
.overlay-menu--content--navigation-list--secondary li.active a {
color: #212933;
}
.overlay-menu--content--navigation-list--cta {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: flex-start;
align-items: center;
margin-top: 60px;
font-size: 0.7rem;
line-height: 1.2;
color: #212933;
}
.overlay-menu--content--navigation-list--cta a:not(.button) {
display: inline-block;
margin-left: 4px;
color: #4A90E2;
text-decoration: none;
}
.overlay-menu--content--navigation-list--cta a:not(.button):hover {
text-decoration: underline;
opacity: 1;
}
.overlay-menu--content--navigation-list--cta .button {
margin-right: 7px;
padding: 10px 25px 8px;
background-color: transparent;
border: 1px solid rgba(153, 150, 145, 0.25);
border-radius: 20px;
font-size: 0.8rem;
line-height: 1.2;
font-weight: 600;
color: #212933;
transition: border 0.3s;
}
.overlay-menu--content--navigation-list--cta .button:hover {
border-color: #999691;
opacity: 1;
}
@media screen and (max-height: 950px) {
.overlay-menu--content {
padding: 60px 0 30px;
}
.overlay-menu--content--logo {
margin-bottom: 60px;
margin-left: -6px;
width: 200px;
}
.overlay-menu--content--navigation-list--primary {
font-size: 0.8rem;
}
.overlay-menu--content--navigation-list--secondary {
margin-top: 30px;
font-size: 0.7rem;
}
.overlay-menu--content--navigation-list--cta {
margin-top: 30px;
}
}
@media screen and (max-height: 700px) {
.overlay-menu--content {
padding: 40px 0 160px;
overflow-y: scroll;
overflow-x: hidden;
}
.overlay-menu--content--navigation-list--logo {
margin-bottom: 30px;
margin-left: -5px;
width: 175px;
}
.overlay-menu--content--navigation-list--cta {
display: none;
}
}
.overlay-menu--close-button {
position: absolute;
z-index: 1;
top: 230px;
left: 100%;
cursor: pointer;
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: flex-start;
align-items: center;
opacity: 0;
pointer-events: none;
}
.overlay-menu--close-button:before {
content: "";
display: block;
width: 30px;
height: 1px;
background-color: #dcceba;
}
.overlay-menu--close-button .button-placeholder {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: flex-start;
align-items: center;
}
.overlay-menu--close-button .button-placeholder .icon {
position: relative;
display: block;
width: 40px;
height: 40px;
border: 1px solid #dcceba;
border-radius: 50%;
background-color: transparent;
transition: background-color 0.3s;
}
.overlay-menu--close-button .button-placeholder .icon:before, .overlay-menu--close-button .button-placeholder .icon:after {
content: "";
position: absolute;
top: 19px;
left: 12px;
display: block;
width: 15px;
height: 3px;
background-color: #212933;
}
.overlay-menu--close-button .button-placeholder .icon:before {
transform: rotate(45deg);
}
.overlay-menu--close-button .button-placeholder .icon:after {
transform: rotate(135deg);
}
.overlay-menu--close-button .button-placeholder p {
margin: 0 0 0 5px;
font-size: 0.7rem;
line-height: 1;
color: #212933;
}
.overlay-menu--close-button:hover .button-placeholder .icon {
background-color: #dcceba;
}
.overlay-menu__allow-animation .overlay-menu--shader {
transition: opacity 0.2s ease-in-out 0.3s;
}
.overlay-menu__allow-animation .overlay-menu--content {
transition: transform 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out 0.3s;
}
.overlay-menu__allow-animation .overlay-menu--close-button {
transition: opacity 0.3s;
}
.ie.v10 .overlay-menu__active {
height: 100vh;
z-index: 1000;
}
.overlay-menu__active .overlay-menu--content {
pointer-events: all;
transform: translate3d(0, 0, 0);
opacity: 1;
transition-delay: 0s;
}
.overlay-menu__active .overlay-menu--content:before {
opacity: 0.3;
transition-delay: 0s;
}
.overlay-menu__active .overlay-menu--close-button {
opacity: 1;
pointer-events: all;
transition-delay: 0.3s;
}
.overlay-menu__shader-active .overlay-menu--shader {
opacity: 0.85;
pointer-events: all;
transition-delay: 0s;
}
@media screen and (max-width: 700px) {
.overlay-menu {
display: block;
}
.overlay-menu--navigation-bar {
display: block;
}
.overlay-menu--content {
max-width: none;
width: 100%;
}
}
#cookie-switch {
margin-bottom: 50px;
padding: 30px 0 50px;
border-bottom: 1px solid #999691;
width: 100%;
}
#cookie-switch .placeholder {
width: 100%;
display: block;
}
#cookie-switch .placeholder .cookie-switch-title h3 {
margin: 0 0 12px;
font-size: 1.2rem;
line-height: 1.2;
}
#cookie-switch .placeholder .cookie-switch-title p {
font-size: 0.8rem;
line-height: 1.4;
}
#cookie-switch .placeholder .cookie-types {
display: block;
margin: 30px 0 50px;
}
#cookie-switch .placeholder .cookie-types .cookie-type {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
width: 100%;
max-width: 420px;
cursor: pointer;
}
#cookie-switch .placeholder .cookie-types .cookie-type + .cookie-type {
margin-top: 25px;
}
#cookie-switch .placeholder .cookie-types .cookie-type input {
margin: 4px 0 0;
display: block;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
background: url("/img/cookie-sprite.svg") -55px -14px no-repeat;
background-size: 70px 30px;
width: 13px;
height: 13px;
}
#cookie-switch .placeholder .cookie-types .cookie-type input:focus {
outline: none;
box-shadow: none;
}
#cookie-switch .placeholder .cookie-types .cookie-type input:checked {
background-position: -55px 0;
}
#cookie-switch .placeholder .cookie-types .cookie-type > span {
display: block;
width: calc(100% - 55px);
font-size: 0.7rem;
line-height: 1.4;
}
@media screen and (max-width: 460px) {
#cookie-switch .placeholder .cookie-types .cookie-type > span {
width: calc(100% - 30px);
}
}
#cookie-switch .placeholder .cookie-types .cookie-type > span strong {
font-size: 0.9rem;
}
#cookie-switch .placeholder .cookie-types .cookie-type > span strong span {
white-space: nowrap;
}
#cookie-switch .placeholder .cookie-types .cookie-type.analytic {
pointer-events: none;
cursor: not-allowed;
}
#cookie-switch .placeholder #save-cookie-settings {
display: inline-block;
padding: 13px 20px;
border-radius: 4px;
background-color: #00C7FF;
transition: background-color 0.4s, opacity 0.4s;
font-size: 0.9rem;
line-height: 1.2;
color: white;
cursor: pointer;
}
#cookie-switch .placeholder #save-cookie-settings:hover {
background-color: #00a7d6;
}
#cookie-switch .placeholder #save-cookie-settings.clicked {
opacity: 0.2;
}
#cookie-message {
position: fixed;
z-index: 9999;
bottom: 0;
left: 0;
padding: 15px 0;
width: 100%;
background-color: #003470;
opacity: 1;
box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.1);
transition: opacity 0.5s, transform 0.6s;
transform: translate3d(0, 0, 0);
}
#cookie-message.accepted {
display: none;
}
#cookie-message.transition-out {
opacity: 0;
transform: translate3d(0, 50%, 0);
}
#cookie-message .grid-row {
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
}
#cookie-message .grid-row p, #cookie-message .grid-row p a, #cookie-message .grid-row .close-button {
font-size: 0.75rem;
line-height: 1.2;
color: white;
}
#cookie-message .grid-row p {
display: inline-block;
vertical-align: middle;
margin: 3px 0 0;
}
#cookie-message .grid-row p a {
text-decoration: underline;
}
#cookie-message .grid-row .close-button {
display: inline-block;
vertical-align: middle;
margin-left: 15px;
padding: 5px 12px;
background-color: #FEBC5E;
font-weight: 600;
color: #212933;
border-radius: 5px;
cursor: pointer;
}
@media screen and (max-width: 625px) {
#cookie-message .grid-row p {
max-width: 225px;
}
}
@media screen and (max-width: 375px) {
#cookie-message .grid-row p {
display: block;
max-width: none;
}
#cookie-message .grid-row .close-button {
margin-top: 10px;
}
}
#cookie-message-overlay {
position: fixed;
z-index: 9999;
top: 0;
left: 0;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
opacity: 1;
transition: opacity 0.5s;
}
#cookie-message-overlay.accepted {
display: none;
}
#cookie-message-overlay.transition-out {
opacity: 0;
}
#cookie-message-overlay .placeholder {
width: 85.7142857143vw;
padding: 60px 120px;
display: block;
max-width: 960px;
margin-left: auto;
margin-right: auto;
background-color: white;
}
#cookie-message-overlay .placeholder h5 {
font-size: 1.2rem;
line-height: 1;
font-weight: 500;
margin: 0 0 5px;
color: #4d4d4d;
}
#cookie-message-overlay .placeholder p {
font-size: 0.8rem;
line-height: 1.2;
margin: 0;
color: #808080;
}
#cookie-message-overlay .placeholder p a, #cookie-message-overlay .placeholder p .open-menu {
color: #003470;
white-space: nowrap;
cursor: pointer;
text-decoration: underline;
}
#cookie-message-overlay .placeholder .accept-cookie-button {
display: inline-block;
margin-top: 35px;
padding: 13px 20px;
border-radius: 4px;
background-color: #00C7FF;
transition: background-color 0.4s, opacity 0.4s;
font-size: 0.9rem;
line-height: 1.2;
color: white;
cursor: pointer;
}
#cookie-message-overlay .placeholder .accept-cookie-button:hover {
background-color: #00a7d6;
}
@media screen and (max-width: 1440px) {
#cookie-message-overlay .placeholder {
padding: 4.7619047619vw 7.1428571429vw;
display: block;
}
}
@media screen and (max-width: 450px) {
#cookie-message-overlay .placeholder {
width: 100%;
}
}
#cookie-message-overlay #message-description {
display: block;
}
#cookie-message-overlay #message-description.hide {
display: none;
}
#cookie-message-overlay .cookie-types-description {
display: block;
margin: 30px 0;
}
#cookie-message-overlay .cookie-types-description .cookie-type {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
width: 100%;
}
#cookie-message-overlay .cookie-types-description .cookie-type + .cookie-type {
margin-top: 25px;
}
#cookie-message-overlay .cookie-types-description .cookie-type .icon {
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
width: 25px;
height: 25px;
}
#cookie-message-overlay .cookie-types-description .cookie-type .icon:before {
content: "";
display: block;
}
#cookie-message-overlay .cookie-types-description .cookie-type .text {
display: block;
width: calc(100% - 55px);
}
#cookie-message-overlay .cookie-types-description .cookie-type .text p {
max-width: 380px;
font-size: 0.7rem;
line-height: 1rem;
margin: 0;
color: rgba(153, 150, 145, 0.6);
}
#cookie-message-overlay .cookie-types-description .cookie-type .text p strong {
display: inline-block;
color: #999691;
font-size: 0.9rem;
}
#cookie-message-overlay .cookie-types-description .cookie-type .text p strong span {
white-space: nowrap;
}
#cookie-message-overlay .cookie-types-description .cookie-type.tracking .icon:before {
background: url("/img/cookie-sprite.svg") 0 0 no-repeat;
background-size: 70px 30px;
width: 25px;
height: 25px;
}
#cookie-message-overlay .cookie-types-description .cookie-type.analytic .icon:before {
background: url("/img/cookie-sprite.svg") -27px 0 no-repeat;
background-size: 70px 30px;
width: 25px;
height: 25px;
}
#cookie-message-overlay .cookie-settings {
display: none;
}
#cookie-message-overlay .cookie-settings.edit {
display: block;
}
#cookie-message-overlay .cookie-settings .wrapper {
padding: 30px 0 0;
}
#cookie-message-overlay .cookie-settings .cookie-type {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
width: 100%;
max-width: 420px;
cursor: pointer;
}
#cookie-message-overlay .cookie-settings .cookie-type + .cookie-type {
margin-top: 25px;
}
#cookie-message-overlay .cookie-settings .cookie-type input {
margin: 4px 0 0;
display: block;
background: url("/img/cookie-sprite.svg") -55px -14px no-repeat;
background-size: 70px 30px;
width: 13px;
height: 13px;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
}
#cookie-message-overlay .cookie-settings .cookie-type input:checked {
background-position: -55px 0;
}
#cookie-message-overlay .cookie-settings .cookie-type input:focus {
outline: none;
box-shadow: none;
}
#cookie-message-overlay .cookie-settings .cookie-type > span {
display: block;
width: calc(100% - 55px);
font-size: 0.7rem;
line-height: 1rem;
color: rgba(153, 150, 145, 0.6);
}
#cookie-message-overlay .cookie-settings .cookie-type > span strong {
font-size: 0.9rem;
color: #999691;
}
#cookie-message-overlay .cookie-settings .cookie-type > span strong span {
white-space: nowrap;
}
#cookie-message-overlay .cookie-settings .cookie-type.analytic {
pointer-events: none;
cursor: not-allowed;
}
#cookie-message-overlay .cookie-settings .cookie-type.analytic input {
opacity: 0.3;
}
.about-image-content {
overflow: hidden;
}
.about-image-content + .about-image-content {
margin-top: 80px;
}
.about-image-content .grid-row {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
}
.about-image-content .images {
position: relative;
width: 50%;
padding: 60px 0;
margin-left: -8.3333333333%;
}
.about-image-content .images:after {
content: "";
position: absolute;
z-index: -1;
right: 16.6666666667%;
top: 0;
width: 100vw;
height: 100%;
background-color: #dcceba;
}
.about-image-content .images .image-slider .placeholder .controllers .nav-item {
bottom: -47px;
border-color: rgba(153, 150, 145, 0.6);
}
.about-image-content .images .image-slider .placeholder .controllers .nav-item:hover {
background-color: rgba(153, 150, 145, 0.2);
}
.about-image-content .content {
width: 41.6666666667%;
}
.about-image-content .content .kms-content {
max-width: 500px;
}
.about-image-content--flip .content {
-ms-order: 1;
order: 1;
}
.about-image-content--flip .images {
-ms-order: 2;
order: 2;
}
.about-image-content--flip .images:after {
right: auto;
left: 16.6666666667%;
}
@media screen and (max-width: 900px) {
.about-image-content .grid-row {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
}
.about-image-content .images {
margin-top: 60px;
width: 100%;
-ms-order: 2;
order: 2;
margin-left: 0;
}
.about-image-content .content {
width: 100%;
-ms-order: 1;
order: 1;
}
}
@media screen and (max-width: 700px) {
.about-image-content .grid-row {
padding: 0;
}
.about-image-content .content {
padding: 0 20px;
}
}
.partners-row {
position: relative;
}
.partners-row:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
top: 1.5rem;
display: block;
width: 100%;
height: 2px;
background-color: rgba(232, 233, 234, 0.5);
}
.partners-row .partners {
display: inline-block;
vertical-align: top;
width: 50%;
}
.partners-row .partners .partners-placeholder {
margin-top: 60px;
padding-bottom: 120px;
max-width: 600px;
}
@supports (display: grid) {
@media screen and (min-width: 641px) {
.partners-row .partners .partners-placeholder {
display: grid;
grid-gap: 28px 28px;
grid-template-columns: 1fr 1fr;
}
.partners-row .partners .partners-placeholder .person-circle + .person-circle {
margin-top: 0;
}
}
}
.partners-row .partners .partners-placeholder .person-circle figure {
width: 90px;
height: 90px;
}
.partners-row .partners .partners-placeholder .person-circle .description {
width: calc(100% - 110px);
}
.partners-row .follow-us-block {
position: relative;
display: inline-block;
vertical-align: top;
width: 50%;
right: -8.3333333333%;
}
@media screen and (max-width: 1200px) {
.partners-row .partners {
width: 100%;
}
.partners-row .partners .partners-placeholder {
max-width: 800px;
}
.partners-row .follow-us-block {
width: 100%;
right: 0;
}
}
@media screen and (max-width: 700px) {
.partners-row .grid-row {
padding: 0;
}
.partners-row .partners {
padding: 0 20px;
}
}
.main-content .content {
padding-right: 0;
}
@media screen and (max-width: 700px) {
.main-content .content {
padding-right: 20px;
}
}
.main-content .content .kms-content {
max-width: 600px;
}
.main-content .contact-information {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
margin-top: 60px;
}
.main-content .contact-information .location, .main-content .contact-information .contact-ways {
width: 45.8333333333%;
}
.main-content .contact-information .location span, .main-content .contact-information .contact-ways span {
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
width: 25px;
}
.main-content .contact-information .location p, .main-content .contact-information .contact-ways p {
margin: 0;
width: calc(100% - 33px);
font-size: 0.8rem;
line-height: 1.8;
color: #999691;
}
.main-content .contact-information .location p strong, .main-content .contact-information .contact-ways p strong {
font-weight: 600;
}
.main-content .contact-information .location a, .main-content .contact-information .contact-ways a {
text-decoration: none;
color: #999691;
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
}
.main-content .contact-information .location a:hover, .main-content .contact-information .contact-ways a:hover {
text-decoration: underline;
}
.main-content .contact-information .location {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
}
.main-content .contact-information .contact-ways a span {
position: relative;
}
.main-content .contact-information .contact-ways a.phone span {
top: 2px;
}
.main-content .contact-information .contact-ways a.mail span {
top: 4px;
}
@media screen and (max-width: 1460px) {
.main-content .contact-information {
display: block;
}
.main-content .contact-information .location, .main-content .contact-information .contact-ways {
width: 100%;
}
.main-content .contact-information .contact-ways {
margin-top: 15px;
}
}
@media screen and (max-width: 900px) {
.main-content .contact-information {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: flex-start;
align-items: flex-start;
}
.main-content .contact-information .location {
width: 240px;
}
.main-content .contact-information .contact-ways {
width: calc(100% - 240px);
margin-top: 0;
}
}
@media screen and (max-width: 525px) {
.main-content .contact-information {
display: block;
}
.main-content .contact-information .location, .main-content .contact-information .contact-ways {
width: 100%;
}
.main-content .contact-information .contact-ways {
margin-top: 15px;
}
}
.main-content .about-contact-persons {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: space-between;
align-items: center;
margin-top: 60px;
}
.main-content .about-contact-persons .person-circle {
width: calc((100% - 20px) / 2);
}
.main-content .about-contact-persons .person-circle + .person-circle {
margin-top: 0;
}
.main-content .about-contact-persons .person-circle figure {
width: 90px;
height: 90px;
}
.main-content .about-contact-persons .person-circle .description {
width: calc(100% - 110px);
}
@media screen and (max-width: 525px) {
.main-content .about-contact-persons {
display: block;
}
.main-content .about-contact-persons .person-circle {
width: 100%;
}
.main-content .about-contact-persons .person-circle + .person-circle {
margin-top: 30px;
}
}
.main-content .socials-title {
margin: 60px 0 12px;
font-size: 0.5rem;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
color: #999691;
}
.contact-form-content-row .grid-row {
padding-bottom: 120px;
}
.contact-form-content-row .grid-row .contact-form-block {
position: relative;
display: inline-block;
width: 41.6666666667%;
vertical-align: top;
padding: 0 0 60px;
}
.contact-form-content-row .grid-row .contact-form-block .label-title {
margin: -1.4rem 0 20px;
}
.contact-form-content-row .grid-row .contact-form-block .label-title svg {
position: relative;
top: -2px;
}
.contact-form-content-row .grid-row .contact-form-block:after {
content: "";
position: absolute;
z-index: -1;
right: 10%;
top: 0;
width: 100vw;
height: 100%;
background-color: #dcceba;
}
.contact-form-content-row .grid-row .contact-form-block #contactForm {
padding: 70px 10% 60px;
background-color: white;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.contact-form-content-row .grid-row .content {
display: inline-block;
width: 41.6666666667%;
margin-left: 8.3333333333%;
vertical-align: top;
}
.contact-form-content-row .grid-row .content .kms-content {
max-width: 500px;
}
.contact-form-content-row .grid-row .content .kms-content > *:first-child {
margin-bottom: 30px;
}
.contact-form-content-row .grid-row .content .become-member, .contact-form-content-row .grid-row .content .advertise-in-magazine {
margin-top: 70px;
}
@media screen and (max-width: 1440px) {
.contact-form-content-row .grid-row .contact-form-block {
width: 50%;
}
.contact-form-content-row .grid-row .contact-form-block #contactForm {
padding: 70px 8.3333333333% 60px;
}
.contact-form-content-row .grid-row .contact-form-block:after {
right: 8.3333333333%;
}
}
@media screen and (max-width: 1100px) {
.contact-form-content-row .grid-row .contact-form-block {
width: 75%;
}
.contact-form-content-row .grid-row .contact-form-block #contactForm {
padding: 70px 16.6666666667% 60px 40px;
}
.contact-form-content-row .grid-row .contact-form-block:after {
right: 16.6666666667%;
}
.contact-form-content-row .grid-row .content {
margin-top: 70px;
width: 75%;
margin-left: 12.5%;
}
}
@media screen and (max-width: 700px) {
.contact-form-content-row .grid-row {
padding: 0 0 80px;
}
.contact-form-content-row .grid-row .contact-form-block {
width: 100%;
padding: 0 20px 40px;
}
.contact-form-content-row .grid-row .contact-form-block #contactForm {
padding: 60px 40px;
}
.contact-form-content-row .grid-row .contact-form-block:after {
right: 40px;
}
.contact-form-content-row .grid-row .content {
margin-top: 50px;
margin-left: 0;
width: 100%;
}
.contact-form-content-row .grid-row .content .kms-content {
padding: 0 20px;
}
}
@media screen and (max-width: 425px) {
.contact-form-content-row .grid-row .contact-form-block #contactForm {
padding: 40px 20px;
}
.contact-form-content-row .grid-row .contact-form-block .label-title {
font-size: 1.2rem;
}
.contact-form-content-row .grid-row .contact-form-block:after {
right: 0;
}
}
.event-switcher {
position: relative;
overflow: hidden;
}
.event-switcher:after {
content: "";
position: absolute;
z-index: -1;
bottom: 0;
left: 0;
display: block;
height: 2px;
width: 100%;
background-color: rgba(232, 233, 234, 0.5);
}
.event-switcher .title {
margin-bottom: 60px;
color: #212933;
font-family: "Abril Fatface", serif;
font-size: 4rem;
line-height: 1.4;
font-weight: 400;
}
.event-switcher .switcher br {
display: none;
}
.event-switcher .switcher a {
position: relative;
display: inline-block;
margin-left: 60px;
padding-bottom: 10px;
font-size: 0.9rem;
line-height: 1.2;
color: #212933;
text-decoration: none;
transition: border 0.3s;
}
.event-switcher .switcher a:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
display: block;
width: 100%;
height: 2px;
transform: scale3d(0, 1, 1);
opacity: 0;
transform-origin: 0 50%;
background-color: rgba(33, 41, 51, 0.3);
transition: transform 0.3s, opacity 0.3s;
}
.event-switcher .switcher a:hover:after {
opacity: 1;
transform: scale3d(1, 1, 1);
}
.event-switcher .switcher a:first-child {
margin-left: 0;
margin-top: 0;
}
.event-switcher .switcher a.active {
font-weight: 600;
}
.event-switcher .switcher a.active:after {
opacity: 1;
transform: scale3d(1, 1, 1);
background-color: #FEBC5E;
}
@media screen and (max-width: 575px) {
.event-switcher .switcher br {
display: block;
}
.event-switcher .switcher a {
position: relative;
margin-left: 0;
margin-top: 20px;
}
.event-switcher .switcher a:after {
content: "";
position: absolute;
bottom: 0;
left: -50vw;
display: block;
height: 2px;
width: 200vw;
opacity: 1;
transform: scale3d(1, 1, 1);
background-color: rgba(232, 233, 234, 0.5);
}
}
.highlighted-events-row {
background-color: #dcceba;
padding-bottom: 65px;
margin-top: 60px;
}
.highlighted-events-row .label-title {
margin: -1.4rem 0 100px;
}
.highlighted-events-row .no-events {
width: 100%;
margin: 0 0 2rem;
text-align: center;
font-size: 0.85rem;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
color: rgba(255, 255, 255, 0.75);
}
.highlighted-events-row .highlighted-events {
position: relative;
z-index: 2;
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
}
.highlighted-events-row .highlighted-events .event {
width: calc((100% - 100px) / 3);
}
.highlighted-events-row .highlighted-events .event a figure {
background-color: #d3c2a9;
}
.highlighted-events-row .highlighted-events .event a .content .title {
color: white;
}
.highlighted-events-row .highlighted-events .event a:hover:after {
background-color: rgba(33, 41, 51, 0.05);
}
@supports (display: grid) {
.highlighted-events-row .highlighted-events {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 50px 50px;
}
.highlighted-events-row .highlighted-events .event {
width: 100%;
height: 100%;
}
}
@media screen and (max-width: 950px) {
.highlighted-events-row .highlighted-events .event {
width: calc((100% - 50px) / 2);
}
.highlighted-events-row .highlighted-events .event:nth-of-type(3) {
margin-top: 50px;
}
@supports (display: grid) {
.highlighted-events-row .highlighted-events {
grid-template-columns: 1fr 1fr;
}
.highlighted-events-row .highlighted-events .event {
width: 100%;
}
.highlighted-events-row .highlighted-events .event:nth-of-type(3) {
margin-top: 0;
}
}
}
@media screen and (max-width: 700px) {
.highlighted-events-row {
padding-bottom: 45px;
}
.highlighted-events-row .label-title {
margin-bottom: 60px;
}
.highlighted-events-row .highlighted-events {
display: block;
max-width: 425px;
margin-left: auto;
margin-right: auto;
}
.highlighted-events-row .highlighted-events .event {
width: 100%;
}
.highlighted-events-row .highlighted-events .event + .event {
margin-top: 40px;
}
.highlighted-events-row .highlighted-events .event:nth-of-type(3) {
margin-top: 40px;
}
}
.event a {
position: relative;
display: block;
height: 100%;
text-decoration: none;
}
.event a:after {
content: "";
position: absolute;
z-index: -1;
left: 0;
bottom: 0;
width: 100%;
height: calc(100% - 22px);
background-color: rgba(220, 206, 186, 0.3);
opacity: 0;
transition: opacity 0.2s;
}
.event a .region {
display: block;
padding-bottom: 10px;
font-size: 0.5rem;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
color: #999691;
}
.event a figure {
position: relative;
width: 100%;
overflow: hidden;
background-color: #E8E9EA;
}
.event a figure .image-placeholder {
width: 100%;
padding-bottom: 66.67%;
height: 0;
}
.event a figure .image-placeholder span {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
transform: scale3d(1, 1, 1);
transition: transform 0.6s;
}
.event a figure figcaption {
position: absolute;
left: 0;
bottom: 0;
padding: 6px 12px;
background-color: #212933;
color: white;
font-size: 1.6rem;
line-height: 1.2;
font-weight: 700;
}
.event a figure figcaption span {
position: relative;
left: -3px;
font-size: 0.8rem;
}
.event a .content {
padding: 20px 15px;
}
.event a .content .type {
font-size: 0.7rem;
line-height: 1.2;
color: #999691;
}
.event a .content .title {
margin: 4px 0;
font-size: 1.4rem;
line-height: 1.2;
font-weight: 700;
color: #212933;
}
@media screen and (max-width: 850px) {
.event a .content .title {
font-size: 1.2rem;
}
}
.event a .content p {
margin: 0;
font-size: 0.7rem;
line-height: 1.2;
font-weight: 600;
color: #17212A;
}
.event a:hover:after {
opacity: 1;
}
.event a:hover figure .image-placeholder span {
transform: scale3d(1.05, 1.05, 1);
}
.events-row {
padding-bottom: 100px;
}
.events-row .filter-menu {
margin: 60px 0 110px;
}
.events-row .overview {
display: inline-block;
vertical-align: top;
width: 54.1666666667%;
margin-right: 4.1666666667%;
}
.events-row .overview .no-events {
margin: 2rem 0;
text-align: center;
font-size: 0.85rem;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
color: rgba(153, 150, 145, 0.5);
}
.events-row .overview .grid {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
margin-top: -60px;
}
.events-row .overview .grid .event {
width: 46.1538461538%;
margin-top: 60px;
}
@supports (display: grid) {
.events-row .overview .grid {
display: grid;
grid-gap: 50px 50px;
grid-template-columns: 1fr 1fr;
margin-top: 0;
}
.events-row .overview .grid .event {
width: 100%;
height: 100%;
margin-top: 0;
}
}
.events-row .overview .pagination {
margin-top: 100px;
}
.events-row .overview--full-row {
width: 100%;
}
.events-row .overview--full-row .grid .event {
width: 29.1666666667%;
}
@supports (display: grid) {
.events-row .overview--full-row .grid {
grid-template-columns: 1fr 1fr 1fr;
}
.events-row .overview--full-row .grid .event {
width: 100%;
}
}
.events-row .side-content {
position: relative;
display: inline-block;
vertical-align: top;
width: 41.6666666667%;
right: -8.3333333333%;
}
.events-row .side-content .try-out {
margin-top: 80px;
}
@media screen and (max-width: 1200px) {
.events-row .overview {
width: 100%;
margin-right: 0;
}
.events-row .overview .grid .event {
width: 29.1666666667%;
}
@supports (display: grid) {
.events-row .overview .grid {
grid-template-columns: 1fr 1fr 1fr;
}
.events-row .overview .grid .event {
width: 100%;
}
}
.events-row .overview .pagination {
margin-top: 60px;
}
.events-row .side-content {
width: 66.6666666667%;
right: 0;
margin-top: 80px;
margin-left: 16.6666666667%;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: center;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
}
.events-row .side-content .try-out {
-ms-order: 1;
order: 1;
margin-top: 0;
margin-bottom: 80px;
}
.events-row .side-content .follow-us-block {
-ms-order: 2;
order: 2;
}
}
@media screen and (max-width: 950px) {
.events-row .overview .grid .event {
width: 45.8333333333%;
}
@supports (display: grid) {
.events-row .overview .grid {
grid-template-columns: 1fr 1fr;
}
.events-row .overview .grid .event {
width: 100%;
}
}
}
@media screen and (max-width: 700px) {
.events-row .grid-row {
padding: 0;
}
.events-row .label-title, .events-row .filter-menu {
margin-left: 20px;
margin-right: 20px;
}
.events-row .overview {
padding: 0 20px;
}
.events-row .overview .grid {
display: block;
max-width: 425px;
margin-left: auto;
margin-right: auto;
}
.events-row .overview .grid .event {
width: 100%;
}
.events-row .overview .grid .event + .event {
margin-top: 40px;
}
.events-row .side-content {
width: 100%;
margin-left: 0;
}
.events-row .side-content .try-out {
padding: 0 20px;
}
}
.highlighted-usergroups-row {
background-color: #dcceba;
padding-bottom: 65px;
margin-top: 60px;
}
.highlighted-usergroups-row .label-title {
margin: -1.4rem 0 100px;
}
.highlighted-usergroups-row .no-usergroups {
width: 100%;
margin: 0 0 2rem;
text-align: center;
font-size: 0.85rem;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
color: rgba(255, 255, 255, 0.75);
}
.highlighted-usergroups-row .highlighted-usergroups {
position: relative;
z-index: 2;
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
}
.highlighted-usergroups-row .highlighted-usergroups .usergroup {
width: calc((100% - 100px) / 3);
}
.highlighted-usergroups-row .highlighted-usergroups .usergroup a figure {
background-color: #d3c2a9;
}
.highlighted-usergroups-row .highlighted-usergroups .usergroup a .content h3 {
color: white;
}
.highlighted-usergroups-row .highlighted-usergroups .usergroup a:hover:after {
background-color: rgba(33, 41, 51, 0.05);
}
@supports (display: grid) {
.highlighted-usergroups-row .highlighted-usergroups {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 50px 50px;
}
.highlighted-usergroups-row .highlighted-usergroups .usergroup {
width: 100%;
height: 100%;
}
}
@media screen and (max-width: 950px) {
.highlighted-usergroups-row .highlighted-usergroups .usergroup {
width: calc((100% - 50px) / 2);
}
.highlighted-usergroups-row .highlighted-usergroups .usergroup:nth-of-type(3) {
margin-top: 50px;
}
@supports (display: grid) {
.highlighted-usergroups-row .highlighted-usergroups {
grid-template-columns: 1fr 1fr;
}
.highlighted-usergroups-row .highlighted-usergroups .usergroup {
width: 100%;
}
.highlighted-usergroups-row .highlighted-usergroups .usergroup:nth-of-type(3) {
margin-top: 0;
}
}
}
@media screen and (max-width: 700px) {
.highlighted-usergroups-row {
padding-bottom: 45px;
}
.highlighted-usergroups-row .label-title {
margin-bottom: 60px;
}
.highlighted-usergroups-row .highlighted-usergroups {
display: block;
max-width: 425px;
margin-left: auto;
margin-right: auto;
}
.highlighted-usergroups-row .highlighted-usergroups .usergroup {
width: 100%;
}
.highlighted-usergroups-row .highlighted-usergroups .usergroup + .usergroup {
margin-top: 40px;
}
.highlighted-usergroups-row .highlighted-usergroups .usergroup:nth-of-type(3) {
margin-top: 40px;
}
}
.usergroup a {
position: relative;
display: block;
height: 100%;
text-decoration: none;
}
.usergroup a:after {
content: "";
position: absolute;
z-index: -1;
left: 0;
bottom: 0;
width: 100%;
height: calc(100% - 22px);
background-color: rgba(220, 206, 186, 0.3);
opacity: 0;
transition: opacity 0.2s;
}
.usergroup a figure {
position: relative;
width: 100%;
overflow: hidden;
background-color: #E8E9EA;
}
.usergroup a figure .image-placeholder {
width: 100%;
padding-bottom: 66.67%;
height: 0;
}
.usergroup a figure .image-placeholder span {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
transform: scale3d(1, 1, 1);
transition: transform 0.6s;
}
.usergroup a figure figcaption {
position: absolute;
left: 0;
bottom: 0;
padding: 6px 12px;
background-color: #212933;
color: white;
font-size: 1.6rem;
line-height: 1.2;
font-weight: 700;
}
.usergroup a .content {
padding: 20px 15px;
}
.usergroup a .content .type {
font-size: 0.7rem;
line-height: 1.2;
color: #999691;
}
.usergroup a .content h3 {
margin: 4px 0;
font-size: 1.4rem;
line-height: 1.2;
font-weight: 700;
color: #212933;
}
@media screen and (max-width: 850px) {
.usergroup a .content h3 {
font-size: 1.2rem;
}
}
.usergroup a .content p {
margin: 0;
font-size: 0.7rem;
line-height: 1.2;
font-weight: 600;
color: #17212A;
}
.usergroup a:hover:after {
opacity: 1;
}
.usergroup a:hover figure .image-placeholder span {
transform: scale3d(1.05, 1.05, 1);
}
.main-content--event .images {
width: 50%;
}
.main-content--event .content {
width: 50%;
}
.main-content--event .content h1 {
margin: 0;
font-size: 3rem;
line-height: 1.25;
font-family: "Abril Fatface", serif;
font-weight: 400;
color: #17212A;
}
.main-content--event .content .sub-title {
position: relative;
display: block;
margin: 6px 0 0;
padding-left: 16.6666666667%;
font-size: 0.9rem;
line-height: 1.6;
font-weight: 600;
color: #212933;
}
.main-content--event .content .sub-title:before {
content: "";
position: absolute;
left: 0;
top: 12px;
display: block;
width: calc(16.6666666667% - 20px);
height: 2px;
background-color: rgba(232, 233, 234, 0.5);
}
.main-content--event .content .location {
margin: 60px 0 50px;
padding-left: 16.6666666667%;
}
.main-content--event .content .location p {
display: inline-block;
margin: 0;
font-size: 0.7rem;
line-height: 1.2;
font-weight: 400;
color: #999691;
}
.main-content--event .content .location p.location-name .icon {
position: relative;
top: 4px;
display: inline-block;
margin-right: 8px;
}
.main-content--event .content .location p + p:before {
content: "|";
margin: 0 5px;
}
@media screen and (max-width: 1375px) {
.main-content--event .content .location p {
display: block;
padding-left: 22px;
}
.main-content--event .content .location p.location-name {
padding-left: 0;
}
.main-content--event .content .location p + p {
margin-top: 10px;
}
.main-content--event .content .location p + p:before {
display: none;
}
}
.main-content--event .content .placeholder {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: flex-start;
align-items: flex-start;
}
.main-content--event .content .placeholder .back-to-overview {
margin-top: 5px;
width: 16.6666666667%;
}
.main-content--event .content .placeholder .back-to-overview p {
max-width: 55px;
}
.main-content--event .content .placeholder .kms-content {
width: 83.3333333333%;
}
@media screen and (max-width: 1300px) {
.main-content--event .content {
position: relative;
}
.main-content--event .content h1 {
font-size: 2.5rem;
}
.main-content--event .content .sub-title {
padding-left: 70px;
}
.main-content--event .content .sub-title:before {
width: 55px;
}
.main-content--event .content .location {
padding-left: 0;
}
.main-content--event .content .placeholder .back-to-overview {
position: absolute;
left: 0;
top: -65px;
margin-top: 0;
}
.main-content--event .content .placeholder .kms-content {
width: 100%;
}
}
@media screen and (max-width: 900px) {
.main-content--event .images, .main-content--event .content {
width: 100%;
}
}
@media screen and (max-width: 700px) {
.main-content--event .content .placeholder .back-to-overview {
left: 20px;
}
}
.event-details .grid-row {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
}
.event-details .details {
position: relative;
width: 41.6666666667%;
padding: 0 0 60px;
margin: 0 8.3333333333%;
}
@media screen and (max-width: 1300px) {
.event-details .details {
width: 50%;
margin-left: 0;
}
}
.event-details .details:after {
content: "";
position: absolute;
z-index: -1;
right: 10%;
top: 0;
width: 100vw;
height: 100%;
background-color: #dcceba;
}
.event-details .details .label-title {
margin: -1.4rem 0 20px;
}
.event-details .details .panel {
padding: 60px 0 70px;
background-color: white;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.event-details .details .panel .wrapper {
padding: 0 10%;
}
.event-details .details .panel .wrapper + .wrapper {
margin-top: 60px;
}
.event-details .details .panel .wrapper--sign-up .button {
min-width: 240px;
text-align: center;
}
.event-details .details .panel .wrapper--sign-up .button:hover {
background-color: #fea72b;
}
.event-details .details .panel .wrapper--sign-up p {
margin: 30px 0 0;
max-width: 300px;
font-size: 0.7rem;
line-height: 1.6;
color: rgba(153, 150, 145, 0.65);
}
.event-details .details .panel .wrapper--sign-up p a {
color: rgba(153, 150, 145, 0.65);
text-decoration: underline;
transition: color 0.3s;
}
.event-details .details .panel .wrapper--sign-up p a:hover {
color: #4A90E2;
}
.event-details .details .panel .wrapper--location {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: flex-start;
align-items: flex-start;
padding-top: 50px;
border-top: 2px solid rgba(232, 233, 234, 0.5);
}
.event-details .details .panel .wrapper--location .info-block > p {
line-height: 1.8;
}
.event-details .details .panel .info-block {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: flex-start;
align-items: flex-start;
}
.event-details .details .panel .info-block + .info-block {
margin-top: 5px;
}
.event-details .details .panel .info-block .icon {
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
width: 25px;
height: 25px;
margin-right: 35px;
}
.event-details .details .panel .info-block > p {
margin: 0;
font-size: 0.8rem;
line-height: 1.4;
color: #999691;
}
.event-details .details .panel .info-block .tooltip {
margin-left: 5px;
}
.event-details .content {
width: 41.6666666667%;
}
.event-details .content .kms-content {
max-width: 480px;
}
@media screen and (max-width: 900px) {
.event-details .grid-row {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
}
.event-details .details {
width: 100%;
}
.event-details .content {
margin-top: 60px;
width: 100%;
}
}
@media screen and (max-width: 700px) {
.event-details .grid-row {
padding: 0;
}
.event-details .details {
width: 100%;
margin-right: 0;
padding-left: 20px;
padding-right: 20px;
}
.event-details .content {
margin-top: 40px;
padding: 0 20px;
}
}
.event-sign-ups-overview {
margin: 120px 0 180px;
border-top: 2px solid rgba(232, 233, 234, 0.5);
}
.event-sign-ups-overview .label-title {
margin: -1.4rem 0 60px;
}
.event-sign-ups-overview__amount {
margin: 0;
font-size: 1.2rem;
line-height: 1.2;
color: #999691;
font-weight: 400;
}
.event-sign-ups-overview__login {
display: block;
margin-top: 10px;
font-size: 0.7rem;
line-height: 1.2;
color: rgba(153, 150, 145, 0.65);
}
.event-sign-ups-overview__login a {
text-decoration: none;
color: #4A90E2;
}
.event-sign-ups-overview__login a:hover {
text-decoration: underline;
}
.event-sign-ups-overview__grid {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
margin-top: 30px;
}
@supports (display: grid) {
.event-sign-ups-overview__grid {
display: grid;
grid-gap: 0 120px;
grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1150px) {
.event-sign-ups-overview__grid {
grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 700px) {
.event-sign-ups-overview__grid {
grid-gap: 0 60px;
}
}
@media screen and (max-width: 550px) {
.event-sign-ups-overview__grid {
display: block;
}
}
}
.event-sign-up {
width: calc((100% - 240px) / 3);
height: 100%;
margin: 0;
padding: 14px 0;
font-size: 0.8rem;
line-height: 1.3;
color: #999691;
border-bottom: 2px solid rgba(232, 233, 234, 0.5);
}
.event-sign-up strong {
display: block;
font-weight: 600;
}
.event-sign-up .event-sign-up__button {
display: block;
margin-top: 8px;
color: #4A90E2;
text-decoration: none;
font-size: 0.6rem;
}
.event-sign-up .event-sign-up__button .arrow {
display: inline-block;
transform: translate3d(0, 0, 0);
transition: transform 0.2s;
}
.event-sign-up .event-sign-up__button .arrow svg {
transform: rotate(0.75turn) scale3d(0.8, 0.8, 1);
}
.event-sign-up .event-sign-up__button:hover .arrow {
transform: translate3d(4px, 0, 0);
}
@media screen and (max-width: 1150px) {
.event-sign-up {
width: calc((100% - 120px) / 2);
}
}
@media screen and (max-width: 700px) {
.event-sign-up {
width: calc((100% - 60px) / 2);
}
}
@media screen and (max-width: 550px) {
.event-sign-up {
width: 100%;
}
}
@supports (display: grid) {
.event-sign-up {
width: 100%;
}
}
.event-sign-up--authenticated {
padding: 18px 0;
}
.past-event-header h1 {
width: 75%;
margin: 0 0 120px;
font-family: "Abril Fatface", serif;
font-size: 4rem;
line-height: 1.1;
font-weight: 400;
color: #212933;
}
.past-event-header .partners {
margin-top: 40px;
text-align: right;
}
.past-event-header .partners p {
margin: 0;
font-size: 0.7rem;
line-height: 1.4;
color: #999691;
}
.past-event-header .partners p + p {
margin-top: 3px;
}
.past-event-header .partners p strong {
font-weight: 600;
}
.past-event-header .back-to-overview {
position: relative;
z-index: 2;
margin-top: 30px;
max-width: 130px;
}
.past-event-header .image-slider-row {
position: relative;
z-index: 1;
margin-top: -30px;
}
.past-event-header .image-slider-row:after {
content: "";
position: absolute;
z-index: -1;
left: 0;
top: 60px;
display: block;
width: 100%;
height: calc(100% - 120px);
background-color: #dcceba;
}
.past-event-header .image-slider-row .image-slider {
margin-left: 16.6666666667%;
width: 83.3333333333%;
}
@media screen and (max-width: 1200px) {
.past-event-header h1 {
width: 100%;
max-width: 700px;
font-size: 3rem;
}
}
.event-sign-up-area {
position: relative;
z-index: 2;
}
.event-sign-up-area .grid-row {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
}
.event-sign-up-area__summary {
position: relative;
width: 33.3333333333%;
min-height: 580px;
padding: 60px 0;
margin: 0 16.6666666667% 0 0;
}
@media screen and (max-width: 1300px) {
.event-sign-up-area__summary {
width: 41.6666666667%;
margin-right: 8.3333333333%;
}
}
.event-sign-up-area__summary:after {
content: "";
position: absolute;
z-index: -1;
right: 12.5%;
top: 0;
width: 100vw;
height: 100%;
background-color: #dcceba;
}
.event-sign-up-area__summary-wrapper {
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.event-sign-up-area__summary-text {
padding: 60px 60px 70px;
background-color: white;
}
.event-sign-up-area__summary-title {
margin: 0 0 30px;
font-size: 1.2rem;
line-height: 1.4;
font-weight: 400;
color: #999691;
}
.event-sign-up-area__summary-block + .event-sign-up-area__summary-block {
margin-top: 30px;
}
.event-sign-up-area__summary-block-item {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
}
.event-sign-up-area__summary-block-item + .event-sign-up-area__summary-block-item {
margin-top: 8px;
}
.event-sign-up-area__summary-block-item .icon {
position: relative;
top: -3px;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
width: 25px;
height: 25px;
}
.event-sign-up-area__summary-block-item p {
width: calc(100% - 60px);
margin: 0;
font-size: 0.8rem;
line-height: 1.4;
color: #999691;
}
@media screen and (max-width: 450px) {
.event-sign-up-area__summary-block-item p {
width: calc(100% - 40px);
}
}
.event-sign-up-area__summary-block-item--location .icon {
top: 2px;
}
.event-sign-up-area__summary-block-item--location p {
line-height: 2;
}
.event-sign-up-area__summary-image img {
width: 100%;
}
.event-sign-up-area__main {
width: 50%;
}
@media screen and (max-width: 1500px) {
.event-sign-up-area .event-sign-up-area__summary {
width: 41.6666666667%;
margin: 0 8.3333333333% 0 0;
}
.event-sign-up-area .event-sign-up-area__summary:after {
right: 10%;
}
}
@media screen and (max-width: 1200px) {
.event-sign-up-area .grid-row {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
}
.event-sign-up-area .event-sign-up-area__summary {
width: 100%;
max-width: 600px;
min-height: 0;
margin-right: 0;
}
.event-sign-up-area .event-sign-up-area__summary:after {
right: 16.6666666667%;
}
}
@media screen and (max-width: 700px) {
.event-sign-up-area .event-sign-up-area__summary {
width: 100%;
max-width: 600px;
margin-right: 0;
}
.event-sign-up-area .event-sign-up-area__summary:after {
right: 40px;
}
.event-sign-up-area .event-sign-up-area__summary-text {
padding: 40px 40px 50px;
}
}
.event-sign-up-form__title {
margin: 0;
color: #212933;
font-family: "Abril Fatface", serif;
font-size: 4rem;
line-height: 1.25;
font-weight: 400;
}
@media screen and (max-width: 1300px) {
.event-sign-up-form__title {
font-size: 3rem;
}
}
@media screen and (max-width: 475px) {
.event-sign-up-form__title {
font-size: 2.4rem;
}
}
.event-sign-up-form__text {
margin-bottom: 60px;
font-size: 0.8rem;
line-height: 1.6;
color: #999691;
max-width: 500px;
}
.event-sign-up-form__account-information-area {
margin-bottom: 60px;
}
.event-sign-up-form__account-information-area .other-invoice-wrapper {
margin-bottom: 20px;
}
.event-sign-up-form__account-information-area .other-invoice-wrapper .other_invoice {
margin-bottom: 0;
}
@media screen and (min-width: 476px) {
.event-sign-up-form__account-information-area .other-invoice-wrapper .checkbox__text br {
display: none;
}
}
.event-sign-up-form__account-information-area .other-invoice-wrapper .other_invoice_email {
width: calc(100% - 24px);
margin: 10px 0 0 auto;
display: none;
}
.event-sign-up-form__account-information-area .other-invoice-wrapper.is-checked .other_invoice_email {
display: block;
}
.event-sign-up-form__account-information-area .other-invoice-company-wrapper {
margin-bottom: 20px;
}
.event-sign-up-form__account-information-area .other-invoice-company-wrapper .other_invoice_company_name {
margin-bottom: 0;
}
@media screen and (min-width: 476px) {
.event-sign-up-form__account-information-area .other-invoice-company-wrapper .checkbox__text br {
display: none;
}
}
.event-sign-up-form__account-information-area .other-invoice-company-wrapper .other_invoice_company {
width: calc(100% - 24px);
margin: 10px 0 0 auto;
display: none;
}
.event-sign-up-form__account-information-area .other-invoice-company-wrapper.is-checked .other_invoice_company {
display: block;
}
.event-sign-up-form__plus-one-area {
margin-bottom: 60px;
}
.event-sign-up-form__plus-one-area .plus-one-additional-fields {
display: none;
}
.event-sign-up-form__plus-one-area .plus-one-additional-fields.is-checked {
display: block;
}
.event-sign-up-form__payment-area {
margin-bottom: 30px;
}
.event-sign-up-form__payment-area-title {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: flex-start;
align-items: center;
margin-bottom: 20px;
}
.event-sign-up-form__payment-area-title .inline-form-title {
width: 110px;
margin: 0;
}
.event-sign-up-form__payment-area-title .payment-logos {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: flex-start;
align-items: center;
}
.event-sign-up-form__payment-area-title .payment-logos * + * {
margin-left: 10px;
}
.event-sign-up-form__payment-area-title .payment-logos #iDeal {
width: 28px;
max-height: 25px;
}
.event-sign-up-form__payment-area-plus-one-payment {
display: none;
margin-bottom: 25px;
font-size: 0.7rem;
line-height: 1.4;
color: rgba(153, 150, 145, 0.65);
transition: opacity 0.4s;
}
.event-sign-up-form__payment-area-plus-one-payment.is-visible {
display: block;
}
.event-sign-up-form__legal {
margin-bottom: 60px;
}
.event-sign-up-form__legal--margin-top {
margin-top: 60px;
}
.event-sign-up-text {
padding-bottom: 60px;
}
.event-sign-up-text__title {
margin: 0;
color: #212933;
font-family: "Abril Fatface", serif;
font-size: 4rem;
line-height: 1.25;
font-weight: 400;
}
@media screen and (max-width: 1300px) {
.event-sign-up-text__title {
font-size: 3rem;
}
}
.event-sign-up-text__sub-title {
position: relative;
display: block;
margin: 0;
padding-left: 120px;
font-size: 0.9rem;
line-height: 1.6;
font-weight: 600;
color: #212933;
}
.event-sign-up-text__sub-title:before {
content: "";
position: absolute;
left: 0;
top: 14px;
display: block;
width: 100px;
height: 2px;
background-color: rgba(232, 233, 234, 0.5);
}
@media screen and (max-width: 1300px) {
.event-sign-up-text__sub-title {
padding-left: 80px;
}
.event-sign-up-text__sub-title:before {
width: 60px;
}
}
.event-sign-up-text__paragraph {
margin-top: 40px;
max-width: 480px;
font-size: 0.8rem;
line-height: 1.6;
color: #999691;
}
.event-sign-up-text__paragraph a {
text-decoration: none;
color: #4A90E2;
}
.event-sign-up-text__paragraph a:hover {
text-decoration: underline;
}
.event-sign-up-text__calender-title {
margin: 60px 0 10px;
font-size: 1rem;
line-height: 1.4;
font-weight: 400;
color: #999691;
}
.event-sign-up-text__add-to-calender {
display: inline-block;
margin: 5px 0 0 5px;
padding: 6px 10px 12px;
border: 1px solid rgba(153, 150, 145, 0.25);
border-radius: 8px;
text-decoration: none;
}
.event-sign-up-text__add-to-calender .icon {
position: relative;
top: 4px;
}
.event-sign-up-text__add-to-calender .text {
margin-left: 10px;
font-size: 0.7rem;
line-height: 1.2;
color: #999691;
}
.event-sign-up-text__add-to-calender:hover {
border-color: #999691;
}
.event-sign-up-text__add-to-calender:hover .text {
color: #85827c;
}
@media screen and (max-width: 1200px) {
.event-sign-up-text {
padding-bottom: 80px;
}
}
@media screen and (min-width: 1201px) {
.event-sign-up-text--large {
padding-bottom: 180px;
}
}
.event-sign-up-success-after-row {
position: relative;
z-index: 1;
border-top: 2px solid rgba(232, 233, 234, 0.5);
}
.event-sign-up-success-after-row .follow-us-block, .event-sign-up-success-after-row .upcoming-event {
display: inline-block;
vertical-align: top;
}
.event-sign-up-success-after-row .follow-us-block {
margin-top: calc(132px - 1.4rem);
width: 33.3333333333%;
margin-right: 16.6666666667%;
}
.event-sign-up-success-after-row .upcoming-event {
width: 50%;
}
.event-sign-up-success-after-row .upcoming-event .label-title {
margin-top: -1.4rem;
margin-bottom: 60px;
}
.event-sign-up-success-after-row .upcoming-event .event {
max-width: 360px;
}
.event-sign-up-success-after-row .upcoming-event__no-event {
font-size: 0.8rem;
line-height: 1.2;
color: #999691;
}
@media screen and (max-width: 1500px) {
.event-sign-up-success-after-row .follow-us-block {
width: 41.6666666667%;
margin-right: 8.3333333333%;
}
}
@media screen and (max-width: 1200px) {
.event-sign-up-success-after-row .grid-row {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: flex-start;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
}
.event-sign-up-success-after-row .upcoming-event {
-ms-order: 1;
order: 1;
width: 100%;
}
.event-sign-up-success-after-row .follow-us-block {
-ms-order: 2;
order: 2;
width: 100%;
max-width: 510px;
margin-top: 60px;
margin-right: 0;
}
}
@media screen and (max-width: 700px) {
.event-sign-up-success-after-row .grid-row {
padding: 0;
}
.event-sign-up-success-after-row .upcoming-event {
padding: 0 20px;
}
.event-sign-up-success-after-row .follow-us-block {
max-width: none;
}
}
.course-trainers {
display: flex;
margin-top: 40px;
margin-bottom: 20px;
}
.course-trainers__item {
margin: 0 20px 20px 0;
text-align: center;
}
.course-trainers__image {
width: 160px;
height: 180px;
border-radius: 24px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
margin-bottom: 15px;
}
.course-trainers__name {
font-size: 0.8rem;
line-height: 1.6;
font-weight: 600;
color: #212933;
}
.magazine-navigator {
position: relative;
overflow-x: hidden;
}
.magazine-navigator:after {
content: "";
position: absolute;
z-index: -1;
bottom: 0;
left: 0;
display: block;
height: 2px;
width: 100%;
background-color: rgba(232, 233, 234, 0.5);
}
.magazine-navigator h1 {
margin: 0;
font-size: 4rem;
line-height: 1.2;
font-family: "Abril Fatface", serif;
font-weight: 400;
color: #212933;
}
@media screen and (max-width: 1300px) {
.magazine-navigator h1 {
font-size: 2.5rem;
}
}
.magazine-navigator .magazine-menu {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: flex-start;
align-items: center;
}
.magazine-navigator .magazine-menu .label {
margin: 0;
padding-bottom: 10px;
font-size: 0.5rem;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
color: #999691;
}
.magazine-navigator .magazine-menu ul {
list-style: none;
margin: 0 0 0 60px;
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: flex-start;
align-items: center;
padding: 0;
}
.magazine-navigator .magazine-menu ul li {
margin: 0 30px 0 0;
font-size: 0.8rem;
line-height: 1.2;
}
.magazine-navigator .magazine-menu ul li a {
position: relative;
display: block;
padding-bottom: 10px;
text-decoration: none;
color: #212933;
}
.magazine-navigator .magazine-menu ul li a:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
display: block;
width: 100%;
height: 2px;
transform: scale3d(0, 1, 1);
opacity: 0;
transform-origin: 0 50%;
background-color: rgba(33, 41, 51, 0.3);
transition: transform 0.3s, opacity 0.3s;
}
.magazine-navigator .magazine-menu ul li a:hover:after {
opacity: 1;
transform: scale3d(1, 1, 1);
}
@media screen and (max-width: 1400px) {
.magazine-navigator .magazine-menu ul li:nth-of-type(4) {
display: none;
}
}
@media screen and (max-width: 1100px) {
.magazine-navigator .magazine-menu ul li:nth-of-type(3) {
display: none;
}
}
.magazine-navigator .magazine-menu ul li.active {
font-weight: 600;
}
.magazine-navigator .magazine-menu ul li.active a:after {
opacity: 1;
background-color: #FEBC5E;
transform: scale3d(1, 1, 1);
}
.magazine-navigator .magazine-menu .history {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: flex-start;
align-items: center;
padding-bottom: 10px;
font-size: 0.7rem;
line-height: 1.2;
color: rgba(33, 41, 51, 0.5);
text-decoration: none;
transition: color 0.2s;
}
.magazine-navigator .magazine-menu .history .arrow {
margin-left: 5px;
opacity: 0.5;
transform: translate3d(0, 0, 0);
transition: opacity 0.2s, transform 0.3s;
}
.magazine-navigator .magazine-menu .history:hover {
color: #212933;
}
.magazine-navigator .magazine-menu .history:hover .arrow {
opacity: 1;
transform: translate3d(3px, 0, 0);
}
@media screen and (max-width: 700px) {
.magazine-navigator .magazine-menu {
display: none;
margin-top: 60px;
}
.magazine-navigator .magazine-menu .label {
margin-bottom: 10px;
}
.magazine-navigator .magazine-menu ul {
display: inline-block;
margin: 0;
}
.magazine-navigator .magazine-menu ul li {
margin-right: 0;
}
.magazine-navigator .magazine-menu ul li + li {
margin-top: 20px;
}
.magazine-navigator .magazine-menu ul li:nth-of-type(3) {
display: block;
}
.magazine-navigator .magazine-menu ul li a {
padding-bottom: 5px;
}
.magazine-navigator .magazine-menu ul li a:before {
content: "";
position: absolute;
left: -100vw;
bottom: 0;
display: block;
width: 200vw;
height: 2px;
background-color: rgba(232, 233, 234, 0.5);
}
.magazine-navigator .magazine-menu .history {
margin-top: 20px;
}
}
.magazine-navigator .older-mobile-button {
display: none;
margin: 40px 0 0;
font-size: 0.8rem;
line-height: 1.2;
color: #212933;
text-decoration: none;
font-weight: 600;
border-radius: 20px;
padding: 9px 25px;
border: 1px solid #dcceba;
}
.magazine-navigator--header {
margin-bottom: 150px;
}
.magazine-navigator--header .magazine-menu {
margin-top: 120px;
}
.magazine-navigator--footer {
margin: 120px 0;
}
@media screen and (max-width: 1600px) {
.magazine-navigator--footer {
margin-top: 40px;
}
}
@media screen and (max-width: 700px) {
.magazine-navigator:after {
display: none;
}
.magazine-navigator--header {
margin-bottom: 75px;
}
.magazine-navigator .older-mobile-button {
display: inline-block;
}
}
.magazine-article {
transition: opacity 0.6s;
}
.magazine-article a {
text-decoration: none;
}
.magazine-article .magazine-article__placeholder {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
}
.magazine-article .magazine-article__placeholder .image {
width: calc(50% - 30px);
}
.magazine-article .magazine-article__placeholder .image figure {
position: relative;
width: 100%;
height: 100%;
padding-bottom: 66.67%;
overflow: hidden;
background-color: #E8E9EA;
}
.magazine-article .magazine-article__placeholder .image figure .secretly-an-img {
position: absolute;
left: 0;
top: 0;
display: none;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
transform: scale3d(1, 1, 1);
transition: transform 0.6s;
}
.magazine-article .magazine-article__placeholder .image figure .secretly-an-img--small {
display: block;
}
.magazine-article .magazine-article__placeholder .description {
width: 50%;
}
.magazine-article .magazine-article__placeholder .description .title, .magazine-article .magazine-article__placeholder .description p, .magazine-article .magazine-article__placeholder .description .read-more {
transition: color 0.3s;
}
.magazine-article .magazine-article__placeholder .description .title {
margin: 0;
font-size: 1.4rem;
line-height: 1.2;
font-weight: bold;
color: #17212A;
}
@media screen and (max-width: 850px) {
.magazine-article .magazine-article__placeholder .description .title {
font-size: 1.2rem;
}
}
.magazine-article .magazine-article__placeholder .description p, .magazine-article .magazine-article__placeholder .description .read-more {
font-size: 0.7rem;
line-height: 1.4;
color: #999691;
}
.magazine-article .magazine-article__placeholder .description p {
margin: 1.1rem 0;
}
.magazine-article .magazine-article__placeholder .description .read-more {
color: #4A90E2;
}
.magazine-article .magazine-article__placeholder:hover .image figure .secretly-an-img {
transform: scale3d(1.05, 1.05, 1);
}
.magazine-article .magazine-article__placeholder:hover .description .title {
color: #003470;
}
.magazine-article .magazine-article__placeholder:hover .description p {
color: #212933;
}
.magazine-article .magazine-article__placeholder:hover .description .read-more {
color: #003470;
}
@media screen and (max-width: 700px) {
.magazine-article .magazine-article__placeholder {
display: block;
}
.magazine-article .magazine-article__placeholder .image, .magazine-article .magazine-article__placeholder .description {
width: 100%;
}
}
@media screen and (max-width: 700px) and (min-width: 526px) {
.magazine-article .magazine-article__placeholder .image {
max-width: 425px;
}
}
@media screen and (max-width: 700px) {
.magazine-article .magazine-article__placeholder .description {
margin-top: 30px;
}
}
.magazine-articles-row .overview .grid {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
width: 100%;
margin-top: 100px;
}
.magazine-articles-row .overview .grid .magazine-article {
width: 50%;
padding-left: 30px;
padding-top: 50px;
}
@media screen and (max-width: 1300px) {
.magazine-articles-row .overview .grid {
display: block;
max-width: 800px;
padding: 0 30px;
}
.magazine-articles-row .overview .grid .magazine-article {
width: 100%;
padding-left: 0;
padding-top: 0;
}
.magazine-articles-row .overview .grid .magazine-article + .magazine-article {
margin-top: 60px;
}
}
.magazine-articles-row .overview .no-articles {
margin: 2rem 0 150px;
text-align: center;
font-size: 0.85rem;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
color: rgba(153, 150, 145, 0.5);
}
.magazine-articles-row aside {
display: flex;
-webkit-justify-content: flex-end;
-moz-justify-content: flex-end;
-ms-justify-content: flex-end;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: flex-end;
align-items: flex-start;
margin-top: 100px;
}
.magazine-articles-row aside .pagination {
width: 50%;
}
.magazine-articles-row aside .advertise-in-magazine {
width: calc(50% - 30px);
}
@media screen and (max-width: 1200px) {
.magazine-articles-row aside {
display: block;
}
.magazine-articles-row aside .pagination {
width: 100%;
}
.magazine-articles-row aside .advertise-in-magazine {
margin-top: 100px;
width: 100%;
max-width: 600px;
}
}
.magazine-articles-row--no-highlighted-article .overview .grid {
margin-top: -100px;
}
@media screen and (max-width: 900px) {
.magazine-articles-row {
width: 100%;
max-width: 700px;
padding: 0 20px;
}
.magazine-articles-row .overview .grid {
padding: 0;
}
}
.contact-tags-row {
border-top: 2px solid rgba(232, 233, 234, 0.5);
border-bottom: 2px solid rgba(232, 233, 234, 0.5);
padding: 30px 0 65px;
}
.contact-tags-row .block {
display: inline-block;
vertical-align: top;
width: 50%;
padding-left: 30px;
}
.contact-tags-row .block label {
display: block;
margin: 0 0 30px;
font-size: 0.5rem;
line-height: 1.2;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
color: #999691;
}
.contact-tags-row .block--contact .placeholder {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
}
.contact-tags-row .block--contact .image {
width: calc(50% - 30px);
}
.contact-tags-row .block--contact .image figure {
position: relative;
width: 100%;
height: 0;
padding-bottom: 66.67%;
}
@media screen and (min-width: 1301px) {
.contact-tags-row .block--contact .image figure {
padding-bottom: 50%;
}
}
.contact-tags-row .block--contact .image figure span {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-size: contain;
background-position: top center;
background-repeat: no-repeat;
}
.contact-tags-row .block--contact .contact-info {
width: 50%;
}
.contact-tags-row .block--contact .contact-info--no-image {
width: 100%;
}
.contact-tags-row .block--contact .contact-info h4, .contact-tags-row .block--contact .contact-info .title {
margin: 0;
font-size: 1.2rem;
line-height: 1.4;
color: #999691;
font-weight: 400;
}
.contact-tags-row .block--contact .contact-info p, .contact-tags-row .block--contact .contact-info a {
font-size: 0.8rem;
line-height: 1.6;
}
.contact-tags-row .block--contact .contact-info p {
color: #999691;
}
.contact-tags-row .block--contact .contact-info a {
text-decoration: none;
color: #4A90E2;
}
.contact-tags-row .block--contact .contact-info a:hover {
text-decoration: underline;
}
.contact-tags-row .block--contact .contact-info__login {
display: block;
margin-top: 10px;
font-size: 0.7rem;
line-height: 1.2;
color: rgba(153, 150, 145, 0.65);
}
.contact-tags-row .block--contact .contact-info__login a {
text-decoration: none;
color: #4A90E2;
font-size: 0.7rem;
}
.contact-tags-row .block--contact .contact-info__login a:hover {
text-decoration: underline;
}
.contact-tags-row .block--contact .contact-info .company-detail-page {
display: block;
margin-top: 10px;
font-size: 0.75rem;
font-weight: 600;
color: #212933;
}
.contact-tags-row .block--tags .tag {
display: block;
}
.contact-tags-row .block--tags .tag + .tag {
margin-top: 8px;
}
@media screen and (max-width: 850px) {
.contact-tags-row {
padding-bottom: 30px;
}
.contact-tags-row .grid-row {
width: 100%;
padding: 0 !important;
}
.contact-tags-row .block {
padding: 0 7.1428571429%;
padding-left: 7.1428571429%;
width: 100%;
}
}
@media screen and (max-width: 850px) and (max-width: 700px) {
.contact-tags-row .block {
padding-left: 20px;
padding-right: 20px;
}
}
@media screen and (max-width: 850px) {
.contact-tags-row .block--tags {
padding-top: 30px;
border-top: 2px solid rgba(232, 233, 234, 0.5);
}
}
.other-articles-row .label-title {
margin-left: 30px;
}
.other-articles-row .placeholder {
margin-top: 55px;
}
.other-articles-row .other-articles, .other-articles-row .side-content {
display: inline-block;
vertical-align: top;
}
.other-articles-row .other-articles {
width: 50%;
padding-left: 30px;
}
.other-articles-row .other-articles .magazine-article + .magazine-article {
margin-top: 50px;
}
.other-articles-row .other-articles > p {
margin: 2rem 0;
font-size: 0.85rem;
line-height: 1.2;
font-weight: 600;
color: #999691;
}
.other-articles-row .side-content {
width: 50%;
padding-left: 30px;
}
@media screen and (max-width: 1400px) {
.other-articles-row .other-articles, .other-articles-row .side-content {
display: block;
width: 100%;
max-width: 800px;
}
.other-articles-row .other-articles {
margin-bottom: 100px;
}
}
@media screen and (max-width: 1000px) {
.other-articles-row .label-title {
margin-left: 0;
}
.other-articles-row .other-articles, .other-articles-row .side-content {
padding-left: 0;
}
}
@media screen and (max-width: 700px) {
.other-articles-row .grid-row {
padding: 0;
}
.other-articles-row .label-title {
margin-left: 20px;
margin-right: 20px;
}
.other-articles-row .other-articles {
width: calc(100% - 40px);
margin-left: auto;
margin-right: auto;
}
}
.magazine-item a {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
text-decoration: none;
max-width: 800px;
}
.magazine-item a .image {
position: relative;
display: block;
width: 240px;
box-shadow: 0 2px 4px 0 #E8E9EA;
transition: box-shadow 0.3s;
}
.magazine-item a .image:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: linear-gradient(-90deg, transparent 4%, rgba(255, 255, 255, 0.2) 61%, rgba(255, 255, 255, 0.4) 85%, rgba(232, 233, 234, 0) 96%);
opacity: 0.01;
transition: opacity 0.3s;
}
.magazine-item a .image img {
width: 100%;
}
.magazine-item a .description {
width: calc(100% - 280px);
}
.magazine-item a .description h3, .magazine-item a .description p, .magazine-item a .description .read-more, .magazine-item a .description .year {
transition: color 0.3s;
}
.magazine-item a .description h3 {
margin: 20px 0 0;
font-size: 1.4rem;
line-height: 1.2;
color: #17212A;
}
.magazine-item a .description p, .magazine-item a .description .read-more, .magazine-item a .description .year {
font-size: 0.7rem;
line-height: 1.4;
color: #999691;
}
.magazine-item a .description p {
margin: 1.1rem 0;
}
.magazine-item a .description .read-more {
color: #4A90E2;
}
.magazine-item a:hover .image {
box-shadow: 0 3px 12px 0 rgba(33, 41, 51, 0.6);
}
.magazine-item a:hover .image:after {
opacity: 0.8;
}
.magazine-item a:hover .description h3 {
color: #003470;
}
.magazine-item a:hover .description p, .magazine-item a:hover .description .year {
color: #212933;
}
.magazine-item a:hover .description .read-more {
color: #003470;
}
@media screen and (max-width: 1550px) {
.magazine-item a .image {
width: 180px;
}
.magazine-item a .description {
width: calc(100% - 220px);
}
}
@media screen and (max-width: 625px) {
.magazine-item a {
display: block;
}
.magazine-item a .description {
width: 100%;
margin-top: 30px;
}
}
.magazines-row .overview {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
}
.magazines-row .overview .magazine-item {
width: calc((100% - 40px) / 2);
margin-bottom: 80px;
}
@media screen and (max-width: 1300px) {
.magazines-row .overview {
display: block;
}
.magazines-row .overview .magazine-item {
width: 100%;
}
}
.highlighted-model-row {
position: relative;
}
.highlighted-model-row:after {
content: "";
position: absolute;
z-index: -1;
left: 0;
top: 50px;
display: block;
width: 100%;
height: calc(100% - 100px);
background-color: #dcceba;
}
.highlighted-model-row .grid-row .label-title {
position: relative;
z-index: 2;
top: 7px;
margin: -1.4rem 1.4rem;
}
.highlighted-model-row .grid-row .highlighted-model {
position: relative;
display: block;
width: 83.3333333333%;
text-decoration: none;
}
.highlighted-model-row .grid-row .highlighted-model figure {
position: relative;
z-index: 1;
width: 100%;
height: 0;
padding-bottom: 57%;
background-color: #E8E9EA;
}
.highlighted-model-row .grid-row .highlighted-model figure:before {
content: "";
position: absolute;
z-index: 2;
left: 0;
bottom: 0;
display: block;
width: 100%;
height: 75%;
background: linear-gradient(0deg, rgba(23, 33, 42, 0.8) 0%, rgba(23, 33, 42, 0) 100%);
}
.highlighted-model-row .grid-row .highlighted-model figure .secretly-an-img {
position: absolute;
z-index: 1;
left: 0;
top: 0;
display: none;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.highlighted-model-row .grid-row .highlighted-model figure .secretly-an-img--large {
display: block;
}
.highlighted-model-row .grid-row .highlighted-model h2 {
position: absolute;
z-index: 2;
right: 10%;
bottom: 60px;
margin: 0;
width: 60%;
font-family: "Abril Fatface", serif;
font-size: 3rem;
line-height: 1.1;
font-weight: 400;
color: white;
}
.highlighted-model-row .grid-row .highlighted-model .mobile-description {
display: none;
margin: 0 0 20px;
font-size: 0.7rem;
line-height: 1.6;
color: black;
opacity: 0.7;
}
.highlighted-model-row .grid-row .highlighted-model .read-more {
position: absolute;
left: 30%;
bottom: -0.7rem;
}
.highlighted-model-row .grid-row .highlighted-model .read-more-mobile {
display: none;
font-size: 0.7rem;
line-height: 1.2;
font-weight: 500;
color: #4A90E2;
}
#news .highlighted-model-row .grid-row .highlighted-model h2 {
right: auto;
left: calc(10% + 20px);
width: calc(100% - (10% + 20px));
}
#news .highlighted-model-row .grid-row .highlighted-model .read-more {
left: calc(10% + 20px);
}
@media screen and (max-width: 1400px) {
#news .highlighted-model-row .grid-row .highlighted-model h2, #news .highlighted-model-row .grid-row .highlighted-model .read-more {
left: 1.4rem;
}
#news .highlighted-model-row .grid-row .highlighted-model h2 {
width: calc(100% - 1.4rem);
}
}
.highlighted-model-row .grid-row .highlighted-model:hover .read-more {
background-color: #212933;
color: white;
}
@media screen and (max-width: 1400px) {
.highlighted-model-row .grid-row .highlighted-model h2 {
width: 90%;
right: auto;
left: 10%;
padding-right: 20px;
font-size: 2.25rem;
}
.highlighted-model-row .grid-row .highlighted-model .read-more {
left: 10%;
}
}
@media screen and (max-width: 1100px) {
.highlighted-model-row .grid-row .highlighted-model {
width: 100%;
}
.highlighted-model-row .grid-row .highlighted-model h2, .highlighted-model-row .grid-row .highlighted-model .read-more {
left: 1.4rem;
}
}
@media screen and (max-width: 900px) {
.highlighted-model-row .grid-row .highlighted-model h2 {
font-size: 1.8rem;
}
}
@media screen and (max-width: 900px) {
.highlighted-model-row {
background-color: #dcceba;
}
.highlighted-model-row:after {
display: none;
}
.highlighted-model-row .grid-row {
width: 100%;
max-width: 700px;
padding: 0 20px 80px;
}
.highlighted-model-row .grid-row .label-title {
margin: -1.4rem 20px 65px;
top: 0;
}
.highlighted-model-row .grid-row .highlighted-model h2 {
position: relative;
left: 0;
bottom: 0;
width: 100%;
margin: 0 0 20px;
padding-right: 0;
font-family: "Poppins", sans-serif;
font-weight: 700;
color: #212933;
font-size: 1.4rem;
line-height: 1.2;
}
#news .highlighted-model-row .grid-row .highlighted-model h2 {
left: 0;
width: 100%;
}
.highlighted-model-row .grid-row .highlighted-model .mobile-description {
display: block;
}
.highlighted-model-row .grid-row .highlighted-model .overlay-button {
display: none;
}
.highlighted-model-row .grid-row .highlighted-model .read-more-mobile {
display: inline-block;
}
}
@media screen and (max-width: 900px) and (min-width: 701px) {
.highlighted-model-row .grid-row .highlighted-model {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
}
.highlighted-model-row .grid-row .highlighted-model figure {
padding-bottom: 0;
height: auto;
width: calc(50% - 30px);
}
.highlighted-model-row .grid-row .highlighted-model figure .image-placeholder {
position: relative;
z-index: 1;
width: 100%;
height: 0;
padding-bottom: 66.67%;
display: block;
}
.highlighted-model-row .grid-row .highlighted-model figure:before {
display: none;
}
.highlighted-model-row .grid-row .highlighted-model .content {
width: 50%;
}
}
@media screen and (max-width: 700px) {
.highlighted-model-row .grid-row .label-title {
margin: -1.2rem 0 65px;
}
.highlighted-model-row .grid-row .highlighted-model .content {
margin-top: 20px;
}
}
.article-header h1 {
width: 75%;
margin: 0;
font-family: "Abril Fatface", serif;
font-size: 4rem;
line-height: 1.1;
font-weight: 400;
color: #212933;
}
#newsArticle .article-header h1 {
margin-bottom: 120px;
}
.article-header .sub-title {
position: relative;
display: block;
margin: 10px 0 0;
padding-left: 16.6666666667%;
font-size: 0.9rem;
line-height: 1.1;
font-weight: 600;
color: #212933;
}
.article-header .sub-title:before {
content: "";
position: absolute;
left: 0;
top: 8px;
display: block;
width: calc(16.6666666667% - 20px);
height: 2px;
background-color: rgba(232, 233, 234, 0.5);
}
.article-header .partners {
margin-top: 40px;
text-align: right;
}
.article-header .partners p {
margin: 0;
font-size: 0.7rem;
line-height: 1.4;
color: #999691;
}
.article-header .partners p + p {
margin-top: 3px;
}
.article-header .partners p strong {
font-weight: 600;
}
.article-header .back-to-overview {
position: relative;
z-index: 2;
margin-top: 30px;
max-width: 130px;
}
.article-header .image-row {
position: relative;
z-index: 1;
margin-top: -30px;
}
.article-header .image-row:after {
content: "";
position: absolute;
z-index: -1;
left: 0;
top: 60px;
display: block;
width: 100%;
height: calc(100% - 120px);
background-color: #dcceba;
}
.article-header .image-row .images {
margin-left: 16.6666666667%;
width: 83.3333333333%;
}
@media screen and (max-width: 1200px) {
.article-header h1 {
width: 100%;
max-width: 700px;
font-size: 3rem;
}
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
.article-header h1 {
font-size: 2.5rem;
}
}
@media screen and (max-width: 1200px) {
.article-header .image-row .images {
width: calc(100% - 150px);
margin-left: 150px;
}
}
@media screen and (max-width: 500px) {
.article-header h1 {
font-size: 1.6rem;
}
.article-header .partners {
text-align: left;
}
.article-header .image-row {
margin-top: 20px;
}
.article-header .image-row .grid-row {
padding: 0;
}
.article-header .image-row .images {
margin-left: 0;
width: 100%;
}
}
.news-articles-row .overview, .news-articles-row aside {
display: inline-block;
vertical-align: top;
}
.news-articles-row .overview {
width: 66.6666666667%;
}
.news-articles-row .overview .grid {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
width: 100%;
}
.news-articles-row .overview .grid .news-article {
width: 43.75%;
margin-bottom: 40px;
}
@media screen and (max-width: 1600px) {
.news-articles-row .overview .grid .news-article {
width: 46.875%;
}
}
.news-articles-row .overview .no-articles {
margin: 2rem 0 150px;
text-align: center;
font-size: 0.85rem;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
color: rgba(153, 150, 145, 0.5);
}
.news-articles-row .overview .pagination {
margin-top: 80px;
}
.news-articles-row aside {
position: relative;
width: 33.3333333333%;
right: -4.1666666667%;
}
@media screen and (max-width: 1300px) {
.news-articles-row .overview {
width: 50%;
}
.news-articles-row .overview .grid {
display: block;
}
.news-articles-row .overview .grid .news-article {
width: 100%;
max-width: 475px;
}
.news-articles-row aside {
width: 41.6666666667%;
margin-left: 4.1666666667%;
}
}
@media screen and (max-width: 1000px) {
.news-articles-row .overview {
width: 100%;
}
.news-articles-row aside {
display: block;
width: 100%;
max-width: 475px;
right: 0;
margin-top: 60px;
margin-left: 0;
}
}
@media screen and (max-width: 700px) {
.news-articles-row.grid-row {
padding: 0;
}
.news-articles-row .overview {
padding: 0 20px;
}
.news-articles-row aside {
max-width: none;
margin-bottom: 0;
}
}
.news-article {
border-bottom: 2px solid #dcceba;
background-color: transparent;
transition: background-color 0.3s;
}
.news-article a {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: space-between;
align-items: center;
text-decoration: none;
}
.news-article .image {
width: 28.5714285714%;
}
.news-article .image figure {
position: relative;
width: 100%;
height: 0;
padding-bottom: 100%;
overflow: hidden;
background-color: #E8E9EA;
}
.news-article .image figure .secretly-an-img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
transform: scale3d(1, 1, 1);
transition: transform 0.6s;
}
.news-article .description {
width: calc(100% - 28.5714285714% - 25px);
padding: 10px 20px;
}
.news-article .description p {
margin: 0;
font-size: 0.5rem;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
color: #999691;
}
.news-article .description h3 {
margin: 10px 0 0;
font-size: 0.75rem;
line-height: 1.4;
font-weight: 600;
color: #212933;
}
.news-article .arrow {
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
width: 25px;
height: 25px;
transform: translate3d(0, 0, 0);
transition: transform 0.3s;
}
.news-article .arrow svg {
transform: rotate(270deg);
}
.news-article:hover {
background-color: rgba(220, 206, 186, 0.2);
}
@media screen and (max-width: 1600px) {
.news-article .image {
width: 26.6666666667%;
}
.news-article .description {
width: calc(100% - 26.6666666667% - 25px);
}
}
.companies-row {
margin-bottom: 100px;
}
.companies-row .companies, .companies-row .side-content {
display: inline-block;
vertical-align: top;
}
.companies-row .companies {
width: 58.3333333333%;
}
.companies-row .companies .companies--description {
margin-bottom: 60px;
max-width: 600px;
}
.companies-row .companies .companies--grid {
margin-top: 80px;
}
.companies-row .side-content {
margin-left: 8.3333333333%;
width: 33.3333333333%;
}
.companies-row .side-content .upcoming-events {
margin-top: 85px;
}
.companies-row .companies--description .kms-content p, .companies-row .companies--description .kms-content li {
font-size: 1rem;
font-weight: 500;
}
.companies-row .companies--grid {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: space-between;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
}
.companies-row .companies--grid .company {
position: relative;
display: block;
width: calc((100% - 120px) / 3);
margin-bottom: 60px;
}
.companies-row .companies--grid .company.hide, .companies-row .companies--grid .company.is-hidden-by-branch-filter, .companies-row .companies--grid .company.is-hidden-by-region-filter {
display: none;
}
@media screen and (max-width: 1680px) {
.companies-row .companies--grid .company {
width: calc((100% - 80px) / 3);
margin-bottom: 40px;
}
}
@media screen and (max-width: 750px) {
.companies-row .companies--grid .company {
width: calc((100% - 40px) / 2);
margin-bottom: 40px;
}
}
@media screen and (max-width: 600px) {
.companies-row .companies--grid .company {
width: calc((100% - 20px) / 2);
margin-bottom: 20px;
}
}
@media screen and (max-width: 450px) {
.companies-row .companies--grid .company {
width: 100%;
margin: 0 auto;
max-width: 240px;
margin-bottom: 40px;
}
}
@supports (display: grid) {
.companies-row .companies--grid {
display: block;
}
@media screen and (min-width: 451px) {
.companies-row .companies--grid {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 20px;
}
.companies-row .companies--grid .company {
width: 100% !important;
margin-bottom: 0 !important;
}
}
@media screen and (min-width: 451px) and (min-width: 601px) {
.companies-row .companies--grid {
grid-gap: 40px;
}
}
@media screen and (min-width: 451px) and (min-width: 751px) {
.companies-row .companies--grid {
grid-template-columns: 1fr 1fr 1fr;
}
}
}
.companies-row .upcoming-events {
position: relative;
padding: 65px 3vw;
background-color: #dcceba;
}
@media screen and (min-width: 1681px) {
.companies-row .upcoming-events {
padding: 65px 60px;
}
}
.companies-row .upcoming-events .label-title {
position: absolute;
top: -1.4rem;
left: 30px;
}
.companies-row .upcoming-events .event {
position: relative;
z-index: 2;
}
.companies-row .upcoming-events .event + .event {
margin-top: 60px;
}
.companies-row .upcoming-events .event a figure {
background-color: #d3c2a9;
}
.companies-row .upcoming-events .event a .content h3 {
color: white;
}
.companies-row .upcoming-events .event a:hover:after {
background-color: rgba(33, 41, 51, 0.05);
}
.companies-row .upcoming-events .button-placeholder {
position: absolute;
bottom: -20px;
left: 0;
width: 100%;
text-align: center;
}
.companies-row .upcoming-events .button-placeholder .overlay-button:hover {
background-color: #212933;
color: white;
}
@media screen and (max-width: 1300px) {
.companies-row .grid-row {
width: 100% !important;
padding: 0 !important;
}
.companies-row .companies {
width: 100%;
padding: 0 7.1428571429%;
}
}
@media screen and (max-width: 1300px) and (max-width: 700px) {
.companies-row .companies {
padding: 0 20px;
}
}
@media screen and (max-width: 1300px) {
.companies-row .side-content {
width: 100%;
margin-top: 120px;
margin-left: 0;
}
}
@media screen and (max-width: 1300px) {
.companies-row .become-member {
margin: 0 auto;
}
}
@media screen and (max-width: 1300px) and (min-width: 701px) {
.companies-row .become-member {
max-width: 480px;
}
}
@media screen and (max-width: 1300px) {
.companies-row .upcoming-events {
padding: 140px 7.1428571429% 65px;
}
.companies-row .upcoming-events .label-title {
left: 7.1428571429%;
}
.companies-row .upcoming-events .events {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
margin: 0 auto;
}
.companies-row .upcoming-events .events .event {
width: calc((100% - 100px) / 3);
}
.companies-row .upcoming-events .events .event + .event {
margin-top: 0;
}
}
@media screen and (max-width: 1300px) and (max-width: 950px) {
.companies-row .upcoming-events .events .event {
width: calc((100% - 50px) / 2);
}
.companies-row .upcoming-events .events .event:nth-child(3) {
margin-top: 30px;
}
}
@media screen and (max-width: 1300px) and (max-width: 700px) {
.companies-row .upcoming-events {
padding: 75px 20px 45px;
}
.companies-row .upcoming-events .label-title {
left: 20px;
}
.companies-row .upcoming-events .events {
display: block;
max-width: 425px;
}
.companies-row .upcoming-events .events .event {
width: 100%;
}
.companies-row .upcoming-events .events .event + .event {
margin-top: 30px;
}
}
.company-grid-item {
display: block;
width: 100%;
height: 0;
padding-bottom: 60%;
border: 2px solid rgba(232, 233, 234, 0.5);
transition: border 0.2s;
}
.company-grid-item__icon {
position: absolute;
left: 10px;
top: 10px;
width: calc(100% - 20px);
height: calc(100% - 20px);
}
.company-grid-item__image {
-o-object-fit: contain;
object-fit: contain;
}
.company-grid-item__name {
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
font-size: 1rem;
line-height: 1.1;
font-weight: 500;
text-align: center;
color: #999691;
word-break: break-word;
}
@media screen and (max-width: 1550px) {
.company-grid-item__name {
font-size: 0.8rem;
}
}
@media screen and (max-width: 1300px) {
.company-grid-item__name {
font-size: 1rem;
}
}
@media screen and (max-width: 1000px) {
.company-grid-item__name {
font-size: 0.8rem;
}
}
.company-grid-item:hover {
border: 2px solid rgba(33, 41, 51, 0.25);
}
.company-filter-menu .filters {
margin: 10px 0;
cursor: pointer;
}
.company-filter-menu .filters .select {
width: calc((100% - 20px) / 2);
max-width: 280px;
}
.company-filter-menu .filters .select + .select {
margin-left: 20px;
}
.company-filter-menu .filters .select .select-wrapper {
position: relative;
display: block;
}
.company-filter-menu .filters .select .icon {
position: absolute;
right: 15px;
top: 24px;
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 6px 0 6px;
border-color: #999691 transparent transparent transparent;
opacity: 0.3;
pointer-events: none;
}
.company-filter-menu .filters .select select {
display: block;
width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
font-family: "Poppins", sans-serif;
background-color: white;
padding: 18px 35px 15px 20px;
border: 1px rgba(153, 150, 145, 0.25) solid;
border-radius: 4px;
font-size: 0.7rem;
line-height: 1.2;
font-weight: 500;
color: #212933;
}
.company-filter-menu .filters .select select:focus {
box-shadow: none;
outline: none;
}
@media screen and (max-width: 550px) {
.company-filter-menu .filters {
display: block;
}
.company-filter-menu .filters .select {
width: 100%;
}
.company-filter-menu .filters .select + .select {
margin-top: 10px;
margin-left: 0;
}
}
.main-content--company .images {
width: 50%;
}
.main-content--company .content {
width: 50%;
}
.main-content--company .content h1 {
margin: 0;
font-size: 3rem;
line-height: 1.25;
font-family: "Abril Fatface", serif;
font-weight: 400;
color: #17212A;
}
.main-content--company .content .placeholder {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: flex-start;
align-items: flex-start;
margin-top: 60px;
}
.main-content--company .content .placeholder .back-to-overview {
margin-top: 5px;
width: 16.6666666667%;
}
.main-content--company .content .placeholder .back-to-overview p {
max-width: 55px;
}
.main-content--company .content .placeholder .kms-content {
width: 83.3333333333%;
}
@media screen and (max-width: 1300px) {
.main-content--company .content {
position: relative;
}
.main-content--company .content h1 {
font-size: 2.5rem;
}
.main-content--company .content .placeholder .back-to-overview {
position: absolute;
left: 0;
top: -65px;
margin-top: 0;
}
.main-content--company .content .placeholder .kms-content {
width: 100%;
}
}
@media screen and (max-width: 900px) {
.main-content--company .images, .main-content--company .content {
width: 100%;
}
}
@media screen and (max-width: 700px) {
.main-content--company .content .placeholder .back-to-overview {
left: 20px;
}
}
.companies-details-members .grid-row {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
}
.companies-details-members .company-block {
position: relative;
}
.companies-details-members .company-block .label-title {
margin: -1.4rem 0 20px;
}
.companies-details-members .company-block--details {
width: 41.6666666667%;
padding: 0 0 60px;
margin: 0 0 0 8.3333333333%;
}
.companies-details-members .company-block--details:after {
content: "";
position: absolute;
z-index: -1;
right: 10%;
top: 0;
width: 100vw;
height: 100%;
background-color: #dcceba;
}
.companies-details-members .company-block--details .panel {
padding: 60px 0 70px;
background-color: white;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.companies-details-members .company-block--details .panel .wrapper {
padding: 0 10%;
}
.companies-details-members .company-block--details .panel .wrapper + .wrapper {
margin-top: 50px;
}
.companies-details-members .company-block--details .panel .wrapper--social .info-block a {
font-size: 0;
opacity: 1;
transition: opacity 0.3s;
}
.companies-details-members .company-block--details .panel .wrapper--social .info-block a + a {
margin-left: 15px;
}
.companies-details-members .company-block--details .panel .wrapper--social .info-block a:hover {
opacity: 0.6;
}
.companies-details-members .company-block--details .panel .wrapper--contact .info-block {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: flex-start;
align-items: center;
}
.companies-details-members .company-block--details .panel .info-block {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: flex-start;
align-items: flex-start;
}
.companies-details-members .company-block--details .panel .info-block + .info-block {
margin-top: 5px;
}
.companies-details-members .company-block--details .panel .info-block .icon {
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
width: 25px;
height: 25px;
margin-right: 15px;
}
.companies-details-members .company-block--details .panel .info-block p, .companies-details-members .company-block--details .panel .info-block a {
display: block;
margin: 0;
font-size: 0.8rem;
line-height: 1.4;
color: #999691;
}
.companies-details-members .company-block--details .panel .info-block a {
text-decoration: none;
color: #4A90E2;
}
.companies-details-members .company-block--details .panel .info-block a:hover {
text-decoration: underline;
}
.companies-details-members .company-block--details .panel .button:hover {
background-color: #fea72b;
}
.companies-details-members .company-block--members {
position: relative;
right: -8.3333333333%;
width: 50%;
}
.companies-details-members .company-block--members .members {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: flex-start;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
}
.companies-details-members .company-block--members .person-circle {
width: 50%;
margin-top: 30px;
}
@media screen and (max-width: 1600px) {
.companies-details-members .company-block--details {
width: 33.3333333333%;
}
.companies-details-members .company-block--members {
width: 58.3333333333%;
}
}
@media screen and (max-width: 1350px) {
.companies-details-members .company-block--details {
width: 50%;
margin-left: 0;
}
.companies-details-members .company-block--members {
width: 50%;
}
.companies-details-members .company-block--members .members {
display: block;
}
.companies-details-members .company-block--members .person-circle {
width: 100%;
}
}
@media screen and (max-width: 900px) {
.companies-details-members .grid-row {
display: block;
}
.companies-details-members .company-block--details {
width: 100%;
margin-left: 0;
}
.companies-details-members .company-block--members {
right: 0;
margin-top: 60px;
width: 100%;
}
.companies-details-members .company-block--members .label-title {
margin-top: 0;
}
}
@media screen and (max-width: 900px) and (min-width: 651px) {
.companies-details-members .company-block--members .members {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: flex-start;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
}
.companies-details-members .company-block--members .person-circle {
width: 50%;
}
}
@media screen and (max-width: 700px) {
.companies-details-members .company-block--details {
padding-bottom: 40px;
}
.companies-details-members .company-block--members {
margin-top: 40px;
}
}
.company-latest-articles .latest-articles, .company-latest-articles .side-content {
display: inline-block;
vertical-align: top;
}
.company-latest-articles .latest-articles {
width: 50%;
}
.company-latest-articles .latest-articles .articles {
margin-top: 60px;
}
.company-latest-articles .latest-articles .magazine-article + .magazine-article {
margin-top: 60px;
}
.company-latest-articles .side-content {
margin-left: 8.3333333333%;
width: 41.6666666667%;
}
@media screen and (max-width: 1400px) {
.company-latest-articles .latest-articles {
width: 100%;
max-width: 740px;
}
.company-latest-articles .side-content {
margin-top: 100px;
margin-left: 0;
width: 100%;
max-width: 600px;
}
}
@media screen and (max-width: 700px) {
.company-latest-articles .grid-row {
padding: 0;
}
.company-latest-articles .latest-articles {
padding: 0 20px;
}
.company-latest-articles .side-content {
max-width: none;
}
}
.about-us-row {
padding: 60px 0 0;
}
.about-us-row .pre-title {
margin: 0 auto;
max-width: 600px;
font-size: 0.5rem;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
color: #999691;
text-align: center;
}
.about-us-row h1 {
margin: 30px auto 0;
max-width: 600px;
text-align: center;
color: #212933;
font-family: "Abril Fatface", serif;
font-size: 2rem;
line-height: 1.4;
font-weight: 400;
}
.about-us-row .persons-wrapper {
position: relative;
margin: 50px auto 0;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
padding-bottom: 180px;
}
.about-us-row .persons-wrapper:before, .about-us-row .persons-wrapper:after {
content: "";
position: absolute;
z-index: -1;
display: block;
background-color: rgba(232, 233, 234, 0.5);
}
.about-us-row .persons-wrapper:before {
left: calc(50% - 125px);
top: 43px;
width: 250px;
height: 2px;
}
.about-us-row .persons-wrapper:after {
bottom: 0;
left: calc(50% - 1px);
width: 2px;
height: calc(100% - 44px);
}
.about-us-row .persons-wrapper .person-circle {
width: 300px;
}
.about-us-row .persons-wrapper .person-circle figure {
width: 88px;
height: 88px;
}
.about-us-row .persons-wrapper .person-circle .description {
width: calc(100% - 125px);
}
@media screen and (min-width: 626px) {
.about-us-row .persons-wrapper .person-circle:first-child figure {
-ms-order: 2;
order: 2;
}
.about-us-row .persons-wrapper .person-circle:first-child .description {
-ms-order: 1;
order: 1;
text-align: right;
}
.about-us-row .persons-wrapper .person-circle + .person-circle {
margin-top: 0;
margin-left: 30px;
}
}
@media screen and (max-width: 625px) {
.about-us-row .pre-title {
text-align: left;
}
.about-us-row h1 {
font-size: 1.4rem;
text-align: left;
}
}
@media screen and (max-width: 625px) and (max-width: 500px) {
.about-us-row h1 br {
display: none;
}
}
@media screen and (max-width: 625px) {
.about-us-row .persons-wrapper {
display: block;
margin: 30px 0 0;
}
.about-us-row .persons-wrapper:before, .about-us-row .persons-wrapper:after {
display: none;
}
.about-us-row .persons-wrapper .person-circle {
width: 100%;
}
.about-us-row .persons-wrapper .person-circle .description {
width: calc(100% - 108px);
}
}
.magazine-article__home .magazine-article__placeholder .image {
width: 42.8571428571%;
}
.magazine-article__home .magazine-article__placeholder .image figure .secretly-an-img {
display: block;
}
.magazine-article__home .magazine-article__placeholder .description {
width: 57.1428571429%;
padding: 0 50px;
}
.magazine-article__home .magazine-article__placeholder .description p {
font-weight: 500;
}
.magazine-article__home .magazine-article__placeholder .description .read-more {
font-size: 0.75rem;
font-weight: 600;
color: #212933;
}
.magazine-article__home .magazine-article__placeholder .description .tags {
margin: 20px 0 0;
}
.magazine-article__home .magazine-article__placeholder .description .tags .tag {
display: inline-block;
margin: 0 6px 6px 0;
}
@media screen and (max-width: 1400px) {
.magazine-article__home .magazine-article__placeholder .image {
width: calc(50% - 30px);
}
.magazine-article__home .magazine-article__placeholder .description {
width: 50%;
padding: 0;
}
}
@media screen and (max-width: 700px) {
.magazine-article__home .magazine-article__placeholder .image, .magazine-article__home .magazine-article__placeholder .description {
width: 100%;
}
}
.latest-magazine-row {
border-top: 2px solid rgba(232, 233, 234, 0.5);
}
.latest-magazine-row .placeholder {
position: relative;
right: -8.3333333333%;
}
.latest-magazine-row .side-content, .latest-magazine-row .latest-magazine-articles {
display: inline-block;
vertical-align: top;
margin-top: -1.4rem;
}
.latest-magazine-row .latest-magazine-articles {
width: 58.3333333333%;
}
.latest-magazine-row .latest-magazine-articles .magazine-article {
margin-top: 60px;
}
.latest-magazine-row .latest-magazine-articles .button {
margin: 60px 0 0 calc(42.8571428571% + 50px);
padding: 15px 42px;
}
.latest-magazine-row .latest-magazine-articles .button:hover {
background-color: #fea72b;
}
.latest-magazine-row .side-content {
width: 41.6666666667%;
}
.latest-magazine-row .read-magazine-online {
margin-top: 120px;
}
@media screen and (max-width: 1400px) {
.latest-magazine-row .placeholder {
right: 0;
}
.latest-magazine-row .side-content, .latest-magazine-row .latest-magazine-articles {
display: block;
}
.latest-magazine-row .latest-magazine-articles, .latest-magazine-row .side-content {
width: 83.3333333333%;
margin-left: 8.3333333333%;
}
.latest-magazine-row .side-content {
margin-top: 120px;
}
.latest-magazine-row .latest-magazine-articles .button {
margin-left: 50%;
}
}
@media screen and (max-width: 950px) {
.latest-magazine-row .latest-magazine-articles, .latest-magazine-row .side-content {
width: 100%;
margin-left: 0;
}
}
@media screen and (max-width: 700px) {
.latest-magazine-row .grid-row {
padding: 0;
}
.latest-magazine-row .latest-magazine-articles {
padding: 0 20px;
}
.latest-magazine-row .latest-magazine-articles .button {
margin-left: 0;
}
.latest-magazine-row .side-content .read-magazine-online {
margin-left: 20px;
margin-right: 20px;
}
}
.read-magazine-online {
position: relative;
padding: 30px 30px 0;
}
.read-magazine-online:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
top: 0;
display: block;
width: 20%;
max-width: 120px;
height: calc(100% - 30px);
background-color: rgba(220, 206, 186, 0.3);
}
.read-magazine-online p {
margin: 0;
font-size: 0.7rem;
line-height: 1.7;
font-weight: 500;
color: #999691;
}
.read-magazine-online .overlay-button {
margin-top: 15px;
padding: 12px 18px;
font-size: 0.7rem;
box-shadow: 0 2px 4px 0 #E8E9EA;
transition: box-shadow 0.3s;
}
.read-magazine-online .overlay-button:hover {
box-shadow: 0 2px 8px 0 rgba(33, 41, 51, 0.6);
}
.read-magazine-online .image {
position: relative;
display: block;
margin-top: 25px;
width: 100%;
max-width: 240px;
box-shadow: 0 2px 4px 0 #E8E9EA;
transition: box-shadow 0.3s;
}
.read-magazine-online .image:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: linear-gradient(-90deg, transparent 4%, rgba(255, 255, 255, 0.2) 61%, rgba(255, 255, 255, 0.4) 85%, rgba(232, 233, 234, 0) 96%);
opacity: 0.01;
transition: opacity 0.3s;
}
.read-magazine-online .image img {
width: 100%;
}
.read-magazine-online .image:hover {
box-shadow: 0 3px 12px 0 rgba(33, 41, 51, 0.6);
}
.read-magazine-online .image:hover:after {
opacity: 0.8;
}
.read-magazine-online:hover .image {
will-change: box-shadow;
}
.home-grid-cards .grid {
display: grid;
grid-template-areas: "main side-1" "main side-2";
grid-gap: 3.5vw 3.5vw;
grid-template-columns: 19fr 8fr;
grid-template-rows: 1fr 1fr;
width: 92.8571428571%;
}
.home-grid-cards .grid__not-auth {
grid-template-rows: 3fr 4fr;
}
@media screen and (min-width: 1682px) {
.home-grid-cards .grid {
width: calc(1560px + (100% - 1680px) / 2);
grid-gap: 60px 60px;
}
}
.home-grid-cards .grid .card .placeholder {
position: relative;
width: 100%;
height: 100%;
}
.home-grid-cards .grid .card--latest-magazine-cover {
grid-area: main;
background-color: #E8E9EA;
}
.home-grid-cards .grid .card--latest-magazine-cover .placeholder {
position: relative;
width: 100%;
height: 0;
padding-bottom: 60%;
}
@media screen and (max-width: 1700px) {
.home-grid-cards .grid .card--latest-magazine-cover .placeholder {
padding-bottom: 0;
height: 100%;
}
}
.home-grid-cards .grid .card--past-event {
grid-area: side-1;
background-color: #E8E9EA;
}
.home-grid-cards .grid .card--past-event__second {
grid-area: side-2;
}
.home-grid-cards .grid .card--become-member {
grid-area: side-2;
background-color: #212933;
}
.home-grid-cards .card--latest-magazine-cover a, .home-grid-cards .card--past-event a {
position: absolute;
width: 100%;
height: 100%;
right: 0;
top: 0;
text-decoration: none;
}
.home-grid-cards .card--latest-magazine-cover figure, .home-grid-cards .card--past-event figure {
position: absolute;
left: 0;
top: 0;
display: block;
width: 100%;
height: 100%;
}
.home-grid-cards .card--latest-magazine-cover figure .secretly-an-img, .home-grid-cards .card--past-event figure .secretly-an-img {
position: absolute;
z-index: 1;
left: 0;
top: 0;
display: none;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.home-grid-cards .card--latest-magazine-cover figure:after, .home-grid-cards .card--past-event figure:after {
content: "";
position: absolute;
z-index: 2;
left: 0;
top: 0;
display: block;
width: 100%;
height: 100%;
background-color: #FEBC5E;
opacity: 0;
transition: opacity 0.3s;
}
.home-grid-cards .card--latest-magazine-cover figure:before, .home-grid-cards .card--past-event figure:before {
content: "";
position: absolute;
z-index: 2;
left: 0;
bottom: 0;
display: block;
width: 100%;
height: 45%;
background: linear-gradient(0deg, rgba(23, 33, 42, 0.6) 0%, rgba(23, 33, 42, 0) 100%);
}
.home-grid-cards .card--latest-magazine-cover .read-more, .home-grid-cards .card--past-event .read-more {
position: absolute;
bottom: -0.8rem;
font-weight: 700;
}
.home-grid-cards .card--latest-magazine-cover:hover .read-more, .home-grid-cards .card--past-event:hover .read-more {
background-color: #212933;
color: white;
}
.home-grid-cards .card--latest-magazine-cover:hover figure:before, .home-grid-cards .card--past-event:hover figure:before {
opacity: 0;
}
.home-grid-cards .card--latest-magazine-cover a {
display: flex;
-webkit-justify-content: flex-end;
-moz-justify-content: flex-end;
-ms-justify-content: flex-end;
-webkit-align-items: flex-end;
-moz-align-items: flex-end;
-ms-align-items: flex-end;
justify-content: flex-end;
align-items: flex-end;
}
.home-grid-cards .card--latest-magazine-cover .content {
position: relative;
z-index: 2;
width: 89.2857142857%;
max-width: 780px;
padding: 0 30px 60px 0;
}
.home-grid-cards .card--latest-magazine-cover figure:before {
background: linear-gradient(0deg, rgba(23, 33, 42, 0.8) 0%, rgba(23, 33, 42, 0.5) 75%, rgba(23, 33, 42, 0) 100%);
}
.home-grid-cards .card--latest-magazine-cover figure .secretly-an-img--original {
display: block;
}
@media screen and (max-width: 2000px) {
.home-grid-cards .card--latest-magazine-cover figure .secretly-an-img--original {
display: none;
}
.home-grid-cards .card--latest-magazine-cover figure .secretly-an-img--large {
display: block;
}
}
@media screen and (max-width: 1280px) {
.home-grid-cards .card--latest-magazine-cover figure .secretly-an-img--large {
display: none;
}
.home-grid-cards .card--latest-magazine-cover figure .secretly-an-img--medium {
display: block;
}
}
@media screen and (max-width: 425px) {
.home-grid-cards .card--latest-magazine-cover figure .secretly-an-img--medium {
display: none;
}
.home-grid-cards .card--latest-magazine-cover figure .secretly-an-img--small {
display: block;
}
}
.home-grid-cards .card--latest-magazine-cover .edition-label {
margin: 0 0 20px;
display: inline-block;
padding: 7px 12px;
background-color: #212933;
font-size: 0.7rem;
line-height: 1.2;
font-weight: 700;
color: white;
}
.home-grid-cards .card--latest-magazine-cover h2 {
margin: 0;
font-family: "Abril Fatface", serif;
font-size: 3rem;
line-height: 1.1;
font-weight: 400;
color: white;
}
@media screen and (max-width: 1280px) {
.home-grid-cards .card--latest-magazine-cover h2 {
font-size: 2.4rem;
}
}
.home-grid-cards .card--latest-magazine-cover .read-more {
left: calc(17.8571428571% + 35px);
}
@media screen and (min-width: 1451px) {
.home-grid-cards .card--latest-magazine-cover .read-more {
left: auto;
right: 625px;
}
}
.home-grid-cards .card--latest-magazine-cover:hover figure:after {
opacity: 0.5;
}
.home-grid-cards .card--become-member {
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
}
.home-grid-cards .card--become-member .become-member, .home-grid-cards .card--become-member .advertise-in-magazine {
padding: 20px 65px;
}
.home-grid-cards .card--past-event {
position: relative;
}
@media screen and (max-width: 1700px) {
.home-grid-cards .card--past-event .placeholder {
padding-bottom: 65%;
}
}
@media screen and (max-width: 1300px) {
.home-grid-cards .card--past-event .placeholder {
padding-bottom: 0;
height: 100%;
min-height: 235px;
}
}
.home-grid-cards .card--past-event .label-title {
position: absolute;
z-index: 3;
top: -1.4rem;
left: 30px;
}
.home-grid-cards .card--past-event a {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: flex-end;
-moz-align-items: flex-end;
-ms-align-items: flex-end;
justify-content: flex-start;
align-items: flex-end;
}
.home-grid-cards .card--past-event .content {
position: relative;
z-index: 2;
height: 100%;
width: 100%;
padding: 20px 30px 30px;
display: flex;
flex-direction: column;
justify-content: end;
}
.home-grid-cards .card--past-event .icon {
display: flex;
align-self: center;
justify-self: center;
margin-top: auto;
margin-bottom: auto;
}
.home-grid-cards .card--past-event figure {
overflow: hidden;
}
.home-grid-cards .card--past-event figure:before {
top: -1%;
bottom: -1%;
height: 102%;
background: linear-gradient(0deg, rgba(23, 33, 42, 0.8) 0%, rgba(23, 33, 42, 0.5) 100%);
}
.home-grid-cards .card--past-event figure .secretly-an-img--medium {
display: block;
}
@media screen and (max-width: 2000px) {
.home-grid-cards .card--past-event figure .secretly-an-img--original {
display: none;
}
.home-grid-cards .card--past-event figure .secretly-an-img--large {
display: block;
}
}
.home-grid-cards .card--past-event p {
color: white;
transition: color 0.3s;
margin: 0;
width: 100%;
}
.home-grid-cards .card--past-event h3 {
margin-top: auto;
display: block;
width: 100%;
margin: 0;
font-size: 1.4rem;
line-height: 1.2;
font-weight: 700;
color: white;
transition: color 0.3s;
}
@media screen and (max-width: 1280px) {
.home-grid-cards .card--past-event h3 {
font-size: 1.2rem;
}
}
.home-grid-cards .card--past-event .read-more {
right: 30px;
}
.home-grid-cards .card--past-event:hover figure:after {
opacity: 0.8;
}
@media screen and (min-width: 1025px) {
.ie .home-grid-cards .grid {
display: block;
width: 100%;
max-width: 1440px;
margin-left: auto;
margin-right: auto;
font-size: 0;
line-height: 0;
}
.ie .home-grid-cards .grid .card--latest-magazine-cover .placeholder {
padding-bottom: 60%;
}
.ie .home-grid-cards .card--latest-magazine-cover {
margin-bottom: 80px;
width: 100%;
}
.ie .home-grid-cards .card--latest-magazine-cover .content {
width: 100%;
max-width: none;
padding: 0 40px 60px;
}
.ie .home-grid-cards .card--latest-magazine-cover .read-more {
left: 60px;
}
.ie .home-grid-cards .card--past-event, .ie .home-grid-cards .card--become-member {
display: inline-block;
vertical-align: top;
width: 50%;
}
.ie .home-grid-cards .card--past-event .placeholder {
padding-bottom: 80%;
}
.ie .home-grid-cards .card--past-event a {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: flex-start;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-moz-flex-direction: column;
flex-direction: column;
}
.ie .home-grid-cards .card--past-event .content {
height: calc(100% - 60px);
}
.ie .home-grid-cards .card--past-event .read-more {
position: relative;
bottom: 0;
right: 0;
margin-left: 30px;
}
.ie .home-grid-cards .card--become-member {
position: relative;
}
.ie .home-grid-cards .card--become-member:before {
content: "";
display: block;
width: 100%;
padding-bottom: 80%;
}
.ie .home-grid-cards .card--become-member .become-member {
position: absolute;
left: 0;
top: 0;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
height: 100%;
width: 100%;
}
}
@media screen and (max-width: 1024px) {
.home-grid-cards .grid {
display: block;
width: 100%;
font-size: 0;
line-height: 0;
}
.home-grid-cards .grid .card--latest-magazine-cover .placeholder {
padding-bottom: 60%;
}
.home-grid-cards .card--latest-magazine-cover {
margin-bottom: 80px;
}
.home-grid-cards .card--latest-magazine-cover .content {
width: 100%;
max-width: none;
padding: 0 40px 60px;
}
.home-grid-cards .card--latest-magazine-cover .read-more {
left: 60px;
}
.home-grid-cards .card--past-event, .home-grid-cards .card--become-member {
display: inline-block;
vertical-align: top;
width: 50%;
}
.home-grid-cards .card--past-event .placeholder {
padding-bottom: 80%;
}
.home-grid-cards .card--past-event a {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: flex-start;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-moz-flex-direction: column;
flex-direction: column;
}
.home-grid-cards .card--past-event .content {
height: calc(100% - 60px);
}
.home-grid-cards .card--past-event .read-more {
position: relative;
bottom: 0;
right: 0;
margin-left: 30px;
}
.home-grid-cards .card--become-member {
position: relative;
}
.home-grid-cards .card--become-member:before {
content: "";
display: block;
width: 100%;
padding-bottom: 80%;
}
.home-grid-cards .card--become-member .become-member {
position: absolute;
left: 0;
top: 0;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: center;
align-items: center;
height: 100%;
width: 100%;
}
}
@media screen and (max-width: 850px) {
.home-grid-cards .grid .card--latest-magazine-cover {
background-color: rgba(232, 233, 234, 0.5);
}
.home-grid-cards .grid .card--latest-magazine-cover .placeholder {
padding-bottom: 0;
height: auto;
}
.home-grid-cards .card--latest-magazine-cover {
margin-bottom: 125px;
}
.home-grid-cards .card--latest-magazine-cover a {
position: relative;
display: block;
}
.home-grid-cards .card--latest-magazine-cover figure {
position: relative;
height: 0;
padding-bottom: 60%;
}
.home-grid-cards .card--latest-magazine-cover .content {
padding: 40px 40px 60px;
}
.home-grid-cards .card--latest-magazine-cover h2 {
font-size: 1.4rem;
color: #212933;
}
.home-grid-cards .card--past-event .placeholder {
padding-bottom: 100%;
}
.home-grid-cards .card--become-member:before {
padding-bottom: 100%;
}
}
@media screen and (max-width: 700px) {
.home-grid-cards .card--latest-magazine-cover .content {
padding: 20px 20px 40px;
}
.home-grid-cards .card--latest-magazine-cover .read-more {
left: 50px;
}
.home-grid-cards .card--past-event, .home-grid-cards .card--become-member {
display: block;
width: calc(100% - 40px);
margin: 0 auto;
}
.home-grid-cards .card--past-event .placeholder {
height: 0;
padding-bottom: 60%;
}
.home-grid-cards .card--past-event .content {
padding-bottom: 15px;
}
.home-grid-cards .card--past-event + .card--past-event {
margin-top: 20px;
}
.home-grid-cards .card--become-member {
margin-top: 40px;
width: 100%;
}
.home-grid-cards .card--become-member:before {
display: none;
}
.home-grid-cards .card--become-member .become-member {
position: relative;
height: auto;
padding: 40px 20px;
}
}
@media screen and (max-width: 500px) {
.home-grid-cards .card--past-event .placeholder {
padding-bottom: 66.67%;
}
}
.user-dashboard .inline-form-title {
margin: 60px 0 10px;
}
.user-dashboard .form input[type=submit] {
margin-top: 60px;
}
.user-dashboard .visit-company-page {
display: block;
margin: 20px 0 20px;
color: #4A90E2;
font-size: 0.7rem;
line-height: 1.1;
}
.user-dashboard--menu {
padding: 60px 0;
}
.user-dashboard--menu:after {
content: "";
position: absolute;
z-index: -1;
right: 10%;
top: 0;
width: 100vw;
height: 100%;
background-color: #dcceba;
}
.user-dashboard--menu .panel {
padding: 45px 60px 50px;
background-color: white;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.user-dashboard--menu h2 {
margin: 0 0 5px;
font-size: 1.2rem;
line-height: 1.2;
font-weight: 400;
color: #999691;
}
.user-dashboard--menu .logged-in-title {
margin: 0;
font-size: 0.7rem;
line-height: 1.2;
color: rgba(153, 150, 145, 0.65);
}
.user-dashboard--menu nav {
margin: 30px 0 30px;
}
.user-dashboard--menu nav ul {
position: relative;
padding: 0;
margin: 0;
list-style: none;
}
.user-dashboard--menu nav ul:before {
content: "";
position: absolute;
left: -28px;
top: 0;
display: block;
height: 100%;
width: 1px;
background-color: rgba(220, 206, 186, 0.5);
}
.user-dashboard--menu nav ul li {
position: relative;
font-size: 0.8rem;
line-height: 1.2;
}
.user-dashboard--menu nav ul li a {
display: inline-block;
padding: 10px 0;
text-decoration: none;
color: #999691;
}
.user-dashboard--menu nav ul li a:before {
content: "";
position: absolute;
left: -28px;
top: 0;
display: block;
height: 100%;
width: 2px;
opacity: 0;
background-color: #999691;
transition: opacity 0.3s;
}
.user-dashboard--menu nav ul li a:hover:before {
opacity: 0.4;
}
.user-dashboard--menu nav ul li.active a {
color: #212933;
}
.user-dashboard--menu nav ul li.active a:before {
opacity: 1;
background-color: #4A90E2;
}
.user-dashboard--menu .sign-out-button {
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
border: none;
padding: 0;
margin: 0;
font-size: 0.75rem;
line-height: 1.2;
font-weight: 400;
color: rgba(153, 150, 145, 0.6);
text-decoration: underline;
background-color: transparent;
cursor: pointer;
transition: color 0.2s;
}
.user-dashboard--menu .sign-out-button:hover {
color: #999691;
}
.user-dashboard--landing .kms-content {
margin: 40px 0;
}
.user-dashboard--profile .form .postal-city-wrapper {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
}
.user-dashboard--profile .form .postal-city-wrapper .form-element.postal {
width: 140px;
}
.user-dashboard--profile .form .postal-city-wrapper .form-element.city {
width: calc(100% - 160px);
}
.user-dashboard--profile .form input[type=submit] {
margin-top: 0;
}
.user-dashboard--members .title-placeholder {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
justify-content: space-between;
align-items: center;
}
.user-dashboard--members .create-member:hover {
background-color: #fea72b;
}
.user-dashboard--members .members-list {
margin: 60px 0 0;
padding: 0;
border-top: 1px solid #E8E9EA;
list-style: none;
}
.user-dashboard--members .members-list li {
border-bottom: 1px solid #E8E9EA;
}
.user-dashboard--members .members-list li a {
display: block;
padding: 15px 0;
text-decoration: none;
}
.user-dashboard--members .members-list li .name {
font-size: 0.8rem;
line-height: 1.2;
color: #999691;
transition: color 0.2s;
}
.user-dashboard--members .members-list li .icon {
position: relative;
top: 3px;
margin-left: 12px;
opacity: 0;
transition: opacity 0.2s;
}
.user-dashboard--members .members-list li a:hover .name {
color: #212933;
}
.user-dashboard--members .members-list li a:hover .icon {
opacity: 1;
}
.user-dashboard--edit-member--delete-form {
margin-top: 60px;
}
.user-dashboard--edit-member--delete-form hr {
border: none;
border-top: 1px solid #dcceba;
}
.user-dashboard--edit-member--delete-form .button {
margin-top: 30px;
}
.user-dashboard--delete-member h3 {
margin: 60px 0 0;
font-size: 0.8rem;
line-height: 1.2;
color: #999691;
}
.user-dashboard--delete-member p {
margin: 40px 0 0;
font-size: 0.7rem;
line-height: 1.4;
color: #999691;
}
.user-dashboard--delete-member .form {
display: inline-block;
width: auto;
}
.user-dashboard--delete-member .form input[type=submit] {
margin-top: 0;
}
.user-dashboard--delete-member .buttons-wrapper {
margin-top: 40px;
}
.user-dashboard--delete-member .buttons-wrapper .form {
margin-right: 15px;
}
.user-dashboard--edit-invoice .form .postal-city-wrapper {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
}
.user-dashboard--edit-invoice .form .postal-city-wrapper .form-element.invoice_postal {
width: 140px;
}
.user-dashboard--edit-invoice .form .postal-city-wrapper .form-element.invoice_city {
width: calc(100% - 160px);
}
.user-dashboard .uploads-area {
margin-top: 40px;
border-top: 2px solid rgba(232, 233, 234, 0.5);
padding-top: 40px;
}
.user-dashboard .uploads-area__description {
margin: 40px 0 0;
color: #999691;
font-size: 0.75rem;
line-height: 1.2;
}
.user-dashboard .uploads-area__description strong {
display: block;
color: #212933;
font-weight: bold;
}
.user-dashboard .upload-form {
margin-top: 40px;
}
.user-dashboard .upload-form__title {
margin: 0 0 5px;
font-size: 1.2rem;
line-height: 1.2;
font-weight: 400;
color: #999691;
}
.user-dashboard .upload-form__description {
display: block;
margin: 0 0 15px;
color: #999691;
font-size: 0.75rem;
line-height: 1.2;
}
.user-dashboard .upload-form--logo .upload-form__title {
margin-bottom: 10px;
}
.user-dashboard .upload-form--logo .form {
max-width: 250px;
}
.taggable-models-row {
margin: 80px 0 120px;
border-top: 2px solid rgba(232, 233, 234, 0.5);
}
.taggable-models-row .label-title {
margin-top: -1.4rem;
}
.taggable-models-row .models {
display: flex;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: space-between;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
}
.taggable-models-row .models .tag-model {
width: calc((100% - 40px) / 2);
margin-top: 40px;
}
.taggable-models-row .models .tag-model--company .image {
padding: 20px;
border: 2px solid rgba(232, 233, 234, 0.5);
}
.taggable-models-row .models .tag-model--company .image figure {
background-color: white;
}
.taggable-models-row .models .tag-model--company .image figure .secretly-an-img {
background-size: contain;
transform: scale3d(1, 1, 1);
}
.taggable-models-row .models .tag-model--company .description h3 {
font-size: 1.1rem;
}
.taggable-models-row .models .tag-model--company .description p:first-of-type {
margin-top: 5px;
}
@media screen and (max-width: 1200px) {
.taggable-models-row .models .tag-model {
width: 100%;
max-width: 850px;
}
}
/* ==========================================================================
* Home page
* ========================================================================== */
#home .highlighted-events-row {
margin-top: 180px;
}
@media screen and (min-width: 1401px) {
#home .highlighted-events-row .label-title, #home .highlighted-events-row .highlighted-events {
margin-left: 8.3333333333%;
margin-right: 8.3333333333%;
}
}
#home .latest-magazine-row {
margin-bottom: 120px;
}
#about .main-content {
margin-bottom: 80px;
}
#about .main-content .about-contact-persons {
margin-top: 60px;
}
#about .partners-row {
margin-top: 240px;
}
@media screen and (max-width: 1200px) {
#about .partners-row {
margin-top: 120px;
}
}
#events .event-switcher, #networkdinner .event-switcher, #networkbreakfast .event-switcher {
margin-bottom: 80px;
}
#events .highlighted-events-row, #events .highlighted-usergroups-row, #networkdinner .highlighted-events-row, #networkdinner .highlighted-usergroups-row, #networkbreakfast .highlighted-events-row, #networkbreakfast .highlighted-usergroups-row {
margin-bottom: 100px;
}
#events.events-region .filter-menu, #networkdinner.events-region .filter-menu, #networkbreakfast.events-region .filter-menu {
margin-bottom: 60px;
}
#event .event-details {
margin-top: 100px;
}
#event .event-details.has-no-other-events {
margin-bottom: 100px;
}
#event .highlighted-events-row {
margin-top: 145px;
margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
#event header {
padding-bottom: 140px;
}
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
#event header {
padding-bottom: 100px;
}
}
@media screen and (max-width: 900px) {
#event .event-details {
margin-top: 75px;
}
#event .event-details.has-no-other-events {
margin-bottom: 75px;
}
}
@media screen and (max-width: 700px) {
#event .event-details {
margin-top: 50px;
}
#event .event-details.has-no-other-events {
margin-bottom: 50px;
}
#event .highlighted-events-row {
margin-top: 100px;
}
}
#eventSignUp .event-sign-up-success-after-row {
margin-top: -45px;
}
#eventSignUp footer {
margin-top: 120px;
}
@media screen and (max-width: 1200px) {
#eventSignUp .event-sign-up-area__summary {
-ms-order: 2;
order: 2;
}
#eventSignUp .event-sign-up-area__main {
-ms-order: 1;
order: 1;
width: 100%;
margin-bottom: 80px;
}
#eventSignUp .event-sign-up-success-after-row {
margin-top: 80px;
}
}
@media screen and (max-width: 700px) {
#eventSignUp footer {
margin-top: 0;
}
}
#courses .event-switcher {
margin-bottom: 80px;
}
#courses .highlighted-events-row, #courses .highlighted-usergroups-row {
margin-bottom: 100px;
}
#courses.events-region .filter-menu {
margin-bottom: 60px;
}
#course .event-details {
margin-top: 100px;
}
#course .event-details.has-no-other-events {
margin-bottom: 100px;
}
#course .highlighted-events-row {
margin-top: 145px;
margin-bottom: 0;
}
#course .dynamic-content {
margin: 70px 0;
}
@media screen and (max-width: 1000px) {
#course header {
padding-bottom: 140px;
}
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
#course header {
padding-bottom: 100px;
}
}
@media screen and (max-width: 900px) {
#course .event-details {
margin-top: 75px;
}
#course .event-details.has-no-other-events {
margin-bottom: 75px;
}
}
@media screen and (max-width: 700px) {
#course .event-details {
margin-top: 50px;
}
#course .event-details.has-no-other-events {
margin-bottom: 50px;
}
#course .highlighted-events-row {
margin-top: 100px;
}
}
#pastEvents .event-switcher {
margin-bottom: 80px;
}
#pastEvents .highlighted-events-row {
margin-bottom: 100px;
}
#pastEvents.events-region .filter-menu {
margin-bottom: 60px;
}
#pastEvent .dynamic-content {
margin-top: 120px;
}
#pastEvent .tags-row {
margin-top: 120px;
margin-bottom: 100px;
}
@media screen and (max-width: 700px) {
#pastEvent .tags-row {
margin-bottom: 0;
}
}
/*==========================================================================
* News overview page
* ========================================================================== */
#news header {
padding-bottom: 70px;
}
@media screen and (max-width: 700px) {
#news header {
padding-bottom: 30px;
}
}
#news .highlighted-model-row {
margin-top: 120px;
}
@media screen and (max-width: 700px) {
#news .highlighted-model-row {
margin-top: 60px;
}
}
#news .news-articles-row {
margin-top: 120px;
margin-bottom: 120px;
}
#news .news-articles-row--no-highlighted-article {
margin-top: 60px;
}
@media screen and (max-width: 700px) {
#news .news-articles-row {
margin-top: 60px;
margin-bottom: 0;
}
}
/*==========================================================================
* News detail page
* ========================================================================== */
#newsArticle .dynamic-content {
margin-top: 120px;
}
#newsArticle .tags-row {
margin-top: 120px;
margin-bottom: 100px;
}
@media screen and (max-width: 700px) {
#newsArticle .tags-row {
margin-bottom: 0;
}
}
#magazine header {
padding-bottom: 70px;
}
@media screen and (max-width: 700px) {
#magazine header {
padding-bottom: 30px;
}
}
#magazine .magazines-row {
margin-top: 40px;
margin-bottom: 80px;
}
#magazine .magazines-row aside {
margin-top: 20px;
}
#magazineArticle .dynamic-content {
margin: 120px 0;
}
#magazineArticle #shareButtons {
margin-bottom: 120px;
}
#magazineArticle .other-articles-row {
margin: 120px 0;
}
#companies .companies-row {
margin-top: 100px;
}
@media screen and (max-width: 700px) {
#companies .companies-row {
margin-top: 30px;
}
}
#company .companies-details-members {
margin-top: 120px;
}
#company .company-latest-articles {
margin: 120px 0;
}
@media screen and (max-width: 1000px) {
#company header {
padding-bottom: 140px;
}
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
#company header {
padding-bottom: 100px;
}
}
@media screen and (max-width: 900px) {
#company .companies-details-members {
margin-top: 75px;
}
}
@media screen and (max-width: 700px) {
#company .companies-details-members {
margin-top: 50px;
}
#company .company-latest-articles {
margin: 120px 0 60px;
}
}
/*==========================================================================
* Contact page
* ========================================================================== */
#contact .main-content {
margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
#contact .main-content {
margin-bottom: 75px;
}
}
.auth-forms .panel {
max-width: 480px;
margin: 0 auto 240px;
}
.auth-forms .label-title {
margin-bottom: 60px;
}
.auth-forms .company-inactive-error {
margin-bottom: 40px;
font-size: 0.7rem;
line-height: 1.4;
color: #999691;
}
.auth-forms .company-inactive-error a {
color: #4A90E2;
}
.auth-forms h2 {
margin: 0 0 25px;
font-size: 1.2rem;
line-height: 1.2;
font-weight: 400;
color: #999691;
}
.auth-forms .form .error-message {
margin-bottom: 30px;
}
.auth-forms .form input[type=submit] {
width: 180px;
}
.auth-forms .form .nil {
display: inline-block;
margin-left: 25px;
color: rgba(153, 150, 145, 0.6);
font-size: 0.75rem;
transition: color 0.2s;
}
.auth-forms .form .nil:hover {
color: #999691;
}
.user-dashboard--dashboard {
padding-bottom: 120px;
}
.user-dashboard--dashboard .grid-row {
position: relative;
}
.user-dashboard--dashboard .flash-message {
right: 0;
top: -50px;
}
.user-dashboard--dashboard .user-dashboard--menu, .user-dashboard--dashboard .user-dashboard--content {
position: relative;
display: inline-block;
vertical-align: top;
}
.user-dashboard--dashboard .user-dashboard--menu {
width: 33.3333333333%;
}
.user-dashboard--dashboard .user-dashboard--content {
margin-left: 16.6666666667%;
width: 50%;
}
@media screen and (max-width: 1000px) {
.user-dashboard--dashboard .user-dashboard--content {
margin-left: 8.3333333333%;
width: 58.3333333333%;
}
}
@media screen and (max-width: 900px) {
.user-dashboard--dashboard .grid-row {
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
justify-content: flex-start;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
}
.user-dashboard--dashboard .user-dashboard--menu {
margin-top: 80px;
width: 100%;
-ms-order: 2;
order: 2;
}
.user-dashboard--dashboard .user-dashboard--content {
width: 100%;
margin-left: 0;
-ms-order: 1;
order: 1;
}
}
#register header {
margin-bottom: 100px;
border-bottom: 2px solid rgba(232, 233, 234, 0.5);
padding-bottom: 0;
}
#register header .logo-account-row {
padding-bottom: 75px;
}
#register .c-payment-form {
margin-top: 70px;
margin-bottom: 250px;
}
#registerSuccess .main-content {
margin-bottom: 120px;
}
#registerSuccess .main-content .kms-content h1 {
line-height: 1.2;
margin-bottom: 0;
}
#registerSuccess .main-content .kms-content .sub-title {
position: relative;
display: block;
margin: 0 0 60px;
padding-left: 16.6666666667%;
font-size: 0.9rem;
line-height: 1.6;
font-weight: 600;
color: #212933;
}
#registerSuccess .main-content .kms-content .sub-title:before {
content: "";
position: absolute;
left: 0;
top: 12px;
display: block;
width: calc(16.6666666667% - 20px);
height: 2px;
background-color: rgba(232, 233, 234, 0.5);
}
#registerSuccess .main-content .notification {
margin: 60px 0 40px;
font-size: 0.8rem;
line-height: 1.4;
color: #999691;
}
#registerSuccess .highlighted-events-row {
margin-bottom: 120px;
}
#registerSuccess .latest-magazine-row {
margin-bottom: 100px;
}
#tag .tag-page-header .kms-content h1 {
font-size: 3rem;
}
#tag .tag-page-header .kms-content h1 span {
color: rgba(0, 0, 0, 0.6);
}
#search .search-page-header .kms-content h1 {
font-size: 2.4rem;
}
#search .search-page-header .kms-content h1 span {
color: rgba(0, 0, 0, 0.6);
font-size: 1.6rem;
}
#search .search-page-header--no-query {
padding-bottom: 100px;
}
@media screen and (min-width: 701px) {
#newsletterSuccess .main-content {
margin-bottom: 60px;
}
}
#newsletterSuccess .main-content .content {
padding-bottom: 60px;
}
.dynamic-content {
margin-bottom: 120px;
}
#error-page-message {
padding: 100px 0 100px;
background-color: #eaeaea;
}
#error-page-message .grid-row .kms-content {
width: 100%;
text-align: center;
}
#error-page-message .grid-row .placeholder {
max-width: 720px;
margin: auto;
}
/*==========================================================================
* Sitemap page
* ========================================================================== */
.sitemap ul {
padding-left: 40px;
padding-bottom: 20px;
font-size: 0.85em;
}
.sitemap > ul {
padding-left: 20px;
}
.sitemap li:before {
top: 6px;
}
.sitemap li a {
padding: 3px 0;
border-bottom-color: transparent;
border-bottom-style: dotted;
display: block;
}
.sitemap li a:hover {
border-bottom-color: rgba(33, 41, 51, 0.4);
}
/* ==========================================================================
* Helper classes
* ========================================================================== */
/**
* * Use on elements from where the children should not wrap
* */
.nowrap {
white-space: nowrap;
}
/**
* * Hide elements on different screen sizes
* */
@media screen and (max-width: 1600px) {
.hide-on-xl-or-smaller {
display: none;
}
}
@media screen and (min-width: 1601px) {
.hide-on-xl-or-larger {
display: none;
}
}
@media screen and (max-width: 1366px) {
.hide-on-lg-or-smaller {
display: none;
}
}
@media screen and (min-width: 1367px) {
.hide-on-lg-or-larger {
display: none;
}
}
@media screen and (max-width: 1080px) {
.hide-on-md-or-smaller {
display: none;
}
}
@media screen and (min-width: 1081px) {
.hide-on-md-or-larger {
display: none;
}
}
@media screen and (max-width: 768px) {
.hide-on-sm-or-smaller {
display: none;
}
}
@media screen and (min-width: 769px) {
.hide-on-sm-or-larger {
display: none;
}
}
@media screen and (max-width: 400px) {
.hide-on-xs-or-smaller {
display: none;
}
}
@media screen and (min-width: 401px) {
.hide-on-xs-or-larger {
display: none;
}
}
.sp-mb-5 {
margin-bottom: 5px;
}
.sp-mt-5 {
margin-top: 5px;
}
.sp-ml-5 {
margin-left: 5px;
}
.sp-p-5 {
padding: 5px;
}
.sp-pb-5 {
padding-bottom: 5px;
}
.sp-pt-5 {
padding-top: 5px;
}
.sp-mtb-5, .sp-mbt-5 {
margin-bottom: 5px;
margin-top: 5px;
}
.sp-ptb-5, .sp-pbt-5 {
padding-top: 5px;
padding-bottom: 5px;
}
.sp-plr-5, .sp-prl-5 {
padding-left: 5px;
padding-right: 5px;
}
.sp-mb-10 {
margin-bottom: 10px;
}
.sp-mt-10 {
margin-top: 10px;
}
.sp-ml-10 {
margin-left: 10px;
}
.sp-p-10 {
padding: 10px;
}
.sp-pb-10 {
padding-bottom: 10px;
}
.sp-pt-10 {
padding-top: 10px;
}
.sp-mtb-10, .sp-mbt-10 {
margin-bottom: 10px;
margin-top: 10px;
}
.sp-ptb-10, .sp-pbt-10 {
padding-top: 10px;
padding-bottom: 10px;
}
.sp-plr-10, .sp-prl-10 {
padding-left: 10px;
padding-right: 10px;
}
.sp-mb-15 {
margin-bottom: 15px;
}
.sp-mt-15 {
margin-top: 15px;
}
.sp-ml-15 {
margin-left: 15px;
}
.sp-p-15 {
padding: 15px;
}
.sp-pb-15 {
padding-bottom: 15px;
}
.sp-pt-15 {
padding-top: 15px;
}
.sp-mtb-15, .sp-mbt-15 {
margin-bottom: 15px;
margin-top: 15px;
}
.sp-ptb-15, .sp-pbt-15 {
padding-top: 15px;
padding-bottom: 15px;
}
.sp-plr-15, .sp-prl-15 {
padding-left: 15px;
padding-right: 15px;
}
.sp-mb-20 {
margin-bottom: 20px;
}
.sp-mt-20 {
margin-top: 20px;
}
.sp-ml-20 {
margin-left: 20px;
}
.sp-p-20 {
padding: 20px;
}
.sp-pb-20 {
padding-bottom: 20px;
}
.sp-pt-20 {
padding-top: 20px;
}
.sp-mtb-20, .sp-mbt-20 {
margin-bottom: 20px;
margin-top: 20px;
}
.sp-ptb-20, .sp-pbt-20 {
padding-top: 20px;
padding-bottom: 20px;
}
.sp-plr-20, .sp-prl-20 {
padding-left: 20px;
padding-right: 20px;
}
.sp-mb-25 {
margin-bottom: 25px;
}
.sp-mt-25 {
margin-top: 25px;
}
.sp-ml-25 {
margin-left: 25px;
}
.sp-p-25 {
padding: 25px;
}
.sp-pb-25 {
padding-bottom: 25px;
}
.sp-pt-25 {
padding-top: 25px;
}
.sp-mtb-25, .sp-mbt-25 {
margin-bottom: 25px;
margin-top: 25px;
}
.sp-ptb-25, .sp-pbt-25 {
padding-top: 25px;
padding-bottom: 25px;
}
.sp-plr-25, .sp-prl-25 {
padding-left: 25px;
padding-right: 25px;
}
.sp-mb-40 {
margin-bottom: 40px;
}
.sp-mt-40 {
margin-top: 40px;
}
.sp-ml-40 {
margin-left: 40px;
}
.sp-p-40 {
padding: 40px;
}
.sp-pb-40 {
padding-bottom: 40px;
}
.sp-pt-40 {
padding-top: 40px;
}
.sp-mtb-40, .sp-mbt-40 {
margin-bottom: 40px;
margin-top: 40px;
}
.sp-ptb-40, .sp-pbt-40 {
padding-top: 40px;
padding-bottom: 40px;
}
.sp-plr-40, .sp-prl-40 {
padding-left: 40px;
padding-right: 40px;
}
.sp-mb-50 {
margin-bottom: 50px;
}
.sp-mt-50 {
margin-top: 50px;
}
.sp-ml-50 {
margin-left: 50px;
}
.sp-p-50 {
padding: 50px;
}
.sp-pb-50 {
padding-bottom: 50px;
}
.sp-pt-50 {
padding-top: 50px;
}
.sp-mtb-50, .sp-mbt-50 {
margin-bottom: 50px;
margin-top: 50px;
}
.sp-ptb-50, .sp-pbt-50 {
padding-top: 50px;
padding-bottom: 50px;
}
.sp-plr-50, .sp-prl-50 {
padding-left: 50px;
padding-right: 50px;
}
.sp-mb-75 {
margin-bottom: 75px;
}
.sp-mt-75 {
margin-top: 75px;
}
.sp-ml-75 {
margin-left: 75px;
}
.sp-p-75 {
padding: 75px;
}
.sp-pb-75 {
padding-bottom: 75px;
}
.sp-pt-75 {
padding-top: 75px;
}
.sp-mtb-75, .sp-mbt-75 {
margin-bottom: 75px;
margin-top: 75px;
}
.sp-ptb-75, .sp-pbt-75 {
padding-top: 75px;
padding-bottom: 75px;
}
.sp-plr-75, .sp-prl-75 {
padding-left: 75px;
padding-right: 75px;
}
.sp-mb-100 {
margin-bottom: 100px;
}
.sp-mt-100 {
margin-top: 100px;
}
.sp-ml-100 {
margin-left: 100px;
}
.sp-p-100 {
padding: 100px;
}
.sp-pb-100 {
padding-bottom: 100px;
}
.sp-pt-100 {
padding-top: 100px;
}
.sp-mtb-100, .sp-mbt-100 {
margin-bottom: 100px;
margin-top: 100px;
}
.sp-ptb-100, .sp-pbt-100 {
padding-top: 100px;
padding-bottom: 100px;
}
.sp-plr-100, .sp-prl-100 {
padding-left: 100px;
padding-right: 100px;
}