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

html, body {
	font-family: 'Lato', sans-serif;
	color: rgba(123,123,123,1.00);
	font-size: 1em;
	font-weight: 300;
	line-height: 1.4;
	background-color: #fff;
	width: 100%;
	height: 100% !important;
	text-rendering: optimizeLegibility;
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
* {
	-webkit-tap-highlight-color: transparent;
}
a, submit {
	-moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
	color: rgba(43,169,191,1.00);
	text-decoration: none;
}
a:hover {
	color: #2ba9bf;
	border-bottom-color: transparent;
	text-decoration: underline;
}
a.underline {
	position: relative;
	color: #2ba9bf;
	text-decoration: none;
}
a.underline:hover {
	color: #2ba9bf;
}
a.underline:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	height: 1px;
	bottom: -2px;
	left: 0;
	background-color: #2ba9bf;
	background-color: #80cad7;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
a.underline:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
strong, b {
	font-weight: 700;
}
em, i {
	font-style: italic;
}
p, ul, ol, dl, table, blockquote {
	margin: 0 0 1.5em 0;
}
p, li {
	font-size: 1em;
	font-weight: 400;
	line-height: 1.6em;
}
/*li {
	padding-bottom:
		1em;
	margin-left: -1.3em;
}*/
h2.sub-header {
	font-size: 1.5em;
	line-height: 1.35em;
	font-weight: 400;
	color: #7d7d7d;
	margin: -0.4em 0 1em 0;
}
p.pre-header {
	font-size: 1.25em;
	line-height: 1.6em;
	font-weight: 400;
	color: #7d7d7d;
	margin: 0;
}
h1, h2, h3, h4 {
	color: #2baabf;
	font-weight: 600;
}
h1 {
	font-size: 2.2em;
	line-height: 1.2em;
	margin: 0 0 0.6em 0;
}
h1.sub {
	margin: 0 0 0.4em 0;
}
h2 {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.4em 0;
}
h3 {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.4em 0;
}
h4 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.4em 0;
}

@media only screen and (max-width: 480px) {
h1 {
	font-size: 1.7em;
}
article h2, article h3 {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 0.3em;
}
p, html, body {
	font-size: 0.95em;
	line-height: 1.6em;
}
}

@media only screen and ( max-width : 320px ){
h1 {
	font-size: 1.7em;
}
h2.sub-header {
	font-size: 1.3em;
}
}
/* ==========================================================================
   Layout Content
   ========================================================================== */

