.produkt_tabelle {
    display: table;
    border-spacing: 2px 2px;
    background-color: #fff;
    border-collapse: separate;
    margin-bottom: 10px;
}
.produkt_tabelle th {
    background-color: #0756a0;
    border: 1px solid #cbeaf9;
    padding: 5px;
    color: #fff;
    font-size: 10px;
    vertical-align: top;
}
.produkt_tabelle td {
    background-color: #dce1e5;
    padding: 0 5px;
    text-align: center;
    font-size: 10px;
}

ul.verbindungselemente{padding: 0;}
li {
    font-size: 14px;
}

p.bodytext {
    font-size: 14px;
}
p{
    font-size: 14px;
}
.alignnone {
    height: 80px;
    width: 150px;
}
.csc-textpicHeader h1,h2{
    font-size: 12px;
}
.verbindungselemente img{
    height: 30px;
    width: 30px;
}
.right_sidebar p{
    padding: 0 !important;
}
.verbindungselemente li {
    display: inline-block;
    list-style: none;
    }
.csc-textpicHeader.csc-textpicHeader-26 {
    width: 350px;
}
h2{
    font-size: 15px;
    color: #0756a0;
}
h1{
    font-size: 20px;
}
.drawing {
    width: 350px;
}
b{
    color: #0756a0;
}
.csc-textpicHeader h1 {
    color: #0756a0;
}
.pdf-download-btn{
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 14px 22px;
    background: linear-gradient(135deg,#0756a0,#0b7dda);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    cursor: pointer;

    box-shadow: 0 8px 20px rgba(7,86,160,.35);
    transition: all .3s ease;
}

.pdf-download-btn:hover{
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 12px 28px rgba(7,86,160,.45);
    background: linear-gradient(135deg,#0b7dda,#0756a0);
}

.pdf-download-btn:active{
    transform: translateY(-50%) scale(.97);
}

@media (max-width:768px){
    .pdf-download-btn{
        left: 10px;
        padding: 12px 18px;
        font-size: 14px;
    }
}