.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 992px) {
  .row-eq-height {
    display: block;
  }
}

* {
  font-family: "Lato";
  margin: 0;
  padding: 0;
}
body {
  padding-right: -16px !important;
}
section {
  margin: 5px 0 35px 0;
  padding: 20px 0 30px 0;
}
h1 {
  margin: 0;
  font-size: 2.6em;
}
h2 {
  margin: 0;
  font-size: 1.9em;
}
h3 {
  margin: 0;
  font-size: 1.7em;
}
p {
  font-size: 1.2em;
  text-align: justify;
  padding: 0 20px 0 0;
}
a {
  margin: 0;
}
#about,
#about_2 {
  background-color: #f5f5f5;
}

/*Navbar*/

.navbar {
  margin: 0;
  border: none;
  min-height: 0px;
}
#navbar_2 {
}
#navbar_2 .navbar-default {
}
.navbar-default {
  border: none;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 16px;
  margin-bottom: 16px;
  height: auto !important;
  font-weight: 600;
  font-size: 1.8em;
  color: #1e74cc !important;
}

.navbar-right .dropdown-menu {
  right: auto;
  width: auto;
  text-align: left;
}

.navbar-right {
  padding: 0 20px 0 0;
  margin-right: 0px;
}

.dropdown-menu {
  border: none;
  background-color: #f8f8f8;
  box-shadow: none;
  padding: 0 0 10px 0;
}

.dropdown-menu > li > a {
  font-size: 1.2em;
  color: #1e74cc;
  font-weight: 600;
  padding-right: 25px;
}

.dropdown-menu > li > a:hover {
  color: #f8f8f8 !important;
  text-decoration: none !important;
  background-color: #c11d34;
}

.dropdown-menu > li.kopie > a {
  padding-left: 5px;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  padding-top: 6px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -15px;
  margin-top: 9px;
  width: 0;
}

.dropdown-submenu:hover > a:hover:after {
  border-left-color: #f8f8f8;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .navbar-nav {
    display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #ccc;
  }

  .navbar-nav .open .dropdown-menu {
    border-bottom: 1px solid white;
    border-radius: 0;
  }
  .dropdown-menu {
    padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
    padding-left: 20px;
  }
  .dropdown-menu .dropdown-menu .dropdown-menu {
    padding-left: 30px;
  }
  li.dropdown.open {
    border: 0px solid red;
  }
}

@media (min-width: 768px) {
  #navbar_1 .navbar-nav > li > a {
    margin-top: 0px;
    padding-top: 0;
    padding-bottom: 0;
  }
  #navbar_2 .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-default .navbar-collapse {
    background-color: rgba(0, 0, 0, 0);
  }
  .navbar-nav > li > a {
    font-size: 1.3em;
    color: #1e74cc !important;
    font-weight: 600;
  }
  .navbar-nav > li > a:hover {
    color: #f8f8f8 !important;
    background-color: #c11d34 !important;
  }

  .nav_2 > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}

/* Small nav */
.navbar-toggle {
  border-color: #3863a6 !important;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #3863a6;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #fdfdfd;
}

#navbar_3 .navbar-default .navbar-nav > li > a {
  color: #3863a6;
  font-weight: 600;
}

#navbar_3 .navbar-default .navbar-nav > li > a:hover {
  color: #053073;
}

#carousel {
  width: 100%;
}
.left.carousel-control {
  width: 7%;
  background-image: none;
}
.right.carousel-control {
  width: 7%;
  background-image: none;
}
.carousel-inner {
  width: 100%;
  height: 100%;
  font-size: 1.2em;
}
.item {
  width: 100%;
  padding-top: 35.83%;
  background-size: 100%;
  background-position: center;
}
.carousel-indicators {
  bottom: 0;
}

