/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-600 - latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-700 - latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
  }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Allgemeine Definitionen
----------------------------------------------- */
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6, table, ul {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

img,
a img {
	border: 0;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}



/* Layout
-----------------------------------------------*/
#wrapper {
	float: left;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 100%;
}

.inner {
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	max-width: 986px;
}

header {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

p.toptext {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 10px 0 4px 0;
	text-align: right;
	width: 100%;
}

.middot {
	padding: 0 4px;
}

#container {
	float: left;
	margin: 0;
	padding: 58px 0 0px 0;
	width: 100%;
}

#home #container {
	border-top: none;
	padding-top: 0;
}

#content.nochild {
	padding-top: 88px;
}

/*.button {
    top: 610px;
    position: absolute;
    right: 8%;
	z-index: 99;
}*/
p.logo2 {
	margin: 0;
	padding: 0;
}

.logo2 img {
	float: left;
}

.box13 {
	width: 55%;
	float: left;
}

.box23 {
	margin: 0 0 40px 2%;
	width: 40%;
	float: right;
}

.lastbox {
	margin-right: 0;
}

img.gallery2 {
	width: 488px;
	margin: 20px 0;
}

#article .box13 {
	width: 55%;
	margin-top: 22px;
	float: left;
}

#article .box23 {
	width: 40%;
	margin-top: 22px;
	float: right;
}

.main-content ul {
	margin: 0 0 23px 0;
	padding: 5px 0;
	list-style: none;
}

.main-content ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 3px;
	display: block;
}

.main-content ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	height: 6px;
	width: 6px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: none;
}

.main-content ul li::before {
	top: 10px;
}

ol {
	list-style-type: decimal;
	padding-top: 5px;
	padding-left: 20px;
}

ol li {
	position: relative;
	padding-left: 5px;
	margin-bottom: 3px;
}

.fa-file {
	margin: 0 10px 0 0;
}

.dwnld {
	font-weight: 700;
}

table {
	width: 100%;
	border: none;
	margin: 40px 0 10px 0;
}

th {
	font-weight: 500;
	font-size: 20px;
	line-height: 27px;
	border-bottom: white 1px;
	padding: 5px 10px;
}

td {
	font-weight: 400;
	padding: 5px 10px;
	font-size: 18px;
	line-height: 23px;
	border: 0px;
}

.table-scrollable {
	width: 100%;
	overflow-y: auto;
	margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 14px;
	height: 9px;
}

.table-scrollable::-webkit-scrollbar-thumb {
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.galimg {
	float: left;
	width: 30%;
	margin-right: 3%;
	margin-bottom: 3%;
}

.galimg.lastbox {
	margin-right: 0;
}

.txtbtn a {
	text-transform: uppercase;
	font-weight: 700;
	padding: 8px 15px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

p.txtbtn {
	margin: 0 0 50px 0;
}

.txtbtn a:hover {
	text-transform: uppercase;
	text-decoration: none;
}

/* Navigation
-----------------------------------------------*/
ul.infobtn {
	float: right;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	margin: 25px 0 0 0;
	padding: 0;
	text-transform: none;
	width: 100%;
}

ul.infobtn li {
	float: right;
	list-style: none;
	margin: 0 0 9px 8px;
	padding: 0;
}

ul.infobtn li a {
	display: block;
	float: left;
	padding: 0 8px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

ul.infobtn li a:hover {
	text-decoration: none;
}

/* Responsive
-----------------------------------------------*/
.onlymobile,
.onlysmartphone,
ul#mobilemenu,
.navtoggle {
	display: none;
}

ul.infobtn .clear {
	display: none;
}

@media only screen and (max-width: 1285px) {
	#teaser {
		width: 100%;
	}
}

@media only screen and (max-width: 1043px) {
	#innerteaser {
		width: 96%;
	}
}

@media only screen and (max-width: 1024px) {
	#teaser {
		height: 540px;
	}

	#wrapper {
		background: #fff;
	}
}

@media only screen and (min-width: 1043px) {
	ul.nav-main-list {
		font-size: 14px;
	}
}

@media only screen and (min-width: 980px) and (max-width: 1043px) {
	ul.nav-main-list {
		font-size: 13px;
	}
}

