div:has(>.serviceImg){
    margin-left:2vw;
    margin-bottom: 3vw;
}

.service_wrapper{
    display: flex;
    align-items: center;
    margin-inline: auto;
}

.service_wrapper div{
    width: 90%;
}

.description{
    margin-inline: 5%;
}

.description li, .serviceThemen li{
    margin-block: 1vw;
}

.description_headline{
    color: #2b256c;
    font-weight: bold;
    text-align: center;
}

th{
    background-color: #2b256c;
    color: white;
    padding: 0.6vw;
    padding-inline: 1vw;
}

tr{
    text-align: center;
}

td{
    padding-inline: 1vw;
}

#priceRow td{
    font-weight: bold;
    text-shadow: 1px 1px #2dedd3;
    color: #2d2872;
}

#paketDescription{
        margin-block:auto;
        height: fit-content;
}

#paketDescription li{
    margin-block:1.5vw;
    list-style-type: decimal;
    font-size: 0.85vw;
}

#paketDescription li::marker{
    color: #2b256c;
    font-weight: bold;
}

/* Gilt bis 1300px Breite */
@media only screen and (max-width: 1300px) {

    body{
        background-image: url('../assets/service_background02.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top-left;
       }

    #normal_menu, .service{
        display: none;
        position: absolute;
    }

   .mobile_service{
        display: block;
        position: relative;
    }

    .mobile_service{
        width: 70%;
        margin-inline: 14.5%;
        border: 3px solid #2b256c;
        border-radius: 2em/2em;
        box-shadow: -10px 10px rgba(0,0,0,0.2);
        margin-block: 10em;
        padding: 2vw;
        background-color: white;
    }

   #general_headline{
        color: white;
        font-size: 5.5vw;
        margin-top: 1vw;
        margin-left: 6%;
        margin-bottom: -3.5vw;
   }

   #general_subheadline{
        color: white;
        font-size: 2.5vw;
        margin-top: 5vw;
        margin-left: 10%;
        margin-bottom: -10vw;
   }

   .serviceImg{
        margin-inline: auto;
        display: block;
        margin-block: 4vw;
        height: 35vw;
    }

    .service_headline{
        font-weight: bold;
        font-size: 1.7em;
        color: #2b256c;
        text-align: center;
        margin-bottom: 2vw;
    }

    .service_price{
        font-size: 3vw;
        font-weight: bold;
        color: #2dedd3;
        background-color: #2b256c;
        width: fit-content;
        padding: 2vw;
        border-radius: 10vw/ 10vw;
        margin-top: 5vw;
    }

    .serviceThemen{
        width: 45vw;
        margin-inline: auto;
        list-style: none;
    }

    .serviceThemen li::before{
        content: "";
        position: absolute;
        width: 2.5vw;
        height: 2.5vw;
        padding-left: 3vw;
        background-image: url('../assets/check.svg');
        background-size: contain;
        background-repeat: no-repeat;
        transform: translate(-3vw, 0vw);
    }

    .description div:nth-of-type(1){
        margin-bottom: 5vw;
        text-align: center;
    }
    
    .description *{
        margin-inline: auto;
    }

    #support_packs{
        margin-inline: -3vw;
        margin-top: 2vw;
        margin-bottom: 6vw;
        font-size: 1.5vw;
    }

    #mobile_service_datenrettung img{
        width: 14vw;
        margin-inline: 28vw;
        margin-top: 4vw;
        margin-bottom: 2vw;

    }
}
/* Gilt ab 1301px Breite */
@media only screen and (min-width: 1301px) {

    body{
        background-image: url('../assets/mobile_service_background02.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
    }

     .service{
        display: block;
        position: relative;
    }

    .mobile_service{
        display: none;
        position: absolute;
    }

    .service{
        width: 60%;
        margin-inline: 19.5%;
        border: 3px solid #2b256c;
        border-radius: 2em/2em;
        box-shadow: -10px 10px rgba(0,0,0,0.2);
        margin-block: 10em;
        padding: 2vw;
        background-color: white;
    }

    #general_headline{
        color: white;
        font-size: 2vw;
        margin-top: 1vw;
        margin-left: 6%;
        margin-bottom: -2.5vw;
    }

    #general_subheadline{
        color: white;
        font-size: 1vw;
        margin-top: 4vw;
        margin-left: 10%;
        margin-bottom: -1vw;
    }

    .serviceImg{
        margin-inline: 5vw;
        visibility: visible;
        margin-bottom: 3vw;
        height: 15vw;
    }

    .service_headline{
        font-weight: bold;
        font-size: 1.7em;
        color: #2b256c;
        margin-left: 3vw;
        margin-bottom: 0vw;
    }

    .service_price{
        font-size: 1.2vw;
        font-weight: bold;
        color: #2dedd3;
        background-color: #2b256c;
        width: fit-content;
        padding: 1vw;
        border-radius: 10vw/ 10vw;
        margin-top: 5vw;
    }

   .serviceThemen{
        width: 20vw;
        margin-inline: auto;
        list-style: none;
    }

    .serviceThemen li::before{
        content: "";
        position: absolute;
        width: 2.5vw;
        height: 2.5vw;
        padding-left: 3vw;
        background-image: url('../assets/check.svg');
        background-size: contain;
        background-repeat: no-repeat;
        transform: translate(-3vw, -0.8vw);
    }

    .description div{
        margin-bottom: 3vw;
    }


    #support_packs{
        margin-inline: auto;
        margin-block: 2vw;
        margin-right: 0.5vw;
    }
    
    #service_datenrettung img{
        width: 5vw;
        margin-inline: 3vw;
        margin-bottom: 5vw;
    }
}