/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Quicksand');

#gebühren_hintergrund {
    padding-bottom: 40px;
}

#gebuehren_inhalt {
    position: relative;
    margin-top: 4em;
    margin-left: 1%;
    padding-bottom: 3em;
    width: 98%;
    overflow: auto;
}

#title {
    margin: 0 auto;
    width: 80%;
    border: 1px dotted #ff3366;
}
#title h1 {
    font-size: 350%;
    color: #ff3366;
    text-align: center;
    font-weight: normal;
    font-family: 'Quicksand';
}

.schuljahr {
    font-size: 120%;
    color: #fff;
    direction: rtl;
    line-height: 200%;
}
#farbe {
    background-color: #ff3366;
    padding: 10px;
}
#angebot {
    position: relative;
    margin-top: 3em;
    width: 90%;
    margin-left: 5%;
    font-family: 'Quicksand';
    font-size: 105%;
    line-height: 150%;
    color: #666;
}
#angebot ul {
    padding-left: 5%;
}
.uberschrift1 {
    font-size: 120%;
    line-height: 150%;
    font-family: 'Quicksand';
}
.linie {
    border: 0;
    width: 100%;
    background-color: #ff8080;
    height: 1px;
}

#preisliste {
    width: 90%;
    margin-left: 5%;
    position: relative;
    margin-top: 2em;
    font-family: 'Quicksand';
}

.tabelle {
    width: 100%;
    border-collapse: collapse;
}
.tabelle td {
    border: 1px solid #666;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* MEDIA QUERIES */

@media only screen and (max-width: 700px) {
    #gebuehren_inhalt {
        position: relative;
        margin-top: 4em;
        margin-left: 1%;
        padding-bottom: 3em;
        width: 98%;
        overflow: auto;
    }

    #title h1 {
        font-size: 180%;
    }

    .schuljahr {
        font-size: 90%;
        color: #fff;
        direction: rtl;
        line-height: 200%;
    }

    #angebot {
        position: relative;
        margin-top: 3em;
        width: 90%;
        margin-left: 5%;
        font-family: 'Quicksand';
        font-size: 105%;
        line-height: 150%;
        color: #666;
    }
    #angebot ul {
        padding-left: 5%;
    }
    .uberschrift1 {
        font-size: 120%;
        line-height: 150%;
        font-family: 'Quicksand';
    }
    .linie {
        border: 0;
        width: 100%;
        background-color: #ff8080;
        height: 1px;
    }

    #preisliste {
        width: 90%;
        margin-left: 5%;
        position: relative;
        margin-top: 2em;
        font-family: 'Quicksand';
    }

    .tabelle {
        width: 100%;
        border-collapse: collapse;
    }
    .tabelle td {
        border: 1px solid #666;
        padding-left: 10px;
    }
}
