.infografik-standalone {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

body.infografik-standalone * {
    box-sizing: border-box;
}

.jumbotron h1 {
    font-size: 48px;
    line-height: 54px;
}

.infografik {
    width: 100%;
    padding-bottom: 58.333333333%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
    margin-top: 0;
}

#infografik-trockenaushub {
    background-image: url('../trockenaushub/trockenaushub-ohne-zahlen.jpg');
}

#infografik-spezialtiefbau {
    background-image: url('../spezialtiefbau/spezialtiefbau-ohne-zahlen.jpg');
}

#infografik-piers {
    background-image: url('../piers/hintergrund.png');
}

@media (min-width: 1280px) {
    #infografik-trockenaushub {
        background-image: url('../trockenaushub/Master-10.jpg');
    }

    #infografik-spezialtiefbau {
        background-image: url('../spezialtiefbau/spezialtiefbau-ohne-zahlen-1920.png');
    }
}

.row.trockenaushub-no-margin {
    margin: 0;
}

.infografik button {
    cursor: pointer;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background-color: #000091;
    border: 1px solid white;
    color: white;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-style: italic;
    font-size: 20px;
    position: absolute;
    text-align: left;
    padding-left: 8px;
    box-shadow: 0 0 1px white;
    line-height: 1.2;
}

#infografik-abwaerme.infografik button{
    width: 3.8vw;
    height: 3.8vw;
    border: none;
    background:  url(../../abwaerme/assets/i.svg) center center;
    background-size: contain;
    transition: .2s all ease-in-out;
    box-shadow: none;
}

#infografik_abwaerme_1{
    top: 31%;
    left: 27%;
}
#infografik_abwaerme_2{
    top: 35.5%;
    left: 54.5%;
}
#infografik_abwaerme_3{
    top: 14%;
    left: 92%;
}

#infografik_abwaerme_4{
    top: 72%;
    left: 92%;
}

#infografik_abwaerme_5{
    width: 20% !important;
    height: 10% !important;
    bottom: 10%;
    right: 13%;
    background:  url(../../abwaerme/assets/pfeil_next.gif) right center no-repeat !important;
    background-size: contain !important;

}

#infografik-abwaerme.infografik button:hover{
    transform: scale(1.1);
}

.infografik-abwaerme-animation{
    position: absolute;
    height: auto;
    mix-blend-mode: multiply;
}
#infografik_abwaerme_hitzewelle1{
    width: 7.29vw;
    top: 43%;
    left: 19%;
}
#infografik_abwaerme_hitzewelle2{
    width: 7.29vw;
    top: 37%;
    left: 46%;
}

#infografik_abwaerme_heiss{
    width: 40%;
    bottom:15%;
    right: 20%;
}

#infografik_abwaerme_kreislauf{
    width: 80%;
    top:40%;
    left: 10%;
}

#infografik_abwaerme_rauch{
    width: 34%;
    top:47%;
    left: 33%;
}

#infografik_abwaerme_daumen{
    width: 34%;
    top:42%;
    right: 13%;
}


#infografik_trockenaushub_1 {
    top: 27.8%;
    left: 59.5%;
}
#infografik_trockenaushub_2 {
    top: 35.9%;
    left: 34.6%;
}
#infografik_trockenaushub_3 {
    top: 61.6%;
    left: 58.5%;
}
#infografik_trockenaushub_4 {
    top: 85%;
    left: 79.2%;
}
#infografik_trockenaushub_5 {
    top: 80.4%;
    left: 29.3%;
}
#infografik_trockenaushub_6 {
    top: 68.6%;
    left: 39.2%;
}
#infografik_trockenaushub_7 {
    top: 48.9%;
    left: 7.9%;
}
#infografik_trockenaushub_8 {
    top: 48.9%;
    left: 70.5%;
}
#infografik_trockenaushub_9 {
    left: 91.2%;
    top: 49.8%;
}

#infografik_spezialtiefbau_1 {
    top: 61.1%;
    left: 32.5%;
}
#infografik_spezialtiefbau_2 {
    top: 61.1%;
    left: 65.1%;
}
#infografik_spezialtiefbau_3 {
    top: 52.1%;
    left: 24.1%;
}
#infografik_spezialtiefbau_4 {
    top: 51.8%;
    left: 84%;
}
#infografik_spezialtiefbau_5 {
    top: 29.6%;
    left: 53.4%;
}
#infografik_spezialtiefbau_6 {
    top: 29.6%;
    left: 26.3%;
}

#infografik_piers_1 {
    top: 24%;
    left: 54%;
}
#infografik_piers_2 {
    top: 32.4%;
    left: 66.5%;
}
#infografik_piers_3 {
    top: 53%;
    left: 79%;
}
#infografik_piers_4 {
    top: 17.4%;
    left: 35%;
}
#infografik_piers_5 {
    top: 43.7%;
    left: 28.1%;
}
#infografik_piers_6 {
    top: 41.5%;
    left: 14.3%;
}


#infografik-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#infografik-overlay .img {
    display: none;
    width: 36.875%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

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

#infografik-overlay .img:before {
    content: attr(data-img);
    width: 24px;
    height: 24px;
    background-color: #000091;
    border: 1px solid white;
    color: white;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-style: italic;
    font-size: 16px;
    position: absolute;
    text-align: left;
    padding-left: 6px;
    top: 26px;
    right: -26px;
    box-sizing: border-box;
}

.infografik-standalone #infografik-overlay .img:before {
    /*line-height: 1.5;*/
    /*width: 26px;*/
    /*top: 28px;*/
    /*height: 26px;*/
    /*padding-top: 1px;*/
    display: none;
}

#infografik-overlay .img:after {
    content: '×';
    width: 24px;
    height: 24px;
    background-color: #000091;
    border: 1px solid white;
    color: white;
    font-weight: normal;
    font-family: Verdana, sans-serif;
    font-style: italic;
    font-size: 25px;
    line-height: 16px;
    position: absolute;
    padding-left: 0;
    top: 0;
    right: -26px;
    cursor: pointer;
    pointer-events: none;
    text-align: center;
}

#infografik-overlay.active {
    display: block;
}

#infografik-abwaerme #infografik-overlay .img:after{
    width: 3vw;
    height: 3vw;
    right: calc(-3vw - 1px);
    font-size: 3vw;

    line-height: .8;
}


@media screen and (max-width: 640px) {
    .infografik button {
        width: 24px;
        height: 24px;
        font-size: 16px;
        padding-left: 6px;
    }

    #infografik-overlay .img:before {
        width: 16px;
        height: 16px;
        font-size: 10px;
        padding-left: 3px;
        top: 17px;
        right: -17px;
    }

    .infografik-standalone #infografik-overlay .img:before {
        display: none;
        /*line-height: 1.5;*/
        /*width: 18px;*/
        /*height: 18px;*/
        /*top: 17px;*/
        /*right: -17px;*/
        /*padding-top: 1px;*/
    }

    #infografik-overlay .img:after {
        width: 16px;
        height: 16px;
        top: 0;
        right: -17px;
        font-size: 18px;
        line-height: 9px;
    }
}


