:root {
	--blockquote-image: url('/_resources/themes/ehks-darmstadt/images/blockquote.svg');
	--contactelement-image: url('/_resources/themes/ehks-darmstadt/images/contact-bg.jpg');
	--elementnews-bg-image: url('/_resources/themes/ehks-darmstadt/images/purple-bg.png');
	--checkbox-checked: url('/_resources/themes/ehks-darmstadt/images/check.svg');
	--mobilemenu-arrow: url('/_resources/themes/ehks-darmstadt/images/arrow-down-white.svg');
}

/* Hypens */
h1, h2, h3, h4, h5, h6,
.footer .nav-link {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;

	-webkit-hyphenate-limit-before: 3; /* For Safari */
	-webkit-hyphenate-limit-after: 4; /* For Safari */
	-ms-hyphenate-limit-chars: 10 3 4;
	hyphenate-limit-chars: 10 3 4;
}

/* IMAGES
-------------------------------------------- */
img.left {
    float: left;
    max-width: 50%;
    margin: 5px 20px 10px 0;
}
img.right {
    float: right;
    max-width: 50%; /* Responsive width */
    margin: 5px 0 10px 20px;
}
img.leftAlone {
    float: left;
    margin-right: 100%;
    margin-bottom: 10px;
    clear: both;
}

img.rightAlone {
	float: right;
	margin-left: 100%;
	margin-bottom: 10px;
	clear: both;
}

img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both;
}

.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;
}

.order-6 {
	order: 6;
}

p {
    font-weight: 300;
}

.fw-500 {
	font-weight: 500;
}

.fs-13px {
	font-size: 13px;
}

.fs-15px {
	font-size: 15px;
}

.fs-24px {
	font-size: 24px;
}

