@font-face {
    font-family: 'fsalbertregular';
    src: url(../fonts/fsalbert_regular-webfont.eot);
    src: url(../fonts/fsalbert_regular-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/fsalbert_regular-webfont.woff2) format('woff2'),
         url(../fonts/fsalbert_regular-webfont.woff) format('woff'),
         url(../fonts/fsalbert_regular-webfont.ttf) format('truetype'),
         url(../fonts/fsalbert_regular-webfont.svg#fsalbertregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

/* mac hide\*/
html, body {
	height: 100%;
}

* {
	box-sizing: border-box;
}

html, body {
	font-family: 'fsalbertregular', arial, sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: 100;
	color: #222;
	margin: 0;
	padding: 0;
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -42px;
}

a, a:visited {
	color: #047bc2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	color: #047bc2;
}

a:active {
	text-decoration: underline;
}

h1, h2, h3, h4 {
	margin-top: 0;
}

h1 {
    font-size: 32px;
    line-height: 30px;
    font-weight: 100;
    color: #008ecd;
    text-align: center;
    margin: 30px 0 40px 0;
}

h2 {
	font-size: 26px;
	line-height: 28px;
	font-weight: 100;
	color: #047bc2;
}

h3 {
	font-size: 24px;
	line-height: 20px;
	font-weight: bold;
	color: #047bc2;
}

h4 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}

a > img {
	border: none;
	outline: none;
}

.secondaryPage h1 {
	background-color: #047bc2;
	color: #fff;
	padding: 28px 0 32px 0;
	margin: 0 0  40px 0;
}

ul, ol {
	display: block;
	margin: 15px 0 4px 0;
	padding: 0;
}

ul > li, ol > li {
	list-style: none;
	padding: 0;
}

.clear {
	clear: both;
}

.cmsBody .FormFieldText,
.cmsBody .guiForm_Element_Select,
.cmsBody .guiForm_Element_Text,
.cmsBody .guiForm_Element_Textarea {
	background-image: none;
	border-radius: 0;
	height: auto;
	padding: 5px 10px;
	font-size: 14px;
}

.cmsBody .guiForm_Button_Advanced,
.cmsBody input[type="submit"],
.cmsBody .guiForm_Element_Button {
	background-image: none;
	padding: 8px 18px;
	border: #047bc2 solid 1px;
	border-color: #047bc2;
	background-color: #047bc2;
	color: #fff;
	font-size: 15px;
	border-radius: 5px;
	text-shadow: none;
	box-shadow: none;
}

.cmsBody .guiForm_Button_Advanced:hover,
.cmsBody input[type="submit"]:hover,
.cmsBody .guiForm_Element_Button:hover {
	cursor: pointer;
	background-color: #fff;
	color: #047bc2;
}

.guiForm_Div_Date,
.guiForm_Div_Time {
	position: relative;
	height: 34px;	
	background-image: none;
	border: #ddd solid 1px;
	border-radius: 0;
	margin-bottom: 12px;
}

.guiForm_Div_Date {
	width: 170px;
}

.guiForm_Div_Time {
	width: 80px;
}

.guiForm_Div_Date:after,
.guiForm_Div_Time:after {
	content: '';
	display: block;
	clear: both;
}

.veenstra_module .guiForm_Div_Date .guiForm_Date_day_container, 
.veenstra_module .guiForm_Div_Date .guiForm_Date_day_devider_container, 
.veenstra_module .guiForm_Div_Date .guiForm_Date_month_container, 
.veenstra_module .guiForm_Div_Date .guiForm_Date_month_devider_container, 
.veenstra_module .guiForm_Div_Date .guiForm_Date_year_container,
.veenstra_module .guiForm_Div_Time .guiForm_Time_hours_container, 
.veenstra_module .guiForm_Div_Time .guiForm_Time_hours_devider_container, 
.veenstra_module .guiForm_Div_Time .guiForm_Time_minutes_container, 
.veenstra_module .guiForm_Div_Time .guiForm_Time_minutes_devider_container, 
.veenstra_module .guiForm_Div_Time .guiForm_Time_seconds_container {
	display: inline-block;
	position: static !important;
	top: initial !important;
	left: initial !important;
	float: left;
	height: 34px;
    line-height: 34px;
	white-space: nowrap;
}

.guiForm_Date_day_container, 
.guiForm_Date_month_container {
    width: 22%;
}

.guiForm_Time_hours_container, 
.guiForm_Time_minutes_container {
    width: 45%;
}

.guiForm_Date_day_devider_container,
.guiForm_Date_month_devider_container {
	width: 8px;
	text-align: center;
}

.guiForm_Element_Date_Day, 
.guiForm_Element_Date_Month,
.guiForm_Element_Time {
	width: 100%;
	height: 32px;
	line-height: 25px;
	font-size: 14px;
}

.guiForm_Element_Date_Year {
	width: 55px;
	height: 32px;
	line-height: 25px;
	font-size: 14px;
}

.guiForm_Date_Calendar {
    height: 32px;
	border-color: #ddd;
    background-position: 3px 8px;
}

.guiForm_Element_Time {
	color: #666;
}

.guiForm_Div_Calendar TD {
	line-height: 18px;
}

.guiForm_Div_Calendar .guiForm_Calendar_title {
	font-size: 15px;
	font-weight: 100;
}

.guiForm_Div_Calendar .guiForm_Calendar_day, 
.guiForm_Div_Calendar .guiForm_Calendar_day_weekend, 
.guiForm_Div_Calendar .guiForm_Calendar_nonmonthdays {
	padding: 6px 8px;
}

.guiForm_Div_Calendar .guiForm_Calendar_today, 
.guiForm_Div_Calendar .guiForm_Calendar_today_weekend {
	background-color: #008ecd;
	border-radius: 18px;
	border: none;
	color: #fff;
}

.guiForm_Div_Calendar .guiForm_Calendar_month_year_select SELECT {
	font-size: 14px;
}

.guiForm_Div_Calendar_Content {
	padding: 8px;
}

.guiForm_Div_Calendar .guiForm_Calendar_text {
	display: none;
}

/*** start toegevoegd door Site-C 1.12 ***/

.image-left {
	float:left;
	margin-right: 2em;
}

.image-center {
	text-align:center;
	margin-left: 2em;
	margin-right: 2em;
}

.image-right {
	float:right;
	margin-left: 2em;
}

.image-captioned {
	text-align:center;
}

FIGURE {
	border:none;
	padding:0;
	margin:0;
	display: inline-block;
}

FIGURE > figcaption {
    display: block;
	text-align:center;
	font-size:0.7em;
	margin-top: 0.5em;
}

.ParagraphContent.columns {
	-webkit-column-gap: 3rem;
    -webkit-column-count: 2;
	
	-moz-column-gap: 3rem;
    -moz-column-count: 2;
	
	-o-column-gap: 3rem;
    -o-column-count: 2;
	
	column-gap: 3rem;
    column-count: 2;
	
	text-align: justify;
}

/*** eind toegevoegd door Site-C 1.12 ***/

.ParagraphContent.BlueParagraph {
	width: auto;
	margin: 20px 0 50px 0;
	background: #047bc2;
}

.ParagraphContent.BlueParagraph > .innerParagraph {
	width: 970px;
	margin: 0 auto;
	padding: 40px 0;
	color: #fff;
}

.ParagraphContent.BlueParagraph > .innerParagraph > h2 {
	color: #fff;
	text-align: center;
	font-size: 22px;
	margin: 0 0 30px 0;
}

.ParagraphContent.ParagraphFullWidth {
	width: auto;
	max-width: 100%;
	height: auto;
	padding: 0;
}

/* layout elements */

.outer-header {
	position: relative;
	background-color: #fff;
}

.header {
	width: auto;
	padding: 0 35px;
	position: relative;
	height: 80px;
	border-bottom: #eee solid 1px;
}

.ParagraphContent, .footer {
	display: block;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

.header:after,
.ParagraphContent:after {
	content: '';
	display: block;
	clear: both;
}

.ParagraphContent {
	margin-top: 30px;
}

.ParagraphContent.fluidContent {
    margin-left: 0;
    margin-right: 0;
	padding: 0;
    width: auto;
}

.logo_container {
	z-index: 100;
	float: left;
}

.logo_container .inner_label:hover {
	text-decoration: none;
}

.logo_container .inner_label {
	display: inline-block;
	margin-top: 14px;
}

.logo_pfizer {
	display: inline-block;
	width: 86px;
	height: 50px;
}

.logo_veenstra {
	display: inline-block;
	width: 43px;
	height: 50px;
	margin: 0 0 0 45px;
}

.outer-footer {
	display: block;
	background-color: #047bc2;
	color: #fff;
	height: 42px;
}

.push {
	height: 42px;
}

.footer {
	padding-top: 8px;
	padding-bottom: 9px;
	font-size: 13px;
}

.header #menuToggle,
.hiddenTag {
	display: none;
}

.header .menu-button {
	width: 40px;
	height: 40px;
	padding: 4px 0;
}

.header .menu-button > span {
	position: relative;
	display: block;
	height: 4px;
	background-color: #0c93cf;
	border-radius: 2px;
	margin-bottom: 8px;
}

.header .menu-button:hover {
	opacity: 0.7;
}

.SectionImage {
	width: 100%;
	height: auto;
}

.SectionImageCoverText {
    font-size: 80px;
    line-height: 65px;
    position: absolute;
    top: 300px;
    left: 80px;
    color: #fff;
}

.SectionImageCoverText strong {
	font-size: 114px;
}

.columns-2:after,
.columns-3:after,
.columns-4:after,
.columns-5:after {
	content: '';
	clear: both;
	display: block;
}

.column {
	display: block;
	float: left;
	min-height: 1px;
	margin-left: 0.5%;
	margin-right: 0.5%;
	box-sizing: border-box;
}

.columns-2 > .column {
	width: 49%;
}

.columns-3 > .column {
	width: 32%;
}

.columns-4 > .column {
	width: 23%;
}

.columns-5 > .column {
	width: 18%;
}

.column:first-child {
	margin-left: 0;
}

.column:last-child {
	margin-right: 0;
}

.footer:after {
	content: '';
	display: block;
	clear: both;
}

.footer a {
	color: #85ccf7;
	vertical-align: top;
}

.footer span {
	vertical-align: top;
}

.footer > #footerLinks {
    width: 45%;
    float: left;
}

.footer > #payoff {
    width: 54%;
    float: right;
	text-align: right;
}

.fckImageLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}

.fckImageRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 20px;
}

.narrow-columns {
	display: block;
	width: 700px;
	max-width: 100%;
	padding: 0 7px;
	margin: 0 auto;
}

.narrow-columns .columns-2 {
	margin-bottom: 20px;
}

.narrow-columns .column:first-child {
	text-align: center;
}

.narrow-columns > .column:last-child {
	text-align: left;
}

.narrow-columns .column > img {
	margin-top: 25px;
}

.narrow-columns img {
    max-width: 172px;
    height: auto !important;
}

input.AdvancedSearchViewInput {
    width: 250px;
    padding: 6px 8px 7px 8px !important;
	margin-right: 8px;
}

input.AdvancedSearchViewButtonSubmit {
	padding: 8px 20px;
}

input.AdvancedSearchViewButtonSubmit:hover {
	background-color: #c775a8;
	cursor: pointer;
}

.homepage-orders .column {
	text-align: center;
	padding: 0 10px;
}

.homepage-orders .column > img {
	position: relative;
	width: 100px;
	height: 100px;
	z-index: 100000;
}

.homepage-orders .column > h3 {
    margin: 10px 0 5px 0;
	font-size: 14px;
    line-height: 22px;
    height: 30px;
	color: #777;
}

.homepage-orders .column > p {
	font-size: 12px;
	line-height: 22px;
	height: 30px;
}

