
html, body, #ng-view, #wrapper {
    min-height: 100% !important;
    height: 100%;
}

body {
    font-family: 'Open Sans';
    font-size: 14px;
    background-color: #2c2c2d;
    color: #666;
}

h1 {
    font-size: 18px;
    font-weight: bold;
}

h2 {
    font-size: 15px;
    font-weight: bold;
}

h3 {
    font-size: 14px;
    font-weight: bold;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/* Sections */
#wrapper {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #7db6e3;
}

#panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 335px;
    margin-right: 12px;
    float: left;
    margin-bottom: 64px;
    z-index: 21;
    height: calc(100% - 60px);
    overflow: hidden;
}

#panel .filter_wrapper {
    width: calc(100% + 17px);
    height: calc(100% - 74px - 122px);
    overflow-y: scroll;
    margin-left: 0;
}

.slide-icon {
    display: block;
    float: right;
    margin-top: -4px;
    cursor: pointer;
}

#main {
    padding: 0;
    display: block;
    overflow-y: hidden;
    height: 100%;
    margin-bottom: 64px;
    margin-left: 347px;
}

.header {
    position: relative;
    height: 125px;
    background-color: #fff;
    cursor: pointer;
}

.header-ad, .header-logo, .header-lang {
    position: relative;
}

.header-ad {
    float: left;
    left: 10px;
    bottom: 0px;
}

.header-logo {
    position: absolute;
    right: 0px;
    top: 0;
    width: 200px;
    padding-top: 37px;
}

.header-lang {
    z-index: 5;
    position: absolute;
    right: 5px;
    top: 0; /* width: 50px; */
    cursor: pointer;
}

.content {
    min-height: 601px;
}

.content-placeholder {
    min-height: 601px;
    padding: 20px;
    background-color: #fff;
}

#footer {
    z-index: 22;
    background-color: #2c2c2d;
    padding: 20px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}

#footer a {
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    margin-right: 12px;
}

.footer-lang {
    display: none;
    margin-left: 20px;
}

.logo {
    margin-bottom: 10px;
    overflow-x: hidden;
}

.logo h1 {
    margin: 0;
    padding: 19px;
    text-transform: uppercase;
    color: #fff;
    background-color: #006ab3;
}

.logo h1 span {
    float: right;
}

/* Helper */
.tab-icon {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    margin-top: 1px;
}

/* Panel */
.tab-icon.range {
    background-image: url('../images/icon-range.png');
    background-repeat: no-repeat;
}

.tab-icon.route {
    background-image: url('../images/icon-route.png');
    background-repeat: no-repeat;
}

.search .nav-tabs {
    padding-bottom: 9px;
}

.search .nav-tabs > li {
    margin: 0;
    width: 50%;
}

.search .nav-tabs > li > a {
    margin: 0;
    padding: 10px 14px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: right;
    background-color: #529cd2;
    border: none;
    border-radius: 0;
}

.search .nav-tabs > li:first-child > a {
    border-right: 1px solid #fff;
}

.search .nav-tabs > li.active > a, .search .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #006ab3;
    border-bottom: none;
}

.search .nav-tabs > li.active > a:focus, .search .nav-tabs > li.active > a:hover {
    border-top: none;
    border-left: none;
    margin-left: 0;
    margin-right: 0;
}

.search .nav-tabs > li.active:before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 20%;
    margin-left: -7px;
    width: 0px;
    height: 0;
    border-top: solid 7px #006ab3;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
}

.search .tab-content {
    margin-top: 10px;
}

.search-main {
    margin-top: 12px;
}

.search-main img.search-icon {
    display: none !important;
}

.custom-input {
    float: left;
    width: 100%;
    padding: 4px 4px 4px 8px;
    background-color: #fff;
    border: 1px solid #a9a9a9;
}

.custom-input img {
    display: inline-block;
    border: none;
}

.custom-input img:hover {
    cursor: pointer;
}

.custom-input input {
    display: inline-block;
    width: calc(100% - 42px);
    padding-left: 8px;
    border: none;
}

.custom-input input a.clear {
    cursor: pointer;
}

.custom-input a.clear:hover {
    cursor: pointer;
}

.field a.clear {
    display: inline-block;
    margin-left: -25px;
    marign-top: 2px;
}

