@media screen and (min-width: 720px) {
.sticky-teaserbox {
	position: sticky;
	top: 90px;
	min-height: 100vh;
	width: 100%;
}

.sticky-teaserbox .text_wrapper {
	padding: 0 30px;
}

.sticky-teaserbox h2 {
	color: #ffffff;
	text-shadow: -1px -1px 0 #000,  1px -1px 0 #000, 1px 1px 0 #000, -1px 1px 0 #000;
	margin-bottom: 0px;
	padding-bottom: 25px;
	margin-top: 50px;
}

.sticky-teaserbox p {
	margin-bottom: 0px;
	padding-bottom: 15px;
}
}

/* =================================================
 * Animate.css - http://daneden.me/animate
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 * Copyright (c) 2014 Daniel Eden
 * ================================================= */

.animated {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 30%, 0);
            transform: translate3d(-50%, 30%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 30%, 0);
            transform: translate3d(-50%, 30%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 30%, 0);
            transform: translate3d(50%, 30%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 30%, 0);
            transform: translate3d(50%, 30%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(, 30%, 0);
            transform: translate3d(0, 30%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

/* =================================================
 * Generated by Animista on 2023-4-6 22:35:26
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 *
 * 
 * additional animations
 * ================================================= */

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
            transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
            transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

.scale-up-center {
	-webkit-animation: scale-up-center 0.45s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-center 0.45s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.tracking-in-expand-fwd {
	-webkit-animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

/* =================================================
 * CSS für STRIX-Website
 * Generated by Chris Gass
 * ================================================= */

/* =============================================================================
 * Google-Fonts einbinden
 * ========================================================================== */

/* cairo-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cairo-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/cairo-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cairo-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cairo-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cairo-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cairo-v22-latin-regular.svg#Cairo') format('svg'); /* Legacy iOS */
}

/* cairo-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/cairo-v22-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/cairo-v22-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cairo-v22-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cairo-v22-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cairo-v22-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cairo-v22-latin-700.svg#Cairo') format('svg'); /* Legacy iOS */
}

/* oswald-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v49-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/oswald-v49-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v49-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v49-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v49-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v49-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* oswald-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/oswald-v49-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/oswald-v49-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v49-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v49-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v49-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v49-latin-700.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* =============================================================================
 * Allgemein
 * ========================================================================== */

.display_none {
	display: none;
}

.big {
	text-transform: uppercase;
}

.mod_eventreader.mod_eventdetails .ce_text_extented.big {
		margin-bottom: 5px !important;
		padding-top: 5px;
		border-top: 1px solid #555555;
}

/* =============================================================================
 * Privacy Opt-In
 * ========================================================================== */

form[name="user_privacy_settings"] .privacy_buttons input[name="save_all_settings"],
form[name="user_privacy_settings"] .privacy_buttons input[name="save_tech_settings"] {
	background: none;
	color: #3b3c42;
	border: 1px solid #ac9c83;
}

.mod_privacy_optin .privacy_label input:checked ~ .privacy_checkmark {
	background-color: #ac9c83;
}

/* =============================================================================
 * Quickmenü-Menüsymbol für "Feedback" anpassen
 * ========================================================================== */

.mod_quickmenu.qm-feedback a {
	background: #ac9c89;
	color: #ffffff;
}

/* =============================================================================
 * Hamburger-Menüsymbol anpassen
 * ========================================================================== */

.smartmenu .smartmenu-trigger .line,
.smartmenu .smartmenu-trigger .line::before,
.smartmenu .smartmenu-trigger .line::after {
	height: 3px;
}

/* =============================================================================
 * Hamburger-Menü aufgeklappt
 * ========================================================================== */

.smartmenu-content {
	background: rgba(88, 85, 92, 0.95);
}

.ce_revolutionslider .tp-bannertimer {
	display: none !important;
}

/* =============================================================================
 * RCE-Sponsoringlogo einbinden
 * ========================================================================== */

@media screen and (min-width: 720px) {
	.mod_sponsoring {
		width: 100%;
	}
	.mod_sponsoring img {
		float: right;
		max-width: 18%;
	}
}

@media screen and (max-width: 720px) {
	.mod_sponsoring {
		width: 100%;
	}
	.mod_sponsoring img {
		float: right;
		max-width: 30%;
	}
}

/* =============================================================================
 * Artikel-Breite ändern
 * ========================================================================== */

.full-width_5 .boxed-content .contentwrap {
	max-width: none;
	margin: 0 5%;
}

.full-width_10 .boxed-content .contentwrap {
	max-width: none;
	margin: 0 10%;
}

.full-width_15 .boxed-content .contentwrap {
	max-width: none;
	margin: 0 15%;
}

.full-width_20.boxed-content .contentwrap {
	max-width: none;
	margin: 0 20%;
}

/* =============================================================================
 * mehrere Spalten
 * ========================================================================== */

.zweispaltig {
  width: 1200px;
  column-width: 500px;
  column-gap: 2em;
}

/* =============================================================================
 * Hyperlink anpassen
 * ========================================================================== */

.ce_hyperlink a.hyperlink_txt,
.ce_hyperlink a.hyperlink_txt:hover {
	border: 0px;
}

/* =============================================================================
 * "News"-Gallery
 * ========================================================================== */

.ce_gallery .image_container .gallery_news {
	padding-top: 2em;
	padding-left: 5px;
	font-size: 0.8em;
	font-style: italic;
}

/* =============================================================================
 * Nächstes Event (mod_eventlist_v3)
 * ========================================================================== */

#mod_eventlist_683.mod_eventlist_v3,
#mod_eventlist_718.mod_eventlist_v3 {
	margin-left: -16px !important;
	margin-right: -16px !important;
}

#mod_eventlist_683.mod_eventlist_v3 .image_container,
#mod_eventlist_718.mod_eventlist_v3 .image_container {
	margin-bottom: 5px;
	min-height: 100px;
}

