*, *:before, *:after {
	box-sizing: border-box;
}
.menu_dark_white {
	position: absolute;
	right: 0;
	top: 8%;
	font-family: 'Panton', sans-serif;
	width: 100%;
	max-width: 23%;
}
.menu_dark_white .heading.active {
	color: #00a5db;
}
.menu_dark_white img {
	max-width: 80px;
}
#menu_dark_white img {
	width: 10%;
	height: 10%;
	cursor: pointer;
}
#menu_dark_white img:last-of-type {
	display: none;
}
#menu_dark_white:hover img:first-of-type {
	display: none;
}
#menu_dark_white:hover img:last-of-type {
	display: inline-block;
}
.menu_dark_white .heading  {
	display: block;
	text-decoration: none;
	color: #59646e;
	font-size: 1.4vw;
	line-height: 0.8;
	position: relative;
}
.menu_dark_white .heading:hover {
	color: #00a5db;
	cursor: pointer;
}	
.menu_dark_white .heading span  {	
	font-size: 0.7vw;
}
.accordion {
	width: 100%;
	position: absolute;
	right: 0%;
	top: 20%;
	font-family: 'Panton', sans-serif;
	max-width: 17%;
}
.accordion-item {
	position: relative;
}
.accordion-item.active .heading, .accordion-item .content p.active {
	color: #00a5db;
}
.accordion-item.active .icon {
	background: transparent;
	border: 1px solid #00a5db;
}
.accordion-item.active .icon:before {
	background: #00a5db;
}
.accordion-item.active .icon:after {
	width: 0;
}
.accordion-item .heading {
	display: block;
	text-decoration: none;
	color: #8d98a3;
	font-size: 1.4vw;
	line-height: 1.5;
	position: relative;
}
.accordion-item .heading:hover {
	color: #00a5db;
}
.accordion-item .heading:hover .icon:before, .accordion-item .heading:hover .icon:after {
	background: #00a5db;
}
.accordion-item .heading:hover .icon {
	border: 1px solid #00a5db;
}
.accordion-item .content a {
	color: #8d98a3;
}
.accordion-item .content a:hover, .accordion-item .content p:hover {
	color: #00a5db;
	cursor: pointer;
}
.accordion-item .content {
	display: none;
	font-size: 1.4vw;
	line-height: 1.5;
	color: #8d98a3;
}
.accordion-item .content p {
	margin-top: 0;
	padding-left: 0.7rem;
	text-indent: -0.7rem;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 599px) {
.accordion-item .icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	border-radius: 50%;
	transform: translateY(-50%);
}
.accordion-item .icon:before, .accordion-item .icon:after {
	content: "";
	width: 4px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	border-radius: 3px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.accordion-item .icon:after {
	transform: translate(-50%, -50%) rotate(90deg);
	z-index: -1;
}
.accordion-item .heading, .accordion-item .content {
	padding: 0.3rem 0 0.1rem .8rem;
}
.section-item .heading {
	padding: 0.3rem 0 .5rem .8rem;
}
.section-punch-item .heading {
	padding: 0.3rem 0 .5rem .8rem;
}
.trenner {
	border-width: 0.1rem 0 0 0;
	margin: .4rem auto;
	border-color: transparent;
	clear: both;
}
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 991px) and (min-width: 600px) {
.accordion-item .icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	border-radius: 50%;
	transform: translateY(-50%);
}
.accordion-item .icon:before, .accordion-item .icon:after {
	content: "";
	width: 5px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	border-radius: 3px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.accordion-item .icon:after {
	transform: translate(-50%, -50%) rotate(90deg);
	z-index: -1;
}
.accordion-item .heading, .accordion-item .content {
	padding: 0.3rem 0 0.3rem 1rem;
}
.section-item .heading {
	padding: 0.3rem 0 1rem 1rem;
}
.section-punch-item .heading {
	padding: 0.3rem 0 1rem 1rem;
}
.trenner {
	border-width: 0.1rem 0 0 0;
	margin: .6rem auto;
	border-color: transparent;
	clear: both;
}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
.accordion-item .icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	border-radius: 50%;
	transform: translateY(-50%);
}
.accordion-item .icon:before, .accordion-item .icon:after {
	content: "";
	width: 8px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	border-radius: 3px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.accordion-item .icon:after {
	transform: translate(-50%, -50%) rotate(90deg);
	z-index: -1;
}
.accordion-item .heading, .accordion-item .content {
	padding: 0.3rem 0 0.3rem 1.6rem;
}
.section-item .heading {
	padding: 0.3rem 0 1rem 1.6rem;
}
.section-punch-item .heading {
	padding: 0.3rem 0 1rem 1.6rem;
}
.trenner {
	border-width: 0.1rem 0 0 0;
	margin: .8rem auto;
	border-color: transparent;
	clear: both;
}
}
.section-item .heading {
	display: block;
	text-decoration: none;
	color: #00a5db;
	font-size: 1.4vw;
	line-height: 1.5;
	position: relative;
}
.section-punch-item .heading {
	display: block;
	text-decoration: none;
	color: #59646e;
	font-size: 1.4vw;
	line-height: 1.5;
	position: relative;
}
#section-white img {
	width: 15%;
	height: 15%;
	margin-left: -5%;
	float: left;
	margin-top: -5%;
}
#section-dark img {
	width: 20%;
	height: 20%;
	margin-left: -10%;
	float: left;
	margin-top: -5%;
}
#section-punch img {
	width: 15%;
	height: 15%;
	margin-left: -5%;
	float: left;
	margin-top: -5%;
}
#section-punch img:last-of-type {
	display: none;
}
#section-punch:hover img:first-of-type {
	display: none;
}
#section-punch:hover img:last-of-type {
	display: inline-block;
}
.section-punch-item .heading:hover {
	color: #00a5db;
}
.closebox {
	position: absolute;
	right: 0;
	top: 5%;
	width: 100%;
	max-width: 10%;
}
.closebox img {
	width: 35%;
	height: 35%;
	margin-left: -5%;
	float: left;
}
.closebox img:last-of-type {
	display: none;
}
.closebox:hover img:first-of-type {
	display: none;
	cursor: pointer;
}
.closebox:hover img:last-of-type {
	display: inline-block;
	cursor: pointer;
}