@font-face {
  font-family: "Source Sans Pro";
  src: url("fonts/sourcesanspro-regular.woff2") format("woff2"), url("fonts/sourcesanspro-regular.woff") format("woff");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("fonts/sourcesanspro-bold.woff2") format("woff2"), url("fonts/sourcesanspro-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal
}

html {
  font-family: "Source Sans Pro", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif;
}

.wrapper {
  width: calc(1200px + 6%);
  padding-left: 3%;
  padding-right: 3%;
  /*background: rgba(255, 255, 255, 0.3);*/
}

.wrapper.clear{
  display: flex;
  align-items: stretch;
}

.sidebar{
  float: right;
  width: 35%;
  position: relative;
}

.socialmedia{
  position: absolute;
  bottom: 0;
  left: 0;
}
.socialmedia:hover {
  background: #00aab8;
}
.socialmedia:nth-child(2){
  left: 60px;
}



.content{
  float: left;
  width: 65%;
  position: relative;
}

header{
  background: #00aab8;
  color: white;
  padding-top: 50px;
  padding-bottom: 30px;
}

.spruch{
  margin-bottom: 120px;
  margin-left: 25px;
}

h1{
  font-size: 71px;
  font-weight: normal;
  letter-spacing: 2px;
}

main{
  overflow: visible;
  padding-top: 50px;
}

main img{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 130%;
  max-width: none;
  height: auto;
}

main .spalte{
  margin-bottom: 50px;
}

.impressum{
  margin-bottom: 50px;
}

.spalte{
  width: 50%;
  float: left;
}

.spalte:nth-child(1){
  padding-right: 2%;
}

.spalte:nth-child(2){
  padding-left: 2%;
}

h2{
  margin-bottom: 20px;
  font-size: 30px;
  color: #666;
}

p{
  margin-bottom: 13px;
  font-size: 20px;
  color: #666;
  line-height: 1.4;
}

p:last-child{
  margin-bottom: 0;
}

footer{
  background: #a29a97;
  color: white;
  padding-top: 40px;
  padding-bottom: 70px;
}

footer p{
  color: white;
}

footer p a{
  color: white;
  text-decoration: underline;
}

footer p a:hover{
  color: black;
}

footer .sidebar a img {
  width: 30px;
  height: auto;
  display: block;
  position: relative;
  margin-right: 10px;
}


@media only screen and (max-width: 1100px) {
    .sidebar, .content{
      width: 100%;
      float: none;

    }
    .wrapper.clear{
      display: block;
    }
    main img{
      position: relative;
      bottom: auto;
      right: auto;
      width: auto;
      display: block;
      margin: 0 auto;
      max-height: 600px;
        }

      .spruch{
        margin-left: 0;
        margin-bottom: 35px;
      }
      .socialmedia{
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 25px;
      }
      .socialmedia:nth-child(2){
        left: auto;
        margin-left: 20px;
      }
}



@media only screen and (max-width: 650px) {
  .spalte{
    width: 100%;
    float: none;
    padding: 0;
  }
  .spalte:nth-child(1){
    padding-right: 0;
  }

  .spalte:nth-child(2){
    padding-left: 0;
    margin-top: 25px;
  }
  h1{
    font-size: 50px;
  }

}


li::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #bbb;
	border-radius: 100px
}
li {
	padding-left: 1.5rem;
  font-size: 20px;
  color: #666;
  line-height: 1.4;
}
