html {
    position: relative;
    min-height: 100%;
}

hr {
    margin: 0;
}


li {
    list-style-type: none;
    line-height: 1;
}

ul {
    padding-left: 0;
}

label {
    font-weight: normal;
}

.form-control {
    border: 2px solid #168DE1;
}

.row {
    margin: 0
}

.ttable {
    display: table;
    width: 100%;
    height: 100%;
    border: 0;
    border-spacing: 0;
}

.tcell {
    display: table-cell;
    vertical-align: middle;
}

.modal-open .container-fullwidth {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

body {
    font-family: Verdana, "Lucida Grande", sans-serif;
    margin-bottom: 125px;
}

.col2 {
    background-image: linear-gradient(to right, #fff 0%, #fff 83.3333330%, #E8E8E8 83.3333331%, #E8E8E8 100%);
}

.col3 {
    background-image: linear-gradient(to right, #E8E8E8 17%, #E8E8E8 16.6666667%, #fff 16.6666668%, #fff 83.3333330%, #E8E8E8 83.3333331%, #E8E8E8 100%);
}

#header {
    text-align: center;
    height: 175px;
    background: url(../img/pic1.jpg) no-repeat center center;
    background-size: cover;
    color: white;
}

#header h1 {
    margin: 0;
}

.navbar {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin: 0;
}

.navbar .navbar-collapse {
    text-align: center;
    padding: 0;
}

.navbar-toggle {
    margin-right: 20px;
}

/* Burgermenu Abstand */

.navicon {
    margin-right: .3em;
    display: inline-block;
    background-size: contain;
    vertical-align: text-bottom;
    font-size: 23px;
}

#custom-bootstrap-menu.navbar-default {
    font-size: 18px;
    background-color: #168DE1;
    background: -webkit-linear-gradient(top, #68C3EF 0%, #168DE1 100%);
    background: linear-gradient(to bottom, #68C3EF 0%, #168DE1 100%);
}

#custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
    color: white;
}

#custom-bootstrap-menu.navbar-default .navbar-nav > li > a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav > li > a:focus {
    color: #168DE1;
    background-color: white;
}

#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: white;
}

/* Border Farbe */

#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus, /* hover & focus Hintergrund Farbe */
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

/* Burger Farbe */

#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #168DE1;
}

.zipsearch {
    /*padding: 30px 40px 0 25px;*/
    text-align: right;
}

.zipsearch,
.signin {
    background-color: #E8E8E8;
    padding-top: 50px;
}
.panelmenuh{
    background-color: #eee;
    display: inline-block;
    text-align: left;
    width:100%;
    padding:10px;
    padding-left:20px;
    border: solid;
    border-bottom:none;
    border-color: #ffffff;
    border-width:1px;
}
.panelmenu {
    background-color: #eee;
    display: inline-block;
    text-align: left;
    width:100%;
    padding:10px;
    margin:0px 0px 30px 0px;
    border: solid;
    border-color: #ffffff;
    border-width:1px ;
}

.zipsearchinnerh{
    background-color: #eee;
    display: inline-block;
    text-align: left;
    width:100%;
    padding:10px;
    padding-left:20px;
    border: solid;
    border-bottom:none;
    border-color: #ffffff;
    border-width:1px;
}

.zipsearchinner {
    background-color: #eee;
    display: inline-block;
    text-align: left;
    width:100%;
    border: solid;
    border-color: #ffffff;
    border-width:1px ;
    margin: 0px 0px 30px 0px;
}

.zipsearchinnercats {
  /*  margin-right:-5px;*/
}


.zipinput {
    vertical-align: middle;
    height: 41px;
    width: 150px;
    font-size: 30px;
    color: #6e6e6e;
    letter-spacing: 6px;
    background-color: transparent;
    padding: 0 0 4px 9px;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    box-shadow: none !important;
    z-index: 15;
    outline: -webkit-focus-ring-color auto 0;
}

.zipinput:focus + span,
.zipinput:focus + span i {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    border-color: #66afe9;
}

.zipinput,
.zipinputdiv {
    display: inline;
    line-height: 50px;
}

.zipinputdiv {
    width: 144px;
    height: 40px;
    display: inline-block;
    vertical-align: inherit;
    position: relative;
    margin-bottom: 5px;
}

.zipinputdiv span {
    display: block;
    position: absolute;
    background: white;
    height: 38px;
    width: 140px;
    top: 0;
    left: 4px;
    border-radius: 5px;
    border: 2px solid #168DE1;
}

