.px-dcc {	
	margin-bottom: 40px;
	position: relative;
}

.px-dcc .cycle {
	position: relative;    
    margin: 10%;
}
@media only screen and (max-width: 480px) {
	.px-dcc .cycle {
		margin: 0;
	}
}

.px-dcc .cycle .svg svg {
	width: 100%;
}

.px-dcc .cycle .svg svg .segment {
	cursor: pointer;
}

@media only screen and (min-width: 768px) {
	.px-dcc .cycle .svg svg.triggered {
		opacity: 0.3;
	}
}

.px-dcc .cycle .svg svg.triggered .segment path {
	fill: #bababa;
}

.px-dcc .cycle .svg svg .segment path:hover {
	fill: #0069b5;
}
.px-dcc .cycle .svg svg .segment.active path {
	fill: #0069b5;
}

.px-dcc .cycle .icon-boxes {
	pointer-events: none;
}
.px-dcc .cycle .icon-boxes .icon-box {
	position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 13%;
    width: 28%;
    text-align: center;
}
.px-dcc .cycle .icon-boxes .icon-box .icon {
	max-width: 70%;
    margin: 0 auto;
}

.px-dcc .cycle .icon-boxes .icon-box .icon svg {
	width: 100%;
    height: auto;
    max-width: 65%;
}
.px-dcc .cycle .icon-boxes .icon-box .text {
	color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
@media only screen and (max-width: 600px) {
	.px-dcc .cycle .icon-boxes .icon-box .text {
		padding-top: 8px;
		font-size: 15px;
		line-height: 18px;
	}
}
@media only screen and (max-width: 420px) {
	.px-dcc .cycle .icon-boxes .icon-box .text {
		padding-top: 3px;
		font-size: 12px;
		line-height: 15px;
	}
}



.px-dcc .cycle.segments-3,
.px-dcc .cycle.segments-4,
.px-dcc .cycle.segments-6 {
	display: none;
}


/* 3 Segments */

.px-dcc .cycle.segments-3 .icon-boxes .icon-box:nth-child(1) {
	left: 80%;
    top: 33%;
	overflow: visible;
}
.px-dcc .cycle.segments-3 .icon-boxes .icon-box:nth-child(2) {
    top: 83%;
	overflow: visible;
}
.px-dcc .cycle.segments-3 .icon-boxes .icon-box:nth-child(3) {
	left: 20%;
    top: 33%;
	overflow: visible;
}
.px-dcc .cycle.segments-3 .icon-boxes .icon-box:nth-child(3) .text {
	padding-top: 0;
}

/* 4 Segments */

.px-dcc .cycle.segments-4 .icon-boxes .icon-box:nth-child(1) {
}
.px-dcc .cycle.segments-4 .icon-boxes .icon-box:nth-child(2) {
	left: 83%;
    top: 50%;
	overflow: visible;
}
.px-dcc .cycle.segments-4 .icon-boxes .icon-box:nth-child(3) {
/*	left: 71%;	*/
    top: 83%;
	overflow: visible;
}
.px-dcc .cycle.segments-4 .icon-boxes .icon-box:nth-child(3) .text {
	padding-top: 0;
}
.px-dcc .cycle.segments-4 .icon-boxes .icon-box:nth-child(4) {
	left: 17%;
    top: 50%;
	overflow: visible;
}


/* 5 Segments */

.px-dcc .cycle.segments-5 .icon-boxes .icon-box:nth-child(1) {
}
.px-dcc .cycle.segments-5 .icon-boxes .icon-box:nth-child(2) {
	left: 82%;
    top: 38%;
	overflow: visible;
}
.px-dcc .cycle.segments-5 .icon-boxes .icon-box:nth-child(3) {
	left: 71%;
    top: 77%;
	overflow: visible;
}
.px-dcc .cycle.segments-5 .icon-boxes .icon-box:nth-child(3) .text {
	padding-top: 0;
}
.px-dcc .cycle.segments-5 .icon-boxes .icon-box:nth-child(4) {
	left: 29%;
    top: 77%;
	overflow: visible;
}
.px-dcc .cycle.segments-5 .icon-boxes .icon-box:nth-child(5) {
	left: 18%;
    top: 38%;
	overflow: visible;
}

/* 6 Segments */

.px-dcc .cycle.segments-6 .icon-boxes .icon-box {
	width: 17%;
	overflow: visible;
}
.px-dcc .cycle.segments-6 .icon-boxes .icon-box .icon {
	padding-bottom: 7px;
}
.px-dcc .cycle.segments-6 .icon-boxes .icon-box .icon svg {
	height: auto;
}

.px-dcc .cycle.segments-6 .icon-boxes .icon-box:nth-child(1) {

}
.px-dcc .cycle.segments-6 .icon-boxes .icon-box:nth-child(1) .text {
	padding-top: 0;
}

.px-dcc .cycle.segments-6 .icon-boxes .icon-box:nth-child(2) {
	left: 80%;
    top: 32%;
}
.px-dcc .cycle.segments-6 .icon-boxes .icon-box:nth-child(2) .text {
	padding-top: 0;
}

.px-dcc .cycle.segments-6 .icon-boxes .icon-box:nth-child(3) {
	left: 80%;
    top: 68%;
}
.px-dcc .cycle.segments-6 .icon-boxes .icon-box:nth-child(3) .text {
	padding-top: 0;
}

.px-dcc .cycle.segments-6 .icon-boxes .icon-box:nth-child(4) {
	top: 83%;
}
.px-dcc .cycle.segments-6 .icon-boxes .icon-box:nth-child(4) .text {
	padding-top: 0;
}

.px-dcc .cycle.segments-6 .icon-boxes .icon-box:nth-child(5) {
	left: 20%;
    top: 68%;
}
.px-dcc .cycle.segments-6 .icon-boxes .icon-box:nth-child(5) .text {
	padding-top: 0;
}

.px-dcc .cycle.segments-6 .icon-boxes .icon-box:nth-child(6) {
	left: 20%;
    top: 32%;	
}
.px-dcc .cycle.segments-6 .icon-boxes .icon-box:nth-child(6) .text {
	padding-top: 0;
}

.px-dcc .cycle .cycle-text {
	position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center;
	color: #0069b5;
	text-transform: uppercase;
	font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}
@media only screen and (max-width: 420px) {
	.px-dcc .cycle .cycle-text {
		font-size: 12px;
		line-height: 16px;
	}
}

/* FadeIn Animation */

.px-dcc .cycle .svg svg .segment {
	opacity: 0;
	animation-name: fadeIn;
	animation-duration: 3s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.px-dcc .cycle .svg .segment:nth-child(2) {
	animation-delay: 1s;
}
.px-dcc .cycle .svg .segment:nth-child(3) {
	animation-delay: 2s;
}
.px-dcc .cycle .svg .segment:nth-child(4) {
	animation-delay: 3s;
}
.px-dcc .cycle .svg .segment:nth-child(5) {
	animation-delay: 4s;
}
.px-dcc .cycle .svg .segment:nth-child(6) {
	animation-delay: 5s;
}

/* Rotation Animation */

@keyframes backgroundChange {
	0% {
		fill: #5092D0;
	}
	15% {
		fill: #0069b5;
	}
	30% {
		fill: #5092D0;
	}
	100% {
		fill: #5092D0;
	}
}

/* Rotation Animation for 3 */

.px-dcc .cycle.segments-3 .svg.animated svg .segment path {
	fill: #5092D0;
	animation-name: backgroundChange;
	animation-duration: 7s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 7s;
}

.px-dcc .cycle.segments-3 .svg.animated svg .segment:nth-child(2) path {
	animation-delay: 8s;
}
.px-dcc .cycle.segments-3 .svg.animated svg .segment:nth-child(3) path {
	animation-delay: 9s;
}

/* Rotation Animation for 4 */

.px-dcc .cycle.segments-4 .svg.animated svg .segment path {
	fill: #5092D0;
	animation-name: backgroundChange;
	animation-duration: 7s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 7s;
}

.px-dcc .cycle.segments-4 .svg.animated svg .segment:nth-child(2) path {
	animation-delay: 8s;
}
.px-dcc .cycle.segments-4 .svg.animated svg .segment:nth-child(3) path {
	animation-delay: 9s;
}
.px-dcc .cycle.segments-4 .svg.animated svg .segment:nth-child(4) path {
	animation-delay: 10s;
}


/* Rotation Animation for 5 */

.px-dcc .cycle.segments-5 .svg.animated svg .segment path {
	fill: #5092D0;
	animation-name: backgroundChange;
	animation-duration: 7s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 7s;
}

.px-dcc .cycle.segments-5 .svg.animated svg .segment:nth-child(2) path {
	animation-delay: 8s;
}
.px-dcc .cycle.segments-5 .svg.animated svg .segment:nth-child(3) path {
	animation-delay: 9s;
}
.px-dcc .cycle.segments-5 .svg.animated svg .segment:nth-child(4) path {
	animation-delay: 10s;
}
.px-dcc .cycle.segments-5 .svg.animated svg .segment:nth-child(5) path {
	animation-delay: 11s;
}

/* Rotation Animation for 6 */

.px-dcc .cycle.segments-6 .svg.animated svg .segment path {
	fill: #5092D0;
	animation-name: backgroundChange;
	animation-duration: 7s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 7s;
}

.px-dcc .cycle.segments-6 .svg.animated svg .segment:nth-child(2) path {
	animation-delay: 8s;
}
.px-dcc .cycle.segments-6 .svg.animated svg .segment:nth-child(3) path {
	animation-delay: 9s;
}
.px-dcc .cycle.segments-6 .svg.animated svg .segment:nth-child(4) path {
	animation-delay: 10s;
}
.px-dcc .cycle.segments-6 .svg.animated svg .segment:nth-child(5) path {
	animation-delay: 11s;
}
.px-dcc .cycle.segments-6 .svg.animated svg .segment:nth-child(6) path {
	animation-delay: 12s;
}

.px-dcc .content-boxes {
	margin: 25px 5% 0;
}
@media only screen and (min-width: 768px) {
	.px-dcc .content-boxes {
		margin: 0;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		pointer-events: none;
	}
}

.px-dcc .content-boxes .content-box {
	display: none;
	border: 1px solid #e1e2e3;
	padding: 15px 20px 25px;
	position: relative;	
}
@media only screen and (min-width: 768px) {
	.px-dcc .content-boxes .content-box {
		display: none;
		border: 1px solid #e1e2e3;
		padding: 15px 30px 90px;
		position: relative;
		background-color: #fff;
		pointer-events: auto;	
		min-height: 400px;
		min-width: 80%;
	}
}
.px-dcc .content-boxes .content-box.active {
	display: block;
}
@media only screen and (min-width: 768px) {
	.px-dcc .content-boxes .content-box.active {
	}
}

.px-dcc .content-boxes .content-box.active-page-2 .content-box-page-1 {
	display: none;
}
.px-dcc .content-boxes .content-box-page-2 {
	display: none;
}
.px-dcc .content-boxes .content-box.active-page-2 .content-box-page-2 {
	display: block;
}

.px-dcc .content-boxes .content-box-close {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #333;
	cursor: pointer;
	padding: 15px;
	font-size: 21px;
}

.px-dcc .content-boxes .content-box-page {
	padding-top: 20px;
}

.px-dcc .content-boxes .content-box-headline {
	font-weight: 600;
	padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
	.px-dcc .content-boxes .content-box-headline {
		color: #0069B5;
		font-weight: 400;
	}
}
@media only screen and (max-width: 420px) {
	.px-dcc .content-boxes .content-box-headline {
		font-size: 14px;
	}
}

.px-dcc .content-boxes .content-box-content .tuv-list--unordered {
	padding-bottom: 15px;
}

.px-dcc .content-boxes .content-box-content .tuv-list--unordered .tuv-list__item {
	margin-bottom: 10px;
}
.px-dcc .content-boxes .content-box-content .tuv-list--unordered .tuv-list__item:last-child {
	margin-bottom: 0;
}

.px-dcc .content-boxes .content-box-page .link {
	text-align: center;
	padding-top: 25px;
}
@media only screen and (min-width: 768px) {
	.px-dcc .content-boxes .content-box-page .link {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 30px;
		padding-top: 0;
	}
}

.px-dcc .content-boxes .content-box-text .columns {
	overflow: hidden;	
	padding-bottom: 15px;
}
.px-dcc .content-boxes .content-box-content .columns .column-left,
.px-dcc .content-boxes .content-box-content .columns .column-right {
	width: 50%;
	float: left;
}
.px-dcc .content-boxes .content-box-content .columns .column-left {
	padding-right: 15px;
}
.px-dcc .content-boxes .content-box-content .columns .column-right {
	padding-left: 15px;
}
@media only screen and (max-width: 767px) {
	.px-dcc .content-boxes .content-box-content .columns .column-left,
	.px-dcc .content-boxes .content-box-content .columns .column-right {
		width: 100%;
		float: none;
		padding: 0;
	}
}
