@charset "UTF-8";
/*Seitengr.*/
/*Text-Farben*/
/*Hintergrund-Farben*/
/*Textabstaende*/
/*Bilder*/
/* ===================================
	medium	
=======================================*/
footer {
  width: 100%;
  height: 290px;
  background-color: white;
  margin: auto;
  max-width: 1600px; 
    padding-top: 18px;}

.footer_inner {
  width: 100%;
  height: 290px;
  background-image: url("../img/footer_medium.jpg");
  background-repeat: no-repeat;
  background-position: right center; }

footer a {
  text-decoration: none;
  color: white;
  font-size: 28px;
  position: relative;
  top: 158px; }

footer a:hover {
  color: white;
  text-decoration: none; }

footer #buttonup {
  float: right;
  width: 179px;
  height: 100%; }

footer #buttonup img {
  width: 30px;
  height: 30px; }

/* ===================================
	large	
=======================================*/
@media (min-width: 1366px) {
  footer {
    height: 239px;
    padding-top: 18px; }

  footer #buttonup {
    width: 164px; }

  .footer_inner {
    height: 100%;
    background-image: url("../img/footer_large.jpg");
    background-repeat: no-repeat;
    background-position: right center; }

  footer #buttonup img {
    width: 30px;
    height: 30px; }

  footer a {
    top: 34px; } }
/*ende @media */
/* ===================================
	small	
=======================================*/
@media (max-width: 1023px) {
  footer {
    height: 290px;
    background-color: white; }

  .footer_inner {
    background-image: url("../img/footer_small.jpg");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right top;
    height: 290px; }

  footer #buttonup {
    width: 170px; }

  footer #buttonup img {
    width: 30px;
    height: 30px; }

  footer a {
    top: 134px; } }
/*ende @media */
 /* ===================================
	mobil	
=======================================*/
@media (max-width: 760px) {
  footer {
    height: 188px; }

  .footer_inner {
    background-image: url("../img/footer_mobil.jpg");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right top;
    height: 188px; }

  footer a {
    top: 81px; }

  footer #buttonup img {
    width: 37px;
    height: 37px; } }

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