﻿@-webkit-keyframes bounce {
    0%, 4%, 8%, 80%, 100% {
        -webkit-transform: translateY(0);
    }

    2% {
        -webkit-transform: translateY(-10px)
    }

    6% {
        -webkit-transform: translateY(-5px);
    }
}

@keyframes bounce {
    0%, 4%, 8%, 80%, 100% {
        transform: translateY(0);
    }

    2% {
        transform: translateY(-10px);
    }

    6% {
        transform: translateY(-5px);
    }
}

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 10px;
}

body {
    font-size: 1.4em;
    /* font-family: "London Regular" !important; */
    font-family: 'Source Sans Pro', sans-serif;
    background: #d0d0d0 none repeat scroll 0 0;
    background-color: white;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-weight: 500;
    line-height: 1.1;
}

h1, .h1 {
    font-size: 1.5em;
}

h2{
    color: #d71a20;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /* max-width: 280px;*/
}

/****************** nav bar section *****************************************************/
.navbar-right .dropdown-menu {
    min-width: 300px;
    background-color: #484848;
}

.dropdown-menu li {
    list-style: none;
    margin-top: 0.8em;
}

    .dropdown-menu li a {
        font-size: 1.2em;
    }

.navbar-right .glyphicon {
    margin-right: 10px;
}

.navbar-header a,
.navbar-collapse a {
    color: #fdf109 !important;
}


.navbar-header li a:hover {
    text-decoration: none !important;
}

.icon-bar {
    background-color: #fdf109 !important;
}

.cust-logout {
    margin-top: 50px;
}

#cust-body-container {
    padding-top: 51px;
}

.nav.navbar-nav.navbar-right.cust-phone {
    color: #fdf109;
    margin-right: 10%;
}
/****************** end of nav bar section ********************************************/
.leaflet-top {
    margin-top: 60px;
}
/****************** order section *****************************************************/
#order {
    background-image: url(/Content/images/custom/taxi_kaiserslautern_taxi_kl.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    min-height: 95vh;
    background-attachment: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 80px;
    -ms-flex-line-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cust-order-item:first-child {
    border-top: 1px solid gray;
}

.cust-order-item {
    border-bottom: 1px solid gray;
    padding: 10px;
}

.cust-content {
    margin-top: 20px;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5em;
    padding: 15px;
    width: 80%;
    font-size: 1.3em;
}

    .cust-content.cust-content-transparent {
      background-color: rgba(255,255,255,.4);
text-align: center;
border-radius: 14px;
backdrop-filter: blur(3px);
    }

.cust-hint-container {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cust-hint {
    color: white;
    font-size: 0.8em;
}

#web-page-title {
    color: #000;
    text-transform: uppercase;
    padding-top: 20px;
    text-align: center;
}

#web-page-title-underline {
    border: 2px solid #fdf109;
    text-transform: uppercase;
    width: 48%;
    margin: 5px auto 20px auto;
}

#order-container input {
    border: 3px solid #fdf109;
    font-size: 2rem;
    padding: 15px 10px;
    border-radius: 5px;
}

#order-btn {
    display: inline-block;
}

#order-btn .btn {
    background-color: transparent;
    border: 2px solid #fdf109;
    color: #fdf109;
    font-size: 2rem;
    text-transform: uppercase;
    padding: 15px 60px;
    font-weight: 600;
}

    #order-btn .btn:hover, .cust-traking-btn:hover {
        background-color: #fdf109;
        color: #000;
    }

.cust-traking-btn {
    background-color: #fdf109;
}

.datetimepicker {
    min-width: 250px;
}

    .datetimepicker table {
        width: 100%;
    }

.row.cust-order-item {
    font-size: 1.3em;
}
/****************** end order section ********************************************/
/*************** Tarife *****************/
.tarife {
    color: #000;
    min-height: 20px;
    background-color: #fdf109;
    position: relative;
    margin-bottom: 75px;
}

    .tarife th, .tarife td {
        border: 1px solid gray;
        padding: 5px 0 5px 5px;
    }

.section-decoration.top {
    top: 0;
    background-position: center top;
}

.section-decoration.bottom {
    bottom: 0;
    background-position: center bottom;
}

.section-decoration {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    background-repeat: repeat-x;
    z-index: 1;
    background-image: url(../../Content/images/itaxi-kl-deco.png);
}

.tarife h2 {
    font-size: 1.7em;
    line-height: 34px;
    font-weight: 900;
    letter-spacing: 5px;
}

.tarife h5 {
    font-size: 1em;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 1px;
}

