#content{
    background-color: #faeac1;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#content div{
    background-color: #fff3cd;
    margin: 20px;
    padding: 10px;
    line-height: 30px;
}
.sec{
    box-shadow: #eab000 5px 5px 5px;
}

#img1{
    width:40%;
    margin: 20px;
    height: 680px;
}

#content div#outer{
    margin: 0;
    padding: 0;
    background-color: transparent;
    width: 50%;
}
#content #punkte{
    width: 37%;
    line-height: 38px;
}

#title{
    font-family: Parisienne,Serif;
    font-size: 50px;
    width: 100%;
    text-align: center;
}

nav a:nth-child(2) {
    text-decoration: underline;
}

#content ul li:nth-child(3) {
    display: list-item;
}

div#k_einzel,div#k_paar{
    margin: 0px;
    padding: 0px;
}

#kosten p{
    margin-left: 50px;
}

#kosten p:nth-child(4),#kosten p:nth-child(6){
    font-weight: bold;
    padding-top: 15px;
}

#kosten{
    width: 50%;
}

.h{
    color: #eab000;
    font-weight: bold;
    font-size: large;
}

div#k_einzel .h{
    font-style: italic;
}

div#k_paar .h{
    font-style: italic;
}

#kosten>.h{
    text-align: center;
    font-size: x-large;
}

#kosten span{
    vertical-align: bottom;
    padding-bottom: 2.5px;
}

@media screen and (max-width: 1080px) {
    #img1{
        display: none;
    }

    #content{
        flex-direction: column;
        align-items: center;
    }

   #content .sec, #outer{
        width: 90% !important;
    }
    #outer .sec{
        width: 100% !important;
    }

    #einzel,#paar{
        margin: 0px !important;
    }

}