/* all devices */

/* fonts */
@font-face {
    font-family: "Bellota Text";
    src: url('../fonts/BellotaText-Regular.woff');
}
@font-face {
    font-family: "Bellota Text Bold";
    src: url('../fonts/BellotaText-Bold.woff');
}

body {
    font-family: 'Bellota Text Bold', Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #ffffff;
}

p {
    font-size: 1.0em;
}

a:link {
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}

a:visited {
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}

a:hover {
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}

a:active {
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}

.a2:link {
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: underline;
    color: #000000;
}

.a2:visited {
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: underline;
    color: #000000;
}

.a2:hover {
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: underline;
    color: #000000;
}

.a2:active {
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: underline;
    color: #000000;
}


h1, h2, h3, h4, h5, h6 {
    color: #000000;
}

h1 {
    font-size: 3.5rem;
}

h2 {
    font-size: 3.0rem;
}

h3 {
    font-size: 2.5rem;
}

h4 {
    font-size: 2.0rem;
}

/* MEDIA QUERIES FÜR IPHONE 6, 7 & 8 – PORTRAIT */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (orientation: portrait) {
    h1 {
        font-size: 2.0rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.0rem;
    }

    h4 {
        font-size: 1.0rem;
    }

    p, ul, li {
        font-size: 0.8rem;
    }

    .kl {
        font-size: 0.8rem;
    }
}

/* MEDIA QUERIES FÜR IPHONE 6, 7 & 8 – LANDSCAPE */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (orientation: landscape) {
    h1 {
        font-size: 2.0rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.0rem;
    }

    h4 {
        font-size: 1.0rem;
    }

    p, ul, li {
        font-size: 0.8rem;
    }

    .kl {
        font-size: 0.8rem;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    h1 {
        font-size: 2.0rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.0rem;
    }

    h4 {
        font-size: 1.0rem;
    }

    p, ul, li {
        font-size: 0.8rem;
    }

    .kl {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 2.0rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.0rem;
    }

    h4 {
        font-size: 1.0rem;
    }

    p, ul, li {
        font-size: 0.9rem;
    }

    .kl {
        font-size: 0.9rem;
    }
}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/*
-------------------------------------------------------
footer Anweisungen
 */
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 10px;
    width: 100%;
    text-align: center;
}
