/**
 * Custom Publish CSS 2014. Author EE - Reviewed for 2016 & HTML5
 *
 * CONTENTS
 *
 * Basics........................... Basic and global layout settings
 * Typography....................... Settings for fonts and typography
 * Structure........................ Grid system
 * General Rules.................... OOCSS classes so you don't repeat yourself
 * General Wraps.................... Wrapper classes - page wrapper
 * General Elements................. For elements on all pages
 * Header........................... This is for your header classes
 * Menus & Search................... Styling for menu and search field
 * Forms............................ Styling for forms. Do not alter defautlt sizing
 * Listing.......................... For listing elements
 * View............................. For view elements
 * Sidebar.......................... Sidebar related classes and general box-styling
 * Footer........................... This is for you footer classes
 * Misc............................. Misc CustomPublish elements styles
 * For administrators............... For elements visible when logged into admin
 * Media Queries.................... Stying for mobiles and tablets
 *
 * To quickly jump to section: cmd/ctrl+f and search for #<section title>
 *
 */

/*------------------------------------*
	#BASICS
*------------------------------------*/

html, body {
	font-size: 100%;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	background-color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-feature-settings: "kern" 1,"liga" 1,"calt" 1,"pnum" 1,"tnum" 0,"onum" 1,"lnum" 0,"dlig" 0;
	-moz-font-feature-settings: "kern" 1,"liga" 1,"calt" 1,"pnum" 1,"tnum" 0,"onum" 1,"lnum" 0,"dlig" 0;
	font-feature-settings: "kern" 1,"liga" 1,"calt" 1,"pnum" 1,"tnum" 0,"onum" 1,"lnum" 0,"dlig" 0;
}

#page{
	background-color: #fff;
	overflow: hidden;
}

img:not([class="cboxPhoto"]) {
	max-width: 100%;
	height: auto;
	margin: 0;
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	vertical-align: middle;
}

.body img[align="left"],
.body img[style*="float: left"]{
	margin-right: 0.5em;
}

.body img[align="right"],
.body img[style*="float: right"]{
	margin-left: 0.5em;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
	max-width: none !important;
}

/*  cf = clearfix, add this class to elements you need to clear  */

.cf::before,
.cf::after,
.articleparagraph::after{
  content: ' ';
  display: table;
}

.cf::after,
.articleparagraph::after{
  clear: both;
}

.clearfix,
.cpsoptionsclear,
.cpsclear {
	clear: both;
	font-size: 1px;
	height: 0;
}

.show-for-sr,
.show-on-focus{
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.show-on-focus:active,
.show-on-focus:focus{
	position: static !important;
	height: auto;
	width: auto;
	overflow: visible;
	clip: auto;
}


/*------------------------------------*
	#TYPOGRAPHY
*------------------------------------*/

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td{
	margin: 0;
	padding: 0;
}

p{
	font-size: inherit;
	line-height: 1.6;
	margin-bottom: 1rem;
	text-rendering: optimizeLegibility;
}

em,
i{
	font-style: italic;
	line-height: inherit;
}

strong,
b{
	font-weight: bold;
	line-height: inherit;
}

small{
	font-size: 80%;
	line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: "Roboto", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: inherit;
	text-rendering: optimizeLegibility;
	margin-top: 0;
	margin-bottom: 0.5rem;
	line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small{
	font-size: 80%;
	color: #767676;
	line-height: 0;
}

h1{ font-size: 1.5rem; }
h2{ font-size: 1.25rem; }
h3{ font-size: 1.1875rem; }
h4{ font-size: 1.125rem; }
h5{ font-size: 1.0625rem; }
h6{ font-size: 1rem; }

h1 time,
h2 time{
	color: #767676;
	line-height: 0;
	display: block;
	padding: 0.5em 0;
	margin-bottom: 1em;
}

h1 time{ font-size: 60%; }
h2 time{ font-size: 70%; }

h3 time{
	display: block;
	font-size: 50%;
	font-weight: 400;
	color: #444;
}

@media screen and (min-width: 40em) {
	h1{ font-size: 3rem; }
	h2{ font-size: 2rem; }
	h3{ font-size: 1.8375rem; }
	h4{ font-size: 1.5625rem; }
	h5{ font-size: 1.25rem; }
	h6{ font-size: 1rem; }
}

code,
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

blockquote:after {
	position: absolute;
	left: 0;
	display: inline-block;
	z-index: -1;
	content: "201D";
	font-family: Georgia, serif;
	font-size: 3em;
	line-height: 0.3;
	color: #e2e2e2;
}

a{
	color: #007cc0;
	text-decoration: underline;
	line-height: inherit;
	cursor: pointer;
}

a:hover, a:focus{
	color: #1585cf;
	text-decoration: none;
}

a img{ border: 0; }

.headlinelink{ text-decoration: none; }
.headlinelink:hover{ text-decoration: underline; }

ul,
ol,
dl{
	line-height: 1.6;
	margin-bottom: 1rem;
	list-style-position: outside;
}

li{
	font-size: inherit;
}

ul{
	list-style-type: disc;
	margin-left: 1.25rem;
}

ol{
	margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol{
	margin-left: 1.25rem;
	margin-bottom: 0;
	list-style-type: inherit;
}

dl{
	margin-bottom: 1rem;
}

dl dt{
	margin-bottom: 0.3rem;
	font-weight: bold;
}

blockquote{
	margin: 0 0 1rem;
	padding: 0.5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #cacaca;
}

blockquote, blockquote p{
	line-height: 1.6;
	color: #8a8a8a;
}

cite{
	display: block;
	font-size: 0.8125rem;
	color: #8a8a8a;
}

cite:before{
	content: '2014  020';
}

abbr{
	color: inherit;
	cursor: help;
	border-bottom: 1px dotted #0a0a0a;
}

code,
pre{
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	color: #0a0a0a;
	background-color: #e6e6e6;
	border: 1px solid #cacaca;
	padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd{
	padding: 0.125rem 0.25rem 0;
	margin: 0;
	background-color: #e6e6e6;
	color: #0a0a0a;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
}

table{
	margin-bottom: 1rem;
	border-radius: 0;
}

thead,
table tbody,
tfoot{
	border: 1px solid #f1f1f1;
	background-color: #fefefe;
}

caption{
	font-weight: bold;
	padding: 0.5rem 0.625rem 0.625rem;
}

thead,
tfoot{
	background: #f8f8f8;
	color: #0a0a0a;
}

thead tr,
tfoot tr{
	background: transparent;
}

thead th,
thead td,
tfoot th,
table tfoot td{
	padding: 0.5rem 0.625rem 0.625rem;
	font-weight: bold;
	text-align: left;
}

table tbody tr:nth-child(even){
	background-color: #f1f1f1;
}

tbody th,
table tbody td{
	padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 63.9375em) {
	table.stack thead{
		display: none;
	}

	table.stack tfoot{
		display: none;
	}

	table.stack tr,
	table.stack th,
	table.stack td{
		display: block;
	}

	table.stack td{
		border-top: 0;
	}
}

table.scroll{
	display: block;
	width: 100%;
	overflow-y: scroll;
}

table:hover tr:hover{
	background-color: #f9f9f9;
}

table:hover tr:nth-of-type(even):hover{
	background-color: #ececec;
}




/*------------------------------------*
	#STRUCTURE
*------------------------------------*/

/* new row container element, does not need extra cf class */

.row,
body.maingeneral #main,
body.maingeneral.checkoutpage #main,
.listingarea.emptypage,
.checkoutpage #main{
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
}

body.maingeneral #main,
.listingarea.emptypage{
	max-width: 50rem;
	padding: 2rem 0;
}

.row::before,
.row::after,
body.maingeneral #main::before,
body.maingeneral #main::after{
	content: ' ';
	display: table;
}

.row::after,
body.maingeneral #main:after{
	clear: both;
}

/* collapse class = no padding on columns, align improved */

.row.collapse > .column,
.row.collapse > .columns{
	padding-left: 0;
	padding-right: 0;
}

.row .row{
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
}

.row .row.collapse{
	margin-left: 0;
	margin-right: 0;
}

.row.small-collapse > .column, .row.small-collapse > .columns{
	padding-left: 0;
	padding-right: 0;
}

.row.small-uncollapse > .column, .row.small-uncollapse > .columns{
	padding-left: 30px;
	padding-right: 30px;
}

@media screen and (min-width: 40em) {
	.row.medium-collapse > .column, .row.medium-collapse > .columns{
		padding-left: 0;
		padding-right: 0;
	}

	.row.medium-uncollapse > .column, .row.medium-uncollapse > .columns{
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (min-width: 64em) {
	.row.large-collapse > .column, .row.large-collapse > .columns{
		padding-left: 0;
		padding-right: 0;
	}

	.row.large-uncollapse > .column, .row.large-uncollapse > .columns{
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* expanded = full width rows */

.row.expanded{
	max-width: none;
}

/**
 * Padding = gutter size
 */

.column,
.columns{
	width: 100%;
	float: left;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child){
	float: right;
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child{
	float: left;
}

.small-1{ width: 8.33333%; }

.small-push-1{
	position: relative;
	left: 8.33333%;
}

.small-pull-1 {
	position: relative;
	left: -8.33333%;
}

.small-offset-0{ margin-left: 0%; }

.small-2{ width: 16.66667%; }

.small-push-2{
	position: relative;
	left: 16.66667%;
}

.small-pull-2{
	position: relative;
	left: -16.66667%;
}

.small-offset-1{ margin-left: 8.33333%; }

.small-3{ width: 25%; }

.small-push-3{
	position: relative;
	left: 25%;
}

.small-pull-3 {
	position: relative;
	left: -25%;
}

.small-offset-2{ margin-left: 16.66667%; }

.small-4{ width: 33.33333%; }

.small-push-4{
	position: relative;
	left: 33.33333%;
}

.small-pull-4{
	position: relative;
	left: -33.33333%;
}

.small-offset-3{ margin-left: 25%; }

.small-5{ width: 41.66667%; }

.small-push-5{
	position: relative;
	left: 41.66667%;
}

.small-pull-5{
	position: relative;
	left: -41.66667%;
}

.small-offset-4{ margin-left: 33.33333%; }

.small-6{ width: 50%; }

.small-push-6{
	position: relative;
	left: 50%;
}

.small-pull-6{
	position: relative;
	left: -50%;
}

.small-offset-5{ margin-left: 41.66667%; }

.small-7{ width: 58.33333%; }

.small-push-7{
	position: relative;
	left: 58.33333%;
}

.small-pull-7{
	position: relative;
	left: -58.33333%;
}

.small-offset-6{ margin-left: 50%; }

.small-8{ width: 66.66667%; }

.small-push-8{
	position: relative;
	left: 66.66667%;
}

.small-pull-8{
	position: relative;
	left: -66.66667%;
}

.small-offset-7{ margin-left: 58.33333%; }

.small-9{ width: 75%; }

.small-push-9{
	position: relative;
	left: 75%;
}

.small-pull-9{
	position: relative;
	left: -75%;
}

.small-offset-8{ margin-left: 66.66667%; }

.small-10{ width: 83.33333%; }

.small-push-10{
	position: relative;
	left: 83.33333%;
}

.small-pull-10{
	position: relative;
	left: -83.33333%;
}

.small-offset-9{ margin-left: 75%; }

.small-11{ width: 91.66667%; }

.small-push-11{
	position: relative;
	left: 91.66667%;
}

.small-pull-11{
	position: relative;
	left: -91.66667%;
}

.small-offset-10{ margin-left: 83.33333%; }

.small-12{ width: 100%; }

.small-offset-11{ margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns{
	width: 100%;
	float: left;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n){ clear: none; }
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1){ clear: both; }
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child{ float: left; }

.small-up-2 > .column, .small-up-2 > .columns{
	width: 50%;
	float: left;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n){ clear: none; }
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1){ clear: both; }
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child{ float: left; }

.small-up-3 > .column, .small-up-3 > .columns{
	width: 33.33333%;
	float: left;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n){ clear: none; }
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1){ clear: both; }
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child{ float: left; }

.small-up-4 > .column, .small-up-4 > .columns{
	width: 25%;
	float: left;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) { clear: none; }
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) { clear: both; }
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child { float: left; }

.small-up-5 > .column, .small-up-5 > .columns{
	width: 20%;
	float: left;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n){ clear: none; }
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1){ clear: both; }
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child{ float: left; }

.small-up-6 > .column, .small-up-6 > .columns{
	width: 16.66667%;
	float: left;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n){ clear: none; }
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1){ clear: both; }
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child{ float: left; }

.small-up-7 > .column, .small-up-7 > .columns{
	width: 14.28571%;
	float: left;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n){ clear: none; }
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1){ clear: both; }
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child{ float: left; }