#mod_eventlist_683.mod_eventlist_v3 .meta-info,
#mod_eventlist_718.mod_eventlist_v3 .meta-info {
	padding-top: 9px;
}

@media screen and (min-width: 720px) {
 	#mod_eventlist_683.mod_eventlist_v3 .date,
	#mod_eventlist_718.mod_eventlist_v3 .date {
		left: calc(85% / 2);
		padding: 12px;
	}

	#mod_eventlist_683.mod_eventlist_v3 .item-inside,
	#mod_eventlist_718.mod_eventlist_v3 .item-inside {
		text-align: center;
		min-height: 369px;
	}
}

@media screen and (max-width: 720px) {
 	#mod_eventlist_683.mod_eventlist_v3 .date,
	#mod_eventlist_718.mod_eventlist_v3 .date {
		left: calc(85% / 2);
		padding: 12px;
	}

	#mod_eventlist_683.mod_eventlist_v3 .item-inside,
	#mod_eventlist_718.mod_eventlist_v3 .item-inside {
		text-align: center;
	}
}

/* =============================================================================
 * Jahresprogramm (mod_eventlist)
 * ========================================================================== */

.mod_eventlist .header {
	display: none;
}

.mod_eventlist .event h2 a {
	text-transform: uppercase;
}

.mod_eventlist .event {
	margin-bottom: 35px !important;
	padding: 12px !important;
	border: 1px solid #f0f0f0;
	background: #ffffff;
}

.mod_eventlist .event.bygone h2 a,
.mod_eventlist .event.bygone {
	color: rgba(200,200,200,0.75) !important;
}

.mod_eventlist .event.current p.time, 
.mod_eventlist .event.upcoming p.time {
	background: #ac9c83 !important;
	padding-left: 5px !important;
	color: #ffffff;
}

.mod_eventlist .event.upcoming.featured {
	background: #fcfcfc;
}

.mod_eventlist .event.upcoming.featured p.time {
	font-weight: 700 !important;
}

.mod_eventlist .event.upcoming.featured,
.mod_eventlist .event.upcoming {
	border: 1px solid #f0f0f0;
}

/* =============================================================================
 * Jahresprogramm Details (mod_eventreader)
 * ========================================================================== */

.mod_eventreader .event.layout_full {
	margin-bottom: 50px;
	padding: 30px;
	border: 1px solid #f0f0f0;
	background: #ffffff;
}

.mod_eventreader .event.layout_full .info {
	margin-left: 0px !important;
	padding-left: 0px !important;
	border-left: 0px !important;
	margin-bottom: 20px;
	text-transform: none;
	float: none;
}

