@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-style: normal;
    src: url('fonts/Source-Sans-Pro-regular.eot');
    src: url('fonts/Source-Sans-Pro-regular.eot?#iefix') format('embedded-opentype'),
    local('Source Sans Pro'),
    local('Source-Sans-Pro-regular'),
    url('fonts/Source-Sans-Pro-regular.woff2') format('woff2'),
    url('fonts/Source-Sans-Pro-regular.woff') format('woff'),
    url('fonts/Source-Sans-Pro-regular.ttf') format('truetype'),
    url('fonts/Source-Sans-Pro-regular.svg#SourceSansPro') format('svg');
}

body {
    overflow-x: hidden;
    font-family: Source Sans Pro;
    font-size: 18px;
    line-height: 1.3;
    color: #000000;
}

h1 {
    font-size: 28px;
    color: #b6cf3f;
    font-weight: bold;
    margin: 40px 0 35px 0;
}

h2 {
    font-size: 22px;
    color: #aaaaaa;
    font-weight: bold;
    margin: 25px 0 20px 0;
}

h3 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    margin: 20px 0 15px 0;
}

p {
    margin: 0 0 12.5px 0;
}

p, li {
    text-align: justify;
}

#unser_service p,
#team p {
    text-align: initial;
}

a {
    color: #b6cf3f;
    text-decoration: none;
}

a:hover {
    color: #b6cf3f;
    text-decoration: underline;
}

img {
    max-width: 100%;
}

.block {
    padding-bottom: 80px;
}

.sand {
    background-image: url('pic/bg_sand.png');
    width: 100%;
}

.btn {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
}

.btn-primary {
    background-color: #b6cf3f;
    border-color: #b6cf3f;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
    background-color: #9fb72e;
    border-color: #9fb72e;
}

.btn-default {
    color: #b6cf3f;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:focus {
    background-color: #ffffff;
    color: #9fb72e;
}

.btn-info {
    font-size: 14px;
    background-color: #aaaaaa;
    border-color: #aaaaaa;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info:active:focus {
    background-color: #999999;
    border-color: #999999;
}

.form-group input[type=text], .form-group textarea, .form-group a.dropdown-toggle, .form-group select {
    background-color: #ffffff;
    border: 0;
    color: #000000;
    box-shadow: inset 0px 6px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding: 4px 12px;
    text-decoration: none;
    display: block;
    width: 100%;
}

.form-group input[type=checkbox] {
    margin-right: 8px;
}

.form-group .caret {
    margin-left: 10px;
    color: #999999;
    border-width: 8px;
    border-top-width: 10px;
    position: absolute;
    right: 12px;
    top: calc(50% - 2px);
}

.form-group .dropdown-menu {
    min-width: 100%;
    border-radius: 0;
    font-size: 16px;
}

.table {
    border-top: 1px solid #f6f3ec;
    border-bottom: 1px solid #f6f3ec;
}

.table > tbody > tr > td {
    border: 1px solid #f6f3ec;
    font-size: 18px;
    padding: 15px;
}

.table > tbody > tr > td.lbl {
    font-weight: bold;
}

.table tr td:first-child,
.table tr th:first-child {
    border-left: 0;
}

.table tr td:last-child,
.table tr th:last-child {
    border-right: 0;
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 450px) {
    table tr td:first-child {
        word-wrap: break-word;
        width: 120px;
        max-width: 120px;
    }
}

.table_style {
    display: table;
    table-layout: fixed;
}

.cell_style {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

#top {
    position: relative;
}

.wrapper {
    background: #fff;
    position: relative;
    z-index: 3;
    padding-bottom: 50px;
}

#utilities {
    margin-right: 100px;
    padding: 15px 5px 0 0;
    opacity: 1;
    -moz-transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear;
    -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
}

#utilities img {
    height: 30px;
    vertical-align: top;
}

.light #utilities {
    color: #fff;
}

#utilities a {
    line-height: 30px;
    color: #aaaaaa;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

