/*
 * Allgemeine CSS Einstellungen für alle Geräte gültig
 */
body{
	padding-left: 0px;
	margin: 0px;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #FFFFFF;
}

#ksc_cookies {
	background-color: #CCCCDD;
}

#ksc_header {
	top: 0px;
	width: 100%;
	position: -webkit-sticky; /* Safari & IE */
	position: sticky;
}

#ksc_menu_mobil {
	z-index: 9999;
}

/* Definition des Menüs */
#menu_mobil_content {
	height: 100%;
	display: none;
	position: fixed;
	top: 0px;
	background-color: rgba(255, 255, 255, 1);
	overflow: auto;
	z-index: 200;
}

.ksc_mobil_menu table {
	width: 95%;
	margin-top: 10px;
	margin-left: 10px;
	justify-content: center;
	border-spacing: 0px;
	border-collapse: separate;
}
.ksc_mobil_menu tr {
	height: 40px;
	width: 97%;
	border-bottom: 1px solid white;
}
.ksc_mobil_menu td {
	height: 40px;
	font-variant: small-caps;
	font-family: verdana, sans-serif;
	font-size: 32px;
	margin-bottom: 6px;
	background-color: rgba(220, 220, 220, 0.85);
	border-bottom: 5px solid white;
}
.ksc_mobil_menu td:first-child {
	margin-left: 10px;
	padding-left: 20px;
	border-radius: 15px 0 0 15px;
}
.ksc_mobil_menu td:last-child {
	margin-right: 10px;
	padding-right: 20px;
	border-radius: 0 15px 15px 0;
}
#mobil_submenu_entry {
	padding-left: 30px;
}
.ksc_mobil_menu td a {
    display:block;
    width:100%;
}
#mobil_submenu_entry {
	font-variant: normal;
	font-family: verdana, sans-serif;
	font-size: 26px;
}

#ksc_menu {
	width: 100%;
	position: -webkit-sticky; /* Safari & IE */
	position: sticky;
	background-color: rgba(247, 247, 255, 0.75);
}

#menu_entries {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}

#menu_entries_active{
	color: #FF0000;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}

.bottomline{
	font-size: 12px;
	margin-top: 7px;
	margin-bottom: 7px;
	text-align: center;
	float: left;
	width: 100%;
	font-family: verdana, sans-serif;
}

.icon_mitglied{
	margin-left: 15px;
	margin-right: 15px;
	float: left;
	border: 0;
}

a:active
{
	text-decoration: none;
	color: #000000;
}
a:hover
{
	text-decoration: underline;
	color: #000000;
}
a:link
{
	text-decoration: none;
	color: #000000;
}
a:visited
{
	text-decoration: none;
	color: #000000;
}
a:focus
{
	text-decoration: none;
	color: #000000;
}

#ksc_linie{
	height: 10px;
	margin: 0px;
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
}

#ksc_newsbox{
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	float: left;
	display: block;
}

#ksc_suchen{
	float: left;
	display: none;
	justify-content: center;
}

#ksc_suchzeile{
	display: flex;
	justify-content: center;
}
figure_suche img {
	width: 100%;
	height: auto;
	display: flex;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0;
	float: left;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 50% 4%;
	border-bottom-left-radius: 50% 4%;
}
figure_suche figcaption {
	padding: 0px 3px 2px 3px;
	background-color: #cc1818;
	color: #eeeeee;
	font-style: italic;
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size: 10px;
	border-radius: 10px 10px 10px 10px;
	text-align: center;
}
#searchitem{
	width: 100%;
	float: left;
	margin-left: 4px;
	margin-top: 4px;
}
#searchitem:hover {
	background-color: #DDDDEE;
}

#kontakt_text{
	display: block;
	font-variant: small-caps;
	font-family: verdana, sans-serif;
	color: #FF0000;
	text-align: center;
}

/* Topstory Container*/
.topstory_container {
	height: auto;
	text-align: center;
	display: inline-block;
}

.topstory_container img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border-bottom-right-radius: 50% 15%;
	border-bottom-left-radius: 50% 15%;
}
.topstory_container video {
	width: 100%;
	height: auto;
	margin-bottom: 80px;
	border-bottom-right-radius: 50% 15%;
	border-bottom-left-radius: 50% 15%;
}

