.no-margin{
    margin: 0;
}

.div-scaffold {
    height: 3000px;
}

.div-canvas {
    background-color: #632622;
    height: 100%;
    padding-left: 7%;
    padding-top: 7%;
    padding-right: 7%;
    width: 100%;
}

.div-container {
    background-color: white;
    height: 97%;
    margin: 0;
    position: relative;
    width: 100%;
}

.div-banner {
    background-color: #cfcfcf;
    display: flex;
    height: 182px;
    grid-column: 1;
}

.div-banner .flex_box{
    justify-content: space-between;
}

.flex_box{
    padding-right: 50px;
    width: 100%;
}

.div-banner-image {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    margin-right: 100px;
}

.div-banner-image img{
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    width: 150px;
}

.div-text-layout {
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
}

.text-style {
    color: #632622;
    font-size: 17px;
    font-weight: 300;
    margin-top: 50px;
}

a {
    color: #888888;
    text-decoration:none!important;
}
a:hover {
    color: #888888;
    text-decoration:none!important;
}
strong {
    font-weight: bold;
}

.text-style-kontakt {
    color: #632622;
    font-size: 20px;
    padding-top: 75px;
    text-align: center;
}

.text-style-kontakt p{
    margin: 0;
}

.text-style-header {
    color: #632622;
    font-size: 30px;
    font-weight: 350;
}

.text-style-footer {
    color: white;
    font-size: 20px;
    text-align: center;
    position: relative;
}
.text-style-footer a{
    color: white;
}

@font-face {
    font-family: "InterRegular";
    src: url("/fonts/Inter-Regular.woff2") format("woff2"),
    url("/fonts/Inter-Regular.woff") format("woff");
}

@font-face {
    font-family: "InterThin";
    src: url("/fonts/Inter-Thin.woff2") format("woff2"),
    url("/fonts/Inter-Thin.woff") format("woff");
}

