#webpage {display: none;}

/* Locations */

#locations {
    position: relative;
    margin-top: 100px;
    font-family: Helvetica,Arial,sans-serif;
}

#locations #map .gm-style {
    background-color: #eaebec;
}
#locations .gm-fullscreen-control {
    display: none;
}

#locations .row.head{
    margin-bottom: 50px;
}

#locations .row.nav{
    margin-bottom: 10px;
}

#locations .preNav{
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    margin-right: 60px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 32px;
}
#locations .locNav{
    float: left;
}
#locations .btnInitMarker{
    float: left;
    cursor: pointer;
    margin-right: 40px;
    margin-bottom: 10px;
    font-weight: bold;
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 32px;
    font-size: 18px;
}

#locations .btnInitMarker:last-child{
    margin-right: 0;
}
#locations .btnInitMarker.active span{
    border-bottom-width: 5px;
    border-bottom-style: solid;
    padding-bottom: 10px;
}
#locations #btnInitMarker6 {
    color: #3c413b;
    background-image: url('/fileadmin/bsdist/theme/img/marker_group.png');
}
#locations #btnInitMarker3 {
    color: #009ab2;
    background-image: url('/fileadmin/bsdist/theme/img/marker_fette.png');
}
#locations #btnInitMarker2 {
    color: #003464;
    background-image: url('/fileadmin/bsdist/theme/img/marker_tools.png');
}
#locations #btnInitMarker1 {
    color: #a0a5a9;
    background-image: url('/fileadmin/bsdist/theme/img/marker_finance.png');
}

#locations .mapWrp {
    position: relative;
    width: 100%;
    background-color: #eaebec;
}

#locations #map {
    position: relative;
    margin: 0 auto;
    width: 1030px;
    height: 770px;
}


/*
#locations .infoBox {
    transform: translate(-50%,-50%) !important;
    left: 50% !important;
    top: 50% !important;
}
*/
#locations .mapInfoBox {
    line-height: 140%;
    background-color: #fff;
    padding: 20px;
    font-size: 14px;
    font-family: Helvetica,Arial,sans-serif;
}

#locations .mapInfoBox .divLogo{
    width: 200px;
}

#locations .infoBox > img {
    width: 30px;
}
#locations .infoBox > img:hover {
    opacity: 0.75;
}

#locations .mapInfoBox h4 {
    color: #fff;
    padding: 5px 10px 7px;
    display: inline-block;
    margin-top: 20px;
}
#locations .mapInfoBox h4.color1 {
    background-color: #a0a5a9;
}
#locations .mapInfoBox h4.color2 {
    background-color: #003464;
}
#locations .mapInfoBox h4.color3 {
    background-color: #009ab2;
}
#locations .mapInfoBox h4.color6 {
    background-color: #3c413b;
}

#locations .mapInfoBox p,
#locations .mapInfoBox a{
    font-size: 14px;
    color:#333;
    margin: 0;
    padding: 0;
}
#locations .mapInfoBox a {
    text-decoration: underline;
}
#locations .mapInfoBox a:hover {
    color:#aac30a;
}




/* Kontakt */

#contact {
    margin: 50px 0;
}

#contact .ui-selectmenu-button {
    border-width: 0 0 5px 0;
    border-color: #3c413b;
    background-color: transparent;
    border-radius: 0;
    outline: none;
    width: 100% !important;
}
#contact #salutation-button.error{
    border-color: #e3000f;
}
#contact .ui-selectmenu-button span{
    color: #3c413b;
    font-size: 18px;
}

#contact .ui-state-default .ui-icon {
    background-image: url('../img/arrow-down.jpg');
    background-position: 0 0;
    width: 25px;
}

.ui-menu li:first-child {
/*    display: none;*/
}



#contact .form-group{
    font-size: 16px;
    line-height: 55px;
    border: none;
}

#contact input,
#contact textarea {
    background-color: rgba(234,235,236,1);
    border: none;
    padding-left: 20px;
    color: #3c413b;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    font-size: 18px;
}

#contact .has-error input,
#contact .has-error textarea {
    border: 5px solid #d6262d;
    background-color: transparent;
}

#contact input:hover,
#contact textarea:hover {
    background-color: rgba(224,225,226,1);
}

