/*
STYLES.CSS

Course:  Bootstrap 4 Quick Start
Author:  Brad Hussey
Website: bradhussey.ca
*/

/* cover */
html,
body {
    height: 100%;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
}

body {
    overflow-y: scroll;
}

h1, h4, h6 {
    font-weight: 800;
}

p, table, li {
    font-weight: 400;
}

img {
    max-width: 100%;
}

.logo-small {
    text-align: center;
}

.cover {
    background: #F6CA21;
    color: white;
    min-height: 100%;
    padding-bottom: 1px;
}

.heading, .content, .about-text {
    text-align: left;
}

.heading, .impressum {
    padding-top: 8rem;    
}

.content,.contact,.service {
    padding-top: 1rem;    
}

.about-text {
    padding-top: 3rem;
}

.disclaimer, .datenschutz {
    padding-top: 1rem;
}

.content, .about-text, .heading-footer, .service, .pfeil {
    color: black;
}

a:link, a:active, a:visited, a:focus, a:hover {
    text-decoration: none;
}

mail a, .pfeil-rechts {
    color: white;
}

.pfeil {
    text-align: right;
}