
@font-face {
    font-family: 'Titan One';
    src: url('../fonts/TitanOne-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    src: url('../fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    src: url('../fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('../fonts/Poppins-Thin.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    stretch: 100;
    src: url('../fonts/Poppins-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    stretch: 100;
    src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    stretch: 100;
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    stretch: 100;
    src: url('../fonts/Poppins-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    stretch: 100;
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    stretch: 100;
    src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    stretch: 100;
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    stretch: 100;
    src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    stretch: 100;
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    stretch: 100;
    src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/Poppins-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
}

body {
    font-family: 'Open Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
}

.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    will-change: transform;
    transform: translateZ(0);
    display: flex;
    height: 10%;
    max-height: 100px;
    border-top: 1px solid var(--light-grey);
    background-color: #fafafa;
}
.mobile-bottom-nav__item {
    flex-grow: 1;
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mobile-bottom-nav__item-content {
    flex-direction: column;
}

.form-check {
    margin: 15px 0;
}

.form-check-label {
    padding-left: 30px;
}

/*=============*/



/*=======================*/

/* Sticky footer styles
-------------------------------------------------- */

html,
body {
    /* The html and body elements cannot have any padding or margin. */
    font-size: 18px;
    height: 100%;
}
body {
    min-height: 100%;
}

input[type=checkbox] {
    height: 0.9em;
    width: 0.9em;

}

input[type=radio] {
    height: 1.15em;
    width: 1.15em;
}

    /* Set the fixed height of the footer here */
/*#footer {
    height: 60px;
    background-color: #f5f5f5;
}*/

:root {
    --primary-blue: #2e6da4;
    --secondary-blue: #0168B3;
    --wb: #248df8;
    --primary-green: #01B24D;
    --white: #fff;
    --light-grey: #ccc;
    --black: #000;
    --grey: #666;
    --green: #159286;
    --red: #e23d2a;
    --hbd: #ed8c40;
}

.btn {
    font-size: inherit;
    border-radius: 25px;
    padding: 10px 25px;
}
/*.modal-footer .btn+.btn {
    margin-bottom: 1rem;
}*/



h2, .h2 {
    font-size: 24px;
    margin-bottom: 25px;
}

.btn-wrap{
    justify-content: center;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .btn-wrap button{
        width: 100%;
    }
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: var(--light-grey);
    border-color: var(--light-grey);
}

.btn-success {
    background-color: var(--green);
    border-color: var(--green);
}

.btn-outline-primary {
    color: var(--primary-blue);
    border-color: var(--primary-blue);
    background-color: var(--white);
}

.btn-outline-primary:hover {
    background-color:var(--primary-blue);
    border-color:var(--primary-blue);
    color: var(--white);
}
[id^="cancel-"] button{
    border: 2px solid var(--red);
    border-radius: 5px;
    position: relative;
    line-height: 1.2;
    padding: 2px 15px;
    font-size: 12px;
}
#cancel button{
    border: 2px solid var(--red);
    border-radius: 5px;
    position: relative;
    line-height: 1.2;
    padding: 2px 15px;
    font-size: 12px;
}
[id^="cancel-"] button:after{
    position: absolute;
    content: "";
    width: 36px;
    height: 36px;
    left: -42px;
    top: -2px;
    background: url('images/close-btn.png') no-repeat;
    background-size: contain;
}
#cancel button:after{
    position: absolute;
    content: "";
    width: 36px;
    height: 36px;
    left: -42px;
    top: -2px;
    background: url('images/close-btn.png') no-repeat;
    background-size: contain;
}

.btn-block {
    width: 40%;
    min-width: max-content;
}

#next_btns .mx-50{

}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

/*todo footer icons*/
.footer-icon img {
    width: 40px;
}
.footer-icon{
    position: relative;
    margin: 10px 0;
}
.footer-icon:after{
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(50% - 20px);
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    bottom: -4px;
}
.footer-icon.anfragen-icon:after{
    background-image: url("./images/footer-anfragen-icon.svg");
}
.footer-icon.calender-icon:after{
    background-image: url("./images/footer-calender-icon.svg");
}
.footer-icon.angebote-icon:after{
    background-image: url("./images/footer-angebote-icon.svg");
}
.footer-icon.buchngen-icon:after{
    background-image: url("./images/footer-buchngen-icon.svg");
}
.footer-icon.warteliste-icon:after{
    background-image: url("./images/footer-warteliste-icon.svg");
}
.footer-icon.home-icon:after{
    background-image: url("./images/footer-home-icon.svg");
}
#bottomNav a.active .footer-icon.anfragen-icon:after,
#bottomNav a:hover .footer-icon.anfragen-icon:after {
    background-image: url("./images/footer-anfragen-icon_color.svg");
}
#bottomNav a.active .footer-icon.calender-icon:after,
#bottomNav a:hover .footer-icon.calender-icon:after {
    background-image: url("./images/footer-calender-icon_color.svg");
}
#bottomNav a.active .footer-icon.angebote-icon:after,
#bottomNav a:hover .footer-icon.angebote-icon:after {
    background-image: url("./images/footer-angebote-icon_color.svg");
}
#bottomNav a.active .footer-icon.buchngen-icon:after,
#bottomNav a:hover .footer-icon.buchngen-icon:after {
    background-image: url("./images/footer-buchngen-icon_color.svg");
}
#bottomNav a.active .footer-icon.warteliste-icon:after,
#bottomNav a:hover .footer-icon.warteliste-icon:after {
    background-image: url("./images/footer-warteliste-icon_color.svg");
}
#bottomNav a.active .footer-icon.home-icon:after,
#bottomNav a:hover .footer-icon.home-icon:after {
    background-image: url("./images/footer-home-icon_color.svg");
}