.c2, .c3 {
    font-size: .9em;
}

.wall_of_fame {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-spacing: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .wall_of_fame td.c2 {
        padding-left: 10px;
        font-weight: 500;
        text-align: left;
    }

.tarife .cust-content {
    color: #000;
    padding-top: 50px;
    padding-bottom: 50px;
}

.cust-form-control {
    position: relative;
    border: .1em solid #dfe1e5;
    width: 100%;
    padding: 1em 2.5em 1em 1em;
    font-size: 1.1em;
    color: #696b6e;
    border-radius: .3em;
}

.cust-calc-container h1 {
    text-align: center;
}

.cust-calc-inputs {
    margin-top: 20px;
}

/***** End Tarife *****/
.button-ins {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


/***** ******/

#ezAlerts-title {
    color: #000;
}

/****************** login section ********************************************/

.cust-section {
    min-height: 93vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 50px;
}


#login {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.5))), url(/Content/images/custom/hand-the-hand-welcome-gesture-52716.png);
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(/Content/images/custom/hand-the-hand-welcome-gesture-52716.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    min-height: 94vh;
    background-attachment: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 50px;
}

.cust-container,
#login-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.cust-titles-container,
#login-titles-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    #login-titles-container h3,
    #login-titles-container h3 a {
        font-size: 1.4rem;
        color: #fdf109;
        padding: 15px 0px;
        margin: 10px;
    }

#login-title-underline {
    border: 2px solid #fdf109;
    width: 100%;
    margin: 1px auto 0px auto;
}

#login-inputs-container .field-validation-error {
    width: 100%;
    background-color: white;
    border: 1px solid red;
    display: block;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .75);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .75);
    padding: 5px;
    margin-top: 2px;
}

#login-inputs-container .form-control {
    font-size: 1.6rem;
    height: inherit;
    padding: 15px;
}

.cust-text-black {
    color: black !important;
}

.cust-input {
    margin-top: 10px;
}

    .cust-input .control-label {
        color: white;
    }


#customerName {
    padding-top: 15px;
    padding-bottom: 15px;
}

.cust-title,
#login-title {
    margin: auto;
}

    #login-title h3,
    #login-forgot-pw a,
    #login-remember-me label {
        color: white;
    }

#login-inputs-container {
    margin: 10px 10px;
}

#login-options-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

#login-btn .btn {
    background-color: #fdf109;
    color: #393e41;
    border: 2px solid #fdf109;
    font-size: 2rem;
    text-transform: uppercase;
    padding: 15px 60px;
    margin-top: 20px;
    margin-bottom: 15px;
}

    #login-btn .btn:hover {
        border: 2px solid #393e41;
    }

#login-options-container {
    padding: 15px;
}

.cust-adress-field-icon {
    position: absolute;
    top: 5px;
    left: 5px;
}

    .cust-adress-field-icon > img {
        height: 30px;
        width: 30px;
    }

.cust-formatted-address-field {
    padding-left: 40px !important;
}

.cust-formatted-address-field-error {
    background-color: white;
    border-radius: 2px;
}

/** alert***/
.modal-header {
    color: white;
    background-color: #fdf109 !important;
}

@media screen and (min-width:576px) {
    #login-titles-container h3, #login-titles-container h3 a {
        font-size: 2.5rem;
    }

    #login-inputs-container {
        margin: 10px 10px;
    }

    .cust-content {
        width: 60%;
    }
}
/****************** end login section ********************************************/


/****************** registration section ********************************************/
#new-account {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.5))), url(/Content/images/custom/new-account.jpeg);
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(/Content/images/custom/new-account.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    min-height: 90vh;
    background-attachment: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 50px;
}

#new-account-title h3 {
    font-size: 1em;
    color: #fdf109;
    padding: 10px 5px;
    text-transform: uppercase;
}

#new-account-title-underline {
    border: 2px solid #fdf109;
    width: 100%;
    margin: 1px auto 20px auto;
}

.new-acccount-input {
    padding: 5px;
}

    .new-acccount-input input {
        padding: 15px;
    }

    .new-acccount-input .field-validation-error {
        width: 100%;
        background-color: white;
        border: 1px solid red;
        display: block;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .75);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .75);
        padding: 5px;
        margin-top: 2px;
    }

#new-account-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    #new-account-btn .btn {
        background-color: #fdf109;
        color: #393e41;
        border: 2px solid #fdf109;
        font-size: 1.6rem;
        text-transform: uppercase;
        padding: 15px 60px;
        margin-top: 20px;
        margin-bottom: 15px;
    }

        #new-account-btn .btn:hover {
            border: 2px solid #393e41;
        }

