/*
Theme Name: changemakers.film.3
Theme Uri: https://websiteag.lol
Author: Vincent Woltmann
Author URI: https://websiteag.lol
Description: It's a super duper theme for changemakers
Tags: green, climate, theme
Version: 1.1.9
Requires at least: 4.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.de.html
Text Domain: changemakers2
This theme, like my butt, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with
others.
*/
html, header {
  background-color: #FBFCFB;
}
@font-face {
  font-family: "Abel";
  src: url("fonts/Abel-Regular.ttf");
}
h1 {
  text-transform: uppercase;
  text-align: center;
}
h1, h2 {
  font-size: 21px;
}
h1, h2, .green, cite, a:hover, strong, li {
  color: #009c30
}
* {
  color: #333333;
  font-family: Abel;
}

a {
  text-decoration: none;
}

#front-image {
  width: 100%;
}
#header-image {
  display: none;
}
#header-image.active {
  display: block;
}
#header-image > * {
  width: 400px;
}
header {
  padding-right: 107px;
  padding-left: 107px;
  width: calc(100% - 214px);
  padding-top: min(1.5%,25px);
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 75%;
  position: fixed;
}
.navbar-item + .navbar-item {
  margin-left: 66px;
}
#header-language-select, nav {
  padding-top: 12px;
}
@media (max-width: 1770px), (max-device-width: 1770px) {
  #front-image {
    width: 850px;
    max-width: calc(100vw - 20px);
  }
  .navbar-item + .navbar-item {
    margin-left: 30px;
  }
  header {
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 30px);
  }
}
 
#home-link {
  display: none;
}
main {
  width: calc(100vw - 10px);
  max-width: min(930px, 97%);
  margin: auto;
  padding-top: 140px;
  padding-bottom: 110px;
}
 
@media (max-width: 1333px), (max-device-width: 1333px) {
  #home-link {
    display: inline;
  }
  #header-image {
    display: none !important;
  }
  #header-language-select, nav {
    padding-top: 0;
  }
  header {
    padding-top: 1%;
  }
  main {
    padding-top: 60px;
  }
} 
@media (max-width: 890px), (max-device-width: 890px) {

  header {
    font-size: 18px;
  }
  #header-image > *{
    width: 130px;
  }
  .navbar-item + .navbar-item {
    margin-left: 30px;
  }
  #first-mobile-navbar-item {
    margin-left: 0;
  }
  .desktop-nav {
    display: none;
  }
  #front-image {
    width: 98%;
    height: auto;
  }
  #first_page {
    height: auto;
  }
}

body {
  margin: 0;
  font-size: 19px;
}

#container {
  position: relative;
  min-height: 100vh;
}

section + section {
  margin-top: 100px;
}

#header-left {
  float: left;
}
nav {
  float: right;
}

.language-item + .language-item:before {
  content: '|';
}

#header-language-select {
  display: none;
}
#header-language-select.active {
  display: block;
  background: #fcfcfc;
}
.navbar-item.active {
  color: #009c30
}

button, input[type=submit], .button, input[type=button], .button:hover{
  background-color: #009c33;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 10px;
  border-width: 0;
  padding: 6px 10px;
  display: inline-block;
}

input[type=button] {
  font-size: 20px;
}

.has-text-align-center {
  text-align: center;
}

cite {
  font-style: normal;
  margin-left: 0.6em;
}
blockquote {
  font-style: italic;
}
blockquote > p {
  display: inline;
}

h2 + p {
  margin-top: 0;
}
h2 {
  margin-bottom: 0;
}
.sign-buttons {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
.sign-buttons > * {
  margin: 15px;
}
li {
  display: inline;
}
li + li::before {
  content: ' | ';
}
ul {
  padding-left: 0;
  margin-bottom: 50px;
}

footer {
  position: absolute;
  bottom: 0;
  height: 3rem;
  text-align: center;
  padding-top: auto;
  padding-bottom: auto;
  width: 100%;
}

.has-padding-bottom {
  padding-bottom: 15px;
}

figure > img {
  margin: auto;
  display: block;
}
figcaption {
  text-align: center;
}
figcaption:nth-child(0n+3) {
  font-size: 10pt;
}
#hamburger-menu {
  display: none;
}
.wpcf7-form-control-wrap {
  position: static !important;
}

#front-image {
  padding-bottom: -19px;
}

@media (max-width: 1050px), (max-device-width: 1050px) {
  #unterzeichnen-link {
    display: none !important;
  }
}
@media (max-width: 890px), (max-device-width: 890px) {
  header {
    background: none
  }
  header.menu-active {
    background: #FBFCFB;
  }
  #hamburger-menu {
    display: block;
    float: right;
    background: #FBFCFB;
    padding: 4px 7px 0 7px;
  }
  .navbar-item, #home-link {
    display: none;
    margin-left: 30px;
  }

  .navbar-item.menu-active {
    display: block !important;
    padding-bottom: 20px;
    font-size: 21px;
  }
  nav.menu-active {
    width: 100vw;
    text-align: center;
  }

  .sign-buttons > * {
    display: block;
  }

  figure {
    display: block !important;
    padding: auto;
  }
  #close-icon {
    display: none;
  }
  #hamburger-menu.menu-active > #menu-icon {
    display: none;
  }
  #hamburger-menu.menu-active > #close-icon {
    display: block;
  }
  #menu-icon, #close-icon {
    width: 0.4in;
    height: 0.4in;
  }
}
