.blazored-typeahead {
    box-shadow: none !important;
    border-radius: 8px;
}

.blazored-typeahead__input {
    padding: 12px;
    border: none;
    font: inherit;
    border-radius: 8px;
}

    .blazored-typeahead__input:focus, textarea:focus, select:focus, input:focus {
        outline: none;
    }

.spin-row {
    position: absolute;
    height: 120px;
    width: 120px;
    top: 40%;
    left: 50%;
    z-index: 99999;
    border: medium;
    border-radius: 15px;
    border-width: 2px;
    border-color: #000;
    border-style: solid;
    background: #fff;
}

.spin-row-bg {
    background-color: black;
}


.blockpage {
    width: 100%;
    height: 100%;
    padding: 0px;
    background: white;
    margin: 0px;
    z-index: 999999999;
    position: absolute;
    text-align:center;
    padding-top:50px;
}

.blazored-typeahead__input-mask-wrapper {
    font: inherit;
    width: 100%;
    padding: 7px 10px;
    border-radius: 8px;
    border: 0px solid #9fa2ab;
    transition: 0.3s;
}

.list-group {
    max-height: 600px;
    margin-bottom: 10px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}


.requestCard {
    background: white;
    border: black;
    border-width: 1px;
    border-style: dotted;
    padding: 10px;
}


.field__textarea:disabled {
    background: #fff;
    cursor: not-allowed;
    opacity: 0.2;
}
.field__text {
    color: #013146;
}

.gm-style-iw-d {
    color: black;
}

.gm-style-iw-t {
    bottom: 45px !important;
}

.gm-style .MapStopLabel {
    border-radius: 5px;
    margin-bottom: 65px;
    border-color: gray;
    padding: 4px 5px 4px 5px;
    background: white;
    border-width: 2px;
    border-style: double;
}

.spinner {
    border: 8px solid silver;
    border-top: 8px solid #337AB7;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    animation: spin 700ms linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.selected[disabled] {
    cursor: not-allowed;
    opacity: 0.2;
}



#map1 {
    height: 100% !important;
}

.formular .map {
    min-height: 900px;
    display: block;
}

.body .intro{
    background:#fff;
}

.dropzone {
    padding: 25px 20px;
}

.popup__content__result {
    max-width: 740px;
}



.field-helper {
    color: #2b2c2d !important;
}




.bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}


.video-background-holder {
    position: relative;
    height: calc(100vh - 72px);
    min-height: 25rem;
    width: 100%;
}

    .video-background-holder video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 70%;
        min-height: 100%;
        width: 70%;
        height: auto;
        overflow: hidden;
        max-height: 70%;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

.video-background-content {
    position: relative;
    z-index: 2;
}

.video-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.wappen {
    max-height: 130px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.cropper-ui {
    display: block;
}

    .cropper-ui .button.prev {
        display: none
    }

    .cropper-ui .button.next {
        display: none;
    }

#btnCrop {
    background: #f2385a;
}

.prev-next-navigation .btn-group-cropper {
    display: none;
}

.prev-next-navigation.cropper-ui .btn-group-cropper {
    display: flex;
}

.cookiebutton{
    margin-top:10px;
}

.intro{
    background:#fff;
}
.h2{
    padding-left:0px!important;
}

.text-link{
    text-decoration: underline
}


table.datatable td {
    padding-left: 50px;
}

table.datatable {
    text-align: left;
    font-weight: normal;
    margin-left:50px;
    margin-right:50px;
}


.carousel {
    position: relative;
}

    .carousel.pointer-event {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: "";
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

    .carousel-item-next:not(.carousel-item-left),
    .active.carousel-item-right {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .carousel-item-prev:not(.carousel-item-right),
    .active.carousel-item-left {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        z-index: 1;
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity 0.6s ease;
    }

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@media (min-width: 1025px) {
    .mobile-extension {
        display: none;
    }
}