.topstory_title {
	font-family: verdana, sans-serif;
	color: #000000;
	text-align: center;
	margin-bottom: 30px;
}

figure_topbild {
	width: 100%;
	height: auto;
	border: 0px solid #cccccc;
	border-radius: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	text-align: center;
	display: inline-block;
}

.menu, .menu ul {
	display: table-row;
	list-style: none;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
}
.menu > li {
	display: block;
	float: left;
	position: relative;
	white-space: nowrap;
	margin: 1px;
}
.menu li:hover {
	color: #FF0000;
}
.menu li:hover > a {
	color: #FF0000;
}

.menu_b, .menu_b ul {
	display: table-row;
	list-style: none;
	padding-left: 2px;
	padding-right: 2px;
}
.menu_b > li {
	display: block;
	float: left;
	position: relative;
	white-space: nowrap;
	margin: 1px;
}
.menu_b li:hover {
	color: #FF0000;
}
.menu_b li:hover > a {
	color: #FF0000;
}


#red_line
{
	border-top: 1px solid #ff0000;
	width: 100%;
}

#actika_message {
	font-family: Arial, Helvetica, sans-serif;
	display: flex;
	color: #cc3838;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 15px;
}

#text_titel {
	font-family: Arial, Helvetica, sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	text-align: center;
}

.input_form
{
	font-family: Arial, Helvetica, sans-serif;
	justify-content: center;
	align-items: center;
	text-align: center;

	/* Chrome, Safari, Edge, Opera */
	input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button
	{
	  -webkit-appearance: none;
	  margin: 0;
	}

	/* Firefox */
	input[type=number]
	{
	  -moz-appearance: textfield;
	}
}

.input_label
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	display: flex;
	text-align: center;
}

.input_field_suchen
{
	vertical-align: middle;
	padding: 7px;
	text-align: center;
}

.input_field_plaintext
{
	margin-left: 10px;
	width: 97%;
	border: 0px;
}

.input_field_plaintext:focus
{
    outline: none;
}

.box_news {
	cursor: pointer;
}
.box_news:hover {
	color: #ffffff;
	background-color: #cc1818;
}

div.box_news:hover span {
	color: #ffffff;
}

div.box_news:hover img {
	opacity: 0.7;
}


.box_news2 {
	cursor: pointer;
}
.box_news2:hover {
	color: #ffffff;
	background-color: #cc1818;
}

div.box_news2:hover span {
	color: #ffffff;
}

div.box_news2:hover img {
	opacity: 0.7;
}


.box_image{
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	width: 100%;
	border-bottom-right-radius: 50% 10%;
	border-bottom-left-radius: 50% 10%;
}

#ksc_content{
	width: 92%;
	float: left;
	margin-left: 4%;
	margin-right: 4%;
	margin-top: -20px;
}

#pressekontaktitem{
	width: 100%;
	display: inline-block;
	float: left;
	margin-top: 2px;
}
#presse_ansprechpartner {
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	text-align: left;
}

