/*
DBDI spezifische CSS Styles.
*/
/* 
    Created on : 13.07.2017, 14:59:48
    Author     : ThR
*/

/* start rowGrid*/
/* clearfix */
.rowGridContainer:before,
.rowGridContainer:after {
    content: "";
    display: table;
}

.rowGridContainer:after {
    clear: both;
}

.item {
    float: left;
    margin-bottom: 10px;
}

.item img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom;
}

.first-item {
    clear: both;
}

/* remove margin bottom on last row */
.last-row,
.last-row~.item {
    margin-bottom: 0;
}

/* ende rowGrid*/


.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
    white-space: nowrap;
    padding-left: 5px !important;
}

#BilderSuchfeld::placeholder {
    font-style: italic
}

.dbdi-datePicker {
    border-color: #eeeeee;
    border-style: solid;
    border-width: 0 0 1px 0;
    color: #727272;
    font-style: italic;
}

.dbdi-textKleiner {
    font-size: smaller
}

.dbdi-teaser-parent{
    text-align: center;
}

a:focus > .dbdi-teaser-bild {
    box-shadow: 0 0 5px #727272;
}

.dbdi-teaser-bild {
    border: 1px solid #bbbbbb;
    background-color: #eeeeee;
    display: grid;
    align-content: center;
    height: 357px;
    border-radius: 4px;
}

@media (min-width: 768px) {
    .dbdi-teaser-bild {
        height: 221px;
    }
}

@media (min-width: 992px) {
    .dbdi-teaser-bild {
        height: 290px;
    }
}

@media (min-width: 1200px) {
    .dbdi-teaser-bild {
        height: 357px;
    }
}

.dbdi-teaser-bild img {
    padding: 0.2em;
    margin: 0 auto;
    max-height: 100%;
    object-fit: scale-down;
    overflow:auto;
}

.dbdi-teaser-title {
    font-size: 1.9em;
    padding-bottom: 0.8em;
    font-family: initial;
}

@media (min-width: 768px) {

    .dbdi-teaser-title {
        font-size: 2.2em;
        padding-bottom: 0.7em;
        font-family: initial;
    }
}

.dbdi-remove-button-layout {
    background: none !important;
    border: none;
    padding: 0 !important
}

.facet_quick_filter_klasse {
    margin-bottom: 1em;
}

.dbdi-fancy-box-caption_klasse {
    text-align: left;

}

.dbdi-font {
    font-family: Georgia, "Times New Roman", Times, serif;

}


.dbdi-numfound_1 {
    /*Plural in der Trefferanzeige*/
    display: none;
}

.dbdi-disable-text {
    opacity: 0.5;
}

.dbdi-unscharf {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.navbar-default .navbar-nav>li>a {
    color: #727272 !important;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #323232 !important;
    text-decoration: underline;
}

.navbar-default .navbar-nav>li>a:focus {
    text-decoration: underline;
}

.navbar-default .navbar-brand {
    color: #727272 !important;
    font-size: 1.4em !important;
}

.bt-footer-share-popup .shariff li a .share_text {
    line-height: 2.3em;
    color: #000;
    text-decoration: underline;
}

.bt-footer-share-popup .shariff li:nth-of-type(2) a .share_text {
    color: #FFF;
}

.mobile-title {
    display: none;
}

@media (max-width: 768px) {
    .bt-page-title-17 {
        display: none;
    }

    .mobile-title {
        display: unset;
        right: 25px;
        position: fixed;
        font-size: 12px;
        margin-top: -41.6px;
        font-family: initial;
        color: #222;
    }
}

#BilderSuchfeld {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
}

.thumbnail a:focus > img {
    box-shadow: 0 0 0px 2px #ff5268;
}

.dbdi-form-control {
    min-width: 213px;
}

.dbdi-no-pictures-found  {
    display: none;
}

#pictureResultPh {
    display: none;
}

.dbdi-no-bullet {
    list-style-type: none;
}

/* Ende dbdi.css  *//* --next--> *//*
CSS Datei zur Nachbesserung der Babiel Styles
*/
/* 
    Created on : 31.08.2017, 07:01:48
    Author     : ThR
*/



