/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/titillium-web-v15-latin-regular.eot'); 
  src: local(''), 
       url('fonts/titillium-web-v15-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('fonts/titillium-web-v15-latin-regular.woff2') format('woff2'), 
       url('fonts/titillium-web-v15-latin-regular.woff') format('woff'), 
       url('fonts/titillium-web-v15-latin-regular.ttf') format('truetype'), 
       url('fonts/titillium-web-v15-latin-regular.svg#TitilliumWeb') format('svg'); 
}

@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/titillium-web.regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/titillium-web.regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/titillium-web.regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/titillium-web.regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/titillium-web.regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/titillium-web.regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Titillium Web';
  font-style: bold;
  font-weight: 600;
  src: url('fonts/titillium-web.bold.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/titillium-web.bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/titillium-web.bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/titillium-web.bold.woff') format('woff'), /* Modern Browsers */
       url('fonts/titillium-web.bold.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/titillium-web.bold.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Andale Mono';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/andale-mono.ttf'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/andale-mono.ttf') format('truetype'), /* Safari, Android, iOS */
}

html {
    background: #ffffff;
}
body {
    background: #fff;
    margin: 0 auto;
    overflow-y: auto;
    overflow-x: hidden;  
}
.backgroundtitle-overlay-container {
    position: relative;
    }
.backgroundtitle-overlay-container .backgroundtitle-container {
position: absolute;
top: auto;
left: calc(15px * -1);
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
flex-wrap: nowrap;
-webkit-animation: ticker 160s linear infinite;
animation: ticker 160s linear infinite; 
}
.backgroundtitle {
letter-spacing: 2px;
color: #000000;
width: max-content;
font-family: 'Andale Mono', sans-serif;
text-transform: uppercase
}

/* anderer ticker https://vessio.com/how-do-i-create-a-simple-news-ticker-using-html-and-css/ */  
.ticker-container {
width: 100%;
overflow: hidden;
}
.ticker-wrapper {
width: 100%;
padding-left: 100%;
background-color: transparent;
}
@keyframes ticker {
0% {
transform: translate3d(0, 0, 0);
}
100% {
transform: translate3d(-100%, 0, 0);
}
}
.ticker-transition {
display: inline-block;
white-space: nowrap;
padding-right: 100%;
animation-iteration-count: infinite;
animation-timing-function: linear;
animation-name: ticker;
animation-duration: 20s;
}
.ticker-transition:hover {
animation-play-state: paused;
cursor: pointer;
}
.ticker-item {
display: inline-block;
padding: 0 2rem;
}

#kopfzeile {
width: 100%;
height: 15px;
background-color: #000000;
text-align: center;
color: #999999;
font-family: 'Andale Mono', sans-serif;
font-size: 12px;
letter-spacing: 2px;
padding: 3px 0 2px 0;
}
.logo {
width: 200px;
height: auto;
margin: 100px 0 50px 0;
}
.schwarz {
color: #000000;
letter-spacing: 2px;
}
.illustration img {
width: 350px;
height: auto;
    padding-bottom: 2em;
}

p {
    color: #999999;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    line-height: 1.75; 
    text-align: left;
    padding: 1em 0;
    }
h1 {
    color: #000000;
    font-family: 'Titillium Web', sans-serif;
    font-size: 32px;
    font-weight: 600 !important;
    font-weight: bold !important;
    line-height: 1.5;
}

h2 {
    color: #000000;
    font-family: 'Andale Mono', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    width: max-content;
}

a, a:hover, a:visited {
    color: #999999;
    text-decoration: none;
}

b, strong {
    font-weight: 600;
}

    #inhalt {
    padding: 0 2em;    
    } 

#laufzeile {
    
}
#monografisch {
    
}
    
    .text {
    padding: 2em 2em 0 2em;
    }
    
    #fusszeile {
    padding: 0 2em;
    }

@media screen and (min-width: 1024px) {

    #inhalt {
    width: 900px;
    padding: 0;
    }  
    
    .text {
    width: 900px;
    padding: 2em 0 0 0;
    }
    
    #fusszeile {
    width: 900px;
    padding: 0;
    }
}
/* (A) FIXED WRAPPER https://code-boxx.com/html-css-news-ticker-horizontal-vertical/ */
.hwrap {
  overflow: hidden; /* HIDE SCROLL BAR */
  background: none;
    position: absolute;
    top: 500px;
}
 
/* (B) MOVING TICKER WRAPPER */
.hmove { display: flex; }

/* (C) ITEMS - INTO A LONG HORIZONTAL ROW */
.hitem {
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
    color: #000000;
    font-family: 'Andale Mono', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
}
 
/* (D) ANIMATION - MOVE ITEMS FROM RIGHT TO LEFT */
/* 4 ITEMS -400%, CHANGE THIS IF YOU ADD/REMOVE ITEMS */
@keyframes tickerh {
  0% { transform: translate3d(100%, 0, 0); }
  100% { transform: translate3d(-1000%, 0, 0); }
}
.hmove { animation: tickerh linear 45s infinite; }
.hmove:hover { animation-play-state: paused; }   
/* ende */

/* ende */  