#contact textarea {
    resize: none;
    width: 100%;
    height: 450px;
    line-height: 150%;
    padding: 15px 20px;
}

#contact .btn-default {
    background-color: #aac30a;
    text-align: left;
    border-radius: 0;
    vertical-align: unset;
    padding: 0 0 0 15px;
    color: #fff;
    font-size: 21px;
    width: 284px;
    margin-top: 0;
    margin-right: 0;
}
#contact .btn-default:hover {
    background-color: #3c413b;
}

#contact .form-hint {
    margin: 25px 0 50px;
}

#contact .warning {
    color: #d6262d;
}

#contact .g-recaptcha {
    float: left;
}
#contact .g-recaptcha::after {
    clear: both;
}

#contact .col {
    padding-left: 10px;
    padding-right: 10px;
}

#contact .row.marginTop {
    margin-top: 35px;
}

#contact .ui-selectmenu-button span.ui-selectmenu-text {
    margin-top: 10px;
    padding: 0.4em 2.1em 0.8em 1em;
}

li.ui-state-disabled {
    display: none;
}

#contact .ui-corner-top {
    border-bottom: 5px solid #fff;
}

#contact .ui-corner-all .ui-icon-triangle-1-s {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: transform .3s ease;
}

#contact .ui-corner-top .ui-icon-triangle-1-s {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: transform .3s ease;
}


#thx {
    margin-bottom: 50px;
}
#thx .success{
    margin-left: -20px;
}


.ui-selectmenu-menu .ui-widget-content {
    border: 0;
    border-radius: 0;
}

.ui-selectmenu-open .ui-widget-content {
    border-bottom: 5px solid #3c413b;
}

.ui-selectmenu-menu .ui-menu-item {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: #a0a5a9;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
}
.ui-menu .ui-state-hover {

}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: 0;
    color: #aac30a;
}

#contact #salutation-button.ui-corner-top {
    border-color: #fff;
}

#locations .dropdown-toggle {
    width: 330px;
}

#locations .dropdown-menu {

    border-radius: 0;
    border: 0;
    box-shadow: none;
    margin: 0 0 0 15px;
    padding: 20px 20px 0 20px;
    width: 330px;
    background: #f5f5f5;
    border-bottom: 5px solid #3c413b;
}

#locations .open .dropdown-toggle {
    border-bottom: 5px solid #f5f5f5;
}

#locations .open .dropdown-toggle .icon-arrow-down {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: transform .3s ease;
}


#locations .dropdown-menu li {

    width: 100%;
    height: 40px;

}







@media screen and (max-width: 1200px) {

    .tx-lmtgroup .mapHead .head,
    .tx-lmtgroup .mapHead .nav {
        margin-left: 50px;
    }

    #locations .row.head {
        margin-bottom: 20px;
    }

    #locations .btnInitMarker {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 10px;
        margin-right: 30px;
        padding-left: 30px;
    }


}

@media screen and (max-width: 991px) {
    #contact .col-sm-afterEmpty {
        margin-right: 20px;
    }

    #locations #map {
        width: 515px;
        height: 370px;
    }
}

@media screen and (max-width: 767px) {
    #contact .col-sm-afterEmpty {
        margin-right: 0;
    }

	#locations .btnInitMarker {
		width:40%;
	}
    #contact .form-hint {
        margin: 50px 0;
        width: 100%;
    }
    #contact .btn-default {
        width: 265px;
        float: none;
        position: relative;
        left: 50%;
        margin-left: -132px;
        line-height: 60px;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
    }
    #locations .dropdown-menu li {
        height: 46px;
    }
    #locations .btnInitMarker.active span{
        padding-bottom: 0px;
        line-height: 24px;
    }
}

@media screen and (max-width: 514px) {

	#locations #map {
        width: 100%;
        height: 370px;
    }

	#locations .btnInitMarker {
		width:90%;
	}
    .tx-lmtgroup .mapHead .head, .tx-lmtgroup .mapHead .nav {
        margin-left: 20px;
    }
    #locations .dropdown-toggle,
    #locations .dropdown-menu {
      width: 280px;
    }
    #locations .btnInitMarker {
        line-height: 20px;
    }

}
