/*
Theme Name: SoftRules 2.0
Theme URI: https://softulres.com
Author: Maerke - creatie en communicatie
Author URI: https://maerke.nl
Description: Theme for SoftRules(.com) 2.0, build upon the previous Social Brothers version (1.0).
Version: 1.1
Tested to WP-version: 6.3
*/
/* === TABLE OF CONTENTS - Version: 180803.0.1 === *\

# Normalize
# Base	
	# Colors
	# Typography
	# General CSS
#Theme
	# Header
	# Footer
	# Media queries
# Maerke
	# Colors Maerke symbol
	# Sizing Maerke symbol

\* ============ TABLE OF CONTENTS END ============ */
/* --- COLORS BASIC --- */
/* --- COLORS CLIENT --- */
/* --- FONT PROPERTIES --- */
/* --- OTHERS - PADDING/MARGIN OF SECTIONS, DIV'S --- */
/* --- OTHERS - BORDERS --- */
/* --- OTHERS - SHADOWS --- */
/* --- TRANSITIONS --- */
/* === BASE - version: 180823.1.0 === */
/* --- BASE - GENERAL CSS --- */
body {
  background-color: #FFFFFF;
  font-size: 10px;
  color: #4E4E4E;
}

::selection {
  background: #518697;
  color: #FFFFFF;
}

/* --- BASE - TRANSITIONS --- */
html {
  transition: all 0.2s ease 0s;
  transition-property: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

/* --- BASE - TYPOGRAPHY --- */
h1, h2, h3, p, main ul li, .softrules-ul-eigenschappen ul {
  font-style: normal;
  font-weight: 400;
}

h1 {
  /* heading hero */
  font: 40px "freight-display-pro", serif;
  color: #FFFFFF;
  line-height: 1em;
}

h2 {
  /* heading title section  */
  font: 30px "freight-display-pro", serif;
  text-align: center;
}
h2:after {
  content: url(img/blue-line.svg);
  display: block;
  margin: -10px 50% 0;
  width: 2px;
}

h3 {
  /* introduction text */
  font: 20px "myriad-pro", sans-serif;
}

h4 {
  /* heading sub-title section */
  font: normal 700 27px "freight-display-pro", serif;
}

h5 {
  /* heading 2nd-level sub-title section */
  font: normal 600 14px "freight-display-pro", serif;
  /* NOTE - original 2.0 font-size */
}

h6 {
  /* small sub-title for h3 */
  font: normal 700 14px "myriad-pro", sans-serif;
  color: #000000;
  opacity: 0.25;
}

p {
  font: 16px "myriad-pro", sans-serif;
}

a {
  color: #518697;
  cursor: pointer;
  text-decoration: none;
  transition-property: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
a:hover {
  color: #456B78;
  text-decoration: underline;
}

/* --- GENERAL ERROR CLASS --- */
.error-message {
  color: #E94F32;
}
.error-message p {
  margin: 16px 0 0;
}

/* --- HERO IMAGE STYLE --- */
.custom-hero-image {
  text-align: center;
}
.custom-hero-image img {
  width: 100%;
}

/* --- BASE - SHADOWS --- */
.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}

.shadow-hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

/* --- CONTACTFORM7 ERROR STYLING --- */
input.wpcf7-not-valid {
  color: #E94F32 !important;
  border: 2px solid #E94F32 !important;
}

span.wpcf7-not-valid-tip {
  color: #E94F32;
  font: 16px "myriad-pro", sans-serif;
}

div.wpcf7-response-output {
  border: none;
  font: 16px "myriad-pro", sans-serif;
  text-align: center;
}
div.wpcf7-response-output.wpcf7-validation-errors {
  color: #E94F32;
}

/* --- BASE - MEDIA QUERIES --- */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 992px) {
  h1 {
    font: 48px "freight-display-pro", serif;
    line-height: 1em;
  }

  h2 {
    font: 36px "freight-display-pro", serif;
  }

  h5 {
    font-size: 20px;
  }
}
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/* === BASE END === */
/* === HEADER - Version: 181023.1.0 === */
header {
  background: #518697;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  color: #FFF;
  font-size: 10px;
  max-height: 100px;
  padding: 3em 0;
  /* --- MAIN NAV --- */
}
header a.button {
  margin-left: 5px;
  padding: 0.5em;
}
header nav {
  text-align: right;
}
header nav div {
  display: inline-block;
}
header nav ul {
  font-family: "myriad-pro", sans-serif;
  margin-bottom: 0;
}
header nav ul li {
  display: inline;
  font-size: 1.4em;
  padding-left: 2.8em;
}
header nav ul li:first-child {
  padding-left: 0;
}
header nav ul li.current_page_item a {
  border-bottom: solid 2px rgba(255, 255, 255, 0.6);
  opacity: 0.6;
}
header nav ul li a {
  border-bottom: solid 2px rgba(255, 255, 255, 0);
  padding: 10px 0 8px 0;
  color: #FFFFFF;
  opacity: 0.8;
}
header nav ul li a:hover {
  border-bottom: solid 2px white;
  text-decoration: none;
  color: #FFFFFF;
  opacity: 1;
}