/*todo add bootstrup responsive */
.basis-50{
    flex-basis: 50%;
}
@media screen and (min-width: 768px) {
    .position-md-absolute {
        position: absolute !important;
    }
    .w-md-auto{
        width: auto !important;
    }
    .md-basis-auto{
        flex-basis: auto;
    }
}

@media screen and (min-width: 1200px) {
    .position-xl-absolute {
        position: absolute !important;
    }
}

/*end*/

#wrap {
    padding: 100px 0;
    max-width: 1440px;
    margin: 0 auto;
}

.wrap {
    background: linear-gradient(to bottom, var(--secondary-blue), var(--primary-green));
    position: relative;
    height: auto;
    min-height: 100% !important;
    max-width: 100vw;
}

#wrap > .container {
    padding: 0 15px;
}

.wrap_login {
background: white;
}

.firstscreen {
    background: linear-gradient(to bottom, var(--secondary-blue), var(--primary-green));
}

#footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-header {
    float:none;
    width:100%;
    padding:10px;
}
.navbar-brand {
    font-size:20pt;
    float:none;
    background-image: url('../../img/logo.png');
    background-size: contain;
    background-position: center;
    text-indent: -99999px;
    background-repeat: no-repeat;
    padding: 25px 25px;
}
.navbar-primary {
    background-color: var(--primary-blue);
    padding: 20px 5px;
}

.navbar {
    justify-content: flex-start;
    padding-top: .5rem;
}

.navbar .container {
    text-align: left;
    display: block;
}

.navbar-primary a {
    color: var(--white) !important;
}

#bottomNav {
    padding:10px;
}
#bottomNav a {
    font-size:11pt;
    color:var(--black);
    text-decoration:none;
}

#bottomNav a.active,
#bottomNav a:hover,
#bottomNav a.active i.glyphicon,
#bottomNav i.glyphicon:hover
{
    color:var(--primary-blue) !important;
}

#bottomNav a i.glyphicon {
    font-size: 20pt;
    color: var(--grey);
}

@media (max-width: 360px) {
    #bottomNav a {
        font-size: 9pt;
    }

    #bottomNav a i.glyphicon {
        font-size: 14pt;
    }
}

/*Hamburger*/
.navbar-collapse {
    position: fixed;
    top: 5.2rem;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: fit-content;
    height: 100%;
}

.navbar-collapse.collapsing {
    left: -75%;
    transition: height 0s ease;
}

.navbar-collapse.show {
    right: 0;
    transition: right 300ms ease-in-out;
}

.navbar-toggler.collapsed ~ .navbar-collapse {
    transition: right 500ms ease-in-out;
}

.navbar-toggler {
    font-size: 2rem;
    position: absolute;
    right: .5rem;
}

#navbarCollapse .glyphicon {
    margin: 0 .7em;
}

.navbar-fixed-top .navbar-collapse {
    max-height: fit-content;
    height: 75vh !important;
    z-index: 200;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
}

#author_logo {
    max-width: 300px;
    font-size: small;
    margin:0 .7rem;
}
#author_logo img {
    max-width: 180px;
    width: 100%;
}
#author_logo a {
    max-width: 50%;
    margin: 0 auto !important;
}
#author_logo span {
    max-width: 200px;
    width: 50%;
}
#policies #author_logo {
    margin: 0;
    font-size: inherit;
    max-width: 100%;
}
select:invalid {
    border-bottom: 1px solid #dc3545 !important;
}
@media screen and (min-width: 480px) {
    #policies #author_logo img{
        max-width: 120px;
    }
    #policies #author_logo span {
        max-width: unset;
        width: unset;
    }
}
@media screen and (min-width: 768px) {
    .collapse:not(.show) {
        display: none !important;
    }
    #policies #author_logo img {
        max-width: 180px;
    }
    #policies #author_logo a {
        max-width: 50%;
    }
    .jumbotron-list .jumbotron{
        padding-left: 14px;
        padding-right: 14px;
    }
}
@media screen and (min-width: 992px) {
    .navbar {
        padding-top: .5rem;
    }
    .navbar-collapse {
        top: 3.8rem;
        padding: .3rem;
    }
    .navbar-nav {
        flex-direction: column !important;
    }
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }
}
@media screen and (min-width:1200px) {
    #policies #author_logo img {
        max-width: 120px;
        width: unset;
    }
}
@media screen and (max-width:992px) {    
    #navbarCollapse ul.navbar-nav {
        height: 100%;
    }
}