.mod_eventreader .info::before,
.mod_eventreader .location::before {
	display: none;
}

.mod_eventreader .event.layout_full .title.h3 {
	color: #ac9c83;
	text-transform: uppercase;
	line-height: 1.2em;
}


/* =============================================================================
 * Siegerbild auf Startseite
 * ========================================================================== */

@media screen and (max-width: 720px) {
	.desktop_image {
		 display: none;
	 }
}

@media screen and (min-width: 720px) {
	.desktop_image {
		 z-index: 1000;
		 position: relative;
		 left: 50%;
		 top: 495px;
		 padding-left: 5px;
		 font-size: 0.8em;
	 }
}

/* =============================================================================
 * Mitgliedergalerie (mod_newsreader)
 * ========================================================================== */

media screen and (min-width: 720px) {
	|.mod_newslist .layout_simple a {
	|	float: left;
	|	padding-right: 15px;
		|text-transform: uppercase;
	}
}

media screen and (max-width: 720px) {
	|.mod_newslist .layout_simple a {
	| 	display: block;
		|float: left;
		|padding-right: 75px;
		|text-transform: uppercase;
	}
}

@media screen and (min-width: 720px) {
	.mod_newslist .layout_simple a {
		font-size: 1.3em;
	}
}

@media screen and (max-width: 720px) {
	.mod_newslist .layout_simple a {
		font-size: 1.2em;
	}
}

/* Das «Card»-Symbol vor dem Fotografenname
mod_newslist .layout_simple a::before {
	font-family: "FontAwesome";
	content: '\f2c1';
	margin-right: 12px;
}

/* =============================================================================
 * Mitgliedergalerie Suche-Modul
 * ========================================================================== */

mod_search.search_small .formbody {
	display: none;
}

.mod_search .ce_search_label.mod_search_member {
	cursor: pointer;
	color: #ffffff !important;
}

.mod_search .ce_search_label.mod_search_member i {
	font-size: 1.5em;
	padding-right: 10px;
}

.mod_search.search_small p.info {
	font-style: oblique;
}

.body_bottom .mod_search.search_header input:not(.submit) {
	font-size: 25px;
}

/* =============================================================================
 * Mitgliedergalerie zweispaltig / dreispaltig / vierspaltig
 * ========================================================================== */

div .auto_column2 {
  max-width: 760px;
  column-width: 350px;
  column-gap: 2em;
}

div .auto_column3 {
  max-width: 1160px;
  column-width: 350px;
  column-gap: 2em;
}

div .auto_column4 {
  max-width: 1160px;
  column-width: 260px;
  column-gap: 2em;
}

/* =============================================================================
 * Mitgliedergalerie Details (mod_newsreader)
 * ========================================================================== */

mod_newsreader p.back a {
	color: #3b3c42;
}

.mod_newsreader p.back {
	margin-bottom: 50px;
}

@media screen and (min-width: 720px) {
 	.mod_newsreader p.back.below {
		margin-top: 50px;
		text-align: center;
		font-size: 1.35em;
	}
}

@media screen and (max-width: 720px) {
 	.mod_newsreader p.back.below {
		margin-top: 20px;
		text-align: center;
		font-size: 1.05em;
	}
}

.mod_newsreader .column.col_3 .image_container {
	margin-bottom: 30px;
}

.mod_newsreader .column.col_3 .ce_list ul {
	padding-left: 3px;
}

.mod_newsreader .column.col_3 .ce_list ul li {
	list-style: none;
}

.mod_newsreader .column.col_3 h2 {
	hyphens: none !important;
}

p.ce_copyright {
	display: block;
	margin-top: 1.3em;
	text-align: center;
	font-size: 0.8em;
	font-weight: 700;
}

/* =============================================================================
 * Mitgliederkontaktangaben
 * ========================================================================== */

.ce_teambox .teambox_content .phone::before {
	font-family: "FontAwesome";
	content: '\f095';
	padding-right: 10px;
}

.ce_teambox + .ce_teambox .teambox_content .description {
	display: none;
}

.ce_teambox + .ce_teambox .teambox_content .phone {
	position: absolute;
	margin-top: -40px;
}