#login i {
  margin: 0;
  padding: 1.75px 0;
  /* NOTE - Because the font-size is 20px voor a.button */
}

#header-menu-button-responsive i {
  margin: 0 0 0 5px;
}

.dropdown-menu {
  background-color: #FFFFFF;
  border: none;
  border-radius: 3px;
  font-size: 10px;
  padding: 14px 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}
.dropdown-menu li {
  display: list-item;
  font-size: 14px;
  padding: 0.35em 1.4em;
  width: 100%;
}
.dropdown-menu li:first-child {
  padding: 0.35em 1.4em;
}
.dropdown-menu a {
  color: #4E4E4E;
  padding-bottom: 0;
}
.dropdown-menu a:hover {
  border-bottom: solid 2px #518697;
  color: #518697;
}

/* --- HEADER - MEDIA QUERIES --- */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  header a.button {
    margin-left: 1.4em;
    padding: 0.5em 1em;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 992px) {
  #login i {
    margin-right: 0.5em;
  }
}
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/* === HEADER END === */
/* === MAIN - version: 181019.1.0 === */
main a {
  font-size: 16px;
  font-weight: 700;
}
main h3 a {
  font-size: 20px;
}
main h4 a, main h4 p {
  color: #E94F32;
  font: normal 700 27px "freight-display-pro", serif;
}
main h4 a:hover {
  color: #9C3A26;
}
main ul {
  padding-inline-start: 2em;
}
main ul li {
  font: 16px "myriad-pro", sans-serif;
}

/* === MAIN END === */
/* === BRAND LOGO - version . 181023.1.0 === */
#softrules-logo img {
  max-width: 6em;
}

/* === BRAND LOGO END === */
/* === CALL-TO-ACTION - version: 181030.1.1 === */
#dynamic-call-to-action {
  background-color: #518697;
  font-size: 10px;
}
#dynamic-call-to-action h4 {
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  padding-bottom: 10px;
}
#dynamic-call-to-action a {
  margin-top: 10px;
}
#dynamic-call-to-action a.button {
  margin-left: 0.5em;
}
#dynamic-call-to-action a.button i {
  margin: 0;
}
#dynamic-call-to-action a.button:first-child {
  margin-left: 0;
}
#dynamic-call-to-action .content {
  padding: 6em 0;
}
#dynamic-call-to-action .contact-02 {
  margin-top: 5em;
  margin-bottom: 5em;
}
#dynamic-call-to-action .contact-details-right {
  text-align: right;
}
#dynamic-call-to-action .contact-img {
  margin-top: -5em;
}
#dynamic-call-to-action .contact-name-right {
  text-align: right;
}

.call-to-action-before-footer {
  margin-bottom: -10em;
  padding-bottom: 3em;
}

.call-to-action-before-footer-team {
  margin-bottom: -15em;
  padding-bottom: 5em;
}

/* --- CALL-TO-ACTION - MEDIA QUERIES --- */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 768px) {
  #dynamic-call-to-action a.button {
    margin-left: 1.4em;
  }
  #dynamic-call-to-action .contact-02 {
    margin-top: 5em;
    margin-bottom: 0;
  }
  #dynamic-call-to-action .contact-img {
    margin-top: -15em;
  }

  .call-to-action-before-footer {
    margin-bottom: -5em;
    padding-bottom: 10em;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 992px) {
  #dynamic-call-to-action .contact-02 {
    margin-top: 0;
  }
  #dynamic-call-to-action .contact-details-right {
    text-align: left;
  }
  #dynamic-call-to-action .contact-img {
    margin-top: -15em;
  }
  #dynamic-call-to-action .contact-name-right {
    text-align: left;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 1200px) {
  .call-to-action-before-footer {
    margin-bottom: -15em;
    padding-bottom: 10em;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
/* === CALL-TO-ACTION END === */
/* === 404-PAGE - Version: 181019.1.1 === */
#four-o-four {
  background: #518697;
  font-size: 10px;
  margin: 10em 0 -2.5em 0;
  padding: 100px 0 200px 0;
}
#four-o-four h3 {
  color: #FFFFFF;
}
#four-o-four a {
  color: rgba(255, 255, 255, 0.5);
}
#four-o-four a:hover {
  color: white;
  text-decoration: none;
}