.hero-image {
	position: relative;
	margin-top: 90px;
	min-height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.height-1 {
	height: 40%;
}
.height-2 {
	height: 28%;
}
/*.hero-content {
	text-align: center;
	position: absolute;
	top: 42%;
	left: 50%;
	transform: translate(-47%, -50%);
	width: 93%;
	color: white;
}*/
.no-hero {
	padding-top: 90px;
}

@media only screen and (max-width: 1140px) {
.hero-image {
	margin-top: 70px;
	height: 20%;
	min-height: 180px;
}
.no-hero {
	padding-top: 70px;
}
}

@media only screen and (max-width: 640px) {
.hero-image {
	height: 20%;
	min-height: 120px;
}
/*.hero-content {
	display: none;
}*/
.height-2 {
	height: 20%;
}
}
.hero-1 {
	background-image: url(../../bilder/hero_img/fotolia_48531729.jpg);
}
.hero-2 {
	background-image: url(../../bilder/hero_img/fotolia_125477912.jpg);
}
.hero-3 {
	background-image: url(../../bilder/hero_img/fotolia_68904907.jpg);
}
.hero-4 {
	background-image: url(../../bilder/hero_img/fotolia_34871346.jpg);
}
.hero-5 {
	background-image: url(../../bilder/hero_img/fotolia_85024245.jpg); background-position: center 70% !important;
}

@media only screen and (max-width: 990px) {
.hero-1 {
	background-image: url(../../bilder/hero_img/fotolia_48531729-m.jpg);
}
.hero-2 {
	background-image: url(../../bilder/hero_img/fotolia_125477912-m.jpg);
}
.hero-3 {
	background-image: url(../../bilder/hero_img/fotolia_68904907-m.jpg);
}
.hero-4 {
	background-image: url(../../bilder/hero_img/fotolia_34871346-m.jpg);
}
.hero-5 {
	background-image: url(../../bilder/hero_img/fotolia_85024245-m.jpg);
}
}

@media only screen and (max-width: 640px) {
.hero-1 {
	background-image: url(../../bilder/hero_img/fotolia_48531729-s.jpg);
}
.hero-2 {
	background-image: url(../../bilder/hero_img/fotolia_125477912-s.jpg);
}
.hero-3 {
	background-image: url(../../bilder/hero_img/fotolia_68904907-s.jpg);
}
.hero-4 {
	background-image: url(../../bilder/hero_img/fotolia_34871346-s.jpg);
}
.hero-5 {
	background-image: url(../../bilder/hero_img/fotolia_85024245-s.jpg);
}
}
.header-container {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	text-align: center;
	background-color: rgba(43,169,191,1); 
	-webkit-box-shadow: 0px -7px 10px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0px -7px 10px 5px rgba(0,0,0,.2);
	box-shadow: 0px -7px 10px 5px rgba(0,0,0,.2);
}
.header-wrapper {
	position: relative;
	max-width: 1040px;
	margin: 0 auto;
}
.wrapper {
	position: relative;
	width: 1040px;
	margin: 0 auto;
}
#logo {
	position: relative;
	float: left;
	padding: 28px 0 0 0;
	width: 280px;
}
#logo img {
	width: 100%;
	height: auto;
}
.lang {
	position: absolute;
	top: 13px;
	right: 20px;
	width: auto;
	height: auto;
	z-index: inherit;
}
.flag {
	display: inline-block;
	width: 26px;
	height: auto;
}
.flag:first-child {
	margin-right: 8px;
}
.flag img {
}
.flag a img:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,.8);
	-moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,.8);
	box-shadow: 0px 0px 5px 0px rgba(255,255,255,.8);
	-moz-transition: all 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
	transition: all 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.flag img {
	width: 24px;
	height: auto;
	padding: 1px;
}

@media only screen and (max-width: 1140px) {
.lang {
	top: 5px;
	right: 15px;
}
}

@media only screen and (max-width: 990px) {
.lang {
	top: 24px;
	right: 110px;
}
.flag a {
	padding: 5px 0;
}
}

@media only screen and (max-width: 768px) {
.lang {
	right: 95px;
}
}

@media only screen and (max-width: 480px) {
.lang {
	right: 70px;
}
.flag {
	width: 22px;
}
.flag:first-child {
	margin-right: 15px;
}
.flag img {
	width: 24px;
}
}

@media only screen and ( max-width : 320px ){
.lang {
	right: 55px;
}
.flag {
	width: 20px;
}
.flag:first-child {
	margin-right: 7px;
}
.flag img {
	width: 20px;
}
}

@media only screen and (max-width: 1140px) {
.header-wrapper, .wrapper {
	width: 90%;
	margin: 0 5%;
	padding: 0 0%;
}
}

@media only screen and (max-width: 990px) {
.header-container {
	position: absolute;
	top: 0;
}
.wrapper {
	width: 90%;
	margin: 0 5%;
}
.header-wrapper {
	width: 100%;
	margin: 0 0%;
}
#logo {
	margin-left: 5%;
}
}
.main {
	padding: 50px 0;
}

@media only screen and (max-width: 480px) {
.main {
	padding: 20px 0;
}
}

