/* fade image in while loading and show a spinner as background image (good for progressive images) */
.lazyload {
    opacity: 0;
}
.lazyloading {
    opacity: 1;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    background: #f7f7f7 url("/org.dreamox.cms.appmenu/org/dreamox/cms/appmenu/view/jsp/images/loader.gif") no-repeat center/auto !important;
}
.moximgbox_wrapper {
	display: block;
	position: relative;
	max-width: 100%;
}

/** notify.css **/
.notyfy_container{
	position: fixed;
	height: auto;
	margin: 0;
	padding: 0;
	width: 310px;

	list-style-type: none;
	z-index: 1000000;
}

.notyfy_container_inline{
	position: relative;
	width: auto;
	height: auto;

	list-style-type: none;
}

#notyfy_container_top{ top: 0; left: 5%; width: 90%; }
#notyfy_container_bottom{ bottom: 0; left: 5%; width: 90%; }

#notyfy_container_topRight{ top: 20px; right: 20px; }
#notyfy_container_topLeft{ top: 20px; left: 20px; }
#notyfy_container_bottomRight{ bottom: 20px; right: 20px; }
#notyfy_container_bottomLeft{ bottom: 20px; left: 20px; }

#notyfy_container_topCenter{ top: 20px; left: 50%;  }
#notyfy_container_bottomCenter{ bottom: 20px; left: 50%; }

#notyfy_container_center{ top: 50%; left: 50%; }
#notyfy_container_centerLeft{ left: 20px; top: 50%; }
#notyfy_container_centerRight{ right: 20px; top: 50%; }

#notyfy_modal{
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	left: 0; top: 0;
	z-index: 10000;
}

/** Default Theme **/
.notyfy_wrapper{
	overflow: hidden;
	background: url("/org.dreamox.cms.appmenu/org/dreamox/cms/appmenu/view/jsp/images/notyfy.png") repeat-x scroll left top #fff;

	background-color: #FFF;
	border-color: #CCC;
	color: #444;

	border: 1px solid #eee;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.notyfy_wrapper:first-child{ border-top-left-radius: 5px; border-top-right-radius: 5px; }
.notyfy_wrapper:last-child{ border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }

/* Layout specific styles */
#notyfy_container_top .notyfy_wrapper{
	border-radius: 0px 0px 5px 5px;
	border-width: 0 2px 2px 2px;
}

#notyfy_container_bottom .notyfy_wrapper{
	border-radius: 5px 5px 0px 0px;
	border-width: 2px 2px 0 2px;
}

#notyfy_container_top .notyfytheme_defaultTheme:first-child{ border-radius: 0; }
#notyfy_container_bottom .notyfytheme_defaultTheme:last-child{ border-radius: 0; }

/* Message element */
.notyfy_message{
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	padding: 8px 10px 9px;
	width: auto;
	position: relative;
}

/* Close button */
.notyfy_close{
	position: absolute;
	top: 4px; right: 4px;
	width: 10px; height: 10px;
	background: url("/org.dreamox.cms.appmenu/org/dreamox/cms/appmenu/view/jsp/images/close.png");
	display: none;
	cursor: pointer;
}

/* Optional buttons */
.notyfy_buttons{
	padding: 5px;
	text-align: right;
	border-top: 1px solid #ccc;
	background-color: #ffffff;
}

.notyfy_buttons button{
	margin-left: 5px;
}

.notyfy_buttons button:first-child{
	margin-left: 0;
}

/* Type: Alert */
.notyfy_alert{
	background-color: #FFF;
	border-color: #CCC;
	color: #444;
}

/* Type: Warning */
.notyfy_warning{
	background-color: #FFEAA8;
	border-color: #FFC237;
	color: #826200;
}

.notyfy_warning .notyfy_buttons{
	border-top: 1px solid #FFC237;
}

/* Type: Error */
.notyfy_error{
	background-color: red;
	border-color: darkred;
	color: #FFF;
}

.notyfy_error .notyfy_message{
	font-weight: bold;
}

.notyfy_error .notyfy_buttons{
	border-top: 1px solid darkred;
}

