/** 'mysql:host=localhost;dbname=u141511991_reinigung;charset=utf8', 'u141511991_admin', 'Colorado2012!!'

'mysql:host=localhost;dbname=reinigung;charset=utf8', 'root', '' **/




@font-face {
    font-family: 'rainbow';
    src: url('Fonts/Before\ the\ Rainbow.otf') format('truetype');
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

.wrapper {
    width: 100%;
    text-align: center;    
}

.header {
    text-align: center;
    background: linear-gradient(to bottom, #7FC5D1 0%, rgba(127,197,209,0) 100%);
    vertical-align: middle;
}

.content {
  display: flex;           
  align-items: center;     
  justify-content: center; 
  text-align: center;
  min-height: 60vh;             
  box-sizing: border-box;
  flex-direction: column;
  width: 100%;
  position: relative;
  ;
}

.cta-container {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

.cta-button {
  background: linear-gradient(135deg, #ff7a2a 0%, #ffb347 100%);
  color: white;
  font-size: clamp(1.8rem, 1.3vw + 0.6rem, 1.6rem);
  font-weight: 600;
  padding: 1rem 3vw;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  font-family: 'Fredoka One', sans-serif;
  animation: pulse 4.5s infinite ease-in-out;
}

.cta-button:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
  background: linear-gradient(135deg, #ff934f 0%, #ffd36b 100%);
}

.cta-button:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.cta-button {
  animation: pulse 4.5s infinite ease-in-out;
}

.text-box {
  background-color: #f0f7e980;
  padding: 2rem 5vw 3rem 5vw;
  border-radius: 30px;
  margin: 0 5vw;
  width: 40vw;
  box-sizing: border-box;
  font-size: 2rem;
}

.info-box {
  /*background-color: #f9fff7;*/
  padding: clamp(1.0rem, 1.5vw + 1rem, 2rem) clamp(2rem, 4vw, 6rem);
  border-radius: 30px;
  margin: 3rem auto;
  max-width: 80vw;
  width: 90%;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Titel */
.info-title {
  font-family: 'rainbow', sans-serif;
  color: #ff934f;
  font-size: clamp(1.8rem, 1.5vw + 1rem, 2.4rem);
  margin-bottom: clamp(1.8rem, 1.4vw, 2rem);
  line-height: 1.3;
  letter-spacing: 0.08em;
  /*text-shadow: 2px 2px 5px rgba(74, 73, 73, 0.2), 0 0 25px rgba(94, 76, 76, 0.308);S*/
  font-weight: 1600; 
}

/* Text */
.info-text {
  font-family: 'Fredoka One', sans-serif;
  color: #222;
  font-size: clamp(1rem, 0.8vw + 0.8rem, 1.5rem);
  line-height: 1.7;
  max-width: 60rem;
  margin: 0 auto;
}

.highlight {
  color: #ff934f;
  font-weight: 600;
}

.emoji {
  font-size: clamp(1.3rem, 1vw + 0.8rem, 2rem);
  vertical-align: middle;
}

@media (min-width: 2800px) {
  .cta-button {
    font-size: 1.8rem;
    padding: 1.2rem 4vw;
  }

  .text-box {
    max-width: 80rem;
  }

  .info-title {
    font-size: clamp(2rem, 2vw + 1.5rem, 3rem);
    }

  .info-text {
    font-size: clamp(1.5rem, 1vw + 1rem, 2rem);
    }

    
}

img.mobile-fullwidth {
    max-width: 100%;
    width: 70%;   /* Desktop */
    height: auto;
}

@media (max-width: 768px) {
    img.mobile-fullwidth {
        width: 100% !important;
    }
}

img.mobile-fullwidth-header {
    max-width: 100%;
    width: 40%;   /* Desktop */
    height: auto;
}

@media (max-width: 768px) {
    img.mobile-fullwidth-header {
        width: 70% !important;
    }
}

.checkout-page {
    padding: 20px;
}

.checkout-page .content {
    padding-left: 10px;
    padding-right: 10px;
}

.checkout-page img {
    display: block;
    margin: 0 auto;
}

.image-icon {
  width: 40%;
}

@media (max-width: 768px) {
    .image-icon {
        width: 100%;
        max-width: 80%;
    }
}

.image-usps {
  width: 70%;
}

@media (max-width: 768px) {
    .image-usps {
        width: 100%;
        max-width: 100%;
    }
}