html, body, .order-info *, td-outer-wrap * {
    font-family: Arial, sans-serif;
}

.page-template-default {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    height: 100vh;
}

.td-theme-wrap {

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}
.td-main-content-wrap {
    flex: 1;
    padding: 20px;
}
.hauptseite-link a {
    color: #444;
    text-decoration: none;
}
.hauptseite-link a:hover {
    color: #444;
    text-decoration: underline;
}
.order-info, form {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.order-info h3 {
    text-align: center;
    font: 700 18px;
    max-width: 600px;
}

.order-info div {
    margin: 0 auto;
}

.prod-img {
    max-width: 220px;
    margin: 0 auto;
}

.prod-img img {
    max-width: 100%;
}

.submit-roulette {
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 5px 0 15px;
    outline: 0;
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 3px #242120;
    box-shadow: 0 4px 3px #242120;
    background: red;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

form {
    color: #444;
}

form input {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
}

.links a, .copyright {
    color: #fff;
}

#section-11-7 {
    text-align: left;
    background-color: #132b59;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #ffd814;
    border-right-color: #ffd814;
    border-left-color: #ffd814;
    border-top-width: 15px;
    border-right-width: 6px;
    border-bottom-width: 10px;
    border-left-width: 6px;
    border-bottom-color: #a2dd00;
}
.ct-section {
    width: 100%;
    background-size: cover;
    background-repeat: repeat;
}

#section-11-7 > .ct-section-inner-wrap {
    display: flex;
    padding-top: 35px;
    padding-bottom: 35px;
    align-items: flex-start;
    
}