body {
	font: 15px/1.5 Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 100px 0 100px;
	background-color: #D1F48A;

}

td {word-break:break-all;
	word-wrap:break-word;
}

.ergebniswrapper{
	padding-left: 0px;
}

.Chronik{
	float: left;
	width: 300px;
	margin-top: 10px;
	padding: 4%;

}

/**/
.button_5{
	margin-bottom: 20px;
	background-color: #E0F0FF;
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	border: none;
	color: #944743;
	}

/**/
	.fremdkomm {
		width: 265px;
		background-color: lightyellow;
		padding: 10px;
		border-radius: 3px;
		margin-bottom: 20px;
	}

/**/
.kommdiv button{
	margin-bottom: 20px;
	background-color: #E0F0FF;
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	border: none;
	color: #944743;
}

.ergebniscard{
	width: 300px;
	max-width: 100%;
	padding: 25px;
	padding-bottom: 0px;
	background-color: #944743;
	margin: 5%;
	margin-bottom: 0;
	margin-top: 28px;
	display: inline-block;
	border-radius: 3px;
	padding-right: 10px;
}

.ergebniscard a{
	color: black;
	text-decoration: underline;
}

.ergebniscard a:hover{
	color: tomato;
}

.ergebniscard table{
	width: 282px;
	background-color: lightyellow;
	border-radius: 3px;
	padding: 10px;
}


.ergebniscard  td, th{
text-align: left;
padding: 5px;
}

.ergebniscard tr:nth-child(even) {
  background-color: #E0F0FF;
}

.ergebniscard td:nth-child(even) {
  font-weight: bold;
}

.ergebniscard th:nth-child(even), td:nth-child(even) {
  text-align: right;
}

.ergebniscard tr:hover {
  background-color: #FFE0FF;
}




.imagehülle{
	width: 275px;
	  height: 200px;
	  position: relative;
	  display: inline-block;
	  overflow: hidden;
	  margin: 0;
}

.imagehülle img{
	display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  transform: translate(-50%, -50%);
	padding-left: 5%;
}

.kommSelf{
	width: 265px;
	background-color: lightyellow;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 20px;
}


.container{
	width: 80%;
	margin:auto;
	overflow:hidden;

}

.container2{
	width: 60%;
	margin-right: 0px;
	overflow:hidden;
	float: right;
}


.ergebnisnummer{
	color: white;
	font-size: 16px;
	font-weight: bold;
}



.rating_bar_grey {
  width: 110px;
  background: url(../img/star_grey.png) 0 0 repeat-x;

}

.rating_bar_gold {
  height: 22px;
  background: url(../img/star_gold.png) 0 0 repeat-x;
	background-origin: border-box;
}


.ergebniscontainer{
	width: 90%;
	margin:auto;
	overflow:hidden;
	background-color: Khaki;
}


ul{
	margin: 0;
	padding: 0;
}

.button_1{
	height: 36px;
	background: DodgerBlue;
	border: 0;
	padding: 10px;
	margin: 10px;
	color: #ffffff;
	display: flex;
   align-items: center;
   justify-content: center;
}

.button_2{
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	border: none;
	background-color:inherit;

}

.button_4{
	color: #ffffff;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	border: none;
	/*background-color:#944743;*/
	background-color: dodgerblue;

}

.button_4 p{
	text-align: center;
}

.button_4:hover {
    background-color: tomato; /* Green */
    color: white;
}

.button_2:hover {
    background-color: tomato; /* Green */
    color: white;
}

.button_3{
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 2px;
	border-color: white;
	background-color: inherit;

}

.button_3:hover {
    background-color: tomato; /* Green */
    color: white;
}



.nutzername {
	cursor:pointer;
}

.nutzername:hover {
	text-decoration: underline;
	color: darkblue;
}

.popup-overlay{
  /*Hides pop-up when there is no "active" class*/
  visibility:hidden;
  position: absolute;
  background: dodgerblue;
  border:3px solid #666666;
  width: 30%;
  height:250;
	left: 35%;
	right: 35%;
}
.popup-overlay.active{
  /*displays pop-up when "active" class is present*/
  visibility:visible;
  text-align: center;
}

