﻿

html, body {
    height: 100%;
}


.myBg {
   color: white;
}

.myBGG {
    background-image: url(/img/webHg1.jpg);
    background-size: contain;
    background-repeat: repeat;
    background-attachment: fixed;
    min-height: 100vh;
    padding-top: 95px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 768px) {
    
}

.myFooter {
    
}

.mynavbt {
    display: flex;
}

.navbar {
    padding: 0px;
}

.dropdown-menu {
    width: max-content;
}

.myDrpdownLeft {
    right: 4px;
    left: auto;
}

/*.myCollpsBg {
    background: black;   
    padding: 0.6rem;
}*/

.navbar-light .navbar-brand {
    color: #f8f9fa;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: white;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(243 239 232);
}

@media (max-width: 768px) {
    .navbar .dropdown-menu.action-form {
        width: 100%;
        padding: 10px 15px;
        background: transparent;
        border: none;
    }

    .navbar .form-inline {
        display: block;
    }

    .navbar .input-group {
        width: 100%;
    }
}

.myCol {
    margin-left: 2px;
    margin-right: 2px;
}

.navbar .dropdown-menu {
    color: #999;
    font-weight: normal;
    border-radius: 1px;
    border-color: #e5e5e5;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

.navbar a, .navbar a:active {
    color: #888;
    padding: 8px 20px;
    background: transparent;
    line-height: normal;
}

.navbar .navbar-form {
    border: none;
}

.navbar .action-form {
    width: 280px;
    padding: 0px;
    left: auto;
    right: 0;
    font-size: 14px;
}

    .navbar .action-form a {
        color: #33cabb;
        padding: 0 !important;
        font-size: 14px;
    }

    .navbar .action-form .hint-text {
        text-align: center;
        margin-bottom: 15px;
        font-size: 13px;
    }

.myCol {
    margin-left: auto;
    margin-right: auto;
    width: 88%;
    max-width: 920px;
}

.myCol25 {
    margin-left: 2px;
    margin-right: 2px;
   /* width: 25%;*/
    max-width: 920px;
}

.myCol25 input {
    width: 50%;
}

@media (min-width: 768px) {


    .middle {
        margin-top: 5rem;
        margin-bottom: 5rem;
        border-radius: 25px;
        padding: 2rem;
       
    }

    .custom-modal-class {
        width: 50%;
    }       
 }




/*.spacer {
    min-height: 80px;
}*/

.youVideo {
    border-radius: 15px;
}

.middle {
    background: rgb(6 6 6 / 79%);
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 15px;
    padding: 1rem;
    opacity: 1;
    will-change: transform, opacity;
}

    .middle.is-visible {
        opacity: 1;
        transform: rotateZ(-2deg);
    }


.shvz-logo {
    max-width: 50%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;    
}

.shvz-index-img {
    max-width: 80%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.my-bg-light {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,212,255,0) 100%);
    /*height: 120px;*/
    padding-left: 10px;
    padding-right: 10px;
}

.my-bg-light-reverse {
    background: rgb(0,0,0);
    background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,212,255,0) 100%);
}

.imprName {
    font-size: xx-small;
    line-height: 0.5px;
}

.footerLinks {
    font-size: xx-small;
}

.carousel-control-next, .carousel-control-prev {
    top: 80px;
    bottom: 80px;
}

.carousel-inner {
    border-radius: 15px;
}

.btn_min {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .15rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    min-width: 50px;
}

#myTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

    #myTopBtn:hover {
        background-color: #555;
    }

#divStart {
    animation-duration: 3s;
    animation-name: divStartAnim;
    animation-iteration-count: initial;
}

@keyframes divStartAnim {
    from {
       /* margin-left: 10%;
        width: 120%;*/
        opacity: 0;
    }

    to {
       /* margin-left: 0%;
        width: 100%;*/
        opacity: 1;
    }
}

.blazored-modal-container {
     z-index: 9999;
}

.blazored-modal {    
    background-color: #000;    
}

.custom-modal-overlay {
    background-color: #000 !important;
}

.blazored-modal-close {
    color: white;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
}

/*.welcomeS {
    font-size: 3em;
}*/

.blazored-modal-scrollable {   
    width: max-content;
}

/*.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin-right: 8vw;
}*/

