@font-face { 
        font-family: 'firaSans-book';
        src: url(../../files/themes/dms/fonts/FiraSans-Book.otf) format('opentype');
        font-display: fallback;
}

@font-face { 
        font-family: 'firaSans-medium';
        src: url(../../files/themes/dms/fonts/FiraSans-Medium.otf) format('opentype');
        font-display: fallback;
}

@font-face { 
        font-family: 'firaSans-bold';
        src: url(../../files/themes/dms/fonts/FiraSans-Bold.otf) format('opentype');
        font-display: fallback;
}


@font-face {
  font-family: 'fontello';
  src: url('../../files/themes/dms/fonts/fontello/fontello.eot?304496692');
  src: url('../../files/themes/dms/fonts/fontello/fontello.eot?304496692#iefix') format('embedded-opentype'),
       url('../../files/themes/dms/fonts/fontello/fontello.woff2?304496692') format('woff2'),
       url('../../files/themes/dms/fonts/fontello/fontello.woff?304496692') format('woff'),
       url('../../files/themes/dms/fonts/fontello/fontello.ttf?304496692') format('truetype'),
       url('../../files/themes/dms/fonts/fontello/fontello.svg?304496692#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../../files/themes/dms/fonts/font/fontello.svg?30449669#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


.icon-mail:before { content: '\e800'; } /* '' */
.icon-emo-happy:before { content: '\e801'; } /* '' */
.icon-emo-wink:before { content: '\e802'; } /* '' */
.icon-emo-unhappy:before { content: '\e803'; } /* '' */
.icon-share-2:before { content: '\e804'; } /* '' */
.icon-emo-displeased:before { content: '\e80a'; } /* '' */
.icon-emo-wink2:before { content: '\e813'; } /* '' */
.icon-spin-1:before { content: '\e834'; } /* '' */
.icon-spin-2:before { content: '\e839'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-share:before { content: '\f1e0'; } /* '' */
.icon-vimeo:before { content: '\f306'; } /* '' */
.icon-twitter:before { content: '\f309'; } /* '' */
.icon-facebook-2:before { content: '\f30c'; } /* '' */
.icon-gplus:before { content: '\f30f'; } /* '' */
.icon-pinterest:before { content: '\f312'; } /* '' */
.icon-linkedin:before { content: '\f318'; } /* '' */
.icon-spotify:before { content: '\f327'; } /* '' */
.icon-instagram:before { content: '\f32d'; } /* '' */
/* iCheck plugin Minimal skin, black
----------------------------------- */
.icheckbox_minimal,
.iradio_minimal {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(../../files/themes/liv/js/icheck_minimal/minimal.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal {
    background-position: 0 0;
}
    .icheckbox_minimal.hover {
        background-position: -20px 0;
    }
    .icheckbox_minimal.checked {
        background-position: -40px 0;
    }
    .icheckbox_minimal.disabled {
        background-position: -60px 0;
        cursor: default;
    }
    .icheckbox_minimal.checked.disabled {
        background-position: -80px 0;
    }

.iradio_minimal {
    background-position: -100px 0;
}
    .iradio_minimal.hover {
        background-position: -120px 0;
    }
    .iradio_minimal.checked {
        background-position: -140px 0;
    }
    .iradio_minimal.disabled {
        background-position: -160px 0;
        cursor: default;
    }
    .iradio_minimal.checked.disabled {
        background-position: -180px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_minimal,
    .iradio_minimal {
        background-image: url(../../files/themes/liv/js/icheck_minimal/minimal@2x.png);
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}
body,
html {
	margin: 0;
	padding: 0;
}

* {
	touch-action: manipulation;
}

.clickable {
	cursor: pointer;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.textLeft {
	text-align: left;
}

.textUppercase {
	text-transform: uppercase;
}

.clickable {
	cursor: pointer;
}

.maxW75 img {
	max-width: clamp(80px, 28.67vw, 280px);
}


.dmsKarriereShowAtEnd figure {
	text-align: center;
}

.mt5 {
	margin-top: 50px;
}

.mt150 {
	margin-top: clamp(50px, 28.037383178vw, 150px);
}

.mt200 {}

body[data-theme="6"] .ce_text>h3,
body[data-theme="3"] .ce_text>h3 {
	margin-bottom: 0;
	text-transform: uppercase;
}

body[data-theme="6"] .ce_text>h3,
body[data-theme="3"] .ce_text>h3+p {
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-family: 'firaSans-medium', sans-serif;
	line-height: 1.2em;
	word-wrap: anywhere;
}

.ce_dms_karriere h2,
.ce_dms_karriere h3,
.ce_dms_karriere h4 {
	font-weight: normal;
}

#main .gmPositionContainer {
	align-content: center;
}

h1 {
	padding-top: clamp(89px, 28.037383178vw, 150px);
	font-size: clamp(32px, 10.280373832vw, 55px);
	text-transform: uppercase;
	line-height: 1em;
}

body[data-theme="1"] h1 {
	color: white;
}

body[data-theme="1"] h1,
body[data-theme="1"] h2,
body[data-theme="1"] h3,
body[data-theme="1"] h4,
body[data-theme="1"] h5,
body[data-theme="1"] h6,
body[data-theme="1"] p,
body[data-theme="1"] li,
body[data-theme="1"] td,
body[data-theme="1"] a,
body[data-theme="2"] h1,
body[data-theme="2"] h2,
body[data-theme="2"] h3,
body[data-theme="2"] h4,
body[data-theme="2"] h5,
body[data-theme="2"] h6,
body[data-theme="2"] p,
body[data-theme="2"] li,
body[data-theme="2"] td,
body[data-theme="2"] a,
body[data-theme="3"] h1,
body[data-theme="6"] h1,
body[data-theme="5"] h1,
body[data-theme="4"] h1,
body[data-theme="4"] h2,
body[data-theme="4"] h3,
body[data-theme="4"] h4,
body[data-theme="4"] h5,
body[data-theme="4"] h6,
body[data-theme="4"] p {
	color: white;
}


body[data-theme="3"] p,
body[data-theme="3"] li,
body[data-theme="3"] td,
body[data-theme="3"] label,
body[data-theme="3"] h2,
body[data-theme="3"] h3,
body[data-theme="3"] h4,
body[data-theme="3"] h5,
body[data-theme="3"] h6,
body[data-theme="6"] p,
body[data-theme="6"] li,
body[data-theme="6"] td,
body[data-theme="6"] label,
body[data-theme="6"] h2,
body[data-theme="6"] h3,
body[data-theme="6"] h4,
body[data-theme="6"] h5,
body[data-theme="6"] h6 {
	color: #264767;
	color: white;
}

body[data-theme="5"] p,
body[data-theme="5"] li,
body[data-theme="5"] td,
body[data-theme="5"] label,
body[data-theme="5"] h2,
body[data-theme="5"] h3,
body[data-theme="5"] h4,
body[data-theme="5"] h5,
body[data-theme="5"] h6 {
	color: #264767;
}


#main .whiteText,
#main .whiteText p {
	color: white;
}

#main .ce_dms_karriere h1,
#main .ce_dms_karriere h2,
#main .ce_dms_karriere h3,
#main .ce_dms_karriere h4,
#main .ce_dms_karriere h5,
#main .ce_dms_karriere h6,
#main .ce_dms_karriere p {
	color: white;
}

body[data-theme="0"] {
	background: #e8e6dc;
}

body[data-theme="1"] {
	background: linear-gradient(90deg, rgba(163, 184, 83, 1) 0%, rgba(181, 193, 79, 1) 100%);
}

body[data-theme="2"] {
	background: linear-gradient(90deg, #70a8c8 0%, #7bb1d1 100%);
	background: linear-gradient(90deg, #656f78 0%, #78838d 100%);
}

body[data-theme="3"] {
	background: linear-gradient(90deg, #71a7c9 0%, #7bb2d1 100%);
}

body[data-theme="6"] {
	background: linear-gradient(90deg, #acbece 0%, #b6c1d0 100%);
}

body[data-theme="5"] {
	/*	background: linear-gradient(90deg, #acbece 0%, #b6c1d0 100%);   */
	background: #acbece;
}


body[data-theme="4"] {
	background: linear-gradient(90deg, #70657c 0%, #827491 100%);
}

.ce_text h1 {
	color: #474747;
}

label a,
.mod_newsreader a,
.ce_text a {
	color: #474747;
	text-decoration: none;
	border-bottom: 2px solid #474747;
}

body[data-theme="6"] .ce_text a {
	color: white;
}

body[data-theme="6"] .ce_text a:hover {
	color: black;
}

label a:hover,
.mod_newsreader a:hover,
.ce_text a:hover {
	opacity: 0.5;
}

#pageBackground {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	display: grid;
	grid-template-columns: 1fr min(100%, 1024px) 1fr;
	z-index: -1;
	opacity: 0;

}

#pageBackground>div:last-child {
	background: url('/files/themes/dms/images/dms_tile.png');
	background-position: top left 1px;
	opacity: 0.25;
}

#pageBackground>div:first-child {
	background: url('/files/themes/dms/images/dms_tile.png');
	background-position: top right 1px;
	opacity: 0.25;

}

body[data-theme="4"] #pageBackground>div:first-child,
body[data-theme="4"] #pageBackground>div:last-child,
body[data-theme="3"] #pageBackground>div:first-child,
body[data-theme="3"] #pageBackground>div:last-child,
body[data-theme="6"] #pageBackground>div:first-child,
body[data-theme="6"] #pageBackground>div:last-child,
body[data-theme="1"] #pageBackground>div:first-child,
body[data-theme="1"] #pageBackground>div:last-child,
body[data-theme="2"] #pageBackground>div:first-child,
body[data-theme="2"] #pageBackground>div:last-child {
	opacity: 0.08;
}



.sectionImage img {
	max-width: 640px;
	width: 100%;
	height: auto;
}

h1 small {
	font-size: clamp(21px, 6.728971963vw, 34px);
	font-family: 'firaSans-book', sans-serif;
	font-style: italic;
	font-weight: normal;

}

h2 {
	font-family: 'firaSans-medium', sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	color: #474747;
	font-size: clamp(29px, 9.345794393vw, 50px);
	margin-left: 0;
	margin-right: 0;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	text-transform: uppercase;
}

.pageEndSpace {
	margin-bottom: clamp(40px, 13.08411215vw, 70px);
}

h3 {
	font-family: 'firaSans-medium', sans-serif;
	font-weight: normal;

	line-height: 1.1em;
	color: #474747;
	font-size: clamp(19px, 5.981308411vw, 32px);
}

p {
	margin: 1em 0;
}

div.empty,
button,
p,
li,
td,
label {
	font-family: 'firaSans-book', sans-serif;
	font-size: clamp(15px, 4.579439252vw, 24.5px);
	/* font-size: clamp(15px, 4.859813084vw, 23px); */
	line-height: 1.375em;
}

div.empty {
	text-align: center;
}

strong,
b {
	/*	font-weight: normal;
	font-family: 'firaSans-bold', sans-serif; */
	font-family: 'firaSans-medium', sans-serif;
	font-weight: normal;
}


progress[value] {
	/* Reset the default appearance */
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 20px;
	border: none;
	background-color: rgba(0, 0, 0, 0.2);
	color: black;
}

progress::-webkit-progress-value,
progress::-moz-progress-bar,
progress::-webkit-progress-bar {
	background-color: #474747;
}

progress[value]::-webkit-progress-value {
	background-image:
		-webkit-linear-gradient(top, #474747, #474747);

	border-radius: 2px;
	background-size: 35px 20px, 100% 100%, 100% 100%;
}

.mod_newslist>h2 {
	margin-left: clamp(16px, 3.738317757vw, 40px);

}

.onlyDesktop {
	display: none;
}

@media all and (min-width: 1024px) {}

@media all and (min-width: 800px) {
	.onlyDesktop {
		display: block;
	}

	.onlyMobile {
		display: none;
	}
}


#wrapper {}

@keyframes navbar {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

#header {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1px;
	position: fixed;
	width: 100%;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	transition: all .4s;
	z-index: 100;
	height: clamp(77px, 29.906542056vw, 160px);
	overflow: hidden;
	background: linear-gradient(180deg, #00000008 0%, #00000008 90%, #00000000 100%);
}

#header.hidden {
	height: 0;
}

#header.top {
	position: absolute;
	background: none;
	top: 0;
}

#main {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	/* no margin collapse */
}

#mainFooter {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	/* no margin collapse */
}


#pageHeader {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;

}

#innerPageHeader {
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
	display: grid;
	grid-template-columns: auto auto;
	justify-content: space-between;
	align-items: center;
	padding: clamp(16px, 3.738317757vw, 40px);
	padding-bottom: 0;
}

#innerPageHeader>a:first-child img {
	width: clamp(18px, 10.841121495vw, 72px);
}