/* Type: Information */
.notyfy_information{
	background-color: #57B7E2;
	border-color: #0B90C4;
	color: #FFF;
}

.notyfy_information .notyfy_buttons{
	border-top: 1px solid #0B90C4;
}

/* Type: Success */
.notyfy_success{
	background-color: lightgreen;
	border-color: #50C24E;
	color: darkgreen;
}

.notyfy_success .notyfy_buttons{
	border-top: 1px solid #50C24E;
}

/* Modal backdrop */
#notyfy_modal{
	background-color: #000;
	opacity: 0.6;
}
.moximgbox_copy {
   display: block;
}


/** Maploader **/
.mapLoader {
   position: relative;
   padding-top: 60%;
   background-color: #eee;
   margin-bottom: 15px;
   background-image: url(/org.dreamox.cmsmox.divlayout/org/dreamox/cmsmox/divlayout/view/jsp/images/map-smal.jpg);
   background-size: cover;
   background-position: center;
}
.mapLoader a {
   color: #fff;
   text-decoration: underline;
}
.mapLoader a:focus,
.mapLoader a:hover,
.mapLoader a:active {
   background-color: #000;
}
.mapLoaderMap {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
}
.mapLoaderDialog {
   background-color: rgba(51, 51, 51, 0.8);
   padding: 15px;
   color: #fff;
   text-align: center;
}
button.mapLoaderActivate {
   background-color: #fff;
   border: none;
   outline: none;
   color: #333;
   border-radius: 5px;
   padding: 5px 15px;
   font-weight: 600;
}
button.mapLoaderAuto span.mapLoaderAutoCheck {
   display: block;
   position: absolute;
   left: 5px;
   top: 3px;
   width: 15px;
   height: 15px;
   border-radius: 3px;
   border: 1px solid #fff;
}
button.mapLoaderAuto[disabled] {
   opacity: 0.5;
   cursor: not-allowed;
}
button.mapLoaderAuto.mapLoaderCheckActive span.mapLoaderAutoCheck:before {
   content: "";
   position: absolute;
   width: 5px;
   height: 10px;
   border-bottom: 2px solid #fff;
   border-right: 2px solid #fff;
   transform: rotate(45deg);
   left: 4px;
   top: 1px;
}
button.mapLoaderAuto {
   background-color: transparent;
   border: none;
   padding: 0 0 0 30px;
   margin: 0;
   position: relative;
   outline: none;
   color: #fff;
}
button.mapLoaderAuto:focus,
button.mapLoaderAuto:hover,
button.mapLoaderAuto:active {
   background-color: #000;
}
.mapLoaderOverlay {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   display: flex;
   justify-content: center;
   align-items: center;
   font-weight: 300;
   font-size: 16px;
}
.mapLoaderOverlay p {
   margin: 15px 0;
}
p.mapLoaderHeadline {
   font-size: 24px;
   font-weight: 600;
   margin: 0;
}


/** Erweiterter Datenschutzdialog **/
#datenschutzOverlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 150000;
	background-color: rgba(51,51,51,0.8);
	padding: 20px;
	overflow: auto;
}

#datenschutzDialog {
	position: relative;
	margin: 75px auto;
	z-index: 151000;
	background-color: #fff;
	max-width: 720px;
	padding: 20px;
}

#datenschutzDialog a {
	font-weight: 600;
	color: #4d4d4d;
}

#datenschutzDialog a:focus,
#datenschutzDialog a:hover,
#datenschutzDialog a:active {
	color: #4d4d4d;
	text-decoration: underline;
}

#datenschutzDialog .datenschutzLinks a {
	margin-left: 8px;
	white-space: nowrap;
}

#datenschutzDialog .datenschutzTitle {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 5px;
}

@media (min-width: 600px) {	
	#datenschutzDialog .datenschutzTitle {
		padding-right: 220px;
	}
}

#datenschutzDialog .datenschutzLangs {
	pointer-events: none;
	height: 35px;
	position: relative;
	z-index: 5;
}

@media (min-width: 600px) {	
	#datenschutzDialog .datenschutzLangs {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 200px;
	}
}

