/*********************** all: Body und Mobile-Body **********************/
body {
    font-family: 'ITCBenguiat','Playfair Display', 'tanpearl',''; 
    margin: 0;
    padding: 0;
    color: white;
}

.bodydiv{
    display:flex;
    flex-direction: column;
    overflow-x: hidden;
    /* background-image: url('../img/zweiflug-astrologie-liebe-vertrauen-wohlstand-schutz.png'); */
    background-size: contain;
    background-repeat: no-repeat;
}
/*********************** all: Body und Mobile-Body **********************/

/*********************** all: Hauptcontainer **********************/
.main{
    display:flex;
    flex-direction: column;
    min-height:calc(100vh - 125px - 79px);
    background-image: url('../img/zweiflug-astrologie-background.png');
    background-size: cover;
    background-position: bottom;
}
/*********************** all: Hauptcontainer **********************/

/*********************** all: Header **********************/
.modern-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 95px;
    padding: 15px 30px;
    background: rgba(0, 51, 102, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 11;
}

.nav-left, .nav-right {
    display: flex;
    gap: 25px;
    flex: 1;
}

.nav-left {
    justify-content: flex-start;
}

.nav-right {
    justify-content: flex-end;
}

.nav-left a, .nav-right a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.nav-left a:hover, .nav-right a:hover {
    color: #FFD700;
    transform: translateY(-2px);
}

.logo-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#zweiflug-logo {
    height: 60px;
    width: auto;
    cursor: pointer;
    opacity: 0;
    transform: translateX(-100px);
    animation: logoFlyIn 1s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    animation-delay: 0.2s;
}

@keyframes logoFlyIn {
    from {
        opacity: 0;
        transform: translateX(-100px) rotate(-10deg);
    }
    to {
        opacity: 1;
        transform: translateX(0) rotate(0deg);
    }
}
/*********************** all: Header **********************/