.homepage-orders .column > a.order_btn {
	display: inline-block;
	width: 105px;
	padding: 5px 16px;
	border: #aaa solid 1px;
	color: #aaa;
	border-radius: 20px;
	margin-top: 15px;
}

.homepage-orders .column > a.order_btn:hover {
	color: #047bc2;
	border-color: #047bc2;
	text-decoration: none;
}

a.rounded_btn {
    display: inline-block;
    color: #047bc2 !important;
    border: #047bc2 solid 1px;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 14px;
    margin: 15px 12px 20px 0;
}

a.rounded_btn:hover {
	cursor: pointer;
	color: #fff !important;
	background-color: #047bc2;
	text-decoration: none;
}

.BlueParagraph a.rounded-btn {
    color: #fff;
    text-decoration: none;
    padding: 12px 26px;
    background: #389eda;
	border: #389eda solid 1px;
    margin: 0 12px;
    border-radius: 20px;
    font-size: 17px;
}

.BlueParagraph a.rounded-btn:hover {
	background: #047bc2;
	border-color: #fff;
}

.VeenstraOrderPageTable.login {
    width: 300px;
	margin: 0 auto;
}

.VeenstraOrderPageTable.login li {
	border: none;
	padding: 0;
}

#sectionImageGallery {
	width: 100%;
	height: 41vw;
	overflow: hidden;
}

