@media only screen and ( min-width: 1120px ) {
    /* Desktop */
.desktop {
    display: block;
}
.mobil {
    display: none;
}
html {
    background: linear-gradient(to bottom, gray, silver);
    width: 100vw;
    font-family: Helvetica Light, Helvetica neue, Helvetica, Geneva, Arial, sans-serif;
}
body {
    margin: auto auto auto auto;
    padding: 0px;
    width: 80%; 
    max-width: 1200px;
}
header {
    position: -webkit-sticky;
    position: sticky;
    top: -60%;
    background-color: gray;
    border-radius: 10px;
    height: 70vh;
    width: auto;
    overflow: hidden;
    z-index: 2;
}
.modalDialog {
    position: Fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 900ms ease-in;
    pointer-events: None;
    z-index: 99999;
}
.modalDialog:target {
    opacity: 1;
    pointer-events: Auto;
}
.modalDialog > div {
    width: auto;
    max-width: 55%;
    position: relative;
    margin: 10% Auto;
    padding: 20px 10px 20px 10px;
    border-radius: 10px;
    background-color: #ffffff;
    background: linear-gradient(#ffffff, #999999);
    cursor: Default;
}
.close {
    background-color: #ff0000;
    opacity: 1.0;
    color: #ffffff;
    line-height: 30px;
    width: 30px;
    position: absolute;
    right: -12px;
    text-align: Center;
    top: -10px;
    text-decoration: None;
    font-size: 14px;
    font-weight: Bold;
    border-radius: 12px;
    box-shadow: 5px 5px 8px #000000;
}
.close:hover {
    background-color: #00D9FF;
}
.menu {
    position: fixed;
    top: 5;
    left: 5;
    font-size: 1em;
    font-size: clamp(1em, calc(1em + 2vw), 3em);
    padding: 5px;
    color: #ffffff;
    background-color: gray; 
    opacity: 0.7;
    border: 2px solid #ffffff;
    border-radius: 10px;
    z-index: 5;
}
.contactSubjectTd {
    width: auto;
}
textarea {
	width: 40em;
	height: 5em;
}
article {
    background-color: gray;
    z-index: 1;
}
section {
    background-color: #ffffff;
    border: 0px;
    border-radius: 10px;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    z-index: 1;
}
.mainBild {
    width: 100%;
    height: auto; 
    padding: 0px; 
    margin: 0px; 
    z-index: 2;
}
.left {
    float: left;
}
.right {
    float: right;
}
.bottom {
    margin-bottom: 0px;
}
img {
}
.logos {
    width: 40%;
    max-heicht: 120px;
    border: 0px;
    border-radius: 10px;
}
.bild {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
footer {
    background-color: gray;
    height: auto;
    width: auto;
    padding-top: 30px;
    z-index: -1;
}
nav {
    display: block;
}
.column-links {
    float: left;
    width: 47%;
    box-sizing: border-box;
    margin-right: 1%;
    margin-left: 2%;
}
.column-rechts {
    float: right;
    width: 47%;
    box-sizing: border-box;
    margin-left: 1%;
    margin-right: 2%;
}
.container {
    display: flex;
    justify-content: space-between;
}
.column {
    flex: 1;
    margin: 0px;
    padding: 0px;
}
.column:nth-child(1) {
    height: auto;
}
.column:nth-child(2) {
    height: auto;
}
.column:nth-child(3) {
    height: auto;
}
.imglink {
    display: block;
    background-color: #ffffff;
    opacity: 0.75;
    text-decoration: none;
    font-size: 0.7em;
    font-size: clamp(0.7em, calc(0.7em + 1.4vw), 2.1em);
    text-align: left;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 0px;
    border-radius: 10px;
}
.mainicon {
    width: 60px;
    height: 60px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0px;
    vertical-align: middle;
    padding-right: 10px;
}
.mainfooter {
    font-size: 0.4em;
    font-size: clamp(0.4em, calc(0.4em + 0.8vw), 1.6em);
    color: #8d1d2c;
    text-shadow: 1px 1px black;
    text-align: center; 
    margin: 25px auto auto auto;
}
a {
    text-decoration: none;
}
hr {
    opacity: 0;
    margin-bottom: 50px;
}
.farb {
    background: -webkit-linear-gradient(black, silver);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;	
}
.braf {
    background: -webkit-linear-gradient(silver, black);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;	
}
h1 {
    position: fixed;
    top: -20px;
    width: 80%; 
    max-width: 1200px;
    font-size: 1.3em;
    font-size: clamp(1.3em, calc(1.3em + 2.6vw), 3.9em);
    color: gray;
    text-shadow: 2px 2px #000000;
    text-align: right;
    margin-right: 5px;
    z-index: 3;
}
h2 {
    font-size: 1.3em;
    font-size: clamp(1.3em, calc(1.3em + 2.6vw), 3.9em);
    font-weight: bold;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 5px;
}
h3 {
    font-size: 1em;
    font-size: clamp(1em, calc(1em + 2vw), 3em);
    text-align: center;
    margin-top: 60px;
    margin-bottom: 0px;
}
h4 {
    font-size: 0.8em;
    font-size: clamp(0.8em, calc(1em + 1.6vw), 2.4em);
    text-align: center;
    margin-top: -20px;
    margin-bottom: 20px;
    color: #000000;
    background: -webkit-linear-gradient(black, silver);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;	
}
p {
    font-size: 0.6em;
    font-size: clamp(0.6em, calc(0.6em + 1.2vw), 1.8em);
    text-align: left;
    font-weight: normal;
    color: #000000;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.p1 {
    font-size: 0.8em;
    font-size: clamp(0.8em, calc(0.8em + 1.6vw), 2.4em);
    font-weight: bold;
    color: gray;
    text-align: center;
    margin-top: 10px;
}
.p2 {
    font-size: 0.6em;
    font-size: clamp(0.6em, calc(0.6em + 1.2vw), 1.8em);
    text-align: left;
    font-weight: bold;
    color: gray;
}
.p3 {
    font-size: 0.6em;
    font-size: clamp(0.6em, calc(0.6em + 1.2vw), 1.8em);
    font-weight: bold;
    text-align: center;
    color: gray;
}
.p4 {
    font-size: 0.4em;
    font-size: clamp(0.4em, calc(0.4em + 0.8vw), 1.2em);
    font-weight: normal;
    text-align: right;
    color: gray;
}
.block {
    text-align: justify;
    -webkit-hyphens: auto;
    -ms hypens: auto;
    hyphens: auto;
}
ul {
    margin-top: 30px;
    margin-bottom: 30px;
}
li {
    margin-top: 10px;
    margin-left: 35px;
    margin-right: 0px;
}
.center {
    text-align: center;
    margin-top: 0px;
}
details {
    font-size: 0.6em;
    font-size: clamp(0.6em, calc(0.6em + 1.2vw), 1.8em);
    text-align: left;
    font-weight: normal;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 40px;
}
summary {
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}
/* Anfang buttens */
button {
    font-size: 0.8em;
    font-size: clamp(0.8em, calc(0.8em + 1.6vw), 2.4em);
    font-weight: normal;
    border-radius: 15px;
    padding: 10px 20px;
    margin-bottom: 10px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.button100 {
    background-color: blue;
    color: #ffffff;
    width: 100%; 
    max-width: 7200px;
}
.button100on {
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #000000; /* 2px starker schwarzer Rahmen */
    width: 100%; 
    max-width: 720px;
}
.button-off {
    background-color: blue;
    color: #ffffff;
    justify-content: center;
    align-items: center;
}
.button-on {
    font-weight: bold;
    background-color: #ffffff;
    color: #000000;
    border: 2px;
}
/* Anfang Tabs */
.tabbed figure { 
   display: block; 
   clear: both;
}
.tabbed > input,
.tabbed figure > div { display: none; }
.tabbed figure>div {
  padding: 0px;
  width: 100%;
}
.tabs [id^="tab"]:checked + label {
   background: #8d1d2c;
   border-bottom: 0;
   z-index:2;
}
/* Inhalt der Tabs */
#tab1:checked ~ figure .tab1,
#tab2:checked ~ figure .tab2,
#tab3:checked ~ figure .tab3 { display: block; }

nav label {
   float: center;
   padding: 15px 15px;
   background: #8d1d2c;
   color: #ffffff;
   border: 2px solid #8d1d2c;
   border-radius: 10px;
}
#tab1:checked ~ nav label[for="tab1"],
#tab2:checked ~ nav label[for="tab2"],
#tab3:checked ~ nav label[for="tab3"] {
  background: #ffffff;
  color: #000000;
  position: relative;
}
#tab1:checked ~ nav label[for="tab1"]:after,
#tab2:checked ~ nav label[for="tab2"]:after,
#tab3:checked ~ nav label[for="tab3"]:after {
  content: "";
  display: block;
  position: absolute;
  height: 0px;
  width: 100%;
  background: #ffffff;
  bottom: 0px;
}
@keyframes fadeIn { 
    from { opacity: 0.1; } 
}
/* Online Termine */
        /* Basis CSS für die Schritte */
        .step {
            display: none;
        }
        .step.active {
            display: block;
        }
        .containerForm {
            max-width: 720px;
            margin: 0 auto;
        }
        .form-group {
            margin-bottom: 15px;
        }
        .form-group label {
        display: block;
        margin-bottom: 5px;
        }
        .day-row {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }
        .day-row label {
            flex: 1;
        }
        .day-row select {
            margin-left: 10px;
        }

    /* Stil für die Eingabefelder */
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="number"],
    input[type="password"],
    textarea,
    select {
        background-color: #C0C0C0; /* Silber als Hintergrundfarbe */
        border: 1px solid #000000; /* Zarte schwarze Umrandung */        padding: 10px;
        width: auto;
        box-sizing: border-box;
        border-radius: 4px; /* Abgerundete Ecken */
        font-size: 1rem; /* Angenehme Schriftgröße */
        color: #333; /* Textfarbe */
    }

    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="tel"]:focus,
    input[type="number"]:focus,
    input[type="password"]:focus,
    textarea:focus,
    select:focus {
        outline: none;
        border-color: #333; /* Verstärkte Umrandung bei Fokus */
    }
