@charset "UTF-8";
/* Google Fonts includes */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&family=Lora:wght@400;700&display=swap");
/* DEBUG */
/* Variablen */
/* Hauptfarben */
/* Schriften */
.container {
  margin-bottom: 50px;
}

/* Bootstrap Container */
@media (min-width: 200px) and (max-width: 992px) {
  .container {
    width: 100%;
    max-width: none;
  }
}

* {
  font-size: 20px;
  line-height: 32px;
}

/* Schriftfarben */
#gesuchsformulare,
#kontakt {
  color: #222;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Helvetica", sans-serif;
  background-color: #e7f0ff;
  color: #004b95;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

h1,
h3 {
  font-family: "Helvetica", sans-serif;
}

h1 {
  font-size: 48px;
  line-height: 68px;
  font-weight: 700;
}

h1.header {
  font-family: "Lora", serif;
  font-style: italic;
  font-weight: 400;
  color: #000;
}

h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
}

h3 {
  font-size: 20px;
  line-height: 48px;
  font-weight: 700;
}

p.subheader {
  font-family: "Lora", serif;
  font-style: italic;
}

p.lead {
  font-size: 32px;
  line-height: 42px;
  margin-top: 10px;
  margin-bottom: 30px;
}

p + p > .button {
  margin-top: 15px;
}

p + h3 {
  margin-top: 0;
}

p a:not(.button) {
  border-bottom: 1px solid #004b95;
  padding-bottom: 1px;
}

p a:not(.button):hover {
  opacity: 0.8;
}

.button {
  display: inline-block;
  font-family: "Helvetica", sans-serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.9px;
  border-radius: 20px;
  padding: 4px 22px 5px 22px;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}

.button.blue {
  background-color: #004b95;
  color: #e7f0ff;
}

.button:hover {
  opacity: 0.8;
}

a {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: all;
  transition-property: all;
  text-decoration: none;
  color: #004b95;
}

a.link-underline {
  text-decoration: underline;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

.trapez p a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 1px;
}

.trapez p a:hover {
  opacity: 0.8;
}

/* Hilfsklassen */
.hf-center {
  text-align: center;
}

.hf-center > img {
  margin: 0 auto;
}

.hf-right {
  text-align: right;
}

.content-left {
  margin-left: inherit;
}

.hf-margin-bottom {
  margin-bottom: 30px;
}

.hf-margin-top {
  margin-top: 30px;
}

/* Container */
@media (min-width: 768px) {
  .container-small {
    max-width: 970px;
  }
}

@media (max-width: 1024px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}

.navbar-custom {
  min-height: 60px;
}

@media (max-width: 1024px) {
  .navbar-custom {
    background-color: #e7f0ff;
  }
  .navbar-custom .navbar-toggle {
    display: block;
  }
}

