/* =========================================================
   VARIABLEN
   ========================================================= */

:root {
  --color-orange: rgb(215, 75, 19);
  --color-gold: rgba(255, 153, 0, 0.86);
  --color-dark: #373737;
  --color-brown: #522a00;
  --color-input-border: #401b00;
  --shadow-dark: rgba(0, 0, 0, 0.54);
}


/* =========================================================
   LOGO / REFERENZ
   ========================================================= */

.kon-1 {
  background-image: url("/thumb/LogoDesign_Neu/POSTER_SIONSON-min.jpg");
}


/* =========================================================
   INTRO / INFO
   ========================================================= */

.intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80vw;
  height: 650px;
  text-align: center;
  backdrop-filter: blur(4px);
  background-color: rgba(159, 159, 159, 0.345);
  border-radius: 15px;
}
.intro #mailer{
  font-size: 3em;
  background-color: rgb(254, 254, 254);
  padding: 15px;
  border-radius: 6px;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.info-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70vw;
  margin-bottom: 10px;
  padding-top: 50px;
  text-align: center;
  overflow: hidden;
}

.info-div h1 {
  margin-bottom: 20px;
  color: var(--color-dark);
  font-size: 3em;
  font-weight: 500;

  
}

.info-div h2 {
  margin-top: 10px;
  font-size: 4em;
  font-weight: 500;
  color: var(--color-gold);
  text-shadow: 3px 4px rgba(0, 0, 0, 0.71);
}

.info-div h3 {
  margin-top: 10px;
  font-size: 3em;
  font-weight: 500;
  color: var(--color-gold);
  text-shadow: 3px 4px rgba(0, 0, 0, 0.71);
}
.info-div p {
font-size: 1.5em;
}



/* =========================================================
   BANNER
   ========================================================= */

.banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  margin-top: 50px;
  background-image: url("/thumb/Logos/LOGO_Textil-04-04-04.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30vw;
  overflow: hidden;
}


/* =========================================================
   HEADLINE
   ========================================================= */


.headline3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 300px;
  line-height: 1.2;
  text-align: center;
}

.headline3 {
  position: absolute;
  inset: 0;
}





/* =========================================================
   VIDEO
   ========================================================= */



/* =========================================================
   CTA BUTTON
   ========================================================= */



/* =========================================================
   WELCOME / HEADER
   ========================================================= */

.welcome {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 500px;

  background-image: url("/thumb/LandingP/HG_Kontakt.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  overflow: hidden;
}


/* =========================================================
   GRID
   ========================================================= */

.grid-container {
  padding-right: 65px;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1000px) {

  .info-div h1 {
    font-size: 1.2em;
  }

  .info-div h2 {
    font-size: 1.5em;
    line-height: 1.5;
  }

  .contact-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
  }

  .contact {
    width: min(600px, 90vw);
  }
}


@media (max-width: 800px) {

  .info-div {
    width: 90vw;
  }

  .contact-inputs {
    width: 100%;
  }

  .banner {
    background-size: 50vw;
  }
}


@media (max-width: 600px) {

  .cta-button {
    padding: 2px 8px;
    font-size: 1em;
  }

  .headline #best0,
  .headline3 #best0 {
    font-size: 2em;
  }

  .banner {
    height: 70vh;
    background-size: 60vw;
  }

  .contact-title h2 {
    font-size: 30px;
  }
}


@media (max-width: 448px) {

  .grid-container {
    padding-right: 0;
  }

  .info-div {
    width: 95vw;
  }

  .contact-container {
    margin-bottom: 50px;
  }
}


/* =========================================================
   MOBILE: FIX FÜR FIXED BACKGROUNDS
   ========================================================= */

@media (max-width: 768px) {

  .welcome,
  .banner {
    background-attachment: scroll;
  }
}


/* =====================================================
   AMATH DESIGNS – KONTAKTBEREICH
   ===================================================== */

.amath-kontakt {

  --orange: #f5a315;
  --orange-dark: #bd7723;
  --white: #ffffff;
  --black: #17110c;
  --glass: rgba(25, 15, 8, 0.70);
  --glass-light: rgba(255, 255, 255, 0.08);

  position: relative;

  width: 100%;

  padding: 70px 25px 85px;

  /*
     Hier dein Hintergrundbild einsetzen
  */
  background-image:
    url("DEIN-HINTERGRUNDBILD.jpg");

  background-size: cover;
  background-position: center;

  color: var(--white);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  overflow: hidden;

}


/* =====================================================
   ORANGE/BRAUNER OVERLAY
   ===================================================== */