/* Darstellung deaktivierter Checkboxen und radio-buttons.
   Darstellungsbeispiel siehe Confluence: "checkox deaktiviert.png"*/
#main form input[type="checkbox"][disabled] ~ label::before,
#main form input[type="radio"][disabled] + label::before,
#main form input[type="radio"][disabled] + input + label::before
{
    opacity: 0.4 ;
}



/** loader start **/
/* Es wird jetzt der Babiel-Loader genutzt.
.dbtg-loader {
    border: 4px solid rgb(51,51,51,0.33);
    border-top: 4px solid #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}*/

/** loader end **/

/* den Spinner als Warteelement korrigieren. */
.dbtg-pimp-bt-loader {
    min-height:0 !important;
    z-index:1000 !important;
    display: block !important;

}




/* Tabellenlayout für die Nutzungsbedingungen korrigieren.
 */ 
.dbtg-pimp-rights-table tr td {
    padding-right:5px;
    vertical-align: top;
}
.dbtg-pimp-rights-table tr td h2{
    font-weight: bold;
    font-size: 22.5px;
}

/* Layout für den DBDI Footer anpassen. */ 
.dbtg-pimp-footer {
    font-size: 16px;

}
.dbtg-pimp-footer ul li {
    display: inline;
    margin-right: 1em;
}

/* Link-Layout eines Textes deaktivien. */
.dbtg-remove-link-decoration a {
    text-decoration: none  !important;
    color: #000 !important;
}


/* tag list design 
   Darstellungsbeispiel siehe Confluence: "tag button list.png"*/
.dbtg-tag-list-button:after {
    font-family: "bt-icons";
    content: "\e84a";
    margin-left: 5px
}

.dbtg-tag-list-button:focus {
    background: #777777  !important;
    color: #EEE  !important;
}

.dbtg-tag-list-button {
    border:0px !important; 
    border-radius:5px !important; 
    background:#EEE !important; 
    padding:5px !important; 
    margin-left:5px !important; 
    font-size:1em /*!important*/; 
    white-space: nowrap;
    height:26px !important; 
    color: #777777  !important;
    box-shadow: none !important;
    margin-top: 0.5em;
    margin-bottom: 0.5em !important;
}

/* tag list design */

/* Bootstrap Modal Fentser: überlanger Inhalt scrollbar */
.modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x:hidden;
}

/* Ende Bootstrap Modal Fentser: überlanger Inhalt scrollbar */



/** Datepicke Patches  **/


.dbtg-menue-dates {
    padding: 5px !important;
}

.dbtg-menue-dates > div > label {
    width:2em;
}

.close {
    opacity: 0.5 !important;
}

.close:hover {
    opacity: 1 !important;
}



/**Datepicker Patches Ende **/

#main form input[type=checkbox]:checked ~ label:before, #main form input[type=radio]:checked + label:before, #main form input[type=radio]:checked + input + label:before {
    color: #ff6100 !important; 
}

.btn-confirm {
    width: 100%;
}

.icon-search {
    width: 48.4px;
    height: 40px;
    color: #727272;
}

.icon-search:hover {
    color: #000;
    box-shadow: 0 0 1px #333;
}

.icon-search:focus {
    color: #333;
    height: 38px;
    width: 46.4px;
}

.input-group-addon:focus-within {
    border: 2px solid #000;
}

.input-group-addon {
    padding: unset !important;
}

.selectorDownloadButton:focus {
    background-color: #ff7100 !important;
    border-color: #ff7100 !important;
}

/* Ende dbtg.css */

 /* --next--> */
/*
Slider im tri-state-button-style
*/

/* 
    Created on : 27.10.2020,
    Author     : ThR
*/
.dbtg-sortslider-wrapper {
    display: flex;
    line-height: 0.5em;
    margin-top: -0.8em;
    padding-left: 15px;
    padding-right: 15px;
    color: #727272;
}

.alignleft {
    flex: 1;
    text-align: left;
}
.aligncenter {
    flex: 1;
    text-align: center;
}
.alignright {
    flex: 1;
    text-align: right;
}

