:root {
    --blue: #0e3053;
    --lightblue: #6eb3c8;
    --cream: #f3ebdd;
    --maxWidth: 500px;
}

.blue{
    color: var(--blue) !important;
}

.lightblue{
    color: var(--lightblue) !important;
}
.cream{
    color: var(--cream) !important;
}

html {
    font-size: 14px;
}

.inputNoZoom{
    font-size: 16px !important;
}

/*.spinner {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050; // über anderen Inhalten 
}*/
.alert-success {
    border-radius: 20px !important;
    padding-left: 10px;
    border: 1px solid var(--blue);
    margin-bottom: 15px;
}
.alert-danger {
    border-radius: 20px !important;
    padding-left: 10px;
    border: 1px solid var(--blue);
    margin-bottom: 15px;
}

.newActivity {
    background-color: var(--lightblue); /*var(--blue);;*/
    color: red;
    position: absolute;
    right: 35px;
    top: 10px;
    border-radius: 50px;
    height: 11px;
    width: 11px;
}

.newMessage {
    background-color: var(--lightblue);
    color: red;
    position: absolute;
    right: 28%;
    top: 8px;
    border-radius: 50px;
    height: 15px;
    width: 15px;
}

@media (min-width: 500px) {
    html {
        max-width:500px;
        margin: auto;
    }

    .footer{
        max-width:500px;
        margin: auto;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;

    }
}

h1 {
    font-size: 1.5rem !important;
    color: var(--cream); /* rgba(0, 0, 0, .9);*/
}

h2 {
    font-size: 1.25rem !important;
    color: var(--cream); /* rgba(0, 0, 0, .9);*/
}

h3 {
    font-size: calc(1.0rem + .6vw) !important;
    color: var(--cream); /* rgba(0, 0, 0, .9);*/
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
    width: 100%;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-size: 12px;
    font-family: Noto Sans, Arial, Verdana, SansSerif;
    color: var(--cream); /* #4f4f4b;*/
    margin-bottom: 20px;
    background: var(--cream); /*linear-gradient(-30deg,#3890ad,#8bcbda,#b2dce6,#8bcbda,#b2dce6,#3890ad);*/
}



.footer {
    position: fixed !important;
    padding-bottom: 10px;
    z-index: 7;
    background-image: url(/images/util/waves.png);
    color: var(--blue);
}

.menuButton {
    float: left;
    width: 18%;
    text-align: center;
    --border: 3px solid white;
    border-radius: 60px;
    margin-left: 4px;
}

.menu, menu:focus, menu:active:focus, menu:visited {
    color: white !important;
}

a {
    /*color: rgba(0, 0, 0, .9) !important;*/
    color: var(--cream) !important;
}


/*Individual*/
.standardButton, standardButton:focus, standardButton:active:focus {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 0px;
    padding: 5px;
    color: var(--cream);
    background-color: transparent;
    font-weight: bold;
}

a.standardButton {
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 0px;
    padding: 5px;
    color: var(--cream);
    background-color: transparent;
    font-weight: bold;
    text-decoration: none !important;
    text-align: center;
}

.passiv {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid darkgrey;
    padding: 5px;
    color: #fff;
    background-color: darkgrey !important;
}

.reloadButton {
    display: block;
    width: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none !important;
    text-align: center;
    padding: 5px;
    color: var(--blue) !important;
    border: 1px solid var(--blue);
    border-radius: 20px;
}

.contiuneButton {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none !important;
    text-align: center;
    padding: 5px;
    color: var(--blue) !important;
    border: 1px solid var(--blue);
    border-radius: 20px;
    width:100%;
}

.userprofile {
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid var(--cream);
    width: 250px; /*70%;*/
    height: 250px; /*70%;*/
}

.userprofile-medium {
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid var(--cream);
    width: 55px;
    height: 55px;
}

.userprofile-small {
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid var(--cream);
    width: 30px;
    height: 30px;
}

.userprofile-verysmall {
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid var(--cream);
    width: 20px;
    height: 20px;
}

.divespotProfile-medium {
    object-fit: cover;
    width: 55px;
    height: 55px;
}

.divespotProfile-small {
    object-fit: cover;
    width: 30px;
    height: 30px;
}
    