/* =============================================================================
 * Masonry-Einstellungen (dklemmt/contao_dk_masonry)
 * ========================================================================== */

msry_theme_standard .masonry_gallery {
	padding: 0px;
	background: rgb(0, 0, 0, 0);
	border-radius: 0px;
	box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}

/* =============================================================================
 * Hover-Effekt und Text bei den Wettbewerbs-Bildergalerien 
 * ========================================================================== */

.ce_gallery .content {
	background: rgba(69,69,69,.7);
}

.ce_gallery .capt {
	border: 1px solid #454545;
	margin: 0 3px;
	background: rgba(172,156,131,.6);
}

.ce_gallery .col_0.col_first .capt {
	margin-left: 6px;
}

@media screen and (max-width: 720px) {
	.ce_gallery .capt {
		padding: 5px 0;
		font-size: 0.5em;
	}
}

/* =============================================================================
 * Jahreswähler für Wettbewerbe
 * ========================================================================== */

@media screen and (min-width: 720px) {
	a.ce_contest-jahr {
		float: left;
		margin-bottom: 5px;
		padding: 0 30px;
		color: #ac9c89;
		font-weight: bold;
		line-height: 2em;
	}
}

@media screen and (max-width: 720px) {
	a.ce_contest-jahr {
		float: left;
		padding: 0 20px;
		color: #ac9c89;
		font-weight: bold;
	}
}

.ce_contest-jahr a:hover {
	color: #ffffff;
}

a.active.ce_contest-jahr {
	color: #ffffff;
}

/* =============================================================================
 * Bildbreite Gesamtübersicht Wettbewerb 
 * ========================================================================== */

.contest.ce_image_extended .image_container img {
	width: 100%;
}

/* =============================================================================
 * Title-Texte bei Wettbewerbs-Bildergalerien 
 * ========================================================================== */

#cboxTitle {
	top: -35px !important;
	font-size: unset;
}

/* =============================================================================
 * Durchsichtigkeit des Hintergrundes bei Wettbewerbs-Bildergalerien 
 * ========================================================================== */

#cboxOverlay {
	opacity: 0.95 !important;
}

/* =============================================================================
 * Mitgliedergalerie Details Vor und Zurück (sibling-navigation)
 * ========================================================================== */

.mod_article .mod_sibling_navigation_news {
	text-transform: uppercase;
	line-height: 1em;
}

@media (min-width: 720px) {
	.mod_article .mod_sibling_navigation_news {
		font-size: 1.5em;
	}
}

.mod_sibling_navigation_news .item-pagination-icon-prev {
	float: right;
	text-align: left;
	padding-left: 5px;
}

.mod_sibling_navigation_news .item-pagination-icon-next {
	float: left;
	text-align: right;
	padding-right: 5px;
}

.mod_article .mod_sibling_navigation_news .mod_sibling-prev a {
	width: 35%;
	float: right;
	text-align: right;
	color: #ffffff;
}

.mod_article .mod_sibling_navigation_news .mod_sibling-next a {
	width: 35%;
	float: left;
	text-align: left;
	color: #ffffff;
}

.mod_sibling_navigation_news .item-pagination-icon-next::before {
	font-family: "FontAwesome";
	content: '\f104';
	padding-right: 5px;
	color: #ffffff;
}

.mod_sibling_navigation_news .item-pagination-icon-prev::after {
	font-family: "FontAwesome";
	content: '\f105';
	padding-left: 5px;
	color: #ffffff;
}

/* =============================================================================
 * Aktivitäten-Details Vor und Zurück (sibling-navigation)
 * ========================================================================== */

.mod_eventreader.mod_eventdetails p.back {
	text-align: center;
	font-size: 1.35em;
}

.mod_eventnavigation .mod_sibling_navigation_events {
	text-transform: uppercase;
	line-height: 1em;
}

@media (min-width: 720px) {
	.mod_eventnavigation .mod_sibling_navigation_events {
		font-size: 1.5em;
	}
}

.mod_sibling_navigation_events .sibling-prev {
	float: left;
	text-align: right;
	padding-left: 5px;
}

.mod_sibling_navigation_events .sibling-next {
	float: right;
	text-align: left;
	padding-right: 5px;
}

