@import url(https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
@font-face{
    font-family:"Dax W02 Regular";
    src:url("Fonts/a283a536-0f63-436e-9cab-ac320ab9a782.eot?#iefix");
    src:url("Fonts/a283a536-0f63-436e-9cab-ac320ab9a782.eot?#iefix") format("eot"),url("Fonts/9d8ff59b-fcd9-466d-b056-3880c181fcea.woff2") format("woff2"),url("Fonts/85da7656-13a6-42c8-99af-dd053ef89692.woff") format("woff"),url("Fonts/087ce9f1-5387-4ec3-abe7-27ed14f2d7fc.ttf") format("truetype");
}
@font-face{
    font-family:"Dax W02 Medium";
    src:url("Fonts/225e6ddd-32e1-4337-94c1-1c4ff5fc5691.eot?#iefix");
    src:url("Fonts/225e6ddd-32e1-4337-94c1-1c4ff5fc5691.eot?#iefix") format("eot"),url("Fonts/87cc3e66-5ba9-482a-a9f4-1a285efc1df2.woff2") format("woff2"),url("Fonts/5cbaa2ff-16d5-4459-a704-80bfc2d2d4da.woff") format("woff"),url("Fonts/88e23d16-3aa4-407f-bc16-f300bff67ae5.ttf") format("truetype");
}

html, body, #map, #map_canvas, #feedback_form, #mapPageContent {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    font-family: Arial, sans-serif !important;

/ / prevent reload page (default action) when dragging down on mobile devices
}

html {
    -webkit-font-smoothing: antialiased;
}

#map_canvas {
    position: absolute
}

#popup_splash {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.blink_me {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.a_no_link a {
    color: black;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    font-family: Arial;
}

.a_no_link a:hover {
    color: black;
}

.a_no_link a:visited {
    color: black;
}

.a_no_link a:active {
    color: black;
}

.plug_default {
    height: 40px;
}

.scroll_splashscreen {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#popup_splash_content p {
    white-space: normal;
}
.qr-scanner {
    width: 90% !important;
    height: 90% !important;
    margin: 5% auto;
}

.qr-video,.video-container {
    width: 100%;
    height: 90%;
}

#popup_splash_content {
    height: 100%;
    width: 100%;
    margin-top: -16px !important;
}

#ul_segments {
    margin-top: 16px !important;
}

.animate {
    transition: transform 0.3s ease-out;
}

#resetbtn_smartfilter {
    background-color: #f44336; /* Red */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

#popup {
    position: relative;
    width: 100%;
    background: rgba(33, 150, 243, 0.9);
}
#popup-test {
    position: relative;
    width: 100%;
    background: rgba(33, 150, 243, 0.9);
}
#popup:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

#div_btn_settings {
    display: inline-block;
    height: 38px;
    width: 38px;
    z-index: 3
}

#div_btn_manual {
    display: inline-block;
    height: 38px;
    width: 38px;
    z-index: 3
}

#div_btn_findme {
    display: inline-block;
    height: 38px;
    width: 38px;
    z-index: 3
}

#div_btn_search {
    display: inline-block;
    height: 38px;
    width: 38px;
    z-index: 3
}

#div_btn_dream_mode {

    display: inline-block;
    height: 38px;
    width: 38px;
    z-index: 3
}

#div_btn_smartlink {
    display: inline-block;
    height: 38px;
    width: 38px;
    z-index: 3
}

.btn_cir_container_big {
    width: 65px !important;
    height: 65px !important;
}

.btn_cir_big {
    border-radius: 2em !important;
    width: 3.5em !important;
    height: 3.5em !important;
}

.btn_cir_big::after {
    margin-left: -22px !important;
    margin-top: -22px !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 2em !important;
    background-size: 45% !important;
}

.btn_wide {
  vertical-align: center;
  font-weight: lighter !important;
}

#div_dream_mode {
    position: absolute;
    bottom: 10px;
    right: 700px;
    height: 70px;
    width: 700px;
    z-index: 2
}

#div_splash {
    position: absolute;
    z-index: 10000
}

/*#div_btn_container {
    position: relative;
    width: 270px;
    margin-left: auto;
    margin-right: auto;
}*/

#div_btn_container {
    z-index: 3;
    bottom: 20px;
    width: 100%;
    position: absolute;
}

#div_btn_inner_container {
    display: block;
    text-align: center;
}

.btn_group_container {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
}

.feedbackpic {
    position: relative;
    height: 20%;
    width: 25%;
    float: left;
    margin-left: 10px;
    margin-bottom: 20px;
}

.feedbackpic img {
    margin-left: 20px;
}

.feedbackpic h2 {
    text-align: center;
}

#banner {
    height: 40px;
    width: 100%;
    top: 0px;
    left: 0px;
    float: left;
    background: #FFFFFF;
    opacity: 0.8;
    position: absolute;
    z-index: 9999;
}

#bannerlogo {
    width: 305px;
    top: 0px;
    left: 0px;
    float: left;
    position: absolute;
}

#poisize {
    top: 60px;
    text-align: center;
    right: 0px;
    position: absolute;
    height: 60px;
    width: 150px;
    z-index: 2;
    background: deepskyblue;
    opacity: 0.6;
}