/*Datepicker*/
.datepicker-inline {
    width: 100% !important;
}
.datepicker table {
    width: 100% !important;
}


#calendar {
    font-size: 22px;
}

#calendar .ui-datepicker {
    width: max-content !important;
    display: block !important;
    margin: 2em auto;
}

#calendar .ui-datepicker td span, #calendar .ui-datepicker td a {

    vertical-align: middle;
    text-align: center !important;
    font-size: 2.5rem;
    line-height: 1.1;
    margin: .2rem;
}

@media (max-width: 320px) {

    #calendar {
        font-size: 18px;
    }
}

#legend ul {
    list-style-type: none;
    padding-left: 0;
}

#legend li a {
    padding: 0.2em;
    vertical-align: middle;
    display: inline-grid;
    text-align: center !important;
    font-size: 1.6rem;
    line-height: 1.1;
    margin: .5rem .5rem .5rem 0 !important;
    height: 1.7em;
    width: 1.7em;
    min-width: 1.7em;
}

#legend li {
    flex-wrap: nowrap;
}

#info_btn {
    margin: 0 auto;
    cursor: help;
}
#info_btn i {
    border-color: var(--primary-blue);
    color: var(--primary-blue);
}
.text-primary {
    color: var(--primary-blue) !important;
}
.bg-primary {
    background-color: var(--primary-blue) !important;
}
.border-primary {
    border-color: var(--primary-blue) !important;
}
.custom-range::-moz-range-thumb {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: var(--primary-blue);
}
.custom-range::-ms-thumb{
     width: 40px;
     height: 40px;
     border-radius: 50%;
    margin-top: -16px;
    background-color: var(--primary-blue);
 }
.custom-range::-webkit-slider-thumb {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -16px;
    background-color: var(--primary-blue);
}
input[type="range"]::-moz-range-progress {
    background-color: var(--primary-blue);
    height: .5em;
  }

/*jumbotron*/
.jumbotron {
    background-color: var(--white);
    box-shadow: 3px 3px 10px rgb(0 0 0 / 30%);
    padding-top: 15px;
    padding-bottom: 15px;
    color: var(--black);
}
.no-shadow{
    box-shadow: none;
}

.jumbotron p {
    margin-bottom: 5px;
    font-weight: 300;
    display: grid;
    grid-template-columns: 2fr 3fr;
    align-items: center;
    word-wrap: anywhere;
    font-size: inherit;
}

.jumbotron h3 {
    margin-top: 5px;
}

/* home modals */

[id*="modal_for_34_"] .modal-body p, [id*="modal_for_39_"] .modal-body p, [id*="modal_for_GK_"] .modal-body p, [id*="modal_for_reqs_"] .modal-body p, #reqList .modal-body p, #offList .modal-body p {
    display: grid;
    grid-template-columns: 2fr 3fr;
    align-items: center;
    word-wrap: anywhere;
}

/*footer navbar*/

#bottomNav {
    background-color: #fafafa;
    border-top: 1px solid var(--light-grey);
}


.jumbotron-list a {
    text-decoration: none !important;
}

#add_offer {
    position: fixed;
    bottom: 15%;
    right: 5%;
    z-index: 10;
}

.round_add_btn, #add_offer {
   /*border-radius: 25px;
    background-color: var(--primary-blue);
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 65px;
    font-size: 32pt;
    color: var(--white);*/
    border-radius: 25px;
    background-color: var(--primary-blue);
    font-size: inherit;
    width: 20%;
    height: 50px;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#add_offer .btn{
    color: #ffffff;
}
#add_offer .btn:focus {
    outline: none;
    box-shadow: none;
}

#add_offer a, .round_add_btn a {
    text-decoration: none;
    color: var(--white);
    line-height: 75px;
    width: 100%;
    display: block;
}

#add_request {
    position: fixed;
    bottom: 15%;
    right: 5%;
    text-align: center;
}

/*multi form*/
.multi-tab-content .tab {
    display: none;
    margin-bottom: 3em;
}

.multi-tab-content .tab.selected {
    display: block;
}

#multi-tab-prev, #multi-tab-next, #multi-tab-progress, #multi-tab-fin, #multi-tab-req {
    bottom: 5%;
    z-index: 1;
    max-width: 32%;
}