#hotline_head {
    display: none;
}

#fb_head {
    margin-right: 16px;
}

#ig_head {
    margin-right: 32px;
}

#login {
    margin-right: 25px;
}

#utilities .dropdown {
    display: inline;
}

#utilities .dropdown-menu {
    min-width: auto;
    right: 0;
    left: auto;
}

.navbar-fixed-top {
    height: 145px;
    background: url('pic/bg_sand.png') repeat-x;
}

.navbar-header {
    z-index: 1031;
}

.nav > li > a {
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 13px;
}

.nav > li > a:hover, .nav > li > a:focus, .nav > li > a:active,
.nav > li.open > a, .nav > li.open > a:focus, .nav > li.open > a:active {
    background-color: transparent;
    color: #9fb72e;
}


#mainmenu {
    margin-top: 35px;
}

#mainmenu .dropdown-arrow {
    position: absolute;
    width: 15px;
    left: calc(50% - 7.5px);
    top: 76px;
    z-index: 1001;
    display: none
}

#mainmenu .dropdown-arrow::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 8px 0 8px;
    border-color: #B6CF3F transparent transparent transparent;
    z-index: 1;
    transition: all 0.15s ease-in-out;
}

#mainmenu > ul > li:hover .dropdown-arrow,
#mainmenu > ul > li.open .dropdown-arrow,
#mainmenu > ul > li.active .dropdown-arrow {
    display: initial;
}

.navbar-nav > li > .dropdown-menu {
    min-width: 230px;
    left: 50%;
    right: auto;
    text-align: left;
    transform: translate(-50%, 0);
    max-height: calc(100vh - 145px);
    overflow-y: auto;
    margin-top: 25px;
    border: 0;
    font-size: 16px;
    font-weight: normal;
}

.navbar-nav > li > .dropdown-menu a {
    color: #000000;
    background: transparent;
    padding: 10px 30px 3px;
}

#mainmenu .menu-icon {
    padding: 30px;
    margin: 0 auto;
    width: 120px;
    text-align: center;
}

.dropdown-menu > li > a div {
    display: inline-block;
    padding-bottom: 7px;
}

.dropdown-menu > li > a:hover div,
.dropdown-menu > li > a:focus div {
    border-bottom: solid 5px #B6CF3F;
    padding-bottom: 2px;
    font-weight: bold;
}

@media (max-width: 1140px) {
    .nav > li > a {
        font-size: 16px;
        padding: 10px 6px;
    }

    .navbar-nav > li > .dropdown-menu {
        min-width: 190px;
    }

    .navbar-nav > li > .dropdown-menu a {
        padding: 10px 20px 3px;
    }
}

/* Menu collaps without changing grid collapse setting */
@media (max-width: 991px) {
    .navbar-header {
        position: absolute;
        top: 0;
        left: 95px;
        float: left;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 15px;
        background-image: url('pic/bg_sand.png');
    }

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

    .navbar-toggle {
        display: block;
    }

    .navbar-fixed-top {
        top: 0;
        height: 70px;
    }

    .navbar-fixed-top .navbar-collapse {
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        max-height: none;
        padding-right: 20px;
        border: 0;
    }

    .navbar-collapse.collapse {
        display: none !important;
        overflow-y: auto !important;
        max-height: 405px;
    }

    .collapse {
        height: auto;
        width: auto;
    }

    .collapsing {
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-transition-property: height, visibility;
        transition-property: height, visibility;
        -webkit-transition-duration: 0.35s;
        transition-duration: 0.35s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
    }

    .collapsing.width {
        -webkit-transition-property: width, visibility;
        transition-property: width, visibility;
        width: 0;
        height: auto;
    }

    .navbar-nav {
        float: none !important;
        margin: 2px 0 0;
        display: inline-block;
    }

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

    .navbar-nav > li > a {
        padding-top: 19px;
        padding-bottom: 20px;
        line-height: 24px;
        font-size: 18px;
        margin-right: 40px;
        min-width: 180px;
    }

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

    #mainmenu > ul > li:hover .dropdown-arrow,
    #mainmenu > ul > li.open .dropdown-arrow,
    #mainmenu > ul > li.active .dropdown-arrow {
        display: none;
    }

    #mainmenu .menu-icon {
        width: 30px;
        height: 63px;
        padding: 0;
        position: absolute;
        right: 0;
    }

    #mainmenu .menu-icon img {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        box-shadow: none;
    }

    .navbar-nav > li > .dropdown-menu {
        left: 0;
        transform: none;
        font-size: 16px;
        font-weight: normal;
        min-width: auto;
        max-height: initial;
        overflow-y: initial;
    }

    .navbar-nav > li.open > .dropdown-menu > li > a {
        color: #b6cf3f;
        background: transparent;
        padding: 10px 0 3px 10px;
    }

    .dropdown-menu > li > a:hover div,
    .dropdown-menu > li > a:focus div {
        font-weight: normal;
    }

    .navbar .container {
        position: relative;
    }
}

