.area-panorama-teaser.brick:nth-of-type(2) {
  margin-top: 0;
  padding: 30px 0;
}

@media screen and (min-width: 48em) {
    .area-panorama-teaser.brick:first-of-type h2 {
        font-size: 64px;
        font-size: 4rem;
    }
}
.area-panorama-teaser.brick:first-of-type h2 {
    font-size: 48px;
    font-size: 3rem;
    margin-bottom: 26px;
    margin-bottom: 1.625rem;
    color: #fff;
}

.area-wysiwyg.brick .basic-component__image .row {
    gap: 30px;
}

.area-wysiwyg.brick .basic-component__image .col-md-6 {
    background: #51c1d8;
    background: linear-gradient(11deg, #002e5f 0%, #002e5f 40%, #003869 20%, #003869 100%);
    background: -moz-linear-gradient(11deg, #002e5f 0%, #002e5f 40%, #003869 20%, #003869 100%);
    background: -webkit-linear-gradient(11deg, #002e5f 0%, #002e5f 40%, #003869 20%, #003869 100%);
    padding: 3.25rem 2.25rem;
    color: #fff;
    flex: 0 0 calc(50% - 15px);
}

.area-wysiwyg.brick .basic-component__image h3 {
    color: #fff;
}

.pluline-product-overview {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e3e4e7;
}
.pluline-product-overview .product-info-container {
    padding: 2.25rem;
    max-width: 120rem;
    position: relative;
    width: 100%;
    color: #fff;
    background: #51c1d8;
    background: linear-gradient(11deg, #002e5f 0%, #002e5f 40%, #003869 20%, #003869 100%);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
}
@media screen and (min-width: 48em) {
    .pluline-product-overview .product-info-container {
        width: 50%;
        background-size: auto;
    }
}

.pluline-product-overview .product {
	 display: flex;
	 flex-direction: column;
	 justify-content: space-between;
	 border: 1px solid #e3e4e7;
	 width: 100%;
}

@media screen and (min-width: 30em) {
    .pluline-product-overview .product {
        width: 50%;
    }
}
@media screen and (min-width: 48em) {
    .pluline-product-overview .product {
        width: 25%;
    }
}

.pluline-product-overview .product-info-title {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 1.375rem;
    font-weight: 700;
    text-transform: uppercase;
}

.pluline-product-overview .product .product-info-title {
    padding: 0rem 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.75rem;
    hyphens: auto;
    text-align: center;
    transition: color ease .3s;
    color: #003869;
}

 .pluline-product-overview .product:hover .product-info-title, .pluline-product-overview .product:focus .product-info-title {
    color: #51c1d8;
}

.pluline-product-overview .product a:first-child {
    flex: 1;
}
.pluline-product-overview .product img {
    padding: 1.5rem;
}
 
.pl-socialicons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
}

.pl-socialicons img {
    width: 50px;
    height: 50px;
}
.pl-socialicons a {
  transition: .5s;
}
.pl-socialicons a:hover {
    filter: brightness(0.4);
}

@media screen and (max-width: 768px) {
    .area-image:first-child .row {
        flex-direction: column-reverse;
    }
    .area-image .col-md-6:first-child {
        margin-bottom: 25px;
    }
}

/* section hacks */

/* first section - panorama teaser */
section.area-panorama-teaser.brick:first-of-type {
  margin: 0;
  background: #51c1d8;
  background: linear-gradient(to bottom, #51c1d8 39%, rgba(0, 46, 95, 0.75));
  position: relative;
  overflow: hidden;
}
section.area-panorama-teaser.brick:first-of-type::before,
section.area-panorama-teaser.brick:first-of-type::after {
  content: "";
  position: absolute;
}

section.area-panorama-teaser.brick:first-of-type::before {
  border-radius: 50%;
  left: -2.3125rem;
  top: -10rem;
  background-color: #fff;
  width: 397px;
  height: 397px;
}

section.area-panorama-teaser.brick:first-of-type::after {
  background: transparent;
  border: 1px solid #fff;
  width: 397px;
  height: 397px;
  border-radius: 50%;
  top: .5rem;
  left: 6.25rem;
}

@media screen and (max-width: 1180px) {
  section.area-panorama-teaser.brick:first-of-type .col-xl-5 {
    padding-bottom: 10%;
  }
}

section.area-panorama-teaser.brick:first-of-type .col-xl-5 {
  position: relative;
  width: 200px;
  margin: 0;
  z-index: 1;
}

@media screen and (min-width: 800px) {
  section.area-panorama-teaser.brick:first-of-type .col-xl-4 {
    margin-left: 38%;
    max-width: 50% !important;
    flex: 0 0 50%;
  }
  section.area-panorama-teaser.brick:first-of-type .col-xl-5 {
    position: absolute;
    left: 3.6875rem;
  }
}

@media screen and (max-width: 799px) {
  section.area-panorama-teaser.brick:first-of-type .row {
    flex-direction: column-reverse;
  }
  section.area-panorama-teaser.brick:first-of-type .row .align-self-center {align-self: flex-start !important;}
  section.area-panorama-teaser.brick:first-of-type .col-lg-5 {
    padding-top: 10%;
  }
  section.area-panorama-teaser.brick:first-of-type .img-fluid {margin-left:60px;}
}

@media screen and (max-width: 550px) {
  section.area-panorama-teaser.brick:first-of-type::before {
    top: -12rem;
  }
}

/* last section - panorama teaser */
section.area-panorama-teaser.brick:last-of-type {
  background: linear-gradient(80deg, #3cbad3 0%, #3cbad3 20%, #51c1d8 20%, #51c1d8 100%);
  margin: 0 !important;
}
section.area-panorama-teaser.brick:last-of-type .col-lg-5 {
    position: relative;
    display: flex;
    flex-direction: column;
}
section.area-panorama-teaser.brick:last-of-type .btn {
  position:absolute;
  right: -300px;
  background: transparent !important;
  z-index: 2;
}
section.area-panorama-teaser.brick:last-of-type .btn::before {
  display: none !important;
}