/* Let's go */


.newsticker-start {
    background: rgba(255,255,255,0.8);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 30px;
    }

.nav-heasder {
    display: block;
    padding: 9px 0px;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    text-transform: inherit;
}

[data-tag="JA"] .uk-card {
  border: 1px solid green;
  background-color: #dcffed!important;
}

[data-tag="NEIN"] .uk-card {
  border: 1px solid red;
  background-color: #ffdbdb!important;
}

.startheadline {
    font-size: 70px;
	background-color: rgba(255,255,255,0.3);
    padding: 10px 20px;
}

/* Smartphones*/
@media all and (max-width: 645px) {
	.startheadline {
	 font-size: 40px!important;
	 text-align: center!important;
	}
}