#innerPageHeader>a:last-child img {
	width: clamp(10px, 10.093457944vw, 54px);
}



#mobileMenuOverlay {
	display: none;
}


@keyframes zoom {
	0% {
		background-size: 100.00% auto;
	}

	50% {
		background-size: 102.00% auto;
	}

	100% {
		background-size: 100.00% auto;
	}
}

.innerDmsHeader {
	background-position: top center;
	background-size: 100.00% auto;
	background-repeat: no-repeat;
	background-color: #8B8883;
	min-height: 100vh;
	max-height: 1300px;
	text-align: right;
	margin-bottom: clamp(20px, 18.691588785vw, 100px);
	margin-bottom: clamp(50px, 16.822429907vw, 90px);
	/* animation: zoom 10s infinite ease-in-out; */

	padding: 1px;
}

.onlyDesktop .innerDmsHeader {
	min-height: clamp(300px, 74.8046875vw, 766px);
	display: grid;
	align-items: end;
	justify-items: end;

}

@media all and (min-width: 535px) and (max-width: 800px) {
	#main .innerDmsHeader {
		align-items: end;
		justify-items: end;
		display: grid;
		height: 230vw;
		max-height: 1600px;
		min-height: 1300px;
	}
}

.innerDmsHeader img {
	margin-top: clamp(50px, 67.289719626vw, 360px);
	width: 80%;
	padding: clamp(16px, 3.738317757vw, 20px);
	padding-right: calc(0.5 * clamp(16px, 3.738317757vw, 20px));
	max-width: 500px;
}