#multi-tab-progress {
    z-index: 0;
}

#multi-tab-prev, #multi-tab-next, #multi-tab-fin, #multi-tab-req {
    width: 32%;
}

#multi-tab-progress {
    text-align: center;
    display: block;
    font-size: 40pt;
    margin-bottom: -20px;
    box-sizing: border-box;
}

#multi-tab-progress span.selected {
    color: var(--primary-blue);
}

#multi-tab-buttons {
   /* position: fixed;*/
    bottom: 5rem;
   /*z-index: 100;*/
    width: inherit;
    max-width: calc(100% - 30px);
}

#multi-tab-buttons [id*="multi-tab-"] {
    position: relative;
}

[id*="form-create-"], .multi-tab-content {
    width: inherit;
    max-width: 100%;
}
/*end multi form*/

/* register, profile pages */
.daterangepicker,
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td,
.form-control {
    font-size: inherit !important;
    height: auto;
}
.daterangepicker {
    width: auto;
}
.daterangepicker .drp-calendar {
    max-width: none;
}

.required::before {
    color: #aa2f2f;
    content: '*';
}

.closed, .open {
    font-weight: 700;
}

.closed + label, .open + label{
    font-weight: 400;
}

.closed::after, .open::after {
    display: inline-block;
    font-family: 'Titan One';
    margin-left: 0.5rem;
    transform: rotate(90deg) scaleY(1.8) scaleX(0.8);
    float: right;
    margin-right: 10px;
}

.collapsible.closed::after {
   content: '<';
}
.collapsible.open::after {
    content: '>';
}

.content {
    display: none;
    overflow: hidden;
}

.custom-file-label::after {
    content: url('images/upload_f.svg');
    width: 44px;
    height: auto;
}

.custom-file-label {
    color: #999;
}
.custom-file-label,
.custom-file-input{
    width: calc(100% - 40px - 1.25rem);
}

.custom-file.form-group{
    /*noinspection CssInvalidPropertyValue*/
    width: -webkit-fill-available;
    width: -moz-available;
}

input[type='text'], input[type='email'], input[type='password'], input[type='url'], input[type='number'] {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #555;
    border-radius: 0;
}

.form-horizontal input {
    line-height: 2rem;
}

.servicecheck {
    float: right;
    margin-right: 7px;
    margin-left: 7px;
}

[data-target="#anderesp"]:before {
    content: '>> ';
    display: inline-block;
    font-family: 'Titan One';
    margin-left: 0.5rem;
    transform: scaleY(1.1) scaleX(.9);
    margin-right: 10px;
}

#confirm input {
    border: none;
    cursor: auto;
}

select[id*="district"] {
    line-height: 2.5rem;
    height: 2.725rem;
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid;
}

.select2-container {
    line-height: 2rem;
    height: 2.725rem;
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}
.select2-selection__rendered {
    line-height: 2rem !important;
    height: 2.725rem;
    padding: 6px 12px;
}

/*heba_shot_profile*/
.email {
    display: inline-block;
    word-break: break-word;
    white-space: normal;
    margin: 0;
    padding: -10px;
}

/* calendars */

.green a {
    background-image: none !important;
    border-color: #0ca789 !important;
}

.red a {
    background-image: none !important;
    border-color: #f24726 !important;
}

.blue a {
    background-image: none !important;
    border-color: #0d40c3 !important;
}

