/* 
    List of content
    1. general settings
    2. header
    3. main 
    4. footer
    5. @mediaqueries 576,768,992,1200
*/
html {
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
}

body {
  margin: 0;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

h2 {
  font-size: 1.675rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #2c292a;
}

h2::after {
  content: ".";
  font-size: 3rem;
  color: #f99c1c;
}

p {
  font-size: 1.125rem;
  /* 18px */
  color: #2c292a;
}

.logos {
  margin: 5vw 0;
}

.impressum h3 {
  font-weight: 500;
}

/* HEADER ============================================================================================== */
.container-fluid {
  height: auto !important;
}

header {
  padding: 5vw;
  border-bottom: 6px solid #f99c1c;
}

header h1 {
  display: none;
}

.gbaLogo {
  width: 35vw;
  height: auto;
  margin: 0;
}

.zwisLogo {
  width: 85vw;
  max-width: 704px;
}

/* MAIN ============================================================================================== */
main {
  padding: 2rem;
  margin-bottom: 6.25rem;
}

main address {
  line-height: 1.3;
  font-style: normal;
}

main address span {
  display: none;
}

/* START contactsBox ------------------------------------------------------------------------------------------- */
.contactsBox {
  background: #f99c1c;
  padding: 6vw;
}

.contactsBox h2 {
  margin-top: 0;
}

.contactsBox h2::after {
  content: ".";
  color: #f7f7f7;
}

.contactsInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.anschrift::before {
  content: url(../image/Bearbeiten_weiss.svg);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 1rem;
}

.eBrief a {
  text-decoration: none;
  color: #2c292a;
}

.eBrief::before {
  content: url(../image/Brief_offen_weiss.svg);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 1rem;
}

.telefon::before {
  content: url(../image/Telefon_weiss.svg);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 1rem;
}

.fax::before {
  content: url(../image/Fax.svg);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 1rem;
}

.pdf {
  background: #f99c1c;
  padding: 0.9375rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  text-decoration: none;
  color: #2c292a;
}

.pdf img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 1rem;
  margin-left: 0.5rem;
  width: 1.7rem;
}

/* END contactsBox ------------------------------------------------------------------------------------------- */
/* FOOTER ============================================================================================== */
footer {
  background: #bfc1c2;
  color: #f7f7f7;
  padding: 20px 15px 15px;
  bottom: 0;
  width: 100%;
}

footer a {
  text-decoration: none;
  color: #3f3e3e;
  line-height: 1rem;
  font-size: 0.875rem;
}

.obligatoryLinks a {
  margin-left: 50px;
}

.gflLogoContainer {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.gflLogo {
  width: 200px;
  margin: 1rem auto 0;
}

/* ====================================================================================================== */
/* START MEDIAQUERIES =================================================================================== */
@media only screen and (min-width: 576px) {
  h2 {
    font-size: 1.875rem;
  }
  /* START Main ========================================================================================    */
  .contactsBox {
    max-width: 512px;
    margin: auto;
  }
}

@media only screen and (min-width: 768px) {
  /* START main ========================================================================================    */
  .pdf a {
    max-width: 98%;
  }
  /* START footer ========================================================================================    */
  .footerContent {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .obligatoryLinks {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 1rem;
  }
  .gflLogo {
    margin: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .gflLogoContainer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 1rem;
  }
}

@media only screen and (min-width: 992px) {
  /* START header ========================================================================================    */
  header {
    padding: 2rem;
  }
  .logos {
    margin: 2rem 0;
  }
  .zwisLogo {
    width: 50vw;
  }
  .impressum .zwisLogo {
    width: 42vw;
  }
  .gbaLogo {
    width: 17vw;
    max-width: 228px;
    height: auto;
    margin-top: 1rem;
    float: right;
  }
}

@media only screen and (min-width: 1200px) {
  /* START main ========================================================================================    */
  .objectionPossib {
    margin-top: 7px;
  }
  .objectionPossib p {
    padding-right: 3rem;
  }
  .contactsBox {
    padding: 2rem;
    word-break: break-word;
  }
  .downloads {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pdf {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 48% !important;
            flex: 0 0 48% !important;
  }
}
/*# sourceMappingURL=style_zwiss.css.map */