.userprofileBrevet{
    max-width:100%;
    max-height:100%;
    margin-bottom:15px;
}


.center {
    text-align: center;
}


.tbl_wrapper {
    width: 100%;
    height: 100%;
    display: inline-block;
    border-bottom: 1px solid #b2dce6;
}

.tbl_left {
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

.tbl_right {
    height: 100%;
    display: inline-block;
    vertical-align: top;
}



.tbl_row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.tbl_width_3 { width: 3%;}
.tbl_width_5 { width: 5%;}
.tbl_width_10 { width: 10%;}
.tbl_width_15 { width: 15%;}
.tbl_width_20 { width: 20%;}
.tbl_width_25 { width: 25%;}
.tbl_width_30 { width: 30%;}
.tbl_width_33 { width: 33%;}
.tbl_width_35 { width: 35%;}
.tbl_width_38 { width: 38%;}
.tbl_width_40 { width: 40%;}
.tbl_width_45 { width: 45%;}
.tbl_width_50 { width: 49%;}
.tbl_width_60 { width: 60%;}
.tbl_width_65 { width: 65%;}
.tbl_width_70 { width: 70%;}
.tbl_width_75 { width: 75%;}
.tbl_width_80 { width: 80%;}
.tbl_width_85 { width: 85%;}
.tbl_width_90 { width: 90%;}
.tbl_width_100 { width: 100%;}

.padding_bottom_10 {
    padding-bottom:10px;
}

.BBLUEIcon{
    width:100%;
    padding-bottom:10px;
}

.unread {
    background: var(--cream) !important; /*linear-gradient(-30deg,#3890ad,#8bcbda,#b2dce6,#8bcbda,#b2dce6,#3890ad);*/
    border: 1px solid var(--cream) !important;
    color: var(--blue) !important;
    border-radius: 5px;
    margin-left: 2px;
    margin-right: 2px;
}

/* Feed */
.feed_post_wrapper {
    background-color: var(--blue);
    width: 100%;
    border: 1px solid #eaeaea;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: var(--cream);
}

.feed_post_wrapper_inner {
    background-color: var(--cream);
    padding: 5px;
    margin-bottom: 10px;
}

.feed_post_wrapper_rounded_corners {
    border-radius: 20px;
}

/* Feed End */


.no_underline {
    text-decoration: none;
}
/* Divespot End*/



/* Bubbles */
.wrapper {
    width: 100%;
    height: 100%;
}

.main-text {
    position: absolute;
    top: 45%;
    left: 35%;
    font-family: 'Lobster', cursive;
    font-size: 5em;
    color: #fff;
}

.bubble {
    position: absolute;
    top: 53%;
    border-radius: 50%;
    border: 1px solid #3899ae;
    /*1px solid rgba(255, 255, 255, 0.8);*/
}

.small {
    width: 10px;
    height: 10px;
    left: 50%;
    animation: flow-s 2s linear infinite;
}

.small-l {
    width: 10px;
    height: 10px;
    left: 43%;
    animation: flow-s-l 0.9s linear infinite;
}

.s-medium {
    width: 20px;
    height: 20px;
    left: 43%;
    animation: flow-s 1.3s linear infinite;
}

.medium {
    width: 25px;
    height: 25px;
    left: 45%;
    animation: flow-m 0.8s linear infinite;
}

.large {
    width: 5px;
    height: 5px;
    left: 57%;
    animation: flow-l 0.7s linear infinite;
}

@keyframes flow-l {
    0% {
        top: 53%;
        left: 57%;
        opacity: 0;
    }

    25% {
        top: 49%;
        left: 57.5%;
        opacity: 1;
    }

    50% {
        left: 58%;
        opacity: 1;
    }

    75% {
        left: 57.5%;
        opacity: 1;
    }

    100% {
        top: 32%;
        left: 57%;
        opacity: 0;
    }
}

@keyframes flow-s {
    0% {
        top: 53%;
        left: 50%;
        opacity: 0;
    }

    25% {
        top: 49%;
        left: 51%;
        opacity: 1;
    }

    50% {
        top: 45%;
        left: 52%;
        opacity: 1;
    }

    75% {
        top: 41%;
        left: 51%;
        opacity: 1;
    }

    100% {
        top: 37%;
        left: 50%;
        opacity: 0;
    }
}

@keyframes flow-s-m {
    0% {
        top: 53%;
        left: 43%;
        ;
        opacity: 0;
    }

    25% {
        top: 49%;
        left: 42.5%;
        opacity: 1;
    }

    50% {
        top: 45%;
        left: 42%;
        opacity: 1;
    }

    75% {
        top: 41%;
        left: 42.5%;
        opacity: 1;
    }

    100% {
        top: 37%;
        left: 43%;
        opacity: 0;
    }
}

@keyframes flow-m {
    0% {
        top: 53%;
        left: 45%;
        ;
        opacity: 0;
    }

    25% {
        top: 48%;
        left: 44.5%;
        opacity: 1;
    }

    50% {
        top: 43%;
        left: 44%;
        opacity: 1;
    }

    75% {
        top: 38%;
        left: 44.5%;
        opacity: 1;
    }

    100% {
        top: 33%;
        left: 45%;
        opacity: 0;
    }
}

@keyframes flow-s-l {
    0% {
        top: 53%;
        left: 43%;
        ;
        opacity: 0;
    }

    25% {
        top: 48%;
        left: 43.5%;
        opacity: 1;
    }

    50% {
        top: 43%;
        left: 44%;
        opacity: 1;
    }

    75% {
        top: 38%;
        left: 43.5%;
        opacity: 1;
    }

    100% {
        top: 33%;
        left: 43%;
        opacity: 0;
    }
}
/* Bubbles Ende*/




/* Chat */
.message {
    margin: 5px 0;
    padding: 10px;
    border-radius: 20px;
    max-width: 70%;
}

.sent {
    background-color: #a7d8e0;
    color: var(--blue);
    /*border: 1px solid var(--blue);*/
    align-self: flex-end;
}

.received {
    background-color: #fff;
    color: var(--blue);
    /*border: 1px solid var(--blue);*/
}

.chat-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.chatPartnerUserProfile_STR_Picture {
    background-color: var(--blue);
    padding: 10px;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid #eaeaea;
}

.chatSendbox {
    position: fixed;
    bottom: 60px;
    width: 95%;
    background-color: var(--blue);
    padding: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 1px solid #eaeaea;
}





.countryFlagSmall {
    border-radius: 50px;
    width: 25px;
}


.hashtag {
    color: var(--lightblue);
    font-weight: bold;
    cursor: pointer;
}

.mention {
    color: var(--lightblue);
    font-weight: bold;
    cursor: pointer;
}

.advertising{
    width:100%;
    border-radius:20px;
}

.announcement {
    width: 100%;
    border-radius: 20px;
    background-color: var(--lightblue);
    color: var(--blue);
    font-weight: bold;
    border: 1px solid var(--blue);
    padding: 15px;
    margin-bottom: 15px;
}



.tooltip-box {
    position: absolute;
    background-color: var(--cream);
    color: var(--blue);
    border: 1px solid var(--blue);
    min-width: 150px;
    max-width: 300px;
    padding: 10px;
    z-index: 1000;
    display: none;
    border-radius: 20px;
    top: 150px;
    left: 70px;
    font-size: 14px;
}

.tooltip-item {
    padding: 8px;
    cursor: pointer;
}

    .tooltip-item:hover {
        /*background-color: #f0f0f0;*/
    }



/*Vis and Temp Chart*/
.visAndTempChart {
    position: relative;
    /*width: 300px;
    height: 180px;*/
    border-top: 2px solid var(--cream);
    margin: 30px;
}

.visAndTempTick {
    position: absolute;
    top: -10px;
    width: 2px;
    height: 10px;
    background: var(--cream);
}

.visAndTempLabel {
    position: absolute;
    top: 10px;
    font-size: 12px;
    transform: translateX(-50%);
}

.visAndTempValue {
    position: absolute;
    top: -28px;
    font-size: 13px;
    transform: translateX(-50%);
}

.adminPanel{
    border:2px solid var(--lightblue);
    border-radius: 20px;
    padding-left:20px;
}


/*New Posting*/
.image-wrapper {
    margin-bottom: 1em;
    text-align: center;
}

canvas {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}