/* Individuelle Anpassungen und Ergänzungen bitte nur hier einfügen! */

body {/*background:#000;*/}

h1, h2, h3, h4, h5, h6 {/*font-weight:bold;*/}

hr {/*background-color:#000;*/}

a.btn, button.btn, input.btn, .btn a, span.ikiss-field-button input {}
.btn.eventbtn {}

table {/*background-color:transparent;*/}
table tr {/*border-bottom:none;*/}
table th {/*background-color:transparent;border-bottom:none;*/}

::-webkit-input-placeholder {/*color:#000;opacity:1;*/}
::-moz-placeholder {/*color:#000;opacity:1;*/}
:-ms-input-placeholder {/*color:#000;opacity:1;*/}
:-moz-placeholder {/*color:#000;opacity:1;*/}

.einleitung {/*display:block !important;font-style:italic;margin-bottom:20px;*/}

.pagenav a {/*text-decoration:none;*/}

/* Datepicker */
.ui-datepicker {/*background-color:#fff;*/}
.ui-datepicker .ui-datepicker-header {/*background-color:#000;*/}
.ui-datepicker th {/*background-color:#000;border-top:1px solid #fff;*/}
.ui-datepicker-calendar td:hover a {/*background-color:#000;*/}
.ui-datepicker-calendar a.ui-state-active {/*color:#000;*/}

/* Volltextsuche */
.vt_anchor {/*text-decoration:none;color:#000;*/}

.liste-bild img, .image-single img, .themenboxen img, .cards .image .bg-img {
    border: 1px solid #eaeaea;
    
}
.liste-text a.btn {
    color: #444444;
}
.cookie-message, .tracking-box {
    padding: 10px;
    font-size: 0.8em;
}
.cookie-message button.btn{
    padding: 5px 10px 5px;
    font-size: 0.9em;
    background-color: #444444;
    color: #fff;
}
.logo span.headerheight {
    font-size: 2.25em;
}

/* CS 21.09.2022 - TASK12807: Mediathek */
.mediathek .result-list .order-0 {
  order: 0;
}
.mediathek .result-list .order-1 {
  order: 1;
}
.mediathek .result-list > li:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.mediathek .list-icons > time:not(:last-child) {
  margin-right: 0.5em;
}
.list-icons [class*="fa-"] {
  font-size: 1rem;
  margin-right: 0.25em;
  vertical-align: 5%;
}
.iframe-message {
    background-color: #eee;    
}
.iframe-message a {
  font-weight: inherit;
}
.mediathek button.btn, button.btn.iframe-message-btn-all {
    background-color: #fff;
}
.ikiss_norel .btn {
    color: #c20000 !important;
}

/* TH, 10.11.2022, TASK13524 */
p:empty, li:empty, i:not([class]):empty {
    display: none;
}

@media screen and (min-width: 961px){
 
    
    
}

@media screen and (min-width: 681px){
 
    
    
}

@media screen and (max-width: 960px){
 
    
    
}

@media screen and (max-width: 680px){
 
    
    
}