/*********************** all: Footer **********************/
.modern-footer {
    height: 39px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    background: rgba(0, 51, 102, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index:1;
}

.footer-link {
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.footer-link:hover {
    color: #FFD700;
}

.social-links {
    display: flex;
    gap: 20px;
    align-items: center;
}

.footer-icon {
    height: 35px;
    width: 35px;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.footer-icon:hover {
    transform: scale(1.15);
}
/*********************** all: Footer **********************/

/*********************** all **********************/
.d-flex{
    display:flex;
}

.fd-col{
    flex-direction:column;
}

.ali-center{
    align-items: center;
}

.j-center{
   justify-content: center;
}

.w-200{
    width:200px;
}

.w-50{
    width:50px;
}

.horoskop-pic{
    margin-bottom: 50px;
    width: 50%;
}

.gold-font{
    color: rgb(218,165,32);
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(218,165,32,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(212,175,55,1) 61%, rgba(213,173,109,1) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blue-font{
    color: #003366;
}

.filter-class{
    filter:contrast(200%);
}

.font-22{
    font-size:22px;
}
/*********************** all **********************/

/*********************** index.html **********************/
.profile-pics{
    display:flex;
    justify-content: center;
    height:300px;
    margin-bottom: 50px;
}

.zweiflug-header{
    position: absolute;
    text-align: center; 
    font-size: 75px; 
    cursor:default;
    margin-bottom: 0;
    padding-left:70px;

	color: rgb(218,165,32);
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(218,165,32,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(212,175,55,1) 61%, rgba(213,173,109,1) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.zweiflug-subheader{
    text-align: center; 
    font-size: 20px;
    cursor:default;
    margin:0;
}

.zweiflug-video{
    object-fit: scale-down;
    min-width:100vw;
}

.zweiflug-video-box{
    position: relative; 
    display: flex; 
    justify-content: center;
}

.profile-style{
    display:flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.profil-img{
    height: 200px;
    border-radius: 10px;
}

.sun{
    width:200px;
}

.hidden-graphic{
    position: absolute;
    top:75px;
    left:calc(50vw - 75px);
    height:150px;
    z-index:-1;
}

.name-style{
    text-align: center;
    font-size:30px;
    margin-top:10px;
    cursor:default;
    font-family: tanpearl;
}

.horoskoprechner-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFD700;
    color: #003366;
    padding: 15px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.horoskoprechner-button:hover {
    /* background: #FFA500; */
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.logo-rotating {
    animation: rotate-flip 4s linear infinite;
    transform-style: preserve-3d;
}

@keyframes rotate-flip {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}

.tierkreis-rotating {
    animation: rotate-tierkreis 20s linear infinite;
}

@keyframes rotate-tierkreis {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

  .welcome-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 900px;
    margin: 50px auto;
    padding: 50px 40px;
  }
  
  .welcome-title {
    text-align: center;
    margin: 0 0 40px 0;
    font-size: 36px;
  }
  
  .welcome-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  
  .welcome-text-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    max-width: 700px;
    margin-bottom: 50px;
  }
  
  .welcome-text {
    font-size: 22px;
    line-height: 1.8;
    text-align: center;
    margin: 0;
  }
  
 .journey-box {
    display: flex;
    justify-content: center;
    margin: 50px auto;
    max-width: 800px;
    padding: 0 20px;
  }
  
  .journey-text {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 30px 40px;
    border-radius: 12px;
    line-height: 1.6;
    opacity: 0;
    transform: scale(0);
  }

  .journey-text.animate {
    animation: zoomIn 1.2s ease-out forwards;
  }

  @keyframes zoomIn {
    from {
      transform: scale(0);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }

  .zweiflug-video-box2{
      position: relative; 
      display: flex; 
      justify-content: center; 
      margin-bottom: 25px;
   }

  .zweiflug-video-header{
      position: absolute;
      text-align: center; 
      font-size: 55px; 
      cursor:default;
      margin: 0;
      top: 110px;
   }

   .zweiflug-video-style{
      object-fit: cover;
      width: 100%;
      height: 300px;
   }

   .zweiflug-tierkreis{
      display: flex; 
      flex-direction: column; 
      align-items: center; 
      border-radius: 15px; 
      padding: 35px; 
      margin: 30px 0; 
      text-align: center;
   }

   .zweiflug-tierkreis-text{
      text-align: center; 
      font-size: 35px; 
      cursor:default;
      margin: 0; 
      top:100px;
   }

   .zweiflug-tierkreis-style{
      height:175px;
      top:100px;
      margin-top:25px;
      margin-bottom:25px;
   }

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 51, 102);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 12;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}

.loading-overlay.hidden {
    opacity: 0;
    visibility: hidden;
}

.loading-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.loading-logo {
    width: 200px;
    height: auto;
    animation: pulse 2s ease-in-out infinite;
}

.loading-text {
    color: #ffffff;
    font-size: 24px;
    font-family: 'Bahnschrift-SemiBold', sans-serif;
    letter-spacing: 2px;
    animation: loadingDots 1.5s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}

@keyframes loadingDots {
    0%, 20% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
/*********************** index.html **********************/

/*********************** kontakt.html **********************/
#kontakt{
    margin-top:50px;
    margin-bottom:50px;
}

.contact-header{
    text-align: center; 
    font-size:30px;
    margin-top:100px; 
    margin-bottom:50px; 
    cursor:default;
}

.contact-form{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.textfield, .mailfield{
    font-size: 16px;
    border: 1px solid;
    border-radius: 8px;
    padding-left: 15px;
    width: 30%;
    outline: none;
    z-index: 1;
    margin-bottom:25px;
}

.mailfield{
    height: 50px;
    font-family: 'Playfair Display';
}

.textfield{
    height: 100px;
    font-family: 'Playfair Display';
    padding-top:15px;
}

button{
    color: #0b2a7a;
    height: 58px;
    width: 200px;
    border-radius: 8px;
    font-size: 23px;
    cursor: pointer;
    transition: all .5s ease-in-out;
    background-size: 298%;
}

button:hover {
    background-position: 100%;
    background-image: -webkit-linear-gradient(30deg, rgba(246, 249, 255, 1) 0%, rgba(11, 42, 122, 1) 64%, rgba(5, 29, 93, 1) 100%);
    background-image: linear-gradient(30deg, rgba(246, 249, 255, 1) 0%, rgba(11, 42, 122, 1) 64%, rgba(5, 29, 93, 1) 100%);
    color: white;
    border-color: #0B2A7A;
}

.success-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 51, 102, 0.95);
    backdrop-filter: blur(10px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

#success:target {
    display: flex;
    animation: fadeIn 0.5s ease-in-out;
}

.success-box {
    text-align: center;
    color: white;
    max-width: 500px;
    padding: 40px;
    animation: bounceIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.success-icon {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    animation: rotateIn 0.8s ease-out;
}

.success-box h2 {
    font-size: 36px;
    margin: 20px 0;
    color: #FFD700;
}

.success-box p {
    font-size: 20px;
    margin: 20px 0;
}

.close-button {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    background: white;
    color: #0b2a7a;
    text-decoration: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.close-button:hover {
    background: #FFD700;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3) translateY(-50px);
    }
    50% {
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes rotateIn {
    0% {
        transform: scale(0) rotate(-180deg);
        opacity: 0;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}
/*********************** kontakt.html **********************/

/*********************** horoskop-rechner.html **********************/
.horoskop-rechner-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 900px;
    /* margin-top: 50px auto; */
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
}

.horoskop-header{
    margin-top:75px;
    margin-bottom:50px;
    text-align: center;
    width: 90%;
}

.stars {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.star {
    position: absolute;
    background: white;
    border-radius: 50%;
    animation: twinkle 2s infinite;
}

@keyframes twinkle {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
}

.form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
}

.form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    padding: 40px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    margin-top: 25px;
    margin-bottom: 100px;
}

.form-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
}

.form-title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFD700;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.form-subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #E0E0E0;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}

.form-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 20px;
}

.form-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 15px;
}

.form-field {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 1;
    gap: 8px;
}

.form-field label {
    display: flex;
    align-items: center;
    color: #FFD700;
    font-size: 14px;
    font-weight: 600;
}

.form-field input,
.form-field select {
    display: flex;
    background: rgba(50, 50, 50, 0.8);
    border: 1px solid rgba(255, 215, 0, 0.2);
    border-radius: 8px;
    padding: 12px 15px;
    color: #E0E0E0;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease;
}

.form-field input:focus,
.form-field select:focus {
    border-color: #FFD700;
}

.form-field input::placeholder {
    color: rgba(224, 224, 224, 0.5);
}

.suggestions-list {
    display: none;
    flex-direction: column;
    background: rgba(40, 40, 40, 0.95);
    border: 1px solid rgba(255, 215, 0, 0.3);
    border-radius: 8px;
    max-height: 200px;
    overflow-y: auto;
    margin-top: 5px;
    position: relative;
    z-index: 11;
}

.suggestion-item {
    display: flex;
    padding: 10px 15px;
    color: #E0E0E0;
    cursor: pointer;
    transition: background 0.2s ease;
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.suggestion-item:last-child {
    border-bottom: none;
}

.suggestion-item:hover {
    background: rgba(255, 215, 0, 0.2);
}

.suggestions-list div {
    padding: 10px 15px;
    color: #E0E0E0;
    cursor: pointer;
    transition: background 0.2s ease;
}

.suggestions-list div:hover {
    background: rgba(255, 215, 0, 0.2);
}

.form-field-checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.form-field-checkbox input {
    display: flex;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.form-field-checkbox label {
    display: flex;
    align-items: center;
    color: #003366;
    font-size: 14px;
    cursor: pointer;
}

.form-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    border: none;
    border-radius: 12px;
    padding: 15px 40px;
    color: #1a1a2e;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
    width: 100%;
}

.form-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.5);
}

.form-button:active {
    transform: translateY(0);
}

.radix-container {
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid rgba(255, 215, 0, 0.3);
}

.radix-title {
    color: #FFD700;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

#radix-content {
    width: 100%;
    color: #E0E0E0;
}

#radix-content table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(40, 40, 40, 0.9);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}

#radix-content thead {
    background: rgba(30, 30, 30, 0.95);
}

#radix-content thead tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}

#radix-content thead th {
    color: #FFD700;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    flex: 1;
    text-align: left;
}

#radix-content thead th:first-child {
    flex: 2;
}

#radix-content thead th:nth-child(2),
#radix-content thead th:nth-child(3),
#radix-content thead th:nth-child(4) {
    text-align: center;
}

#radix-content tbody {
    display: flex;
    flex-direction: column;
}

