

/* Footer text */ 
.footer-text {
  color: #fff;
  font-family: RUB-Neu Flama, Arial, sans-serif;
  font-size: 1.5em;
  letter-spacing: 0.02em;
  line-height: 1.333em;
}

.footer-text.left,
.footer-text.center-left,
.footer-text.center-right,
.footer-text.right {
  float: left;
}

.footer-text.left {
  width: 29%;
}

.footer-text.center-left {
  width: 29%;
}

.footer-text.center-right {
  width: 16%;
}

.footer-text.right {
  text-align: right;
  width: 26%;
}

.footer-text .right-inner {
  padding-right: 4em;
}

.footer-text a {
  color: #c1bab9;
}

.footer-text a:hover,
.footer-text a:focus {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.impressum {
  padding-top: 0.667em;
}

.impressum-logo,
.impressum-small {
  display: none;
}


/* Button To top */
#button-to-top {
  background-color: #e6e4e4;
  border: 0 !important;
  color: #17365c;
  display: inline-block;
  font-weight: bold;
  margin-top: -0.5em;
  padding: 0.5em 1em 0.5em 1em;
}

#button-to-top:hover { 
  background-color: #ffffff;
  border: 0 !important;
  color: #17365c;
}

#button-to-top .arrow-up {
  color: #8dae10;
  font-family: RUB Nepo Icons;
  font-size: 1.133em;
}


/* Button contrast */
#button-contrast {
  display: none;
}

#button-contrast.shown {
  color: #c1bab9;
  display: inline-block;
  font-weight: bold;
  margin-right: 1em;
  margin-top: 1em;
}

#button-contrast.shown:hover { 
  color: #fff;
}

#button-contrast.shown .arrow-up {
  color: #8dae10;
  font-family: RUB Nepo Icons;
  font-size: 1.133em;
}

#button-contrast.shown:hover .arrow-up { 
  color: #fff;
}




/** 
 * RESPONSIVE BEHAVIOUR 
 */
@media only screen and (max-width: 1130px) { 
  
  .footer-text.left {
    width: 50%;
  }

  .footer-text.center-left {
    display: none;
  }

  .footer-text.center-right {
    display: none;
  }

  .footer-text.right {
    width: 50%;
  }
}

@media only screen and (max-width: 755px) { 

  .footer-text.left {
    display: none;
  }
  
  .footer-text.right {
    width: 100%;
  }

  .impressum-logo {
    display: block;
  }
  
  #button-to-top {
    margin-top: 0.333em;
  }
}

@media only screen and (max-width: 700px) { 
 
  .footer-text.right {
    margin-top: -1.2em;
  }
  
  .footer-text .right-inner {
    padding-right: 1em;
  }
}

@media only screen and (max-width: 400px) { 
 
  #footer-left {
    display: none;
  }
  
  #footer-right {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  
  #footer-right-inner {
    padding-bottom: 1em;
  }
  
  .footer-text .right-inner {
    padding-right: 0;
  }
  
  #button-to-top {
    display: block;
    text-align: center;
  }
  
  #button-contrast.shown {
    display: block;
    margin: 1.5em 0 0 0;
    text-align: center;
  }
  
  .impressum-small {
    display: block;
    margin: 0.5em 0 0.5em 0;
    text-align: center;
  }
}

