/* //////////////////////////////////////////////////////////////////////////////////////
      Modular Scale
     ////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////
      Functions
     ////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////
      Helpers
     ////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////
      Mixin's for Global Use
     ////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////
      Colors
     ////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////
			DEFAULT SETTINGS
		 ////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////
			SETTINGS Ticket
		 ////////////////////////////////////////////////////////////////////////////////////// */
body, .site-content {
  background-color: #f2f2f2; }

.container, .header__content, .footer {
  padding-right: 0;
  margin-left: auto;
  margin-right: auto; }

.header__content, .footer__content {
  width: 100%; }

.header__content {
  padding-bottom: 0; }

.site-content, .footer {
  width: 100%;
  max-width: none; }

@media only screen and (min-width: 885px) and (max-width: 980px) {
  .nav__fixed {
    width: 100%; } }

.contactBox {
  background-color: #002f5b;
  width: 100%;
  max-width: 980px;
  max-width: 98rem;
  margin: auto;
  border: 0; }
  .contactBox__holder {
    background-color: #002f5b; }
    .contactBox__holder .box-modul__content {
      margin-bottom: 0; }
  .contactBox__item {
    border: 0px; }
    .contactBox__item:nth-child(1n) {
      border: 0px; }
    .contactBox__item * {
      color: #fff; }
  @media only screen and (min-width: 600px) and (max-width: 804px) {
    .contactBox__item {
      flex: 1 0 50%; } }

.media-box__article__box__item {
  background-color: #fff; }
  .media-box__article__box__item > * + * {
    padding-left: 10px;
    padding-left: 1rem;
    padding-right: 10px;
    padding-right: 1rem; }
  .media-box__article__box__item:last-child {
    padding-bottom: 11.2px;
    padding-bottom: 1.12rem; }

.bg--weiss {
  padding: 11.2px;
  padding: 1.12rem; }
