html {
    height: 100%;
}

body {
    min-height: 100%;
    /*margin: 20px 0; */
    /*background: url(../images/backgrounds/6.jpg) fixed; */
    /*background-size: 100% 100%; */
}

/** ServiceApp Kachel Layout **/
.wrapper {
    padding-left: 12px;
    padding-right: 12px;
}

.header {
    max-width: 950px;
}

.header-kachel-logo {
    margin: 15px auto 15px auto;
    display: flex;
}

.header-kachel-logo img {
    height: 110px;
    width: auto;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper-header-textbox {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.header-textbox {
    font-size: 17px;
    line-height: 26px;
    width: 100%;
    background-color: #1B1C1D;
    color: #fff;
    letter-spacing: -0.01em;
    padding: 13px 10px;
    text-transform: uppercase;
    text-align: center;
}

footer {
    margin-top: 20px;
    background-color: #1B1C1D;
    color: #fff;
    padding: 20px 0 16px;
    text-align: center;
}

.footer-textbox-outer {
    padding: 0 25px;
    margin-bottom: -23px;
}

.footer-textbox-outer1 {
    position: relative;
    top: -43px;
}

.footer-textbox {
    display: block;
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    color: #fff;
    background-color: #000000;
    padding: 14px 0px 11px 0px;
    border: 1px solid #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.02em;
}

.footer-textbox-outer1 a:hover{
    text-decoration: none;
    color: #fff;
    background-color: #444;
}

.footer-content {
    margin-top: 12px;
    margin-bottom: 16px;
    line-height: 1em;
}

.footer-icn img {
    width: 230px;
}

.footer-dsgvo {
    margin-top: 23px;
    text-align: center;
    color: #fff;
}

.footer-dsgvo ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.footer-dsgvo ul li {
    display: inline-block;
    margin-left: 2px;
}

.footer-dsgvo ul li a {
    font-size: 13px;
    letter-spacing: 0.06em;
    line-height: 15px;
    color: #fff;
}

.footer-dsgvo ul li a:hover {
    text-decoration: none;
}

.footer-dsgvo ul li:not(:last-child):after {
    content: " | ";
    position: relative;
    top: 0px;
    margin-left: 6px;
    white-space: pre;
}