:root {
    --main-fontcolor: #323B4A;
    --main-color: #762838;
    --head-fontfamily: Syncopate, sans-serif;
    --main-fontfamily: Inter, sans-serif;
    --main-space: 20px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--main-fontfamily);
    line-height: 1.6;
    color: var(--main-fontcolor);
    font-size: 16px;
    line-height: 30px;
}

img {
    width: 100%;
    height: auto;
}

strong {
    font-weight: 600;
}

h1,h2,h3,h4 {
    font-family: var(--head-fontfamily);
    font-weight: 400;
    margin-bottom: 20px;
}

h1 {
    font-size: 2.125em;
    line-height: 1.2em;
}

a {
    color: var(--main-fontcolor);
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

.nospace {
    margin: 0;
}

hr {
    border: 0;
    margin: 6px 0 20px;
}

hr:before {
    content: "";
    display: block;
    width: 79px;
    height: 2px;
    background-color: #fff;
}

header {
    background: #333;
    color: #fff;
    padding: 1rem 0;
}

#start #contentWrap {
    margin-top: 130px;
    background-color: var(--main-color);
}

#start #content {
    align-items: flex-end;
    display: flex;
    flex-flow: row wrap;
    border-left: 8px solid #fff;
    border-right: 8px solid #fff;
    background-image: url(../4Blick_Banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 0 120px;
}

#start #content p {
    max-width: 420px;
}

.orientBlock {
    float: left;
    width: 100%;
}

#start #logoInner {
    background-color: #fff;
    display: inline-block;
    padding: 25px 40px 22px;
}

.subsite #contentWrap:before {
    content: "";
    display: block;
    left: 0;
    right: 0;
    position: absolute;
    background: var(--main-color);
    z-index: -1;
    height: 616px;
}

.subsite h1,
.subsite h2,
.subsite h3,
.subsite h4 {
    font-family: var(--main-fontfamily);
    font-size: 1em;
    font-weight: 400;
    margin: 0;
}

#content {
    background-color: #fff;
    padding: 10px 80px 10px 50px;
    min-height: 616px;
}

.wt {
    padding-left: 40px;
    padding-right: 40px;
}

.centerIt {
    max-width: 1290px;
    margin: 0 auto;
}

.text {
    width: 100%;
}

.p-versalien {
    text-transform: uppercase;
    font-weight: 300;
}

.p-tiny {
    font-size: 0.8em;
}

#logo {
    width: 100%;
}

#header {
}

#header #logoInner {
    padding: 20px 50px;
}

#header img {
    height: 81px;
}

footer {
    text-align: center;
    padding: 0;
    margin-top: 2rem;
    font-weight: 300;
}

#bottomLineWrap {
    text-align: right;
    bottom: 0;
    padding: 60px var(--main-space);
    width: 100%;
    margin-top: 50px;
}

#bottomLineWrap ul {
    display: inline-block;
}

#bottomLineWrap ul li {
    display: inline-block;
}

#bottomLineWrap ul li a {
    border-left: 0.5px solid;
    padding: 0 8px 0 12px;
    display: inline-block;
    line-height: 1em;
}

#bottomLineWrap ul li:first-child a {
    border-left: 0;
}

@media (max-width: 600px) {
    h1 {
        font-size: 1.5em;
        line-height: 1.2em;
    }

    #start #contentWrap {
        margin-top: 0;
    }
    #start #content {
        padding: 0 40px;
        border: 0;
    }

    #bottomLineWrap {
        text-align: center;
    }

    #header #logoInner,
    .wt,
    #start #content,
    #content {
        padding-left: 20px;
        padding-right: 20px;
    }
}