/* --- 404-PAGE - MEDIA QUERIES --- */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  #four-o-four {
    margin-bottom: -3.5em;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #four-o-four {
    margin-bottom: -4.5em;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 992px) {
  #four-o-four {
    margin-bottom: -5.5em;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 1200px) {
  #four-o-four {
    margin-bottom: -11.5em;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
/* === 404-PAGE END === */
/* === DASHBOARD - Version: 181023.1.0 === */
#dashboard ul li.ui-state-active, #dashboard ul li.ui-state-hover {
  background-color: none;
  border-bottom: 2px solid #518697;
  border-left: none;
}

#dashboard {
  background: rgba(81, 134, 151, 0.06);
  font-size: 10px;
  margin: 10em 0 6em 0;
  padding: 6em 0;
}
#dashboard ul {
  list-style: none;
}
#dashboard ul li {
  border-left: none;
  /*border-bottom: $border-size $border-style rgba($color-blue, 0.18);*/
  display: inline-block;
  padding: 1em;
  transition-property: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
#dashboard ul li a {
  color: #4E4E4E;
  font: normal 400 16px "myriad-pro", sans-serif;
}
#dashboard ul li:first-child {
  padding-left: 0;
}
#dashboard ul li:last-child {
  margin-top: 0;
  padding-right: 0;
}
#dashboard ul li.ui-state-active a {
  color: #518697;
  font-weight: 700;
}
#dashboard ul li.ui-state-hover a {
  color: #518697;
  text-decoration: none;
}
#dashboard .button i {
  margin-right: 0em;
}
#dashboard #Downloadtab td {
  text-align: center;
}
#dashboard #Downloadtab td a:hover {
  cursor: pointer;
}
#dashboard #Downloadtab td a i {
  font-size: 16px;
  margin-right: 0;
}
#dashboard #Downloadtab td .fa-minus {
  color: #D9DAD7;
}
#dashboard #Downloadtab th {
  text-align: center;
}
#dashboard .tab-actions {
  margin-top: 4em;
}
#dashboard .tab-content-wrapper {
  background: #FFFFFF;
  padding: 2em;
}
#dashboard .tab-header {
  margin-bottom: 4em;
}
#dashboard .table td {
  border-top-color: rgba(81, 134, 151, 0.25);
  border-top-width: 2px;
  font-size: 14px;
}
#dashboard .table th {
  border-bottom-color: rgba(81, 134, 151, 0.25);
  border-top: none;
  color: #518697;
  font-size: 14px;
}
#dashboard .table-cell-name {
  color: rgba(78, 78, 78, 0.5);
}

/* --- DASHBOARD - MEDIA QUERIES --- */
/* Extra small devices */
@media (min-width: 576px) {
  #dashboard .button i {
    margin-right: 0.5em;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 992px) {
  #dashboard ul li.ui-state-active, #dashboard ul li.ui-state-hover {
    background-color: none;
    border-bottom: none;
    border-left: 2px solid #518697;
  }

  #dashboard ul {
    list-style: none;
  }
  #dashboard ul li {
    border-bottom: none;
    border-left: 2px solid rgba(81, 134, 151, 0.18);
    display: block;
    padding: 10px 0 10px 28px;
    text-align: left;
  }
  #dashboard ul li a {
    color: #4E4E4E;
    font: normal 400 16px "myriad-pro", sans-serif;
  }
  #dashboard ul li:last-child {
    margin-top: 4em;
  }
  #dashboard ul li.ui-state-active a {
    font-weight: 700;
  }
  #dashboard ul li.ui-state-hover a {
    color: #518697;
    text-decoration: none;
  }
}
/* === DASHBOARD END === */
/* === BUTTONS - Version: 181023.1.0 === */
/* Voor secondary button */
/* Voor tertiary button */
/* Voor tertiary button */
/* Voor tertiary button */
.button-primary, a.button-primary, input[type=submit], .button-tertiary, a.button-tertiary {
  color: #FFFFFF;
}

.button-primary:hover, a.button-primary:hover, input[type=submit]:hover, .button-secondary:hover, a.button-secondary:hover, input[type=reset]:hover, input[type=button]:hover, .button-tertiary:hover, a.button-tertiary:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

.button, a.button, input[type=submit], input[type=reset], input[type=button] {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: inline-block;
  font: normal 600 16px "freight-display-pro", serif;
  margin-left: 1.4em;
  opacity: 1;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  transition-property: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}

.button-primary, a.button-primary, input[type=submit] {
  background: #E94F32;
  border-color: #E94F32;
}

