/*****************************************************************/
/* HEADER */
/*****************************************************************/
.header {
  width: 100%;
  overflow: hidden;
}

.header-img-box {
  background: linear-gradient(
      rgba(217, 217, 217, 0.4),
      rgba(255, 255, 255, 0.6)
    ),
    url(assets/images/header-slide-1.jpg) center no-repeat;
  background-size: cover;
  height: 22rem;
}

.logo {
  position: absolute;
  height: 20rem;
  top: 2.4rem;
  left: 4.8rem;
}

/*****************************************************************/
/* NAVIGATION */
/*****************************************************************/
.navigation {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #266d7d;
  height: 4.8rem;
}

.sticky .navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.075);
  width: 100%;
}

.sticky .header-img-box {
  padding-top: 4.8rem;
}

.navigation-menu {
  display: flex;
  gap: 2.4rem;
  list-style-type: none;
}

.site-link:link,
.site-link:visited {
  display: inline-block;
  color: #266d7d;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  transition: all 0.3s;
}

.site-link:hover {
  color: #7da7b1;
  border-bottom: none;
  border-bottom: 1px solid transparent;
}

.nav-link:link,
.nav-link:visited {
  color: #fff1f1;
  text-transform: uppercase;
  font-size: 1.8rem;
  text-decoration: none;
  transition: all 0.3s;
}

.nav-link:hover,
.nav-link:active {
  color: #a8c5cb;
}

.navigation-submenu {
  position: absolute;
  top: 4.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.8rem;
  padding: 1.8rem 0;
  width: 20rem;
  background: #266d7d;
  opacity: 0.9;
  list-style-type: none;
  transition: all 0.5s ease;
  z-index: 9999;
}

.navigation-submenu li {
  opacity: 1;
}

/*****************************************************************/
/* WELCOME SECTION */
/*****************************************************************/
.section-welcome {
  padding: 9.6rem 4.8rem;
}

.welcome {
  grid-template-columns: 1fr;
  justify-content: center;
  text-align: center;
  padding: 0 9.6rem;
  gap: 0;
}

.welcome-content {
  gap: 1.8rem;
}

.welcome-text-box {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 4.8rem;
}

.welcome-image {
  width: 80%;
  border-radius: 12px;
  justify-self: center;
  transform: scale(0.8);
  z-index: -1;
}

.welcome-text {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: left;
  align-self: end;
}

.welcome-text-box .button-container {
  align-self: start;
  justify-self: center;
}

/*****************************************************************/
/* PRODUCTS SECTION */
/*****************************************************************/
.section-products {
  padding: 0 3.2rem 9.6rem 3.2rem;
}

.products-title {
  text-align: center;
  margin-bottom: 6.4rem;
}

.products {
  column-gap: 1.2rem;
  row-gap: 3.2rem;
  max-width: 100rem;
  margin: 0 auto;
}

.product-card {
  display: flex;
  flex-direction: column;
  width: 30rem;
  line-height: 1.8;
  margin-bottom: 2.4rem;
  border-radius: 12px;
  justify-self: center;
  gap: 1.2rem;
}

.product-card-img {
  border-radius: 12px;
  width: 30rem;
}

.prodcut-card-text {
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
}

.product-card .button-container {
  margin-top: auto;
  justify-content: center;
}

/*****************************************************************/
/* GALLERY SECTION */
/*****************************************************************/
.section-gallery {
  padding: 9.6rem 4.8rem;
}

.gallery-title {
  text-align: center;
  margin-bottom: 4.8rem;
}

.gallery-infotext-container {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.gallery-infotext {
  line-height: 1.8;
  font-size: 1.8rem;
}

.gallery-images {
  margin: 3.2rem 0;
}

/*****************************************************************/
/* ABOUT ME SECTION */
/*****************************************************************/

.section-aboutme {
  padding: 9.6rem 4.8rem;
}

.aboutme {
  position: relative;
  gap: 3.2rem;
}

.aboutme-title {
  text-align: center;
  margin-bottom: 4.8rem;
}

.aboutme-image {
  width: 100%;
  border-radius: 12px;
}

.aboutme-image-box {
  margin: 0 auto;
  width: 35rem;
  z-index: -2;
}

.aboutme-text {
  font-size: 1.8rem;
  line-height: 1.8;
  align-self: center;
}

.aboutme-socialmedia {
  display: inline-flex;
  gap: 1.8rem;
}

.aboutme-buttons {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-self: center;
}

.aboutme .button-container {
  justify-content: center;
}

.aboutme-list {
  font-size: 1.8rem;
  list-style: none;
  align-self: center;
  justify-self: center;
}

.aboutme-button-box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  align-self: center;
  align-items: center;
  justify-content: center;
}

.aboutme-slogan {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a8c5cb;
  color: #266d7d;
  padding: 4.8rem;
  width: 25rem;
  height: 25rem;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -66%);
  z-index: -1;
}

/*****************************************************************/
/* PRICING SECTION */
/*****************************************************************/
.section-pricing {
  padding: 9.6rem 4.8rem;
}

.pricing .pricing-card:first-child {
  justify-self: right;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1rem;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  padding: 4.6rem 0;
  border: solid 2px #d4e2e5;
  border-radius: 11px;
  color: #518a97;
  width: 40rem;
}

.pricing-card.active {
  background-color: #d4e2e5;
  position: relative;
  overflow: hidden;
  padding: 4.8rem 0;
  border: none;
}

.pricing-card-title {
  font-size: 2.4rem;
  letter-spacing: -1px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  text-align: center;
  color: #266d7d;
}

.pricing-feature-item {
  display: flex;
  align-items: center;
}

