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, icon {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	-webkit-transition: all 0.8s ease-out;
}
 @-ms-viewport {
 width: device-width;
}

body {
	font-family: "open-sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #f5f5f5;
	margin: 0;
	padding: 0;
	font-weight: 300;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	letter-spacing: -0.1px;
	line-height: 1.5;
}
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;
}
.social {
	color: #002647;
	text-transform: none !important;
}
.social a:hover {
	border-bottom: none;
}
}
/* ALLGEMEINES */
.logo a {
	border-bottom: none;
}
.logo a:hover {
	border-bottom: none;
}
.container {
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
}
.titletext h1 {
	font-size: 36px;
	font-weight: 900;
	color: #fff;
	line-height: 1.3;
}
h1 {
	font-family: "open-sans-condensed", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: rgb(1, 188, 181);
	line-height: 1.3em;
	margin-top:30px;
	-moz-hyphens: manual;
	-o-hyphens: manual;
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}
h2 {
	font-family: "open-sans-condensed", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 900;
	padding-top: 0px;
	margin-bottom: 20px;
}
h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
	text-align: left;
}
ul {
	list-style: none;
}
ul li {
	position: relative;
	padding-left: 25px;
	/* mit diesem Wert wird die Liste eingerückt */
	margin-left: 0px;
	padding-bottom: 6px;
	padding-right: 5px;
}
ul li::before {
	content: "\2794";
	color: rgb(1, 188, 181);
	left: 0;
	position: absolute;
	font-size: 18px;
	top: 0px;
}
.gap {
	padding-top: 10px;
}
strong {
	font-weight: 600;
}
a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
a:hover {
	border-bottom: none;
}
.water {
	background-image: url("mahler1c.jpg");
	background-color: #fff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 200px;
}
.social img {
	max-width: 30px;
}
.social {
	padding-top: 10px;
}
 @media only screen and (min-width: 380px) {
.container {
	width: 460px;
	padding: 0;
}
.title {
	background-image: url("mahler1d.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 450px;
	filter: brightness(90%);
	position: relative;
}
h2 {
	font-family: "open-sans-condensed", Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-top: 0px;
	margin-bottom: 20px;
}
.subtitle {
	font-size: 16px;
}
.water {
	background-image: url("mahler1c.jpg");
	background-color: #fff;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 250px;
}
.bewerberbutton {
	margin-top:35px;
	text-align: center;
	margin-bottom: 30px;
	padding-left:5px;
	font-size: 16px;
}
.bewerberbutton a {
	background: rgb(1, 188, 181);
	color: #fff !important;
	padding: 10px 30px;
	font-weight: 500;
	letter-spacing: 0.3px;
	border-radius: 100px;
}
.bewerberbutton a:hover {
	background: #fff;
	color: rgb(1, 188, 181) !important;
	border:1px solid rgb(1, 188, 181);
}
.social a {
	color: #000;
	display: inline-block;
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	background-size: contain;
}
.social a:hover {
	border-bottom: none !important;
}
.icon-fb {
	background-image: url(mahler1d.svg);
}
.icon-fb:hover {
	background-image: url(mahler1e.svg);
}
.icon-in {
	background-image: url(mahler1f.svg);
}
.icon-in:hover {
	background-image: url(mahler1g.svg);
}
}
 @media only screen and (min-width: 768px) {
.container {
	width: 720px;
}
.title {
	background-image: url("mahler1b.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 450px;
	filter: brightness(90%);
	position: relative;
}
h2 {
	font-family: "open-sans-condensed", Arial, Helvetica, sans-serif;
	font-size: 23px;
	padding-top: 0px;
	margin-bottom: 20px;
}
.subtitle {
	font-size: 16px;
}
.water {
	background-image: url("mahler1c.jpg");
	background-color: #fff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 200px;
}
}
 @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;
	font-size: 15px;
}
h1 {
	font-size: 40px;
}
h2 {
	font-family: "open-sans-condensed", Arial, Helvetica, sans-serif;
	font-size: 23px;
}
.subtitle {
	font-size: 20px;
}
.water {
	background-image: url("mahler1c.jpg");
	background-color: #fff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 200px;
}
.contact img {
	width:30%;
	text-align:center;
}
}
 @media only screen and (min-width: 1200px) {
.container {
	width: 1140px;
}
.titletext h1 {
	font-size: 44px;
	font-weight: 900;
	color: #fff;
	line-height: 1.3;
}
h1 {
	font-size: 38px;
}
.subtitle {
	font-size: 18px;
}
h2 {
	font-family: "open-sans-condensed", Arial, Helvetica, sans-serif;
	color: #e10217;
	font-size: 25px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 20px;
}
}
/* HEADER */

