/*-------- CSS for inner content part --------*/

.kreise {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

circle {
    pointer-events: all;
}

.axis path, .axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

circle, path {
    cursor: pointer;
}

text {
    font: 12px;
    text-anchor: middle;
    /*font-family: 'Lato', sans-serif;*/
}

#logoLink:focus{
    outline-color: #387BB1;
    outline-width: 1px;
}

path:hover {
    fill: white;
    stroke: #bfafb2;
    stroke-width: 1px;
    fill-opacity: 1;
}

path:focus{
    outline: none;
    fill: white;
    stroke: #195089;
    stroke-width: 1px;
    fill-opacity: 1;
}

    .focusStrokeNone:focus{
    stroke: none;
    fill: none;
    }
    
circle:focus-visible{
    outline: none;
    stroke: #195089;
    stroke-width: 1px;
    fill-opacity: 1;
}

circle:focus:not(.focus-visible) {
    outline: none;
}

.text-center{
    width: 100%;
}

.hide{
    display: none;
}

.mobileClusterTitle{
    pointer-events: none;
}

.js-lock-position {
    position: fixed;
    overflow: hidden;
}

/* ----- Mobile Version ----- */

@media only screen and (max-width: 767px) {
    .contentWrapper{
      width: 90%;
    }
    .swapOverlay {
        display: none;
    }
    .mobileClusterTitle {
        position: absolute;
        font-size: x-small;
        top: 50%;
        left: 50%;
        width: 34%;
        height: 10px;
        margin-left: -17%;
        margin-top: -5px;
        color: #195089;
    }
    .bubble-wrapper {
        margin-top: 60px;
    }
    #scrollToTop {
        position: relative;
        float: right;
    }
    .bubble {
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;/*
        border-bottom: 1px solid #208cff;*/
    }
    #MainBuBBLe {
        padding-top: 0px;
    }
    .cc-revoke.cc-bottom {
        position: fixed;
        bottom: 0;
        border-top-left-radius: .5em;
        border-top-right-radius: .5em;
        padding: 0 .5em;
        font-size: xx-small;
    }
}

/* ----- Tablet Upright Mode ----- */

@media only screen and (min-width: 768px) and (max-width: 899px) {
    .contentWrapper{
      width: 90%;
    }
    .swapOverlay {
        display: none;
    }
    .mobileClusterTitle {
        position: absolute;
        font-size: medium;
        top: 50%;
        left: 50%;
        width: 34%;
        height: 10px;
        margin-left: -17%;
        margin-top: -5px;
        color: #195089;
    }
    .bubble-wrapper {
        margin-top: 60px;
    }
    #scrollToTop {
        position: relative;
        float: right;
    }
    .bubble {
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px;/*
        border-bottom: 1px solid #208cff;*/
    }
    .cc-revoke.cc-bottom {
        position: fixed;
        bottom: 0;
        left: 1em;
        border-top-left-radius: .5em;
        border-top-right-radius: .5em;
        padding: 0 .5em;
        font-size: small;
    }
}

/* ----- Tablet  Landscape Mode ----- */

@media only screen and (min-width: 900px) and (max-width: 1279px) {
    .contentWrapper{
      width: 90%;
    }
    .swapOverlay {
        display: none;
    }
    .mobileClusterTitle {
        position: absolute;
        font-size: medium;
        top: 50%;
        left: 50%;
        width: 34%;
        height: 10px;
        margin-left: -17%;
        margin-top: -5px;
        color: #195089;
    }
    .bubble-wrapper {
        margin-top: 60px;
    }
    #scrollToTop {
        position: relative;
        float: right;
    }
    .bubble {
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;/*
        border-bottom: 1px solid #208cff;*/
    }
    .cc-revoke.cc-bottom {
        position: fixed;
        bottom: 0;
        left: 1em;
        border-top-left-radius: .5em;
        border-top-right-radius: .5em;
        padding: 0 .5em;
        font-size: small;
    }
}

/* ----- Desktop Version ----- */

@media only screen and (min-width: 1280px) {
    .contentWrapper{
      width: 70%;
    }

    .kreise {
        overflow: hidden;
        padding-top: 1%;
    }
    .bubble-wrapper {
        position: relative;
        padding-bottom: 50%;
        width: 100%;
        margin: auto;
    }
    .mobileClusterTitle {
        display: none;
    }
    .clusterOverlay {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        background: #195089;
        color: white;
        padding: 5px 4px 0px 4px;
        border: 1px solid white;
        border-radius: 5px;
        min-width: 80px;
        z-index: 1000;
    }
    .swapOverlay {
        position: absolute;
        box-sizing: content-box;
        top: -7px;
        left: -7px;
        padding: 0 !important;
        height: 100%;
        width: 100%;
        cursor: pointer;
        z-index: 10;
        border-radius: 50%;
        opacity: 0;
        background-color: transparent;
        border:7px solid #195089;
    }
    .swapOverlay:focus-visible{
        opacity: 1;
        outline: none;
    }
    .swapOverlay:focus:not(.focus-visible) {
        outline: none;
    }
    .cc-revoke.cc-bottom {
        position: fixed;
        bottom: 0;
        border-top-left-radius: .5em;
        border-top-right-radius: .5em;
        padding: 0 .5em;
        font-size: medium;
    }
    #MainBuBBLe {
        position: absolute;
        top: 0%;
        left: 38%;
        width: 48%;
        padding: 0;
        margin: 0;
        font: 10px sans-serif;
    }
    #SecondaryBuBBLe {
        position: absolute;
        top: 3%;
        left: 20%;
        width: 16%;
        padding: 0;
        margin: 0;
        font: 10px sans-serif;
    }
    #TBuBBLe {
        position: absolute;
        top: 32%;
        left: 2%;
        width: 16%;
        padding: 0;
        margin: 0;
        font: 10px sans-serif;
    }
    #QBuBBLe {
        position: absolute;
        top: 60.8%;
        left: 20%;
        width: 16%;
        padding: 0;
        margin: 0;
        font: 10px sans-serif;
    }
    #QuinBuBBLe {
        position: absolute;
        top: 40%;
        left: 24%;
        width: 8%;
        padding: 0;
        margin: 0;
        font: 10px sans-serif;
    }
    #SBuBBLe {
        position: absolute;
        top: 40%;
        left: 91%;
        width: 8%;
        padding: 0;
        margin: 0;
        font: 10px sans-serif;
    }
    #SeptBuBBLe {
        position: absolute;
        top: 20%;
        left: 91%;
        width: 2%;
        padding: 0;
        margin: 0;
        font: 10px sans-serif;
    }
}
