:root {
    --cnvs-themecolor: #7A9D54;
    --cnvs-themecolor-rgb: 255, 96, 73;
    --cnvs-secondary-color: #FDE3A1;

    --cnvs-input-focus-box-shadow: 0 0 0 0.25rem hsla(8, 100%, 64%, 0.4) !important;
    --cnvs-input-focus-border-color: #A8DF8E !important;
}

.leistungen-box {
    display: flex;
}

.transparent-bg {
    background-color: rgba(0, 0, 0, 0.5);
}

.index {
    z-index: 1;
}

.m,
tminus10 {
    margin-top: -10px
}

.border-opt {
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.pos-rel {
    position: relative;
}

.height-img {
    height: 120%;
    top: -15%;
}

.padl {
    padding-left: 60px;
}

.pad20 {
    padding: 20px 0 0 20px;
}

.pad80 {
    padding: 80px 0
}

.font-style {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 58px;
}

.small-font {
    font-size: x-small;
}

.font-untertitel {
    font-size: small;
}

.fotogrosse {
    width: 200px;
}

.fotogroesse-hero {
    width: 250px;
}

.kleineButtons {
    font-size: medium;
}

.logowerwirsind {
    width: 320px;
    background-image: no-repeat;
}

.handy-groesse-maps {
    width: 390px;
}

.ipadgroesse {
    font-size: 14px;
}

.font-size-agb {
    font-size: 30px;
}

.center-pic {
    margin-left: 25%;
}

@media only screen and (min-width: 1024) {
    .ipadgroesse {
        font-size: 18px;
    }
}



@media only screen and (min-width: 768px) {

    .fotogrosse {
        width: 390px;
    }

    .fotogroesse-hero {
        width: 700px;
    }

    .kleineButtons {
        font-size: 18px;
    }

    .logowerwirsind {
        width: 600px;
        background-image: no-repeat;
        background-position: center;
    }

    .handy-groesse-maps {
        width: auto;
    }

    .font-size-agb {
        font-size: 48px;
    }
}

.angebot-button {
    background-color: #ff6047;
    color: #fff;
    padding: 17px;
    font-size: 12px;
    margin-right: 10px;
    color: white;
}

.angebot-button:hover {
    color: #000;
    -webkit-transition: all 1s ease;
    transition: all 0.2s ease;
}

.parent-width {
    width: 100%;
}

.mobilesize{
    opacity:0.79;
}


@media (min-width: 0px) and (max-width: 768px) {
    .angebot-button {
        background-color: #ff6047;
        color: #fff;
        padding: 7px;
        font-size: 12px;

    }


    .mobilesize{
        opacity:0.79;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-height: 65vh;
        min-width: 100vh;
    }
}

@media (min-width: 768px) and (max-width: 996px) {
    .angebot-button {
        background-color: #ff6047;
        color: #fff;
        padding: 9px;
        font-size: 14px;

    }
}

@media only screen and (min-width: 764px) {
    .parent-width {
        width: 50%;
    }

}

.bg-opacity {
    background-color: black;
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.start-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
}

table.GeneratedTable {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: #ffffff;
    border-collapse: collapse;
    border-width: 2px;
    height: 300px;
    border-color: #c4c4c4;
    border-style: solid;
    color: #000000;
}

table.GeneratedTable td,
table.GeneratedTable th {
    border-width: 2px;
    border-color: #c4c4c4;
    border-style: solid;
    padding: 3px;
}

table.GeneratedTable thead {
    background-color: #c4c4c4;
}

.banner {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    background-image: linear-gradient(35deg, #dab14841 10%, #d89a37db 100%);
    position: absolute;
    bottom: 3%;
    left: 1%;
    right: 1%;
    padding: 1.5%;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

.zindex25 {
    z-index: 25;
}