.reddashed a, .greendashed a, .greydashed a, .greensolid a, .redsolid a {
    border-radius: 50% !important;
}
.jumbotron.greendashed {
    position: relative;
}
.jumbotron.greendashed i {
    color: orange;
    font-size: 2em;
    position: absolute;
    right: 1em;
    top: 1em;
}
.jumbotron p a{
    border: none !important;
    border-radius: unset !important;
}
/*#calendar .reddashed a, .jumbotron.reddashed {
    border-style: dashed !important;
    border-color: #f24726 !important;
    border-width: 3px !important;
}

#calendar .greendashed a, .jumbotron.greendashed {
    border-style: dashed !important;
    border-color: #0ca789 !important;
    border-width: 3px !important;
}

#calendar .greydashed a, .jumbotron.greydashed {
    border-style: dashed !important;
    border-color: #808080 !important;
    border-width: 3px !important;
}

#calendar .greensolid a, .jumbotron.greensolid {
    border-style: solid !important;
    border-color: #0ca789 !important;
    border-width: 3px !important;
}

#calendar .redsolid a, .jumbotron.redsolid {
    border-style: solid !important;
    border-color: #f24726 !important;
    border-width: 3px !important;
}

#calendar .greendashed.reddashed a {
    border-style: dashed !important;
    border-left-color: #f24726 !important;
    border-bottom-color: #f24726 !important;
    border-right-color: #0ca789 !important;
    border-top-color: #0ca789 !important;
}

#calendar .greendashed.greydashed a {
    border-style: dashed !important;
    border-left-color: #808080 !important;
    border-bottom-color: #808080 !important;
    border-right-color: #0ca789 !important;
    border-top-color: #0ca789 !important;
}

#calendar .greydashed.reddashed a {
    border-style: dashed !important;
    border-left-color: #f24726 !important;
    border-bottom-color: #f24726 !important;
    border-right-color: #808080 !important;
    border-top-color: #808080 !important;
}

#calendar .greensolid.greendashed a {
    border-left-style: dashed !important;
    border-bottom-style: dashed !important;
    border-right-style: solid !important;
    border-top-style: solid !important;
    border-color: #0ca789 !important;
}

#calendar .greensolid.greydashed a {
    border-left-style: dashed !important;
    border-bottom-style: dashed !important;
    border-right-style: solid !important;
    border-top-style: solid !important;
    border-left-color: #808080 !important;
    border-bottom-color: #808080 !important;
    border-right-color: #0ca789 !important;
    border-top-color: #0ca789 !important;
}

#calendar .greensolid.reddashed a {
    border-left-style: dashed !important;
    border-bottom-style: dashed !important;
    border-right-style: solid !important;
    border-top-style: solid !important;
    border-left-color: #f24726 !important;
    border-bottom-color: #f24726 !important;
    border-right-color: #0ca789 !important;
    border-top-color: #0ca789 !important;
}

#calendar .redsolid.reddashed a {
    border-left-style: dashed !important;
    border-bottom-style: dashed !important;
    border-right-style: solid !important;
    border-top-style: solid !important;
    border-color: #f24726 !important;
}

#calendar .redsolid.greydashed a {
    border-left-style: dashed !important;
    border-bottom-style: dashed !important;
    border-right-style: solid !important;
    border-top-style: solid !important;
    border-left-color: #808080 !important;
    border-bottom-color: #808080 !important;
    border-right-color: #f24726 !important;
    border-top-color: #f24726 !important;
}

#calendar .redsolid.greendashed a {
    border-left-style: dashed !important;
    border-bottom-style: dashed !important;
    border-right-style: solid !important;
    border-top-style: solid !important;
    border-left-color: #0ca789 !important;
    border-bottom-color: #0ca789 !important;
    border-right-color: #f24726 !important;
    border-top-color: #f24726 !important;
}

#calendar .redsolid.greensolid a {
    border-style: solid !important;
    border-left-color: #0ca789 !important;
    border-bottom-color: #0ca789 !important;
    border-right-color: #f24726 !important;
    border-top-color: #f24726 !important;
}*/

#calendar .hbd-serv-booked a{
    border: 1px solid var(--hbd);
    border-radius: 50%;
}
#calendar .wb-serv-accepted a{
    border: 1px dashed var(--wb);
    border-radius: 50%;
}
#calendar .wb-serv-booked a{
    border: 1px solid var(--wb);
    border-radius: 50%;
}
#calendar .wb-serv-created a{

}

.hbd-serv .service-name,
.wb-serv .service-name{
    width: auto;
    position: relative;
    margin-left: 44px;
    hyphens: auto;
    word-break: break-all;
}
.wb-serv .service-name{
    border-bottom: 2px solid var(--wb);
}
.hbd-serv .service-name{
    border-bottom: 2px solid var(--hbd);
}
.hbd-serv .service-name:before,
.wb-serv .service-name:before{
    position: absolute;
    content: "";
    width: 36px;
    height: 36px;
    left: -42px;
    background-size: contain;
    background-repeat: no-repeat;
}
.hbd-serv .service-name:before{
    background-image: url('images/hbd.png');
    top: -6px;
}
.wb-serv .service-name:before{
    background-image: url('images/wb.png');
    top: -2px;
}

.gebucht .status{
    position: relative;
    padding-left: 32px;
}
.gebucht .status:before{
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('images/gebucht.png');
}


/*.topgreen {
    background: linear-gradient(200grad, #80ecbe 20%, transparent 40%);
}*/

/*.bottomred {
    background: linear-gradient(200grad, transparent 70%, #fb8585 90%);
}*/

/*.bottomorange {
    background: linear-gradient(200grad, transparent 70%, #FF4D00 100%);
}*/

