/* CSS Document */
body {
	background-color: black;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 13px;
}

hr {
	border: none;
    height: 2px;
    /* Set the hr color */
    color: white; /* old IE */
    background-color: white; /* Modern Browsers */
}

#container {
  display: flex;
  align-items: center;
  justify-content: center;
}

#innercontainer {
	align-self: center;
	max-width: 750px;
	text-align: center;
}

.internationalopera {
	background-color: #85763e;
	color:white;
}
.footer {
	padding-top:13px;
	font-size: 90%;
	color:#9C9696;
}

.logo {
	padding-top:25px;
	padding-bottom:15px;
}

.fmm {
	padding-bottom:15px;
}

.lead {
	font-size: 150%;
}
.wolf {
  font-size: 120%;
}

img {
  max-width: 100%;
  height:auto;
}

a {
    color: #ebd581;
}
a:link, a:visited
{
    color: #ebd581;
}

a:active, a:hover
{
    color: #ebd581;
}

.plakat-container {
    width: 650px;
}
#plakat {
    border: 1px solid black;
    max-width: 400px;
    height: auto;
}