@media only screen and (min-width: 980px) {
	#content-v2 {
		padding: 12.8px 0;
	}

	.greyline {
		width: 100%;
		left: 0px;
	}

	ul.nav-main-list {
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
		text-transform: uppercase;
	}

	ul.nav-main-list ul {
		display: none;
		float: none;
		font-weight: normal;
		list-style: none;
		position: absolute;
		text-transform: none;
		top: 100%;
	}

	ul.nav-main-list ul ul,
	ul.nav-main-list ul ul ul {
		font-size: 14px;
		left: 100%;
		top: 0;
	}

	ul.nav-main-list li {
		display: inline;
		float: left;
		position: relative;
	}

	ul.nav-main-list ul li {
		display: block;
		width: 100%;
	}

	/* Root Menu */
	ul.nav-main-list a {
		position: relative;
	}
	ul.nav-main-list > li > a {
		float: left;
		display: inline-block;
		padding: 0 8px;
		border-radius: 3px;
	}

	ul.nav-main-list li:last-child a {
		margin-right: 0;
	}

	/* 2nd Menu */
	ul.nav-main-list > li:hover li a,
	ul.nav-main-list li.iehover li a {
		background-size: 9px 9px;
	}

	/* Responsive
  -----------------------------------------------*/
	#submenu {
		float: right;
		width: 100%;
	}

	#submenu ul {
		font-size: 13px;
		float: right;
		list-style: none;
		margin: 0;
		padding: 3px 0;
		position: relative;
		text-transform: uppercase;
		z-index: 9;
	}

	#submenu a {
		font-weight: 600;
		float: left;
		height: 1%;
		line-height: 2.4em;
		display: inline;
		position: relative;
		padding: 0 8px;
	}

	#submenu a.active {
		display: inline;
		padding: 0 8px;
		text-decoration: none;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	/* Root Menu Hover Persistence */
	#submenu a:hover,
	#submenu li:hover a,
	#submenu li.iehover a {
		display: inline;
		padding: 0 8px;
		text-decoration: none;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
}

@media only screen and (max-width: 980px) {
	header {
		padding: 0px;
		min-height: 155px;
	}

	#content-v2 {
		padding: 50px 0;
	}

	.toptext {
		display: none;
	}

	.onlysmartphone {
		display: block;
	}

	.greyline {
		display: none;
	}

	p.navtoggle {
		display: block;
		float: right;
		clear: both;
		font-weight: 400;
		font-size: 18px;
		line-height: 25px;
		text-transform: uppercase;
		margin:0 0 1em;
	}

	p.navtoggle a {
		display: block;
		padding: 5px 9px 2.5px 9px;
		text-decoration: none;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	p.navtoggle a:hover {
		text-decoration: none;
	}

	.fa-bars {
		vertical-align: center;
	}

	#navigation {
		float: none;
		margin-top: 0;
	}

	ul.nav-main-list {
		display: none;
		float: left;
		font-size: 17px;
		font-weight: 400;
		list-style-type: none;
		margin: 30px 0 10px 0;
		padding: 0;
		position: relative;
		text-transform: uppercase;
		width: 100%;
		z-index: 10;
	}

	ul.nav-main-list ul {
		font-size: 14px;
		left: auto;
		list-style: none;
		margin: 0;
		position: relative;
		text-transform: none;
		top: auto;
		width: 100%;
		z-index: 15;
	}

	ul.nav-main-list li {
		display: block;
		float: left;
		position: relative;
		width: 100%;
	}

	ul.nav-main-list ul li {
		display: block;
		width: 100%;
	}

	.nav-main ul a {
		display: block;
		height: auto;
		margin: 0;
		text-decoration: none;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding:.5em 17px;
	}

	ul.nav-main-list a > li > a {
		float: left;
		line-height: 1.7em;
		padding: 9px 17px;
		border-radius: 3px;
	}

	ul.nav-main-list ul a {
		border: none;
		display: block;
		line-height: 18px;
		text-transform: uppercase;
		margin: 0;
		width: 100%;
	}

	ul.nav-main-list ul li:last-child a {
		border-bottom: none;
	}

	/* 2nd level */
	ul.nav-main-list li:hover li a,
	ul.nav-main-list li.iehover li a {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}

	#article #container {
		padding-top: 0;
	}

	#submenu {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	h1 {
		font-size: 50px;
	}

	#innerteaser {
		display: none;
	}

	#teaser {
		-webkit-background-size: 800px 800px;
		background-size: 800px;
		height: 360px;
	}

	.onlysmartphone {
		display: block;
	}

	iframe {
		height: 300px;
	}

}

