html, body {	
	margin: 0;
	padding: 0;
    height: 100%
	color: #000;
    font: 12pt Raleway, sans-serif;
	height: 100%;
    // scrollbar-width: thin;
    // scrollbar-color: #00c8c8 #ddd;
}

.topnav {
    overflow: hidden;
    background-color: #00c8c8;
    z-index: 5;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 18px;
}

.topnav a:hover {
    background-color: #000;
    color: #fff;
}

.topnav a.active {
    background-color: #d44;
    color: #fff;
}

.topnav .icon {
    display: none;
}

.center {
    text-align: center;
    position: absolute;
	top: 320px;
    bottom: 40px;
    left: 5%;
    right: 5%;
    width: 87%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding: 10px;
    overflow: auto;
    border-style: solid;
    border-width: medium;
    background-color: rgba(255,255,255,0.9);
    z-index: 1;
    animation: fadeIn ease 10s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2;
}

@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

.flex {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@supports (flex-wrap: wrap) {
    .flex {
    display: flex;
  }
}


.fuss {
	position: absolute;
	padding-top: 4px;
	padding-right: 16px;
	right: 0px;	
	left: 0px;
	height: 36px;	
	bottom: 0px;	
	text-align: right;
	font-size: 18px;
    text-shadow: 1px 1px #333;
}

.kontakt {
	display: inline-block;
    background-color: #eee;
    padding: 4px;
    margin: 2px;
    width: 400px;
    height: 188px;
    text-align: left;
}

.kontakt img {
    float: left; 
    margin-right: 30px;
}

@media screen and (max-width: 1920px) {
    .center {top: 280px;}
}

@media screen and (max-width: 1280px) {
    .center {top: 200px;}
}

@media screen and (max-width: 1024px) {
    .center {top: 160px;}
}

@media screen and (max-width: 800px) {
    .center {top: 120px;}
    .text {text-align: left;}
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .center {top: 100px;}
}

#burger {
    width: 20px;
    height: 2px;
    background-color: #f2f2f2;
    margin: 4px 0;
}

#outputQuote {
    font-family: sans-serif;
    color: #d44;
    font-weight: bold;
}

.text {
    text-align: left;
    padding: 10px;
}

h1 {
    font-size: 26pt;
    font-family: sans-serif;
    text-align: center;
    color: #000;
    margin-bottom: 4px;
}

td {
    vertical-align: top;
    padding-left: 20px;
}

a {
    text-decoration: none;
    color: #00c8c8;
}

a.active {
    color: #000;
}

a:hover {
    color: #d44;
}

.img-fit {
   width: 100%;
   max-width: 1280px;
   height: inherit;
   object-fit: contain;
   object-position: top center;
   display: block;
   margin-left: auto;
   margin-right: auto;
}
