@font-face {
    font-family: 'pappelkrug_hausschrift';
    src: url('../Fonts/pappelkrug_hausschrift.ttf') format('truetype'); 
}

body {
  background-color: #000000;
}

h1,
h2,
h3,
h4,
h5 {
  color: #eeeeee;
  font-family: 'pappelkrug_hausschrift';
}

h1 {
  font-size: 4em;
}

h2 {
  font-size: 3em;
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1em;
}



p {
  color: #eeeeee;
}

li {
  color: #eeeeee;
}

span {
  color: #eeeeee;
}

.frame {
  padding-bottom: 25px;
}

.nav-link,
.dropdown-item {
  font-size: 1.3em;
}

.container {
  padding-top: 50px;
}


footer {
  margin-top: 30px;
  border-top: 3px solid #ffffff;
  padding-top: 20px;
  padding-bottom: 25px;
  color: #dddddd;
}

.control-label {
  color: #eeeeee;
}

.form-group {
  padding-bottom: 20px;
}

.card {
  margin-bottom: 10px!important;
  margin-top: 10px;
}

.card h1, .card h2, .card h3, .card h4, .card h5 {
  color: #000000;
}

.card-text p {
  color: #000000;
}
  

.card-body h5 {
  margin-top: 5px;
  margin-bottom: 0px!important;
}


.card-text p {
  color: #000000;
}

.rastercontainer {
  padding-bottom: 50px;
}


.media-heading a {
  font-size: 2.5em;
  text-decoration: none;
  color: #333333;
}

.tx-events2 {
  background-color: #dddddd;
  padding: 30px;
}

.tx-events2 p {
  color: #000000;
  font-size: 1em;
}

.tx-events2 h1, .tx-events2 li {
  color: #000000;
}

.tx-events2 h4 {
  color: #ffffff;
  background-color: #222222;
  padding: 10px;
  font-size: 2em;
}



