td.day-with-events a.ui-state-default {
	background: #A6ffA6;
	background-color: #A6ffA6
}

/*styles for errors*/
.red-colored {
	color: red;
}

.container-with-errors {
	margin-top: 10px;
}

.container-without-errors{
	margin-top: 0px;
}
/*styles for errors*/

.nowrap {
	white-space: nowrap;
}

.markrowblue {
	background-color : #6f8ce2;
}

.thirdMenuOption {
	display:inline;
	white-space: nowrap;
	margin: 0px;
}

.thirdnav {
	width: 100%;
	padding-left: 10px;
	padding-right: 20px;
	margin: 0px;
	line-height: 23px !important;
}

/* datatables */
.evo-datatable-container {
	margin-left: -14px;
	margin-right: -13px;
	margin-bottom: 10px;
	margin-top: -4px;
}

.evo-datatable-container table {
	width: 100%;
}

.evo-datatable-container .dataTables_info {
	margin-left: 10px;
}

.evo-datatable-container table.dataTable tbody td.TABELLE {
	padding-left: 10px !important;
}

.evo-datatable-container table.dataTable tbody td.TABELLE.dt-body-right {
	padding-right: 10px !important;
}

.evo-datatable-container table.dataTable thead th {
	text-align: left;
}

.evo-datatable-container table.dataTable thead th.dt-body-right {
	text-align: right;
}

.evo-datatable-container td.details-control {
	background-image: url('_images/details_open.png');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.evo-datatable-container tr.shown td.details-control {
	background-image: url('_images/details_close.png');
}

.evo-popover > .popover-title {
	color: inherit;
}

.evo-popover-content-break-word > .popover-content {
	word-wrap: break-word;
}

.fa.service-icon {
	font-size: 14px;
	vertical-align: top;
	margin-top: -1px;
}
#zeiterfassung-timer-div-id {
	position: relative;
	top: 1px;
}
.service-icon.fa-edit {
	margin-top: 0;
}
.service-icon.fa-edit.active:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	left: -4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: #00e600;
	animation: status-blink 2.6s ease-in-out backwards infinite;
}
@keyframes status-blink {
	0%, 19%, 20%, 80%, 81%, 100% {
		background-color: #00e600;
	}
	50% {
		background-color: #fff;
	}
}

/* fix for global table to display flex elements correctly in ie */
#content > div {
	table-layout: fixed;
}
#content > div > div {
	width: 100%;
}

/* custom template */
.template-custom {
	margin-top: 20px;
}
.template-custom h1 {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.4;
}
.template-custom h2 {
	margin-top: 30px;
	font-size: 19px;
	line-height: 1.4;
}
.template-custom p, .template-custom .paragraph {
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 1.4;
}
.template-grid-three-col, .template-grid-two-col, .template-grid-contact {
	margin: 40px 0 0;
}
.template-grid-two-col .template-grid-item {
	padding: 0;
}
.template-grid-item {
	position: relative;
	width: 100%;
	padding: 0 10px 35px;
	margin-bottom: 40px;
}
.template-grid-item.border-black {
	border: 1px solid #808080;
}
.template-grid-three-col .template-grid-item img {
	width: calc(100% + 20px);
	height: auto;
	margin-bottom: 25px;
	margin-left: -10px;
}
.template-grid-three-col .template-grid-item img + h2 {
	margin-top: 0;
}
.template-grid-two-col .template-grid-item h2 {
	margin-top: 5px;
}
.template-grid-item .align-left {
	display: block;
	margin: 0 auto;
}
.template-grid-item h2 {
	margin-bottom: 15px;
	font-size: 21px;
}
.template-grid-item p {
	font-size: 17px;
	line-height: 1.4;
}
.template-grid-item .link-more {
	position: absolute;
	bottom: 15px;
	font-size: 17px;
}
.template-grid-contact {
	padding: 15px;
}
.template-grid-contact-wrapper {
	text-align: center;
}
.template-grid-contact-inner {
	display: inline-block;
	margin-bottom: 60px;
}
.template-grid-contact-bottom {
	padding: 25px 25px 13px;
	margin-top: 15px;
	font-size: 17px;
}
.template-grid-contact .col-right {
	align-self: center;
	text-align: center;
}
.template-grid-contact .col-right h2 {
	font-size: 24px;
}
.template-grid-contact .col-right h4 {
	font-size: 18px;
	line-height: 1.4;
	font-weight: normal;
}
.template-grid-contact .col-right a {
	text-decoration: underline;
}
.template-grid-contact img {
	vertical-align: bottom;
	width: 100%;
}
.template-grid-three-col .video-js .vjs-big-play-button {
	width: 50px;
	height: 50px;
	font-size: 38px;
	line-height: 50px;
}
.template-grid-item .template-accordion-item,
.template-grid-item .template-accordion {
	height: 100%;
}