@media (max-width: 450px) {
    .navbar-toggle {
        margin-right: 5px;
    }

    .navbar-header {
        padding-left: 5px;
    }

    .navbar-fixed-top .navbar-collapse {
        padding-left: 5px;
    }

    .navbar-nav > li > a {
        padding-left: 0;
        padding-right: 0;
        font-size: 16px;
    }

    .navbar-nav > li.open > .dropdown-menu > li > a {
        font-size: 14px;
        padding: 10px 0 3px 0px;
    }
}

@media (max-width: 380px) {
    div.menu-icon {
        display: none;
    }

    .navbar-nav > li > a {
        margin-right: 0;
        font-size: 14px;
    }

    .navbar-nav > li.open > .dropdown-menu > li > a {
        font-size: 13px;
    }

    .navbar-toggle {
        padding: 9px 2px;
    }

    .navbar-header {
        left: 75px;
    }

    .navbar-toggle img {
        width: 38px;
        height: 33px;
    }
}

#slider {
    padding-top: 145px;
    width: 100%;
}

#info-slider {
    position: absolute;
    top: 215px;
    width: 312px;
    padding: 0 40px;
    z-index: 1020;
    color: #fff;
}

.compact #info-slider {
    display: none;
}

#info-slider .header-info {
    font-size: 22px;
}

#info-slider .general-info {
    font-size: 16px;
}

#info-slider .carousel-control {
    background: 0;
}

#info-slider .carousel-control.left {
    left: -36px;
}

#info-slider .carousel-control.right {
    right: -30px;
}

@media (max-width: 380px) {
    #info-slider .carousel-control.left {
        left: 0;
    }

    #info-slider .carousel-control.right {
        right: 0;
    }
}

#info-slider .carousel-control {
    visibility: hidden;
}

#info-slider:hover .carousel-control {
    visibility: visible;
}

#info-slider .detail-info {
    font-size: 14px;
}

#info-slider .item-contact {
    font-size: 16px;
}

#info-slider .item-info p {
    margin-bottom: 12px;
}

#info-slider .item-price {
    font-weight: 700;
}

#info-slider img {
    margin: 0 auto 10px;
}

#header-img {
    height: 335px;
    width: 100%;
    margin-top: 145px;
    padding-left: 335px;
    padding-right: 10px;
    background-size: cover;
    background-position: center center;
}

#header-img--home{
    height: 335px;
    width: 100%;
    margin: 145px auto 0;
    object-fit: cover;
    object-position: center;
    max-width: 1500px;
    /*width: 100% !important;*/
    /* max-width: 100%; */
    /*margin-left: auto;*/
}
#header-img--home img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#header-content {
    display: flex;
    justify-content: center;
}

#header-text {
    height: 335px;
    padding-left: 20px;
}