.header {
	padding: 24px 0;
	text-align:center;
}
.header img {
	width: 300px;
}
/* GRIDS */

.grid {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.grid-element {
	padding: 12px;
	margin: 12px;
	margin-top: 0;
}
.title {
	background-image: url("mahler1b.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:top right ;
	min-height: 400px;
	filter: brightness(90%);
	position: relative;
}
.title-text {
	padding: 10px 10px 10px 10px;
	background: rgba(30, 31, 18, 0.7);
	position: absolute;
	bottom: 12px;
	right: 12px;
	color: #fff;
	text-align: left;
	width: calc(100% - 24px);
}
h2 {
	color: rgb(1, 188, 181);
	text-align:left;
}
.teaser {
	background-color: #ddd;
	color: #333;
	text-align: justify;
}
.tasks {
	background-color: #ddd;
	color: #333;
}
.profile {
	background-color: #ddd;
	color: #333;
}
.benefits {
	background-color: #ddd;
	color: #333;
}
.contact {
	background-color: #ddd;
	color: #333;
}
.contact h2 {
	text-align:center !important;
}
.contact a {
	color: rgb(1, 188, 181);
	text-decoration: none !important;
	border-bottom: none;
}
.contact a:hover {
	border-bottom: 1px solid rgb(1, 188, 181);
}
.contact img {
	width:60%;
	text-align:center;
}
.water {
	background-image: url("mahler1c.jpg");
	background-color: #fff;
	background-position: center right;
	background-repeat: no-repeat;
	min-height: 200px;
}
 @media only screen and (min-width: 768px) {
.grid {
	flex-direction: row;
	margin: 12px 6px 12px 6px;
}
.grid-element {
	padding: 24px;
	margin: 0 6px;
}
.grid--84 .grid-element {
	flex: 1 1 calc(50% - 12px);
	max-width: calc(50% - 12px);
}
.grid--48 {
	flex-direction: column;
}
.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);
}
.water,  .benefits {
	margin-top: 12px;
}
.water {
	min-height: 250px;
}
}
 @media only screen and (min-width: 1200px) {
.grid-element {
	padding: 24px;
}
.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% - 12px);
}
.grid--48 .grid-element:last-child {
	flex: 1 1 calc(66.67% - 12px);
	max-width: calc(66.67% - 12px);
}
.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 20px;
	bottom: 15px;
	right: 36px;
	width: calc(100% - 72px);
	background: linear-gradient(  to right,  rgba(30, 31, 18, 1) 1%,  rgba(30, 31, 18, 0.9) 25%,  rgba(30, 31, 18, 0.6) 50%,  rgba(30, 31, 18, 0.4) 75%,  rgba(30, 31, 18, 0.01) 99%  );
}
.water,  .benefits {
	margin-top: 0;
}
.water {
	display: inline-flex;
	background-size: auto 100%;
}
}
.content-heading-white {
	color: #fff;
}
.content-heading-white a {
	color: #e10217;
	text-decoration: none;
	border-bottom: 1px solid #e10217;
}
.content-heading-white a:hover {
	color: #858181;
	text-decoration: none;
	border-bottom: 1px solid #858181;
}