img.SectionImage + .ParagraphContent.OverHeaderParagraph,
#sectionImageGallery + .ParagraphContent.OverHeaderParagraph {
    position: absolute;
    top: 50px;
	width: 100%;
	height: 35vw;
	pointer-events: none;
	z-index: 1000;
}

img.SectionImage + .ParagraphContent.OverHeaderParagraph > .containerParagraph,
#sectionImageGallery + .ParagraphContent.OverHeaderParagraph > .containerParagraph {
	position: absolute;
	right: 50px;
	bottom: -133px;
	background: #1b2740;
    color: #fff;
    padding: 18px 28px;
    width: 325px;
    border-radius: 14px;
	pointer-events: all;
	font-size: 14px;
	line-height: 21px;
}

img.SectionImage + .ParagraphContent.OverHeaderParagraph + .ParagraphContent,
#sectionImageGallery + .ParagraphContent.OverHeaderParagraph + .ParagraphContent {
    margin-top: 70px;
}

#sectionImageGallery ul.slick-dots {
    bottom: 15px;
    text-align: left;
    padding: 0 15px;
}

#sectionImageGallery .slick-dots li {
	width: 20px;
	height: 20px;
}

#sectionImageGallery .slick-dots li button {
	display: inline-block;
    background: transparent;
    border: #222 solid 2px;
    border-radius: 15px;
	width: 16px;
	height: 16px;
}

#sectionImageGallery .slick-dots li.slick-active button {
    background: #008ecd;
	border-color: #008ecd;
}

#sectionImageGallery .slick-dots li button:hover {
	border-color: #008ecd;
}

.ParagraphContent.OverHeaderParagraph h1 {
	font-size: 20px;
	margin: 0 0 15px 0;
	color: #fff;
	font-weight: 100;
}

.ParagraphContent.OverHeaderParagraph h1 > span {
	display: inline-block;
	border-bottom: #008ecd solid 1px;
}

.example_slide > img {
	width: 100%;
	height: auto;
}

.example_slide > img[src*="ajax-loader"] {
	width: 35px;
	height: 35px;
	margin: 130px auto 50px auto;
}

#sectionImageGallery button.slick-arrow {
    top: 48%;
	opacity: 0.5;
}

#sectionImageGallery button.slick-arrow:before,
#sectionImageGallery button.slick-arrow:after {
    background: #fff;
}