.small-up-8 > .column, .small-up-8 > .columns{
	width: 12.5%;
	float: left;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n){ clear: none; }
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1){ clear: both; }
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child{ float: left; }

.column.small-centered, .small-centered.columns{
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.small-uncenter,
.small-push-0,
.small-pull-0{
	position: static;
	margin-left: 0;
	margin-right: 0;
}

@media screen and (min-width: 40em) {

	.medium-1{
		width: 8.33333%;
	}

	.medium-push-1{
		position: relative;
		left: 8.33333%;
	}

	.medium-pull-1{
		position: relative;
		left: -8.33333%;
	}

	.medium-offset-0{
		margin-left: 0%;
	}

	.medium-2{
		width: 16.66667%;
	}

	.medium-push-2{
		position: relative;
		left: 16.66667%;
	}

	.medium-pull-2{
		position: relative;
		left: -16.66667%;
	}

	.medium-offset-1{
		margin-left: 8.33333%;
	}

	.medium-3{
		width: 25%;
	}

	.medium-push-3{
		position: relative;
		left: 25%;
	}

	.medium-pull-3{
		position: relative;
		left: -25%;
	}

	.medium-offset-2{
		margin-left: 16.66667%;
	}

	.medium-4{
		width: 33.33333%;
	}

	.medium-push-4{
		position: relative;
		left: 33.33333%;
	}

	.medium-pull-4{
		position: relative;
		left: -33.33333%;
	}

	.medium-offset-3{
		margin-left: 25%;
	}

	.medium-5{
		width: 41.66667%;
	}

	.medium-push-5{
		position: relative;
		left: 41.66667%;
	}

	.medium-pull-5{
		position: relative;
		left: -41.66667%;
	}

	.medium-offset-4{
		margin-left: 33.33333%;
	}

	.medium-6{
		width: 50%;
	}

	.medium-push-6{
		position: relative;
		left: 50%;
	}

	.medium-pull-6{
		position: relative;
		left: -50%;
	}

	.medium-offset-5{
		margin-left: 41.66667%;
	}

	.medium-7{
		width: 58.33333%;
	}

	.medium-push-7{
		position: relative;
		left: 58.33333%;
	}

	.medium-pull-7{
		position: relative;
		left: -58.33333%;
	}

	.medium-offset-6{
		margin-left: 50%;
	}

	.medium-8{
		width: 66.66667%;
	}

	.medium-push-8{
		position: relative;
		left: 66.66667%;
	}

	.medium-pull-8{
		position: relative;
		left: -66.66667%;
	}

	.medium-offset-7{
		margin-left: 58.33333%;
	}

	.medium-9{
		width: 75%;
	}

	.medium-push-9{
		position: relative;
		left: 75%;
	}

	.medium-pull-9{
		position: relative;
		left: -75%;
	}

	.medium-offset-8{
		margin-left: 66.66667%;
	}

	.medium-10{
		width: 83.33333%;
	}

	.medium-push-10{
		position: relative;
		left: 83.33333%;
	}

	.medium-pull-10{
		position: relative;
		left: -83.33333%;
	}

	.medium-offset-9{
		margin-left: 75%;
	}

	.medium-11{
		width: 91.66667%;
	}

	.medium-push-11{
		position: relative;
		left: 91.66667%;
	}

	.medium-pull-11{
		position: relative;
		left: -91.66667%;
	}

	.medium-offset-10{
		margin-left: 83.33333%;
	}

	.medium-12{
		width: 100%;
	}

	.medium-offset-11{
		margin-left: 91.66667%;
	}

	.medium-up-1 > .column, .medium-up-1 > .columns{
		width: 100%;
		float: left;
	}
	.medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n){ clear: none; }
	.medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1){ clear: both; }
	.medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child{ float: left; }

	.medium-up-2 > .column, .medium-up-2 > .columns{
		width: 50%;
		float: left;
	}
	.medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n){ clear: none; }
	.medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1){ clear: both; }
	.medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child{ float: left; }

	.medium-up-3 > .column, .medium-up-3 > .columns{
		width: 33.33333%;
		float: left;
	}
	.medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n){ clear: none; }
	.medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1){ clear: both; }
	.medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child{ float: left; }

	.medium-up-4 > .column, .medium-up-4 > .columns{
		width: 25%;
		float: left;
	}
	.medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n){ clear: none; }
	.medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1){ clear: both; }
	.medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child{ float: left; }

	.medium-up-5 > .column, .medium-up-5 > .columns{
		width: 20%;
		float: left;
	}
	.medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n){ clear: none; }
	.medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1){ clear: both; }
	.medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child{ float: left; }

	.medium-up-6 > .column, .medium-up-6 > .columns{
		width: 16.66667%;
		float: left;
	}
	.medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n){ clear: none; }
	.medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1){ clear: both; }
	.medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child{ float: left; }

	.medium-up-7 > .column, .medium-up-7 > .columns{
		width: 14.28571%;
		float: left;
	}
	.medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n){ clear: none; }
	.medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1){ clear: both; }
	.medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child{ float: left; }

	.medium-up-8 > .column, .medium-up-8 > .columns{
		width: 12.5%;
		float: left;
	}
	.medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n){ clear: none; }
	.medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1){ clear: both; }
	.medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child{ float: left; }

	.column.medium-centered,
	.medium-centered.columns{
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.medium-uncenter,
	.medium-push-0,
	.medium-pull-0 {
		position: static;
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (min-width: 64em) {

	.large-1{
		width: 8.33333%;
	}

	.large-push-1{
		position: relative;
		left: 8.33333%;
	}

	.large-pull-1{
		position: relative;
		left: -8.33333%;
	}

	.large-offset-0{
		margin-left: 0%;
	}

	.large-2{
		width: 16.66667%;
	}

	.large-push-2{
		position: relative;
		left: 16.66667%;
	}

	.large-pull-2{
		position: relative;
		left: -16.66667%;
	}

	.large-offset-1{
		margin-left: 8.33333%;
	}

	.large-3{
		width: 25%;
	}

	.large-push-3{
		position: relative;
		left: 25%;
	}

	.large-pull-3{
		position: relative;
		left: -25%;
	}

	.large-offset-2{
		margin-left: 16.66667%;
	}

	.large-4{
		width: 33.33333%;
	}

	.large-push-4{
		position: relative;
		left: 33.33333%;
	}

	.large-pull-4{
		position: relative;
		left: -33.33333%;
	}

	.large-offset-3{
		margin-left: 25%;
	}

	.large-5{
		width: 41.66667%;
	}

	.large-push-5{
		position: relative;
		left: 41.66667%;
	}

	.large-pull-5{
		position: relative;
		left: -41.66667%;
	}

	.large-offset-4{
		margin-left: 33.33333%;
	}

	.large-6{
		width: 50%;
	}

	.large-push-6{
		position: relative;
		left: 50%;
	}

	.large-pull-6{
		position: relative;
		left: -50%;
	}

	.large-offset-5{
		margin-left: 41.66667%;
	}

	.large-7{
		width: 58.33333%;
	}

	.large-push-7{
		position: relative;
		left: 58.33333%;
	}

	.large-pull-7{
		position: relative;
		left: -58.33333%;
	}

	.large-offset-6{
		margin-left: 50%;
	}

	.large-8{
		width: 66.66667%;
	}

	.large-push-8{
		position: relative;
		left: 66.66667%;
	}

	.large-pull-8{
		position: relative;
		left: -66.66667%;
	}

	.large-offset-7{
		margin-left: 58.33333%;
	}

	.large-9{
		width: 75%;
	}

	.large-push-9{
		position: relative;
		left: 75%;
	}

	.large-pull-9{
		position: relative;
		left: -75%;
	}

	.large-offset-8{
		margin-left: 66.66667%;
	}

	.large-10{
		width: 83.33333%;
	}

	.large-push-10{
		position: relative;
		left: 83.33333%;
	}

	.large-pull-10{
		position: relative;
		left: -83.33333%;
	}

	.large-offset-9{
		margin-left: 75%;
	}

	.large-11{
		width: 91.66667%;
	}

	.large-push-11{
		position: relative;
		left: 91.66667%;
	}

	.large-pull-11{
		position: relative;
		left: -91.66667%;
	}

	.large-offset-10{
		margin-left: 83.33333%;
	}

	.large-12{
		width: 100%;
	}

	.large-offset-11{
		margin-left: 91.66667%;
	}

	.large-up-1 > .column, .large-up-1 > .columns{
		width: 100%;
		float: left;
	}
	.large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n){ clear: none; }
	.large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1){ clear: both; }
	.large-up-1 > .column:last-child, .large-up-1 > .columns:last-child{ float: left; }

	.large-up-2 > .column, .large-up-2 > .columns{
		width: 50%;
		float: left;
	}
	.large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n){ clear: none; }
	.large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1){ clear: both; }
	.large-up-2 > .column:last-child, .large-up-2 > .columns:last-child{ float: left; }

	.large-up-3 > .column, .large-up-3 > .columns{
		width: 33.33333%;
		float: left;
	}
	.large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n){ clear: none; }
	.large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1){ clear: both; }
	.large-up-3 > .column:last-child, .large-up-3 > .columns:last-child{ float: left; }

	.large-up-4 > .column, .large-up-4 > .columns{
		width: 25%;
		float: left;
	}
	.large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n){ clear: none; }
	.large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1){ clear: both; }
	.large-up-4 > .column:last-child, .large-up-4 > .columns:last-child{ float: left; }

	.large-up-5 > .column, .large-up-5 > .columns{
		width: 20%;
		float: left;
	}
	.large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n){ clear: none; }
	.large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1){ clear: both; }
	.large-up-5 > .column:last-child, .large-up-5 > .columns:last-child{ float: left; }

	.large-up-6 > .column, .large-up-6 > .columns{
		width: 16.66667%;
		float: left;
	}
	.large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n){ clear: none; }
	.large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1){ clear: both; }
	.large-up-6 > .column:last-child, .large-up-6 > .columns:last-child{ float: left; }

	.large-up-7 > .column, .large-up-7 > .columns{
		width: 14.28571%;
		float: left;
	}
	.large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n){ clear: none; }
	.large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1){ clear: both; }
	.large-up-7 > .column:last-child, .large-up-7 > .columns:last-child{ float: left; }

	.large-up-8 > .column, .large-up-8 > .columns{
		width: 12.5%;
		float: left;
	}
	.large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n){ clear: none; }
	.large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1){ clear: both; }
	.large-up-8 > .column:last-child, .large-up-8 > .columns:last-child{ float: left; }

	.column.large-centered, .large-centered.columns{
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.large-uncenter,
	.large-push-0,
	.large-pull-0{
		position: static;
		margin-left: 0;
		margin-right: 0;
	}
}







