.form-control {
    height: 36px;
}

@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
}


body {
    color: #004b93;
    font-family: 'Open Sans', 'Univers Condensed', 'Helvitica Neue', Arial, sans-serif;
    font-size: 16px;
    background: url(../img/body-bg.jpg) no-repeat #bae0e7;
}

body.testbereich {
    background-image: url(../img/body-bg-testbereich.jpg);
}

@media (max-width: 1200px) {
    .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;
    }

    /*.dropdown-menu {
        float: none;
        position: static;
    }*/
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        width: 200px;
    }
}


footer#page-footer {
    background: #004b93;
    color: #ffffff;
    padding: 10px 0;
    width: 100%;
}

footer#page-footer p:last-child {
    margin-bottom: 0;
}

footer#page-footer a {
    color: #ffffff;
    text-decoration: none;
}

footer#page-footer a:hover, footer#page-footer a:focus, footer#page-footer a:active {
    color: #ffffff;
    text-decoration: underline;
}

.form-control {
    background: #ffffff;
    border: 1px solid #4a82b3;
    border-radius: 0;
    box-shadow: none;
}

.form-control:focus, .form-control:active, .form-control:hover {
    box-shadow: none;
}

header#page-header {
    background: #ffffff;
    height: 150px;
    margin-bottom: 1em;
}

nav#page-nav {
    font-size: 1.2em;
}

nav#page-nav .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

nav#page-nav.navbar-default {
    background: #ffffff;
    border: none;
    box-shadow: none;
}

nav#page-nav.navbar-default .navbar-nav > .active > a, nav#page-nav.navbar-default .navbar-nav > .active > a:hover, nav#page-nav.navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: #004b93;
    font-weight: bold;
}

nav#page-nav.navbar-default .navbar-nav > li > a:hover, nav#page-nav.navbar-default .navbar-nav > li > a:focus {
    background: transparent;
    color: #004b93;
    font-weight: normal;
}

nav#page-nav.navbar-default .navbar-nav > li > a {
    background: transparent;
    color: #004b93;
    font-weight: normal;
}

div#page-slogan, div#page-slogan-responsive {
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    background: #004b93;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    padding: 10px 35px;
    display: inline-block;
    font-size: 1.6em;
    letter-spacing: 0.05em;
}

div#page-slogan-responsive {
    padding: 10px;
    border-radius: 0;
    font-size: 1em;
}

div#page-slogan a, div#page-slogan a:hover, div#page-slogan a:focus, div#page-slogan a:active ,
div#page-slogan-responsive a, div#page-slogan-responsive a:hover, div#page-slogan-responsive a:focus, div#page-slogan-responsive a:active 
{
    color: #ffffff;
    text-decoration: none;
}

div#page-slogan p, div#page-slogan-responsive p  {
    margin: 0;
}

h1, .h1 {
    font-size: 1.9em;
    font-weight: 600;
    margin-bottom: 1em;
}

h2, .h2 {
    font-size: 1.3em;
    font-weight: 600;
}

h3, .h3 {
    font-size: 1em;
    font-weight: 600;
}

p {
    line-height: 1.8em;
    margin-bottom: 1.5em;
}

.alert-danger {
    background: #e5007d;
    border-color: #e5007d;
    color: #ffffff;
}

.error-summary {
    background: #e5007d;
    border-color: #e5007d;
    color: #ffffff;
    padding: 15px;
    margin-bottom: 30px;
}

.alert {
    border-radius: 0;
    font-weight: bold;
}

.alert-info {
    background: #004b93;
    color: #ffffff;
    border-color: #004b93;
}

.alert-success {
    background: #3fa435;
    color: #ffffff;
    border-color: #3fa435;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #e5007d;
}

.has-error .twitter-typeahead .tt-input, .has-error .twitter-typeahead .tt-hint {
    border-color: #e5007d !important;
    box-shadow: none !important;
}

.has-error .twitter-typeahead .tt-input:focus, .has-error .twitter-typeahead .tt-hint:focus {
    box-shadow: none;
}

.form-horizontal .control-label {
    text-align: left;
}

.image-panel {
    border: 2px solid #004b93;
    margin-bottom: 30px;
}

#site-index-tiles a {
    text-decoration: none !important;
    color: inherit !important;
}

.image-panel-image {
    background: #ffffff;
}

.image-panel-image {
    height: 206px;
    overflow: hidden;
    text-align: center;
}

.image-panel-text {
    background: #ffffff;
    border-top: 2px solid #004b93;
    padding: 15px;
}

.image-panel-text > ul {

}

.image-panel {
    background: #ffffff;
}

.img-responsive {
    display: inline-block;
}

.image-panel-caption {
    background: #004b93;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    padding: 5px 15px; 
}