.zipinputdiv span i {
    position: absolute;
    height: 100%;
    border-left: 1px solid #168DE1;
}

.btn.go {
    color: white;
    border: 4px double white;
    border-radius: 5px;
    background: white linear-gradient(to bottom, #68C3EF, #168DE1);
    padding: 5px 10px;
    margin-top: -2px;
    vertical-align: top;
}

.btn.go a {
    color: white;
    text-decoration: none;
}

.btn.go:hover {
    background: #168DE1;
}

.content {
    padding: 15px 40px;
}

.detailbackbutton {
    text-align: left !Important;
}

.panel-title {
    line-height: 20px;
    padding-left: 5px;
}

.panel-title,
.panel-body,
.panel-footer {
    text-align: left;
}

.panel-footer {
    padding: 5px 15px;
}

.panel-footer i {
    clear: both;
    border: none !important;
    display: block;
}

.panelicons {
    float: right;
}

.panel-footer .glyphicon {
    padding: 0px 5px 5px;
}

.time {
    font-size: 75%;
}

.signin {
    text-align: left;
}

.signininput {
    max-width: 250px;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    background-image: linear-gradient(to bottom, #5E5E5E 0%, #171717 100%);

}

#footer .tcell,
#footer .tcell a {
    color: white;
    text-align: center;
    margin: 0 2%;
}

#backtotop {
    display: none;
    height: 35px;
    width: 35px;
    right: 25px;
    bottom: 25px;
    padding-left: 6px;
    border-radius: 5px;
    background-color: #50b3eb;
    font-size: 180%;
    cursor: pointer;
    position: fixed;
}

#backtotop.maxbottom {
    position: absolute;
    bottom: 140px;
}

@media screen and (min-width : 992px) and (max-width : 1300px){
 .footerheler1{
    width: 100%;
     right:0;
}
.footerheler2{
    margin-left: 0;
}
#footer h4{
    font-size: 15px;
}
}


@media (max-width: 340px) {
    #pwdModal .panel-body {
        padding: 5px;
    }

    #pwdModal .panel-body .btn {
        white-space: normal;
    }
}

@media (max-width: 767px) {
    .navbar-nav {
        width: 100%;
    }
    .zipcodeinput,
    .zipcodelabel,
    .passwordlabel,
    .passwordinput{
        margin-bottom:15px;
    }
    .zipsearch{
        text-align: center;
        padding-bottom: 50px;
    }
    .signin{
        text-align: center;
        padding-bottom: 25px;
    }
    .zipsearch,
    .signin,
    .content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .signin {
        background: white;
    }

    .signininput {
        display: inline;
    }

    .content {
        background: #E8E8E8;
        padding-bottom: 40px;
    }

    form label {
        display: block;
    }

    .row-eq-height hr {
        border: 1px solid black;
    }

    #backtotop.maxbottom {
        bottom: 175px;
    }

    #footer {
        height: auto;
        position: relative;
        bottom: 0;
        width: 100%;
    }

    #footer li {
        padding-top: 5px;
    }
    body {
        margin-bottom: 0px;
    }

}

@media (max-width: 870px) {
    .navicon {
        font-size: 20px;
    }

    #custom-bootstrap-menu.navbar-default {
        font-size: 15px;
    }
}

@media (max-width: 425px) {
    body{
        word-wrap:break-word;
    }
}
@media (min-width: 768px) {
    #navbar ul li {
        border-left: 1px solid #81BEF7;
        border-right: 1px solid #81BEF7;
        margin-right: -1px;
    }

    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .row-eq-height {
        margin-bottom:153px;
    }

    .form-inline .form-control{
        width: 100%;
    }
}

.categorylist, .specialcategorylist {
    /*cursor: pointer;*/
    color: #337ab7;
    font-size: 16px;
}

.categorylisticon {
    color: #337ab7;
}

.newadvertbtn {
    text-align: right !important;
}

.newnewsbtn {
    text-align: right !important;
}