.amath-kontakt-overlay {

  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      rgba(151, 88, 20, 0.73),
      rgba(75, 39, 10, 0.78)
    );

  z-index: 0;

}


/* =====================================================
   CONTAINER
   ===================================================== */

.amath-kontakt-container {

  position: relative;

  z-index: 2;

  width: 100%;

  max-width: 950px;

  margin: 0 auto;

}


/* =====================================================
   HEADER
   ===================================================== */

.amath-kontakt-header {

  text-align: center;

  margin-bottom: 35px;

}


.amath-kontakt-header h2 {

  margin: 0 0 5px;

  font-size:
    clamp(42px, 6vw, 62px);

  line-height: 1;

  font-weight: 900;

  text-shadow:
    2px 3px 4px rgba(0,0,0,.55);

}


.amath-kontakt-header h3 {

  margin: 0;

  color: var(--white);

  font-size:
    clamp(22px, 3vw, 32px);

  font-weight: 800;

  text-shadow:
    2px 2px 3px rgba(0,0,0,.6);

}


.amath-kontakt-header p {

  max-width: 650px;

  margin: 15px auto 0;

  font-size: 15px;

  line-height: 1.6;

  font-weight: 500;

  text-shadow:
    1px 2px 3px rgba(0,0,0,.6);

}


/* =====================================================
   CONTENT
   ===================================================== */

.amath-kontakt-content {

  display: grid;

  grid-template-columns:
    0.75fr 1.25fr;

  gap: 20px;

  align-items: stretch;

}


/* =====================================================
   INFOBOX
   ===================================================== */

.amath-kontakt-info {

  padding: 28px;

  background:
    rgba(35, 20, 10, 0.72);

  border:
    1px solid rgba(255,255,255,.22);

  border-radius: 4px;

  box-shadow:
    0 8px 20px rgba(0,0,0,.30);

}


.amath-kontakt-info h4 {

  margin: 0 0 15px;

  color: var(--orange);

  font-size: 19px;

  font-weight: 900;

  text-shadow:
    1px 2px 2px rgba(0,0,0,.5);

}


.amath-kontakt-info > p {

  margin: 0 0 25px;

  color: #f2f2f2;

  font-size: 14px;

  line-height: 1.6;

}


.amath-info-item {

  padding: 14px 0;

  border-top:
    1px solid rgba(255,255,255,.16);

  color: #eeeeee;

  font-size: 13px;

  line-height: 1.5;

}


.amath-info-item span {

  display: block;

  margin-bottom: 3px;

  color: var(--orange);

  font-size: 12px;

  font-weight: 900;

}


/* =====================================================
   FORMULAR
   ===================================================== */

.amath-kontakt-form {

  padding: 30px;

  background:
    rgba(20, 13, 8, 0.76);

  border:
    1px solid rgba(255,255,255,.25);

  border-radius: 4px;

  box-shadow:
    0 8px 22px rgba(0,0,0,.35);

}


/* =====================================================
   FORM ROW
   ===================================================== */

.amath-form-row {

  display: grid;

  grid-template-columns:
    1fr 1fr;

  gap: 18px;

}


/* =====================================================
   FELDER
   ===================================================== */

.amath-field {

  margin-bottom: 18px;

}


.amath-field label {

  display: block;

  margin-bottom: 6px;

  color: var(--orange);

  font-size: 11px;

  font-weight: 900;

  text-shadow:
    1px 1px 2px rgba(0,0,0,.4);

}


.amath-field input,
.amath-field select,
.amath-field textarea {

  width: 100%;

  padding: 11px 13px;

  background:
    rgba(255,255,255,.10);

  border:
    1px solid rgba(255,255,255,.38);

  border-radius: 3px;

  outline: none;

  color: var(--white);

  font-family: inherit;

  font-size: 14px;

  transition:
    background .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;

}


.amath-field input {

  height: 44px;

}


.amath-field input::placeholder,
.amath-field textarea::placeholder {

  color:
    rgba(255,255,255,.68);

}


.amath-field input:focus,
.amath-field select:focus,
.amath-field textarea:focus {

  background:
    rgba(255,255,255,.17);

  border-color:
    var(--orange);

  box-shadow:
    0 0 0 2px rgba(245,163,21,.20);

}


.amath-field select {

  height: 44px;

  cursor: pointer;

}


.amath-field select option {

  background: #3a2412;

  color: white;

}


.amath-field textarea {

  min-height: 115px;

  resize: vertical;

}


/* =====================================================
   DATENSCHUTZ
   ===================================================== */

.amath-privacy {

  display: flex;

  align-items: flex-start;

  gap: 9px;

  margin:
    3px 0 20px;

}