#poisize p {
    font-size: 16px;
    vertical-align: middle;
    padding-left: 10px;
    padding-top: 5px;
    color: white;
}

.poisz {
    position: absolute;
    right: 0px;
    top: 8px;
}

#bannertext {
    height: 40px;
    top: 0px;
    right: 0px;
    position: absolute;
    float: right;
}

.controls {
    margin-top: 16px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.left {
    width: 50%;
    height: 100%;
    float: left;
    top: 0px;
    position: absolute;
}

.right {
    width: 100%;
    height: 100%;
    left: 50%;
    top: 0px;
    position: absolute;
}

.middle {
    width: 20%;
    height: 100%;
    left: 50%;
    top: 0px;
    position: absolute;
}

.ui-panel.ui-panel-open {
    position: fixed;
}

.inside {
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    bottom: 0px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.Right {
    overflow: auto;
    height: auto;
    padding: .5rem;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}

#title {
    font-size: 24px;
}

.input {
    top: 10%;
    left: 10%;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    text-overflow: ellipsis;
    width: 80%;
    padding: 0 11px 0 13px;
    z-index: 10000;
    position: absolute;
}

.search {
    margin-top: 15px;
    height: 34px;
}

.input:focus {
    border-color: #4d90fe;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

#type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#contentInfo {
    height: 300px;
    width: 300px;
    padding-left: 10px;
}

#contentInfo p {
    padding-left: 10px;
}

#contentInfo h2 {
    padding-left: 10px;
}

#findme_btn, #manual_btn, #settings_btn, #search_btn, #dreammode_btn, #smartlink_btn {
    background-color: #848484 !important;
}

#custom-border-radius .ui-btn-icon-notext.ui-corner-all {
    -webkit-border-radius: .3125em;
    border-radius: .3125em;
    top: 77px;
    left: 2px;
    width: 32px;
    height: 32px;
}

.standard_popup img:not(#auth_img):not(#loc_partner_img) {
    max-width: 50px;
}

.standard_popup p {
    white-space: normal !important;
    clear: both;
}

.popup-content-feedback img {
    width: 60px;
    height: 60px;
}

.popup-content-feedback th {
    text-align: center;
}

#nostyleimg {

}

#auth_img {
    padding-left: 3px;
    height: 67px;
    width: auto;
    float: right;
    vertical-align: middle;
}

.popup-content-feedback td {
    background: #D8D8D8;
}

.popup-content-charger {
    padding-left: 10px;
    padding-right: 5px;
}

#loc_partner_img {
    max-width: 25px;
    max-height: 25px;
}

.popup-content-charger img:not(#loc_partner_img) {
    padding-left: 3px;
    float: right;
    vertical-align: middle;
}

#list p, span {
    white-space: normal !important;
}

.ui-mini {
    margin-left: 0px !important;
}

#list-li {
    margin-right: -16px !important;
}

#list {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    margin-bottom: -12px !important;
}

#list .ui-listview-inset > .ui-li-static, .ui-listview-inset > .ui-li-divider, .ui-listview-inset > li > a.ui-btn {
    border: none !important;
}

.popup-content-charger table {
    width: 100%;
    padding: 2px;
}

.popup-content-charger a img {
    padding-left: 3px;
    height: 50px;
    width: 100px;
    float: right;
    vertical-align: middle;
}

.popup-content-charger td {
    clear: both;
    line-break: normal;
}

.popup-content-charger tr {
    width: 200px;
}

â€‹.ui-page .ui-content .ui-listview .ui-li-desc {

}

.popup-content-charger p:not(#reservation_p #reservation_p_ind) {
    /*
    margin-left: 5px;
    float:left;
    font-size:12px;
*/
}

#individual-p {
    font-size: 13px;
    text-align: center;
    clear: both;
}

.popup-content-charger li p:not(#reservation_p) {
    float: left;
    font-size: 13px;
    white-space: normal !important;
}

.ui-icon-check {
    font-size: 14px;
}

/* Used for expand/collapse animation */
#expand_collapse {
    transition: .3s all;
}

.expand_collapse_rotated {
    transition: .3s all;
    -webkit-transform: rotate(180deg); /* to support Safari and Android browser */
    -ms-transform: rotate(180deg); /* to support IE 9 */
    transform: rotate(180deg);
}


.fab_rotated_90 {
    transition: .3s all;
    -webkit-transform: rotate(90deg); /* to support Safari and Android browser */
    -ms-transform: rotate(90deg); /* to support IE 9 */
    transform: rotate(90deg);
}
.fab_rotated {
    transition: .3s all;
    -webkit-transform: rotate(45deg); /* to support Safari and Android browser */
    -ms-transform: rotate(45deg); /* to support IE 9 */
    transform: rotate(45deg);
}

.fab_unrotated {
    transition: .3s all;
    -webkit-transform: rotate(0deg); /* to support Safari and Android browser */
    -ms-transform: rotate(0deg); /* to support IE 9 */
    transform: rotate(0deg);
}

.expand_collapse_normal {
    transition: .3s all;
    -webkit-transform: rotate(0deg); /* to support Safari and Android browser */
    -ms-transform: rotate(0deg); /* to support IE 9 */
    transform: rotate(0deg);
}

