/* StyleSheet fuer DerTeckelAnSich */

* {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

html {
    position: relative;
    min-height: 100%;
}

/* Overwrite the horizontal padding of navbar */
nav.navbar {
    --bs-navbar-padding-x: 1rem;
 }
 
body.content {
    font-size: 12pt;
    background-color: rgb(170, 170, 170);
    color: rgb(34, 34, 34);
    border: 0;
    padding-bottom: 30px;
}

div.content {
    padding-top: 30px;
}

.footer {
    text-align: center;
    font-size: 8pt;
    font-weight: normal;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    line-height: 30px;
    /* Vertically center the text there */
    background-color: rgb(170, 170, 170);
    color: rgb(34, 34, 34);
}

.social-media-button {
    padding-right: ($spacer * .5);
}

/* Formatierungen interne Links */

.linkintern:link {
    color: rgb(102, 102, 102);
    text-decoration: none;
}

.linkintern:visited {
    color: rgb(102, 102, 102);
    text-decoration: none;
}

.linkintern:active {
    color: rgb(228, 228, 228);
    text-decoration: underline;
}

.linkintern:hover {
    color: rgb(228, 228, 228);
    text-decoration: underline;
}

/* Formatierungen versteckte Links */

.linkhidden:link {
    color: rgb(34, 34, 34);
    ;
    text-decoration: none;
}

.linkhidden:visited {
    color: rgb(34, 34, 34);
    ;
    text-decoration: none;
}

.linkhidden:active {
    color: rgb(34, 34, 34);
    ;
    text-decoration: none;
}

.linkhidden:hover {
    color: rgb(34, 34, 34);
    ;
    text-decoration: none;
}
