@charset "utf-8";

/* Home - index */

#row2 br {
	float: none;
}


#img-slider {
	margin: 0 auto;
}

#img-slider img {
	width: 100%;
}

#slides {position: relative; /*! top: -140px; *//*! width: 1050px; *//*! height: 500px; */}
#slides .slide-container { position: absolute; opacity: 0; transition: opacity 2s; display: inline-block; width: 101%;}
#slides .slide-container.active { opacity: 1;}

#slides .slide-text {
	position: absolute;
	top: 50px;
	left: 50px;
	font-size: 2em;
	color: #f00;
	display: none;
}

#row1 {
	border: 0px solid #00f;
	width: 100%;
	margin: 0 0 1.8em;
	overflow: hidden;
	border-radius: 20px;
}


#row2 {
	padding: 0 0.5em 0;
	text-align: center;
	width: 56%;
	font-size: 1.2em;
  line-height: 1.3em;
	float: left;
	overflow: hidden;
	border-radius: 20px;
	font-weight: 200;
	height: 250px;


}


#row2 h1 {
	height: auto;
	font-weight: 200;
	margin: 0;
  font-size: 1.1em;	}

.bigbold, #row2 h1 .bigbold {
	font-weight: bold;
	font-size: 1.3em;
	display: block;
	letter-spacing: 2px;
}



#row3 {
	border: 0px solid #f00;
	width: 56%;
	font-size: 1.2em;
  line-height: 1.2em;
	float: left;
	overflow: hidden;
	border-radius: 20px;
	font-weight: 200;
	height: 250px;
}

#row3 h2 {
  text-align: center;
	font-weight: 500;
}

#row3 {
	border: 2px solid #009fe3;
	width: 40%;
	margin-left: 1.7em;
  float: right;
  position: relative;
}

#aktuelles {
	border: 0px solid #f00;
	overflow: auto;
	height: 90%;
	font-size: 0.9em;
	padding: 0 0.4em ;
	font-weight: 200;
}

.date {
	text-decoration: underline;
}

.headline {
	font-weight: 500;
}

.spacer {
	height: 1em;
}


/* on large screens, I use a different layout, so 600px are sufficient */
.tox-editor-container {
	     width: 100% !important;
  
}
.mce-content-body {
  width: 100%;
}


@media only screen and ( min-width: 1350px ) {
}

@media only screen and ( max-width: 1350px ) {
}

@media only screen and ( max-width: 1050px ) {
	#row3 {
		margin-left: 1.2em;
	}
}

@media only screen and ( max-width: 750px ) {
	#row1, #row2, #row3 {
		width: 100%;
	}
	#row2 {
		width: 90%;
		margin: 0 0.4em 2em;

	}

}

@media only screen and ( max-width: 440px ) {

}