#radix-content tbody tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
    transition: background 0.2s ease;
}

#radix-content tbody tr:last-child {
    border-bottom: none;
}

#radix-content tbody tr:hover {
    background: rgba(255, 215, 0, 0.05);
}

#radix-content tbody td {
    color: #E0E0E0;
    font-size: 16px;
    flex: 1;
    display: flex;
    align-items: center;
}

#radix-content tbody td:first-child {
    flex: 2;
    color: #FFD700;
    font-weight: 600;
    gap: 8px;
}

#radix-content tbody td:nth-child(2),
#radix-content tbody td:nth-child(3),
#radix-content tbody td:nth-child(4) {
    justify-content: center;
}

#radix-content tbody td:first-child::before {
    content: attr(data-symbol);
    font-size: 20px;
}

#radix-content tbody td:nth-child(2) {
    color: #B39DDB;
    font-size: 24px;
}

#radix-content tbody td:nth-child(4) {
    color: #FFD700;
    font-weight: 700;
    font-size: 18px;
}

#radix-content h3 {
    color: #FFD700;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

#radix-content h3::before {
    content: '🪐';
    font-size: 24px;
}
/*********************** horoskop-rechner.html **********************/


/*********************** impressum.html **********************/
.impressum {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 90%;
}

.impressum-header{
    display: flex;
    flex-direction: column;
    align-items:center;
}