@media screen and (min-width:576px) {
    #new-account-title h3 {
        font-size: 2em;
    }

    #new-account-inputs-container {
        padding: 20px 100px;
    }

    .new-acccount-input input {
        padding: 25px;
        font-size: 2rem;
    }
}

/****************** end registration section *****************************************/


/****************** order creation section *****************************************/

#order-details-container {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.8)), to(rgba(0,0,0,0.8))), url(/Content/images/custom/taxi_in_kaiserslautern_bestellen.jpeg);
    background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(/Content/images/custom/taxi_in_kaiserslautern_bestellen.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    min-height: 95vh;
    background-attachment: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 75px;
}

#order-details-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}

#order-details-title-underline {
    border: 2px solid #fdf109;
    width: 80%;
    margin: 1px auto 20px auto;
}

#order-details-title h1 {
    font-size: 1em;
    color: #fdf109;
    padding: 10px 5px;
}

#order-details-inputs-container {
    margin: 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-input {
    margin-bottom: 20px;
    width: 80%;
}

    .order-input > input,
    .order-input-col > input {
        padding: 20px;
        font-size: 0.8em;
    }



.order-input-col {
    padding: 0;
    margin-bottom: 20px;
}

.order-input-col-last {
    margin-bottom: 0;
}

#order-details-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    #order-details-options .btn,
    #order-btn .btn,
    #trip-calc-button {
        background-color: #fdf109;
        color: #000;
        border: 2px solid #fdf109;
        font-size: 1.5rem;
        text-transform: uppercase;
        padding: 15px 40px;
        margin-top: 20px;
        margin-bottom: 15px;
        min-width: 100%;
    }

.cust-btn-default {
    background-color: #fdf109;
    color: #393e41;
    border: 2px solid #fdf109;
    border-top-color: rgb(253, 241, 9);
    border-right-color: rgb(253, 241, 9);
    border-bottom-color: rgb(253, 241, 9);
    border-left-color: rgb(253, 241, 9);
    font-size: 1.6rem;
    padding: 4px 10px;
    min-width: 120px;
}

#order-details-options .btn:hover {
    border: 2px solid #393e41;
}

.btn-minus,
.btn-plus {
    color: #fdf109;
    cursor: pointer;
    margin: 5px 20px;
    font-size: 3rem !important;
}

.quantity {
    display: flex;
    border: 1px solid #eeeae3;
    border-radius: 5px;
    padding: 11px 0 6px;
    /*width: 130px;*/
    position: relative;
    justify-content: center;
}

.quantity-title {
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -0.8em;
    width: 100%;
    color: #427b1a;
    height: 15px;
    font-size: 11px;
}

    .quantity-title span {
        background: #fff none repeat scroll 0 0;
        padding: 0 5px;
    }

.quantity-inner {
    display: flex;
    align-content: space-around;
    justify-content: space-around;
    padding: 0;
}


.quantity-input {
    width: 40px;
    text-align: center;
    margin: 5px 10px
}

#dsgvo {
    padding-top: 50px;
    padding-bottom: 50px;
}

    #dsgvo p {
        font-size: .8em;
    }

    #dsgvo li {
        font-size: .8em;
    }

@media screen and (min-width:576px) {
    .order-input > input, .order-input-col > input {
        font-size: 1em;
    }

    .order-input-col {
        margin-bottom: 0;
    }

    #order-details-title h1 {
        font-size: 1.5em;
    }

    #order-details-title-underline {
        width: 35%;
    }

    .order-input {
        margin-bottom: 20px;
        width: 500px;
    }
}
/****************** end order creation section **************************************/


/**************************** profile section **************************************/
#profile-container {
    display: flex;
    flex-direction: column;
    min-height: 95vh;
}

.profile-section-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.profile-section-title {
    display: flex;
    justify-content: center;
}

.profile-section-title-underline {
    border: 2px solid #fdf109;
    width: 90%;
    margin: 1px auto 20px auto;
}

.profile-section-title h3 {
    font-size: 2rem;
    color: #fdf109;
    padding: 10px 50px;
}

.profile-section-inputs-container {
    margin: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
}

.profile-input {
    margin: 10px 20px;
}

.profile-save-btn {
    justify-content: center;
    display: flex;
}

    .profile-save-btn .btn {
        background-color: #fdf109;
        color: #393e41;
        border: 2px solid #fdf109;
        font-size: 2rem;
        text-transform: uppercase;
        padding: 15px 60px;
        margin-top: 20px;
        margin-bottom: 15px;
    }

