/**
 * 40-elements.css
 * Author: einfach-machen.berlin - Daniel Kaiser
**/

h1, h2, h3,
h4, h5, h6 {
    text-transform: uppercase;
}

h1.divider,
.divider h1,
h2.divider,
.divider h2,
h3.divider,
.divider h3,
h4.divider,
.divider h4,
h5.divider,
.divider h5,
h6.divider,
.divider h6 {
    margin-top: 32px;
    margin-top: 2rem;
    margin-bottom: 32px;
    border-bottom: 2px solid #EEE;
}

.section_sidebar h1,
.section_sidebar h2 { font-size: 1.25em; }
.section_sidebar h3,
.section_sidebar h4 { font-size: 1.125em; }
.section_sidebar h5,
.section_sidebar h6 { font-size: 1em; }

/**
 * lists 
**/
ul {
    list-style-type: disc;
}

ul ul, ol ul {
    list-style-type: circle;
}

ul ul ul, ul ol ul, ol ul ul, ol ol ul {
    list-style-type: square;
}

ol, ul ol, ul ul ol, ul ul ul ol {
    list-style-type: decimal;
}

ol ol, ul ol ol, ol ul ol, ul ul ol ol, ol ul ul ol, ul ol ul ol {
    list-style-type: upper-alpha;
}

ol ol ol, ul ol ol ol, ol ul ol ol, ol ol ul ol {
    list-style-type: upper-roman;
}

abbr {
    position: relative;
}