.onlyDesktop .innerDmsHeader img {
	margin-top: 0;
	padding-bottom: 6em;
	padding-right: calc(1 * clamp(16px, 3.738317757vw, 20px));
}

.innerDmsHeaderDescription p {
	text-align: left;
	color: white;
}

.innerDmsHeaderDescription {
	text-align: center;
	padding: clamp(16px, 3.738317757vw, 20px);
	padding-top: clamp(50px, 16.822429907vw, 90px);
	padding-right: 1.75em;
}

main .linkButtonWhite {
	border: 2px solid white !important;
	padding: .25em .75em;
	text-transform: uppercase;
	font-family: 'firaSans-medium', sans-serif;
	text-decoration: none;
	display: inline-block;
	color: white;
	transition: all .25s;
	margin-top: 1em;
	margin-bottom: .85em;
}

.ce_livint_collapsible_trigger h3:before,
#top .linkButtonWhite:before {
	display: inline-block;
	content: '';
	width: .8em;
	height: .8em;
	background: url(/files/themes/dms/images/icon_chevron_right_white.png);
	background-size: contain;
	background-repeat: no-repeat;
	padding-right: .25em;
	display: inline-block;
}

#gmapLeftPanelTrigger:before,
.ce_livint_collapsible_trigger h3:hover:before,
#top .linkButtonWhite:hover:before {
	display: inline-block;
	content: '';
	width: .8em;
	height: .8em;
	background: url(/files/themes/dms/images/chevron-rechts-anthrazit.png);
	background-size: contain;
	background-repeat: no-repeat;
	padding-right: .25em;
	display: inline-block;
	translate: all .25s;
}

#gmapLeftPanelTrigger.opened:before {
	transform: rotate(180deg) translate(25%, 0);
	transform-origin: center center;
}

#gmapLeftPanel {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100%;
	background: white;
	width: auto;
	overflow-x: hidden;
	overflow-y: scroll;
	max-width: min(85%, 600px);
	z-index: 90;
}

#gmapLeftPanel>.inner {
	padding: clamp(16px, 3.738317757vw, 40px);

}


#gmapLeftPanel p {
	color: #444;
	font-size: clamp(14px, 3.364485981vw, 18px);
}

#gmapLeftPanel .gmapListItem {
	border-bottom: 2px solid #ddd;
	margin-top: clamp(14px, 3.364485981vw, 18px);
	margin-bottom: clamp(14px, 3.364485981vw, 18px);
	padding-bottom: clamp(14px, 3.364485981vw, 18px);

}

#gmapLeftPanelTrigger {
	background: white;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	position: absolute;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: .2em;
	padding-right: 0;
	font-size: 2em;
	transition: all .25s;
	cursor: pointer;
}

#gmapLeftPanelTrigger:hover {
	padding-left: .5em;
}

.ce_text .linkButtonWhite:only-child {
	margin-top: 0;
	margin-bottom: 0;
}

.ce_text:last-child p,
.ce_text:last-child {
	margin-bottom: 0;
}

.ce_text:last-child .linkButtonWhite:only-child {
	margin-bottom: clamp(40px, 13.08411215vw, 70px);

}

#top .linkButtonWhite:hover {
	background: white;
	color: #474747;
	border-color: #474747;
}

.ce_form .submit,
.linkButtonBlack {
	border: 2px solid #474747 !important;
	padding: .25em .75em;
	text-transform: uppercase;
	font-family: 'firaSans-medium', sans-serif;
	text-decoration: none;
	display: inline-block;
	color: #474747;
	transition: all .25s;
	cursor: pointer;
}

figure {
	margin: 0;
}

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

.ce_form .submit:before,
.linkButtonBlack:before {
	display: inline-block;
	content: '';
	width: .8em;
	height: .8em;
	background: url(/files/themes/dms/images/chevron-rechts-anthrazit.png);
	background-size: contain;
	background-repeat: no-repeat;
	padding-right: .25em;
	display: inline-block;
}

.ce_form .submit:hover:before,
.linkButtonBlack:hover:before {
	display: inline-block;
	content: '';
	width: .8em;
	height: .8em;
	/* background: url(/files/themes/dms/images/chevron-rechts-anthrazit.png); */
	background: url(/files/themes/dms/images/icon_chevron_right_white.png);
	background-size: contain;
	background-repeat: no-repeat;
	padding-right: .25em;
	display: inline-block;
}

.ce_form .submit:hover,
#top #main .linkButtonBlack:hover {
	background: #474747;
	color: white;
	border-color: #474747;
}

.newsImageContainer figure {
	margin: 0;
	line-height: 0;
}

.newsImageContainer figure>a {
	border-bottom: 2px solid #474747;
	padding-top: 1em;
	padding-bottom: clamp(20px, 23.177570093vw, 124px);
	display: inline-block;
	aspect-ratio: 8 / 16;
	width: 60%;
}

.newsImageContainer figcaption {
	display: none;
}

.dmsNewsListing.odd .newsImageContainer figure>a {
	padding-bottom: clamp(16px, 9.345794393vw, 50px);

}

.newsImageContainer img {
	max-width: 800px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	clip-path: polygon(0 45%, 100% 0%, 100% 55%, 0% 100%);
}

.dmsNewsListing {
	position: relative;
}

.dmsNewsListing .newsContentContainer {
	width: 60%;
}

.dmsNewsListing {
	max-width: 600px;
	margin-bottom: clamp(107px, 33.644859813vw, 180px);
	margin-top: 0;
}

.dmsNewsListing.odd {
	margin-bottom: clamp(20px, 25.23364486vw, 135px);
}

.dmsNewsListing.even .newsImageContainer {}

.dmsNewsListing.even .newsContentContainer {
	position: absolute;
	/* bottom: -5.9em; */
	bottom: 1em;
	right: 1em;
	/* bottom: calc(-0.8 * clamp(20px, 18.691588785vw, 100px)); */
	height: 40%;
	display: grid;
	align-content: center;
}


.dmsNewsListing.odd {
	margin-left: auto;
}

.dmsNewsListing.odd .newsImageContainer {
	text-align: right;
}