.amath-privacy input {

  width: 15px;

  height: 15px;

  margin-top: 2px;

  flex-shrink: 0;

  accent-color:
    var(--orange);

}


.amath-privacy label {

  color:
    rgba(255,255,255,.75);

  font-size: 10px;

  line-height: 1.5;

}


.amath-privacy a {

  color:
    var(--orange);

  font-weight: 700;

}


/* =====================================================
   SEND BUTTON
   ===================================================== */

.amath-send {

  display: flex;

  align-items: center;

  justify-content: space-between;

  width: 100%;

  height: 52px;

  padding:
    0 17px;

  background:
    var(--orange);

  border:
    1px solid var(--orange);

  border-radius: 3px;

  color:
    #111111;

  font-family: inherit;

  font-size: 12px;

  font-weight: 900;

  letter-spacing: .8px;

  cursor: pointer;

  box-shadow:
    0 4px 8px rgba(0,0,0,.25);

  transition:
    .2s ease;

}


.amath-send b {

  font-size: 22px;

  line-height: 1;

}


.amath-send:hover {

  background:
    #ffb52e;

  transform:
    translateY(-2px);

  box-shadow:
    0 7px 12px rgba(0,0,0,.3);

}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 750px) {

  .amath-kontakt {

    padding:
      55px 15px 65px;

  }


  .amath-kontakt-content {

    grid-template-columns:
      1fr;

  }


  .amath-form-row {

    grid-template-columns:
      1fr;

    gap: 0;

  }


  .amath-kontakt-info {

    padding: 22px;

  }


  .amath-kontakt-form {

    padding: 22px 18px;

  }


  .amath-kontakt-header h2 {

    font-size: 42px;

  }

}


/* =========================================================
   AMATH DESIGNS – KONTAKT
   DESERT / SUNSET STYLE
   ========================================================= */

.amath-kontakt {

  --orange: #f5a315;
  --orange-light: #ffb52e;
  --orange-dark: #bd7723;

  --white: #ffffff;
  --text: #f2eee8;

  --dark: #17100b;
  --dark-2: #24150b;

  --glass: rgba(20, 12, 7, 0.78);
  --glass-light: rgba(255,255,255,0.08);

  position: relative;

  width: 100%;
  min-height: 100vh;

  padding: 90px 25px 100px;

  /*
     DEIN WÜSTEN-HINTERGRUND

     Wenn das Bild in deinem CMS unter diesem Pfad liegt:
  */
  background-image: url("/thumb/LandingP/desertweb1.png");

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  color: var(--white);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  overflow: hidden;

}


/* =========================================================
   HINTERGRUND – FIXIERTER LOOK
   ========================================================= */

.amath-kontakt::before {

  content: "";

  position: absolute;

  inset: 0;

  background:

    /* dunkler Rand */
    radial-gradient(
      ellipse at center,
      transparent 20%,
      rgba(0,0,0,.18) 65%,
      rgba(0,0,0,.48) 100%
    );

  z-index: 0;

  pointer-events: none;

}


/* =========================================================
   ORANGE / BRAUNER OVERLAY
   ========================================================= */

.amath-kontakt-overlay {

  position: absolute;

  inset: 0;

  background:

    linear-gradient(
      180deg,
      rgba(112, 58, 12, 0.30),
      rgba(48, 25, 8, 0.72)
    );

  z-index: 1;

  pointer-events: none;

}


/* =========================================================
   CONTAINER
   ========================================================= */

.amath-kontakt-container {

  position: relative;

  z-index: 2;

  width: 100%;

  max-width: 1180px;

  margin: 0 auto;

}


/* =========================================================
   LOGO
   ========================================================= */

/*
   Das Logo wird über den Header gelegt.

   Da dein HTML aktuell kein eigenes <img>-Element
   für das Logo besitzt, verwenden wir den Header
   selbst als Bezugspunkt.

   Logo-Pfad ggf. an deinen tatsächlichen Pfad anpassen.
*/

.amath-kontakt-header {

  position: relative;

  text-align: center;

  margin-bottom: 65px;

  padding-top: 125px;

}


/* Logo */

.amath-kontakt-header::before {

  content: "";

  position: absolute;

  top: 0;
  left: 50%;

  transform: translateX(-50%);

  width: 145px;
  height: 145px;

  background-image:
    url("/thumb/Logos/LOGO_Textil-04-04-04.png");

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  filter:
    drop-shadow(0 7px 10px rgba(0,0,0,.55));

}


/* =========================================================
   HAUPTÜBERSCHRIFT
   ========================================================= */

