.footerLinks {
    margin-top: 10px;
}

.footerLinks ul {
    display: flex;
    justify-content: center;
}

.footerLinks li a {
    margin-right: 50px;
}

@media (max-width: 768px) {
    .footerLinks li a {
        margin-right: 30px;
    }
}

h3 {
    font-size: 16px;
}

.aufgabe p {
    color: #2980b9;
    font-weight: 500;
}

.loesung .section {
    margin-top: 0 !important;
}

.aufgabe .section {
    margin-top: 10px !important;
}

.aufgabe ol,
.loesung ol {
    list-style-type: decimal !important;
}

body {
    font-family: Arial, Arial, Helvetica, sans-serif;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
    margin: 0;
    background: #ecf0f1 !important;
    color: #333;
    display: flex;
    font-size: 14px !important;
}

.main {
    flex: 1;
    display: flex;
    flex-direction: row; 
}

.center {
    text-align: center;
}

.strong {
    font-weight: 500;
}

.main > .content {
    flex: 1;
}

.header, .footer {
    background-color: #fff;
    border: 1px solid lavender;
    padding: 1rem;
    margin: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.header {
    text-align: center;
}

.content {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid lavender;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-right: 10px;
}

.main > nav,
.main > aside {
    padding: 10px;
    border-radius: 8px;
    flex: 0 0 15vw;
    border: 1px solid lavender;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.main > aside {
    margin-right: 10px;
}

.main > nav {
    order: -1;
    margin: 0 10px;
}

@media (max-width: 768px) {
    .main {
        flex-direction: column; 
    }

    .main > nav, 
    .main > aside {
        flex: 0 0 auto;
        width: 100%;
        order: 2;
    }

    .main > .content {
        order: 1;
    }

    .header, .footer {
        width: 100%;
        left: 0;
        right: 0;
        margin: 0;
    }
}

p {
    padding: 0 !important;
    margin: 0 !important;
}

a, a:hover {
    color: #2980b9 !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.ContentTitle {
    font-size: 15px;
}

.auflistung {
    list-style: none;
    padding-left: 20px;
}

.auflistung li::before {
    content: '\f292 ';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #3579BD;
    margin-right: 5px;
}

.auflistung li {
    margin: 5px 0;
}

.sidebarBox-last {
    margin-bottom: 20px;
}


.header h3 a, .header h3 a:hover {
    font-weight: bold !important;
}

.footer img {
    border-radius: 6px;
    margin: 0 5px;
}

.footer table td {
    padding: 10px;
}

/* .sidebar h2 {
    color: #d98600;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

*/

.snippet-title {
    padding: 1em;
    background: aliceblue;
    border: 1px solid #D8DAE1;
    color: #000;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 40px;
}

.snippet-name {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d98600;
}

.sidebar h2 {
    font-weight: 600;
    padding: 1em;
    background: aliceblue;
    border: 1px solid #D8DAE1;
    color: #000;
    border-radius: 12px;
    font-size: 14px !important;

}

.sidebar ul {
    list-style: none !important; 
    padding: 0 0 0 30px !important;

    ::marker {
        content: '\f0a9' ' ' !important;
        font-family: FontAwesome;
        color: #3579BD;
    }

    li {
         margin: 5px 0;
    }
}

.sidebar h2:not(:first-child) {
    margin-top: 20px;
}

.sidebar li:not(:first-child) {
    margin: 10px 0;
}

.second_menu {
    margin-left: 10px !important;
    font-size: 14px !important;
}


.pageTitle {
    margin-top: 0 !important;
}

.navigation:not(.seitentitel) {
    font-size: 14px;
    padding: 10px;

    a.active {
        background-color: #2980b9;
        color: #fff !important;
        border: 1px solid lavender;
    } 

    a.active:hover {
        background-color: #f1c40f;
        color: #fff;
        border: 1px solid lavender;
    }

    a {
        background-color: aliceblue;
        border: 1px solid aliceblue;
        border-radius: 12px;
        color: #444;
        padding: 10px;
        text-decoration: none;
        margin: 5px;
    }

    a:hover {
        border: 1px solid lavender;
    }

    a.current:hover {
        text-decoration: none;
    }
}

.header h2 {
    margin: 0 !important;
    padding: 0 !important;
}

.header h3 {
    margin-top: 0 !important;
    margin-bottom: 40px !important;
}

a.seitentitel {
    text-decoration: none !important;
    color: #000 !important;
}

.section {
    margin: 30px 0;
    border: 1px solid lavender;
    background: #fafafa;
    border-radius: 12px;
    padding: 10px;
}

.sectionTitle {
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 12px;
    background: silver;
}

.sectionHeader {
    font-weight: bold;
}

.short-header {
    background: mintcream;
    border: 1px solid lavender;
    padding-left: 12px;
    border-radius: 12px;
}

.sidebarContent {
    border: 1px solid #D8DAE1;
    background: #fafafa;
    border-radius: 12px;
}

.sidebarContent::last-child {
    padding-bottom: 20px;
}

.ContentDescription, .ContentFooter {
    font-size: 12px;
    margin: 20px 0;

    ul {
        display: flex;
        list-style: none;
        padding: 0;
    }

    li {
        margin-left: 10px;
    }
}

.ActionArea ul {
    display: flex;
    justify-content: end;
    list-style: none;
    padding: 0;
}

.ContentFooter ul {
    display: block;
    text-align: end;
}

input[type="text"],
input[type="textarea"],
input[type="submit"],
input[type="reset"] {
    display: flex;
    font-size: 14px;
}

input, textarea {
    border: 1px solid #D8DAE1;
    border-radius: 8px;
    width: -webkit-fill-available;
    padding: 10px;
    margin: 20px 0;
}

textarea {
    min-height: 500px;
}

input#description {
    min-height: 200px;
}

input[type="submit"], 
input[type="reset"] {
    cursor: pointer;
    margin: 10px 0;
    justify-content: center;
}

input[type="submit"] {
    background-color: #2980b9;
    color: #fff;
}

input[type="submit"]:hover {
    background-color: #d98600;
    color: #fff;
}

label {
    display: block;
    color: #555;
    color: #d98600;
    font-size: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D8DAE1;
}

label:not(::first-child) {
    margin: 20px 0;
}

label::first-child {
    margin-bottom: 20px;
}

select#kategorie {
    margin: 20px 0;
}

