/*----------------------------------------------------------------------------*/
/*-------------------------------- general -----------------------------------*/
/*----------------------------------------------------------------------------*/
@font-face {
  font-family: Montserrat;
  src: url("../fonts/montserrat/Montserrat-VariableFont_wght.ttf");
}

@font-face {
  font-family: Vivaldi;
  src: url("../fonts/vivaldi/vivaldi.ttf");
}

a {
  color: inherit;
  text-decoration: none;
}

#phone a {
  color: #ffffff !important;
}

#legal a {
  color: #ffffff !important;
}

.gw-rot {
  color: #8f2b25;
}

.gw-blau {
  color: #36274d;
}

.gw-grau {
  color: #abadab;
}

.gw-white {
  color: #ffffff !important;
}

body {
  padding-top: 5rem;
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: 300 !important;
  line-height: 1.5;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow-x: hidden;
}

.container {
  width: 1600px !important;
}

.container-fluid {
  width: 100%;
  max-width: 1600px !important;
}

.text-default {
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 1.5;
}

.text-small {
  font-size: 11px;
  font-weight: 300 !important;
  line-height: 1;
}

.text-button {
  font-size: 16px;
  font-weight: 200 !important;
  line-height: 2;
}

.text-button-small {
  font-size: 14px;
  font-weight: 200 !important;
  line-height: 2;
}

.text-thiner {
  font-weight: 200 !important;
}

.text-thicker {
  font-weight: 500 !important;
}

.text-thickest {
  font-weight: 700 !important;
}

.headline-vivaldi {
  font-family: "Vivaldi";
  font-size: 2.5rem;
  font-weight: 300 !important;
  padding-left: 32%;
  line-height: 0;
}

.headline-montserrat {
  font-family: "Montserrat";
  font-size: 4rem;
  font-weight: 600 !important;
  margin-top: -0.9rem;
  padding-left: 10%;
}

.home-headline {
  font-size: 4rem;
  line-height: 90%;
}

@media (max-width: 600px) {
  .home-headline {
    font-size: 3rem;
    line-height: 90%;
  }

  .headline-montserrat {
    font-family: "Montserrat";
    font-size: 3rem;
    font-weight: 600 !important;
    margin-top: -0.9rem;
  }
}

/*----------------------------------------------------------------------------*/
/*---------------------------- header / menue --------------------------------*/
/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/*---------------------------- first section ---------------------------------*/
/*----------------------------------------------------------------------------*/