/*------------------------------------*
	#GENERAL RULES
*------------------------------------*/

.fl			{ float: left; }
.fr			{ float: right; }
.db			{ display: block; }
.dib		{ display: inline-block; }
.di			{ display: inline; }
.pr			{ position: relative; }
.pa			{ position: absolute; }
/* .formobile	{ display: none; } */
.fortablet	{ display: none; }
.fordesktop	{ /*display: block;*/ }
.tal		{ text-align: left; }
.tac		{ text-align: center; }
.tar		{ text-align: right; }
.donotshow	{ display: none; visibility: hidden; }
.show		{ display: block; visibility: visible; }

@media all and (min-width: 480px) {
	.formobile	{ display: none; }
}



/*------------------------------------*
	#GENERAL WRAPS
*------------------------------------*/

/**
 * max-width = page width - margin 0 auto = centered page
 *
 * WRAPPER CLASS REPLACED BY CLASS "ROW" (see .row) - Endre dec. 2015
 */

/*.wrap {
	display: block;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}*/

.white-fade{
	background-image: url(https://img5.custompublish.com/getfile.php/4900035.2445.sumkikmlqwjasb/fade-white.png);
	background-repeat: repeat-y;
	width: 160px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	transition: all 0.4s ease;
	display: none;
}

.btnlink .bluebtn{
	display: inline-block;
	padding: 0.25em 1em;
	background-color: #007cc0;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
	font-size: 0.9em;
	margin: 1rem 0;
	transition: all 0.2s ease;
}

.btnlink .bluebtn:hover{
	background-color: #00498D;
}


@media screen and (min-width: 40em) {

	.white-fade{
		display: block;
	}


}

@media screen and (min-width: 64em) {

}




/*------------------------------------*
	#GENERAL ELEMENTS
*------------------------------------*/

.skiplink a {
	position: absolute;
	top: -190px;
}

.skiplink a:focus, .skiplink a:hover {
	position: static;
	left: 0;
	width: auto;
}

#content {
	margin-bottom: 2em;
}

.frontpage.articlelisting #content{
	margin-bottom: 0;
}

#main {
	min-height: 500px;
	padding-left: 0;
}

.pagedescription{
	margin-bottom: 2rem;
	padding-top: 2rem;
	color: rgb(30, 30, 30);
	color: rgba(0,0,0,0.8);
}

.pagetitle {}

#path{
	margin-bottom: 2rem;
	padding: 0 1rem;
	background-color: #fafafa;
}

#path a,
#path .pathdelimiter{
	/*float: left;*/
	color: #0a0a0a;
	font-size: 0.75rem;
	text-transform: uppercase;
}

#path .pathdelimiter{
	color: #cacaca;
	margin: 0 0.75rem;
	display: inline-block;
	position: relative;
	top: 1px;
	opacity: 1;
}

#path a{
	color: #2199e8;
	text-decoration: none;
}

#path a:last-of-type{
	color: #333;
	font-weight: 600;
}

#path a:hover{
	text-decoration: underline;
}

a.button {
	color: black;
    background: #3299e8;
    padding: 0.75rem 1rem;
    border-radius: 0.2rem;
    text-decoration: none;
}

a.button:hover {
	background: #43adfe;
}

@media screen and (min-width: 40em) {

	#path{
		padding: 0;
	}

	.pagedescription{
		padding-right: 2rem;
	}


}

@media screen and (min-width: 64em) {

}





/*------------------------------------*
	#HEADER
*------------------------------------*/

#header > .row{
	padding: 1rem 0;
}

.logo{
	text-align: center;
}

.logoimg{
	max-width: 260px !important;
	height: auto;
}


@media screen and (min-width: 40em) {

	.logo{
		text-align: left;
		margin-bottom: 0;
	}

	.header-tools{
		padding-top: 1rem;
	}
}

@media screen and (min-width: 64em) {

}





/*------------------------------------*
	#MENUS AND SEARCH
*------------------------------------*/

#navigation{

}

#menupanel{
	background-color: #1d1d1d;
	color: #fff;
	padding: 1em;
	display: none;
}

#menupanel a{
	color: rgb(255,255,255);
	color: rgba(255,255,255, 0.8);
}

#menupanel .search{
	margin-bottom: 2rem;
	margin-top: 2rem;
}

.slideout-open #menupanel{
	display: block;
}

