

body {
  font-family: 'Regular', monospace;
  background-color: #000831;
  color: #ff616b;

}

@font-face {
    font-family: Regular;
    src: url("/regular.otf") format("opentype");
}

.trennung {
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.home-container {
  max-width: 1000px;
  margin: auto;
  padding-top: 2%;
  padding-left: 4%;
  padding-right: 4%;
  background-color: inherit;
}

.title {
  font-size: 32px;
  margin-top: 10px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.tagline {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 30px;
  margin-top: 0px;
  text-transform: uppercase;
}

.container {
  margin-left: 0.5em;
  max-width: 2000px;
}

a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #ff616b;
}

a:hover {
  border-bottom: 2px solid #ff616b;
}

.p-two {
  text-align: left; 
}

.p-three {
  display: inline-block;
  clear: both;
}

.image-title {
  font-size: 14px;
  opacity: 0.6;
  max-width: 600px;
  
  
}

.outer {
  display: block;
  clear: right;
}



.img1 {
  width: 600px;
  max-width: 90%;
}  



.clip2 {
  width: 800px;
  max-width: 90%;
}  

.img3 {
  width: 1000px;
  max-width: 100%;
}  

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  display: inline;
}

.touch {
  font-size: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#imprint {
  opacity: 0.7;
  font-size: 20px;
  margin-top: 25px;

}

.img-responsive {
  width: 100%;
  max-width: 450px;
  height: auto;
  margin-top: 1em;
  margin-right: 0.5em;
}



/* RESPONSIVE */
@media only screen and (max-width: 414px) {
  .title {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .tagline {
    font-size: 18px;
  }
    
  .touch {
    font-size: 16px;
  }

@media only screen and (max-width: 350px) {
  .title {
    font-size: 17px;
  }
  .tagline {
    font-size: 17px;
  }
  .touch {
    font-size: 15px;
  }
  }
}