#ksc_content_kursplan td > a {
	color:#FFFFFF;
	display: block;
}
#ksc_content_kursplan td:hover {
	background-color: #1c1c1c;
	background: -moz-linear-gradient(#1c1c1c, #1b1b1b);
	background: -ms-linear-gradient(#1c1c1c, #1b1b1b);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1c1c1c), color-stop(100%, #1b1b1b));
	background: -webkit-linear-gradient(#1c1c1c, #1b1b1b);
	background: -o-linear-gradient(#1c1c1c, #1b1b1b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c', endColorstr='#1b1b1b');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c', endColorstr='#1b1b1b')";
	background: linear-gradient(#1c1c1c, #1b1b1b);
}
#ksc_content_kursplan td:hover > a {
	color: #FF0000;
}

.CSSTableGenerator {
	margin: 0px;
	padding: 0px;
	width: 98%;
	box-shadow: 8px 8px 4px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
	
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
	
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
	
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}
.CSSTableGenerator table{
	border-collapse: collapse;
        border-spacing: 0;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright: 14px;
	-webkit-border-bottom-right-radius: 14px;
	border-bottom-right-radius: 14px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft: 14px;
	-webkit-border-top-left-radius: 14px;
	border-top-left-radius: 14px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright: 14px;
	-webkit-border-top-right-radius: 14px;
	border-top-right-radius: 14px;
}
.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft: 14px;
	-webkit-border-bottom-left-radius: 14px;
	border-bottom-left-radius: 14px;
}
.CSSTableGenerator tr:hover td{
	background-color: #ffaaaa;
}
.CSSTableGenerator tr:last-child td{
	border-width: 0px 1px 0px 0px;
}
.CSSTableGenerator tr td:last-child{
	border-width: 0px 0px 1px 0px;
}
.CSSTableGenerator tr:last-child td:last-child{
	border-width: 0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child:hover td{
	background: -o-linear-gradient(bottom, #ff5656 5%, #7f0000 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5656), color-stop(1, #7f0000) );
	background: -moz-linear-gradient( center top, #ff5656 5%, #7f0000 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5656", endColorstr="#7f0000");
	background: -o-linear-gradient(top,#ff5656,7f0000);
	background-color: #ff5656;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width: 0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width: 0px 0px 1px 1px;
}


.featuretable {
	margin: 0px;
	padding: 0px;
	justify-content: center;
}

.featuretable table {
	border-collapse: collapse;
        border-spacing: 0;
	margin: 0px;
	padding: 0px;
}

.featuretable tr:hover td{
	background-color: #ffaaaa;
}

.ksc_form_text {
	margin-left: 20px;
}

.ksc_form input[type="text"] {
	margin-left: 20px;
	width: 90%;
	height: 32px;
	border: 1px solid #ef3f5a;
	color: #222222;
	padding: 0px 10px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	margin-bottom: 10px;
}

.ksc_form textarea {
	margin-left: 20px;
	width: 90%;
	border: 1px solid #ef3f5a;
	color: #222222;
	padding: 0 10px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	margin-bottom: 10px;
}

.ksc_form select {
	margin-left: 20px;
	margin-left: 20px;
	height: 32px;
	color: #222222;
	padding: 0 10px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	margin-bottom: 10px;
	background: #ffffff;
	border: 1px solid #d73851;
}

#ksc_content_footer {
	margin-top: 20px;
	margin-bottom: 30px;
	width: 100%;
	color: #ffffff;
	background-color: #8888CC;
	font-family: verdana, sans-serif;
}

.ksc_content_footer_link a:active {
	text-decoration: none;
	color: #ffffff;
}
.ksc_content_footer_link a:hover
{
	text-decoration: underline;
	color: #ffffff;
}
.ksc_content_footer_link a:link
{
	text-decoration: none;
	color: #ffffff;
}
.ksc_content_footer_link a:visited
{
	text-decoration: none;
	color: #ffffff;
}
.ksc_content_footer_link a:focus
{
	text-decoration: none;
	color: #ffffff;
}

.toggle-control {
  margin-top: 20px;
  display: block;
  position: relative;
  padding-left: 120px;
  margin-bottom: 20px;
  cursor: pointer;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.toggle-control input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.toggle-control input:checked ~ .control {
  background-color: #00DD00;
}
.toggle-control .control {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #CCCCCC;
  transition: background-color 0.15s ease-in;
}
.toggle-control .control:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  background: white;
  transition: left 0.15s ease-in;
}

.toggle-control .control_text {
  font-size: 12px;
  margin-top: 4px;
  margin-bottom: -7px;
}

#ksc_footer{
	margin-top: 40px;
	justify-content: center;
	float: left;
	width: 100%;
	background-color: rgba(247, 247, 255, 0.75);
}

.news_button {
	border: none;
	float: right;
	margin-right: 1%;
	margin-bottom: 30px;
	font-weight: bold;
	font-family: verdana, sans-serif;
	color: #FFFFFF;
	border-radius: 25% 5%;
	background: rgba(204,24,24,1);
	cursor: pointer;
}
.news_button span {
	border-radius: 25% 5%;
	display: block;
	cursor: pointer;
	position: relative;
	padding: 6px 20px;
	transition: 0.5s;
}
.news_button:hover span {
	border-radius: 25% 5%;
	background: rgba(254,24,24,1);
}

.news_button:hover span:after {
	border-radius: 25% 5%;
	background: rgba(254,24,24,1);
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 0px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}


.anzeige_button {
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	font-family: verdana, sans-serif;
	color: #FFFFFF;
	border: none;
	padding: 6px 20px;
	border-radius: 25% 5%;
	background: rgba(204,24,24,1);
}

.direktlink_button {
	border: none;
	padding: 3px 0px;
	font-weight: bold;
	font-family: verdana, sans-serif;
	color: #FFFFFF;
	border-radius: 25% 5%;
	background: rgba(235,0,0,0.8);
	cursor: pointer;
}
.direktlink_button span {
	border-radius: 25% 5%;
	display: block;
	cursor: pointer;
	position: relative;
	padding: 3px 0px;
	transition: 0.5s;
}
.direktlink_button:hover span {
	border-radius: 25% 5%;
	background: rgba(254,24,24,1);
}
.direktlink_button:hover span:after {
	border-radius: 25% 5%;
	background: rgba(254,24,24,1);
}

.direktlink_button_2 {
	border: none;
	padding: 3px 0px;
	font-weight: bold;
	font-family: verdana, sans-serif;
	color: #FFFFFF;
	border-radius: 25% 5%;
	background: rgba(235,0,0,0.8);
	cursor: pointer;
}
.direktlink_button_2 span {
	border-radius: 25% 5%;
	display: block;
	cursor: pointer;
	position: relative;
	padding: 3px 0px;
	transition: 0.5s;
}
.direktlink_button_2:hover span {
	border-radius: 25% 5%;
	background: rgba(254,24,24,1);
}
.direktlink_button_2:hover span:after {
	border-radius: 25% 5%;
	background: rgba(254,24,24,1);
}

.memberships {
	padding-top: 15px;
	display: flex;
	width: 100%;
	justify-content: center;	
}

#ksc_menu_buttons {
	width: 100%;
	display: flex;
	justify-content: center;
}
#ksc_quicklinks {
	width: 100%;
	display: flex;
	justify-content: center;
	position: fixed;
	bottom: 5px;
}

#ksc_content_largenumber {
	margin-left: 12px;
	margin-top: 15px;
	margin-right: 12px;
	margin-bottom: 6px;
	text-align: center;
	font-variant: small-caps;
	font-family: verdana, sans-serif;
	font-size: 10em;
	line-height: 100%;
}

#artikel_detail_subtitle
{
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 5px 0px 0px;
}

#Login_Name
{
	margin-left: 12px;
	margin-top: 15px;
	font-family: verdana, sans-serif;
	font-size: 1.1em;
	text-align: center;
}

#messagetext
{
	margin-left: 12px;
	margin-top: 15px;
	font-family: verdana, sans-serif;
	font-size: 1.5em;
	text-align: center;
	color: #FF2222;
}

#text_input
{
	font-family: Arial, Helvetica, sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}


.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hamRotate.active {
  transform: rotate(45deg);
}
.hamRotate180.active {
  transform: rotate(180deg);
}
.line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#000;
  stroke-width:5.5;
  stroke-linecap:round;
}
.ham1 .top {
  stroke-dasharray: 40 139;
}
.ham1 .bottom {
  stroke-dasharray: 40 180;
}
.ham1.active .top {
  stroke-dashoffset: -98px;
}
.ham1.active .bottom {
  stroke-dashoffset: -138px;
}

