.customer-styles {
  /* START article: stage */
  /* END article: stage */
}

.customer-styles .template_stage {
  background-color: #fff;
  padding-bottom: 100px;
}

@keyframes change-color {
  from {
    background-color: #fff;
  }
  to {
    background-color: #00599E;
  }
}

@media (min-width: 800px) {
  .customer-styles .template_stage {
    padding-bottom: 150px;
  }
}

.customer-styles .template_stage .global-grid .grid-content-width {
  grid-column: 1 / 5;
}

.customer-styles .template_stage .global-grid .h1 {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: -10px;
}

@media (min-width: 800px) {
  .customer-styles .template_stage .global-grid .h1 {
    padding-left: 60px;
  }
}

@media (min-width: 800px) {
  .customer-styles .template_stage .global-grid .h1 {
    padding-right: 60px;
  }
}

@media (min-width: 800px) {
  .customer-styles .template_stage .global-grid .h1 {
    margin-bottom: -18px;
  }
}

.customer-styles .template_stage .global-grid .image-row {
  grid-column: 1/5;
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
}

@media (min-width: 800px) {
  .customer-styles .template_stage .global-grid .image-row {
    grid-column: 1/3;
  }
}

.customer-styles .template_stage .global-grid .image-row .image-container {
  grid-row: 1 / 4;
  grid-column: 1 / 3;
  aspect-ratio: 1 / 1;
  height: 100%;
  width: 100%;
}

.customer-styles .template_stage .global-grid .image-row img {
  aspect-ratio: 1 / 1;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  display: block;
}

.customer-styles .template_stage .global-grid .text-gird {
  grid-column: 1/5;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
}

@media (min-width: 800px) {
  .customer-styles .template_stage .global-grid .text-gird {
    grid-column: 3/5;
  }
}

.customer-styles .template_stage .global-grid .text-gird .background-blue {
  background-color: #00599E;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_stage .global-grid .text-gird {
    aspect-ratio: 1/1;
  }
}

.customer-styles .template_stage .global-grid .text-gird .box-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customer-styles .template_stage .global-grid .text-gird .box-wrapper:hover {
  background-color: #00599E;
  animation: change-color 1s ease-in-out;
}

.customer-styles .template_stage .global-grid .text-gird .box-wrapper:hover .text-wrapper .text {
  color: #fff;
}

.customer-styles .template_stage .global-grid .text-gird .box-wrapper:hover .text-wrapper .text div:first-child::before {
  border-bottom: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.021' height='20.021' viewBox='0 0 12.021 12.021'%3E%3Cpath id='Pfad_1300' data-name='Pfad 1300' d='M0,0H7V7' transform='translate(4.95 1.061) rotate(45)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/svg%3E%0A");
}

.customer-styles .template_stage .global-grid .text-gird .box-wrapper .text-link {
  text-decoration: none;
  width: 100%;
  max-width: 320px;
}

.customer-styles .template_stage .global-grid .text-gird .box-wrapper .text-wrapper {
  text-transform: uppercase;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  position: relative;
  margin: 0 8px;
  width: 90%;
}

@media (min-width: 800px) {
  .customer-styles .template_stage .global-grid .text-gird .box-wrapper .text-wrapper {
    width: 95%;
  }
}

.customer-styles .template_stage .global-grid .text-gird .box-wrapper .text-wrapper .text {
  width: 100%;
  text-align: center;
  position: relative;
  display: inline-block;
}

.customer-styles .template_stage .global-grid .text-gird .box-wrapper .text-wrapper .text div:first-child::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.021' height='20.021' viewBox='0 0 12.021 12.021'%3E%3Cpath id='Pfad_1300' data-name='Pfad 1300' d='M0,0H7V7' transform='translate(4.95 1.061) rotate(45)' fill='none' stroke='%23000' stroke-width='3'/%3E%3C/svg%3E%0A");
  left: 0;
}

@media (min-width: 800px) {
  .customer-styles .template_stage .global-grid .text-gird .box-wrapper .text-wrapper .text div:first-child::before {
    top: 2px;
  }
}

.customer-styles .template_stage .global-grid .text-gird .box-wrapper .text-wrapper .text div:hover {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
  animation: text-decoration 0.3s ease-in-out;
}

.customer-styles .template_stage .global-grid .text-gird .background-gray {
  background-color: #C3BEAF;
}
