@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat-latin-400-normal.woff2") format('woff2'),
        url("../fonts/montserrat-latin-400-normal.woff") format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat-latin-500-normal.woff2") format('woff2'),
        url("../fonts/montserrat-latin-500-normal.woff") format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat-latin-600-normal.woff2") format('woff2'),
        url("../fonts/montserrat-latin-600-normal.woff") format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat-latin-700-normal.woff2") format('woff2'),
        url("../fonts/montserrat-latin-700-normal.woff") format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot') format('embedded-opentype'),
        url('../fonts/icomoon.ttf') format('truetype'),
        url('../fonts/icomoon.woff') format('woff'),
        url('../fonts/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

* {
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
    background-color: #004bc8;
    overflow-x: hidden;
}


body {
    font-family: Montserrat, helvetica, arial, sans-serif;
    width: 100%;
    min-height: 100%;
    background-color: #004bc8;
    background: linear-gradient(0deg, rgba(15, 0, 200, 1) 0%, rgba(0, 81, 215, 1) 100%);
    box-sizing: border-box;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    overflow-x: hidden;
}

a {
    font-weight: 500;
    text-decoration: none;
    color: #b4d8ff;
    transition: color 0.3s ease-out;
    cursor: pointer;
}

a:hover,
a:focus {
    color: #ffffff;
    text-decoration: none;
}

.left {
    float: left !important;
}

.center {
    text-align: center;
}

.right {
    float: right !important;
}

.oneCol {
    column-count: 1 !important;
}

#navbar {
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
    padding: 24px 48px;
    box-sizing: border-box;
    z-index: 98;
    background-color: rgba(0, 49, 191, 0.8);
}

#navbar .logo {
    position: relative;
    height: 32px;
    width: 132px;
    background: url("../img/Vulni_Logo_White_Trans.png") no-repeat left top;
    background-size: contain;
    cursor: pointer;
}

#navbar span,
#navbar p {
    position: relative;
    float: right;
    top: -24px;
    font-size: 14px;
    color: #ffffff;
}

#navbar p {
    display: none;
    float: left;
    font-weight: 500;
}

#navbar span a,
#footer span a {
    position: relative;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 24px;
    color: #b4d8ff;
    transition: color 0.3s ease-out;
}

#navbar span a:hover,
#navbar span a:focus,
#footer span a:hover,
#footer span a:focus {
    color: #ffffff;
    text-decoration: none;
}

#navbar span a.active {
    color: #ffffff;
    text-decoration: none;
    pointer-events: none;
}

#navbar span a.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -8px;
    left: 0;
    background-color: #ffffff;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #ffffff;
}

.hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: -8px;
    left: 0;
    background-color: #b4d8ff;
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
}

.hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
    background-color: #ffffff;
}

#container_intro,
#container,
#container_infotext,
#container_report {
    position: relative;
    display: block;
    width: 66%;
    top: 80px;
    z-index: 1;
    padding: 80px 24px 128px 24px;
    margin: 0 auto;
    word-break: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
}

#container_infotext .infobox {
    display: inline-block;
    padding: 24px;
    background: rgba(0, 0, 0, 0.2);
}

#container_infotext .infobox b {
    font-weight: 600;
    width: 100%;
    position: relative;
    display: inline-block;
    border-bottom: 1.5px solid #ffffff;
    padding-bottom: 2px;
    margin-bottom: 12px;
}

#container_report {
    width: 80%;
}

#footer {
    position: relative;
    display: block;
    column-count: 3;
    height: 80px;
    width: 100%;
    background-color: rgba(0, 49, 191, 0.8);
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
    padding: 24px 48px;
    box-sizing: border-box;
    z-index: 98;
    clear: both;
    margin-top: 48px;
}

#footer p {
    position: relative;
    display: block;
    top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

#footer span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    top: 10px;
}

#footer span img {
    height: 32px;
    display: table-cell;
    vertical-align: top;
    padding-left: 24px;
}