#header-text h1 {
    font-size: 72px;
    font-weight: bold;
    color: #b6cf3f;
    text-align: center;
    margin: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#header-icon {
    height: 335px;
    width: 150px;
    max-width: auto;
}

#header-icon img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    #header-img {
        height: 335px;
        margin-top: 70px;
        padding-left: 10px;
    }

    #header-text h1 {
        font-size: 30px;
    }

    #header-icon {
        width: 50px;
    }
}

@media (min-width: 1830px) {
    .navbar-header {
        position: fixed;
        top: 0;
    }

    .navbar-header, #logo, #teaser_top, #teaser, #hotline, #info-slider {
        left: calc(50vw - 894px);
    }
}

#teaser_top {
    background: #B6CF3F;
    position: fixed;
    top: 0;
    width: 312px;
    padding: 0 9px;
    z-index: 1030;
    height: 145px;
    -webkit-box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

#teaser {
    background: #B6CF3F;
    position: fixed;
    top: 145px;
    width: 312px;
    padding: 0 9px;
    z-index: 1020;
    min-height: 0px;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
}

.site #teaser {
    max-height: 145px;
}

.compact #teaser {
    display: none;
}

#logo {
    position: fixed;
    z-index: 1050;
    top: 0;
    margin: 0 40px;
    padding: 39px 0 38px 0;
    background: #B6CF3F;
}

.compact #logo {
    padding: 8px 0;
}

#teaser .border, #teaser_top .border {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 100%;
}

#hotline {
    position: fixed;
    z-index: 1025;
    top: 145px;
    width: 312px;
    height: 65px;
    background: #AAAAAA;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 19px 20px;
    text-align: center;
}

.compact #hotline {
    top: 85px;
    height: 60px;
    z-index: 1040;
}

#hotline a {
    color: #ffffff;
    text-decoration: none;
}

#hotline_img {
    display: none;
}

@media (min-width: 1830px) {
    .compact #hotline {
        left: calc(50vw - 894px);
    }
}

@media (max-width: 991px) {
    #slider {
        padding-top: 70px;
    }

    .compact #logo, #logo {
        float: left;
        margin: 0;
        padding: 0;
        border: 15px solid #b6cf3f;
        width: 95px;
        overflow: hidden;
        -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
    }

    #logo img {
        height: 40px;
        max-width: none;
    }

    #utilities {
        position: absolute;
        right: 0;
        margin: 0;
    }

    #hotline_head {
        display: inline;
    }

    #hotline_head, #fb_head, #login {
        margin-right: 12px;
    }

    #login_text {
        display: none;
    }

    .navbar .container {
        padding: 0;
        margin: 0;
    }

    #mainmenu {
        background-color: #ffffff;
        margin: 0;
        -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
        float: left;
    }

    #teaser, #teaser_top {
        display: none;
    }

    #info-slider {
        position: static;
        background: #b6cf3f;
        width: 100%;
        padding: 25px 10px 15px;
    }

    #hotline {
        display: none;
    }
}

@media (max-width: 380px) {
    .compact #logo, #logo {
        border-left: 5px solid #b6cf3f;
        border-right: 5px solid #b6cf3f;
        width: 75px;
    }
}

#content {
    padding-top: 65px;
    overflow: visible !important;
    overflow-x: hidden;
}

#slider img {
    height: 355px;
    width: auto !important;
    max-width: unset;
}

@media (max-width: 800px) {
    #slider img {
        height: 310px;
        width: auto !important;
        max-width: unset;
    }
}

.carousel-indicators {
    margin-bottom: 0;
}

.carousel-indicators li {
    border: 1px solid #ffffff;
    border-radius: 10px;
    background-color: #fff;
}

.carousel-indicators .active {
    border: 1px solid #b6cb5d;
    background-color: #b6cb5d;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

#content_team {
    position: relative;
}

#team_mouseover {
    position: absolute;
    right: 15px;
    top: 40px;
    display: none;
    font-weight: bold;
    color: #b6cf3f;
}