@media only screen and (max-width: 350px) {
#logo {
	max-width: 165px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.language {
	right: 19%;
}
}
.quicklink-wrapper {
	display: block;
	margin: -75px 0 2.8em 0;
}
.quicklink img {
	width: 30%;
}
.quicklink p {
	margin: 0.5em 0 0 0;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: 400;
	letter-spacing: 0.05em;
	-webkit-font-smoothing: subpixel-antialiased;
}
.quicklink a {
	display: block;
	float: left;
	width: 30%;
	margin-left: 5%;
	padding: 1.0em 0.5em 1.5em 0.5em;
	text-align: center;
	text-decoration: none;
	background-color: rgba(43,169,191,1.00);
	border-radius: 22px;
	border: 3px solid #fff;
}
.quicklink:first-child a {
	margin-left: 0%;
}
.quicklink.color-1 a {
	background-color: rgba(73,158,219,1.00);
}
.quicklink.color-2 a {
	background-color: rgba(48,181,202,1.00);
}
.quicklink.color-3 a {
	background-color: rgba(62,197,151,1.00);
}
.quicklink.color-1:hover a {
	background-color: rgba(63,150,211,1.00);
}
.quicklink.color-2:hover a {
	background-color: rgba(44,176,199,1.00);
}
.quicklink.color-3:hover a {
	background-color: rgba(42,191,139,1.00);
}

@media only screen and (max-width: 840px) {
.quicklink p {
	margin: 0.7em 0 0 0;
	font-size: 1.0em;
	line-height: 1.0em;
}
.quicklink img {
	width: 50%;
}
}

@media only screen and (max-width: 480px) {
.quicklink-wrapper {
	margin-bottom: 1.8em;
}
.quicklink a {
	width: 47.3%;
}
.quicklink p {
	margin: 0.7em 0 0 0;
	font-size: 1.1em;
	line-height: 1.1em;
	letter-spacing: 0.03em;
}
.quicklink img {
	width: 60px;
}
.quicklink:last-child a {
	display: block;
	clear: left;
	width: 100%;
	margin-left: 0%;
	margin-top: 20px;
}
}
.main aside {
	padding: 0.35em 0;
}
.main aside div {
	padding: 0.5em 0 1.5em;
}
ul.list {
	list-style: none;
	/*padding-left: 18px;*/
	font-weight: 400;
}
ul.list li {
	line-height: 1.6em;
	padding: 0em 0 0.8em;
}
ul.list li {
	list-style-type: none;
	padding-left: 17px;
	margin-left: -39px;
	background-image: url(../../bilder/bullet.svg);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-size: 7px 7px;
}
.ivd-logo {
	width: 100%;
	height: auto;
}
.ivd-logo img {
	width: 100%;
	max-width: 260px;
	height: auto;
	margin: 0.5em 0 0 0;
}

@media only screen and (max-width: 768px) {
.ivd-logo {
	width: 85%;
}
}
.main article {
	float: left;
	width: 60%;
}
.main aside {
	float: right;
	width: 30%;
}

@media only screen and (max-width: 768px) {
.main article {
	float: none;
	width: 100%;
}
.main aside {
	float: none;
	width: 100%;
}
}
/* Sticky Footer ====================== */

#page {
	position: absolute;
	top: 0;
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
}
#wrapp {
	padding-bottom: 50px;
}


.footer-container {
	position: absolute;
	bottom: 0;
	text-align: left;
	width: 100%;
	background: rgba(180,180,180,0.30);
}
footer ul {
	list-style: none;
	display: block;
	width: 100%;
	padding: 20px 0 27px;
	margin-top: 0px;
}
footer ul li {
	display: block;
	font-size: .85em;
	line-height: 1.3em;
	font-weight: 500;
}
footer ul li, footer ul li a {
	color: #8A8A8A;
}
footer ul li a {
	display: block;
	padding: 7px 15px;
	float: right;
	margin-left: 20px;
}
footer a:hover {
	color: #2ba9bf;
	text-decoration: none;
}
footer ul li:first-child {
	padding: 7px;
	float: left;
}

