/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  border-radius: 100px;
}
.teilnahmebedingungen {
  font-size: 12px;
  color: #444;
  margin-top: 20px;
}

.social{
	width:30px;
	height:30px;
	opacity:0.8;
	margin: 15px 7px;
}

.social:hover{
	opacity:1;
}

.textlink{
	color: #1DB954;
	text-decoration: none;
}

.textlink:hover{
	color: #1fd860;
}

.mar{
	margin:20px;
}

.steps{
	font-size:16px;
	padding:5px;
	margin-bottom:10px;
	margin-top: -30px;
}

.lines{
	color:#fff;
	margin-bottom:7px;
}

.main{
	color:#D0D0D0;
}

.numbers{
	font-size:24px;
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 8rem 0 7rem;
  text-align: center;
}
.section-heading, .section-description {
  margin-bottom: 1.2rem;
}
.row {
  text-align: center;
}
/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero {
  background-image: url('../images/header.jpg');
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
  height: 300px;
}
.hero-heading {
  color: #1DB954;
  margin-bottom: 40px;
}
.tickets {
  margin-top: -45px;
	margin-bottom:20px;
  width: 80%;
}
.logo {
  width: 60%;
  padding-top: 80px;
}
/* Contest
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.contest {
  background-color: #181818;
  color: #fff;
  padding-top: -5rem;
  padding-bottom: 5rem;
}
.value-multiplier {
  margin-bottom: .5rem;
  color: #11DFC7;
}
.value-heading {
  margin-bottom: .3rem;
}
.value-description {
  opacity: .8;
  font-weight: 300;
}
/* Help
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.get-help {
  border-bottom: 1px solid #ddd;
}
/* Categories
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.categories {
  background-image: url('../images/values-bg.jpg');
  background-size: cover;
  color: #fff;
}
.categories .section-description {
  margin-bottom: 4rem;
}
/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 12rem 0 11rem;
  }
  .hero {
    padding-bottom: 12rem;
    height: 300px;
  }
  .hero-heading {
    font-size: 2.4rem;
  }
  .logo {
    padding-top: 70px;
  }
  .tickets {
    margin-top: -85px;
    width: 60%;
  }
}
/* Bigger than 750 */
@media (min-width: 750px) {
  .hero {
    height: 380px;
  }
  .hero-heading {
    font-size: 2.6rem;
  }
  .section {
    padding: 14rem 0 15rem;
  }
  .hero {
    padding: 16rem 0 14rem;
  }
	
	  .tickets {
    margin-top: -120px;
    width: 50%;
  }
}
/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 20rem 0 19rem;
  }
  .hero {
    height: 400px;
    padding: 22rem 0;
  }
  .hero-heading {
    font-size: 3.0rem;
  }
}
/* Bigger than 1500 */
@media (min-width: 1500px) {
  .section {
    padding: 20rem 0 19rem;
  }
  .hero {
    height: 500px;
    padding: 22rem 0;
  }
  .hero-heading {
    font-size: 3.0rem;
  }
}
/* Bigger than 2000 */
@media (min-width: 2000px) {
  .section {
    padding: 20rem 0 19rem;
  }
  .hero {
    height: 600px;
    padding: 22rem 0;
  }
  .hero-heading {
    font-size: 3.0rem;
  }
}