/*
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);
*/

@font-face {
    font-family: 'Gandhi Sans';
    src: url('./fonts/GandhiSans-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Gandhi Sans';
    src: url('./fonts/GandhiSans-Bold.otf') format('opentype');
    font-weight: bold;
}

#schatten {
    -moz-box-shadow: 20px 20px 10px #aaa;
    -webkit-box-shadow: 20px 20px 10px #aaa;
    box-shadow: 20px 20px 10px #aaa;
}

#infotext {
    line-height:2em;
    font-size:1.5em; /* 18px; */
    letter-spacing:0.02em;
    text-align: center;
}

#kontakttext {
   font-size: 0.9em;  /* 13px; */ 
}

#fussnote {
    font-size:0.7em;  /* 10px; */
}

hr.trennlinie {
	color:black;
}

.einrueckung {
    padding-left:10px;
}

.einrueckung_rechts {
	padding-right:10px;
}

body {
    margin-top: 5vh;
    margin-left: 8vw;
    background: #f2f2f2;
    font-family: 'Gandhi Sans',Arial,sans-serif;
/*    font-family: 'Gandhi Sans','Source Sans Pro','Open Sans',Helvetica, Arial,sans-serif; */
}

table {
    background: white;
    width: 600px;
    border:none;
}

h1 {
    font-size: 1.5em;
	color: #495678;
    text-shadow: 10px 10px 6px #aaa;
}