.team_info {
    position: absolute;
    right: 15px;
    top: 15px;
    display: none;
}

.team_info img {
    max-width: 100px;
    float: left;
    border: 1px solid #b6cb5d;
}

.team_info .popover {
    display: inline-block;
    position: relative;
    font-family: 'Source Sans Pro';
}

.team_info .popover-content {
    padding-right: 40px;
}

.team_info .popover .close {
    font-size: 40px;
    position: absolute;
    top: -5px;
    right: 4px;
}

#rueckrufservice {
    /*background-image: url('pic/rueckrufservice.jpg');*/
    /*background-image: url('pic/bg_sand.png');*/
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding: 10px 0 30px;
    /*border-bottom: 2px solid #b6cf3f;*/

}

#rueckrufservice button {
    margin-top: 16px;
}

#input_info {
    font-weight: bold;
}

.dsgvo_info {
    font-size: 80%;
}

.g-recaptcha {
    margin: 15px 0 5px;
}

@media (max-width: 480px) {
    .g-recaptcha {
        transform: scale(0.8);
        transform-origin: 0 0;
    }
}

#dsgvo_rr {
    background-color: #ffffff;
    border: 0;
    color: #000000;
    box-shadow: inset 0px 6px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding: 4px 12px;
    text-decoration: none;
    display: block;
    width: 100%;
}

#footer {
    background-image: url('pic/bg_sand.png');
    font-size: 14px;
    margin: 0;
    padding: 72px 0 10px 0;
    line-height: 20px;
}

#footer .row div {
    padding-top: 22px;
}

#footer a {
    color: #000000;
}

#footer_menu {
    text-align: right;
}

.footer-icons {
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.footer-icons img {
    height: 100%;
    box-sizing: content-box;
}

.footer-icons .social {
    margin-right: auto;
    height: 32px;
    box-sizing: content-box;
}

.footer-icons .badges {
    height: 64px;
    box-sizing: content-box;
}

.footer-icons a:not(:last-child) {
    margin-right: 25px;
    display: inline-block;
    height: 100%;
}

.footer-icons .social img {
    max-height: 32px;
}

.footer-icons .badges img {

}

@media (max-width: 991px) {
    #footer_menu {
        text-align: left;
    }
}

.footer_link {
    display: block;
    width: 100%;
}

.separator {
    display: none;
}

@media (max-width: 991px) {
    .hide_mobile {
        display: none;
    }

    #footer {
        padding-top: 20px;
    }

    .footer_link {
        display: inline;
        width: auto;
    }

    .separator {
        display: inline;
    }
}

@media (max-width: 767px) {
    .footer-icons {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-icons .social,
    .footer-icons .badges {
        margin-top: 20px;
    }
}

#copyright {
    background-color: #b6cf3f;
    color: #ffffff;
    font-size: 12px;
}

#cookie_directive_container .navbar {
    background-color: #B6CF3F;
}

#cookie_accept p {
    margin: 20px;
    color: #ffffff;
}

#cookie_accept p a {
    color: #ffffff;
}

#cookie_accept .btn {
    margin: 8px 20px;
    padding: 6px 18px;
}

#copyright .left {
    float: left;
    padding: 11px 0 10px;
}

#copyright .right {
    float: right;
    padding: 11px 0 10px;
}

#copyright .right a {
    padding-left: 30px;
}

#unser_service img {
    min-width: 45px;
}

#unser_service .row .col-sm-6:last-child {
    clear: left;
}

@media (max-width: 350px) {
    #unser_service h2 {
        font-size: 18px;
    }
}

.team_body {
    overflow: auto;
    margin-bottom: 70px;
}

#team img {
    width: 100%;
    max-width: 280px;
}

#team .img-circle {
    border: 2px solid #b6cf3f;
}

.anchor_p {
    position: relative;
    margin: 0;
}

.anchor {
    position: absolute;
    top: -280px;
}