.pricing-featuer-icon {
  width: 2.4rem;
  height: 2.4rem;
  color: #266d7d;
  margin-right: 1.6rem;
}

.pricing-featuer-icon.disabled {
  color: #fa5252;
}

.pricing-feature-list {
  list-style: none;
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 3.2rem 4.8rem;
}

.pricing-value {
  text-align: center;
  font-size: 8rem;
  font-weight: 700;
  color: #333;
}

.pricing-value span {
  font-size: 2rem;
  font-weight: 500;
}

.pricing-card .button:link,
.pricing-card .button:visited {
  display: inline-block;
  align-self: center;
  margin-top: auto;
}

.pricing-card.active::after {
  content: "Empfehlung!";
  background-color: #ffd43b;
  padding: 0.8rem 8rem;
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  color: #333;
  position: absolute;
  top: 9%;
  right: -19%;
  transform: rotate(45deg);
}

.pricing-additional-info {
  font-size: 1.6rem;
  color: #777;
  line-height: 1.6;
  display: flex;
  justify-content: center;
}

/*****************************************************************/
/* NEWS SECTION */
/*****************************************************************/
.section-news {
  padding: 9.6rem 9.6rem;
}

.news {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  margin: 0 auto;
  max-width: 80rem;
}

.newsitem {
  padding: 1.6rem;
  border-radius: 12px;
  border: solid 1px rgba(141, 135, 135, 0.2);
  box-shadow: 1px 1px 3px rgba(141, 135, 135, 0.2);
}

.news-text {
  line-height: 1.8;
  font-size: 1.8rem;
}

.news-creatorinfo {
  display: flex;
  height: 4.8rem;
  margin-bottom: 1.6rem;
}

.news-avatar {
  border-radius: 50%;
  width: 4.8rem;
  height: 4.8rem;
  margin-right: 1.6rem;
}

.news-author {
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 5px;
  color: #266d7d;
}

.news-created {
  font-size: 1.2rem;
  color: #2a2a2a;
}

/*****************************************************************/
/* PRICING SECTION */
/*****************************************************************/
.section-studio {
  padding: 9.6rem 4.8rem;
}

.studio-title {
  text-align: center;
  grid-column: span 2;
}

.studio-text-box {
  align-self: center;
}
.studio-text {
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 1.8rem;
}

.studio-image {
  width: 80%;
  border-radius: 12px;
}

.studio-image-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.studio-subtitle {
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
}

.studio-address-box {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-self: center;
  justify-self: center;
}

.studio-address-box p {
  font-size: 1.8rem;
  line-height: 1.8;
}

/*****************************************************************/
/* IMPRESSUM AND DATAPRIVACY SECTION */
/*****************************************************************/
.section-impressum {
  padding: 9.6rem;
}

.section-dataprivacy {
  padding: 9.6rem 4.8rem;
}

.dataprivacy {
  max-width: 120rem;
  margin: 0 auto;
}

.impressum {
  max-width: 40rem;
  margin: 0 auto;
}

.impressum-owner {
  display: flex;
  flex-direction: column;
}

.impressum h1,
.impressum h2,
.impressum h3,
.impressum h4,
.dataprivacy h1,
.dataprivacy h2,
.dataprivacy h3,
.dataprivacy h4 {
  font-family: "Open Sans", sans-serif;
}

.impressum-title {
  font-size: 3.2rem;
}

.impressum-subtitle {
  font-size: 2.4rem;
  margin-bottom: 0.6rem;
  margin-top: 1.6rem;
}

.impressum-section-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  margin-top: 1.6rem;
  font-style: normal;
  font-variant: unset;
}

.impressum h4,
.dataprivacy h4 {
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

.impressum-person-info {
  font-size: 1.8rem;
  color: #333;
}

.impressum span,
.dataprivacy span {
  font-weight: 500;
  margin-right: 1.2rem;
}

.impressum a:link,
.impressum a:visited,
.dataprivacy a:link,
.dataprivacy a:visited {
  color: #868e96;
}

/*****************************************************************/
/* FOOTER SECTION */
/*****************************************************************/

.footer {
  border-top: solid 1px #eee;
  padding: 3.2rem 3.2rem;
}

.footer-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
}

.footer-logo {
  height: 9.6rem;
}

.footer-address-col {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.footer-title {
  font-size: 1.6rem;
  color: #555;
  line-height: 1.8;
  font-weight: 500;
}

.footer-links {
  display: flex;
  flex-direction: column;
}

.footer-link-item:link,
.footer-link-item:visited {
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #266d7d;
}

.copyright {
  grid-column: span 2;
  text-align: center;
}

.copyright,
.footer-text {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #555;
}

.footer-social-icon {
  width: 3.2rem;
  height: 3.2rem;
  fill: #555;
}

.footer-socialmedia-icons {
  align-self: center;
}

.footer-socialmedia-list {
  display: flex;
  list-style-type: none;
  gap: 3.2rem;
}

/*****************************************************************/
/* COOKIE CONSENT SECTION */
/*****************************************************************/

.cookie-consent {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  gap: 2.4rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem 3.2rem;
  background-color: #d4e2e5;
  transition: all 0.8s;
}

.cookie-text {
  color: #3c7c8a;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}

.cookie-consent .button-container {
  gap: 1.8rem;
}

.cookie-consent.cookie-consent-hidden {
  bottom: -4rem;
}

.section-cookies {
  padding: 9.6rem 4.8rem;
}

.cookies-title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #333;
  align-self: center;
  justify-self: right;
}

.cookies .cookie-text {
  grid-column: span 2;
}

.cookie-switch {
  align-self: center;
}

.google-maps {
  width: 100%;
  border: none;
  min-height: 30rem;
  padding: 3.2rem;
}
