.trennelement,
.formtrenn,
.trennelement_b,
.trennelement_c,
.trennelement_d {
	clear: both;
	display: block;
	margin-bottom: 2px;
}

.trennelement0
{
height: 1px;
display: block;
clear: both;
}


.trennelement,
.formtrenn {
	height: 20px;
	margin-bottom: 20px;
}

.trennelement_b {
	height: 40px;
}

.trennelement_c {
	height: 60px;
}

.trennelement_d {
	height: 80px;
}

.trennelement_e {
	height: 20px;
	display: block;
	clear: both;
	margin-top: 0px;
	margin-bottom: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #42903D;
	margin-right: 0px;
}

.galleryw {
	line-height: 0;
}

.gpleft {

	width: 33%;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
}

.gpleft.small {
	width: 20%;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
}

.gpleft .gallery-show {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20% 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 1em;
	line-height: 1em;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	box-sizing: border-box;
}

.dopic {
	height: auto;
	width: 100%;
}

.pic_symbol {
	width: 10%;
}

.pic_klein {
	width: 25%;
}

.pic_mittel {
	width: 33%;
}

.pic_gross {
	width: 50%;
}

.pic_komplett {
	width: 100%;
	margin-bottom: 20px;
}

.pic_border,
.pic_border2 {
	padding: 2px;
	line-height: 0.9em;
	background-color: #fff;
	box-sizing: border-box;
}

.pic_border2 {
	border: 2px solid rgb(129, 41, 78);
}

.pic_border img {
	border: 1px solid #000;
}

.pic_round img {
	border-radius: 50%;
}

.pleft {
	float: left;
	margin-right: 1.8em;
	margin-bottom: 0.5em;
	margin-top: 0.4em;
}

.pright {
	float: right;
	margin-left: 1em;
	margin-bottom: 0.5em;
	margin-top: 0.4em;
}

.pcenter {
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}

.pnormal {
	clear: both;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}

.pnormal,
.pcenter,
.pright,
.pleft {
	position: relative;
}

.pcaption {
	font-size: 0.8em;
	color: #333;
	padding-right: 5px;
	padding-left: 5px;
}

.pcaption2 {
	display: block;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 0.8em;
}




.spons_img{    
    padding: 5px;
    -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);max-height: 42px;
}
    
