@charset "utf-8";
/* CSS Document mit Iframe */
/* Farbcodes

 Gelb : #face00
 Grau : #363a42
 ROT  : #e41128

 */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", Verdana, sans-serif;

  
}
h1 span {
  color: #e41128;
}
h1 {
    margin-top: 5px !important;
    font-size: 22px; 
    margin-bottom: 30px !important;
}

h2 {
    margin-top: 30px !important;
    font-size: 18px; 
    margin-bottom: 5px !important;
}

.tx-newsmodul {
    margin: 0 auto;
    max-width: 940px;
}


.newsBlock::after {
    clear: both;
    content: " ";
    display: block;
    opacity: 0;
}
.newsBlock {
    margin: 20px 0;
    min-height: 100px;
    position: relative;
}
.leftNews {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}
.rightNews {
    float: left;
    max-width: 470px;
    margin-left: 130px;
}
.tx-newsmodul font span {
    margin: 0 120px;
    color: #363a42;
}
.leftNews p {
    margin: 8px auto 0 auto;
    text-align: right;
}


.rightNews p {
    margin: 0 auto 10px auto;
    padding: 0;
    font-size: 14px;
    color: #363A42; 
}
.newsNachoeren .leftNews p {
    margin: 0 !important;
}

.rightNews h1.csc-firstHeader {
    color: #e41128;
    font-size: 16px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px !important;
    margin-left: 0 !important;
} 
.leftNews p.date{
	color:  #e41128;
	font-weight: bold;
	font-size: 14px;
}
p.date_full{
	margin-top: 5px !important;
	color:  #363a42;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}
.leftNews .bodytext {
    font-size: 14px;
    margin-top: 0 !important;
}

.moreNews {
    color: #e41128;
    cursor: pointer;
    float: right;
    font-size: 13px;
    font-weight: bold;
}



.audio {
    background-color: #face00;
    border-radius: 100%;
    height: 42px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 60px;
    width: 42px;
}
.audio audio {
    margin: 5px 0 0 5px;
    width: 30px;
} 
.audio audio::-webkit-media-controls-play-button{
	color: red;
}

.audioIcon {
    background-color: #face00;
    background-image: url("/fileadmin/ewidenz/Public/Images/icon/AntennePlayBottom.png");
    background-repeat: no-repeat;
    background-size: 50px auto;
    bottom: -3px;
    cursor: pointer;
    height: 49px;
    position: absolute;
    right: -2px;
    width: 49px;
}
.audioIcon.aktivAudio {
    background-image: url("/fileadmin/ewidenz/Public/Images/icon/AntennePauseBottom.png");
}


.weiterNews {
    margin-left: 130px;
}

.weiterNews > a {
    border: 2px solid #363a42;
    color: #363a42;
    display: block;
    font-weight: bold;
    margin: 0 20px 0 0;
    padding: 7px;
    text-align: center;
    text-decoration: none;
}
.weiterNews > a:hover {
	background-color: #363a42;
    border: 2px solid #FACE00;
    color: #FACE00;
}
.newsAktuell .csc-header .csc-firstHeader, 
.csc-default.newsSiteAktuell .csc-header .csc-firstHeader {
    margin-left: 38px;
	color: #363A42;
}
.csc-default.newsAktuell > h1 {
    margin-left: 42px;
	color: #363A42;
}
.rightNews > h2 {
    color: #363A42;
	margin-top: 8px !important;
    font-size: 14px; 
    margin-bottom: 5px !important;
}

