body {
    background-color: #ffffff;
}
h1 {
    font-size: 2.25rem;
    background-color: #efefef;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-top:0;
    white-space: nowrap;
}
.h1-img {
    height:40px !important;
    width: auto !important;
    margin-left: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.container {
    background-color: #ffffff;
}
.container-bg {
    background-image: linear-gradient(#efefef, #efefef, #efefef);
    background-repeat: no-repeat;
    background-size:  auto 80px;
    background-position: left top;
    background-color: initial;
    margin-top: 5px;
}
.content {
    margin-top: 0;
    background-color: initial;
}
.line {
    border-top-color: currentcolor;
    border-top: 3px solid #e7e6e4;
    margin-top: 30px;
    margin-bottom: 5px;
}

.line-rundschreiben {
    border-top-color: currentcolor;
    border-top: 3px solid #e7e6e4;
    margin-top: 40px;
    margin-bottom: 20px;
}

section h2 {
    font-family: "Jost", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    font-weight:600;
}
section button {
    font-family: "Jost", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 0;
    font-size: 1.25rem;

    color: #159AAA;
    padding: 0 10px 0 0;
    cursor: pointer;
    width: 100%;
    text-align: left;
    position: relative;
    background-color: unset;
    text-transform: uppercase;
    font-weight:600;
}
section button:hover {
    color:#6B6B6B;
}
.card {
    border: 2px solid #e7e6e4;
    padding: 0 20px 20px 20px;
    font-size: 1.15rem;
}
.card h3 {
    color:#6B6B6B;
    text-transform: uppercase;
}

.aktuelles {
    display: flex;
    flex-direction: column;
}
.aktuelles>div:first-child {
}
.aktuelles>div:last-child {
    margin-bottom: 20px;
}
.aktuelles button {
    background-color: #ffffff;
    color: #159AAA;
    border: 3px solid #e7e6e4;
    padding: 10px 5px 10px;
    width: 280px;
    font-weight: bold;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
}
.date {
    font-size: 1rem;
    color: #6B6B6B;
    display: block;
}
.downloads a {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight:600;
    color: #6B6B6B;
    display: block;
    margin-bottom: 10px;
}
.downloads a img {
    width: 30px;
    height: auto;
}
.geschichte h3 {
    margin-bottom: 0px;
    padding-bottom: 0;
}
.geschichte p {
    margin:0;
    padding:0;
}
.geschichte img {
    width: 50%;
    height: auto;
    margin-right:2%;
    margin-left:2%;
    margin-bottom: 5px;
}

.impressum h2 {
    margin-bottom: -25px;
    padding-bottom: 0;
    color: #6B6B6B;
}

.space-footer {
    padding-bottom: 30px;
    padding-top: 0px;
}

form {
    border: 1px solid #efefef;
    padding: 20px;
    margin-top:20px;
}

form label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 1.25rem;
}

form input, form select {
    display: block;
    width: calc(100% - 1rem);
    padding: .5rem .5rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 20px;
}

form select {
    width: calc(100%);
    padding: .6rem;
}

form input[type=checkbox] {
    width: auto;
    display: inline;
}

select:disabled, select[readonly], input:disabled, input[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

form button, .content-button {
    background-color: #159AAA;
    border-color: #159AAA;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    /*border-radius: .25rem;*/
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-top: 10px;
}

.error {
    color: red;
    margin-top: 10px;
}

.table-striped {

}

.table-striped {
    border-collapse: collapse;
    border-spacing: 0;
    width: 80%;
    border: 1px solid #ddd;
}

.table-striped  th, .table-striped  td {
    text-align: center;
    padding: 16px;
}

.table-striped  tr:nth-child(even) {
    background-color: #f2f2f2;
}


.grid {
    display: grid;
    column-gap: 10px;
    row-gap: 10px;
    margin-bottom: 40px;
}

.grid > section {
    background-color: #f2f2f2;
    padding: 20px 20px 20px 20px;
    background-position: 95% 90%;
    background-size: 120px auto;
    background-repeat: no-repeat;
    /*border: 2px solid #e7e6e4;*/
}

.grid > section > .button {
    background-color: #ffffff;
    color: #159AAA;
    border: 3px solid #e7e6e4;
    padding: 8px 5px 5px;
    width: 180px;
    font-weight: bold;
    display: block;
    text-align: center;
    text-transform: uppercase;
}


@media only screen and (min-width: 800px) {
    .grid {
        grid-template-columns: auto auto;
    }
}
@media only screen and (min-width: 1000px) {
    .container-bg {
        background-image: linear-gradient(#efefef, #efefef, #efefef);
        background-repeat: no-repeat;
        background-size:  auto 170px;
        background-position: left top;
        background-color: initial;
    }

    h1 {
        font-size: 2.5rem;
        background-color: #efefef;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 80px;
        margin-top:0;
    }

    .h1-img {
        height:100px !important;
        width: auto !important;
        margin-left: 50px;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    section button {
        font-size: 1.75rem;
    }
    .aktuelles {
        display: flex;
        flex-direction: row;
        font-size: 1.15rem;
        padding-bottom: 40px;
        border-bottom: 3px solid #e7e6e4;
        margin-bottom: 20px;
    }
    .aktuelles:last-of-type {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 0;
    }
    .aktuelles>div:first-child {
        width: 67%;
        padding-right:40px;
    }
    .aktuelles>div:last-child {
        width: 33%;
        align-self: flex-end;
        margin-bottom: 0;
    }
    .aktuelles button {
        border: 3px solid #e7e6e4;
        font-size: 1.1rem;
        text-align: center;
        padding: 15px 15px;
        width: 100%;
    }
    .line {
        margin-top: 70px;
        margin-bottom: 10px;
    }
    .grid {
        grid-template-columns: 33% 33% 33%;
    }

    .grid > section {
        padding: 20px 20px 20px 20px;
    }
    .grid > section > .button {
        width: 240px;
    }

}
@media only screen and (min-width: 1260px) {
    section button {
        font-size: 2rem;
    }
    .container-bg {
        background-image: linear-gradient(#efefef, #efefef, #efefef);
        background-repeat: no-repeat;
        background-size:  auto 232px;
        background-position: left top;
        background-color: initial;
    }

    h1 {
        font-size: 2.75rem;
        background-color: #efefef;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 80px;
        margin-top:0;
    }

    .h1-img {
        height:140px !important;
        width: auto !important;
        margin-left: 100px;
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .aktuelles button {
        border: 3px solid #e7e6e4;
        font-size: 1.25rem;
        text-align: center;
        padding: 20px 20px;
    }

}