#datenschutzDialog .datenschutzLangs > button {
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #777;
	box-shadow: 0 1px 1px rgba(51,51,51,0.2);
	width: 100%;
	display: block;
	text-align: left;
	padding: 4px 25px 4px 5px;
	margin: 0;
	position: relative;
	pointer-events: initial;
}

#datenschutzDialog .datenschutzLangs > button .dsArrowDown {
	position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -11.5px;
}

#datenschutzDialog .datenschutzLangs ul {
	opacity: 0;
	pointer-events: none;
	transition: opacity ease 100ms;
	border: 1px solid #777;
	border-radius: 5px;
	background-color: #fff;
}

#datenschutzDialog .datenschutzLangs.dsActive ul {
	opacity: 1;
	pointer-events: initial;
}

#datenschutzDialog .datenschutzLangs ul button {
	width: 100%;
	border: none;
	padding: 4px 5px;
	background-color: #fff;
	border-radius: 5px;
	text-align: left;
	outline: none;
}

#datenschutzDialog .datenschutzLangs ul button:focus,
#datenschutzDialog .datenschutzLangs ul button:hover,
#datenschutzDialog .datenschutzLangs ul button:active {
	background-color: #eee;
}

#datenschutzDialog .datenschutzDetails {
	display: none;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

#datenschutzDialog .datenschutzDetails.datenschutzDetailsActive {
	display: block;
}

#datenschutzDialog ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

@media (min-width: 600px) {	
	#datenschutzDialog .datenschutzCategorySelection ul {
		display: flex;
	}
}

#datenschutzDialog .datenschutzCategorySelection button {
	background-color: transparent;
	border: none;
	text-align: left;
	margin: 0 30px 5px 0;
	padding: 5px 5px 5px 0;
	outline: none;
	white-space: nowrap;
}

#datenschutzDialog .datenschutzCategorySelection button span {
	margin-right: 5px;
}

#datenschutzDialog .datenschutzCategorySelection button:focus,
#datenschutzDialog .datenschutzCategorySelection button:hover,
#datenschutzDialog .datenschutzCategorySelection button:active {
	text-decoration: underline;
}

#datenschutzDialog .datenschutzCategoryRequired {
	opacity: 0.5;
}

#datenschutzDialog .datenschutzCategoryTitle {
	font-weight: 600;
	font-size: 16px;
}

#datenschutzDialog .datenschutzDetailsToggleBtn {
	background-color: transparent;
	font-weight: 600;
	font-size: 13px;
	border: none;
	margin: 5px 0;
	padding: 0;
	outline: none;
}

#datenschutzDialog .datenschutzDetailsToggleBtn:focus,
#datenschutzDialog .datenschutzDetailsToggleBtn:hover,
#datenschutzDialog .datenschutzDetailsToggleBtn:active {
	text-decoration: underline;
}

#datenschutzDialog .dsFlagIcon {
	width: 12px;
	height: 9px;
	display: inline-block;
}

#datenschutzDialog .dsArrowUp {
	width: 15px;
	height: 15px;
	display: inline-block;
	position: relative;
}

#datenschutzDialog .dsArrowUp:before {
	position: absolute;
	content: "";
	width: 8px;
    height: 8px;
    bottom: -2px;
    left: 2px;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(225deg);
}

#datenschutzDialog .dsArrowDown {
	width: 15px;
	height: 15px;
	display: inline-block;
	position: relative;
}

#datenschutzDialog .dsArrowDown:before {
	position: absolute;
	content: "";
	width: 8px;
    height: 8px;
    bottom: 2px;
    left: 2px;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
}

#datenschutzDialog .dsChecked {
	width: 15px;
	height: 15px;
	display: inline-block;
	border: 2px solid #333;
	background-color: #333;
	border-radius: 3px;
	position: relative;
	top: 1px;
}

#datenschutzDialog .dsChecked:before {
	position: absolute;
	content: "";
	width: 6px;
    height: 10px;
    bottom: 2px;
    left: 2px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