.carousel-caption {
  font-family: "Lato";
  font-size: 1.2em;
  margin: 0 auto 40px auto;
  padding: 5px 5px 10px 5px;
  font-weight: 600;
  text-shadow: none;
  height: auto;
  width: 50%;
  bottom: 0%;
  transition: height 1s;
  border: solid 0px #0b3e90;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #0b3e90;
  text-align: center;
}
.carousel-caption h2 {
  padding: 0;
  margin: 10px 0 0 0;
  font-family: "Helvetica";
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
}
.carousel-caption p {
  font-family: "Helvetica";
  font-weight: 600;
  font-size: 1em;
  margin: 5px 0 0 0;
  text-align: center;
}
@media only screen and (max-width: 772px) {
  .extended_top_margin {
    margin-top: 50px;
  }
}
.section_title,
.section_subtitle {
  text-align: center;
  margin: 10px 0 20px 0;
  color: #1e74cc;
}
.section_title {
  font-weight: bold;
}
.section_subtitle {
  color: #000;
  font-size: 1.3em;
}
.blue_box,
.green_box,
.orange_box {
  border: 3px solid;
  height: 100%;
  padding: 10px 20px 10px 20px;
  margin-bottom: 20px;
  text-align: justify;
}
.blue_box {
  border-color: #1e74cc;
}
.green_box {
  border-color: #c11d34;
}
.orange_box {
  border-color: #2eae99;
}
.blue_box p {
  margin: 0 0 20px 0;
}
.wireframe_button,
.block_button {
  width: 100%;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  padding: 10px;
  margin: 5px 0 5px 0;
  font-weight: 600;
  border: 3px solid;
}

.block_button:hover {
  text-decoration: none;
  background-color: #fff;
  transition: 0.4s background-color;
}

.blue_button:visited {
  text-decoration: none;
  color: #fff;
}
.blue_button:active {
  text-decoration: none !important;
}
.blue_button:focus {
  color: #fff;
  text-decoration: none;
}
.wireframe_blue {
  border-color: #1e74cc;
  color: #1e74cc;
}
.wireframe_green {
  border-color: #c11d34;
  color: #c11d34;
}
.wireframe_blue:hover {
  text-decoration: none;
  background-color: #1e74cc;
  color: #fff;
  transition: 0.4s background-color;
}
.wireframe_green:hover {
  text-decoration: none;
  background-color: #c11d34;
  color: #fff;
  transition: 0.4s background-color;
}
.wireframe_orange:hover {
  text-decoration: none;
  background-color: #2eae99;
  color: #fff;
  transition: 0.4s background-color;
}
.block_button:hover {
  text-decoration: none;
  background-color: #fff;
  transition: 0.4s background-color;
}
.blue_button {
  border-color: #1e74cc;
  background-color: #1e74cc;
  color: #fff;
}
.green_button {
  border-color: #c11d34;
  background-color: #c11d34;
  color: #fff;
}
.blue_button:hover {
  color: #1e74cc;
}
.green_button:hover {
  color: #c11d34;
}
.industry_box {
  text-align: center;
  width: 100%;
  display: inline-block;
}
.industry_box:hover {
  background-color: #c11d34;
  color: #fff !important;
  cursor: pointer;
  transition: 0.2s background-color;
}
.industry_box:hover .industry_box_title {
  color: #fff;
}
.industry_box_title {
  text-align: center;
  width: 100%;
  color: #1e74cc;
  font-weight: bold;
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 1.2em;
}
.industry_box_title:hover {
  text-decoration: none;
}
.industry_img {
  width: 100%;
  max-width: 150px;
  display: block;
  padding: 10px;
  margin: 0 auto 20px auto;
}
@media only screen and (max-width: 768px) {
  .industry_img {
    text-align: center;
    margin: 0 auto;
    width: 30%;
    padding: 0;
    display: block;
  }
}
.about_image {
  width: 80%;
  padding: 0 50px 50px 50px;
}
#blog {
  background-color: #e0e9f0;
}
.blog_post_title {
  min-height: 4em;
  margin: 0 0 20px 0;
  color: #1e74cc;
  font-weight: bold;
}
#blog_cover {
  background-image: url("/pics/water_leaf.jpg");
  background-position: 0 1225px;
  background-size: cover;
  height: 300px;
  margin: 0 0 20px 0;
}
#quick_links {
  margin: 50px 0 20px 0;
  padding: 20px 20px 20px 20px;
}
.quick_link_box {
  text-align: center;
  padding: 20px 0 20px 0;
  margin: 0 0 20px 0;
  display: block;
}
.quick_link_box:hover {
  cursor: pointer;
  color: #fff;
  border-color: #fff;
}
.quick_link_box i {
  border: solid 10px;
  border-color: inherit;
  border-radius: 200px;
  padding: 20px;
}
.quick_link_box a {
  text-align: center;
  display: block;
}
.quick_link_title {
  font-size: 1.5em;
  margin: 20px 0 0 0;
  font-weight: bold;
  text-align: center;
}
.quick_link_blue {
  color: #1e74cc;
  border: solid 3px #1e74cc;
}
.quick_link_blue a,
.quick_link_blue i {
  color: #1e74cc;
}
.quick_link_green {
  color: #c11d34;
  border: solid 3px #c11d34;
}
.quick_link_green a,
.quick_link_green i {
  color: #c11d34;
}
.quick_link_orange {
  color: #2eae99;
  border: solid 3px #2eae99;
}
.quick_link_orange a,
.quick_link_orange i {
  color: #2eae99;
}
.quick_link_blue:hover {
  background-color: #1e74cc;
  text-decoration: none !important;
}
.quick_link_green:hover {
  background-color: #c11d34;
  text-decoration: none !important;
}
.quick_link_orange:hover {
  background-color: #2eae99;
  text-decoration: none;
}
.quick_link_box:hover a,
.quick_link_box:hover i {
  color: #fff;
  text-decoration: none;
}
#footer {
  background-color: #2b7abf;
  color: #fff;
  font-size: 1em;
}
#footer h4 {
  font-weight: bold;
  margin: 15px 0 25px 0;
}
#footer ul,
#footer li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer a {
  color: #fff;
}
.location_footer_title {
  font-weight: bold;
}
.location_footer_sub a {
  margin: 0 0 0 10px;
  display: block;
}
#copyright {
  padding: 50px 0 0 0;
}
.language_divider {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
}
.qq_help:hover {
  cursor: pointer;
}
.qq_title {
  margin: 10px 0 20px 0;
}