.impressum-btm{
    margin-bottom: 50px;
}

.noMargintop{
    margin-top: 0 !important;
}

.mrgbot{
    margin-bottom: 50px;
}

.ul{
    width: 50px;
    margin-bottom: 50px;
    border: 3px solid;
}
/*********************** impressum.html **********************/

/*********************** online-kurse.html **********************/
/*********************** online-kurse.html **********************/

/*********************** ueber-uns.html **********************/
/*********************** ueber-uns.html **********************/



/*#################################### INTERVALLE FÜRS HANDY ####################################*/
@media (min-width:1500px) and (max-width:3000px) {

    .zweiflug-video-box{
       height:calc(100vh - 125px)
    }

}

@media (min-width:800px) and (max-width:1000px) {

    /*********************** all: header & footer **********************/
    .nav-left a, .nav-right a {
        font-size: 16px;
    }
    
    #zweiflug-logo {
        height: 50px;
    }
    /*********************** all: header & footer **********************/   

    /*********************** index.html **********************/
    .zweiflug-video-header{
        font-size:40px;
    }
    /*********************** index.html **********************/    

    /*********************** kontakt.html **********************/
    .textfield, .mailfield{
        width: 50%;
    }
    
    .contact-box{
        width: 100%;
    }
   /*********************** kontakt.html **********************/
}

