html, body {
    padding: 0;
    margin: 0;

    font-family: font_light, sans-serif;

    --beige: rgba(254, 255, 222, 1);
    --beige_70: rgba(254, 255, 222, .7);
    --green: rgba(199, 204, 55, 1);
    --green_60: rgba(199, 204, 55, .6);
    --white_38: rgba(255, 255, 255, .38);
    --brown: rgba(79, 52, 31, 1);
    --brown_95: rgba(79, 52, 31, .95);
    --red: rgb(159, 14, 23);

    --my_padding: 25px;
    --my_padding_small: 5px;
    font-size: 14px;

    color: rgba(79, 52, 31, 1);
}

p, li {
    line-height: 130%;
}

a {
    color: rgba(79, 52, 31, 1);
}

h1, h2, h3 {
    margin: 0;
    font-family: font_normal, sans-serif;
}

h1 {
    font-size: 20px;
    margin: 25px 0;
}

h2 {
    font-size: 17px;
}

h3 {
    color: rgb(159, 14, 23);
}

html {

}

body {
    background-color: inherit;
    background-image: url(/media/images/verlauf.png);
    height: 1000px;
    background-size: contain;
}

header {
    background-image: url("/media/images/head_groß.svg");
    background-repeat: no-repeat;
    background-position: center;
    height: calc(126px + 2 * 25px);
}

.content {
    width: calc(60% - 2 * 25px);
    float: left;
    background-color: rgba(254, 255, 222, 1);
    padding: 25px;
    margin-bottom: 25px;
}

.content > .wrapper > img, .content > .wrapper > video {
    width: calc(100% + 2 * 25px);
    margin-left: calc(0% - 25px);
}

.content > .wrapper:first-child > img, .content > .wrapper:first-child > video {
    margin-top: calc(0% - 25px);
}

.content > .wrapper:last-child > img, .content > .wrapper:last-child > video {
    margin-bottom: calc(0% - 25px);
}

.sidebar {
    width: 39%;
    float: right;
}

.sidebar > .wrapper {
    padding: 25px;
}

.sidebar > .wrapper:last-child {
    padding: 7px 0 0 0;
}

.container_content {
    width: 745px;
    margin: 0 auto;
}

footer {
    clear: both;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer > div {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    background: rgba(79, 52, 31, 1);
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer a {
    color: white;
    text-decoration: none;
}

html {
    background-image: url('/media/images/web hinter.png');
    background-size: cover;
    min-height: 100vh;
}

table, tr, td {
    border: none;
}

td:last-child {
    white-space: nowrap;
    padding-left: 10px;
}

.sidebar > div:first-child {
    background-color: rgba(254, 255, 222, .7);
    background-image: url(/media/images/Teekanne.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) calc(100% - 10px);
    background-size: 30%;
}

.sidebar table {
    background-color: rgba(254, 255, 222, 1);
    width: calc(100% + 2 * 25px);
    margin: 25px 0;
    margin-left: calc(0% - 25px);
}

.sidebar table td {
    padding: 25px;
    position: relative;
}

.sidebar table td * {
    float: left;
}

.sidebar table td img {
    margin-right: 25px;
}

.sidebar table td::after {
    content: '';
    position: absolute;
    background: rgba(79, 52, 31, 1);
    width: calc(100% - 2 * 25px);
    height: 1px;
    left: 25px;
    bottom: 0;
    opacity: .4;
}

.sidebar table tr:last-child td::after {
    width: 0;
}

.sidebar > *:last-child {
    margin-bottom: 25px;
}

.navigation {
    height: 30px;
    position: relative;
}

.nav_header {
    height: 30px;
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 2;
}

.nav_header button {
    border: none;
    background: none;
    padding: 6px 0;
    margin-right: 5px;
    float: left;
}

.nav_header .icon-bar {
    background-color: rgba(79, 52, 31, 1);
    width: 20px;
    height: 2px;
    margin: 3px 7px;
    display: block;
}

.nav_header, .nav_header button {
    cursor: pointer;
}

.nav_header.active .icon-bar {
    background-color: rgba(199, 204, 55, 1);
}

.nav_header.active .menu_text {
    color: rgba(199, 204, 55, 1);
}

.nav_header .menu_text {
    margin-top: 1px;
}

.nav {
    position: absolute;
    z-index: 1;
    background-color: rgba(79, 52, 31, .95);
    display: none;
}

.nav a {
    color: rgba(199, 204, 55, 1);
    text-decoration: none;
}

.nav li.selected a {
    color: white;
}

ul.nav {
    margin: 0;
    padding: 45px;
    list-style: none;
    padding-left: 36px;
}

ul.nav li {
    margin-bottom: 15px;
}


#slider1_container img {
    width: 100%;
}

.descr {
    position: absolute;
    bottom: -1px;
    background-color: rgba(199, 204, 55, 1);
    padding: 5px;
    width: calc(100% - 2 * 5px);
    color: rgba(79, 52, 31, 1);
    font-size: 12px;
    display: flex;
    flex-direction: column;
}