@media (min-width: 1024px) {
  .navbar-custom {
    max-width: 300px;
  }
  .navbar-custom .navbar-toggle {
    display: none;
  }
  .navbar-custom.blend {
    /*mix-blend-mode: multiply;*/
  }
  .navbar-custom .navbar-container {
    background-color: rgba(231, 240, 255, 0.8);
    border-radius: 50%;
    margin: 30px;
    display: inline-block;
  }
  .navbar-custom .navbar-container > .navbar-nav {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navbar-custom .navbar-nav {
    padding: 20px;
  }
  .navbar-custom .navbar-nav > li {
    float: none;
  }
  .navbar-custom .navbar-nav > li > a {
    line-height: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    font-size: 18px;
  }
}

.navbar-custom .navbar-nav > li > a {
  padding-left: 15px;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover {
  background: none;
}

.navbar-custom .navbar-collapse {
  padding-bottom: 20px;
}

.navbar-toggle {
  float: left;
  padding: 30px 15px 20px 15px;
  margin: 0;
}

.navbar-toggle .icon-bar {
  position: relative;
  width: 30px;
}

.navbar-toggle .icon-bar > div {
  background-color: #004b95;
  width: 100%;
  position: absolute;
  top: 50%;
  height: 3px;
  margin-top: -2.5px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.navbar-toggle .icon-bar .slash1 {
  -webkit-transform: translate(0, 9px);
          transform: translate(0, 9px);
}

.navbar-toggle .icon-bar .slash3 {
  -webkit-transform: translate(0, -9px);
          transform: translate(0, -9px);
}

.navbar-toggle .icon-bar.js-menu-active > .slash1 {
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
}

.navbar-toggle .icon-bar.js-menu-active > .slash2 {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.navbar-toggle .icon-bar.js-menu-active > .slash3 {
  -webkit-transform: translate(0, 0) rotate(45deg);
          transform: translate(0, 0) rotate(45deg);
}

.content-container-middle {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-section {
  padding-top: 50px;
  padding-bottom: 0px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .content-section {
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 0;
  }
}

.parallax {
  /* The image used */
  background-image: url("../images/headerbild_1.jpg");
  /* Set a specific height */
  min-height: 400px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 110%;
}

@media (min-width: 200px) and (max-width: 1024px) {
  .parallax {
    background-position-y: 70px;
    min-height: 300px;
    background-size: 150%;
  }
}

.intro {
  padding-top: 70px;
}

footer {
  margin-top: 80px;
  padding-bottom: 50px;
  background-color: #004b95;
  color: #e7f0ff;
}

@media (max-width: 768px) {
  footer {
    margin-top: 10px;
  }
}

footer span.copyright {
  font-size: 16px;
}

/* columns */
@media (min-width: 768px) {
  .row.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row.display-flex > [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* Farbige Hintergründe */
.trapez-left {
  /*
    background-image: url("../images/trapez_links.svg");
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    */
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 100px solid red;
}

.trapez {
  background-color: #004b95;
  color: #ffffff;
  padding: 0;
}

.trapez > .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.trapez > .container > .row .header:first-child {
  margin-top: 0;
}

.trapez-right-top {
  background-image: url("../images/trapez_top.svg");
  background-repeat: no-repeat;
  color: #ffffff;
  min-height: 100px;
}

.trapez-right-bottom {
  background-image: url("../images/trapez_top.svg");
  background-repeat: no-repeat;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  color: #ffffff;
  min-height: 100px;
}

.triangle-right {
  width: 0;
  height: 0;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  overflow: hidden;
}

.triangle-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -500px;
  margin-left: -500px;
  border-top: 500px solid transparent;
  border-bottom: 500px solid transparent;
  border-left: 500px solid #4679bd;
}

#triangle {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid green;
  border-top: 20px solid transparent;
  display: inline-block;
}

.trapez-right > .container,
.trapez-left > .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.background-block1 {
  /*
  background-image: url("../images/topf-kelle.svg");
  background-repeat: no-repeat;
  background-position: -120px top;

  @media screen and (min-width: 2000px) {
    background-position: 10% top;
  }
  @media screen and (max-width: 1450px) {
    background-size: 400px auto;
  }
  @media screen and (max-width: 1200px) {
    background-size: 300px auto;
  }
  @media screen and (max-width: 900px) {
    background-size: 200px auto;
  }
  */
}

.background-block2 {
  /*
  background-image: url("../images/ruebli-apfel.svg");
  background-repeat: no-repeat;
  background-position: calc(100% + 50px) top;
  @media screen and (min-width: 2000px) {
    background-position: 90% top;
  }
  @media screen and (max-width: 1450px) {
    background-size: 400px auto;
  }
  @media screen and (max-width: 1200px) {
    background-size: 250px auto;
  }
  @media screen and (max-width: 900px) {
    background-size: 200px auto;
  }
  */
}

.background-block3 {
  /*
  background-image: url("../images/schwein-flasche-kraut.svg");
  background-repeat: no-repeat;
  background-position: -80px top;

  @media screen and (min-width: 2000px) {
    background-position: 10% top;
  }
  @media screen and (max-width: 1450px) {
    background-size: 350px auto;
  }
  @media screen and (max-width: 1200px) {
    background-size: 250px auto;
  }
  @media screen and (max-width: 900px) {
    background-size: 200px auto;
  }
  */
}

/*
@media screen and (max-width: 1200px) {
    [class*="background-"] {
        background-size: 200px auto;
    }
}
*/
@media screen and (max-width: 768px) {
  .site-logo {
    margin-bottom: 40px;
  }
  h1 {
    font-size: 36px;
    line-height: 48px;
  }
  h1.main {
    font-family: "Lora", serif;
  }
  h2 {
    font-size: 28px;
    line-height: 40px;
  }
  h3 {
    font-size: 20px;
    line-height: 32px;
  }
  p.lead {
    font-size: 24px;
    line-height: 32px;
  }
  [class*="background-"] {
    background-image: none;
  }
  .trapez-left,
  .trapez-right {
    background-size: cover;
  }
}
/*# sourceMappingURL=styles.css.map */