#container_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: #004899;
    background-image: url('../img/Vulni_BG_1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    opacity: 0.5;
}

/*form styles*/
#msform {
    text-align: center;
}

#msform fieldset {
    box-sizing: border-box;
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*Labels*/
#msform label {
    color: #ffffff;
    font-size: 16px;
    padding: 12px 0;
    position: relative;
    float: left;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 12px;
    width: 100%;
    text-align: left;
    font-weight: 500;
    -webkit-appearance: none;
}

/*inputs*/

#msform input,
#msform textarea,
#msform select {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 14px;
    width: 100%;
    box-sizing: border-box;
    font-family: Montserrat;
    color: #2C3E50;
    font-size: 14px;
    -webkit-appearance: none;
}

#msform select {
    background-color: #ffffff;
}

/*buttons*/
.action-button {
    width: 49% !important;
    background-color: rgba(255, 255, 255, 0);
    font-weight: 500;
    border: 1px solid #fff !important;
    border-radius: 3px !important;
    cursor: pointer;
    padding: 14px 0px !important;
    margin: 12px 0px !important;
    transition: all 0.25s ease-in-out;
    color: #ffffff !important;
    font-size: 16px !important;
}

.action-button:hover,
.action-button:focus {
    background-color: rgba(255, 255, 255, 0.25);
}

.action-button:active {
    background-color: rgba(255, 255, 255, 0.7);
}

/*headings*/
.fs-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 20px;
}

/*image-radio-buttons*/
.fs-image-selector {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fs-image-selector input {
    margin: 0;
    padding: 0;
    visibility: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.fs-image-selector input:active+.fs-image-btn,
.fs-image-selector input:checked+.fs-image-btn {
    opacity: 1;
    color: #ffffff !important;
    font-weight: 600 !important;
    -webkit-filter: none !important;
    -moz-filter: none !important;
    filter: none !important;
}

.fs-image-selector input {
    visibility: hidden;
}

.fs-image-btn {
    display: table-cell !important;
    top: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 48px;
    filter: brightness(.9) grayscale(1) !important;
    font-size: 14px !important;
    color: #9cccff !important;
    padding-bottom: 24px !important;
    text-align: center !important;
    padding-top: 9% !important;
    font-weight: 400 !important;
    float: none !important;
    border-bottom: none !important;
    vertical-align: bottom;
    background-position-x: center;
    margin-top: 25px !important;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    transition: .2s ease-in;
    -webkit-filter: brightness(0.9) grayscale(1) !important;
    -moz-filter: brightness(0.9) grayscale(1) !important;
}

.fs-image-btn:hover {
    opacity: 0.85;
    -webkit-filter: none !important;
    -moz-filter: none !important;
    filter: none !important;
    cursor: pointer;
}

.einfamilienhaus {
    background-image: url('../img/haustypen/Einfamilienhaus_Icon.png');
}

.reihenhaus {
    background-image: url('../img/haustypen/Reihenhaus_Icon.png');
}

.mehrfamilienhaus {
    background-image: url('../img/haustypen/Mehrfamilienhaus_Icon.png');
}

.landhaus {
    background-image: url('../img/haustypen/Landhaus_Icon.png');
}

.wohnblock {
    background-image: url('../img/haustypen/Wohnblock_Icon.png');
}

.flachdach {
    background-image: url('../img/dachformen/Flachdach.png');
}

.pultdach {
    background-image: url('../img/dachformen/Pultdach.png');
}

.satteldach {
    background-image: url('../img/dachformen/Satteldach.png');
}

.dachmitgaupen {
    background-image: url('../img/dachformen/Satteldach_mit_Gaupen.png');
}

.walmdach {
    background-image: url('../img/dachformen/Walmdach.png');
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    /* width: 80%; */
    position: relative;
    margin: 0 0 32px 0;
    padding: 12px 0px;
    text-align: justify;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#progressbar li {
    list-style-type: none;
    color: #9cccff;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
    box-sizing: border-box;
}

#progressbar li::before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #9cccff;
    background: #0076f3;
    border-radius: 3px;
    margin: 0px auto 12px auto;
    position: relative;
    z-index: 2;
    border: 1px solid #9cccff;
    text-align: center;
}

#progressbar li:first-child::before {
    margin: 0 0 12px 0;
}


