@charset "utf-8";
/* amatic-sc-regular - latin */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/amatic-sc-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/amatic-sc-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/amatic-sc-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/amatic-sc-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/amatic-sc-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/amatic-sc-v24-latin-regular.svg#AmaticSC') format('svg'); /* Legacy iOS */
}



/* CSS Document */
.bgblau {background-color: #5d6bb1;}
.bghellblau {background-color: #a5c4ca;}
.bgwhite {background-color: #fff;}
.bgrot {background-color: #e30613;}
.bgdark {background-color: #393638;}
.center {text-align: center;}
.headfont {
    font-family: 'Amatic SC', cursive;
    color: #fff;
    font-size: 2.825rem;
}
.white {color:#fff;}
.fontXL {font-size: 5em;}
.fontL {font-size: 3em;}
.headdatenschutz {font-size: 2em;color:#6D6D6D}
a:link.datenschutz {color:darkred;}
a:visited.datenschutz {color:darkred;}
