html, body { min-height: 100%; } body { background: white; font-family: "Trebuchet MS", "Lucida Grande", verdana, arial, georgia; font-size: 1em; margin: 0; padding: 20px 70px; line-height: 1.4; } a { color: #2877A2; } h1 { margin-bottom: 0; } h1 + h2 { margin: 0 0 2em 0; font-size: 1em; } h3 { font-weight: normal; } h2 { margin-bottom: 0; } h2 + h3 { margin-top: 0; font-weight: bold; } img { max-width: 100%; } #container { min-width: 750px; max-width: 1100px; position:relative; min-height:100%; height:auto !important; height:100%; margin:0 auto; background-color: white; } #logo { float: left; } #logo img { width: 400px; } #navi { margin-top: 70px; float: right; list-style-type: none; text-align: center; } #navi > li { display: inline-block; position: relative; } #navi li a { color: black; padding: 10px 12px; text-decoration: none; background: #90cb93; color: white; } #navi a:hover { background: #84c684; } #navi ul { display: none; position: absolute; text-align: left; } #navi > li:hover ul { display: block; } #stage { clear: both; border-top: 5px solid #90cb93; padding: 50px 0px; } p.diagramm { text-align: center; margin: 4em 0; } #stage p.diagramm img { float: none; } footer { clear: both; border-top: 3px solid #90CB93; } footer #social { float: right; margin-top: 10px; } .col3 .box { width: 33%; display: inline-block; } .box { -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; /* Opera/IE 8+ */ vertical-align: middle; } .box h2 { background: #90CB93; color: white; font-size: 1em; padding: 0.5em; } .box h2 a { text-decoration: none; color: white; } .box.cite { background: #216f85; color: white; padding: 2em; text-align: center; font-style: italic; font-weight: bold; font-size: 1.9em; }