#progressbar li:last-child::before {
    margin: 0 0 12px auto;
}

/*progressbar connectors*/
#progressbar li::after {
    content: '';
    width: 200%;
    height: 1px;
    background: #83bfff !important;
    position: absolute;
    left: -100%;
    top: 9px;
    z-index: 1;
}

#progressbar li:first-child {
    text-align: left;
}

#progressbar li:last-child {
    text-align: right;
}

#progressbar li:first-child:before {
    /*left: -20px;*/
}

#progressbar li.active::before,
#progressbar li.active::after {
    background: white;
    color: #004899;
    border: none;
    text-align: center;
}

#progressbar li.active {
    color: #ffffff;
    font-weight: 500;
}

/*Intro*/
#loading_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: #004bc8;
    opacity: 1;
}

#loading_overlay span {
    position: absolute;
    width: 600px;
    min-height: 146px;
    top: 50%;
    right: 50%;
    margin-top: -80px;
    margin-right: -300px;
    text-align: center;
}

#loading_overlay span svg {
    width: 100px;
    margin-bottom: 12px;
}

#loading_overlay span p {
    font-size: 20px;
    color: #ffffff;
}

#loading_overlay.fin .path-1 {
    stroke-dashoffset: 0;
}

#BG {
    background-color: #ffffff !important;
    fill: #ffffff;
}

#Icon {
    background-color: #ffffff !important;
}

.path {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    background-color: #ffffff !important;
    stroke-dasharray: 1950 1950;
    stroke-dashoffset: 1950;
    transition: 2.5s ease-in;
    background-color: #ffffff !important;
}

.path-1 {
    stroke: #ffffff;
    stroke-width: 7px;
}

.path-2 {
    fill: #ffffff;
}

#container_bg_intro {
    background-image: url(../img/Vulni_BG_Intro.jpg) !important;
}

#container_bg_grid {
    background-image: url(../img/Vulni_BG_Grid.jpg) !important;
}

.intro_header_img {
    width: 66%;
    position: relative;
    margin: 0 auto 48px auto;
    display: block;
}

#intro_logos {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 48px;
}

#intro_logos img {
    height: 48px;
    padding: 0 12px;
}

/* Tooltip */

.tooltip {
    cursor: pointer;
}

.tooltip:before {
    position: relative;
    content: "\e900";
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 14px;
    left: 4px;
    bottom: 4px;
}

.tooltip .mobile-tooltip:after {
    position: relative;
    content: "\e904";
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 21px;
    width: 100%;
    display: inline-block;
    text-align: center;
    top: 4px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    position: absolute;
    display: inline-block;
    opacity: 0;
    width: 240px;
    background-color: rgba(0, 49, 191, 0.925);
    color: #fff;
    text-align: left;
    z-index: 2;
    padding: 14px;
    word-break: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    box-shadow: 0 0 15px 1px rgba(0, 118, 243, 0.25);
    font-size: 14px;
    line-height: 1.4;
    transition: opacity 0.35s ease-in-out;
    box-sizing: border-box;
    border-radius: 3px;
    font-weight: 500;
    bottom: 34px;
    margin-left: 4px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.mobile-tooltip {
    position: fixed !important;
    visibility: visible !important;
    opacity: 1 !important;
    left: 50% !important;
    margin-left: -120px !important;
}

/* UI Bezirk autocomplete */
.ui-widget label {
    font-family: Montserrat, helvetica, arial, sans-serif;
}

.ui-menu-item .ui-menu-item-wrapper {
    height: 18px;
    font-size: 13px;
    padding: 8px 0 4px 8px !important;
    border-top: 1px solid #aaa !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: #0076f3 !important;
    font-weight: normal !important;
    color: #ffffff !important;
    padding: 8px 0 4px 8px !important;
    border: 1px solid #ffffff00 !important;
}

/* INFOTEXT + REPORT */

#container_report {
    color: #ffffff;
    padding-bottom: 72px;
    margin-bottom: 72px;
    padding-top: 48px;
}

