/* 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";
/* Konfig für Abstände oberhalb und unterhalb von Positionen verringern von Standart 70px auf 0px */
.jl-section {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* Konfig für kleinere Schrftart im Copyright (0.8 rem statt 1 rem) */
#g-copyright {
  font-size: 0.8rem;
}
/* Konfig korrekt dargestelltes Logo mit Schwarz */
.jl-svg {
  fill: #000;
}
/* Konfig für Style von Price-Tabelle */
.pricetable {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
/* Create three columns of equal width */
.pricetable_columns {
  padding: 8px;
}
/* Style the list */
.pricetable_price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* Add shadows on hover */
.pricetable_price:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}
/* Pricing header */
.pricetable_price .pricetable_header {
  background-color: #aa4400;
  color: white;
  font-size: 35px;
}
/* List items */
.pricetable_price li {
  border-bottom: 2px solid #eee;
  padding: 10px;
  text-align: center;
}
/* Grey list item */
.pricetable_price .pricetable_grey {
  background-color: #eee;
  font-size: 16px;
}
/* The "Sign Up" button */
.pricetable_button {
  background-color: #aa4400;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}
/* Change the width of the three columns to 100%
(to stack horizontally on small screens) */
@media only screen and (max-width: 600px) {
  .pricetable_columns {
    width: 100%;
  }
}
/*# sourceMappingURL=custom_12.css.map */