.animated,
.animated * {
    -webkit-transition: all 300ms ease-in-out;  -moz-transition: all 300ms ease-in-out;  -o-transition: all 300ms ease-in-out;  transition: all 300ms ease-in-out;
}

.animatedSlow,
.animatedSlow * {
    -webkit-transition: all 1s ease-in-out;  -moz-transition: all 1s ease-in-out;  -o-transition: all 1s ease-in-out;  transition: all 1s ease-in-out;
}

.animated1,
.animated1 * {
    -webkit-transition: all 1.3s ease-in-out;  -moz-transition: all 1.3s ease-in-out;  -o-transition: all 1.3s ease-in-out;  transition: all 1.3s ease-in-out;
}

.animated2,
.animated2 * {
    -webkit-transition: all 1.5s ease-in-out;  -moz-transition: all 1.5s ease-in-out;  -o-transition: all 1.5s ease-in-out;  transition: all 1.5s ease-in-out;
}

.d-none-special {
	display: inline-block;
	font-size: 0px;
	overflow: hidden;
	text-indent: -9999999px;
	width: 0px;
	height: 0px;
}

*:focus {
	box-shadow: none !important;
}

.headerTopLine {
	width: 50px;
	height: 6px;
    margin-bottom: .25rem;
}

.widgetText {
	font-weight: 400;
}

.fs-xs {
	font-size: 1.0625rem;
}


.fs-xxs {
	font-size: .875rem;
}

.border-primary-light {
	border-color: #CCDEEB !important; /*rgba(var(--bs-primary-rgb), .2);*/
}

.rounded-5 {
	border-radius: .5rem;
}

.conSub {
	position: absolute;
	top: -10000px;
	left: -10000px;
}

.flex-v-center {
	display: flex;
	align-items: center;
}

.btn.btn-primary.w-75 {
	max-width: 250px;
}

.hover-primary:hover {
	background-color: var(--bs-primary);
	color: #fff;
	border-color: var(--bs-primary);
}

body {
	overflow-x: hidden;
}

	body * {
		hyphens: auto;
		hyphenate-character: 6 3 4;}

header {
    
}
	header.scrolled {
		
	}

footer {

}
    footer * {
        font-size: .875rem;
    }



img {
	max-width: 100%;
	height: auto;
}

.captionImage {
	max-width: 100%;
}

.logo {
	width: 200px;
	padding-bottom: 4px;
}

.gMapHolder {
	width: 100%;
    height: 500px;
}
	.gMapHolder marker {
		display: block;
		opacity: 0;
	}

.headerNoe {
	max-width: 60px;
}

.footerNoe {
	max-width: 80px;
}


#teamHolder button.btn:not(.collapsed) {
	font-weight: 800;
	text-decoration: underline;
}

.teamMemberBox {
	position: relative;
	overflow: hidden;
}

	.teamMemberBox > a {
		color: #4D8BB8;
		position: absolute;
		top: -2px;
		right: 0px;
	}

.imageFillWidth img,
.pageHeader img {
	width: 100%;
}

.anchorLinks {
	list-style: none;
	padding-left: 0px;
}

.sponsorBox .holder {
	position: relative;
	z-index: 0;
	padding: 1rem;
	display: block;
	text-align: center;
}
	.sponsorBox .holder:after {
		content: "";
		position: absolute;
		top: -1px;
		left: -1px;
		right: 0px;
		bottom: -1px;
		background-color: rgba(var(--bs-primary-rgb), 0);
		border: 1px solid #CCDEEB; /*rgba(var(--bs-primary-rgb), .2);*/
	}

	.sponsorBox .holder:before {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		background-color: rgba(var(--bs-primary-rgb), 0);
	}
		.sponsorBox:hover .holder:before {
			background-color: rgba(var(--bs-primary-rgb), .8);
		}

	.sponsorBox .holder span {
		opacity: 0;
		color: #fff;
		position: absolute;
		top: 50%;
    	left: 1rem;
    	right: 1rem;
    	transform: translateY(-50%);
    	text-align: center;
    	z-index: 1;
	}
		.sponsorBox:hover .holder span {
			opacity: 1;
		}

.SideLocationOffice {
	background-size: cover;
}
	.SideLocationOffice > div {
		min-height: 250px;
	}


#Form_ContactForm_Anrede {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
	#Form_ContactForm_Anrede li {
		display: inline-block;
		padding-right: 1rem;
	}

#Form_ContactForm input[type="text"],
#Form_ContactForm input[type="email"],
#Form_ContactForm select,
#Form_ContactForm textarea {
	width: 100%;
	border: 1px solid #c2c2c2;
	padding: .5rem;
	border-radius: .3rem;
}

#Form_ContactForm_Text {
	height: 100%;
}


.videoLinkIcon {
	display: block;
	position: relative;
}
	.videoLinkIcon:before {
		content: "\f144";
		font-family: "Font Awesome 5 Pro";
		font-weight: 400;
		position: absolute;
		top: 50%;
		left: 50%;
		color: #fff;
		font-size: 5rem;
		transform: translate(-50%, -50%);

		-webkit-transition: all 300ms ease-in-out;  
		-moz-transition: all 300ms ease-in-out;  
		-o-transition: all 300ms ease-in-out;  
		transition: all 300ms ease-in-out;
	}

	.videoLinkIcon:hover:before {
		color: var(--bs-primary);
	}

.PagePressLink {
	list-style: none;
	padding: 0px;
}