.report_header_img {
    margin: 0 auto;
    display: grid;
    width: 50%;
    margin-bottom: 24px;
}

#container_report .total img {
    width: 50%;
}

#container_report .total span {
    font-size: 23px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 8px;
    display: block;
}

#container_report #values_score,
#container_report #total_score {
    margin-left: 0;
}

#container_report .values,
#container_report .total {
    padding: 16px;
    box-sizing: border-box;
    float: left;
    position: relative;
    margin: 24px 1.5% 0 1.5%;
    width: 22.75%;
    background: rgba(0, 0, 0, 0.25);
    text-align: center;
    border-radius: 3px;
}

#container_report #values_regen,
#container_report #total_regen {
    margin-right: 0;
    float: right;
}

#container_report #single_info {
    display: none;
}

#intro_info {
    column-count: 2;
    clear: both;
    column-gap: 48px;
    padding-top: 24px;
    column-rule: 1.5px solid #ffffff;
}

#user_info {
    column-count: 2;
    clear: both;
    column-gap: 3%;
    top: 24px;
    position: relative;
}

#items_sharing {
    height: 152px;
    display: block;
    text-align: center;
}

#items_sharing svg {
    float: right;
}


.btn_sharing::before {
    position: relative;
    font-family: 'icomoon' !important;
    font-size: 48px;
    color: #fff;
    bottom: -24px;
    display: block;
}

.btn_sharing {
    display: inline-block;
    position: relative;
    margin-right: 24px;
}

.btn_sharing:hover {
    cursor: pointer;
}

#btn_mail::before {
    content: "\e901";
}

#btn_print::before {
    content: "\e902";
}

#btn_download::before {
    content: "\e903";
}

#credits_print {
    display: none;
    margin-top: 24px;
}

#container_infotext p,
#container_report p,
#container_intro p,
#container_infotext ul {
    font-size: 16px;
    color: #ffffff;
    column-count: 2;
    column-gap: 48px;
    column-rule: 1.5px solid #ffffff;
    text-align: justify;
    line-height: 1.4;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    word-break: break-word;
    font-weight: 500;
}

#container_infotext ul {
    column-count: 3;
    text-align: left;
}

#container_intro h1 {
    font-size: 50px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 24px;
}

#container_intro h2 {
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 24px;
}

#btn_intro {
    display: grid;
    margin: 0px auto 48px auto !important;
    font-size: 18px !important;
    border-width: 1.5px !important;
}

#container_infotext h1 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 36px;
    color: #ffffff;
    border: solid #ffffff;
    padding: 16px 0;
    border-width: 1.5px 0;
    text-align: center;
}

#container_report h1 {
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    padding: 16px 0;
    border-width: 1.5px 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}

#container_intro p {
    column-count: 1;
    font-size: 18px;
}

#container_report p {
    width: 100%;
    border-radius: 3px;
    column-count: 1 !important;
    column-gap: 0 !important;
    display: inline-block;
    font-weight: 500;
    padding: 16px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.2);
}

#container_haus_info,
#container_chart_info {
    margin-bottom: 24px;
}

.infotext_h3 {
    color: #ffffff;
    padding-bottom: 6px;
    font-weight: 600;
    display: grid;
    border-bottom: 1.5px solid #ffffff;
    clear: both;
}

.chart_h3 {
    color: #ffffff;
    font-weight: 600;
    display: grid;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.3);
    clear: both;
    padding: 16px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 0px;
    font-size: 16px;
    border-radius: 3px;
    word-break: keep-all;
}

