* {
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: 'PT Sans', sans-serif;
  overflow-x: hidden;
}

h2{
  font-size: 2.5em;
}

a{
  outline: none !important;
}

#pagewrap{
  margin: 0 auto;
  width:78%;
  max-width:1200px;
}

.arrow{
  position: fixed;
  z-index: 10;
  background: url("../img/arrow.png") no-repeat center;
  width: 22px;
  height: 39px;
  left:10px;
  bottom:200px;
  font-size: 13px;
  color: #808080;
  cursor: pointer;
  text-decoration: none;
}

.arrow span{
  text-decoration: none;
  display: block;
  padding: 5px 0 0 30px;
  line-height: 12px;
}

/*
#C71124
#1D4C7C
#EE7D21
#FEEB34
*/

#header{
  background: url("../img/kleidung.png") no-repeat center bottom;
  -webkit-background-size: 1478px 172px ;
  background-size: 1478px 172px ;
  background-color: #C71124;
  width:100%;
  height: 400px;

  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#innerheader{
  margin: 0 auto;
  width:78%;
  max-width:1200px;
}

#header img{
  margin: 50px 0 0 100px;
}

.fifty{
  display: inline-block;
  float: left;
  width:50%;
}

.fourty{
  display: inline-block;
  float: left;
  width:40%;
}

.sixty{
  display: inline-block;
  float: left;
  width:60%;
}

.intro .container{
  text-align: right;
  margin-bottom: 20px;
}

.intro .container img{
margin: 50px 80px 0 0;
}

.intro .sixty h2,
.intro .sixty p{
  padding-left: 20px;
}

.section{
  border-bottom: 8px solid #E5E5E5;
  padding: 20px 0 20px 0;
}

.innersection{
  margin: 0 auto;
  width:60%;
  max-width:1200px;
}

.section.partner .content{
  width:60%;
  margin: 0 auto;
}

.partnergrid a{
  margin: 20px;
  display: inline-block;
}

.map{
  background: url("../img/karte.jpg") no-repeat;
  -webkit-background-size: 78%;
  background-size: 78%;
  background-position: -100px 0;
  min-height: 430px;
  padding-bottom: 200px;
}

.warum{
  background: url("../img/warumSammeln.jpg") no-repeat top right;
  background-position: 100% -15px;
}

.links{
  margin: 40px 0 10px 0;
}

.links a,
.backlink{
  font-weight: 700;
  font-size: 16px;
  color: #B2B2B2;
  text-decoration: none;
}

.links a:hover,
.backlink:hover{
  color: #808080;
}

.mobileimpressum{
  display: none;
}

/* --------------------------------------- FIXED FOOTER */

#footer{
  position: fixed;
  height: 110px;
  width:100%;
  background-color: #fff;
  margin: 0 auto;
  width:100%;
  bottom:0;

  -webkit-box-shadow: 0px -6px 3px 0px rgba(0,0,0,0.1);
  -moz-box-shadow:    0px -6px 3px 0px rgba(0,0,0,0.1);
  box-shadow:         0px -6px 3px 0px rgba(0,0,0,0.1);
}

#innerfooter{
  margin: 0 auto;
  width:78%;
  max-width:1200px;
}

#innerfooter h3{
  font-size: 17px;
  margin: 5px 0 5px 0;
}

#innerfooter a{
  float: left;
  margin: 0 40px 0 40px;
}

#footer img{
  width: 140px;
  height: auto;
}

/* --------------------------------------- HELPER */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/*

1200 headerbild voll
760 float raus
*/

@media (max-width: 760px) {
  #pagewrap{
    width:96%;
  }
  .section>div{
    float: none;
  }
  .content,
  .innersection,
  .sixty,
  .fifty,
  .fourty
  {
    width: 80% !important;
  }
  #header{
    height: 300px;
  }
  #innerheader{
    width: 96%;
    margin: 0 auto;
  }
  #header img {
    height: auto;
    margin: 60px 0 0 0;
    width: 100%;
  }
  #footer{
    display: none;
    height: 50px;
  }
  .waswird,
  .intro{
    margin-left: 10%;
    border-bottom: none;
    padding-bottom: 100px;
  }
  .links{
    display: none;
  }
  .arrow span{
    display: none;
  }
  .mobileimpressum{
    padding: 10px 0 10px 0;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #B2B2B2;
    border-top: 2px solid #B2B2B2;
  }
  .arrow{
    bottom:50px;
  }

}