@media screen and (min-width: 1400px) {
	
	ul.menu-items > li {
		display: inline-block;
		position: relative;
		height: inherit;
		margin: 0 9px 0 8px;
	}
	
	ul.menu-items > li > a {
		padding: 22px 12px;
		font-size: 15px;
	}
}

@media screen and (min-width: 1240px) and (max-width: 1400px) {
	
	.logo_pfizer {
		width: 75px;
		height: 44px;
	}
	
	.logo_veenstra {
		display: inline-block;
		width: 45px;
		height: 35px;
		margin: 5px 0 5px 37px;
	}
	
	ul.menu-items > li {
		display: inline-block;
		position: relative;
		height: inherit;
		margin: 0;
	}
	
	ul.menu-items > li > a {
		font-size: 14px;
		padding: 22px 7px;
	}
}

@media screen and (min-width: 1240px) {
	
	.menu-container {
		display: block;
		width: 80%;
		height: 80px;
		float: right;
		margin-top: 0;
	}
	
	.header .menu-button {
		display: none;
	}
	
	.searchbox {
		display: block;
		float: right;
		margin-top: 6px;
	}
	
	.menu-container .menu {
		height: inherit;
	}
	
	ul.menu-items {
		margin: 0;
		text-align: right;
		height: inherit;
	}
	
	ul.menu-items:after {
		content: '';
		display: block;
		clear: both;
	}

	ul.menu-items > li:first-child {
		margin-left: 0;
	}
	
	
	ul.menu-items > li:nth-child(5), 
	ul.menu-items > li:last-child {
		margin-right: 0;
	}
	
	ul.menu-items > li > a {
	    display: inline-block;
		line-height: 30px;
		text-decoration: none;
		height: inherit;
	}
	
	ul.menu-items > li > a:after {
		content: '';
		display: block;
		width: 40%;
		min-width: 44px;
		height: 4px;
		background: transparent;
		margin: 3px auto 0 auto;
		border-radius: 3px;
		-webkit-transition: background .3s ease;
		-moz-transition: background .3s ease;
		-ms-transition: background .3s ease;
		-o-transition: background .3s ease;
		transition: background .3s ease;
	}
	
	ul.menu-items > li.selected:hover > a:after,
	ul.menu-items > li.selected > a:after,
	ul.menu-items > li:hover > a:after {
		background: #008ecd;
	}
	
	ul.menu-items > li:hover > a {
		color: #2f9ee0;
	}
		
	.dropdown-menu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		max-height: 0px;
		background-color: #fff;
		margin: 0;
		z-index: 1000;
		border: #ddd solid 1px;
	}

	ul.menu-items > li:hover > .dropdown-menu {
		display: block;
		max-height: 1000px;
	}

	.dropdown-menu > li > a {
		display: block;
		margin: 0;
		padding: 7px 15px;
		white-space: nowrap;
		text-align: left;
	}

	.dropdown-menu > li:first-child > a {
		margin-top: 0;
	}
	
	.dropdown-menu > li > a:hover {
		text-decoration: none;
		color: #fff;
		background-color: #047bc2;
	}
	
	.ParagraphContent {
		margin-bottom: 50px;
	}
	
	.secondaryPage .ParagraphContent {
		margin-bottom: 50px;
	}
	
	.ParagraphContent:nth-last-child(2) {
		margin-bottom: 0;
		padding-bottom: 40px;
	}
	
	.ParagraphContent.BlueParagraph:nth-last-child(2) {
		margin-bottom: 4px;
		padding-bottom: 10px;
	}
	
	.homepage .column > .circle-image ~ p {
		margin: 0;
	}
	
	.outer-footer {
		height: 42px;
	}
	
	.columns-3 .align-left {
		float: left;
		width: 25%;
	}
	
	.columns-3 .align-right {
		float: right;
		width: 25%;
	}
	
	.columns-3 .text-center {
		float: left;
		width: 50%;
	}
		
	.narrow-columns {
		margin: 30px auto;
	}
}

