/*@import url("uikit-base.css");
@import url("mmenu.css");
@import url("font-awesome.min.css");*/

/* allison-regular - latin-ext_latin */
@font-face {
  font-family: 'Allison';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/allison-v9-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/allison-v9-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/allison-v9-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/allison-v9-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/allison-v9-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/allison-v9-latin-ext_latin-regular.svg#Allison') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-ext_latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-ext_latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}



:root {
  	--rot: #d8233e;
	/*color: var(--schrift);*/
}

* {
margin: 0;
padding: 0;
	outline: none !important;
/*-webkit-appearance: none;
-moz-appearance: none;*/
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
     box-sizing: border-box;
}

body {
     height: 100%;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.4;
}

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;
}

strong, b {
	color: var(--rot);
}

li {
	margin-left: 20px;
}

p {
	margin-bottom: 20px;
}

ul li {
	margin-bottom: 15px;
}

footer {
	/*line-height: 40px;*/
	padding: 17px;
}

a {
	color: var(--rot);
	text-decoration: none;
	-webkit-transition: all 0.5s;
transition: all 0.5s;
}

a:hover {
	color: #000000;
}

h1 {
	font-family: 'Allison', Times New Roman, Times, serif;
	color: var(--rot);
	font-size: 70px;
	margin-bottom: 10px;
	line-height: 1;
	font-weight: normal;
}

h2 {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 20px;
	color: var(--rot);
}

h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
	color: var(--rot);
}

.logo {
	width: 20vw;
	max-width: 380px;
}

header .button {
	margin-top: 10px;
}

/*=================================
            KLASSEN
=================================*/

.pfLeft {
	transform: translate(-50%,-50%);
}


.pfRight {
	transform: translate(50%,-50%);
}

.button {
	line-height: 45px;
	background-color: var(--rot);
	padding: 0 20px;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.5s;
transition: all 0.5s;
}

.button:hover {
	background-color: #9A192C;
	color: #ffffff;
}

table td {
	border-bottom: var(--rot) 1px solid;
	padding: 10px;
}

@media (max-width: 640px) {
	.logo {
		width: 100%;
		max-width: 250px;
	}
}

@media (max-width: 480px) {
	body {
		font-size: 15px;
	}
	
	.button {
	line-height: 35px;
	padding: 0 10px;
}
	
	footer {
	line-height: inherit;
}
}