.bottomred.topgreen {
    background: linear-gradient(200grad,  #80ecbe, transparent 50%, #fb8585);
}

.number {
    position: absolute;
    left: 2em;
    font-weight: bold;
    color: #f24726;
}

.disabledblock {
    color: var(--grey);
    background-color: #dfdfdf;
}

.activeblock {
    box-shadow: 3px 3px 10px #6f9f8b;
    background: linear-gradient(200grad, #beffe3 20%, transparent 40%);
}

/*.greenblock {
    box-shadow: 3px 3px 10px #6f9f8b;
    background: linear-gradient(200grad, #beffe3 70%, transparent 100%);
}*/

/*.redblock {
    box-shadow: 3px 3px 10px #602121;
    background: linear-gradient(200grad, #FF4D00 30%, transparent 90%);
}*/

.redblock, .greenblock, .activeblock, .disabledblock, #reqList jumbotrons, #cancel, [id*="cancel-"] {
    cursor: pointer;
}


    /* utility */
#block_39w {
    grid-area: block_39w;
}
#block_birth {
    grid-area: block_birth;
}
#block_1t {
    grid-area: block_1t;
}
#block_2t {
    grid-area: block_2t;
}
#block_3t {
    grid-area: block_3t;
}
#block_all {
    grid-area: block_all;
}

.grid22 {
    display: grid;
    grid-template: 1fr 1fr / 47% 47%;
    justify-content: space-between;
    grid-gap: 1em;
    grid-template-areas:
        "block_1t block_birth"
        "block_2t block_39w"
        "block_3t block_all";
}

.grid22 .jumbotron {
    justify-content: center;
    display: grid;
    word-wrap: anywhere;
    padding: 15px 14px;
    cursor:pointer;
}
.grid22 .jumbotron h3 {
    margin-top: .5em;
}
#slider_messages {
    margin: 0 -15px 1.5em;
    height: 5.5em;
}
#slider_messages p{
    font-size: 18px;
    margin-top: 2em;
}

.big {
    font-weight: bold;
    font-size: 30pt;
    line-height: .6;
}

.carousel-indicators li {
    margin: 1px 1em !important;
    background-color: #333;
    border-color: #333;
}
.carousel-indicators {
    top: 10px !important;
}

.carousel-indicators .active {
    /*border-color: var(--white);*/
    border-color: #000 !important; 
    background-color: #000 !important;
}

.firstscreen {
    max-width: 100vw;
    height: 100vh !important;
    width: auto;
    display: grid;
    align-items: center;
    justify-content: center;
}


.flex-wrap > .btn  {
    flex: 1 1 0px;
}
.hidden {
    display:none;
}

.hidden2 {
    visibility:hidden;
}

.circle-text {
    color: var(--white);
    font-weight: bold;
    border: 1px solid;
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    text-align: center;
    display: grid;
    align-items: center;
    position: absolute;
    top: 1em;
    right: .5rem;
}
@media (min-width: 768px) {
    .circle-text {
        right: 1em;
    }
}

#pendingBooks {
    top: -15pt;
    left: calc(50% - .2em);
    z-index: 0;
}

option[disabled] {
    color: #999;
    opacity: 1;
}

.alert-danger-revert {
    background-color: #a94442;
    color: #f2dede;
}

[id*="delete_of_req-"], #delete_of_req {
    cursor: pointer;
}

.btn-block + .btn-block {
    margin-top: auto !important;
}
@media (min-width: 768px) {
    .btn-block + .btn-block {
        margin-left: 1rem !important;
    }
}

hr {
    border-color: transparent;
}

.fit-content {
    width: fit-content;
}

.sprache {
    flex-basis: 50%;
}  

#starpageblock {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.btn-otline-light {
    background-color: transparent;
    border-color: #f8f9fa;
    color: #f8f9fa;
}
#policies {
    font-size: smaller;
}
#cookPU {
    position:fixed;
    bottom:0;
    right:5%;
    width:90%;
    border:1px solid var(--black);
    padding:.5rem;
    color:var(--black);
    background-color:var(--white);
    font:100%/1.3 'Poppins',sans-serif;
    z-index:999;
    max-height: 100vh;
}
#cookPU .cookies-container {
    width:100%;
    height:auto;
    margin:0 auto;
    padding-right:1rem;
    padding-bottom:1rem;
}
#cookPU .image-container {
    width:50px;
    height:50px;
    margin:.5rem auto 0;
}
#cookPU .inhalt-container {
    padding-left:1rem;
    padding-bottom:0;
}
#cookPU h1 {
    text-align:center;
    font-weight:700;
    font-size:1.2rem;
}
#cookPU p {
    text-align:left;
    font-size:.8rem;
}
#cookPU .buttons-container {
    text-align:center;
}
#cookPU button {
    font-size: .8em;
    width:100%;
    display:inline-block;
    margin:.5rem auto;
    padding:.7rem;
}
.coockie-text {
    max-height: 55vh;
    overflow-y: auto;
}
button#buttonClose {
    background:gray;
    padding:.2rem;
}
#cookPU .links-container {
    display:flex;
    justify-content:space-between;
}
#cookPU .links-container p {
    width:auto;
    margin:0 auto;
}
#cookPU a {
    display:inline-block;
    color:#0e0e0e;
    font-weight:700;
    font-size:.8rem;
    margin:1rem 0.5rem 0.5rem;
}
#cookPU a:hover {
    color:#006400;
}
.arrow-green {
    width:30px;
    margin:0 auto;
    padding-top:1rem;
    position:relative;
}
.btn-home-add {
    font-size: larger;
    background-color: var(--primary-blue);
    animation-name: btn-home-add;
    animation-duration: 8s;
    animation-iteration-count: infinite;
}

