/**
 * This support file is used to style the WYSIWYG editor in the CMS
 */

@import "typography.css?2";
body.mceContentBody{
	font-size:13px;
	max-width:400px;
	padding: 0 12px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}

.cms .cms-content-fields {
    overflow-y: auto;
    overflow-x: auto;
    background: #f6f7f8;
    width: 100%;
    margin: 0px 12px auto 24px!important;
    left:20px;
    }

/* JORISKOCHT STYLES ***************************************************/
.menge {max-width:150px;}

/*
.WeiterButton {
  display:inline;
  position:relative;
  right:0px;
  background-color:#376D8C;
  height:20px;
  color:#fff;
  padding:6px;
  border-radius: 6px;
}
.WeiterButton a {
  color:#fff;
  font-weight: bold;
  display:block;
  text-align: right;
   text-decoration:none;
}
.WeiterButton a:after {
  content: " >";
}
*/