@charset "UTF-8";
.col-1 {
  width: 7.333%;
}

.col-2 {
  width: 15.666%;
}

.col-3 {
  width: 24%;
}

.col-4 {
  width: 32.333%;
}

.col-5 {
  width: 40.666%;
}

.col-6 {
  width: 49%;
}

.col-7 {
  width: 57.333%;
}

.col-8 {
  width: 65.666%;
}

.col-9 {
  width: 74%;
}

.col-10 {
  width: 82.333%;
}

.col-11 {
  width: 90.666%;
}

.col-12 {
  width: 100%;
}

@media (max-width: 1280px) {
  .col-xl-1 {
    width: 7.333%;
  }

  .col-xl-2 {
    width: 15.666%;
  }

  .col-xl-3 {
    width: 24%;
  }

  .col-xl-4 {
    width: 32.333%;
  }

  .col-xl-5 {
    width: 40.666%;
  }

  .col-xl-6 {
    width: 49%;
  }

  .col-xl-7 {
    width: 57.333%;
  }

  .col-xl-8 {
    width: 65.666%;
  }

  .col-xl-9 {
    width: 74%;
  }

  .col-xl-10 {
    width: 82.333%;
  }

  .col-xl-11 {
    width: 90.666%;
  }

  .col-xl-12 {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .col-lg-1 {
    width: 7.333%;
  }

  .col-lg-2 {
    width: 15.666%;
  }

  .col-lg-3 {
    width: 24%;
  }

  .col-lg-4 {
    width: 32.333%;
  }

  .col-lg-5 {
    width: 40.666%;
  }

  .col-lg-6 {
    width: 49%;
  }

  .col-lg-7 {
    width: 57.333%;
  }

  .col-lg-8 {
    width: 65.666%;
  }

  .col-lg-9 {
    width: 74%;
  }

  .col-lg-10 {
    width: 82.333%;
  }

  .col-lg-11 {
    width: 90.666%;
  }

  .col-lg-12 {
    width: 100%;
  }
}
@media (max-width: 840px) {
  .col-md-1 {
    width: 7.333%;
  }

  .col-md-2 {
    width: 15.666%;
  }

  .col-md-3 {
    width: 24%;
  }

  .col-md-4 {
    width: 32.333%;
  }

  .col-md-5 {
    width: 40.666%;
  }

  .col-md-6 {
    width: 49%;
  }

  .col-md-7 {
    width: 57.333%;
  }

  .col-md-8 {
    width: 65.666%;
  }

  .col-md-9 {
    width: 74%;
  }

  .col-md-10 {
    width: 82.333%;
  }

  .col-md-11 {
    width: 90.666%;
  }

  .col-md-12 {
    width: 100%;
  }
}
* {
  box-sizing: border-box;
}

html {
  font-size: 20px;
}

body {
  font-size: 0.7rem;
}

a, a:visited {
  color: #009bd9;
}

a:hover {
  color: #ff8a00;
  text-decoration: none;
}

.line-limiter {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clear {
  clear: both;
}

.maxwidth {
  max-width: 100%;
}

.bold {
  font-weight: bold;
}

.secondary-color {
  color: #009bd9;
}

.tertiary-color {
  color: #a8a8a8;
}

.quarterly-color {
  color: #ff8a00;
}

.submenu-button-position {
  position: relative;
}

.logo img {
  margin-top: 0.5rem;
  width:215px;
  height:44px;
}
.logo img.light {
  display: none;
}

.center-align-parent {
  position: relative;
}
.center-align-parent .center-align-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center-text {
  text-align: center;
}

.columns {
  margin: 0;
}

.submenu {
  margin: 0;
  min-height: 2rem;
  overflow: auto;
  white-space: nowrap;
  line-height: 1rem;
  list-style: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.submenu::-webkit-scrollbar {
  display: none;
}
.submenu li {
  color: white;
  padding: 0 0.5rem;
}
.submenu li.button-next-fix {
  display: none;
}
.submenu li.button-prev, .submenu li.button-next {
  display: none;
  cursor: pointer;
  position: absolute;
  padding-top: 0.1rem;
  top: 0;
  bottom: 0;
  background: #009bd9;
}
.submenu li.button-prev i:hover, .submenu li.button-next i:hover {
  color: #ff8a00;
}
.submenu li.button-prev {
  left: 0;
}
.submenu li.button-next {
  right: 0;
}
.submenu.show-buttons {
  padding: 0 2rem;
}
.submenu.show-buttons li.button-next-fix {
  display: inline-block;
  width: 2rem;
}
.submenu.show-buttons li.button-prev, .submenu.show-buttons li.button-next {
  display: block;
}
.submenu.show-buttons li.button-prev.disable, .submenu.show-buttons li.button-next.disable {
  cursor: inherit;
}
.submenu.show-buttons li.button-prev.disable i, .submenu.show-buttons li.button-next.disable i {
  color: #a8a8a8;
}
.submenu.show-buttons li.button-prev.disable i:hover, .submenu.show-buttons li.button-next.disable i:hover {
  color: #a8a8a8;
}
.submenu a {
  color: white;
}
.submenu .open {
  padding: 0.1rem;
  margin: 0.4em;
  border-bottom: 0.025rem solid white;
}

header {
  background-size: cover;
  height: 21rem;
  width: 100%;
}
header .overlay {
  background: rgba(0, 155, 217, 0.8);
  height: 100%;
}
header .topbar {
  position: fixed;
  z-index: 9999;
  width: 100%;
  box-shadow: 0 0 0.25rem 0 #009bd9;
  background: white;
}
header .topbar-primary {
  height: 3rem;
  line-height: 3rem;
}
header .topbar-primary .btn-menu {
  margin-top: -0.25rem;
}
header .topbar-primary .btn-menu .fa-bars {
  display: inline-block;
}
header .topbar-primary .btn-menu .fa-times {
  display: none;
}
header .topbar-primary .logo {
  text-align: center;
}
header .topbar-primary .btn-phone {
  display: none;
}
header .topbar-primary .contact {
  text-align: right;
  display: inline-block;
}
header .topbar-primary .contact a, header .topbar-primary .contact a:visited {
  padding: 0.5rem;
  margin: 0.25rem;
  color: #009bd9;
}
header .topbar-primary .contact ul, header .topbar-primary .contact a span {
  display: none;
}
header .topbar-primary .col-auto {
  -ms-flex: 1;
  flex: 1;
}
header .topbar-primary nav {
  display: none;
}
header .topbar-secondary {
  background: #009bd9;
  height: 2rem;
}
header .sidepadding {
  margin: 0;
}
header .btn-menu {
  margin-top: 0.1rem;
  background: transparent;
  border: none;
  color: #009bd9;
}
header .btn-menu.active, header .btn-menu:active, header .btn-menu:hover {
  background: transparent;
}
header.menu-open .topbar {
  background: white;
  height: 100%;
}
header.menu-open .btn-menu {
  color: white;
}
header.menu-open .btn-menu .fa-bars {
  display: none;
}
header.menu-open .btn-menu .fa-times {
  display: inline-block;
}
header.menu-open .topbar-primary {
  padding: 0;
  margin: 0;
  background: #009bd9;
}
header.menu-open .topbar-primary .logo img.light {
  display: block;
}
header.menu-open .topbar-primary .logo img.dark {
  display: none;
}
header.menu-open .topbar-primary .contact a, header.menu-open .topbar-primary .contact a:visited {
  color: white;
}
header.menu-open .topbar-primary nav {
  margin: 0;
  padding: 0;
  flex: none;
  display: block;
  width: 100%;
}
header.menu-open .topbar-primary ul li {
  display: block;
  padding: 0 1rem;
  border-bottom: 0.025rem solid #009bd9;
}
header.menu-open .topbar-primary ul li .button {
  width: 100%;
}
header.menu-open .topbar-secondary {
  display: none;
}

main {
  margin: -15rem 0.5rem 2rem 0.5rem;
  height: 100%;
}
main .overlay {
  background: rgba(252, 252, 252, 0.15);
}
main .overlay.first {
  min-height: 15rem;
}
main .overlay.first .page-header {
  color: white;
}
main .second {
  margin-top: 5rem;
}
main .second .block-header {
  text-align: center;
}
main .second .block-header.margin {
  margin-bottom: 3rem;
}
main .second .block-header p {
  font-style: italic;
}
main .sidepadding {
  padding: 0 1rem;
}
main .padded {
  padding: 1rem;
}
main .pluspadded {
  padding: 1.5rem;
}
main .page-header {
  text-align: center;
  padding-top: 1rem;
  margin-bottom: 2rem;
}
main .page-header h1 {
  margin: 0 0 0.5rem 0;
  font-size: 2rem;
  line-height: 2rem;
}
main .page-header p {
  font-style: italic;
  font-size: 0.8rem;
  line-height: 0.8rem;
  margin: 0.5rem 0 0 0;
}
main .columns.nomargin {
  margin: 0;
}
main .columns.blocks {
  justify-content: space-between;
}
main .columns.blocks .column.boxed {
  position: relative;
  margin-bottom: 1rem;
  background: white;
  box-shadow: 0 0 0.25rem 0 #ccc;
}
main .columns.blocks .column.boxed.noshadow {
  box-shadow: none;
}
main .columns.blocks .column.boxed.nopadding {
  padding: 0;
}
main .columns.blocks .column.boxed.minheight {
  min-height: 20rem;
}
main .columns.blocks .column.boxed .header {
  max-height: 2rem;
  margin-bottom: 1.5rem;
}
main .columns.blocks .column.boxed .header img {
  float: left;
  max-height: 2rem;
}
main .columns.blocks .column.boxed .header .content {
  padding-left: 1.5rem;
  display: inline-block;
}
main .columns.blocks .column.boxed .header .content p {
  margin: 0;
  font-size: 0.75rem;
  font-style: italic;
  color: #009bd9;
}
main .columns.blocks .column.boxed .header .content h4 {
  margin: 0;
  font-size: 0.8rem;
}
main .columns.blocks .column.boxed .header.large {
  max-height: 2.25rem;
  height: 2.25rem;
}
main .columns.blocks .column.boxed .header.large img {
  max-height: 2.25rem;
}
main .columns.blocks .column.boxed .header.large h4 {
  font-size: 1rem;
}
main .columns.blocks .column.boxed table {
  margin-top: -0.5rem;
}

table {
  margin-bottom: 1rem;
}
table tr td {
  padding: 0.2rem 0;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::placeholder {
  color: transparent;
}

form .form-field {
  position: relative;
  margin-bottom: 1rem;
  height: 2.5rem;
}
form .form-field label {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  border-radius: 1rem 1rem 0 0;
  width: 100%;
  line-height: 1.4rem;
  padding: 0.5rem 1rem;
}
form .form-field textarea {
  display: block;
  resize: none;
}
form .form-field input, form .form-field textarea {
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  border: 0.05rem solid #a8a8a8;
  background: none;
  position: relative;
  top: 0;
  left: 0;
  outline: 0;
  line-height: 1.4rem;
  padding: 0.5rem 1rem;
  color: inherit;
  z-index: 1;
}
form .form-field input:-ms-input-placeholder, form .form-field textarea:-ms-input-placeholder {
  color: transparent;
}
form .form-field input:-moz-placeholder, form .form-field textarea:-moz-placeholder {
  color: transparent;
}
form .form-field input::-webkit-input-placeholder, form .form-field textarea::-webkit-input-placeholder {
  color: transparent;
}
form .form-field input::-moz-placeholder, form .form-field textarea::-moz-placeholder {
  color: transparent;
}
form .form-field input::placeholder, form .form-field textarea::placeholder {
  color: transparent;
}
form .form-field input:focus, form .form-field input:not(.is-empty), form .form-field textarea:focus, form .form-field textarea:not(.is-empty) {
  color: #3b4351;
  padding: 0.9rem 1rem 0.1rem 1rem;
}
form .form-field input:focus:-ms-input-placeholder, form .form-field input:not(.is-empty):-ms-input-placeholder, form .form-field textarea:focus:-ms-input-placeholder, form .form-field textarea:not(.is-empty):-ms-input-placeholder {
  color: #a8a8a8;
}
form .form-field input:focus:-moz-placeholder, form .form-field input:not(.is-empty):-moz-placeholder, form .form-field textarea:focus:-moz-placeholder, form .form-field textarea:not(.is-empty):-moz-placeholder {
  color: #a8a8a8;
}
form .form-field input:focus::-webkit-input-placeholder, form .form-field input:not(.is-empty)::-webkit-input-placeholder, form .form-field textarea:focus::-webkit-input-placeholder, form .form-field textarea:not(.is-empty)::-webkit-input-placeholder {
  color: #a8a8a8;
}
form .form-field input:focus::-moz-placeholder, form .form-field input:not(.is-empty)::-moz-placeholder, form .form-field textarea:focus::-moz-placeholder, form .form-field textarea:not(.is-empty)::-moz-placeholder {
  color: #a8a8a8;
}
form .form-field input:focus::placeholder, form .form-field input:not(.is-empty)::placeholder, form .form-field textarea:focus::placeholder, form .form-field textarea:not(.is-empty)::placeholder {
  color: #a8a8a8;
}
form .form-field input:focus + label, form .form-field input:not(.is-empty) + label, form .form-field textarea:focus + label, form .form-field textarea:not(.is-empty) + label {
  background: #ff8a00;
  color: white;
  font-size: 0.6125rem;
  line-height: 1rem;
  z-index: 2;
  text-transform: uppercase;
  padding: 0 1rem;
  top: 0;
  height: 1rem;
  margin-top: 0;
}
form .form-field.gobottom label {
  border-radius: 0 0 1rem 1rem;
}
form .form-field.gobottom input:focus, form .form-field.gobottom input:valid, form .form-field.gobottom textarea:focus, form .form-field.gobottom textarea:valid {
  padding: 0.1rem 1rem 0.9rem 1rem;
}
form .form-field.gobottom input:focus + label, form .form-field.gobottom input:valid + label, form .form-field.gobottom textarea:focus + label, form .form-field.gobottom textarea:valid + label {
  top: 100%;
  height: auto;
  margin-top: -1rem;
}
form .form-field input[type=submit] {
  padding: 0;
  text-align: center;
  line-height: 2.5rem;
  color: #ff8a00;
  font-weight: bold;
}

a.button, input.button, div.button {
  display: inline-block;
  padding: 0;
  text-align: center;
  line-height: 2.5rem;
  color: #ff8a00;
  font-weight: bold;
  border-radius: 1rem;
  border: 0.05rem solid #a8a8a8;
  line-height: 1.1rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
a.button:hover, input.button:hover, div.button:hover {
  background: #ff8a00 !important;
  color: white !important;
}
a.button.filled, input.button.filled, div.button.filled {
  background: #ff8a00 !important;
  color: white !important;
}
a.button.filled:hover, input.button.filled:hover, div.button.filled:hover {
  background: #009bd9 !important;
}
a.button.fa-button, input.button.fa-button, div.button.fa-button {
  padding: 0;
  font-size: 1rem;
  line-height: 2rem;
}

ul.clean {
  list-style: none;
  margin: 1rem 0;
}
ul.clean li {
  margin: 0;
}
ul.cleanstyle {
  list-style: none;
  margin: 0;
}
ul.cleanstyle li {
  margin: 0;
}
ul.fa-ul {
  margin-left: 1.5rem;
}
ul.fa-ul .fa-li {
  padding: 0.1rem 0;
  width: auto;
}
ul.horizontal li {
  display: inline-block;
}

.anchor-parent {
  position: relative;
}
.anchor-parent .anchor {
  display: block;
  position: relative;
  top: -7.5rem;
  visibility: hidden;
}

.news .padded {
  height: 460px;
}
.news .padded .buttons-center {
  height: 45px;
}
.news .news_header {
  text-align: left;
}
.news .news_header h4 {
  padding-top: 25px;
  font-weight: bold;
  font-size: 20px;
  white-space: nowrap;
}
.news .news_header p.date {
  color: #999;
  margin: 0;
  font-style: italic;
}
.news .news_image {
  height: 10rem;
  padding: 0;
  margin: -1rem -1rem 0 -1rem;
}
.news .news_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news .news_text {
  padding: 10px;
}
.news .news_content {
  overflow: hidden;
  height: 90px;
}

strong.price-black span {
  color: #3b4351 !important;
}

footer {
  position: relative;
}
footer ul, footer p {
  margin: 0.25rem 0;
  color: #a8a8a8;
}
footer p {
  margin: 1rem 0;
}
footer ul.clean li a {
  color: #a8a8a8;
}
footer ul.clean li a:hover {
  color: #ff8a00;
}
footer ul.clean.fa-ul .fa-li {
  color: #ff8a00;
}
footer ul.clean.socialmedia li a {
  font-size: 1.5rem;
  margin-right: 0.5rem;
  color: #009bd9;
}
footer ul.clean.socialmedia li a:hover {
  color: #ff8a00;
}
footer ul.clean.logos img {
  margin-right: 0.5rem;
}
footer .overlay {
  position: relative;
  padding-bottom: 2.5rem;
  background: rgba(252, 252, 252, 0.15);
  margin: 0 0.5rem -2.5rem 0.5rem;
}
footer .sidepadding {
  padding: 2.025rem;
  padding-bottom: 0;
}
footer .column h6 {
  padding: 0.25rem 0;
  margin-bottom: 1rem;
  border-bottom: 0.05rem solid #009bd9;
}
footer .bottom-info {
  width: 100%;
  background: #009bd9;
  padding-top: 3rem;
  padding-bottom: 0.5rem;
  text-align: center;
  color: white;
}
footer .bottom-info .select-btw {
  margin: 1rem 0;
}
footer .bottom-info .select-btw a {
  display: block;
  padding: 0.25rem 1rem;
  margin: 0.5rem;
  background: #009bd9 !important;
  color: #fff !important;
}
footer .bottom-info .select-btw[data-type=business] a[data-btw-type=business], footer .bottom-info .select-btw[data-type=consumer] a[data-btw-type=consumer] {
  background-color: #ff8a00 !important;
  color: #fff !important;
  cursor: default;
}

.rating-box {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-family: "Font Awesome 5 Free";
  color: #009bd9;
}
.rating-box:before {
  content: "";
}
.rating-box .rating {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 900;
}
.rating-box .rating:before {
  content: "";
}

.product .clean-margins, .product-extra .clean-margins {
  margin-left: -1.5rem;
  margin-right: -1.55rem;
}
.product ul.tabmenu, .product-extra ul.tabmenu {
  background: rgba(0, 155, 217, 0.1);
  margin: 0 0 0.5rem 0;
}
.product ul.tabmenu li, .product-extra ul.tabmenu li {
  background: transparent !important;
  cursor: pointer;
  text-align: center;
  border-bottom: 0.05rem solid #ccc;
  border-right: 0.05rem solid #ccc;
  padding: 1rem 0.5rem;
}
.product ul.tabmenu li:nth-child(even), .product-extra ul.tabmenu li:nth-child(even) {
  border-right: none;
}
.product ul.tabmenu li:hover, .product-extra ul.tabmenu li:hover {
  color: #ff8a00;
}
.product ul.tabmenu li.active, .product-extra ul.tabmenu li.active {
  background: white !important;
  border-top: 0.05rem solid #ccc;
  border-bottom: none;
  color: inherit;
}
.product .tabgroup, .product-extra .tabgroup {
  display: none;
}
.product .tabgroup.open, .product-extra .tabgroup.open {
  display: block;
}

.product {
  margin-top: 2rem;
  position: relative;
}
.product p.description {
  height: 5rem;
}
.product .more-info {
  margin-top: 1rem;
  text-align: center;
}
.product ul li {
  margin: 1rem 0;
}
.product ul li span {
  color: #009bd9;
}
.product ul li strong {
  color: #3b4351;
}
.product ul li.not-available {
  text-decoration: line-through;
}
.product ul li.not-available span {
  color: inherit;
}
.product ul.pricing {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.product ul.pricing li {
  margin: 0;
}
.product table {
  width: 100%;
  padding: 1.5rem;
  color: #009bd9;
  font-weight: bold;
  background: rgba(0, 155, 217, 0.2);
}
.product table tr td:nth-child(even) {
  text-align: right;
}
.product .most-selected-text {
  display: none;
}
.product.most-selected {
  position: relative;
  box-shadow: 0 0 0.25rem 0 #ff8a00 !important;
}
.product.most-selected .most-selected-text {
  position: absolute;
  top: -1.4rem;
  width: 10rem;
  left: 50%;
  margin-left: -5rem;
  text-align: center;
  background: white;
  border-radius: 1rem;
  padding: 0.25rem 1rem;
  line-height: 2rem;
  box-shadow: 0 0 0.25rem 0 #ff8a00 !important;
  display: block;
  color: #ff8a00;
  font-weight: bold;
}

.product-extra table {
  width: 100%;
  border-collapse: collapse;
}
.product-extra table strong {
  color: #3b4351;
}
.product-extra table tr:hover {
  cursor: pointer;
  background: rgba(0, 155, 217, 0.2);
}
.product-extra table tr td {
  padding: 1rem 1.5rem;
  padding-right: 0.5rem;
  border: none;
  border-bottom: 0.05rem solid #ccc;
}
.product-extra table tr td:nth-child(even) {
  padding: 1rem 1.5rem;
  padding-left: 0.5rem;
  text-align: right;
  color: #009bd9;
  font-weight: bold;
}
.product-extra table tr td.price {
  width: 6.5rem;
}

.tabgroup table td {
  padding: 0.5rem 1.5rem;
}

.buttons-bottom-oneliner {
  height: 2.1rem;
}
.buttons-bottom-oneliner .columns {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
}

body.home header .btn-menu {
  color: white;
}
body.home header .topbar-primary {
  background: #009bd9;
}
body.home header .topbar-primary .contact a {
  color: white;
}
body.home header .topbar-primary img.dark {
  display: none;
}
body.home header .topbar-primary img.light {
  display: inline;
}
body.home header .topbar-secondary {
  display: none;
}
body.home main .we-want-to-help {
  display: none;
}

.info {
  margin: 3rem 0;
}
.info .padded {
  min-height: 7rem;
}
.info span {
  display: block;
  text-align: center;
  color: #009bd9;
}
.info span.head {
  font-size: 2rem;
  font-weight: bold;
}
.info span.body {
  font-size: 0.9rem;
  font-style: italic;
}

.remove-margin {
  margin: 0 -0.5rem;
}

.slider-container {
  position: relative;
  padding-bottom: 2rem;
}
.slider-container .tns-controls, .slider-container .tns-nav {
  z-index: 1000;
}
.slider-container .tns-controls button, .slider-container .tns-nav button {
  font-size: 0;
  background: transparent;
  border: none;
  padding: 0;
  color: white;
  z-index: 1000;
  font-weight: 900;
  outline: none;
}
.slider-container .tns-controls button:after, .slider-container .tns-nav button:after {
  font-size: 1rem;
  font-family: "Font Awesome 5 Free";
}
.slider-container .tns-controls button {
  position: absolute;
  top: 50%;
  margin: -2.5rem 0 0 0;
}
.slider-container .tns-controls button[data-controls=prev] {
  left: -0.1125rem;
}
.slider-container .tns-controls button[data-controls=prev]:after {
  content: "";
}
.slider-container .tns-controls button[data-controls=next] {
  right: -0.1125rem;
}
.slider-container .tns-controls button[data-controls=next]:after {
  content: "";
}
.slider-container .tns-controls button:hover {
  color: #ff8a00;
}
.slider-container .tns-nav {
  position: absolute;
  bottom: 0;
  margin: 1rem 0;
  width: 100%;
  text-align: center;
}
.slider-container .tns-nav button {
  margin: 0.25rem;
  font-weight: 400;
}
.slider-container .tns-nav button:after {
  font-size: 0.75rem;
  content: "";
}
.slider-container .tns-nav button:hover, .slider-container .tns-nav button.tns-nav-active {
  font-weight: 900;
  color: white;
}
.slider-container .slider div.column {
  background: transparent;
  margin: 1rem 0;
}
.slider-container .slider div.column div.padded {
  min-height: 10rem;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  background: white;
}
.slider-container.orange .tns-controls button, .slider-container.orange .tns-nav button {
  color: #ff8a00;
}
.slider-container.orange .tns-controls button:hover {
  color: #009bd9;
}
.slider-container.orange .tns-nav button:hover, .slider-container.orange .tns-nav button.tns-nav-active {
  font-weight: 900;
  color: #ff8a00;
}
.slider-container.reviews {
  min-height: 34rem;
}
.slider-container.reviews .columns {
  height: 100%;
}
.slider-container.reviews .tns-controls button {
  position: absolute;
  top: 50%;
  margin: 0;
}
.slider-container.reviews .center-align {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.slider-container.reviews .center-align img {
  width: 100%;
}
.slider-container.reviews .slider > div.column {
  padding: 0;
}
.slider-container.reviews .slider > div.column .padded {
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 0.5rem;
}
.slider-container.reviews .slider > div.column .padded.content {
  display: flex;
  align-items: center;
  color: white;
}
.slider-container.reviews .slider > div.column .padded.content .header {
  margin-bottom: 2rem;
  font-weight: bold;
}
.slider-container.reviews .slider > div.column .padded.content .header h5 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.slider-container.reviews .slider > div.column .padded.content .header p {
  font-size: 1rem;
}
.slider-container.reviews .slider > div.column .padded.content .buttons-center {
  margin-top: 2rem;
  text-align: left;
}
.slider-container.reviews .slider > div.column .padded.content .buttons-center .button {
  color: white;
  border-color: white;
}
.slider-container.reviews .slider > div.column .padded.content .buttons-center .button:hover {
  border-color: #ff8a00;
}
.slider-container.reviews .slider > div.column .padded.content .buttons-center .button.filled {
  border-color: #ff8a00;
}
.slider-container.reviews .slider > div.column .padded.content .buttons-center .button.filled:hover {
  border-color: #009bd9;
}
.slider-container.reviews .slider > div.column .padded img {
  width: 100%;
  height: auto;
}
.slider-container.news .slider div.column .padded > p {
  margin: 1rem 0;
  text-align: left;
}
.slider-container.news .slider div.column .padded .header {
  padding: 0;
  margin: -1rem -1rem 0 -1rem;
  text-align: left;
}
.slider-container.news .slider div.column .padded .header > * {
  padding: 0 1rem;
}
.slider-container.news .slider div.column .padded .header p.date {
  color: #999;
  margin: 0;
}
.slider-container.news .slider div.column .padded .header img {
  padding: 0 0 1rem 0;
  width: 100%;
  height: auto;
  max-height: 10rem;
}

body.home .buttons-center {
  text-align: center;
}

@media screen and (min-width: 60em) {
  .submenu {
    min-height: 2.5rem;
    line-height: 1.5rem;
    text-align: center;
    overflow: hidden;
  }

  .select2-container--open .select2-dropdown--below {
    background: transparent;
    color: white;
    border-radius: 1rem;
    margin-top: 1rem;
    border: 0.05rem solid white;
    padding: 0.5rem 0;
    background: rgba(0, 0, 0, 0.75);
  }

  .select2-container--default .select2-results__option[aria-selected=true] {
    background: rgba(0, 0, 0, 0.3);
  }

  .select2-container--default .select2-results > .select2-results__options {
    max-height: inherit;
  }

  .select2-results__option {
    padding: 0 0.5rem;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 0.25rem;
    border-color: #fff transparent transparent transparent;
    margin-left: -0.5rem;
  }

  .center-align-parent {
    position: relative;
  }
  .center-align-parent .center-align-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .center-text {
    text-align: center;
  }

  .columns {
    margin: 0;
  }

  .anchor-parent .anchor {
    display: block;
    position: relative;
    top: -10rem;
    visibility: hidden;
  }

  header {
    height: 35rem;
  }
  header .topbar-primary {
    height: 5rem;
    line-height: 5rem;
  }
  header .topbar-primary .col-auto {
    -ms-flex: none;
    flex: none;
  }
  header .topbar-primary .btn-container {
    display: none;
  }
  header .topbar-primary .btn-phone {
    display: block;
  }
  header .topbar-primary .contact {
    display: none;
  }
  header .topbar-primary .contact ul, header .topbar-primary .contact a span {
    display: inline-block;
  }
  header .topbar-primary .contact ul {
    display: inline-block;
    padding-left: 0.25rem;
  }
  header .topbar-primary .contact a {
    padding: initial;
  }
  header .topbar-primary .contact a span {
    padding-left: 0.1rem;
  }
  header .topbar-primary .logo {
    margin-top: 0.75rem;
    margin-right: 0.25rem;
  }
  header .topbar-primary .logo img.light {
    display: none;
  }
  header .topbar-primary .logo img.dark {
    display: inline;
  }
  header .topbar-primary nav {
    display: block;
    text-align: right;
  }
  header .topbar-primary nav ul {
    margin: 0 -0.75rem 0 0;
  }
  header .topbar-primary nav ul li {
    padding: 0 0.25rem;
  }
  header .topbar-secondary {
    height: 2.5rem;
  }
  header .sidepadding {
    padding: 0 2rem;
  }

  main {
    margin: -25rem 1rem 4rem 1rem;
  }
  main .overlay.first {
    min-height: 26rem;
  }
  main .overlay.first .page-header {
    margin-bottom: 3rem;
  }
  main .overlay.first .page-header h1 {
    margin: 0 0 2rem 0;
  }
  main .overlay.first .page-header p {
    font-size: 1rem;
    line-height: 1rem;
    color: white;
  }
  main .sidepadding {
    padding: 0 1rem;
  }
  main .page-header {
    padding-top: 3.5rem;
    margin-bottom: 1rem;
  }
  main .page-header h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
  main .page-header p {
    margin: 1rem 0 0 0;
    color: #a8a8a8;
  }
  main .columns.blocks .column {
    background: white;
  }
  main .columns.blocks .column .header {
    margin-bottom: 1.5rem;
  }
  main .columns.blocks .column .header img {
    float: left;
    height: 2.9rem;
    width: auto;
  }
  main .columns.blocks .column .header .content p {
    margin: 0;
    font-size: inherit;
    font-style: italic;
  }
  main .columns.blocks .column .header .content h4 {
    margin-bottom: 0.55rem;
    font-size: 1rem;
  }

  footer .overlay {
    margin: 0 1rem -2.5rem 1rem;
  }
  footer .sidepadding {
    padding: 0 1.2rem;
  }
  footer .column {
    padding: 0 0.8rem;
  }
  footer .column h6 {
    padding: 0.25rem 0;
    margin-bottom: 1rem;
    border-bottom: 0.05rem solid #009bd9;
  }
  footer .bottom-info {
    text-align: left;
    padding: 2.5rem 2rem 0 2rem;
  }
  footer .bottom-info .select-btw {
    margin: 0;
  }
  footer .bottom-info .select-btw a {
    display: inline-block;
  }
  footer .bottom-info .select-btw .copyright {
    padding: 0.5rem 0;
    text-align: center;
  }

  form .column.col-6:nth-child(odd) .form-field {
    margin-right: 1rem;
  }

  body.home header {
    height: 50rem;
  }
  body.home header .topbar {
    background: transparent;
    box-shadow: none;
    border-bottom: 0.025rem solid rgba(255, 255, 255, 0.2);
    padding: 1rem 0;
  }
  body.home header .topbar .topbar-primary {
    background: transparent;
  }
  body.home header .topbar ul a, body.home header .topbar ul a:visited {
    color: white;
  }
  body.home header .topbar ul a:hover, body.home header .topbar ul a:visited:hover {
    border-bottom: 0.025rem solid white;
  }
  body.home header .topbar .contact a:hover, body.home header .topbar .contact a:visited:hover {
    border-bottom: 0;
  }
  body.home header .topbar nav .button {
    border-color: white;
  }
  body.home header .topbar nav .button:hover {
    color: white;
    background: #ff8a00;
    border-color: #ff8a00;
  }
  body.home header .topbar nav .button.filled {
    border: none;
  }
  body.home header .topbar.moved {
    background: white;
    padding: 0;
  }
  body.home header .topbar.moved a, body.home header .topbar.moved a:visited {
    color: #009bd9;
  }
  body.home header .topbar.moved a:hover, body.home header .topbar.moved a:visited:hover {
    border-bottom: none;
    color: #ff8a00;
  }
  body.home header .topbar.moved .topbar-primary img.dark {
    display: inline;
  }
  body.home header .topbar.moved .topbar-primary img.light {
    display: none;
  }
  body.home header .topbar.moved nav .button {
    border-color: #ff8a00;
  }
  body.home header .topbar.moved nav .button:hover {
    color: white;
    background: #ff8a00;
    border-color: #ff8a00;
  }
  body.home main {
    margin-top: -40rem;
  }
  body.home main .we-want-to-help {
    margin: 5rem 0;
    display: block;
    text-align: center;
    color: white;
  }
  body.home main .we-want-to-help h2 {
    font-size: 3rem;
  }
  body.home main .we-want-to-help .subtitle {
    font-size: 0.9rem;
  }
  body.home main .we-want-to-help form .select2.select2-container {
    display: inline;
    margin: 0 1rem;
  }
  body.home main .we-want-to-help form .select2 .select2-selection--single {
    display: inline-block;
    width: 18rem;
    background: transparent;
    color: white;
    height: auto;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    border: 0.05rem solid white;
    text-align: center;
  }
  body.home main .we-want-to-help form .select2 .select2-selection--single .select2-selection__rendered {
    color: white;
  }
  body.home main .we-want-to-help form .select2 .select2-selection__rendered {
    line-height: inherit;
  }
  body.home main .we-want-to-help form div.button {
    display: block;
    width: 10rem;
    margin: 1rem auto;
  }
  body.home main .remove-margin {
    margin: 0 -1rem;
  }
  body.home main .slider-container {
    position: relative;
    padding-bottom: 2rem;
  }
  body.home main .slider-container .tns-controls, body.home main .slider-container .tns-nav {
    z-index: 1000;
  }
  body.home main .slider-container .tns-controls button, body.home main .slider-container .tns-nav button {
    font-size: 0;
    background: transparent;
    border: none;
    padding: 0;
    color: white;
    z-index: 1000;
    font-weight: 900;
    outline: none;
  }
  body.home main .slider-container .tns-controls button:after, body.home main .slider-container .tns-nav button:after {
    font-size: 2rem;
    font-family: "Font Awesome 5 Free";
  }
  body.home main .slider-container .tns-controls button {
    position: absolute;
    top: 50%;
    margin: -2.5rem 0 0 0;
  }
  body.home main .slider-container .tns-controls button[data-controls=prev] {
    left: -0.6125rem;
  }
  body.home main .slider-container .tns-controls button[data-controls=prev]:after {
    content: "";
  }
  body.home main .slider-container .tns-controls button[data-controls=next] {
    right: -0.6125rem;
  }
  body.home main .slider-container .tns-controls button[data-controls=next]:after {
    content: "";
  }
  body.home main .slider-container .tns-controls button:hover {
    color: #ff8a00;
  }
  body.home main .slider-container .tns-nav {
    position: absolute;
    bottom: 0;
    margin: 1rem 0;
    width: 100%;
    text-align: center;
  }
  body.home main .slider-container .tns-nav button {
    margin: 0.25rem;
    font-weight: 400;
  }
  body.home main .slider-container .tns-nav button:after {
    font-size: 0.75rem;
    content: "";
  }
  body.home main .slider-container .tns-nav button:hover, body.home main .slider-container .tns-nav button.tns-nav-active {
    font-weight: 900;
    color: white;
  }
  body.home main .slider-container .slider div.column {
    background: transparent;
    margin: 1rem 0;
  }
  body.home main .slider-container .slider div.column div.padded {
    min-height: 10rem;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    background: white;
  }
  body.home main .slider-container.orange .tns-controls button, body.home main .slider-container.orange .tns-nav button {
    color: #ff8a00;
  }
  body.home main .slider-container.orange .tns-controls button:hover {
    color: #009bd9;
  }
  body.home main .slider-container.orange .tns-nav button:hover, body.home main .slider-container.orange .tns-nav button.tns-nav-active {
    font-weight: 900;
    color: #ff8a00;
  }
  body.home main .slider-container.reviews {
    display: block;
    height: 34rem;
  }
  body.home main .slider-container.reviews .columns {
    height: 100%;
  }
  body.home main .slider-container.reviews .tns-controls button {
    position: absolute;
    top: 50%;
    margin: 0;
  }
  body.home main .slider-container.reviews .center-align {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  body.home main .slider-container.reviews .center-align img {
    width: 100%;
  }
  body.home main .slider-container.reviews .slider > div.column {
    margin: 8rem 0;
    padding: 0;
  }
  body.home main .slider-container.reviews .slider > div.column div.column {
    height: 18rem;
  }
  body.home main .slider-container.reviews .slider > div.column .padded {
    background: transparent;
    height: 18rem;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 0.5rem;
  }
  body.home main .slider-container.reviews .slider > div.column .padded.content {
    margin-left: 6rem;
    display: flex;
    align-items: center;
    color: white;
  }
  body.home main .slider-container.reviews .slider > div.column .padded.content .header {
    margin-bottom: 2rem;
    font-weight: bold;
  }
  body.home main .slider-container.reviews .slider > div.column .padded.content .header h5 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  body.home main .slider-container.reviews .slider > div.column .padded.content .header p {
    font-size: 1rem;
  }
  body.home main .slider-container.reviews .slider > div.column .padded.content .buttons-center {
    margin-top: 2rem;
    text-align: left;
  }
  body.home main .slider-container.reviews .slider > div.column .padded.content .buttons-center .button {
    color: white;
    border-color: white;
  }
  body.home main .slider-container.reviews .slider > div.column .padded.content .buttons-center .button:hover {
    border-color: #ff8a00;
  }
  body.home main .slider-container.reviews .slider > div.column .padded.content .buttons-center .button.filled {
    border-color: #ff8a00;
  }
  body.home main .slider-container.reviews .slider > div.column .padded.content .buttons-center .button.filled:hover {
    border-color: #009bd9;
  }
  body.home main .slider-container.reviews .slider > div.column .padded img {
    width: 100%;
    height: auto;
  }
  body.home main .slider-container.news .slider div.column .padded > p {
    margin: 1rem 0;
    text-align: left;
  }
  body.home main .slider-container.news .slider div.column .padded .header {
    padding: 0;
    margin: -1rem -1rem 0 -1rem;
    text-align: left;
  }
  body.home main .slider-container.news .slider div.column .padded .header > * {
    padding: 0 1rem;
  }
  body.home main .slider-container.news .slider div.column .padded .header p.date {
    color: #999;
    margin: 0;
  }
  body.home main .slider-container.news .slider div.column .padded .header img {
    padding: 0 0 1rem 0;
    width: 100%;
    height: auto;
    max-height: 10rem;
  }
  body.home main .buttons-center {
    text-align: center;
  }
  body.home main .buttons-center .button {
    padding: 0.5rem 1rem;
    width: auto;
  }
}
@media screen and (min-width: 100em) {
  header .sidepadding {
    padding: 0 8rem;
    max-width: 88rem;
    margin: 0 auto;
  }

  main {
    margin-left: 4rem;
    margin-right: 4rem;
    margin-bottom: 4rem;
  }
  main .sidepadding {
    padding: 0 4rem;
    max-width: 88rem;
    margin: 0 auto;
  }

  footer .overlay {
    margin: 0 4rem -2.5rem 4rem;
  }
  footer .overlay .sidepadding {
    max-width: 88rem;
    margin: 0 auto;
  }
  footer .sidepadding {
    padding: 0 7.2rem;
  }
  footer .bottom-info {
    padding: 2.5rem 12rem 0 12rem;
  }

  body.home main .remove-margin {
    margin: 3rem -4rem;
  }
}
@media screen and (min-width: 84.5em) {
  header .topbar-primary .contact ul {
    padding-left: 2rem;
  }
  header .topbar-primary .contact a span {
    padding-left: 0.25rem;
  }
  header .topbar-primary .logo {
    margin-right: 2rem;
  }
  header .topbar-primary nav ul {
    margin: 0 -1.25rem 0 0;
  }
  header .topbar-primary nav ul li {
    padding: 0 0.5rem;
  }

  .diensten_heightfix {
    min-height: 170px;
  }
}
@media screen and (min-width: 76.5em) {
  header .topbar-primary .contact {
    display: block;
  }

  footer .bottom-info .select-btw {
    float: left;
  }
  footer .bottom-info .copyright {
    float: right;
    line-height: 2.7rem;
    padding: 0;
  }
}
.bestelsysteem .verplicht_groen {
  font-weight: bold;
}
.bestelsysteem .verplicht_rood {
  font-weight: bold;
  color: #ff8a00;
}
.bestelsysteem .total_table .table_left {
  display: inline-block;
  width: 15%;
  font-weight: bold;
  background: #009bd9;
  padding: 0.25rem;
  color: #fff;
  min-height:30px;
}
.bestelsysteem .total_table .table_right {
  display: inline-block;
  width: 84%;
}
.bestelsysteem .total_table input[type=submit],
.bestelsysteem .total_horizontable input[type=submit],
.bestelsysteem .button {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 1rem;
  background: #ff8a00;
  border: 0.05rem solid #a8a8a8;
  line-height: 1.1rem;
  padding: 0.1rem 2rem;
  cursor: pointer;
}
.bestelsysteem .button {
	padding: 0.5rem 1rem;
}
.bestelsysteem .total_table input[type=submit]:hover,
.bestelsysteem .total_horizontable input[type=submit]:hover, 
.bestelsysteem a.button:hover {
  background: #009bd9 !important;
}
.bestelsysteem table .tableleftcolor,
.bestelsysteem .total_horizontable th,
.bestelsysteem .factuur tfoot tr:last-child,
.bestelsysteem table th {
  background: #009bd9;
  padding: 0.25rem;
  font-weight: bold;
  color: #fff;
  text-align:left;
}
.bestelsysteem table td {
   padding:0.25rem;
}
.bestelsysteem table tr:nth-child(even) {
	background-color: #f1f1f1;
}
.bestelsysteem table thead, .bestelsysteem table tbody, .bestelsysteem table tfoot {
  border: 1px solid #f1f1f1;
}
.bestelsysteem table tbody {
  background-color: #fefefe;
}
.bestelsysteem table thead, .bestelsysteem table tfoot {
   background-color:#009bd9;
}
.bestelsysteem table th a {
  color: #fff;
}
.bestelsysteem table .tablerightcolor {
  padding: 0.25rem;
}
.bestelsysteem .factuur tr {
  border-bottom: 0.05rem solid #009bd9;
}
.bestelsysteem .factuur tr:last-child {
  border-bottom: none;
}
.bestelsysteem .factuur tr th {
  text-align: left;
}
.bestelsysteem .total_horizontable table, .bestelsysteem table {
  width: 100%;
  border-collapse: collapse;
}
.bestelsysteem .total_horizontable .tablerightcolor:last-child {
  text-align: right;
}
.bestelsysteem .total_horizontable .tablerightcolor table {
  margin: 0;
}
.bestelsysteem .total_horizontable .tablerightcolor table form {
  margin-right: 1rem;
}
.bestelsysteem .total_horizontable .tablerightcolor input[type=text] {
  border: 0.05rem solid #a8a8a8;
  width: 100%;
}
.bestelsysteem .total_horizontable .tableleftcolor table {
  margin: 0 !important;
}
.bestelsysteem .total_horizontable .tableleftcolor table form {
  margin-right: 1rem;
}
.bestelsysteem .domein2 td.tableleftcolor:last-child {
  text-align: right;
}

/* Messages */
.bestelsysteem .error {
	display: block;
	
	background: #F9C9C9;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(255,234,234)),
		color-stop(1, rgb(250,204,204))
	);
	background: -moz-linear-gradient(
		center bottom,
		rgb(255,234,234) 0%,
		rgb(250,204,204) 100%
	);
	border: 1px solid #F3ABAB;
	padding: 15px 20px;
	color: #8D0D0D;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	margin: 10px 15px 15px 5px;
	box-shadow: 0 4px 12px rgba(255,234,234,0.8); -webkit-box-shadow: 0 4px 12px rgba(255,234,234,0.8);
}

.bestelsysteem .warning {
	display: block;
	
	background: rgb(250,250,234);
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(250,250,234)),
		color-stop(1, rgb(243,248,174))
	);
	background: -moz-linear-gradient(
		center bottom,
		rgb(250,250,234) 0%,
		rgb(243,248,174) 100%
	);
	
	border: 1px solid #D7E059;
	padding: 15px 20px;
	color: #6C6600;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	margin: 10px 15px 15px 5px;
	box-shadow: 0 4px 12px rgba(250,250,234,0.8); -webkit-box-shadow: 0 4px 12px rgba(250,250,234,0.8);
}

.bestelsysteem .success {
	display: block;
	
	color: #4F8A10;
	background-color: #DFF2BF;
	
	border: 1px solid #4F8A10;
	padding: 15px 20px;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	margin: 10px 15px 15px 5px;
	box-shadow: 0 4px 12px rgba(234,247,255,0.8); -webkit-box-shadow: 0 4px 12px rgba(234,247,255,0.8);
}

.bestelsysteem .info, .bestelsysteem .message {
	display: block;
	
	background: rgb(250,250,234);
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(234,247,255)),
		color-stop(1, rgb(199,232,255))
	);
	background: -moz-linear-gradient(
		center bottom,
		rgb(234,247,255) 0%,
		rgb(199,232,255) 100%
	);
	
	border: 1px solid #9FD1F5;
	padding: 15px 20px;
	color: #005898;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	margin: 10px 15px 15px 5px;
	box-shadow: 0 4px 12px rgba(234,247,255,0.8); -webkit-box-shadow: 0 4px 12px rgba(234,247,255,0.8);
}

.bestelsysteem label {
	width:150px;
	display: inline-block;
}

.bestelsysteem .green{
	color:#090;
}
.bestelsysteem .red{
	color:#C30;
}


/*# sourceMappingURL=style.css.map */
