.seminarholder{
    font-family: var(--main-font-family);
    margin-top: 80px;
    display: block;
    width: 100%;
    margin-bottom: 80px;
}

.seminarholder table{
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}


.workshopimageholder{
    width: 300px;
}

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

.workshoptitle{

}

.workshoptitle h2{
    
}

.workshopdetailsholder{
    padding: 40px;
}

.workshopdetailsholder h2{
    color:var(--main-title-color);
}

.workshoplocationholder{

}

table tr{
    /*margin-top:20px;*/
    /*padding: 20px;*/
    /*margin-bottom:20px;*/
}

#einzelberlocation{
    float:left;
}

#einzelberdetails ul li{
    list-style: none;
}

.pdflinkholder{
    display: block;
    width: 100%;
    margin-bottom: 60px;
}

.pdflink{
    border: none;
    background: #B33A37;
    color: white;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    padding: 15px;
}

#pdflink:hover{
    opacity: 0.5;
    transition: 0.5s;
}

.centercontactdiv{
    display:block;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    white-space:nowrap;
}
.topcontactdiv{
    display:block;
    width: 100%;
    position: relative;
    top:50px
}

.contactlinkholder{
    display: block;
    width: 100%;
}

.contactlink{
    border: none;
    background: #B33A37;
    color: white;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    padding: 15px;
}

#contactlink:hover{
    opacity: 0.5;
    transition: 0.5s;
}


.seminarholder table td{
    padding: 20px;
    border-top: 5px solid var(--main-nav-color);
    /*border-bottom: 5px solid lightcoral;*/
}

/*@media only screen and (max-width : 900px) 
{
    .seminarholder table{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}*/

@media only screen and (max-width : 1200px) 
{
    tr{
        margin-top: 20px; 
    }

    table td{
        /*width: 100%;*/
        border-top: 5px solid var(--main-nav-color);
        display: table-row;
        text-align: center;
        display:block;
        width: 100%;
    }

    .workshopdetailsholder{
        width: 92%;
        padding: 0px;

        padding-left: 3%;
        padding-right: 5%;

        padding-bottom: 20px;
    }

    .workshoplocationholder{
        padding: 0;
    }

    .workshopimageholder{
        width: 100%;
        padding: 0;
        padding-bottom: 20px;
        padding-top: 20px;
        border-top: 5px solid var(--main-dark-color);
    }

    .workshopimageholder img{
        height: 350px;
        width: auto;
        display:inline-block;
    }

    .topcontactdiv{
        display:block;
        width: 100%;
        margin-top: 60px;
        margin-bottom: 60px;
        white-space:nowrap;
        top:0px
    }
}

@media only screen and (max-width : 600px) 
{
    .workshopimageholder img{
        width: 80%;
        height: auto;
    }
}