.caption_button {
  margin: 20px 1% 10px 1%;
  border-radius: 100px;
  padding: 3px 30px 3px 30px;
  border: solid 3px #0b3e90;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  width: auto;
  color: #0b3e90;
}

.caption_button:hover {
  background-color: #2eae99;
  transition: 0.3s background-color;
}

.caption_blue {
  color: #1e74cc;
  border-color: #1e74cc;
  text-shadow: none !important;
  box-shadow: none !important;
}

#myModal {
  z-index: 99999;
}

/* Quick Quote floating button */

#quick-quote-button {
  position: fixed;
  right: 15rem;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition-delay: 1s;
  z-index: 9999;
  opacity: 0;
  bottom: 23px;
  transform: translateY(100px);
}

#quick-quote-button[show="true"] {
  transform: translateY(0px);
  opacity: 1;
}

#quick-quote-button a {
  font-family: "Lato", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, sans-serif;
  /*background-color:#1F73B7;*/

  font-size: 17px;
  background-color: #448d44;
  font-feature-settings: "kern", "kern";
  font-kerning: normal;
  font-weight: 700;
  letter-spacing: 0.6px;

  color: #fff;
  border-radius: 999rem;
  padding: 1.3rem 2.5rem;
}

#quick-quote-button a:hover,
#quick-quote-button a:focus {
  text-decoration: none;
}

input[type="time"].form-control {
  line-height: normal !important;
}

#qq_type_select a.block_button {
  font-weight: 600;
  font-size: 1.2em;
}

/* COOKIE CONSENT */

.cc-window {
  padding: 3em 7em 3em 2em !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.cc-btn {
  font-size: 1.2em !important;
  margin-top: 0.5em !important;
}

@media screen and (max-width: 720px) {
  .cc-window {
    padding: 2em 2em 70px 2em !important;
  }

  .cc-btn {
    font-size: 1em !important;
    margin: 0.5em !important;
  }
}

@media screen and (max-width: 414px) {
  .cc-window {
    padding: 2em 2em 70px 2em !important;
  }

  .cc-btn {
    font-size: 1em !important;
    margin: 0.3em !important;
  }

  #quick-quote-button {
    left: 5px;
    bottom: 15px;
    right: auto;
  }

  #quick-quote-button a {
    font-size: 14px;
    padding: 0.5em 0.8em;
  }
}