@media (min-width:600px) and (max-width:799px) {

    /*********************** all: Hauptcontainer **********************/
        .main{
              min-height:calc(100vh - 270px - 115px);
        }
    /*********************** all: Hauptcontainer **********************/

    /*********************** all: header & footer **********************/
        .modern-header {
            height: 225px;
            flex-direction: column;
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 15px;
            padding-bottom: 30px;
            gap: 15px;
        }
        
        .nav-left, .nav-right {
            flex-direction: column;
            gap: 10px;
            text-align: center;
        }
        
        .logo-container {
            order: -1;
        }
        
        #zweiflug-logo {
            height: 50px;
        }
        
        .modern-footer {
            height: 75px;
            flex-direction: column;
            gap: 15px;
            padding: 20px;
            z-index:1;
        }
    /*********************** all: header & footer **********************/

    /*********************** index.html **********************/
        .zweiflug-subheader{
             color: rgb(218,165,32);
             background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(218,165,32,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(212,175,55,1) 61%, rgba(213,173,109,1) 100%);
             background: -o-linear-gradient(transparent, transparent);
             -webkit-background-clip: text;
             -webkit-text-fill-color: transparent;
        }
        
        .zweiflug-header{
            font-size:50px;
            padding-left:45px;
        }

        .zweiflug-video{
             object-fit: scale-down;
             width:100vw;
             height: auto;
        }

        .zweiflug-video-header{
            font-size:35px;
        }

        .welcome-container {
            padding: 40px 30px;
            margin: 30px 20px;
        }
    
        .welcome-title {
            font-size: 28px;
            margin-bottom: 30px;
        }
    
        .welcome-text {
            font-size: 20px;
        }

        .journey-text {
            font-size: 22px;
            padding: 25px 30px;
        }
    /*********************** index.html **********************/

    /*********************** kontakt.html **********************/
    .textfield, .mailfield{
        width: 70%;
    }
    
    .contact-box{
        width: 100%;
    }

    .success-box {
        padding: 30px 20px;
    }
    
    .success-box h2 {
        font-size: 28px;
    }
    
    .success-box p {
        font-size: 18px;
    }
    
    .success-icon {
        width: 100px;
        height: 100px;
    }
    /*********************** kontakt.html **********************/

    /*********************** horoskop-rechner.html **********************/
    .form-container {
        padding: 30px 20px;
    }
    
    .form-title {
        font-size: 28px;
    }
    
    .form-subtitle {
        font-size: 16px;
    }
    
    .form-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .form-button {
        font-size: 16px;
        padding: 12px 30px;
    }
    
    .radix-title {
        font-size: 24px;
    }
    
    #radix-content table {
        font-size: 14px;
    }
    
    #radix-content thead th {
        font-size: 12px;
        padding: 10px 15px;
    }
    
    #radix-content tbody tr {
        padding: 10px 15px;
    }
    
    #radix-content tbody td {
        font-size: 14px;
    }
    
    #radix-content tbody td:nth-child(2) {
        font-size: 20px;
    }
    
    #radix-content tbody td:nth-child(4) {
        font-size: 16px;
    }
    
    #radix-content h3 {
        font-size: 18px;
    }
    /*********************** horoskop-rechner.html **********************/
}

