iframe html {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

iframe html body {
	height: 100%;
}

#selectIframeContainer {
	width: 100%;
	height: 15vh;
}

#synopseIframeContainer {
	width: 100%;
	height: 80vh;
}


#synopseIframe {
	height: 100%;

}
.container {
        display: flex;
        width: 100%;
        height: 85vh;
        overflow: hidden;
      }

.split-pane {
  display: flex;
  flex-direction: row;
  outline: 1px solid #888;
  height: 200px;
  width: 400px;
}

.left-pane {
  background: #EEE;
  width: 150px;
  border-right: 1px solid #CCC;
}

.right-pane {
  background: #FFF;
  flex-grow: 1;
}

.resizing-handle {
  background: transparent;
  width: 10px;
  margin: 0 -5px;
  cursor:col-resize;
  z-index: 999;
}

.links {
	display: flex;
	height: 85vh;
	width: 100%;
}

.rechts {
	display: flex;
	height: 85vh;
	width: 100%;
}

.zitat {font-size: 12pt; font-family: Lucida Grande;
}