@charset "UTF-8";
/* CSS Document */

html, body {
        height: 100%;
        margin: 0;
        padding: 0;
		font-family: "abc Allegra", sans-serif;
		overflow-x: hidden; /* Horizontales Scrollen deaktivieren */
}
/* Typografie*/

@font-face {
    font-family:'abc Allegra';
    src: url('/assets/font/abc Allegra.eot');
	src: url('/assets/font/abc Allegra.eot?#iefix') format('embedded-opentype'),
		url('/assets/font/abc Allegra.woff2') format('woff2'),
		url('/assets/font/abc Allegra.woff') format('woff'),
		url('/assets/font/abc Allegra.ttf') format('truetype'),
		url('/assets/font/abc Allegra.otf') format('opentype'),
		url('/assets/font/abc Allegra.svg#abc Allegra') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}


@font-face {
    font-family:'abc Allegra Semibold';
    src: url('/assets/font/abc Allegra Semibold.eot');
	src: url('/assets/font/abc Allegra Semibold.eot?#iefix') format('embedded-opentype'),
		url('/assets/font/abc Allegra Semibold.woff2') format('woff2'),
		url('/assets/font/abc Allegra Semibold.woff') format('woff'),
		url('/assets/font/abc Allegra Semibold.ttf') format('truetype'),
		url('/assets/font/abc Allegra Semibold.otf') format('opentype'),
		url('/assets/font/abc Allegra Semibold.svg#abc Allegra Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

.gray {filter: grayscale(1);}

h1 {font-family:'abc Allegra Semibold';}
.h1_museumtop {position: relative; top:-200px;}
a, b {font-family:'abc Allegra Semibold'; text-decoration: none; color: black;}
ul, li {  list-style-type: none;   margin-left:-16px;}
@media (max-width: 1200px) { 
.h1_museumtop {position: relative; top:-160px;}
}

@media (max-width: 768px) { 
.h1_museumtop {position:inherit;}
}