body{
	font-family: 'Droid Sans', sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	overflow-x: hidden;
}

.navbar{
	display: block;
	height: 100%;
	padding-right: 4%;
	padding-left: 4%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: #fff;
	box-shadow: 0 1px 5px 0 rgba(60, 70, 70, .5);
}

.bg-container{
	overflow: hidden;
	height: 100%;
	background-image: url('../images/concentris_visual_hero.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.main-menu-item{
	padding-bottom: 35px;
	font-family: 'Droid Sans', sans-serif;
	color: #3c4646;
	font-size: 16px;
	line-height: 20px;
}

.main-menu-item:hover{
	color: #00b4d2;
}

.main-menu-item:active{
	color: #00b4d2;
}

.main-menu-item:focus{
	color: #00b4d2;
}

.main-menu-item.w--current{
	color: #00b4d2;
}

.main-menu-item.w--current:active{
	background-color: rgba(0, 180, 210, .1);
}

.main-menu-item.w--current:focus{
	background-color: rgba(0, 180, 210, .1);
}

.company-logo-container{
	margin-top: 30px;
}

.company-logo-container.footer{
	width: 220px;
	margin-top: 0px;
}

.teaser-row{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: -1px;
	margin-left: -1px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.paragraph{
	font-family: 'Droid Sans', sans-serif;
	color: #3c4646;
	font-size: 14px;
}

.paragraph.centered-content{
	text-align: center;
}

.h2-heading{
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
}

.h2-heading.white{
	color: #fff;
}

.h2-heading.centered{
	margin-bottom: 40px;
	text-align: center;
}

.h2-heading.flex{
	margin-bottom: 0px;
	padding-right: 40px;
	padding-left: 40px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.intro-text{
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}

.intro-text.centered{
	text-align: center;
}

.intro-text a, .intro-block .w-col-8 a{
	color: #00b4d2;
	font-weight: 700;
	text-decoration: none;
}

.body{
	height: 100%;
	font-family: 'Droid Sans', sans-serif;
}

.search-icon{
	width: 40px;
	height: 40px;
	border-radius: 200px;
	background-color: rgba(0, 180, 210, .1);
	background-image: url('../images/icon_search_grey.png');
	background-position: 50% 50%;
	background-size: 30px;
	background-repeat: no-repeat;
}

.search-icon:hover{
	background-image: url('../images/icon_search_blue.png');
	background-position: 50% 50%;
	background-size: 30px;
	background-repeat: no-repeat;
}

.social-icon-block{
	position: relative;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
	margin-left:20px;
}
.social-icon-block .social-icon{
	width: 40px;
	height: 40px;
	border-radius: 200px;
	background-color: rgba(0, 180, 210, .1);
	background-position: 50% 50%;
	background-size: 30px;
	background-repeat: no-repeat;
	display:block;
}
.social-icon-block .social-icon.twitter{
	background-image: url('../images/Twitter_Social_Icon_Blue.png');
}

.search-icon:focus{
	background-image: url('../images/icon_search_turqoise.svg');
	background-size: 20px;
}

.language-block{
	margin-right: 20px;
	margin-bottom: 25px;
	margin-left: 20px;
	padding: 10px 20px;
	border-right: 1px solid #00b4d2;
	border-left: 1px solid #00b4d2;
}

.bullet-list{
	padding-left: 0px;
	font-weight: 700;
}

.bullet-list.intro-text{
	margin-top: 20px;
	margin-bottom: 20px;
}

.bullet-list.flex{
	margin-bottom: 0px;
}

.bullet-list.indented{
	margin-top: 10px;
	margin-left: 20px;
}

.bullet-list-item{
	margin-bottom: 10px;
	font-family: 'Droid Sans', sans-serif;
	color: #3c4646;
	font-weight: 400;
	text-align: left;
	text-decoration: none;
}

.bullet-list-item.phone{
	padding-left: 30px;
	background-image: url('../images/concentris_icon_phone.png');
	background-position: 0px 50%;
	background-size: 20px;
	background-repeat: no-repeat;
}

.bullet-list-item.fax{
	padding-left: 30px;
	background-image: url('../images/bullet_icon_fax.png');
	background-position: 0px 50%;
	background-size: 20px;
	background-repeat: no-repeat;
}

.bullet-list-item.arrow{
	background-image: url('../images/bullet_arrow_right_02.png');
	background-position: 0px 1px;
	background-repeat: no-repeat;
	font-weight: 400;
}

.bullet-list-item.arrow{
	padding-left: 30px;
	background-image: url('../images/bullet_arrow_right_02.png');
	background-position: 0px 0px;
	background-size: 18px;
	background-repeat: no-repeat;
}

.bullet-list-item.checked{
	padding-left: 30px;
	background-image: url('../images/bullet_checked.png');
	background-position: 0px 2px;
	background-size: 18px;
	background-repeat: no-repeat;
}

.link-tile-block{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 1px 1px 3px 0 rgba(60, 70, 70, .5);
	text-align: center;
}

.link-tile-block:hover{
	box-shadow: 1px 1px 3px 0 #000;
}

.text-block{
	padding: 40px 4%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	font-family: 'Droid Sans', sans-serif;
	color: #3c4646;
}

.text-block.schema{
	margin-bottom: 0px;
	padding: 10px 0% 0px;
	font-weight: 700;
}

.text-block.schema.divider{
	border-bottom: 1px solid #b0dfe7;
}

.text-block.schema.subline{
	display: block;
	padding-top: 20px;
	color: #3c4646;
	font-weight: 400;
}

.text-block.flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.text-block.flex.yellow{
	background-color: #f8e71c;
}

.text-block.flex.bullet-list{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.text-block.card{
	margin-bottom: 40px;
	padding: 0px 0%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.text-block.stage{
	position: absolute;
	left: 0px;
	top: 12%;
	right: 0px;
	height: auto;
	margin-top: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #3c4646;
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: 700;
	text-align: center;
}

.tile-container{
	margin-bottom: 20px;
	padding: 40px 20px 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-radius: 5px;
}

.tile-container.blue{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #00b4d2;
}

.tile-container.white{
	background-color: #fff;
}

.tile-container.white.reduced-opacity{
	background-color: hsla(0, 0%, 100%, .9);
}

.tile-container.category{
	margin-bottom: 0px;
	padding: 0px;
}

.tile-container.category.flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.link-tile-container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: -2%;
	margin-left: -2%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.link-tile-container.flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.link-block{
	display: block;
	color: #00b4d2;
	font-weight: 700;
	text-decoration: none;
}

.link-block:hover{
	color: #3c4646;
}

.link-block.teaser-box{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: hsla(0, 0%, 100%, .6);
	font-size: 16px;
	text-align: center;
}

.link-block.teaser-box:hover{
	background-color: #fff;
}

.link-block.logo{
	padding: 0px 40px;
}

.link-block.bullet{
	padding-left: 30px;
	background-image: url('../images/bullet_arrow_right_02.png');
	background-position: 0px 2px;
	background-size: 18px;
	background-repeat: no-repeat;
	font-size: 16px;
}

.link-block.bullet:hover{
	background-image: url('../images/bullet_arrow-right_grey.png');
	background-position: 0px 2px;
	background-size: 18px;
}

.link-block.bullet.external-link{
	background-image: url('../images/bullet_icon_link_external.png');
	background-position: 0px 0px;
	background-size: 18px;
}

.link-block.bullet.external-link:hover{
	background-image: url('../images/bullet_external-link_grey.png');
	background-size: 18px;
}

.link-block.stage{
	position: absolute;
	left: 40%;
	top: 35%;
	right: 40%;
	bottom: 35%;
	z-index: 1;
	height: auto;
}

.footer{
	background-color: #00b4d2;
	font-family: 'Droid Sans', sans-serif;
	color: #fff;
}

.quote-block{
	display: inline-block;
	margin-right: 10px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-left-width: 5px;
	border-left-color: #00b4d2;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: rgba(0, 180, 210, .1);
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

.h5-heading{
	margin-bottom: 20px;
	font-family: 'Droid Sans', sans-serif;
}

.h5-heading.schema{
	margin-bottom: 10px;
}

.h5-heading.divider{
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #b0dfe7;
	border-bottom: 1px solid #b0dfe7;
}

.main-menu-dropdown-item{
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu-dropdown-link-item{
	padding-right: 0px;
	padding-left: 0px;
	border-bottom: 1px solid hsla(0, 0%, 100%, .2);
	color: #fff;
}

.menu-dropdown-link-item:hover{
	color: hsla(0, 0%, 100%, .7);
}

.menu-dropdown-link-item.w--current{
	color: #fff;
}

.menu-dropdown-link-item.w--current:hover{
	color: hsla(0, 0%, 100%, .8);
}

.menu-dropdown-link-item.no-bottom-line{
	border-bottom: 1px none #000;
}

.menu-dropdown-submenu-panel{
	padding-right: 20px;
	padding-left: 20px;
}

.menu-dropdown-submenu-panel.w--open{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #00b4d2;
	box-shadow: 0 3px 3px 0 rgba(60, 70, 70, .5);
}

.header-visual{
	position: relative;
	height: 35%;
	min-height: 300px;
}

.header-visual.hv-01{
	background-image: url('../images/concentris_visual_header_01.jpg');
	background-position: 100% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.header-visual.hv-06{
	background-image: url('../images/concentris_visual_header_14.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.header-visual.hv-08{
	background-image: url('../images/concentris_visual_header_20.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.header-visual.hv-10{
	background-image: url('../images/concentris_visual_header_10.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.header-visual.hv-11{
	background-image: url('../images/concentris_visual_header_11.jpg');
	background-position: 50% 0px;
	background-size: cover;
	background-repeat: no-repeat;
}

.header-visual.hv-13{
	background-image: url('../images/concentris_visual_header_13.jpg');
	background-position: 0px 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.header-visual.hv-09{
	background-image: url('../images/concentris_visual_header_15.jpg');
	background-position: 0px 0px;
	background-size: cover;
	background-repeat: no-repeat;
}

.header-visual.hv-12{
	background-image: url('../images/concentris_visual_header_16.jpg');
	background-position: 0px 0px;
	background-size: cover;
	background-repeat: no-repeat;
}

.header-visual.hv-14{
	background-image: url('../images/concentris_visual_header_17.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.header-visual.hv-15{
	background-image: url('../images/concentris_visual_header_18.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.header-visual.hv-16{
	background-image: url('../images/concentris_visual_header_19.jpg');
	background-position: 50% 50%;
	background-size: cover;
}

.keyways-background {
	background-color:hsla(0, 0%, 100%, .9);
	height:120px;
	width: 40%;
	position: absolute;
	bottom: 11.6%;
	border-top-right-radius: 65px;
	border-bottom-right-radius: 65px;
}

.keyways-logo{
	background-image: url('../images/kw_logo.png');
	background-repeat: no-repeat;
    background-position: 90.3% 27%;
    background-size: 31.7%;
    height: 43px;
    margin-top: 37px;
}

.key-functions{
	position: relative;
	background-color: #00b4d2;
	background-position: 100% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
    padding: 40px 4%;
}

.key-functions-list{
	padding-left: 0;
    list-style: none;
}

.key-functions-list h3
{
	font-size:18px;
	margin-top: 10px;
    margin-bottom: 20px;
}

.keyways-intro-block-image img{
	margin-top: -120px;
	margin-left:4%;
	margin-right:4%;
	max-width:92%;
}

.kw.visual-insert{
	background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
	position: absolute;
	top:calc(50% - 100px);
	overflow: hidden;
	width: 240px;
	height: 240px;
	margin-top: -20px;
	margin-bottom: -20px;
	margin-left: -100px;
	float: left;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 1px 1px 3px 0 #3c4646;
}

.list-text{
    padding: 20px 40px 20px 180px;
	min-height:200px;
}

.list-item.kw.function {
    position: relative;
    width: 75%;
    margin-bottom: 60px;
    margin-left: 100px;
    float: left;
    border-radius: 1000px;
    background-color: hsla(0, 0%, 100%, .9);
}

.w-container:after {
    clear: both;
}

.list-item.kw.function.right-aligned {
    float: right;
}

.key-functions h2{
	margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
	margin-bottom: 40px;
    text-align: center;
	color:white;
}


.pricing p{
	font-size:16px;
	margin-bottom: 20px;
	line-height:24px;
}
.pricing-table {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;

}
.pricing-block {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding: 40px;
    border-radius: 5px;
    background-color: #e6f8fb;
    box-shadow: 1px 1px 2px 0 #3c4646;
    font-size: 1.4em;
    line-height: 1em;
    text-align: center;
	width: 20.7%;
    display: inline-block;
}

.pricing-info {
    margin-bottom: 20px;
}
.pricing-info.user {
    color: #00b4d2;
}

.insert-block.figurative-mark {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.5;
}
.kw-circle {
    width: 240px;
    height: 240px;
}

.h2-heading.centered.pricing {
    margin-bottom: 20px;
}

.pricing-block.highlight {
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #f8e71c;
	width:23.5%;
	margin-left: 5px;
    margin-right: 5px;
}

.pricing-spot {
    position: relative;
    display: block;
    width: 140px;
    height: 140px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    background-color: #fff;
    color: #00b4d2;
}

.pricing-info.fee {
    position: absolute;
    left: 0px;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    font-size: 1.6em;
    line-height: 0.8em;
    font-weight: 700;
}

.pricing-info.fee p{
	font-size: 30px;
    margin-bottom: 2px;
}


.pricing-info.period {
    color: #3c4646;
    font-size: 0.6em;
    font-weight: 400;
}

.text-link{
	color: #00b4d2;
	font-weight: 700;
	text-decoration: none;
}

.text-link:hover{
	color: #3c4646;
}

.text-link.white{
	color: hsla(0, 0%, 100%, .5);
	font-weight: 400;
}

.text-link.white:hover{
	color: #fff;
}

.text-link.language-selection{
	padding-right: 10px;
	padding-left: 10px;
	color: #3c4646;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

.text-link.language-selection:hover{
	color: #00b4d2;
}

.text-link.language-selection.active{
	color: #00b4d2;
}

.content-block{
	padding: 40px 4%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.content-block.yellow{
	background-color: #f8e71c;
}

.content-block.grey{
	overflow: hidden;
	background-color: #3c4646;
}

.content-block.grey.bgv-01{
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url('../images/concentris_visual_bg_01.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.content-block.blue{
	background-color: #00b4d2;
}

.content-block.light-blue{
	background-color: #e6f8fb;
}

.content-block.bgv-01{
	background-image: url('../images/concentris_visual_bg_01.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.content-block.flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.content-block.flex.no-padding{
	position: relative;
	padding: 0px 0%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.content-block.figure{
	padding: 0px 0%;
}

.content-block.schema{
	position: relative;
	margin-bottom: 20px;
	padding: 20px 40px;
	border-radius: 5px;
	background-color: #fff;
}

.content-block.default{
	padding: 0px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.content-block.flex-grid{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.content-block.visual-insert{
	padding: 0%;
	text-align: center;
}

.content-block.parallax{
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.content-block.white{
	background-color: #fff;
}

.content-block.teaser{
	padding: 60px 8%;
	font-size: 16px;
	line-height: 24px;
	margin:0 auto;
}

.content-block.teaser.no-image{
	padding: 60px 4%;
}

.content-block.bullet-list{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: transparent;
}

.h1-heading{
	margin-bottom: 20px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	color: #00b4d2;
	font-size: 2em;
	line-height: 1.4em;
	font-weight: 700;
	text-align: center;
}

.h1-heading.blue{
	color: #00b4d2;
}

.breadcrumb-block{
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin-right: 4%;
	margin-left: 4%;
}

.breadcrumb{
	display: inline-block;
	margin-bottom: -5px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: hsla(0, 0%, 100%, .8);
}

.breadcrumb-item{
	padding: 5px 15px 5px 10px;
	float: left;
	background-image: url('../images/icon_arrow_breadcrumb_blue.png');
	background-position: 100% 50%;
	background-size: auto 10px;
	background-repeat: no-repeat;
}

.breadcrumb-item.no-link{
	background-image: none;
}

.footer-navbar-item{
	margin: 5px;
	padding: 10px 20px;
	border-style: solid;
	border-width: 2px;
	border-color: hsla(0, 0%, 100%, .4);
	border-radius: 5px;
	background-color: transparent;
}

.footer-navbar-item:hover{
	border-color: #fff;
}

.footer-navbar{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.footer-text-block{
	margin-top: 40px;
	margin-bottom: 40px;
}

.footer-navbar-block{
	position: relative;
	right: 0px;
	bottom: 0px;
	float: right;
}

.header{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 100;
	height: 100px;
}

.logo-container{
	width: 220px;
}

.logo-container.w--current{
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-menu-wrapper{
	position: absolute;
	right: 4%;
	bottom: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.main-menu-dropdown-toggle{
	padding-bottom: 35px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	color: #3c4646;
	font-size: 16px;
}

.main-menu-dropdown-toggle:hover{
	color: #00b4d2;
}

.main-menu-dropdown-toggle:focus{
	color: #00b4d2;
}

.main-menu-dropdown-toggle.w--open{
	color: #00b4d2;
}

.main-menu-dropdown-toggle.w--open:focus{
	background-color: rgba(0, 180, 210, .1);
	color: #00b4d2;
}

.subline{
	display: inline-block;
	color: #fff;
	font-weight: 700;
}

.subline.card{
	color: #3c4646;
	font-weight: 400;
}

.initial-number{
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: -5px;
}

.initial-number.figure{
	padding-right: 10px;
	color: #00b4d2;
	font-size: 30px;
	line-height: 20px;
	letter-spacing: 0px;
}

.card-front{
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 1px 1px 3px 0 rgba(60, 70, 70, .5);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	text-align: center;
}

.card-insert{
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 1000px;
}

.card-insert.logo{
	overflow: hidden;
	padding: 20px 40px;
	border-bottom: 1px solid rgba(60, 70, 70, .2);
	border-radius: 0px;
}

.h4-heading{
	margin-top: 20px;
	margin-bottom: 20px;
	color: #3c4646;
	font-size: 18px;
}

.h4-heading.centered{
	margin-top: 0px;
	text-align: center;
}

.icon-block{
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	background-color: #00b4d2;
}

.icon-block.bottom-aligned{
	position: absolute;
	left: 0px;
	top: auto;
	right: 0px;
	bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.icon-block.bottom-aligned.back{
	position: absolute;
	left: 0px;
	top: auto;
	right: 0px;
	bottom: 20px;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.icon-block.card{
	position: relative;
	left: 0px;
	top: auto;
	right: 0px;
	bottom: 0px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.icon-block.card.back{
	position: absolute;
	left: 0px;
	top: auto;
	right: 0px;
	bottom: 20px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.icon-block.teaser-box{
	position: static;
	display: block;
	width: 60px;
	height: 60px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 5px;
	border-radius: 200px;
	background-color: #fff;
}

.icon-block.schema{
	position: static;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.card-back{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 5px;
	background-color: #e6f8fb;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
	transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
}

.card-block{

	margin-right: 1%;
	margin-bottom: 20px;
	margin-left: 1%;
	flex: 0 0 23%;

	position: relative;
}

.card-block .content{
	width: 100%;
}

.icon-flip-left{
	position: relative;
	top: 50%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	-webkit-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
}

.keyline-block{
	padding: 20px 4%;
	background-color: #fff;
}

.accordion-list-item{
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
}

.info-box{
	position: relative;
	margin-bottom: 20px;
	padding: 20px 40px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-radius: 5px;
	background-color: hsla(0, 0%, 100%, .9);
	font-size: 14px;
	line-height: 20px;
}

.info-box p{
	margin-bottom: 20px;
}

.info-box.white{
	background-color: #fff;
}

.info-box.light-blue{
	background-color: #e6f8fb;
}

.accordion-panel{
	display: none;
	overflow: hidden;
	height: 0px;
	border-right: 1px solid #b0dfe7;
	border-bottom: 1px solid #b0dfe7;
	border-left: 1px solid #b0dfe7;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #fff;
	font-size: 14px;
	font-weight: 400;
}

.job-openings ul{
	padding-left:0;
}

.job-openings ul li{
	text-decoration: none;
	list-style:none;
	padding-left: 30px;
	margin-bottom: 10px;
	background-image: url('../images/bullet_arrow_right_02.png');
	background-position: 0px 0px;
	background-size: 18px;
	background-repeat: no-repeat;
}


/*links*/

#bereiche .accordion-panel .link-list-item div{
	word-wrap: break-word;
}

.sidebar-nav-block{
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 5px;
	background-color: rgba(0, 180, 210, .1);
	font-size: 18px;
	line-height: 24px;
}

.download-circle{
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 30px;
	border-radius: 100px;
	background-color: #f8e71c;
}

.download-circle.pdf{
	background-image: url('../images/icon_pdf_blue.png');
	background-position: 50% 50%;
	background-size: 40px;
	background-repeat: no-repeat;
}

.download-circle.external-link{
	background-image: url('../images/concentris_icon_website_blue.png');
	background-position: 50% 50%;
	background-size: 40px;
	background-repeat: no-repeat;
}

.download-block{
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}

.download-circle-overlay{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	display: block;
	width: 100px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
	border-radius: 100px;
	background-color: #f8e71c;
}

.download-circle-overlay.download{
	display: none;
	background-image: url('../images/bullet_icon_download.png');
	background-position: 50% 50%;
	background-size: 40px;
	background-repeat: no-repeat;
}

.download-circle-overlay.external-link{
	display: none;
	background-image: url('../images/bullet_icon_link_external.png');
	background-position: 50% 50%;
	background-size: 40px;
	background-repeat: no-repeat;
}

.text-highlight{
	color: #f8e71c;
}

.tag-nav-block{
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.nav-link-item{
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 10px 20px;
	border-style: solid;
	border-width: 2px;
	border-color: hsla(0, 0%, 100%, .4);
	border-radius: 5px;
	color: hsla(0, 0%, 100%, .5);
	font-size: 18px;
	text-decoration: none;
}

.nav-link-item:hover{
	border: 2px solid #fff;
	border-radius: 5px;
	color: #fff;
}

.nav-link-item.active{
	border-color: #fff;
	color: #fff;
}

.profile-card-back-info-text{
	overflow-y: auto;
	overflow-x: hidden;
	height: 80%;
}

.contact-icon-block{
	display: block;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.contact-form-field-label{
	display: inline-block;
	float: left;
	clear: left;
	color: #3c4646;
	font-weight: 400;
}

.contact-form-field-label.required{
	color: #00b4d2;
	font-weight: 700;
}

.contact-form-input-field{
	display: inline-block;
	float: left;
	clear: left;
	border: 1px solid #b0dfe7;
	border-radius: 5px;
}

.contact-form-input-field:hover{
	border-color: #00b4d2;
	background-color: #fff;
}

.contact-form-input-field:focus{
	border: 1px solid #00b4d2;
}

.contact-form-input-field.subject{
	height: 200px;
}

.form-wrapper{
	margin-bottom: 20px;
	margin-left: 0px; /*20px*/
}

.form-input-field-block{
	width: 49%;
	float: left;
	clear: left;
}

.form-input-field-block.margin-right{
	margin-right: 1%;
}

.form-input-field-block.margin-left{
	margin-left: 1%;
	clear: left;
}

.form-input-field-block.margin-left.right-aligned{
	clear: none;
}

.h3-heading{
	margin-top: 10px;
	margin-bottom: 20px;
	color: #3c4646;
	font-size: 18px;
	line-height: 24px;
}

.h3-heading.blue{
	color: #00b4d2;
}

.h3-heading.card{
	margin-top: 0px;
	margin-bottom: 0px;
}

.h3-heading.centered{
	text-align: center;
}

.h3-heading.centered.yellow{
	color: #f8e71c;
}

.h3-heading.label{
	position: absolute;
	top: -20px;
	right: 0px;
	display: inline-block;
	margin-top: 0px;
	padding: 5px 10px;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #3c4646;
	color: #f8e71c;
}

.teaser{
	display: block;
}

.search-icon-block{
	position: relative;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
}

.search-input-field-text{
	position: relative;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
}

.jumpmark-box{
	position: absolute;
	left: 0%;
	top: 48%;
	right: 0%;
	bottom: 50%;
	display: block;
	width: 50px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 200px;
	background-color: #fff;
}

.stage{
	height: 100%;
	position: relative;
}

.go-to-top{
	position: fixed;
	right: 20px;
	bottom: 80px !important;
	z-index: 5000;
	width: 50px;
	border-radius: 200px;
	background-color: #00b4d2;
	box-shadow: 0 1px 2px 0 #3c4646;
}

.search-overlay{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 50;
	display: none;
	overflow: hidden;
	height: 0px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(60, 70, 70, .9);
	box-shadow: 0 1px 3px 0 #3c4646;
}

.search-overlay-input-field{
	height: 60px;
	margin-bottom: 0px;
	padding-left: 20px;
	border: 1px solid #fff;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	background-color: #fff;
	color: #3c4646;
}

.search-overlay-input-field:hover{
	border-style: solid;
	border-color: #fff;
}

.search-form-button{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 120px;
	height: 60px;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #fff;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	background-color: #00b4d2;
	color: #fff;
}

.search-form-button:hover{
	background-color: hsla(0, 0%, 100%, .2);
}

.search-from-wrapper{
	position: absolute;
	left: 0px;
	top: 40%;
	right: 0px;
	z-index: 200;
	display: block;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}

.search-form{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #00b4d2;
}

.teaser-column{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 1px;
	padding-left: 1px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.main-menu-dropdown-toggle-icon{
	display: block;
	margin-top: 22px;
}

.search-icon-overlay{
	position: absolute;
	display: none;
	width: 40px;
	padding: 7px;
	border-radius: 200px;
	background-color: #e6f8fb;
}

.language-selection-divider{
	display: inline-block;
	font-size: 14px;
}

.logo{
	padding-top: 30px;
}

.category-icon-block{
	margin-bottom: 10px;
	padding: 10px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	border-radius: 1000px;
	background-color: #fff;
}

.link-list{
	color: #00b4d2;
	font-weight: 700;
	text-align: left;
}

.link-tile-column{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tile-header{
	padding: 30px 20px 10px;
	background-color: rgba(0, 180, 210, .1);
}

.tile-header.yellow{
	background-color: #f8e71c;
}

.button{
	margin-bottom: 20px;
	padding: 10px 20px;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 1px 1px 2px 0 #3c4646;
	color: #00b4d2;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	text-align: center;
}

.button:hover{
	background-color: #00b4d2;
	color: #fff;
}

.button.call-to-action{
	display: inline-block;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	border-style: none;
	background-color: #f8e71c;
	box-shadow: 1px 1px 2px 0 rgba(60, 70, 70, .5);
	color: #3c4646;
	font-weight: 700;
	text-align: center;
}

.button.call-to-action:hover{
	background-color: #00b4d2;
	box-shadow: 1px 1px 2px 0 rgba(60, 70, 70, .5);
	color: #fff;
}

.button.call-to-action.white{
	background-color: #fff;
	color: #00b4d2;
}

.button.call-to-action.white:hover{
	background-color: #3c4646;
	color: #fff;
}

.button.outline{
	display: inline-block;
	margin-top: 20px;
	border: 2px solid #b0dfe7;
	background-color: #fff;
	box-shadow: none;
	text-decoration: none;
	color:#00b4d2;
}

.button.outline:hover, .button.outline:focus{
	border-color: #00b4d2;
	background-color: #00b4d2;
	color:#fff;
}

.button.outline.send{
	margin-top: 20px;
	float: left;
	text-align: left;
}

.footer-navbar-link{
	color: #fff;
	text-decoration: none;
}

.contact-block{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}

.contact-block.divider{
	border-right: 1px solid #00b4d2;
	border-left: 1px solid #00b4d2;
}

.contact-block-wrapper-flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.intro-block{
	padding-right: 4%;
	padding-bottom: 40px;
	padding-left: 4%;
	background-color: #fff;
	font-size: 16px;
	line-height: 24px;
}



.icon-container{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 20px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/*.content-row {
  margin-right: -10px;
  margin-left: -10px;
}*/

.content-row.logo{
	margin-right: -20px;
	margin-left: -20px;
}

.content-row.flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.accordion-block{
	margin-bottom: 20px;
}

.accordion-block.half-width{
	width: 50%;
}

.accordion-block.half-width.centered{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.accordion-block.half-width.right-aligned{
	float: right;
}

.insert-logo{
	overflow: hidden;
	border-radius: 5px;
}

.tile-block{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 1%;
	margin-bottom: 20px;
	margin-left: 1%;
	padding: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 5px;
	box-shadow: 1px 1px 2px 0 #3c4646;

}

.tile-block.white{
	margin-right: 10px;
	margin-left: 10px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 30%;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	background-color: #fff;
}

.tile-block.white.centered{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.tile-block.light-blue{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #b0dfe7;
}

.tile-block.yellow{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #f8e71c;
}

.tile-block.blue{
	background-color: #00b4d2;
}

.tile-block.category{
	overflow: hidden;
	padding: 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex-basis: 31%;
	-ms-flex-preferred-size: 31%;
	flex-basis: 31%;
	background-color: #fff;
	text-align: center;
	opacity: 0;
}

.tile-column{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 33%;
	margin-right: 1%;
	margin-left: 1%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 31%;
	-ms-flex: 0 0 31%;
	flex: 0 0 31%;
}

.tile-row.flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tile-row.flex.centered{
	margin-right: 0%;
	margin-left: 0%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.link-list-item{
	margin-bottom: 10px;
	font-weight: 400;
}

.accordion-header{
	position: relative;
	display: block;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 10px;
	border-bottom: 1px solid #b0dfe7;
	color: #00b4d2;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	text-decoration: none;
}

.accordion-header:hover{
	border-color: #00b4d2;
	color: #3c4646;
}

.accordion-header:active{
	border-color: #00b4d2;
}

.accordion-header:focus{
	border-color: #00b4d2;
	color: #3c4646;
}

.accordion-header.highlight{
	border-bottom-width: 5px;
	border-bottom-color: #f8e71c;
}

.accordion-toggle{
	position: absolute;
	top: 6px;
	right: 0px;
	width: 30px;
	border-radius: 200px;
	background-color: #fff;
}

.accordion-list{
	margin-bottom: 0px;
}

.text-element.blue{
	color: #00b4d2;
}

.flex-grid-container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flex-grid-block{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.flex-grid-block.light-blue{
	background-color: #e6f8fb;
}

/*.flex-grid-container.light-blue{*/
.flex-container.light-blue{
	background-color: #e6f8fb;
}

.visual-insert.flex-grid{
	position: relative;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}

.visual-insert.flex-grid.bgv-06{
	background-image: url('../images/concentris_visual_insert_07.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.visual-insert.parallax{
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.visual-insert.parallax.bgv-04{
	background-image: url('../images/concentris_visual_insert_05.jpg');
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.visual-insert.parallax.bgv-02{
	height: 100%;
	background-image: url('../images/concentris_visual_bg_04.jpg');
	background-position: 50% 0px;
	background-size: cover;
	background-repeat: no-repeat;
}

.visual-insert.parallax.bgv-05{
	background-image: url('../images/visual_horizon2020.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.visual-insert.bgv-01{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-image: url('../images/concentris_visual_insert_01.jpg');
	background-position: 50% 0px;
	background-size: cover;
	background-repeat: no-repeat;
}

.visual-insert.flex{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.visual-insert.flex.bgv-01{
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-image: url('../images/visual_bg_hero.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.schema-container{
	margin-bottom: 20px;
	padding: 20px 40px;
	border-radius: 5px;
	background-color: #b0dfe7;
}

.content-column{
	padding-right: 0px;
	padding-left: 0px;
}

.content-column.logo{
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}

.content-column.flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 1%;
	padding-left: 1%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.content-column.flex.visual-insert{
	padding-right: 0px;
	padding-left: 0px;
}

.lightbox-item{
	cursor: -webkit-zoom-in;
}

.parallax-section{
	position: relative;
}

.button-block.centered{
	text-align: center;
}

html.w-mod-js *[data-ix="slide-in-from-left"]{
	opacity: 0;
	-webkit-transform: translate(-500px, 0px);
	-ms-transform: translate(-500px, 0px);
	transform: translate(-500px, 0px);
}

html.w-mod-js *[data-ix="slide-in-from-right"]{
	opacity: 0;
	-webkit-transform: translate(500px, 0px);
	-ms-transform: translate(500px, 0px);
	transform: translate(500px, 0px);
}

@media (max-width: 1600px){
	.keyways-background{
		bottom: 13.5%;
	}
	.keyways-logo {
		background-position: 87.5% 27%;
		background-size: 37.7%;
		height: 46px;
	}
}

@media (max-width: 1366px){
	.keyways-logo {
		background-position: 84.5% 27%;
		background-size: 45.7%;
		height: 46px;
	}
}

@media (max-width: 1260px){
	.navbar{
		display: block;
	}

	.main-menu-item{
		display: block;
		padding-right: 4%;
		padding-bottom: 20px;
		padding-left: 4%;
		border-bottom: 1px solid hsla(0, 0%, 100%, .2);
		background-color: #00b4d2;
		color: #fff;
	}

	.main-menu-item:hover{
		background-color: #3c4646;
		color: #fff;
	}

	.main-menu-item:focus{
		background-color: #3c4646;
		color: #fff;
	}

	.main-menu-item.w--current{
		background-color: #3c4646;
		color: #fff;
	}

	.company-logo-container{
		display: block;
	}

	.company-logo-container.footer{
		display: block;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}

	.h2-heading{
		margin-bottom: 20px;
		font-size: 22px;
		line-height: 30px;
	}

	.h2-heading.flex{
		margin-bottom: 20px;
	}

	.intro-text{
		text-align: left; /*center*/
	}

	.body{
		background-color: transparent;
	}

	.language-block{
		position: relative;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 20px;
		padding-bottom: 20px;
		float: none;
		border-top: 1px solid #00b4d2;
		border-right-style: none;
		border-left-style: none;
		background-color: #fff;
	}

	.bullet-list.indented{
		margin-left: 0px;
	}

	.link-tile-block{
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}

	.link-tile-container.flex{
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.link-block.logo{
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.testimonials{
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.quote-block{
		font-size: 14px;
		line-height: 20px;
	}

	.menu-dropdown-submenu-panel.w--open{
		padding-right: 4%;
		padding-left: 4%;
		background-color: #00b4d2;
		box-shadow: none;
	}

	.header-visual.hv-08{
		background-position: 85% 50%;
	}

	.header-visual.hv-10{
		background-position: 80% 50%;
	}

	.header-visual.hv-13{
		background-position: 50% 50%;
	}

	.header-visual.hv-09{
		background-position: 58% 50%;
	}

	.header-visual.hv-12{
		background-position: 52% 50%;
	}

	.header-visual.hv-15{
		background-position: 38% 50%;
	}

	.header-visual.hv-16{
		background-position: 100% 50%;
	}

	.content-block.grey{
		padding-bottom: 20px;
	}

	.content-block.flex-grid{
		font-weight: 400;
	}

	.content-block.white{
		padding-top: 20px;
	}

	.content-block.teaser{
		padding-top: 40px;
		padding-bottom: 20px;
	}

	.content-block.teaser.no-image{
		padding-top: 40px;
		padding-bottom: 20px;
		padding-left: 8%;
		padding-right: 8%;
	}

	.content-block.bullet-list{
		padding: 0px 0%;
	}

	/*.h1-heading{
		font-size: 1.8em;
	}*/

	.footer-navbar-item{
		display: inline-block;
		float: none;
	}

	.footer-navbar{
		display: block;
		text-align: center;
	}

	.footer-text-block{
		text-align: center;
	}

	.footer-navbar-block{
		display: block;
		margin-top: 40px;
		float: none;
	}

	.logo-container.w--current{
		left: 0px;
		top: 0px;
	}

	.main-menu-wrapper{
		position: absolute;
		left: 0%;
		right: 0%;
		bottom: auto;
		display: block;
	}

	.main-menu-wrapper.mobile{
		box-shadow: 0 2px 5px 0 #000;
	}

	.mobile-menu-button{
		position: absolute;
		top: 50%;
		right: 2%;
		padding: 0px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-transform: translate(0px, -50%);
		-ms-transform: translate(0px, -50%);
		transform: translate(0px, -50%);
		color: #00b4d2;
		font-size: 2.8em;
	}

	.mobile-menu-button.w--open{
		background-color: transparent;
		color: #00b4d2;
	}

	.main-menu-dropdown-toggle{
		padding-right: 4%;
		padding-bottom: 20px;
		padding-left: 4%;
		border-bottom: 1px solid hsla(0, 0%, 100%, .2);
		background-color: #00b4d2;
		color: #fff;
	}

	.main-menu-dropdown-toggle:hover{
		background-color: #3c4646;
		color: #fff;
	}

	.main-menu-dropdown-toggle:focus{
		background-color: #3c4646;
		color: #fff;
	}

	.main-menu-dropdown-toggle.w--open{
		background-color: #3c4646;
		color: #fff;
	}

	.card-front{
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.card-block{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-right: 2%;
		margin-bottom: 4%;
		margin-left: 2%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 46%;
		-ms-flex: 0 0 46%;
		flex: 0 0 46%;
	}

	.info-box{
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.info-box.offset{
		margin-top: 20px;
	}

	.sidebar-nav-block{
		margin-top: 0px;
		margin-right: 0px;
	}

	.mobile-search-block{
		position: relative;
		height: 80px;
		padding: 20px 3% 20px 4%;
		border-bottom: 1px solid #fff;
		background-color: #00b4d2;
	}

	.mobile-search-icon{
		position: relative;
		top: 50%;
		right: 0px;
		bottom: 0px;
		width: 40px;
		height: 40px;
		float: right;
		-webkit-transform: translate(0px, -50%);
		-ms-transform: translate(0px, -50%);
		transform: translate(0px, -50%);
	}

	.mobile-search-input-field{
		width: 90%;
		height: 40px;
		padding-right: 20px;
		padding-left: 20px;
		float: left;
		border-radius: 5px;
		background-color: #fff;
		text-align: left;
		cursor: text;
	}

	.mobile-search-input-field:hover{
		background-color: hsla(0, 0%, 100%, .9);
	}

	.mobile-search-icon-box{
		width: 10%;
		height: 40px;
		float: right;
	}

	.stage{
		left: 0px;
		right: 0px;
	}

	.main-menu-dropdown-toggle-icon{
		margin-right: 4%;
	}

	.link-tile-column{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.button{
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}

	.content-row.logo{
		padding-top: 0px;
	}

	.content-row.flex{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.tile-block.white{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 40%;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
	}

	.tile-block.white.centered{
		margin-right: 0px;
		margin-left: 0px;
	}

	.tile-block.yellow{
		margin-right: 0%;
		margin-left: 0%;
	}

	.tile-block.category{
		margin-right: 0px;
		margin-left: 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.tile-block.category.project-management{
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}

	.tile-column{
		width: auto;
	}

	.tile-row.flex{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.flex-grid-container{
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.flex-grid-block{
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.visual-insert.flex-grid.bgv-06{
		height: 400px;
	}

	.visual-insert.bgv-01{
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
		background-position: 50% 0px;
	}

	.content-column.flex.visual-insert{
		height: 300px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}

@media (max-width: 1200px){
	.pricing-block{
		width:28%;
	}
	
	.pricing-block.highlight{
		width: 35%;
	}
}

@media (max-width: 1024px){
	.keyways-logo{
		background-position: 71% 30%;
		background-size: 59%;
		margin-top: 38px;
	}
	
	.keyways-background {
		bottom: 13.5%;
	}
	
	.page-id-2122 .w-container, .page-id-2124 .w-container{
		max-width: 100%;
	}
	
	.keyways-intro-block-image img {
		margin-top: -155px;
		margin-left: 0;
		margin-right: 0;
	}
	
	.keyways-intro-block-image{
		padding-left:4%;
		padding-right:4%;
	}
	
	.h2-heading {
		font-size: 25px;
	}
	
	.pricing-block {
		width: 25.5%;
	}
	
	.pricing-block.highlight {
		width: 29.1%;
	}
}

@media (max-width: 991px){
	.visual-insert.kw.function {
	    display: block;
	}
}
@media (max-width: 767px){
	.pricing-table.flex .pricing-block{
	    display:block;
		width:100%;
		margin-left: 0px;
	}
	
	.list-item.kw.function {
		width: 100%;
		margin-left: 0px;
		padding-bottom: 20px;
		border-radius: 5px;
	}
	
	.visual-insert.kw{
		margin: -40px auto 0px;
		float: none;
		display:block;
	}
	
	.key-functions-list .list-text {
		padding-left: 40px;
		text-align: center;
	}
	
	.navbar{
		position: absolute;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
	}
	
	.key-functions h2{
		margin-bottom: 60px;
	}
	
	.keyways-background{
		width: 50%;
	}
	
	.keyways-logo {
		width:100%;
		background-size: 50%;
		background-position: 76% 50%;
	}
	
	.keyways-header-position{
		background-position: 50% 50% !important;
	}

	.bg-container{
		height: 100%;
		margin-top: 0px !important;
	}

	.teaser-row{
		position: relative;
	}

	.h2-heading.centered{
		margin-bottom: 20px;
	}

	.link-tile-block{
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.text-block.flex{
		width: 100%;
	}

	.text-block.flex.bullet-list{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.text-block.stage{
		top: 4% !important;
		/*left: 0px;
		top: auto;
		right: 0px;
		bottom: 95px;
		margin-bottom: 4%;
		font-size: 1.4em;
		line-height: 1.4em;*/
	}

	.tile-container.blue{
		padding-right: 20px;
		padding-left: 20px;
	}

	.link-tile-container{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.link-tile-container.flex{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.link-block.teaser-box{
		padding-top: 0px;
		padding-bottom: 0px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.link-block.logo{
		padding-top: 0px;
		padding-bottom: 0px;
		text-align: center;
	}

	.link-block.stage{
		left: 30%;
		right: 30%;
	}

	.testimonials{
		padding: 0px;
	}

	.menu-dropdown-link-item.no-bottom-line{
		border-bottom-style: none;
	}

	.menu-dropdown-submenu-panel.w--open{
		position: relative;
		z-index: 10000;
		border-bottom: 1px solid #fff;
		box-shadow: none;
	}

	.header-visual.hv-01{
		background-position: 85% 50%;
	}

	.header-visual.hv-08{
		background-position: 84% 50%;
	}

	.header-visual.hv-10{
		background-position: 77% 50%;
	}

	.header-visual.hv-11{
		background-position: 63% 50%;
	}

	.header-visual.hv-15{
		background-position: 50% 50%;
	}

	.header-visual.hv-16{
		background-position: 76% 50%;
	}

	.content-block{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.content-block.yellow{
		padding-top: 40px;
	}

	.content-block.bgv-01{
		padding-bottom: 20px;
	}

	.content-block.flex.no-padding{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.content-block.flex-grid{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.content-block.visual-insert{
		padding: 0px 0%;
	}

	.content-block.teaser{
		padding-bottom: 0px;
	}

	.h1-heading{
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 1.6em;
	}

	.logo-container{
		width: 180px;
		padding-left: 0px;
	}

	.main-menu-wrapper{
		background-color: hsla(0, 0%, 100%, .9);
	}

	.main-menu-wrapper.mobile{
		box-shadow: 0 2px 5px 0 #000;
	}

	.mobile-menu-button{
		right: 20px;
	}

	.card-back{
		margin-bottom: 20px;
	}

	.form-wrapper{
		margin-top: 20px;
		margin-bottom: 0px;
		margin-left: 0px;
	}

	.stage{
		left: 0px;
		top: 80px;
		right: 0px;
		height: 100%;
	}

	.logo{
		padding-top: 30px;
	}

	.link-tile-column{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.contact-block{
		margin-right: 0px;
		margin-left: 0px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.contact-block.divider{
		padding-top: 20px;
		padding-bottom: 20px;
		border-style: solid none;
		border-top-width: 1px;
		border-top-color: #00b4d2;
		border-bottom-width: 1px;
		border-bottom-color: #00b4d2;
	}

	.contact-block-wrapper-flex{
		margin-right: 0px;
		margin-left: 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.accordion-block.half-width{
		width: 100%;
	}

	.tile-block.white{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.tile-column{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.tile-row.flex{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}

	.flex-grid-container{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.flex-grid-block{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.schema-container{
		padding-right: 20px;
		padding-left: 20px;
	}

	.content-column{
		margin-bottom: 20px;
	}

	.content-column.flex{
		padding-right: 0%;
		padding-left: 0%;
	}

	.content-column.flex.visual-insert{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.kw.visual-insert{
		position:relative;
		top:0;
	}
}

@media (max-width: 600px){
	.card-block .card-back, .card-block .card-back p{
		font-size: 0.9em;
	}
}

@media (max-width: 479px){
	
	.keyways-background{
		width: 80%;
	}
	.intro-text{
		font-size: 14px;
		line-height: 20px;
		text-align: center;
	}

	.link-tile-block{
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.link-tile-container{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
	}

	.link-block.stage{
		left: 20%;
		right: 20%;
	}

	.header-visual.hv-01{
		background-position: 71% 50%;
		background-size: cover;
	}

	.header-visual.hv-08{
		background-position: 81% 50%;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.header-visual.hv-10{
		background-position: 72% 50%;
	}

	.header-visual.hv-11{
		background-position: 67% 50%;
	}

	.header-visual.hv-13{
		background-position: 60% 50%;
	}

	.header-visual.hv-16{
		background-position: 80% 50%;
	}

	.content-block.flex.no-padding{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.content-block.figure{
		margin-top: 40px;
	}

	.content-block.schema{
		padding: 20px;
	}

	.content-block.bullet-list{
		padding-bottom: 0px;
	}

	.h1-heading{
		font-size: 1.4em;
	}

	.card-front{
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.card-block{
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.card-block .card-back, .card-block .card-back p{
		font-size: 1em;
	}

	.info-box{
		padding-right: 20px;
		padding-left: 20px;
	}

	.tag-nav-block{
		padding-bottom: 0px;
	}

	.nav-link-item{
		display: block;
	}

	.form-input-field-block.margin-right{
		width: 100%;
		float: none;
		clear: none;
	}

	.form-input-field-block.margin-left.right-aligned{
		width: 100%;
		margin-left: 0%;
		float: none;
	}

	.h3-heading{
		font-size: 18px;
	}

	.mobile-search-block{
		padding-right: 10px;
	}

	.mobile-search-input-field{
		width: 85%;
	}

	.mobile-search-icon-box{
		width: 15%;
	}

	.button.call-to-action{
		display: block;
		margin-right: auto;
		margin-left: auto;
		font-size: 14px;
		line-height: 20px;
	}

	.contact-block{
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.contact-block-wrapper-flex{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.content-row.flex{
		margin-right: 0px;
		margin-left: 0px;
	}

	.tile-block.white{
		margin-right: 0px;
		margin-left: 0px;
	}

	.content-column.flex.visual-insert{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}

.article, .category.tile-block{
	position: relative !important;
}

.card{
	flex-flow: row wrap;
}

.card .content{
	transition: 0.5s ease-out;
	-webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	-ms-transition: 0.5s ease-out;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;

	/* content backface is visible so that static content still appears */
	backface-visibility: visible;
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	-o-backface-visibility: visible;
	-ms-backface-visibility: visible;

	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;

}

.card.applyflip .content{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}

.card .content .card-front, .card .content .card-back{
	/* Backface visibility works great for all but IE. As such, we mark the backface visible in IE and manage visibility ourselves */
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: visible;
}

.card .content .card-front, .card.applyflip .content .card-front{
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
}

.card .content .card-back, .card.applyflip .content .card-back{
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
}

.card .content .card-front, .card.applyflip .content .card-back{
	/* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
	animation: stayvisible 0.5s both;
	-webkit-animation: stayvisible 0.5s both;
	-moz-animation: stayvisible 0.5s both;
	-o-animation: stayvisible 0.5s both;
	-ms-animation: donothing 0.5s;
	-ms-transition: visibility 0s linear 0.17s;
	visibility: visible;
}

.card.applyflip .content .card-front, .card .content .card-back{
	/* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
	animation: stayvisible 0.5s both;
	-webkit-animation: stayvisible 0.5s both;
	-moz-animation: stayvisible 0.5s both;
	-o-animation: stayvisible 0.5s both;
	-ms-animation: donothing 0.5s;
	-ms-transition: visibility 0s linear 0.17s;
	visibility: hidden;
}

@keyframes stayvisible{
	from{
		visibility: visible;
	}
	to{
		visibility: visible;
	}
}

@-webkit-keyframes stayvisible{
	from{
		visibility: visible;
	}
	to{
		visibility: visible;
	}
}

@-moz-keyframes stayvisible{
	from{
		visibility: visible;
	}
	to{
		visibility: visible;
	}
}

@-o-keyframes stayvisible{
	from{
		visibility: visible;
	}
	to{
		visibility: visible;
	}
}

@-ms-keyframes donothing{
	0%{
	}
	100%{
	}
}

div.page-251.w-col-9{
	width: 66.66666667%;
}

div.page-251.w-col-3{
	width: 33.33333333%;
}

@media screen and (max-width: 991px){
	div.page-251.w-col-9{
		width: 100%;
	}

	div.page-251.w-col-3{
		width: 100%;
	}

	.kontakt-konferenc-header-position{
		background-position: 50% 50% !important;
	}

	.finanz-header-position{
		background-position: 52% 50% !important;
	}

	.projekt-header-position{
		background-position: 58% 50% !important;
	}

	.bg-container{
		margin-top: -60px;
	}

	.text-block.stage{
		top: 17%;
	}
}

@media screen and (max-width: 800px){
	.tile-column{
		-webkit-flex: auto;
		-ms-flex: auto;
		flex: auto;
	}
	
	.h2-heading {
		font-size: 22px;
	}
	
	.pricing-block {
		width: 29%;
		vertical-align: middle;
		margin-right: 11px;
		margin-left: 11px;
	}
	
	.pricing-block.highlight {
		width: 33.3%;
	}
	
	.page-id-2122 .intro-block .w-container .intro-text p, .page-id-2124 .intro-block .w-container .intro-text p{
		text-align:center;
	}
	
	.h1-heading {
		font-size: 1.8em;
	}
	
	.keyways-background {
		width: 50%;
	}
	
	.keyways-intro-block-image img {
		margin-top: -110px;
	}
	
	.keyways-logo {
		background-position: 69% 32%;
		background-size: 60%;
		margin-top: 38px;
	}
	
	.content-block {
		padding: 40px 3%;
	}
}

@media screen and (max-width: 767px){
	.key-functions{
		background-image: linear-gradient(180deg, #00b4d2, #fff) !important;
	}
}

@media screen and (max-width: 600px){
	.kontakt-konferenc-header-position{
		background-position: 56% 50% !important;
	}

	.mitmachen-header-position{
		background-position: 63% 50% !important;
	}
}



@media screen and (max-width: 420px){
	.kontakt-konferenc-header-position{
		background-position: 63% 50% !important;
	}

	.mitmachen-header-position{
		background-position: 63% 50% !important;
	}
	
	.keyways-background {
		width: 80%;
	}
	
	.h1-heading {
		font-size: 1.4em;
	}
	
	.keyways-intro-block-image img {
		margin-top: -70px;
	}
	
	.keyways-logo {
		background-position: 68% 32%;
		background-size: 54%;
		margin-top: 40px;
	}
	
	.text-block.stage{
		font-size:1.4em;
	}
}

body.no-cookies{
	overflow:hidden;
}
body.no-cookies #cookie-overlay{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background:rgba(0,0,0,0.5);	
}
body.no-cookies #content, body.no-cookies #header, body.no-cookies .content-block, body.no-cookies #footer{
	filter: blur(8px);
  -webkit-filter: blur(8px);
}
