html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, sub, sup, b, u, i, center, ol, ul, li, table, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}
@-ms-viewport {
 width: device-width;
}
/* roboto-300 - latin */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	src: url("roboto-v30-latin-300.eot");
	/* IE9 Compat Modes */
	src: local(""),  url("roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"),     /* IE6-IE8 */ url("roboto-v30-latin-300.woff2") format("woff2"),     /* Super Modern Browsers */ url("roboto-v30-latin-300.woff") format("woff"),     /* Modern Browsers */ url("roboto-v30-latin-300.ttf") format("truetype"),     /* Safari, Android, iOS */ url("roboto-v30-latin-300.svg#Roboto")  format("svg"); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: url("roboto-v30-latin-regular.eot");
	/* IE9 Compat Modes */
	src: local(""),  url("roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"),     /* IE6-IE8 */ url("roboto-v30-latin-regular.woff2") format("woff2"),     /* Super Modern Browsers */ url("roboto-v30-latin-regular.woff")  format("woff"),     /* Modern Browsers */ url("roboto-v30-latin-regular.ttf") format("truetype"),     /* Safari, Android, iOS */ url("roboto-v30-latin-regular.svg#Roboto")  format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	src: url("roboto-v30-latin-500.eot");
	/* IE9 Compat Modes */
	src: local(""),  url("roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"),     /* IE6-IE8 */ url("roboto-v30-latin-500.woff2") format("woff2"),     /* Super Modern Browsers */ url("roboto-v30-latin-500.woff") format("woff"),     /* Modern Browsers */ url("roboto-v30-latin-500.ttf") format("truetype"),     /* Safari, Android, iOS */ url("roboto-v30-latin-500.svg#Roboto")  format("svg"); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	src: url("roboto-v30-latin-700.eot");
	/* IE9 Compat Modes */
	src: local(""),  url("roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"),     /* IE6-IE8 */ url("roboto-v30-latin-700.woff2") format("woff2"),     /* Super Modern Browsers */ url("roboto-v30-latin-700.woff") format("woff"),     /* Modern Browsers */ url("roboto-v30-latin-700.ttf") format("truetype"),     /* Safari, Android, iOS */ url("roboto-v30-latin-700.svg#Roboto")  format("svg"); /* Legacy iOS */
}
body {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #575756;
	background-color:#f6f6f6;
	margin: 0;
	padding: 0;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 1.5;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
body * {
	box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
body {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	font-size: 15px;
}
}
/* ALLGEMEINES */

.container {
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
}
h1 {
	font-size: 30px;
}
.subtitle {
	font-size: 18px;
}
h2 {
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	color: ##005380;;
	border-bottom: 1px solid rgba(0, 160, 209,1);
	-moz-hyphens: manual;
	-o-hyphens: manual;
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}
ul {
	list-style: none;
}
ul li {
	position: relative;
	padding-left: 20px;
	/* mit diesem Wert wird die Liste eingerückt */
	margin-left: 0px;
	padding-bottom: 3px;
	padding-right: 5px;
}
ul li::before {
	content: "\25A0";
	left: 0;
	position: absolute;
	font-size: 12px;
	color: #0092d8;
}
ul li li::before {
	content: "\25A0";
	/* Add content: \25A0 is the CSS Code/unicode for a square */
	color: #0092d8;
	font-size: 14px;
	/* dieser Wert bestimmt den Abstand zwischen bullet und Text */
	position: absolute;
}
.gap {
	padding-top: 10px;
}
.gap1 {
	padding-top: 24px;
}
.bewerberbutton {
	margin-top: 35px;
	text-align: center;
	margin-bottom: 15px;
	font-size: 16px;
	text-transform: uppercase;
}
.bewerberbutton a {
	background: rgba(0, 160, 209,1);
	color: #fff !important;
	padding: 10px 30px;
	font-weight: 400;
	letter-spacing: 1px;
	text-decoration: none !important;
}
.bewerberbutton a:hover {
	background: rgba(0, 160, 209,0.8);
	color: #fff !important;
	border: 1px solid rgba(0, 160, 209,0.8);
}
.social a {
	color: #fff;
	display: inline-block;
	height: 40px;
	width: 40px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-size: contain;
}
.social a:hover {
	border-bottom: none !important;
}
.icon-fb {
	background-image: url(ioe62e.svg);
}
.icon-fb:hover {
	background-image: url(ioe62e-hover.svg);
}
.icon-in {
	background-image: url(ioe62f.svg);
}
.icon-in:hover {
	background-image: url(ioe62f-hover.svg);
}
.icon-li {
	background-image: url(ioe62g.svg);
}
.icon-li:hover {
	background-image: url(ioe62g-hover.svg);
}
.icon-yt {
	background-image: url(ioe62h.svg);
}
.icon-yt:hover {
	background-image: url(ioe62h-hover.svg);
}
@media only screen and (min-width: 300px) {
.container {
	width: 360px;
	padding: 0;
}
body {
	font-size: 16px;
}
.subtitle {
	font-size: 15px;
	line-height: 20px;
}
h1 {
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 25px;
	margin-top: 10px;
		-moz-hyphens: manual;
	-o-hyphens: manual;
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}

}
@media only screen and (min-width: 768px) {
.container {
	width: 720px;
}
}
@media only screen and (min-width: 991px) {
.container {
	width: 960px;
}
body {
	-moz-hyphens: manual;
	-o-hyphens: manual;
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}
}
@media only screen and (min-width: 1200px) {
.container {
	width: 1140px;
}
h1 {
	font-size: 30px;
	line-height: 30px;
	margin-top: 10px;
}
.subtitle {
	font-size: 16px;
	line-height: 25px;
}
.subtitle:last-child {
	font-size: 20px;
}
h2 {
	font-size: 22px;
	margin-bottom: 15px;
}
}
/* HEADER */

.header {
	padding: 24px 0;
}
.logo {
	max-width: 100px;
	height: auto;
}
/* GRIDS */

.grid {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.grid--84 {
}
.grid--48 {
}
.grid--444 {
}
.grid-element {
	padding: 12px;
	margin: 12px;
	margin-top: 0;
}
.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 160, 209, 0.2);
  z-index: 2;
}
.title {
	background-image: url("ioe62a.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 400px;
	position: relative;
	border: 1px solid #0092d8;
}
.title-text {
	position: absolute;
	z-index:4;
	bottom: 0px;
	right: 0px;
	text-align: left;
	color: #ddd;
	width: 100%;
	padding: 12px;
	background: rgba(0, 160, 209,0.8);
}
.teaser {
	border: 1px solid #0092d8;
	background-color: #fff;
}
.tasks {
	border: 1px solid #0092d8;
	background-color: #fff;
}
.profile {
	border: 1px solid #667d97;
	background-color: #fff;
}
.benefits {
	border: 1px solid #0092d8;
	background-color: #fff;
}
.contact {
	border: 1px solid #0092d8;
	background-color: #fff;
}
.contact p {
	margin-bottom: 6px;
}
.contact a {
	color: rgba(0, 160, 209,1);
	text-decoration: none;
}
.contact a:hover {
	border-bottom: 1px solid rgba(0, 160, 209,0.8);
}
.pic1 {
	background-image: url("ioe62c.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 300px;
	background-size: cover;
	border: 1px solid #0092d8;
}
.pic2 {
	background-image: url("ioe62d.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 300px;
	background-size: cover;
	border: 1px solid #0092d8;
}
@media only screen and (min-width: 768px) {
.title-text {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: left;
	color: #ddd;
	width: 100%;
	padding: 12px 12px 12px 24px;
	background: rgba(0, 160, 209,0.8);
}
.grid {
	flex-direction: row;
	margin: 0 6px 12px 6px;
}
.grid-element {
	padding: 24px;
	margin: 0 6px;
}
.grid--66 .grid-element {
	flex: 1 1 calc(50% - 12px);
	max-width: calc(50% - 12px);
}
.grid--84 .grid-element {
	flex: 1 1 calc(50% - 12px);
	max-width: calc(50% - 12px);
}
.grid--48 {
	flex-direction: column;
}
.grid--444 {
}
.grid--444 .grid-element {
	flex: 1 1 calc(50% - 12px);
	max-width: calc(50% - 12px);
}
.grid--444 .grid-element:last-child {
	flex: 1 1 calc(100% - 12px);
	max-width: calc(100% - 12px);
}

.pic1 {
	min-height: 250px;
}
.contact {
	margin-top: 12px;
}
}
@media only screen and (min-width: 1200px) {
.grid {
}
.grid-element {
}
.grid--84 {
}
.grid--84 .grid-element:first-child {
	flex: 1 1 calc(66.67% - 12px);
	max-width: calc(66.67% - 6px);
}
.grid--84 .grid-element:last-child {
	flex: 1 1 calc(33.33% - 12px);
	max-width: calc(33.33% - 12px);
}
.grid--48 {
	flex-direction: row;
}
.grid--48 .grid-element:first-child {
	flex: 1 1 calc(33.33% - 12px);
	max-width: calc(33.33% - 6px);
}
.grid--48 .grid-element:last-child {
	flex: 1 1 calc(66.67% - 12px);
	max-width: calc(66.67% - 12px);
}
.grid--444 {
}
.grid--444 .grid-element,  .grid--444 .grid-element:last-child {
	flex: 1 1 calc(33.33% - 12px);
	max-width: calc(33.33% - 12px);
}
.title-text {
	padding: 20px 20px 20px 24px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	background: rgba(0, 160, 209,0.8);
}
.pic1,  .benefits {
	margin-top: 0;
}
.contact {
	margin-top: 0px;
}
.br-text {
	display: none;
}
@media only screen and (min-width: 1450px) {
.br-text {
	display: block;
}
}
