<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../webfonts/montserrat-v25-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('../webfonts/montserrat-v25-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../webfonts/montserrat-v25-latin-italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../webfonts/montserrat-v25-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../webfonts/montserrat-v25-latin-500.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../webfonts/montserrat-v25-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../webfonts/montserrat-v25-latin-600.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: url('../webfonts/montserrat-v25-latin-600italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../webfonts/montserrat-v25-latin-600italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/montserrat-v25-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../webfonts/montserrat-v25-latin-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html { 
	margin: 0px;
	min-height: 100%;
}
 
:focus {
	 outline:0; 
	 -moz-outline:0; 
} 

img {
	vertical-align: baseline;
}

span,div {
	zoom: 1;
}			   

input::-webkit-outer-spin-button, 
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

a {
	zoom: 1;
	color: inherit;
}
	
a img {
	border-width: 0px;
}	   

a:hover  {
	color: inherit;
}

strong, b {
	font-weight: 600;
}

form {
	margin: 0px;
	padding: 0px;
}
	
sup { 
	vertical-align: baseline;
	position: relative;
	top: -0.5em;
	font-size: 70%;
}

body {	 
	position: relative;
	margin: 0;
	padding: 0px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Montserrat",sans-serif;
	font-size: 13px;
	line-height: 1.6;
	background-color: white;
	color: black;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}	 

/**** MAIN &amp; ALLGEMEINES ****/

.main {
	box-sizing: border-box;
	position: relative;
	padding-bottom: 140px;
}

.content {
	position: relative;
	max-width: 640px;
	margin: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.content.smalltext {
	font-size: 11.5px; 
}

.content.smalltext a { text-decoration: none; }
.content.smalltext a:hover { text-decoration: underline; }

.content h1 {
	font-weight: 600;
	font-size: 50px;
	line-height: 1.15;
	margin-top: 50px;
	margin-bottom: 40px;
	color: #e6007e;
}

.content h2 {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 15px;
}	

.content h2.kategoriehead { 
	color: #e6007e;
	font-size: 22px;
	margin-bottom: -50px;
}	

.content h2.kategoriesub { 
	color: #e6007e;
	font-size: 22px;
	margin-top: -35px;
	margin-bottom: 50px;
}	

.content h3 {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 600;
	margin-top: 36px;
	margin-bottom: 20px;
}	

.content h4, .content-wide h4  {
	color: #e6007e;
	text-transform: uppercase;
	margin-bottom: 0px;	
}

.content b, .content strong {
	font-weight: 600;
}

.content p {
	margin-top: 0px;
}

.content p.smallmargin {
	margin-bottom: 5px;
}

.content hr {
	border: none;
	border-top: solid 2.5px #e6007e;
	margin-top: 40px;
	margin-bottom: 48px;
}

.content ul {
	list-style-type: none;
	padding-left: 4px;
}

.content ul li {
	padding-left: 20px;
	background-image: url("../img/check-mark.svg");
	background-repeat: no-repeat;
	background-position: left top 6px;
	background-size: 8px;
	
}

.content ol {
	list-style-type: none;
	counter-reset: li;
	padding-left: 30px;
}

.content ol li {
	padding-left: 0px;
	text-indent: -15px;
	margin-bottom: 12px;
}

.content ol li:before {
	counter-increment: li;
	content: counter(li, decimal-leading-zero);
	color: #e6007e;
	font-weight: bold;
	display: inline-block;
	width: 15px;
}

.content-wide {
	box-sizing: border-box;
	position: relative;
	width: 985px;
	margin: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.content-max {
	box-sizing: border-box;
	position: relative;
	width: 65vw;
	min-width: 985px;
	margin: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.content .image {
	margin-top: 20px;
	margin-bottom: 40px;
}

.content .flow-image {
	margin-top: 20px;
	margin-bottom: 20px;
}

.content .bildunterschrift {
	margin-top: -15px;
	margin-bottom: 30px;
}

.content .flow-image img {
	max-width: 100%;
	max-height: 640px;
	width: auto;
	height: auto;
}

.content .img-left {
	width: 120px;
	height: 120px;
	float: left;
	margin-left: -145px;
	margin-top: 25px;
}

.content .livestream-link {
	display: block;
	width: 120px;
	height: 120px;
	position: absolute;
	left: -115px;
	top: 0px;
}

.content iframe {
	max-width: 100%;
}

.content .smalltext {
	font-size: 11px;
}

.jagged-edge-oben {
	position: absolute;
	top: -2.3vw;
	left: 0px;
	font-size: 0;
	mix-blend-mode: darken;
	/* z-index: -1; */
}

.jagged-edge-unten {
	position: absolute;
	bottom: -2.3vw;
	left: 0px;
	font-size: 0;
	mix-blend-mode: darken;
	/* z-index: -1; */
}

.jagged-edge-unten img {
	transform: rotate(180deg);
}

.blaetterpfeile .slide-left {
	margin-right: 30px;
}

.blaetterpfeile .slide-left img {
	transform: rotate(180deg);
}

.weiterlesen-button {
	display: inline-block;
	background-color: #e6007e;
	color: white;
	background-image: url("../img/icon-weiterlesen.svg");
	background-repeat: no-repeat;
	background-position: left 12px center;
	background-size: 24px;
	padding: 12px 17px 11px 48px;
	text-decoration: none;
	cursor: pointer;
	font-size: 12px;
	line-height: 1.1;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	border-radius: 5px;
	margin-top: 16px;
	font-family: "Montserrat",sans-serif;
}

.weiterlesen-button:hover {
	background-color: black;
	color: white;
}

.hallo-button {
	display: inline-block;
	background-color: #e6007e;
	color: white;
	background-image: url("../img/icon-hallo.svg");
	background-repeat: no-repeat;
	background-position: left 16px center;
	background-size: 22px;
	padding: 12px 17px 11px 48px;
	text-decoration: none;
	cursor: pointer;
	font-size: 12px;
	line-height: 1.1;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	border-radius: 5px;
	margin-top: 16px;
	font-family: "Montserrat",sans-serif;
}

.hallo-button:hover {
	background-color: black;
	color: white;
}

.prev-button {
	display: inline-block;
	background-color: #e6007e;
	color: white;
	background-image: url("../img/icon-prev.svg");
	background-repeat: no-repeat;
	background-position: left 12px center;
	background-size: 24px;
	padding: 12px 17px 11px 48px;
	text-decoration: none;
	cursor: pointer;
	font-size: 12px;
	line-height: 1.1;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	border-radius: 5px;
	margin-top: 16px;
	font-family: "Montserrat",sans-serif;
}

.prev-button:hover {
	background-color: black;
	color: white;
}

.next-button {
	display: inline-block;
	background-color: #e6007e;
	color: white;
	background-image: url("../img/icon-next.svg");
	background-repeat: no-repeat;
	background-position: left 12px center;
	background-size: 24px;
	padding: 12px 17px 11px 48px;
	text-decoration: none;
	cursor: pointer;
	font-size: 12px;
	line-height: 1.1;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	border-radius: 5px;
	margin-top: 16px;
	font-family: "Montserrat",sans-serif;
}

.next-button:hover {
	background-color: black;
	color: white;
}

.anmeldebutton {
	display: inline-block;
	background-color: #e6007e;
	color: white;
	background-image: url("../img/icon-mail-weiss.svg");
	background-repeat: no-repeat;
	background-position: left 12px center;
	background-size: 24px;
	padding: 12px 15px 11px 45px;
	text-decoration: none;
	cursor: pointer;
	font-size: 12px;
	line-height: 1.1;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	border-radius: 5px;
	font-family: "Montserrat",sans-serif;
}

.anmeldebutton.wartebank { 
	background-color: #e84e0f;
}

.anmeldebutton.website { 
	background-image: url("../img/icon-web.svg");
}

.anmeldebutton:hover {
	background-color: black;
	color: white;
}

.blaetterbuttons {
	width: 100%;
	height: 30px;
	position: relative;
}

.blaetterbuttons .prev {
	position: absolute;
	top: 0px;
	left: 0px;
}

.blaetterbuttons .next {
	position: absolute;
	top: 0px;
	right: 0px;
}	

.blaetterbuttons .back {
	position: absolute;
	top: 0px;
	left: calc(50% - 89px);
}	

.show-on-mobile { display: none !important; }

.round { border-radius: 50%; overflow: hidden; }

.greyblock {
	position: relative;
	background-color: #f0f0f0;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 40px;
	margin-bottom: 80px;
}	

.greyblock.no-top-margin { padding-top: 0.1px !important; margin-top: 0px !important; }

.greyblock h3 {
	margin-top: 0px;
}

.submenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-right: -10px;
}

.submenu .entry {
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
	line-height: 1.5;
	text-decoration: none;
	color: #e6007e;
	background: none;
	padding: 0px;
}	

.submenu .entry a { text-decoration: none; }

.submenu .entry a:hover, .submenu .entry.sel a { text-decoration: underline; }

.fulloverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
}

.img-fanni {
	position: absolute;
	top: 600px;
	left: -200px;
	width: 165px;
	height: 252px;
}

.img-pauli-nepomuk {
	position: absolute;
	top: 900px;
	right: -270px;
	width: 239px;
	height: 274px;
}

.pinktext { color: #e6007e; }
.redtext { color: #e84e0f; }

.adressinfo {
	padding-left: 26px;
	background-image: url(../img/icon-ort.svg);
	background-repeat: no-repeat;
	background-size: 17px 14px;
	background-position: top 3px left;
}

.linkblock {
	background-color: #f0f0f0;
	border-radius: 8px;
	padding: 25px;
	margin-bottom: 30px;
}

.linkblock h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
}

.linkblock .entry {
	position: relative;
	padding-left: 50px;
	padding-right: 240px;
	margin-top: 25px;
}

.linkblock .entry h3 {
	margin: 0;
	font-size: inherit;
	line-height: inherit;
	text-transform: uppercase;
	color: #e6007e;
	font-weight: bold;
}

.linkblock .entry .icon {
	position: absolute;
	left: 0px;
	top: 25px;
}

.linkblock .entry .pfeil {
	position: absolute;
	right: 88px;
	bottom: 1px;
}

.linkblock .entry .link {
	position: absolute;
	right: 0px;
	bottom: 0px;
	color: #e6007e;
	text-decoration: none;
}

.linkblock .entry .link:hover { text-decoration: underline; }

/**** HEADER ****/

.header {
	box-sizing: border-box;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 41px;
	background-color: white;
}

.header .logo {
	position: absolute;
	left: 30px;
	top: 0px;
	z-index: 99;
}	

.header .mainmenu {
	position: absolute;
	left: 122px; 
	top: 10px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.header .mainmenu .entry {
	display: inline-block;
	vertical-align: top;
	margin-left: 8px;
	margin-right: 8px;
}

.header .mainmenu .entry a { 
	font-size: 12px;
	line-height: 1.5;
	text-decoration: none; 
}

.header .mainmenu .entry a:hover, .header .mainmenu .entry.sel a { text-decoration: underline; }

.header .mainmenu.right {
	left: auto;
	right: 30px;
}

.header .mainmenu.right .entry {
	margin-left: 2px;
	margin-right: 2px;
}

.header .mainmenu.right .mail-icon {
	position: relative;
	top: 1px;
}

.header .mainmenu.right input[type=text] {
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	width: 125px;
}

/**** MOBILE MENU ****/

.links-mobil {
	position: absolute;
	right: 75px;
	top: 4.5px;
	display: none;
}

.links-mobil a {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 2;
	text-decoration: none;
	margin-left: 5px;
}

.links-mobil a img {
	position: relative;
	top: 1.5px; 
}

.menuicons {
	position: absolute;
	right:24px;
	top: 6px;
	display: none;
}

#menu-hide { display: none; }

.mobilemenu-container {
	display: none;
}

.mobilemenu {
	display: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.mobilemenu a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	padding: 5px;
	border-top: 1px solid #e0e0e0;
	background-color: #f0f0f0;
}


/**** FOOTER ****/

.footer {
	position: relative;
	background-color: #e6007e;
	color: white;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer .footermenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer .footermenu li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
	
.footer .footermenu li a {
	font-size: 12px;
	line-height: 1.5;
	text-decoration: none;
}

.footer .footermenu li a:hover, .footer .footermenu li.sel a  { text-decoration: underline; }

/**** BIGSLIDER ****/

.bigslider {
	position: relative;
	font-size: 0;
	width: 100%;
	height: 33.333vw;
	overflow: hidden;
}

.bigslider .content-max {
	height: 100%;
}

.bigslider h1 {
	position: absolute;
	left: 29.8px;
	bottom: 3.5vw;
	margin: 0;
	font-size: 8.7vw;
	line-height: 0.95;
	width: 25vw;
	color: #e84e0f;
}

.bigslider h1 .small {
	color: black;
	font-size: 1.5vw;
	line-height: 1.2;
	font-weight: 600;
	padding-left: 0.2vw;
	margin-bottom: -0.4vw;
	width: 10.5vw;
	height: 100%;
}

.slide-container {	
	white-space: nowrap;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.bigslider .slide-container .slide {
	display: inline-block;
	height: 100%;
}

.bigslider .slide-container .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/**** BIGIMAGE ****/

.bigimage {	
	position: relative;
	width: 100%;
	height: 23.3vw;
	font-size: 0;
	line-height: 0;
}

.bigimage img {	
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bigimage .stoerer {
	position: absolute;
	bottom: -110px;
	left: 60%;
}

.bigimage .stoerer img { width: 200px; height: 200px; }

/**** SLIDEINFO ****/

.slideinfo {
	box-sizing: border-box;	
	position: relative;
	bottom: 0px;
	left: 0px;
	min-height: 350px;
	background-color: #f0f0f0;
	padding-top: 40px;
	padding-bottom: 30px;
	margin-bottom: 70px;
	font-size: 16px;
	line-height: 1.5;
}

.slideinfo h2 {
	font-weight: 600;
	font-size: 50px;
	line-height: 1.2;
	margin-top: 12px;
	margin-bottom: 25px;
	color: #e6007e;
}

.slideinfo p {
	max-width: 600px;
}

.slideinfo-block {
	display: none;
}

#slideinfo-block-0 { display: block; }

.slideinfo .stoerer {
	position: absolute;
	top: -8.5vw;
	left: 58%;
}

.slideinfo .stoerer img { width: 15vw; height: 15vw; }

/**** TERMINE ****/

.terminblock {
	font-size: 0;
	margin-top: 30px;
	margin-right: -8px;
}

.terminblock .entry {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.3;
	background-color: #ededed;
	width: calc(25% - 8px);
	margin-right: 8px;
	margin-bottom: 8px;
	text-align: center;
	padding: 18px 10px 18px 10px;
	min-height: 165px;
	text-decoration: none;
}

.terminblock .entry .datum {
	font-size: 20px;
	line-height: 1.1;
	color: #e6007e;
	margin-bottom: 13px;
}

.terminblock .entry .datum p {
	margin: 0px;
}

.terminblock .entry .text p {
	margin-top: 5px;
	margin-bottom: 0px;
}

/**** BLOG ****/

.blog-entry .head {
	position: relative;
}

.blog-entry .head .smallheadline {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: -25px;
}

.blog-entry .head h2 {
	max-width: 400px;
	padding-right: 90px;
}

.blog-entry .head .datum {
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 12px;
}

.blog-entry .image {
	margin-top: 20px;
	margin-bottom: 25px;
}

.blog-entry .previewtext {
	position: relative;
	padding-right: 170px;
	font-size: 16px;
	line-height: 1.5;
}

.blog-entry .previewtext p {
	max-width: 400px;
}

.blog-entry .previewtext .weiterlesen-button {
	position: absolute;
	right: 0px;
	bottom: 5px;
}

.blog-entry .kategorieinfo {
	margin-top: 15px;
}

/**** LINKTEXT ****/

.linktext {
	position: relative;
	padding-right: 180px;
	margin-top: 60px;
	margin-bottom: 80px;
}

.linktext .hallo-button, .linktext .anmeldebutton  {
	position: absolute;
	right: 0px;
	bottom: 5px;
}


/**** LEISTUNGEN ****/

.leistungen-grid {
	font-size: 0;
	margin-right: -10px;
	margin-bottom: 50px;
}

.leistungen-grid .entry {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	width: calc(33.333% - 10px);
}

.leistungen-grid .entry .image {
	margin: 0px;
}

.leistungen-grid .entry .text {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: white;
	font-weight: 600;
}

.leistungen-grid .entry:hover .text {
	background-color: #e6007e;
}

/**** ZITATE ****/

.zitate {
	box-sizing: border-box;	
	position: relative;
	bottom: 0px;
	left: 0px;
	background-color: #f0f0f0;
	padding-top: 10px;
	padding-bottom: 40px;
	margin-top: 100px;
	margin-bottom: 80px;
}

.zitate.nomargin { margin-top: 10px; }

.zitat-block {
	display: none;
	min-height: 250px;
	font-size: 22px;
	line-height: 1.3;
	padding-right: 65px;
}

#zitat-block-0 { display: block; }

.zitate .icon {
	position: absolute;
	right: -120px;
	top: 62px;
	width: 130px;
}

.zitate .blaetterpfeile {
	margin-top: 10px;
}

/**** BUCH ****/

.buch-info {
	position: relative;
	padding-right: 170px;
}

.buch-info p {
	max-width: 400px;
}

.buch-info .weiterlesen-button {
	position: absolute;
	right: 0px;
	bottom: 5px;
}

.buch-ansicht {
	position: relative;
	max-width: 1000px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: -40px;
}

.buch-ansicht.smallmargin {
	margin-top: 20px;
	margin-bottom: -60px;
}

.buch-ansicht img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.buch-ansicht .stoerer {
	position: absolute;
	right: 8%;
	bottom: 16%;
	box-sizing: border-box;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background-color: #e6007e;
	color: white;
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
}

.buch-ansicht .stoerer.top {
	bottom: auto;
	top: -20px;
}

.buch-ansicht .stoerer h3 {
	margin: 0px;
	font-weight: 600;
}

.buch-ansicht .stoerer p {
	margin: 0px;
}

/**** SOCIAL MEDIA ****/

.social-links {
	position: relative;
	padding-right: 100px;
	min-height: 50px;
}

.social-links .icons {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.social-links .icons a {
	margin-left: 6px;
}

/**** KURSÜBERSICHT ****/

.kursuebersicht {
	font-size: 0;
	margin-right: -12px;
	margin-top: 40px;
	margin-bottom: 30px;
}

.kursuebersicht .entry {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 12px);
	background-color: #ededed;
	font-size: 13px;
	margin-right: 12px;
	margin-bottom: 12px;
}

.kursuebersicht .entry .head {
	padding: 3px 150px 2px 20px;
	background-color: #9d9c9c;
	color: white;
}

.kursuebersicht .entry .body {
	padding: 11px 150px 14px 20px;
}

.kursuebersicht .entry .body h4 {
	margin: 0;
	color: #e6007e;
	font-size: 17px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 4px;
	text-transform: none;
}

.kursuebersicht .entry .body .uhrzeit {
	font-weight: 700;
}

.kursuebersicht .entry .body .ort {
	font-weight: 600;
	margin-top: 2px;
	line-height: 1.2;
}

.kursuebersicht .entry .livestream-link {
	position: absolute;
	top: -3px;
	right: 30px;
	width: 120px;
	height: 120px;
}

/**** KURSDETAILS ****/

.kursdetails {
	margin-bottom: 35px;
}

.kursdetails.workshop {
	margin-bottom: 100px;
	min-height: 480px;
}	

.kursdetails.weiterbildung {
	margin-bottom: 50px;
}

.kursdetails h3 {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 600;
	margin-top: 36px;
	margin-bottom: 20px;
}

.kursdetails .text {
	position: relative;
	padding-left: 145px;
	padding-right: 45%;
}

.kursdetails .text.wide {
	padding-right: calc(45% - 272px);
}

.kursdetails .text p {
	margin-top: 0px;
}

.kursdetails .text .adresse {
	padding-left: 26px;
	background-image: url(../img/icon-ort.svg);
	background-repeat: no-repeat;
	background-size: 17px 14px;
	background-position: top 3px left;
}

.kursdetails .text .termin {
	padding-left: 26px;
	background-image: url(../img/icon-termin.svg);
	background-repeat: no-repeat;
	background-size: 17px 17px;
	background-position: top 1px left;
}

.kursdetails .text .kursicon {
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 120px;
	height: 120px;
}

.kursdetails .text .kursicon .freie-plaetze {
	position: absolute;
	top: 63px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 36px;
	letter-spacing: 2px;
}

.kursdetails .text .anmeldeblock {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 42%;
}

.kursdetails .text .anmeldeblock .image {
	margin-bottom: 10px;
}

.kursdetails .text .anmeldeblock .entry {
	background-color: #ededed;
	margin-bottom: 20px;
	border-radius: 12px;
	padding: 20px 25px;
	overflow: hidden;
}

.kursdetails .text .anmeldeblock .entry .head {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.2;
}

.kursdetails .text .anmeldeblock .entry .subhead {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.2;
	color: #e6007e;
	margin-bottom: 15px;
}

.kursdetails .text .anmeldeblock .entry .adresse {
	margin-top: 15px;
}

.kursdetails .mobile-image { display: none; }

.anmeldeformular {
	position: relative;
	background-color: white;
	padding: 35px 35px 35px 35px;
	border-radius: 5px;
}

.anmeldeformular .head {
	font-weight: 600;
	font-size: 50px;
	line-height: 1.2;
	color: #e6007e;
}

.anmeldeformular .bigtext {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 600;
	max-width: 470px;
}	

.anmeldeformular input[type=text] {
	-webkit-appearance: none;
	position: relative;
	background-color: #ededed;
	border: none;
	width: 100%;
	box-sizing: border-box;
	font-size: 18px;
	padding: 10px 8px 9px 8px;
	margin-bottom: 4px;
	border-radius: 5px;
	font-family: "Montserrat",sans-serif;
}

.anmeldeformular input[type=text]::placeholder {
	font-size: 11px;
	position: absolute;
	right: 8px;
	bottom: 4px;
	color: black;
}

.anmeldeformular textarea {
	-webkit-appearance: none;
	position: relative;
	background-color: #ededed;
	border: none;
	width: 100%;
	height: 150px;
	box-sizing: border-box;
	font-size: 20px;
	padding: 8px 5px 7px 5px;
	margin-bottom: 4px;
	border-radius: 5px;
	font-family: "Montserrat",sans-serif;
	resize: vertical;
}

.anmeldeformular label {
	position: relative;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 11px;
	padding-left: 27px;
}

.anmeldeformular label input[type=checkbox] {
	position: absolute;
	left: 0px;
	top: 0px;
}

.anmeldeformular .closebutton {
	position: absolute;
	right: -27px;
	top: -25px;
}

/**** VIDEOS ****/

.passwortformular {
	font-weight: 600;
	color: #e84e0f;
	font-size: 22px;
	line-height: 1.2;
}

.passwortformular label {
	color: white;
	font-size: 11px;
	font-weight: 600;
	display: block;
	margin-bottom: 3px;
}

.passwortformular .field-container {
	position: relative;
}

.passwortformular input[type=password] {
	box-sizing: border-box;
	border: none;
	border-radius: 3px;
	width: 100%;
	font-family: "Montserrat",sans-serif;
	font-size: 24px;
	position: relative;
}

.passwortformular input[type=image] {
	position: absolute;
	right: 10px;
	top: 5px;
}

.video-filter {
	font-size: 0;
	margin-right: -10px;
	margin-bottom: 25px;
}

.video-filter .video-kategorie {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(20% - 10px);
	height: 80px;
	padding-left: 34px;
	margin-right: 10px;
	margin-bottom: 5px;
	text-decoration: none;
}

.video-filter .video-kategorie .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 26px;
	height: 26px;
}

.video-filter .video-kategorie .text { 
	font-size: 11px;
	line-height: 1.2;
	max-width: 120px;
}

.video-filter .video-kategorie .text h4 { 
	margin-top: 0px;
	margin-bottom: 4px;
	color: black;
	font-size: inherit;
	font-weight: 600;
	text-transform: none;
}

.video-filter .video-kategorie.disabled {
	opacity: 0.2;
}

.video-filter .video-kategorie.disabled .icon {
	filter: saturate(0%) contrast(400%);
}

.video-grid {
	font-size: 0;
	margin-right: -9px;
}

.video-grid .entry {
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 9px);
	padding-top: calc(18.75% - 9px);
	margin-right: 9px;
	margin-bottom: 24px;
	background-color: #f0f0f0;
	position: relative;
	text-decoration: none;
	border-radius: 5px;
}

.video-grid .entry .image { 
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	border-radius: 5px;
}

.video-grid .entry .image img {
	scale: 135%;
}

.video-grid .entry .image .kategorien {
	position: absolute;
	left: 8px;
	top: 5px;
}

.video-grid .entry .image .kategorien .icon {
	display: inline-block;
	vertical-align: top;
	width: 26px;
	height: 26px;
	margin-right: 6px;
}

.video-grid .entry .image .kategorien .icon img {
	scale: 100%;
}

.video-grid .entry .text {
	font-size: 12px;
	padding: 10px 34px 10px 15px;
	background-image: url(../img/play-button.svg);
	background-size: 19px 19px;
	background-repeat: no-repeat;
	background-position: bottom 18px right 10px;
}

.video-grid .entry .text h3 {
	font-size: inherit;
	line-height: 1.2;
	margin: 0px;
	font-weight: 600;
}

/**** LEHRENDE ****/

.lehrende-container {
	font-size: 0;
	line-height: 0;
}

.lehrende {
	display: inline-block;
	vertical-align: top;
	width: 250px;
}

.lehrende .entry {
	margin-left: -145px;
	min-height: 125px;
	margin-bottom: 20px;
}

.lehrende .entry p {
	margin: 0px;
}

.lehrende .entry .image {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	height: 120px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 25px;
	border-radius: 50%;
	overflow: hidden
}

.lehrende .entry .text {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.6;
	width: 210px;
}

.voraussetzungen {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 250px);
	font-size: 13px;
	line-height: 1.6;
}

/**** LITERATUR ****/

.literatur-container {
	position: relative;
	font-size: 0;
	line-height: 0;
	padding-bottom: 80px;
}

.literatur-scrollbar {
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	text-align: center;
}

.literatur-scrollbar::-webkit-scrollbar { display: none; }

.literatur {
	display: inline-block;
	white-space: nowrap;
}

.literatur .entry {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	text-align: center;
	width: 210px;
}

.literatur .entry .image {
	width: 115px;
	height: 160px;
	margin: 20px auto 30px auto;
	box-shadow: 5px 5px 12px 0px rgba(0,0,0,0.6);
}

.literatur .entry .text {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.6;
	padding-left: 20px;
	padding-right: 20px;
}

.literatur.align-left .entry {
	text-align: left;
}

.literatur.align-left .entry .text {
	padding-left: 0px;
}

.literatur-links {
	position: absolute;
	left: 20px;
	bottom: 32px;
	filter: saturate(0) brightness(250%);
}

.literatur-links:hover { filter: none; }

.literatur-rechts {
	position: absolute;
	right: 20px;
	bottom: 32px;
	filter: saturate(0) brightness(250%);
}

.literatur-rechts:hover { filter: none; }

/**** KONTAKT ****/

.kontakt-bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}

.kontakttext h3 {
	margin-bottom: 0px;
}

.kontakttext p {
	margin-top: 5px;
}

/**** TERMINKÄSTCHEN ****/

.terminkaestchen {
	font-size: 0;
	margin-top: 15px;
}

.terminkaestchen .entry {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 62px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #e6007e;
	color: white;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 600;
	margin-right: 4px;
}

.terminkaestchen .entry.vonbis {
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 0.8;
}

.terminkaestchen .entry .wochentag {
	text-transform: lowercase;
	font-size: 10px;
}

/**** PROGRAMMLISTE ****/	

.programmliste {
	margin-top: 30px;
	margin-bottom: 60px;
}

.programmliste .entry {
	border-bottom: 1px solid #808080;
	padding-top: 9px;
	padding-bottom: 9px;
}

.programmliste .entry h4 {
	font-weight: 600;
	margin: 0px;
}

.programmliste .entry p {
	margin: 0px;
}

.programmliste .entry .dauer {
	padding-left: 26px;
	background-image: url(../img/icon-uhr.svg);
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-position: top 3px left;
	font-weight: 600;
}


/**** PROGRAMMTABELLE ****/	

.programmtabelle {
	display: table;
	margin-top: 30px;
	margin-bottom: 60px;
	border-spacing: 1px;
}

.programmtabelle .entry {
	display: table-row;
}

.programmtabelle .entry .col {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 15px;
	background-color: #f8f8f8;
}

.programmtabelle .entry.highlight .col { background-color: #e4e4e3; }
.programmtabelle .entry.head .col { background-color: #e6007e; color: white; font-weight: 600; }
.programmtabelle .entry .col.highlight { background-color: #f0f0f0; font-weight: 600; }

/**** PAKETKÄSTCHEN ****/

.paketkaestchen {
	font-size: 0;
	margin-top: 15px;
	margin-right: -7px;
}

.paketkaestchen .entry {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: calc(25% - 7px);
	padding: 20px 10px 10px 10px;
	background-color: #e6007e;
	color: white;
	margin-right: 7px;
	margin-bottom: 7px;
	font-size: 13px;
	line-height: 1.2;
	min-height: 160px;
}

.paketkaestchen .entry .icon {
	margin-bottom: 10px;
}

.paketkaestchen .entry .titel {
	font-weight: 600;
}

/**** TERMINLISTE ****/

.terminliste {
	margin-bottom: 30px;
}

.terminliste h3 {
	margin-bottom: 10px;
}

.terminliste .entry {
	border-bottom: 1px solid #808080;
	font-size: 0;
	padding-top: 5px;
	padding-bottom: 2px;
}

.terminliste .entry .icon {
	display: inline-block;
	vertical-align: top;
	width: 35px;
	padding-top: 2px;
}	

.terminliste .entry .datum {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	width: calc(35% - 10px);
	font-weight: 600;
	padding-bottom: 2px;
}	

.terminliste .entry .titel {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	width: calc(45% - 10px);
	padding-bottom: 2px;
}	

.terminliste .entry .zusatzinfo {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	width: calc(20% - 15px);
	text-align: right;
	padding-bottom: 2px;
}	

/**** PROKLAMATION ****/

.proklamation {
	position: relative;
	margin-bottom: 180px;
}

.proklamation .kreis {
	position: absolute;
	z-index: -1;
	left: calc(50% - 480px);
	bottom: -200px;
	width: 960px;
}

/**** BILDERGALERIE ****/

.bildergalerie {
	margin-top: 50px;
	font-size: 0; 
}

.bildergalerie .entry {
	display: inline-block;
	vertical-align: top;
	width: calc(33.33% - 0.8vw);
	margin-right: 1.2vw;
	margin-bottom: 1.2vw;
}

.bildergalerie .entry:nth-child(3n) { margin-right: 0; }

/**** PUBLIKATIONEN ****/

.publikationen {
	margin-top: 50px;
	margin-bottom: 50px;
	border-top: 3px solid #e6007e;
}

.publikationen.smallmargin { margin-top: 15px; }

.publikationen .entry {
	position: relative;
	border-bottom: 3px solid #e6007e;
	min-height: 200px;
	padding: 40px 0px 40px 55%;
}

.publikationen .entry.noimage { padding-left: 0 !important; min-height: 0; }

.publikationen .entry .image {
	position: absolute;
	left: -35px;
	top: calc(50% - 140px);
	z-index: -1;
	width: 60%;
}

.publikationen .entry h2 {
	margin: 0;
}

.publikationen .entry .subtitel {
	font-weight: 600;
}

.publikationen .entry .bestellinfo {
	margin-top: 20px;
}

.publikationen .entry .bestellinfo a {
	color: #e6007e;
}

.publikationen .entry .bestellinfo img {
	position: relative;
	top: 2px;
	margin-right: 4px;
}

.publikationen .entry .weiterlesen-button {
	margin-top: 10px;
}

.publikationen .entry .ausverkauft-icon {
	position: absolute;
	left: -65px;
	top: calc(50% - 110px);	
}

.publikationen .entry.noimage .ausverkauft-icon { left: -155px; top: 35px;	 }

.publikationen .entry.ausverkauft .image { filter: grayscale(1) opacity(40%); }
.publikationen .entry.ausverkauft { color: #A0A0A0; } 
.publikationen .entry.ausverkauft .bestellinfo { color: #e84e0e; }
.publikationen .entry.ausverkauft .weiterlesen-button { background-color: #e84e0e; }
.publikationen .entry.ausverkauft .weiterlesen-button:hover { background-color: black; }

.publikationen.ausverkauft { border-top: 3px solid #e84e0e; }
.publikationen.ausverkauft .entry { border-bottom: 3px solid #e84e0e; }

.leseprobe {
	/* font-style: italic; */
}

.leseprobe h3 {
	font-style: normal;
	margin-top: 20px;
}

/**** PUBLIKATIONS-SLIDER ****/

.publiste-container {
	position: relative;
	font-size: 0;
	line-height: 0;
	padding-bottom: 80px;
}

.publiste-scrollbar {
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	text-align: center;
}

.publiste-scrollbar::-webkit-scrollbar { display: none; }

.publiste {
	display: inline-block;
	white-space: nowrap;
}

.publiste .entry {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	text-align: center;
	width: 230px;
}

.publiste .entry .image {
	width: 250px;
	height: 163px;
	margin: 20px auto 30px auto;
}

.publiste .entry .text {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.6;
	padding-left: 20px;
	padding-right: 20px;
}

.publiste.align-left .entry {
	text-align: left;
}

.publiste.align-left .entry .text {
	padding-left: 0px;
}

.publiste-links {
	position: absolute;
	left: 20px;
	bottom: 32px;
	filter: saturate(0) brightness(250%);
}

.publiste-links:hover { filter: none; }

.publiste-rechts {
	position: absolute;
	right: 20px;
	bottom: 32px;
	filter: saturate(0) brightness(250%);
}

.publiste-rechts:hover { filter: none; }


/**** ABGÄNGER ****/

.abgaenger {
	margin-top: 30px;
	margin-bottom: 60px;
}

.abgaenger .entry {
	position: relative;
	border-top: 3px solid #e6007e;
	padding-top: 25px;
	padding-bottom: 28px;
}

.abgaenger .entry h3 {
	margin-top: 0;
	margin-bottom: 15px; 
}

.abgaenger .entry .adresse {
	background-image: url(../img/icon-ort.svg);
	background-repeat: no-repeat;
	background-size: 17px 14px;
	background-position: top 3px left;
	margin-left: -25px;
	padding-left: 25px;
	margin-bottom: 2px;
}

.abgaenger .entry .angebot {
	background-image: url(../img/icon-yoga.svg);
	background-repeat: no-repeat;
	background-size: 17px 17px;
	background-position: top 1px left;
	margin-left: -25px;
	padding-left: 25px;
	margin-bottom: 2px;
}

.abgaenger .entry .kontakt {
	background-image: url(../img/icon-mail-schwarz.svg);
	background-repeat: no-repeat;
	background-size: 17px 13px;
	background-position: top 4px left;
	margin-left: -25px;
	padding-left: 25px;
	margin-bottom: 2px;
}

/**** SMALL SCREENS ****/

@media only screen and (max-width: 980px) {	
	.hide-on-mobile { display: none !important; }
	.show-on-mobile { display: block !important; }
	.content-wide { min-width: 0px; width: auto; }
	.content-max { min-width: 0px; width: auto; }
	.content .img-left { float: none; margin-left: 0px; margin-bottom: -15px; }
	.content .livestream-link { position: relative; left: 0px; top: 0px; margin-top: 20px; margin-bottom: 15px; }
	.header { height: 36px; }
	.mainmenu { display: none; }
	.slideinfo .stoerer { top:-83px; }
	.slideinfo .stoerer img { width: 147px; height: 147px; }	
	.bigimage .stoerer { bottom:-83px; }
	.bigimage .stoerer img { width: 147px; height: 147px; }	
	.links-mobil { display: block; }
	.menuicons { display: block; }
	.mobilemenu-container { display: block; }
	.logo img { width: 70px; }
	.bigslider h1 .small { font-size: 14.7px; width: 103px; }
	.zitat-block { padding-right: 120px; }
	.zitate .icon { right: 0px; top: 58px; width: 110px; }
	.lehrende { display: block; width: auto; }
	.lehrende .entry { margin-left: 0px; }
	.voraussetzungen { display: block; width: auto; }
	.publikationen .entry.noimage .ausverkauft-icon { left: auto; right: 0px; top: -85px;	 }
	.linktext { margin-top: 40px;  margin-bottom: 50px; }
}

@media only screen and (max-width: 900px) {	
	.video-filter { margin-bottom: 10px; }
	.video-filter { margin-right: -15px; }
	.video-filter .video-kategorie { width: calc(33.333% - 15px); margin-right: 15px; }
	.video-grid .entry { width: calc(33.333% - 9px); padding-top: calc(25% - 9px); }
}

@media only screen and (max-width: 870px) {	
	.kontakt-bg { height: calc(25vw + 300px); }
	.kontakt-bg img { width: 100%; height: 100%; object-fit: cover; }
	.kursuebersicht .entry .livestream-link { right: 15px; }
	.kursdetails .text { padding-left: 0px; }
	.kursdetails .text .kursicon { position: relative; }
}

@media only screen and (max-width: 760px) {	
	.publikationen .entry .ausverkauft-icon { left: -40px; top: 40px; }
	.abgaenger .entry .adresse { margin-left: 0; }
	.abgaenger .entry .angebot { margin-left: 0; }
	.abgaenger .entry .kontakt { margin-left: 0; }
}

@media only screen and (max-width: 730px) {
	.content hr { margin-bottom: 35px; }
	.greyblock { padding-top: 10px; padding-bottom: 10px; margin-top: 30px; margin-bottom: 60px; }
	.bigslider { height: 243px; }
	.bigslider h1 { font-size: 63.5px; bottom: 25.6px; }
	.bigslider h1 .small { margin-bottom: -3px; padding-left: 1.5px; }
	.bigimage { height: 170px; }
	.slideinfo { padding-top: 25px; margin-bottom: 50px; }	
	.slideinfo h2 { font-size: 40px; margin-bottom: 20px; }
	.terminblock .entry { padding: 12px 8px 12px 8px; min-height: 135px; }
	.terminblock .entry { font-size: 11px; line-height: 1.2; }
	.terminblock .entry .datum { font-size: 18px; }
	.zitate { margin-top: 60px; margin-bottom: 50px; }
	.zitat-block { font-size: 16px; line-height: 1.5; padding-right: 0px; min-height: 200px; max-width: 440px; }
	.zitat-block h2 { padding-right: 90px; }
	.zitate .icon { right: 15px; top: -15px; width: 80px; }
	.buch-ansicht { height: 500px; margin-top: 20px; margin-bottom: -20px; }
	.kursuebersicht .entry { width: calc(100% - 12px); }
	.anmeldeformular .closebutton { right: 0px; }
	.linktext { padding-right: 0px; }
	.linktext .hallo-button { position: relative; right: 0px; bottom: 0px; margin-top: 0px; }
}

@media only screen and (max-width: 690px) {	
	.paketkaestchen .entry { width: calc(33.333% - 7px); }
	.bigimage .stoerer { left: auto; right: 25px; }
	.bildergalerie .entry { width: calc(50% - 0.75vw); margin-right: 1.5vw; margin-bottom: 1.5vw; }
	.bildergalerie .entry:nth-child(3n) { margin-right: 1.5vw; }
	.bildergalerie .entry:nth-child(2n) { margin-right: 0; }
}

@media only screen and (max-width: 640px) {
	.buch-ansicht { height: 78vw; }
	.video-grid .entry { width: calc(50% - 9px); padding-top: calc(37.5% - 9px); }
	.video-filter .video-kategorie .text { font-size: 10px; max-width: 120px; }
	.kursdetails .text { padding-right: 0px; }
	.kursdetails .text .anmeldeblock { position: relative; width: auto; max-width: 390px; margin-top: 30px; margin-bottom: 50px;}
	.kursdetails .text .anmeldeblock .image { display: none; }
	.kursdetails .mobile-image { display: block; max-width: 390px; }
	.blaetterbuttons { height: 90px; }
	.blaetterbuttons .back { top: 60px; left: 0px; }
	.publikationen .entry { padding-left: 0px; }
	.publikationen .entry .image { position: relative; width: 280px; margin-top: -20px; margin-bottom: -10px; left: -25px; top: auto; }
	.publikationen .entry .ausverkauft-icon { left: 180px; top: 20px; }
	.linkblock .entry { padding-right: 0px; padding-bottom: 15px; }
}

@media only screen and (max-width: 560px) {
	.terminliste .entry .datum { width: calc(43% - 17px); }
	.terminliste .entry .titel { width: calc(57% - 18px); }
	.terminliste .entry .zusatzinfo { display: block; text-align: left; padding-left: calc(43% + 18px); width: auto; margin-top: -2px;}
}

@media only screen and (max-width: 530px) {
	.footer .footermenu li { margin-left: 6px; margin-right: 6px; }
	.content h1 { font-size: 34px; margin-bottom: 30px; }
	.content h2.kategoriehead { font-size: 18px; }
	.submenu .entry { font-size: 10px; }
	.bigslider { height: 210px; }
	.bigslider h1 { font-size: 54px; bottom: 20px; }
	.bigslider h1 .small { font-size: 13px; width: 91px; margin-bottom: -2px; }
	.bigimage { height: 140px; }
	.slideinfo { padding-top: 15px; }
	.slideinfo h2 { font-size: 34px; margin-bottom: 16px; }
	.slideinfo .weiterlesen-button { margin-top: 5px; }
	.slideinfo .stoerer { top:-65px; left: auto; right: 15px; }
	.slideinfo .stoerer img { width: 130px; height: 130px; }	
	.bigimage .stoerer { bottom: -65px; }
	.bigimage .stoerer img { width: 130px; height: 130px; }	
	.terminblock .entry { width: calc(50% - 8px); min-height: 125px; }
	.blog-entry .head h2 { padding-right: 0px; margin-bottom: 7px; }
	.blog-entry .head .datum { position: relative; right: 0px; bottom: 0px; }
	.blog-entry .previewtext { padding-right: 0px; }
	.blog-entry .previewtext .weiterlesen-button { position: relative; right: 0px; bottom: 0px; margin-top: 0px; }
	.buch-info { padding-right: 0px; }
	.buch-info .weiterlesen-button { position: relative; right: 0px; bottom: 0px; margin-top: 0px; }
	.zitate .icon { right: 15px; width: 80px; }
	.anmeldeformular .head { font-size: 34px; }
	.anmeldeformular .bigtext { font-size: 18px; }
	.paketkaestchen .entry { width: calc(50% - 7px); }
	.proklamation .kreis { bottom: -100px; }
	.video-filter .video-kategorie { width: calc(50% - 15px); }
	.programmtabelle { display: block; border-spacing: none; margin-top: 15px; }
	.programmtabelle .entry { display: block; margin-bottom: 15px; }
	.programmtabelle .entry .col { display: block; padding: 0; background: none !important; }
	.programmtabelle .entry.head { display: none; }
	.programmtabelle .entry .col.highlight { background-color: #f1f1f1; font-weight: 600; }
	.programmtabelle .entry .col p { margin: 0; }
	.programmtabelle .entry .col.titel { color: #e6007e; font-weight: 600; }
}

@media only screen and (max-width: 460px) {
	.blaetterbuttons { text-align: center; margin-top: 20px; }
	.blaetterbuttons .next { position: relative; right: 0px; top: 0px; }
	.blaetterbuttons .prev { position: relative; left: 0px; top: 0px; }
	.blaetterbuttons .back { position: relative; left: 0px; top: 0px; }
	.blaetterbuttons a {  margin-top: 10px; !important; }
	.literatur-links { display: none !important; }
	.literatur-rechts { display: none !important; }
	.publiste-links { display: none !important; }
	.publiste-rechts { display: none !important; }
	.bildergalerie .entry { width: 100%; margin-right: 0 !important; margin-bottom: 2vw; }
}

@media only screen and (max-width: 430px) {
	.header .logo { left: 20px; }
	.menuicons { right: 20px; }
	.bigslider { height: 180px; }
	.bigslider h1 { font-size: 50px; bottom: 16px; left: 20px; }
	.bigslider h1 .small { width: 150px; margin-bottom: -1px; }
	.blaetterpfeile .slide-left { margin-right: 10px; }
	.blaetterpfeile .slide-left img, .blaetterpfeile .slide-right img { width: 80px; }
	.slideinfo .stoerer img { width: 115px; height: 115px; }	
	.bigimage .stoerer { bottom: -45px; }
	.bigimage .stoerer img { width: 115px; height: 115px; }	
	.content { padding-left: 20px; padding-right: 20px; }
	.content-wide { padding-left: 20px; padding-right: 20px; }
	.content-max { padding-left: 20px; padding-right: 20px; }
	.video-grid .entry .text { font-size: 10px; padding: 10px 24px 6px 8px; background-size: 13px 13px; background-position: bottom 10px right 8px; }
	.zitate .icon { top: -28px; width: 40px; }
	.kursuebersicht .entry .head { padding-right: 120px; }
	.kursuebersicht .entry .body { padding-right: 120px; }
	.kursuebersicht .entry .livestream-link { right: -4px; }
	.kursdetails .text .anmeldeblock .entry { padding: 20px 20px; }
	.lehrende .entry .text { width: calc(100% - 145px); }
	.anmeldeformular { padding: 25px 20px 25px 20px; }
	.paketkaestchen .entry { font-size: 12px; }
	.terminliste .entry .datum { width: auto; }
	.terminliste .entry .titel { display: block; width: auto; padding-left: 35px; margin-top: -2px; }
	.terminliste .entry .zusatzinfo { padding-left: 35px; }
	.proklamation .kreis { bottom: -70px; }
}</pre></body></html>