.dmsNewsListing.odd .newsContentContainer {
	position: absolute;
	top: 0;
	left: 1em;
}

.dmsNewsListing.even .newsContentContainer {
	text-align: right;
}

.newsContentContainer h3 {
	margin-top: .2em;
	margin-bottom: .5em;
}

.newsContentContainer .dmsMore {
	margin: 0;
}

.newsContentContainer p.info {
	font-size: clamp(15px, 4.859813084vw, 24px);
	font-family: 'firaSans-medium', sans-serif;
	font-weight: normal;
	color: #474747;
	margin-top: 0;
	margin-bottom: 0;
}

.newsContentContainer h3 a {
	text-decoration: none;
	font-family: 'firaSans-medium', sans-serif;
	font-weight: normal;
	line-height: 1.1em;
	color: #474747;
	font-size: clamp(15px, 6.728971963vw, 36px);
	font-size: clamp(19px, 5.981308411vw, 32px);
	transition: all .25s;
	letter-spacing: -0.025em;
	border-bottom: .1em solid transparent;
	text-transform: initial;
}

@property --myColor1 {
	syntax: '<color>';
	initial-value: #47474700;
	inherits: false;
}

@property --myColor2 {
	syntax: '<color>';
	initial-value: #47474700;
	inherits: false;
}

.newsContentContainer h3 a,
.textBorderBackground {
	/* background-image: linear-gradient(#47474700, #47474700); */
	background: linear-gradient(var(--myColor1), var(--myColor2));
	transition: --myColor1 .25s, --myColor2 .25s;
	background-position: 0 94%;
	background-repeat: no-repeat;
	background-size: 100% 3px;

}

.newsContentContainer h3 a:hover {
	/* border-bottom: .1em solid #474747; */
	--myColor1: #474747FF;
	--myColor2: #474747FF;
	background-size: 100% 3px;
}

.dmsMore:before {
	display: inline-block;
	content: '';
	width: .8em;
	height: .8em;
	background: url(/files/themes/dms/images/chevron-rechts-anthrazit.png);
	background-size: contain;
	background-repeat: no-repeat;
	padding-right: .25em;
	display: inline-block;
	font-family: 'firaSans-medium', sans-serif;
}

.dmsMore a {
	font-family: 'firaSans-medium', sans-serif;
	color: #474747;
	text-decoration: none;
	transition: all .25s;
	border-bottom: 2px solid transparent;
	text-transform: initial;
}

.dmsMore a:hover {
	border-bottom: 2px solid #474747;
}

#footer {
	padding-left: clamp(16px, 1.953125vw, 50px);
	padding-right: clamp(16px, 1.953125vw, 50px);
	padding-left: clamp(16px, 9.345794393vw, 50px);
	padding-right: clamp(16px, 9.345794393vw, 50px);
	background: #474747;
}

#footer .social {
	display: grid;
	grid-template-columns: repeat(3, auto);
	justify-content: center;
	align-items: center;
}

#footer p {
	color: #ddd;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

#footer a {
	color: #ddd;
	text-decoration: none;
	border-bottom: 3px solid #ddd;
	transition: all .25s;
	font-family: 'firaSans-medium', sans-serif;
}

#footer a:hover {
	color: #dddddd88;
	border-bottom: 3px solid #dddddd88;
}

#footer .social a {
	text-decoration: none;
	border-bottom: none;

	margin-top: clamp(16px, 9.345794393vw, 50px);
	margin-left: clamp(19px, 5.981308411vw, 32px);
	margin-right: clamp(19px, 5.981308411vw, 32px);
}

#footer .social a:hover {
	opacity: 0.5;
}

#mainFooter>div:first-child p {
	margin-bottom: 0;
}


#mainFooter>div:first-child a {
	text-transform: uppercase;
}

#footer .social img {
	height: clamp(20px, 7.476635514vw, 40px);
	width: auto;
}

#mainFooter>div {
	border-bottom: 3px solid #ddd;
	padding-left: clamp(16px, 9.345794393vw, 50px);
	padding-right: clamp(16px, 9.345794393vw, 50px);
	padding-top: clamp(16px, 9.345794393vw, 50px);
	padding-bottom: clamp(16px, 9.345794393vw, 50px);
}

#mainFooter>div:first-child {
	padding-top: clamp(40px, 13.08411215vw, 70px);
}

#mainFooter>div:last-child p {
	padding-top: 1em;
}

#mainFooter>div:last-child {
	border-bottom: none;
}

.ce_dms_parallax_image img {
	max-width: 100%;
}

.ce_dms_parallax_image {
	position: relative;
	margin-top: clamp(20px, 18.691588785vw, 100px);
	margin-bottom: calc(0.5 * clamp(20px, 18.691588785vw, 100px));
	max-width: 640px;
}

.ce_dms_parallax_image .foregroundImage {
	position: absolute;
	top: 0;
	left: 0;
}

.ce_dms_parallax_image.alignRight img.foregroundImage {
	/*	margin-left: clamp(16px, 3.738317757vw, 40px); */
}

.ce_dms_parallax_image.alignRight {
	margin-left: auto;
}

.ce_dms_parallax_image.alignLeft {
	margin-right: clamp(20px, 7.476635514vw, 40px);
	margin-right: clamp(16px, 3.738317757vw, 40px);

}


.ce_text {
	margin-left: clamp(20px, 7.476635514vw, 40px);
	margin-right: clamp(20px, 7.476635514vw, 40px);
	margin-top: clamp(16px, 9.345794393vw, 50px);
	margin-bottom: clamp(16px, 9.345794393vw, 50px);
	margin-right: clamp(16px, 3.738317757vw, 40px);
	margin-left: clamp(16px, 3.738317757vw, 40px);
}

.ce_text.textColumnLeft h3,
.ce_text.textColumnRight h3 {
	color: white;
	text-transform: uppercase;

}

.ce_text.textColumnRight {
	max-width: 90%;
	margin-left: auto;
	color: white;
	text-align: right;
}

.ce_text.textColumnLeft {
	max-width: 90%;
	margin-right: auto;
	color: white;
	text-align: left;
}


.dmsVideoDescription {
	display: none;
}

.dmsVideoDescriptionInner {
	max-width: 585px;
	margin-left: auto;
	margin-right: auto;
}

.ce_dms_video:not(.dmsVideo) {
	position: relative;
	overflow: hidden;
	max-width: 100%;

}

.dmsVideoInner {
	display: inline-block;
	line-height: 0;
	width: 100%;
	height: 100vh;

}

body[data-dms-video-mode="desktop"] .dmsVideoInner {
	min-height: 140vw;
	/* 160 */
}

body[data-dms-video-mode="mobile"] .dmsVideoInner {
	width: 100vw;
}

