section.block h1 {
    font-weight: 400;
    color: #757575;
    font-size: 48px;
    font-family: 'Varela Round', sans-serif;
    line-height: 62px;
    margin-top: 80px;
}

section.block h2 {
    font-weight: 400;
    color: #424242;
    font-size: 32px;
    font-family: 'Varela Round', sans-serif;
    line-height: 1.4em;
    margin-top: 80px;
}

.content {
    padding-bottom: 10px;
}

section.block {
    margin-bottom: 20px;
    position: relative;
}

section.block > .container {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.05), 0 1px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.12);
    padding: 0 100px 85px;
    z-index: 1000;
    position: relative;
    overflow: hidden;
}

section.block.no-block > .container {
    background: transparent;
    box-shadow: none;
    color: #fff;
}

section.block.no-block:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 100vw;
    background: url(images/backslant-footer.svg) no-repeat 50% 100%;
    background-size: 100%;
    z-index: 1;
}

div.block-container > .row {
    display: flex;
}

div.block {
    margin-top: 65px;
    padding-bottom: 45px;
    display: flex;
    color: #fff;
}

div.block > .row {
    background: #434443;
    margin: 0 0 10px;
    border-radius: 3px;
    overflow: hidden;
}

div.block h2 {
    background: #9e8e70;
    margin: 0 0 30px;
    color: #fff;
    font-family: serif;
    font-size: 18px;
    line-height: 18px;
    padding: 24px 0;
    margin-left: -25px;
    margin-right: -25px;
}

div.block > .row div {
    padding: 0 25px 25px;
    text-align: center;
}

section.block.second-round > .container:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 30px;
    width: 240px;
    height: 130px;
    background: url(images/Stencil_Webseite.jpg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
}