.spons_img:hover{    
    padding: 5px;
      -webkit-filter: grayscale(0%); 
  filter: grayscale(0%);
}    
    
    
.headline{
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.sponsor_box{    
    padding: 5px;
    text-align: center; 
}
.sponsor_box a{
    color: #efefef;
}
.spon_box{
    width: 30%;
    max-width: 140px; 
   
    margin: 2px;
    display: inline-block; 
 
}

:root {
    --ck-highlight-marker-blue: hsl(201, 97%, 72%);
    --ck-highlight-marker-green: hsl(120, 93%, 68%);
    --ck-highlight-marker-pink: hsl(345, 96%, 73%);
    --ck-highlight-marker-yellow: hsl(60, 97%, 73%);
    --ck-highlight-pen-green: hsl(112, 100%, 27%);
    --ck-highlight-pen-red: hsl(0, 85%, 49%);
    --ck-image-style-spacing: 1.5em;
    --ck-todo-list-checkmark-size: 16px;
}

.todo-list {
    list-style: none;
}
.todo-list li {
    margin-bottom: 5px;
}
.todo-list li .todo-list {
    margin-top: 5px;
}
.todo-list .todo-list__label > input {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    width: var(--ck-todo-list-checkmark-size);
    height: var(--ck-todo-list-checkmark-size);
    vertical-align: middle;
    border: 0;
    left: -25px;
    margin-right: -15px;
    right: 0;
    margin-left: 0;
}
.todo-list .todo-list__label > input::before {
    display: block;
    position: absolute;
    box-sizing: border-box;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid hsl(0, 0%, 20%);
    border-radius: 2px;
    transition: 250ms ease-in-out box-shadow, 250ms ease-in-out background, 250ms ease-in-out border;
}
.todo-list .todo-list__label > input::after {
    display: block;
    position: absolute;
    box-sizing: content-box;
    pointer-events: none;
    content: '';
    left: calc( var(--ck-todo-list-checkmark-size) / 3 );
    top: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
    width: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
    height: calc( var(--ck-todo-list-checkmark-size) / 2.6 );
    border-style: solid;
    border-color: transparent;
    border-width: 0 calc( var(--ck-todo-list-checkmark-size) / 8 ) calc( var(--ck-todo-list-checkmark-size) / 8 ) 0;
    transform: rotate(45deg);
}
.todo-list .todo-list__label > input[checked]::before {
    background: hsl(126, 64%, 41%);
    border-color: hsl(126, 64%, 41%);
}
.todo-list .todo-list__label > input[checked]::after {
    border-color: hsl(0, 0%, 100%);
}
.todo-list .todo-list__label .todo-list__label__description {
    vertical-align: middle;
}
.media {
    clear: both;
    margin: 1em 0;
    display: block;
    min-width: 15em;
}
code {
    background-color: hsla(0, 0%, 78%, 0.3);
    padding: .15em;
    border-radius: 2px;
}
blockquote {
    overflow: hidden;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: solid 5px hsl(0, 0%, 80%);
}
.ck-content[dir="rtl"] blockquote {
    border-left: 0;
    border-right: solid 5px hsl(0, 0%, 80%);
}
.table {
    margin: 1em auto;
    display: table;
}
.table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
}
.table table td,
.table table th {
    min-width: 2em;
    padding: .4em;
    border: 1px solid #eee;
}
.table table th {
    font-weight: bold;
    background: #66A04C;color: #fff;
}
.ck-content[dir="rtl"] .table th {
    text-align: right;
}
.ck-content[dir="ltr"] .table th {
    text-align: left;
}
.image.image_resized {
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}
.image.image_resized img {
    width: 100%;
}
.image.image_resized > figcaption {
    display: block;
}
.image {
    display: table;
    clear: both;
    text-align: center;
    margin: 1em auto;
}
.image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 50px;
}
.image > figcaption {
    display: table-caption;
    caption-side: bottom;
    word-break: break-word;
    color: hsl(0, 0%, 20%);
    background-color: hsl(0, 0%, 97%);
    padding: .6em;
    font-size: .75em;
    outline-offset: -1px;
}
.marker-yellow {
    background-color: var(--ck-highlight-marker-yellow);
}
.marker-green {
    background-color: var(--ck-highlight-marker-green);
}
.marker-pink {
    background-color: var(--ck-highlight-marker-pink);
}
.marker-blue {
    background-color: var(--ck-highlight-marker-blue);
}
.pen-red {
    color: var(--ck-highlight-pen-red);
    background-color: transparent;
}
.pen-green {
    color: var(--ck-highlight-pen-green);
    background-color: transparent;
}
.image-style-side,
.image-style-align-left,
.image-style-align-center,
.image-style-align-right {
    max-width: 50%;
}
.image-style-side {
    float: right;
    margin-left: var(--ck-image-style-spacing);
}
.image-style-align-left {
    float: left;
    margin-right: var(--ck-image-style-spacing);
}
.image-style-align-center {
    margin-left: auto;
    margin-right: auto;
}
.image-style-align-right {
    float: right;
    margin-left: var(--ck-image-style-spacing);
}
.page-break {
    position: relative;
    clear: both;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-break::after {
    content: '';
    position: absolute;
    border-bottom: 2px dashed hsl(0, 0%, 77%);
    width: 100%;
}
.page-break__label {
    position: relative;
    z-index: 1;
    padding: .3em .6em;
    display: block;
    text-transform: uppercase;
    border: 1px solid hsl(0, 0%, 77%);
    border-radius: 2px;
    font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
    font-size: 0.75em;
    font-weight: bold;
    color: hsl(0, 0%, 20%);
    background: hsl(0, 0%, 100%);
    box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left !important;
}
/* CLASSIC - STYLES */

.textcontainer.tcol3 {
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	-ms-column-count: 3;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-epub-hyphens: auto;
	-webkit-hyphens: auto;
}

.textcontainer.tcol2 {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-ms-column-count: 2;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-epub-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.textcontainer.tinitial:first-letter {
	float: left;
	color: #000;
	font-size: 2.9em;
	line-height: 0.9em;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
}

.textblock2 {
	display: block;
	padding: 10px;
	float: left;
	width: 43%;
	margin-right: 30px;
	margin-top: 0.2em;
	margin-bottom: 15px;
	background-color: #FBFBFB;
}
.textblock {
	display: block;
	/* margin-left: 15px; */; /* margin-right: 15px; */
	margin-bottom: 15px;
}
.textblock1 {
	display: block;
	padding: 10px;
	float: right;
	width: 43%;
	margin-left: 30px;
	margin-top: 0.2em;
	margin-bottom: 15px;
	background-color: #FBFBFB;
}
.textblock3 {
	width: 24%;
	display: inline-block;
	max-width: 280px;
	vertical-align: top;
	padding: 15px;
	text-align: center;
}
.textblock0 {
	display: block;
	padding: 24px;
	background-color: #ebebeb;
	text-align: left;
	border-top: 1px solid rgba(74, 143, 55, 0.30);
	margin-left: -15px;
	margin-right: -15px;
	border-bottom: 1px solid rgba(74, 143, 55, 0.30);
}
.text-tiny {
    font-size: .7em;
}
/* ckeditor5-font/theme/fontsize.css */
.text-small {
    font-size: .85em;
}
/* ckeditor5-font/theme/fontsize.css */
.text-big {
    font-size: 1.4em;
}
/* ckeditor5-font/theme/fontsize.css */
.text-huge {
    font-size: 1.8em;
}
/* ckeditor5-code-block/theme/codeblock.css */
pre {
    padding: 1em;
    color: hsl(0, 0%, 20.8%);
    background: hsla(0, 0%, 78%, 0.3);
    border: 1px solid hsl(0, 0%, 77%);
    border-radius: 2px;
    text-align: left;
    direction: ltr;
    tab-size: 4;
    white-space: pre-wrap;
    font-style: normal;
    min-width: 200px;
}
pre code {
    background: unset;
    padding: 0;
    border-radius: 0;
}
@media print {
    /* ckeditor5-page-break/theme/pagebreak.css */
    .page-break {
        padding: 0;
    }
    /* ckeditor5-page-break/theme/pagebreak.css */
    .page-break::after {
        display: none;
    }
}    