/* Hier können Sie bei Bedarf Ihre eigenen CSS-Definitionen einfügen. */

/* media icon background white*/
.cd-light a {
    color: white;
}

.cd-light a, .cd-light a:visited, .cd-dark .cd-light a, .cd-dark .cd-light a:visited, .cd-light .cd-dark .cd-light a, .cd-light .cd-dark .cd-light a:visited, .cd-dark .cd-dark .cd-light a, .cd-dark .cd-dark .cd-light a:visited, .cd-light .cd-light .cd-dark .cd-light a, .cd-light .cd-light .cd-dark .cd-light a:visited, .cd-dark .cd-light .cd-dark .cd-light a, .cd-dark .cd-light .cd-dark .cd-light a:visited {
        color: white;
}

/* Body background */
body {
background-color: #ede0d4;
}

/* Zebra Liste */
tr {
        background-color: #dbc2b6;
      }
tbody tr:nth-child(even) { 
  background-color: #b18168; 
  color: #000; 
}
.cd-data-label {
    font-size: 20px;
}

/* Text overflow Gruppenliste */
.cd-tile-h-detail-area li {
    white-space: normal; 
}
.cd-zoom {
  transform:none;
  -webkit-transform:none;
  -moz-transform:none;
}

/* Clubdeskliste mit Javascript */
.list table{
    border-collapse: collapse;
    width:100%;
    margin-left: auto;
    margin-right: auto;
}

.list td, th {
    border-bottom: 1px dotted #cccccc;
    border-top: 1px dotted #cccccc;
    border-right: none;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Zebra Liste */
.zebra table{
    border-collapse: collapse;
    width:100%;
    margin-left: auto;
    margin-right: auto;
}

.zebra td, th {
    border-bottom: 1px dotted #cccccc;
    border-top: 1px dotted #cccccc;
    border-right: none;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

tr {
  background-color: #dbc2b6;
}
.zebra tr:nth-child(even) {
  background-color: #49a9e2;
  color: #000;
}
.cd-data-label {
    font-size: 20px;
}

/* captch margin-right  für Mobil setzen*/
@media only screen and (max-width: 600px) {
.cd-form-captcha-image {
   margin-right: 10em;
}}

/* Font-size Formular Auswahl options-vertical */
.cd-form-options-horizontal, .cd-form-options-vertical {
font-size: 20px;
}
.cd-form-item-row input[type="radio"] {
    margin-right: 0.2em;
    width: 1em;
    height: 1em;
}