
h1,h2,h3,h4,h5,h6 {
    color: #00803c;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 black !important;
}

#search-form.my-form {
    float: left;
    width: 84%;
    height: 100%;
    -webkit-box-shadow: 13px 10px 33px -10px rgba(0,0,0,0.79);
    -moz-box-shadow: 13px 10px 33px -10px rgba(0,0,0,0.79);
    box-shadow: 13px 10px 33px -10px rgba(0,0,0,0.79);
}

li:last-child {
    margin-bottom: 0px;
}

.ticket-header, .ticket {
    display: block;
}

#search-form.my-form, #extrafeld, .ticket .input-number, .ticket .btn-number  {
    background-color: #00803c;
}


.btn.disabled, .btn:disabled {
    opacity: 1;
}

.form-horizontal {
    width: 100%;
    height: 100%;
}
.form-control {
    font-size:11px;
}
.dropdown-menu {
    font-size: 12px;
}

.ticket .input-group, .ticket {
    z-index: 999;
}

.input-group.input2 {
    margin-bottom: 10px;
}

#extrafeld {
    padding: 10px;
    margin-top: 4.6px;
    border: 1px solid white; 
    min-width: 168px;
}

.ticket .input-number {
    color: white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    text-align: center;
}

.ticket .btn-number {
    border: 1px solid white;
    color: white;
    font-weight: bolder;
}

.btn-number-adult-child {
    background-color: transparent;
    color: white;
    border: 0;
    padding: 8px;
    text-align: left;
    border: 1px solid white;
    background-color: transparent;
    max-width: 100%;
    width: 100%;
}

.btn-number-adult-child, #extrafeld, .form-control, .dropdown-menu { 
    /* border-radius: .25rem; */
    border-radius: 0;
}

.btn-plus {
    /* border-radius: 0 .25em .25em 0; */
    border-radius: 0;
}

.btn-minus {
    /* border-radius: .25em 0 0 .25em; */
    border-radius: 0;
}

.ticket button:not(.primary), .swal-modal button:not(.primary) {
    box-shadow: 0 0 black;
}

.form-horizontal span {
    color: white;
}
.dropdown.bootstrap-select {
    border: 1px solid white;
    background-color: transparent;
}

button.btn.dropdown-toggle.btn-light {
    background-color: transparent;
    color: white;
    border-radius: 0; 
    border: 0;
    padding: 8px;
}

.dropdown-menu.show {
    border: 1px solid white;
}

.dropdown-item {
    padding: .25rem 1rem;
}

@media only screen and (max-width:1024px) {
    button.btn.dropdown-toggle.btn-light, .btn-number-adult-child,
    select#selectDiscount, select#selectTrip, select#selectFrom, select#selectTo  {
        /* font-size: 0.8em; */
        font-size: 10px;
    }

    .dropdown-item, .form-head span, .over-input {
        /* font-size: 0.9em; */
        font-size: 12px;
    }

    .ticket {
        height: 83px;  
    }

    #search-form.my-form {
        padding: 6px 6px;
    }

    .ticket .btn-number {
        height: 32px;
        width: 32px;
    }

    .ticket .form-horizontal .form-group {
        padding: 4px;
    }

    select#selectDiscount, select#selectTrip, select#selectFrom, select#selectTo {
        height: 35px;
    }
}

@media only screen and (min-width:1024px) {
    button.btn.dropdown-toggle.btn-light, .dropdown-item, .btn-number-adult-child, .over-input,
    select#selectDiscount, select#selectTrip, select#selectFrom, select#selectTo      {
        /* font-size: 1.25em; */
        font-size: 13px;
    }

    .form-head span {
        /* font-size: 1.15em; */
        font-size: 15px;
    }

    .ticket {
        height: 111px;
    }

    #search-form.my-form {
        padding: 11px 13px;
    }

    select#selectDiscount, select#selectTrip, select#selectFrom, select#selectTo {
        height: 37px;
    }

    .ticket .btn-number {
        height: 32px;
        width: 32px;
    }

    .ticket .form-horizontal .form-group{
        padding: 10px;
    }
}

@media only screen and (min-width:1025px) {

    .dropdown-menu.show {
        left:-1px !important;
    }

    .ticket .form-horizontal .form-group {
        float: left;
        max-width: 20%;
    }

    .form-horizontal img {
        width: 14%;
    }

    .ticket .search-button {
        float: right;
        height: 100%;
        width: 13%;
    }

    .ticket .search-button img {
        width: 38%;
        /* vertical-align: middle; */
    }

    .ticket .search-button span {
        display: none;
    }

    .ticket-header {
        display: none !important;
    }

    .ticket {
        margin-top: 30px;
    }

    .form-head {
        margin-bottom: 6px;
    }
}