.expand_collapse_normal.rotated_toggle {
    transition: .3s all;
    -webkit-transform: rotate(90deg); /* to support Safari and Android browser */
    -ms-transform: rotate(90deg); /* to support IE 9 */
    transform: rotate(90deg);
}

.toggle_active {
    background-color: limegreen !important;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}

.toggle_disabled {
    background-color: darkgrey !important;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}

.arrow_general {
    transition: all 1s;
    transform-origin: 50% 50%;
}

.arrow_general:hover {
    -webkit-transform: scale(1.2); /* to support Safari and Android browser */
    -ms-transform: scale(1.2); /* to support IE 9 */
    transform: scale(1.2);
}

.controles {
    user-select: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    border-radius: 2px;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    width: 56px;
    height: 109px;
    margin-right: 6px;
}

.controles-small {
    user-select: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    border-radius: 2px;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    width: 28px;
    height: 55px;
    margin-right: 6px;
}

.zoom-container {
    overflow: hidden;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 14px;
    top: 12px;
}

.zoom-container-small {
    overflow: hidden;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 7px;
    top: 6px;
}

.zoom-button {
    position: relative;
    width: 56px;
    height: 54px;
    left: 0px;
    top: 0px;
}

.zoom-button-small {
    position: relative;
    width: 28px;
    height: 27px;
    left: 0px;
    top: 0px;
}

.zoom-divider {
    position: relative;
    overflow: hidden;
    width: 67%;
    height: 1px;
    left: 16%;
    background-color: rgb(230, 230, 230);
    top: 0px;
}

svg:hover #zoomIN {
    transition: 0.3s;
    fill: #212121;
}

svg:hover #zoomOUT {
    transition: 0.3s;
    fill: #212121;
}

/*
    Detail Section Control
 */

.section-li-no-border {
    border-top: 0 !important;
    border-bottom-width: 0 !important;
    padding-top: .3em !important;
}

/*
    Rating
 */

.rating-header {
    font-family: 'Roboto', Helvetica;
}

.container_rating {
    width: 100%;
    margin: 0 auto;
    background-color: #EFEFEF;
    font-family: 'Roboto', Helvetica;
    color: #737373;
    font-weight: 300;
}

.inner {
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: white;
    overflow: hidden;
    position: relative;
}

.rating {
    float: left;
    width: 45%;
    margin-right: 2%;
    text-align: center;
}

.rating-num {
    color: #333333;
    font-size: 50px;
    font-weight: 100;
}

.rating-stars {
    font-size: 15px;
    color: #E3E3E3;
    margin-bottom: .5em;
}

.rating-stars {
    color: #737373;
}

.rating-users {
    font-size: 14px;
}

.histo {
    float: left;
    width: 50%;
    font-size: 13px;
}

.histo-star {
    float: left;
    padding: 3px;

}

.histo-rate {
    width: 100%;
    display: block;
    clear: both;
}

.bar-block {
    margin-left: 5px;
    color: black;
    display: block;
    float: left;
    width: 75%;
    position: relative;
}

.bar {
    padding: 4px;
    display: block;
    text-shadow: none;
}

#bar-five {
    width: 0;
    background-color: #9FC05A;
}

#bar-four {
    width: 0;
    background-color: #ADD633;
}

#bar-three {
    width: 0;
    background-color: #FFD834;
}

#bar-two {
    width: 0;
    background-color: #FFB234;
}

#bar-one {
    width: 0;
    background-color: #FF8B5A;
}

/*
    Dialog
 */

.wrapperOutside {
    display: table;
}

.wrapperInside {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.favoriteCardInside{
  padding:5px;
  border-radius:.3em;
  background-color:white;
  width:100%;
  display:flex;
  flex-direction:row;
  text-align:left;
}
.favoriteCardOutside{
  background-color:lightgray;
  border-radius: 4px;
  margin-top:20px;
  margin-bottom:10px;
  padding:8px;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
}
/*
The attributes below style the css
dialog window, and content.
*/

.dialogContainer {
    /* Form */
    width: 370px;
    height: 356px;

    /*
    Drop Shadow
    a. Horizontal shadow
    b. Vertical shadow
    c. Blur
    d. Spread
    e. Color
    */
    -webkit-box-shadow: 0 -2px 25px 0 rgba(0, 0, 0, 0.15), 0 13px 25px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 -2px 25px 0 rgba(0, 0, 0, 0.15), 0 13px 25px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 -2px 25px 0 rgba(0, 0, 0, 0.15), 0 13px 25px 0 rgba(0, 0, 0, 0.3);
    background-color: #FFFFFF;
    /* Internal padding */
    /* External padding */
    margin: 0 auto;

    z-index: 1100;
    display: inline-block;
    padding: 0;
    outline: 0;

    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.dialogContent {
    width: auto;
    height: 283px;
    overflow-y: scroll;
    background-color: #FFFFFF;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.dialogContentTitle {
    background-color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: rgba(0, 0, 0, .8);
    line-height: 24px;
    text-align: left;
    letter-spacing: 0.03px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.dialogContentBody {
    /* Typography */
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, .5);
    line-height: 24px;
    text-align: left;
    letter-spacing: 0.03px;
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.dialogActionBar {
    width: auto;
    height: 36px;
    /*height: 100%; */
    background-color: #FFFFFF;
    text-align: right;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    border-top: 1px solid #E0E0E0;
}
.specialDialogActionBar {
    width: auto;
    /*height: 36px;*/
    height: 100%;
    background-color: #FFFFFF;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    border-top: 1px solid #E0E0E0;
}

/*
The attributes below style the
hit target.
*/

.buttonTouchTarget {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0);
    /* Remove grey background on link clicked in ios safari */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
The attributes below style the
flat button based on the Google
material design language.
*/

.buttonFlat {
    /* Form */
    display: inline-block;
    height: 36px;
    background-color: rgba(9, 9, 9, 0);
    /* Typography */
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: rgba(33, 150, 243, 0.9);
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.4px;
    /* Internal padding */
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 0;
}

/*
    Feedback styles
 */

.rating-container {
    text-align: center;
    line-height: normal;
    margin-top: 8px;
    margin-bottom: 8px;
}

.small-heading {
    margin: 0px;
    font-size: smaller;
}

.normal-heading {
    font-size: medium;
    margin: 0px 0px 8px;
    float: left;
}

.file_input_div {
    width: 100%;
    height: 40px;
}

#imagePreview {
    width: 180px;
    height: 180px;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
}

.file_input {
    float: left;
}

#file_input_text_div {
    width: 72%;
    margin-top: -8px;
    margin-left: 5px;
}

.none {
    display: none;
}

#dialog_content_id::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #E0E0E0;
}