.button-primary:hover, a.button-primary:hover, input[type=submit]:hover {
  background: #9C3A26;
  border-color: #9C3A26;
  /* Transform property toevoegen */
}

.button-secondary, a.button-secondary, input[type=reset], input[type=button] {
  background: #FFFFFF;
  border-color: #518697;
  box-shadow: none;
  color: #518697;
}

.button-secondary:hover, a.button-secondary:hover, input[type=reset]:hover, input[type=button]:hover {
  background: rgba(81, 134, 151, 0.2);
  /* Transform property toevoegen */
}

.button-tertiary, a.button-tertiary {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0);
  box-shadow: none;
}

.button-tertiary:hover, a.button-tertiary:hover {
  background: rgba(255, 255, 255, 0.4);
}

a i {
  margin-right: 0.5em;
}

/* === BUTTONS END === */
/* === INPUT STYLING FORMS - Version: 181023.1.0 === */
input[type=text], input[type=tel], input[type=email], input[type=password], textarea {
  background: none;
  border: 2px solid #FFFFFF;
  border-radius: 3px;
  color: #4E4E4E;
  font: 700 16px "myriad-pro", sans-serif;
  padding: 1.4em;
  opacity: 1.0;
  transition-property: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}

input[type=text]:active, input[type=text]:focus, input[type=text]:hover, input[type=tel]:active, input[type=tel]:focus, input[type=tel]:hover, input[type=email]:active, input[type=email]:focus, input[type=email]:hover, input[type=password]:active, input[type=password]:focus, input[type=password]:hover, textarea:active, textarea:focus, textarea:hover, #form-in-svg-curves input[type=text]:active, #form-in-svg-curves input[type=text]:focus, #form-in-svg-curves input[type=text]:hover, #form-in-svg-curves input[type=tel]:active, #form-in-svg-curves input[type=tel]:focus, #form-in-svg-curves input[type=tel]:hover, #form-in-svg-curves input[type=email]:active, #form-in-svg-curves input[type=email]:focus, #form-in-svg-curves input[type=email]:hover, #form-in-svg-curves input[type=password]:active, #form-in-svg-curves input[type=password]:focus, #form-in-svg-curves input[type=password]:hover {
  border: 2px solid #518697;
}

/* --- INPUT PLACEHOLDER --- */
input {
  /* IE placeholder */
}
input:-ms-input-placeholder {
  color: #4E4E4E;
  font: 400 16px "myriad-pro", sans-serif;
  opacity: 0.8;
}

input {
  /* Edge placeholder */
}
input::-ms-input-placeholder {
  color: #4E4E4E;
  font: 400 16px "myriad-pro", sans-serif;
  opacity: 0.8;
}

input::-webkit-input-placeholder {
  color: #4E4E4E;
  font: 400 16px "myriad-pro", sans-serif;
  opacity: 0.8;
}

input::placeholder {
  color: #4E4E4E;
  font: 400 16px "myriad-pro", sans-serif;
  opacity: 0.8;
}

/* --- TEXTAREA PLACEHOLDER --- */
textarea {
  /* IE placeholder */
}
textarea:-ms-input-placeholder {
  color: #4E4E4E;
  font: 400 16px "myriad-pro", sans-serif;
  opacity: 0.8;
}

textarea {
  /* Edge placeholder */
}
textarea::-ms-input-placeholder {
  color: #4E4E4E;
  font: 400 16px "myriad-pro", sans-serif;
  opacity: 0.8;
}

textarea::-webkit-input-placeholder {
  color: #4E4E4E;
  font: 400 16px "myriad-pro", sans-serif;
  opacity: 0.8;
}

textarea::placeholder {
  color: #4E4E4E;
  font: 400 16px "myriad-pro", sans-serif;
  opacity: 0.8;
}

/* --- TEXT INPUT STYLING FORMS --- */
/* --- TEXTAREA STYLING FORMS --- */
/* --- BUTTON STYLING FORMS --- */
input[type=submit] {
  margin-left: 0;
}

/* --- CHECKBOX & RADIO STYLING FORMS --- */
/* NOTE - CHOOSE WHETHER CHECKBOX AND RADIO ARE IDENTICAL OR UNIQUE */
.input-identical .checkbox-radio-container input[type=checkbox], .input-identical .checkbox-radio-container input[type=radio] {
  /* Hide default checkbox/radio input */
  display: none;
}
.input-identical .checkbox-radio-container input[type=checkbox]:hover ~ .input-marker, .input-identical .checkbox-radio-container input[type=radio]:hover ~ .input-marker {
  border-color: #518697;
}
.input-identical .checkbox-radio-container input[type=checkbox]:checked ~ .input-marker, .input-identical .checkbox-radio-container input[type=radio]:checked ~ .input-marker {
  /* If required declare input background  */
}
.input-identical .checkbox-radio-container input[type=checkbox]:checked ~ .input-marker:after, .input-identical .checkbox-radio-container input[type=radio]:checked ~ .input-marker:after {
  /* Show input marker when checked */
  display: block;
}