.menu,
.menu ul,
.submenu{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.mainmenu{
	/*display: none;*/
}

.mainmenu > li{
	margin-right: 0;
	display: block;
}

.mainmenu > li > a{
	text-decoration: none;
	display: block;
	transition: all 0.1s ease-out;
	padding: 0.5rem 0;
}

.mainmenu > li > a:hover{
	padding-left: 0.75rem;
}

.burger{
	margin-top: 0.75rem;
	list-style: none;
	cursor: pointer;
}

.burger li{
	width: 30px;
	height: 4px;
	background-color: #333;
	margin-top: 5px;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 5px;
	transition: all 0.2s ease;
}

.burger:hover li{
	background-color: #007cc0;
}

.mainmenupriority{
	display: none;
}

.mainmenupriority li{
	display: inline-block;
}

.mainmenupriority li a{
	color: #333;
	text-decoration: none;
	font-size: 1.5em;
	display: block;
	margin-left: 1em;
	font-weight: 300;
	transition: all 0.2s ease;
}

.mainmenupriority li a:after{
	content: " ";
	height: 1px;
	width: 0;
	background-color: #007cc0;
	display: block;
	transition: all 0.2s ease;
}

.mainmenupriority li a:hover{
	color: #007cc0;
}

.mainmenupriority li:hover a:after{
	width: 100%;
}


/* slideoutjs styles */

.slideout-menu {
	position: fixed;
	left: auto;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	width: 75%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	display: none;
}

.slideout-panel {
	position: relative;
	z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
	overflow: hidden;
}

.slideout-open .slideout-menu {
	display: block;
}

/**
 * Searchform
 */

#searchform{
	height: 2.4375rem;
	border: 1px solid #cacaca;
	border-radius: 3px;
	overflow: hidden;
	display: inline-block;
}

.searchinput[type="text"]:not([size]){
	vertical-align: middle;
	max-width: 100%;
	width: auto;
	border: 0;
	display: inline-block;
}

.searchsubmit[type="submit"]{
	margin: -2px 0 0 0;
	padding: 0 1rem;
	display: inline-block;
	height: 100%;
	border: 0;
	vertical-align: middle;
	cursor: pointer;
}


@media screen and (min-width: 40em) {

	.mainmenu{
		display: block;
	}

	.mainmenu > li {
		/*display: inline-block;*/
	}

	.mainmenu > li > a{
		text-decoration: none;
		display: block;
		margin-right: 1rem;
		padding: 1rem 0;
	}

	.menubtn{
		/*display: none;*/
		vertical-align: middle;
	}

	.burger{
		padding: 0 2rem;
	}

	.searchinput[type="text"]:not([size]){
		min-width: 230px;
	}

	.mainmenupriority{
		display: inline-block;
	}

	#menupanel h2{
		margin-top: 4rem;
		padding-left: 0.75rem;
	}

}

@media screen and (min-width: 64em) {

}





/*------------------------------------*
	#FORMS
*------------------------------------*/

form.cpsimpleform{
	margin: 1rem 0;
	padding: 1em;
	clear: both;
	background-color: #fafafa;
	/*border: 1px solid #eee;*/
	border-radius: 3px;
}

.cpadminmode form.cpsimpleform{
	margin-bottom: 0;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea{
	display: block;
	box-sizing: border-box;
	/*width: 100%;*/
	height: 2.4375rem;
	padding: 0.5rem;
	border: 1px solid #cacaca;
	/*margin: 0 0 1rem;*/
	margin: 0;
	font-family: inherit;
	font-size: 1rem;
	color: #0a0a0a;
	background-color: #fefefe;
	box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
	border-radius: 3px;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
}

[type='text']:not([size]),
[type='password']:not([size]),
[type='date']:not([size]),
[type='datetime']:not([size]),
[type='datetime-local']:not([size]),
[type='month']:not([size]),
[type='week']:not([size]),
[type='email']:not([size]),
[type='number']:not([size]),
[type='search']:not([size]),
[type='tel']:not([size]),
[type='time']:not([size]),
[type='url']:not([size]),
[type='color']:not([size]){
	width: 100%;
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus{
	border: 1px solid #8a8a8a;
	background: #fefefe;
	outline: none;
	box-shadow: 0 0 5px #cacaca;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea{
	max-width: 100%;
}

textarea[rows]{
	height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly]{
	background-color: #e6e6e6;
	cursor: default;
}

[type='file'],
[type='checkbox'],
[type='radio']{
	margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label{
	display: inline;
	margin-left: 0.5rem;
	margin-right: 1rem;
	margin-bottom: 0;
	vertical-align: baseline;
	cursor: pointer;
}

#sitefeedbackbox [type='checkbox'] + label,
#sitefeedbackbox [type='radio'] + label{
	margin-left: 2px;
}

label > [type='checkbox'],
label > [type='label']{
	margin-right: 0.5rem;
}

label,
.cpstextheading{
	display: block;
	margin: 0;
	font-size: 0.875rem;
	font-weight: normal !important;
	line-height: 1.8;
	color: #0a0a0a;
}

.cpselementcontainer > div > .cpsstatictext{
	margin-top: -0.5rem;
	font-size: 0.8125rem;
	font-style: italic;
	color: #333;
}

.optionshorizontal .cpsradiooption {
	border: solid 0.15rem #3299e8;
    padding: 0.5rem;
    color: white;
    margin: 1rem;
    border-radius: 0.3rem;
}

.optionshorizontal .cpsoptionactive {
	background: #3299e8;
    padding: 0.5rem;
    color: white;
    margin: 1rem;
    border-radius: 0.3rem;
}

input[type="radio"] {
	margin: 0;
}

fieldset{
	border: 1px solid #cacaca;
	padding: 1.25rem;
	margin: 1.125rem 0;
}

legend{
	background: #fefefe;
	padding: 0 0.1875rem;
	margin: 0;
	margin-left: -0.1875rem;
}

select{
	height: 2.4375rem;
	padding: 0.5rem 1.5rem 0.5rem 0.5rem;
	border: 1px solid #cacaca;
	margin: 0 0 1rem;
	font-size: 1rem;
	font-family: inherit;
	line-height: normal;
	color: #0a0a0a;
	background-color: #ffffff;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
	background-size: 9px 6px;
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.email-warning {
	padding: 0.5rem 0;
    color: #bd1818;
    font-weight: 600;
    font-size: 1rem;
}

@media screen and (min-width: 0 ){
	select {
	  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
	}
}

select:disabled{
	background-color: #e6e6e6;
	cursor: default;
}

select::-ms-expand{
	display: none;
}

select[multiple]{
	height: auto;
}

input:invalid{
	/*background-color: rgba(236, 88, 64, 0.1);
	border-color: #ec5840;*/
}

.is-invalid-label{
  color: #ec5840;
}

.cpsimpleform input[type="text"]:not([size]), .cpsimpleform input[type="email"]:not([size]), .cpsimpleform input[type="tel"]:not([size]) {
	max-width: 20em;
	width: 98%;
}

.cpsimpleform input[type="tel"]:not([size]), .cpsimpleform input.sfx-phone:not([size]) {
	width: 10em;
}

input.sfx-phone[type="tel"]:not([size]), input.sfx-telefon[type="tel"]:not([size]) {
	width: 8em;
}

input.sfx-postal-code[type="text"]:not([size]), input.sfx-zip-code[type="text"]:not([size]), input.sfx-postnr[type="text"]:not([size]) {
	width: 8em;
}

/*.cpsimpleform input[type="submit"],
.cpsimpleform input[type="button"],
.cpsimpleform button*/

input:disabled {
	opacity: 0.5;
}

input[type="submit"],
input[type="button"],
button{
	display: inline-block;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	transition: all 0.25s ease-out;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 3px;
	padding: 0.85em 1em;
	margin: 0 1rem 1rem 0;
	font-size: 0.9rem;
	background: #2199e8;
	color: #fff;
}

/*.cpsimpleform input[type="submit"]:hover,
.cpsimpleform input[type="button"]:hover,
.cpsimpleform button:hover*/

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover{
	background: #1583cc;
	color: #fff;
}

#main .cpselementcontainer{
	margin-bottom: 1rem;
}

#main .cpselementcontainer.horizontal > div > label,
#main .cpselementcontainer.horizontal > div > .cpstextheading,
#main .cpselementcontainer.horizontal > div > .cpsoptions{
	display: inline-block;
	margin-right: 1rem;
	min-width: 15%;
	vertical-align: top;
}

.cpselementcontainer .cpsstatictext{
	margin: 2px 0 5px;
	padding-top: 2px;
}

#main .optionshorizontal .cpsradiooption,
#main .optionshorizontal .cpscheckboxoption{
	float: left;
	margin-right: 5px;
	white-space: nowrap;
}

span.mandatory{
	color: #ec5840;
	font-size: 1.4em;
	margin-left: 2px;
	line-height: 1;
}

.formpropertiesbox{
	width: 100% !important;
	background-color: #fafafa !important;
	border: 1px solid #2199e8 !important;
	border-bottom-width: 3px !important;
	padding: 1rem !important;
	font-size: 80%;
	margin: 0 !important;
	margin-bottom: 2rem !important;
}

.formpropertiesbox ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.formpropertiesbox ul li{
	display: inline-block;
	margin-right: 1rem;
}

.help-text{
	margin-bottom: 0;
	font-size: 0.8125rem;
	font-style: italic;
	color: #333;
}

#prodinfowrapper .caption{
	margin-top: 2rem;
}