.teaserBlock {
	position: relative;
}
	.teaserBlock img {
		width: 100%;
	}
	.teaserBlock > div {
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 0px;
		background-color: var(--bs-primary);
		color: #fff;
		padding: .5rem;
		font-weight: normal;
	}

.terminHolder {
	-webkit-transition: background 300ms ease-in-out;
	-moz-transition: background 300ms ease-in-out;
	-o-transition: background 300ms ease-in-out;
	transition: background 300ms ease-in-out;
}

	.terminMonth .terminHolder:hover {
		background-color: rgba(var(--bs-primary-rgb), .1) !important;
	}

	.terminMonth.bg-primary .terminHolder:hover {
		background-color: #fff !important;
	}

	.terminHolder > div:not(:first-child) {
		border-left: 2px solid rgba(var(--bs-primary-rgb), .25);
	}

.terminLink {
	display: block;
	width: 100%;
	position: relative;
	padding-left: 15px;
	/*word-wrap: break-word;
	hyphens: auto;*/
}
	.terminLink:before {
		content: "\f054";
		font-family: "Font Awesome 5 Pro";
		font-weight: 900;
		font-size: .875rem;
		position: absolute;
		left: 0px;
		top: 5px;
	}

#Form_anmeldungForm input[type=text],
#Form_anmeldungForm input[type=email],
#Form_anmeldungForm textarea {
	width: 100%;
}

#Form_anmeldungForm .optionset {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
	#Form_anmeldungForm .optionset li {
		display: inline-block;
		padding-right: 1rem;
	}

#Form_anmeldungForm .field.checkbox {
	padding-top: 1rem;
}

#Form_anmeldungForm .field.checkbox label {
	display: inline-block;
	width: 90%;
	line-height: 1;
}
#Form_anmeldungForm .field.checkbox input {
	vertical-align: top;
	margin-top: 3px;
    margin-right: 0.5rem;
}

#Form_anmeldungForm_Subject_Holder,
#Form_NewsletterForm_Subject_Holder {
	position: absolute;
	left: -10000px;
	top: -10000px;
}

#Form_anmeldungForm label {
	font-size: 1rem;
	font-weight: 400;
}

.NewsletterFormHolder {
	position: relative;
	background-size: cover;
	background-position: center;
	display: none;
}
	.NewsletterFormHolder:before {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		background-color: rgba(0, 0, 0, .3);
	}

	.NewsletterFormHolder > div {
		position: relative;
	}

#Form_NewsletterForm .btn-toolbar {
	justify-content: center;
	padding-top: 1rem;
}

#Form_NewsletterForm_Datenschutz_Holder label,
#Form_NewsletterForm_Datenschutz_Holder label a {
	color: #fff;
	font-weight: normal;
}

#Form_NewsletterForm_Datenschutz_Holder a {
	text-decoration: underline;
}

#Form_NewsletterForm_Email {
	max-width: 100%;
	width: 500px;
}

.MoreInfoWidget .fa-chevron-right {
	vertical-align: top;
}

.MoreInfoWidget a > span {
	display: inline-block;
	width: 90%;
}

#Form_SearchForm_SearchWord_Holder input[type=text] {
	width: 100%;
	background-color: transparent;
	border: 0px;
	color: #fff;
}

#Form_SearchForm_SearchWord_Holder input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

#Form_SearchForm_SearchWord_Holder input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

#Form_SearchForm_SearchWord_Holder input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.btn-search-icon {
	font-family: "Font Awesome 5 Pro";
}
	.btn-search-icon:before {
		content: "\f002";
		font-size: 1.125rem;
		color: #fff;
	}


.bannerSlide {
	position: relative;
	background-size: cover;
	background-position: center top;
	min-height: 500px;
}
	.bannerSlide img {
		width: 100%;
		opacity: 0;
	}
	.bannerSlide .bannerSlideText {
		position: absolute;
		bottom: 0px;
		left: 0px;
		right: 0px;
		padding: .5rem 1rem;
		background-color: rgba(var(--bs-primary-rgb), .75);
	}

#homeSlider .sliderLines {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

#homeSlider .sliderLines:after,
#homeSlider .sliderLines:before {
	position: absolute;
    border-bottom: 2px solid #fff;
    border-radius: 50%;
    height: 78%;
    bottom: 13%;
    content: ""
}

#homeSlider .sliderLines:before {
    width: 120%;
    right: -10%;
    transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg)
}

#homeSlider .sliderLines:after {
    width: 125%;
    right: -11%;
    transform: rotate(-12deg);
    -webkit-transform: rotate(-12deg)
}

#homeSlider .sliderLines div {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: var(--bs-warning);
}

#homeSlider .sliderLines div:before {
	content: "";
	position: absolute;
	bottom: 0px;
	right: -10px;
	min-height: 300px;
	width: 300px;
	border-bottom-right-radius: 100%;
	box-shadow: 100px 182px 0px 100px var(--bs-warning);
}

	#homeSlider .sliderLines div img {
		max-width: 50px;
		position: absolute;
		bottom: 25px;
		right: 15px;
	}

@media (max-width: 1800px) {

}

@media (max-width: 1600px) {
    
}

@media (max-width: 1400px) {

}

@media (max-width: 1182px) {
    
}

@media (max-width: 1000px) {
    
}

@media (max-width: 991px) {
    
}

@media (max-width: 550px) {
    
}