#dialog_content_id::-webkit-scrollbar {
    width: 10px;
    background-color: #E0E0E0;
}

#dialog_content_id::-webkit-scrollbar-thumb {
    background-color: #BDBDBD;
    border: 2px solid #BDBDBD;
}

#nav_content_id::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #E0E0E0;
}

#nav_content_id::-webkit-scrollbar {
    width: 10px;
    background-color: #E0E0E0;
}

#nav_content_id::-webkit-scrollbar-thumb {
    background-color: #BDBDBD;
    border: 2px solid #BDBDBD;
}

/*
    Starability rating bar
 */

.starability-result {
    position: relative;
    width: 150px;
    height: 30px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8CAMAAABGivqtAAAAxlBMVEUAAACZmZn2viTHuJ72viOampqampr1viSampr3vySampqdnZ34wiX1vSSampr1vSOZmZmampr1viT2vSOampr2viT2viSampr2viSampr2vyX4vyWbm5v3vSSdnZ32wSadnZ36wCWcnJyZmZn/wSr/2ySampr2vSP2viSZmZn2vSSZmZn2vST2viSampr2viSbm5ubm5uZmZn1vSSampqbm5v2vSWampqampr3vSf5wiT5vyagoKD/xCmkpKT/yCSZmZn1vSO4V2dEAAAAQHRSTlMA+vsG9fO6uqdgRSIi7+3q39XVqZWVgnJyX09HPDw1NTAwKRkYB+jh3L6+srKijY2Ef2lpYllZUU5CKigWFQ4Oneh1twAAAZlJREFUOMuV0mdzAiEQBmDgWq4YTWIvKRqT2Htv8P//VJCTGfYQZnw/3fJ4tyO76KE0m1b2fZu+U/pu4QGlA7N+Up5PIz9d+cmkbSrSNr9seT3GKeNYIyeO5j16S28exY5suK0U/QKmmeCCX6xs22hJLVkitMImxCvEs8EG3SCRCN/ViFPqnq5epIzZ07QJJvkM9Tkz1xnkmXbfSvR7f4H8AtXBkLGj74mMvjM1+VHZpAZ4LM4K/LBWEI9jwP71v1ZEQ6dyvQMf8A/1pmdZnKce/VH1iIsdte4U8VEtY23xOujxtFpWDgKbfjD2YeEhY0OzfjGeLyO/XfnNpAcmcjDwKOXRfU1IyiTRyEkaiz67pb9oJHJb9vVqKfgjLBPyF5Sq9T0KmSUhQmtiQrJGPHVi0DoSabj31G2gW3buHd0pY85lNdcCk8xlNDPXMuSyNiwl+theIb9C7RLIpKvviYy+M6H8qGwSAp6Is19+GP6KxwnggJ/kq6Jht5rnRQA4z9zyRRaXssvyqp5I6Vutv0vkpJaJtnjpz/8B19ytIayazLoAAAAASUVORK5CYII=");
    font-size: 0.1em;
    color: transparent;
}

