/*
Theme Name: one-page-express-child
Author: Strauch Tilo
Template: one-page-express
Version: 1.0
*/

/* titel - design*/
@media (min-width: 480px) {
  h1.heading8 {
    font-size: 5.2em !important;
    color: #ffffffb8 !important;
  }
}
/* If the screen size is smaller than 1200px, set the font-size to 80px */
@media (max-width: 475px) {
  h1.heading8 {
    font-size: 3em !important;
	color: #ffffffb8 !important;
  }
}

/*
h1.heading8 {
    font-size: 5.2em !important;
    color: #ffffffb8 !important;
}
*/
/* li Aufzählung Zeilenabstand */
li {
    line-height: 150% !important;
}
/* linie Footer - orange */
.footer {
    background-color: #222222;
    border-top: 5px solid #e96402;
    min-height: 87px;
}
/* linkfarbe - orange */
a {
    color: #e96402;
}
a:visited {
    color: #e96402;
}