/* CSS für wirth.bayern */

html, body {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

html {
    height: 100%;
}

body{
    direction: ltr;
    min-height: 100%;
}

body a:link {
    text-decoration: none;
    color: #000080;
}

body a:visited {
    text-decoration: none;
    color: #800000;
}

.start{
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

#impressum a:link {
    text-decoration: underline;
    color: #ffffff;
}

#impressum a:visited {
    text-decoration: none;
    color: #ffffff;
}

#impressum a:hover {
    text-decoration: underline;
    color: #ffffff;
}

#impressum a:active {
    text-decoration: underline;
    color: #ffffff;
}

p {
    margin-bottom: 0.25cm;
    line-height: 115%;
    background: transparent
}

.txt-center {
    text-align: center;
}

.txt-form-1 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 1rem;
    color: #ffffff;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Noto Sans KR', sans-serif;
}

@media (max-width: 1100px) {

    .txt-form-1 {
        font-size: 1.5rem;
    }

}