.search-main.range > img {
    display: block;
    float: right;
    cursor: pointer;
}

.search {
    margin-bottom: 0px;
    padding: 20px;
    background-color: #ddd;
}

.search-limit {
    margin-top: 14px;
    float: right;
}

.search-limit span {
    display: block;
    margin-bottom: 4px;
}

.search-limit select {
    display: block;
    padding: 4px;
}

.search-main.route .field {
    padding-bottom: 7px;
}

.search-main.route .field input {
    display: inline-block;
    width: 200px;
    padding-right: 25px;
}

.search-main.route .field label {
    display: inline-block;
    width: 50px;
}

.search-button {
    margin-top: 30px;
    margin-bottom: 5px;
    float: left;
}

.search-button button {
    position: relative;
    padding: 7px 35px 7px 10px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #474d5d;
    border: none;
    border-radius: 3px;
}

.search-button button:after {
    position: absolute;
    top: 6px;
    right: 5px;
    display: block;
    width: 25px;
    height: 24px;
    content: "";
    background: url('../images/icon-search-trans.png') top left no-repeat;
}

.search-button.range {
    margin-top: 36px;
}

.search-filter {
    margin-top: 10px;
    padding: 20px;
    background-color: #fff;
}

.search-filter label {
    display: block;
}

.poi-attributes.filter {
    float: left;
}

.filter-xs img {
    display: inline-block;
    margin-right: 2px;
    max-height: 14px;
}

.search-button.filter {
    float: right;
    margin-top: 0;
    margin-left: 10px;
}

.filtergroup {
    background-color: #eee;
}

.filtergroup h2 {
    margin: 0;
    padding: 10px 20px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.filtergroup h2.transparent {
    background-color: transparent;
}

.filtergroup .buffer {
    margin-left: 25px;
}

.filter-checkbox {
    display: inline-block;
    max-width: 70px;
    padding: 12px 5px;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
}

.filter-checkbox:first-child {
    padding-left: 20px;
}

.filter-checkbox:first-child {
    padding-right: 20px;
}

.filter-checkbox span {
    font-size: 11px;
    line-height: 11px;
    color: #474d5d;
}

.filter-radio {
    padding: 7px 40px;
    cursor: pointer;
}

.filter-radio:last-child {
    padding-bottom: 20px;
}

.filter-radio input {
    margin-left: 7px;
    margin-right: 7px;
}

.filter-radio span {
    margin-left: 7px;
    font-size: 13px;
    font-weight: bold;
}

.app-ad {
    height: 125px;
    background-color: #fff;
}

.main-button {
    margin: 10px;
}

.main-button button {
    margin-left: 20px;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #474d5d;
    border: none;
    border-radius: 3px;
}

.main-button button i {
    margin-right: 7px;
}

#asfix {
    position: fixed;
    bottom: 60px;
    right: 10px;
}

#asfix .main-button {
    float: right;
    margin-left: 0;
    margin-right: 0;
}

.poi-details-container .main-button button {
    margin: 0px;
}

.poi-details-container .main-button button {
    margin: 0px;
}

.poi-details-container h1 {
    margin: 0px;
}

/* Tabs */

#main .nav-tabs {
    padding-bottom: 10px;
    background-color: #7db6e3;
    border-bottom: 1px solid #fff;
    position: fixed;
    top: 125px;
    right: 0;
    width: calc(100% - 347px);
    z-index: 15;
}

#main .nav-tabs > li {
    margin: 0;
}

#main .nav-tabs > li > a {
    margin: 0;
    margin-left: -1px;
    margin-bottom: -1px;
    padding: 17px 20px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: none;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

#main .nav-tabs > li:first-child > a {
    margin-left: 0px;
}

#main .nav-tabs > li.active > a, #main .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #006ab3;
    border: none;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #006ab3;
}

/*
#main .nav-tabs > li.active:first-child > a { border-left: none; }
*/
#main .nav-tabs > li.active:last-child > a {
    border-right: 1px solid #fff;
}

#main .nav-tabs > li a:hover, #main .nav-tabs > li a:focus {
    background-color: #006ab3;
}

#main .nav-tabs > li.active:before {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -9px;
    width: 0px;
    height: 0;
    border-top: solid 9px #006ab3;
    border-left: solid 9px transparent;
    border-right: solid 9px transparent;
}