.starability-result:after {
    content: ' ';
    position: absolute;
    left: 0;
    height: 30px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8CAMAAABGivqtAAAAxlBMVEUAAACZmZn2viTHuJ72viOampqampr1viSampr3vySampqdnZ34wiX1vSSampr1vSOZmZmampr1viT2vSOampr2viT2viSampr2viSampr2vyX4vyWbm5v3vSSdnZ32wSadnZ36wCWcnJyZmZn/wSr/2ySampr2vSP2viSZmZn2vSSZmZn2vST2viSampr2viSbm5ubm5uZmZn1vSSampqbm5v2vSWampqampr3vSf5wiT5vyagoKD/xCmkpKT/yCSZmZn1vSO4V2dEAAAAQHRSTlMA+vsG9fO6uqdgRSIi7+3q39XVqZWVgnJyX09HPDw1NTAwKRkYB+jh3L6+srKijY2Ef2lpYllZUU5CKigWFQ4Oneh1twAAAZlJREFUOMuV0mdzAiEQBmDgWq4YTWIvKRqT2Htv8P//VJCTGfYQZnw/3fJ4tyO76KE0m1b2fZu+U/pu4QGlA7N+Up5PIz9d+cmkbSrSNr9seT3GKeNYIyeO5j16S28exY5suK0U/QKmmeCCX6xs22hJLVkitMImxCvEs8EG3SCRCN/ViFPqnq5epIzZ07QJJvkM9Tkz1xnkmXbfSvR7f4H8AtXBkLGj74mMvjM1+VHZpAZ4LM4K/LBWEI9jwP71v1ZEQ6dyvQMf8A/1pmdZnKce/VH1iIsdte4U8VEtY23xOujxtFpWDgKbfjD2YeEhY0OzfjGeLyO/XfnNpAcmcjDwKOXRfU1IyiTRyEkaiz67pb9oJHJb9vVqKfgjLBPyF5Sq9T0KmSUhQmtiQrJGPHVi0DoSabj31G2gW3buHd0pY85lNdcCk8xlNDPXMuSyNiwl+theIb9C7RLIpKvviYy+M6H8qGwSAp6Is19+GP6KxwnggJ/kq6Jht5rnRQA4z9zyRRaXssvyqp5I6Vutv0vkpJaJtnjpz/8B19ytIayazLoAAAAASUVORK5CYII=");
    background-position: 0 -30px;
}

.starability-result[data-rating="5"]:after {
    width: 150px;
}

.starability-result[data-rating="4"]:after {
    width: 120px;
}

.starability-result[data-rating="3"]:after {
    width: 90px;
}

.starability-result[data-rating="2"]:after {
    width: 60px;
}

.starability-result[data-rating="1"]:after {
    width: 30px;
}

.starability-basic {
    padding: 0;
    border: none;
    display: inline-block;
    margin: 0 auto;
}

.starability-basic > input {
    position: absolute;
    margin-right: -100%;
    opacity: 0;
    visibility: hidden;
}

.starability-basic > input:checked ~ label,
.starability-basic > input:focus ~ label {
    background-position: 0 -30px;
}

.starability-basic > input:hover ~ label {
    background-position: 0 -30px;
}

.starability-basic > input:focus + label {
    outline: 1px dotted #999;
}