@media only screen and (max-width: 600px) {

    .custom-modal-class {
        width: 95%;
        overflow-y: auto;
    }


    .shvz-logo {
        max-width: 80% !important;
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .shvz-index-img {
        max-width: 80%;
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .fc .fc-button .fc-icon {
        font-size: 0.5em !important;
    }

    .fc {
        font-size: 0.6em !important;

        height: 35em !important;
    }

        .fc .fc-daygrid-week-number {
            font-size: 0.6em !important;
        }
        
        .fc .fc-toolbar-title {
        font-size: 0.9em;
        margin: 0;
    }

    .fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
        margin-right: 8vw;
    }

    .h3, h3 {
        font-size: 0.9rem;
    }

    .blazored-modal-header {
        padding: 0px;
    }

    .blazored-modal-content {
        overflow-x: auto;
    }

    .welcomeS {
        font-size: 1.2em;
    }

    .container {
        padding-right: 1px;
        padding-left: 1px;
    }

    .middle {
        padding-top: 3px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 2px;
    }

   
}

@media only screen and (max-width: 990px) {


    .my-bg-light {
        background-color: black;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        width: auto;        
    }
}



.anfrage {
    background-color: blue;
}

.rgNichtBezahlt {
    background-color: red;
}

.mycheck {
    width: 3em;
    height: 3em;
    position: initial;
    margin-left: 2px;
}

.gourpsx {
    background-color: cadetblue;
    opacity: 0.9;
    border-radius: 5px;
    margin: 8px;
    padding: 6px;
    width: -webkit-fill-available;
}

.myHeandAnf {
    font-size: x-large;
    background-color: crimson;
    padding: 3 px;
    width: 100%;
}


.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #ffffff;
}

.table-hover tbody tr:hover {
    color: #ffffff;
    background-color: rgb(118 80 55 / 34%);
}

.ascdesc:before {
    content: '\21F5';
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    cursor: grab;
}

.asc:before {
    content: '\2B9F';
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    cursor: grab;
}

.desc:before {
    content: '\2B9D';
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    cursor: grab;
}


.card-header {
    /*background-color: black;*/
    border-color: blanchedalmond;
}


.fc-event-main {
    cursor: pointer;
}

.fc-daygrid-event:hover{
    font-weight: bolder;
}

.card-header {
    padding: 0.75rem;
}

.myBtnFull {
    width: -webkit-fill-available;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 6px;
    margin-bottom: 9px;
}

.custom-modal-class {
    
    max-width: 90%;
    max-height: 90%;
   /* width: 50%;*/
    display: flex;
    z-index: 1000;
    flex-direction: column;
    background-color: rgb(0,0,0);
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 0.75rem;
    box-shadow: 0 2px 2px rgba(0,0,0,.25);
}

#blazor-error-ui {
    background: #050505;
}

.leaflet-control-attribution leaflet-control {
    display: none;
}

.leaflet-left {
    left: 32px;
}

.leaflet-top {
    top: 102px;
}

.blazored-modal {
    background-color: #000 !important;
    opacity: 0.9;
    border-radius: 25px;
}

.imageLeft {
    float: left;
    margin: 0 20px 10px 0;
    max-width: 350px;
}

.imageRight {
    float: right;
    margin: 0 20px 10px 0;
    max-width: 350px;
}


#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    
    opacity: 0.7;
    background-color: #fff;
    z-index: 1000;
    text-align: center;
    display: flex;
    justify-content: center;
}

#loading-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
}

.page-item {
    background-color: #1b6ec2;
}

    .page-item.active .page-link {
        background-color: #914100;
        border-color: #af4e00;
    }

sort-link {
    cursor: pointer;
    color: #1b140e !important;
}