.btn-small {
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px; /* 146.667% */
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.btn-danger.btn-sm {
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	line-height: 22px; /* 183.333% */
	letter-spacing: 1.2px;
	text-transform: uppercase;
	border-radius: 8px;
}

.btn-primary,
.btn-primary:hover,
.btn-outline-primary:hover {
	color: #fff !important;
}

.bg-f8f8f8 {
	background-color: #f8f8f8;
}

.text-gray-400 {
	color: var(--bs-gray-400);
}

.roundedImages img {
	border-radius: .5rem;
}

.img-vab img {
	vertical-align: bottom;
	display: inline;
}

/* elements default spacing */

.block {
    padding: 5rem 0;
}

.block--blank + .block--blank:not(.elementFullBg) {
    padding-top: 0;
}

.block--blank + .elementFullBg {
	padding-top: 5rem;
}

/* end elements default spacing */

.block-headline {
	margin-top: 0px;
}

body {
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
    margin-top: -10px;
}

header {
    position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
}
	header.scrolled {
		top: -500px;
	}

	header.customised {
		background-color: #fff;
		box-shadow: 0 10px 10px rgba(0,0,0,.1);
	}
	header.customised .logo span {
		color: var(--bs-body-color);
	}

	header.customised .main-menu > li:not(:hover) > .nav-link {
		color: var(--bs-body-color);
	}

	header.customised .main-menu > li:not(:hover) > .nav-link > span {
		border-color: var(--bs-body-color);
	}

footer {
    background: linear-gradient(0deg, #440082 22.04%, #A51389 97.55%);

    a {
        color: #fff;
    }
}
    footer *:not(a) {
        color: #fff;
    }

	footer .FooterText {
		font-size: 15px;
	}

    a {
        color: #440082;
    }

    a:hover {
        color: #7affb8;
    }

blockquote {
	color: #B4B4B4;
	text-align: center;
	font-size: 70px;
	font-style: italic;
	font-weight: 300;
	line-height: 80px; /* 114.286% */
	letter-spacing: -1.4px;
}
	blockquote::before {
		content: var(--blockquote-image);
		display: block;
	}

#Breadcrumbs,
#Breadcrumbs * {
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;

    img {
        margin-top: 0;
    }
}

span.btn {
	cursor: text !important;
}

.logo span {
	/* We currently hide the name and only show the logo */
	display: none;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
}

.HeaderImage {
	position: relative;
}

.HeaderImage h1 {
	position:absolute;
	bottom: 1rem;
	width: 100%;
	text-align: center;
	color: #fff;
}

.HeaderImage img {
	width: 100%;
}

.copyrights {
	font-size: 13px;
	color: var(--bs-white);
}

.newsChild {
	border-radius: 8px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	height: 100%;
}
.newsChild:hover {
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
	transform: scale(0.99);
}

.newsChild img {
	width: 100%;

}

.newsChild h5 {
	margin-top: 1rem;
}

.carousel-item::before,
.HeaderImage::before {
	content: "";
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	opacity: .7;
}

.carouselContent,
.carousel-item::before,
.HeaderImage::before {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.elementFullBg {
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-clip: content-box;
    padding: 9rem 0;
}

.elementFullBg > .container {
    margin: -4rem auto;
}

.elementBoxBg {
	background-size: cover;
	background-position: center;
}

.contactElementHolder {
	background-image: var(--elementnews-bg-image);
	background-size: cover;
	background-position: center;
}

.slickContact img {
	display: inline;
}

.slickContact .h5,
.contactPersonHolder .h5 {
	margin-top: 1rem;
}

.elementNewsHolder {
	background-image: var(--elementnews-bg-image);
	background-size: cover;
	background-position: center;
}

.slickNext,
.slickPrev {
	width: 50px;
	height: 50px;
}

.slickPrev img,
.slickNext img {
	transform: translateY(-1px);
}


.embeddedCodeHolder iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.embeddedCodeHolder {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.teaserSwitch.active {
	transform: rotate(180deg);
}

.userformsstep {
    display: flex;
    flex-wrap: wrap;
}

.userformsstep > * {
	flex: 0 0 auto;
    width: 100%;
	padding-bottom: 1rem;
}

.userformsstep > * > * {
	padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}

.userformsstep input:not(.radio, .checkbox),
.userformsstep select,
.userformsstep textarea {
	width: 100%;
	border-radius: 8px;
	border: 1px solid transparent;
	background: #F2F2F2;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	padding: .5rem 1rem;
}

.userformsstep label {
	color: #828282;
	font-size: 12px;
	font-style: normal;
	font-weight: 800 !important;
	line-height: 22px; /* 183.333% */
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.userformsstep .error.message {
	color: #A00000;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.userformsstep input.error {
	border-color: #A00000;
}

.userformsstep input.checkbox,
.userformsstep input.radio {
    -webkit-appearance: none;
	appearance: none;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 28px;
	height: 28px;
	background-color: #F2F2F2;
	border-radius: 8px;
	border: 0px;
	transform: translateY(.5rem);
	position: relative;
}

.userformsstep input.radio {
	border-radius: 50%;
}

.userformsstep input.checkbox::before {
	content: "";
	width: 19px;
	height: 15px;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	display: inline-block;
    position: absolute;
    top: 7px;
    left: 5px;
	background-image: var(--checkbox-checked);
}

.userformsstep input.radio::before {
	content: "";
	width: 16px;
	height: 16px;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	display: inline-block;
    position: absolute;
    top: 6px;
    left: 6px;
	background-color: var(--bs-primary);
	border-radius: 50%;
}

.userformsstep input.checkbox:checked::before,
.userformsstep input.radio:checked::before {
	transform: scale(1);
}

.requiredField label::after {
	content: "*";
	color: #A00000;
}

input[type="submit"] {
	background-color: var(--bs-primary);
	color: #fff;
	border-radius: 8px;
	border: 2px solid  var(--bs-primary);
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px; /* 146.667% */
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: .5rem 1rem;
}

.btn-toolbar.Actions {
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.ContactPage .content h1,
.ContactPage .content h2,
.ContactPage .content h3,
.ContactPage .content h4,
.ContactPage .content h5,
.ContactPage .content h6 {
	color: var(--bs-primary);

}

.contactPageBoxesHolder {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%), url(/_resources/themes/ehks-darmstadt/images/contact-info-bg.jpeg) lightgray 50% / cover no-repeat;
}

@media (max-width: 1800px) {

}

@media (max-width: 1600px) {

}

@media (max-width: 1400px) {

}

@media (max-width: 1182px) {

}

@media (max-width: 991px) {
	.contactPersonHolder,
	.ContactPage .infoBox {
		max-width: 350px;
		margin: 0 auto;
	}

	.logo span {
		font-weight: 600;
		font-size: 1rem;
	}
}

@media (min-width: 768px) {
	.radio-lg-right {
		text-align: right;
	}
	.radio-lg-right label {
		text-align: left;
	}

	.userformsstep > *:not(.col-lg-12) {
		flex: 0 0 auto;
		width: 50%;
	}
}

@media (max-width: 767px) {
    html {
		overflow-x: hidden;
	}

	.elementFullBgSmallBg {
		background-color: #f8f8f8;
	}

	.logo img {
		max-width: 80px;
	}
}

@media (max-width: 550px) {

}