@media screen and (max-width: 1239px) {
	
	h1 {
		margin: 75px 7px 40px 7px;
		line-height: 34px;
	}
	
	.header, .ParagraphContent, .footer {
		display: block;
		width: auto;
		padding-left: 7px;
		padding-right: 7px;
	}
	
	.header {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		height: 60px;
		background-color: #fff;
		z-index: 200;
		-webkit-box-shadow: 0px 10px 25px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 10px 25px rgba(0,0,0,0.2);
		-ms-box-shadow: 0px 10px 25px rgba(0,0,0,0.2);
		-o-box-shadow: 0px 10px 25px rgba(0,0,0,0.2);
		box-shadow: 0px 10px 25px rgba(0,0,0,0.2);
	}
	
	.logo_container {
		z-index: 300;
		left: 15px;
	}
	
	.logo_container .inner_label {
		margin-top: 10px;
	}
	
	.logo_pfizer {
		width: 69px;
		height: 40px;
	}
	
	.logo_veenstra {
		width: 38px;
		height: 32px;
		margin: 4px 0 4px 8px;
	}
	
	.content {
		margin-top: 5px;
	}
	
	.header .menu-button {
		display: block;
		float: right;
		margin-top: 11px;
		margin-right: 15px;
	}
	
	.header .menu-button:hover {
		cursor: pointer;
	}
	
	.menu-container {
		position: fixed;
		top: 58px;
		right: -80%;
		width: 50%;
		height: 120%;
		background-color: #fff;
		padding: 2px 0;
		overflow-y: scroll;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: right 0.3s ease-in-out;
		-moz-transition: right 0.3s ease-in-out;
		-ms-transition: right 0.3s ease-in-out;
		-o-transition: right 0.3s ease-in-out;
		transition: right 0.3s ease-in-out;
		z-index: 299;
	}
	
	.menu-container > .menu {
		overflow-y: auto;
		height: 80%;
		height: calc(100% - 58px);
		-webkit-overflow-scrolling: touch;
		-moz-overflow-scrolling: touch;
		-ms-overflow-scrolling: touch;
		-o-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
	
	.body-cover {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #000;
		z-index: 150;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: opacity 0.3s ease-in-out;
		-moz-transition: opacity 0.3s ease-in-out;
		-ms-transition: opacity 0.3s ease-in-out;
		-o-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
	}
	
	.menu > .menu-items {
		margin: 0;
	}
	
	.menu > .menu-items > li {
		display: block;
		margin-bottom: 0;
	}
	
	.menu > .menu-items > li > a {
		display: block;
		font-size: 18px;
		padding: 10px 25px;
	}
	
	.menu > .menu-items > li > a:hover {
		background-color: #047bc2;
		color: #fff;
		text-decoration: none;
	}
		
	.dropdown-menu {
		display: block;
		margin-top: 7px;
	}
	
	ul.dropdown-menu > li > a {
		display: block;
		padding: 6px 0 6px 45px;
		font-size: 16px;
	}
	
	ul.dropdown-menu > li > a:hover {
		background-color: #047bc2;
		color: #fff;
	}
	
	.header #menuToggle:checked ~ .menu-container {
		right: 0px;
		-webkit-box-shadow: -4px 25px 25px rgba(0,0,0,0.3);
		-moz-box-shadow: -4px 25px 25px rgba(0,0,0,0.3);
		-ms-box-shadow: -4px 25px 25px rgba(0,0,0,0.3);
		-o-box-shadow: -4px 25px 25px rgba(0,0,0,0.3);
		box-shadow: -4px 25px 25px rgba(0,0,0,0.3);
	}
	
	body.menuOpen {
		position: fixed;
		overflow: hidden;
	}
	
	.ParagraphContent {
		margin-bottom: 90px;
	}
	
	.outer-header + .content {
		margin-top: 95px;
	}
	
	.ParagraphContent.BlueParagraph {
		width: auto;
		margin: 10px 0 30px 0;
	}
	
	.ParagraphContent.BlueParagraph > .innerParagraph {
		width: auto;
		padding: 30px 15px;
	}
}

