/*@import url("uikit-base.css");
@import url("mmenu.css");
@import url("font-awesome.min.css");*/

/* montserrat-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v26-latin_latin-ext-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v26-latin_latin-ext-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* montserrat-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v26-latin_latin-ext-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v26-latin_latin-ext-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* montserrat-800 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/montserrat-v26-latin_latin-ext-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v26-latin_latin-ext-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* quattrocento-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quattrocento';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/quattrocento-v21-latin_latin-ext-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/quattrocento-v21-latin_latin-ext-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* quattrocento-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quattrocento';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/quattrocento-v21-latin_latin-ext-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/quattrocento-v21-latin_latin-ext-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}



:root {
  --grau: #f1efec;
  --blau: #c6ced1;
  --dunkelblau: rgba(47,77,100,1);
    --orange: #FA9202;
}
* {
  margin: 0;
  padding: 0;
  outline: none !important;
  /*-webkit-appearance: none;
-moz-appearance: none;*/
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  
}
body {
  height: 100%;
  font-family: 'Quattrocento', Times, "Times New Roman", "serif";
    font-size: 18px;
    color: #000000;
    background-color: var(--grau);
  line-height: 1.4;
    hyphens: auto;
}
::-moz-selection {
  background: var(--dunkelblau);
  color: #fff;
}
::selection {
  background: var(--dunkelblau);
  color: #fff;
}
a {
  text-decoration: none;
  color: inherit;
    -webkit-transition: all 0.5s;
transition: all 0.5s;
}
a img {
  border: none;
}
img {
  max-width: 100%;
  height: auto;
}
table {
  /*width: 100%;
table-layout:fixed;*/
}
figure.image {
  display: inline-block;
  border: 1px solid gray;
  margin: 0 2px 0 1px;
  background: #f5f2f0;
}
figure.align-left {
  float: left;
}
figure.align-right {
  float: right;
}
figure.image img {
  margin: 8px 8px 0 8px;
}
figure.image figcaption {
  margin: 6px 8px 6px 8px;
  text-align: center;
}
.noIcon span.uk-icon {
  display: none;
}

/*=================================
            Navigation
=================================*/

#navi {
	
}

#navi ul {
	
}

#navi ul li {
	
}

#navi ul li a {
	
}

#navi ul li a:hover {
	
}

/*=================================
            Formatierung
=================================*/

h1, h2, h3, h4 {
	font-family: 'Montserrat', Helvetica, Arial, "sans-serif";
}

h1 {
	font-size: 55px;
	text-shadow: rgba(0,0,0,0.5) 0 0 20px;
    line-height: normal;
}

h1 span {
	font-size: 0.7em;
	color: var(--orange);
	/* line-height: 0.5em; */
}

h2, h3 {
    font-weight: normal;
    color: var(--dunkelblau);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5em;
    font-size: 22px;
    
	
}

h3 {
	
}

h4 {
	font-weight: normal;
    color: var(--dunkelblau);
    margin-bottom: 0;
    font-size: 22px;
}

h5 {
	
}

p {
    margin-bottom: 1.5em;
	
}

p:last-child, ul:last-child {
    margin-bottom: 0;
}

hr {
	border: none;
	border-bottom: var(--dunkelblau) 1px solid;
	margin: 50px 0;
}

ul {
	margin-bottom: 1.5em;
    text-align: left;
}

li {
	margin-left: 20px;
}

a:hover {
    color: var(--orange);
}

/*=================================
            KLASSEN
=================================*/

.mid {
	width: 92%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.overlayBlack {
	background-color: rgba(0,0,0,0.3);
}

.radiusBR {
    border-bottom-right-radius: 50px;
}

.radiusTL {
    border-top-left-radius: 50px;
}

.radiusTR {
    border-top-right-radius: 50px;
}

.bgBlau {
    background-color: var(--blau);
}

.bgWeiss {
    background-color: #ffffff;
}

.icon {
	height: 75px;
    margin-bottom: 10px;
}

main, footer {
	max-width: 1600px;
	margin: auto;
}

footer {
    border-top: 1px solid var(--dunkelblau);
}


@media (max-width: 640px) {
h1 {
	font-size: 32px;
}
}