/* cmsms stylesheet: Buddy007_v1.2-Main modified: Montag, 16. März 2026 11:03:39 */
@charset "utf-8"; 

/* ----------------------------------------------
	Main CSS Document - CMS Template Buddy
	Template No.: 007
	Version 1.2 / for CMSMS 2.2.22+
	
	www.cmstemplatebuddy.com

	Please read README_FIRST.txt
------------------------------------------------- */
 
/* DEFINE MAIN COLOR HERE */
/* Original: #add43d geändert */

/* Reset 
------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the
➝ markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Accessibility 
------------------------------------------------- */
span.accesskey {
	text-decoration: none;
}
.accessibility, hr.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
}
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}

/* Common / Typography
------------------------------------------------- */
html {
	font-size:100%;
}
body {
	color: #333333;
	background: #FFF;
	font: 400 .875rem/160% 'Open Sans', Arial, Helvetica, sans-serif;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	padding: 10px 5px 7px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 2.8rem;
	line-height: 1.2;
}
h2 {
	font-size: 2.4rem;
	margin-bottom: 0.2rem;
	line-height: 1.1;
}
h3 {
	font-size: 1.8rem;
	line-height: 1.4;
}
.sidecontent h3,
.bottomContent	h3	{
	padding-top: 0;
	line-height: 1;
	margin-top: -4px;
}
.bottomtitle h3	{
	font-size: 1.6rem;
}
.specialBox	h3	{
	padding-top: 0;
}
h4 {
	font-size: 1.6rem;
	line-height: 1.25;
}
h5 {
	font-size: 1.2rem;
	line-height: 1.15;
}
h6 {
	font-size: 1rem;
	font-weight: 600;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
p	{
	margin: 0 0 1.2rem;
}
.content img	{
	margin: 8px 20px;
}
.content .gallery img, .content .threeBlocks img, .content .threeBlocks2 img, .content .sidebar img	{
	border:none;
	padding:0;
	margin:0;
}
a	{
	color: #ce0000;
	text-decoration:none;
}
a:focus, a:hover {
	color: #ce0000;
	text-decoration:underline;
}
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.no-border {
	border: medium none;
}
.clearer {
	clear: both;
}
.clearfix:after	{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.hide-text	{
	text-indent: -9999px;
}
.hide	{
	position:absolute;
	left: -9999px;
}
hr	{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
pre	{
    background-color: #f4f4f4;
    border: 1px solid #dedede;
    font-size: 90%;
    line-height: 1.5em;
    margin: 0 1em 1em;
    padding: 0.5em;
}
code, pre {
	font-family: "Courier New",Courier,monospace;
	font-size: 1em;
	line-height:1.5;
	color:#111;
}
blockquote {
  background: #f9f9f9;
  border-left: 6px solid #ccc;
  margin: 24px 12px;
  padding: 8px 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 3rem;
  line-height: 0.1rem;
  margin-right: 0.25rem;
  vertical-align: -1rem;
}
blockquote p {
  display: inline;
}
.noScroll {
    overflow: hidden;
}
.backdrop {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity ease-in-out 0.2s;
    background-color: black;
    opacity: 0;
    z-index: -1;
    pointer-events: all;
}
.backdrop.active {
	z-index: 1000;
	opacity: .7;
}


/* Layout 
------------------------------------------------- */
.pageWrapper	{
	margin: 0 auto;
	max-width: 1140px;
	padding: 0 1rem;
}
.header	{
	position: relative;
	background: #fff;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: center;
}
.header p {
	margin: 0;
}
.sliderWrapper	{
	background: #fff;
	position: relative;
	margin-top: 20px;
}
.content {
	padding: 20px 0 20px 0;
	overflow: hidden;
}
.main {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.main-content {
	flex-grow: 1;
}
.sidebar {
	flex-shrink: 0;
	margin: 18px 0 0;
	padding: 0px 2px 10px 0px;
}
.bottomContent {
	display: grid;
	grid-auto-flow: row;
  	grid-auto-columns: 1fr;
	gap: 30px;
	position: relative;
	padding: 30px 0 22px 0;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 20px;
}
.threeBlocksWrapper	{
	display: grid;
	grid-auto-flow: row;
	grid-auto-columns: 1fr;
	gap: 30px;
	margin: 20px 0 80px 0;
}
.threeBlocks {	
	padding: 0;
	margin: 0;
}
.bottomBlock {
	padding: 0;
}
.specialBox	{
	margin: 0px 0px 30px 0px;
	padding: 14px 20px 20px;
	background: url(http://test.svgosenbach.de/uploads/designs/tpl-buddy-007_v1.2/content-pattern.png) repeat;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 10px;
}
.bottomthirdcontent	{
	margin-bottom: 20px;
}
.footer {
	/* Original background: #eee; */
        background: #ce0000; 
	position: relative;
	padding: 4px 0;
	font-size: 90%;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 20px;
}
.footer_gcb	{
	display: flex;
	justify-content: center;
	margin: 0 22px;
	padding: 4px 0;
}
.footer_gcb	p {
	margin: 0;
	text-align: center;
}
.sidecontent	{
	padding: 0;
	margin: 0;
}

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
  
/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
	background: #fff url(http://test.svgosenbach.de/uploads/designs/tpl-buddy-007_v1.2/loading.gif) no-repeat 50% 50%;
	width: 100%;
	height: auto;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
/* Caption styles */
.nivo-caption {
	display: none !important;
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #333;
	width: 50%;
	z-index: 8;
	background: rgba(255,255,255,.8);
	padding: 8px 12px;
 	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 10px;
}
.nivo-caption p {
	padding: 5px;
	margin: 0;
}
.nivo-caption h2	{
	padding: 4px 5px 0 5px;
	font-size: 1.5rem;
}
.nivo-caption a {
	display: inline !important;
	color: #ce0000;
}
a.readmore-slider 	{
	font-size: 14px;
	font-weight: bold;
	padding: 4px 12px 4px 5px;
	z-index: 100;
	color: #ce0000;
	display: block;
	text-decoration: none;
}
a:hover.readmore-slider 	{
	text-decoration: underline;
}
.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	top: 44%;
	z-index: 9;
	cursor: pointer;
	display: block;
	width: 30px;
	height: 30px;
	background: url(http://test.svgosenbach.de/uploads/designs/tpl-buddy-007_v1.2/arrows.svg) no-repeat;
	text-indent: -9999px;
	border: 0;
	opacity: 0;
}
.sliderWrapper:hover .nivo-directionNav a { opacity: 1; }
a.nivo-prevNav {
	background-position: 0 -30px;
	left: 15px;
	transition: opacity .2s;
	-moz-transition: opacity .2s;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
}
a:hover.nivo-prevNav {
	left: 15px;
}
a.nivo-nextNav {
	background-position: -30px -30px;
	right: 15px;
	transition: opacity .2s;
	-moz-transition: opacity .2s;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
}
a:hover.nivo-nextNav {
	right: 15px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position: absolute;
	display: flex;
	left: 16px;
	bottom: 4px;
}
.nivo-controlNav a {
	z-index: 9;
	cursor: pointer;
	display: block;
	width: 22px;
	height: 22px;
	background: url(http://test.svgosenbach.de/uploads/designs/tpl-buddy-007_v1.2/bullets.svg) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 0px;
}
.nivo-controlNav a.active {
	font-weight: bold;
	background-position: 0 -22px;
}

/* Header, Footer, Custom
------------------------------------------------- */
.logo {
	display: flex;
	justify-content: center;
}
.logo a	{
	width: 220px;
	margin: 16px 0;
	line-height: 1; 
	display: flex;
	border: none;
}
.logo a:hover {
	text-decoration: none;
}
.logo a img {
	width: 100%;
}
.logo h1 {
	font-size: 2rem;
	margin: 0;
	padding: 0;
}
.footer a {
	color: #ce0000;
	text-decoration: none;
}
.footer a:hover	{
	text-decoration: underline;
}
.breadcrumbs	{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
	gap: 8px;
	padding: 8px 12px 12px 12px;
	font-size: 0.875em;
	background: #f4f4f4;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 20px;
	overflow: hidden;
}
#totoplink a	{
	display: block;
	display: none;
	z-index: 999; 
	opacity: .9;
	position: fixed;
	right: 20px;
	bottom: 60px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 44px;
	height: 44px;
	background: #ce0000 url(http://test.svgosenbach.de/uploads/designs/tpl-buddy-007_v1.2/to-top.svg) no-repeat center center;
	text-indent: -9999px;
	color: #fff;
	transition: opacity .2s;
	-moz-transition: opacity .2s;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
}
#totoplink a:hover	{
	opacity: .8;
}
.slogan	{
	margin: 4px 0 10px 0;
	font-size: 1.2rem;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #444;
	text-align: center;
}
.top-right-block {
	text-align: right;
	margin: 0;
}
.bottomContent p + p {
	text-indent: 0;
}
.bottomtitle {
	margin-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
}
.footerNav .bottomtitle	{
	margin: 0;
}
#top {
	position: absolute;
	top: 0;
}
.threeBlocksTitle {
	margin-bottom: 10px;
}
.threeBlocksImage {
	overflow: hidden;
	margin-bottom: 15px;
	padding: 4px;
	border: 1px solid white;
	background: #f0f0f0;
	-moz-box-shadow: 0px 0px 3px #ccc;
  	-webkit-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0px 0px 3px #ccc;
	line-height: 0;
	border-radius: 10px;
}
.threeBlocksImage img { 
	width: 100%; 
	line-height: 0;
	border-radius: 6px;
}
.threeBlocksMoreLink a {
	display: inline-block;
	padding: 8px 12px;
	font-size: 0.875rem;
	text-decoration: none;
	background: #ce0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #ce0000 0%, ce0000 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  #ce0000 0%,ce0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ce0000 0%,ce0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ce0000 0%,ce0000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ce0000 0%,ce0000 100%); /* W3C */
	color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.threeBlocksMoreLink a:hover {
	text-decoration: none;
	background:  ce0000; /* Old browsers */
	background: -moz-linear-gradient(top,  ce0000 0%, #ce0000 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  ce0000 0%,#ce0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  ce0000 0%,#ce0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  ce0000 0%,#ce0000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  ce0000 0%,#ce0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ce0000', endColorstr='#ce0000',GradientType=0 ); /* IE6-8 */
	border: none;
}

/* Search 
------------------------------------------------- */
.search {
	text-align: right;
	background: #fafafa;
	padding: 0;
	width: 100%;
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.3);
}
.search input {
	background: none;
	width: calc(100% - 40px);
	height: 24px;
	vertical-align: middle;
	margin: 0 5px 0 0;
	padding: 2px 0 0 4px;
	border: 0;
	color: #515151;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 0.875rem;
}
.search input.searchBtn {
	border: 0;
	background: url(http://test.svgosenbach.de/uploads/designs/tpl-buddy-007_v1.2/search.svg) no-repeat 0 0;
	background-size: 50px 25px;
	width: 25px;
	height: 25px;
	margin: 0 1px 0 3px;
}
.search input.searchBtn:hover {
	border: 0;
	background: url(http://test.svgosenbach.de/uploads/designs/tpl-buddy-007_v1.2/search.svg) no-repeat -25px 0;
	background-size: 50px 25px;
	width: 25px;
	height: 25px;
	margin: 0 1px 0 3px;
}

/* News 
------------------------------------------------- */
.news {
	margin-bottom: 26px;
	padding: 6px 12px 6px 12px;
	border: 1px solid white;
	border-radius: 10px;
	background: #f4f4f4;
	-moz-box-shadow: 0px 0px 3px #ccc;
  	-webkit-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0px 0px 3px #ccc;
}
.NewsSummary	{
	margin: 10px 0 4px 0;
}
.NewsSummaryRow	{
	display: flex;
	overflow: hidden;
	color:  #6a6a6a;
	border-bottom: 1px dotted #abacb0;
	margin-top: 10px;
	font-size: 12px;
}
.NewsSummaryRowSeparator	{
	padding-top: 1px;
}
.NewsSummaryLink a	{
	font-size: 1.1rem;
	font-weight: bold;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	border: none;
}
.NewsSummarySummary	{
	margin: 10px 0;
	color: #535353;
}
.NewsSummarySummary	p {
	margin: 0;
}
.NewsSummaryPostdate	{
	margin: 2px 6px 2px 0;
	background:url(http://test.svgosenbach.de/uploads/designs/tpl-buddy-007_v1.2/clock.svg) no-repeat left center;
	background-size: 18px 18px;
	padding-left: 22px;
}
.NewsSummaryCategory	{
	margin: 2px 4px;
}
.NewsSummaryAuthor	{
	margin: 2px 4px;
}
.NewsSummaryAuthor span {
	color:#282828;
}
.NewsSummaryMorelink {
	display: flex;
}
.NewsSummaryMorelink a {
	padding: 8px 12px;
	margin: 4px 0 16px 0;
	font-size: 0.875rem;
	background: #ce0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #ce0000 0%, #ce0000 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  #ce0000 0%,#ce0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ce0000 0%,#ce0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ce0000 0%,#ce0000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ce0000 0%,#ce0000 100%); /* W3C */
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 6px;
}
.NewsSummaryMorelink a:hover	{
	text-decoration :none;
	background:  #ce0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #ce0000 0%, #ce0000 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  #ce0000 0%,#ce0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ce0000 0%,#ce0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ce0000 0%,#ce0000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ce0000 0%,#ce0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce0000', endColorstr='#ce0000',GradientType=0 ); /* IE6-8 */
}
.NewsDetailRow	{
	display: flex;
	overflow: hidden;
	color: #8e9092;
	margin-top: 11px;
	padding: 4px 10px 4px 4px;
	background: #f8f8f8;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	font-size: .75rem;
}
.NewsDetailRowSeparator	{
	padding: 0;
	margin: 0 4px;
}
.NewsPostDetailDate {
	color: #333;
	margin: 0;
	font-weight: 600;
	background: url(http://test.svgosenbach.de/uploads/designs/tpl-buddy-007_v1.2/clock.svg) no-repeat 0 1px;
	background-size: 18px 18px;
	padding-left:22px;
}
.NewsPostDetailSummary {
	font-weight: 600;
	line-height: 150%;
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px dotted #ddd;
}
.NewsPostDetailSummary p {
	margin: 0;
}
.NewsPostDetailCategory {
	margin: 0;
	padding: 0;
}
.NewsPostDetailContent {
	margin: 15px 0;
	line-height: 150%;
}

.NewsPostDetailAuthor span {
	color: #333;
	font-weight: 600;
}
.NewsPostDetailTitle {
	margin: 0 0 4px 0;
}
.NewsPostDetailHorizRule {
	margin: 0;
}
.NewsPostDetailReturnLink {
	line-height:normal !important;
}
.NewsPostDetailReturnLink a {
	font-weight: 600;
	padding: 5px 8px 4px 20px;
	margin-top: 4px;
	margin-bottom: 12px;
	border:1px solid #dadbdd;
	background-color: #fafafa;
	background-image: url(http://test.svgosenbach.de/uploads/designs/tpl-buddy-007_v1.2/return.svg);
	background-repeat: no-repeat;
	background-position: 4px center;
	background-size: 12px 12px;
	border-radius: 2px;
}
.NewsPostDetailReturnLink a:hover {
	background-color: #f2f2f2;
}
.news ul li {
	padding: 2px 2px 2px 5px;
	margin-left: 20px;
}
.news-pagination {
	display: flex;
	margin: 0px 0 4px 0;
	padding: 0;
	overflow: hidden;
}
.firstpage a {
	display:block;
	padding: 0;
	margin: 3px 0;
	width: 20px;
	height: 20px;
	background: url(http://test.svgosenbach.de/uploads/designs/tpl-buddy-007_v1.2/news-pagination.svg) no-repeat -21px 0;
	text-indent: -9999px;
	opacity: .5;
}
.firstpage a:hover {
	background: url(http://test.svgosenbach.de/uploads/designs/tpl-buddy-007_v1.2/news-pagination.svg) no-repeat -21px 0;
	opacity: 1;
}
.prevpage a {
	display:block;
	padding: 0;
	margin: 3px 0;
	width: 20px;
	height: 20px;
	background: url(http://test.svgosenbach.de/uploads/designs/tpl-buddy-007_v1.2/news-pagination.svg) no-repeat -1px 0;
	text-indent: -9999px;
	opacity: .5;
}
.prevpage a:hover {
	background: url(http://test.svgosenbach.de/uploads/designs/tpl-buddy-007_v1.2/news-pagination.svg) no-repeat -1px 0;
	opacity: 1;
}
.nextpage a {
	display:block;
	padding: 0;
	margin: 3px 0;
	width: 20px;
	height: 20px;
	background: url(http://test.svgosenbach.de/uploads/designs/tpl-buddy-007_v1.2/news-pagination.svg) no-repeat -41px 0;
	text-indent: -9999px;
	opacity: .5;
}
.nextpage a:hover {
	background: url(http://test.svgosenbach.de/uploads/designs/tpl-buddy-007_v1.2/news-pagination.svg) no-repeat -41px 0;
	opacity: 1;
}
.lastpage a {
	display:block;
	padding: 0;
	margin: 3px 0;
	width: 20px;
	height: 20px;
	background: url(http://test.svgosenbach.de/uploads/designs/tpl-buddy-007_v1.2/news-pagination.svg) no-repeat -61px 0;
	text-indent: -9999px;
	opacity: .5;
}
.lastpage a:hover {
	background: url(http://test.svgosenbach.de/uploads/designs/tpl-buddy-007_v1.2/news-pagination.svg) no-repeat -61px 0;
	opacity: 1;
}
.pagetext {
	display:block;
	padding: 0 2px;
	margin: 2px 2px 2px 0px;
	height: 20px;
	color: #888;
}


/* Forms 
------------------------------------------------- */
.formbuddy	{
	width: 100%;
}
.form-row {
	display: flex;
	flex-direction: column;
	margin: 0 0 20px 0;
}
.form-row-buttons {
	display: flex;
	gap: 12px;
}
.formbuddy input[type="text"], .formbuddy input[type="email"], .formbuddy input[type="password"], .formbuddy textarea {
    background-color: #eee;
    border: none;
    font-family: 'Droid Sans', sans-serif;
    font-size: 1rem;
    margin: 0 0;
    padding: 12px 10px;
    min-width: 290px;
    color: #111;
    transition: background-color .2s;
    -moz-transition: background-color .2s;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.formbuddy input:hover, .formbuddy input:focus, .formbuddy textarea:hover, .formbuddy textarea:focus, .formbuddy select:hover, .formbuddy checkbox:hover {
	background: #ddd;
}
.formbuddy label {
	margin-bottom: 8px;
	color: #666;
}
.formbuddy button.submit {
	padding: 8px 12px;
    margin: 12px 0;
    font-size: 0.875rem;
    text-decoration: none;
    background: #ce0000;
    background: -moz-linear-gradient(top, #ce0000 0%, #ce0000 100%);
    background: -webkit-linear-gradient(top, #ce0000 0%, #ce0000 100%);
    background: -o-linear-gradient(top, #ce0000 0%,#ce0000 100%);
    background: -ms-linear-gradient(top, #ce0000 0%,#ce0000 100%);
    background: linear-gradient(to bottom, #ce0000 0%, #ce0000 100%);
    color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	border: none;
}
.formbuddy button.submit:hover	{
	background:  #ce0000;
	background: -moz-linear-gradient(top,  #ce0000 0%, #ce0000 100%); 
	background: -webkit-linear-gradient(top,  #ce0000 0%,#ce0000 100%); 
	background: -o-linear-gradient(top,  #ce0000 0%,#ce0000 100%); 
	background: -ms-linear-gradient(top,  #ce0000 0%,#ce0000 100%); 
	background: linear-gradient(to bottom,  #ce0000 0%,#ce0000 100%); 
}


.formbuddy button.reset {
	padding: 8px 12px;
    margin: 12px 0;
    font-size: 0.875rem;
    text-decoration: none;
    background: #ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	border: none;
}
.formbuddy button.reset:hover {
	background: #e2e2e2;
}

/* Lists and Tables
------------------------------------------------- */
ul, ol {
	margin: 0 1.5rem 1.5rem 0;
	padding-left: 1.5rem;
}
ul 	{
	list-style-type: disc;
}
ul li	{
	padding: 0.1rem 0;
}
ol {	
	list-style-type: decimal;
}
ul ul,
ol ol {
	margin: 0.3rem 1.5rem 0.2rem 0;
}
ul ul	{
	list-style-type: circle;
}
ul ul ul,
ol ol ol	{
	margin: 0.3rem 1.5rem 0.2rem 0;
}
ul ul ul	{
	list-style-type: square;
}
dl {
	margin: 0 0 1.5rem 0;
}
dl dt {
	font-weight:bold;
}
dl dd {
	margin-left:1.5rem;
	margin-bottom: 0.4rem;
}
table {
	margin: 1.2em 0;
	width: 100%;
	border-color: #b2c886;
	border-style: solid;
	border-width: 1px 1px 1px;
}
th {
	font-weight: bold;
}
thead th {
	background: #d2e1b3;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
	border-color: #b2c886;
	border-style: solid;
	border-width: 1px 1px 0 1px;
}
tbody tr:nth-child(even) td, tbody tr.even td {
	background:#eaf1dc;
}
tfoot {
	font-style: italic;
}
caption {
	background: #f2f2f2;
}


/* ----------------------------------------------
	
        Menu stylesheet - Top and Footer menus

------------------------------------------------- */


/* Main Menu Dropdown
------------------------------------------------- */
.mainNav {
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
	height: 45px;
	margin: 0 0 10px 0;
	margin: 4px auto;
	padding: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #ce0000; /* Old browsers */
        /* Original: background: #ce0000; Old browsers */
	background: -moz-linear-gradient(top,  #ce0000 0%, #ce0000 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  #ce0000 0%,#ce0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ce0000 0%,#ce0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ce0000 0%,#ce0000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ce0000 0%,#ce0000 100%); /* W3C */
	/* z-index:100; */
	-moz-box-shadow:    0px 1px 2px rgba(0,0,0,.4);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.4);
	box-shadow:         0px 1px 2px rgba(0,0,0,.4);
}
.mainNav ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5rem; 
	z-index: 1000;
	display: none;
}

.mainNav ul a	{
	display: block;
	padding: 12px 0;
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	color: #FFF; /* default link color */
	margin: 0;
	transition: color .2s;
	-moz-transition: color .2s;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
}
.mainNav ul a:hover	{
	color: #222;
}
.mainNav ul a .sectionheader,
.mainNav ul a:hover .sectionheader	{
	color: #fff;
}
.mainNav ul a span	{
	border-right: 1px solid #7d9c1a;
	border-left: 1px solid #abcc45;	
	padding: 4px 22px;
}

/* first level */
.mainNav ul li	{
	position: relative;
	padding: 0;
}
.mainNav ul li:last-child a	span {
	border-right: none;
}
.mainNav ul li:first-child a span {
	border-left: none;
}
.mainNav ul li.menuparent	{
	background: url(http://test.svgosenbach.de/uploads/designs/tpl-buddy-007_v1.2/activeparent.svg) no-repeat right center;
	background-size: 22px 7px;
}
.mainNav ul li.menuparent.menuactive	{
	background: url(http://test.svgosenbach.de/uploads/designs/tpl-buddy-007_v1.2/activeparent-hover.svg) no-repeat right center;
	background-size: 22px 7px;
}
.mainNav ul li.menuparent a	span {
	padding-right: 30px;
}
.mainNav ul li.menuparent.sfHover {
	background: url(http://test.svgosenbach.de/uploads/designs/tpl-buddy-007_v1.2/activeparent-hover.svg) no-repeat right center;
	background-size: 22px 7px;
}
.mainNav ul li.menuparent.sfHover > a {
	color: #222;
}
.mainNav ul li.menuactive > a	{
	color: #222;
}

/* second level */
.mainNav ul ul {
	position: absolute;
	display: none;
	width: 15.2em;
	line-height: 1.2rem;
	top: 44px;
	z-index: 9;
	border: 4px solid #ce0000;
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.mainNav ul li ul a	{
	height:auto;
	font-weight: normal;
	background-image: none;
	background: #FFF;
	border-top: 1px dotted #DDD;
	padding: 10px 18px 10px 18px;
	color: #747474;
	transition: background-color .2s;
	-moz-transition: background-color .2s;
	-webkit-transition: background-color .2s;
	-o-transition: background-color .2s;
}
.mainNav ul ul a span	{
	border-right: none;
	border-left: none;	
  	padding: 0; 
}
.mainNav ul li ul li:last-child a	{
	border-bottom: none;
}
.mainNav ul li ul li:first-child a	{
	border-top: none;
}
.mainNav ul li.menuparent li a:hover	{
	background-color: #f2f2f2;
	color: #222;
}
.mainNav ul li.menuparent li a .sectionheader,
.mainNav ul li.menuparent li a:hover .sectionheader	{
	color: #747474;
}
.mainNav ul li.menuparent li.menuparent > a	{
	background: #FFF url(http://test.svgosenbach.de/uploads/designs/tpl-buddy-007_v1.2/arrow-right.svg) no-repeat right center;
	background-size: 22px 12px;
}
.mainNav ul li.menuparent li.menuparent.sfHover > a	{
	background: #f2f2f2 url(http://test.svgosenbach.de/uploads/designs/tpl-buddy-007_v1.2/arrow-right-hover.svg) no-repeat right center;
	background-size: 22px 12px;
}
.mainNav ul ul li.menuactive > a	{
	color: #ce0000;
}

/* third level */
.mainNav ul li ul ul a	{
	padding: 10px 18px 10px 18px;
}
.mainNav ul li.menuparent li.menuparent li a	{
	background: #FFF;
	border-top:1px dotted #DDD;
}
.mainNav ul li.menuparent li.menuparent li a:hover	{
	background: #f2f2f2;
}
.mainNav ul li.menuparent li.menuparent li a.menuactive	{
	background: #FFF;
}
.mainNav ul li.menuparent li.menuparent li a:hover.menuactive	{
	background: #f2f2f2;
}
.mainNav ul ul ul {
	top: -4px;
}	
.mainNav ul li ul ul {
	left: 15.2em;
	margin: 0;
}
.mainNav ul li:hover ul ul, .mainNav ul li:hover ul ul ul, .mainNav ul li:hover ul ul ul ul{
	display:none;
}
.mainNav ul li:hover ul, .mainNav ul li li:hover ul, .mainNav ul li li li:hover ul, .mainNav ul li li li li:hover ul{
	display:block;
}
.mainNav ul li ul li:last-child li a	{
	border-bottom:none;
}
.mainNav ul li.parent li.parent li:first-child a	{
	border-top:none;
}
.mainNav ul li ul li:last-child li:last-child a	{
	border-bottom:1px dotted #ccc;
}

/*sectionheader classes*/
.mainNav li.sectionheader {
	padding:12px 0;
	color:#FFF;
	cursor:pointer;
}
.mainNav li.sectionheader span {
	border-right: 1px solid #7d9c1a;
	border-left:1px solid #abcc45;	
	padding:4px 22px;
	font-size:1.1em;
}
.mainNav li.sectionheader li span,
.mainNav li li.sectionheader span {
	border:none;
	padding:4px;
	font-size:1em;
}
.mainNav li li.sectionheader span,
.mainNav li li li.sectionheader span {
	font-size:1em;
}
.mainNav ul li.sectionheader li a:hover	{
	background:#eee;
}
.mainNav ul li.sectionheader ul ul {
	left:15.2em;
	margin:0;
}	
.mainNav ul li.sectionheader li.parent a	{
	background:#FFF url(http://test.svgosenbach.de/uploads/designs/tpl-buddy-007_v1.2/arrow-right.svg) no-repeat right center;
	background-size: 22px 12px;
}
.mainNav ul li.sectionheader li.parent a:hover	{
	background:#eee url(http://test.svgosenbach.de/uploads/designs/tpl-buddy-007_v1.2/arrow-right-hover.svg) no-repeat right center;
	background-size: 22px 12px;
}
.mainNav ul li.sectionheader li.parent li a	{
	background:#FFF;
}
.mainNav ul li.sectionheader li.parent li a:hover	{
	background:#eee;
}
.mainNav li li.sectionheader {
	background:#FFF;
	color:#747474;
	padding: 10px 6px 10px 16px;
	width:13.5em;
	border-top:1px dotted #DDD;
}
.mainNav li li.sectionheader:hover	{
	background:#eee;
}
.mainNav li li li.sectionheader,
.mainNav li.parent li.sectionheader,
.mainNav li.parent li li.sectionheader {
	width:13.5em;
}
.mainNav li hr.separator {
	width: 1px;
	padding: 4px 0;
 	height: 20px; 	
	box-sizing: content-box;
	background-color: #666;
	margin: 10px 20px;
	border: 0;
}
.mainNav li li hr.separator {
	width: auto;
	height: 1px;
	padding: 0px 22px;
	margin: 4px 0;
	margin: 0;
}

/* Mobile Navigation
------------------------------------------------- */
.mobile-nav-trigger {
	display: block;
	width: 50px;
	height: 45px;
	text-indent: -9999px;
	border-right: #e1e1e1 solid 1px;
	overflow: hidden;
}
.mobile-nav-trigger span {
	position: relative;
	display: block;
}
.mobile-nav-trigger span:before {
	content: "";
	position: absolute;
	left: 16px;
	top: 16px;
	width: 20px;
	height: 2px;
	background: #ffffff;
	box-shadow: 0 6px 0 0 #ffffff, 0 12px 0 0 #ffffff;
}
.mobile-nav-trigger.active span:before {
	background: #fff;
	box-shadow: 0 6px 0 0 #fff, 0 12px 0 0 #fff;
}

.mobile-title {
	color: white;
}
.mobile-close {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: -1px;
	padding: 0 0 0 20px;
	height: 60px;
}
.mobile-close a {
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(http://test.svgosenbach.de/uploads/designs/tpl-buddy-007_v1.2/mobile-close.svg);
	background-repeat: no-repeat;
	background-position: center right;
}
.mobile-navigation {
	transform: translateX(-100%);
	transition: all ease 0.2s;
	position: fixed;
	z-index: 1001;
	top: 0;
	bottom: 0;
	left: 0;
	overflow-y: auto;
	width: 320px;
	background-color: #FFF;
}
.mobile-navigation.active {
	transform: translateX(0);
}

/* first level */
.mobile-nav {
	display: block;
	list-style: none; 
	margin: 0;
	padding: 16px 12px;
}
.mobile-nav li {
	margin: 4px 0;
	padding: 0;
	float: none;
}
.mobile-nav li a {
	font-size: 14px;
	font-weight: 500;
	padding: 10px 16px;
	display: block;
	color: #333;
}
.mobile-nav li a.menuactive,
.mobile-nav li a:hover {
	color: #ce0000;
	text-decoration: none;
	background-color: #f2f2f2;
	border-radius: 4px;
}

/* second level */
.mobile-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-nav ul li a {
	padding-left: 30px;
}

/* third level */
.mobile-nav ul ul {
	list-style: none;
}
.mobile-nav ul ul li a {
	padding-left: 60px;
}

/* Footer menu horizontal (1 level)
------------------------------------------------- */
.footerNav {
	margin: 0;
}
.footerNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* menu list items */
.footerNav li {
	list-style: none;
	margin: 0;
	border-bottom: 1px dotted #e2e2e2;
	padding: 0;
}
.footerNav a, .footerNav h3 span, .footerNav .sectionheader span {
	padding: 12px 8px 12px 0px;
	margin: 0;
	text-decoration: none;
	color: #ce0000; /* default link color */
	display: block;
	transition: color .2s;
	-moz-transition: color .2s;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
}

/* hover state for links */
.footerNav li a:hover {
	color: #222;	
}
.footerNav a span {
	padding: 6px 4px 0 4px;
}
.footerNav li.menuactive a span {
	color: #222;
}
.footerNav li.currentpage h3	{
	font-size: 100%;
	border: none;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.footerNav li.currentpage h3 span { 
	padding: 14px 7px 6px 4px;
	color: #222;
}
.footerNav .sectionheader span {
	padding-left: 15px;
}
/* active parent, that is the first level parent of a child page that is the current page */
.footerNav li.menuactive, .footerNav li.menuactive a:hover {
	color: #222;
}
/* cmsms stylesheet: Buddy007_v1.2-Mobile modified: Donnerstag, 12. März 2026 12:08:51 */
@charset "utf-8";
/* ----------------------------------------------
	Mobile CSS Document - CMS Template Buddy
	Template No.: 007
	Version 1.2 / for CMSMS 2.2.22+
	
	www.cmstemplatebuddy.com

	Please read README_FIRST.txt
------------------------------------------------- */

/*	Media Queries
================================================== */


/* sm : Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) {
	/* put your code here */
}

/* md : Medium devices (tablets, 768px and up)*/
@media only screen and (min-width: 768px) {
	/* .logo a {
		margin: 0;
		width: 200px;
		text-align: right;
	} */
	.breadcrumbs {
		flex-direction: row;
		align-items: center;
		padding: 6px 6px 6px 12px;
	}
	.search {
		width: 296px;
		margin-left: 20px;
	}
	.search input {
		background: none;
		width: 256px;
		height: 24px;
		vertical-align: middle;
		margin: 0 5px 0 0;
		padding: 2px 0 0 4px;
	}
	.nivo-caption {
		width: 390px;
		display: block !important;
	}
	.nivo-controlNav {
		bottom: 12px;
	}
}

/* lg : Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.logo a {
		margin: 0;
		width: 200px;
		text-align: right;
	}
	.header	{
		height: 100px;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: nowrap;
		align-items: center;
	}
	.header p {
		margin: 0 0 1.2rem;
	}
	.slogan	{
		margin: 0;
		max-width: 630px;
		text-align: right;
	}
	.main {
		flex-direction: row;
		gap: 30px;
	}
	.sidebar {
		width: calc(33% - 20px);
		margin: 18px 0 0;
		padding: 0px 2px 10px 0px;
	}
	.threeBlocksWrapper	{
		grid-auto-flow: column;
	}
	.bottomContent {
		grid-auto-flow: column;
	}
	.mobile-navigation,
	.mobile-nav-trigger,
	.mobile-title {
		display: none;
	}	
	.mainNav {
		height: auto;
	}
	.mainNav ul	{
		display: flex;
	}
	#totoplink a {
		bottom: 20px;
	}
}


/* xl : Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.formbuddy	{
		max-width: 460px;
	}
}