#prodinfowrapper > .row{
	padding-top: 1rem;
}

.divbuybtn{
	margin-top: 1rem;
}





/*------------------------------------*
	#LISTING
*------------------------------------*/

.listingarea{}

.articlelist .articleblock{
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	position: relative;
	border-bottom: 1px solid #ececec;
}

.articlelist .articleblock figure{
	margin: 0 1rem 0 0;
}

.articlelist .articleblock .textwrap{
	text-rendering: optimizeLegibility;
}

.articlelist .articleblock.nopic .textwrap{
	width: 100%;
	float: none;
}

.articlelist .ingress {}

.listingarea hr, .hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

.articlelink {}

.articlelist .headline {
	text-rendering: optimizeLegibility;
}

.articlelist .subheadline {
	margin-top: 0;
	font-size: 1.3em;
}

div.pagebar {
	text-align: center;
}

.listingarea .memberlinks{
	font-size: 1.2em;
}

.listingarea .memberlinks a.checkifmemberlink{
	text-decoration: none;
}

.listingarea .memberlinks a.checkifmemberlink:hover{
	text-decoration: underline;
}

.upcoming-events .articleblock{
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}

.upcoming-events .articleblock:last-of-type{
	margin-bottom: 0;
}

.inforow{
	padding: 2rem 0 4rem;
}

.inforow .lSSlideOuter{
	border: 1px solid #007CB6;
}

.slideshowlist .articleblock{
	margin: 0;
	padding: 0;
	width: 100%;
}

.slideshowlist .articleblock img.dynimage{
	margin: 0;
}

.slideshowlist .slide-inner .imgwrap{
	padding: 1rem;
	/*background-color: #007CB6;*/
}

.slideshowlist .slide-inner .textwrap{
	padding: 0 1rem;
}

.slideshowlist .slide-inner .textwrap .headline{
	font-size: 1.4em;
	font-weight: 600;
}

.slideshowlist .slide-inner .ingress{
	display: none;
}

.twitter-box{
	margin-top: 1rem;
}

.twitter-box .profilebox .icon{
	max-width: 50px;
}

.twitter-box .profilebox .profilelink{
	font-weight: 300;
	font-size: 1.5em;
	text-decoration: none;
	display: inline-block;
	margin: 1em 0;
	border-bottom: 1px solid transparent;
}

.twitter-box .profilebox .profilelink:hover{
	border-bottom: 1px solid #007CB6;
}

#latest-tweet{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#latest-tweet ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#latest-tweet li{
	padding: 0 2rem;
}

#latest-tweet li a{
	word-break: break-all;
}

/*
#latest-tweet li:first-child{
	border-top: 1px solid #007CB6;
}*/

#latest-tweet .tweet{
	margin: 1.5rem 0;
	font-size: 1em;
	color: rgb(30,30,30);
	color: rgba(0,0,0, 0.7);
	font-weight: 300;
}

#latest-tweet .tweet a[data-scribe="element:hashtag"]{
	font-weight: 600;
}

#latest-tweet .timePosted:before{
	content: "Postet ";
}

#latest-tweet .timePosted{
	margin-bottom: 1em;
	font-size: 0.813em;
	text-align: right;
}

.speakerslist{
	margin: 2rem 0;
}

.speakerslist .articleblock .articleinner{
	margin-bottom: 2rem;
	border: 1px solid #eee;
	background-color: #fefefe;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
}

.speakerslist .articleblock .textwrap{
	padding: 1em;
	color: rgb(30,30,30);
	color: rgba(0,0,0, 0.7);
	font-weight: 300;
}

.speakerslist .articleblock .textwrap .headline{
	font-size: 1.2em;
	margin-top: 0.25em;
	font-weight: 400;
	letter-spacing: 0.03em;
}

.speakerslist .articleblock .articleinner:hover .white-fade{
	right: 25px;
}

.speakerslist .upcomingconferences{
	margin-top: 1em;
}

.speakerslist .upcomingconferences ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.speakerslist .upcomingconferences .boxtitle{
	color: #707070;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.7em;
}

.conferencecalendar .testimonialscontainer{
	margin: 3rem auto;
	padding: 3rem 0;
}

.conferencecalendar .testimonials .slide-inner{
	max-width: 60em;
	margin: 0 auto;
}

.conferencecalendar .testimonials li .slide-inner:before,
.conferencecalendar .testimonials li .slide-inner:after{
	content: " ";
	display: block;
	border-bottom: 1px solid #007CB6;
	text-align: center;
	width: 50px;
	height: 1px;
	margin: 1em auto;
}

.conferencecalendar .testimonials .testifier{
	font-style: italic;
	color: #707070;
}

.conferencecalendar .articleblock{
	border-bottom: 0;
	margin-bottom: 0;
	padding: 0 2em;
	padding: 0 2rem;
}

.conferencecalendar .articleblock .textwrap{
	border-bottom: 1px solid #ccc;
}

.conferencecalendar .articleblock .headline{
	font-size: 1.3em;
}

.conferencecalendar .articleblock time{
	color: #707070;
	font-size: 0.813em;
}

.conferencecalendar .articleblock .ingress{
	font-size: 0.813em;
	color: rgb(30,30,30);
	color: rgba(0,0,0,0.7);
	margin-bottom: 2em;
	display: block;
	min-height: 76px;
}

.articlelink{
	text-decoration: none;
}

.articlelink:hover .headline{
	text-decoration: underline;
}

.collaborators{
	margin: 4rem 0 0 0;
	padding: 4rem 0 0 0;
	/*background-color: #fafafa;*/
}

.collaborators .caption{
	margin-bottom: 0;
}
.collaborators .headlinelink{
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	color: transparent;
}

/*
.collaborators .column{
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	min-height: 150px;
}*/

.collaboratorslist{
	list-style: none;
	margin: 0;
	padding: 0;
	/*border-bottom: 1px solid #e0e0e0;*/
}

.collaboratorslist .collaborator-logo{
	width: 100%;
	padding-bottom: 50%;
	display: block;
	margin: 0;
	position: relative;
	background-position: 50%;
	background-repeat: no-repeat;
	line-height: 0;
	/*overflow: hidden;*/
	color: transparent;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}


.newslettersubscribebox,
.facebookbox{
	background-color: #00B4C8;
	color: #fff;
	/*padding: 3rem 0;*/
}

.newslettersubscribebox .caption{
	color: #fff;
	display: inline-block;
	margin: 1.45em auto 0;
	border: 0;
	font-weight: 300;
	font-size: 2em;
	text-transform: inherit;
}

.newslettersubscribebox form.cpsimpleform{
	background-color: transparent;
	margin-top: 0;
}

.newslettersubscribebox label, .newslettersubscribebox .cpstextheading{
	color: #fff;
	font-size: 1.1em;
}

.newslettersubscribebox .cpsimpleform input[type="email"]:not([size]){
	margin: 0 auto;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 3px;
	color: #fff;
	font-size: 1.3em;
}

#main .newslettersubscribebox .cpselementcontainer{
	margin-bottom: 0;
}

#main .newslettersubscribebox span.mandatory{
	display: none;
}

.newslettersubscribebox input[type="submit"]{
	background-color: transparent;
	border: 3px solid #fff;
	text-transform: uppercase;
	color: #fff;
	border-radius: 3px;
	display: inline-block;
	padding: 0.5em 1.5em;
	font-weight: 500;
	transition: all 0.2s ease;
	margin-bottom: 2rem;
	font-size: 1em;
}

.newslettersubscribebox input[type="submit"]:hover{
	background-color: #fff;
	color: #00B4C8;
}


@media screen and (min-width: 40em) {

	.slideshowlist{
		/*padding-right: 2rem;*/
	}

	.frontpage-left-column{
		padding-right: 4rem !important;
	}

	.conferencerowfix{
		max-width: 110%;
	}

	.collaboratorslist .collaborator-logo{
		width: 50%;
		float: left;
		padding-bottom: 16.666667%;
	}

	.slideshowlist .slide-inner .ingress{
		display: block;
	}

	.speakerslist .articleblock header{
		text-align: right;
	}

	.speakerslist .articleblock .textwrap{
		position: absolute;
		right: 0;
		width: 60%;
	}

	.conferencecalendar .articleblock{
		padding: 0 1em;
		padding: 0 1rem;
	}



	.conferencecalendar .articleblock .headline{
		min-height: 70px;
	}

}

@media screen and (min-width: 64em) {

	.collaboratorslist .collaborator-logo{
		width: 16.66667%;
		float: left;
	}

	#latest-tweet li{
		width: 33.3333%;
		float: left;
	}

}





/*------------------------------------*
	#VIEW
*------------------------------------*/

.viewareacontent{
	max-width: 50rem;
	margin: 0 auto;
}

.viewareacontent > section,
.viewareacontent > article{
	padding: 0 1rem;
}

.viewarea .listingpic{
	margin: 0 0 2rem 0;
}

.viewarea .listingpic img{
	margin-bottom: 1rem;
}

.viewarea .listingpic figcaption{
	font-style: italic;
	color: #767676;
	padding: 0 1rem;
	font-size: 0.813em;
}

.viewarea h2,
.viewarea h3{
	margin-top: 1.5rem;
}

.viewarea h3{
	font-size: 1.250em;
}

.viewarea .articleheader{
	padding: 0 1rem;
}