@media screen and (max-width: 820px) {
#wrapp {
	padding-bottom: 80px;
}
footer ul li {
	font-size: 14px;
	line-height: 1.3em;
	margin-bottom: 10px;
}
footer ul li:first-child {
	float: none;
	width: 100%;
}
footer ul li a {
	padding: 7px 15px;
	float: left;
	margin-left: -10px;
	margin-right: 30px;
}
footer ul li a:last-child {
	padding: 7px 15px;
	float: left;
	margin-left: -10px;
	margin-bottom: 10px;
}
}

@media screen and (max-width: 420px) {
#wrapp {
	padding-bottom: 100px;
}
footer ul li:first-child {
	float: none;
	width: 100%;
	font-size: .8em;
	line-height: 1.3em;
	font-weight: 500;
}

footer ul li a {
	padding: 5px 15px;
	float: left;
	margin-left: -10px;
	margin-right: 30px;
	margin-bottom: 10px;
}
footer ul li a:last-child {
	padding: 5px 15px;
	float: left;
	margin-left: -10px;
	margin-right: -15px;
	margin-bottom: 20px;
}
}
/* Team ================================== */

.team-foto {
	float: left;
	width: 100px;
	height: auto;
	margin: 4px 20px 10px 0;
}
.team-row {
	padding: 20px 0 0px 0;
}
.team-row:last-child {
	padding: 20px 0 35px 0;
}
h2.team-name {
	display: inline;
	line-height: 1.0em;
	margin: 0;
}
p.team-beruf {
	display: inline;
	line-height: 1.0em;
}
p.team-job {
	font-weight: 600;
	line-height: 1.8em;
	color: #2BA9BF;
	margin: 0;
}
p.team-content {
	margin-bottom: 20px;
}
.btn-icon, .btn-icon-en {
	display: block;
	clear: left;
	text-align: right;
	height: auto;
	padding: 5px 15px 5px 55px;
	font-weight: 400;
	background-color: rgba(56,181,174,0.00);
	background-position: 10px center;
	background-size: 30px 18px;
	background-repeat: no-repeat;
	border: 1px solid rgba(43,169,191,1.00);
	border-radius: 4px;
}
.btn-icon {
	width: 200px;
}
.btn-icon-en {
	width: 145px;
}
.btn-icon:hover, .btn-icon-en:hover {
	background-color: rgba(56,181,174,1.00);
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(56,181,174,1.00);
}

@media only screen and ( max-width : 320px ){
.btn-icon, .btn-icon-en {
	text-align: left;
	width: 100%;
	padding: 7px 0 7px 75px;
}
}
.mail {
	background-image: url(../../bilder/mail-icon.svg);
}
.mail:hover {
	background-image: url(../../bilder/mail-icon-hover.svg);
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(56,181,174,1.00);
}
/* Stadtteilkarte ================================== */

#map, #map-en {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 0
}
#map:after, #map-en:after {
	display: block;
	width: auto;
	height: 33px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	font-weight: 300;
}
#map:after {
	content: 'Zum Vergrößern klicken';
}
#map-en:after {
	content: 'Click to zoom';
}
#map img::selection, #map-en img::selection {
	background-color: transparent;
}
#map img:hover, #map-en img:hover {
	cursor: url(../../bilder/grab.cur), default;
}
#map img:active, #map-en img:active {
	cursor: url(../../bilder/grabbed.cur), default;
}
/* ==========================================================================
   Navigation
   ========================================================================== */

#nav-wrapper {
	position: relative;
	display: block;
	float: right;
	width: auto;
	margin-top: 43px;
}

@media only screen and (max-width: 1080px) {
#logo {
	padding: 20px 0 15px 0;
	background-color: transparent;
	position: relative;
	width: 230px;
}
#nav-wrapper {
	margin-top: 25px;
}
}
#toggle-nav {
	display: none;
}
nav {
	margin: 0;
}
nav ul {
	padding: 0.50em 0 0.30em 0;
	margin: 0;
	list-style: none;
	position: relative;
}
nav ul li {
	display: inline-block;
}
nav a {
	display: block;
	padding: 0.3em 1.2em;
	font-size: 0.95em;
	line-height: 28px;
	text-decoration: none;
	font-weight: 400;
	border: 0;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-font-smoothing: greyscale;
}
nav a:hover {
	text-decoration: none;
}
nav ul li a {
	color: rgba(255,255,255,0.80);
}
nav ul li a:hover {
	color: rgba(255,255,255,1.00);
}
nav ul li.current {
	color: rgba(255,255,255,1.00);
	font-weight: 300;
}
nav ul li.current a {
	color: #fff;
	color: rgba(255,255,255,1.00);
}

