/*=======================================
Contact Stylesheet für die Meder Website
Aufbau: 1. Abstände
        2. Responsive Design
======================================*/

@import "Base.css";
@media screen {

/*=======================================
  1. Abstände
=======================================*/

#Text {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

#Text a {
 margin: 0em 1em 0em 1em !important; 
}

img.social {
  height: 5em !important;
}
}

/*=======================================
  2. Responsive Design
=======================================*/
@media only screen and (max-width: 430px) {

  img.social {
    height: 3em !important;
  }

  h2 {
    color: red;
  }
}

/*=======================================
  Ende CSS Seite
=======================================*/