#footer {
  background: rgba(91, 103, 112, 1);
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  z-index: 140;
  position: relative;
  color: #fff;
  margin: 0; }
  @media (min-width: 768px) {
  #footer {
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem; } }
  @media (min-width: 992px) {
  #footer {
    padding-top: 70px;
    padding-top: 4.375rem;
    padding-bottom: 70px;
    padding-bottom: 4.375rem;
    left: 85px;
    width: calc(100% - 85px); } }
  @media (min-width: 1302px) {
  #footer {
    padding-top: 70px;
    padding-top: 4.375rem;
    padding-bottom: 70px;
    padding-bottom: 4.375rem; } }
  #footer .container {
    position: relative; }
  #footer a {
    color: #fff;
    text-decoration: none; }

#address address {
  line-height: 1.5em;
  overflow: hidden;
  margin: 0;
  font-style: normal; }
  #address address a {
    color: #fff;
    text-decoration: none; }
  #address .adr1 {
    text-align: left;
    display: block;
    float: left;
    margin: 1.5rem 0;
    width: 100%;
    line-height: 2em; }
  #address .adr1 > * {
    display: inline-block;
    opacity: 1;
    font-size: 1.5rem; }
  #address .tel, #address .email {
    position: relative;
    font-style: normal;
    font-weight: 400; }
  #address a {
    -webkit-transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    -ms-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease; }
  #address a:hover {
    opacity: 0.8; }
/****************** BRAND START ******************/
#brandFooter {
  display: block;
  position: relative;
  width: 180px;
  height: 100px; }
  @media (min-width: 768px) {
  #brandFooter {
    position: absolute;
    top: 0;
    right: 0; } }
  #brandFooter a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/typo3conf/ext/zz_gowest_theme_pletzer/Resources/Public/Images/brand/brand-hoch/1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }

@media (min-width: 992px) {
  #header.invert #brand a {
    background-image: url(/typo3conf/ext/zz_gowest_theme_pletzer/Resources/Public/Images/brand/brand-invert/1.svg); } }
/****************** BRAND END ******************/
