html {
    background: rgb(173, 173, 173);
    color: black;
    font: 500 100% system-ui, sans-serif;
}

::-moz-selection {
    background: white;
    text-shadow: none;
}

::selection {
    background: white;
    text-shadow: none;
}

body {
    min-height: 100vh;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

header {
    display: flex;
    justify-content: space-evenly;
    position: sticky;
    top: 0;
    background: rgb(173, 173, 173);
    font-size: 2.5em;
    font-weight: bold;
}

header a {
    text-decoration: none;
    color: black;
}

header a:focus,
header a:hover,
header a:active {
    text-shadow: 0.7px 0.7px 0px #000000;
}

header img {
    max-height: 1em;
}

nav {
    padding: 0.5em;
    font-size: 2em;
    font-weight: bold;
}

nav a {
    text-decoration: none;
    padding: 0.1em;
}

nav p {
    margin: 0.5em;
}

nav a:focus,
nav a:hover,
nav a:active {
    color: #000000;
    text-shadow: 0.7px 0.7px 0px white;
}

main {
    background: rgb(173, 173, 173);
}

main figure {
    margin: 0;
}

main h1 {
    margin: 0;
    padding: 0.2em;
}

main hr {
    height: 8px;
    border: none;
}

main logo img {
    max-height: 5em;
    border: 0.1em double #ffffff75;
    border-radius: 1em;
    margin: 0.5em;
}

main section {
    margin: auto;
    padding: 0.2em;
}

main section h2 {
    background: #74747474;
    margin: 0;
    padding: 0.2em;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px black;
}

main section p,
main section ul {
    margin: auto;
    padding: 0.2em;
}

main section li {
    list-style-type: "⇒ ";
    list-style-position: inside;
}

main section a {
    color: black;
    text-decoration: none;
}

main section a:focus,
main section a:hover,
main section a:active {
    text-shadow: 0.7px 0.7px 0px black;
}

main section div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

main section h3,
main section h4 {
    background: #74747474;
    margin: 0;
    padding: 0.2em;
}

banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

banner a {
    margin: 0.3em;
}

banner img {
    max-width: 20em;
}

footer {
    display: flex;
    justify-content: space-evenly;
    font-size: 1.3em;
    font-weight: bold;
    padding: 0.2em;
    background: rgb(173, 173, 173);
    background-image: url("../images/logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border-top: 5px solid rgb(173, 173, 173);
}

footer a {
    color: #525252;
    text-decoration: none;
}

footer a:focus,
footer a:hover,
footer a:active {
    text-shadow: 0.7px 0.7px 0px black;
}

/* Klassen allgemein */

.birgit {
    background-image: url("../images/birgit.png");
}

.button {
    padding: 0.5em;
    align-items: center;
}

.button a,
.tuech {
    padding: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1.3em;
    font-weight: bold;
}

.faq {
    background-image: url("../images/fragezeichen.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.faq h2 {
    background-color: #747474e8;
    text-shadow: none;
}

.faq p {
    background-color: #747474e8;
}

.faqcategorie {
    text-decoration: underline;
}

.faq .tabs {
    padding: 0;
    background-color: #747474e8;
}

.faq summary {
    text-shadow: 2px 2px 2px black;
    color: white;
    font-weight: bold;
    font-size: 1.5em;
}

.fa-whatsapp {
    color: rgb(38, 212, 102) !important;
}

.iflex {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}

.iflex img {
    object-fit: contain;
    max-width: 100%;
}

.info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.info div {
    display: block;
    width: 100%;
}

.link {
    color: #1600E0;
    text-decoration: underline;
}

.logo {
    display: inline-flex;
    align-items: center;
}

.marco {
    background-image: url("../images/marco.png");
}

.mitarbeiter {
    max-width: 600px;
}

.mitarbeiter p {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    color: #23BAFC;
    font-size: 1.5em;
    height: 320px;
    margin: 0.5em 0;
    text-shadow: 0 1px 1px black;
}

.mitarbeiter div {
    background: #74747474;
    border-radius: 0.5em;
    font-size: 1.8em;
    margin: 0.2em;
    padding: 0.2em;
}

.name {
    color: #009EE0;
    background: white;
    text-transform: uppercase;
    font-size: 1.8em;
    font-weight: bold;
    margin: 0;
    padding: 0.2em;
}

.name2 {
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: bold;
}

.navhide {
    font-size: 0.5em;
}

@media only screen and (max-width: 750px) {
    .navhide {
        display: none;
    }
}

.neuigkeiten a {
    font-size: 2em;
    margin: 0.2em;
}

.sebastian {
    background-image: url("../images/sebastian.png");
}

.tabs {
    position: relative;
    flex-direction: column;
}

.tabs .content {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background: #747474;
    max-width: fit-content;
    border: thin solid #ccc;
    padding: .5em;
}

.tabs .content a {
    border: none;
    box-shadow: none;
    color: #1600e0;
    text-decoration: underline;
}

.tabs .content p {
    background: none;
}

.tabs .content p:nth-of-type(odd) {
    font-weight: bold;
}

.tabs .content ul {
    text-align: start;
}

.tabs details {
    display: inline-block;
}


/* Klassen tüch.com */

.papiere {
    background-image: url(../images/papiere.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.papiere ol {
    max-width: 500px;
}

.papiere li {
    border-bottom: 1px solid wheat;
    list-style-position: outside;
    list-style-type: decimal;
    padding: 0.3em;
}

.schild {
    background-image: url(../images/kennzeichen.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.schild p {
    background-color: #7474744d;
}

.schild p:nth-of-type(odd),
.todo p:nth-of-type(odd) {
    font-weight: bold;
}

.todo {
    background-image: url(../images/todolist.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.versicherungsagentur {
    max-width: 320px;
    margin-top: 0.5em;
    padding: 0.2em;
    background-color: white;
    background-image: url("../images/hintergrundversicherung.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.versicherungsagentur img {
    padding: 0.5em;
    border-radius: 10%;
    border: 0.4em outset #009ee0;
}

.versicherungsagentur img,
.versicherungsagentur figcaption {
    background-color: #ffffffa1;
}

.versicherungsagentur figcaption {
    border: 2px solid #009ee0;
    border-radius: 10px;
    box-shadow: 0px 2px 0px 1px #009ee0;
}

.zulassungsdienst main {
    background-color: wheat;
}

.zulassungsdienst .button {
    background-color: #B33E00;
    color: #23BBFC;
    text-shadow: 1px 1px 3px black;
    border: 4px double #FF975F;
    border-radius: 10px;
    box-shadow: 0px 3px 3px 1px #ff975f;
}

.zulassungsdienst .button:focus,
.zulassungsdienst .button:hover,
.zulassungsdienst .button:active {
    background-color: #913300;
    border: 4px solid #ff975f;
    color: #ccc;
}

.zulassungsdienst .contact {
    background-color: #747474e8;
    display: flex;
    font-size: 3em;
    justify-content: space-evenly;
    margin: 0;
}

.zulassungsdienst .contact a {
    color: #000000;
    text-decoration: none;
}

.zulassungsdienst .contact a:focus,
.zulassungsdienst .contact a:hover,
.zulassungsdienst .contact a:active {
    text-shadow: 0.7px 0.7px 0px black;
}

.zulassungsdienst h4 {
    background-color: #747474e8;
    color: wheat;
    font-size: 1.8em;
    font-weight: bold;

}

.zulassungsdienst hr {
    background-color: #ff975f;
}

.zulassungsdienst li::marker {
    color: wheat;
}

.zulassungsdienst logo img {
    border: none;
    border-radius: 0;
}

.zulassungsdienst section {
    background-color: #de5308;
    border: 4px solid #ff975f;
}

.schild p {
    background-color: #747474b5 !important;
}

.zulassungsdienst section p,
.zulassungsdienst section ol {
    background-color: #747474e8;
    margin: 0;
}

.zulassungsdienst section hr {
    background-color: wheat;
    height: 4px;
    margin: 0px;
}


/* ID's */