#artikel_entries {
	justify-content: center;
	display: flex;
	flex-flow: row wrap;
}

.full_artikel_entry {
	display: block;
	height: 100%;
	width: 100%;
}

#artikel_entry {
	border:1px solid #000000;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: auto;
	padding: 10px;
	background-color: #ffffff;
	position: relative;
}

#artikel_entry:hover{
	border: 3px solid #ff0000;
	-webkit-transition: border 0.2s;
	transition: border 0.2s;
}

#artikel_entry a:active
{
	text-decoration: none;
}
#artikel_entry a:hover
{
	text-decoration: none;
}
#artikel_entry a:link
{
	text-decoration: none;
	color: #000000;
}
#artikel_entry a:visited
{
	text-decoration: none;
	color: #000000;
}
#artikel_entry a:focus
{
	text-decoration: none;
}

#artikel_bild1url {
	place-items: center;
}

#artikel_bild1url img {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding: 5px;
	display: block;

}

#artikel_titel {
	font-family: Arial, Helvetica, sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
}

#artikel_shopsubtitel {
	font-family: Arial, Helvetica, sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
}

#artikel_preis {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	text-align: center;
}

#artikel_varianten{
	bottom: 8px;
	display: flex;
	width: auto;
	align-items: center;
	width: 100%;
	text-align: center;
	position: absolute;
	justify-content: center;
	align-items: center;
}