#search_box {
    background-color: #f6f3ec;
    padding: 0 30px 30px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
    margin-top: -130px;
    position: relative;
    z-index: 1;
    margin-bottom: 65px;
}

#search_box .nav-tabs {
    border-bottom: 1px solid #ffffff;
}

#search_box .nav-tabs > li > a {
    text-transform: none;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    padding: 30px 30px 20px;
}

#search_box .nav-tabs > li > a, #search_box .nav-tabs > li > a:hover {
    border: 0;
}

#search_box .nav-tabs > li.active > a, #search_box .nav-tabs > li.active > a:focus, #search_box .nav-tabs > li.active > a:hover {
    color: #ffffff;
    background-color: #b6cf3f;
    border: 0;
    border-radius: 0;
}

#search_box .nav-tabs .dropdown-arrow {
    position: absolute;
    width: 15px;
    left: calc(50% - 7.5px);
    top: 88px;
    display: none;
}

@media (max-width: 450px) {
    #search_box {
        padding: 0 20px 30px;
    }

    #search_box .nav-tabs > li > a {
        padding: 20px 15px 15px;
    }

    #search_box .nav-tabs .dropdown-arrow {
        top: 73px;
    }
}

#search_box .nav-tabs .dropdown-arrow::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 8px 0 8px;
    border-color: #B6CF3F transparent transparent transparent;
    z-index: 1;
    transition: all 0.15s ease-in-out;
}

#search_box > ul.nav-tabs > li.open .dropdown-arrow,
#search_box > ul.nav-tabs > li.active .dropdown-arrow {
    display: initial;
}

#search_box .btn-primary {
    position: relative;
    width: 140px;
    text-align: left;
}

#search_box .btn-primary img {
    border: 0;
    margin-left: 40px;
    position: absolute;
    right: 5px;
    top: 5px;
}

#search_box input {
    font-size: 18px;
}

#search_filter {
    padding: 36px 0 16px;
    display: flex;
    width: calc(100% + 30px);
}

#search_filter .form-group {
    margin-right: 30px;
    width: calc(33.3333% - 30px);
}

@media (max-width: 991px) {
    #search_filter {
        display: block;
        width: 100%;
    }

    #search_filter .form-group {
        margin-right: 0;
        width: 100%;
    }
}

.search_navi {
    background-color: #b6cf3f;
    padding: 20px;
    text-align: center;
}

.search_pages {
    float: left;
    background-color: #aaaaaa;
    margin: -20px;
    margin-right: 80px;
    padding: 20px;
    height: 79px;
    line-height: 39px;
    font-size: 20px;
    color: #ffffff;
}

.search_sort {
    float: right;
}

.form-group a.ddSort {
    width: 200px;
    text-align: left;
}

.pagination {
    margin: 0 15px;
    border-radius: 3px;
    height: 39px;
}

.pagination > li > a {
    font-size: 16px;
    color: #000000;
    background: transparent;
    padding: 7px;
    border: 1px solid #aaaaaa;
}

.pagination > li > a:hover {
    color: #000000;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus {
    background-color: #aaaaaa;
    color: #ffffff;
    border: 1px solid #aaaaaa;
}

@media (max-width: 800px) {
    .search_navi {
        position: relative;
    }

    .search_pages {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 4px;
        height: auto;
        line-height: normal;
        background-color: transparent;
        color: #000000;
    }

    .search_sort {
        float: none;
    }

    .search_sort .dropdown {
        width: 200px;
        margin: 0 auto;
    }

    .pagination {
        margin-bottom: 10px;
    }
}

#search_results {
    margin: 50px 0;
}

#search_results .img {
    margin-bottom: 50px;
    text-align: center;
}

#search_results .img h2 {
    display: none;
    text-align: left;
}

#search_results .data h2 {
    margin-top: 10px;
}