#container_report h3,
#container_report .total h3 {
    background: #fff;
    color: #0076f3;
    padding: 6px;
    font-weight: 600;
    display: grid;
}

/* Charts */
#container_chart {
    position: relative;
    display: inline-block;
    width: 100%;
}

.chart_data {
    position: relative;
    display: inline-block;
    width: 100%;
}

#container_chart canvas,
.chart_data canvas {
    padding: 16px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.2);
    display: inline-block !important;
    margin-bottom: 24px;
}

#container_bg_fixed,
#container_bg_intro,
#container_bg_grid {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: #004899;
    background-image: url('../img/Vulni_BG_1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    opacity: 0.5;
}

/* Map */
div.sc-iqseJM.dPsobS {
    visibility: hidden !important;
}

#container_map {
    pointer-events: none;
    width: 100%;
    height: 200px;
    padding: 12px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.2);
}

/* Loading spinner */
#spinner {
    position: absolute;
    width: 72px;
    height: 72px;
    top: 50%;
    right: 50%;
    margin-right: -36px;
    margin-top: -36px;
    text-align: center;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


/* Responsive rules */
@media screen and (max-width: 321px) {
    .btn_sharing::before {
        font-size: 26px !important;
        bottom: -40px;
    }
}

@media screen and (max-width: 480px) {
    #container_report h1 {
        font-size: 24px;
    }

    .report_header_img {
        width: 100% !important;
    }

    .fs-image-btn {
        display: inline-block !important;
        height: 124px !important;
        font-size: 14px !important;
        color: #9cccff !important;
        text-align: center !important;
        font-weight: 400 !important;
        float: none !important;
        border-bottom: none !important;
        vertical-align: bottom;
        background-position-x: center;
        margin-top: 24px !important;
        background-position-y: top;
        line-height: 160px !important;
        overflow: hidden;
        max-width: 10ch;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media screen and (max-width: 1000px) {
    .fs-image-selector input {
        visibility: hidden;
    }

    .fs-image-selector {
        display: block;
        width: 100%;
        column-count: 3;
    }

    .fs-image-btn {
        display: inline-block !important;
        cursor: pointer;
        background-size: contain;
        background-repeat: no-repeat;
        height: 151px;
        filter: brightness(0.9) grayscale(1) !important;
        font-size: 14px !important;
        color: #9cccff !important;
        text-align: center !important;
        font-weight: 400 !important;
        float: none !important;
        border-bottom: none !important;
        vertical-align: bottom;
        background-position-x: center;
        margin-top: 24px !important;
        -webkit-filter: brightness(0.9) grayscale(1) !important;
        -moz-filter: brightness(0.9) grayscale(1) !important;
        box-sizing: border-box;
        background-position-y: top;
        line-height: 216px;
    }
}

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

    #navbar {
        display: none;
    }

    #container,
    #container_report,
    #container_intro,
    #container_infotext {
        width: 100% !important;
        left: 0 !important;
        margin-left: 0 !important;
        box-sizing: border-box;
        padding-top: 0;
    }

    .intro_header_img {
        width: 100%;
    }

    #container_report .total span {
        font-size: 22px;
        font-weight: 700;
        color: #ffffff;
        margin-top: 8px;
        display: block;
    }

    #container_intro h1 {
        font-size: 30px;
        word-break: break-word;
    }

    #container_intro h2 {
        font-size: 24px;
        word-break: break-word;
    }

    #intro_info {
        column-count: 1;
    }

    #btn_intro {
        width: 100% !important;
    }

    #container_infotext ul {
        column-count: 1;
        text-align: left;
        list-style: disc;
        list-style-position: inside;
    }

    #container_infotext p,
    #container_report p,
    #container_intro p {
        column-count: 1;
    }

    #container_report .values,
    #container_report .total {
        width: 100% !important;
        margin-left: 0 !important;
    }

    #container_report #values_regen,
    #container_report #total_regen {
        float: left !important;
    }

    .report_header_img {
        width: 66%;
    }

    #container_report .total img {
        width: 25%;
    }

    #user_info {
        column-count: 1;
    }

    .btn_sharing::before {
        font-size: 40px;
        bottom: -32px;
    }

    #btn_print {
        display: none;
    }

    .btn_sharing {
        margin-right: 24px;
    }

    .btn_sharing:last-child {
        margin-right: none;
    }

    #footer {
        text-align: center;
        padding: 16px 24px;
        min-height: 100px;
        background: rgba(0, 49, 191, 0.9);
    }

    #footer p {
        width: 100%;
    }

    #footer span {
        top: 24px;
        float: left !important;
        width: 100%;
    }

    #footer span a {
        margin-left: 0;
        margin-right: 12px;
        font-size: 14px;
        color: #ffffff;
    }
}

