h1,h2,h3,h4,h5,h6,
h1 strong, h2, strong, h3 strong, h4 strong, h5, strong, h6 strong {
    color: #d6141f !important;
}

/***********************************/
/****** BLOCKS & CONTENT AREA ******/

/* add corner radius to images in blocks/content */
.blocks img, .content img {
    border-radius: 4px;
}

/* remove margin in content/figure */
.content figure {
    margin-left: 0;
    margin-right: 0;
}


.content figure[data-crop] img {
        max-width: 25px;
}

/***********************************/
/****** TOP BAR ********************/

#topbar {
    background-color: #d6141f;
    color: #fff;
}

#topbar a {
    color: #fff;
}

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

/***********************************/
/****** HERO ***********************/

#hero {
    background-image: url('/assets/img/start-slide-02.jpg');
    background-size: cover;
}

/***********************************/
/****** AKTUELLES ******************/

#aktuelles article h1 {
    font-size: 20px;
    font-weight: bold;
}

#aktuelles article p {
    margin: 15px 0;
}

#aktuelles article {
    border-bottom: 1px solid #d6141f;
    padding: 0 0 20px 0;
}

/***********************************/
/****** ATTACHED FILES *************/

.attached-files {
    margin-bottom: 20px;
    padding: 15px 30px 30px 30px;
    border-radius: 4px;
    background-color: #efefef;
}

.attached-files h3 {
    font-size: 18px;
    font-weight: bold;
    margin-block: 15px;
}

/***********************************/
/****** SIDEBAR ********************/

#sidebar > div {
    background-color: #d6141f;
    color: #fff;
}

#sidebar .container {
    display: flex;
    flex-direction: column;
}

#sidebar a p,
#sidebar a:hover p {
    color: #fff;
    
}

#sidebar a.read-more {
    color: #fff;
    margin-top: 20px;
    font-weight: bold;
}

#sidebar a.read-more:hover {
    color: #ffffffcc;
}

#sidebar hr {
    height: 0px;
    border: 0px;
    border-bottom: 1px solid #ffffff;
}

/***********************************/
/****** FOOTER *********************/

#footer-top {
    background-color: #777;
}

#footer-top * {
    color: #fff !important;
}

#footer-top a:hover {
    color: #ffffffcc !important;
}

#footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}

/***********************************/
/****** MENU TABELLE ***************/
div.menu {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: #efefef;
    padding: 5% 8%;
}

div.menu h2 {
    margin-bottom: 5%;
}

table.menu {
    width: 100%;
}

table.menu tr {
    border-bottom: 2px solid #dedede;
}

table.menu tr:last-child {
    border-bottom: 0px !important;
}

table.menu td.description {
    padding: 10px 20px 10px 0;
}

table.menu td.price {
    padding: 10px 0 10px 20px;
    text-align: right;
    vertical-align: bottom;
}

/***********************************/
/****** GALLERY ********************/
figure ul {
	list-style-type: none !important;
	list-style-position: inside !important;
	margin: 0 !important;
  	padding: 0 !important;
	display: flex;
	gap: 10px;
}

figure ul li {
	margin: 0 !important
}