.dmsVideoLoading {
	background: url("/files/themes/liv/images/lightbox/loading.gif");
	background-size: cover;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


body[data-dms-video-mode="desktop"] .dmsVideo.noText {
	grid-template-columns: 1fr;
}

body[data-dms-video-mode="desktop"] .dmsVideo.noText .dmsVideoInnerContainer {
	align-self: center;
	justify-self: center;
}

#main .ce_text+.ce_dms_video>.dmsVideo.noText {
	margin-top: 0;

}




.dmsVideo .dmsVideoPoster {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dmsVideoPosterContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

body[data-page="informieren-karriereperspektiven"] .ce_dms_video.dmsVideo {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

body[data-page="informieren-immer-diese-vorurteile"] .ce_text h3 {
	margin-bottom: 0;
	margin-top: 2.75em;
}


body[data-page="informieren-immer-diese-vorurteile"] .ce_text h3+p {
	margin-top: 0;
}

body[data-page="informieren-karriereperspektiven"] .ce_text h3 {
	margin-top: 2.75em;
}



@media all and (max-width: 1024px) {

	body[data-page="informieren-karriereperspektiven"] .ce_text h3 {
		margin-bottom: 0;
		margin-top: 2.75em;
	}


	body[data-page="informieren-karriereperspektiven"] .ce_text h3+p {
		margin-top: 0;
	}
}

.dmsVideoPosterContent {
	position: absolute;
	left: clamp(16px, 3.738317757vw, 40px);
	right: clamp(16px, 3.738317757vw, 40px);
	bottom: clamp(16px, 3.738317757vw, 40px);
	left: .5em;
	right: .5em;
	display: none;
}


.dmsVideoPosterContent h2 {
	text-align: center;
	font-size: clamp(20px, 7.7vw, 60px);
	line-height: .9em;
	padding-bottom: 2.1em;
}

@media all and (min-width: 800px) {
	.dmsVideoPosterContent h2 {
		font-size: clamp(19px, 5.981308411vw, 40px);
		padding-bottom: 3.2em;
	}

}

.dmsVideoPosterContent h2 small {
	font-size: .6225em;
	text-transform: initial;
	letter-spacing: -0.02em;
}


.dmsVideo video {
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.dmsVideo .dmsVideoPoster,
.dmsVideo video {
	width: 100%;
}

.dmsVideoControlOverlay {
	position: absolute;
	display: grid;
	align-items: end;
	align-content: end;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.dmsVideoPlayButton {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: clamp(16px, 9.345794393vw, 50px);
	height: clamp(16px, 9.345794393vw, 50px);
	width: clamp(20px, 18.691588785vw, 100px);
	height: clamp(20px, 18.691588785vw, 100px);
	width: clamp(89px, 28.037383178vw, 150px);
	height: clamp(89px, 28.037383178vw, 150px);
	background: url('/files/themes/dms/images/play_transparent.svg');
	background-size: contain;
	background-repeat: none;
}

.dmsVideoProgressContainer {
	display: flex;
	gap: 5px;
	height: 10px;
}



body[data-dms-video-mode="desktop"] .dmsVideoDescription {
	display: block;
}

body[data-dms-video-mode="desktop"] .dmsVideoInner {
	min-height: clamp(200px, 90vw, 920px);
}


body[data-dms-video-mode="desktop"] .noText .dmsVideoInner {
	min-width: clamp(200px, 50vw, 540px);
}


.dmsVideoDescription {
	padding-left: clamp(16px, 3.738317757vw, 40px);
	padding-right: clamp(16px, 3.738317757vw, 40px);
}

body[data-dms-video-mode="desktop"] .dmsVideo {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: end;
	gap: 2em;
	margin-top: clamp(16px, 9.345794393vw, 50px);
	margin-bottom: clamp(16px, 9.345794393vw, 50px);
	margin-top: clamp(20px, 18.691588785vw, 100px);
	margin-bottom: clamp(20px, 18.691588785vw, 100px);
}

body[data-dms-video-mode="desktop"] .dmsVideo:last-child {
	margin-bottom: 0;
}

body[data-dms-video-mode="desktop"] .dmsVideo video {
	width: 100%;
}

body[data-dms-video-mode="desktop"] .dmsVideoPosterBefore,
body[data-dms-video-mode="desktop"] .dmsVideoPosterAfter,
body[data-dms-video-mode="desktop"] .dmsVideo .btn-info,
body[data-dms-video-mode="desktop"] .dmsVideo progress:not(.currentVideoProgress) {
	display: none;
}

.dmsVideoPosterBefore img,
.dmsVideoPosterAfter img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.dmsVideoDownloadsOverlay {
	display: none;
}

.dmsVideoDownloadsOverlayInner {
	overflow-y: scroll;
}


body[data-dms-video-mode="mobile"] .dmsVideoOverlayDescription h3 {
	margin-bottom: 0;
}

.dmsVideoDownloadsOverlayInner,
.dmsVideoOverlayDescription {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 1.4em;
	z-index: 400;
	background: rgba(0, 0, 0, 0.6);
	padding: clamp(16px, 3.738317757vw, 40px);
	padding-bottom: clamp(16px, 9.345794393vw, 50px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(16px, 3.738317757vw, 40px);
}

.dmsVideoDownloadsOverlay .close,
.dmsVideoOverlayDescription .close {
	/* position: absolute; 
	right: clamp(16px, 3.738317757vw, 40px);
	top: clamp(16px, 3.738317757vw, 40px); */
	z-index: 450;
	margin-top: .75em;
	margin-right: .5em;
	display: block;
	text-align: right;

}

.dmsVideoMetaButtons {
	display: none;
	text-align: center;
	margin-bottom: 1em;
}

.dmsVideoMetaButtons>a {
	padding-left: .5em;
	padding-right: .5em;

}

body .dmsVideo.alignImplicit {
	display: block;
	margin-top: 0;	
}

body .dmsVideo.alignImplicit .dmsVideoInner {
	min-height: auto;
	height: auto;
}

.relatedDownload img {
	max-width: 100%;
}

.relatedDownload {
	display: grid;
	max-width: 600px;
	grid-template-columns: repeat(auto-fit, minmax(min(160px, 100%), 1fr));
	grid-template-columns: .3fr .7fr;
	gap: 2em;
	margin-bottom: 2em;
}

.relatedDownload p {
	margin: 0;
}

.relatedDownload .relatedDownloadInfoContainer a {
	text-decoration: none;
	border-bottom: 0.1em solid white;
	transition: all .25s;
	color: white;
}

.relatedDownload .relatedDownloadInfoContainer a:hover {
	border-color: transparent;
}


/* Ajax overlay */
#ajaxOverlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(20, 20, 20, 0.8);
	overflow: auto;
	z-index: 200;

}

#ajaxOverlayContent {
	position: relative;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	background-color: transparent;
	transition: all .5s;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	cursor: auto;
	max-width: 1024px;

}

#ajaxOverlayClose:hover {
	color: #96b600;
}

#ajaxOverlayContent p {
	color: white;
}

#ajaxOverlayClose {
	transition: color .25s;
	position: absolute;
	top: 2em;
	right: 2em;
	font-size: 1.25em;
	color: #96b600;
	font-family: Arial, sans-serif;
	font-weight: normal;
	right: clamp(16px, 3.738317757vw, 40px);
	top: clamp(16px, 3.738317757vw, 40px);
	right: 0;
	top: 0;
	color: rgb(68, 68, 68);
	/*	margin-left: auto;
	margin-right: auto; */
	text-align: right;
	padding: clamp(16px, 3.738317757vw, 40px);
	padding-top: 0;
	z-index: 999999;
	padding-right: 0;
	justify-self: end;
	align-self: end;
	padding-right: clamp(16px, 3.738317757vw, 40px);
}