#artikel_artvar {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #dddddd;
	justify-content: center;
	margin-left: 2px;
	margin-right: 2px;
	width: auto;
}

#artikel_detail_bilder
{
	justify-content: center;
	display: flex;
	flex-flow: row wrap;
	position: relative;
}

#artikel_detail_title
{
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 25px 0px 0px;
}
#artikel_detail_subtitle
{
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 5px 0px 0px;
}
#artikel_detail_beschreibung
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 20px;
	padding-right: 1%;
}

#artikel_detail_daten
{
	display: flex;
	flex-flow: row wrap;
	position: relative;
}

#artikel_detail_bild
{
	width: 45%;
	position: relative;
	padding: 5px;
	height: fit-content;
}

#artikel_detail_bild img
{
	width: 98%;
}

#artikel_detail_blocktitle
{
	background-color: #cc3838;
	color: #FFFFFF;
	width: 99%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
	padding: 3px 0px 3px 0px;	
	margin: 45px 0.5% 8px 0.5%;
}

.zeile_artikel
{
	border: 1px solid;
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 40px;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
}

.listenwrapper {
  margin: 0 auto;
  padding: 4px 10px 10px 10px;
  max-width: 98%;
}

.listentable {
  margin: 0 0 10px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
  border-spacing:0;
  padding: 0px;

  -moz-border-radius-topright:6px;
  -webkit-border-top-right-radius:6px;
  border-top-right-radius:6px;

  -moz-border-radius-topleft:6px;
  -webkit-border-top-left-radius:6px;
  border-top-left-radius:6px;
}

.listenrow {
  display: table-row;
  height: 32px;
}
.listenrow.header {
  font-weight: 800;
  color: #ffffff;
  background: #ea6153;
  height:30px;
}




.listencell {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 0px 10px;
  display: table-cell;
  white-space: nowrap;
  font-size: 13px;
  font-family: Arial;
  vertical-align: middle;
}

.listencell img {
  display: inline;
  vertical-align: top;
  clear: both;
}

.listenboldcell {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 0px 10px;
  display: table-cell;
  white-space: nowrap;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial;
  vertical-align: middle;
}

.listenrboldcell {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 0px 10px;
  display: table-cell;
  white-space: nowrap;
  font-size: 15px;
  font-weight: bold;
  font-family: Arial;
  vertical-align: middle;
  text-align: right;
}

.listenredcell {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 0px 10px;
  display: table-cell;
  font-size: 15px;
  font-family: Arial;
  font-weight: bold;
  color: #ea6153;
  vertical-align: middle;
}

.listenrredcell {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 0px 10px;
  display: table-cell;
  text-align: right;
  font-size: 15px;
  font-family: Arial;
  font-weight: bold;
  color: #ea6153;
  vertical-align: middle;

}

.listenrcell {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 0px 10px;
  display: table-cell;
  text-align: right;
  white-space: nowrap;
  font-size: 15px;
  font-family: Arial;
  vertical-align: middle;
}

.listenrcell img {
  display: inline;
  vertical-align: top;
  clear: both;
}

.text_image {
  width: auto;
  display: inline-block;
  border: 0;
  padding-left: 5px;
  vertical-align: middle;
}

.listenscell {
  padding: 0px 10px;
  display: table-cell;
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
  font-size: 13px;
  font-family: Arial;
  vertical-align: middle;
  color: #ffffff;
  background: #27ae60;
}

.listens2cell {
  padding: 0px 10px;
  display: table-cell;
  text-align:right;
  font-weight: 900;
  white-space: nowrap;
  font-size:15px;
  font-family:Arial;
  vertical-align:middle;
  color: #ffffff;
  background: #2980b9;
}