#main .full-blue .nav-tabs {
    border-bottom: 1px solid #006ab3;
}

#main .full-blue ul.nav {
    background-color: #006ab3;
}

.tab-button {
    display: block;
    padding: 17px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.tab-button i {
    color: #fff;
    margin-right: 7px;
}

.pull-right a.tab-button:hover {
    color: #fff;
    text-decoration: none;
}

.glyphicon.blue {
    color: #006ab3;
}

/* Maps */
#map-canvas, #map-detail {
    position: relative;
}

#map-detail, #map-print {
    height: 300px;
}

.angular-google-map {
    height: auto;
}

.angular-google-map-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#map-detail .angular-google-map-container {
    height: 300px;
}

#map-print .angular-google-map-container {
    height: 300px;
}

.info-window {
}

.info-window h3 {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 13px;
}

.info-window span {
    font-size: 13px;
}

.info-window img {
    display: block;
    float: right;
    max-height: 30px;
}

.info-window .functions {
    margin-top: 7px;
    width: 255px;
    cursor: pointer;
}

.info-window .function {
    display: inline-block;
}

.info-window .function:first-child {
    margin-right: 10px;
}

.info-window .function a {
    color: #666;
    text-decoration: underline;
}

.function {
    cursor: pointer;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
    padding-left: 15px;
    padding-right: 15px;
}

/* Custom page header */
.header {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 347px);
    height: 125px;
    background-image: url('../images/promo-header.jpg');
    background-repeat: no-repeat;
    background-color: #eeeeee;
    border-bottom: 1px solid #e5e5e5;
    z-index: 20;
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
    padding-bottom: 19px;
}

/* Custom page footer */
.footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (max-width: 768px) {

}

.container-narrow > hr {
    margin: 30px 0;
}

/* Panel-Animation */
/*
.animate-slide {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0,);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}

.animate-slide.ng-hide-add, .animate-slide.ng-hide-remove {
  display:block!important;
  transition:0.3s linear all;
}
*/
.animate-slide.ng-hide {
    display: block !important;
    margin-left: -320px;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes slide-left {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: -320px;
    }
}

/* Standard syntax */
@keyframes slide-left {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: -320px;
    }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes slide-right {
    0% {
        margin-left: -320px;
    }
    100% {
        margin-left: 0px;
    }
}

/* Standard syntax */
@keyframes slide-right {
    0% {
        margin-left: -320px;
    }
    100% {
        margin-left: 0px;
    }
}

table.poi-list {
    width: 100%;
}

table.poi-list th, table.poi-list td {
    padding: 3px 6px;
    border-right: 2px solid #82b4d8;
}

table.poi-list th {
    color: #fff;
    background-color: #006ab3;
}

table.poi-list td {
    color: #000;
}

table.poi-list tr:nth-child(even) td {
    background-color: #fff;
}

table.poi-list tr:nth-child(odd) td {
    background-color: #f1f1f1;
}

table th .tab-button {
    padding: 0;
    font-size: inherit;
    color: #fff;
}