abbr:before {
    display: block;
    position: absolute;
    top: -100%;
    margin: -.25em 0 0;
    padding: .25em;
    background: #FFF;
    border: 1px solid #EEE;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

abbr:hover:before, abbr:focus:before {
    content: attr(title);
}

.image_container {
    margin: 0 0 1em;
}

figure.float_left {
    float: left;
}

.media--right figure,
figure.float_right {
    float: right;
}

.media--right figure,
.media--left figure {
    width: 45%;
}

.media--left figure,
figure.float_left {
    margin-right: 5%;
}

.media--right figure,
figure.float_right {
    margin-left: 5%;
}

blockquote p,
.information,
.warning,
.confirmation {
    margin: 1em 0;
}

blockquote p {
    margin-top: .5em;
    margin-bottom: .5em;
}

blockquote em {
    display: block;
    font-weight: normal;
    font-style: normal;
    color: #999;
}


/**
 * content elements
**/
.ce_accordion,
.ce_accordion .toggler {
    border: 1px solid #EEE;
    border-collapse: collapse;
}

.ce_accordion {
    border-width: 0 1px;
}

.ce_accordion .toggler {
    border-width: 1px 0;
    padding: 0 .5em;
    background: #F9F9F9;
    cursor: pointer;
}

.ce_accordion .accordion {
    padding: .5em;
}

.ce_tabcontrol .tabcontrol_tabs li,
.ce_tabcontrol .tabcontrol_panes {
    border: 1px solid #EEE;
}

.ce_tabcontrol .tabcontrol_tabs ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.ce_tabcontrol .tabcontrol_tabs li {
    display: inline;
    display: inline-block;
    padding: .5em;
    margin: 0 .25em 0 0;
    background: #F9F9F9;
    border-color: #F9F9F9;
    cursor: pointer;

}

.ce_tabcontrol .tabcontrol_tabs li.selected {
    background: #FFF;
    border-color: #EEE;
    border-bottom-color: #FFF;
    cursor: default;
}

.ce_tabcontrol .tabcontrol_panes {
    margin-top: -1px;
    padding: .5em;
    min-height: 10em;
}

.ce_gallery ul {
    margin: .5em 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

.ce_gallery li {
    float: left;
    margin: 0 1% .25em;
}

.ce_gallery .cols7 li,
.ce_gallery .cols8 li,
.ce_gallery .cols9 li,
.ce_gallery .cols10 li,
.ce_gallery .cols11 li,
.ce_gallery .cols12 li {
    margin: 0 .5% .125em;
}

.ce_gallery .cols1 li { width: 100%; }
.ce_gallery .cols2 li { width: 49%; }
.ce_gallery .cols3 li { width: 32%; }
.ce_gallery .cols4 li { width: 23.5%; }
.ce_gallery .cols5 li { width: 18.4%; }
.ce_gallery .cols6 li { width: 15%; }

.ce_gallery .cols7 li { width: 13.42857142%; }
.ce_gallery .cols8 li { width: 11.625%; }
.ce_gallery .cols9 li { width: 10.22222222%; }
.ce_gallery .cols10 li { width: 9.1%; }
.ce_gallery .cols11 li { width: 8.18181818%; }
.ce_gallery .cols12 li { width: 7.41666666%; }

.ce_gallery li.col_first {
    margin-left: 0;
}

.ce_gallery li.col_last {
    margin-right: 0;
}

.ce_gallery li.row_last {
    margin-bottom: 0;
}

.ce_gallery.rounded img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

/**
 * global elements
**/ 
.information { color: #5685C2; }
.warning { color: #EE5F5B; }
.confirmation { color: #62C462; }

.pagination {
    border-top: 1px solid #E9E9E9;
}

.pagination p,
.pagination ul {
    margin: .125em 0;
}

.pagination p {
    float: right;
    line-height: 2;
}

.pagination li {
    margin: 0 .5em 0 0;
}

.pagination li a, 
.pagination li span,
.pagination li strong {
    display: block;
    padding: 0 .25em;
    min-width: 1.5em;
    text-align: center;
    line-height: 2;
}

.pagination span.current
.pagination strong.active {
    background: #EEE;
    color: #000;
}

/* rsce */
.centered-wrapper {
    position: relative;
    padding: 3em;
    overflow: hidden;
}

.centered-wrapper-inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
}

.centered-wrapper-inner.-fullwidth-padded {
    max-width: 1340px;
    padding-left: 20px;
    padding-right: 20px;
}

.centered-wrapper-inner.-fullwidth {
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
}

.centered-wrapper-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: scroll no-repeat 50% 50%;
    background-size: cover;
}

.centered-wrapper.-height-80 {
    min-height: 80px;
    padding: 0; 
}

.centered-wrapper.-height-small {
    min-height: 300px;
}

@media screen and (max-width: 599px) {
    .centered-wrapper.-height-small {
        min-height: 200px;
    }
}
.centered-wrapper.-height-medium {
    min-height: 600px;
}

@media screen and (max-width: 599px) {
    .centered-wrapper.-height-medium {
        min-height: 400px;
    }
}
.centered-wrapper.-height-large {
    min-height: 900px;
}

@media screen and (max-width: 599px) {
    .centered-wrapper.-height-large {
        min-height: 600px;
    }
}
.centered-wrapper.-viewport-height {
    min-height: 710px;
    min-height: calc(100vh - 3.86667em);
}

@media screen and (max-width: 900px) {
    .centered-wrapper.-viewport-height {
        min-height: 100vh;
    }
}
@media screen and (max-width: 599px) {
    .centered-wrapper.-viewport-height {
        min-height: 500px;
        min-height: 100vh;
    }
}

.centered-wrapper.-vertical-centered {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.icon_boxes {
    overflow: hidden;
}

.icon_boxes a,
.icon_boxes a:hover,
.icon_boxes a:active,
.icon_boxes a:focus {
    color: inherit;
    text-decoration: none;
}

.icon-boxes-item:hover {
    background: #F5F5F5;
}

.icon-boxes-item-text {
    margin: 0 1em;
}

.icon-boxes-item-icon {
    display: block;
    height: 2.5em;
    width: 2.5em;
    margin: .5em auto;
    padding: .25em;
    color: #FFF;
    background: #F80;
    font-size: 3em;
    line-height: 2em;
    text-align: center;


    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

*[data-icon]:before {
    margin: 0;
}

.icon-boxes-item {
    text-align: center;
}

.icon-boxes-item-link {
    text-decoration: underline;
}

.icon-boxes-item:hover .icon-boxes-item-link {
    text-decoration: none;
}

.-background-color-3 {
    background: #383838;
}

.-background-color-2 {
    background: #FFF;
    box-shadow: inset 0 0 249px rgba(246,171,100,.25)
}

.-background-color-1 {
    background: var(--main-color);
    background: linear-gradient(135deg, #ed9723 0%,#d86b2e 51%,#f9b233 100%);
    background: linear-gradient( 113.9deg,  rgba(241,106,56,1) 13%, rgba(213,32,39,1) 48.8%, rgba(170,65,39,1) 85.9% );
     
}

.-color-inverted,
.-color-inverted h1,
.-color-inverted h2,
.-color-inverted h3,
.-color-inverted h4,
.-color-inverted h5,
.-color-inverted h6,
.-color-inverted a {
    color: #FFF;
}

.-vertical-centered {
    text-align: center;
}

.video_container {
    position: relative;
    margin-bottom: 1em;
    padding-bottom: 55%;
    padding-top: 15px;
    height: 0;
    overflow: hidden;
}

.video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**
 *  Rocksolid Icon Boxes, Fading Boxes, Feature Boxes
 **/

.feature-box {
	zoom: 1;
	position: relative;
	overflow: hidden;
}
.feature-box:before {
	content: "";
	display: table;
}
.feature-box:after {
	content: "";
	display: table;
	clear: both;
}
.feature-box.-image-centered {
	text-align: center;
}
.feature-box.-vertical-centered {
	display: table;
	table-layout: fixed;
	/* Fixes IE bug */
	width: 100%;
}
.feature-box.-small {
	min-height: 300px;
}
.feature-box.-small.-vertical-centered {
	height: 300px;
}
@media screen and (max-width: 599px) {
	.feature-box.-small {
		min-height: 200px;
	}
	.feature-box.-small.-vertical-centered {
		height: 200px;
	}
}
.feature-box.-medium {
	min-height: 600px;
}
.feature-box.-medium.-vertical-centered {
	height: 600px;
}
@media screen and (max-width: 599px) {
	.feature-box.-medium {
		min-height: 400px;
	}
	.feature-box.-medium.-vertical-centered {
		height: 400px;
	}
}
.feature-box.-large {
	min-height: 900px;
}
.feature-box.-large.-vertical-centered {
	height: 900px;
}
@media screen and (max-width: 599px) {
	.feature-box.-large {
		min-height: 600px;
	}
	.feature-box.-large.-vertical-centered {
		height: 600px;
	}
}

.feature-box-text {
	position: relative;
	z-index: 1;
	margin: 6.66667em 46.66667% 6.66667em 0;
	color: #98a0ab;
}
@media screen and (max-width: 900px) {
	.feature-box-text {
		margin-right: 37.5%;
	}
}
@media screen and (max-width: 599px) {
	.feature-box-text {
		margin: 2.4em 0;
	}
}
.-image-left > .feature-box-text {
	margin-right: 0;
	margin-left: 46.66667%;
}
@media screen and (max-width: 900px) {
	.-image-left > .feature-box-text {
		margin-left: 37.5%;
	}
}
@media screen and (max-width: 599px) {
	.-image-left > .feature-box-text {
		margin-left: 0;
	}
}
.-image-centered > .feature-box-text {
	margin-right: 16.66667%;
	margin-left: 16.66667%;
}
@media screen and (max-width: 900px) {
	.-image-centered > .feature-box-text {
		margin-right: 0;
		margin-left: 0;
	}
}
.-image-centered > .feature-box-text + .feature-box-image {
	margin-top: -2.4em;
}
@media screen and (max-width: 599px) {
	.-image-centered > .feature-box-text + .feature-box-image {
		margin-top: 0;
	}
}
.-vertical-centered > .feature-box-text {
	display: table-cell;
	vertical-align: middle;
	width: 56.66667%;
	margin: 0;
	padding: 4.8em 3.33333% 4.8em 0;
}
@media screen and (max-width: 900px) {
	.-vertical-centered > .feature-box-text {
		width: 68.75%;
	}
}
@media screen and (max-width: 599px) {
	.-vertical-centered > .feature-box-text {
		display: block;
		width: auto;
		padding-right: 0;
	}
}
.-vertical-centered.-image-left > .feature-box-text {
	padding-right: 0;
	padding-left: 3.33333%;
}
@media screen and (max-width: 599px) {
	.-vertical-centered.-image-left > .feature-box-text {
		padding-left: 0;
	}
}
.-vertical-centered.-image-centered > .feature-box-text {
	width: 100%;
	padding-right: 20%;
	padding-left: 20%;
}
@media screen and (max-width: 900px) {
	.-vertical-centered.-image-centered > .feature-box-text {
		padding-right: 0;
		padding-left: 0;
	}
}
.-vertical-centered.-large-image > .feature-box-text {
	width: 40%;
}
@media screen and (max-width: 900px) {
	.-vertical-centered.-large-image > .feature-box-text {
		width: 68.75%;
	}
}
@media screen and (max-width: 599px) {
	.-vertical-centered.-large-image > .feature-box-text {
		width: auto;
	}
}
.-no-image > .feature-box-text {
	width: 100%;
}
.-color-inverted .feature-box-text {
	color: white;
}
.no-margin .feature-box-text {
	margin: 0;
	padding: 0;
}
.no-margin-top .feature-box-text {
	margin-top: 0;
	padding-top: 0;
}
.no-margin-bottom .feature-box-text {
	margin-bottom: 0;
	padding-bottom: 0;
}
.feature-box-text h1,
.feature-box-text h2,
.feature-box-text h3 {
	margin: 0;
	color: #242424;
	font-size: 1.86667em;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.feature-box-text h1.-small,
.feature-box-text h2.-small,
.feature-box-text h3.-small {
	font-size: 1.4em;
}
@media screen and (max-width: 599px) {
	.feature-box-text h1.-small,
	.feature-box-text h2.-small,
	.feature-box-text h3.-small {
		font-size: 1.2em;
	}
}
.feature-box-text h1.-medium,
.feature-box-text h2.-medium,
.feature-box-text h3.-medium {
	font-size: 2.4em;
}
@media screen and (max-width: 599px) {
	.feature-box-text h1.-medium,
	.feature-box-text h2.-medium,
	.feature-box-text h3.-medium {
		font-size: 1.86667em;
	}
}
.feature-box-text h1.-large,
.feature-box-text h2.-large,
.feature-box-text h3.-large {
	font-size: 3.2em;
}
@media screen and (max-width: 599px) {
	.feature-box-text h1.-large,
	.feature-box-text h2.-large,
	.feature-box-text h3.-large {
		font-size: 2.4em;
	}
}
.feature-box-text h1.-super-size,
.feature-box-text h2.-super-size,
.feature-box-text h3.-super-size {
	font-size: 4em;
}
@media screen and (max-width: 599px) {
	.feature-box-text h1.-super-size,
	.feature-box-text h2.-super-size,
	.feature-box-text h3.-super-size {
		font-size: 3.2em;
	}
}
.feature-box-text h1 + a,
.feature-box-text h2 + a,
.feature-box-text h3 + a {
	margin-top: 1.6em;
}
.-color-inverted .feature-box-text h1,
.-color-inverted .feature-box-text h2,
.-color-inverted .feature-box-text h3 {
	color: white;
}
.feature-box-text p {
	font-size: 1.2em;
	margin: 1.33333em 0;
}
.feature-box-text p:before {
	content: "";
	display: block;
	width: 4em;
	height: 2px;
	margin: 0.8em 0;
	background: #33b1ec;
}
.-image-centered .feature-box-text p:before {
	width: 5.71429em;
	margin-left: auto;
	margin-right: auto;
}
.feature-box-text .feature-box-subheadline {
	margin-top: 0.28571em;
	font-size: 1.4em;
	color: #33b1ec;
}

.feature-box-image {
	display: block;
	float: right;
	width: 43.33333%;
	margin: 3.2em 0 3.2em 3.33333%;
}
@media screen and (max-width: 900px) {
	.feature-box-image {
		width: 31.25%;
	}
}
@media screen and (max-width: 599px) {
	.feature-box-image {
		width: 100%;
	}
}
.-image-left > .feature-box-image {
	float: left;
	margin-right: 3.33333%;
	margin-left: 0;
}
@media screen and (max-width: 599px) {
	.-image-left > .feature-box-image {
		float: none;
		margin-right: 0;
	}
}
.-image-centered > .feature-box-image {
	float: none;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 900px) {
	.-image-centered > .feature-box-image {
		width: 100%;
	}
}
.-image-centered > .feature-box-image + .feature-box-text {
	margin-top: 3.2em;
}
.-image-top > .feature-box-image {
	margin-top: 0;
}
.-image-bottom > .feature-box-image {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
}
@media screen and (max-width: 599px) {
	.-image-bottom > .feature-box-image {
		position: static;
		margin-bottom: 3.2em;
	}
}
.-image-bottom.-image-left > .feature-box-image {
	right: auto;
	left: 0;
}
.-vertical-centered > .feature-box-image {
	display: table-cell;
	vertical-align: middle;
	float: none;
	margin: 0;
	padding: 3.2em 0;
}
@media screen and (max-width: 599px) {
	.-vertical-centered > .feature-box-image {
		display: block;
		padding-top: 1.6em;
		padding-bottom: 1.6em;
	}
}
.-image-rounded > .feature-box-image img {
	border-radius: 99em;
}
.-large-image .feature-box-image {
	width: 60%;
}
@media screen and (max-width: 900px) {
	.-large-image .feature-box-image {
		width: 31.25%;
	}
}
@media screen and (max-width: 599px) {
	.-large-image .feature-box-image {
		width: 100%;
	}
}
.-image-centered.-large-image .feature-box-image {
	width: 73.33333%;
}
@media screen and (max-width: 900px) {
	.-image-centered.-large-image .feature-box-image {
		width: 62.5%;
	}
}
@media screen and (max-width: 599px) {
	.-image-centered.-large-image .feature-box-image {
		width: 100%;
	}
}

.not-in-view > .feature-box-text.-fade,
.not-in-view > .feature-box-image.-fade {
	opacity: 0;
}
.not-in-view > .feature-box-text.-move,
.not-in-view > .feature-box-image.-move {
	-webkit-transform: translate(100%, 0);
	-moz-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	-o-transform: translate(100%, 0);
	transform: translate(100%, 0);
}
.not-in-view > .feature-box-text.-move-right,
.not-in-view > .feature-box-image.-move-right {
	-webkit-transform: translate(-100%, 0);
	-moz-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	-o-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}
.not-in-view > .feature-box-text.-move-top,
.not-in-view > .feature-box-image.-move-top {
	-webkit-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	transform: translate(0, 100%);
}
.not-in-view > .feature-box-text.-move-bottom,
.not-in-view > .feature-box-image.-move-bottom {
	-webkit-transform: translate(0, -100%);
	-moz-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	-o-transform: translate(0, -100%);
	transform: translate(0, -100%);
}
.in-view > .feature-box-text,
.in-view > .feature-box-image {
	-webkit-transition: opacity 0.6s linear, -webkit-transform 0.6s ease-out;
	-moz-transition: opacity 0.6s linear, -moz-transform 0.6s ease-out;
	-o-transition: opacity 0.6s linear, -o-transform 0.6s ease-out;
	transition: opacity 0.6s linear, transform 0.6s ease-out;
}
.in-view > .feature-box-text.-fade,
.in-view > .feature-box-image.-fade {
	opacity: 1;
}
.in-view > .feature-box-text.-move,
.in-view > .feature-box-image.-move {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.feature-box-text img,
.feature-box-image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.fading-boxes {
	zoom: 1;
	margin: 2.66667em 0;
}
.fading-boxes:before {
	content: "";
	display: table;
}
.fading-boxes:after {
	content: "";
	display: table;
	clear: both;
}
.fading-boxes > h1,
.fading-boxes > h2,
.fading-boxes > h3,
.fading-boxes > h4,
.fading-boxes > h5,
.fading-boxes > h6 {
	margin-top: 0;
	margin-bottom: 1.06667em;
}

.fading-boxes-item {
	position: relative;
	z-index: 0;
	color: white;
	-webkit-transition: -webkit-transform 0.2s linear;
	-moz-transition: -moz-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	transition: transform 0.2s linear;
}
.fading-boxes-item.-with-link:hover,
.fading-boxes-item.-with-link.is-hovered {
	-webkit-transform: translate3d(0, -2.33333em, 0);
	-moz-transform: translate3d(0, -2.33333em, 0);
	-ms-transform: translate3d(0, -2.33333em, 0);
	-o-transform: translate3d(0, -2.33333em, 0);
	transform: translate3d(0, -2.33333em, 0);
}
.fading-boxes-item:hover,
.fading-boxes-item.is-hovered {
	z-index: 1;
}

.fading-boxes-item-image {
	position: relative;
	z-index: 1;
	background: #33b1ec no-repeat;
	background-size: cover;
}
.-highlight-color .fading-boxes-item-image {
	background: #3685ab no-repeat;
}
.fading-boxes-item-image:before {
	position: absolute;
	top: 2.875em;
	right: 50%;
	z-index: 1;
	margin: -0.5em;
	font-size: 2.66667em;
	-webkit-transition: top 0.2s linear, right 0.2s linear, font-size 0.2s linear;
	-moz-transition: top 0.2s linear, right 0.2s linear, font-size 0.2s linear;
	-o-transition: top 0.2s linear, right 0.2s linear, font-size 0.2s linear;
	transition: top 0.2s linear, right 0.2s linear, font-size 0.2s linear;
}
.fading-boxes-item:hover .fading-boxes-item-image:before,
.fading-boxes-item.is-hovered .fading-boxes-item-image:before {
	top: 1.25em;
	right: 1.125em;
	font-size: 2.13333em;
	/* IE8 and IE9 calculate em's wrong */
	font-size: 32px \9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.fading-boxes-item:hover .fading-boxes-item-image:before,
	.fading-boxes-item.is-hovered .fading-boxes-item-image:before {
		/* IE10 and IE11 calculate em's wrong */
		font-size: 32px;
	}
}
.fading-boxes-item-image:after {
	content: attr(data-headline);
	position: absolute;
	top: 5.17857em;
	left: 5%;
	width: 90%;
	font-size: 1.86667em;
	text-align: center;
	-webkit-transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.fading-boxes-item:hover .fading-boxes-item-image:after,
.fading-boxes-item.is-hovered .fading-boxes-item-image:after {
	opacity: 0;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.-has-text-shadow .fading-boxes-item-image:after {
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.fading-boxes-item-text {
	min-height: 19.28571em;
	/* clearfix */
	overflow: hidden;
	padding: 0 1.42857em;
	font-size: 0.93333em;
	background: rgba(51, 177, 236, 0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.fading-boxes-item:hover .fading-boxes-item-text,
.fading-boxes-item.is-hovered .fading-boxes-item-text {
	opacity: 1;
}
.fading-boxes-item-text h3 {
	margin: 1em 0 -0.29167em;
	font-size: 1.71429em;
	font-weight: normal;
	color: inherit;
}
.fading-boxes-item-text p {
	margin: 1.5em 0;
}
.fading-boxes-item-text a {
	color: inherit;
	text-decoration: underline;
}
.fading-boxes-item-text a:hover {
	text-decoration: none;
}

.fading-boxes-item-link {
	visibility: hidden;
	margin: -5.33333em 0 1.33333em;
	padding: 1em 1.33333em;
	background: #33b1ec;
	-webkit-transition: margin 0.2s linear, visibility 0s;
	-webkit-transition-delay: 0s, 0.2s;
	-moz-transition: margin 0.2s linear, visibility 0s 0.2s;
	-o-transition: margin 0.2s linear, visibility 0s 0.2s;
	transition: margin 0.2s linear, visibility 0s 0.2s;
}
.fading-boxes-item:hover .fading-boxes-item-link,
.fading-boxes-item.is-hovered .fading-boxes-item-link {
	visibility: visible;
	margin-top: 0;
	margin-bottom: -4em;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.fading-boxes-item-link .button {
	display: block;
}

.icon-boxes {
	zoom: 1;
	margin: 2.66667em 0;
}
.icon-boxes:before {
	content: "";
	display: table;
}
.icon-boxes:after {
	content: "";
	display: table;
	clear: both;
}
.icon-boxes > h1,
.icon-boxes > h2,
.icon-boxes > h3,
.icon-boxes > h4,
.icon-boxes > h5,
.icon-boxes > h6 {
	margin-top: 0;
	margin-bottom: 1.06667em;
}

.icon-boxes-item {
	position: relative;
	color: inherit;
	text-align: center;
	text-decoration: none;
}
.icon-boxes-item:hover,
.icon-boxes-item:focus {
	text-decoration: none;
}
.icon-boxes-item h3 {
	margin: 0;
	color: #33b1ec;
}
.icon-boxes-item.-icon-color h3 {
	color: #242424;
}
.icon-boxes-item p {
	margin: 0.46667em 0;
}
.icon-boxes-item.-headline-icon {
	padding-left: 5.33333em;
}
.icon-boxes-item.-align-left {
	text-align: left;
}
.icon-boxes-item.-align-right {
	text-align: right;
}
.icon-boxes-item.-color-inverted,
.-color-inverted .icon-boxes-item {
	color: white;
}
.icon-boxes-item.-color-inverted h3,
.-color-inverted .icon-boxes-item h3 {
	color: white;
}
.icon-boxes-item.-background-color {
	padding: 1.33333em;
}

.icon-boxes-item-icon {
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	margin: 0 0 0.625em;
	padding: 0.75em;
	font-size: 2.13333em;
	line-height: 1;
	color: white;
	background: #33b1ec;
	-webkit-transition: background 0.2s, -webkit-transform 0.2s, color 0.2s;
	-webkit-transition-delay: 0s, 0s, 0.3s;
	-moz-transition: background 0.2s, -moz-transform 0.2s, color 0.2s 0.3s;
	-o-transition: background 0.2s, -o-transform 0.2s, color 0.2s 0.3s;
	transition: background 0.2s, transform 0.2s, color 0.2s 0.3s;
}
.icon-boxes-item-icon:before {
	margin-right: 0;
}
.not-in-view > .icon-boxes-item > .icon-boxes-item-icon {
	color: transparent !important;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.in-view > .icon-boxes-item:nth-of-type(12n+1) > .icon-boxes-item-icon {
	-webkit-transition-delay: 0s, 0.1s, 0.4s;
	-moz-transition-delay: 0s, 0.1s, 0.4s;
	-o-transition-delay: 0s, 0.1s, 0.4s;
	transition-delay: 0s, 0.1s, 0.4s;
}
.in-view > .icon-boxes-item:nth-of-type(12n+2) > .icon-boxes-item-icon {
	-webkit-transition-delay: 0s, 0.2s, 0.5s;
	-moz-transition-delay: 0s, 0.2s, 0.5s;
	-o-transition-delay: 0s, 0.2s, 0.5s;
	transition-delay: 0s, 0.2s, 0.5s;
}
.in-view > .icon-boxes-item:nth-of-type(12n+3) > .icon-boxes-item-icon {
	-webkit-transition-delay: 0s, 0.3s, 0.6s;
	-moz-transition-delay: 0s, 0.3s, 0.6s;
	-o-transition-delay: 0s, 0.3s, 0.6s;
	transition-delay: 0s, 0.3s, 0.6s;
}
.in-view > .icon-boxes-item:nth-of-type(12n+4) > .icon-boxes-item-icon {
	-webkit-transition-delay: 0s, 0.4s, 0.7s;
	-moz-transition-delay: 0s, 0.4s, 0.7s;
	-o-transition-delay: 0s, 0.4s, 0.7s;
	transition-delay: 0s, 0.4s, 0.7s;
}
.in-view > .icon-boxes-item:nth-of-type(12n+5) > .icon-boxes-item-icon {
	-webkit-transition-delay: 0s, 0.5s, 0.8s;
	-moz-transition-delay: 0s, 0.5s, 0.8s;
	-o-transition-delay: 0s, 0.5s, 0.8s;
	transition-delay: 0s, 0.5s, 0.8s;
}
.in-view > .icon-boxes-item:nth-of-type(12n+6) > .icon-boxes-item-icon {
	-webkit-transition-delay: 0s, 0.6s, 0.9s;
	-moz-transition-delay: 0s, 0.6s, 0.9s;
	-o-transition-delay: 0s, 0.6s, 0.9s;
	transition-delay: 0s, 0.6s, 0.9s;
}
.in-view > .icon-boxes-item:nth-of-type(12n+7) > .icon-boxes-item-icon {
	-webkit-transition-delay: 0s, 0.7s, 1s;
	-moz-transition-delay: 0s, 0.7s, 1s;
	-o-transition-delay: 0s, 0.7s, 1s;
	transition-delay: 0s, 0.7s, 1s;
}
.in-view > .icon-boxes-item:nth-of-type(12n+8) > .icon-boxes-item-icon {
	-webkit-transition-delay: 0s, 0.8s, 1.1s;
	-moz-transition-delay: 0s, 0.8s, 1.1s;
	-o-transition-delay: 0s, 0.8s, 1.1s;
	transition-delay: 0s, 0.8s, 1.1s;
}
.in-view > .icon-boxes-item:nth-of-type(12n+9) > .icon-boxes-item-icon {
	-webkit-transition-delay: 0s, 0.9s, 1.2s;
	-moz-transition-delay: 0s, 0.9s, 1.2s;
	-o-transition-delay: 0s, 0.9s, 1.2s;
	transition-delay: 0s, 0.9s, 1.2s;
}
.in-view > .icon-boxes-item:nth-of-type(12n+10) > .icon-boxes-item-icon {
	-webkit-transition-delay: 0s, 1s, 1.3s;
	-moz-transition-delay: 0s, 1s, 1.3s;
	-o-transition-delay: 0s, 1s, 1.3s;
	transition-delay: 0s, 1s, 1.3s;
}
.in-view > .icon-boxes-item:nth-of-type(12n+11) > .icon-boxes-item-icon {
	-webkit-transition-delay: 0s, 1.1s, 1.4s;
	-moz-transition-delay: 0s, 1.1s, 1.4s;
	-o-transition-delay: 0s, 1.1s, 1.4s;
	transition-delay: 0s, 1.1s, 1.4s;
}
.in-view > .icon-boxes-item:nth-of-type(12n+12) > .icon-boxes-item-icon {
	-webkit-transition-delay: 0s, 1.2s, 1.5s;
	-moz-transition-delay: 0s, 1.2s, 1.5s;
	-o-transition-delay: 0s, 1.2s, 1.5s;
	transition-delay: 0s, 1.2s, 1.5s;
}
.-inverted-icon > .icon-boxes-item-icon {
	width: 2.08333em;
	height: 2.08333em;
	margin-bottom: 0.41667em;
	padding: 0.5em;
	border: 2px solid gainsboro;
	border-radius: 99em;
	font-size: 3.2em;
	color: #33b1ec;
	background: white;
	background: rgba(255, 255, 255, 0.5);
}
.-headline-icon > .icon-boxes-item-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 2em;
	height: 2em;
	padding: 0.42857em;
	border: 2px solid #33b1ec;
	border-radius: 99em;
	font-size: 1.86667em;
	color: #33b1ec;
	background: none;
}
.-highlight-color .icon-boxes-item-icon {
	background: #3685ab;
}
*:hover > .icon-boxes-item-icon,
*:focus > .icon-boxes-item-icon {
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.icon-boxes-item-text {
	color: #98a0ab;
}
.-color-inverted .icon-boxes-item-text {
	color: white;
}

.icon-boxes-item-link.-link {
	color: #33b1ec;
}
.icon-boxes-item:hover > .icon-boxes-item-link.-link,
.icon-boxes-item:focus > .icon-boxes-item-link.-link {
	text-decoration: underline;
}
.-color-inverted .icon-boxes-item-link {
	color: white;
}

.no-border {
	border: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}
.left {
	float: left;
}
.right {
	float: right;
}
.margin-top-none {
	margin-top: 0 !important;
}
@media screen and (max-width: 599px) {
	.margin-top-none {
		margin-top: 0 !important;
	}
}
.margin-right-none {
	margin-right: 0 !important;
}
@media screen and (max-width: 599px) {
	.margin-right-none {
		margin-right: 0 !important;
	}
}
.margin-bottom-none {
	margin-bottom: 0 !important;
}
@media screen and (max-width: 599px) {
	.margin-bottom-none {
		margin-bottom: 0 !important;
	}
}
.margin-left-none {
	margin-left: 0 !important;
}
@media screen and (max-width: 599px) {
	.margin-left-none {
		margin-left: 0 !important;
	}
}
.padding-top-none {
	padding-top: 0 !important;
}
@media screen and (max-width: 599px) {
	.padding-top-none {
		padding-top: 0 !important;
	}
}
.padding-right-none {
	padding-right: 0 !important;
}
@media screen and (max-width: 599px) {
	.padding-right-none {
		padding-right: 0 !important;
	}
}
.padding-bottom-none {
	padding-bottom: 0 !important;
}
@media screen and (max-width: 599px) {
	.padding-bottom-none {
		padding-bottom: 0 !important;
	}
}
.padding-left-none {
	padding-left: 0 !important;
}
@media screen and (max-width: 599px) {
	.padding-left-none {
		padding-left: 0 !important;
	}
}
.margin-top-xxs {
	margin-top: 10px !important;
}
@media screen and (max-width: 599px) {
	.margin-top-xxs {
		margin-top: 5px !important;
	}
}
.margin-right-xxs {
	margin-right: 10px !important;
}
@media screen and (max-width: 599px) {
	.margin-right-xxs {
		margin-right: 5px !important;
	}
}
.margin-bottom-xxs {
	margin-bottom: 10px !important;
}
@media screen and (max-width: 599px) {
	.margin-bottom-xxs {
		margin-bottom: 5px !important;
	}
}
.margin-left-xxs {
	margin-left: 10px !important;
}
@media screen and (max-width: 599px) {
	.margin-left-xxs {
		margin-left: 5px !important;
	}
}
.padding-top-xxs {
	padding-top: 10px !important;
}
@media screen and (max-width: 599px) {
	.padding-top-xxs {
		padding-top: 5px !important;
	}
}
.padding-right-xxs {
	padding-right: 10px !important;
}
@media screen and (max-width: 599px) {
	.padding-right-xxs {
		padding-right: 5px !important;
	}
}
.padding-bottom-xxs {
	padding-bottom: 10px !important;
}
@media screen and (max-width: 599px) {
	.padding-bottom-xxs {
		padding-bottom: 5px !important;
	}
}
.padding-left-xxs {
	padding-left: 10px !important;
}
@media screen and (max-width: 599px) {
	.padding-left-xxs {
		padding-left: 5px !important;
	}
}
.margin-top-xs {
	margin-top: 25px !important;
}
@media screen and (max-width: 599px) {
	.margin-top-xs {
		margin-top: 13px !important;
	}
}
.margin-right-xs {
	margin-right: 25px !important;
}
@media screen and (max-width: 599px) {
	.margin-right-xs {
		margin-right: 13px !important;
	}
}
.margin-bottom-xs {
	margin-bottom: 25px !important;
}
@media screen and (max-width: 599px) {
	.margin-bottom-xs {
		margin-bottom: 13px !important;
	}
}
.margin-left-xs {
	margin-left: 25px !important;
}
@media screen and (max-width: 599px) {
	.margin-left-xs {
		margin-left: 13px !important;
	}
}
.padding-top-xs {
	padding-top: 25px !important;
}
@media screen and (max-width: 599px) {
	.padding-top-xs {
		padding-top: 13px !important;
	}
}
.padding-right-xs {
	padding-right: 25px !important;
}
@media screen and (max-width: 599px) {
	.padding-right-xs {
		padding-right: 13px !important;
	}
}
.padding-bottom-xs {
	padding-bottom: 25px !important;
}
@media screen and (max-width: 599px) {
	.padding-bottom-xs {
		padding-bottom: 13px !important;
	}
}
.padding-left-xs {
	padding-left: 25px !important;
}
@media screen and (max-width: 599px) {
	.padding-left-xs {
		padding-left: 13px !important;
	}
}
.margin-top-s {
	margin-top: 50px !important;
}
@media screen and (max-width: 599px) {
	.margin-top-s {
		margin-top: 25px !important;
	}
}
.margin-right-s {
	margin-right: 50px !important;
}
@media screen and (max-width: 599px) {
	.margin-right-s {
		margin-right: 25px !important;
	}
}
.margin-bottom-s {
	margin-bottom: 50px !important;
}
@media screen and (max-width: 599px) {
	.margin-bottom-s {
		margin-bottom: 25px !important;
	}
}
.margin-left-s {
	margin-left: 50px !important;
}
@media screen and (max-width: 599px) {
	.margin-left-s {
		margin-left: 25px !important;
	}
}
.padding-top-s {
	padding-top: 50px !important;
}
@media screen and (max-width: 599px) {
	.padding-top-s {
		padding-top: 25px !important;
	}
}
.padding-right-s {
	padding-right: 50px !important;
}
@media screen and (max-width: 599px) {
	.padding-right-s {
		padding-right: 25px !important;
	}
}
.padding-bottom-s {
	padding-bottom: 50px !important;
}
@media screen and (max-width: 599px) {
	.padding-bottom-s {
		padding-bottom: 25px !important;
	}
}
.padding-left-s {
	padding-left: 50px !important;
}
@media screen and (max-width: 599px) {
	.padding-left-s {
		padding-left: 25px !important;
	}
}
.margin-top-m {
	margin-top: 75px !important;
}
@media screen and (max-width: 599px) {
	.margin-top-m {
		margin-top: 38px !important;
	}
}
.margin-right-m {
	margin-right: 75px !important;
}
@media screen and (max-width: 599px) {
	.margin-right-m {
		margin-right: 38px !important;
	}
}
.margin-bottom-m {
	margin-bottom: 75px !important;
}
@media screen and (max-width: 599px) {
	.margin-bottom-m {
		margin-bottom: 38px !important;
	}
}
.margin-left-m {
	margin-left: 75px !important;
}
@media screen and (max-width: 599px) {
	.margin-left-m {
		margin-left: 38px !important;
	}
}
.padding-top-m {
	padding-top: 75px !important;
}
@media screen and (max-width: 599px) {
	.padding-top-m {
		padding-top: 38px !important;
	}
}
.padding-right-m {
	padding-right: 75px !important;
}
@media screen and (max-width: 599px) {
	.padding-right-m {
		padding-right: 38px !important;
	}
}
.padding-bottom-m {
	padding-bottom: 75px !important;
}
@media screen and (max-width: 599px) {
	.padding-bottom-m {
		padding-bottom: 38px !important;
	}
}
.padding-left-m {
	padding-left: 75px !important;
}
@media screen and (max-width: 599px) {
	.padding-left-m {
		padding-left: 38px !important;
	}
}
.margin-top-l {
	margin-top: 100px !important;
}
@media screen and (max-width: 599px) {
	.margin-top-l {
		margin-top: 50px !important;
	}
}
.margin-right-l {
	margin-right: 100px !important;
}
@media screen and (max-width: 599px) {
	.margin-right-l {
		margin-right: 50px !important;
	}
}
.margin-bottom-l {
	margin-bottom: 100px !important;
}
@media screen and (max-width: 599px) {
	.margin-bottom-l {
		margin-bottom: 50px !important;
	}
}
.margin-left-l {
	margin-left: 100px !important;
}
@media screen and (max-width: 599px) {
	.margin-left-l {
		margin-left: 50px !important;
	}
}
.padding-top-l {
	padding-top: 100px !important;
}
@media screen and (max-width: 599px) {
	.padding-top-l {
		padding-top: 50px !important;
	}
}
.padding-right-l {
	padding-right: 100px !important;
}
@media screen and (max-width: 599px) {
	.padding-right-l {
		padding-right: 50px !important;
	}
}
.padding-bottom-l {
	padding-bottom: 100px !important;
}
@media screen and (max-width: 599px) {
	.padding-bottom-l {
		padding-bottom: 50px !important;
	}
}
.padding-left-l {
	padding-left: 100px !important;
}
@media screen and (max-width: 599px) {
	.padding-left-l {
		padding-left: 50px !important;
	}
}
.margin-top-xl {
	margin-top: 150px !important;
}
@media screen and (max-width: 599px) {
	.margin-top-xl {
		margin-top: 75px !important;
	}
}
.margin-right-xl {
	margin-right: 150px !important;
}
@media screen and (max-width: 599px) {
	.margin-right-xl {
		margin-right: 75px !important;
	}
}
.margin-bottom-xl {
	margin-bottom: 150px !important;
}
@media screen and (max-width: 599px) {
	.margin-bottom-xl {
		margin-bottom: 75px !important;
	}
}
.margin-left-xl {
	margin-left: 150px !important;
}
@media screen and (max-width: 599px) {
	.margin-left-xl {
		margin-left: 75px !important;
	}
}
.padding-top-xl {
	padding-top: 150px !important;
}
@media screen and (max-width: 599px) {
	.padding-top-xl {
		padding-top: 75px !important;
	}
}
.padding-right-xl {
	padding-right: 150px !important;
}
@media screen and (max-width: 599px) {
	.padding-right-xl {
		padding-right: 75px !important;
	}
}
.padding-bottom-xl {
	padding-bottom: 150px !important;
}
@media screen and (max-width: 599px) {
	.padding-bottom-xl {
		padding-bottom: 75px !important;
	}
}
.padding-left-xl {
	padding-left: 150px !important;
}
@media screen and (max-width: 599px) {
	.padding-left-xl {
		padding-left: 75px !important;
	}
}
.margin-top-xxl {
	margin-top: 200px !important;
}
@media screen and (max-width: 599px) {
	.margin-top-xxl {
		margin-top: 100px !important;
	}
}
.margin-right-xxl {
	margin-right: 200px !important;
}
@media screen and (max-width: 599px) {
	.margin-right-xxl {
		margin-right: 100px !important;
	}
}
.margin-bottom-xxl {
	margin-bottom: 200px !important;
}
@media screen and (max-width: 599px) {
	.margin-bottom-xxl {
		margin-bottom: 100px !important;
	}
}
.margin-left-xxl {
	margin-left: 200px !important;
}
@media screen and (max-width: 599px) {
	.margin-left-xxl {
		margin-left: 100px !important;
	}
}
.padding-top-xxl {
	padding-top: 200px !important;
}
@media screen and (max-width: 599px) {
	.padding-top-xxl {
		padding-top: 100px !important;
	}
}
.padding-right-xxl {
	padding-right: 200px !important;
}
@media screen and (max-width: 599px) {
	.padding-right-xxl {
		padding-right: 100px !important;
	}
}
.padding-bottom-xxl {
	padding-bottom: 200px !important;
}
@media screen and (max-width: 599px) {
	.padding-bottom-xxl {
		padding-bottom: 100px !important;
	}
}
.padding-left-xxl {
	padding-left: 200px !important;
}
@media screen and (max-width: 599px) {
	.padding-left-xxl {
		padding-left: 100px !important;
	}
}
.font-size-xxs {
	font-size: 0.6em !important;
}
@media screen and (max-width: 599px) {
	.font-size-xxs {
		font-size: 0.8em !important;
	}
}
.font-size-xs {
	font-size: 0.8em !important;
}
@media screen and (max-width: 599px) {
	.font-size-xs {
		font-size: 0.9em !important;
	}
}
.font-size-s {
	font-size: 0.9em !important;
}
@media screen and (max-width: 599px) {
	.font-size-s {
		font-size: 0.95em !important;
	}
}
.font-size-m {
	font-size: 1.2em !important;
}
@media screen and (max-width: 599px) {
	.font-size-m {
		font-size: 1.1em !important;
	}
}
.font-size-l {
	font-size: 1.5em !important;
}
@media screen and (max-width: 599px) {
	.font-size-l {
		font-size: 1.25em !important;
	}
}
.font-size-xl {
	font-size: 2em !important;
}
@media screen and (max-width: 599px) {
	.font-size-xl {
		font-size: 1.5em !important;
	}
}
.font-size-xxl {
	font-size: 2.5em !important;
}
@media screen and (max-width: 599px) {
	.font-size-xxl {
		font-size: 1.75em !important;
	}
}

.padding-top-none {
    padding-top: 0;
}

.padding-bottom-none {
    padding-bottom: 0;
}

.centered img,
.centered {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