/* Navigation mobil ================================= */

@media only screen and (max-width: 990px) {
#nav-wrapper {
	float: none;
	clear: both;
	width: 100%;
	margin-top: 70px;
}
.menu {
	display: none;
}
#toggle-nav {
	display: block;
	position: absolute;
	top: 20px;
	right: 5%;
}
nav {
	margin: 0;
	font-size: 1.3em;
	display: block;
}
nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
nav ul li {
	margin: 0px 0px 0 0;
	display: block;
	width: 100%;
	text-align: left;
}
nav a {
	display: block;
	padding: 0.7em 1.6em;
	padding: 0.7em 4%;
	color: #fff;
	font-size: 0.8em;
	font-weight: 400;
	line-height: 28px;
	text-decoration: none;
	border: 0;
	-webkit-font-smoothing: antialiased;
}
nav a:hover {
	color: #fff;
	text-decoration: none;
	background-color: rgba(56,181,174,0.50);
}
nav ul li {
	border-top: 1px solid rgba(255,255,255,0.70);
}
nav ul li.current a {
	background-color: rgba(56,181,174,0.00);
}
nav ul li.aktiv {
	background-color: rgba(56,181,174,1.00);
}
}
/* ==========================================================================
   Tabs - Accordion
   ========================================================================== */

ul.tabs {
	margin: 1.2em 0 0 0;
	padding: 0;
	float: left;
	font-size: 0.7em;
	font-weight: 600;
	list-style: none;
	height: 50px;
	border-bottom: 1px solid #e7e7e7;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0em 1.4em;
	height: 50px;
	line-height: 48px;
	border-top: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}
.tab_last {
	border-right: 1px solid #e2e2e2;
}
ul.tabs li:hover {
	color: #2baabf;
}
ul.tabs li.active {
	background-color: #fff;
	color: #2baabf;
	border-bottom: 1px solid #fff;
	display: block;
}
.tab_container {
	font-weight: 400;
	border: 1px solid #e2e2e2;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 2.8em;
	background: #fff;
	overflow: auto;
}
.tab_container ul {
	line-height: 1em;
	margin-left: -18px;
}
.tab_container ul li {
	line-height: 1.4em;
	padding: 0.4em 0;
}
.tab_content {
	padding: 1em 1em 0 1em;
	display: none;
}
.tab_drawer_heading {
	display: none;
}

@media screen and (max-width: 1080px) {
.tabs {
	display: none;
}
.tab_drawer_heading {
	background-color: #fff;
	color: #6F6F6F;
	border-top: 1px solid #e2e2e2;
	margin: 0;
	padding: 5px 20px;
	display: block;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.tab_container {
	margin-top: 0.7em;
}
.tab_container h3 {
	font-size: 1em;
}
.d_active {
	background-color: #d3eef3;
	color: #6F6F6F;
}
}
/* ==========================================================================
   Forms
   ========================================================================== */

#form-container {
	width: 100%;
}

@media only screen and (max-width: 768px) {
#form-container {
	width: 100%;
}
}
form {
	max-width: 100%;
	font-weight: 400;
}
fieldset {
	padding: 0;
	border: none;
	margin: 1em 0 .35em 0;
}
form h2 {
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: 600;
	color: rgba(43,169,191,1.00);
	margin: 0;
}
form p {
	padding: 5px 0 0 0;
	margin: 0.8em 0;
}
.box {
	width: 100%;
	padding: 0 0 1em 0;
}
.box div {
	margin: 10px 0;
	clear: both; /* fix for IE8 */
}
.box div.left {
	display: inline-block;
	margin: 10px 3% 0 0;
	width: 46.6%;
}
.box div.right {
	display: inline-block;
	margin: 10px 0 0 3%;
	width: 46.6%;
}