table td.pointer * {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.sortorder:after {
    content: '\25b2';
}

.sortorder.reverse:after {
    content: '\25bc';
}

.list-item {
    position: relative;
    padding: 7px 28px;
}

.list-index {
    position: absolute;
    top: 7px;
    left: 0;
}

.list-info1 {
    display: inline-block;
    width: 37%;
    vertical-align: top;
}

.list-info1 span {
    display: block;
    margin-bottom: 3px;
}

.list-info2 {
    display: inline-block;
    width: 13%;
    vertical-align: top;
}

.list-info2 span {
    display: block;
    margin-bottom: 3px;
}

.list-info3 {
    display: inline-block;
    width: 13%;
    vertical-align: top;
}

.list-info3 span {
    display: block;
    margin-bottom: 3px;
}

.list-actions {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.list-actions span.pointer {
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #428bca;
}

.list-actions .pointer i {
    margin-right: 12px;
}

th .list-info1 span, th .list-info2 span, th .list-info3 span {
    display: inline;
}

.poi-details-container {
    background-color: #fff;
    padding-top: 24px;
    padding-bottom: 20px;
}

.poi-details-container .row {
    margin: 0;
}

.small-logo img {
    max-height: 50px;
}

.poi-details-container h1 {
    margin: 0px;
}

.poi-details-container h2 {
    margin: 0px;
    margin-bottom: 10px;
}

.poi-details-container .address {
    margin-bottom: 12px;
}

.poi-details-container .address img {
    display: block;
    float: right;
    max-height: 50px;
}

.poi-details-container .main-button {
    margin: 0px;
    margin-top: 12px;
}

.poi-details-container .main-button button {
    margin: 0px;
    width: 180px;
    font-size: 11px;
}

.poi-details-container h1 {
    margin: 0px;
}

.poi-details-container ul {
    padding: 0;
    list-style-type: none;
}

.poi-details-container ul label {
    width: 190px;
    font-size: 13px;
    color: #006ab3;
}

.poi-details-container ul span {
    font-size: 13px;
}

.poi-details-container .station-img {
    display: block;
    max-width: 180px;
    max-height: 180px;
}

.poi-details-container .poi-attributes {
    margin: 11px 0;
}

.poi-details-container .poi-attributes img {
    margin-right: 10px;
}

.no-favorites {
    padding: 80px;
}

.no-favorites img {
    display: block;
}

.no-favorites p {
    display: block;
    text-align: center;
}

.diesel-price {
    position: relative;
    margin-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    background-color: #474d5d;
    text-align: right;
    font-family: 'Orbitron', sans-serif;
    font-size: 30px;
    text-shadow: 0px 0px 1px #fff;
    color: #fff;
    border-radius: 3px;
}

.diesel-price label {
    position: absolute;
    top: 5px;
    right: 7px;
    font-size: 8px;
    font-size: 8px;
    text-shadow: none;
    letter-spacing: 2px;
}

.dieseldate {
    display: block;
    font-size: 9px;
}

@media screen and (max-width: 1024px) {
    #panel {
        position: fixed;
        z-index: 21;
        top: 0;
        left: 0;
        box-shadow: 5px 0px 12px 3px rgba(0, 0, 0, 0.65);
        background-color: #fff;
    }

    #main {
        margin-left: 37px;
    }

    .logo {
        /*width: 390px;*/
        margin-bottom: 0px;
        overflow-y: visible;
    }

    .logo img {
        display: block;
        width: 335px;
        height: 125px;
        overflow: hidden;
    }

    .logo h1 {
        width: 335px;
        overflow-y: visible;
        border: none;
    }

    .search-filter {
        margin-top: 0px;
    }

    #main .nav-tabs {
        margin-left: 37px;
        background-color: #7db6e3;
        border-bottom: 1px solid #fff;
        position: fixed;
        top: 125px;
        left: 0;
        width: calc(100% - 37px);
    }

    #main .nav-tabs > li.active > a, #main .nav-tabs > li.active > a:focus {
        border-left: none;
    }

    .header {
        width: calc(100% - 37px);
    }
}

@media screen and (max-width: 768px) {
    .header-logo {
        display: none;
    }

    .header-lang {
        display: none;
    }

    .footer-lang {
        display: block;
    }
}

@media screen {
    #print-section {
        display: none;
    }
}

@media print {
    body * {
        visibility: hidden;
    }

    #print-section, #print-section * {
        visibility: visible;
    }

    #print-section {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 10px;
    }

    #map-canvas {
        visibility: visible;
    }

    .manpagebreak {
        page-break-before: always;
    }

    #print-section .images {
        display: inline-block;
    }

    #print-section .images img {
        max-height: 150px;
    }

    #print-section .address .text {
        float: left;
    }

    #print-section .address img {
        float: right;
        max-height: 20px;
        margin-right: 82px;
    }

    #print-section ul li {
        margin: 0;
    }

    #print-section ul li label {
        margin-bottom: 0;
        color: #006ab3;
        font-size: 10px;
    }

    #print-section ul li span {
        font-size: 10px;
    }
}

table.print {
    border: 1px solid #006ab3;
    width: 100%;
}

table.print th, table.print td {
    border-left: 1px solid #006ab3;
    border-right: 1px solid #006ab3;
    padding: 3px 7px;
}

table.print th {
    padding-bottom: 7px;
    font-weight: bold;
    background-color: #006ab3;
    color: #fff;
}