.input-identical .checkbox-radio-container {
  display: block;
  position: relative;
  padding-left: 2.125em;
  /* FIX - with right font-size in WP */
  cursor: pointer;
  user-select: none;
  /* Style input marker - if identical styling */
}
.input-identical .checkbox-radio-container .input-marker:after {
  left: 0.6em;
  top: -0.30em;
  width: 0.75em;
  height: 1.5em;
  border: solid #518697;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* NOTE - CHOOSE WHETHER CHECKBOX AND RADIO ARE IDENTICAL OR UNIQUE */
.checkbox-radio-container {
  display: block;
  position: relative;
  padding-left: 2.125em;
  /*FIX - with right font-size in WP */
  cursor: pointer;
  user-select: none;
  /* Style checkbox marker */
  /* Style radio marker */
}
.checkbox-radio-container input[type=checkbox] {
  display: none;
}
.checkbox-radio-container input[type=checkbox]:hover ~ .checkbox-marker {
  border-color: #518697;
}
.checkbox-radio-container input[type=checkbox]:checked ~ .checkbox-marker {
  /* If required declare input background  */
}
.checkbox-radio-container input[type=checkbox]:checked ~ .checkbox-marker:after {
  /* Show input marker when checked */
  display: block;
}
.checkbox-radio-container input[type=radio] {
  display: none;
}
.checkbox-radio-container input[type=radio]:hover ~ .radio-marker {
  border-color: #518697;
}
.checkbox-radio-container input[type=radio]:checked ~ .radio-marker {
  /* If required declare input background  */
}
.checkbox-radio-container input[type=radio]:checked ~ .radio-marker:after {
  /* Show input marker when checked */
  display: block;
}
.checkbox-radio-container .checkbox-marker:after {
  left: 0.6em;
  top: -0.30em;
  width: 0.75em;
  height: 1.5em;
  border: solid #518697;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-radio-container .radio-marker:after {
  top: 0.25em;
  left: 0.25em;
  width: 1.0em;
  height: 1.0em;
  border-radius: 50%;
  background: #518697;
}

.input-marker, .checkbox-marker, .radio-marker {
  font-size: 10px;
  background: rgba(81, 134, 151, 0.09);
  border: 2px solid rgba(255, 255, 255, 0);
  height: 2em;
  width: 2em;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  cursor: pointer;
}
.input-marker:after, .checkbox-marker:after, .radio-marker:after {
  /* Hide custom marker (when unchecked) */
  content: "";
  position: absolute;
  display: none;
}

/* Create a identical input marker */
/* Create a unique checkbox marker */
/* Create a unique radio marker */
/* --- LABEL STYLING FORMS --- */
label {
  color: rgba(78, 78, 78, 0.5);
  /* FIX - 80% & 100% neutral en checked states for label text */
  font-size: 14px;
  font-weight: 700;
}
label:hover {
  color: #518697;
}

/* ===  INPUT STYLING FORMS END === */
/* === PORTAL - Version: 181023.1.0 === */
#portal input[type=text], #portal input[type=password] {
  background: none;
  border: 2px solid #FFFFFF;
  border-radius: 3px;
  color: #FFFFFF;
  font: 700 16px "myriad-pro", sans-serif;
  margin-bottom: 1em;
  padding: 16px;
  opacity: 1.0;
}

#portal input[type=text]:active, #portal input[type=text]:focus, #portal input[type=text]:hover, #portal input[type=password]:active, #portal input[type=password]:focus, #portal input[type=password]:hover {
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.2);
}

#portal {
  background: #518697;
  font-size: 10px;
  margin: 10em 0 6em 0;
  padding: 100px 0;
}
#portal button[type=submit] {
  margin-left: 0;
}
#portal h1 {
  padding-bottom: 40px;
}
#portal .error-message {
  color: #FFFFFF;
}
#portal .error-message p {
  margin: 16px 0 0;
}

/* --- PORTAL PLACEHOLDER --- */
#portal input {
  /* IE placeholder */
}
#portal input:-ms-input-placeholder {
  color: #FFFFFF;
  font: 400 16px "myriad-pro", sans-serif;
  opacity: 0.8;
}

#portal input {
  /* Edge placeholder */
}
#portal input::-ms-input-placeholder {
  color: #FFFFFF;
  font: 400 16px "myriad-pro", sans-serif;
  opacity: 0.8;
}