/** mobile Ansicht */
@media only screen and (max-width:1024px) {

    .ticket .form-horizontal .form-group{
        padding: 10px;
    }

    #search-form.my-form {
        float: unset;
        width: 100%;
    }

    .ticket .form-horizontal .form-group {
        max-width: 100%;
    }

    .ticket {
        height: auto;
        margin: 0;
    }

    .form-horizontal img {
        width: 20px;
    }

    .dropdown-item, .form-head span, button.btn.dropdown-toggle.btn-light, .btn-number-adult-child, .over-input,
    select#selectDiscount, select#selectTrip, select#selectFrom, select#selectTo   {
        /* font-size: 1.25em; */
        font-size: 14px;
    }

    select#selectDiscount, select#selectTrip, select#selectFrom, select#selectTo {
        height: 39px !important;
    }

    .ticket .search-button {
        height: 60px;
        width: 100%!important;
        margin-top: 30px;
    }

    .form-head {
        margin-bottom: 3px;
    }

    .ticket .search-button button#submit {
        padding: 5px;
        width: 100%;
    }

    .ticket .search-button span {
        margin-left: 10px;
        color: white;
        font-size: 21px;
        vertical-align: middle;
    }

    .ticket .search-button img {
        max-width: 30px;
    }

    .ticket-header {
        background-color: #00803c;
        padding: 10px;
        margin: 30px 0px;
        -webkit-box-shadow: 13px 10px 33px -10px rgba(0,0,0,0.79);
        -moz-box-shadow: 13px 10px 33px -10px rgba(0,0,0,0.79);
        box-shadow: 13px 10px 33px -10px rgba(0,0,0,0.79);
        text-align: center;
    }

    .ticket-header span {
        color: white;
        font-size: 17px;
        font-size: 19px;
        font-weight: 600;
    }

    #extrafeld {
        width: 100%;
        /* border-radius: .25rem; */
        padding-left: 15px;
        padding-right: 15px;
    }

    .ticket .input-number {
        height: 39px;
        padding: 8px;
    }

    .ticket .btn-number {
        padding: 0px;
        text-align: center;
        height: auto;
        width: 50px;
    }
}

button.btn.dropdown-toggle.btn-light:hover, button.btn.dropdown-toggle.btn-light:active, button.btn.dropdown-toggle.btn-light:focus {
    outline: none !important;
    box-shadow: 0 0 black !important;
}


.ticket .search-button {
    background-color: #dba91b;
    border: 0;
    -webkit-box-shadow: 13px 10px 33px -10px rgba(0,0,0,0.79);
    -moz-box-shadow: 13px 10px 33px -10px rgba(0,0,0,0.79);
    box-shadow: 13px 10px 33px -10px rgba(0,0,0,0.79);
}

.form-head span {
    height: 16px;
    vertical-align: middle;
    padding-left: 3px;
}

.dropdown-item {
    color: white;
}

.form-group {
    margin: 0;
}

.ticket .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle, 
.ticket button:hover, button:focus, button:active {
   
    border-color: white;
    color: white;
}

.ticket .search-button button#submit {
    background-color: #dba91b;
    border: 0; 
    box-shadow: 0 0 black; 
    margin: 0 auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
}

.swal-button:hover,
.swal-button:active,
.swal-button:focus,
.swal-button:active:hover,
.swal-button:active:focus,
.swal-button--confirm:hover,
.swal-button--confirm:active,
.swal-button--confirm:focus,
.swal-button--confirm:active:hover,
.swal-button--confirm:active:focus,
.swal-button--cancel:hover,
.swal-button--cancel:active,
.swal-button--cancel:focus,
.swal-button--cancel:active:hover,
.swal-button--cancel:active:focus {
    color: #FFFFFF;
    background-color: #dba91b ;
    outline: none;
    border-color: #dba91b;
}

.swal-button,
.swal-button--confirm,
.swal-button--cancel {
    color: #FFFFFF;
    background-color:#00803c;
   
    
}
.swal-button,
.swal-button--confirm,
.swal-button--cancel {
    color: #FFFFFF;
    background-color: #00803c;
   height: 45px;
   width: 60px;
    
}

.swal-overlay--show-modal {
    opacity: 1;
    pointer-events: auto;
}

.swal-overlay--show-modal .swal-modal {
   
    opacity: 1;
    box-sizing: border-box;
    -webkit-animation: showSweetAlert .3s;
    animation: showSweetAlert .3s;
    will-change: transform;
}



.swal-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
   
    overflow-y: auto;
  
    z-index: 10000;
    background-color: rgba(0,0,0,.4);
  
    transition: opacity .3s;
}