.grafix {
	width: 100%;
	margin: 50px 0;
	padding: 30px;
	text-align: center;
	border-radius: 25px;
	background-color: #eeeeee;
}

/* content teaser 1 */

.contentteaser_1 {
	display: inline-block;
	width: 100%;
	margin: 20px 0 60px;
	padding: 20px;
	border-radius: 25px;
	background-color: #eeeeee;
}
.contentteaser_1 h3 {
	margin-top: 40px;
}
.contentteaser_1 a {
	font-size: 35px;
	font-weight: bold;
}
.contentteaser_1 img {
	float: left;
	margin-right: 40px;
}

/* content teaser with 3 element in row */
.contentteaser_3 {
	display: flex;
	margin: 60px 0 60px;
}
.contentteaser_3 h3 {
	font-size: 20px;
	color: #333;
}
.contentteaser_3 .col {
	padding: 20px;
	border-right: 1px solid #fff;
	background-color: #eeeeee;
}
.contentteaser_3 .col:last-child {
	border-right: none;
}
.contentteaser_3 .col.prime {
	position: relative;
	padding: 20px;
	border: none !important;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
}
.contentteaser_3 .prime h3 {
	font-size: 28px;
}
.contentteaser_3 .button {
	display: block;
	margin: 20px 0;
	padding: 15px 25px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 25px;
	text-transform: uppercase;
}