#portal input::-webkit-input-placeholder {
  color: #FFFFFF;
  font: 400 16px "myriad-pro", sans-serif;
  opacity: 0.8;
}

#portal input::placeholder {
  color: #FFFFFF;
  font: 400 16px "myriad-pro", sans-serif;
  opacity: 0.8;
}

/* === PORTAL END === */
/* === HORIZONTAL-NAV - version: 181022.1.0 === */
.nav-scroller {
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.nav-scroller::-webkit-scrollbar {
  display: none;
}

.horizontal-nav {
  background: rgba(81, 134, 151, 0.06);
  font-size: 10px;
}
.horizontal-nav ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  width: auto;
}
.horizontal-nav ul li {
  display: inline-flex;
  padding-left: 2.8em;
}
.horizontal-nav ul li:first-child {
  padding-left: 0;
}
.horizontal-nav ul li.current_page_item a {
  border-bottom: solid 2px #518697;
  opacity: 0.6;
}
.horizontal-nav ul li a {
  border-bottom: solid 2px rgba(81, 134, 151, 0);
  padding: 10px 0 8px 0;
  color: #343432;
  font: 14px "myriad-pro", sans-serif;
  opacity: 0.8;
}
.horizontal-nav ul li a:hover {
  border-bottom: solid 2px #518697;
  text-decoration: none;
  opacity: 1;
}

/* === HORIZONTAL-NAV END === */
/* === SOFTRULES ARCS - version: 180822.1.0 === */
/* --- COLORS SOFTRULES ARC --- */
.softrules-arc-color {
  fill: #FFFFFF;
}

footer .softrules-arc-color {
  fill: #4E4E4E;
}

/* --- SVG-ARCS-IN-DIV --- */
footer:before, .svg-arcs-in-div:after, .svg-arcs-in-div:before, .svg-arcs-in-div-top:before {
  display: block !important;
  height: 100% !important;
  width: 100% !important;
}

footer:before {
  content: url("img/softrules-arc-footer.svg") !important;
  margin-bottom: -4.5px !important;
}

.svg-arcs-in-div:after {
  content: url(img/softrules-arc.svg) !important;
  margin-bottom: -5px !important;
}
.svg-arcs-in-div:before {
  content: url(img/softrules-arc-inverse.svg) !important;
  margin-top: -1px !important;
}

.svg-arcs-in-div-top:before {
  content: url(img/softrules-arc-inverse.svg) !important;
  margin-top: -1px !important;
}

/* --- INVERSE SOFTRULES ARC --- */
.softrules-arc-inverse {
  transform-origin: initial;
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  display: block;
  position: fixed;
  bottom: 0;
}

/* === SOFTRULES ARCS END === */
/* === MODAL - Version: 181023.1.0 === */
.modal .modal-body, .modal .modal-footer, .modal .modal-header {
  padding: 28px;
}

.modal {
  font-size: 10px;
}
.modal input {
  background: rgba(81, 134, 151, 0.06);
  padding: 16px;
}
.modal label {
  margin-bottom: 16px;
  width: 100%;
}
.modal label span {
  margin-left: 4px;
}
.modal .modal-content {
  border: none;
  border-radius: 3px;
}
.modal .modal-footer {
  border: none;
  font-size: 16px;
  justify-content: flex-start;
}
.modal .modal-footer .button {
  margin: 0;
}
.modal .modal-footer .button:not(:first-child) {
  margin-left: 1.4em;
}
.modal .modal-header {
  border: none;
}

/* === MODAL END === */
/* === REQUEST NEW PASSWORD PAGE - Version: 181019.1.0 === */
#reqtrialform input {
  background: rgba(81, 134, 151, 0.06);
  padding: 16px;
}
#reqtrialform label {
  margin-bottom: 16px;
  width: 100%;
}
#reqtrialform label span {
  margin-left: 4px;
}
#reqtrialform .form-footer .button {
  margin: 0;
}
#reqtrialform .form-footer .button:not(:first-child) {
  margin-left: 1.4em;
}

/* === REQUEST NEW PASSWORD PAGE END === */
/* === WPBakery Visual Composer TWEAKS - Version: 181025.1.1 === */
/* --- SoftRules form in SVG curves style --- */
#form-in-svg-curves input[type=text], #form-in-svg-curves input[type=tel], #form-in-svg-curves input[type=email], #form-in-svg-curves input[type=password] {
  background-color: #FFFFFF !important;
  margin-bottom: 1em !important;
  width: 100%;
}

#form-in-svg-curves input::placeholder {
  color: #4E4E4E !important;
  font: 16px "myriad-pro", sans-serif !important;
  opacity: 0.8 !important;
}