.swal-modal {
    width: 478px;
    opacity: 0;
    background-color: #fff;
    border-radius: 5px;
    margin: 20px auto;
    border:1px solid grey;
    -webkit-box-shadow: 13px 10px 33px -10px rgba(0,0,0,0.79);
    -moz-box-shadow: 13px 10px 33px -10px rgba(0,0,0,0.79);
    box-shadow: 13px 10px 33px -10px rgba(0,0,0,0.79);
}

@media only screen and (max-width: 550px)
{
.swal-modal {
    width: calc(100% - 20px);
}
}
.swal-icon:first-child {
    margin-top: 32px;
}

.swal-icon {
    width: 80px;
    height: 86px;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    margin: 20px auto;
}

.swal-icon--warning {
    border-color: #dba91b;
    -webkit-animation: pulseWarning .75s infinite alternate;
    animation: pulseWarning .75s infinite alternate;
}
.swal-icon--warning__body, .swal-icon--warning__dot {
    position: absolute;
    left: 50%;
    background-color: #dba91b;
}

.swal-icon--warning__body {
    width: 5px;
    height: 47px;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
}

.swal-icon--warning__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -4px;
    bottom: -11px;
}

.swal-title:not(:last-child) {
    margin-bottom: 13px;
}

.swal-title:not(:first-child) {
    padding-bottom: 0;
}

.swal-title {
    color: rgba(0,0,0,.65);
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 27px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}