.popover-title, .popover-content {
    color: #000;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

button.disabled {
    color: #777d8d;
}

.diesel-price span[popover] {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 14px;
}

.radio input[type=radio], .radio input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-top: -1px;
    margin-right: 10px;
}

/* Ad Lightbox */
#ad_wrapper_shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none; /* ausgeblendet */
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 25;
}

#ad_wrapper_box {
    display: block;
    width: 500px;
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    z-index: 30;
    -webkit-box-shadow: 0 0 15px 0 #2c2c2d;
    box-shadow: 0 0 15px 0 #2c2c2d;
}

#ad_wrapper_box .ads_box_a {
    display: block;
    width: 100%;
    height: 100%;
}

#ad_wrapper_box .ads_box_a .title {
    min-height: 40px;
    padding: 10px;
    background-color: #2aabd2;
    color: #fff;
}

#ad_wrapper_box .ads_box_a .title .ic_close_ad {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.ic_close_ad .x1 {
    height: 25px;
    width: 2px;
    margin-left: 20px;
    margin-top: 7px;
    background-color: #fff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    Z-index: 1;
}

.ic_close_ad .x2 {
    height: 25px;
    width: 2px;
    background-color: #fff;
    margin-left: 20px;
    margin-top: -25px;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg); /* IE 9 */
    -webkit-transform: rotate(135deg); /* Safari and Chrome */
    Z-index: 2;
}

#ad_wrapper_box .ads_box_a .desc {
    padding: 10px;
}

#ad_wrapper_box .ads_box_a .desc > *:first-child {
    margin-top: 0;
    padding-top: 0;
}

#ad_wrapper_box .ads_box_a .desc > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* News */
.news-list .news_wrapper {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    overflow: hidden;
    background-color: #f1f1f1;
    color: #000;
    padding: 10px 34px;
    border-right: 2px solid #82b4d8;
}

.news-list .news_wrapper:nth-child(even) {
    background-color: #fff;
}

.news-list .news_wrapper .news_image {
    float: left;
}

.news-list .news_wrapper .news_image img {
    max-width: 250px;
    margin-right: 12px;
}

.news-list .news_wrapper .news_teaser {
    float: left;
    margin-right: 12px;
}

.news-list .news_wrapper .news_teaser > * {
    display: block;
    overflow: hidden;
}

.news-list .news_wrapper .news_teaser .desc > *:last-child {
    margin-bottom: 0;
}

.news-list .news_wrapper .news_teaser .title {
    margin-bottom: 12px;
}

.news-list .news_wrapper .news_teaser .desc > *:first-child {
    margin-top: 0;
}

.news-list .news_wrapper .news_teaser .more {
    margin-top: 12px;
}

.news-list .news_wrapper .news_teaser .more a {
    cursor: pointer;
}

/* News Details */
#news_details {
    background-color: #fff;
    padding: 20px;
}

#news_details span.date {
    display: block;
}

#news_details .news_image {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

#news_details > *:first-child {
    margin-bottom: 8px;
}

#news_details > *:nth-child(2) {
    margin-top: 0;
    padding-top: 0;
}

#news_details > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.content_detail {
    margin-top: 125px;
}

.content_detail .tab-content {
    padding-top: 67px;
}

.content_detail ul.nav.nav-tabs {
    border-bottom: none !important;
}

.content_detail ul.nav.nav-tabs::after {
    width: 100%;
    border-bottom: 1px solid #fff;
}

#panel,
#main {
    transition: margin;
    transition-duration: .5s;
}

.header,
#main .nav-tabs,
#map-canvas,
#map-canvas .angular-google-map,
#map-canvas .angular-google-map-container,
table.poi-list.ng-scope thead tr th {
    transition: width;
    transition-duration: .5s;
}

body.panelHidden #panel {
    display: block !important;
    margin-left: -310px;
}

body.panelHidden #main {
    margin-left: 37px;
}

body.panelHidden .header,
body.panelHidden #main .nav-tabs {
    width: calc(100% - 37px);
}

body.panelHidden #main table.poi-list.ng-scope thead tr th {
    width: calc(100% - 36px);
}