#search_results a.btn {
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    #search_results .expose {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    #search_results .img {
        margin-bottom: 10px;
        overflow: auto;
    }

    #search_results .img h2 {
        display: block;
    }

    #search_results .data h2 {
        display: none;
    }

    #search_results .desc {
        border-bottom: 1px solid #cccccc;
    }

    #search_results .expose {
        display: none;
    }
}

.list_pic_container {
    width: 100%;
    max-width: 500px;
    display: inline-block;
    position: relative;
}

.list_pic_dummy {
    margin-top: 65%;
}

.list_pic {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center center;
    background-size: cover;
}

.list_pic a {
    display: block;
    width: 100%;
    height: 100%;
}

#search_results .list_pic img {
    display: none;
}

@media print {
    #search_results .list_pic {
        overflow: hidden;
    }

    #search_results .list_pic a {
        display: none;
    }

    #search_results .list_pic img {
        display: block;
    }
}

.list_data_left {
    float: left;
    width: 65%;
    padding-bottom: 10px;
}

.list_data_right {
    float: left;
    width: 35%;
    padding-bottom: 10px;
}

/* Objektdetails */

#detail_title {
    float: left;
}

#detail_title h1 {
    margin-top: 0px;
    margin-bottom: 0px;
}

#detail_title h2 {
    margin-top: 16px;
}

.detail_back {
    float: right;
    text-align: right;
    margin-bottom: 20px;
}

.detail_back .glyphicon {
    font-size: 12px;
}

#detail_quickfacts {
    clear: both;
    background-color: #b6cf3f;
    padding: 20px;
    overflow: auto;
}

.detail_info_entry {
    float: left;
    margin-right: 20px;
}

.detail_info_entry img {
    margin-right: 5px;
}

@media (max-width: 720px) {
    .detail_info_entry {
        width: 100%;
        margin-bottom: 8px;
    }
}

#detail_bett {
    padding-top: 4px;
}

#detail_price {
    float: right;
    font-size: 30px;
    font-weight: bold;
}

@media (max-width: 1140px) {
    #detail_price {
        clear: both;
        float: none;
        width: 100%;
    }
}

.detail_pic_container {
    width: 100%;
    max-width: 500px;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.detail_pic_dummy {
    margin-top: 65%;
}

.detail_pic {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center center;
    background-size: cover;
}

#detail_gallery .detail_pic img {
    display: none;
}

@media print {
    #detail_gallery .detail_pic {
        overflow: hidden;
    }

    #detail_gallery .detail_pic a {
        display: none;
    }

    #detail_gallery .detail_pic img {
        display: block;
    }
}

#detail_gallery {
    margin-top: 30px;
}

.fotorama__wrap {
    margin: 0 auto;
}

.fotorama__thumb-border {
    border-color: #b6cf3f !important;
}

@media (max-width: 720px) {
    .hide_mobile_xs {
        display: none;
    }
}

#detail_info {
    margin-top: 30px;
}

#detail_info div.lbl {
    font-weight: bold;
    padding: 15px 0 15px 30px;
}

#detail_info div.data {
    padding: 15px 0 15px 30px;
}

#detail_map {
    padding-bottom: 12px;
    margin: 30px 0;
    clear: both;
}

#map-container {
    height: 360px;
    width: 100%;
}

#map_legend {
    text-align: center;
}

#map_legend div img {
    display: inline;
    width: auto !important;
}

#map_canvas {
    height: 100%;
    width: 100%;
}

#map_canvas img {
    width: auto !important;
}

#map_canvas_fail {
    display: none;
    height: 100%;
    width: 100%;
}

#map_canvas_fail div {
    padding-top: 65px;
}

#detail_ma_data {
    font-size: 16px;
}

#detail_ma_bild .img-circle {
    border: 2px solid #b6cf3f;
}

#detail_form {
    padding: 30px;
    background-color: #faf8f4;
    margin-bottom: 25px;
}

#detail_downloads h2 {
    margin-top: 0;
}

#detail_downloads img {
    margin-right: 5px;
}

#detail_downloads a {
    font-weight: bold;
}