@media screen and (min-width:576px) {
    .order-input-col-last {
        padding-left: 15px !important;
    }

    .profile-section-inputs-container {
        width: 300px;
    }

    .profile-section-title-underline {
        width: 20%;
    }
}
/**************************** end of profile section **************************************/

.jumbotron .row {
    margin: 0;
}

.jumbotron p {
    font-size: 14px;
}

.cust-container {
    background: #ffffff none repeat scroll 0 0;
    min-height: 95vh;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 80px;
    padding-top: 30px;
}

    .cust-container:after {
        content: "";
        display: block;
    }

.cust-bg-color-primary {
    background: #eddc00 none repeat scroll 0 0;
}

.cust-details-container {
    min-height: 100%;
    margin-top: 20px;
    padding: 0px;
}

.cust-details-container,
.cust-container,
.cust-blue-sub-titel {
    border-radius: 5px;
}

.cust-font-size-big {
    font-weight: bolder;
}

.cust-blue-titel {
    color: #4790AB;
}

.cust-blue-sub-titel {
    font-style: italic;
    color: #191919;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #4790AB;
    text-underline-position: below;
}

.cust-why-item, .cust-why-item p {
    padding: 5px;
    margin-top: 10px;
}

    .cust-why-item p {
        color: #000000;
    }

    .cust-why-item .cust-icon img {
        height: 64px;
        width: 64px;
    }

.cust-stern-image {
    background-image: url(images/stern.gif);
}

::-webkit-input-placeholder {
    font-weight: bold;
    font-size: 1em;
}

:-ms-input-placeholder {
    font-weight: bold;
    font-size: 1em;
}

input {
    font-size: 1.2em;
}


/*#region ul */
.cust-list-with-icons {
    list-style: outside none none;
}

    .cust-list-with-icons p {
        font-family: "London Regular",Arial,sans-serif;
    }

/*#endregion */

/*#region NAV BAR */
.navbar-right {
    margin-right: 15px;
}

    .navbar-right form {
        float: none !important
    }

.navbar-custom {
    background-color: #000;
    color: #ffffff;
    border-radius: 0;
    font-size: 1.2em;
}

.navbar-center a:hover {
    background-color: #000 !important;
    border-bottom: 2px solid;
}


.navbar-custom .navbar-nav > .active > a {
    color: #ffffff;
    background-color: transparent;
}

    .navbar-custom .navbar-nav > li > a:hover,
    .navbar-custom .navbar-nav > li > a:focus,
    .navbar-custom .navbar-nav > .active > a:hover,
    .navbar-custom .navbar-nav > .active > a:focus,
    .navbar-custom .navbar-nav > .open > a {
        text-decoration: none;
        background-color: #888;
    }

.navbar-custom .navbar-brand {
    color: #fff;
    font-size: 1.1em;
}

.navbar-custom .navbar-toggle {
    background-color: #000;
}

.navbar-custom .icon-bar {
    background-color: #888;
}

a.cust-lang-fr,
a.cust-lang-ar,
a.cust-lang-en {
    background: url("images/lang.png");
    background-repeat: no-repeat;
    display: block;
    height: 48px;
    width: 48px;
    margin-left: 5px;
    margin-right: 5px;
    text-indent: -9999px;
}

a.cust-lang-fr {
    background-position: -624px 10px;
}

a.cust-lang-ar {
    background-position: -912px 10px;
}

a.cust-lang-en {
    background-position: -1392px 10px;
}

/*#endregion */
/*#region footer */

footer {
    background-color: #191919;
    color: #ffffff;
}

#footer-items-container {
    line-height: 1.6;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer-item {
    /*background-color: red;*/
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer-items-title {
    text-align: center;
    color: #fdf109;
    padding-bottom: 5px;
}

.footer-item ul {
    padding-left: 0;
}

.footer-item li {
    display: inline-block;
    padding-right: 15px;
}

footer a:active, footer a:hover {
    color: #fdf109;
}

footer a:hover {
    cursor: pointer;
    text-decoration: none;
}

footer p {
    margin-bottom: .5em;
}

footer h5 {
    text-transform: uppercase;
}

#footer-copy-right {
    font-size: 0.8em;
    text-align: center;
    padding: 20px;
}

footer a, footer p {
    color: #fff;
    font-size: 0.8em;
}

.copy-right, .footer-item {
    text-align: center;
    font-size: 0.8em;
}

@media screen and (min-width:576px) {

    footer {
        padding: 0 20%;
    }

    #footer-items-container {
        flex-direction: row;
        justify-content: space-around;
        align-items: baseline;
    }
}

