@font-face {
  font-family: 'Cocon';
  font-style: normal;
  font-weight: 400;
  src: local('Cocon Regular'), local('Cocon-Regular'),
       url('../fonts/Cocon-RegularTR.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/Cocon-RegularTR.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Gotham-Book';
  font-style: normal;
  font-weight: 400;
  src: local('Gotham Book'), local('Gotham-Book'),
       url('../fonts/Gotham-Book.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/Gotham-Book.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Gotham-Bold';
  font-style: normal;
  font-weight: 400;
  src: local('Gotham Bold'), local('Gotham-Bold'),
       url('../fonts/Gotham-Bold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/Gotham-Bold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
  --white: #ffffff;
  --black: #000000;
  --lightgreen: #009d3d;
  --darkgreen: #015a18;
}

* {
  margin: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.inner {
  width: 96%;
  max-width: 1260px;
  margin: 0 auto;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.w50 {width: 50%;}
.minw50 {min-width: 50%;}
.w100 {width: 100%;}

h1, h2, h3, h4 {
  font-family: 'Cocon';
  font-style: normal;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
}

h1 {
  font-size: 90px;
  color: var(--lightgreen);
  padding-bottom: 45px;
}

h2 {
  font-size: 60px;
  margin-bottom: 60px;
  color: var(--white);
  padding-bottom: 30px;
}

h3, h4 {
  color: var(--white);
  font-size: 40px;
  margin-bottom: 30px;
  line-height: 40px;
}

h4 {
  font-size: 30px;
}

h1:after, h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
}

h1:after {
  height: 15px;
  width: 50%;
  max-width: 260px;
  background: var(--lightgreen);
  border-radius: 5px;
}

h2:after {
  height: 10px;
  width: 30%;
  max-width: 170px;
  background: var(--white);
  border-radius: 5px;
}

p, li {
  font-family: 'Gotham-Book';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 46px;
  color: var(--white);
}

section li {
  text-transform: uppercase;
  padding-left: 30px;
  position: relative;
  list-style: none;
}

section li:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  left: 0px;
  top: calc(50% - 1px);
  background: var(--lightgreen);
}

p, ul {
  margin-bottom: 60px;
}

p img {
  vertical-align: middle;
}

header {
  border-top: 120px solid var(--lightgreen);
  background: var(--white) url('img/strongflow-header-bg.png') no-repeat top right;
  background-size: cover;
}

header .inner {
  padding: 50px 0;
}

header .flex {
  align-items: flex-end;
  flex-wrap: nowrap;
}

section {
  padding: 90px 0;
  background: var(--darkgreen) url('img/strongflow-logo-footer.png') no-repeat bottom right;
}

section .w100 a {
  font-family: 'Gotham-Bold';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  color: var(--white);
  display: inline-block;
  background: var(--lightgreen);
  line-height: 80px;
  padding: 0 30px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
}

.logo img {
  width: 60%;
  height: auto;
}

footer {
  background: var(--lightgreen);
}

footer .inner {
  padding: 30px 0;
}

footer p,
footer ul,
footer li,
footer li a {
  font-family: 'Gotham-Bold';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: var(--white);
  text-decoration: none; 
  margin-bottom: 0;
}

footer li {
  margin-left: 50px;
  display: inline-block; 
}

.rechtliches header img {
  width: 150px;
  height: auto;
}

.rechtliches a {
  color: var(--white);
}

@media all and (max-width: 1200px) {
  header img {
    width: 250px;
    height: auto;
  }
}

@media all and (max-width: 1024px) {
  header {
    border-top: 60px solid var(--lightgreen);
  }

  h1 {font-size: 60px;}
  h2 {font-size: 45px;}
  h3 {font-size: 35px;}
  h4 {font-size: 25px;}
  p, li, a, section .w100 a {font-size: 25px;}

  h1:after {height: 10px; border-radius: 4px;}
  h2:after {height: 8px; border-radius: 5px;}
}

@media all and (max-width: 768px) {
  .w50, header .flex > div, footer .flex > * {width: 100%;}

  h1 {font-size: 45px; padding-bottom: 20px;}
  h2 {font-size: 35px; padding-bottom: 15px;}
  h3 {font-size: 28px; line-height: 30px;}
  h4 {font-size: 20px; line-height: 30px;}
  p, li, a, section .w100 a {font-size: 20px;}

  section .w100 a {
    line-height: 50px;
  }

  h1:after {height: 7px; border-radius: 3px;}
  h2:after {height: 5px; border-radius: 2px;}

  h2, p, ul {
    margin-bottom: 30px;
  }

  p, li { 
    line-height: 35px;
  }

  p img {
    width: 30px;
    height: auto;
  }

  header .flex {
    flex-wrap: wrap;
  }

  header .flex > div:first-of-type {
    display: flex;
    justify-content: center;
  }
  
  .rechtliches header img,
  header img {
    width: 120px; 
    height: auto;
    margin-bottom: 30px;
  }

  section {
    background-size: 50%; 
    padding: 45px 0;
  }

  footer li {
    margin-left: 0;
    margin-right: 30px;
    margin-top: 15px;
  }

  @media all and (max-width: 400px) {
    h1 {font-size: 40px; padding-bottom: 20px;}
    h2 {font-size: 30px; padding-bottom: 15px;}
    h3 {font-size: 25px;}
    h4 {font-size: 18px;}
    p, li, a, section .w100 a {font-size: 18px;}
  }

  .rechtliches p, .rechtliches li, .rechtliches a {font-size: 16px; line-height: 26px;}

  section .w100 a {
    padding: 0 10px;
    line-height: 40px;
  }

  footer p, footer ul, footer li, footer li a {
    font-size: 16px;
  }

  footer li {
    margin-right: 10px;
    margin-top: 0;
  }
}