html body header{
    font-size: 1rem;
}

/** Linien **/
.hr-50{
    border: 1px solid black;
    width: 50%;
    margin: 0.5rem auto 0.5rem auto;
}

.hr-60{
    border: 1px solid black;
    width: 60%;
    margin: 0.5rem auto 0.5rem auto;
}

.hr-70{
    border: 1px solid black;
    width: 70%;
    margin: 0.5rem auto 0.5rem auto;
}

.hr-80{
    border: 1px solid black;
    width: 80%;
    margin: 0.5rem auto 0.5rem auto;
}

.hr-90{
    border: 1px solid black;
    width: 90%;
    margin: 0.5rem auto 0.5rem auto;
}

.hr-100{
    border: 1px solid black;
    width: 100%;
    margin: 0.5rem auto 0.5rem auto;
}

/*****
    SCHRIFTARTEN
 *****/
/** Caveat Schriftart **/
.caveat-font{
    font-family: 'Caveat', cursive;
}

/* caveat-regular - latin */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/caveat-v17-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/caveat-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/caveat-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/caveat-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/caveat-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/caveat-v17-latin-regular.svg#Caveat') format('svg'); /* Legacy iOS */
}



/*****
    SONSTIGES
 *****/
/** Text in Großbuchstaben **/
.text-uppercase {
    text-transform: uppercase !important;
}

/** Section Style (Margin) **/
.section-style{
    margin: 2rem;
}

/** Header for Sections **/
.section-header{
    font-size: 2.5rem;
}

/** Subheader for Sections **/
.section-subheader{
    font-size: 1.8rem;
}

/** Section hr **/
.section-hr{
    border: 2px solid rgb(0, 0, 0);
    width: 55%;

    margin-left: auto;
    margin-right: auto;
}

/** Default Text Color **/
.default-text-color, .default-text-color:hover{
    color: black;
}

/** Text Size **/
.default-text-size{}