.body,
.headlineview,
.ingressview{
	text-rendering: optimizeLegibility;
}

.tools{
	margin-bottom: 1rem;
}

.tools a{
	/*height: 17px;
	width: 17px;*/
	margin-right: 3px;
	display: inline-block;
	line-height: 1;
	/* opacity: 0; */
	transition: opacity 0.2s ease;
}

.ingressview{

}

.viewarea .byline{
	padding: 0.5rem 1rem;
	font-size: 80%;
	line-height: 1;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 1rem;
}

.paragraphpictable{
	width: 100%;
	height: auto;
	display: block;
}

.paragraphpictable .paragraphpictext{
	font-size: 0.9em;
	color: #767676;
	padding-top: 0.3rem;
	font-style: italic;
}

.articlemedia.articlemediaimages{
	margin: 2rem 0;
}

.articlemediaimages .articleimage img{
	border: solid 4px #fefefe;
	box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
	display: inline-block;
	line-height: 0;
	max-width: 100%;
	transition: box-shadow 200ms ease-out;
	border-radius: 0;
	margin-bottom: 1rem;
}

.articlemediaimages .articleimage img:hover,
.articlemediaimages .articleimage img:focus{
	box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
}

.articlemedia.articlemediaimages .articleimagedesc{
	font-size: 0.75em;
	color: #707070;
}

.viewarea .forum{
	margin: 2rem 0;
	padding: 0 1rem 1rem;
	background-color: #fbfbfb;
}

.viewarea .forum h3{
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #eee;
}

.viewarea .forum .cpforumformwrapper fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}

.viewarea .forum .cpforumformwrapper legend{
	display: none;
}

.viewarea .forum .cpforumformwrapper .mandatory{
	font-size: 0.875em;
}

.viewarea .forum .cpforumformwrapper br{
	display: none;
}

.viewarea .forum .cpforumformwrapper input[type="text"]:not([size]){
	max-width: 100%;
	width: 100%;
}

.viewarea .forum .cpforumformwrapper .cpselementcontainercpfname input[type="text"]:not([size]){
	width: 98%;
}

.viewarea .forum .cpforumformwrapper .cpselementcontainercpfbody textarea{
	width: 100%;
	max-width: 100%;
}

.viewarea .forum .cpforumformwrapper .cpselementcontainercpfreplyto{ display: none; }

.viewarea .forum .cpforum .forumpost{
	padding: 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
}

.viewarea .forum .cpforum > .posting > li > .forumpost{
	border-top: 3px solid #eee;
	margin-top: 2rem;
	padding-top: 2rem;
}

.viewarea .forum .cpforum .posting .posting{
	border-left: 3px solid #f0f0f0;
	margin-top: 1rem;
}

.viewarea .forum .cpforum .subject{
	font-size: 1.2em;
}

.viewarea .forum .cpforum .postingdate{
	color: #767676;
	font-style: italic;
	margin-bottom: 1rem;
}

.viewareacontent .event-data,
.artisproduct.viewareacontent .byline,
.viewareacontent .conferenceinfo .priceinfo,
.viewareacontent .conferenceinfo .registerlink{
	display: none;
}

.artisproduct.viewareacontent .event-data,
.artisproduct .viewareacontent .conferenceinfo .priceinfo,
.artisproduct .viewareacontent .conferenceinfo .registerlink{
	display: block;
}

.conferenceinfo .pricetypetag{
	font-weight: 500;
	margin: 0 0.75em;
}

.viewareacontent .sharetools{
	padding: 1rem 0;
	margin: 1rem 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	line-height: 1;
}

.viewareacontent .sharetools img{
	vertical-align: middle;
	margin: 0 !important;
}

.viewareacontent .registerlink{
	font-size: 1.3em;
}

.viewareacontent .eventtime{
	font-size: 1.125em;
	color: rgba(0,0,0,0.7);
	margin: 1rem 0;
}

.viewareacontent .boxtitle{
	font-size: 0.7em;
	text-transform: uppercase;
	color: #707070;
	/*border-bottom: 1px solid #ccc;*/
	display: block;
}

.viewareacontent .projectleader .authorabout,
.viewareacontent .projectleader .authormobile{
	font-size: 0.9em;
	font-weight: 300;
	color: rgba(0,0,0,0.7);
}

.viewareacontent .projectleader > .row{
	border: 1px solid #ccc;
}

.viewareacontent .projectleader .projectleaderdata{
	padding: 1rem;
}

.viewareacontent .projectleader{
	max-width: 100%;
	margin: 0 auto 2rem auto;
}


/* accordion style extended article
 * usage: check "Dynamic" on the article paragraphs
 */

.articleparagraphdynamic{
	background: #fefefe;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	transition: all 0.25s ease-out;
}

.articleparagraphdynamic h2.paragraphheadline{
	display: block;
	padding: 1.25rem 1rem;
	line-height: 1;
	font-size: 0.75rem;
	color: #2199e8;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 0;
	transition: all 0.2s ease-out;
}

.articleparagraphdynamic h2.paragraphheadline:hover,
.articleparagraphdynamic h2.paragraphheadline:focus{
	background-color: #e6e6e6;
	cursor: pointer;
}

:last-child > .articleparagraphdynamic h2.paragraphheadline{
	border-bottom-width: 0;
}

.articleparagraphdynamic h2.paragraphheadline::before{
	content: '+';
	position: absolute;
	right: 1rem;
	top: 50%;
	margin-top: -0.5rem;
}

.articleparagraphdynamic.is-active > h2.paragraphheadline::before{
	content: '–';
}

.articleparagraphdynamic .paragraphtext{
	padding: 1.25rem 1rem;
	display: none;
	border-bottom: 1px solid #e6e6e6;
}

.articleparagraphdynamic.is-active{
	background: #fafafa;
}

.articleparagraphdynamic.is-active .paragraphtext{
	display: block;
}

.articleparagraphdynamic:not(:last-of-type),
.articleparagraphdynamic .paragraphtext{
	border-bottom: 0;
}

.articleparagraphdynamic:last-child{
	margin-bottom: 1rem;
}

a.icallink{
	display: inline-block;
	padding: 0.25em 0.5em 0.25em 2em;
	margin: 1em 0;
	border-radius: 3px;
	background-color: #eee;
	border-bottom: 1px solid #e0e0e0;
	font-size: 0.7em;
	color: #333;
	text-decoration: none;
	background-image: url(https://img5.custompublish.com/getfile.php/3467324.2445.eudqyuvswx/b_calendar.png);
	background-repeat: no-repeat;
	background-position: 0.5em 50%;
}

a.icallink:hover{
	background-color: #e0e0e0;
}


@media screen and (min-width: 40em) {

	.viewareacontent > section,
	.viewareacontent > article{
		padding: 0;
	}

	.viewarea figcaption{
		padding: 0;
	}

	.viewarea .articleheader{
		padding: 0;
	}

	.ingressview{
		font-size: 1.2em;
	}

	.viewarea .byline{
		padding: 0.5rem 0;
	}

	.viewarea .byline .date{
		border-left: 1em solid #eee;
		padding-left: 1.9rem;
	}

	.paragraphpictable{
		width: 35%;
		float: right;
		padding: 1rem 0 1rem 1rem;
	}

	.viewarea .forum .cpforumformwrapper .cpselementcontainercpfname,
	.viewarea .forum .cpforumformwrapper .cpselementcontainercpfemail{
		width: 50%;
		float: left;
	}

	.viewareacontent .projectleader{
		width: 70%;
	}

}

@media screen and (min-width: 64em) {

}





/*------------------------------------*
	#SIDEBAR
*------------------------------------*/

#mainsidebar {
	padding-right: 0;
}

/**
 * standard box/widget
 */

.box {
	padding: 0;
	margin: 0;
}

.caption:before{
	content: "";
}

.caption {
	margin: 0 auto 1em auto;
	padding: 0 0 0.25em 0;
	font-size: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
	color: #707070;
	letter-spacing: 0.03em;
	border-bottom: 3px solid #707070;
	text-align: center;
}

.morelink{
	display: inline-block;
	padding: 0.25em 0.5em;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	color: #707070;
	font-size: 0.9em;
	transition: all 0.2s ease;
	display: block;
	text-align: center;
}

.morelink:hover{
	color: #fff;
	background-color: #007cc0;
	border-color: #007cc0;
}

.box ul,
.box ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}



@media screen and (min-width: 40em) {

	.morelink{
		display: inline-block;
	}

}

@media screen and (min-width: 64em) {

}





/*------------------------------------*
	#FOOTER
*------------------------------------*/

#footer{
	padding: 4rem 0;
	background-color: #fafafa;
}

.footercontent .columns{
	text-align: center;
}

#footer address{
	font-style: normal;
}

.cpcredits{
	margin-bottom: 2em;
	font-size: 0.8em;
	text-decoration: none;
	color: #ccc;
}

#copyright{
	font-size: 0.8em;
}

.somelinks{
	margin: 2rem auto 0 auto;
	padding: 0;
	list-style: none;
	max-width: 240px;
}

.somelinks li{
	float: left;
	width: 60px;
	height: 60px;
	border-top: 2px solid #00B4C8;
	border-bottom: 2px solid #00B4C8;
	border-right: 1px solid #00B4C8;
	border-left: 1px solid #00B4C8;
	background-position: 50%;
	background-repeat: no-repeat;
	transition: all 0.2s ease;
}

