#kreis-bild-kommentar {
    display: flex;
    align-items: center;
    justify-content: center;
}
#kreis-bild-kommentar figure {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding:0;
    margin:0;
    align-items: center;
}
@media (min-width: 768px) {
	#kreis-bild-kommentar figure {
        flex-direction: row;
    }
}
#kreis-bild-kommentar svg.cake {
    width: 100%;
}
#kreis-bild-kommentar .figure-content {
    width: 50%;
    max-width: 800px;
}
@media only screen and (max-width: 768px) {
    #kreis-bild-kommentar .figure-content {
        margin: 0 auto;
        width: 100%;
    }
}

#kreis-bild-kommentar .kreiscontent {
    font-family: "Gustavo" !important;
    font-size: 30px !important;
    line-height: 44px !important;
}
#kreis-bild-kommentar .kreiscontent.name {
    font-family: "Proxima Nova" !important;
    font-size: 16px !important;
    line-height: 20px !important;
}
#kreis-bild-kommentar .figure-content .svg-wrap {
    position: relative;
    height: auto;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    #kreis-bild-kommentar .figure-content .svg-wrap {
        padding: 0;
        padding: 0rem;
    }
}

#kreis-bild-kommentar .figure-key {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: column;
    -moz-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
}
@media only screen and (max-width: 768px) {
    #kreis-bild-kommentar .figure-key {
        width: 100%;
        padding: 0;
    }
}

#kreis-bild-kommentar .figure-key .kreisbox {
    background-color: #ffffff;
    padding: 40px;
    display: none;
    box-shadow: 0 10px 20px rgba(0,81,158,.1);
    position: relative;
    padding-top: 60px;
    top: -40px;
    left: 40px;
}
#kreis-bild-kommentar .figure-key .kreisbox.active {
    display: block;
}
@media only screen and (max-width: 768px) {
    #kreis-bild-kommentar .figure-key .kreisbox {
        padding: 20px;
        margin:0;
        position: unset;
        top: unset;
        left:unset;
    }
    #kreis-bild-kommentar .kreiscontent {
        font-size: 18px !important;
        line-height: 25px !important;
    }
}

#kreis-bild-kommentar figcaption,
p.figsubheadline {
    font-size: 26px;
    line-height: 1.6;
    font-style: normal;
    font-weight: 400;
    color: inherit;
}
.head_wrapper {
    background-color: #0f50cf;
    color: #ffffff;
    font-family: "Myriad", Sans-serif;
    padding: 25px;
    position: relative;
    width: 80%;
    z-index:5;
    padding-bottom: 70px;
}
.head_wrapper h3 {
    padding:0;
    margin:0;
}
@media only screen and (max-width: 768px) {
    .head_wrapper {
        position: unset;
        width:100%;
        padding: 15px;
    }
    #kreis-bild-kommentar figcaption,
    p.figsubheadline {
        font-size: 18px;
    	line-height: 1.4;
    }
}
p.figsubheadline {
    font-size: 15px;
}
.desk {
    display: block;
}
.mobi {
    display: none;
}
@media only screen and (max-width: 768px) {
    .desk {
        display: none;
    }
    .mobi {
        display: block;
        font-size: 25px;
    }
}
@media only screen and (max-width: 360px) {
    .desk {
        display: none;
    }
    .mobi {
        display: block;
        font-size: 20px;
    }
}

#kreis-bild-kommentar .figure-key .kreisbox .content p {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 34px;
    line-height: 2.125rem;
    padding-bottom: 45px;
    padding-bottom: 2.8125rem;
}
@media only screen and (max-width: 768px) {
    #kreis-bild-kommentar .figure-key .kreisbox .content p {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 30px;
        line-height: 1.875rem;
        padding-bottom: 20px;
        padding-bottom: 1.25rem;
    }
}

#kreis-bild-kommentar circle.plus {
    cursor: pointer;
}
#kreis-bild-kommentar circle.plus.hide {
    opacity: 0;
    visibility: hidden;
}
#kreis-bild-kommentar circle:not(.plus) {
    transform-origin: center center;
    -moz-transform: rotate(0) translateX(0) translateY(0);
    -webkit-transform: rotate(0) translateX(0) translateY(0);
    -o-transform: rotate(0) translateX(0) translateY(0);
    -ms-transform: rotate(0) translateX(0) translateY(0);
    transform: rotate(0) translateX(0) translateY(0);
}
#kreis-bild-kommentar circle.cake-segment {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

