/* Index-Register */
.indexRegister {background-color: #ececec;padding: 15px;float:left;}
.letterList {display: block; float:left; padding-right: 20px;}
.firstLetterLink{float: left;height: 10px;width: 30px;padding: 7px 0px 13px 0px;margin: 5px;color:#fff;opacity:0.6;text-align:center;}
.firstLetterLink.active, .firstLetterLink:hover{opacity:1;}
.linkList {float: left;margin: 25px 0px 0px 25px;width: calc(100% - 20px);}
.linkList ul li {position: relative;margin-bottom: 13px;width: 33%;float: left;padding-right: 35px;box-sizing: border-box;-moz-box-sizing: border-box;-moz-hyphens: auto;-o-hyphens: auto;-webkit-hyphens: auto;-ms-hyphens: auto;hyphens: auto;-o-hyphenate-limit-chars: auto 3;-webkit-hyphenate-limit-chars: auto 3;-ms-hyphenate-limit-chars: auto 3;hyphenate-limit-chars: auto 3;-moz-hyphenate-limit-lines: 2;-webkit-hyphenate-limit-lines: 2;-ms-hyphenate-limit-lines: 2;-o-hyphenate-limit-lines: 2;hyphenate-limit-lines: 2;word-wrap: break-word;font-size:1.1em;}
.linkList li::before {content: "";position: absolute;height: 10px;width: 10px;left: -20px;top: 3px;}
/* Index-Register Channelfarben */
.thNews .firstLetterLink, .thNews .firstLetterLink.active, .thNews .linkList li::before{background-color: #1175c3;}
.thSport .firstLetterLink, .thSport .firstLetterLink.active, .thSport .linkList li::before{background-color: #1a9a45;}
.thFinanzen .firstLetterLink, .thFinanzen .firstLetterLink.active, .thFinanzen .linkList li::before{background-color: #5bc3c6;}
.thAuto .firstLetterLink, .thAuto .firstLetterLink.active, .thAuto .linkList li::before{background-color: #a69b89;}
.thUnterhaltung .firstLetterLink, .thUnterhaltung .firstLetterLink.active, .thUnterhaltung .linkList li::before{background-color: #e33ab9;}
.thLifestyle .firstLetterLink, .thLifestyle .firstLetterLink.active, .thLifestyle .linkList li::before{background-color: #d4121a;}
.thDigital .firstLetterLink, .thDigital .firstLetterLink.active, .thDigital .linkList li::before{background-color: #f98110;}
@media screen and (max-width: 890px){
   .linkList ul li {width:50%;}
}
@media screen and (max-width: 470px){
   .linkList ul li {width:100%;}
}