.btnblock {
    width: max-content;
    display: block;
}
#heba_list {
    margin-right: 1rem;
}
.selectize-dropdown .optgroup-header, .selectize-dropdown .option, input[id*="-selectized"] {
    font-size: 1.1em;
    padding: .7em 0.2em;
}
[id*="modal_for"] {
    max-width: calc(100vw - 1rem);
    white-space: normal;
    word-wrap: normal;
    margin-left: auto;
    margin-right: auto;
}
[id*="modal_for"] label {
    max-width: max-content;
    width: auto;
}
[id*="modal_for"] input {
    max-width: 200px;
    width: auto;
}

#profile_photo {
    max-width: 200px;
}

.filled-arrow {
    fill: var(--primary-blue);
    color: var(--primary-blue);
}

.stroke-arrow {
    fill: none;
    color: var(--primary-blue);
}

.arrow-grey {
    fill: var(--light);
    color: var(--gray);
}

.filled-arrow, .stroke-arrow, .arrow-grey {
    width: 20%;
    max-width: 100px;
    margin: 0;
    height: 50px;
    max-height: 50px;
}

.circle-icon {
    font-weight: bold;
    border: 2px solid;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    display: grid;
    align-items: center;
}

.button-eye {
    right: 0;
    bottom: 1rem;
    font-size: 1.5rem;
    color: #777;
    padding: .5rem;
}

#preloader {
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}

#preloader img {
    height: 40px;
    width: 40px;
    z-index: 100;
}

@keyframes btn-home-add {
    0%   {background-color: var(--primary-blue);}
    25%  {background-color: #018f7e;
        border-color: #018f7e;}
    50%  {background-color: #01b24e;
        border-color: #01b24e;}
    75%  {background-color: #018f7e;
        border-color: #018f7e;}
    100% {background-color: var(--primary-blue);}
}
@media screen and (min-width:576px) {
    #cookPU {
        right:10%;
        width:80%
    }
    #cookPU .cookies-container {
        width:100%;
        height:auto;
        margin:0;
        padding:0
    }
    #cookPU .inhalt-container {
        margin-top:1rem;
        padding:1rem
    }
}
@media screen and (min-width:768px) {
    #cookPU .cookies-container {
        display:flex
    }
    #cookPU .inhalt-container {
        flex:1
    }
    #cookPU h1 {
        font-size:1.5rem
    }
    #cookPU button {
        width: 45%;
    }
    #cookPU .buttons-container {
        display: flex;
        justify-content: space-between;
    }
}
@media screen and (min-width:992px) {
    #cookPU {
        right:20%;
        width:60%
    }
    #cookPU .inhalt-container {
        padding-right:2rem;
        padding-bottom:.5rem
    }
}
@media screen and (min-width:1200px) {
    #cookPU {
        right:25%;
        width:50%
    }
}
@media screen and (min-width:1600px) {
    #cookPU {
        right:30%;
        width:40%
    }
}
@media screen and (min-width:3400px) {
    #cookPU{right:35%;width:30%
    }
}
@media (min-width: 576px) {
    #multi-tab-buttons {
        max-width: 510px;
    }
}
@media (min-width: 768px) {
    #multi-tab-buttons {
        max-width: 690px;
    }
}

@media (min-width: 992px) {
    #multi-tab-buttons {
        max-width: 930px;
    }
    .btn-block {
        width: 30%;
        min-width: max-content;
    }
    .modal-dialog {
        min-width: 800px;
    }
    .sprache {
        flex-basis: 30%;
    }
}
@media (min-width: 1200px) {
    #multi-tab-buttons {
        max-width: 1110px;
    }
    .modal-dialog {
        min-width: 950px;
    }
}

@media only screen and (min-device-width: 564px) and (max-device-width: 767px) {
    .daterangepicker {
        width: min-content;
    }
}