/* how to scale linearely between 320 - 600 px for 0.8 to 1 scale? */
#menuContainerInner {
	transform: scale(1);
	height: 100%;
	margin-bottom: -20em;
}


@media all and (max-width: 535) {
	#menuContainerInner {
		transform: scale(0.95);
	}
}

@media all and (min-width: 800px) {
	#ajaxOverlayClose {
		padding-right: clamp(16px, 3.738317757vw, 40px);
	}

	#ajaxOverlayContent {
		padding: 0;
		width: 100%;
	}
}

#ajaxOverlayContentInner>p {
	padding-right: clamp(16px, 3.738317757vw, 40px);
	padding-left: clamp(16px, 3.738317757vw, 40px);
}


#ajaxOverlayContentInner>.innerContent {
	padding-right: clamp(16px, 3.738317757vw, 40px);
	padding-left: clamp(16px, 3.738317757vw, 40px);
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	justify-content: center;

}

#ajaxOverlayContentInner .innerContent a.close {
	display: block;
	text-align: right;
}

#downloadsOverlay {
	display: none;
}

.overlayInner {
	padding: clamp(50px, 16.822429907vw, 90px) 0;
	padding-left: clamp(16px, 3.738317757vw, 40px);
	padding-right: clamp(16px, 3.738317757vw, 40px);
}


.overlayInner h2 {
	color: white;
}

.ce_livint_collapsible_trigger {
	text-align: center;
}

.ce_livint_collapsible_trigger h3 {
	display: inline-block;
	border: 2px solid #DDD;
	padding: .5em 1em;
	font-size: clamp(15px, 4.859813084vw, 26px);
	color: white;
	border: 2px solid white !important;
	padding: .25em .75em;
	font-family: 'firaSans-medium', sans-serif;
	margin-top: clamp(16px, 9.345794393vw, 50px);
	margin-bottom: clamp(16px, 9.345794393vw, 50px);
}

.event_list .teaser p:last-child {
	margin-bottom: 0;
}



.event_list_inner {
	border-top: 2px solid #DDD;
	border-bottom: 2px solid #DDD;
	padding-top: clamp(16px, 1.869158878vw, 20px);
	padding-bottom: clamp(16px, 1.869158878vw, 20px);
	transition: all .25s;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	margin-left: clamp(20px, 7.476635514vw, 40px);
	margin-right: clamp(20px, 7.476635514vw, 40px);
	margin-left: clamp(16px, 3.738317757vw, 40px);
	margin-right: clamp(16px, 3.738317757vw, 40px);

}

.event_list_inner a {
	color: white;
	text-decoration: none;
	border-bottom: 0.1em solid white;
	font-weight: normal;
	font-family: 'FiraSans-bold', sans-serif;
}


.event_list_inner a:hover {
	opacity: 0.8;
}

.event_list+.event_list .event_list_inner {
	border-top: none;
}


.event_list:hover>a {
	cursor: pointer;
}

.event_list:hover>a>.event_list_inner {
	background: rgba(0, 0, 0, 0.1);
}

.event_list .info {
	margin: 0;
}

.event_list .title {
	margin: 0;
}

.mod_eventlist {
	margin-bottom: clamp(16px, 9.345794393vw, 50px);
}

.gmPreviewContainer {
	position: relative;
}

.gmPositionContainer {
	display: grid;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.gmPreviewContainerInner {
	background-color: #dc0031;
	background-color: rgba(220, 0, 49, 1);
	background-color: rgba(230, 35, 63, 1);
	background-color: #e6233f;
	background-color: white;
	/*	background-color: rgba(200,0,7,.88); */
	opacity: .88;
	display: grid;
	align-content: center;
	margin: 2em 4em;
}

.gmPreviewImageContainer {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-filter: grayscale(70%);
	filter: grayscale(70%);
}

.gmPreviewContainerContent {
	padding: 2em 10%;
}

@media all and (max-width: 800px) {
	.gmPreviewContainerContent {
		padding: 2em 10%;
	}

	.gmPreviewContainerInner {
		margin: 1em 2em;
	}
}

@media all and (max-width: 600px) {
	.gmPreviewContainerInner {
		margin: 1em .5em;
	}
}



.gmPreviewContainer .gmPreviewContainerContent h3,
.gmPreviewContainer .gmPreviewContainerContent p {
	color: black;
	text-align: center;
}

.gmPreviewContainerContent .moreLink,
.gmPreviewContainerContent .moreLink:visited {
	position: static;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border-color: white;
	color: #dc0031;
	background: #827491;
	color: white;
	padding: .25em .5em;
	text-decoration: none;
	border: 2px solid #DDD;
	padding: .5em 1em;
	transition: all .25s;
	font-size: clamp(15px, 4.859813084vw, 26px);
}

.gmPreviewContainerContent a:not(.moreLink),
.gmPreviewContainerContent a:not(.moreLink):visited {
	padding-bottom: 0px;
	display: inline-block;
	margin-bottom: 0;
	line-height: .8em;
	color: black;
	text-decoration: none;
	border-bottom: 2px solid black;
}

.gmPreviewContainerContent .moreLink:hover {
	background-color: #dc0031;
	background-color: #c80007;
	color: #827491;
	border-color: #827491;
	background: white;
}


.dmgMap {
	height: 100vh;
	width: 100%;
	max-width: 1024px;
}

@media all and (min-width: 1024px) {
	.dmgMap {
		min-height: 1142px;
	}
}

.ce_dms_map {
	position: relative;
	overflow-x: hidden;
}

#gmap1 button.gm-ui-hover-effect {
	display: none !important;
}

#gmapLeftPanel a {
	text-decoration: none;
	color: black;
	border-bottom: .1em solid black;
}

.gmapTooltipClose {
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url("/files/themes/dms/images/icon_close_black_new.png") !important;
	background-size: cover;
	background-position: center center;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

#gmapInputBar {
	position: absolute;
	bottom: clamp(16px, 9.345794393vw, 50px);
	display: grid;
	grid-template-columns: 1fr auto;
	z-index: 80;
	background: white;
	gap: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	padding: .25em;
	border-radius: 5px;
}