/*#end footer region */

.header-links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: auto;
    max-width: 95%;
    padding-top: 10px;
}

    .header-links ul {
        font-size: 0;
    }

    .header-links li {
        display: inline-block;
        margin: 0 10px;
    }

    .header-links span,
    .header-links a {
        display: inline-block;
        font-size: 12px; /*reset zeroing*/
        line-height: 36px;
        text-transform: uppercase;
        color: white;
    }

        .header-links a:hover {
            color: #cf3058 !important;
            text-decoration: none !important;
        }

.dropdown {
    cursor: pointer;
}

.dropdown-primary ul {
    margin-left: -30px;
}

#map {
    position: absolute;
    bottom: 0;
    height: calc(100vh - 55px);
    width: 100vw;
}

#map-direction {
    height: 500px;
}
/*#map.row {
        background-color:transparent;
    }*/
.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
    margin: 80px 10px 0 0 !important;
}

.mapboxgl-ctrl-group > button {
    width: 40px !important;
    height: 40px !important;
}

.mapboxgl-ctrl-compass {
    display: none !important;
}

.cust-option {
    padding: 20px;
}

.table-responsive td {
    font-size: 1.2em;
}

.glyphicon {
    font-size: 1.4em;
}

.cust-jumbotron-info {
    margin-top: 30px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}

/*@media screen and (min-width: 768px) {*/
.jumbotron {
    margin: -20px;
}
/*}*/


/********** allgemein **********/
.action-feedback {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 1000;
}

/*** checkbox **/
.cust-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.cust-switch-admin {
    margin-left: 20px;
}

    .cust-switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
    }

input[type="checkbox"]:checked + input[type="hidden"] + .slider,
input[type="checkbox"]:checked + .slider {
    background-color: #fdf109;
}

input[type="checkbox"]:focus + input[type="hidden"] + .slider,
input[type="checkbox"]:focus + .slider {
    box-shadow: 0 0 1px #fdf109;
}

input[type="checkbox"]:checked + input[type="hidden"] + .slider-admin,
input[type="checkbox"]:checked + .slider {
    background-color: #555;
}

input[type="checkbox"]:focus + input[type="hidden"] + .slider-admin,
input[type="checkbox"]:focus + .slider {
    box-shadow: 0 0 1px #555;
}

input[type="checkbox"]:checked + input[type="hidden"] + .slider:before,
input[type="checkbox"]:checked + .slider:before {
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.switch-form-group label {
    margin-bottom: -12px !important;
    color: #fdf109;
}

/********* Help icon   ****/
.help__icon {
    width: 40px;
    height: 40px;
}

/************ Help Icon End *************/

/*********** ihavecookies *******/
:root {
    --yellow: #e2c044;
    --red: #EE4B5A;
}

button#ihavecookiesBtn {
    margin-left: 0px !important;
}
/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 70px;
    max-width: 100%;
    background-color: var(--yellow);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-size: .5rem;
    z-index: 2000;
}

    #gdpr-cookie-message h4 {
        color: var(--red);
        font-size: 2em;
        font-weight: 500;
        margin-bottom: 10px;
    }

    #gdpr-cookie-message h5 {
        color: var(--red);
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    #gdpr-cookie-message p, #gdpr-cookie-message ul {
        color: white;
        font-size: 2em;
        line-height: 1.5em;
    }

        #gdpr-cookie-message p:last-child {
            margin-bottom: 0;
            text-align: right;
        }

    #gdpr-cookie-message li {
        width: 49%;
        display: inline-block;
    }

    #gdpr-cookie-message a {
        color: var(--red);
        text-decoration: none;
        font-size: 1em;
        padding-bottom: 2px;
        border-bottom: 1px dotted rgba(255,255,255,0.75);
        transition: all 0.3s ease-in;
    }

        #gdpr-cookie-message a:hover {
            color: white;
            border-bottom-color: var(--red);
            transition: all 0.3s ease-in;
        }

    #gdpr-cookie-message button,
    button#ihavecookiesBtn {
        border: none;
        background: var(--red);
        color: white;
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        padding: 7px;
        border-radius: 3px;
        margin-left: 15px;
        cursor: pointer;
        transition: all 0.3s ease-in;
    }

        #gdpr-cookie-message button:hover {
            background: white;
            color: var(--red);
            transition: all 0.3s ease-in;
        }

button#gdpr-cookie-advanced {
    background: white;
    color: var(--red);
}

#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
/*********** ihavecookies END *******/
.grecaptcha-badge{
    z-index:10000;
}

