@charset "utf-8";

/* Home - index */

#img-slider {
	margin: auto;
	display: inline-block;
	width: calc(100% + 0px);
	height: 500px;
	overflow: hidden;
}

#img-slider img {
  /*! height: 100%; */
	width: 100%;
}

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

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

#row1 {
	border: 0px solid #fff;
	display: inline-block;
	width: 100%;
	line-height: 1em;
	/*! padding: 0 1em; */
	margin: 10em 0 1em;
}


#row2, #row3 {
	border: 0px solid #fff;
	display: inline-block;
	width: 80%;
  margin-bottom: 0.5em;
	padding: 0.5em;
	width: 90%;
	margin-left: 5%;
}
#row3 {
	font-family: 'Corben-Regular';	
	font-weight: 700;
	font-size: 1.2em;
  line-height: 1.2em;
	margin-bottom: 4em;
}

/* 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 ) {
	#row1, #row2, #row3 {
		idth: calc(100% - 220px);
	}
	#row2, #row3 {
		idth:  calc(90% - 220px);
	  argin-left: calc(220px + 5%);
	}
}

@media only screen and ( max-width: 1350px ) {
	#row1, #row2, #row3 {
		width: calc(100% - 280px);
	}
	#row2 {
	  margin-left: 220px;
	}
}

@media only screen and ( max-width: 1050px ) {
	#row1, #row2, #row3 {
		width: calc(100% - 210px);
	}
	#row2 {
	}
}

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

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

}

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

}