.image-panel-caption a, .image-panel-caption a:hover, .image-panel-caption a:focus, .image-panel-caption a:active {
    color: #ffffff;
    text-decoration: none;
}

.image-panel-caption p {
    margin-bottom: 0;
}

.text-danger {
    color: #e5007d;
}

.text-success {
    color: #3fa435;
}

#departure-district-date-index-table tr.past {
    opacity: 0.3;
}

#departure-district-date-index-table tr.past:hover {
    opacity: 1;
}

.modal-backdrop {
    background: #ffffff;
}

.modal-backdrop.in {
    opacity: 0.9;
}

.modal-title {
    font-weight: bold;
}

.modal-content {
    box-shadow: none;
    border-radius: 0;
    border-color: #004b93;
    border-width: 3px;
}

.modal-header, .modal-footer {
    border: none;
    border-radius: 0;
}

.modal-footer {
    padding-top: 0;
}

.modal-body > *:last-child {
    margin-bottom: 0;
}

.modal-body > *:last-child {
    margin-bottom: 0;
}

@media print {
    #departure-district-date-index-exports {
        display: none;
    }

    footer#page-footer {
        display: none;
    }

    #departure-district-date-index-table tr.past {
        opacity: 1;
    }

    h1 {
        margin-top: 0;
    }

    #departure-district-date-index-contact {
        font-size: 0.8em;
    }

    #cookie-banner {
        display: none;
    }
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td,
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-color: #004b93;
    border: none;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: rgba(135, 203, 216, 0.4);
}

.table > thead > tr > th {
    background: #004b93;
    color: #ffffff;
}

.text-muted, h1 small {
    color: #81afb7 !important;
}

.help-block {
    color: #3b7cbb;
}

.select2-container--krajee .select2-selection {
    border-radius: 0 !important;
}

.has-success .twitter-typeahead .tt-input, .has-success .twitter-typeahead .tt-hint {
    border-color: #3fa435 !important;
    box-shadow: none !important;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3fa435;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: rgba(135, 203, 216, 0.6);
}

.has-error .form-control, .has-error .form-control:focus {
    border-color: #e5007d;
    box-shadow: none;
}

.has-success .form-control, .has-success .form-control:focus {
    border-color: #3fa435;
    box-shadow: none;
}

.btn {
    border-radius: 0;
}

.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #3fa435 !important;
    border-color: #3fa435 !important;
    box-shadow: none;
}

.btn-danger, .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #e5007d !important;
    border-color: #e5007d !important;
    box-shadow: none;
}

.btn-primary {
    background: #004b93 !important;
    border-color: #004b93 !important;
    box-shadow: none;
    border-width: 2px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #ffffff !important;
    border-color: #004b93 !important;
    color: #004b93 !important;
    box-shadow: none;
}

#kuehl-logo img {
    width: 200px;
    margin-top: -55px;
}

.text-left {
    text-align: left;
}

.no-padding {
    padding: 0;
}

.grid-thumb {
    margin-bottom: 30px;
}

.table-background {
    background-color: #ffffff;
}

#page-header-logo {
    margin-top: 30px;
    width: 200px;
}

.important {
    text-transform: uppercase;
}

h1.alt {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 1.4em;
}


#ixs-bug-button {
    /*width: 200px;
    height: 100px;
    background: #e5007d;
    color: #ffffff;
    border: none;*/
    position: fixed;
    bottom: 50px;
    left: 50px;
    display: none;
}

textarea.form-control { resize:vertical ; }

#brand-label-image {
    height: 70px;
}

.navbar-default .navbar-toggle {
    border: none;
    margin-top: 33px;
    margin-bottom: 33px;
    border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #004b93;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ffffff;
}

iframe {
    max-width: 100%;
}


#back-link {
    position: fixed;
    width: 90px;
    height: 90px;
    left: 80px;
    top: 105px;
    z-index: 1500;
}

#back-link img {
    width: 100%;
    height: auto;
}
.navbar-nav > li > a {
    padding-bottom: 10px;
}
@media only screen and (min-width : 1199px) {
    div#page-slogan-responsive {
        display: none;
    }
}
@media only screen and (max-width : 1199px) {
    div#page-slogan {
        display: none;
    }

    div#page-slogan-responsive {
        display: block;
    }

    div#page-slogan p {
        line-height: 1em;
    }

    #page-header-container {
        padding: 0;
    }

    header#page-header {
        height: auto;
    }

    .navbar {
        margin-bottom: 0;
    }

    #page-header-container > .row {
        margin-right: 0;
    }

    #page-header-container > .row > .col-lg-9 {
        padding-right: 0;
    }

    footer#page-footer {
        font-size: 0.8em;
    }

    #back-link {
        width: 100px;
        height: 100px;
        right: 10px;
        bottom: 40px;
        left: auto;
        top: auto;
        z-index: 1500;
    }

    .navbar-nav > li > a {
        padding-bottom: 15px;
    }
}

