/* Home */
header {
	min-height: 100vh;
	background:
	url("../img/background.png") no-repeat center center;
	background-size: cover;
}

/* Popup Corona */
.modal {

  display: none;
  position:fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: visible;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4); 
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%; 
position: relative;
height: 550px;
overflow-y: scroll;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* Main Content */
.mail {
    color: white;
}

.img {
	transition: all 0.4s ease;
	padding-bottom: 10px;
}

.img:hover {
	transform: scale(1.05);
}

.about-text {
	padding-bottom: 15px;
}

.gradient {	
	margin-top: 20px;
	color: white;
	text-align: center;
	padding: 30px;
	background-size: cover;
	background: grey fixed;
	/*,url("../img/PictureHub.png") no-repeat center center fixed; */
	/*#4286f4 linear-gradient(to right, #4286f4, #70d8ff);*/
}
.gradient-2 {	
	color: white;
	text-align: center;
	padding: 30px;
	background-size: cover;
	background: grey fixed;
	/*,url("../img/PictureHub.png") no-repeat center center fixed; */
	/*#4286f4 linear-gradient(to right, #4286f4, #70d8ff);*/
}
.spalten ul {
    columns: 2;
}
.button {
  background-color: white; 
  border: 2px solid #bac700;
  color: #bac700;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.button4 {
  background-color: red; 
  border: 2px solid red;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.button:hover {
    border: 2px solid white;
    cursor: pointer;
}
.button4:hover {
    border: 2px solid white;
    cursor: pointer;
}
.flex-container {
	margin: 0 auto;
	max-width: 1100px;
	display: flex;
	flex-wrap: wrap;
}

/* Media Queries */

@media(min-width: 1000px) {
	.item:not(:first-child) {
		margin-left: 90px;
	}
}

@media(min-width: 700px) {
	.main-content {
		width: 55%;
		text-align: center;
		margin: 0 auto;
	}
	.playercount {
		font-size: 1.2em;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.vote {
		min-width: 50%;
	}
}