.categorylist li {
    margin: 10px;
    -khtml-user-select: none;
    -moz-user-select:none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.categorylist li:hover {
    /*background-color: #e8e8e8;*/
}

.specialcategorylist li {
    margin: 10px;
    -khtml-user-select: none;
    -moz-user-select:none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


.categorylist li:before{
    content:"\e072";
    font-family:"Glyphicons Halflings";
}



.specialcategorylist li:before{
    content:"\e072";
    font-family:"Glyphicons Halflings";
}


#extendduration {
    display: none;
}

.jsdetailhelper .panel-heading, .jsdetailhelper div.panel-body {
    cursor: pointer;
}

.extenddurationbutton {
    margin-right: 10px;
}

h2, h3, .checkbox {
    text-align: center;
}


body > div > div.row.row-eq-height > div.col-sm-9.col-sm-pull-3.content > div.row > div > form > div > div:nth-child(1) > div > span > span.selection > span {
    border: 2px solid #168DE1;
}

.extenddurationform {
    margin-bottom: -1px;
}

body > div > div.row.row-eq-height > div.col-sm-9.col-sm-pull-3.content > div.row > div > form > div > div:nth-child(1) > div > span{
    width: 100% !important;
}

.img-thumbnail{
    border-color:#337ab7;
}

.detailimg{
    margin-right:20px;
}

.checked{
    font-weight: bold;
}

.unchecked{
    font-weight: normal;
}



.searchinner {
     background-color: #eee;
     display: inline-block;
     text-align: left;
     width:90%;
     padding:10px;
     margin:0px 5px 30px 10px;
     border: solid;
     border-color: #3ca6e8;
     border-width:1px ;
    text-align: center;
 }

.searchcenter{
    text-align: center;
}


.thumbnail80{
    overflow:hidden;
    background-repeat:no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    width: 80px;
    height: 80px;
}
.thumbnail100{
    overflow:hidden;
    background-repeat:no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    width: 100px;
    height: 100px;
}

.img-thumbnail{
    max-width: none;
}

.deleteimg{
    margin-left: 45px;
}

.editimgdiv{
    width: 120px;
    height: 120px;
    display: inline-block;
}

.headlink a{
    color: #fff;
}
.headlink a:-webkit-any-link {
    text-decoration: none !important;
}

#footer li{
    line-height: 1.5;
}

#footer li a{
    color: #fff;
}

#footer h4{
    color: #fff;
    text-transform: uppercase;
}


.adminlistheader td{
    color: #1f93e3;
    font-weight: bold;
}

.label-primary{
    float: right;
}

.adminsearch, .adminusersearch, .bring_service_search{
    margin-bottom:-10px;
}

.navform{
    padding-top:10px;
    margin-bottom:0px;
    margin-left:5px;
}
.multiselect-container>li>a>label {
    height: auto !important;
}

body > div.container-fullwidth > div.row.row-eq-height > div.col-xs-12.col-sm-10.col-sm-pull-2.content > form > div.form-group{
    margin-right: 0px;
    margin-left: 0px;
}

footer h4 {
    font-size: 16px;
}

@media (min-width: 992px) {
#footer .row{
    margin-left:70px;
}

}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .form-inline .form-group {
        display: block;
        margin-bottom: 15px;
    }

    .form-inline .form-control {
        width: 100%;
    }

    .nav.navbar-nav {
        width: 100%;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #navbar ul li{
        border-left: none;
        border-right: none;
    }
    #navbar > ul > li:nth-child(3) > form > button{
        margin-bottom:20px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        color:#fff;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px;
    }
    .multiselect-container>li>a>label {
        padding: 3px 20px 3px 20px;
    }
    .btn-group-vertical>.btn, .btn-group>.btn{
        float:none;
    }
    .footerheler1{
        right:0;
        width:100%;
    }
    .nav.navbar-nav > .visible-xs{
        display: block!important;
    }
}

@media screen and (min-width : 768px) and (max-width : 991px) {
    .row-eq-height {
        margin-bottom:411px;
    }
}

@media screen and (min-width : 768px) and (max-width : 1300px){
.nav>li>a{
    word-wrap:break-word;
}
.categorylist, .specialcategorylist{
    font-size: 14px;
    word-wrap: break-word;
}
    .zipsearchinnerh.zipsearchinnercats,
    .panelmenu{
        word-wrap: break-word;
    }
}



h3{
    font-size: 20px;
}
#multiselectcategories ~ div > button{
    border: 2px solid #168DE1;
}

.under_construction{
    font-size: 21px !important;
    font-weight: 700;
    text-align: center;
}

.select2-container--default .select2-selection--multiple{
    border: 2px solid #168DE1 !important;
}

#important{
    text-align: left;
}

.panel-warning>.panel-heading{
    color: #9a7512;
    background-color: #6eff6a;
    border-color: rgb(254, 210, 103);
}

.panel-warning{
    border-color: #fdd366;
}

.btn-group.open .dropdown-toggle{
    box-shadow: initial;
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default,
.btn-default.focus, .btn-default:focus, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover,.btn-default:hover{
    background-color: #fff !important;
}
.glyphicon-info-sign:before{
    color:#337ab7;
}