@charset "utf-8";

/* Home - index */

#row2 br {
	float: none;
}

#row1 {
	border: 1px solid #fff;
	background: #999;
	display: inline-block;
	height: 50px;
	width: 100%;
	line-height: 1em;
	padding: 0 1em;
	margin-bottom: 0.5em;
}

#row1 h1 {
	padding-left: 0;
	line-height: 0;
}

#row2 {
	border: 0px solid #fff;
	display: block;
	width: 100%;
  float: left;
  margin-bottom: 0.5em;
	font-size: 1em;
	padding: 0.5em;
  line-height: 1.2em;
}


/* 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 {
		width: calc(100% - 380px);
	}
	#row2 {
		width: calc(100% - 380px);
	}
}

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

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

@media only screen and ( max-width: 750px ) {
	#row1 {
		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 ) {

}