.header-top {
  background-image: url("../images/top-image-01-mini.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 800px;
}

.home-section {
  padding-top: 2.5rem;
  padding-right: 3rem;
  padding-left: 3rem;
  padding-bottom: 1rem;
}

.screen-content {
  display: block;
}

.mobile-content {
  display: none;
}

@media (max-width: 992px) {
  .header-top {
    background-image: url("../images/header-mobile.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    height: 710px;
  }

  .screen-content {
    display: none;
  }

  .mobile-content {
    display: block;
  }

  .home-section {
    padding-top: 2.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
  }

  .headline-vivaldi {
    font-family: "Vivaldi";
    font-size: 2.5rem;
    font-weight: 300 !important;
    padding-left: 40%;
    line-height: 0.1;
  }

  .headline-montserrat {
    font-family: "Montserrat";
    font-size: 3rem;
    font-weight: 600 !important;
    margin-top: 0.4rem;
    padding-left: 0%;
  }
}

/*----------------------------------------------------------------------------*/
/*------------------------------ 2. section ----------------------------------*/
/*----------------------------------------------------------------------------*/

.home-card-half-1 {
  background-image: url("../images/show_graving.JPG");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home-card-half-2 {
  background-image: url("../images/graving-glas-modified.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
}

.home-half-button {
  opacity: 0.3;
  border: none;
  color: white;
  padding: 0.3rem;
  background-color: #e2b3a4;
}

@media (max-width: 992px) {
  .home-card-half-2 {
    background-image: url("../images/graving-glas-modified.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
  }
}

/*----------------------------------------------------------------------------*/
/*-------------------------- BG Home Top einfügen ----------------------------*/
/*----------------------------------------------------------------------------*/

.header-content {
  padding-top: 1rem;
  color: black;
}

.footer-content {
  background-color: 36274d;
  padding-top: 1rem;
  color: white;
}

.header-menue {
  display: none !important;
  font-size: 1.3rem;
}

.home-spacer-small {
  height: 2vh;
}

.home-spacer-medium {
  height: 6vh;
}

.home-spacer-large {
  height: 10vh;
}

.home-spacer-xlarge {
  height: 15vh;
}

@media only screen and (min-width: 996px) {
  .header-menue {
    display: flex !important;
  }
}

.home-headline-small {
  padding-left: 32%;
  font-size: 3rem;
  line-height: 0;
}

.gw-button {
  width: 100%;
  border: none;
  color: white;
  padding: 0.5rem;
  background-color: #8f2b25;
  cursor: pointer;
}

.gw-button:hover {
  background-color: #80302a;
}

.gw-button-transparent {
  width: 85%;
  border: none;
  color: white;
  background-color: white;
  padding: 0.3rem;
  opacity: 0.3;
}

.mt-02 {
  margin-top: 0.2rem;
}

h1 {
  font-size: 80px;
  font-weight: 300 !important;
}

h2 {
  font-size: 50px;
  font-weight: 300 !important;
}

h3 {
  font-size: 35px;
  font-weight: 300 !important;
}

h4 {
  font-size: 20px;
  font-weight: 300 !important;
}

h6 {
  font-weight: 400 !important;
}

.h-small {
  font-size: 20px;
  font-weight: 300 !important;
}

.h-medium {
  font-size: 35px;
  font-weight: 300 !important;
}

.rotate-180 {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);

  transform: rotate(180deg);
}

.home-contact-container {
  background-image: url("../images/home_contact_bg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  opacity: 0.95;
  color: white;
}

.home-content-ideas {
  padding-top: 1rem;
  color: black;
}

.home-idea-img {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
  width: 100%;
}

.home-idea-button {
  border: none;
  color: white;
  padding: 0.5rem;
  background-color: #8f2b25;
}

.text-card-button {
  font-size: 18px;
  font-weight: 300 !important;
  line-height: 2;
}

.card-border {
  padding-top: 3rem;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  border: solid;
  border-width: 1px;
  border-color: #ffffff;
}

.card-border-red {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border: solid;
  border-width: 1px;
  border-color: #8f2b25;
}

.home-card {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.home-card-half-3 {
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  color: #8f2b25;
}

/*----------------------------------------------------------------------------*/
/*--------------------- Bild Home Card 4 einfügen ----------------------------*/
/*----------------------------------------------------------------------------*/
.home-card-half-4 {
  background-image: url("../images/angel-enc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home-card-half-5 {
  background-size: 100%;
  color: white;
}

.home-card-half-6 {
  background-size: 100%;
  color: white;
}

.home-half-border {
  border-style: solid;
  border-width: 0.1rem;
  border-color: white;
  border-top: none;
  border-bottom: none;
}

.border-left-white {
  border-left: 1px solid #ffffff;
}

.home-half-button-transparent {
  border: none;
  color: #8f2b25;
  padding: 0.3rem;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: #8f2b25;
}

.home-contact-input {
  margin-top: 0.5rem;
  padding: 0.2rem;
  padding-left: 1rem;
  opacity: 0.25 !important;
  border-color: white !important;
  border-style: solid !important;
  font-size: 16px !important;
}

.home-contact-textarea {
  margin-top: 0.5rem;
  padding: 0.2rem;
  padding-left: 1rem;
  opacity: 0.25 !important;
  font-size: 16px !important;
  border-color: white !important;
  border-style: solid !important;
  border-bottom: 5px !important;
  color: white !important;
  min-height: 15vh;
}

.contact-input-border {
  border-color: white !important;
  border-style: solid !important;
  border-width: 0;
  border-bottom: 1px;
  display: flex;
}

a {
  color: black;
  text-decoration: none;
}


/*----------------------------------------------------------------------------*/
/*-------------------------------- GALERIE -----------------------------------*/
/*----------------------------------------------------------------------------*/

 /* CSS-Stil für die Galerie */
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.galerie-row {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}

.gallery .col {
  margin-bottom: 20px;
  max-height: 60vh; /* Höhe der Reihe auf 60vh festlegen */
}
.first-col img {
  width: 100%;
  height: auto;
  cursor: pointer;
  padding: 2rem;
}

.second-col {
  display: flex;
  flex-direction: column; /* Anordnung der Elemente in Spalte */
  align-items: center; /* Zentriert den Inhalt vertikal */
  height: 100%;
}

.second-col img {
  width: auto;
  height: 50%;
  cursor: pointer;
  padding: 1rem;
}

.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
}
.fullscreen img {
  max-width: 90%;
  max-height: 90%;
}