.amath-kontakt-header h2 {

  margin: 0 0 12px;

  color: var(--orange);

  font-size:
    clamp(48px, 7vw, 78px);

  line-height: .95;

  font-weight: 900;

  letter-spacing: -2px;

  text-shadow:
    3px 4px 0 rgba(0,0,0,.38),
    0 6px 15px rgba(0,0,0,.45);

}


/* =========================================================
   SUBTITLE
   ========================================================= */

.amath-kontakt-header h3 {

  margin: 0;

  color: #ffffff;

  font-size:
    clamp(22px, 3vw, 34px);

  line-height: 1.2;

  font-weight: 800;

  text-shadow:
    2px 3px 5px rgba(0,0,0,.65);

}


/* =========================================================
   BESCHREIBUNG
   ========================================================= */

.amath-kontakt-header p {

  max-width: 700px;

  margin: 18px auto 0;

  color: rgba(255,255,255,.92);

  font-size: 20px;

  line-height: 1.65;

  text-shadow:
    1px 2px 4px rgba(0,0,0,.7);

}


/* =========================================================
   CONTENT
   ========================================================= */

.amath-kontakt-content {

  display: grid;

  grid-template-columns:
    0.75fr 1.25fr;

  gap: 24px;

  align-items: stretch;

}


/* =========================================================
   LINKER INFOBEREICH
   ========================================================= */

.amath-kontakt-info {

  padding: 34px;

  background:
    linear-gradient(
      145deg,
      rgba(30,18,10,.82),
      rgba(17,10,6,.88)
    );

  border:
    1px solid rgba(245,163,21,.45);

  border-radius: 10px;

  box-shadow:
    0 15px 40px rgba(0,0,0,.40),
    inset 0 1px 0 rgba(255,255,255,.08);

  backdrop-filter: blur(8px);

}


/* Titel */

.amath-kontakt-info h4 {

  margin: 0 0 18px;

  color: var(--orange);

  font-size: 22px;

  font-weight: 900;

  letter-spacing: 1px;

  text-shadow:
    1px 2px 3px rgba(0,0,0,.6);

}


/* Beschreibung */

.amath-kontakt-info > p {

  margin: 0 0 30px;

  color: rgba(255,255,255,.86);

  font-size: 18px;

  line-height: 1.7;

}


/* =========================================================
   INFO ITEMS
   ========================================================= */

.amath-info-item {

  position: relative;

  padding: 20px 0 20px 0;

  border-top:
    1px solid rgba(255,255,255,.14);

  color: #e9e3dc;

  font-size: 18px;

  line-height: 1.55;

}


.amath-info-item span {

  display: block;

  margin-bottom: 5px;

  color: var(--orange);

  font-size: 20px;

  font-weight: 900;

  letter-spacing: 1px;

}


/* =========================================================
   FORMULAR
   ========================================================= */

.amath-kontakt-form {

  padding: 34px;

  background:
    linear-gradient(
      145deg,
      rgba(25,15,8,.86),
      rgba(12,8,5,.90)
    );

  border:
    1px solid rgba(255,255,255,.20);

  border-radius: 10px;

  box-shadow:
    0 15px 40px rgba(0,0,0,.45),
    inset 0 1px 0 rgba(255,255,255,.08);

  backdrop-filter: blur(10px);

}


/* =========================================================
   FORM ROW
   ========================================================= */

.amath-form-row {

  display: grid;

  grid-template-columns:
    1fr 1fr;

  gap: 18px;

}


/* =========================================================
   FELDER
   ========================================================= */

.amath-field {

  margin-bottom: 20px;

}


.amath-field label {

  display: block;

  margin-bottom: 7px;

  color: var(--orange);

  font-size: 20px;

  font-weight: 900;

  letter-spacing: .8px;

  text-shadow:
    1px 2px 3px rgba(0,0,0,.5);

}


/* =========================================================
   INPUT / SELECT / TEXTAREA
   ========================================================= */

.amath-field input,
.amath-field select,
.amath-field textarea {

  box-sizing: border-box;

  width: 100%;

  padding: 12px 14px;

  background:
    rgba(255,255,255,.075);

  border:
    1px solid rgba(255,255,255,.28);

  border-radius: 5px;

  outline: none;

  color: #ffffff;

  font-family: inherit;

  font-size: 18px;

  transition:
    background .25s ease,
    border-color .25s ease,
    box-shadow .25s ease,
    transform .25s ease;

}


.amath-field input {

  height: 46px;

}


/* =========================================================
   PLACEHOLDER
   ========================================================= */

.amath-field input::placeholder,
.amath-field textarea::placeholder {

  color:
    rgba(255,255,255,.48);

}