.starability-basic > label {
    position: relative;
    display: inline-block;
    float: right;
    width: 30px;
    height: 30px;
    font-size: 0.1em;
    color: transparent;
    cursor: pointer;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8CAMAAABGivqtAAAAxlBMVEUAAACZmZn2viTHuJ72viOampqampr1viSampr3vySampqdnZ34wiX1vSSampr1vSOZmZmampr1viT2vSOampr2viT2viSampr2viSampr2vyX4vyWbm5v3vSSdnZ32wSadnZ36wCWcnJyZmZn/wSr/2ySampr2vSP2viSZmZn2vSSZmZn2vST2viSampr2viSbm5ubm5uZmZn1vSSampqbm5v2vSWampqampr3vSf5wiT5vyagoKD/xCmkpKT/yCSZmZn1vSO4V2dEAAAAQHRSTlMA+vsG9fO6uqdgRSIi7+3q39XVqZWVgnJyX09HPDw1NTAwKRkYB+jh3L6+srKijY2Ef2lpYllZUU5CKigWFQ4Oneh1twAAAZlJREFUOMuV0mdzAiEQBmDgWq4YTWIvKRqT2Htv8P//VJCTGfYQZnw/3fJ4tyO76KE0m1b2fZu+U/pu4QGlA7N+Up5PIz9d+cmkbSrSNr9seT3GKeNYIyeO5j16S28exY5suK0U/QKmmeCCX6xs22hJLVkitMImxCvEs8EG3SCRCN/ViFPqnq5epIzZ07QJJvkM9Tkz1xnkmXbfSvR7f4H8AtXBkLGj74mMvjM1+VHZpAZ4LM4K/LBWEI9jwP71v1ZEQ6dyvQMf8A/1pmdZnKce/VH1iIsdte4U8VEtY23xOujxtFpWDgKbfjD2YeEhY0OzfjGeLyO/XfnNpAcmcjDwKOXRfU1IyiTRyEkaiz67pb9oJHJb9vVqKfgjLBPyF5Sq9T0KmSUhQmtiQrJGPHVi0DoSabj31G2gW3buHd0pY85lNdcCk8xlNDPXMuSyNiwl+theIb9C7RLIpKvviYy+M6H8qGwSAp6Is19+GP6KxwnggJ/kq6Jht5rnRQA4z9zyRRaXssvyqp5I6Vutv0vkpJaJtnjpz/8B19ytIayazLoAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
    .starability-basic > label {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAB4CAMAAACZ62E6AAABAlBMVEUAAACZmZmampr2vSObm5v/yiufn5+ampr1viP1viSZmZn2viOZmZmampqampr2viSampqampqcnJz5vyScnJz3wSf/wyn/xiujo6Oqqqr/0C/1vSOampr2viP2viOampr2viP2vST2viOampqampqampr1vyP3viSampr2vyT4vyX3viSbm5ubm5v5wCT8xSmgoKCampqampr3vyb2wiWenp72viOampqZmZmampr2viP2viP1viSampqbm5v2vyT3viObm5v4vyadnZ34wSSbm5v2viSZmZn2viP2vST2viP2viT1viOZmZn2viT2viX3viT3vyb2vyOZmZn1vSOZmZlNN+fKAAAAVHRSTlMA9uz4PQwS8O7r5+fTw4yMelw2MB0dFRELBgbS+/Hfu7uxqKWdg4N7ZmZMPi8pKRgPs0w7Nhb14drKw6Gck21tXkNDIyMZ1rDLycTBtaqVknlfV0sGP8ZwAAADW0lEQVRYw9zWvYqDQBSG4TPDoCAqKhYKQgoVLFaIgZCkiCBBUqVazv3fyu4aEXWdM85Uy779A+LP58AfTQgw73AwtxFiZIwbxMbUfuB3H4b49YNfZrbGodoI52+cm9hH9sbZwwAXOFbo2zjDsSzWxnecuuvaM8MpdtbEPs7y9azF5phZWrjERaWOPdpLbB81cICrgv3W4mvMLbU6RmFQeA5u5HhFEEbHLdWLsMxvHJXxW16Goh+ZqPyny1Az5j79SsCJoWHsBNAxQ9sNF26bWFuMC8v1LY+mmeTadjaqtaNnnXoxWBcde1nNWnzdb68xrOqvu22/MTzuPutujpJ122NvluSb8tTWk85CclDZQwLS0oa2TQpEKacsJy0kSJaQOKJxROKKxhWJ7zS+k9ijsUdim8Y2ZWNUFBP4pMKfOv8onX9WrsI5gd3VVLXtatxcuU0znGUHCUAS2DgrS6mT6hTzrXEjfIZj5Dk2xKkihqm4wKlQfQRqalhUP9UHo3FIPAG/Et44JVLsDDf0JHmB3OEByOwZES8hSAsviGjBdh3ylh6plmMnW4IyAUVJWcE/76vTell1EIaiMBwIAcWBA9GC0lIdKFXQQUsHVVCklN7ojf3+z3JOxYqK2TH555+K6CJJQtRbr9XtDmCnjH0AX9Va8J+liIMvDtRsCk2pEs6hKVexR2g7KuDihwt5a9MfprY0fkLXU9ZmFLpoJolN6GXKWWfZx0tHCocwKJSxC22ItYUEjmBUJHFjfYz1xQxlfaLiZsBExq2IPtbkNbLtOwwuGgjTLkH43mYtSzam7+1Bsr3nm5uExBQUozEh9V7N7uvmwZcqdpm0C6vJW63bZEuXtbrV2zpDzhrpYLBWMnY1mjV7JWFtMio7zbWniWFxvHnWm1yGxXmOPXP+L3YV2ysjnNhaZNeMcHPvuL27BMnVMaujljBAYyje4niH4g2ONyh+4PiB4gOODyjWcKxh1gZBNoJjEY4R/BLhF4IDEQ4QPBoEoyxH4+bxrUsHyxwxQlg0WHXqYifVLmo67cKY/UtaXFxBV26TLjuHrkp8BPJTMij1xQejdkgO24nf7dBOCRcbzQuNOR9Qs64GzzrfQa8It2oFAA6Zrga9xEeq1KHmLUHIiCAWInsg1x/MLqkMsItF8QAAAABJRU5ErkJggg==");
        background-size: 30px auto;
    }
}

.subject-item {
    width: 100%;
    margin-bottom: 5px;
    line-height: 24px !important;
    clear: both;
}

.subject-item-icon {
    width: 24px;
    float: left;
}

.subject-item-a {
    margin-top: 2px;
    margin-left: 32px;
    width: 220px;
    word-wrap: break-word;
}

.subject-item-a * a {
    font-weight: 400 !important;
}

.subject-item-p {
    margin-top: 2px;
    margin-left: 32px;
    width: 220px;
    word-wrap: break-word;
}

.subject-item-p * p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.subject-item.offer-item {
    margin-top: 8px;
    box-sizing: border-box;
    display: flex;
}

.offer-image {
    float: left;
    align-self: center;
}

.offer-description {
    text-align: left;
    font-size: medium;
    font-weight: 400;
    line-height: initial;
    display: block;
    margin: 0 0 0 10px;
}

.auth-hide-item {
    border: 0px solid #ddd;
    border-right-width: 1px;
    border-left-width: 1px;
    padding: 0 1.4em 5px;
    font-size: .75em;
}

.auth_icon_normal {
    transition: .3s all;
    -webkit-transform: scale(0.95); /* to support Safari and Android browser */
    -ms-transform: scale(0.95); /* to support IE 9 */
    transform: scale(0.95);
    z-index: 1;
}