@media screen and (max-width: 1239px) and (min-width: 991px) {
	
	img.SectionImage + .ParagraphContent.OverHeaderParagraph,
	#sectionImageGallery + .ParagraphContent.OverHeaderParagraph {
		top: 0;
	}
	
	img.SectionImage + .ParagraphContent.OverHeaderParagraph > .containerParagraph,
	#sectionImageGallery + .ParagraphContent.OverHeaderParagraph > .containerParagraph {
		right: 30px;
		bottom: -100px;
	}
	
	img.SectionImage + .ParagraphContent.OverHeaderParagraph + .ParagraphContent,
	#sectionImageGallery + .ParagraphContent.OverHeaderParagraph + .ParagraphContent {
		margin-top: 90px;
	}
}

@media screen and (max-width: 1239px) and (min-width: 768px) {
		
	.columns-3 .align-left {
		float: left;
		width: 25%;
	}
	
	.columns-3 .align-right {
		float: right;
		width: 25%;
	}
	
	.columns-3 .text-center {
		float: left;
		width: 50%;
		padding-right: 15px;
	}
	
}

@media screen and (max-width: 990px) and (min-width: 768px) {
	
	img.SectionImage + .ParagraphContent.OverHeaderParagraph,
	#sectionImageGallery + .ParagraphContent.OverHeaderParagraph {
		margin: -70px 0 0 0;
	}
	
	img.SectionImage + .ParagraphContent.OverHeaderParagraph + .ParagraphContent,
	#sectionImageGallery + .ParagraphContent.OverHeaderParagraph + .ParagraphContent {
		margin-top: 40px;
	}
	
	#sectionImageGallery ul.slick-dots {
		bottom: initial;
		top: 64px;
	}
	
	#sectionImageGallery .slick-dots li {
		width: 26px;
		height: 26px;
	}
	
	#sectionImageGallery .slick-dots li button {
		width: 22px;
		height: 22px;
	}
}


@media screen and (max-width: 990px) {
	
	img.SectionImage + .ParagraphContent.OverHeaderParagraph,
	#sectionImageGallery + .ParagraphContent.OverHeaderParagraph {
		position: relative;
		top: initial;
		padding: 0 25px;
		height: auto;
	}
	
	img.SectionImage + .ParagraphContent.OverHeaderParagraph > .containerParagraph,
	#sectionImageGallery + .ParagraphContent.OverHeaderParagraph > .containerParagraph {
		right: initial;
		bottom: initial;
		position: relative;
		max-width: 450px;
		width: auto;
		margin: 0 auto;
	}
}

@media screen and (max-width: 768px) {
	
	.outer-header {
    	margin-bottom: 60px;
	}
	
	body {
		font-size: 16px;
		line-height: 25px;
	}
	
	h1 {
		font-size: 34px;
		margin-top: 80px;
	}
	
	.columns-2 > .column,
	.columns-3 > .column,
	.columns-4 > .column,
	.columns-5 > .column {
		width: 100%;
		margin-bottom: 18px;
	}
	
	.columns-2.programma>.column {
		width: 100%;
	}
	
	.ParagraphContent {
		margin-bottom: 70px;
	}
	
	.body-cover.show {
		opacity: 0.45;
	}
	
	.footer > #footerLinks,
	.footer > #payoff {
		display: block;
		float: none;
		width: auto;
		text-align: center;
	}
	
	input[type="text"], textarea {
		font-size: 16px !important;
	}
	
	.columns {
		-webkit-column-gap: 3rem;
		-webkit-column-count: 1;
		
		-moz-column-gap: 3rem;
		-moz-column-count: 1;
		
		-o-column-gap: 3rem;
		-o-column-count: 1;
		
		column-gap: 3rem;
		column-count: 1;
		
		text-align: left;
	}
	
	.guiForm_Element_Textarea {
		width: auto !important;
		max-width: 100%;
	}
	
	img.SectionImage + .ParagraphContent.OverHeaderParagraph,
	#sectionImageGallery + .ParagraphContent.OverHeaderParagraph {
		margin: -20px 0 0 0;
	}
	
	#example_gallery button.slick-arrow {
		top: 40%;
	}
	
	#sectionImageGallery ul.slick-dots {
		display: none;
	}
}