@media only screen and (min-width: 550px) {
	.gallery2 {
		width: 100%;
	}

	.galimg2 {
		float: left;
		width: 100%;
	}

	.galimg3 {
		float: left;
		width: 45%;
	}

	.galimg3lastbox {
		float: right;
		width: 45%;
	}

	.box23 img, .box23 a img {
		border: 0;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 550px) {
	.box13, #article .box13 {
		width: 100%;
	}

	.box23, #article .box23 {
		margin: 20px 0 20px 0;
		width: 100%;
	}

	iframe {
		height: 230px;
	}

	.gallery2 {
		display: none;
	}
}

@media only screen and (max-width: 450px) {
	iframe {
		height: 200px;
	}

	header {
		min-height: 140px;
	}

	p.navtoggle {
		margin-top: 36px;
	}

	ul.infobtn {
		font-size: 12px;
		margin-top: 13px;
	}

	ul.infobtn li {
		padding-bottom: 7px;
		margin: 0;
	}

	ul.infobtn li a {
		padding: 0 5px;
		margin: 0 0 0 5px;
		font-weight: 600;
	}
}

@media only screen and (max-width: 375px) {
	h1 {
		font-size: 35px;
	}

	h2 {
		text-align: center;
		margin-top: 15px;
	}

	header {
		min-height: 140px;
	}

	#teaser {
		-webkit-background-size: 540px 540px;
		background-size: 540px;
		height: 230px;
	}

	p.navtoggle {
		margin-top: 2px;
	}

	ul.infobtn .clear {
		display: block;
	}
}

body {
	min-width: 320px;
}

body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

#wrapper {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

img,
svg {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

a {
	color: inherit;
}

input,
textarea,
button {
	font-family: inherit;
}

.content-block {
	margin-bottom: 3em;
}

@media (min-width: 620px) {
	.content-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (min-width: 620px) {
	.content-block > * {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 47.5%;
		-ms-flex: 0 0 47.5%;
		flex: 0 0 47.5%;
		margin-right: 5%;
	}
}

.content-block > *:last-child {
	margin-right: 0;
}

@media (max-width: 619px) {
	.content-block > *:first-child {
		margin-bottom: 1em;
	}
}

.content-block.first-column-wider > * {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

@media (min-width: 620px) {
	.content-block.first-column-wider > *:first-child {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 55%;
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
	}
}

.headline-group {
	margin-bottom: 1.5em;
}

.startpage .headline-group {
	margin-bottom: 3em;
}

h1,
h2 {
	line-height: 1em;
}

h1 {
	letter-spacing: 0;
	margin: 0 0 .75em;
	font-size: 1.3em;
}

.headline-group h1 {
	margin: 0 0 .2em;
}

@media (min-width: 620px) {
	h1 {
		font-size: 2em;
	}
}

@media (min-width: 980px) {
	h1 {
		font-size: 2.636em;
	}
}


h2 {
	clear: both;
	margin: 1em 0 1em;
	font-size: 1.1em;
	font-weight: 600;
}

.headline-group h2 {
	margin: 0 0 .5em;
}

@media (min-width: 620px) {
	h2 {
		font-size: 1.5em;
	}
}

@media (min-width: 980px) {
	h2 {
		font-size: 1.9em;
	}
}

h3 {
	text-transform: none;
	font-size: 1.05em;
	line-height: 1.2em;
}
.main-content h3 a {
	text-decoration: none;
}
.main-content h3 a:hover {
	text-decoration: underline;
}


@media (min-width: 980px) {
	h3 {
		font-size: 1.36em;
	}
}

.button,
button[type="submit"] {
	text-transform: uppercase;
	padding: .5em 1em;
	-webkit-border-radius: .35em;
	border-radius: .35em;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	text-shadow: none;
	text-decoration: none;
	transition:transform .2s;
	cursor: pointer;
}

@media (max-width: 979px) {
	.button {
		font-size: .8em;
	}
}

.button:hover,
button[type="submit"]:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.main-content .button {
	text-decoration: none;
}

.button.pdf {
	padding: .1em .5em;
	font-size: .8em;
}

.main-content {
	float: left;
	margin: 0;
	padding: 50px 0;
	width: 100%;
}

.main-content p,
.main-content ul,
.main-content ol {
	font-size: 20px;
	line-height: 1.4em;
}

.logo {
	float: left;
	margin-top: .5em;
	margin-bottom: 1em;
}

@media (max-width: 979px) {
	.logo {
		width: 50%;
	}
}

@media (min-width: 980px) {
	.logo {
		margin-top: 0;
	}
}

@media (min-width: 980px) {
	.nav-main-newline .logo {
		max-width: 9em;
		margin-bottom: 1.5em;
	}
}

@media (min-width: 980px) {
	.logo-boxed .logo {
		position: absolute;
		top: 0;
		border-top: 0;
		padding: 1.5em 1em;
		-webkit-box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.15);
		box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.15);
	}
}

@media (min-width: 980px) {
	.logo-boxed .nav-main {
		margin-bottom: 1em;
	}
}

.owl-carousel {
	clear: both;
}

.owl-carousel .owl-stage {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.owl-carousel .owl-carousel .owl-item img {
	width: auto;
	height: 100%;
}

.owl-carousel .owl-stage:after {
	content:none;
}

.stage {
	position: relative;
}

.stage .extrabutton {
	position: absolute;
	bottom: -4em;
	z-index: 5;
	right: 5%;
}
.owl-carousel .owl-item img {
    transform-style: flat;
}

@media (min-width: 980px) {
	.stage .extrabutton {
		bottom: -3.25em;
	}
}

@media (min-width: 1700px) {
	.stage .extrabutton {
		right: 10%;
	}
}

.extrabutton {
	height: 10em;
	width: 10em;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2.3em 1em;
	-webkit-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	transform: rotate(-7deg);
	-webkit-box-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.25);
	box-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.25);
	font-size: .45em;
}