@media (min-width:400px) and (max-width:599px) {

    /*********************** all: Hauptcontainer **********************/
        .main{
              min-height:calc(100vh - 270px - 115px);
        }
    /*********************** all: Hauptcontainer **********************/

    /*********************** all: header & footer **********************/
        .modern-header {
            height: 225px;
            flex-direction: column;
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 15px;
            padding-bottom: 30px;
            gap: 15px;
        }
        
        .nav-left, .nav-right {
            flex-direction: column;
            gap: 10px;
            text-align: center;
        }
        
        .logo-container {
            order: -1;
        }
        
        #zweiflug-logo {
            height: 50px;
        }
        
        .modern-footer {
            height: 75px;
            flex-direction: column;
            gap: 15px;
            padding: 20px;
            z-index:1;
        }
    /*********************** all: header & footer **********************/

    /*********************** index.html **********************/
        .zweiflug-subheader{
             color: rgb(218,165,32);
             background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(218,165,32,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(212,175,55,1) 61%, rgba(213,173,109,1) 100%);
             background: -o-linear-gradient(transparent, transparent);
             -webkit-background-clip: text;
             -webkit-text-fill-color: transparent;
        }  

        .zweiflug-header{
            font-size:33px;
            padding-left:30px;
        }

        .profile-style{
            display:flex;
            flex-direction: column;
            align-items: center;
            position: relative;
         }
     
        .zweiflug-video{
             object-fit: scale-down;
             width:100vw;
             height: auto;
        }

        .zweiflug-video-header{
            font-size:35px;
        }

        .zweiflug-video-style{
             object-fit: none;
        }

        .welcome-container {
            padding: 40px 30px;
            margin: 30px 20px;
        }
    
        .welcome-title {
            font-size: 28px;
            margin-bottom: 30px;
        }
    
        .welcome-text {
            font-size: 20px;
        }

        .profile-pics{
            display:flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height:unset;
            margin-bottom: 50px;
            margin-top: 50px;
        }

        .profil-img{
            height: unset;
            width: 80%;
            border-radius: 10px;
        }

        .sun{
            width:90%;
        }

        .name-style{
            text-align: center;
            font-size:50px;
            margin-top:25px;
            cursor:default;
            font-family: tanpearl;
        }

        .journey-text {
            font-size: 22px;
            padding: 25px 30px;
        }
    /*********************** index.html **********************/

    /*********************** kontakt.html **********************/
    .textfield, .mailfield{
        width: 70%;
    }
    
    .contact-box{
        width: 100%;
    }

    .success-box {
        padding: 30px 20px;
    }
    
    .success-box h2 {
        font-size: 28px;
    }
    
    .success-box p {
        font-size: 18px;
    }
    
    .success-icon {
        width: 100px;
        height: 100px;
    }
    /*********************** kontakt.html **********************/

    /*********************** horoskop-rechner.html **********************/
    .form-container {
        padding: 30px 20px;
    }
    
    .form-title {
        font-size: 28px;
    }
    
    .form-subtitle {
        font-size: 16px;
    }
    
    .form-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .form-button {
        font-size: 16px;
        padding: 12px 30px;
    }
    
    .radix-title {
        font-size: 24px;
    }
    
    #radix-content table {
        font-size: 14px;
    }
    
    #radix-content thead th {
        font-size: 12px;
        padding: 10px 15px;
    }
    
    #radix-content tbody tr {
        padding: 10px 15px;
    }
    
    #radix-content tbody td {
        font-size: 14px;
    }
    
    #radix-content tbody td:nth-child(2) {
        font-size: 20px;
    }
    
    #radix-content tbody td:nth-child(4) {
        font-size: 16px;
    }
    
    #radix-content h3 {
        font-size: 18px;
    }
    /*********************** horoskop-rechner.html **********************/

}