.auth_icon_normal.auth_icon_scaled {
    transition: .3s all;
    -webkit-transform: scale(1.1); /* to support Safari and Android browser */
    -ms-transform: scale(1.1); /* to support IE 9 */
    transform: scale(1.1);
    z-index: 10;
}
.picture_normal {
    transition: .3s all;
    -webkit-transform: scale(0.95); /* to support Safari and Android browser */
    -ms-transform: scale(0.95); /* to support IE 9 */
    transform: scale(0.95);
    z-index: 1;
}

.picture_normal.picture_scaled {
    transition: .3s all;
    -webkit-transform: scale(1.1); /* to support Safari and Android browser */
    -ms-transform: scale(1.1); /* to support IE 9 */
    transform: scale(1.1);
    z-index: 10;
}

.speech-bubble {
    margin-bottom: 10px;
    position: relative;
    display: block;
    margin-left: 10px;
    border-radius: 2px;
    border: solid #e9e9e9;
    background: #e9e9e9;
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.4);
    padding: 10.66667px 10.66667px 5px;
}

.speech-bubble:after {
    content: "";
    position: absolute;
    right: 100%;
    top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 22px 18px 0;
    border-color: transparent #e9e9e9 transparent transparent;
}

.speech-bubble p {
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 1.15;
}

.speech-bubble-header {
    text-align: start !important;
}

.speech-bubble-content {
    text-align: start !important;
    margin-top: 5px !important;
}

.speech-bubble-timestamp {
    text-align: end !important;
    font-size: small !important;
    margin-top: 10px !important;
    color: gray !important;
}

/* Testing */

.ribbon {
    display: block;
    float: left;
    background: white;
    height: 25px;
    width: 80px;
    margin-left: -18px;
    padding-left: 10px;
    color: blue;
    text-decoration: none;
    font-size: 0.7em;
    transform: rotate(-45deg);
}

.ribbon:hover {
    background: #e0e0e0;
    color: #80a0c0;
    border: 1px solid #80a0c0;
}

/* AC DC Toggle buttons */

.powerToggleButtonActive {
    transition: .2s all;
    -webkit-transform: scale(1.03); /* to support Safari and Android browser */
    -ms-transform: scale(1.03); /* to support IE 9 */
    transform: scale(1.03);
    width: 45%;
    height: 30px;
    display: flex;
    padding: 3px;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(1, 1, 1, 0.3);
    background-color: white;
}

.powerToggleButtonActive.powerToggleButtonPassive {
    transition: .2s all;
    width: 45%;
    height: 30px;
    display: flex;
    padding: 3px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(1, 1, 1, 0.08);
}

.powerToggleButtonActive.powerToggleButtonDisabled {
    opacity: 0.2;
    width: 45%;
    height: 30px;
    display: flex;
    padding: 3px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(1, 1, 1, 0.08);
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    text-shadow: none;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -10px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/

.rkmd-slider {
    display: block;
    position: relative;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    touch-action: pan-y;
    cursor: pointer;
}
.rkmd-slider input[type="range"] {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}
.rkmd-slider input[type="range"] + .slider {
    display: block;
    position: relative;
    width: 100%;
    height: 4px;
    background-color: #bebebe;
}
.rkmd-slider input[type="range"] + .slider .slider-fill {
    display: block;
    position: absolute;
    width: 0%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}
.rkmd-slider input[type="range"] + .slider .slider-handle {
    cursor: pointer;
    position: absolute;
    top: -8px;
    left: 0%;
    width: 20px;
    height: 20px;
    margin-left: -5px;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2;
}
.rkmd-slider input[type="range"]:disabled + .slider {
    background-color: #b0b0b0 !important;
}
.rkmd-slider input[type="range"]:disabled + .slider .slider-fill,
.rkmd-slider input[type="range"]:disabled + .slider .slider-handle {
    cursor: default !important;
    background-color: #b0b0b0 !important;
}
.rkmd-slider input[type="range"]:disabled + .slider .slider-fill .slider-label,
.rkmd-slider input[type="range"]:disabled + .slider .slider-handle .slider-label {
    display: none;
    background-color: #b0b0b0 !important;
}
.rkmd-slider input[type="range"]:disabled + .slider .slider-fill.is-active,
.rkmd-slider input[type="range"]:disabled + .slider .slider-handle.is-active {
    top: -5.5px;
    width: 15px;
    height: 15px;
    margin-left: -8px;
}
.rkmd-slider input[type="range"]:disabled + .slider .slider-fill.is-active .slider-label,
.rkmd-slider input[type="range"]:disabled + .slider .slider-handle.is-active .slider-label {
    display: none;
    border-radius: 50%;
    -webkit-transform: none;
    transform: none;
}
.rkmd-slider input[type="range"]:disabled + .slider .slider-handle:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}
.rkmd-slider.slider-light input[type="range"] + .slider {
    background-color: #5c5c5c;
}
.rkmd-slider.slider-light input[type="range"]:disabled + .slider {
    background-color: #5c5c5c !important;
}
.rkmd-slider.slider-light input[type="range"]:disabled + .slider .slider-fill,
.rkmd-slider.slider-light input[type="range"]:disabled + .slider .slider-handle {
    background-color: #5c5c5c !important;
}