#form-in-svg-curves input[type=radio] {
  margin-right: 0.5em;
}
#form-in-svg-curves button, #form-in-svg-curves input[type=submit] {
  margin-left: 0;
  margin-top: 1em;
}
#form-in-svg-curves #keuze-contact-bellen, #form-in-svg-curves #keuze-contact-mailen {
  line-height: 0;
}
#form-in-svg-curves .wpcf7-list-item {
  display: block;
}
#form-in-svg-curves .wpcf7-list-item-label {
  color: #4E4E4E;
  font: 16px "myriad-pro", sans-serif !important;
  opacity: 0.8 !important;
  font-weight: 700 !important;
}
#form-in-svg-curves .wpcf7-list-item-label:hover {
  color: #518697;
}

/* --- SoftRules ul with custom checkmark style --- */
.softrules-ul-eigenschappen ul {
  font: 16px "myriad-pro", sans-serif;
  list-style: none;
  padding-inline-start: 0;
}
.softrules-ul-eigenschappen ul li {
  position: relative;
  padding-left: 38px;
  padding-bottom: 1em;
}
.softrules-ul-eigenschappen ul li:before {
  background-image: url("img/softrules-checkmark.svg");
  background-size: cover;
  background-position: center;
  content: '';
  height: 20px;
  position: absolute;
  width: 21.5px;
  left: 0;
  top: 0;
}

/* --- SoftRules grid style --- */
.vc_column-inner {
  padding-top: 0 !important;
}

.wpb_wrapper .container {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* --- SoftRules button style --- */
.vc-button-primary a.vc_btn3, .vc-button-tertiary a.vc_btn3 {
  background-image: none;
  color: #FFFFFF !important;
}

.vc-button-primary a.vc_btn3:hover, .vc-button-secondary a.vc_btn3:hover, .vc-button-tertiary a.vc_btn3:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15) !important;
}

.vc-button a.vc_btn3 {
  border: 2px solid !important;
  border-radius: 3px !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15) !important;
  cursor: pointer !important;
  display: inline-block !important;
  font: normal 600 16px "freight-display-pro", serif !important;
  opacity: 1 !important;
  padding: 0.5em 1em !important;
  text-align: center !important;
  text-decoration: none !important;
  vertical-align: middle !important;
  transition-property: all 0.2s ease 0s !important;
  -moz-transition: all 0.2s ease 0s !important;
  -o-transition: all 0.2s ease 0s !important;
  -webkit-transition: all 0.2s ease 0s !important;
}

.vc-button-primary a.vc_btn3 {
  background-color: #E94F32 !important;
  border-color: #E94F32 !important;
}

.vc-button-primary a.vc_btn3:hover {
  background-color: #9C3A26 !important;
  border-color: #9C3A26 !important;
  /* Transform property toevoegen */
}

.vc-button-secondary a.vc_btn3 {
  background-color: #FFFFFF !important;
  border-color: #518697 !important;
  box-shadow: none !important;
  color: #518697 !important;
}

.vc-button-secondary a.vc_btn3:hover {
  background-color: rgba(81, 134, 151, 0.2) !important;
  /* Transform property toevoegen */
}

.vc-button-tertiary a.vc_btn3 {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0) !important;
  box-shadow: none !important;
}

.vc-button-tertiary a.vc_btn3:hover {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.vc-button i.vc_btn3-icon {
  display: inline-block !important;
  font-size: inherit !important;
  height: inherit !important;
  left: inherit !important;
  line-height: inherit !important;
  position: inherit !important;
  top: inherit !important;
  vertical-align: baseline !important;
  transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  -webkit-transform: none !important;
}

/* --- SoftRules sections style --- */
.softrules-space-header-100 {
  margin-top: 10em;
}

.softrules-space-top-40 {
  margin-top: 4em;
}

.softrules-space-bottom-40 {
  margin-bottom: 4em;
}

.softrules-space-top-bottom-40 {
  margin-top: 4em;
  margin-bottom: 4em;
}

.softrules-space-top-60 {
  margin-top: 6em;
}

.softrules-space-bottom-60 {
  margin-bottom: 6em;
}

.softrules-space-bottom-md-60-0 {
  margin-top: 0;
  margin-bottom: 6em;
}

.softrules-space-bottom-md-0-60 {
  margin-top: 0;
  margin-bottom: 0em;
}

.softrules-space-top-bottom-60 {
  margin-top: 6em;
  margin-bottom: 6em;
}

.softrules-space-top-bottom-md-60-0 {
  margin-top: 6em;
  margin-bottom: 6em;
}

.softrules-space-top-bottom-md-0-60 {
  margin-top: 0em;
  margin-bottom: 0em;
}

.softrules-space-top-120 {
  margin-top: 12em;
}

.softrules-space-bottom-120 {
  margin-bottom: 12em;
}

.softrules-space-top-bottom-120 {
  margin-top: 12em;
  margin-bottom: 12em;
}

.softrules-space-left-right-col {
  padding-left: 16.66666% !important;
  padding-right: 16.66666% !important;
}

/* --- SoftRules sections style - MEDIA QUERIES --- */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 992px) {
  .softrules-space-bottom-md-60-0 {
    margin-top: 0em;
    margin-bottom: 0em;
  }

  .softrules-space-bottom-md-0-60 {
    margin-top: 0em;
    margin-bottom: 6em;
  }

  .softrules-space-top-bottom-md-60-0 {
    margin-top: 0em;
    margin-bottom: 0em;
  }

  .softrules-space-top-bottom-md-0-60 {
    margin-top: 6em;
    margin-bottom: 6em;
  }
}
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/* --- SoftRules border style --- */
.softrules-border-single .vc_sep_line {
  border-top: 2px solid rgba(81, 134, 151, 0.25) !important;
}