#gmapInputBar img {
	width: 28px;
	padding: 4px;
}

#gmapInputBar input[type="text"] {
	border: none;
	padding: .5em 1em;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#menuOverlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 150;
	background: rgba(0, 0, 0, 0.5);
	padding: clamp(16px, 3.738317757vw, 40px);
	padding-top: 0;
	/*        padding-bottom: clamp(16px, 9.345794393vw, 50px); */
	display: none;

}

#menuOverlay .close {
	position: absolute;
	right: 0;
	top: 0;
	padding: clamp(16px, 3.738317757vw, 40px);
	padding-top: 0;
	margin-right: .55em;

}

@media all and (max-width: 1024px) {
	#menuOverlay .close {
		padding-right: 0;
	}
}


#menuOverlay .closeContainer {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 110;
}


#gmapLeftPanel .close img {
	width: clamp(10px, 6.728971963vw, 36px);
	height: auto;
	padding: clamp(16px, 3.738317757vw, 40px);
}

#menuOverlay .closeContainer img {
	width: clamp(10px, 6.728971963vw, 36px);
	height: auto;
}

#main .gmapTooltip p {
	font-size: clamp(14px, 3.364485981vw, 18px);
	color: black;
}

#main .gmapTooltip a {
	color: black;
	text-decoration: none;
	border-bottom: .1em solid black;
}

#main .gmapTooltip a:hover {
	border-color: transparent;
}


#gmapContactForm {
	display: none;
	position: absolute;
	padding: clamp(16px, 3.738317757vw, 40px);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 120;
}


#gmapContactForm .contactFormInner .checkboxContainer {
	margin-top: 0;
	padding-top: 0; 
	margin-bottom: 0;
	padding-bottom: 0;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: baseline;
}

#gmapContactForm .contactFormInner h3 + p {
	margin-bottom: 0;
}

#gmapContactForm>div {
	display: grid;
	padding: clamp(16px, 3.738317757vw, 40px);
	background: #827491;
}

a.gmapContact {
	margin-bottom: 1em;
}

#gmapContactForm>div>div.contactFormInner {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#gmapContactForm .icheckbox {
	margin-top: 0;
}
#gmapContactForm .icheckbox,
#gmapContactForm .icheckbox + span {
	margin-bottom: .5em;
	max-width: 100%;
}

#gmapContactForm .privacyCheckboxContainer .errorMessage {
	display: none;
}

#gmapContactForm .privacyCheckboxContainer.error .errorMessage {
	display: block;
}

#gmapContactForm .privacyCheckboxContainer .icheckbox {
	position: absolute;
	margin-top: 1em;
}

#gmapContactForm .privacyCheckboxContainer label {
	margin-left: 1.5em;
}

#gmapContactForm a {
	color: white;
	border-color: white;
}

#gmapContactForm p,
#gmapContactForm label {
	color: white;
	font-size: clamp(16px, 3.738317757vw, 20px);
	padding-bottom: .25em;
	padding-top: .5em;
	display: block;
}

#gmapContactForm input[type="text"] {
	min-width: 100px;
	max-width: 320px;
	width: 100%;
	height: 2em;
	box-sizing: border-box;
	/*	margin-bottom: clamp(16px, 3.738317757vw, 40px); */
	background: #827491;
	border: 2px solid white;
	font-family: 'firaSans-medium', sans-serif;
	font-weight: normal;
	font-size: clamp(16px, 3.738317757vw, 20px);
	color: white;
	padding: .5em;
}

#gmapContactForm p:empty {
	margin: 0;
}



#gmapContactForm textarea {
	min-width: 100px;
	max-width: 320px;
	width: 100%;
	box-sizing: border-box;
	min-height: 80px;
	background: #827491;
	border: 2px solid white;
	font-family: 'firaSans-medium', sans-serif;
	font-weight: normal;
	font-size: clamp(16px, 3.738317757vw, 20px);
	color: white;
	padding: .5em;
}

#top #gmapContactForm .error {
	border: 1px solid red;
}

#gmapContactForm .contactFormInner>div:last-child>div:last-child {
	max-width: 320px;
}

#contactNameError,
#contactMessageError,
#contactMailError,
#contactPhoneError {
	display: none;
	color: red;
	margin-top: 0;
}

.ce_image.quarterWidthImage img {
	width: 66%;
	height: auto;
}

.ce_image.halfWidthImage img {
	width: 48%;
	height: auto;
}

.ce_image.alignRight {
	text-align: right;
}


.mod_article.addMiddleLine {
	background: linear-gradient(to right, transparent 50%, #27456A 50%);

	background-size: 5px 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.ce_image.alignCenter .image_container {
	text-align: center;
}

body[data-theme="5"] .ce_livint_collapsible_start .ce_livint_collapsible_trigger {
	background: #acbece;
	padding: 1px;
	/* no margin collapse */
}


.ce_livint_collapsible_trigger h3,
body[data-theme="5"] .ce_livint_collapsible_trigger h3 {
	color: white;
	border-color: white;
	transition: all .25s;
}

.ce_livint_collapsible_trigger h3:hover,
body[data-theme="5"] .ce_livint_collapsible_trigger:hover h3 {
	background: white;
}

.ce_livint_collapsible_trigger h3:hover,
body[data-theme="5"] .ce_livint_collapsible_trigger:hover h3 {
	color: #474747;
}


body[data-theme="5"] .ce_text.withBackground {
	background: #acbece;
	padding: 1px;
	/* no margin collapse */
}


body[data-theme="5"] .ce_image.withBackground figure {
	background: #acbece;
	padding: 1em 0;
	margin-top: clamp(16px, 9.345794393vw, 50px);
	margin-bottom: clamp(16px, 9.345794393vw, 50px);
}

body[data-theme="5"] .ce_image {
	padding-left: clamp(16px, 3.738317757vw, 40px);
	padding-right: clamp(16px, 3.738317757vw, 40px);
}

@media all and (max-width: 800px) {
	.absoluteTitle {
		/*	position: absolute;
		z-index: 99; */
	}

	.absoluteTitle h1 {
		/* padding-top: clamp(32px, 10.280373832vw, 55px); */
	}
}

.absoluteTitle {
	pointer-events: none;
}


.progressBar {
	height: 10px;
	background: rgba(255, 255, 255, 0.5);
	width: 100%;
}

.progressBarInner {
	height: 100%;
	width: 0%;
	background: rgba(255, 255, 255, 0.5);
	transition: all .5s linear;
}

.dmsVideoInnerContainer {
	display: grid;
	align-content: center;
	justify-content: center;
	/* background: rgba(0, 0, 0, 0.6); */
	position: relative;


}

body[data-dms-video-mode="desktop"] .progressBar:not(.currentVideoProgress) {
	display: none;
}

#shareBarInner {
	display: flex;
	align-items: center;
	justify-content: center;
}

#shareIcon {
	text-align: center;
	margin: clamp(16px, 9.345794393vw, 50px);
	margin: clamp(40px, 13.08411215vw, 70px);
	position: relative;
}

