/*  Allgemein */

body { 
	font-family:Arial; 
	margin-left:0px; 
	margin-top:0px;
	margin-right:0px;
	background-color:#d0e5ff; 
	background-repeat:no-repeat; 
	background-position:0px 0px;
}
#main{
	margin-left:170px;
}
#first{
	margin-left:30px;
	margin-top:40px;
	margin-right:100px;
}

h2 {
	margin-top:25px;
	margin-bottom:10px;
	margin-left:10px;
}

dt{
	margin-top:10px;
	margin-bottom:5px;
	font-weight: bold;
}
dd{
	margin-left:20px;
}

ul{
	overflow: hidden;
}

a img {
	border: none;
}

img.illustration{
	float:left;
	margin-right:10px;
	margin-left:5px;
	margin-bottom:5px;
	border:none;
}

img.illustration-top{
	float:left;
	margin-right:10px;
	margin-top:15px;
	margin-left:5px;
	margin-bottom:5px;
	border:none;
}

img.illustration-right{
	float:right;
	margin:5px;
	border:none;
}

h4.publikation {
	margin-top:10px;
}

h4.diary {
	margin-bottom:5px;
}
h4.diary + p {
	margin-top:0px;
}

img.emehl{
	height: 1.2em;
	width: 9.3em;
	vertical-align: text-top;
}

div.leftHalf{
	float:left;
	width:49%;
}

div.rightHalf{
	float:right;
	width:49%;
}

div.rss{
	float:right;
	margin-top:10px;
}

/*  Navigation */

img.hub{
	position:absolute; 
	top:0; 
	left:0;
	border-width: 0px;
	width: 200px;
	height: 200px;
}

img.flag{
	border-width: 1px;
	border-color: #A0A0A0;	
	border-style: solid;
	width: 18px;
	height: 13px;
	margin-right:10px;
}

#home{
	position:absolute;
	width:83px;
	height:250px;
	left:5px;
	top:200px;
}

#selection{
	z-index:1;
}
#hover{
	z-index:0;
}

#validator{
	font-size:0px;
	position:absolute;
	left:305px;
	top:5px;
}
#versions{
	font-size:0px;
	position:absolute;
	left:200px;
	top:5px;
}

/* Sprechblasen*/


div.bubbleContainer{
	display: inline-block;
	position:relative;
	width: 100%;
}

div.bubble, div.speechBubble{
	overflow:visible;
    background-color:#ffffff;
	margin-right:10px;
	margin-top:0px;
	border-width:3px; 
	border-color:#002e66; 
	border-style:solid;
	padding-left:10px;
	padding-right:10px;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}

div.speechBubble{
	-moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    -khtml-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}

div.bubbleSpeechOuter, div.bubbleSpeechInner{
	position: absolute;
    background-color: #ffffff;
	border-top: 3px #002e66 solid;
	border-right: 3px #002e66 solid;
}

div.bubbleSpeechOuter{
	right:39px; /*  wird in functions.php überschrieben */
	-moz-border-radius-topright: 70px;
    -webkit-border-top-right-radius: 70px;
    -khtml-border-top-right-radius: 70px;
    border-top-right-radius: 70px;
	z-index: 1;
	width: 70px;
	height: 70px;
}

div.bubbleSpeechInner{
	right:6px; /*  wird in functions.php überschrieben */
	top: 45px;
    background-color: #d0e5ff; 
	border-left: 3px #002e66 solid;
	-moz-border-radius-topright: 100px;
    -webkit-border-top-right-radius: 100px;
    -khtml-border-top-right-radius: 100px;
    border-top-right-radius: 100px;
	z-index: 2;
	width: 100px;
	height: 100px;
}

img.speaker{
	position:absolute;
	right: 0px;
	border-right: 13px #d0e5ff solid;/* Breite wird in functions.php überschrieben */ 
	border-top: 10px #d0e5ff solid;
	top:70px;
	z-index: 3;
}

div.bubble form{
	margin-bottom: 5px;
}

.flex-container {
  display: flex;
  flex-direction: row;
}

.flex-right {
	width: 440px;
}
.flex-left {
  width: 710px;
  margin-right: 30px;
}

@media (max-width: 1450px) {
  .flex-container {
    flex-direction: column;
  }
}