.mod_eventnavigation .mod_sibling_navigation_events a.sibling-prev {
	width: 35%;
	float: left;
	text-align: left;
	color: #ffffff;
}

.mod_eventnavigation .mod_sibling_navigation_events a.sibling-next {
	width: 35%;
	float: right;
	text-align: right;
	color: #ffffff;
}

.mod_sibling_navigation_events .sibling-next::after {
	font-family: "FontAwesome";
	content: '\f105';
	padding-left: 5px;
	color: #ffffff;
}

.mod_sibling_navigation_events .sibling-prev::before {
	font-family: "FontAwesome";
	content: '\f104';
	padding-right: 5px;
	color: #ffffff;
}

/* =============================================================================
 * alt-Text über Fotos, Copyright-Text, Bildunterschrift
 * ========================================================================== */

@media screen and (min-width: 720px) {
	.mod_randomImage p.imagedetails {
		background: #e6e4e7;
		margin: 0.3% 5% 0 5%;
		border-radius: 0 0 20px 20px;
		text-align: center;
		color: #555555;
		font-size: 0.9em;
	}
}

@media screen and (max-width: 720px) {
	.mod_randomImage p.imagedetails {
		background: #e6e4e7;
		margin: 0.8% 5% 0 5%;
		border-radius: 0 0 20px 20px;
		text-align: center;
		color: #555555;
		font-size: 0.8em;
	}
}

@media screen and (max-width: 720px) {
	.mobile_image .image_container figcaption.caption {
	 	width: 90%;
		background: #e6e4e7;
		margin: 0.8% 5% 0 5%;
		border-radius: 0 0 20px 20px;
		text-align: center;
		color: #555555;
		font-size: 0.8em;
	}
}

/* =============================================================================
 * Bild des Jahres (im jeweiligen Jahr)
 * ========================================================================== */

.ce_bilddesJahres .image_container img {
	width: 100% !important;
}

.ce_bilddesJahres .image_container .caption {
	display: block;
	|background: rgba(172,156,137,0.7);
	background: #ac9c89;
	margin: 0.3% 5% 0 5%;
	border-radius: 0 0 20px 20px;
	text-align: center;
	color: #ffffff;
	font-size: 0.9em;
}

/* =============================================================================
 * glightbox-Anpassungen
 * ========================================================================== */

@media screen and (min-width: 1px) {
	.goverlay {
		background: rgba(45,45,45,1) !important;
	}
}

.glightbox-clean .gslide-media {
	-webkit-box-shadow: none;
	box-shadow: none;	
}

.glightbox-clean .gslide-description {
	background: none;
}

.glightbox-clean .gdesc-inner {
	background: #e6e4e7;
	margin: 0.3% 5% 0 5%;
	padding: 5px;
	border-radius: 0 0 20px 20px;
	text-align: center;
	color: #555555;
	font-size: 0.9em;
}

@media screen and (min-width: 1px) {
	.glightbox-clean .gslide-title {
		color: #555555 !important;
		margin: 1px;
	}
}

.glightbox-clean .gprev {

}

.glightbox-clean .gnext{

}

/* =============================================================================
 * Gesamtwertung - Plätze einrücken
 * ========================================================================== */

.ce_list:not(.hasIcon) ol {
	margin-left: 20px;
}

/* =============================================================================
 * Zitat: Text einrücken
 * ========================================================================== */

.ce_text_extented.font-style-quote p {
	padding-left: 70px;
}

/* =============================================================================
 * Farbe "nach oben"-Link
 * ========================================================================== */

#color-gray .ti-angle-up::before {
	color: #555555;
}

/* =============================================================================
 * Jahreszahlen als Hyperlinks
 * ========================================================================== */

.contest-link.ce_hyperlink a {
	background: none;
	padding: 0px;
	margin-bottom: 0px;
	min-width: 100px !important;
}

/* =============================================================================
 * Jahreszahlen in Tab-Form vertikal
 * ========================================================================== */

.ce_tabsContest .tabs.vertical {
	width: calc(100%/12*1) !important;
}

.ce_tabs .panes.vertical {
	border-left: 0px;
	width: calc(100%/12*11) !important;
}

ce_tabsContest .tabs.vertical ul li span {
	border-bottom: 0px;
}

