/*
Theme Name: Remgro dolfijn
Theme URI: https://www.remgro.nl/
Author: Remgro Web &amp; ICT Oplossingen
Author URI: https://www.remgro.nl/
Version: 1.1.0
*/

/* replace active submenu-items' ugly-blue(?!) by default hover-colors */
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #777;
  background-color: #f5f5f5;
}

/* cf7 */
.wpcf7 {
  /*color: #555;*/
  max-width: 720px;
}

.wpcf7 label {
  font-weight: 700;
}

.wpcf7 label em {
  color: #f00;
  font-weight: 400;
  font-style: normal;
}

.wpcf input[type="submit"] {
  font-size: 16px;
}

.wpcf7 div.wpcf7-response-output {
  color: #333;
  margin: 2em 0 1em;
  border-width: 1px;
  padding: 0.5em 1em;
}

.wpcf7 div.wpcf7-validation-errors {
  border-color: #f00;
  background-color: #fee;
}

.wpcf7 div.wpcf7-mail-sent-ok {
  background-color: #eaffea;
}

.wpcf7 .sent>p {
  display: none;
}

/* responsive fixes */
@media (max-width: 991px) {
  #header .header-nav-bar .header-btn-collapse-nav {
    margin: 2px 0 15px 15px;
  }

  .sticky-header-active #header .header-nav-bar .header-btn-collapse-nav {
    margin-top: 14px;
  }

  #header .header-nav-main nav>ul li {
    border-bottom-color: #fff;
  }

  #header .header-column .header-extra-info li:first-child {
    margin-left: 5px;
  }

  #header .header-column .header-extra-info li p {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #header .header-logo img {
    width: auto;
    max-height: 81px;
    margin: 0 0 7px -3px !important;
  }
}

@media (max-width: 767px) {
  #header .header-logo img {
    width: auto;
    max-height: 88px;
  }
}

@media (max-width: 499px) {
  #header .header-logo {
    float: none;
    text-align: center;
  }

  #header .header-logo img {
    margin: 0 auto;
  }

  #header .header-column .header-extra-info {
    display: none;
  }
}

/* 2018-07-09 responsive submenu fix */
@media (min-width: 992px) {
  #header .header-nav-main nav>ul>li>a.dropdown-toggle {
    padding-right: 13px;
  }

  #header .header-nav-main nav>ul>li>a.dropdown-toggle:after {
    display: none !important;
  }

  #header .header-nav-main nav>ul li a .fa-caret-down {
    border-left: 1px solid #fff;
  }
}

@media (max-width: 991px) {
  #header .header-nav-main nav>ul>li>a {
    margin-top: 0;
    margin-bottom: 0;
  }

  #header .header-nav-main nav>ul>li>a.dropdown-toggle {
    padding-right: 0;
  }

  #header .header-nav-main nav>ul li a .fa-caret-down {
    right: 0;
    min-width: 36px;
    min-height: 35px;
    background-color: rgba(255, 255, 255, 0.3);
  }
}

/*dolfijn*/

/* #region customizer colors */
:root {
  --header-color: #007cb0;
  --header-title-color: #ffffff;
  --header-item-color: #007cb0;
  --header-hover-item-color: #ffffff;
  --header-text-color: #ffffff;
  --header-hover-text-color: #000000;
  --footer-color: #007cb0;
  --footer-text-color: #ffffff;
}

#footer a:hover {
  color: var(--footer-text-color) !important;
}

#footer a {
  color: var(--footer-text-color) !important;
}

.header-nav {
  background-color: var(--header-color) !important;
}

.header-nav nav>ul>li>a {
  background-color: var(--header-item-color) !important;
  color: var(--header-text-color) !important;
}

.header-nav nav>ul>li>a:hover {
  background-color: var(--header-hover-item-color) !important;
  color: var(--header-hover-text-color) !important;
}

#header .header-btn-collapse-nav {
  background-color: var(--header-hover-item-color) !important;
  color: var(--header-hover-text-color) !important;
}

footer {
  background-color: var(--footer-color) !important;
  color: var(--footer-text-color) !important;
}

/* #endregion */

.logo {
  height: 200px;
}

.img-container {
  position: relative;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  opacity: 1;
  min-height: 500px;
}

.title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* color:white; */
  color: var(--header-title-color);
}

.title>h2 {
  z-index: 5;
  /* color:white; */
  visibility: inherit;
  transition: none 0s ease 0s;
  line-height: 26px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 800;
  font-size: 26px;
  white-space: nowrap;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}

.sub-title {
  z-index: 5;
  font-size: 11px;
  line-height: 15px;
  transition: none 0s ease 0s;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 300;
  white-space: nowrap;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  transform-origin: 50% 50% 0px;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}