#shareIcon .shareIconButton>span {
	font-size: clamp(32px, 3.738317757vw, 40px);
	color: white;
}


body[data-theme="0"] #shareIcon .shareIconButton>span {
	font-size: clamp(32px, 3.738317757vw, 40px);
	color: #474747;
}

#shareIcon>img {
	cursor: pointer;

}


.ce_livint_collapsible_start+#shareIcon {
	margin-top: 0;
}

#shareBar .close img {
	width: clamp(15px, 4.859813084vw, 26px);
	position: relative;
	top: -1em;
  	right: -1em;
	margin-left: 3em;
}

#shareBar span[class^="icon-"] {
	font-size: clamp(29px, 9.345794393vw, 50px);
}

#shareBar {
	display: none;

	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0) scale(0.6);
	background: rgba(0, 0, 0, 0.75);
	border-radius: 8px;
	padding: 1em 2em;
}

span[class^="icon-"],
span[class*=" icon-"] {
	font-size: clamp(32px, 3.738317757vw, 40px);
	color: white;
	padding: 0 .25em;
	transition: all .25s;
}

span[class^="icon-"]:hover,
span[class*=" icon-"]:hover {
	opacity: 0.6;
}

#shareBar .close {
	transition: all .25s;
}

#shareBar .close:hover {
	opacity: 0.6;
}

.ce_simpleParallax {
	margin-top: 0 !important;
	padding-top: 0 !important;

}


.ce_form label {
	width: 45%;
	margin-top: .4em;
}

.ce_form label {
	float: left;
	padding: 0;
	margin: 0;
	line-height: 1.3125rem;
	padding-bottom: .2em;
}

.ce_form .widget-checkbox label {
	width: 90%;
	margin: 0;
	padding: 0;
	margin-left: 1em;
}

span.invisible {
	display: none;
}

.checkbox {
	float: left;
}


.checkbox_container>span {
	display: block;
	clear: both;
}

.widget legend {
	width: 100%;
	color: rgba(68, 68, 68, 1);
	font-family: 'firaSans-bold';
	font-size: 0.9375rem;
	margin: 0;
	margin-top: 1.25rem;
	font-weight: normal;
	margin-bottom: 0.625rem;
}

.ce_form .radio_container span,
.ce_form .radio_container label {
	width: auto;

}

.ce_form .radio_container label {
	margin-right: 1.25rem;
	color: rgba(68, 68, 68, 1);
	margin-top: .5em;
}

.ce_form .radio_container input[type=radio] {
	float: left;
	margin-top: 0.5rem;
	margin-right: 1.25rem;
}


.ce_form label {
	width: 30%;
	padding-top: .5em;
}

.ce_form input[type="text"],
.ce_form input[type="email"],
.ce_form input[type="tel"],
.ce_form input[type="password"],
.ce_form input[type="date"],
.ce_form input[type="datetime"],
.ce_form input[type="email"],
.ce_form input[type="number"],
.ce_form input[type="search"],
.ce_form input[type="tel"],
.ce_form input[type="time"],
.ce_form input[type="url"],
.ce_form input:not([type]),
.ce_form textarea {
	width: 65%;
	min-width: 100px;
	max-width: 320px;
	height: 2em;
	box-sizing: border-box;
	/* margin-bottom: clamp(16px, 3.738317757vw, 20px); */
	background: white;
	border: 2px solid #888888;
	font-family: 'firaSans-medium', sans-serif;
	font-weight: normal;
	font-size: clamp(16px, 3.738317757vw, 20px);
	color: #474747;
	padding: .5em;
}

.ce_form input[type="text"],
.ce_form input[type="file"],
.ce_form input[type="password"],
.ce_form input[type="date"],
.ce_form input[type="datetime"],
.ce_form input[type="email"],
.ce_form input[type="number"],
.ce_form input[type="search"],
.ce_form input[type="tel"],
.ce_form input[type="time"],
.ce_form input[type="url"],
.ce_form input:not([type]),
.ce_form textarea {
	width: 50%;
	float: right;
}

.ce_form .widget {
	margin-bottom: 1.25em;
}

.ce_form .widget::after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

.ce_form {
	max-width: 620px;
	margin: clamp(16px, 3.738317757vw, 40px);
}



.ce_form input[type="text"],
.ce_form input[type="file"],
.ce_form input[type="password"],
.ce_form input[type="date"],
.ce_form input[type="datetime"],
.ce_form input[type="email"],
.ce_form input[type="number"],
.ce_form input[type="search"],
.ce_form input[type="tel"],
.ce_form input[type="time"],
.ce_form input[type="url"],
.ce_form input:not([type]),
.ce_form textarea,
.ce_form label {
	float: none;
	width: 100%;
	display: block;
}


.ce_form textarea {
	min-height: 6em;
}


.ce_form .checkbox_container {
	border: none;
}

.ce_form .checkbox_container .icheckbox {
	position: absolute;
	margin-top: .6em;
}

.ce_form .checkbox_container label {
	margin-left: 1.5em;
	line-height: 1.375em;
}

.mod_newsreader {
	padding-top: clamp(89px, 28.037383178vw, 150px);
}

.mod_newsreader p.info,
.mod_newsreader .backLink {
	padding-left: clamp(16px, 3.738317757vw, 40px);
	padding-right: clamp(16px, 3.738317757vw, 40px);
}

.mod_newsreader h1 {
	padding-top: 0;
	padding-left: clamp(16px, 3.738317757vw, 40px);
	padding-right: clamp(16px, 3.738317757vw, 40px);
}

.mod_newsreader .back {
	display: none;
}

.ce_text figure {
	display: inline-block;

}

figcaption p.copyright {
	margin: 0;
	text-align: right;
	font-size: 0.8125em;
}

body .icheckbox,
body .iradio {
	background: url(/files/themes/dms/images/minimal_transparent.png) no-repeat;
	margin-right: 0.5em;
}

body .ce_form .icheckbox,
body .ce_form .iradio {
	background: url(/files/themes/dms/images/minimal.png) no-repeat;
	margin-right: 0.5em;
}

body .ce_form .icheckbox.checked {
	background-position: -40px 0;
}



.icheckbox,
.iradio {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0;
	width: 18px;
	height: 18px;
	background: url(../../files/themes/dms/css/minimal.png) no-repeat;
	border: 0;
	cursor: pointer;
}

.iradio {
	margin-right: .8625rem;
	margin-top: .3125rem;
}

.iradio.checked {
	background-position: -140px 0;
}

.icheckbox.checked {
	background-position: -40px 0;
}


.innerDmsHeaderVideo video {
    max-width: 100%;
    width: auto;
    height: auto;
}


.text-center { text-align: center; }
.text-uppercase { text-transform: uppercase; }

