
h1, h2, h3, h4, h5, h6 {
	color: #40a435;
}

h5, h6 {
	margin-top: 14px;
}

.main-container {
	margin-top: 50px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
/*
    padding-top: 15px;
    padding-bottom: 15px;
*/
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100px;
}

.rd-navbar-static .rd-navbar-dropdown {
	padding: 40px 20px;
}

#footernav a {
	display: inline;
}

#footernav span {
	display: inline;
	padding: 0 20px;
}

.swiper-slide {
/*
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
*/
}

.swiper-slide-caption >
 .container, .breadcrumbs-custom-body >
 .container {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 30px;
	border-radius: 6px;
}

.slick-prev::before {
    content: "zurück";
}

.slick-next::before {
    content: "weiter";
}

.tabs-horizontal.tabs-line * + .tab-content {
	margin-top: 0;
	padding: 15px;
	min-height: 150px;
}

.tabs-custom.tabs-horizontal.tabs-line >
 .tab-content.freitext {
	background-color: #f0f0f0;
	color: black;
}

.list-categories >
 li >
 a {
	text-align: left !important;
}

.grey-box {
	background-color: #f0f0f0;
	color: black;
}

h4 {
	margin-top: 30px;
}

.pricing-classic-body {
	padding-bottom: 25px !important;
}

.wysiwyg img {
	float: right;
	padding: 0 0 5px 10px;
}

@media screen and (max-width: 768px) {

	.wysiwyg img {
		width: 100%;
		padding: 10px 0;
	}

}


.wysiwyg table tr td {
	padding: 3px 7px;
}


#lg-share, #lg-actual-size, #lg-zoom-out, #lg-zoom-in, .lg-fullscreen, .lg-autoplay-button, #lg-download {
	display: none !important;
}



.box-icon-modern-svg {
	width: 80px;
}

.box-ordered-item {
	width: 50px;
	opacity: 0.1;
	margin-top: -10px;
}

.box-ordered .box-ordered-item::before {
    content: "";
}

.box-icon-modern-svg + .box-icon-modern-count {
	margin-left: 10px;
}

ul.katlinks-rightcol li {
	text-align: left;
	margin: 20px 10px 0px 20px;
}

ul.katlinks-rightcol li.marked-li {
	color: #40a435;
}

ul.katlinks-rightcol li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #656366; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}

ul.katlinks-rightcol li.marked-li::before {
	content: "\279e";
	color: #40a435;
}

.section-above-footer {
	background-color: #e8e8e8;
	border-top: 8px solid #f4f4f4;
	margin-top: 60px;
}