/* list with checkbox image */
.check li {
	margin-left: -15px;
	padding: 10px 0;
	font-size: 18px !important;
	line-height: 1.4 !important;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	box-sizing: border-box;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.check li:last-child {
	border-bottom: none;
}
.check li {
	list-style-type: none;
	margin-left: 0;
}
.check li:before {
	content: '';
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	background: url("../../../layouts/currentLayout/_images/haken.svg") no-repeat;
	background-size: 30px;
	margin: 0 0 0 -40px;
}

/*content diagram template */
.diagram-template {
	margin: 20px 0;
}
.diagram-circle {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 290px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	z-index: 2;
}
.diagram-btn {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	width: 142px;
	height: 142px;
	padding: 15px;
	font-size: 14px;
	line-height: 1.4;
	border-radius: 10px;
	color: #fff;
	background-color: #777;
	border: 2px solid #777;
	text-align: center;
	word-break: break-all;
	transition: transform .4s ease-in-out, background-color .4s ease-in-out, color .4s ease-in-out, box-shadow .4s ease-in-out;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	user-select: none;
}
.diagram-btn span {
	transition: color .4s ease-in-out;
}
.diagram-btn:nth-child(1) {
	justify-content: flex-end;
	align-items: flex-end;
	margin-bottom: 5px;
	padding-bottom: 50px;
	border-top-left-radius: 100%;
	transform-origin: 100% 100%;
}
.diagram-btn:nth-child(1):hover {
	transform: translate(-5px, -5px);
}
.diagram-btn.active:nth-child(1) {
	transform: translate(-10px, -10px);
}
.diagram-btn.active:nth-child(1) ~ .diagram-pointer {
	transform: scale(1) rotate(-90deg);
}
.diagram-btn:nth-child(2) {
	align-items: flex-end;
	margin-bottom: 5px;
	padding-bottom: 50px;
	border-top-right-radius: 100%;
	transform-origin: 0 100%;
}
.diagram-btn:nth-child(2):hover {
	transform: translate(5px, -5px);
}
.diagram-btn.active:nth-child(2) {
	transform: translate(10px, -10px);
}
.diagram-btn.active:nth-child(2) ~ .diagram-pointer {
	transform: scale(1) rotate(0);
}
.diagram-btn:nth-child(3) {
	justify-content: flex-end;
	align-items: flex-start;
	padding-top: 50px;
	border-bottom-left-radius: 100%;
	transform-origin: 100% 0;
}
.diagram-btn:nth-child(3):hover {
	transform: translate(-5px, 5px);
}
.diagram-btn.active:nth-child(3) {
	transform: translate(-10px, 10px);
}
.diagram-btn.active:nth-child(3) ~ .diagram-pointer {
	transform: scale(1) rotate(180deg);
}
.diagram-btn:nth-child(4) {
	align-items: flex-start;
	padding-top: 50px;
	border-bottom-right-radius: 100%;
	transform-origin: 0 0;
}
.diagram-btn:nth-child(4):hover {
	transform: translate(5px, 5px);
}
.diagram-btn.active:nth-child(4) {
	transform: translate(10px, 10px);
}
.diagram-btn.active:nth-child(4) ~ .diagram-pointer {
	transform: scale(1) rotate(90deg);
}
.diagram-pointer {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	font-size: 30px;
	border-radius: 50px;
	color: #777;
	background-color: #fff;
	border: 2px solid;
	opacity: 0;
	transform: scale(.6) rotate(-90deg);
	transition: transform .4s ease-in-out, opacity .4s ease-in-out;
}
.diagram-pointer:before {
	content: '\f124';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.diagram-btn.active {
	color: #777;
	background-color: transparent !important;
	box-shadow: 2px 2px 20px 0;
}
.diagram-btn.active ~ .diagram-pointer {
	opacity: 1;
}
.diagram-btn.active span {
	color: inherit !important;
}
.diagram-default-text {
	animation: appearDiagramContent .4s ease-in-out forwards;
}
.diagram-content-text, .diagram-content-text.active ~ .diagram-default-text {
	display: none;
}
.diagram-content-text.active {
	display: block;
	animation: appearDiagramContent .4s ease-in-out forwards;
}

.diagram-template.three-pieces .diagram-circle {
	position: relative;
	height: 290px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid;
}
.diagram-template.three-pieces .diagram-btn {
	border: none;
	background: none !important;
}
.diagram-template.three-pieces .diagram-btn:hover {
	transform: none;
}
.diagram-template.three-pieces .diagram-btn.active {
	box-shadow: none;
	transform: none;
	background-color: transparent !important;
}
.diagram-template.three-pieces .diagram-btn.active .diagram-btn-background {
	background-color: #fff !important;
}
.diagram-template.three-pieces span {
	position: absolute;
	padding: 0 14px;
	z-index: 2;
	transition: transform .4s ease-in-out, color .4s ease-in-out;
}
.diagram-template.three-pieces .diagram-btn .diagram-btn-background {
	position: absolute;
	width: 50%;
	height: 50%;
	top: 0;
	right: 0;
	border-radius: 10px;
	border: 3px solid white !important;
	overflow: hidden;
	box-sizing: border-box;
	transform-origin: 0% 100%;
	transition: background-color .4s ease-in-out, transform .4s ease-in-out;
}
.diagram-template.three-pieces .diagram-btn:nth-child(1) .diagram-btn-background {
	transform: rotate(-60deg) skewY(30deg) scale(1.2);
}
.diagram-template.three-pieces .diagram-btn:nth-child(2) .diagram-btn-background {
	transform: rotate(60deg) skewY(30deg) scale(1.2);
}
.diagram-template.three-pieces .diagram-btn:nth-child(3) .diagram-btn-background {
	transform: rotate(180deg) skewY(30deg) scale(1.2);
}

.diagram-template.three-pieces .diagram-btn.active:nth-child(1) .diagram-btn-background {
	transform: rotate(-60deg) skewY(30deg) scale(1.2) translate(5px, -5px);
}
.diagram-template.three-pieces .diagram-btn.active:nth-child(2) .diagram-btn-background {
	transform: rotate(60deg) skewY(30deg) scale(1.2) translate(5px, -5px);
}
.diagram-template.three-pieces .diagram-btn.active:nth-child(3) .diagram-btn-background {
	transform: rotate(180deg) skewY(30deg) scale(1.2) translate(5px, -5px);
}

.diagram-template.three-pieces .diagram-btn:nth-child(1) span {
	top: 42px;
	left: 0;
	right: 0;
	padding: 0 60px;
}
.diagram-template.three-pieces .diagram-btn:nth-child(2) span {
	width: 50%;
	top: 170px;
	left: 0;
	right: 0;
	margin-left: 50%;
}
.diagram-template.three-pieces .diagram-btn:nth-child(3) span {
	width: 50%;
	top: 170px;
	left: 0;
	right: 0;
}

.diagram-template.three-pieces .diagram-btn.active:nth-child(1) span {
	transform: translate(0, -5px);
}
.diagram-template.three-pieces .diagram-btn.active:nth-child(2) span {
	transform: translate(5px, 5px);
}
.diagram-template.three-pieces .diagram-btn.active:nth-child(3) span {
	transform: translate(-5px, 5px);
}

@keyframes appearDiagramContent {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

/* remove scroll for responsive */
@media screen and (max-width: 1023px) {
	#evoBodyWrapper > .container > .row {
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (max-width: 599px) {
	#evoBodyWrapper > .container > .row > .col-xs-12 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.contentteaser_1 img {
		float: none;
		margin: 0 auto;
	}
}

@media screen and (min-width: 600px) {
	.template-custom {
		margin-top: 10px;
	}
	.template-custom h1 {
		margin-bottom: 27px;
		font-size: 34px;
	}
	.template-custom h2 {
		font-size: 24px;
	}
	.template-custom p, .template-custom .paragraph {
		font-size: 21px;
	}
	.template-grid-three-col, .template-grid-two-col {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
	}
	.template-grid-three-col {
		justify-content: flex-start;
	}
	.template-grid-three-col .template-grid-item:not(:nth-child(2n)) {
		margin-right: 40px;
	}
	.template-grid-item {
		width: calc(50% - 20px);
	}
	.template-grid-item h2 {
		font-size: 24px;
	}
	.template-grid-item p {
		font-size: 17px;
	}
	.template-grid-contact {
		padding: 25px;
	}
	.template-grid-contact-bottom {
		margin-top: 40px;
	}
	.template-grid-contact .col-right {
		padding: 0 20px 0 40px;
	}
	.template-grid-contact .col-right h2 {
		font-size: 30px;
	}
	.template-grid-contact .col-right h4 {
		font-size: 24px;
	}
	.template-grid-contact .paragraph, .template-grid-contact-bottom .paragraph {
		font-size: 17px;
	}
	.template-grid-contact.strict-image .col-right {
		padding-left: 0;
	}
}
@media screen and (min-width: 768px) {
	.template-grid-contact {
		display: inline-flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: nowrap;
	}
	.template-grid-contact img {
		max-width: 300px;
	}
	.template-grid-contact .col-right h2 {
		margin-top: 0;
	}
	.diagram-circle {
		float: left;
		width: 405px;
		margin-right: 50px;
		margin-left: 0;
	}
	.diagram-btn {
		width: 200px;
		height: 200px;
		padding: 30px;
		font-size: 20px;
	}
	.diagram-pointer {
		width: 70px;
		height: 70px;
		font-size: 40px;
	}
	.diagram-template.three-pieces .diagram-circle {
		height: 405px;
	}
	.diagram-template.three-pieces span {
		padding: 0 20px;
	}
	.diagram-template.three-pieces .diagram-btn:nth-child(1) span {
		top: 70px;
	}
	.diagram-template.three-pieces .diagram-btn:nth-child(2) span {
		top: 230px;
	}
	.diagram-template.three-pieces .diagram-btn:nth-child(3) span {
		top: 230px;
	}
	.diagram-template.three-pieces .diagram-btn.active:nth-child(1) .diagram-btn-background {
		transform: rotate(-60deg) skewY(30deg) scale(1.2) translate(10px, -10px);
	}
	.diagram-template.three-pieces .diagram-btn.active:nth-child(2) .diagram-btn-background {
		transform: rotate(60deg) skewY(30deg) scale(1.2) translate(10px, -10px);
	}
	.diagram-template.three-pieces .diagram-btn.active:nth-child(3) .diagram-btn-background {
		transform: rotate(180deg) skewY(30deg) scale(1.2) translate(10px, -10px);
	}
	.diagram-template.three-pieces .diagram-btn.active:nth-child(1) span {
		transform: translate(0, -10px);
	}
	.diagram-template.three-pieces .diagram-btn.active:nth-child(2) span {
		transform: translate(10px, 10px);
	}
	.diagram-template.three-pieces .diagram-btn.active:nth-child(3) span {
		transform: translate(-10px, 10px);
	}
}
@media screen and (min-width: 992px) {
	.template-grid-item .align-left {
		float: left;
		margin: 0;
	}
	.template-grid-item .align-right {
		padding-left: 100px;
	}
	.template-grid-three-col .template-grid-item {
		width: calc(33.3333% - 20px);
	}
	.template-grid-three-col .template-grid-item:not(:nth-child(2n)) {
		margin-right: inherit;
	}
	.template-grid-three-col .template-grid-item:not(:nth-child(3n)) {
		margin-right: 30px;
	}
	.template-grid-contact img {
		max-width: 509px;
	}
	.template-grid-contact.strict-image .col-right  {
		padding-right: 0;
	}
	.grafix {
		padding: 50px 150px;
	}
}
@media screen and (min-width: 1200px) {
	.template-grid-contact.strict-image .col-left  {
		flex-shrink: 0;
	}
	.template-grid-contact.strict-image .col-right {
		padding-left: 40px;
	}
}

.template-grid-contact.strict-image {
	align-items: center;
}

.template-grid-contact.strict-image .col-left img {
	margin-top: 0 !important;
}

.template-grid-contact.strict-image .col-right p:last-child {
	margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
	.template-grid-contact.strict-image .col-left {
		flex: 40% 0 0;
	}
}

@media screen and (max-width: 767px) {
	.template-grid-contact.strict-image .col-right {
		margin-left: 20px !important;
		margin-top: 20px;
	}
}

.switch-checkbox {
	margin-bottom: 0;
	cursor: pointer;
}
.switch-checkbox input {
	position: absolute;
	margin: 5px 0 0 10px;
}
.switch-checkbox span {
	position: relative;
	padding-left: 30px;
}
.switch-checkbox span:before, .switch-checkbox span:after {
	content: '';
	position: absolute;
	display: block;
	border-radius: 10px;
}
.switch-checkbox span:before {
	width: 25px;
	height: 15px;
	left: 0;
	top: 0;
	background-color: #c3c3c3;
	transition: background-color 0.3s;
}
.switch-checkbox span:after {
	width: 11px;
	height: 11px;
	left: 2px;
	top: 1px;
	bottom: 0;
	margin: auto;
	background: #fff;
	box-shadow: 0 0 1px 0 rgba(0,0,0,0.75);
	transition: transform 0.3s;
}
.switch-checkbox input:checked + span:after {
	transform: translateX(10px);
}
.switch-checkbox input:checked + span:before {
	background-color: #196f32;
}
/* custom accordion */
.template-accordion {
	padding-bottom: 5px;
}
.template-accordion.color-switch .template-accordion-item.active > .template-accordion-header span {
	color: inherit !important;
}
.template-accordion.arrow-mode .template-accordion-header:before {
	content: '\f107';
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 26px;
	text-rendering: auto;
	opacity: 1 !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform-origin: 50% 60%;
	transform: none !important;
}
.template-accordion.arrow-mode .template-accordion-item.active > .template-accordion-header:before {
	opacity: 1;
	transform-origin: 50% 60%;
	transform: rotate(180deg) !important;
}
.template-accordion.arrow-mode .template-accordion-header:after {
	display: none;
}
.template-accordion-item.active > .template-accordion-header:before {
	opacity: 0;
	transform: rotate(90deg);
}
.template-accordion-item.active .template-accordion-header:after {
	opacity: 1;
}
.template-accordion-item {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.template-accordion-item .template-accordion-item:last-child {
	border-bottom: none;
}
.template-accordion-header {
	position: relative;
	padding-top: 20px;
	padding-right: 40px;
	line-height: 1.3;
	cursor: pointer;
}
.template-accordion-header span {
	transition: color .2s ease-in-out;
}
.template-accordion-header:before {
	content: '+';
	display: block;
	position: absolute;
	top: 21px;
	right: 0;
	width: 20px;
	height: 20px;
	font-family: Arial, sans-serif;
	font-size: 24px;
	line-height: 20px;
	text-align: center;
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
.template-accordion-header:after {
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	right: 5px;
	width: 11px;
	height: 20px;
	font-size: 24px;
	line-height: 20px;
	border-bottom: 2px solid;
	text-align: center;
	opacity: 0;
	transition: opacity .3s ease-in-out;
}
.template-accordion-marker {
	position: absolute;
	right: 0;
	top: 10px;
}
.template-accordion-header .UNTERZEILE {
	line-height: 1.3;
}
.template-accordion-body {
	display: none;
	padding-top: 15px;
	padding-left: 10px;
}
.template-accordion.tile-mode .template-accordion-header:before,
.template-accordion.tile-mode .template-accordion-header:after {
	display: none;
}
.template-accordion.tile-mode .template-accordion-header {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.info-banner {
	border-radius: 5px;
	box-shadow: 0 2px 7px 0 rgba(0,0,0,.15);
}
.info-banner .link:after {
	display: none;
}
.info-banner.template-accordion-item {
	padding-bottom: 0;
}
.info-banner .template-accordion-header {
	padding-top: 20px;
	padding-bottom: 7px;
}
.info-banner .template-accordion-header:before {
	top: 17px;
	right: initial;
}
.info-banner .template-accordion-header h1 {
	display: inline-block;
	padding-left: 27px;
}
.info-banner .close-accordion {
	position: absolute;
	top: 16px;
	right: 3px;
	font-size: 20px;
}
.info-banner .template-accordion-body {
	padding: 0 0 10px 27px;
}
.hidden::after {
	content: '';
}
.vjs-poster {
	background-color: transparent !important;
}

/* modern elements in classic components */
.custom-page.classic-component input[type="text"],
.custom-page.classic-component input[type="search"],
.custom-page.classic-component input[type="password"],
.custom-page.classic-component input[type="email"],
.custom-page.classic-component select,
.custom-page.classic-component textarea {
	width: auto;
}
.custom-page.classic-component.buttons-row .main-button {
	margin: 4px 2px;
}
.custom-page.classic-component.buttons-row .main-button.img-icon {
	display: inline-flex;
	align-items: center;
	padding: 0 6px;
}
.radio-inline {
	margin-top: 0;
	margin-bottom: 0;
}
.tab-nav.classic-component li {
	margin-left: -2px;
	margin-right: -2px;
}
.tab-nav.classic-component li > div {
	padding-right: 7px;
}

.classic-component.radio-inline {
	margin-top: 3px !important;
	margin-bottom: 3px !important;
}

/* options menu */
.panel-footer.classic-component.custom-page td {
	height: 28px;
	padding: 6px 0 !important;
}
.classic-component .manage-wrapper {
	position: absolute;
	height: 24px;
	right: 0;
}
.classic-component .manage-options {
	position: absolute;
	float: none;
	max-width: 290px;
	bottom: 0;
	right: 0;
	margin-bottom: 0;
	overflow: hidden;
	transition: max-width .2s .5s ease-in-out;
}
.classic-component .manage-options:after {
	left: inherit;
	right: 7px;
	bottom: 1px;
}
.classic-component .manage-options .manage-list {
	position: relative;
	margin-bottom: 18px;
	padding: 15px 15px 10px;
	bottom: 0;
	right: 0;
	text-align: left;
}
.classic-component .manage-options .manage-list a {
	line-height: 12px;
}
.classic-component .manage-options .manage-button {
	float: right;
	max-width: 28px;
	margin-right: 10px;
	padding: 3px 8px;
	right: 0;
	bottom: 35px;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	transition: max-width .8s ease-in-out;
}
.classic-component .manage-options:hover {
	max-width: 290px;
	padding-left: 0;
	transform: none;
	transition: none;
}
.classic-component .manage-options:hover .manage-button {
	max-width: 150px;
}
.classic-component.checkbox-custom:not(:last-child) {
	margin-right: 20px !important;
}
.new-row {
	display: flex !important;
}
.new-row-block {
	display: block !important;
}

html {
	margin-bottom: 0;
}

@media screen and (max-width: 991px) {
	.header-main-group .logo.hidden-xs {
		width: 255px!important;
		background-size: auto 39px;
		background-position: left center;
	}
	.grafix {
		margin: 10px 0;
	}
	.contentteaser_1 a {
		display: inline-block;
		margin: 20px 0;
		padding: 15px 25px;
		font-size: 18px;
		font-weight: 700;
		border-radius: 25px;
		text-transform:uppercase;
	}
	.contentteaser_3 {
		display: inherit;
	}
	.contentteaser_3 .col {
		margin-bottom: 20px;
		border-right: none;
	}
	.contentteaser_3 .button {
		display: inline-block;
	}
}

.info-text {
	margin-top: 3px;
	margin-bottom: 5px;
	font-size: 10px;
	color: #898989;
}

.img-lightbox {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.img-lightbox img {
	transition: filter .2s ease-in-out, transform .4s ease-in-out;
}

.img-lightbox:hover img{
	transform: scale(1.15);
	filter: blur(2px);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.img-lightbox:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255,255,255, 0);
		transition: background-color .2s ease-in-out;
		z-index: 2;
	}
	.img-lightbox:hover:before {
		background-color: rgba(255,255,255,0.5);
	}
	.img-lightbox:after {
		z-index: 2;
	}
}

@media all and (max-width: 840px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#imgViewPopup .popup-inner {
		max-width: 100%;
	}
}

.img-lightbox:after {
	content: '\f00e';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	font: normal normal normal 22px/1 FontAwesome;
	line-height: 60px;
	text-align: center;
	border-radius: 30px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	opacity: 0;
	transition: opacity .2s ease-in-out;
}
.img-lightbox:hover:after {
	opacity: 1;
}

.popup-img-container {
	margin: 5px -20px -20px;
}

.ui-dialog.ui-widget .ui-progressbar.ui-widget-content {
	height: 2em !important;
}

.ui-front {
	z-index: 1000 !important;
}
.ui-dialog {
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	max-width: calc(100% - 15px);
	max-height: 100%;
	overflow-y: auto;
	transform: translate(-50%, -50%) !important;
	z-index: 1001 !important;
}
.ui-widget-header .ui-state-highlight {
	outline: 2px solid #cd0a0a;
}
.ui-slider-vertical { BORDER-TOP: #7f7f7f 1px solid; MARGIN-TOP: 15px; MARGIN-BOTTOM: 0px; BORDER-BOTTOM: #bfbfbf 1px solid; width: 0px; height: 100px; }
.ui-autocomplete {
	font-size: 12px !important;
}
.ui-state-disabled.ui-draggable-disabled {
	cursor: inherit !important;
	opacity: 1 !important;
	filter: Alpha(Opacity=100) !important;
}

/* three col template with shadow and scale  */
.content_teaser_wi .template-grid-item {
	padding: 0 20px 80px;
	background: #f5f5f5;
	transform: scale(1);
	transition: all 0.3s ease-in;
	box-sizing: border-box;
}
.content_teaser_wi .template-grid-item:hover {
	transform: scale(1.1);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
}
.content_teaser_wi .template-grid-item img {
	width: calc(100% + 40px)!important;
	margin-bottom: 20px;
	margin-left: -20px!important;
}
.template-grid-item .custom-page {
	margin-bottom: 0;
}
.template-grid-item .custom-page .main-button {
	position: absolute;
	max-width: calc(100% - 40px);
	min-height: 28px;
	height: auto;
	line-height: 1.4;
	padding-top: 4px;
	padding-bottom: 4px;
	bottom: 25px;
}
.template-grid-item .custom-page .underline-hover {
	position: absolute;
	bottom: 40px;
}

#Table_of_Contents {
	position: -webkit-sticky;
	position: sticky;
	top: 55px;
}
#Table_of_Contents .affix {
	position: static;
}
.td-common .ui-slider.ui-widget.ui-slider-horizontal {
	margin-left: 35px;
	margin-right: 35px;
}
.ui-slider.ui-widget.ui-slider-horizontal {
	margin: 2px 20px;
	border: none;
}
.ui-slider.ui-slider-horizontal .ui-slider-handle {
	width: 4em;
	height: 1.4em;
	top: -0.3em;
	margin-left: -2em !important;
	outline: none;
	transition: background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out;
}
.ui-slider.ui-slider-horizontal .ui-slider-handle.ui-state-focus {
	box-shadow: 1px 1px 6px -3px rgba(0,0,0,0.4)
}
.ui-slider.ui-slider-horizontal .ui-slider-handle.ui-state-active {
	border-color: #c5c5c5;
	background-color: #c5c5c5;
}
.ui-slider.ui-widget.ui-slider-horizontal:before {
	content: '';
	position: absolute;
	top: 0;
	left: -20px;
	right: -20px;
	height: 100%;
	border-radius: 3px;
	border: 1px solid #ccc;
}
div.dataTables_processing {
	padding: 15px 10px 10px !important;
	font-size: 14px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.6);
	box-shadow: 1px 1px 15px 1px #ccc;
	backdrop-filter: blur(5px);
}
.tox .tox-menu, .tox-tinymce-aux {
	z-index: 10001 !important;
}
.ui-dialog iframe {
	width: 100% !important;
}

.list-group-item ins {
	cursor: pointer;
}

.pdf-preview-wrapper {
	display: flex;
	align-items: center;
}

.dropdown-menu.open {
	display: flex;
	flex-direction: column;
	gap: 5px;
	max-height: 400px;
	overflow: auto;
	min-width: unset;
}

.dropdown-menu.open li {
	padding: 3px 1em 3px .4em;
}
.dropdown-menu.open li:hover {
	cursor: pointer;
}