/*  .alert {
    display: block; 
    animation: fadeIn 1s infinite alternate;
    background-color:#8d1d2c;
    color: #ffffff;
    border-radius:10px;
} */
}






@media only screen and ( min-width: 770px ) and ( max-width: 1120px ) {
    /* iPad */
.desktop {
    display: block;
}
.mobil {
    display: none;
}
html {
    background-color: silver;
    width: 100vw;
    height: 100vh;
    font-family: Helvetica Light, Helvetica neue, Helvetica, Geneva, Arial, sans-serif;
}
body {
    margin: auto auto auto auto;
    padding: 0px;
}
header {
    position: fixed;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    z-index: -1;
}
.modalDialog {
    position: Fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 900ms ease-in;
    pointer-events: None;
    z-index: 99999;
}
.modalDialog:target {
    opacity: 1;
    pointer-events: Auto;
}
.modalDialog > div {
    width: auto;
    max-width: 75vw;
    position: relative;
    margin: 35vw Auto;
    padding: 20px 10px 20px 10px;
    border-radius: 10px;
    background-color: #ffffff;
    background: linear-gradient(#ffffff, #999999);
    cursor: Default;
}
.close {
    background-color: #ff0000;
    opacity: 1.0;
    color: #ffffff;
    line-height: 30px;
    width: 30px;
    position: absolute;
    right: -12px;
    text-align: Center;
    top: -10px;
    text-decoration: None;
    font-size: 14px;
    font-weight: Bold;
    border-radius: 12px;
    box-shadow: 5px 5px 8px #000000;
}
.menu {
    position: fixed;
    font-size: 1em;
    font-size: clamp(1em, calc(1em + 2vw), 3em);
    padding: 15px;
    color: #ffffff;
    background-color: gray; 
    opacity: 0.7;
    border: 2px solid #ffffff;
    border-radius: 10px;
}
article {
    padding-top: 100vh;
    height: 100vh;
    width: 100vw;
    z-index: 1;
}
section {
    background-color: #ffffff;
    max-width: 100vw;
    height: auto;
    border: none;
    border-radius: 10px;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    z-index: 1;
}
.mainBild {
    top: 0px;
    min-height: 100vh;
    min-width: 100vw;
    overflow: hidden;
}
.left {
    float: left;
}
.right {
    float: right;
}
footer {
    height: auto;
    width: 100vw;
    padding-top: 20px;
}
nav {
    width: 100vw;
    height: auto;
    z-index: 5;
}
.column-links {
    float: left;
    width: 47%;
    box-sizing: border-box;
    margin-right: 1%;
    margin-left: 2%;
}
.column-rechts {
    float: right;
    width: 47%;
    box-sizing: border-box;
    margin-right: 2%;
    margin-left: 1%;
}
.container {
    display: flex;
    justify-content: space-between;
}
.column {
    flex: 1;
    margin: 0px;
    padding: 0px;
}
.column:nth-child(1) {
    height: auto;
}
.column:nth-child(2) {
    height: auto;
}
.column:nth-child(3) {
    height: auto;
}
.imglink {
    display: block;
    background-color: #ffffff;
    opacity: 0.75;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.7em;
    font-size: clamp(0.7em, calc(0.7em + 1.4vw), 2.1em);
    text-align: left;
    max-width: 90%;
    min-width: 40%;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border: 0px;
    border-radius: 10px;
}
.mainicon {
    width: 60px;
    height: 60px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0px;
    vertical-align: middle;
    padding-right: 10px;
}
.logos {
    width: 40vw;
    max-heicht: 120px;
    border: 0px;
    border-radius: 10px;
}
.bild {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.mainfooter {
    font-size: 0.4em;
    font-size: clamp(0.4em, calc(0.4em + 0.8vw), 1.6em);
    color: #8d1d2c;
    text-shadow: 1px 1px black;
    text-align: center; 
    margin: 25px auto auto auto;
}
a {
    text-decoration: none;
}
hr {
    opacity: 0;
    margin-bottom: 50px;
}
.farb {
    background: -webkit-linear-gradient(black, silver);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;	
}
.braf {
    background: -webkit-linear-gradient(silver, black);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;	
}
h1 {
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 1.3em;
    font-size: clamp(1.3em, calc(1.3em + 2.6vw), 3.9em);
    color: gray;
    text-shadow: 2px 2px #000000;
    text-align: right;
    margin-right: 5px;
    z-index: 3;
}
h2 {
    font-size: 1.4em;
    font-size: clamp(1.4em, calc(1.4em + 2.8vw), 4.2em);
    font-weight: bold;
    text-align: center;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 5px;
}
h3 {
    font-size: 0.8em;
    font-size: clamp(0.8em, calc(1em + 1.6vw), 2.4em);
    text-align: center;
    margin-top: 40px;
    margin-bottom: 5px;
}
h4 {
    font-size: 0.8em;
    font-size: clamp(0.8em, calc(1em + 1.6vw), 2.4em);
    text-align: center;
    margin-top: -20px;
    margin-bottom: 20px;
    color: #000000;
    background: -webkit-linear-gradient(black, silver);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;	
}
p {
    font-size: 0.6em;
    font-size: clamp(0.6em, calc(0.6em + 1.2vw), 1.8em);
    font-weight: normal;
    text-align: left;
    color: #000000;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.p1 {
    font-size: 0.8em;
    font-size: clamp(0.8em, calc(0.8em + 1.6vw), 2.4em);
    font-weight: bold;
    color: gray;
    text-align: center;
    margin-top: 0px;
}
.p2 {
    font-size: 0.6em;
    font-size: clamp(0.6em, calc(0.6em + 1.2vw), 1.8em);
    font-weight: bold;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
}
.p3 {
    font-size: 0.5em;
    font-size: clamp(0.5em, calc(0.5em + 1.0vw), 1.5em);
    font-weight: normal;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.p4 {
    font-size: 0.4em;
    font-size: clamp(0.4em, calc(0.4em + 0.8vw), 1.2em);
    font-weight: normal;
    text-align: right;
    color: gray;
    margin-top: 30px;
    margin-bottom: 10px;
}
.block {
    text-align: justify;
    -webkit-hyphens: auto;
    -ms hypens: auto;
    hyphens: auto;
}
ul {
    margin-top: 30px;
    margin-left: 15px;
    margin-bottom: 30px;
}
li {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 5px;
}
.center {
    text-align: center;
    margin-top: 0px;
}
details {
    font-size: 0.6em;
    font-size: clamp(0.6em, calc(0.6em + 1.2vw), 1.8em);
    font-weight: normal;
    text-align: left;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 40px;
}
summary {
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}
/* Anfang buttens */
button {
    font-size: 0.8em;
    font-size: clamp(0.8em, calc(0.8em + 1.6vw), 2.4em);
    font-weight: normal;
    border-radius: 15px;
    padding: 10px 20px;
    margin-bottom: 10px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.button100 {
    background-color: blue;
    color: #ffffff;
    width: 100%; 
    max-width: 720px;
}
.button100on {
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #000000; /* 2px starker schwarzer Rahmen */
    width: 100%; 
    max-width: 720px;
}
.button-off {
    background-color: blue;
    color: #ffffff;
    justify-content: center;
    align-items: center;
}
.button-on {
    font-weight: bold;
    background-color: #ffffff;
    color: #000000;
    border: 2px;
}
/* Anfang Tabs */
.tabbed figure { 
   display: block; 
   margin-left: 0; 
   clear: both;
}
.tabbed > input,
.tabbed figure > div { display: none; }
.tabbed figure>div {
  padding: 0px;
  width: 100%;
}
.tabs [id^="tab"]:checked + label {
   background: #8d1d2c;
   border-bottom: 0;
   z-index:2;
}
/* Inhalt der Tabs */
#tab1:checked ~ figure .tab1,
#tab2:checked ~ figure .tab2,
#tab3:checked ~ figure .tab3 { display: block; }

nav label {
   float: center;
   padding: 15px 15px;
   background: #8d1d2c;
   color: #ffffff;
   border: 2px solid #8d1d2c;
   border-radius: 10px;
}
#tab1:checked ~ nav label[for="tab1"],
#tab2:checked ~ nav label[for="tab2"],
#tab3:checked ~ nav label[for="tab3"] {
  background: #ffffff;
  color: #000000;
  position: relative;
}
#tab1:checked ~ nav label[for="tab1"]:after,
#tab2:checked ~ nav label[for="tab2"]:after,
#tab3:checked ~ nav label[for="tab3"]:after {
  content: "";
  display: block;
  position: absolute;
  height: 0px;
  width: 100%;
  background: #ffffff;
  left: 0;
  bottom: 0px;
}
@keyframes fadeIn { 
    from { opacity: 0.1; } 
}
/*  .alert {
    display: block; 
    animation: fadeIn 1s infinite alternate;
    background-color:#8d1d2c;
    color: #ffffff;
    border-radius:10px;
} */
/* Online Termine */
        /* Basis CSS für die Schritte */
        .step {
            display: none;
        }
        .step.active {
            display: block;
        }
        .containerForm {
            max-width: 720px;
            margin: 0 auto;
        }
        .form-group {
            margin-bottom: 15px;
        }
        .form-group label {
        display: block;
        margin-bottom: 5px;
        }
        .day-row {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }
        .day-row label {
            flex: 1;
        }
        .day-row select {
            margin-left: 10px;
        }

    /* Stil für die Eingabefelder */
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="number"],
    input[type="password"],
    textarea,
    select {
        background-color: #C0C0C0; /* Silber als Hintergrundfarbe */
        border: 1px solid #000000; /* Zarte schwarze Umrandung */        padding: 10px;
        width: auto;
        box-sizing: border-box;
        border-radius: 4px; /* Abgerundete Ecken */
        font-size: 1rem; /* Angenehme Schriftgröße */
        color: #333; /* Textfarbe */
    }

    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="tel"]:focus,
    input[type="number"]:focus,
    input[type="password"]:focus,
    textarea:focus,
    select:focus {
        outline: none;
        border-color: #333; /* Verstärkte Umrandung bei Fokus */
    }
}







