/*
	Theme Name: VVFG Theme
	Author: Rob van den Bogaert
	Version: 1.0
  Text Domain: VVFGtheme
*/

/* 3rd party packages */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-family: 'Roboto';
  color: #2d2d2d;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}



/*==========================================================================
/* OWN CSS
========================================================================== */


/* Own Fonts
   ========================================================================== */

@font-face {
  font-family: Headline-Regular;
  src: url('/wp-content/themes/VVFG-theme/fonts/ClearfaceGothicRegular.ttf');
}
@font-face {
  font-family: Headline-Bold;
  src: url('/wp-content/themes/VVFG-theme/fonts/ClearfaceGothicBlack.otf');
}

body{
  font-size: 16px;
}

/* Login box
 * ========================================================================== */

.login-form{
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  font-family: 'Roboto', sans-serif;
}

.login-form form{
  width: 100%;
}

.login-header{
  line-height: 33px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.input{
  width: 100%;
  margin-bottom: 14px;
}
.input .label{
  text-align: left;
  line-height: 24px;
  font-size: 16px;
}
.input input{
  line-height: 33px;
  background: #ededed;
  border: 0;
  outline: none;
  border-radius: 4px;
  text-indent: 12px;
  width: 100%;
  font-size: 14px;
  margin: 0;
  color: #000;
}

.login-button{
  width: 100%;
  height: 33px;
  line-height: 33px;
  padding: 0 32px;
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  transition: 0.5s;
  outline: none;
  color: #42a6ff;
}
.login-button:hover{
  background-color: #42a6ff;
  color:#fff;
}

.forgot-password{
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}

.forgot-password a, .forgot-password a:visited, .forgot-password a:visited{
  text-align: center;
  color: #fff;
  text-decoration: underline;

}

.flash-message{
  background-color: #f7d3ce;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #e7a7a3;
  padding: 0;
  margin-top: 10px;
  display: none;
  transition: 0.6s;
  position: relative;
}

.flash-message p{
  color: #b2193d;
  font-size: 12px;

}

.close-icon{
  position: absolute;
  right: 2px;
  top: 0;
  color: #b2193d;
  cursor: pointer;
}


/* Main Structure
   ========================================================================== */

*{
  box-sizing: border-box;
}

.site-header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10 !important;
}
.site-container{
  left: 0;
  right: 0;
  overflow-x: hidden;
  box-shadow: 0 18px 26px 0px black;
}
.site-footer{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px 0px;
	z-index: -1;
  color: #fff;
  display: flex;
  align-items: center;
}
.site-footer a {
  color: #fff;
}
.site-footer ul{
  margin: 0;
  list-style: none;
  padding: 0;
  line-height: 1.5em;
}
.footer{
  display: flex;
  font-size: 0.8rem;
}
.footer-mobile{
  display: none !important;
  font-size: 0.8rem;
}
.footer-mobile .footer-block{
  margin: 10px auto;
}
.footer-block{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 1px;
}
.fb-1{
  flex: 1 1 20%;
}
.fb-2{
  flex: 1 1 60%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding-left: 30px;
}
.fb-3{
  flex: 1 1 20%;
  padding-left: 30px;
}
.footer-block .footer-headline{
  flex: 1 1 100%;
  font-size: 1.2em;
  font-weight: 500;
  padding: 0px 10px;
  height: 15px;
  text-decoration: underline;
}
.footer-subblock{
  flex: 1 1 auto;
  padding: 10px;
}
.footer-line{
  border: 1px solid #fff;
  width: 100px;
  margin: 0px;
  align-self: flex-start;
  text-align: left;
}

.first-row{
  margin-top: 20px !important;
}

.empty-row{
  height: 50px;
}

.est-frontend-display-wrap {
    top: 30% !important;
}

/* Main Styles
   ========================================================================== */

h1, h2, h3, h4, h5, h6{
  margin: 0;
}
h1{
  font-size: 5rem;
}
h2{
  font-size: 4rem;
}
h3{
  font-size: 3rem;
}
h4{
  font-size: 2rem;
}
h5{
  font-size: 1.5rem;
}
h6{
  font-size: 1rem;
}


a{
  text-decoration: none;
  color: inherit;
}
a.link{
  text-decoration: underline;
  color: #42a6ff;
}
iframe{
  border: none;
}

hr{
  color: #42a6ff;
  width: 100%;
  border-style: inset;
  border-width: 1px;
  border-color: #42a6ff;
}

.button{
  border-width: 2px;
  border-style: solid;
  border-radius: 20px;
  text-align: center;
  padding: 10px;
  font-weight: 500;
  box-shadow: 2px 2px 10px #000000;
  text-shadow: 2px 2px 8px #000000;
  transition: 0.3s;
}
.button:hover{
  color: #42a6ff !important;
  text-shadow: 0px 0px 0px #000000;
  background-color: #fff;
  transition: 0.3s;
}

.headline{
  text-shadow: 2px 2px 8px #000000 !important;
  margin-bottom: 20px;
}


.table-header{
  font-weight: 700;
}

.show-as-link{
  text-decoration: underline;
  color: #42a6ff;
}
.pagination a{
  text-decoration: underline;
}

/* Header Styles
   ========================================================================== */

