a {
  text-decoration: none;
  color: #5a91c4;
}
a:hover, a:active {
  color: #ff0000;
}

body {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

body.supplementary {
  margin: 1em;
}

.main-container {
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  background-color: whitesmoke;
  box-sizing: border-box;
}

h2 {
  padding: 0.7em 0 1em;
  margin: 0;
  font-size: 120%;
  font-weight: 600;
  text-align: center;
}

header {
  display: block;
  position: relative;
}
header .logo {
  display: block;
  position: absolute;
  width: 30%;
  top: 8%;
  left: 35%;
}
header .slogan {
  display: block;
  position: absolute;
  width: 26%;
  top: 20%;
  left: 37%;
}
header #links {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  gap: 1em;
  position: absolute;
  right: 2%;
  top: 4%;
}
header #links .phone {
  display: block;
}
header #links .phone img {
  width: 3em;
  height: 3em;
}
header #links .lang {
  display: block;
  border-radius: 0.4em;
  padding: 0.1em 0.5em;
  background: #F5F4F0;
  font-size: 1.2em;
}
header #links .lang .active {
  color: black;
}
header #links .lang .inactive {
  color: #ff0000;
}
header .aufmacher img {
  display: block;
  height: auto;
  width: 100%;
}

section {
  clear: both;
}

#sprueche .prestage, #sprueche .offstage {
  display: none;
}
#sprueche .onstage {
  display: block;
}

.spruch {
  font-weight: 200;
  text-align: center;
  line-height: 1.6em;
  margin: 0;
  padding: 1.6em 0;
  font-size: 24px;
  background-color: #5a91c4;
  color: white;
}
.spruch p {
  margin: 0;
  padding: 0;
}

#module {
  background-color: #F5F4F0;
  position: relative;
  margin: 0;
  padding: 0;
  transition: opacity 1s ease-in, transform 500ms ease-in;
  opacity: 0;
  transform: translateY(10px);
}
#module h2 {
  color: #5E5F74;
}
#module #icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: stretch;
  list-style: none;
  padding: 0;
  margin: 0;
}
#module #icons:before, #module #icons:after {
  content: " ";
  display: table;
}
#module #icons:after {
  clear: both;
}
#module #icons li {
  text-align: center;
  float: left;
  position: relative;
  box-sizing: border-box;
  width: 25%;
  list-style: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#module #icons li:before, #module #icons li:after {
  content: inherit;
  display: inherit;
}
#module #icons li:after {
  clear: inherit;
}
#module #icons li.active {
  background-color: #e5e2d8;
}
#module #icons li a {
  text-decoration: none;
  display: block;
}
#module #icons li a img {
  float: none;
  width: 50%;
}
#module #icons li a h3 {
  float: none;
  font-size: 110%;
  font-size: 1.8vw;
  color: #5a91c4;
  text-decoration: none;
  padding: 0;
  margin: 0.5em 0 0;
}
#module #icons li a p {
  font-size: 100%;
  font-size: 1.5vw;
  text-decoration: none;
  color: #707169;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0;
  padding: 0.2em 0.5em;
}
#module #details {
  list-style: none;
  margin: 0;
  padding: 0;
}
#module #details .titel {
  display: none;
}
#module #details li {
  list-style: none;
  margin: 0;
  padding: 1em 2em;
  background-color: #e5e2d8;
  color: #5E5F74;
  max-width: 50%;
}
#module #details li p {
  margin: 0.5em 0;
}
#module #details #social-details {
  margin-left: 25%;
}
#module #details #cc-details {
  margin-left: 50%;
}
#module #details #verkauf-details {
  margin-left: 50%;
}

#referenzen {
  background-color: white;
  margin: 0;
  padding: 0;
  text-align: center;
}
#referenzen h2 {
  color: #707169;
  padding-bottom: 10px;
}
#referenzen ul {
  display: table;
  overflow: hidden;
  height: 150px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
#referenzen ul li {
  display: table-cell;
  width: 200px;
  vertical-align: middle;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#ref0, #ref1, #ref2, #ref3, #ref4, #ref5, #ref6, #ref7, #ref8, #ref9 {
  transition: opacity 1000ms ease-in-out, transform 1000ms ease-in-out;
  opacity: 0;
}