@media screen and (max-width: 768px) and (min-width: 500px) {
	
	a.circle-image {
		width: 240px;
		height: 240px;
	}
	
}

@media screen and (max-width: 500px) {
	
	h1 {
		font-size: 26px;
		line-height: 30px;
		margin: 80px 7px 30px 7px;
	}
	
	.ParagraphContent > h1 {
		margin: 10px 7px 30px 7px;
	}
	
	.ParagraphContent {
		margin-bottom: 40px;
	}
	
	.ParagraphContent > img,
	.ParagraphContent > .fckImageLeft,
	.ParagraphContent > .fckImageRight {
		display: block !important;
		float: none !important;
		width: auto !important;
		max-width: 100%;
		height: auto !important;
	}
		
	.logo_container > .outer_label {
		width: 150px;
		height: 115px;
	}
	
	.menu-container {
		position: fixed;
		top: 59px;
		right: -110%;
		width: 100%;
		height: 100%;
		padding: 25px 0 20px 0;
	}
		
	.body-cover.show {
		opacity: 0.8;
	}
	
	.narrow-columns {
		margin: 50px 0;
	}
	
	.narrow-columns .column {
		margin: 0 0 18px 0;
	}
	
	/* --- recaptcha ---- */
	
	.form-element {
		display: block;
		width: auto;
		margin-bottom: 6px;
	}
	
	.form-element > label {
		width: 100%;
	}
	
	#recaptcha_widget_div, ul.form-radio-list, ul.form-checkbox-list {
		width: 100%;
	}
	
	
	.recaptchatable.recaptcha_theme_clean,
	.recaptchatable > tbody,
	.recaptchatable > tbody > tr,
	.recaptchatable > tbody > tr > td,
	.recaptcha_image_cell {
		display: block;
		width: auto;
	}
	
	.recaptchatable > tbody > tr:first-child {
		height: 130px;
	}
	
	.recaptchatable > tbody > tr:first-child > td:nth-child(2) {
		width: 70%;
		float: left;
		padding-top: 20px !important;
	}
	
	.recaptchatable > tbody > tr:first-child > td:nth-child(3) {
		width: 30%;
		float: left;
	}
	
	.recaptchatable #recaptcha_image {
		height: 59px !important;
	}
	
	.recaptchatable td > a {
    	display: inline-block;
    	height: 18px;
    	margin-right: 15px;
	}
	
	.recaptchatable td > a > img {
		width: 30px;
		height: 18px;
	}
	
	.recaptchatable input#recaptcha_response_field {
		padding: 7px !important;
	}
	
	.recaptchatable #recaptcha_image #recaptcha_challenge_image {
		display: block;
		width: 100%;
		height: auto;
	}
	
	/* --- end recaptcha ---- */
	
	#sectionImageGallery button.slick-arrow {
		top: 32%;
	}
}

@media screen and (max-width: 380px) {
	
	img.SectionImage + .ParagraphContent.OverHeaderParagraph > .containerParagraph,
	#sectionImageGallery + .ParagraphContent.OverHeaderParagraph > .containerParagraph {
		font-size: 14px;
		line-height: 22px;
		padding: 20px 25px;
	}
	
	img.SectionImage + .ParagraphContent.OverHeaderParagraph + .ParagraphContent,
	#sectionImageGallery + .ParagraphContent.OverHeaderParagraph + .ParagraphContent {
		margin-top: 40px;
	}
}