/* cmsms stylesheet: eat modified: Tuesday, April 30, 2024 8:12:24 PM */

/* shadows-into-light-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Shadows Into Light';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.montags-imker.de/assets/fonts/shadows-into-light-v19-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('https://www.montags-imker.de/assets/fonts/shadows-into-light-v19-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* raleway-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.montags-imker.de/assets/fonts/raleway-v29-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('https://www.montags-imker.de/assets/fonts/raleway-v29-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* raleway-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: bold;
  font-weight: 700;
  src: url('https://www.montags-imker.de/assets/fonts/raleway-v29-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('https://www.montags-imker.de/assets/fonts/raleway-v29-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

.no-js #top-menu {
  display: none;
}

body {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  color: #41403A;
}

:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}

a {
  color: #363F70;
  transition: all 0.2s ease;
}

a:hover, a.menuactive {
  color: #6B578F;
}

h1, h2, h3, h4 {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.9rem;
  text-transform: lowercase;
}

h1 {
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

h2 {
  font-size: 1.75rem;
  color: #769A02;
  margin-top: 1rem;
}

h3 {
  font-size: 1.2rem;
  color: #6B578F;
  text-align: center;
  max-width: 75%;
  margin: 0 auto 1rem auto;
  border-bottom: .5px dotted #6B578F;
}

h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}

.anchor {
  display: block;
  height: 75px; /*same height as header*/
  margin-top: -75px; /*same height as header*/
  visibility: hidden;
}

.logo a {
  transition: all 0.3s ease;
  font-family: 'Shadows Into Light', cursive;
  font-size: 3.5rem;
  line-height: 2.5rem;
  text-transform: lowercase;
  color: #769A02;
  padding-top: 0;
  border-bottom: 1px solid #769A02;
}

#mobile-logo {
 margin-bottom: 2rem;
}

.top-bar, .top-bar ul, .is-drilldown-submenu {
  background-color: rgba(255,255,255,0.9);
}

.top-bar.is-stuck .logo a {
  font-size: 2rem;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
  border-color: #363F70 transparent transparent;
}

#header-image {
  width: 100%;
  min-height:400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.divider-image {
  margin: 1rem 0;
}

.has-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: white;
}

.has-background h2 {
  color: white;
}

.lazy {
  min-height: 300px;
  opacity: 0;
  transition: 1s;
}

.lazy.loaded {
  opacity: 1;
}

.divider {
  background-image: url(https://www.montags-imker.de/assets/images/biene-frei-ralf-halb.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 4rem;
  margin: 1rem 0;
}

.divider a {
  color: #41403A;
  margin: 0 0.5rem;
}

.divider a:hover {
  color: #363F70;
}

.card-divider {
  background: #41403A;
  color: #769A02;
}

.button {
  background: #41403A;
  color: #769A02;
  border-radius: 0.2rem;
  border: .5px solid #769A02;
}

.button:hover, .button:active {
  background: #769A02;
  color: #41403A;
  border-radius: 5px;
}

footer {
  background: #41403A;
  color: #769A02;
  padding-top: 1rem;
}

footer a {
  color: #6B578F;
}

form {
  padding: 1rem;
}

/* Small only */
@media screen and (max-width: 39.9375em) {

  body, html, #header-image {
    height: 100%;
  }

  .anchor {
    height: 275px; /*same height as header*/
    margin-top: -275px; /*same height as header*/
  }

  .is-drilldown ul {
    background: transparent;
  }

}

/* Medium and up */
@media screen and (min-width: 40em) {

  .top-bar ul, .is-drilldown-submenu {
    background-color: transparent;
    transition: background-color 0.5s;
  }

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
