.nohover{
    color: black;
    border-bottom: 2px solid #283A82;
    cursor:text;    
}
.nohover:hover{
    color: black;
    border-bottom: 2px solid #283A82;
    cursor:text;  
}
.betreff{
    text-transform: uppercase;
    font-weight:bold;
    font-size: 1,5rem;
    word-break: break-all;
    word-wrap: break-word;
    margin-bottom: 0.3rem;
    margin-top: 0.5rem;
}
.text{
    font-size: 1rem;
    margin-bottom: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.autor{
    text-align: right;
    color: grey;
}
.readmore{
    color: black;
    background-position: center right;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent,transparent),url(../img/pfeil.png);
    padding-right:25px
}.readmore:hover{
    color: black;
    background-position: center right;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent,transparent),url(../img/pfeil.png);
    padding-right:25px
}
.padding{
    padding: 0px;
}
.center{
    text-align: center!important;
}
.diagram{
	text-align: center;
}
.grafik{
	text-align: center;
        margin-left: 70px;
        float:left;
	height: auto;
	width: 550px;
}

.grafik_mobile{
	text-align: center;
        margin-left: 70px;
        float:left;
	height: auto;
	width: 400px;
}

.grafik1{
	text-align: center;
	height: auto;
	min-width:650px;
	max-width: 1400px;
        margin: auto;
}
.blau{
    background-color: #283A82;
    color: white;
}
table,th,td {
	border: 1px solid black;
	border-spacing: 10px;
	height: 20px;
}

a {
        color: black;
}
.checkbox{
    display:none;
}
.checkbox + label:before {
    content: "";  
    display: inline-block;  
    width: 15px;  
    height: 15px;  
    vertical-align:middle;
    margin-right: 8px;  
    background-color: #aaa;  
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .3);
    border-radius: 4px;  
}
.checkbox:checked + label:before {
    content:"\2714"; /* Tick */
    color:white;
    background-color: #666; 
    text-align:center;
    line-height:15px;
    text-shadow:0px 0px 3px #eee;
}

.myButton {
	background-color:#283A82;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
	border-radius:30px;
        box-shadow: 1px 2px 3px #283A82;
	display:inline-block;
	cursor:pointer;
	color:white;
	font-family:Arial;
	font-size:17px;
	padding:13px 18px;
	text-decoration:none;
	text-shadow:0px 0px 0px #2f6627;
}
.myButton:hover {
	background-color:#a0d3e8;
        border-radius:30px;
        color:white;
}
.myButton:active {
	position:relative;
	top:1px;
}

.internelinks{
    color: #283A82;  
    
}
.externelinks{
    color: #283A82;
    background-position: center right;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent,transparent),url(../img/external_link1.png);
    padding-right:12px;
}

.myButton1 {
	-moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	-webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	box-shadow:inset 0px 1px 3px 0px #91b8b3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #283A82), color-stop(1, #283A82));
	background:-moz-linear-gradient(top, #283A82 5%, #283A82 100%);
	background:-webkit-linear-gradient(top, #283A82 5%, #283A82 100%);
	background:-o-linear-gradient(top, #283A82 5%, #283A82 100%);
	background:-ms-linear-gradient(top, #283A82 5%, #283A82 100%);
	background:linear-gradient(to bottom, #283A82 5%, #283A82 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#283A82', endColorstr='#283A82',GradientType=0);
	background-color:#283A82;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid white;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:5px 8px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
        height:37px;
}
.myButton1:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #283A82), color-stop(1, #283A82));
	background:-moz-linear-gradient(top, #283A82 5%, #283A82 100%);
	background:-webkit-linear-gradient(top, #283A82 5%, #283A82 100%);
	background:-o-linear-gradient(top, #283A82 5%, #283A82 100%);
	background:-ms-linear-gradient(top, #283A82 5%, #283A82 100%);
	background:linear-gradient(to bottom, #283A82 5%, #283A82 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#283A82', endColorstr='#283A82',GradientType=0);
	background-color:#283A82;
}
.myButton1:active {
	position:relative;
	top:1px;
}