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

/*.nav-sub,
.main-content {
  background-image: url(../img/bg2.png); }
} */
.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%;
}

body {
	min-width: 320px;
	color: #55434b;
	font-family: 'Assistant', sans-serif;
}

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

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;
	border-bottom: 1px solid #77bbb8;
}

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

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

/* Slider */

.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%;

}
.content-block {
    margin-bottom: 0em;
}
.intro {
    margin-bottom: 0em;
}
@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;
  padding-top:6em;
}

.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);
}

.slider .owl-nav button.owl-prev,
.slider .owl-nav button.owl-next {
	color: #77bbb8 !important;
}
@media (min-width: 980px) {
	.slider .slide {
		padding-top:0;
		min-height:23em;
	}
	.slider .rsABlock {
	 	position: absolute;
		bottom:1em;
		box-sizing: border-box;
	}
	.slider .inner {
			height:90%;
    	min-height:21em;
      position: relative;

	}
}

.slider .name,
.slider .slogan {
	background-color: rgba(0,0,0,.3);
	text-shadow:1px 1px 2px rgba(0,0,0,.5);
	color: #fff;
	font-weight:700;
}

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

.slider .description {
	color: #000;
}

.slider .description ul {
	background-color: rgba(255, 255, 255, 0.7);
}

.slider .description li:before {
	border: 4px solid #77bbb8;
}
.rsABlock .part1,
.rsABlock .part2 {
	opacity: 0;
	position: relative;
	z-index: 5;
}

.owl-item.active .rsABlock .part1 {
	opacity: 1;
	transition:1s opacity .5s;
}
.owl-item.active .rsABlock  .part2 {
	opacity:1;
	transition:1s opacity .75s;
}




p.toptext {
	/* float: left; */
	font-size: 16px;
	color: #77bbb8;
	line-height: 24px;
	margin: 0;
	padding: 10px 0 4px 0;
	text-align: right;
	width: 100%;
}

p.toptext a {
	color: #77bbb8;
}

p.toptext a:hover {
	color: #6c5660;
}

ul.infobtn li a {
	background: #77bbb8;
	color: #fff;
	display: block;
	float: left;
	font-weight: 600;
	padding: 0 8px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

ul.infobtn li a:hover {
	background: #c9e4e3;
	color: #6c5660;
	text-decoration: none;
}

p.navtoggle a:hover {
	color: #77bbb8;
	text-decoration: none;
}

.nav-level-2 {
	display: none;

}

@media all and (min-width: 61.25em) {
	.nav-level-2 {
		background-color: #c9e4e3;
		-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 all and (min-width: 61.25em) {
	.nav-level-2 li {
		border-bottom: 1px solid #77bbb8;
	}
}

@media all and (min-width: 61.25em) {
	.nav-level-2 li:last-child {
		border-bottom: none;
	}
}


.nav-level-2 li a {
  font-weight:400 !important;
	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 !important;
		font-weight:600;
	}
}

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

.nav-level-2 li a:hover, .nav-level-2 li a:focus {
	background-color: #c9e4e3;
}

ul#navmenu-h a.active {
	/* display: inline; */
	color: #fff;
	background-color: #77BBB8;
	/* padding: 0 8px; */
	text-decoration: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

ul#navmenu-h a:hover {
	/* display: inline; */
	color: #fff;
	background-color: #77BBB8;
	/* padding: 0 8px; */
	text-decoration: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


@media only screen and (max-width: 981px) {
	ul#navmenu-h a.active {
		display: inline;
		color: #fff;
		background-color: #77BBB8;
		/* padding: 0 8px; */
		text-decoration: none;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	ul#navmenu-h a {
		display: inline;
		color: #fff;
		background-color: #D3CCCF;
		padding: 0 8px;
		text-decoration: none;
		line-height: 1.7em;
		margin: 0;
		padding: 9px 17px;
		text-decoration: none;
		width: 100%;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	ul#navmenu-h a:hover {
		/* display: inline; */
		color: #fff;
		background-color: #77BBB8;
		/* padding: 0 8px; */
		text-decoration: none;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	ul#navmenu-h a:hover, ul#navmenu-h li:hover a, ul#navmenu-h li.iehover a {
		background: #77bbb8;
		color: #fff;
	}
  ul#navmenu-h li:hover li a  {
    color:#77BBB8;
  }
}