#nutzernamepopup {

	font-size: 36;
}

.popup-content {
  /*Hides pop-up content when there is no "active" class */
 visibility:hidden;
 color: white;
}

.popup-content.active {
  /*Shows pop-up content when "active" class is present */
  visibility:visible;
}

.close{
  display:inline-block;
  vertical-align: top;

  border-radius:30px;
  margin:.20rem;
  font-size: 1rem;
  color:#ffffff;
  background:  tomato;
  border:1px solid #666666;
}

.meldungContent{
	margin: 20%;
	text-align: center;
	color: white;
	border-size: 10%
}

.meldungBox{
	background: dodgerblue;
}

button:hover{
  border:1px solid #666666;
  background:#666666;
  color:#ffffff;
}


/*header*/
header{
	background:#35424a;
	color: #ffffff;
	padding-top: 30px;
	min-height: 70px;
	border-bottom: rgba(255,255,0) 3px solid;
}



header a{
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
}

header h2 a{
	font-size: 20px;
}


header li{
	float: left;
	display: inline;
	padding: 0 20px 0 20px;  /* Top-Right-Buttom-Left  */
}

header #branding {

	float:left;

}



header #branding h1{
	margin:0px;
}

header nav{
	float: right;
	margin-top: 10px;
}

header .linkakzent a{
	color: rgba(255,215,0);
	font-weight: bold;
}

header a:hover{
	color: tomato;
	font-weight: bold;
}




/* dynamisch aufploppendes Login-formular */

#loginformli{
	float: right;
		padding: 0 20px 0 20px;
	list-style-type:none;

}

#loginform input {
padding: 6px;
border-color: #944743;
border-radius: 1px;
background-color:  #D5FF80;
font-style:oblique;
}



/*Hintergrund-Bild*/

#showcase{

	min-height: 400px;
	/*background-color: DodgerBlue;*/
	/*background-color: #EC9787;*/
	background-color: #944743;

/*	background-image: url("../img/dabhg2.jpg");*/
		background-repeat: no-repeat;

    background-position: left;
	text-align:center;
	padding-right: 10%;
	padding-bottom: 30px;
	color:#ffffff;
}

.textbild {
	position: relative;
		top: 20px;
    left: 0px;
		float: left;
		clear:left;
}

#showcase h1{
	margin-top: 0px;
	font-size: 55px;
	padding-top: 60px;
	margin-bottom: 10px;
	text-align: right;
	color: #D5FF80;
}

#showcase h2, h3, h4{
	text-align: right;
	font-size: 40px;
	color: #D5FF80;
}

#showcase p{
	font-size: 18px;
	padding-left: 25%;
	text-align: right;

}

#showcase #rosin{
	color: rgba(255,255,0);
}



.PressEingabe{
	margin: 40px;
	padding: 30px;
	padding-left: 4%;
	padding-top: 0px;
	float: left;
	width: 88%;
	background-color: lightyellow;
	border-radius: 10px;
	clear: right;
}

/* media queries */
@media(max-width: 1080px){
	 , .container2, .textbild, .container, , #loginformli,  #showcase, .showcase, #ergebnis .box{
		float:none;
		text-align: center;
		width: 100%;
	}
	.Chronik, .TopErgebnisse{
	clear: right;
	}

	body{
	margin: 0 0 0 0;

	}


header{
	padding-top: 10px;
	width: 100%;
}


header #branding{
	text-align: left;
	float: left;
	}

header li{
	float: right;
	display: inline;
	padding: 10px 10px; 0 5px;  /* Top-Right-Buttom-Left */
}


	.container{
	width: 100%;
	margin: 0px;

	}


	#showcase{
	margin: 0px;
	}

	#showcase p{
		padding-left: 5%;
		padding-right:5%;
		text-align: center;
			}

	#showcase h1, h2, h3, h4{
		font-size: 40px;
		padding: 0 10px 0 10px;
		text-align: center;
	}

.PressEingabe{
	width: 80%;
}


}