#kontakt {
  background-color: #686C6C;
  color: #e0e3dc;
  padding: 0;
}
#kontakt .layout {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#kontakt .layout .phone {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#kontakt .layout .phone a {
  display: block;
  font-weight: 200;
  font-size: 40px;
  line-height: 2;
  color: #e0e3dc;
  text-decoration: none;
  text-align: center;
}
#kontakt .layout #contactform {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#kontakt .layout #contactform .expander {
  text-align: center;
  display: block;
  vertical-align: middle;
  color: #e0e3dc;
  text-decoration: none;
  font-size: 110%;
  line-height: 3em;
  margin: 1em 0;
}
#kontakt .layout #contactform .expander a {
  border-radius: 8px;
  display: inline;
  background-color: #797f7f;
  background: #797f7f url("../img/contact_icon.svg") left center no-repeat;
  padding: 12px 12px 12px 58px;
}
#kontakt .layout #contactform .expander a:hover, #kontakt .layout #contactform .expander a:active {
  color: #686C6C;
  background-color: #e0e3dc;
  background-image: url("../img/contact_icon_hilite.svg");
}
#kontakt .layout #contactform .sentinfo {
  color: #9df059;
  text-align: center;
}
#kontakt .layout #contactform .errors ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#kontakt .layout #contactform .errors ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  color: red;
}
#kontakt .layout #contactform form {
  padding-bottom: 20px;
}
#kontakt .layout #contactform form table {
  margin: 0.5em auto 0 auto;
}
#kontakt .layout #contactform form table td {
  padding: 2px;
}
#kontakt .layout #contactform form .label {
  text-align: right;
}
#kontakt .layout #contactform form .label2 {
  padding: 3px 0 0px 0.4em;
}
#kontakt .layout #contactform form input {
  margin: 0 0.3em;
}
#kontakt .layout #contactform form input[type=text] {
  width: 250px;
  color: black;
  border: 1px solid #aeb6a3;
  padding: 2px;
  outline-color: #e0e3dc;
}
#kontakt .layout #contactform form input[type=submit] {
  background-color: #e0e3dc;
  border: 1px solid #686C6C;
  border-radius: 5px;
  padding: 4px 8px;
  color: #686C6C;
  outline: none;
}

footer {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 1em;
  margin: 0;
  background: #EDECE2;
  font-size: 14px;
}
footer .links {
  display: table-cell;
  padding: 0.5em 1em;
  margin: 0;
  box-sizing: border-box;
  width: 50%;
  text-align: right;
  list-style: none;
}
footer .links li {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .vcard {
  display: table-cell;
  padding: 0.5em 1em;
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
footer .vcard p {
  padding: 0;
  margin: 0;
}

.no-js #module {
  opacity: 1;
  transform: translateY(0px);
}

#impressum {
  margin: 2em auto;
  width: 92%;
}
#impressum .logo {
  width: 50%;
}
#impressum h2 {
  text-align: left;
}
#impressum .r {
  display: table-row;
}
#impressum .r .l {
  margin: 0;
  padding: 0;
  display: table-cell;
  font-weight: bold;
  width: 22%;
}
#impressum .r .v {
  margin: 0;
  padding: 0;
  display: table-cell;
  width: 70%;
}

@media screen and (max-width: 639px) {
  header .logo {
    width: 50%;
    top: 18%;
    left: 25%;
  }
  header .slogan {
    width: 50%;
    top: 38%;
    left: 25%;
  }
  header #links {
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    right: 2%;
    left: 2%;
    top: 2%;
  }
  #module .layout #icons li a {
    padding: 1em 0;
  }
  #module .layout #icons li a h3 {
    font-size: 2vw;
    display: none;
  }
  #module .layout #icons li a p {
    display: none;
  }
  #module .layout #details .titel {
    display: block;
  }
  #module .layout #details .titel h3 {
    color: #5a91c4;
    margin: 0;
  }
  #module .layout #details .titel p {
    font-style: oblique;
    margin-top: 0.1em;
  }
  #module .layout #details #vib-details, #module .layout #details #social-details, #module .layout #details #cc-details, #module .layout #details #verkauf-details {
    margin-left: 0;
    max-width: inherit;
  }
  #kontakt .layout {
    display: block;
  }
  footer {
    display: block;
    font-size: 18px;
  }
  footer .links {
    display: block;
    width: auto;
    text-align: left;
  }
  footer .links li {
    padding: 0.5em 0;
  }
  footer .vcard {
    display: block;
    width: auto;
    text-align: left;
  }
  .spruch {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  #module #icons li a h3 {
    font-size: 140% !important;
  }
  #module #icons li a p {
    font-size: 110% !important;
  }
  .spruch {
    padding: 2em 0;
  }
}
.supplementary footer {
  margin: 1em;
  background-color: inherit;
}

.cp {
  padding: 0.5em 1em;
}

.copyright {
  display: block;
  font-size: 80%;
  color: rgba(0, 0, 0, 0.58);
}

.poweredby {
  display: flex;
  align-items: flex-end;
  font-size: 80%;
  color: rgba(0, 0, 0, 0.58);
}
.poweredby img {
  margin-left: 0.5em;
  max-width: 5em;
}

/*# sourceMappingURL=egaplan.css.map */