@media (min-width:300px) and (max-width:399px) {

    /*********************** all: Hauptcontainer **********************/
    .main{
        min-height:calc(100vh - 270px - 115px);
    }
    /*********************** all: Hauptcontainer **********************/

    /*********************** all: header & footer **********************/
    .modern-header {
        height: 225px;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 30px;
        gap: 15px;
    }
    
    .nav-left, .nav-right {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .logo-container {
        order: -1;
    }
    
    #zweiflug-logo {
        height: 50px;
    }
    
    .modern-footer {
        height: 75px;
        flex-direction: column;
        gap: 15px;
        padding: 20px;
        z-index:1;
    }
    /*********************** all: header & footer **********************/

    /*********************** index.html **********************/
    .zweiflug-subheader{
        color: rgb(218,165,32);
        background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(218,165,32,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(212,175,55,1) 61%, rgba(213,173,109,1) 100%);
        background: -o-linear-gradient(transparent, transparent);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }  

    .zweiflug-video{
        object-fit: scale-down;
        width:100vw;
        height: auto;
    }

    .zweiflug-video-header{
        font-size:36px;
    }
    
    .zweiflug-header{
       text-align: center;
       font-size: 28px;
       margin-top:12px;
       padding-left:0;
       cursor:default;
    }

    .profile-style{
       display:flex;
       flex-direction: column;
       align-items: center;
       position: relative;
    }

    .hidden-graphic{
       position: absolute;
       top:0;
       left:20vw;
       height:250px;
       z-index:-1;
    }

    .profile-pics{
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height:unset;
        margin-bottom: 50px;
        margin-top: 50px;
    }


   .profil-img{
        height: unset;
        width: 80%;
        border-radius: 10px;
    }

    .sun{
        width:90%;
    }

    .name-style{
        text-align: center;
        font-size:30px;
        margin-top:25px;
        cursor:default;
        font-family: tanpearl;
    }

    .mrg-bottom{
        margin-bottom: 50px;
    }

    .mrg-top{
        margin-top: 50px;
    }

    .welcome-container {
      padding: 30px 20px;
      margin: 20px 15px;
    }
    
    .welcome-title {
      font-size: 24px;
    }
    
    .welcome-text {
      font-size: 18px;
    }

    .journey-text {
      font-size: 20px;
      padding: 20px 25px;
    }

    .zweiflug-tierkreis-text{
        font-size:28px;
    }
    /*********************** index.html **********************/

    /*********************** kontakt.html **********************/
    .textfield, .mailfield{
        width: 90%;
    }
    
    .contact-box{
        width: 100%;
    }

    .success-box {
        padding: 30px 20px;
    }
    
    .success-box h2 {
        font-size: 28px;
    }
    
    .success-box p {
        font-size: 18px;
    }
    
    .success-icon {
        width: 100px;
        height: 100px;
    }
    /*********************** kontakt.html **********************/

    /*********************** horoskop-rechner.html **********************/
    .form-container {
        padding: 30px 20px;
    }
    
    .form-title {
        font-size: 28px;
    }
    
    .form-subtitle {
        font-size: 16px;
    }
    
    .form-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .form-button {
        font-size: 16px;
        padding: 12px 30px;
    }
    
    .radix-title {
        font-size: 24px;
    }
    
    #radix-content table {
        font-size: 14px;
    }
    
    #radix-content thead th {
        font-size: 12px;
        padding: 10px 15px;
    }
    
    #radix-content tbody tr {
        padding: 10px 15px;
    }
    
    #radix-content tbody td {
        font-size: 14px;
    }
    
    #radix-content tbody td:nth-child(2) {
        font-size: 20px;
    }
    
    #radix-content tbody td:nth-child(4) {
        font-size: 16px;
    }
    
    #radix-content h3 {
        font-size: 18px;
    }
    /*********************** horoskop-rechner.html **********************/

}

