/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/*-----
Font
-----*/
/* montserrat-300 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v14-latin-300.eot');
  /* IE9 Compat Modes */
  src: local("Montserrat Light"), local("Montserrat-Light"), url('../fonts/montserrat-v14-latin-300.eot#iefix') format("embedded-opentype"), url('../fonts/montserrat-v14-latin-300.woff2') format("woff2"), url('../fonts/montserrat-v14-latin-300.woff') format("woff"), url('../fonts/montserrat-v14-latin-300.ttf') format("truetype"), url('../fonts/montserrat-v14-latin-300.svg#Montserrat') format("svg");
  /* Legacy iOS */
}
/* montserrat-500 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v14-latin-500.eot');
  /* IE9 Compat Modes */
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url('../fonts/montserrat-v14-latin-500.eot#iefix') format("embedded-opentype"), url('../fonts/montserrat-v14-latin-500.woff2') format("woff2"), url('../fonts/montserrat-v14-latin-500.woff') format("woff"), url('../fonts/montserrat-v14-latin-500.ttf') format("truetype"), url('../fonts/montserrat-v14-latin-500.svg#Montserrat') format("svg");
  /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/montserrat-v14-latin-700.eot');
  /* IE9 Compat Modes */
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url('../fonts/montserrat-v14-latin-700.eot#iefix') format("embedded-opentype"), url('../fonts/montserrat-v14-latin-700.woff2') format("woff2"), url('../fonts/montserrat-v14-latin-700.woff') format("woff"), url('../fonts/montserrat-v14-latin-700.ttf') format("truetype"), url('../fonts/montserrat-v14-latin-700.svg#Montserrat') format("svg");
  /* Legacy iOS */
}
* {
  text-align: left;
  font-family: "Montserrat";
  font-weight: 500;
}
body {
  font-size: 0.85rem;
}
p {
  margin: 0 0 1rem 0;
}
h1 {
  font-size: 1.8rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.3rem;
}
h4 {
  font-size: 1.2rem;
}
h1, h2, h3, h4, h5, h6 {
  color: #0d3880;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat";
  margin-top: 0px;
}
strong {
  color: #0d3880;
}
/*-----
Standards 
-----*/
.padding {
  padding: 10px;
  margin: 0px;
}
.no-padding {
  padding: 0 !important;
  margin: 0;
}
.align-center {
  display: flex;
  justify-content: center;
  /*flex-direction: column;*/
  align-items: center;
}
.seitenbreite, #g-header {
  max-width: 1180px;
  margin: 0 auto;
}
section .seitenbreite, main.seitenbreite {
  padding: 0 15px !important;
}
.bilder-row {
  display: flex;
  flex-direction: row;
}
.space-around {
  display: flex;
  justify-content: space-around;
}
#g-header {
  padding: 10px 0 !important;
}
.box-lightblue {
  background: #e4f9fd;
}
.box-lightblue, .box-blue {
  padding-top: 50px;
  padding-bottom: 50px;
}
.box-blue {
  background: #0d3880;
  color: white;
}
.box-blue h2, .box-blue h3, .box-blue p, .box-blue strong, .box-blue a {
  color: white;
}
tbody, table, td, tr {
  border: none;
}
td {
  padding-bottom: 20px;
}
/*-----
Headerbild
-----*/
#headerbild {
  background-image: url('../../../../images/headers/Headerbild-Fischbach-Hygiene.jpg');
  background-size: cover;
  background-position: center;
  padding: 20px 0;
}
.hinweis h2 {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  color: white;
}
.angebot h3 {
  color: #96c11f;
}
.hinweis {
  background: #96c11f;
  color: white;
  width: 300px;
}
.angebot h2 {
  margin-bottom: 0px;
  font-size: 1.8rem;
  margin-top: 0px;
}
/*-----
subfeature
-----*/
#g-subfeature {
  border: none;
}
/*-----
box-green
-----*/
.box-green {
  background: #96c11f;
  color: white;
  padding: 30px !important;
}
.box-green h2, .box-green p, .box-green .g-block {
  padding: 0 !important;
  margin: 0;
}
.box-green h2 {
  font-size: 1.6rem;
  color: white;
}
.box-green .size-30 {
  display: flex;
  align-self: flex-end;
  justify-content: flex-end;
}
/*-----
button  
-----*/
.button {
  background: white;
  color: #0d3880;
  border-radius: 0px;
  border: thin solid white;
}
.button:hover {
  background: none;
  color: #fff;
  border: thin solid white;
  transition: all ease-in-out 0.3s;
}
.kaufen-button {
  background: #96c11f;
  padding: 10px 20px;
  color: white;
  font-weight: 700;
}
.kaufen-button:hover {
  background: #0d3880;
  color: white;
  transition: all ease-in-out 0.3s;
}
/*-----
Navi  
-----*/
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container, #g-header .g-main-nav .g-toplevel > li > .g-menu-item-container span {
  color: #0d3880;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat";
}
#g-header .size-75 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: -20px;
}
.g-menu-item-container:hover span {
  color: #96c11f !important;
  transition: all ease-in-out 0.4s;
}
.logo img {
  float: right;
}
/*-----
Shop
-----*/
/*-----
Shop Schutzmasken
-----*/
#schutzmasken {
  margin-top: 40px;
}
.shop {
  padding: 20px 20px 30px;
  background: #e4f9fd;
  margin-bottom: 40px;
}
.shop h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}
/*——
Responsiv
——-*/
@media screen and (max-width: 767px) {
  * {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  h1 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  h2 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 386px) and (max-width: 767px) {
  .g-grid {
    justify-content: space-between;
  }
  .size-35 {
    flex: 0 33% !important;
    width: 33% !important;
  }
  .size-65 {
    flex: 0 63% !important;
    width: 63% !important;
  }
}
@media screen and (min-width: 768px) {
  .box-lightblue .g-content {
    background-image: url('../../../../images/headers/Fischbach-Arrow-Element.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
  }
  .g-grid {
    justify-content: space-between;
  }
  .size-30 {
    flex: 0 28%;
    width: 28%;
  }
  .size-35 {
    flex: 0 33%;
    width: 33%;
  }
  .size-40 {
    flex: 0 38%;
    width: 38%;
  }
  .size-50 {
    flex: 0 48%;
    width: 48%;
  }
  .size-60 {
    flex: 0 58%;
    width: 58%;
  }
  .size-65 {
    flex: 0 63%;
    width: 63%;
  }
  .size-70 {
    flex: 0 68%;
    width: 68%;
  }
}
/*# sourceMappingURL=custom_9.css.map */