@media screen and (max-width: 767px) {
    .grid22 {
        grid-template-columns: 1fr;
        grid-template-areas:
            "block_39w"
            "block_birth"
            "block_1t"
            "block_2t"
            "block_3t"
            "block_all";
    }
    .jumbotron h3 {
        margin-top: 2em;
    }
    .jumbotron.greendashed i {
        right: .5em;
        top: .5em;
    }
    #bottomNav .fottext {
        display: none;
    }
    #multi-tab-buttons {
        bottom: 3.5rem;
    }
    .btn-block {
        width: 100%;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 700px){
    #calendar .ui-datepicker td span, #calendar .ui-datepicker td a {
        font-size: 2.2rem;
    }
}
@media screen and (max-width: 530px){
    .block_header {
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .block_header h4 {
        text-align: center;
    }
    .add_btn {
        flex-basis: 100%;
        text-align: right;
        margin-top: .5em;
    }
    #calendar .ui-datepicker td span, #calendar .ui-datepicker td a {
        font-size: 1.8rem;
    }
    .navbar-collapse {
        width: auto;
    }
    .jumbotron p {
        grid-template-columns: 1fr;
    }

    [id*="modal_for_34_"] .modal-body p, [id*="modal_for_39_"] .modal-body p, [id*="modal_for_GK_"] .modal-body p, [id*="modal_for_reqs_"] .modal-body p, #reqList .modal-body p, #offList .modal-body p {
        grid-template-columns: 1fr;
    }
    #selectMidwife {
        display: block !important;
    }
    .selectize-input {
        margin-left: auto;
        margin-right: auto;
    }
    #heba_list {
        margin-right: 0;
    }
}
@media screen and (max-width: 434px){
    #calendar .ui-datepicker td span, #calendar .ui-datepicker td a {
        font-size: 1.5rem;
    }
    #multi-tab-buttons {
        display: grid !important;
        grid-template-areas: 'btn1 btn2' 'dots dots';
        grid-gap: 2%;
    }
    #multi-tab-progress {
        grid-area: dots;
        line-height: 1;
        max-width: 100%;
        width: 100%;
    }
    #multi-tab-prev {
        grid-area: btn1;
        max-width: 40vw;
        width: 40vw;
    }
    #multi-tab-next, #multi-tab-fin, #multi-tab-req {
        grid-area: btn2;
        max-width: 40vw;
        width: 40vw;
    }
}
@media screen and (max-width: 414px){
    #calendar .ui-datepicker td span, #calendar .ui-datepicker td a {
        font-size: 1.5rem;
    }

    .d-flex {
      /*  flex-wrap: wrap;*/
    }
    .flex-between{
        justify-content: space-between;
    }
    .d-flex a, .d-flex button {
        margin: 1em auto !important;
    }
    #multi-tab-buttons button {
        margin: 0 auto !important;
    }
}
@media screen and (max-width: 390px){
    #calendar .ui-datepicker td span, #calendar .ui-datepicker td a {
        font-size: 1.3rem;
    }
    .btn {
        padding: .5em;
    }
}
@media screen and (max-width: 375px){
    #calendar .ui-datepicker td span, #calendar .ui-datepicker td a {
        font-size: 1.3rem;
    }
    .jumbotron p {
        font-size: 1rem;
    }
    .modal-dialog {
        width: fit-content;
        max-width: calc(100vw - 1rem);
    }
    .jumbotron.greendashed i {
        font-size: 1.5em;
        right: 5px;
        top: 5px;
    }
}
@media screen and (max-width: 360px){
    #calendar .ui-datepicker td span, #calendar .ui-datepicker td a {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 320px){
    #calendar .ui-datepicker td span, #calendar .ui-datepicker td a , .ui-datepicker td span, .ui-datepicker td a {
        font-size: 1rem;
    }
    .ui-datepicker {
        width: 16em !important;
    }
    #ui-datepicker-div {
        left: 10px !important;
    }
    .btn {
        padding: 10px;
        font-size: medium;
    }
    .jumbotron {
        word-wrap: anywhere;
    }
}
@media (orientation: portrait) {
    .firstscreen div {
        content: url('/public/img/startnpt.png');
        width: 100vw;
        height: auto;
    }
}
@media (orientation: landscape) {
    .firstscreen div {
        content: url('/public/img/startnsq.png');
        width: auto;
        height: 100vh;
        max-height: 100vh !important;
    }
}
.profile-btn {
    position: absolute;
    top: 80px;
    right: 10px;
    padding: 8px 16px;
    font-size: 14px;
}
@media (max-width: 768px) {
    .profile-btn {
        top: 72px;
        right: 8px;
        font-size: 14px;
        padding: 6px 12px;
    }
}
@media (max-width: 480px) {
    .profile-btn {
        top: 110px;
        right: 5px;
        font-size: 14px;
        padding: 4px 8px;
    }
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 7px 6px 0 6px;
    margin-top: -5px;
}

.button-green {
    background-color: #159286 !important;
    border-radius: 9px !important;
    color: white;
    border: none;
}
.icon-img {
    width: auto;
    height: 100%;
    max-height: 40px;
}
@media (max-width: 480px) {
  #gemeinschaft_name {
    font-size: 15px !important;
    }
    .text-justify {
      text-align: justify;
      font-size: 19px !important;
    }
    .custom-file-label {
        font-size: 15px;
    }
    .dynamic-header {
        font-size: 20px;
    }
}
