@font-face {
  font-family: 'InterstateLight';
  src: url('galabau/css/interstate-light.eot'); /* IE9 Compat Modes */
  src: url('galabau/css/interstate-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('galabau/css/interstate-light.woff') format('woff'), /* Modern Browsers */
  url('galabau/css/interstate-light.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('galabau/css/interstate-light.svg#InterstateLight') format('svg'); /* Legacy iOS */
}
/* CSS-Boxes */

body { 
font-family: 'InterstateLight', Verdana, Arial, sans-serif; 
background: #fff; 
color: #000; 
margin-left: auto;
margin-right: auto;
padding: 0 20px; 
font-size:0.8em;

}

div.box-aussen {
margin-left: auto;
margin-right: auto;
display: flex;
justify-content: center;
align-items: middle;
width: 800px;
padding-top: 8em;
}

div.spalte-links {
width: 180px;
padding-right:10%;
float:left;
}

div.links-unter-animation {
display:none;
}

div.spalte-rechts {
float:left;
}

div.link-galabau {
float:left;
padding-top:2em;
}

div.link-sachverstand {
float:left;
padding-top:4.1em;
clear:both;
}

a {
color:#000;
text-decoration:none;
}

a :hover {
color:#000;
text-decoration:underline;
}

hr.link-index {
border: none;
height: 1px;
background-color:#000;
margin-bottom: 4em;
}