@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');
* {
  color: #343353;
}
body {
  background: url(/application/themes/hydorservices/images/background-image.jpg);
  background-size: contain;
  background-position: center;
  margin: 0;
}
main {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
h1 {
  font-family: "Lobster", sans-serif;
  font-size: 80px;
  line-height: 72px;
  word-break: break-word;
  text-align: right;
  color: #020028;
}
@media (max-width: 767px) {
  h1 {
    font-size: 55px;
    line-height: 56px;
    text-align: start;
  }
}
h2 {
  font-family: "Lobster", sans-serif;
  font-size: 64px;
  line-height: 72px;
  word-break: break-word;
  text-align: right;
  color: #020028;
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
h3,
h4,
h5,
h6 {
  font-family: "Lobster", sans-serif;
  font-size: 48px;
  line-height: 56px;
  word-break: break-word;
  color: #020028;
}
@media (max-width: 767px) {
  h3,
  h4,
  h5,
  h6 {
    font-size: 32px;
    line-height: 40px;
  }
}
p {
  font-family: "League Spartan", sans-serif;
  font-size: 16px;
  line-height: 28px;
  word-break: break-word;
  color: #343353;
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }
}
li {
  font-family: "League Spartan", sans-serif;
  font-size: 18px;
  line-height: 32px;
  word-break: break-word;
  color: #020028;
}
a {
  font-family: "League Spartan", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #a20030;
  text-decoration: none;
  transition: 0.3s ease;
  word-break: break-word;
}
a:hover {
  color: #0685ba;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
    line-height: 24px;
  }
}
.block-margin {
  margin-bottom: 40px;
}
.section {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .section {
    margin-bottom: 40px;
  }
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.button {
  background-color: #a20030;
  color: #fff;
  border-radius: 24px;
  padding: 8px 64px 8px 32px;
  transition: 0.3s ease;
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  line-height: 32px;
}
.button:hover {
  color: #fff;
  background-color: #0685ba;
}
.button::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url('/application/themes/hydorservices/images/svg/sparkle-white.svg');
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 420px) {
  .button {
    text-align: center;
    padding: 8px;
  }
  .button::before {
    display: none;
  }
}
.item-info {
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 20px;
  height: 100%;
  border: 1px solid #BFBFBF;
}
.item-info h3 {
  font-family: "League Spartan", sans-serif;
  text-align: center;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  margin: 16px 0;
}
.item-info p {
  color: #343353;
}
.item-info p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .row {
    padding-right: 0;
  }
}
@keyframes rotate-sparkle {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  50% {
    transform: translateY(-50%) rotate(180deg) scale(1.5);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
@keyframes rotate-sparkleimg {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg) scale(1.5);
  }
  100% {
    transform: rotate(360deg);
  }
}
.animate::before {
  animation: rotate-sparkle 1s;
}
.animate img {
  animation: rotate-sparkleimg 1s;
}
.page-not-found {
  text-align: center;
}
.page-not-found p,
.page-not-found a {
  margin-top: 30px;
  font-size: 25px;
}
.accordion .accordion-item:first-of-type,
.accordion .accordion-item:last-of-type,
.accordion .accordion-item:first-of-type > .accordion-header .accordion-button,
.accordion .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed,
.accordion .accordion-item,
.accordion .accordion-button,
.accordion .accordion-body {
  border-radius: 20px;
}
.accordion .accordion-item:nth-of-type(odd) .accordion-header .accordion-button {
  position: relative;
}
.accordion .accordion-item:nth-of-type(odd) .accordion-header .accordion-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 20px;
  width: 39px;
  height: 39px;
  background: url('/application/themes/hydorservices/images/svg/sparkle-blue.svg');
  background-size: contain;
}
@media (max-width: 991px) {
  .accordion .accordion-item:nth-of-type(odd) .accordion-header .accordion-button::before {
    display: none;
  }
}
.accordion .accordion-item:nth-of-type(even) .accordion-header .accordion-button {
  position: relative;
}
.accordion .accordion-item:nth-of-type(even) .accordion-header .accordion-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 20px;
  width: 39px;
  height: 39px;
  background: url('/application/themes/hydorservices/images/svg/sparkle-red.svg');
  background-size: contain;
}
@media (max-width: 991px) {
  .accordion .accordion-item:nth-of-type(even) .accordion-header .accordion-button::before {
    display: none;
  }
}
.accordion .accordion-item:not(:first-of-type) {
  border-top: 1px solid #BFBFBF;
}
.accordion-item {
  margin-bottom: 20px;
  border: 1px solid #BFBFBF;
  width: 100%;
}
.accordion-item .accordion-body {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.accordion-item .accordion-body p {
  width: 50%;
  text-align: right;
  margin-right: 72px;
}
@media (max-width: 767px) {
  .accordion-item .accordion-body p {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .accordion-item .accordion-body {
    justify-content: center;
  }
}
.accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #020028;
  box-shadow: 0 0 0 1px transparent;
}
.accordion-item .accordion-header .accordion-button {
  justify-content: flex-end;
  text-align: right;
  padding: 27px 92px 27px 50px;
  font-family: "League Spartan", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  word-break: break-word;
  color: #020028;
}
.accordion-item .accordion-header .accordion-button:focus {
  box-shadow: 0 0 0 1px transparent;
  background-color: transparent;
  color: #000000;
}
.accordion-item .accordion-header .accordion-button::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url('/application/themes/hydorservices/images/svg/chevron-up-square.svg');
  background-size: contain;
}
.accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg) translateY(50%);
}
@media (max-width: 767px) {
  .accordion-item .accordion-header .accordion-button {
    padding: 20px 72px 20px 20px;
    font-size: 18px;
    text-align: end;
  }
}
.content-1 {
  margin-top: 80px;
}
.content-1 .info-left {
  position: relative;
  padding: 45px 0 0 40px;
}
.content-1 .info-left h2 {
  font-family: "League Spartan", sans-serif;
  font-size: 32px;
  line-height: 48px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .content-1 .info-left h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .content-1 .info-left h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.content-1 .info-left span {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  color: #020028;
}
.content-1 .info-left p {
  padding-bottom: 40px;
}
.content-1 .info-left p:last-child {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .content-1 .info-left p:last-child {
    display: flex;
    justify-content: center;
    padding-bottom: 0;
  }
}
.content-1 .info-left .button {
  width: fit-content;
  padding: 8px 84px 8px 40px;
}
.content-1 .info-left .button::before {
  right: 40px;
}
@media (max-width: 991px) {
  .content-1 .info-left .button {
    width: 100%;
    margin-bottom: 40px;
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .content-1 .info-left .button {
    width: 100%;
  }
}
.content-1 .info-left::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 55px;
  height: 50px;
  background: url(/application/themes/hydorservices/images/svg/sparkle-red-and-blue.svg);
  background-size: cover;
  animation: twinkle 2.5s infinite ease-in-out;
}
@media (max-width: 767px) {
  .content-1 .info-left::before {
    left: -28px;
    top: -28px;
    width: 40px;
    height: 35px;
  }
}
@keyframes twinkle {
  0% {
    opacity: 0.6;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
    transform: rotate(5deg);
  }
  100% {
    opacity: 0.6;
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .content-1 .info-left {
    padding: 45px 40px 0 40px;
  }
}
@media (max-width: 767px) {
  .content-1 .info-left {
    padding: 0;
  }
  .content-1 .info-left h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.content-1 .info-right {
  position: relative;
  max-height: 600px;
  width: 100%;
  padding-left: 75px;
  padding-right: 75px;
}
.content-1 .info-right::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 40px;
  width: 232px;
  height: 154px;
  background: url(/application/themes/hydorservices/images/cleaning-image-sink.jpg);
  background-size: cover;
}
.content-1 .info-right::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 40px;
  width: 232px;
  height: 154px;
  background: url(/application/themes/hydorservices/images/cleaning-image-tiles.jpg);
  background-size: cover;
}
.content-1 .info-right img {
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .content-1 .info-right {
    padding-left: 50px;
    padding-right: 50px;
  }
  .content-1 .info-right::before,
  .content-1 .info-right::after {
    width: 150px;
    height: 100px;
  }
}
@media (max-width: 991px) {
  .content-1 .info-right {
    padding-left: 100px;
    padding-right: 100px;
    max-height: unset;
  }
  .content-1 .info-right::before,
  .content-1 .info-right::after {
    width: 250px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .content-1 .info-right {
    padding: 0;
  }
  .content-1 .info-right::before,
  .content-1 .info-right::after {
    display: none;
  }
}
.google-maps-inside {
  display: flex;
  flex-direction: row;
  background-color: #9ad9ed;
  border-radius: 40px;
  border: 1px solid #BFBFBF;
}
.google-maps-inside .text {
  max-width: 65%;
  padding: 80px 40px;
}
.google-maps-inside .text h2 {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .google-maps-inside .text h2 {
    font-size: 64px;
    line-height: 72px;
  }
  .google-maps-inside .text p {
    width: 80%;
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .google-maps-inside .text {
    max-width: 100%;
    padding: 80px 40px;
  }
  .google-maps-inside .text h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .google-maps-inside .text p {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .google-maps-inside .text {
    padding: 80px 20px 40px 20px;
  }
  .google-maps-inside .text h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.google-maps-inside img {
  width: 40%;
  height: auto;
  object-fit: cover;
  border-radius: 40px;
}
@media (max-width: 1199px) {
  .google-maps-inside img {
    border-radius: 0;
    width: 40%;
  }
}
@media (max-width: 991px) {
  .google-maps-inside img {
    width: 70%;
    height: auto;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .google-maps-inside img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .google-maps-inside {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media (max-width: 1199px) {
  .container-xl,
  #werkgebied {
    padding-left: unset;
    padding-right: unset;
  }
  .google-maps-inside {
    border-radius: 0;
    border-right-width: 0px;
    border-left-width: 0px;
  }
}
.col-servive-item:nth-child(2) .service-item {
  background: linear-gradient(rgba(255, 255, 255, 0.9)), url('/application/themes/hydorservices/images/clean-image-office.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.col-servive-item:nth-child(3) .service-item {
  background: linear-gradient(rgba(255, 255, 255, 0.9)), url('/application/themes/hydorservices/images/clean-image-wc.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.service-item {
  border-radius: 40px;
  padding: 80px;
  height: 100%;
  border: 1px solid #BFBFBF;
}
.service-item .block-margin {
  margin-bottom: 0;
}
.service-item p:last-child {
  margin-top: auto;
}
@media (max-width: 767px) {
  .service-item {
    margin: 0;
    padding: 32px;
    border-radius: 24px;
  }
  .service-item .header-p {
    font-size: 18px;
    line-height: 22px;
  }
  .service-item h3 {
    font-size: 27.5px;
    line-height: 32px;
  }
  .service-item .text-p {
    margin: 20px 0;
    font-size: 14px;
    line-height: 24px;
  }
  .service-item .ul-p {
    font-size: 16px;
    line-height: 28px;
  }
  .service-item ul {
    font-size: 16px;
    line-height: 28px;
  }
}
.service-item .header-p {
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 8px;
}
.service-item .text-p {
  margin: 40px 0;
}
.service-item .ul-p {
  color: #020028;
  font-weight: 800;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 16px;
}
.service-item p {
  margin: 0;
}
.service-item ul {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  list-style: none;
}
.service-item ul li {
  position: relative;
  margin-bottom: 16px;
  margin-left: 8px;
}
.service-item ul li::before {
  position: absolute;
  content: "";
  left: -40px;
  width: 32px;
  height: 32px;
  background: url('/application/themes/hydorservices/images/svg/druppel.svg') no-repeat center;
  background-size: contain;
}
header {
  font-family: "League Spartan", sans-serif;
  background-color: #020028;
  color: #FFF;
  border-bottom: 4px solid #a20030;
  padding: 40px 0;
}
header .header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (min-width: 767px) {
  header .header-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 991px) {
  header .header-container {
    flex-direction: column-reverse;
  }
  header .header-container .header-right {
    justify-content: center;
    align-items: center;
  }
}
header .header-left .logo img {
  width: 344px;
  height: auto;
}
@media (max-width: 767px) {
  header .header-left .logo img {
    width: 300px;
  }
}
header .header-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
header .header-right .contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  background: #FFF;
  color: #000;
  padding: 4px 28px;
  border-radius: 32px;
  max-width: fit-content;
  position: absolute;
  top: 0px;
}
header .header-right .contact .contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
}
header .header-right .contact .contact-item a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  line-height: 32px;
}
header .header-right .contact .contact-item a:hover {
  color: #0685ba;
}
header .header-right .contact .contact-item span:nth-child(1) {
  font-weight: 300;
}
@media (max-width: 482px) {
  header .header-right .contact .contact-item .contact-item {
    font-size: 14px;
    justify-content: center;
  }
  header .header-right .contact .contact-item .contact-item span:nth-child(1) {
    display: none;
  }
}
@media (max-width: 482px) {
  header .header-right .contact {
    gap: 0px;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  header .header-right .contact {
    position: static;
    margin-bottom: 40px;
  }
}
header .header-right nav {
  position: absolute;
  bottom: 0px;
}
header .header-right nav .container-fluid {
  padding-right: 0;
}
header .header-right nav .navbar-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;
}
@media (max-width: 767px) {
  header .header-right nav .navbar-nav {
    flex-direction: row;
    justify-content: center;
    gap: 28px;
  }
}
header .header-right nav .nav-link {
  color: #fff;
  font-size: 24px;
  padding: 0;
}
header .header-right nav .nav-link:hover {
  color: #a20030;
}
@media (max-width: 1399px) {
  header .header-right nav .nav-link .nav-link {
    font-size: 20px;
  }
}
@media (max-width: 1399px) {
  header .header-right nav {
    gap: 28px;
  }
}
@media (max-width: 1199px) {
  header .header-right nav {
    display: none;
  }
}
@media (min-width: 1199px) {
  header .header-right nav .div.ccm-block-top-navigation-bar .navbar-expand-lg .navbar-nav .nav-link,
  header .header-right nav .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
}
footer h1,
footer h2,
footer h3,
footer h4 {
  line-height: 56px;
  text-align: center;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer p {
  font-family: "League Spartan", sans-serif;
  margin: 0;
  font-weight: 400;
  color: #e6e6e6;
  text-align: center;
}
footer .container-xxl {
  padding-left: unset;
  padding-right: unset;
}
footer .background-img {
  background: linear-gradient(rgba(2, 0, 40, 0.7), rgba(2, 0, 40, 0.7)), url('/application/themes/hydorservices/images/clean-image-wc.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  border-radius: 40px 40px 0 0;
  width: 100%;
  padding: 80px 0 0 0;
}
footer .background-img .inner-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(rgba(2, 0, 40, 0.75), rgba(2, 0, 40, 0.75));
  border-radius: 40px;
  max-width: 758px;
  margin: 0 auto;
  text-align: center;
  padding: 80px;
}
footer .background-img .inner-footer .container-top {
  max-width: 450px;
  width: 100%;
  text-align: center;
}
footer .background-img .inner-footer .container-top .sparkie {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  footer .background-img .inner-footer .container-top .sparkie {
    margin-bottom: 20px;
  }
}
footer .background-img .inner-footer .container-top h2 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  word-break: break-word;
  margin-bottom: 40px;
}
footer .background-img .inner-footer .container-top h2 .line-bold {
  font-weight: 700;
  display: block;
}
footer .background-img .inner-footer .container-top h2 span {
  color: #e6e6e6;
  font-weight: 200;
}
@media (max-width: 767px) {
  footer .background-img .inner-footer .container-top .sparkie {
    margin: 40px 0 20px;
  }
  footer .background-img .inner-footer .container-top h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 40px;
  }
}
footer .background-img .inner-footer .container-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  gap: 16px;
}
footer .background-img .inner-footer .container-bottom h2 {
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 767px) {
  footer .background-img .inner-footer .container-bottom h2 {
    font-size: 24px;
  }
}
footer .background-img .inner-footer .container-bottom .footer-item a {
  font-size: 18px;
  color: #e6e6e6;
}
footer .background-img .inner-footer .container-bottom .footer-item a:hover {
  color: #0685ba;
}
@media (max-width: 767px) {
  footer .background-img .inner-footer .container-bottom .footer-item img {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 991px) {
  footer .background-img .inner-footer {
    width: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 40px;
    max-width: unset;
  }
}
footer .background-img .bottom-footer {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  background-color: #020028;
  padding: 20px 0;
  margin-top: 80px;
}
footer .background-img .bottom-footer a {
  color: #e6e6e6;
  cursor: text;
}
@media (max-width: 991px) {
  footer .background-img .bottom-footer {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-top: 0;
  }
  footer .background-img .bottom-footer p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  footer .background-img {
    background-color: #020028;
    padding: 0;
  }
}