@media (min-width: 480px) and (max-width: 1199px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}


#dl-faq {
    line-height: 1.8em;
}

#dl-faq dd {
    margin-bottom: 1.5em;
}

#site-index-hero {
    margin-top: -16px;
}

#site-index-tiles {
    padding: 50px 0 0 0;
}

#site-index-tiles .image-panel {
    position: relative;
}

#site-index-tiles .image-panel .image-panel-image {
    height: 260px;
}

#site-index-tiles .image-panel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#site-index-tiles .image-panel-caption p {
    line-height: 1.2em;
}

#player-aktenvernichtung {
    margin-bottom: 50px;
}

#link-aktenvernichtung {
    font-size: 1.3em;
    font-weight: 600;
    text-transform: uppercase;
    color: inherit;
    letter-spacing: 0.05em;
}

.leader {
    color: #0070ad;
    font-weight: 700;
    font-size: 1.3em;
    line-height: 1.3em;
}

#page-nav .dropdown-menu > li.active > a, #page-nav .dropdown-menu > li.active > a:hover,
#page-nav .dropdown-menu > li.active > a:focus {
    background: none; 
    font-weight: bold;
}

#page-nav li.dropdown.open > a {
    font-weight: bold;
}
nav#page-nav.navbar-default .navbar-nav > li.dropdown.open > a,
nav#page-nav.navbar-default .navbar-nav > li.dropdown.open > a:hover, 
nav#page-nav.navbar-default .navbar-nav > li.dropdown.open > a:focus {
    font-weight: bold;
}

#page-nav .dropdown-menu > li > a, #page-nav .dropdown-menu > li > a:hover, #page-nav .dropdown-menu > li > a:focus {
    color: #004b93;
    background: none;
}

#page-nav .dropdown-menu {
    /*background: none;*/
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    font-size: 1em;
}

#page-nav .dropdown-menu > li > a {
    padding: 5px 15px 5px 15px;
}

@media only screen and (min-width : 1199px) {
    #page-nav .dropdown-toggle span.caret {
        display: none;
    }

    /*#page-nav .dropdown-menu {
        margin-right:-1000px;
    }

    #page-nav .dropdown-menu > li {
        display: block;
        float: left;
    }

    #page-nav .dropdown-menu > li > a {
        padding: 0 15px;
        display: inline-block;
        color: #004b93;
    }

    #page-nav .dropdown-menu > li > a:hover {
        background: none;
    }*/


}


#newsletter-subscription {
    padding: 10px 10px 0 10px;
    background: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 300px;
}

#newsletter-subscription .form-group, #newsletter-subscription p {
    margin-bottom: 0;
}

#site-index-hero-wrapper-newsletter-subscription {
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: -16px;
    margin-right: -30px;
}

#site-index-hero-wrapper {
    position: relative;
    width: 100%;
}

#newsletter-subscription h4 {
    font-weight: bold;
    font-size: 0.9em;
    text-transform: uppercase;
}

#newsletter-subscription input[type="text"] {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-width: 2px;
    border-color: #004b93;
    border-right: none;
}

#newsletter-subscription::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #004b93;
}
#newsletter-subscription:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #004b93;
    opacity:  1;
}
#newsletter-subscription::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #004b93;
    opacity:  1;
}
#newsletter-subscription:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #004b93;
}
#newsletter-subscription::-ms-input-placeholder { /* Microsoft Edge */
    color:    #004b93;
}

#newsletter-subscription .btn.btn-primary {
    border: 2px solid #004b93;
    border-left: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: none !important;
    color: #004b93;
    padding: 5px 12px;
}

#page-nav-calendar-next-year {
    display: none;
}

#page-nav-calendar-current-year > a:nth-child(2) {
    padding-top: 0;
}

#page-nav-calendar-current-year.active > a:nth-child(2) {
    font-weight: normal !important;
}

#departure-district-street-wrapper {
    display: none;
}

#body-site-index .form-control,
#body-departure-category-index .form-control,
#body-order-select-departure-category .form-control {
    background: #004f9f;
    border-color: #004f9f;
    color: #ffffff;
    padding: 15px;
    height: auto;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
}

#body-site-index .btn.btn-primary,
#body-departure-category-index .btn.btn-primary,
#body-order-select-departure-category .btn.btn-primary {
    background: #004f9f;
    border-color: #004f9f;
    color: #ffffff;
    padding: 15px;
    height: auto;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
}

#body-site-index .form-control::-webkit-input-placeholder {
    color: #4981ba;
}

#body-site-index .form-control::-moz-placeholder {
    color: #4981ba;
}

#body-site-index .form-control:-ms-input-placeholder {
    color: #4981ba;
}

