body {
    background-color: white;
    color: #454545;
    font-family: Arial, Helvetica, sans-serif;
}

/* Links */
a {
    color: #cc6633;
    text-decoration: none;
}

a:hover {
    color: #cc6633;
    text-decoration: underline;
}

table {
    width: 1027px;
    border-collapse: collapse;
    margin: 0 auto;
}

.header,
.footer {
    width: 1026px;
    text-align: left;
}

.logo {
    width: 146px;
    height: 90px;
}

.menu {
    background-color: #cc3333;
    width: 235px;
    border: 0px !important;
}

.menu a {
    display: block;
    padding: 8px 12px;
    background-color: #cc6633;
    color: white;
}

.menu a:hover {
    background-color: #ffcc66;
    color: #454545;
}

.content {
    width: 768px;
    padding: 20px;
}

hr {
    width: 100%;
    border: 1px solid #454545;
}

.submenu-item {
    display: block;
    font-size: 0.9em;
    padding-left: 20px !important;
}


/* Überschriften */
h1 {
    font-size: 2em;
    color: #cc3333;
    margin-bottom: 15px;
}

h2 {
    font-size: 1.6em;
    color: #cc6633;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Fettgedruckter Text */
b {
    font-weight: bold;
    color: #333;
}

h2 {
    font-size: 1.6em;
    color: #cc6633;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Listen */
ul {
    margin: 10px 0;
    padding-left: 20px;
    list-style: none;
}

li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}

li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url('grafics/dot_blau.gif') no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 5px;
}

.dot-lila {
    list-style: none;
    padding-left: 0;
}

.dot-lila li {
    position: relative;
    padding-left: 20px;
}

.dot-lila li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 8px;
    height: 8px;
    background: url('grafics/dot_lila.gif') no-repeat center;
    background-size: contain;
}



.coaching-columns {
    display: flex;
    justify-content: space-between;
}

.coaching-columns ul {
    width: 48%;
    list-style: none;
    padding-left: 0;
}

.dot-gelb {
    list-style: none;
}

.dot-gelb li {
    position: relative;
    padding-left: 20px;
}

.dot-gelb li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 8px;
    height: 8px;
    background: url('grafics/dot_gelb.gif') no-repeat center;
    background-size: contain;
}

.trainings-columns {
    display: flex;
    justify-content: space-between;
}

.trainings-columns ul {
    width: 48%;
    list-style: none;
    padding-left: 0;
}

.dot-gruen {
    list-style: none;
}

.dot-gruen li {
    position: relative;
    padding-left: 20px;
}

.dot-gruen li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 8px;
    height: 8px;
    background: url('grafics/dot_gruen.gif') no-repeat center;
    background-size: contain;
}

.dot-rot {
    list-style: none;
    padding-left: 0;
}

.dot-rot li {
    position: relative;
    padding-left: 20px;
}

.dot-rot li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 8px;
    height: 8px;
    background: url('grafics/dot_rot.gif') no-repeat center;
    background-size: contain;
}

blockquote {
    font-style: italic;
    padding: 10px 20px;
    border-left: 4px solid #ccc;
    margin: 20px 0;
    background: #f9f9f9;
}

blockquote cite {
    display: block;
    font-weight: bold;
    margin-top: 10px;
    text-align: right;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.gallery img {
    width: 100%;
    max-width: 710px;
    height: auto;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.gallery img:hover {
    transform: scale(1.05);
}

.contact-info {
    margin-top: 20px;
    padding: 15px;
    border-left: 4px solid #333;
    background-color: #f9f9f9;
    max-width: 400px;
}

.contact-info h2 {
    margin-top: 0;
    color: #333;
}

.contact-info p {
    margin: 5px 0;
    font-size: 16px;
}

.contact-info a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.contact-info a:hover {
    text-decoration: underline;
}