#main .full-blue ul.nav {
    padding-bottom: 0;
    margin-bottom: 10px;
    border-bottom: 10px #7db6e3 solid !important;
}

#main .full-blue ul.nav.nav-tabs::after {
    border-bottom: 1px solid #006ab3;
}

.btn-confmapoverview {
    float: left;
}

#configureMapOverview {
    display: none;
    position: fixed;
    z-index: 99999;
}

#configureMapOverview #mapTitle {
    position: absolute;
    top: -40px;
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px;
    background-color: #2aabd2;
    color: #fff;
}

#configureMapOverview #cmoToolbar {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 999999;
    padding: 5px;
    background-color: #006ab3;
}

#configureMapOverview #cmoToolbar > button {
    float: left;
    margin-left: 5px;
}

#configureMapOverview #cmoToolbar > button:first-child {
    margin-left: 0;
}

#configureMapOverview #configureMapOverviewGMap {
    display: block;
    width: 100%;
    height: 100%;
}

/* Feedback Lightbox */
#feedback_wrapper_shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 25;
}

#feedback_wrapper_box {
    display: block;
    width: 500px;
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    z-index: 30;
}

#feedback_wrapper_box .title {
    min-height: 40px;
    padding: 10px;
    background-color: #2aabd2;
    color: #fff;
}

#feedback_wrapper_box #feedback_wrapper {
    display: block;
    overflow: hidden;
    padding: 10px;
}

#feedback_wrapper_box #feedback_wrapper textarea {
    display: block;
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
}

#feedback_wrapper_box .title .ic_close_feedback {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#feedback_wrapper .message {
    margin-bottom: 10px;
    padding: 3px 5px;
    color: #000;
}

#feedback_wrapper .message.success {
    background-color: rgba(9, 255, 47, 0.75);
    border: 1px solid #13A200;
}

#feedback_wrapper .message.error {
    background-color: rgba(255, 31, 31, 0.75);
    border: 1px solid #B90000;
}

#feedback_wrapper button.btn.btn-primary.sendFeedback {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.ic_close_feedback .x1 {
    height: 25px;
    width: 2px;
    margin-left: 20px;
    margin-top: 7px;
    background-color: #fff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    Z-index: 1;
}

.ic_close_feedback .x2 {
    height: 25px;
    width: 2px;
    background-color: #fff;
    margin-left: 20px;
    margin-top: -25px;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg); /* IE 9 */
    -webkit-transform: rotate(135deg); /* Safari and Chrome */
    Z-index: 2;
}

/* captcha */
#captcha-wrap {
    border: solid #428BCA 1px;
    -webkit-border-radius: 10px;
    float: left;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #2AABD2;
    text-align: left;
    padding: 3px;
    margin-top: 3px;
    margin-left: 0;
}

#captcha-wrap .captcha-box {
    -webkit-border-radius: 7px;
    background: #fff;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    border: solid #fff 1px;
}

#captcha-wrap .text-box {
    width: 140px;
    height: 53px;
    float: left;
    margin: 4px;
    text-align: left;
}

#captcha-wrap .text-box input {
    width: 120px;
}

#captcha-wrap .text-box label {
    color: #000000;
    font-family: helvetica, sans-serif;
    font-size: 12px;
    width: 150px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 0;
}

#captcha-wrap .captcha-action {
    float: right;
    width: 117px;
    /*background:url(../images/logos.jpg) top right no-repeat;*/
    height: 44px;
    margin-top: 3px;
    line-height: 44px;
}

#captcha-wrap img#captcha-refresh {
    margin-top: 24px;
    margin-right: 6px;
    cursor: pointer;
}

/* Share Lightbox */
#share_wrapper_shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 25;
}

#share_wrapper_box {
    display: block;
    width: 350px;
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    z-index: 30;
}

#share_wrapper_box .title {
    min-height: 40px;
    padding: 10px;
    background-color: #2aabd2;
    color: #fff;
}

#share_wrapper_box #share_wrapper {
    display: block !important;
    visibility: visible;
    overflow: hidden;
    padding: 10px;
}

#share_wrapper_box .title .ic_close_share {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#share_wrapper_box #share_wrapper input {
    display: block !important;
    width: 100%;
    visibility: visible;
}