@media only screen and (max-width: 990px) {
.box div.left, .box div.right {
	display: block;
	margin: 10px 0;
	width: 100%;
}
}
/* Labels */

.box label {
	display: inline-block;
	margin: .2em 0;
}
.box small {
	display: inline-block;
	margin: .0em 0;
}
.box div.reihe {
	margin-top: 1.2em;
}
.box div.reihe label, .box div.reihe span, .box div.reihe small {
	margin-right: 1.5em;
}
.box span {
	position: relative;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}
.box div.reihe small {
	margin-bottom: 0.5em;
}

@media only screen and (max-width: 480px) {
.box div.reihe small {
	display: block;
	width: 100%;
	margin: 0em 1.5em .5em 0;
	line-height: 1.3em;
}
}

@media only screen and ( max-width : 320px ){
.box div.reihe span {
	display: block;
	width: 100%;
	margin: 0em 0 .4em 0;
}
input[type=radio].radio + label.radio-label {
	margin-bottom: 10px;
}
}
input, select, textarea {
	line-height: 1.65em;
}
input, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	font-weight: 400;
	width: 100%
}
/* Input & Textarea */

input, textarea {
	background-color: white;
	border: 1px solid #bbb;
	padding: .5em 1em .5em 1em;
}
textarea {
	resize: vertical;
}
input:hover, input:active, input:focus, textarea:hover, textarea:active, textarea:focus {
	border: 1px solid rgba(43,169,191,1.00);
}
/* Select */
select {
	font-weight: 400;
	width: 100%;
	border: 1px solid #bbb;
	padding: .5em 1em;
	background-color: white;
	background-image: url(../../bilder/select-arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
}
select:hover, select:active, select:focus {
	border: 1px solid rgba(43,169,191,1.00);
}
select:hover {
	background-image: url(../../bilder/select-arrow-hover.png);
	background-position: right center;
	background-repeat: no-repeat;
}

/* Hide browser-styling in IE10 */
select::-ms-expand {
 display:none;
}
/* Hide custom-icons in lower versions of Internet Explorer (< IE10). */
.lt-ie10 select {
	background-image: none;
}
/* Checkboxes */

input[type=checkbox].checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
input[type=checkbox].checkbox + label.checkbox-label {
	padding-left: 2em;
	height: 20px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
	cursor: pointer;
}
input[type=checkbox].checkbox:checked + label.checkbox-label, input[type=checkbox].checkbox + label.checkbox-label:active {
	background-position: 0 -20px;
}
input[type=checkbox].checkbox + label.checkbox-label:hover {
	background-position: 0 -20px;
}
label.checkbox-label {
	background-image: url(../../bilder/checkbox-btn.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Radio Buttons */

input[type=radio].radio {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
input[type=radio].radio + label.radio-label {
	padding-left: 2em;
	height: 21px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
	cursor: pointer;
}
input[type=radio].radio:checked + label.radio-label, input[type=radio].radio:checked + label.radio-label:active {
	background-position: 0 -21px;
}
input[type=radio].radio + label.radio-label:hover {
	background-position: 0 -21px;
}
label.radio-label {
	background-image: url(../../bilder/radio-btn.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#formmailer label.error {
	display: none;
}
div.error-box {
	margin: 0;
	line-height: 1.2em;
}
.error, label.error {
	color: red;
	margin: 0;
}
.g-recaptcha {
	width: 100%;
	height: auto;
	margin: 0;
	padding-top: 20px;
}

@media screen and ( max-width : 320px ){
#rc-imageselect, .g-recaptcha {
	-webkit-transform: scale(0.96);
	transform: scale(0.96);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
}
/* ==========================================================================
   Accordion Suchauftrag
   ========================================================================== */

.accordion {
	overflow: hidden;
	background: #fff;
	margin-bottom: 2em;
}
.accordion a {
	color: rgba(123,123,123,1.00);
	border: 1px solid #bbb;
}
.accordion a:hover {
	border: 1px solid rgba(56,181,174,1.00);
	font-weight: 600;
}
.accordion-section {
	margin-bottom: 1em;
}
/*----- Section Titles -----*/
.accordion-section-title {
	font-weight: 600;
	width: 100%;
	padding: .6em 1em;
	display: inline-block;
	border: 1px solid #bbb;
	background: #fff;
	background-image: url(../../bilder/select-arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	transition: all linear 0.20s;
}
.accordion-section-title.active, .accordion-section-title:hover {
	color: rgba(56,181,174,1.00);
	color: rgba(123,123,123,1.00);
	text-decoration: none;
}
.accordion-section-title:hover {
	background-image: url(../../bilder/select-arrow-hover.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.accordion-section-title.active {
	background-image: url(../../bilder/close.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.accordion-section-title.active:hover {
	background-image: url(../../bilder/close-hover.png);
	background-position: right center;
	background-repeat: no-repeat;
}
/*----- Section Content -----*/
.accordion-section-content {
	padding: .6em 1.5em 0 1em;
	display: none;
	border-top: none;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
}
.box div.accordion-section-content {
	margin: 0px 0;
}
.box div.accordion-section-content {
	padding: 0em 1.5em 0 1em;
}
/* ==========================================================================
   Buttons
   ========================================================================== */

.button {
	color: #fff;
	font: 600 1em/1.4em "Lato", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	width: auto;
	min-width: 150px;
	background-color: rgba(43,169,191,1.00);
	border: none;
	padding: 12px 30px;
	margin: 10px 0 50px;
	border-radius: 4px;
}
.button:hover {
	text-decoration: none;
}

@media screen and (max-width: 480px) {
.button {
	width: 100% !important;
}
}
.button:hover {
	cursor: pointer;
	border: none;
	color: #fff;
	background-color: rgba(56,181,174,1.00);
}
.button-small {
	margin: 46px 0 40px;
}
.button-small a {
	width: auto;
	display: inline-block;
	min-width: 150px;
	padding: 11px 30px;
	font: 700 1em/1.4em "Lato", sans-serif;
	text-align: center;
	text-decoration: none;
	border: 1px solid rgba(43,169,191,1.00);
	letter-spacing: 0.05em;
	border-radius: 4px;
}
.button-small a:hover {
	color: #fff;
	text-decoration: none;
	background-color: rgba(56,181,174,1.00);
	border: 1px solid rgba(56,181,174,1.00);
}

@media screen and (max-width: 480px) {
.button-small a {
	display: block;
	width: 100%;
}
}
.c-hamburger {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 34px;
	height: 34px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: 5px;
	border: 0;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
.c-hamburger:focus {
	outline: none;
}
.c-hamburger span {
	display: block;
	position: absolute;
	top: 15px;
	left: 6px;
	right: 6px;
	height: 4px;
	background: white;
}
.c-hamburger span::before, .c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
	content: "";
}
.c-hamburger span::before {
	top: -9px;
}
.c-hamburger span::after {
	bottom: -9px;
}
.c-hamburger--htx {
	background-color: rgba(43, 169, 191, 0.00)
}
.c-hamburger--htx span {
	-webkit-transition: background 0s 0.3s;
	transition: background 0s 0.3s;
}
.c-hamburger--htx span::before, .c-hamburger--htx span::after {
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}
.c-hamburger--htx span::after {
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
}
.c-hamburger--htx.is-active {
	background-color: rgba(43, 169, 191, 0.00)
}
.c-hamburger--htx.is-active span {
	background: none;
}
.c-hamburger--htx.is-active span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after {
	-webkit-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
*, *:before, *:after {
	background: transparent !important;
	color: #000 !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
a[href^="#"]:after, a[href^="javascript:"]:after {
	content: "";
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