.site-header--container{
  height: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.site-header--logo{
  height: 100%;
  left: 0;
  display: inline-block;
  float: left;
  margin-right: 50px;
}
.site-header--logo img{
  height: 100%;
}

.site-header--title{
  font-family: 'Headline-Bold';
  line-height: 1;
  height: 100%;
  display: inline-block;
  float: left;
  font-size: 2.1rem;
  padding-top: 1.05rem;
}

.main-navigation{
  display: inline-block;
  float: right;
  height: 100%;
  font-weight: 400;
  font-family: 'Montserrat';
  font-size: 14px;
}
.main-navigation ul{
  display: flex;
  margin: 0;
  padding: 0;
}
.main-navigation li{
  flex: 1 1 auto;
  list-style: none;
  padding-left: 25px;
  color: #0f0f0f;
}
.main-navigation li a{
  color: #0f0f0f;
  text-decoration: none;
  transition: 0.2s;
}
.main-navigation li a:hover{
  color: #42a6ff;
  transition: 0.2s;
}
.menu-effect{
  height: 2px;
  background-color: #42a6ff;
  display: block;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  transition: 0.1s;
}
.main-navigation li:hover .menu-effect{
  width: 100%;
  transition: 0.1s;
}
.menu-mobile{
  display: none;
  float: right;
  height: 100%;
  padding-left: 20px;
}
.menu-mobile i{
  color: #0f0f0f;
  cursor: pointer;
  transition: 0.2s;
}
.menu-mobile i:hover{
  color: #42a6ff;
}


.site-header--search{
  display: inline-block;
  float: right;
  height: 100%;
  padding-left: 50px;
  padding-right: 10px;
}
.site-header--search i{
  color: #0f0f0f;
  cursor: pointer;
  transition: 0.2s;
}
.site-header--search i:hover{
  color: #42a6ff;
}


.language-switcher{
  position: fixed;
  top: 2px;
  right: 2px;
  height: 20px;
}
.trp-language-switcher{
	height: 100%;
	width: 150px !important;
}
.trp-ls-shortcode-current-language{
	height: 100%;
	padding: 0px !important;
	margin: 0px;
	width: 100% !important;
}
.trp-ls-shortcode-current-language a{
	padding: 0px;
	margin: 0px;
	font-size: 0.9rem;
}
.trp-ls-shortcode-language{
	padding: 0px !important;
	margin: 0px;
	font-size: 0.9rem;
	width: 100% !important;
}
.trp-language-switcher > div{
	background-position: calc(100% - 5px) calc(0.5em + 0px), calc(100% - 0px) calc(0.5em + 0px) !important;
}
.language-switcher ul{
  margin: 0px;
}
.language-switcher li{
  list-style: none;
  display: inline-block;
}

/* Notifications
   ========================================================================== */
.message-box{
  position: relative;
  font-size: 0.5em;
  margin-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.message-box-title{
  background-color: rgba(230,51,45,1);
  border-radius: 5px;
  padding: 5px; 
  position: relative;
  color: #ffffff; 
  font-size: 16px;
  line-height: 2em;
  align-self: center;
}
.message-box-title i{
  margin-left: 10px;
  font-size: 1.2em;
}
.message-box-content{
  border-radius: 5px;
  color: #3d3d3d;
  margin-top: -20px;
  margin-right: 5px;
  margin-left: 5px;
  z-index: -1;
  padding-top: 15px;
  padding-bottom: 10px;
  background-color: #fff;
  font-size: 1.4em;
}


/* Contact
   ========================================================================== */
.grecaptcha-badge{
  visibility: hidden !important;  
}
.contact-table{
  border-radius: 5px;
  border: 1px solid #979797;
  color: #000;
  padding: 10px;
  margin: auto auto;
  max-width: 100%;
}

.contact-label{
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
}
.contact-field input, .contact-field textarea, .contact-field select{
  border-radius: 5px;
  width: 100%;
  border: 1px solid #979797;
}
.contact-privacy{
  font-size: 0.8em;
}
.contact-button input{
  color: #fff;
  background-color: #42a6ff;
  padding: 5px 15px;
  border-radius: 30px;
  width: 60%;
  margin: 20px 0px 20px 20%;
  border: none;
  cursor: pointer;
  transition: 0.2s;
}
.contact-button input:hover{
  color: #fff;
  background-color: #e6332d;
  transition: 0.2s;
}

.required{
  font-size: 0.8em !important;
  color: #ff0000 !important;
  text-align: left;
}

/* Content Structure
   ========================================================================== */

.row{
  overflow: hidden;
  background-color: #fff;
  display: flex;
  width: 100%;
  line-height: initial;

  padding: 0; /* TO DO: make dynamic; */
}

.row-container{
  display: flex;
  width: 1300px;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 1300px){
  .row-container{
    width: 100%;
  }
}
.block{
  display: inline-block;
  flex: 1 1 auto;
}
.block--1-1{flex: 1 1 100%;}
.block--1-2{flex: 1 1 calc(100% / 2);}
.block--1-3{flex: 1 1 calc(100% / 3);}
.block--1-4{flex: 1 1 calc(100% / 4);}
.block--3-4{flex: 1 1 calc(100% / 4 * 3);}
.block--1-5{flex: 1 1 calc(100% / 5);}
.block--1-6{flex: 1 1 calc(100% / 6);}
.block--1-7{flex: 1 1 calc(100% / 7);}
.block--1-8{flex: 1 1 calc(100% / 8);}



.lightbox{
  position: fixed;
  z-index: 99;
  left: 5%;
  right: 5%;
  top: 100px;
  bottom: 3%;
  align-content: center;
  align-items: center;
  justify-content: center;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  padding: 20px;
}
.lightbox-active{
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}
.lightbox img{
  max-height: calc(85vh - 100px);
  max-width: 100%;
  position: relative;
}
.lightbox-image-div{
  max-height: 100%;
  max-width: 100%;
  background-color: #fff;
  padding: 30px;
  box-shadow: 3px 3px 14px #000000;
  position: relative;
}

.lightbox-close-button{
  position: absolute;
  font-size: 28px;
  cursor: pointer;
  top: 5px;
  right: 5px;
}
.open-in-lightbox{
  cursor: pointer;
}
.back-to-archive{
  background-color: #42a6ff;
  color: #fff;
  margin: 10px 0px;
  padding: 5px 15px;
  border-radius: 30px;
  transition: 0.3s;
}
.back-to-archive:hover{
  background-color: #e6332d;
}

/* Popups
   ========================================================================== */
.popup{
  position: fixed;
  z-index: 99;
  left: 5%;
  right: 5%;
  top: 100px;
  bottom: 3%;
  align-content: center;
  align-items: center;
  justify-content: center;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.popup-container{
  max-width: 100%;
  max-height: 100%;
  width: 800px;
  height: 600px;
  background-color: rgba(255,255,255,1);
  padding: 30px;
  box-shadow: 3px 3px 14px #000000;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.popup-content{
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.popup-active{
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}
.popup-close-button{
  position: absolute;
  font-size: 28px;
  cursor: pointer;
  top: 5px;
  right: 8px;
}
.popup-temp-trigger{
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  background-color: #42a6ff;
  cursor: pointer;
  color: #fff;
  padding: 3px;
  margin: 3px;
}
.popup-nl-head{
  color: #fff;
  font-family: 'Headline-Bold';
  font-size: 3rem;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  height: 20%;
  flex: 0 1 100%;
}
.popup-nl-title{
  display: block;
}
.popup-nl-subtitle{
  display: block;
  font-size: 0.68em;
}
.popup-nl-form{
  flex: 0 1 100%;
  text-align: center;
  align-self: flex-end;
  height: 65%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
}
.popup-nl-form #mc-embedded-subscribe{
  width: 60%;
  height: 50px;
}
.popup-basic-headline{
  color: #fff;
  flex: 0 1 100%;
  text-align: center;
  font-size: 3rem;
  font-family: 'Headline-Bold';
  text-shadow: 2px 2px 8px #000000;
}
.popup-basic-button{
  display: block;
  background-color: #42a6ff;
  color: #fff;
  border-radius: 25px;
  padding: 15px;
  transition: 0.4s;
  margin: 10px auto;
}
.popup-basic-button:hover{
  background-color: #e6332d;
}

/* Homepage Specifics
   ========================================================================== */
.row-login{
  padding: 20px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-size: 2rem;
  box-shadow: 0px 0px 18px #000000;
  position: relative;
  z-index: 2;
}
.row-login a{
  color: #fff;
}
.row-login .row-container{
  justify-content: space-between;
  align-content: center;
  align-items: center;
  text-align: center;
  width: 80%;
}
.icon--medium{
  display: block;
  margin-bottom: 20px;
  font-size: 2em;
}

.row-login .text-button{
  display: block;
  font-size: 0.5em;
  margin-top: 20px;
  position: relative;
}
.row-login .text-button i{
  position: absolute;
  margin-left: 10px;
  top: 0.125em;
  transition: 0.2s;
}
.row-login .text-button:hover i{
  margin-left: 20px;
  transition: 0.2s;
}
.row-promo .row-container{
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}

#loginbox{
  height: 170px;
}

.department-block-image{
  width: 50vw;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.department-block-content{
  width: 50vw;
  overflow: hidden;
  padding: 0px 5%;
  color: #3d3d3d;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.department-image{
  width: 100%;
}
.department-title{
  margin-bottom: 20px;
}
.department-description{
  margin-bottom: 20px;
}
.department-button{
  border-radius: 35px;
  background-color: #42a6ff;
  text-align: center;
  padding: 15px 35px;
  line-height: 20px;
  color: #fff;
  align-self: flex-start;
  transition: 0.3s;
}
.department-button a{
  color: #fff;
}
.department-button:hover{
  transition: 0.3s;
}

.row-tools{
  justify-content: center;
}
.tool{
  align-self: center;
  height: 350px;
  margin: 0px 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 8px #000000;
  max-width: 400px;
  position: relative;
  overflow: hidden;
  color: #3d3d3d;
}
.tool-title{
  padding: 0px 15px;
  margin-top: 20px;
}
.tool-image{
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0px 0px 8px #000000;
}
.tool-description{
  display: block;
  padding: 0px 15px;
  margin-top: 10px;
}
.tool-button{
  display: block;
  padding: 10px 15px;
  margin-top: 20px;
  color: #fff;
  background-color: #42a6ff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: 0.2s;
}
.tool-button:hover{
  padding: 15px;
  font-size: 1.2em;
  transition: 0.2s;
}

.row-newsfeed{
  flex-direction: column;
  padding: 30px;
}
.news-feed{
  display: flex;
  height: 65%;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80vw;
  margin: 0px auto;
  align-items: center;
  border-bottom: 2px solid #fff;
}
.news-subscribe{
  display: flex;
  align-items: center;
  height: 35%;
  padding-top: 30px;
}
.page-news-subscribe{
	padding-bottom: 20px;
}
.page-news-subscribe .news-subscribe{
	background-color: #dbdbdb;
	padding: 20px;
	border: 2px solid #42a6ff;
}

.news-item{
  flex: 1 1 20%;
  height: 350px;
  background-color: #fff;
  margin: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 8px #000000;
  position: relative;
  padding: 15px;
  transition: 0.2s;
  overflow: hidden;
}
.news-item:hover{
  margin-top: 5px;
  box-shadow: 0px 2px 18px #000000;
  transition: 0.2s;
}
.news-item-image{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.news-item-title{
  margin-top: 70px;
  margin-bottom: 7px;
  color: #3d3d3d;
  font-size: 1.4rem;
}
.news-item-meta{
  color: #7f7f7f;
  display: block;
  margin-bottom: 15px;
  font-size: 0.75em;
  letter-spacing: 1.5px;
}
.news-item-excerpt{
  color: #7f7f7f;
  display: block;
  line-height: 1.4em;
  letter-spacing: 0.5px;
}
.news-read-all{
  flex: 1 1 100%;
  text-align: center;
  margin: 30px 0px;
}
.news-read-all a{
  color: #fff;
  background-color: #42a6ff;
  padding: 5px 15px;
  border-radius: 15px;
  transition: 0.2s;
}
.news-read-all a:hover{
  background-color: #e6332d;
  transition: 0.2s;
}
#mc_embed_signup{
  clear:left; 
  font:14px Helvetica,Arial,sans-serif; 
  width:80vw; 
  margin-left: auto; 
  margin-right: auto; 
  text-align: center;
}
.news-subscribe-title{
  color: #3d3d3d;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.news-subscribe-text{
  color: #3d3d3d;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.news-subscribe-button{
  background-color: #42a6ff;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 5px 15px;
  margin-top: 20px;
}
.email{
  width: 700px;
  border: 2px solid #000;
  padding: 20px 10px;
  border-radius: 30px;
  margin-top: 20px;
  text-align: center;
  max-width: 100%;
}
.email:focus{
  outline: none;
}
.news-subscribe-button:focus{
  outline: none;
}

.row-jobs{
  padding: 30px 0px;
  flex-direction: column;
  justify-content: center;
  width: 80vw;
}
.innerrow-jobs{
  display: flex;
}
.jobs-block{
  flex: 1 1 50%;
  display: flex;
  padding: 5px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.jobs-block-nl{
  margin-right: 20px;
}
.jobs-block-cc{
  margin-left: 20px;
}
.job-block{
  flex: 0 1 18vw;
  height: calc(18vw / 7 * 4);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.jobs-headline{
  color: #3d3d3d;
}
.jobs-subheadline{
  flex: 1 1 100%;
  margin-bottom: 10px;
  color: #3d3d3d;
}
.jobs-all{
  text-align: center;
}
.jobs-all a{
  color: #fff;
  background-color: #42a6ff;
  padding: 5px 15px;
  border-radius: 30px;
  transition: 0.2s;
}
.jobs-all a:hover{
  background-color: #e6332d;
  transition: 0.2s;
}
.job-overlay{
  position: absolute;
  height: calc(15vw / 7 * 4 / 5);
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  padding: 0px 5px;
  padding-top: calc((15vw / 7 * 4 / 40));
  color: #fff;
  line-height: 1.5em;
  transition: 0.4s;
  text-align: center;
  font-size: calc(15vw / 7 * 4 / 10);
}
.job-overlay-homepage{
  line-height: 1.5em;
  height: calc(18vw / 7 * 4 / 5);
  padding-top: calc((18vw / 7 * 4 / 40));
  font-size: calc(18vw / 7 * 4 / 10);
}
.job-overlay a{
  color: #fff;
}
.jobs-block-nl .job-overlay{
  background-color: rgba(66,166,255,0.9);
}
.jobs-block-cc .job-overlay{
  background-color: rgba(230,51,45,0.9);
}
.job-block:hover .job-overlay{
  height: 100%;
  transition: 0.4s;
}
.job-title{
  font-weight: 500;
  display: block;
  margin-bottom: calc(18vw / 7 * 4 / 10);
}

.empty-space-small{
  height: 10px;
  display: block;
}

/*.job-overlay-read-more{
  position: relative;
  bottom: 2px;
  left: 0;
  right: 0;
}
*/
/* Slider
   ========================================================================== */
.slider{
  display: block;
  position: relative;
  overflow-x: hidden; 
}
.slide{
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s;
  z-index: 1;
}
.slide-content-area{
  max-width: 50%;
  height: 100%;
  margin-left: 15%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}
.active-slide{
  left: 0%;
}
.start-slide{
  left: 0%;
}
.deactivating-slide{
  left: -100%;
}

.headline-slide{
  flex: 0 1 auto;
  font-size: 5.2rem;
  line-height: 1em;
}
.slider-control-arrow {
  color: #fff;
  position: absolute;
  font-size: 5rem;
  z-index: 9;
  height: 60px;
  width: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
  cursor: pointer;
  top: 50%;
  text-shadow: 2px 2px 4px #000000;
  transition: 0.3s;
}
.slider-control-arrow:hover{
  font-size: 5.5rem;
}
.slider-control-previous{
  left: 2%;
}
.slider-control-next{
  right: 2%;
}


/* Single Pages
   ========================================================================== */

.pagebanner{
  height: 275px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}


.page-title{
  font-size: 1.3em;
  font-family: 'Headline-Regular';
  display: block;
  font-weight: 600;
}

.page-subtitle{
  display: block;
  margin-bottom: 15px;
  color: #3d3d3d;
}

.single-vacancy-container{
  width: 1300px;
  margin: 0 auto;
  max-width: 100%;
}
.single-vacancy-title{
  margin: 20px 0px 7px 0px;
  font-size: 1.5rem;
  font-family: 'Headline-Regular';
  font-weight: 600;
}
.single-vacancy-title span{
  font-size: 1.2rem;
}
.single-vacancy-subcontainer{
  display: flex;
}
.single-vacancy-content{
  flex: 1 1 60%;
  margin-right: 30px;
}
.single-vacancy-info{
  flex: 1 1 40%;
  max-width: 100%; /* CHECK CHECK */
}
.single-vacancy-meta{
  margin-bottom: 15px;
  line-height: 1.2em;
}
.single-vacancy-subheading{
  display: block;
  font-size: 1.2em;
  font-weight: 500;
}
.single-vacancy-bullet{
  margin-left: 5px;
}
.single-vacancy-container .jobs-all{
  font-family: 'Roboto';
  font-size: 0.9em;
}
.single-vacancy-expired{
  padding-bottom: 30px;
  padding-top: 20px;
}

/* Vacancies
   ========================================================================== */

.jobs-page-container{
  flex-direction: column;
  line-height: initial;
}
.jobs-row{
  margin: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.jobs-row-title{
  flex: 1 1 100%;
  margin-bottom: 10px; 
}
.jobs-row .job-block{
  flex: 0 1 48%;
  margin-bottom: 15px;
  margin-right: 0px;
  margin-left: 0px;
}
.jobs-nl, .jobs-cc{
  flex: 0 1 48%;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

.file-upload-small input{
  margin-bottom: 10px;
}

/* Google Maps
   ========================================================================== */

.acf-map {
width: 100%;
height: 400px;
border: #ccc solid 1px;
margin: 0px 0;
}

/* fixes potential theme css conflict */

.acf-map img {
 max-width: inherit !important;
}


/* SINGLE CC
   ========================================================================== */

.single-cc-text{
  flex: 3 1 75%;
  padding-right: 30px;
  margin-bottom: 30px;
}
.single-cc-image{
  flex: 1 1 25%;
}
.single-cc-image img{
  width: 100%;
}

.single-cc-content{
  margin-bottom: 20px;
}
.single-cc-title, .single-product-title, .single-farm-title, .single-origin-title, .single-title{
  font-family: 'Headline-Regular';
  font-weight: 600;
  font-size: 2rem;
  color: #2d2d2d;
  margin-top: 30px;
}
.single-seperator{
  margin-bottom: 20px;
}
.single-cc-info{
  background-color: rgb(228, 242, 255);
  border-top: 2px solid #42a6ff;
  border-bottom: 2px solid #42a6ff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.single-cc-details{
  flex: 1 1 calc(100% / 3);
}
.single-cc-open{
  flex: 1 1 calc(100% / 3 * 2);
}
.opening-times td{
  padding-right: 40px;
}
.single-cc-register{
  text-align: center;
  justify-content: center;
  flex-direction: column;
  margin: 40px auto;
}
.single-cc-register-form{
  margin: 20px auto;
}
.single-cc-register-form .contact-table{
  max-width: 600px;
  margin: 10px auto;
}
.single-cc-register-form .contact-button input{
  width: 80%;
  margin: 10px auto;
}
.single-cc-headline{
  font-weight: 400;
  font-family: 'Headline-Regular';
}
.single-cc-register-steps{
  height: 150px;
  margin: 30px 0px;
  display: flex;
  align-items: stretch;
}

.single-cc-register-step{
  flex: 1 1 calc(100% / 3);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.single-cc-register-step i{
  margin-right: 30px;
  font-size: 3em;
}
.single-cc-register-step-text{

}
.single-cc-register-step span{
  display: block;
  text-align: left;
}
.step-title{
  font-size: 1.2em;
  font-weight: 700;
}
.step-subtitle{
  font-size: 0.9em;
}
.step1{
  background-color: rgb(66,166,255);
}
.step2{
  background-color: rgb(23,126,217);
  background-image: url('/wp-content/themes/VVFG-theme/images/step-2-bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  padding-left: 60px;
}
.step3{
  background-color: rgb(8,60,107);
  background-image: url('/wp-content/themes/VVFG-theme/images/step-3-bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  padding-left: 60px;
}
.single-cc-events{
  flex-direction: column;
}


/* SINGLE Product
   ========================================================================== */

.single-product-content{
  display: flex;
  padding-bottom: 40px;
}
.single-product-details{
  flex: 1 1 calc(100% - 500px);
}
.single-product-details table{
  line-height: 1.5em;
}
.single-product-details table tr{
}
.single-product-details .label{
  width: 200px;
  font-weight: 600;
  vertical-align: top;
}
.single-product-details .table-header{
  border-bottom: 1px solid #9a9a9a;
}

.single-product-images{
  flex: 1 1 450px;
}

.colour-display{
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 5px;
  border: 2px solid #000;
  margin-right: 5px;
  vertical-align: middle;
}
.colour-name{
  vertical-align: middle;
}

.single-product-main-image{
  border: 1px solid black;
  width: 450px;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  float: right;
  max-width: 100%;
}
.single-product-farms{
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.single-product-farm{
  flex: 1 1 200px;
  margin: 5px;
  max-width: 200px;
}
.single-product-farm-image{
  display: inline-block;
  width: 100%;
  height: 150px;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.single-product-farm-name{
  background-color: rgba(66,166,255,0.8);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  padding: 3px 0px;
  color: #fff;
}
.single-product-farm-details{
  text-align: center;
  font-size: 0.75em;
}
.tag{
  background-color: #979797;
  padding: 1px 4px;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  margin-top: 3px;
}
.single-product-farm-details-maxlength, .single-product-farm-details-headsizes{
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 6px 3px;
  vertical-align: top;
}
.single-product-form{
  padding-bottom: 50px;
  width: 700px;
  flex-direction: column;
}


/* SINGLE Farm
   ========================================================================== */

.single-farm-description{
  padding-bottom: 40px;
}

.single-farm-origin{
  font-size: 0.6em;
}

.single-farm-assortment, .single-origin-products{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.single-farm-product{
  flex: 0 1 200px;
  height: 150px;
  width: 200px;
  margin: 0px 15px 15px 0px;
  position: relative;
  display: block;
  border-radius: 7px;
  overflow: hidden;
}
.single-farm-product-div{
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.single-farm-product-title{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: rgba(66,166,255,0.8);
  color: #fff;
  padding: 2px;
}



/* SINGLE Origin
   ========================================================================== */

.single-origin-top-row{
  margin-bottom: 40px;
}

.single-origin-description{
  flex: 0 1 40%;
  padding-right: 10px;
}
.single-origin-other-origins{
  flex: 0 1 60%;
  display: flex;
  justify-content: flex-end;
}

.single-origin-other-origin{
  flex: 0 1 calc(25% - 15px);
  height: 150px;
  max-width: calc(25% - 15px);
  margin: 0px 15px 15px 0px;
  position: relative;
  display: block;
  border-radius: 7px;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,0);
  transition: 0.3s;
}
.single-origin-other-origin-div{
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.single-origin-other-origin:hover{
  border: 2px solid #42a6ff;
}

.single-origin-other-origin-title{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: rgba(66,166,255,0.8);
  color: #fff;
  padding: 2px;
  font-size: 0.8rem;
}

.no-products-available{
	border: 2px solid #42a6ff;
	align-self: flex-start;
	padding: 10px;
}
.no-products-available i{
	color: #42a6ff;
	font-size: 2rem;
	float: left;
	margin-right: 10px;
}

.single-origin-assortment{
  
}
.single-origin-products{
  flex: 0 1 calc(100% - 300px);
}
.single-origin-sidebar{
  flex: 0 1 300px;
}
.single-origin-farms{
  list-style: none;
  padding: 0;
  margin-top: 0;
}
.single-origin-farms li i{
  margin-right: 0px;
  transition: 0.3s;
}
.single-origin-farms li:hover i{
  margin-right: 5px;
}

.single-origin-products .single-farm-product{
  max-width: 170px;
}


/* SINGLE productgroup
   ========================================================================== */

.single-productgroup-origins{
  flex: 0 1 100%;
  display: flex;
  justify-content: flex-start;
}
.single-productgroup-products{
  flex: 0 1 100%;
  display: flex;
  flex-wrap: wrap;
}


/* PAGE register
   ========================================================================== */

.page-register-content{
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-register-block{
  flex: 0 1 calc(100% / 3);
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.page-register-block-nl{
  margin-right: 8px;
}
.page-register-block-cc{
  margin-left: 4px;
  margin-right: 4px;
}
.page-register-block-global{
  margin-left: 8px;
}
.page-register-block-banner{
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.page-register-block-text{
  padding: 5px;
  line-height: 1.3em;
  margin-bottom: 30px;
}
.page-register-block select{
  width: 100%;
}
.page-register-block-button{
  border: 2px solid #42a6ff;
  align-self: center;
  padding: 15px 20px;
  border-radius: 50px;
  color: #42a6ff;
  transition: 0.3s;
}
.page-register-block-button:hover{
  color: #fff;
  background-color: #42a6ff;
}
.page-register-block-button i{
  margin-right: 5px;
}
.credit-app-form-steps{
  margin-top: 0;
}
.credit-app-form-steps .single-cc-register-steps{
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}
.credit-app-form-steps i{
  flex: 0 1 20%;
}
.credit-app-form-steps .single-cc-register-step-text{
  flex: 0 1 70%;
}
.page-forms-content{
  display: flex;
}
.page-forms-content i{
  margin-right: 5px;
}
.page-forms-block{
  padding-right: 30px;
  padding-bottom: 30px;
}
.page-forms-text{
  flex: 0 1 60%;
}
.page-forms-links{
  flex: 0 1 40%;
  line-height: 22px;
  color: #42a6ff;
  text-decoration: underline;
}
.page-forms-links ul{
  margin: 0px;
  padding: 0px;
}
.page-forms-links li{
  list-style: none;
  margin-bottom: 10px;
}
.page-forms-links img{
  border: 1px solid #000;
  vertical-align: middle;
  margin-right: 10px;
}


/* PAGE request login
   ========================================================================== */

.page-request-content{
  display: flex;
  padding-bottom: 40px;
}
.page-request-block{
  flex: 0 1 50%;
}
.page-request-text{
  padding-right: 30px;
}
.page-request-form{
  
}



/* PAGE news
   ========================================================================== */

.page-news-content{
  display: initial;
  padding-top: 8px;
}
.page-news-item{
  width: 100%;
  min-height: 100px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-news-item img{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  box-shadow: 2px 2px 10px #000000;
}
.page-news-item-read-more{
  position: absolute;
  bottom: -15px;
  right: 0;
  height: 20px;
  width: 200px;
  background-color: #42a6ff;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  transition: 0.3s;
}
.page-news-item-read-more:hover{
  background-color: #e6332d;
}
.pagination{
  display: block;
  text-align: center;
  width: 100%;
  padding-bottom: 30px;
  padding-top: 30px;
}
.page-news-item-title{
  font-family: 'Headline-Regular';
  font-size: 1.5em;
  margin-right: 10px;
}
.page-news-item-date, .single-news-date{
  font-size: 0.9em;
}
.single-news-title-row{
  display: initial;
  padding-top: 20px;
}
.single-title-news{
  margin-right: 10px;
}
.single-news-text p:first-child{
  margin-top: 0;
}
.single-news-images-column{
  flex: 0 0 300px;
  margin-right: 20px;
}
.single-news-images-row{
  flex-direction: row;
}
.single-news-text-big{
  flex: 0 1 calc(100% - 300px);
}
.single-news-image{
  box-shadow: 2px 2px 10px #000000;
}
.single-news-images-column .single-news-image{
  width: 100%;
  margin: 8px 0px;
}
.single-news-images-row .single-news-image{
  flex: 1 1 auto;
  max-height: 180px;
  margin: 8px 8px;
}



/* PAGE locations
   ========================================================================== */

.page-locations-row{
  flex: 0 1 calc(100% / 3);
  line-height: 1.3em;
}
.page-locations-row-1{
  margin-right: 30px;
}
.page-locations-row-2{
  margin-left: 15px;
  margin-right: 15px;
}
.page-locations-row-3{
  margin-left: 30px;
}
.title-red{
  color: #e6332d;
}
.title-bold{
  font-family: 'Headline-Bold';
}
.page-locations-cc-title{
  text-decoration: underline;
}
.page-locations-title{
  margin-top: 20px;
}



/* PAGE about us
   ========================================================================== */

.dept-block{
  flex: 1 1 auto;
  height: 200px;
  margin: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.dept-block-overlay{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: calc(1em + 10px);
  background-color: rgba(66,166,255,0.9);
  overflow: hidden;
  padding: 5px;
  color: #fff;
  transition: 0.4s;
}
.dept-block-overlay h6{
  font-size: 0.9rem;
}
.dept-block:hover .dept-block-overlay{
  height: 100%;
}
.page-about-intro{
  flex-direction: column;
  padding-bottom: 20px;
}
.page-about-subtitle{
  font-weight: 700;
  font-style: italic;
  margin-bottom: 20px;
  color: #2d2d2d;
}
.page-about-content-row{
  display: flex;
  height: 500px;
}
.page-about-block{
  flex: 0 1 50%;
}
.page-about-content-row-image{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-about-content-row-text{
  padding: 0px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-about-content-button{
  color: #fff;
  background-color: #42a6ff;
  padding: 15px 25px;
  border-radius: 25px;
  text-align: center;
  align-self: flex-start;
  margin-top: 20px;
  transition: 0.2s;
}
.page-about-contact-row{
  display: flex;
}
.page-about-contact-column{
  flex: 1 1 auto;
  margin: 10px;
}
.page-about-register{
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
}

.page-about-register-button{
  margin-top: 20px;
}




/* PAGE contact
   ========================================================================== */
.page-contact-choice{
  background-color: #f00;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex: 0 1 50%;
  margin: 20px;
  position: relative;
}
.page-contact-choice-text{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    padding: 5px;
    font-family: 'Headline-Regular';
}
.page-contact-choice-text-nl{
  background-color: rgba(66,166,255,0.9);
}
.page-contact-choice-text-cc{
  background-color: rgba(230,51,45,0.9);
}

.page-contact-subpage-content{
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-contact-subpage-content-block{
  flex: 0 1 50%;
}
.page-contact-subpage-content-left{
  margin-right: 20px;
}
.page-contact-subpage-content-right{
  margin-left: 20px;
}
.page-contact-subpage-content-contacts{
  display: flex;
  margin-bottom: 20px;
}
.contact_column{
  flex: 1 1 auto;
}
.page-contact-subpage-map{
  margin-bottom: 30px;
}
.page-contact-subpage-map .acf-map{
  height: 300px;
}






/* PAGE help
   ========================================================================== */

.page-help-column{
  margin: 0px 15px;
}
.page-help-column:first-child{
  margin-left: 0px;
}
.page-help-column:last-child{
  margin-right: 0px;
}
.page-help-block {
  flex: 1 1 100%;
  margin-bottom: 30px;
}
.page-help-block-image{
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-help-block-content{
  height: 300px;
  border: 3px solid #42a6ff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: rgb(117, 117, 117);
}
.page-help-block-buttons{
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.page-help-block-button{
  margin-right: 20px;
  background-color: #42a6ff;
  color: #fff;
  padding: 12px 25px;
  transition: 0.3s;
}
.page-help-block-button:hover{
  background-color: #e6332d;
}
.page-help-block-icon{
  position: absolute;
  top: 0;
  right: 0;
  color: #42a6ff;
  font-size: 200px;
  opacity: 0.2;
  z-index: 0;
}
.page-help-block-content *:not(.page-help-block-icon){
  z-index: 1;
}
.page-help-info-row{
  background-color:rgb(228, 242, 255);
  border-top: 2px solid #42a6ff;
  border-bottom: 2px solid #42a6ff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-help-info{
}
.page-help-info-support{
  display: flex;
  flex-direction: column;
  flex: 0 1 70%;
}
.page-help-info-support-contacts{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.page-help-info-support-contact{
  margin-right: 40px;
}
.page-help-info-tools{
  flex: 0 1 30%;
}
.page-help-info-tools a{
  text-decoration: underline;
}



/* PAGE webshop
   ========================================================================== */
.page-webshop-row{
  align-items: flex-start;
}
.page-webshop-login{
  flex: 0 1 300px;
  background-color: #42a6ff;
  border-radius: 10px;
  padding: 10px;
}
.page-webshop-content{
  flex: 0 1 calc(100% - 300px);
  padding-right: 50px;
}
.app-button{
  width: 200px;
}



/* Events
   ========================================================================== */
.event-template{
  width: 100%;
  border-top-width: 2px;
  border-top-style: solid;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  margin-bottom: 20px;
  display: flex;
  min-height: 200px;
}
.event-template-image{
  flex: 0 1 300px;
  height: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.event-template-info{
  flex: 0 1 calc(100% - 300px);
  padding: 20px;
  padding-bottom: 30px;
  position: relative;
}
.event-template-info h5{
  font-weight: 500;
}
.event-table-label{
  font-weight: 500;
  width: 150px;
  vertical-align: top;
}
.event-table-value{

}
.event-button{
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 5px;
}

.row-single-event{
  min-height: 150px;
}
.row-single-event .event-template-info{
  padding: 0px;
  padding-left: 10px;
}



/* Page: FAQ;
   ========================================================================== */
.page-faq-questions{
  display: block;
  padding-bottom: 30px;
  padding-top: 30px;
}
.accordion{
  background-color: #fff;
  color: #000;
  padding: 10px 5px;
  border: 1px solid #d2d2d2;
  outline: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  margin-bottom: 5px;
  transition: background-color 0.4s;
}
.active, .accordion:hover{
  background-color: #42a6ff;
  color: #fff;
}
.accordion i{
	margin: 0px 10px;
	transition: transform 0.3s;
}
.active i, .accordion:hover i{
  transform: rotate(90deg);
}
.panel{
  background-color: #fff;
  padding-left: 5px;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.page-faq-image{
  max-width: 50%;
}






/* Search Overlay
   ========================================================================== */

.search-overlay {
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 110;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, .96);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s, visibility .3s;
  transition: opacity .3s, transform .3s, visibility .3s, -webkit-transform .3s;
  box-sizing: border-box;
}

.search-overlay--active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}

.search-overlay--top {
  width: 100%;
  height: 70px;
  background-color: rgba(0, 0, 0, .12);
}

.search-term {
  width: 100%;
  border: none;
  padding: 15px 0;
  margin: 0;
  background-color: transparent;
  font-size: 40px;
  font-weight: 300;
  outline: none;
  color: #42a6ff;
}
.search-overlay--icon {
    margin-right: 15px;
    font-size: 40px;
    color: #42a6ff;
    line-height: 70px;
}
.search-overlay--close {
    margin-right: 10px;
    font-size: 40px;
    color: #42a6ff;
    line-height: 70px;
    cursor: pointer;
}
.body-no-scroll{
  overflow: hidden;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner-loader {
  margin-right: auto;
  margin-left: auto;
  margin-top: 45px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 0.25rem solid rgba(66, 166, 255, 0.2);
  border-top-color: #42a6ff;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}
#search-overlay--results{
  width: 100%;
  padding-top: 30px;
  display: flex;
}
.search-results-list{
  list-style: none;
  padding: 0px;
  margin-bottom: 30px;
}
.search-results-list li{
  clear: both;
  padding-bottom: 15px;
  min-height: 4rem;
}
.search-results-column{
  flex: 0 1 30%;
  margin-right: 3%;
}
.search-results-column p{
  margin-bottom: 30px;
}
.search-results-list img{
  height: 4rem;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.search-result--title{
  display: block;
  font-size: 0.8rem;
  font-family: 'Montserrat';
  font-weight: 700;
}
.search-result--excerpt{
  display: block;
  font-size: 0.7rem;
}


/* Search Overlay
   ========================================================================== */

.row-404{
  padding-bottom: 30px;
  justify-content: space-between;
}
.results-404{
  flex: 0 1 65%;
}
.extra-404{
  flex: 0 1 30%;
}
.page-404-search-button{
  color: #fff;
  background-color: #42a6ff;
  padding: 5px 10px;
  border-radius: 25px;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
  transition: 0.2s;
}
.page-404-search-button:hover{
  background-color: #e6332d;
}
.results-404 i{
  margin: 0px 7px;
}
.extra-404 ul{
  list-style: none;
  padding: 0;
}
.extra-404 li{
  margin-left: 1.3em;
  line-height: 1.5rem;
}
.extra-404 li:before{
  content: "\f061"; /* FontAwesome Unicode */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #2d2d2d;
}

/* Sitemap
   ========================================================================== */

.sitemap-column{
  
}
.sitemap-column ul{
  list-style: none;
  padding: 0px;
}
.sitemap-column li{
  font-size: 0.9rem;
  margin-bottom: 10px;
}

/* Tutorial
   ========================================================================== */



/* Responsive CSS
   ========================================================================== */

@media screen and (max-width: 1600px){
	.news-item-title{
	  font-size: 1.1rem;
	}
}
@media screen and (max-width: 1500px){
  .news-item-title{
	  font-size: 1rem !important;
	}
	.news-item-excerpt{
		line-height: 1.2rem;
	}
}

@media screen and (max-width: 1400px){

  .headline-slide{
    font-size: 3.5rem;
  }

  .news-feed{
    width: 100%;
    margin: 0px auto;
  }

}

@media screen and (max-width: 1300px){
  .iconbox-title{
    font-size: 1.5rem;
  }
  .row-container, .single-vacancy-container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .row-jobs{
    padding-left: 0px;
    padding-right: 0px;
  }
  .single-origin-other-origin{
    flex: 0 1 22vw;
    height: calc(22vw * 0.75);
  }
  .dept-block{
    flex: 0 1 30%;
    height: 150px;
  }
  .page-about-us-departments{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .page-help-block{
    font-size: 0.85rem;
  }
  .single-origin-top-row{
    flex-direction: column;
  }
  .single-origin-description{
    margin-bottom: 20px;
  }
  .single-pg-other-origin{
    max-height: 150px;
    min-width: 200px;
  }
  .single-productgroup-origins{
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1200px){
  h1{
    font-size: 4.7rem;
  }
  h2{
    font-size: 3.7rem;
  }
  h3{
    font-size: 2.7rem;
  }
  h4{
    font-size: 1.7rem;
  }
  h5{
    font-size: 1.2rem;
  }
  h6{
    font-size: 1rem;
  }

  .row-login .row-container{
    width: 100%;
  }
  .news-item-excerpt{
    font-size: 0.9rem;
  }
  .page-contact-subpage-content-contacts{
    flex-wrap: wrap;
  }
  .contact_column{
    margin-bottom: 20px;
  }
  .single-cc-register-step i{
    margin-right: 5px;
    font-size: 2rem;
  }
  .page-help-block{
    font-size: 0.85rem;
  }
  .page-help-block-button{
    padding: 12px 10px;
  }
  .single-cc-register-step-text{
    font-size: 0.8rem;
  }
  .single-cc-register-step i{
    font-size: 2rem;
  }
  .page-about-contact-column{
    font-size: 0.9rem;
  }
  .page-about-contact-column h6{
    font-size: 0.95rem;
  }
}


@media screen and (max-width: 1100px){
  .site-header--search{
    padding-left: 20px;
  }
  .page-locations-row{
    font-size: 0.9rem;
  }
  .site-header--logo{
  	margin-right: 25px;
  }
  .page-about-contact-column{
    font-size: 0.8rem;
  }
  .page-about-contact-column h6{
    font-size: 0.85rem;
  }
}

@media screen and (max-width: 1000px){
  .site-header--title{
    font-size: 1.6rem;
    padding-top: 1.4rem;
  }
  .site-header--logo{
  	margin-right: 10px;
  }
  .news-item{
    flex: 1 1 40%;
    height: 300px;
  }
  .headline-slide{
    font-size: 2.5rem;
  }

  .job-block{
    flex: 0 1 36vw;
    height: calc(36vw / 7 * 4);
    margin-bottom: 10px;
  }

  .job-overlay{
    height: calc(36vw / 7 * 4 / 5);
    padding-top: calc((28vw / 7 * 4 / 40));
    font-size: calc(28vw / 7 * 4 / 10);
  }
  .job-title{
    line-height: calc(36vw / 7 * 4 / 5);
  }
  .row-department{
    height: 60vh !important;
  }

  .footer{
    font-size: 0.7rem;
  }
  .footer-block .footer-headline{
    font-size: 1.1em;
  }
  .page-locations-row{
    font-size: 0.8rem;
  }
  .page-contact-choice-text{
    font-size: 1.5rem;
  }
  .single-cc-register-steps{
    height: 120px;
  }
  .single-cc-register-step-text{
    font-size: 0.7rem;
  }
  .single-cc-register-step i{
    font-size: 2rem;
  }
  .page-forms-links{
    font-size: 0.9rem;
  }
  .row-help{
    flex-direction: column;
  }
  .page-help-column{
    width: 100%;
    flex-direction: row;
    flex: 0 1 100% !important;
    margin: 0px;
    margin-bottom: 30px;
    display: flex;
  }
  .page-help-block{
    margin: 0px;
  }
  .page-help-block-content{
    flex: 0 1 60%;
  }
  .page-help-block-image{
    flex: 0 1 40%;
    height: 300px;
  }
  .single-product-details .label{
    width: 150px;
  }
  .page-about-contact-column{
    font-size: 0.7rem;
  }
  .page-about-contact-column h6{
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 900px){
  .site-header--title{
    font-size: 1.2rem;
    padding-top: calc(35px - 0.6rem);
  }
  .site-header--logo{
    margin-right: 20px;
  }
  .iconbox-title{
    font-size: 1.3rem;
  }
  .row-tools{
    flex-wrap: wrap;
    height: initial !important;
    padding: 40px 0px;
  }
  .tool{
    height: 350px;
    margin: 20px 20px;
    max-width: 400px;
    flex: 1 1 calc(100% - 40px) !important;
  }
  .page-about-contact-row{
    flex-wrap: wrap;
    padding: 2px;
  }
  .page-about-contact-column{
    flex: 1 1 40%;
  }
  .page-about-contact-column{
    font-size: 0.8rem;
  }
  .page-about-contact-column h6{
    font-size: 1rem;
  }
  .page-locations-row{
    font-size: 0.7rem;
  }
  .single-cc-register-steps{
    flex-direction: column;
    height: initial;
  }
  .single-cc-register-step{
    background-image: initial;
    padding: 10px 0px;
  }
  .page-forms-content{
    flex-direction: column;
    align-items: center;
  }
  .event-template, .row-single-event{
    font-size: 0.9rem;
  }
  .event-template-info h5{
    font-size: 1.2em;
  }
  .request-title{
    font-size: 1.5rem;
  }
  .single-product-content{
    flex-direction: column;
  }
  .single-product-images{
    flex: 1 1 auto;
  }
  .single-product-main-image{
    float: none;
  }
  .single-vacancy-subcontainer{
    flex-direction: column;
    max-width: 100%;
  }
  #search-overlay--results{
    flex-direction: column;
  }
  .main-navigation li{
    padding-left: 15px;
  }
	.page-about-contact-column div{
	  margin: 0px auto;
	  width: 230px;
	}
}

@media screen and (max-width: 800px){
  .menu-mobile{
    display: inline-block;
  }
  .site-header--search{
    padding-left: 5px;
  }
  .main-navigation{
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    padding-top: 0px !important;
    font-size: 1rem;
    z-index: -1 !important;
    opacity: 0;
    visibility: hidden !important;
    transition: opacity 0.5s, visibility 0s ;
  }
  .main-navigation ul{
    flex-direction: column;
    background-color: rgba(255,255,255,0.85);
    padding: 10px 0px;
  }
  .main-navigation li{
    padding-left: 10px;
    width: 50%;
    margin: 0px auto;
    text-align: center;
  }

  .mobile-menu-active{
    opacity: 1 !important;
    visibility: visible !important;
    transition: opacity 0.5s, visibility 0s;
  }
  .row-login{
    height: initial !important;
  }
  .row-login .row-container{
    flex-wrap: wrap-reverse;
  }
  .row-login .row-container .block{
    margin-bottom: 40px;
  }
  .row-login .icon--medium{
    margin-bottom: 2px;
  }
  .row-login .text-button{
    margin-top: 2px;
  }
  .footer-mobile{
    display: flex !important;
  }
  .footer{
    display: none;
  }
  .site-footer{
    height: 400px !important;
  }
  .site-container{
    margin-bottom: 400px !important;
  }
  .news-item{
    flex: 1 1 90%;
    height: initial;
  }
  .tool{
    height: initial;
    padding-bottom: 60px;
  }
  .news-item:hover{
    margin: 20px;
    box-shadow: 0px 2px 18px #000000;
    transition: 0.2s;
  }
  .row-404{
    flex-direction: column;
  }
  .results-404{
    margin-bottom: 40px;
  }
  .page-about-content-row{
    flex-direction: column;
  }
  .page-about-content-row-text{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-about-content-row-image{
    min-height: 300px !important;
    display: inline-block;
  }  
  .page-about-content-row{
    height: initial !important;
  }
  .single-origin-other-origin-title{
    font-size: 0.7rem;
  }
  .dept-block{
    flex: 0 1 45%;
  }
  .page-locations-row{
    flex: 0 1 45%;
  }
  .page-locations-list{
    flex-wrap: wrap;
  }
  .page-locations-row-3{
    margin-left: 0px;
  }
  .page-locations-row-2{
    margin-right: 0px;
  }
  .page-contact-subpage-content-block{
    margin: 0px;
    flex: 0 1 100%;
    margin-bottom: 20px;
  }
  .page-contact-subpage-content{
    flex-wrap: wrap;
  }
  .page-contact-choice{
    height: 300px;
    margin: 10px;
  }
  .page-contact-choice-text{
    font-size: 1rem;
  }
  .event-template{
    min-height: 120px;
  }
  .event-template-image{
    flex: 0 1 150px;
  }
  .event-template-info{
    flex: 0 1 calc(100% - 150px);
  }
  .page-help-info-support-contacts{
    flex-direction: column;
    flex: 0 1 50%;
  }
  .page-help-info-support-contact{
    margin-bottom: 20px;
  }
  .page-help-info-support{
    flex: 0 1 50%;
  }
  .page-help-info-tools{
    flex: 0 1 40%;
  }
  .page-news-item-date{
    display: block;
  }
  .page-register-content{
    flex-direction: column;
  }
  .page-register-block{
    border: 1px solid #42a6ff;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
  .page-request-content{
    flex-direction: column;
  }
  .page-request-text{
    margin-bottom: 20px;
  }
  .row-sitemap{
    flex-wrap: wrap;
  }
  .sitemap-column{
    max-width: 300px;
    margin-right: 20px;
  }
  .single-origin-assortment{
    flex-direction: column;
  }
  .single-origin-sidebar{
    display: flex;
    flex-direction: row;
    flex: 0 1 100%;
  }
  .single-origin-sidebar div{
    margin-right: 20px;
  }
  .single-cc-info .row-container{
    flex-direction: column;
    align-items: center;
  }
  .single-cc-details{
    margin-bottom: 20px;
  }
  .row-single-event .event-button{
    position: relative;
    display: inline-block;
  }
  .search-overlay--icon, .search-overlay--close, .search-overlay--top input{
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 700px){
  .jobs-subheadline{
    font-size: 0.8rem;
  }
  .page-about-import-submenu{
    flex-wrap: wrap;
  }
  .single-origin-other-origin{
    flex: 0 1 40vw;
    height: calc(40vw * 0.75);
    min-width: 40vw;
  }
  .event-table-label{
    width: 100px;
  }
  .page-help-block-image{
    display: none;
  }
  .page-help-block-content{
    flex: 0 1 100%;
  }
  .page-help-info-row{
    font-size: 0.9rem;
  }
  .page-help-info-row h6{
    font-size: 0.9rem;
  }
  .request-title{
    font-size: 1.1rem;
  }
  .page-webshop-row{
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
  .page-webshop-login{
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .single-origin-other-origins{
    flex-wrap: wrap;
  }
  .single-cc-content{
    flex-direction: column-reverse;
  }
  .single-cc-image{
    max-width: 350px;
    height: 175px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  .single-cc-image img{
    margin-top: -50%;
  }
  .single-news-content{
    flex-direction: column-reverse;
  }
  .single-news-images-column{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .single-news-image{
    flex: 1 1 auto;
    margin: 5px;
    max-width: 30%;
  }
  .popup-nl-head{
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 600px){
  .slide-content-area{
    max-width: 100%;
  }
  .row-department{
    flex-direction: column;
    height: initial !important;
  }
  .department-block-image{
    height: 300px;
    width: 100%;
  }
  .department-block-content{
    width: 100%;
    padding: 20px 5%;
  }
  .dept-block-overlay h6{
    font-size: 0.8rem;
  }
  .page-locations-row{
    flex: 0 1 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-contact-choice{
    height: 200px;
    margin: 3px;
  }
  .page-contact-choice-text{
    font-size: 0.9rem;
  }
  .event-template, .row-single-event{
    flex-direction: column;
  }
  .page-help-info-row .row-container{
    flex-direction: column;
  }
  .jobs-row{
    flex-direction: column;
  }
  .jobs-nl, .jobs-cc{
    flex: 0 1 96%;
    min-width: 96%;
  }
  .page-news-item{
    padding: 0px;
    text-align: center;
  }
  .page-news-item img{
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .page-news-item-read-more{
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .single-cc-open{
    font-size: 0.8rem;
  }
  .single-cc-title{
    font-size: 1.6rem;
  }
  .file-upload-big{
    display: none;
  }
  .single-title-news{
    font-size: 1.5rem;
  }
  .popup-nl-head{
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 500px){
  h1{
    font-size: 2.7rem;
  }
  h2{
    font-size: 2.2rem;
  }
  h3{
    font-size: 1.7rem;
  }
  h4{
    font-size: 1.2rem;
  }
  h5{
    font-size: 1.1rem;
  }
  h6{
    font-size: 1rem;
  }
  .site-header--logo img{
    height: 50px !important;
    margin-top: 10px;
  }
  .site-header--logo{
    margin-right: 5px;
  }
  .site-header--title{
    font-size: 1.1rem;
  }
  .dept-block{
    margin: 3px;
  }
  .dept-block-overlay h6{
    font-size: 0.5rem;
  }
  .row-contact-choice{
    flex-wrap: wrap;
  }
  .page-contact-choice{
    flex: 0 1 100%;
  }
  .job-overlay{
    height: calc(55vw / 7 * 4 / 5);
    padding-top: calc((55vw / 7 * 4 / 40));
    line-height: 1.7em;
    font-size: calc(55vw / 7 * 4 / 10);
  }
  .jobs-row .job-block{
    flex: 0 1 96%;
    height: calc(60vw / 7 * 4);
  }
  .innerrow-jobs{
    flex-direction: column;
  }
  .jobs-block{
    margin: 0px;
    flex-direction: column;
  }
  .single-cc-open{
    font-size: 0.7rem;
  }
  .opening-times td{
    padding-right: 20px;
  }
  .single-cc-headline{
    font-size: 1.3rem;
  }
  .single-cc-title{
    font-size: 1.2rem;
  }
  .single-product-farms{
    justify-content: center;
  }
  .single-news-date{
    display: block;
  }
  .search-overlay--top input{
    font-size: 1rem;
  }
  .popup-nl-head{
    font-size: 2rem;
  }
}

@media screen and (min-width: 601px){
  .row-department{
    flex-direction: row !important;
  }
  .file-upload-small{
    display: none;
  }
}

@media screen and (min-width: 801px){
  .page-about-content-row{
    flex-direction: row !important;
  }
}