@media (min-width: 450px) {
	.extrabutton {
		font-size: .55em;
	}
}

@media (min-width: 980px) {
	.extrabutton {
		font-size: .85em;
	}
}

.extrabutton .part1 {
	font-size: 1.2em;
	line-height: 1.4em;
}

.extrabutton .part2 {
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.4em;
}

.slider {
	position: relative;
}

.slider .slide {
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100%;

}

@media (min-width: 1700px) {
	.slider .slide {
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
		background-repeat: no-repeat;
	}
}

.slider .name,
.slider .slogan {
	padding: .1em .4em;
	line-height: 1.2em;
	margin: .1em 0;
	display: inline-block;
}

.slider .name {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 1em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
	padding: .2em .5em;
	display: inline-block;
	font-size: 1em;
}

@media (min-width: 980px) {
	.slider .name {
		font-size: 40px;
		margin-top: 2.5em;
	}
}

@media (min-width: 1700px) {
	.slider .name {
		margin-top: 2.5em;
	}
}

.slider .slogan {
	font-size: .9em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
	padding: .3em .6em;
	margin: .5em 0;
}

@media (max-width: 619px) {
	.slider .slogan {
		font-size: .7em;
	}
}

.slider .rsABlock {
	position: relative;
}

.slider .rsMinW .rsArrowLeft .rsArrowIcn {
	background: url(img/chevron-left.svg) transparent;
	-webkit-background-size: 32px 42px;
	background-size: 32px 42px;
}


.slider .description {
	text-shadow: none;
	font-size: .6em;
}

@media (min-width: 620px) {
	.slider .description {
		margin: .5em 0;
	}
}

@media (min-width: 980px) {
	.slider .description {
		font-size: .8em;
	}
}

.slider .description ul {
	display: inline-block;
	padding: .25em .5em;
	margin: 0;
}

.slider .description li {
	position: relative;
	padding: .1em .5em .1em 1.25em;
	line-height: 1.5em;
	display: block;
	margin: .2em 0;
}

@media (min-width: 980px) {
	.slider .description li {
		margin: .25em 0;
	}
}

