:root {
  --breite_seite: 300px;
  --breite_mitte: 900px;
  --breite_total: 1500px;
}

fat_txt {
  font-size: 130%;
  font-weight: bold;
}


@font-face {
    font-family: DejaVuSans;
    src: url("fonts2/DejaVuSans2.woff");
    }
@font-face {
  font-family: DejaVuBold;
  src: url("fonts2/DejaVuSerif-Bold-bereinigt.woff");
  font-weight: bold;
}
@font-face {
  font-family: Neohellenic;
  src: url("fonts2/Cabin-Regular.otf");
  font-style: sans-serif;
}

@font-face {
  font-family: DejaVuSerif-Italic;
  src: url("fonts2/DejaVuSerif-Italic_bereinigt.woff");
  font-style: italic;
}

body {
background-color: #FFF8EC;
}

.aussen {
    background-color: black;
}

#kopf {
    background-color: black;
    width: 1500px;
    margin:  auto;
}
#kopf-links {
    /*background-color: yellow; */
    min-width: 300px;
    min-height: 100px;
    width: 20%;
    float: left;
    display: inline;
}
#kopf-mitte {
    background-color: green;
    width: 900px;
    display: inline;
}
#kopf-rechts {
    /*background-color: red;*/
    min-width: 300px;
    min-height: 100px;
    width: 20%;
    float: right;
    display: inline;
}
#banner {
    margin:  auto;
    width: 900px;
}

.container {
  margin: auto;
  width: 1500px;
}
.abstand_inhalt1{
    height: 80px;
}
