@charset "utf-8";

/* Home - index */

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

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

#slides_home {position: relative; }
#slides_home .slide-container { position: absolute; opacity: 0; transition: opacity 2s;  }
#slides_home .slide-container.active { opacity: 1;}

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

.banner {
	margin: 0 auto;
	display: inline-block;
	width: 100%;
	eight: 500px;
	overflow: hidden;
	/*! height: 500px; */
  display: none;
}

.img-mobile {
	display: block;
	width: 100%;
}

.banner img {
  /*! height: 100%; */
	width: 100%;
}

.redDot {
	font-weight: bold;
	color: #cf1719;
}

#row1 {
	margin-bottom: 1.3em;
}


#row2 {
	border: 0px solid #fff;

	font-size: 1em;
	line-height: 1.6rem;
	

	padding: 0;
	width: 90%;
	margin: 1em auto;

}

#row2 h1 {	
	font-size: 1.5em;
	line-height: 2.2rem;
  font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 0.5em;
}

#row2 h2 {	
	font-size: 1.1em;
	font-weight: normal;
}



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


span.line {
  display: inline-block;
}


@media only screen and ( min-width: 750px ) {
	#row1, #row2, #row3 {
	}
	#row2 {
	}

	.tox-editor-container {
	     width: 90% !important;
  
}
  .mce-content-body {
       width: 90% !important;
 		   margin-left: 5%;
   }

}


@media only screen and ( min-width: 1050px ) {
#img-slider {
	margin: auto;
	display: inline-block;
	width: 100%;
	height: 332px;
	overflow: hidden;
}

	.banner {
    	display: inline-block;
	}
	.img-mobile {
	display: none;
}
	#row2 {
		padding: 0 1rem;
		margin-bottom: 1em;
		margin-left: 38%;
		width: auto;
	}
	#row2 h1 {	
		font-size: 1.8em;
		line-height: 2.2rem;
	}

	#row2 h2 {	
		font-size: 1.3em;
	}

	
}

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