.slider .description li:before {
	content: "";
	position: absolute;
	left: 0;
	top: .45em;
	height: 6px;
	width: 6px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: none;
}

.slider .button {
	margin-top: 1em;
}

.slider .rsContent {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

.slider.fullWidth {
	max-width: none;
}

.slider .slide {
	padding-bottom: 2em;
}

.slider .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	margin-bottom: .5em;
}

@media (max-width: 74.938em) {
	.slider .owl-nav {
		display: none;
	}
}

.slider .owl-nav button.owl-prev,
.slider .owl-nav button.owl-next {
	position: absolute;
	top: -webkit-calc(50% - .5em);
	top: calc(50% - .5em);
	font-size: 4em;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.slider .owl-nav .owl-prev {
	left: .5em;
}

@media (min-width: 1700px) {
	.slider .owl-nav .owl-prev {
		left: 10%;
	}
}

.slider .owl-nav .owl-next {
	right: .5em;
}

@media (min-width: 1700px) {
	.slider .owl-nav .owl-next {
		right: 10%;
	}
}

.slider .owl-dot {
	display: inline-block;
	width: .75em;
	height: .75em;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: .2em;
	-webkit-box-shadow: 0.05em 0.05em 0.5em rgba(0, 0, 0, 0.5);
	box-shadow: 0.05em 0.05em 0.5em rgba(0, 0, 0, 0.5);
}

.slider .owl-dot:last-child {
	margin-right: 0;
}

.slider .owl-dot.active {
	background-color: rgba(255, 255, 255, 0.65);
}

header {
	-webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3);
	z-index: 5;
	position: relative;
}

header .infobtn {
	max-width: 50%;
}

.intro {
	margin-bottom: 3em;
}

.intro p {
	margin-top: 0;
	text-align: center;
}

.image-gallery {
	overflow: hidden;
}

.image-gallery .image-gallery-inner {
	width: 103%;
	margin-left: -1.5%;
}

.galimg {
	margin: 1.5%;
	width: 47%;
}

.galimg.big,
.gallery-small .galimg.big {
	width: 100%;
}

.galimg.big img {
	width: 100%;
}

@media (min-width: 620px) {
	.galimg {
		width: 30.33%;
	}

	.gallery-small .galimg {
		width: 47%;
	}
}

@media (min-width: 980px) {
	.galimg {
		width: 22%;
	}
}

input,
textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #000;
	padding: .3em .5em;
}

.formfield {
	margin-bottom: 1em;
}

.formfield label {
	display: block;
}

.formfield.checkbox input {
	width: 1em;
	height:1em;
	float: left;
	margin-right: .4em;
  margin-top: -.2em;
}

.formfield.checkbox label {
	width: -webkit-calc(100% - 3em);
	width: calc(100% - 3em);
	float: left;
	position: relative;
	top: -.4em;
}