#artikel_content
{
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	position: relative;
}

.inputGroup {
  background-color: #ddd;
  display: block;
  margin-bottom: 7px;
  margin-left: 1%;
  position: relative;
  width: 98%;
}
.inputGroup label {
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
  width: 99%;
  display: block;
  text-align: left;
  color: #3C454C; // Schriftfarbe
  position: relative;
  transition: color 200ms ease-in;
}
.inputGroup label:before {
  cursor: pointer;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.inputGroup label:after {
  cursor: pointer;
  width: 22px;
  height: 22px;
  content: "";
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
.inputGroup input:checked ~ label {
  color: #fff;
  background-color: #00BB00;
  margin-left: 0%;
  padding-left: 1%;
}
.inputGroup input:checked ~ label:after {
  background-color: #ff2222;
  border-color: #ff2222;
}
.inputGroup input {
  width: 22px;
  height: 22px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.form_button_red
{
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	border: none;
	outline: none;
	width: 94%;
	margin-left: 3%;
	background-color: #ff3838;
	color: #ffffff;
}
.form_button_red:hover
{
	-webkit-transition: background-color 1s;
	transition: background-color 1s;
	color: #ffffff;
	background-color: #cc3838;
	cursor: pointer;
}

.form_button_green
{
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	border: none;
	outline: none;
	width: 94%;
	margin-left: 3%;
	background-color: #008000;
	color: #ffffff;
}
.form_button_green:hover
{
	-webkit-transition: background-color 1s;
	transition: background-color 1s;
	color: #ffffff;
	background-color: #006000;
	cursor: pointer;
}


.form_button_yellow
{
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	border: none;
	outline: none;
	width: 94%;
	margin-left: 3%;
	background: url('/images/red_bullet.png') no-repeat top right;
	background-color: #fbf047;
	color: #000000;
}
.form_button_yellow:hover
{
	-webkit-transition: background-color 1s;
	transition: background-color 1s;
	color: #ffffff;
	background-color: #006000;
	cursor: pointer;
}

.form_button
{
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	border: none;
	outline: none;
	width: 94%;
	margin-left: 3%;
}

.form_button_unread
{
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	border: none;
	outline: none;
	width: 94%;
	margin-left: 3%;
	background: url('/images/red_bullet.png') no-repeat top right;
	background-color: #e9e9ed;
}

.form_button_unread:hover
{
	-webkit-transition: background-color 1s;
	transition: background-color 1s;
	color: #ffffff;
	background-color: #cc3838;
	cursor: pointer;
}

.form_button:hover
{
	-webkit-transition: background-color 1s;
	transition: background-color 1s;
	color: #ffffff;
	background-color: #cc3838;
	cursor: pointer;
}

.form_button3
{
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	border: none;
	outline: none;
	background: linear-gradient(to top, #ddd, #eee 33%);
	width: 94%;
	margin-bottom: 10px;
	margin-left: 3%;
}

.form_button3:hover {
	-webkit-transition: background-color 1s;
	transition: background-color 1s;
	color: #ffffff;
	background-color: #38cc38;
	cursor: pointer;
	background: linear-gradient(to top, #0a0, #0c0 33%);
}

.form_button4
{
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	border: none;
	outline: none;
	background: linear-gradient(to top, #ddd, #eee 33%);
	width: 96%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2%;
}

.form_button4:hover {
	-webkit-transition: background-color 1s;
	transition: background-color 1s;
	color: #ffffff;
	background-color: #38cc38;
	cursor: pointer;
	background: linear-gradient(to top, #0a0, #0c0 33%);
}

.form_button4_unread
{
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	border: none;
	outline: none;
	width: 96%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2%;
	background: url('/images/red_bullet.png') no-repeat top right, linear-gradient(to top, #ddd, #eee 33%);
}

.form_button4_unread:hover {
	-webkit-transition: background-color 1s;
	transition: background-color 1s;
	color: #ffffff;
	background-color: #38cc38;
	cursor: pointer;
	background: linear-gradient(to top, #0a0, #0c0 33%);
}

.box_wrapper2 {
	justify-content: center;
	align-items: center;
	text-align: center;
}

.input_form_block
{
	box-sizing: border-box;
	display: block;
	align-items: center;
	text-align: center;
	justify-content: center;
}

#ksc_telefon
{
	border: 1px solid #888888;
	border-radius: 15px;
	display: none;
	position: fixed;
	top: 10%;
	left: 10%;
	margin-top: -20px;
	padding-top: 20px;
	margin: auto;
	width: 80%;
	height: 30%;
	background: #FFFFFF;
}

#ksc_newsletter
{
	border: 1px solid #888888;
	border-radius: 15px;
	display: none;
	position: fixed;
	top: 10%;
	left: 10%;
	margin-top: -20px;
	padding-top: 20px;
	margin: auto;
	width: 80%;
	height: 70%;
	background: #FFFFFF;
}

#ksc_cookiepolicy
{
	border: 1px solid #888888;
	border-radius: 15px;
	position: fixed;
	top: 10%;
	margin-top: -20px;
	padding-top: 20px;
	margin: auto;
	background: #FFFFFF;
}

#ksc_account_check
{
	border: 1px solid #888888;
	border-radius: 15px;
	position: fixed;
	top: 10%;
	margin-top: -20px;
	padding-top: 20px;
	margin: auto;
	background: #FFFFFF;
	display: none;
}

#ksc_detailwindow
{
	border: 1px solid #888888;
	border-radius: 15px;
	display: none;
	position: fixed;
	top: 10%;
	left: 10%;
	margin-top: -20px;
	padding-top: 20px;
	margin: auto;
	width: 80%;
	height: 70%;
	background: #FFFFFF;
}

#ksc_checkoutwindow
{
	border: 1px solid #888888;
	border-radius: 15px;
	display: none;
	position: fixed;
	top: 10%;
	left: 10%;
	margin-top: -20px;
	padding-top: 20px;
	margin: auto;
	width: 80%;
	height: 70%;
	background: #FFFFFF;
}

.inputGroup {
  background-color: #ddd;
  display: block;
  margin-bottom: 7px;
  margin-left: 1%;
  position: relative;
  width: 98%;
}
.inputGroup label {
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
  width: 99%;
  display: block;
  text-align: left;
  color: #3C454C; // Schriftfarbe
  position: relative;
  transition: color 200ms ease-in;
  margin-left: 1%;
}
.inputGroup label:before {
  cursor: pointer;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.inputGroup label:after {
  cursor: pointer;
  width: 22px;
  height: 22px;
  content: "";
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
.inputGroup input:checked ~ label {
  color: #fff;
  background-color: #00BB00;
  margin-left: 0%;
  padding-left: 1%;
}
.inputGroup input:checked ~ label:after {
  background-color: #ff2222;
  border-color: #ff2222;
}
.inputGroup input {
  width: 22px;
  height: 22px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.slider { width: 100%; padding-bottom: 50%; }
.slider img { width: 100%; }
.wrapper { width: 100%; margin: auto; }
@media only screen and (max-width: 2560px)
{
  .wrapper { width: 100%; margin: 0; }
}

@media print {
  @page { margin: 0; }
  body { margin-left: 1cm; margin-right: 1cm}

  #hide_drucken {
    display: none;
  }
}


/* Kurskalender */
#kursplandatum
{
  width: 98%;
}

#bottom_menu
{
  height: 150px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.button-92
{
  --c: #fff;
  /* text color */
  background: linear-gradient(90deg, #0000 33%, #fff5, #0000 67%) var(--_p,100%)/300% no-repeat, #ff3838;
  /* background color */
  color: #0000;
  border: none;
  transform: perspective(500px) rotateY(calc(20deg*var(--_i,-1)));
  text-shadow: calc(var(--_i,-1)* 0.08em) -.01em 0   var(--c),
    calc(var(--_i,-1)*-0.08em)  .01em 2px #0004;
  outline-offset: .1em;
  transition: 0.3s;
}

.button-92:hover,
.button-92:focus-visible
{
  --_p: 0%;
  --_i: 1;
}

.button-92:active
{
  text-shadow: none;
  color: var(--c);
  box-shadow: inset 0 0 9e9q #0005;
  transition: 0s;
}

.button-92
{
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0;
  cursor: pointer;
  padding: .1em .3em;
}

