@charset "UTF-8";



a {font-family:arial;font-size:11px;font-weight:bold;color:#888888;text-decoration:none}
a:hover {font-family:arial;font-size:11px;font-weight:bold;color:#89200d;text-decoration:none}
a:focus {font-family:arial;font-size:11px;font-weight:bold;color:#89200d;text-decoration:none}
a:active {font-family:arial;font-size:11px;font-weight:bold;color:#89200d;text-decoration:none}
p {text-align:justify;line-height:165%}




body{

	font-family:verdana;
	font-size:11px;
	color:#000000;

	
}

.headline {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}



.bildtext {
	font-size:12px;
	color:#444444;

}


p.text{
	font-size:13px;
	text-align:justify;
	line-height:165%;
}

.text{
	font-size:13px;
	text-align:justify;
	line-height:165%;
}

.linkactive{
	font-size:11px;
	font-weight:bold;
	color:#89200d;
	text-decoration:none
	
}

p.textrechts{
	font-size:13px;
	text-align:right;
	line-height:165%;
}

p.textmitte{
	font-size:13px;
	text-align:center;
	line-height:165%;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
  position: fixed;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

/* The Close Button */
.close {
  color: red;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-body {
	padding: 2px 16px;
	font-size: 1.5em;
	}



/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}
