html {
  background-color: #f1f1f1;
  width: 100%;
  box-sizing: border-box;
}

body {
  max-width: 1250px;
  margin: 0 auto 0 auto;
  background-color: #FFF;
 }

div#title {
  padding: 25px;
  border-bottom: 3px solid #A03
}

div#codex_info {
  display: grid;
  grid-template-columns: auto;
  padding: 25px;
  min-height: 100px;
  height: auto;
  border-bottom: 2px solid #333;
  background-color: #DDD;
}

div#codex_info span.codex_info{
  margin-right: 25px;
}

.flex_container {
  display: flex;
  align-items: baseline;
}

.left {
  order: 0;
  width: 72%;
}

.right {
  order: 1;
  width: 28%;
  margin: 10px;
}

.right label {
  display: inline-block;
  max-width: 400px;
}

.codex_select {
  max-width: 75%;
  margin-top: 5px;
}

div#container {
  height: 890px;
  width: 100%;
  overflow: auto;
}

div#content {
  box-sizing: border-box;
  max-height: 850px;
  overflow-y: scroll;
  padding: 0 25px 0 25px;
  float: left;
}

div#spacer {
  height: 800px;
}

div#image_container {
  box-sizing: border-box;
  float: left;
}

div#image_area {
  /*border: #A03 solid 2px;*/
  width: 100%;
  height: 800px;
  overflow: scroll;
}

img#image {
  width: 1000px;
  height: auto;
}

.popUpImage {
  min-width: 100%;
}

#hs_erhalten {
  width: 70%;
	/*background-color: red;*/
}

#text_wrapper {
  width: 100%;
	/*background-color: yellow;*/
	float:left;
}

#top_wrapper {

  
}

#bottom_wrapper {

  
}

figure {
  margin-top: 0px;
}

#left_wrapper {
  padding-top: 16px;
	/*background-color: yellow;*/
	float:left;
}


#right_wrapper {
	padding-top: 16px;
	/*background-color: blue;*/
  float:left;
}

#logo {
  position:absolute;
  z-index: 50;
  margin-left: 875px;
  margin-top: 15px;
}

#snf_logo {
  width: 50%;
  height: 50%;
}

#hs_extern {
	/*clear: both;*/
}

#side_image {
	/*width: 40%;
	height: auto;*/	
	max-height: 460px;
	/*float:right;*/
}

#beschreibung {
	clear: both;
}

#publikationen {
	clear: both;
}

/*
styles for splitscreen gutters
*/
.gutter {
  box-sizing: border-box;
	background-color: #EAEAEA;
	border: 1px solid;
	border-color: #BBB;

	background-repeat: no-repeat;
	background-position: 50%;
}

.gutter.gutter-horizontal {
	cursor: col-resize;
	background-image: url('../js/split/grips/vertical.png');
}

.gutter.gutter-vertical {
	cursor: row-resize;
	background-image: url('../js/split/grips/horizontal.png');
}

.split.split-horizontal, .gutter.gutter-horizontal {
	height: 100%;
	float: left;
}

.content {
    width: calc(40% - 4px);
}