@media (min-width: 980px) {
	.formfields-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.formfields-wrapper .formfield.checkbox {
	min-width: 50%;
}

button[type="submit"] {
	border: 0;
	padding: .1em 2em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
}

.contact-form a {
	text-decoration: none;
}

.contact-form .info {
	margin-top: .5em;
}

.contact-form .content-block {
	margin-bottom: 0;
}

.contact-form textarea {
	min-height: 8em;
}

.nav-level-2 {
	display: none;
}

/* Slider */
.slider button.owl-dot {
	border: 3px solid #fff ;
}

.slider .owl-dot.active {
	background-color: rgba(255, 255, 255, 0.65);
}

@media (min-width: 980px) {
	.nav-level-2 {
		-webkit-box-shadow: 0.1em 0.1em 1em rgba(0, 0, 0, 0.1);
		box-shadow: 0.1em 0.1em 1em rgba(0, 0, 0, 0.1);
	}
}

@media (min-width: 980px) {
	.nav-level-2 li:last-child {
		border-bottom: none;
	}
}

.nav-level-2 li a {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: .25em 17px;
}
@media (min-width: 980px) {
	.nav-level-2 li a {
		padding: .25em 10px;
		font-size: 1.1em;
		font-weight:600;
	}
}

.nav-main {
	float: right;
	padding: 0;
}

@media (min-width: 980px) {
	.nav-main-newline .nav-main {
		float: none;
		clear: both;
		padding-bottom: 1em;
		margin-top: 0;
	}

	.nav-main-newline .nav-main:after {
		content: '';
		display: block;
		clear: both;
	}
}

@media (min-width: 980px) {
	.nav-main {
		margin-top: 4.55em;
	}
}

@media (min-width: 980px) {
	.nav-main > ul > li {
		margin-right: 1em;
	}
}

@media (min-width: 980px) {
	.nav-main > ul > li:last-child {
		margin-right: -.5em;
	}
}

.nav-main li {
	position: relative;
}

@media (min-width: 980px) {
	.nav-main li:hover .nav-level-2 {
		display: block !important; /* !important okay here because it overwrites inline style (set by javascript on mobile) */
	}
}

.nav-main .toggle-nav-sub {
	position: absolute;
	right: 0;
	top: 1px;
	padding: .5em;
	height: 100%;
	border-left: 1px solid rgba(45, 45, 46, 0.2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

@media (min-width: 980px) {
	.nav-main .toggle-nav-sub {
		display: none;
	}
}

.nav-main .toggle-nav-sub svg {
	position: relative;
	top: -2px;
}

.nav-main a {
	font-weight: 700;
	font-size: 1.225em;
	line-height: 1.6em;
}

@media (max-width: 979px) {
	.nav-main a {
		font-size: .9em;
	}
}

@media (min-width: 980px) {
	.nav-main-list {
		display: block !important; /* !important okay here because it overwrites inline style (set by javascript on mobile) */
	}
}

@media (min-width: 980px) {
	.nav-main-fullwidth .nav-main-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.nav-main-list li .nav-level-2 {
	min-width: 16em;
}


@media (min-width: 980px) {
	.nav-main-list li:last-child .nav-level-2 {
		right: 0;
		left: auto;
	}
}

.toptext {
	position: relative;
	top: 2em;
}

.nav-sub {
	clear: both;
	text-align: right;
	font-size: .65em;
	font-weight: 600;
}


@media (min-width: 620px) {
	.nav-sub {
		font-size: .8em;
	}
}

.nav-sub li {
	margin-right: .65em;
}

@media (min-width: 620px) {
	.nav-sub li {
		margin-right: 1em;
	}
}

.nav-sub li:last-child {
	margin-right: 0;
}

.nav-sub li:last-child a {
	padding-right: 0;
}

.nav-sub a {
	padding: .25em .25em;
	font-weight: 400;
	display: inline-block;
}

@media (min-width: 620px) {
	.nav-sub a {
		padding: .25em .5em;
	}
}

footer {
	clear: both;
	padding: 1em 0 .5em;
}

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

@media (min-width: 980px) {
	footer {
		padding: 2em 0 1em;
	}
}

footer a {
	color: #2d2d2e;
}

footer .logo2 {
	float: left;
	max-width: 50%;
}

footer .socketmenu {
	float: right;
	text-align: right;
	font-size: 14px;
}

@media (max-width: 979px) {
	footer .socketmenu {
		max-width: 50%;
	}
}

@media (min-width: 980px) {
	footer .socketmenu {
		margin-top: 4.3em;
		text-align: left;
		float: left;
		margin-left: 2em;
	}
}

@media (min-width: 980px) {
	footer .socketmenu a {
		padding: .5em 1em;
	}
}

@media (max-width: 979px) {
	footer .socketmenu li {
		display: block;
	}
}

table {
	border-collapse: collapse;
}

td {
	padding: .75em;
}

tr:last-child td {
	border-bottom: 0;
}

.pdf-download {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: .5em;
	-webkit-box-shadow: 0.05em 0.05em 0.5em rgba(0, 0, 0, 0.2);
	box-shadow: 0.05em 0.05em 0.5em rgba(0, 0, 0, 0.2);
	font-size: .9em;
}

.pdf-download .icon {
	margin-right: .5em;
	padding: .25em 2%;
}

.pdf-download .icon svg {
	width: 2em;
	max-height: 2em;
}

.pdf-download .title {
	font-weight: 600;
}

.main-content .pdf-download {
	text-decoration: none;
}

blockquote {
	margin: 0 0 1em;
	display: block;
	padding: .75em;
	vertical-align: middle;
}

.content-block.second-column-wider > :first-child {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 35%;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
}