#body-site-index .form-control:-moz-placeholder {
    color: #4981ba;
}

#cookie-banner {
    background: #004b93;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    color: #ffffff;
    padding: 15px 0;
}

#cookie-banner a, #cookie-banner a:hover {
    color: #ffffff;
    font-weight: bold;
}

#cookie-banner p {
    margin: 0;
}

ul.content li {
    line-height: 1.8em;
    margin-bottom: 0.5em;
}

form div.required label.control-label:before {
    content:"* ";
    color:red;
}

#order-confirm-table > tbody > tr > td::first-child {
    font-weight: bold;
}

.dl-horizontal dt {
    text-align: left;
    margin-bottom: 0.2em;
}

.dl-horizontal dd {
    margin-bottom: 0.2em;
}

#modal-widerrufsbelehrung .modal-body .col-md-8, #modal-allgemeine-geschaeftsbedingungen .modal-body .col-md-8, #modal-datenschutzerklaerung .modal-body .col-md-8 {
    width: auto;
}

#page-section {
    min-height: 75vh;
    padding-bottom: 50px;
}

#page-section a {
    text-decoration: underline;
}

.text-important {
    font-weight: bold;
}

.field-orderloerrach-fee_stamp_only .col-sm-offset-3 {
    margin-left: 0;
    width: 100%;
}

#orderloerrach-fee_stamp_only label {
    margin-bottom: .5em;
    font-weight: bold;
    font-size: 1.3em;
}

#orderloerrach-fee_stamp_only input {
    margin-top: 8px;
}

.btn {
    text-decoration: none !important;
    font-size: inherit;
}

.litter-bin-label {
    font-weight: bold;
    border: 1px solid #004b93;
    display: inline-block;
    padding: 3px 10px;
}

.litter-bin-measurements{
    font-size: .9em;
}

#orderform-already_present_litter_bins_240l, #orderform-already_present_litter_bins_770l, #orderform-already_present_litter_bins_1100l,
#orderform-new_litter_bins_240l, #orderform-new_litter_bins_770l, #orderform-new_litter_bins_1100l {
    max-width: 60px;
}

.padding-15px {
    padding: 15px;
}

.bold {
    font-weight: bold;
}

.btn-default {
    color: #004b93;
    font-weight: bold;
    border-color: #004b93;
    background: rgba(255,255,255,0.4);
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:focus:active {
    color: #004b93;
    font-weight: bold;
    border-color: #004b93;
    background: rgba(255,255,255,1);
}

.big-bold {
    font-size: 1.2em;
    font-weight: bold;
}

hr {
    border-bottom: 2px solid #004b93;
}

.img-responsive-max-height-120 {
    max-height: 120px;
}

.text-bold {
    font-weight: bold;
}

.mb-30px {
    margin-bottom: 30px;
}

.mb-10px {
    margin-bottom: 10px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.order-back-link {
    font-weight: bold;
    font-size: 0.9em;
    color: #004b93 !important;
    text-decoration: none !important;
}

.order-abort-link {
    font-size: 0.9em;
    color: #004b93 !important;
    text-decoration: none !important;
}

video {
    width: 100%;
    max-height: 100%;
    height: auto;
}

.label-success {
    background: #3fa435 !important;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    display: inline-block;
    border-radius: 0;
}

.text-label {
    font-weight: bold;
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}

.text-danger {
    font-weight: bold;
}

.step4-price {
    font-size: 0.9em;
}

.field-contactform-comment1, .field-contactform-comment2 {
    display: block;
    height: 3px;
    overflow: hidden;
}

.form-control.inline {
    display: inline;
    width: auto;
}

.vereinslogo {
    margin-bottom: 30px;
    margin-right: 30px;
    display: inline-block;
}

.dropdown-menu {
    border-radius: 0;
    border-color: #004b93;
}

.dropdown-menu > li > a {
    text-decoration: none !important;
    color: #004b93;
    font-size: 1.3em;
}

.logo-tile {
    background: #ffffff;
    height: 300px;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
}

.logo-tile-logo {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 90%;
}

.logo-tile-href {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}

.logo-tile-text {
    text-align: center;
    font-weight: 600;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background: rgba(255,255,255,0.5);
    padding: 7px;
    backdrop-filter: blur(2px);
}

.alert-danger a {
    color: #ffffff;
}

.paragraph-level-2, .paragraph-level-3 {
    font-weight: bold;
}

#agb p {
    margin-left: 40px;
}

#agb .paragraph-level-2 {
    display: inline-block;
    margin-left: -40px;
    width: 35px;
}

#page-footer .btn-primary {
    background: #ffffff !important;
    font-weight: bold;
    border: none !important;
    color: #004b93 !important;
    padding: 5px !important;
    line-height: 1em !important;
    border-radius: 0 !important;
}