/* =========================================================
   FOCUS
   ========================================================= */

.amath-field input:focus,
.amath-field select:focus,
.amath-field textarea:focus {

  background:
    rgba(255,255,255,.12);

  border-color:
    var(--orange);

  box-shadow:
    0 0 0 3px rgba(245,163,21,.14),
    0 5px 15px rgba(0,0,0,.20);

}


/* =========================================================
   SELECT
   ========================================================= */

.amath-field select {

  height: 46px;

  cursor: pointer;

}


.amath-field select option {

  background: #2b190c;

  color: #ffffff;

}


/* =========================================================
   TEXTAREA
   ========================================================= */

.amath-field textarea {

  min-height: 135px;

  resize: vertical;

}


/* =========================================================
   DATENSCHUTZ
   ========================================================= */

.amath-privacy {

  display: flex;

  align-items: flex-start;

  gap: 10px;

  margin:
    3px 0 22px;

}


.amath-privacy input {

  width: 16px;

  height: 16px;

  margin-top: 2px;

  flex-shrink: 0;

  accent-color:
    var(--orange);

  cursor: pointer;

}


.amath-privacy label {

  color:
    rgba(255,255,255,.72);

  font-size: 11px;

  line-height: 1.5;

}


.amath-privacy a {

  color:
    var(--orange);

  font-weight: 700;

  text-decoration: underline;

}


/* =========================================================
   SEND BUTTON
   ========================================================= */

.amath-send {

  position: relative;

  display: flex;

  align-items: center;

  justify-content: space-between;

  width: 100%;

  height: 56px;

  padding:
    0 18px 0 24px;

  background:

    linear-gradient(
      135deg,
      #d87b0b,
      #f5a315,
      #ffb52e
    );

  border:
    1px solid rgba(255,190,70,.65);

  border-radius: 30px;

  color:
    #17100b;

  font-family: inherit;

  font-size: 13px;

  font-weight: 900;

  letter-spacing: 1px;

  cursor: pointer;

  overflow: hidden;

  box-shadow:
    0 7px 20px rgba(0,0,0,.35);

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    filter .25s ease;

}


/* Button Shine */

.amath-send::before {

  content: "";

  position: absolute;

  top: 0;
  left: -100%;

  width: 60%;
  height: 100%;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255,255,255,.22),
      transparent
    );

  transform: skewX(-20deg);

  transition:
    left .6s ease;

}


.amath-send:hover::before {

  left: 140%;

}


/* Hover */

.amath-send:hover {

  transform:
    translateY(-3px);

  box-shadow:
    0 12px 28px rgba(0,0,0,.45);

  filter:
    brightness(1.08);

}


.amath-send:active {

  transform:
    translateY(-1px);

}


/* Pfeil */

.amath-send b {

  display: flex;

  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  margin-left: 15px;

  border-left:
    1px solid rgba(0,0,0,.20);

  font-size: 25px;

  line-height: 1;

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 850px) {

  .amath-kontakt {

    padding:
      70px 16px 80px;

    background-position:
      center center;

  }


  .amath-kontakt-header {

    padding-top: 110px;

    margin-bottom: 45px;

  }


  .amath-kontakt-header::before {

    width: 120px;
    height: 120px;

  }


  .amath-kontakt-content {

    grid-template-columns:
      1fr;

  }

}


/* =========================================================
   KLEINE MOBILE GERÄTE
   ========================================================= */

@media (max-width: 600px) {

  .amath-kontakt {

    padding:
      55px 12px 65px;

  }


  .amath-kontakt-header {

    padding-top: 95px;

  }


  .amath-kontakt-header::before {

    width: 100px;
    height: 100px;

  }


  .amath-kontakt-header h2 {

    font-size: 46px;

    letter-spacing: -1px;

  }


  .amath-kontakt-header h3 {

    font-size: 22px;

  }


  .amath-kontakt-header p {

    font-size: 14px;

  }


  .amath-kontakt-info {

    padding: 24px;

  }


  .amath-kontakt-form {

    padding: 24px 18px;

  }


  .amath-form-row {

    grid-template-columns:
      1fr;

    gap: 0;

  }


  .amath-send {

    height: 54px;

    padding-left: 20px;

  }

}


/* =========================================================
   SEHR KLEINE GERÄTE
   ========================================================= */

@media (max-width: 400px) {

  .amath-kontakt-header h2 {

    font-size: 40px;

  }


  .amath-kontakt-info {

    padding: 20px;

  }


  .amath-kontakt-form {

    padding: 20px 15px;

  }

}