.dbtg-sortslider-label{
    font-size:1.6em !important; 
    padding:18px 0 18px 18px !important; 
    line-height: 14px !important;
    margin-bottom: 0px !important;
    color: #727272;
}


/* Derzeit ungenutzt. Übergeordnetes Element
   bekommt dann: position:relative;*/
/*
.dbdi-sliderState {
    height: 100%;
    top: 0;  
    left: 0;
    vertical-align: middle;
    display: flex;
    align-items: center;
    padding-left: 15px;
    font-size: 1.4em;
    background-color: #f8f8f8;
    position:absolute;
    padding-right:15px;
    width:100%;
    visibility: hidden;
    z-index:10;
}*/





/*Blende Slider-Label (#slx_l) ein, 
wenn man mit der Maus über den Slider (slx_d) geht*/
#sortSlider_d:hover ~ #sortSlider_l {
    /*display:flex;*/
    transition: 0.3s;
    color:#727272;
}


  input[type="range"] {
    width: 100%;
    height: 28px; 
    -webkit-appearance: none; 
    outline: none;
    background-color:transparent;
    border: 0; 
    padding: 0 4px;
    margin: 0.5em 0 2px 0;
}

/*chrome and opera*/
input[type="range"]::-webkit-slider-runnable-track {
    background: #ccc; /*Trackfarbe*/
    height: 33%; /*Trackhöhe*/
    border-radius: 4px; /*Trackrand*/
    transition: 0.3s;
}

input[type="range"]:hover::-webkit-slider-runnable-track,
input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #727272; 
}


input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: darkgray; /*Schieberfarbe*/
    width: 33%; 
    height: 80%;
    margin-top:2px;margin-bottom:2px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #fff; 
    transition: 0.3s;
}

input[type="range"]:hover::-webkit-slider-thumb,
input[type="range"]:focus::-webkit-slider-thumb {
    background: darkGray; /*Schieberfarbe bei aktiv*/
}

/*firefox*/
input[type="range"]::-moz-focus-outer {
    border: 0;
}

input[type="range"]::-moz-range-track {
    background: #ccc; /*Trackfarbe*/
    height: 33%; /*Trackhöhe*/
    border-radius: 4px; /*Trackrand*/
    transition: 0.3s;
}

input[type="range"]:hover::-moz-range-track,
input[type="range"]:focus::-moz-range-track {
    background: #727272; /*Schiberfarbe bei aktiv*/
}

input[type="range"]::-moz-range-thumb {
    background: darkgray; /*Trackfarbe*/
    width: 33%; /*Trackhöhe*/
    height: 20%; /*Trackrand*/
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #fff; 
}

input[type="range"]:hover::-moz-range-thumb,
input[type="range"]:focus::-moz-range-thumb {
    background: darkgray; /*Schieberfarbe bei aktiv*/
}



/*edge and IE*/
input[type="range"]::-ms-track {
    background: #ccc; /*Trackfarbe*/
    height: 33%; /*Trackhöhe*/
    border-radius: 4px; /*Trackrand*/
    border: none;
    color: transparent;
}

input[type="range"]:hover::-ms-track,
input[type="range"]:focus::-ms-track {
    background: #727272; /*Schieberfarbe bei aktiv*/
}

input[type="range"]::-ms-thumb {
    background: darkgray; /*Trackfarbe*/
    width: 33%; /*Trackhöhe*/
    height: 25%; /*Trackrand*/
    border-radius: 50%;
    border: none;
    margin: 0 4px 0; 
    box-shadow: 0 0 0 4px #fff; 
}

input[type="range"]:hover::-ms-thumb,
input[type="range"]:focus::-ms-thumb {
    background: darkgray; /*Schieberfarbe bei aktiv*/
}

input[type="range"]::-ms-tooltip {
    display: none; /*Tooltip abstellen*/
}

input[type="range"]::-ms-fill-lower {
    background: darkgray; /*Trackfarbe*/
    border-radius: 4px; /*Trackhöhe*/
}

input[type="range"]:hover::-ms-fill-lower,
input[type="range"]:focus::-ms-fill-lower {
    background: darkgray; /*Schieberfarbe bei aktiv*/
}
