/* nunito-regular - latin */

@font-face {
font-family: "Dongle";
src: url("./fonts/Dongle-Regular.eot");
src: url("./fonts/Dongle-Regular.woff") format("woff"),
url("./fonts/Dongle-Regular.otf") format("opentype"),
url("./fonts/Dongle-Regular.svg#filename") format("svg");
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/nunito-v26-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('/fonts/nunito-v26-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/nunito-v26-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/fonts/nunito-v26-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('/fonts/nunito-v26-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('/fonts/nunito-v26-latin-regular.svg') format('svg'); /* Legacy iOS */
}
/* nunito-700 - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/nunito-v26-latin-700.eot'); /* IE9 Compat Modes */
  src: url('/fonts/nunito-v26-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/nunito-v26-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/fonts/nunito-v26-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('/fonts/nunito-v26-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('/fonts/nunito-v26-latin-700.svg') format('svg'); /* Legacy iOS */
}
/* cabin-sketch-regular - latin */
@font-face {
  font-family: 'Cabin Sketch';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/cabin-sketch-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('/fonts/cabin-sketch-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/cabin-sketch-v21-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/fonts/cabin-sketch-v21-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('/fonts/cabin-sketch-v21-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('/fonts/cabin-sketch-v21-latin-regular.svg') format('svg'); /* Legacy iOS */
}


body {margin:0 auto; max-width:1100px; line-height:1.6em; color:#5e6d88; font-family: 'Nunito','Open Sans', sans-serif;}
.orange {color:#dc8c61;}
.hblau {color: #64acbb;}
.dblau {color: #334057;}

h1, h2, h3, .bamm {font-family: 'Cabin Sketch', 'Nunito', 'Open Sans', sans-serif; text-transform: uppercase; font-weight: normal; }

/* h1 { color: #64adba; } */
h2 { font-size: 3em; }