.ic_close_share .x1 {
    height: 25px;
    width: 2px;
    margin-left: 20px;
    margin-top: 7px;
    background-color: #fff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    Z-index: 1;
}

.ic_close_share .x2 {
    height: 25px;
    width: 2px;
    background-color: #fff;
    margin-left: 20px;
    margin-top: -25px;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg); /* IE 9 */
    -webkit-transform: rotate(135deg); /* Safari and Chrome */
    Z-index: 2;
}

/* fixed list header */
table.poi-list.ng-scope thead {
    display: block;
    height: 40px;
}

table.poi-list.ng-scope thead tr th {
    position: fixed;
    width: calc(100% - 346px);
    z-index: 5;
}

/* Logpay Sprachauswahl */
#sprachauswahl {
    position: absolute;
    top: 53px;
    right: 250px;
    width: 60px;
    cursor: pointer;
    z-index: 99999999999999999;
}

#aktive_sprache {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #666;
    line-height: 25px;
    color: #666;
    text-align: center;
    font-size: 14px;
    background-image: url('../images/sprache_pfeil_runter.png');
    background-repeat: no-repeat;
    background-position: bottom 2px center;
}

#auswahl_sprachen {
    display: none;
    text-align: left;
    margin-top: 4px;
}

.sprache_inaktiv {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #666;
    line-height: 56px;
    text-align: center;
    color: #666;
    font-size: 14px;
    text-decoration: none;
    background-image: url('../images/sprache_pfeil_rechts1.png');
    background-repeat: no-repeat;
    background-position: top 3px center;
    pointer-events: none;
    cursor: default;
}

.sprache {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid #666;
    line-height: 51px;
    text-align: center;
    background-color: #666;
    color: #FFF !important;
    font-size: 14px;
    text-decoration: none !important;
    margin-bottom: 6px;
    background-image: url('../images/sprache_pfeil_hoch.png');
    background-repeat: no-repeat;
    background-position: top 3px center;
}

.sprache:hover {
    border: 2px solid #FFF;
    text-decoration: none;
    color: #FFF;
}

/* WAYPOINTS */
ul.waypoints {
    list-style: none;
    padding-left: 0;
}

ul.waypoints li.ui-state-highlight {
    display: block;
    width: 200px;
    height: 26px;
    background: #fff;
    margin: 0 0 7px 50px;
    box-sizing: border-box;
    border: 1px dotted initial;
    opacity: 0.75;
}

ul.waypoints li a.clear {
    cursor: pointer;
}

ul.waypoints li.ui-sortable-handle {
    position: relative;
    padding-left: 50px;
}

ul.waypoints li.ui-sortable-handle label {
    display: none !important;
    width: 35px !important;
}

ul.waypoints li.ui-sortable-handle a.clear {
    display: inline-block;
    margin-left: -21px;
}

ul.waypoints li.ui-sortable-handle:before {
    position: absolute;
    top: 0;
    left: 15px;
    content: "\f142";
    color: #666;
    font-size: 20px;
    font-family: FontAwesome;
    display: block;
    cursor: move;
}

#print-section .page-break {
    page-break-before: always;
    page-break-after: always;
    page-break-inside: avoid;
}

#print-section .page-break-item {
    display: block;
    width: 100%;
    height: 200px;
}

#print-section .poi_print_wrapper {
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-between;
}

#print-section .poi_print_wrapper .poi_print_item {
    flex-grow: 1;
    flex-basis: 50%;
    border-bottom: 1px solid #eee;
}

#print-section .poi_print_wrapper .poi_print_item:nth-child(n+3) {
    border-bottom: none;
}

#print-section #print-map {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}

.search-main-route-content .action-toolbar > * {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

.search-main-route-content .action-toolbar .search-button {
    margin-left: 0;
}

.search-main-route-content .waypoints > .addwaypoint-button {
    padding: 0 26px 6px 0;
}

.search-main-route-content .waypoints > .addwaypoint-button button {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
    border: 3px solid rgba(82, 156, 210, 0.75);
    border-radius: 12px;
    outline: none;
    margin-left: 5px;
}

.search-main-route-content .waypoints > .addwaypoint-button button:after {
    font-family: FontAwesome;
    content: "\f067";
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    right: calc(50% - 5px);
    font-size: 13px;
    color: #006ab3;
    font-weight: normal;
}