@charset "UTF-8";
@import url("vendors/normalize.css");
@import url("vendors/bootstrap-grid-custom.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ivyjjf");
  src: url("../fonts/icomoon.eot?ivyjjf#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ivyjjf") format("truetype"), url("../fonts/icomoon.woff?ivyjjf") format("woff"), url("../fonts/icomoon.svg?ivyjjf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/*Tipografija*/
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 18px;
}

@media (min-width: 2560px) {
  html {
    font-size: 0.95vw;
  }
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1;
  color: #252525;
  background-color: #EEEEEE;
}

h1,
h2,
h3,
.h1,
.h2,
h3 {
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05rem;
  margin: 0;
}

h1,
.h1 {
  font-size: 2.75rem;
}

@media (min-width: 576px) {

  h1,
  .h1 {
    font-size: 2.75rem;
  }
}

@media (min-width: 992px) {

  h1,
  .h1 {
    font-size: 3.5rem;
    line-height: 1;
  }
}

@media (min-width: 1400px) {

  h1,
  .h1 {
    font-size: 4.5rem;
  }
}

h2,
.h2 {
  font-size: 2rem;
}

@media (min-width: 768px) {

  h2,
  .h2 {
    font-size: 2.25rem;
  }
}

@media (min-width: 992px) {

  h2,
  .h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

h3,
.h3 {
  font-size: 1.4rem;
}

@media (min-width: 576px) {

  h3,
  .h3 {
    font-size: 1.65rem;
  }
}

@media (min-width: 992px) {

  h3,
  .h3 {
    font-size: 1.55rem;
  }
}


@media (min-width: 1200px) {


  h3,
  .h3 {
    font-size: 1.35rem;
  }
}


@media (min-width: 1400px) {

  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

h4,
.h4 {
  font-weight: 500;
  line-height: 1.5;
  font-size: 1rem;
}

@media (min-width: 576px) {

  h4,
  .h4 {
    font-size: 1.1rem;
  }
}

@media (min-width: 992px) {

  h4,
  .h4 {
    font-size: 1.15rem;
  }
}

@media (min-width: 1200px) {

  h4,
  .h4 {
    font-size: 0.925rem;
  }
}

@media (min-width: 1400px) {

  h4,
  .h4 {
    font-size: 1.175rem;
  }
}

p,
.p {
  font-weight: 400;
  line-height: 1.7;
  font-size: 0.875rem;
}

@media (min-width: 576px) {

  p,
  .p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media (min-width: 992px) {

  p,
  .p {
    font-size: 0.9rem;
  }
}

@media (min-width: 1200px) {

  p,
  .p {
    font-size: 0.85rem;
  }
}

@media (min-width: 1400px) {

  p,
  .p {
    font-size: 1.025rem;
  }
}

small,
.small {
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 400;
}

strong,
.strong,
b {
  font-weight: 600;
}

a,
.a {
  color: #1f9088;
}

button,
.button {
  display: block;
  position: relative;
  background-color: #1f9088;
  color: #FFF;
  width: fit-content;
  padding: 0.65rem 3rem 0.75rem;
  text-decoration: none;
  border-radius: 0.5rem;
  overflow: hidden;
  backface-visibility: hidden;
  transition: 0.5s all;
}

button span,
.button span {
  color: currentColor;
  position: relative;
  transition: color 0.3s;
  font-size: 0.95rem;
}

button:hover,
.button:hover {
  background-color: #15625b;
}

img:not(.icon, .logo),
picture {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

section {
  padding-top: 4.5rem;
  padding-bottom: 5rem;
}

section:last-of-type {
  padding-bottom: 5rem;
}

/*Helper Klase*/
.pt-2 {
  padding-top: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-25 {
  margin-top: 2.5rem;
}

.mt-35 {
  margin-top: 3.5rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-25 {
  margin-bottom: 2.5rem;
}

.mb-35 {
  margin-bottom: 3.5rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

@media (min-width: 1400px) {
  .mb-0-xxl {
    margin-bottom: 0;
  }
}

.text-color-primary {
  color: #1f9088;
}

.text-color-secondary {
  color: #FFF;
}

.gray-label {
  opacity: 0.45;
}

.color-bg-gray {
  background-color: rgba(37, 37, 37, 0.05);
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

@media (min-width: 768px) {
  .justify-content-md-center {
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-end {
    justify-content: end;
  }
}

.justify-content-end {
  justify-content: end;
}

.fit-content {
  width: fit-content;
}

.font-115 {
  font-size: 0.75rem;
}

@media (min-width: 992px) {
  .font-115 {
    font-size: 1.15rem;
  }
}

.flex-bottom-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: start;
}

@media (min-width: 992px) {
  .flex-bottom-right {
    align-items: end;
  }
}

@media (max-width: 1200px) {
  .mobile-reverse-order div:first-of-type {
    order: 2;
  }

  .mobile-reverse-order div:last-of-type {
    order: 1;
  }

  .mobile-reverse-order .on-desktop {
    display: none;
  }
}

.flow-right {
  float: right;
}

.arrow-list {
  position: relative;
}

.arrow-list li {
  list-style: none;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media (min-width: 576px) {
  .arrow-list li {
    font-size: 1rem;
  }
}

.arrow-list li:before {
  font-family: "icomoon", sans-serif;
  content: "\e900";
  color: #1f9088;
  position: absolute;
  left: 0;
  height: 1.1rem;
  font-size: 0.75rem;
  transform: translateY(12.5%);
}

.is-link {
  width: fit-content;
  position: relative;
  text-decoration: none;
  color: currentColor;
  margin-bottom: 0.25rem;
}

.is-link:before {
  position: absolute;
  content: "";
  background-color: #1f9088;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  min-height: 2px;
  border: none;
  transition: 0.3s ease;
}

.is-link:hover:before {
  width: 100%;
  transition: 0.3s ease;
}

.is-link.animated:before {
  width: 100%;
}

.is-underline {
  color: currentColor;
  width: fit-content;
  position: relative;
  text-decoration: none;
}

.is-underline:before,
.is-underline:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0.1rem;
  min-height: 2px;
  background-color: #1f9088;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.is-underline:before {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.is-underline:after {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.is-underline:hover:before {
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.is-underline:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.mr-1 {
  margin-right: 0.75rem;
}

.mr-2 {
  margin-right: 2rem;
}

.kiwa-icon {
  width: 3.5rem;
  height: auto;
  border-radius: 0.5rem;
}

@media (min-width: 992px) {
  .kiwa-icon {
    width: 4rem;
  }
}

@media (min-width: 1400px) {
  .kiwa-icon {
    width: 4.5rem;
  }
}

.icon-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.icon-wrapper img {
  width: auto;
  height: 100%;
}

.icon-wrapper img:first-child {
  margin-right: 0.5rem;
}

.container-left {
  padding-left: 0.75rem;
  overflow: hidden;
}

.container-left .swiper {
  padding-right: 0.75rem;
}

@media (min-width: 576px) {
  .container-left {
    padding-left: calc(4.17% + 0.75rem);
  }

  .container-left .swiper {
    padding-right: calc(4.17% + 0.75rem);
  }
}

/*Navigacija*/
body.disable-scroll {
  overflow: hidden;
}

nav {
  padding-top: 1rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  nav {
    padding-top: 2.35rem;
    margin-bottom: 2.5rem;
  }
}

nav.open {
  margin: 0;
  transition: all 0.3s;
  padding-top: 1rem;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #EEEEEE;
}

nav.open .container>.links-wrapper>ul {
  padding-left: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

nav.open .container>.links-wrapper>ul li {
  font-size: 1.5rem;
  text-align: center;
  margin-left: 0;
  padding-bottom: 1.5rem;
  width: 100%;
}

@media (min-width: 576px) {
  nav.open {
    padding-top: 2.35rem;
  }
}

@media (orientation: landscape) {
  nav.open {
    width: 100%;
    height: 100dvh;
  }

  nav.open .container>.links-wrapper ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    top: 55%;
    width: 85%;
  }

  nav.open .container>.links-wrapper ul li:not(:last-of-type) {
    padding-right: 1rem;
  }
}

nav .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}

nav .container .logo-wrapper {
  width: min-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

nav .container .logo-wrapper img {
  height: 1.5rem;
  width: auto;
}

@media (min-width: 992px) {
  nav .container .logo-wrapper img {
    height: 2rem;
  }
}

nav .container .links-wrapper {
  font-weight: 400;
  width: min-content;
  color: #252525;
}

nav .container .links-wrapper ul {
  display: none;
  list-style: none;
  flex-direction: row;
}

@media (min-width: 992px) {
  nav .container .links-wrapper ul {
    display: inline-flex;
  }
}

nav .container .links-wrapper ul li {
  margin-left: 1.5rem;
  width: max-content;
}

nav .container .hamburger-wrapper {
  width: 1.5rem;
  height: 2.5rem;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
}

nav .container .hamburger-wrapper .hamburger-menu {
  width: 100%;
  height: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

nav .container .hamburger-wrapper .hamburger-menu.animated {
  justify-content: center;
  position: relative;
}

nav .container .hamburger-wrapper .hamburger-menu.animated span {
  position: absolute;
  transform-origin: center;
}

nav .container .hamburger-wrapper .hamburger-menu.animated span:first-child {
  transform: rotate(45deg);
}

nav .container .hamburger-wrapper .hamburger-menu.animated span:last-child {
  transform: rotate(-45deg);
}

nav .container .hamburger-wrapper .hamburger-menu span {
  width: 100%;
  height: 0.1rem;
  border-radius: 0.05rem;
  background-color: #1f9088;
  transition: 0.3s ease;
}

@media (min-width: 992px) {
  nav .container .hamburger-wrapper {
    display: none;
  }
}

/*Footer*/
footer {
  padding-top: 3rem;
  color: #252525;
  background-color: rgba(32, 144, 136, 0.1);
  padding-bottom: 3rem;
}

footer .info-col p {
  display: flex;
  flex-direction: row;
  align-items: center;
}

footer .info-col p img {
  height: 1.125rem;
  margin-right: 0.5rem;
}

@media (min-width: 992px) {
  footer .info-col p img {
    margin-right: 0.75rem;
  }
}

footer .info-col p .is-link {
  margin-bottom: 0;
}

footer .animation-wrapper {
  padding-top: 6.5rem;
  padding-bottom: 0.25rem;
}

footer .animation-wrapper .animated-logo {
  opacity: 0;
}

footer .animation-wrapper .animated-logo p {
  margin: 0;
}

footer .animation-wrapper .animated-logo.finished {
  opacity: 1;
}

footer .animation-wrapper .animated-logo.animated {
  animation: animation-up 1s ease;
}

@keyframes animation-up {
  from {
    transform: translateY(4rem);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (min-width: 992px) {
  footer .ribbon {
    display: flex;
    justify-content: space-between;
  }
}

footer .ribbon .policies {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-bottom: 0.75rem;
}

footer .ribbon .policies a {
  margin-bottom: 0.75rem;
  color: currentColor;
  text-decoration: none;
}

@media (min-width: 992px) {
  footer .ribbon .policies {
    padding-bottom: 0;
    flex-direction: row;
    gap: 2rem;
  }
}

@media (min-width: 1400px) {
  footer .ribbon .policies {
    gap: rem;
  }
}

footer .ribbon .float-left {
  margin: 0;
}

footer .ribbon .float-right {
  margin-top: 0;
  font-size: 1rem;
}

footer .ribbon .float-right .mm-logo {
  color: #252525;
  text-decoration: none;
  opacity: 0.25;
  font-size: 87.5%;
}

footer .ribbon .float-right .mm-logo:hover {
  opacity: 0.75;
  cursor: pointer;
}

@media (min-width: 992px) {
  footer .ribbon .float-right {
    float: right;
    margin: 0;
  }
}

/*Sadržaj*/
section:first-child.moved {
  margin-top: 5rem;
}

@media (min-width: 576px) {
  section:first-child.moved {
    margin-top: 7.25rem;
  }

  .kontaktMail {
    padding: 0.5rem;
  }
}

section.title-section {
  padding-top: 1rem;
  padding-bottom: 3rem;
  position: relative;
}

@media (min-width: 992px) {
  section.title-section {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}

section.title-section h1 {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  section.title-section h1 {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}

section.title-section p {
  width: auto;
}

.image {
  position: relative;
  overflow: hidden;
}

.image-tinted {
  position: relative;
  overflow: hidden;
}

.image-tinted:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(37, 37, 37, 0.65) 5%, transparent 30%);
  mix-blend-mode: luminosity;
  z-index: -9;
}

.image-welding-card:before {
  background-image: url("../images/adrotec-industriemontagen.webp"), url("../images/adrotec-industriemontagen.jpg");
}

.image-steel-beams-card:before {
  background-image: url("../images/adrotec-vorfertigung.webp"), url("../images/adrotec-vorfertigung.jpg");
}

.image-personel-card:before {
  background-image: url("../images/adrotec-personaldienstleistungen.webp"), url("../images/adrotec-personaldienstleistungen.jpg");
  background-position: 50% 20%;
}

.image-stairs-card:before {
  background-image: url("../images/adrotec-rohrleitungsbau.webp"), url("../images/adrotec-rohrleitungsbau.jpg");
}


section.certificate-section {
  position: relative;
  min-height: 50vh;
  display: flex;
  padding-bottom: 3.5rem;
}

@media (min-width: 576px) {
  section.certificate-section {
    padding-bottom: 5rem;
    min-height: 80vh;
  }
}

@media (orientation: landscape) and (max-width: 992px) {
  section.certificate-section {
    height: auto;
  }
}

section.certificate-section .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 992px) {
  section.certificate-section .container {
    justify-content: flex-end;
  }
}

section.certificate-section .container .row {
  height: 100%;
  padding-top: 2rem;
}

@media (min-width: 992px) {
  section.certificate-section .container .row {
    height: auto;
  }
}

@media (min-width: 992px) {
  section.certificate-section .container .row .col-lg-8 {
    display: flex;
    flex-direction: column;
  }
}

section.certificate-section .container .row .col-lg-8 h2 {
  margin-bottom: calc(1rem + 2vw);
  color: #FFF;
}

@media (min-width: 992px) {
  section.certificate-section .container .row .col-lg-8 h2 {
    margin-bottom: 0;
  }
}

section.adrotec-description-section {
  background-color: rgba(32, 144, 136, 0.1);
  margin-top: -9.4rem;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  section.adrotec-description-section .col-lg-8 {
    display: flex;
    align-items: flex-end;
  }

}

section.personal-section {
  background-color: rgba(32, 144, 136, 0.1);
}

@media (min-width: 1200px) {
  section.personal-section>.container>.row>div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}

section.personal-section>.container>.row>div #personImage {
  margin-top: 1rem;
}

@media (min-width: 992px) {
  section.personal-section>.container>.row>div #personImage {
    margin-top: 0;
  }
}

section.services-section {
  position: relative;
}

section.services-section:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -15;
}

section.services-section .flip-card {
  width: 100%;
  aspect-ratio: 12/16;
  cursor: pointer;
}

@media (min-width: 576px) {
  section.services-section .flip-card {
    aspect-ratio: 12/16;
  }
}

@media (min-width: 768px) {
  section.services-section .flip-card {
    aspect-ratio: 16/10;
  }
}

@media (min-width: 992px) {
  section.services-section .flip-card {
    aspect-ratio: 12/16;
  }
}

@media (min-width: 1200px) {
  section.services-section .flip-card {
    aspect-ratio: 16/10;
  }
}

@media (min-width: 1280px) {
  section.services-section .flip-card {
    aspect-ratio: 16/10;
    padding-top: 2rem;
  }
}

@media (min-width: 1400px) {
  section.services-section .flip-card {
    aspect-ratio: 16/9;
    padding-top: 2rem;
  }
}

@media (min-width: 2000px) {
  section.services-section .flip-card {
    cursor: auto;
    aspect-ratio: 11/16;
  }
}

section.services-section .flip-card.active .flip-card-inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

section.services-section .flip-card-inner {
  border-radius: 0.5rem;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

section.services-section .flip-card-inner-front,
section.services-section .flip-card-inner-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  transition: 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
}

section.services-section .flip-card-inner-front .flex-row,
section.services-section .flip-card-inner-back .flex-row {
  position: relative;
  width: 100%;
  height: auto;
}

section.services-section .flip-card-inner-front {
  overflow: hidden;
  border-radius: 0.5rem;
  top: 0;
  left: 0;
  transform: rotate(0deg);
  -webkit-transform: rotateY(0deg);
}

section.services-section .flip-card-inner-back {
  background-color: #1f9088;
  border-radius: 0.5rem;
  top: 0;
  left: 0;
  will-change: transform;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

section.services-section .flip-card .flex-row {
  padding-top: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #FFF;
}

@media (min-width: 992px) {
  section.services-section .flip-card .flex-row {
    padding-top: 3rem;
  }
}

section.services-section .flip-card .flex-row h3 {
  width: auto;
}

section.services-section .flip-card .flex-row div {
  padding-top: 0;
  margin: 0;
}

section.services-section .flip-card .flex-row div .icon {
  width: 80%;
  height: auto;
}

@media (min-width: 576px) {
  section.services-section .flip-card .flex-row div .icon {
    width: 100%;
  }
}

@media (min-width: 1400px) {
  section.services-section .flip-card .flex-row div .icon {
    width: 125%;
  }
}

section.services-section .flip-card .flex-row div .rotate-icon {
  min-width: 1.2rem;
  width: auto;
}

section.services-section .flip-card .row {
  padding-top: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #FFF;
}

section.services-section .flip-card .row p {
  margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
  section.services-section .flip-card .row {
    padding-top: 1.25rem;
  }
}

@media (min-width: 1200px) {
  section.services-section .flip-card .row {
    padding-top: 1rem;
  }
}

@media (min-width: 1400px) {
  section.services-section .flip-card .row {
    padding-top: 1.25rem;
  }
}


section.croatia-capacity .col-xl-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 2rem;
}

section.croatia-capacity .button {
  display: block;
  margin-top: 2rem;
}

.expandable-boxes {
  margin-bottom: 4rem;
}

@media (min-width: 992px) {
  .expandable-boxes {
    margin-bottom: 0;
  }
}

.expandable-boxes__box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.5rem;
  cursor: pointer;
  user-select: none;
  background-color: rgba(32, 144, 136, 0.1);
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.expandable-boxes__box .small-heading,
.expandable-boxes__box h3 {
  pointer-events: none;
  max-width: 90%;
}

.expandable-boxes__box__plus {
  position: relative;
  width: 1.125rem;
  height: 1.125rem;
  border: 0.125rem solid #1f9088;
  border-radius: 50%;
  pointer-events: none;
}

.expandable-boxes__box__plus::before {
  content: "";
  display: block;
  position: absolute;
  height: 0.5rem;
  width: 0.125rem;
  background-color: #1f9088;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: height 0.3s ease-in-out;
}

.expandable-boxes__box__plus::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.125rem;
  width: 0.5rem;
  background-color: #1f9088;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.expandable-boxes__box__content-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  flex: 1 0 100%;
  pointer-events: none;
  transition: grid-template-rows 0.2s, margin-top 0.2s;
}

.expandable-boxes__box__content-wrapper__content {
  min-height: 0;
}

.expandable-boxes__box.is-open .expandable-boxes__box__plus::before {
  height: 0;
}

.expandable-boxes__box.is-open .expandable-boxes__box__content-wrapper {
  grid-template-rows: 1fr;
  margin-top: 1rem;
}

.expandable-boxes h3 {
  padding: 0;
}

.stellenangebot {
  color: #1f9088;
}

.p-with-spans {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .p-with-spans {
    flex-direction: row;
    gap: 3rem;
  }
}

@media (max-width: 1200px) {
  .adrotec-GmbH-data {
    margin-top: -2rem;
  }
}

.main-image-container {
  margin-top: 2rem;
}

@media (min-width: 1px) {
  .main-image-container {
    margin-top: 2rem;
    margin-left: auto;
  }
}


@media (min-width: 1200px) {
  .main-image-container {
    margin-top: auto;
    display: flex;
    justify-content: flex-end
  }
}

.main-image-container>a {
  height: 100%;
  cursor: pointer;
}

.main-image-container>a>img {
  width: 5rem;
  height: auto;
  margin-right: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}

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

@media (min-width: 475px) {
  .main-image-container>a>img {
    width: 5rem;
    height: auto;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1200px) {
  .main-image-container>a>img {
    width: 6rem;
    height: auto;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }

  .containerImg {
    margin-bottom: 0;
  }
}


.kontaktMail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 2rem;
  border-radius: 0.5rem;
}

a .icon {
  height: 2rem;
  margin-right: 1rem;
  margin-top: 0.4rem;
}

a .icon2 {
  margin-top: 0.4rem;
  height: 2rem;
  width: 2rem;
}

.certificate-section video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.sliderContainer {
  margin-bottom: 1rem;
}

ol {
  list-style: none;
  counter-reset: list-counter;
  padding: 0;
}

ol li {
  counter-increment: list-counter;
  margin: 10px 0;
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  margin-bottom: 2rem;
  line-height: 1.8rem;
}

ol li::before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #1f9088;
  color: #ffffff;
  font-weight: bold;
  background-color: #1f9088;
}

.container-slika {
  position: relative;
}

.znak {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.znak img {
  height: 80%;
  width: 80%;
  font-size: 50rem;
}

.projekte {
  background-color: rgba(32, 144, 136, 0.1);
}

.projekteBackground {
  background-color: #EEEEEE;
}

.kontakt1 {
  z-index: 2;
}

.next {
  display: block;
  position: absolute;
  top: calc(50% - 0.5em);
  background-color: rgba(255, 111, 97, 0.25);
  color: rgb(255, 255, 255);
  font-size: 2em;
  line-height: 1;
  pointer-events: auto;
  will-change: background-color;
  border-radius: 50%;
  transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 0.25rem !important;
}

button {
  color: rgb(255, 111, 97);
  font-weight: 600;
  line-height: 1;
  will-change: color;
  transition: color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.swiper-button-next,
.swiper-button-prev {
  background-color: rgba(31, 144, 136, 0.25);
  border-radius: 50%;
  transition: background-color 0.3s ease;
  width: 2.7rem;
  height: 2.7rem;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(31, 144, 136, 0.75);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.2rem;
  color: white;
}

img:not(.icon, .logo),
picture {
  border-radius: 0;
}

.swiper-slide .swiper-slide-active {
  border-radius: 0.5rem;
}

.whatsapp-icon,
.mailText {
  margin-right: 1rem;
}

.mailText,
.whatsapp-text {
  text-align: left;
}

.mailText p,
.whatsapp-text p {
  margin: 0.1rem 0;
}

.kontakt1 span {
  display: flex;
}



@media (max-width: 1700px) {
  .mail-span {
    margin-bottom: 1rem;
  }
}

.swiper-button-next:after {
  margin-left: 0.125rem;
}

.swiper-button-prev:after {
  margin-right: 0.125rem;
}

.personal-section img,
.services-section img,
.projekte img,
.croatia-capacity img,
.swiper {
  border-radius: 0.5rem;
}


.certificate-section {
  border-top-left-radius: clamp(1.25rem, 3vw, 3rem);
  border-top-right-radius: clamp(1.25rem, 3vw, 3rem);
  overflow: hidden;
}

.containerImg {
  position: relative;

}

.containerText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  color: white;
}

.container-img2 {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}

.container-img2::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.slika {
  width: 100%;
  height: auto;
  display: block;
}

.containerImg {
  margin-bottom: 1rem;
}

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

.margin-top-1 {
  margin-top: 1rem;
}

.order1 {
  order: 2;

}

.order2 {
  order: 1;
}



@media (min-width: 1200px) {
  .margin-top-1 {
    margin-top: 0rem;
  }
  .margin-top-2{
    margin-top: 0rem;
  }
  .order1 {
    order: 1;

  }

  .order2 {
    order: 2;
  }

}

.margin-top-2{
  margin-top: 5rem;
}