#datenschutzDialog .dsUnchecked {
	width: 15px;
	height: 15px;
	display: inline-block;
	border: 2px solid #333;	
	background-color: #fff;
	border-radius: 3px;
	position: relative;
	top: 1px;
}

#datenschutzDialog .dsArrowRight {
	width: 15px;
	height: 15px;
	display: inline-block;
	position: relative;
	margin-right: 1px;
}

#datenschutzDialog .dsArrowRight:before {
	position: absolute;
    content: "";
    width: 6px;
    height: 3px;
    background-color: #4d4d4d;
    top: 8px;
    left: 2px;
}

#datenschutzDialog .dsArrowRight:after {
	position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 5.5px;
    left: 8px;
    top: 4px;
    border-color: transparent transparent transparent #4d4d4d;
}


@media (min-width: 600px) {	
	#datenschutzDialog .datenschutzFooter {
		display: flex;
		justify-content: flex-end;
	}
}

#datenschutzDialog .datenschutzFooter button {
	color: #333;
	border: 2px solid #333;
	background-color: #fff;
	padding: 9px 15px;
	margin-left: 15px;
	border-radius: 2px;
	font-weight: 600;
	width: 100%;
	margin: 15px 0 0;
}

@media (min-width: 600px) {	
	#datenschutzDialog .datenschutzFooter button {
		width: auto;
		margin: 0 0 0 15px;
	}
}

#datenschutzDialog .datenschutzFooter button.datenschutzFooterSelectAll {
	background-color: #333;
	color: #fff;
}

.datenschutzDialogOpen {
	overflow: hidden !important;
}


/** Videoplayer **/
.cmvVideo {
    margin-bottom: 15px;
}

.cmvVideoPlayerPlaceholder {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
}

.cmvVideoWrapper {
	position: relative;
}

.cmvVideoPlayer {
	height: 0;
	position:  relative;
	background-color: #eee;
}

.cmvVideoPlayer > iframe {
	position: absolute;
	left: 0;
	top: 0;
}

.cmvVideo a {
   color: #fff;
   text-decoration: underline;
}
.cmvVideo a:focus,
.cmvVideo a:hover,
.cmvVideo a:active {
   background-color: #000;
   color: #fff;
}
.cmvLoaderDialog {
   background-color: rgba(51, 51, 51, 0.8);
   padding: 15px;
   color: #fff;
   text-align: center;
}
button.cmvLoaderActivate {
   background-color: #fff;
   border: none;
   outline: none;
   color: #333;
   border-radius: 5px;
   padding: 5px 15px;
   font-weight: 600;
}
button.cmvLoaderAuto span.cmvLoaderAutoCheck {
   display: block;
   position: absolute;
   left: 5px;
   top: 3px;
   width: 15px;
   height: 15px;
   border-radius: 3px;
   border: 1px solid #fff;
}
button.cmvLoaderAuto[disabled] {
   opacity: 0.5;
   cursor: not-allowed;
}
button.cmvLoaderAuto.cmvLoaderCheckActive span.cmvLoaderAutoCheck:before {
   content: "";
   position: absolute;
   width: 5px;
   height: 10px;
   border-bottom: 2px solid #fff;
   border-right: 2px solid #fff;
   transform: rotate(45deg);
   left: 4px;
   top: 1px;
}
button.cmvLoaderAuto {
   background-color: transparent;
   border: none;
   padding: 0 0 0 30px;
   margin: 0;
   position: relative;
   outline: none;
   color: #fff;
}
button.cmvpLoaderAuto:focus,
button.cmvLoaderAuto:hover,
button.cmvLoaderAuto:active {
   background-color: #000;
}
.cmvLoaderOverlay {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   display: flex;
   justify-content: center;
   align-items: center;
   font-weight: 300;
   font-size: 16px;
}
.cmvLoaderOverlay p {
   margin: 15px 0;
}
p.cmvLoaderHeadline {
   font-size: 24px;
   font-weight: 600;
   margin: 0;
}
.fancybox-inner .cmvVideo {
	width: 800px;
	margin: 0;
	max-width: calc(100vw - 100px);
}
