
/* Typography
===========================*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Merriweather&family=Merriweather+Sans&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,400;0,800;1,400;1,800&family=Raleway:ital,wght@0,300;0,400;1,300;1,400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap');

@font-face {
	font-family: 'GI';
	src: url('../fonts/gi-bold-web.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'GI';
	src: url('../fonts/gi-regular-web.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


html {
  background-color: white;
  height: 100%;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  color: #2f2f2f;
}

html, body {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 16px;
  word-break: keep-all;
  min-height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

.section{
  min-height: 100vh;
}

img {
  max-width: 100%;
}

hr {
  border: none;
  height: 1rem;
  margin: 1.4em auto;
  width: 3em;
}


h1, h2, h3, h4 {
  font-weight: 400;
  letter-spacing: 1.5px;
}

h1 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 15rem;
  margin-bottom: 1rem;
}

@media (max-width: 600px) {
  h1 {
    font-size: 18vw;
    margin-top: 25rem;
    margin-bottom: 3rem;
  }
}

h2 {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 2vw;
  font-weight: 200;
  line-height: 1.2;
  margin-bottom: 4rem;
}

#bg img {
  position: absolute;
  top: 35%;
  left: 55%;
  transform: translate(-25%, -45%);
  max-width: 900px;
}

@media screen and (max-width: 575px) {
  #bg img 
    {
      top: 10%;
      left: 50%;
      transform: translate(-50%, -30%);
    }
}




.contain {
  margin: 0 10%;
}

.hero-text {
  width: 85%;
  float: left;
}

@media screen and (max-width: 575px) {
  .hero-text {
    width: 100%;
  }
}

.cat{
  font-size: 18px;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #FFF;
  margin-top: 30px;
}

.cat:after {
  position: absolute;
  top: 50%;
  left: 100%;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #fff;
  margin-left: 5px;
}

.cat.margin-bottom{
  margin-bottom: 1rem;
}

.description {
  letter-spacing: 1px;
  width: 100%;
  float: left;
  margin-bottom: 1rem;
}

@media (max-width: 818px) {
  .description {
  padding-top: 15rem;
  }
}

@media (max-width: 414px) {
  .description {
  padding-top: 2rem;
  }
}

.description p {
  font-size: 16px;
}


#bg{
  z-index: -1;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}


.photo-text {
  display: flex;
  width: 60%;
  height: 10rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
  .photo-text  {
    height: 0;
  }
}

.photo {
  width: 30%;
  padding: 0;
}
.text {
  width: 80%;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 1.2rem;
}


/* -- create the quotation marks -- */

.component{
  margin:0 auto;
  float: left;
  margin-bottom: 1rem;
}

.component blockquote.quote {
    position: relative; 
    text-align: left;    
    width: 100%;  /* create space for the quotes */
    margin: 3rem;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 1.2rem;
}

@media (max-width: 414px) {
  .component blockquote.quote 
    {
      margin: 2rem;
    }
}

.component blockquote.quote:before,
.component blockquote.quote:after{
    font-family: FontAwesome;
    position: absolute;
    color: #9ba1a3;
    font-size: 3vw;
}

.component blockquote.EN:before{
    content: "\f10d";
    top: -12px;
    margin-right: 1.5rem;
    right: 100%;
}
.component blockquote.EN:after{
    content: "";
    
}
.component blockquote.DE:before{
  content: "\f10d";
  top: -12px;
  margin-right: 5px;
  right: 100%;
}
.component blockquote.DE:after{
    content: " ";
}




.text-big {
  font-size: 2.2rem;
  font-weight: bold;
}

.image-one{
  width: 100%;
  width: 1000px;  
  float: left;
  margin-bottom: 50px;
}


@media (max-width: 414px) {
  
  .image-one{
    width: 1000px;      
    max-width: 100%;
    float: left;
  }
  img {
  width: 100%;
  }
}



.image-two{
  width: 100%;
  float: left;
  margin-right: 10%;
  margin-bottom: 50px;
}

figure {
	border: 1px #fff solid;
	padding: 1rem;
	margin: 1rem;
  }
  
  figcaption {
	margin: 5px 10px;
	padding: 5px;
  }

  

@media (min-width: 1280px) {
  .description {
    width: 60%;
  }
  .hero-text {
  width: 40%;
  }
  img {
  width: 90%;
  }

  figcaption {
	width: 60%;
  }
  .component{
  width: 60%;
  }
}