@media screen and (max-width: 1260px) {
    .btn_sharing::before {
        font-size: 42px;
        bottom: -30px;
    }
}

/* Big Screens */
@media screen and (min-width: 1920px) {

    #container,
    #container_report,
    #container_intro,
    #container_infotext {
        width: 1170px !important;
        box-sizing: border-box;
    }
}

/* Mobile Navigation */
#hamnav {
    width: 100%;
    background: rgba(0, 49, 191, 0.9);
    position: sticky;
    top: 0;
    z-index: 98;
    display: none;
}

#hamnav .logo {
    position: relative;
    height: 32px;
    width: 132px;
    background: url("../img/Vulni_Logo_White_Trans.png") no-repeat left top;
    background-size: contain;
    cursor: pointer;
    margin: 0 auto;
}

#hamitems {
    display: flex;
}

#hamitems a {
    flex-grow: 1;
    flex-basis: 0;
    padding: 12px;
    color: white;
    text-decoration: none;
    text-align: center;
}

#hamitems a:hover {
    background: rgba(255, 255, 255, 0.2);
}

#hamnav a.active {
    color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
}

#hamnav label,
#hamburger {
    display: none;
}

@media screen and (max-width: 768px) {
    #hamnav {
        display: block;
    }

    #hamnav .logo {
        position: relative;
        height: 32px;
        width: 132px;
        margin: 0 auto;
        top: 26px;
    }

    #hamnav label {
        display: inline-block;
        color: white;
        background: rgb(0, 39, 151);
        font-weight: 700;
        font-size: 22px;
        padding: 10px;
        top: -16px;
        position: relative;
        height: 32px;
        width: 32px;
        left: 16px;
        text-align: center;
        cursor: pointer;
    }

    #hamitems {
        display: block;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-6px);
        height: 0px;
        border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
        transition: all 0.15s ease;
        color: rgba(255, 255, 255, 0);
    }

    #hamitems a {
        box-sizing: border-box;
        display: block;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }

    #hamnav input:checked~#hamitems {
        visibility: visible;
        opacity: 1;
        color: rgba(255, 255, 255, 1);
        transform: translateY(0px);
        height: 138px;
    }
}

/* Print Layout */
@media print {
    body {
        margin-top: 5px;
        margin-left: 10px;
        transform-origin: 0 0;
    }

    #navbar,
    #hamnav {
        display: none;
        visibility: hidden;
    }

    #container_report {
        width: 85%;
        padding: 48px auto;
    }

    h1,
    #total_score,
    #total_regen,
    #total_hagel,
    #total_sturm,
    #user_info {
        background: #004899;
    }

    #user_info {
        padding: 0 24px;
    }

    #credits_print {
        display: block;
        background: #004899;
    }
}

/* HORA mod */
#hora_mod {
    margin-bottom: 36px;
    padding: 24px;
    background-color: rgba(0,0,0,0.2);
}

#hora_mod p{
    column-count: 1;
}