.svgBoxContainer {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.svgbox .content {
	padding: 5px;
}

.svgbox svg {
	width: 100%;
	height: auto;
}

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

.lightbox .darkener {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 100;
	cursor: pointer;
}

.lightbox .darkener .content {
	background: #FFFFFF;
	cursor: default;
	position: absolute;
	display: block;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 800px;
	z-index: 101;
}

.lightbox .darkener .content .title {
	width: 100%;
	text-align: center;
	display: block;
	font-size: 32px;
	color: #C40005;
	margin-top: 20px;
}

.lightbox .darkener .content .caption {
	margin-top: 20px;
}

.lightbox .darkener .content .carousel-indicators {
	bottom: auto;
	top: 0;
}

.lightbox .darkener .content .carousel-indicators li {
	border: 1px solid #A7A6AA;
}

.lightbox .btn-close {
	position: absolute;
	color: #C40005;
	cursor: pointer;
	font-size: 20px;
	top: 10px;
	right: 15px;
}

.lightbox .darkener .content .carousel-inner > div {
	margin: 25px 60px 0 60px;
}

.lightbox .darkener .content .carousel-inner > div .image {
	border: 1px solid #CFCFCF;
	opacity: 0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.lightbox .darkener .content .carousel-inner > div.active .image {
	opacity: 1;
}

.lightbox .darkener .content .controls {
	position: absolute;
	top: 300px;
	z-index: 105;
	width: 100%;
	font-size: 35px;
}

.lightbox .darkener .content .controls .prev {
	left: 70px;
	position: absolute;
}

.lightbox .darkener .content .controls .next {
	right: 70px;
	position: absolute;
}

@media only screen and (max-width: 750px) {
	.lightbox .darkener .content {
		top: 65px;
		padding-top: 115px;
	}

	.lightbox .darkener .content .carousel-inner > div {
		margin: 25px 20px 0 20px;
	}

	.lightbox .darkener .content .controls {
		top: 95px;
	}

	.lightbox .darkener .content .controls .prev {
		left: 20px;
	}

	.lightbox .darkener .content .controls .next {
		right: 20px;
	}

	.lightbox .btn-close {
		top: 115px;
		right: 30px;
		font-size: 26px;
	}
}

/*Svg Box Ilias view styles*/

.icon_identifier > * {
	display: none;
}

.icon_identifier .active {
	display: block;
}

.hoverIcons.active > rect {
	fill: #C40005 !important;
}

.hoverIcons.active > g > path {
	fill: #FFFFFF !important;
}

.hoverIcons:hover > rect {
	fill: #C40005 !important;
}

.hoverIcons:hover > g > path {
	fill: #FFFFFF !important;
}

.hoverIcons {
	cursor: pointer;
}

.hoverIcons:hover ~ g.icon_identifier .active {
	display: none;
}

.hoverIcons.vermarktung:hover ~ g.icon_identifier #title_vermarktung {
	display: block;
}

.hoverIcons.verwaltung:hover ~ g.icon_identifier #title_verwaltung {
	display: block;
}

.hoverIcons.durchfuehrung:hover ~ g.icon_identifier #title_durchfuehrung {
	display: block;
}

div.sliderBox a.carousel-control > span {
	color: #FFFFFF;
	position: absolute;
}

div.sliderBox div.carousel-indicators button {
	background-color: #C40005;
}

div.sliderBox .carousel-control.left,
div.sliderBox .carousel-control.right {
	background-image: none;
	filter: none;
}

div.sliderBox .carousel-control.left span,
div.sliderBox .carousel-control.right span {
	font-size: 22px;
}

div.sliderBox div.carousel-inner div.caption {
	margin-top: 12px;
	height: 180px;
	overflow: hidden;
}

div.sliderBox {
	min-height: 400px;
}

/*Svg Box IT-Service view styles*/

div.introduction_text.it_service,
div.icon_text {
	text-align: left;
}

div.introduction_text.it_service h2,
div.icon_text h2 {
	color: #023B64;
}

div.introduction_text.it_service p strong,
div.icon_text p strong {
	font-size: 18px;
}

div.icon_text {
	display: none;
}

/*svg g#icon_desktop-client > g > g > path:first-of-type {*/
/*	fill: #ffffff !important;*/
/*	transition: fill 300ms;*/
/*}*/
/*svg g#icon_desktop-client.active > g > g > path:first-of-type,*/
/*svg g#icon_desktop-client:hover > g > g > path:first-of-type {*/
/*	fill: green !important;*/
/*}*/
/*svg g#icon_backup > g:first-of-type > g > path:first-of-type {*/
/*	fill: #ffffff !important;*/
/*	transition: fill 300ms;*/
/*}*/
/*svg g#icon_backup.active > g:first-of-type > g > path:first-of-type,*/
/*svg g#icon_backup:hover > g:first-of-type > g > path:first-of-type {*/
/*	fill: green !important;*/
/*}*/