.ce_tabsContest .tabs.vertical ul li span:hover {
	color: #ac9c83;
}

.ce_tabsContest .tabs.vertical ul li span::after {
	font-family: "FontAwesome";
	content: '\f105';
	margin-left: 8px;
}

/* =============================================================================
 * Jahreszahlen in Tab-Form vertikal
 * ========================================================================== */

.ce_tabsContest .ce_accordion {
	border: 0px;
	margin-bottom: 5px;
}

.ce_tabsContest .ce_accordion .toggler {
	border-bottom: 1px solid #efefef;
}

.ce_tabsContest .ce_accordion .toggler:hover,
.ce_tabsContest .ce_accordion .toggler::before {
	color: #ac9c83;
} 

/* =============================================================================
 * Accordion-Formatierungen
 * ========================================================================== */

.ce_accordionStart.style1.ce_accordion {
 	border-top: 0px;
 	border-right: 0px;
	border-bottom: 1px dotted rgb(220,220,220);
 	border-left: 0px;
 	color: #ac9c89;
}

.ce_accordionStart.style1 .toggler:hover {
 	background-color: rgb(92,92,92,0.4);
	color: #e6e4e2;
}

.ce_accordionStart.style1 .toggler::before {
	color: #e6e4e2;
}

.ce_accordionStart.style1.ce_accordion .ui-state-active.active {
 	background-color: rgb(92,92,92,0.4);
	color: #c4c4c4;
}

/* =============================================================================
 * Text/Bild-Leiste_Anpassungen
 * ========================================================================== */

.box_textBild .ce_text_image_bar.txt_left .imagebox {
	background-size: unset;
	background-position: unset;
	top: 20px;
}

.box_textBild .ce_text_image_bar.txt_right .imagebox {
	top: 20px;
	background-size: unset;
	background-position: unset;
	left: unset;
}

/* =============================================================================
 * Zurück-Link des Artikels ausblenden und eigenen Zurück-HTML-Link anzeigen
 * ========================================================================== */

.ohneLink p.back a {
	display: none;
}

.ohneLink .mod_goBack p.back a {
	display: block !important;
}

/* =============================================================================
 * Kontaktformular Senden-Button
 * ========================================================================== */

button.submit {
	border-radius: 0;
	height: auto;
	font-size: 18px;
}

/* =============================================================================
 * Tabs - Tabbeschriftung fett
 * ========================================================================== */

.ce_tabs .tabs.classic ul li {
	padding: 7px 15px 10px 15px;
}

.font-bold.ce_tabs .tabs span {
	font-weight: bold;
}

/* =============================================================================
 * Fancylinks (Verlinkungssymbol "nach extern")
 * ========================================================================== */

.ce_fancylink.style2 a {
	padding-right: 40px;
}

.ce_fancylink.fett.style2 a {
	font-weight: 700;
}

/* =============================================================================
 * (weitere) Randeinstellungen unten
 * ========================================================================== */

.mt-100 {
	margin-top: 100px !important;
}

.mt-120 {
	margin-top: 120px !important;
}

.mt-140 {
	margin-top: 140px !important;
}

.mt-160 {
	margin-top: 160px !important;
}

.mt-180 {
	margin-top: 180px !important;
}

.mt-200 {
	margin-top: 200px !important;
}

.mt-220 {
	margin-top: 220px !important;
}

.mt-240 {
	margin-top: 240px !important;
}

.mt-260 {
	margin-top: 260px !important;
}

.mt-280 {
	margin-top: 280px !important;
}

.mt-300 {
	margin-top: 300px !important;
}


/* =============================================================================
 * Karussell
 * ========================================================================== */

.sliderElements,
.sliderElements figure,
.sliderControls {
    margin: 0;
}
 
.sliderElements:after {
    content: ".";
    display: block;
    height: .1px;
    clear: both;
    visibility: hidden;
    font-size: 0;
    overflow: hidden;
}
 
.cssSlider {
    overflow-x: hidden;
}
 
.sliderElements {
    list-style: none;
    position: relative;
    left: 0;
    width: 400%;
    margin-bottom: .8em;
    padding: 0;
    -webkit-transition: left .8s ease-in-out;
    -moz-transition: left .8s ease-in-out;
    -o-transition: left .8s ease-in-out;
    transition: left .8s ease-in-out;
}
 