.nav-sub {
	clear: both;
	text-align: right;
	font-size: .65em;
	font-weight: 600;
	background-color: #77bbb8;
}

@media all and (min-width: 38.75em) {
	.nav-sub {
		font-size: .8em;
	}
}

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

@media all and (min-width: 38.75em) {
	.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 all and (min-width: 38.75em) {
	.nav-sub a {
		padding: .25em .5em;
		color: #fff;
		font-weight: 600;
	}
}

.nav-main > ul > li:hover > a {
	background-color: #77bbb8;
	color: #fff;
}

.nav-sub a:hover, .nav-sub a:focus, .nav-sub a.active {
	color: #6c5660;
	text-decoration: none;
}

.nav-main .toggle-nav-sub {
	border-left: 1px solid rgb(255, 255, 255);
}

.nav-main .toggle-nav-sub svg path {
	fill: #6c5660;
}

.extrabutton {
	background-color: #77bbb8;
}

.button {
	background-color: #77bbb8;
	text-transform: uppercase;
	padding: .5em 1em;
	-webkit-border-radius: .35em;
	border-radius: .35em;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	color: #fff;
	text-shadow: none;
	text-decoration: none;
}

@media all and (max-width: 61.188em) {
	.button {
		font-size: .8em;
	}
}

.button:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

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

.button.pdf {
	background-color: #2475ae;
	color: #fff;
	padding: .1em .5em;
	font-size: .8em;
}

.main-content a.button:hover {
	text-decoration: none;
	color: #fff;
}

h1 {
	color: #77bbb8;
	letter-spacing: 0;
	margin: 0 0 .75em;
	font-size: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
}

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

@media all and (min-width: 38.75em) {
	h1 {
		font-size: 2em;
	}
}

@media all and (min-width: 61.25em) {
	h1 {
		font-size: 2.636em;
	}
}

@media all and (min-width: 61.25em) {
	.startpage h1 {
		font-size: 3em;
	}
}

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

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

@media all and (min-width: 38.75em) {
	h2 {
		font-size: 1.4em;
	}
}

@media all and (min-width: 61.25em) {
	h2 {
		font-size: 1.6em;
	}
}

h3 {
	font-size: 22px;
	text-transform: uppercase;
	margin: 0 0 16px 0;
}

h4 {
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 16px 0;
}

h5 {
	font-size: 22px;
	color: #348783;
	margin: 0 0 16px 0;
}

p {
	margin: 0 0 .6em 0;
	padding: 0;
}

.main-content {
	float: left;
	margin: 0;
	padding: 50px 0;
	width: 100%;
	color: #55434b;
	background-color: #c9e4e3;
	background-image: url(../img/InsaPoerksen_Silhouette.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: right;
	background-position-y: center;
}

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

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

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

/* Links */
a {
	text-decoration: none;
	color: #6c5660;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.main-content a {
	text-decoration: underline;
	color: #59a5a3;
}

.main-content a:hover {
	text-decoration: underline;
	color: #55434b;
}

a:hover {
	text-decoration: underline;
	color: #59a5a3;
}

.button.pdf {
	background-color: #77bbb8;
	color: #fff;
	padding: .1em .5em;
	font-size: .8em;
}

blockquote {
	margin: 0 0 1em;
	display: block;
	background-color: #fff;
	padding: .75em;
	vertical-align: middle;
	border-top: solid 0.07em #348783;
	border-bottom: solid 0.07em #348783;
	color: #348783;
}

button[type="submit"] {
	background-color: #77bbb8;
	color: #fff;
	border: 0;
	padding: .1em 2em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
}

.contact-form a {
	color: #59a5a3;
	text-decoration: underline;
}

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

footer {
	background-color: #fff;
}

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

footer a {
	color: #6c5660;
}
.pdf-download .icon svg path {

    fill: #77bbb8;

}
