/* 
    Created on : 12.10.2022, 11:26:24
    Author     : Alex
*/

.contact-shape {
  display: flex;
  position: relative;
  margin-bottom: 96.5px;
  color: inherit;
  text-decoration: none;
  transition: color .3s ease-in-out;
  height: fit-content;
}

.contact-shape--teaser .contact-shape__shape {
  position: absolute;
  top: 62.5px;
  height: calc(100% - 17px);
  width: 100%;
}

.paragraph--type---contact.design-hub .contact-shape--teaser .contact-shape__shape {
	display: none;
}

.contact-shape--landscape .contact-shape__shape {
  position: absolute;
  top: 14.5px;
  height: calc(100% + 17px);
  width: calc(100% - 34px);
  left: 34px;
}

.contact-shape__wrapper {
  position: relative;
}

.contact-shape--teaser .contact-shape__image {
  width: 100%;
  margin-bottom: 25px;
}

.contact-shape--teaser .contact-shape__image img {
  display: block;
  padding-left: 34px;
}

.paragraph--type---contact.design-gold .contact-shape--teaser .contact-shape__image img {
  display: block;
  padding-left: 34px;
}

.paragraph--type---contact.design-hub .contact-shape--teaser .contact-shape__image img {
  display: block;
  padding-left: 0;
}

.contact-shape--teaser .contact-shape__wrapper .contact-shape__image picture img {
  width: 201px;
}

.paragraph--type---contact.design-hub .contact-shape--landscape .contact-shape__image,
.paragraph--type---contact.design-hub .contact-shape--teaser .contact-shape__image {
  -webkit-box-shadow: 20px 20px 20px 0 rgba(0,0,0,.45);
  box-shadow: 20px 20px 20px 0 rgba(0,0,0,.45);
  height: 201px;
  width: 201px;
}

.contact-shape--landscape .contact-shape__image img {
  display: block;
}

.contact-shape__headline {
  font-weight: 600;
  color: #07262d;
}

.contact-shape--teaser .contact-shape__headline,
.contact-shape--landscape .contact-shape__headline {
  font-size: 22px;
  line-height: 26px;
  padding-top: 17px;
  padding-bottom: 8.5px;
}

.contact-shape__subline {
  display: block;
  text-decoration: none;
  font-weight: 400;
  color: #07262d;
}

.contact-shape--landscape .contact-shape__subline {
  font-size: 16px;
  line-height: 22px;
}

.contact-shape__links {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin-top: 10px;
  padding-bottom: 17px;
}

.contact-shape__link, .contact-shape__subline a {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #1964ff;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

.contact-shape--teaser .contact-shape__line {
  /*stroke: #28d296;*/
}

.contact-shape--teaser .contact-shape__content {
  padding-left: 34px;
}

.paragraph--type---contact.design-gold .contact-shape--teaser .contact-shape__content {
  padding-left: 34px;
}

.paragraph--type---contact.design-hub .contact-shape--teaser .contact-shape__content {
  padding-left: 0px;
}

.contact-shape--landscape .contact-shape__content {
  width: 100%;
  margin-left: 25px;
  min-height: 216px;
  padding: 17px;
  max-width: 280px;
}



@media only screen and (min-width: 1096px) {
  .contact-shape--landscape .contact-shape__content {
    padding: 0 17px 0 0;
  }
  .contact-shape--landscape .contact-shape__wrapper {
    display: flex;
    margin-top: 50px;
  }
}

.contact.contact-full .contact-header-background-wrapper {
  position: relative;
}

.contact.contact-full .contact-header-background-wrapper .contact-header-background {
  position: absolute;
  min-height: 680px;
  background-color: #EBF5FF;
  width: 100%;
  z-index: -1;
}

.contact.contact-full .contact__header {
  height: 680px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact.contact-full .contact__header .contact__headline {
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #07262d;
  font-size: 42px;
}

.contact.contact-full .contact__header .contact__subline {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0;
}

.contact.contact-full .description {
  padding: 68px 0;
}

.contact.contact-full .contact__media {
  width: 360px;
  margin: 0 auto;
  height: 680px;
}

.contact.contact-full .contact__media .contact__box {
  padding-top: 188px;
}

.contact.contact-full .contact__media .contact__box .contact-boxes__shape {
  position: absolute;
}

.contact.contact-full .contact__media .contact__image {
  position: relative;
  width: 100%;
  height: 100%;
  top: 21px;
  left: 21px;
}

.contact.contact-full .contact__media .contact__image picture img {
  clip-path: polygon(0px 0px, 305px 0, 305px 280px, 0px 305px);
}