.somelinks li:hover{
	background-color: #00B4C8;
}

.somelinks li:first-child{
	border-left: 2px solid #00B4C8;
}

.somelinks li:last-child{
	border-right: 2px solid #00B4C8;
}

.somelinks .twicon{
	background-image: url(https://img5.custompublish.com/getfile.php/4900042.2445.qkwuujilaitqji/twitter1blue.png);
}

.somelinks .fbicon{
	background-image: url(https://img5.custompublish.com/getfile.php/4900039.2445.llpqzulztnkwzj/facebook55.png);
}

.somelinks .liicon{
	background-image: url(https://img5.custompublish.com/getfile.php/4900040.2445.ukmil7tnmljslm/linkedin11blue.png);
}

.somelinks .igicon{
	background-image: url(https://img5.custompublish.com/getfile.php/4900041.2445.suwunstkplwkmz/instagram-nsh.png);
}

.somelinks .twicon:hover{
	background-image: url(https://img5.custompublish.com/getfile.php/4900052.2445.wmbsltkqnjz7nu/twitter1.png);
}

.somelinks .fbicon:hover{
	background-image: url(https://img5.custompublish.com/getfile.php/4900049.2445.szptmbktwibqka/facebook55white.png);
}

.somelinks .liicon:hover{
	background-image: url(https://img5.custompublish.com/getfile.php/4900050.2445.lzwszpjpbanwzs/linkedin11.png);
}

.somelinks .igicon:hover{
	background-image: url(https://img5.custompublish.com/getfile.php/4900051.2445.sasmlsntnakz7a/instagram-nsh-white.png);
}

.somelinks li a{
	display: block;
	color: transparent;
}

@media screen and (min-width: 40em) {

	.footercontent .columns{
		text-align: inherit;
	}

	.footercontent .columns.tar{
		text-align: right;
	}

}

@media screen and (min-width: 64em) {

}




/*------------------------------------*
	#MISC
*------------------------------------*/
.formbutton {
	display: flex;
	width: fit-content;
	margin: 0 auto;
}

.request_method_post {
	.listingpic, .sharetools {
		display: none;
	}
}

.errmsg {
	padding: 0.5em;
	border: 1px solid #AA0000;
	font-weight: bold;
	color: #AA0000;
	background: #FFD9D9;
}

/**
 * weather forecast
 */

.weathertablefivedays {}

.weathertablefivedays td {
	padding: 5px;
}

.weathertablefivedays .weatherlocname {
	font-weight: bold;
}

/**
 * Calendar
 */

.icalendardayhead { background-color: #f0f0f0; }

.monthlycalendartable { width: 100%; }

.calendardate { color:#333; }

.caltime {
	margin-right: 15px;
}

.vevent {
	padding: 0.5em 0 0.5em 2em;
	border: 1px solid #666666;
	background-color: #EEEEEE;
}

.calevent {
	margin: 0 0 0.5em;
	padding: 0.5em;
}

.calevent .eventwhen {
	margin-right: 10px;
}

/**
 * Effects of wide page classes
 */

.widemain #main {}

.widemain #mainsidebar,
.widefull #mainsidebar {
	display: none;
}

.widefull #main { width: 100%; float: none; }

.nostyle {
	list-style: none;
	margin: 0;
	padding: 0;
}

.scaletext .small  { font-size: 0.8em; }
.scaletext .medium { font-size: 1em; }
.scaletext .large  { font-size: 1.3em; }

#colorbox:focus {
	outline: 0;
}

#cboxOverlay {
	background: #000 !important;
}

/**
 * Search
 */

#mngogosearchform > table,
#mngogosearchform > table td{
	display: block;
	width: 100%;
	text-align: left;
}

.solrsearch .solrsearch.block .ingress{
	padding-left: 0;
}


/**
 * Calendar v3
 */

h5.caldayheader {
	margin: 0.5em 0;
	padding: 0.5em;
	font-weight: 200;
	border-top: 1px solid #ccc;
	background: #fafafa;
}

.calevent {
	padding: 0 0 0.5em 1em;
}


/**
 * Sitemap
 *
 * - This design is just an example. Sitemap using flexbox
 * to achieve equal height columns.
 *
 */

#sitetree ul{
	list-style: none;
}

#sitetree > ul{
	justify-content: space-between;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

#sitetree > ul > li{
	background-color: #fafafa;
	padding: 1em;
	margin-bottom: 1em;
	width: 24%;
	margin-bottom: 1%;
	float: left;
}

#sitetree > ul > li > a{
	color: #454545;
	font-size: 1.1em;
	font-weight: 600;
}

#sitetree ul a{
	text-decoration: none;
}

#sitetree ul a:hover{
	text-decoration: underline;
}


/**
 * Article archive
 */

.artarchiveweekhead{
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.25em;
	margin-bottom: 0.25em;
}

.articlearchive .artarchiveweekhead{
	margin-top: 2em;
}

.articlearchive .artarchivedate{
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
}

.articlearchive .artarchiveupdated{
	display: none;
}

.articlearchive .artarchivetitle{
	float: none;
	width: auto;
	display: inline-block;
}


/**
 * Shop4 checkout
 */

.checkoutinfomessage {
	padding: 1rem;
	margin-bottom: 1rem;
	font-size: 1.1rem;
	text-align: center;
	background-color: #ececec;
}

.carttotaltable.checkouttable input[name="couponcode"]{
	display: inline-block;
	vertical-align: top;
}

.carttotaltable.checkouttable tr.checkoutcouponrow{
	background-color: transparent;
}

.carttotaltable.checkouttable tr:hover,
.carttotaltable.checkouttable tr:hover td,
table.carttotaltable.checkouttable:hover tr:nth-of-type(even):hover{
	background-color: transparent;
}

.carttotaltable.checkouttable .checkoutcouponrow td[colspan="5"]{
	width: 100%;
}

#checkoutcustomerdetails{
	max-width: 50em;
	margin: 0 auto;
}

#checkoutcustomerdetails form{
	padding: 0;
	background-color: transparent;
}

#main #checkoutcustomerdetails .cpselementcontainer{
	margin-bottom: 0;
}

#checkoutcustomerdetails .cpselementcontainerfirstname,
#checkoutcustomerdetails .cpselementcontainerlastname,
#checkoutcustomerdetails .cpselementcontainername,
#checkoutcustomerdetails .cpselementcontainerphone,
#checkoutcustomerdetails .cpselementcontaineraddress,
#checkoutcustomerdetails .cpselementcontaineraddress2,
#checkoutcustomerdetails .cpselementcontainerzipcode,
#checkoutcustomerdetails .cpselementcontainercity,
#checkoutcustomerdetails .cpselementcontaineremail,
#checkoutcustomerdetails .cpselementcontaineremail2,
#checkoutcustomerdetails .cpselementcontainerdepartment,
#checkoutcustomerdetails .cpselementcontainerbusinessname{
	float: left;
	width: 50%;
}

#checkoutcustomerdetails .cpselementcontainerzipcode{
	width: 10%;
}

#checkoutcustomerdetails .cpselementcontainercity{
	width: 32%;
}

#checkoutcustomerdetails .cpselementcontainerzipcode input{
	max-width: 4em;
}

.deltakerinfoblock,
#checkoutcustomerdetails{
	margin-bottom: 1rem;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	padding: 1rem 2rem 2rem;
}

.deltakerinfoblock h3,
#checkoutcustomerdetails h3{
	margin-top: 0;
	font-weight: 400;
	color: rgba(0,0,0, 0.8);
}

#checkoutcustomerdetails b{
	font-weight: 400;
}

.deltakerinfoblock h4{
	margin-top: 1rem;
	color: rgba(0,0,0, 0.8);
	font-size: 1.2em;
	font-weight: 400;
}

.deltakerinfoblock .fieldsetdescription,
#checkoutcustomerdetails .fieldsetdescription{
	color: #404040;
	color: rgba(0,0,0, 0.8);
	font-size: 0.813em;
	padding-left: 1rem;
	border-left: 2px solid #00B4C8;
}

.deltakerinfoblock textarea:not([size]),
.deltakerinfoblock select{
	width: 100%;
}

.deltakerinfoblock select[multiple]{
	background-image: none;
}

.nextarrow{
	margin-bottom: 1rem;
}

.isstudentextrafield{
	display: none;
}

.deltakerinfo{
	padding: 0.5em 1em 1em;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
}

.deltakerinfo .deltakerinfoheadline{
	font-size: 1em;
	font-weight: 400;
	margin-top: 0;
	border-bottom: 1px solid #ccc;
}

.pricetypeselector .pricetypeinner label{
	padding: 1em 0.5em;
	background-color: #fafafa;
	border-radius: 3px;
	border: 1px solid #e0e0e0;
	margin-bottom: 1em;
	overflow: hidden;
	text-align: center;
	display: block;
	width: 100%;
	transition: all 0.2s ease;
}

.pricetypeselector .pricetypeinner label:hover{
	background-color: #E4F1FE;
}

.pricetypeselector .pricetypeinner input[type="radio"]{
	position: absolute;
	left: -1000px;
}

.pricetypeselector .pricetypeinner.ischecked label{
	background-color: #007cc0;
	color: #fff;
	font-weight: 600 !important;
}

input#studentnummer{
	border-color: #007cc0;
}