.swal-text {
    font-size: 14.5px;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-weight: 400;
    color: rgba(0,0,0,.64);
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.swal-footer {
    text-align: right;
    padding-top: 13px;
    margin-top: 13px;
    padding: 13px 16px;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.swal-button-container {
    margin: 5px;
    display: inline-block;
    position: relative;
}

.drops {
    list-style: none;
    position: relative;
    height: 10px;
    width: 170px;
    margin: 0 auto; /* center the animation */
    margin-top: 40px; /* padd the top from the text */
}
.drops li {
    position: absolute;
    top: 0px;
    height: 10px;
    width: 10px;
    background-color: black;
    border-radius: 5px;
    margin-left: -3000px; /* the dots like to jump out of place without this */
    animation-name: loading;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

.drops li:nth-child(1) {
    left: 0px;
    animation-delay: 50ms;
}
.drops li:nth-child(2) {
    left: 40px;
    animation-delay: 300ms;
}
.drops li:nth-child(3) {
    left: 80px;
    animation-delay: 650ms;
}
.drops li:nth-child(4) {
    left: 120px;
    animation-delay: 1s;
}
.drops li:nth-child(5) {
    left: 160px;
    animation-delay: 1.25s;
}
@keyframes loading {
    0% { margin-left: -3000px; }
    30%,70% { margin-left: 0px; }
    100% { margin-left: 3000px; }
}

.drops li {
    background-color: #00803c;
    /* box-shadow:  0 0 5px #36761c, 
                0 0 10px #36761c, 
                0 0 15px #36761c, 
                0 0 20px #36761c, 
                0 0 30px #36761c, 
                0 0 40px #36761c; */
    
    box-shadow: 1px 2px 3px black;
}

select#selectDiscount, select#selectTrip, select#selectFrom, select#selectTo {
    width: 100%;
    border: 1px solid white;
    display: block !important;
    background-color: transparent;
    color: white;
}

select {
    background: none;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .ticket .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%!important;
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }
    .ticket .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}



/* img.ort {
    max-width: 14%;
    display: inline;
}

 .magezon-builder img.such {
    max-width: 45%;
}

.mgz-element 
{
    z-index: 1;
}



@media only screen and (min-width:1024px)
{
    .magezon-builder img.such {
        max-width: 40%;
       
       
        margin-bottom: -6px;
    }
}


@media only screen and (max-width: 2400px) 
{
.over-input img {
    max-width: 30px!important;
    margin-bottom: 5px!important;
    margin-left: -3px;
}

@media only screen and (max-width: 2400px) and (min-width: 150px)
{
img.such {
    max-width: 5%;
    padding-top: 5px;
    padding-bottom: 11px;
    margin-left: 1%!important;
}
}

@media only screen and (max-width: 1024px) and (min-width: 320px)
{
#submit.btn-primary {
  
    width: 300%;
    height: 46px;
}
}


@media (max-width: 319px)
{
#submit.btn-primary {
  
    width: 100%;
    height: 46px;
}
}




img.such
{
display:inline;
}

@media only screen and (max-width: 2400px) and (min-width: 1024px)

{
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-6 {
    width: 100%!important;
    margin: 0!important;
}
}

@media (min-width: 1024px)
{
div#search-form {
    max-width: 98%!important;
    min-width: 85%!important;
    height: 115px;
    padding-left: 0px;
}
}

@media (min-width: 1100px)
{
div#search-form {
    max-width: 98%!important;
    min-width: 85%!important;
    height: 115px;
    padding-left: 5px;
}
}


@media (min-width: 1200px)
{
div#search-form {
    max-width: 98%!important;
    min-width: 85%!important;
    height: 115px;
    padding-left: 5px;
}
}


@media (min-width: 1350px)
{
div#search-form {
    max-width: 98%!important;
    min-width: 87%!important;
    height: 115px;
    padding-left: 5px;
}
}


@media (min-width: 1547px)
{
div#search-form {
    max-width: 98%!important;
    min-width: 85%!important;
    height: 115px;
    padding-left: 10px;
}
}




@media only screen and (max-width:1549px) and (min-width: 1475px)
{div#search-form {
    max-width: 98%!important;
    min-width: 85%!important;
    height: 115px;
    padding-left: 10px;
}
}
@media only screen and (max-width:1474px) and (min-width: 1350px)
{div#search-form {
    max-width: 98%!important;
    min-width: 86%!important;
    height: 115px;
    padding-left: 10px;
}
}

span.suche
{
    font-size: 20px;
}
@media (min-width: 1024px)
{
span.suche {
     display: none; 
}
}
@media (min-width: 1024px)
{
#tickets.my-form h3 {
     display: none; 
}
}
@media only screen and (min-width:1024px)
{
    #extrafeld
    {
        
        height: 188px;
    }
}

@media only screen and (max-width: 2400px) and (min-width: 1401px)
{
   .std h1
    {
        
        font-size: 30px!important;
        font-family: "Roboto", sans-serif!important;
        font-weight: bold!important;
        padding-right: 405px!important;
    }
}

@media(min-width: 1024px)
{
    .std h1
    {
        line-height: 65px;
        margin-bottom: -95px !important;
    }

}

element.style
{
    text-align: center;
    color:white;
    padding-bottom:5px;
    margin-bottom: 0px!important;
    text-transform:none!important;
   
    
}
#extrafeld {
    display: block;
    border-left: none!important;
    border-right:none!important;
    border-bottom: none!important;
    border-radius: 4px;
    background-color:#00803c;
    font-size: 14px;
}


@media only screen and (max-width: 1400px) 
{
.over-input {
    font-size: initial;
}
}

@media only screen and (max-width: 1400px) and (min-width: 320px)
{
.my-form {
    max-width: 100%!important;
   
  
   
}
}

@media only screen and (max-width: 2400px)
{
.ticket {
    display: flex;
    max-height: 124px;
}
}

@media only screen and (max-width: 1024px)
{
#tickets.my-form {
    display: none!important;
}

}
@media only screen and (max-width: 1400px) and (min-width: 1024px)
{
.ticket {
    display: flex;
    max-height: 120px;
    
}
}}
@media only screen and (max-width:1024px) and (min-width:150px)
{
.ticket
{   max-height: fit-content;
    display: block!important;
}
}
@media only screen and (min-width: 1024px)
{
.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    margin-top: 98px !important;
}}

#tickets.my-form {
    display: block!important;
}
@media only screen and (min-width: 1024px) and (max-width: 2400px)
{
#tickets.my-form {
    display: none;
}
}




.hdm button{
    background-color: #dba91b!important;
    border-style: none;
    min-height: 70%;
    box-shadow: 0px 5px 5px #888888;
    width: 40%;
}

@media(min-width:1024px)
{
    
#search-form.my-form 
{
  
    margin-top: 98px !important;
  
}
}


#search-form.my-form {
    
    min-width: 81%;
    background-color: #00803c;
   
  
}
.my-form .form-control.input-lg {
    background-color: #00803c;
    color: white;
}

.my-form
{
    margin-bottom:1.9%;
}

.my-form .btn.btn-default.btn-number {
    background-color: #00803c;
    line-height: 1px;
    color: white;
    
   
}

@media(max-width: 2400px)
{
    .form-control.input-number.input-lg
   {
    padding-bottom: 11px;
}

}

@media(min-width:150px)
{
.input-group-btn
{
    padding-left: 1px;
   
}
}


@media(min-width:1024px)
{
.input-group-btn
{
    padding-left: 5px;
    padding-right: 5px
}
}


@media (max-width: 1024px)
{
.input-group.input2 {
    max-width: 70%;
    margin: auto;
}
}

@media (max-width: 1024px)
{
.input-group.input3 {
    max-width: 70%;
    margin: auto;
}
}
span.kinder {
    margin-left: 15%;
}
span.erwachsene {
    margin-left: 15%;
}

@media (min-width:1024px)
{
    span.erwachsene {
        margin-left: 25%;
        font-size: 18px;
    }
}
@media (min-width:1024px)
{
    span.kinder {
        margin-left: 25%;
        font-size: 18px;
    }
}
.my-form.form-control.input-lg {
    background-color: #00803c;
    color: white;
   
}


@media only screen and (max-width: 2200px) and (min-width: 150px)
{
#kp {
    margin-bottom: 0%!important;
}
}

@media only screen and (max-width: 456px) and (min-width: 320px)
{
    element.style
     {
        
        font-size: 13px;
    }
    

}

col-xs-offset-1.col-md-4.hdm
{
    padding-left: 20px;
    margin-left: -10px;
}

#kp {
    margin-bottom: 36px;
    width: 100%;
    color: white;
    text-align: left;
    font-size: large;
    padding-top: 6px;
    cursor: auto;
    line-height: 0px;
}
@media only screen and (max-width:1024px) and (min-width:320px)
{
#kp.btn.btn-default.btn-number.btn-lg.btn-primary {
   
   
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background: none;
   color: white;
   height: 35px;
}
}



.col-md-1 {
    width: 8.33333333%;
}
.col-xs-offset-1.col-md-2  {
    width: 16.66666667%;
}
@media only screen and (max-width: 2200px) and (min-width: 1024px)
{
.col-md-4 {
    width: 33.33333333%;
    padding-left: 15px;
    height: 162px;
}}
.col-md-6 {
    width: 100%;
}
.col-md-offset-1 {
    margin-left: 8.33333333%;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-6 {
    float: left;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4.hd, .col-md-6 {
    position: relative;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
}


@media(max-width:1024px)
{
    
.col-md-1, .col-md-2, .col-md-3, .col-md-4.hd, .col-md-6 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}
}


@media only screen and (max-width:1250px) and(min-width:1024px)
{
    .col-md-1, .col-md-2, .col-md-3, .col-md-4.hd, .col-md-6 {
        
      
        padding-right: 0px;
      
    }
}

@media (min-width:1251px)
{
    .col-md-1, .col-md-2, .col-md-3, .col-md-4.hd, .col-md-6 {
        
        
        padding-right: 15px;
      
    }
}


@media only screen and (max-width: 2400px)
{
.btn:disabled {
    cursor: not-allowed;
}
}

@media(min-width: 1024px)
{
.form-group {
    
     
     padding-left: 8px;
     
}
}


@media only screen and (max-width: 2400px) and (min-width: 1200px)
{
.form-group {
    
     padding-right: 12px;
     padding-left: 15px;
     
}
}

@media only screen and (max-width: 1024px) and (min-width: 150px)
{
.form-group {
     display: grid!important; 
     padding-right: 10px;
     padding-left: 10px;
     padding-bottom: 20px;
}
}
.form-horizontal .form-group::after, .form-horizontal .form-group::before, .row::after, .row::before {
    display: table;
    content: " ";
}
.form-horizontal .form-group::after {
    clear: both;
}
.form-control.input-lg {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: white;
    background-color:#00803c;
    background: no-repeat;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}
.form-group {
    /*margin-bottom: 15px;*/
    /* display: flex;
}



.input-group {
    position: relative;
  
    display: table;
   
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    
    align-items: stretch;
    width: 100%;
}


.input-group-btn-kp {
    position: relative;
    display: contents;
    border-collapse: separate;
    -webkit-appearance: none;
    -moz-appearance: none;
     appearance: none;
     border-radius: 0;
     -webkit-appearance: none !important;
}
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: unset!important;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
input[type="text"] {
    width: 100%;
    max-width: 100%;
}

.btn.disabled, .btn[disabled] {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: all;
}

button[disabled], html input[disabled] 
{
    cursor: not-allowed;
}

.btn-block {
    display: block;
    
}

.lb-lg {
    font-size: 20px;
}



select 
{
     
     appearance: auto;
     background: none;
}

.btn-number {
    padding: 13px 16px;
    border-radius: 0;
}
@media only screen and (max-width:1024px) and (min-width:150px)
{
    .over-input
    {
          
          font-size: 18px!important;
    }
} 
.over-input {
   
    font-size: 22px;
    background-color:#00803c;
    color:white;
    padding-top: 22px;
    
}

.btn-primary,
.swal-button,
.swal-button--confirm,
.swal-button--cancel {
    color: #FFFFFF;
    background-color:#00803c;
   
    
}
.swal-button,
.swal-button--confirm,
.swal-button--cancel {
    color: #FFFFFF;
    background-color: #00803c;
   height: 45px;
   width: 60px;
   border-style: hidden;
    
}

button:not(.primary) {
    
    border-style: hidden!important;
}

button#submit.action.btn.btn-block.btn-lg.btn-primary:focus, button#submit.action.btn.btn-block.btn-lg.btn-primary:active {
   
    border-color: #dba91b!important;
    border: 1px solid #dba91b!important;
    box-shadow: none;
}


._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
   
    box-shadow: none;
}





.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active:focus,
.swal-button:hover,
.swal-button:active,
.swal-button:focus,
.swal-button:active:hover,
.swal-button:active:focus,
.swal-button--confirm:hover,
.swal-button--confirm:active,
.swal-button--confirm:focus,
.swal-button--confirm:active:hover,
.swal-button--confirm:active:focus,
.swal-button--cancel:hover,
.swal-button--cancel:active,
.swal-button--cancel:focus,
.swal-button--cancel:active:hover,
.swal-button--cancel:active:focus {
    color: #FFFFFF;
    background-color: #dba91b ;
    outline: none;
    border-color: #dba91b;
}




.my-form {
    
 
    border-width: 1px;
    box-shadow: 0px 5px 5px #888888;
}

@media only screen and (max-width: 1024px) and (min-width: 320px)
{
.h3.startseite {
    font-size: larger;
   
}
}
    #map {
    height: 100px;
    
}


@media (min-width:1100px)
{
.std h1 {
    font-size: 20px;
    text-align: center;
    padding-right: 89px;
    font-family: "Roboto", sans-serif;
    font-weight: bold!important;
}

}




@media only screen and (max-width:1099px) and (min-width:1024px)
{
.std h1 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    padding-right: 85px;
}

}


@media only screen and (max-width:1024px) and (min-width:492px)
{
.std h1 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 13px;
    font-family: "Roboto", sans-serif;
}

}
@media only screen and (max-width:491px) and (min-width:445px)
{
.std h1 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 13px;
    font-family: "Roboto", sans-serif;
   
}

}




@media only screen and (max-width: 444px) and (min-width:420px)
{
.std h1 {
    font-size: 13px;
    text-align: center;
    margin-bottom: 13px;
     font-weight: bolder;
    font-family: "Roboto", sans-serif;
}

}


@media only screen and (max-width: 419px) and (min-width:392px)
{
.std h1 {
    font-size: 12px;
    text-align: center;
    margin-bottom: 13px;
    font-weight: bolder;
    font-family: "Roboto", sans-serif;
}
}




@media(max-width: 418px) 
{
.std h1 {
    font-size: 12px;
    text-align: center;
    margin-bottom: 13px;
     font-weight: 400;
    font-family: "Roboto", sans-serif;
}

}









@media(max-width: 349px) 
{
.std h1 {
    font-size: 11px;
    text-align: center;
    margin-bottom: 13px;
     font-weight: 500;
    font-family: "Roboto", sans-serif;
}

}
.mapHeader {
    cursor: pointer;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color:#00803c;
    
}

@media only screen and (max-width: 2400px)
{

#search-form .btn-lg {
    
    border: 1px solid #ccc!important;
    padding:12.5x 20.5px;
    border-radius: 0px;
}
}
@media only screen and (max-width: 1024px) and (min-width: 320px)
{
#search-form .input-lg {
   /* margin-bottom: 0.85%; */
    /*height: 45px;
    
}
}
@media only screen and (max-width: 2400px)
{

#search-form .input-lg {
    height: 35px;
    font-size: 15px;
    border-radius: 0px;
    padding-right: 0px;
    padding-left: 5px;
}
}
@media (min-width: 1024px)
{
    .col-md-6
    {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 100%;
        padding-right: 0px;
    }
}
@media only screen and (max-width:1024px) {
    #search-form .btn-lg {
        padding: 10px 6px;
    }
}


@media (max-width:800px) {
    .col-md-2,
    .col-md-4 {
        padding-right: 0!important;
        padding-left:0!important;
    }
}



@media (max-width: 1024px)
{
.over-input {
    
    padding-top: 21px;
}
}

@media (max-width:1024px) {
    .over-input {
        margin-top: 0px;
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-6 {
        margin-top: 30px;
    }
    .col-md-1 {
        width: 25%;
    }
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-6 {
        width: 100%;
    }
    
    
    #search-form .btn-lg {
        padding: 12px 14px;
        height: 48px;
    }
    
    input[type="text"] {
        width: 100%;
    }
}

@media (max-width:2400px) 
{

 #search-form .btn-lg {
        padding: 12px 14px;
        height: 35px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 150px)
{
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-6 {
    width: 100%!important;
   margin:0!important;
   position: static;
}
}
@media (max-width: 1024px)
{
.col-md-2 {
    -webkit-box-flex: 0;
    padding-right: 5px!important;
    padding-left: 5px!important;
      
    flex: 0 0 16.666667%;
} }


@media (max-width: 1024px)
{
.col-md-3 {
   
    padding-right: 5px!important;
    padding-left: 5px!important;
      
   
} }





@media (max-width: 1024px) and (min-width:320px)
{
.col-md-4 {
    -webkit-box-flex: 0;
  
   
    max-width: 33.333333%;
}
}

.swal-overlay--show-modal {
    opacity: 1;
    pointer-events: auto;
}

.swal-overlay--show-modal .swal-modal {
   
    opacity: 1;
    box-sizing: border-box;
    -webkit-animation: showSweetAlert .3s;
    animation: showSweetAlert .3s;
    will-change: transform;
}



.swal-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
   
    overflow-y: auto;
  
    z-index: 10000;
    background-color: rgba(0,0,0,.4);
  
    transition: opacity .3s;
}

.swal-modal {
    width: 478px;
    opacity: 0;
   
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    position: static;
    margin: 20px auto;
   
    vertical-align: middle;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 10001;
    transition: opacity .2s,-webkit-transform .3s;
    transition: transform .3s,opacity .2s;
    transition: transform .3s,opacity .2s,-webkit-transform .3s;
    border:1px solid grey;
    box-shadow: 0px 5px 5px #888888;
}

@media (max-width: 550px)
{
.swal-modal {
    width: calc(100% - 20px);
}
}
.swal-icon:first-child {
    margin-top: 32px;
}

.swal-icon {
    width: 80px;
    height: 86px;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    margin: 20px auto;
}

.swal-icon--warning {
    border-color: #f8bb86;
    -webkit-animation: pulseWarning .75s infinite alternate;
    animation: pulseWarning .75s infinite alternate;
}
.swal-icon--warning__body, .swal-icon--warning__dot {
    position: absolute;
    left: 50%;
    background-color: #f8bb86;
}

.swal-icon--warning__body {
    width: 5px;
    height: 47px;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
}

.swal-icon--warning__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -4px;
    bottom: -11px;
}

.swal-title:not(:last-child) {
    margin-bottom: 13px;
}

.swal-title:not(:first-child) {
    padding-bottom: 0;
}

.swal-title {
    color: rgba(0,0,0,.65);
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 27px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}

.swal-text {
    font-size: 14.5px;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-weight: 400;
    color: rgba(0,0,0,.64);
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.swal-footer {
    text-align: right;
    padding-top: 13px;
    margin-top: 13px;
    padding: 13px 16px;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.swal-button-container {
    margin: 5px;
    display: inline-block;
    position: relative;
}

@media only screen and (max-width:1030px) and (min-width:1024px)
{
    .col-md-3 {
        -webkit-box-flex: 0;
        
        flex: 0 0 25%;
        max-width: 157px;
    }
}

@media only screen and (max-width:1030px) and (min-width:1024px)
{
    .col-md-2 {
        -webkit-box-flex: 0;
        
        flex: 0 0 25%;
        max-width: 157px;
    }
}

@media(min-width:1031px)
{
    .col-md-3 {
        -webkit-box-flex: 0;
        
        flex: 0 0 25%;
        max-width: 159px;
    }
}


@media(min-width:1031px)
{
    .col-md-2 {
        -webkit-box-flex: 0;
        
        flex: 0 0 25%;
        max-width: 159px;
    }
}








@media(min-width:1041px)
{
    .col-md-3 {
        -webkit-box-flex: 0;
        
        flex: 0 0 25%;
        max-width: 158px;
    }
}


@media(min-width:1041px)
{
    .col-md-2 {
        -webkit-box-flex: 0;
        
        flex: 0 0 25%;
        max-width: 158px;
    }
}

@media(min-width:1050px)
{
    .col-md-3 {
        -webkit-box-flex: 0;
        
        flex: 0 0 25%;
        max-width: 161px;
    }
}


@media(min-width:1050px)
{
    .col-md-2 {
        -webkit-box-flex: 0;
        
        flex: 0 0 25%;
        max-width: 161px;
    }
}




@media only screen and (max-width:1090px) and (min-width:1066px)
{
    .col-md-3 {
        -webkit-box-flex: 0;
        
        flex: 0 0 25%;
        max-width: 165px;
    }
}


@media only screen and (max-width:1090px) and (min-width:1066px)
{
    .col-md-2 {
        -webkit-box-flex: 0;
        
        flex: 0 0 25%;
        max-width: 165px;
    }
}







@media only screen and (max-width:1099px) and (min-width:1091px)
{
    .col-md-3 {
        -webkit-box-flex: 0;
        
        flex: 0 0 25%;
        max-width: 168px;
    }
}


@media only screen and (max-width:1099px) and (min-width:1091px)
{
    .col-md-2 {
        -webkit-box-flex: 0;
        
        flex: 0 0 25%;
        max-width: 168px;
    }
}


@media(min-width:1100px)
{
    .col-md-3 {
        -webkit-box-flex: 0;
        
        flex: 0 0 25%;
        max-width: 170px;
    }
}


@media(min-width:1100px)
{
    .col-md-2 {
        -webkit-box-flex: 0;
        
        flex: 0 0 25%;
        max-width: 170px;
    }
}




@media(min-width:1120px)
{
    .col-md-3 {
        -webkit-box-flex: 0;
        
        flex: 0 0 25%;
        max-width: 172px;
    }
}


@media(min-width:1120px)
{
    .col-md-2 {
        -webkit-box-flex: 0;
        
        flex: 0 0 25%;
        max-width: 172px;
    }
}

@media(min-width:1130px)
{
    .col-md-3 {
        -webkit-box-flex: 0;
        
        flex: 0 0 25%;
        max-width: 174px;
    }
}


@media(min-width:1130px)
{
    .col-md-2 {
        -webkit-box-flex: 0;
        
        flex: 0 0 25%;
        max-width: 174px;
    }
}


@media(min-width:1145px)
{
    .col-md-3 {
        -webkit-box-flex: 0;
        
        flex: 0 0 25%;
        max-width: 176px;
    }
}


@media(min-width:1145px)
{
    .col-md-2 {
        -webkit-box-flex: 0;
        
        flex: 0 0 25%;
        max-width: 176px;
    }
}






















@media(min-width:1160px)
{
    .col-md-3 {
        -webkit-box-flex: 0;
        
        flex: 0 0 25%;
        max-width: 180px;
    }
}


@media(min-width:1160px)
{
    .col-md-2 {
        -webkit-box-flex: 0;
        
        flex: 0 0 25%;
        max-width: 180px;
    }
}


@media (min-width: 1180px)
{
.col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 180px;
}
}



@media (min-width: 1180px)
{
.col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 180px;
}
}



@media (min-width: 1190px)
{
.col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 182px;
}
}



@media (min-width: 1190px)
{
.col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 182px;
}
}



@media (min-width: 1200px)
{
.col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 182px;
}
}

@media (min-width: 1200px)
{
.col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 182px;
}
}


@media (min-width: 1215px)
{
.col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 184px;
}
}

@media (min-width: 1215px)
{
.col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 184px;
}
}



@media (min-width: 1225px)
{
.col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 185px;
}
}

@media (min-width: 1225px)
{
.col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 185px;
}
}



@media (min-width: 1230px)
{
.col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 187px;
}
}

@media (min-width: 1230px)
{
.col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 187px;
}
}

@media (min-width: 1235px)
{
.col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 189px;
}
}

@media (min-width: 1235px)
{
.col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 189px;
}
}




@media (min-width: 1250px)
{
.col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 192px;
}
}

@media (min-width: 1250px)
{
.col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 192px;
}
}

@media (min-width: 1260px)
{
.col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 194px;
}
}

@media (min-width: 1260px)
{
.col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 194px;
}
}
@media (min-width: 1270px)
{
.col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 196px;
}
}
@media (min-width: 1270px)
{
.col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 196px;
}
}


@media (min-width: 1280px)
{
.col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 198px;
}
}

@media (min-width: 1280px)
{
.col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 198px;
}
}

@media (min-width: 1290px)
{
.col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 199px;
}
}

@media (min-width: 1290px)
{
.col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 199px;
}
}





@media (min-width: 1300px)
{
.col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 200px;
}
}

@media (min-width: 1300px)
{
.col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 200px;
}
}





@media only screen and (max-width:1474px) and (min-width: 1350px)

{
    .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 201px;
}
}



@media only screen and (max-width:1474px) and (min-width: 1350px)

{
    .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 201px;
}
}

@media only screen and (max-width:1549px) and (min-width: 1475px)

{
    .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 198.5px;
}
}
@media only screen and (max-width:1549px) and (min-width: 1475px)

{
    .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 198.5px;
}
}




@media only screen and (max-width:1799px) and (min-width: 1550px)

{
    .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 199px;
}
}

@media only screen and (max-width:1799px) and (min-width: 1550px)

{
    .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 199px;
}
}


@media (min-width: 1800px)

{
    .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 199px;
}
}

@media (min-width: 1800px)

{
    .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 199px;
}
}  */