.sliderElements > li {
    float: left;
    width: 25%;
    position: relative;
}
 
#slide02:checked ~ .sliderElements {
    left: -100%;
}
 
#slide03:checked ~ .sliderElements {
    left: -200%;
}
 
#slide04:checked ~ .sliderElements {
    left: -300%;
}
 
/* Bildunterschrift auf dem Bild positionieren */
.sliderElements figcaption {
    display: block;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 1em;
    padding: .4em;
    background: rgba(0,0,0,.5);
}
 
/* Bilder responsive */
.sliderElements img {
    width: 100%;
    height: auto;
}
 
 
/* inputs aus dem Blickfeld schieben */
.cssSlider input {
    position: absolute;
    left: -99999px;
}
 
/* mittige Ausrichtung der Controls - funktioniert im Zusammenspiel mit inline-block */
.sliderControls {
    text-align: center;
}
 
/* Controls nebeneinander bringen */
.sliderControls li {
    display: inline-block;
}
 
/* Controls auf einheitliche Maße bringen und die Ecken abrunden */
.sliderControls label {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    background: #68B022;
    color: #68B022;
}
 
/* Attributselektor und indirekter Nachfahrkombinator zum ansteuern der labels */
.sliderControls label:hover,
#slide01:checked ~ .sliderControls label[for="slide01"],
#slide02:checked ~ .sliderControls label[for="slide02"],
#slide03:checked ~ .sliderControls label[for="slide03"],
#slide04:checked ~ .sliderControls label[for="slide04"] {
    background: #ddd;
    color: #ddd;
}

/* =============================================================================
 * Diverses
 * ========================================================================== */

/* Inhalt über ganze Breite */
.no-boxed-content .contentwrap {
	max-width: 100% !important;
}

/* Text aufklappen/zuklappen */
.read_more_container .content {height: 0px; overflow: hidden;}
.read_more_container.show .content {height: auto;}
.read_more_container .show_more, .read_more_container .show_less {display: none;}
.read_more_container:not(.show) .show_more {display: block;}
.read_more_container.show .show_less {display: block;}

/* Pfleil aus FontAwesome vorne */
@media screen and (min-width: 720px) {
	.arrowBefore::before {
		font-family: "FontAwesome";
		content: '\f178';
		margin-left: 25px;
		margin-right: 8px;
		float: left;
	}
}

@media screen and (max-width: 720px) {
	.arrowBefore::before {
		font-family: "FontAwesome";
		content: '\f178';
		margin-left: 5px;
		margin-right: 5px;
		float: left;
	}
}

/* Einfacher Hyperlink klein */
.ce_hyperlink-extended.hyperlink-09.small a {
	font-size: 0.9rem !important;
}

/* Inhalt über ganze Breite */
.ce_text_extented.ce_guests p {
	padding-left: 5px;
}

.ce_text_extented.ce_guests p:hover {
	background-color: #dddddd;
	cursor:	default;
	padding-left: 5px;
}

/* Box «Über den Referenten» */
@media screen and (max-width: 720px) {
	.ce_referentTitle {
		font-weight: 700;
		font-size: 0.9em;
		font-style: italic;
		color: #ffffff;
		margin-top: 1.5em;
		padding: 5px 10px 3px 10px;
		background-color: rgb(0, 0, 0, 0.5);
		border-radius: 6px;
	}

	.ce_referentText {
		font-size: 0.8em;
		font-style: italic;
		margin-bottom: 2em;
		padding: 10px 10px 10px 10px;
		background-color: rgb(0, 0, 0, 0.03);
		border-radius: 6px;
	}
}

@media screen and (min-width: 721px) {
	.ce_referentTitle {
		font-weight: 700;
		font-style: italic;
		color: #ffffff;
		margin-top: 3.5em;
		padding: 5px 20px 3px 20px;
		background-color: rgb(0, 0, 0, 0.5);
		border-radius: 9px;
	}

	.ce_referentText {
		font-size: 0.9em;
		font-style: italic;
		margin-bottom: 5em;
		padding: 10px 20px 10px 20px;
		background-color: rgb(0, 0, 0, 0.03);
		border-radius: 9px;
	}
}