@media only screen and ( max-width: 770px ) {
    /* iPhone */
.desktop {
    display: none;
}
.mobil {
    display: block;
}
html {
    background-color: silver;
    width: 100vw;
    height: 100vh;
    font-family: Helvetica Light, Helvetica neue, Helvetica, Geneva, Arial, sans-serif;
}
body {
    margin: auto auto auto auto;
    padding: 0px; 
}
header {
    position: fixed;
    left: 0px;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    z-index: -1;
}
.modalDialog {
    position: Fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 900ms ease-in;
    pointer-events: None;
    z-index: 99999;
}
.modalDialog:target {
    opacity: 1;
    pointer-events: Auto;
}
.modalDialog > div {
    width: auto;
    max-width: 85vw;
    position: relative;
    margin: 10% Auto;
    padding: 20px 10px 20px 10px;
    border-radius: 10px;
    background-color: #ffffff;
    background: linear-gradient(#ffffff, #999999);
    cursor: Default;
}
.close {
    background-color: #ff0000;
    opacity: 1.0;
    color: #ffffff;
    line-height: 30px;
    width: 30px;
    position: absolute;
    right: -12px;
    text-align: Center;
    top: -10px;
    text-decoration: None;
    font-size: 14px;
    font-weight: Bold;
    border-radius: 12px;
    box-shadow: 5px 5px 8px #000000;
}
.menu {
    position: fixed;
    font-size: 0.9em;
    font-size: clamp(0.9em, calc(0.9em + 1.8vw), 2.7em);
    padding: 10px;
    color: #ffffff;
    background-color: gray; 
    opacity: 0.7;
    border: 2px solid #ffffff;
    border-radius: 10px;
}
.contactSubjectTd {
    width: auto;
}
textarea {
	width: 30em;
	height: 5em;
}
.mainBild {
    top: 0px;
    float: left;
    min-height: 100vh;
    min-width: 100vw;
}
.left {
    text-align: left;
    float: left;
}
.right {
    text-align: right;
    float: right;
}
.bottom {
    margin-top: -20%;
    min-height: 120vh;
    min-width: 100vw;
    float: right;
}
article {
    padding-top: 100vh;
    height: 100vh;
    width: 100vw;
    z-index: 1;
}
section {
    background-color: #ffffff;
    border: 0px;
    border-radius: 10px;
    padding-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    z-index: 2;
}
.logos {
    display: block; 
    width: 100vw;
    heicht: auto;
    margin-bottom: 2px;
    border: 0px;
    border-radius: 10px;
    overflow: hidden;
}
.bild {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
footer {
    height: auto;
    width: 100vw;
    margin-top: 40px;
}
nav {
    height: auto;
    width: 100vw;
    z-index: 5;
}
.column-links {
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.column-rechts {
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.imglink {
    display: block;
    background-color: #ffffff;
    text-decoration: none;
    font-size: 0.8em;
    font-size: clamp(0.8em, calc(0.8em + 1.6vw), 2.4em);
    font-weight: bold;
    opacity: 0.75;
    border: 0px;
    border-radius: 10px;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
.mainicon {
    width: 60px;
    height: 60px; 
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0px;
    vertical-align: middle;
    padding-right: 10px;
}
.mainfooter {
    font-size: 0.5em;
    font-size: clamp(0.5em, calc(0.5em + 1.0vw), 1.5em);
    color: #8d1d2c;
    text-shadow: 1px 1px black;
    text-align: center; 
    margin: 25px auto auto auto;
}
a {
    text-decoration: none;
}
hr {
    opacity: 0;
    margin-bottom: 30px;
}
.farb {
    background: -webkit-linear-gradient(black, silver);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;	
}
.braf {
    background: -webkit-linear-gradient(silver, black);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;	
}
h1 {
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 1.3em;
    font-size: clamp(1.3em, calc(1.3em + 2.6vw), 3.9em);
    color: gray;
    text-shadow: 2px 2px #000000;
    writing-mode: vertical-rl;
    margin-right: 5px;
    z-index: 1;
}
h2 {
    font-size: 1.5em;
    font-size: clamp(1.5em, calc(1.5em + 3.0vw), 4.5em);
    font-weight: bold;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 5px;
    color: #000000;
}
h3 {
    font-size: 1.5em;
    font-size: clamp(1.5em, calc(1.5em + 3.0vw), 4.5em);
    text-align: center;
    margin-top: 60px;
    margin-bottom: 5px;
}
h4 {
    font-size: 0.8em;
    font-size: clamp(0.8em, calc(1em + 1.6vw), 2.4em);
    text-align: center;
    margin-top: -20px;
    margin-bottom: 20px;
    color: #000000;
    background: -webkit-linear-gradient(black, silver);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;	
}
p, li, summary {
    font-size: 0.8em;
    font-size: clamp(0.8em, calc(0.8em + 1.6vw), 2.4em);
    font-weight: normal;
    text-align: left;
    color: #000000;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
}
.p1 {
    font-size: 1em;
    font-size: clamp(1em, calc(1em + 2vw), 3em);
    font-weight: bold;
    color: gray;
    text-align: center;
    margin-top: 0px;
}
.p2 {
    font-size: 0.8em;
    font-size: clamp(0.8em, calc(0.8em + 1.6vw), 2.4em);
    font-weight: bold;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 5px;
}
.p3 {
    font-size: 0.6em;
    font-size: clamp(0.6em, calc(0.6em + 1.2vw), 1.8em);
    font-weight: normal;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
}
.p4 {
    font-size: 0.4em;
    font-size: clamp(0.4em, calc(0.4em + 0.8vw), 1.2em);
    font-weight: normal;
    color: gray;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 5px;
}
.block {
    text-align: justify;
    -webkit-hyphens: auto;
    -ms hypens: auto;
    hyphens: auto;
}
ul {
    list-style: none;
    padding-left: 0; 
    margin: 0;
}
li {
    list-style: none;
    margin-top: 5px;
    margin-bottom: 10px;
}
.center {
    text-align: center;
    margin-top: 0px;
}
details {
}
summary {
}
/* Anfang buttens */
button {
    font-size: 0.8em;
    font-size: clamp(0.8em, calc(0.8em + 1.6vw), 2.4em);
    font-weight: normal;
    border-radius: 15px;
    padding: 10px 20px;
    margin-bottom: 10px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.button100 {
    background-color: blue;
    color: #ffffff;
    width: 100%; /* Button in voller Breite */
}
.button100on {
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #000000; /* 2px starker schwarzer Rahmen */
    width: 100%; /* Button in voller Breite */
}
.button-off {
    background-color: blue;
    color: #ffffff;
    justify-content: center;
    align-items: center;
}
.button-on {
    font-weight: bold;
    background-color: #ffffff;
    color: #000000;
    border: 2px;
}
/* Anfang Tabs */
.tabbed figure { 
   display: block; 
   margin-left: 0; 
   clear: both;
}
.tabbed > input,
.tabbed figure > div { display: none; }
.tabbed figure>div {
  padding: 0px;
  width: 100%;
}
.tabs [id^="tab"]:checked + label {
   background: #8d1d2c;
   border-bottom: 0;
   z-index:2;
}
/* Inhalt der Tabs */
#tab1:checked ~ figure .tab1,
#tab2:checked ~ figure .tab2,
#tab3:checked ~ figure .tab3 { display: block; }

nav label {
   float: center;
   padding: 15px 15px;
   background: #8d1d2c;
   color: #ffffff;
   border: 2px solid #8d1d2c;
   border-radius: 10px;
}
#tab1:checked ~ nav label[for="tab1"],
#tab2:checked ~ nav label[for="tab2"],
#tab3:checked ~ nav label[for="tab3"] {
  background: #ffffff;
  color: #000000;
  position: relative;
}
#tab1:checked ~ nav label[for="tab1"]:after,
#tab2:checked ~ nav label[for="tab2"]:after,
#tab3:checked ~ nav label[for="tab3"]:after {
  content: "";
  display: block;
  position: absolute;
  height: 0px;
  width: 100%;
  background: #ffffff;
  left: 0;
  bottom: 0px;
}
@keyframes fadeIn { 
    from { opacity: 0.1; } 
}
/*  .alert {
    display: block; 
    animation: fadeIn 1s infinite alternate;
    background-color:#8d1d2c;
    color: #ffffff;
    border-radius:10px;
} */
/* Online Termine */
        /* Basis CSS für die Schritte */
        .step {
            display: none;
        }
        .step.active {
            display: block;
        }
        .containerForm {
            max-width: 600px;
            margin: 0 auto;
        }
        .form-group {
            margin-bottom: 15px;
        }
        .form-group label {
        display: block;
        margin-bottom: 5px;
        }
        .day-row {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }
        .day-row label {
            flex: 1;
        }
        .day-row select {
            margin-left: 10px;
        }

    /* Stil für die Eingabefelder */
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="number"],
    input[type="password"],
    textarea,
    select {
        background-color: #C0C0C0; /* Silber als Hintergrundfarbe */
        border: 1px solid #000000; /* Zarte schwarze Umrandung */        padding: 10px;
        width: auto;
        box-sizing: border-box;
        border-radius: 4px; /* Abgerundete Ecken */
        font-size: 1rem; /* Angenehme Schriftgröße */
        color: #333; /* Textfarbe */
    }

    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="tel"]:focus,
    input[type="number"]:focus,
    input[type="password"]:focus,
    textarea:focus,
    select:focus {
        outline: none;
        border-color: #333; /* Verstärkte Umrandung bei Fokus */
    }
}