.kleingedrucktes {
    font-style: italic;
    font-size: 11px;
}

.kleingedrucktes sup {
    color: #d98600;
}

.content table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #f7f1e3 !important;
}

.content table th, .content table td {
    padding: 20px;
    text-align: left;
}

.content table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.content table th {
    background-color: aliceblue;
    color: dimgrey !important;
}

.content table th:first-child {
    border-top-left-radius: 12px;
}

.content table th:last-child {
    border-top-right-radius: 12px;
}

.content table td:first-child {
    border-bottom-left-radius: 12px;
}

.content table td:last-child {
    border-bottom-right-radius: 12px;
}

.content table_gesamtkosten {
    text-align: center;
}

td.content table_gesamtkosten {
    color: #2980b9 !important;
    font-weight: 500;
}

@media (max-width: 768px) {
    .main {
        flex-direction: column;
    }

    .main > nav, 
    .main > aside {
        flex: 0 0 auto;
        width: 100%;
    }

    .header, .footer {
        width: 100%;
        left: 0;
        right: 0;
        margin: 0;
    }

    .navigation {
	    a {
        	padding: 10px;
        	display: block;
    	}
    }

form button {
    	font-size: 12px !important;
	}
}

@media (max-width: 480px) {
    body {
        font-size: 12px;
    }

    .sectionTitle {
        font-size: 14px;
    }

    .ContentTitle {
        font-size: 14px;
    }

    .ContentDescription, .ContentFooter {
        font-size: 10px;
    }
}

.list-status-okay {
    color: green;
}

.list-status-todo {
    color: red;
}

.notice {
    font-size: 11px;
    font-weight: bold;
    &::before {
        content: '(';
    } 
    &::after {
        content: '.)';
    }
}

pre {
    border: 1px solid lavender;
    border-radius: 12px;
    overflow-x: auto;
}

dd {
    margin-left: 0 !important;
}

dd:not(:last-child) {
    margin-bottom: 20px;
}

dt {
    color: #f20e0e;
}

.areaTitle {
    border-bottom: 1px solid #191919;
    padding-bottom: 5px;
    color: #202020;
    font-weight: 300;
    line-height: 1.28;
}

.socialButtons td .fa-brands, .socialButtons td .fa-solid {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
}

.socialButtons {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    margin: 25px 0 !important;
}

.socialButtons .content table {
    width: auto !important;
}

.socialButtons .content table, .socialButtons .content table td {
    text-align: center !important;
    background: none !important;
    border: 0 !important;
}

.socialButtons td .fa-brands,
.socialButtons td .fa-solid {
    font-size: 32px !important;
    color: #3579BD !important;
}

.socialButtons .content table, .socialButtons .content table td a,
.socialButtons .content table, .socialButtons .content table td a:hover {
    color: #414141 !important;
    font-weight: 500 !important;
    font-size: 11px !important;
}

.socialButtons table, .socialButtons .content table td a:hover {
    font-weight: bold !important;
    color: #3579BD !important;
}



.fa-solid.fa-heart {
    color: red; 
}

.fa-music {
    color: silver;
}

.section-title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d98600;
    font-weight: lighter;
    font-size: 18px;
    margin: 30px 0;
}

.section-title::before,
.section-title::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #D8DAE1;
    margin: 0 10px;
}

.label {
  border-radius: 5px;
  color: white;
  display: inline-block;
  line-height: 1.28;
  padding: 2px 6px;
  position: relative;
  white-space: nowrap;
  word-wrap: normal;
  font-weight: 400;
  border: 1px solid #D8DAE1;
  background: #1a7f37;
}

@media (max-width: 768px) {
    .desktop {
        display: none;
    }
}

.fail {
    color: darkred !important;
}

.warning {
    color: orange;
}

.success {
    color: #090 !important;
}

.form-speicher select {
    margin: 5px 0 10px 0;
}

.form-taschenrechner button, .form-speicher button {
    margin-top: 20px;
    display: block !important;
}

.mitteilungSnippet {
    border-radius: 12px;
    background-color: #F5F7FF;
    border: 1px solid lavender;
    padding: 1em;
}

.mitteilungSnippet h2 {
    color: #2980b9;
}

.mitteilung-wichtig {
    font-weight: bold;
    font-style: italic;
    color: #2980b9;
}

.button-action {
    justify-content: end;
    margin-bottom: 20px;
    background: #2980b9;
    border-radius: 12px;
    padding: 10px;
    border: 1px solid lavender;
}

.button-action a {
    color: #fff !important;
}

.row {
    display: flex;
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-md-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 15px !important;
}

button {
    cursor: pointer;
    background: aliceblue;
    color: dimgrey;
    border: none;
    transition: background-color 0.2s;
    padding: 10px;
    border-radius: 4px;
    border: 2px solid aliceblue;
}

button:hover {
    background-color: #2980b9;
    color: #fff !important;
}

.form-buttons {
    margin-top: 10px;
    display: inline-flex;
    gap: 10px;
}

.form-buttons button {
    width: auto;
    flex: 1;
    padding: 10px;
    border-radius: 6px;
}