#kontakt {
    padding: 15px;
    /*background-color: #faf8f4;*/
}

.wappen {
    text-align: center;
}

#links .row div {
    padding-bottom: 20px;
}

@media (max-width: 720px) {
    .wappen {
        font-size: 14px;
    }
}

.sitemap_level2 {
    padding-left: 20px;
    font-size: 15px;
}

.ref {
    font-size: 14px;
}

.ref img {
    padding: 0 15px 10px 0;
}

.yes, .no {
    padding: 12px 22px;
}

#uebersiedlung_temp {
    background-color: #b92525;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding: 30px;
    margin-top: 10px;
}
/* ######################## */
/* Spitting Llama */
/* ######################## */

.logo-raiffeisen{
    width: 100px;
    max-width: 100px;
    position: relative;
    bottom: 4px;
    padding: 8px 16px;
    box-sizing: content-box;
}

/*.intro-p1{*/
/*    line-height: 2;*/
/*}*/

.content-waste-sorting > div {
    padding: 32px 0;
}
.content-waste-sorting > div:last-child {
    margin-bottom: -80px;
    padding-bottom: 80px;
}

h3.waste {
    display: flex;
    align-items: center;
}

h3.waste::before {
    content: '';
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    margin-right: 16px;
    background-size: contain;
    /*filter: invert(74%) sepia(62%) saturate(476%) hue-rotate(22deg) brightness(99%) contrast(83%);*/
}

h3.waste-bio::before {
    background-image: url("./pic/waste-sorting/icon-trash-bio.png");
}

h3.waste-plastic::before {
    background-image: url("./pic/waste-sorting/icon-trash-plastic.png");
}

h3.waste-metal::before {
    background-image: url("./pic/waste-sorting/icon-trash-metal.png");
}

h3.waste-glass::before {
    background-image: url("./pic/waste-sorting/icon-trash-glass.png");
}

h3.waste-paper::before {
    background-image: url("./pic/waste-sorting/icon-trash-paper-2.png");
}

h3.waste-trash::before {
    background-image: url("./pic/waste-sorting/icon-trash.png");
}

.content-waste-sorting ul {
    padding-left: 32px;
    padding-top: 12px;
}

.content-waste-sorting li {
    list-style: none;
    line-height: 1.5;
}

.content-waste-sorting li::before {
    width: 23px;
    margin-left: -23px;
    padding-right: 8px;
}

.content-waste-sorting .ul-yes li::before {
    content: "✓";
}

.content-waste-sorting .ul-no li::before {
    content: "⨯";
    position: relative;
    bottom: 2px;
    font-size: 24px;
    line-height: 1;
}

/*2022 08 01 - add team placeholder img*/
.team_img--placeholder img{
    padding: 64px;
}
.team_img--placeholder::before{
    content: '';
    display: block;
    /*width: 100%;*/
    width: calc(100% - 30px);
    max-width: 280px;
    height: 100%;
    position: absolute;
    border: 2px solid #b6cf3f;
    border-radius: 50%;
    margin: 0 15px;
    transform: translateX(-15px);
}

@media (max-width: 879px) {
    .team_img--placeholder img{
        padding: 52px;
    }
}
@media (max-width: 767px) {
    .team_img--placeholder img{
        padding: 64px;
    }
}

/*2023 01 17 - UserCentrics*/
.uc-text-embedding{
    margin-top: 12px;
}
.uc-text-embedding .uc-text-embedding-inline-button{
    height: auto;
}


/*2025 06 18 - Urkunde 50 Jahre*/
#urkunde{
    width: 100%;
    padding: 10px 0 30px;
}
#urkunde .image-container{
    display: flex;
}
#urkunde img{
    margin: auto;
    width: 100%;
    max-width: min(50vw, 640px);
    max-height: 75vh;
    object-fit: contain;
}
@media (max-width: 767px) {
    #urkunde img{
        max-width: 100vw;
        max-height: 60vh;
    }
}
