/* Positionierung und fix Hotline-Stoerer */
img.violator--hotline {
	position: absolute;
	right: 0;
	bottom: 0;
}
#main-content > .field {
	display: none;
}

/* Gepunktete Linien 1. Unterseite Safari fix */

.teaser--subsections, .teaser--news-section {
border-image: url(/sites/all/themes/arbeiterkind/img/dots.svg) 28% round;
-webkit-border-image: url(/sites/all/themes/arbeiterkind/img/dots.svg) 28% round;
}

/* Wechselnews gleiche Höhe fix */
.teaser--news-section {
	padding: 4px 5px 2px 5px;
}

/* Hintergrund Infotelefonfeld mobil */
.cta.hotline__number {
	background-color: #F2941A;
}
@media (min-width:600px) {
	.cta.hotline__number {
		background: none;
	}
}

/* Farbe letztes Element breadcrumb */
.breadcrumb {
	color: #F2941A;
	font-family: 'robotoregular', sans-serif;
}
.breadcrumb a {
	color: #333333;
}

/* Farbe sticky Message und Teaser Featured-Box */
.sticky-message--important {
	background-color: #F2941A;
}
.teaser--featured {
	border-color: #F2941A;
}

/* Hauptmenü Tabletgröße fix */
@media (min-width: 1000px) {
  .header-region .nav-main__listitem--level-1 {
	-webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

/* Schriftgröße Claim mobil */
.logline {
    font-size: 14px;
}

@media (min-width:780px) {
    .logline {
        font-size: 18px;
    }
}

@media (min-width:1000px) {
    .logline {
        font-size: 20px;
    }
}

@media (min-width:1300px) {
    .logline {
        font-size: 28px;
    }
}

/* Infotelefon-Zeiten */

.hotline__info {
    display: none;
}

@media (min-width:600px) {
    .hotline__info {
        display: block;
    }
}

/* Interview */
.ckeformatquestion {
	font-family: 'robotoitalic';
	margin-top: 0.9em;
	margin-bottom: 0.6em;
}
.ckeformatanswer {
	margin-bottom: 0.6em;
}