.insertedtocartmsg{
	background-color: #007cc0;
	color: #fff;
	padding: 1em;
	border: 0;
	border-radius: 3px;
	margin: 12em 0;
}

.insertedtocartmsg a{
	color: #fff;
	border-radius: 3px;
	padding: 0.5em;
	text-decoration: none;
	background-color: #3ba8e3;
	border-bottom: 2px solid #70c0eb;
}



/**
 * Mypage
 */

ul.editmyinfomenu{
	list-style: none;
}

ul.editmyinfomenu > li{
	display: inline-block;
	margin-right: 1em;
}

ul.editmyinfomenu > li > a{
	display: block;
}

/**
 * Memberlist
 */

.memberslist{
	display: none;
}

.memberlistresultstable h3{
	display: none;
}

.memberlistresultstable .memberblock{
	border-bottom: 1px solid #eee;
	margin-bottom: 0.25em;
	padding-bottom: 0.25em;
}

#imagebanksearch{
	width: 30em;
}

#imagebanksearch,
.livefilesearch input[type="submit"]{
	vertical-align: top;
	display: inline-block;
}




@media screen and (min-width: 40em) {

	.artarchivedate{
		width: 25%;
		float: left;
		padding-right: 1em;
		text-align: right;
	}

	.articlearchive .artarchiveupdated{
		font-size: 0.75em;
		display: block;
	}

	.artarchivetitle{
		width: 75%;
		float: left;
	}

	#mngogosearchform > table{
		display: table;
		width: auto;
		text-align: inherit;
	}

	#mngogosearchform > table td{
		display: table-cell;
		width: inherit;
	}

	.solrsearch .solrsearch.block .ingress{
		padding-left: 1rem;
	}

}

@media screen and (min-width: 64em) {

}





/*------------------------------------*
	#FOR ADMINISTRATORS
*------------------------------------*/

.empty-page-message	{
	padding: 1.5em;
	margin: 0 0 0.5em 0;
	border-radius: 3px;
	background-color: #E4F1FE;
	color: #446CB3;
	font-size: 1.1em;
}

.empty-page-message .new-article-btn {
	padding: 0.5em 1em;
	border: 0;
	border-bottom: 3px solid #3A539B;
	border-radius: 2px;
	background-color: #4183D7;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
}

.empty-page-message .new-article-btn:hover {
	border-bottom: 2px solid #3A539B;
	border-top: 1px solid #E4F1FE;
}

.empty-page-message .new-article-btn:active {
	border-bottom: 0;
	border-top: 3px solid #E4F1FE;
}

.empty-page-menu {
	margin: 2em 0;
}
.empty-page-menu span {
	display: block;
	margin-bottom: 0.5em;
}

.empty-page-menu ul li a {
	display: block;
	padding: 0.4em;
	margin-bottom: 0.5em;
	border: 1px solid #eee;
	background-color: #fafafa;
	border-radius: 3px;
}

.empty-page-menu li a:hover {
	background-color: #eaeaea;
}

.articleadminbar{
	position: absolute;
	display: none;
	width: 150px;
	text-align: center;
	margin-right: auto;
	margin-left: 0;
	padding: 0.35rem 0.5rem;
	font-size: 0.66em;
	background-color: #f0f0f0;
	border: 1px dotted #D2D7D3;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
	color: #666;
	margin-top: 1rem;
	bottom: 0;
	z-index: 99999;
}

.articleheader .articleadminbar{
	top: -40px;
	right: 0;
	bottom: auto;
	display: inline-block;
	opacity: 0.3;
}

.articleblock:hover .articleadminbar,
.articleheader:hover .articleadminbar{
	display: inline-block;
	opacity: 1;
}

.articleadminbar > span{
	font-weight: 600;
	margin-right: 4px;
	text-transform: uppercase;
	vertical-align: middle;
}

/* how to scale text msg */

.howtoscaletext {
	background-color: #FFFFDD;
	border: 1px solid #999999;
	box-shadow: 0 0 10px #999999;
	color: #333333;
	display: none;
	font-size: 1.4em;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 50px 10px 10px;
	position: absolute;
	top: 10px;
	min-width: 30em;
	max-width: 100%;
	z-index: 10000;
}
.howtoscaletext .close {
	background-color: #FFF;
	background-image: none;
	border: 2px solid #333;
	border-radius: 5px;
	box-shadow: 0 0 3px #999999;
	color: #333;
	display: inline-block;
	font-weight: bold;
	line-height: 1.0em;
	margin: 0;
	padding: 3px;
	position: absolute;
	right: 5px;
	text-shadow: none;
	top: 7px;
}
.howtoscaletext .close:hover, .howtoscaletext .close:focus {
	background-color: #DDDDDD;
	border-color: #000000;
	color: #000;
	cursor: pointer;
	margin: 0;
}

/* tooltip hint (hint.css) */

[data-hint]{
	position: relative;
	display: inline-block;
}

[data-hint]:before, [data-hint]:after{
	position: absolute;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: hidden;
	opacity: 0;
	z-index: 1000000;
	pointer-events: none;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
	transition-delay: 0ms;
}

[data-hint]:hover:before, [data-hint]:hover:after{
	visibility: visible;
	opacity: 1;
}

[data-hint]:hover:before, [data-hint]:hover:after{
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	transition-delay: 100ms;
}

[data-hint]:before{
	content: '';
	position: absolute;
	background: transparent;
	border: 6px solid transparent;
	z-index: 1000001;
}

[data-hint]:after{
	content: attr(data-hint);
	background: #383838;
	color: white;
	padding: 8px 10px;
	font-size: 1.1em;
	line-height: 12px;
	white-space: nowrap;
}

[data-hint='']:before, [data-hint='']:after{
	display: none !important;
}

/*.hint--top:before{
	border-top-color: #383838;
}*/

.hint--top:before{
	margin-bottom: -12px;
}

.hint--top:before, .hint--top:after{
	top: 50%;
	left: 50%;
}

.hint--top:after, .hint--top:before{
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.hint--top:hover:after, .hint--top:hover:before, .hint--top:focus:after, .hint--top:focus:before{
	-webkit-transform: translateX(-50%) translateY(-8px);
	-moz-transform: translateX(-50%) translateY(-8px);
	transform: translateX(-50%) translateY(-8px);
}

/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -11px;
  margin-bottom: -6px; }

.hint--left:after {
  margin-bottom: -14px; }

.hint--left:before, .hint--left:after {
  right: 100%;
  bottom: 50%; }

.hint--left:hover:before, .hint--left:focus:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px); }

.hint--left:hover:after, .hint--left:focus:after {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px); }

.hint--rounded:after{
	border-radius: 4px;
}

.chatbox{
	bottom: 2em;
	right: 1em;
	display: none;
	position: fixed;
}

.chatbox .displaychatbox{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #007cc0;
	padding: 10px;
}

.chatbox.showchatinfo .displaychatbox{
	border-radius: 50% 50% 0 0;
}

.chatbox .chatboxcell{
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 1em;
	display: none;
}

.chatbox .closechat{
	top: 1em;
	right: 1em;
	text-decoration: none;
	color: #333;
}

.chatbox .caption{
	border: 0;
	text-align: left;
	padding-bottom: 0;
}

.chatbox .startchat{
	display: inline-block;
	padding: 0.5em 1.5em;
	background-color: #007cc0;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
	font-size: 1.1em;
	cursor: pointer;
}

.chatbox.showchatinfo .chatboxcell{
	display: block;
}

.deltakerlistelink{
	display: inline-block;
	background-color: #eee;
	color: #333;
	text-decoration: none;
	padding: 0.25em 0.5em;
	border-radius: 3px;
	border: 1px solid #e0e0e0;
	border-bottom: 3px solid #e0e0e0;
	margin-bottom: 1rem;
}

@media screen and (min-width: 40em) {

	.chatbox{
		display: block;
	}

	.empty-page-message{
		width: 45%;
	}

	.empty-page-menu ul li a{
		max-width: 45%;
	}


}

@media screen and (min-width: 64em) {

}





/*------------------------------------*
	#MEDIA QUERIES
*------------------------------------*/

@media all and (max-width: 768px) {

	#main { min-height: 0; }

	.fortablet	{ display: block; }
	.fordesktop	{ display: none; }

}

@media all and (max-width: 480px) {

	.fl,
	.fr {
		float: none;
	}

	body.maingeneral #main, .listingarea.emptypage{
		padding-left: 1em;
		padding-right: 1em;
	}

	#sitetree > ul > li{
		width: 100%;
		float: none;
	}

}

@media print {

	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	body {
		font-size: 11pt;
		font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif !important;
	}

	#header, #topnav, #navigation, #subnavbar, #mainsidebar, #footer, #cp, #searchform, .corner, #taleweb, #talewebholder, #PAFTOOLBAR, #skiplink, .skiplink, .adminbar, .cpeditlinks {
		display: none !important;
	}

	#page, #main {
		border: none !important;
		min-width: 0 !important;
		float: none !important;
		width: auto !important;
	}

	.side {
		padding: 0;
	}

	.box, .articleblock {
		page-break-inside: avoid;
	}

	th {
		background-color: #CCCCCC !important;
		color: #000000 !important;
	}

	tr:nth-child(2n+1) {
		background-color: #DEDEDE !important;
	}
	tr:nth-child(2n+1) {
		background-color: transparent !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
	    widows: 3;
	}

}