@media (min-width:280px) and (max-width:299px) {

    /*********************** all: Hauptcontainer **********************/
    .main{
        min-height:calc(100vh - 270px - 115px);
    }
    /*********************** all: Hauptcontainer **********************/

    /*********************** all: header & footer **********************/
    .modern-header {
        height: 225px;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 30px;
        gap: 15px;
    }
    
    .nav-left, .nav-right {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .logo-container {
        order: -1;
    }
    
    #zweiflug-logo {
        height: 50px;
    }
    
    .modern-footer {
        height: 75px;
        flex-direction: column;
        gap: 15px;
        padding: 20px;
        z-index:1;
    }
    /*********************** all: header & footer **********************/

    /*********************** index.html **********************/
    .zweiflug-subheader{
        color: rgb(218,165,32);
        background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(218,165,32,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(212,175,55,1) 61%, rgba(213,173,109,1) 100%);
        background: -o-linear-gradient(transparent, transparent);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }  

    .zweiflug-video{
        object-fit: scale-down;
        width:100vw;
        height: auto;
    }

    .zweiflug-video-header{
        font-size:25px;
    }
    
    .zweiflug-header{
       text-align: center;
       font-size: 23px;
       margin-top:12px;
       padding-left:0;
       cursor:default;
    }

    .profile-style{
       display:flex;
       flex-direction: column;
       align-items: center;
       position: relative;
    }

    .hidden-graphic{
       position: absolute;
       top:0;
       left:20vw;
       height:250px;
       z-index:-1;
    }

    .profile-pics{
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height:unset;
        margin-bottom: 50px;
        margin-top: 50px;
    }

   .profil-img{
        height: unset;
        width: 80%;
        border-radius: 10px;
    }

    .sun{
        width:90%;
    }

    .name-style{
        text-align: center;
        font-size:30px;
        margin-top:25px;
        cursor:default;
        font-family: tanpearl;
    }

    .mrg-bottom{
        margin-bottom: 50px;
    }

    .mrg-top{
        margin-top: 50px;
    }

    .welcome-container {
      padding: 30px 20px;
      margin: 20px 15px;
    }
    
    .welcome-title {
      font-size: 24px;
    }
    
    .welcome-text {
      font-size: 18px;
    }

    .journey-text {
      font-size: 20px;
      padding: 20px 25px;
    }

    .zweiflug-tierkreis-text{
        font-size:28px;
    }
    /*********************** index.html **********************/

    /*********************** kontakt.html **********************/
    .textfield, .mailfield{
        width: 90%;
    }
    
    .contact-box{
        width: 100%;
    }

    .success-box {
        padding: 30px 20px;
    }
    
    .success-box h2 {
        font-size: 28px;
    }
    
    .success-box p {
        font-size: 18px;
    }
    
    .success-icon {
        width: 100px;
        height: 100px;
    }
    /*********************** kontakt.html **********************/

    /*********************** horoskop-rechner.html **********************/
       .form-container {
        padding: 30px 20px;
    }
    
    .form-title {
        font-size: 28px;
    }
    
    .form-subtitle {
        font-size: 16px;
    }
    
    .form-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .form-button {
        font-size: 16px;
        padding: 12px 30px;
    }
    
    .radix-title {
        font-size: 24px;
    }
    
    #radix-content table {
        font-size: 14px;
    }
    
    #radix-content thead th {
        font-size: 12px;
        padding: 10px 15px;
    }
    
    #radix-content tbody tr {
        padding: 10px 15px;
    }
    
    #radix-content tbody td {
        font-size: 14px;
    }
    
    #radix-content tbody td:nth-child(2) {
        font-size: 20px;
    }
    
    #radix-content tbody td:nth-child(4) {
        font-size: 16px;
    }
    
    #radix-content h3 {
        font-size: 18px;
    }
    /*********************** horoskop-rechner.html **********************/

}

/*#################################### INTERVALLE FÜRS HANDY ####################################*/






/*********************** impressum.html **********************/
@media (min-width:300px) and (max-width:499px) {
    /* :host {
        width:90%;
    } */
    
    .Impressum {
        width:90%;
    }

    .impressum-h1{
        font-size: 40px;
    }

    .impressum-h2{
        font-size: 30px;
    }

    .impressum-text{
        font-size: 20px;
        width:90%;
        word-wrap:break-word;
    }
}

@media (min-width:280px) and (max-width:299px) {
    /* :host {
        width:90%;
    } */
    
    .Impressum {
        width:90%;
    }

    .impressum-h1{
        font-size: 35px;
    }

    .impressum-h2{
        font-size: 25px;
    }

    .impressum-text{
        font-size: 20px;
        width:90%;
        word-wrap:break-word;
    }
}
/*********************** impressum.html **********************/