/* Popup generell */
.ce_popup_start.popup_show .ce_popup_overlay {
	-webkit-animation: fadeIn 3s ease;
	-moz-animation: fadeIn 3s ease;
	-ms-animation: fadeIn 3s ease;
	animation: fadeIn 3s ease !important;
}

.ce_popup_start.popup_show .ce_popup_content{
	-webkit-animation: fadeIn 2s ease;
	-moz-animation: fadeIn 2s ease;
	-ms-animation: fadeIn 2s ease;
	animation: fadeIn 2s ease !important;
}

.ce_popup_start .ce_popup_content {
	border-top: none;
	background-color: #f2f1eb;
	border-radius: 12px;
}

.ce_popup_start .popup_close {
	background: rgb(240,240,240, 0.95);
	box-shadow: 0 0 20px rgb(25, 25, 25, 0.9);
}

.ce_popup_content .ce_image_extended .image_container img {
	border-bottom: 2px solid #d3d0cb;
	border-radius: 10px 10px 15px 15px;
}

ce_popup_start.popup_show .ce_popup_content h1,
ce_popup_start.popup_show .ce_popup_content h2,
ce_popup_start.popup_show .ce_popup_content h3,
ce_popup_start.popup_show .ce_popup_content h4,
ce_popup_start.popup_show .ce_popup_content h5,
ce_popup_start.popup_show .ce_popup_content h6,
ce_popup_start.popup_show .ce_popup_content .ce_text_extented {
	padding: 15px;
}

/* Popup auf Smartphone */
@media screen and (max-width: 720px) {
/*	.ce_popup_start .popup_close {
		top: 6px;
		right: 8px;
	} */
	.ce_popup_start .ce_popup_content .checkbox {
		font-size: 0.7rem;
	}
}

/* Nächstes Treffen auf Startseite - Bildformatierung */
.border-image .image_container {
	background: #ffffff !important;
	border: 2px solid rgb(200, 200, 200, 0.23);
}

/* Socials auf Desktop */
.socials_desktop {
	display: block;
	width: 123px; /* Breite für Standardlogo */
/*	width: 155px; /* Breite für Jubiläumslogo */
	text-align: center;
	margin-top: 6px;
	margin-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid rgb(225, 225, 225, 0.5);
	border-bottom: 1px solid rgb(225, 225, 225, 0.5);
}

.socials_desktop .fa-facebook,
.socials_desktop .fa-instagram {
	margin: 2px;
	width: 25px;
	padding: 5px;
	background: rgb(225, 225, 225, 0.5);
	text-align: center;
}

/* Socials auf Mobile */
.socials_mobile {
	display: block;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 8px;
	margin-left: 10%;
	margin-right: 10%;
	border-top: 1px solid rgb(225, 225, 225, 0.5);
	border-bottom: 1px solid rgb(225, 225, 225, 0.5);
}

.socials_mobile .fa-facebook,
.socials_mobile .fa-instagram {
	margin: 2px;
	width: 30px;
	padding: 5px;
	background: rgb(225, 225, 225, 0.5);
	text-align: center;
}

/* Position der Bullets untenhalb der Bildergalerie  */
.swiper-container-horizontal .swiper-pagination {
	bottom: -2px !important;
	background: #ffffff;
}

.swiper-pagination-bullet {
	border: 1px !important;
	box-shadow: none;
	background: rgb(0 0 0 / 0.85) !important;
}

.swiper-pagination-bullet-active {
	background: rgb(0 0 0 / 1);
}

@media screen and (min-width: 721px) {
	.swiper-button-prev,
	.swiper-button-next {
		margin-top: -35px !important;
	}
	.swiper-pagination-bullet {
		height: 0.5em;
		width: 0.5em;
	}
}

@media screen and (max-width: 720px) {
	.swiper-button-prev,
	.swiper-button-next {
		margin-top: -50px !important;
	}
	
	.swiper-button-prev::after,
	.swiper-button-next::after {
		font-size: 40px !important;
		padding-left: 6px;
	}
	
	.swiper-pagination-bullet {
		height: 0.45em;
		width: 0.45em;
	}
}

.top-link .progress-ring circle {
	stroke: #ac9c83;
}