.ql-snow .ql-stroke {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.blazored-typeahead__input {
    flex: 1;
    max-width: 100%;
    border: none;
    padding: 0.5rem;
    border-radius: 5px;
    background-color: black;
    color: white;
}

.blazored-typeahead__result, .blazored-typeahead__notfound, .blazored-typeahead__results-help-template, .blazored-typeahead__results-header, .blazored-typeahead__results-footer {
    background-color: black;
    padding: 0.5rem;
    /* border-top: 1px solid #fff; */
    border-bottom: 1px solid #585858;
    font-size: .7rem;
}

.slick-prev {
    height: 100% !important;
    background-color: #110e0959 !important;
}

.slick-next {
    height: 100% !important;
    background-color: #110e0959 !important;
}

.blogEntry {
    display: flex;
    background-color: #623d2494;
    padding: 6px;
    border-radius: 8px;
    font-size: 6vmin;
}

.blogDate {
    flex: 20%;
    font-size: 1.0rem;
    border-right-style: dashed;
    margin-right: 24px;
}

    .blogDate .fa {
        margin-right: 12px !important;
        
    }


.blogTxt {
    font-size: 1rem;
}

.blogH3 {
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
    padding: 10px;
}

.blogImgCtr {
    text-align: center;
    padding: 10px;
}

.blogContent {
    flex: 80%;
}


.sr-only {
    sr-only position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.input-label {
    padding: 20px;
    background-color: #f55442;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}


.myBtnSecondary {
    border-color: rgb(61, 121, 193);
    background-color: rgb(44, 62, 80);
    margin-right: 8vw;
    font-size: 0.75rem !important;
    color: white;
    border-radius: 5px;
}

.myBtnSecondary :hover{
    border-color: #110e0959;
    background-color: rgb(44, 62, 80);
  
}

.myFaBtn {
    color: white;
}

    .myFaBtn :hover {
        color: #e5e5e5;
    }

.blazor-context-menu--default {   
    user-select: none;
    background-color: #000;
}


/* <<<<---
 MUDBLAZOR CHANGED CSS START
    ---->>>
*/

:root {
    --mud-palette-primary: rgb(255 255 255) !important;
}

.bm-container {
    z-index: 9999 !important;
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    background-color: rgba(0, 0, 0, 0.01);
}
/*
xxxxxxxxxxxxxxxxxxxx
BlazorCalendar
xxxxxxxxxxxxxxxxxxxx
*/
.mycal {
}

.pin-top {
    background-color: red;
}

.header-name {
    font-size: 0.8em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid rgba(166, 168, 179, 0.12);
    line-height: 6vh;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #7752389e;
}

.day-cellule {
    display: flex;
    flex: 1;
    flex-direction: row;
    font-size: 0.8em;
    color: #fff;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #317933b8 !important;
}

.day {
    width: 30%;
    max-width: 2.5vw;
    background-color: #775238de !important;
}

.cellule {
    border: solid #29292985;
    border-width: 0.00vw 0.05vw 0.05vw 0.05vw;
}

.border-bottom {
    border-bottom: 1px solid #ff0000 !important;
}

.border-top {
    border-top: 1px solid #ff0000 !important;
}

.next-month-button {
    fill: white;
}
/*
xxxxxxxxxxxxxxxxxxxx
Fullcalendar
xxxxxxxxxxxxxxxxxxxx
*/
fc-daygrid-day-frame {
    background-color: #0080008c !important;
}

.fc-bg-event {
    background: #ff0000ab !important;
    opacity: 1 !important;
    cursor: pointer;
}

.fc td, .fc th {
    background-color: #00800029;
    cursor: pointer;
}

.fc .fc-bg-event .fc-event-title {
    margin: 0.5em;
    font-size: var(--fc-small-font-size,.65em) !important;
    font-style: normal;
    overflow: hidden;
}

.fc .fc-daygrid-day-number {
    position: relative;
    /* left: 22px; */
    z-index: 4;
    padding: 2px !important;
    font-size: 0.75em !important;
}

.triangleLastDay {
    height: 100px;
    width: 100px;
    position: relative;
    background: rgb(209,39,56);
    background: -moz-linear-gradient(top, rgba(209,39,56,1) 0%, rgba(122,23,38,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(209,39,56,1)), color-stop(100%,rgba(122,23,38,1))); /* Chrome,Safari4+ */
    -webkit-linear-gradient(top, rgba(209,39,56,1) 0%,rgba(122,23,38,1) 100%); /* 
-o-linear-gradient(top,  rgba(209,39,56,1) 0%,rgba(122,23,38,1) 100%); /* Opera 11.10+ */
    -ms-linear-gradient(top, rgba(209,39,56,1) 0%,rgba(122,23,38,1) 100%); /* IE10+ */
    linear-gradient(top, rgba(209,39,56,1) 0%,rgba(122,23,38,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d12738', endColorstr='#7a1726',GradientType=0 ); /* IE6-8 */
}

    .triangleLastDay:after {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg); /* Internet Explorer */
        -webkit-transform: rotate(45deg); /* Safari and Chrome */
        -o-transform: rotate(45deg); /* Opera */
        background: none repeat scroll 0 0 white;
        content: "";
        height: 159px;
        left: 21px;
        position: absolute;
        top: 12px;
        width: 120px;
    }

.StatsChart
{

}