.rkmd-slider.slider-continuous.slider-scale .slider-handle.hover {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}
.rkmd-slider.slider-continuous.slider-shadow.slider-lightBlue .slider-handle.hover {
    -webkit-box-shadow: 0 0 0 10px rgba(3, 169, 244, 0.26);
    box-shadow: 0 0 0 10px rgba(3, 169, 244, 0.26);
}
.rkmd-slider.slider-discrete .slider .slider-handle {
    position: relative;
    z-index: 1;
}
.rkmd-slider.slider-discrete .slider .slider-handle .slider-label {
    position: absolute;
    top: -17.5px;
    left: 2px;
    width: 30px;
    height: 30px;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    border-radius: 50%;
    -webkit-transform: scale(0.5) rotate(-45deg);
    transform: scale(0.5) rotate(-45deg);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.rkmd-slider.slider-discrete .slider .slider-handle .slider-label span {
    position: absolute;
    top: 11px;
    left: -1px;
    width: 100%;
    color: #fff;
    font-size: 9px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    text-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rkmd-slider.slider-discrete .slider .slider-handle.is-active {
    top: 0px;
    margin-left: -2px;
    width: 4px;
    height: 4px;
}
.rkmd-slider.slider-discrete .slider .slider-handle.is-active .slider-label {
    top: -15px;
    left: 0px;
    border-radius: 15px 15px 15px 0;
    -webkit-transform: rotate(-45deg) translate(23px, -25px);
    transform: rotate(-45deg) translate(23px, -25px);
}
.rkmd-slider.slider-discrete .slider .slider-handle.is-active .slider-label span {
    opacity: 1;
}
.rkmd-slider.slider-discrete.slider-lightBlue .slider-label {
    background-color: #03a9f4;
}

.rkmd-slider.slider-lightBlue .slider-fill,
.rkmd-slider.slider-lightBlue .slider-handle {
    background-color:
}

.fabColor.fabColorActive {
    background-color: green !important;
}

p.centertext {
  text-align: center;
}
a.centertext, a.centertext:hover, a.centertext:visited, a.centertext:link, a.centertext:active {
  text-align: center;
  color:white;
  text-decoration: none;
}


.btn_cir_umfrage {
  --radius: 5em;
  border-radius: var(--radius) !important;
  width: var(--radius) !important;
  height: var(--radius) !important;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 0, 0, 1);
  font-size: 20px;
}
.category_B {
   color: #203199;
   font-family: Dax W02 Regular !important;
   font-weight: bolder !important;
   font-size: 18px !important;
   text-shadow: none;
}
.category_B_bold {
  color: #203199;
  font-family: Dax W02 Regular;
  font-weight: bold;
  font-size: 24px;
}
.category_B_small {
   color: #203199;
   font-family: Dax W02 Regular;
   font-size: 12px;
}
.category_B_titel {
  color: #E6782D;
  font-family: Dax W02 Medium;
  font-weight: "Medium";
}
p.p_category_B {
  color: #203199;
  font-family: Dax W02 Regular;
  font-weight: bolder !important;
  font-size: 18px !important;
  margin: 0px !important;
}
.checked {
    color: orange !important;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.space-10 {
  width:100%;
  height:10px;
}
.space-15 {
  width:100%;
  height:15px;
}
.space-20 {
  width:100%;
  height:20px;
}
.space-30 {
  width:100%;
  height:30px;
}

.pin{
  height:77px !important;
  width:47px !important;
  background-color: rgba(90,90,90,0.6);
  border-radius: 5px;
  padding: 5px;
  margin: 3px;
  cursor: pointer;
  display: block;
}
.pin:focus{
  background-color: rgba(190,190,190,0.8);
  outline: none;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.navbar-brand {
  color: black !important;
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-nav {
  color: black !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem;
  float:right;
}
.navbar {
  padding: 0.5rem 1rem;
  overflow:hidden;
  background-color:white;
  display:flex;
  flex-direction:column;
}
a.ui-link{
  cursor: pointer;
  text-decoration: underline;
}
.blink_me {
  animation: blinker 1.5s linear infinite;
}
.paddel_icon {
  margin: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.paddel_chevron_color {
  background-color: transparent;
}
.paddel_color {
    opacity:0; 
    z-index:10; 
    background-color:rgba(0,0,0,0.1) !important;
}

.pricing_button_color{
   background-color: #37a0f4 !important;
   color:white !important;
}
.pricing_button{
  margin:5px;
  width:40%;
  text-align: center;
  vertical-align: middle;
  border-radius:.3em;
  cursor:pointer; font-size:10px;
  text-shadow: none !important;
}
.maptypeButton{
  background-color: white;
  background-color: black;
  font-size: 16px;
  color: #26a69a;
  line-height: 22px;
  padding: 14px 16px;
  width: 80%;
  height: auto;
  width: 30%;
  cursor: pointer;
  text-align: center;
  margin:10px;
  border-radius: 5px;
}
.maptypeButton:hover{
  overflow: auto;
  background-color: #f7f7f7;
}
.maptypeText{
text-align: center;
padding:10px;
}
.maptypeTitle{
  font-size :32px;
  text-align: center;
  padding:10px;
}.maptypeContainer{
  overflow: auto;
  width:80%;
  height:auto;
  max-height:50%;
  min-height: 350px;
  background-color:grey;
  border-radius:5px;
}