.softrules-border-all .vc_column-inner {
  border: 2px solid rgba(81, 134, 151, 0.25) !important;
}

/* --- SoftRules red icons style --- */
.softrules-icon-large img {
  width: 15em !important;
}

.softrules-icon-small img {
  width: 7.5em !important;
}

/* --- SoftRules video widget style --- */
.wpb_video_widget {
  margin-bottom: 0 !important;
}

/* --- SoftRules video widget style --- */
.vc_wp_custommenu {
  margin-bottom: 0 !important;
}

/* --- SoftRules background rectangle style --- */
.softrules-background-rectangle-L, .softrules-background-rectangle-R {
  background-image: url("img/softrules-blue-background.png");
  background-repeat: no-repeat;
  background-size: 80% calc(100% - 8em);
  padding-top: 2em;
}

.softrules-background-rectangle-L {
  background-position: top left;
}

.softrules-background-rectangle-R {
  background-position: top right;
}

/* === WPBakery Visual Composer TWEAKS END === */
/* === SINGLE POST - version 181030.1.0 === */
.quote-header::after {
  content: url(img/white-line.svg);
  display: block;
  margin: 25px 50% 0;
  width: 2px;
}

/* === SINGLE POST END === */
/* === FOOTER - version: 181030.1.0 === */
footer nav aside p a, footer nav aside ul a, footer nav aside h6, footer nav aside p, .copyright-date {
  font-size: 14px;
}

footer nav aside p a, footer nav aside ul a {
  color: #FFFFFF;
  opacity: 0.6;
}
footer nav aside p a:hover, footer nav aside ul a:hover {
  color: #FFFFFF;
  opacity: 1;
  text-decoration: none;
}

footer {
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
footer .content {
  background: #4E4E4E;
  padding: 2em 0 2em 0;
}
footer h5 {
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 0;
}
footer h5 a {
  font-weight: 600;
  color: #FFFFFF;
}
footer h5 a:hover {
  color: #D9DAD7;
  text-decoration: none;
}
footer nav aside {
  margin-top: 2em;
}
footer nav aside:first-of-type {
  margin-top: 4em;
}
footer nav aside:last-of-type {
  margin-bottom: 4em;
}
footer nav aside h6 {
  color: #FFFFFF;
  font: normal 700;
  opacity: 1;
}
footer nav aside p {
  color: rgba(255, 255, 255, 0.6);
}
footer nav aside ul {
  font-family: "myriad-pro", sans-serif;
  line-height: normal;
  list-style: none;
  padding: 0;
}

.copyright {
  text-align: right;
}
.copyright p {
  margin: 0.5em 0 0 0;
}

.copyright-date {
  color: #343432;
  display: inline;
}

#made-by-maerke {
  padding-left: 1.4em;
}

/* --- FOOTER - MEDIA QUERIES --- */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 768px) {
  footer nav aside:first-of-type {
    margin-top: 2em;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 992px) {
  footer nav aside {
    margin-top: 4em;
  }
  footer nav aside:first-of-type {
    margin-top: 4em;
  }
  footer h5 {
    font-size: 20px;
  }
  footer .content {
    padding: 2em 0 6em 0;
  }
}
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/* === FOOTER END === */
/* === MAERKE - version: 180808.1.0 === */
/* --- COLORS MAERKE SYMBOL --- */
.maerke-symbol-color {
  /* Input color customer theme */
  fill: #343432;
  transition-property: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}

.maerke-symbol-color:hover {
  fill: #C58770;
}

/* --- SIZING MAERKE SYMBOL --- */
#maerke-symbol {
  width: 2.8em;
}

/* === MAERKE END === */
