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;
}
body {
	font-family: "urw-din", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #575756;
	background: url(jav1d.png);
	background-color: rgba(0,0,0,0.7);
	margin: 0;
	padding: 0;
	font-weight: 400;
	line-height: 1.5rem;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
body * {
	box-sizing: border-box;
}
.hashtag {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 15px;
	letter-spacing:2px;
}
.hashtag2 {
	font-size: 18px;
	color: #97ca01;
}
.rot {
	color: #e30513;
}
@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-size: 18px;
	font-weight:500;
	padding: 14px 12px 12px 24px;
	color: #fff;
	background-color: rgba(0,0,0,0.7);
	letter-spacing:2px;
	text-transform:uppercase;
}
ul {
	list-style: none;
}
ul li {
	position: relative;
	padding-left: 15px;
	/* 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: #e10a17;
}
ul li li::before {
	content: "\25A0";
	/* Add content: \25A0 is the CSS Code/unicode for a square */
	color: #e10a17;
	font-size: 14px;
	/* dieser Wert bestimmt den Abstand zwischen bullet und Text */
	position: absolute;
}
.gap {
	padding-top: 10px;
}
.gap1 {
	padding-top: 20px;
}
.terminbutton {
	margin-top: 35px;
	text-align: center;
	margin-bottom: 30px;
	font-size: 15px;
	text-transform: uppercase;
}
.terminbutton a {
	background: rgba(147,192,33,1);
	color: #fff !important;
	padding: 10px 20px;
	font-weight:500;
	letter-spacing: 1px;
	text-decoration: none !important;
}
.terminbutton a:hover {
	background: #fff;
	color: #555 !important;
	border: 1px solid rgba(147,192,33,1) !important;
}
.bewerberbutton {
	margin-top: 35px;
	text-align: center;
	margin-bottom: 30px;
	font-size: 15px;
	text-transform: uppercase;
}
.bewerberbutton a {
	background: rgba(147,192,33,1);
	color: #fff !important;
	padding: 10px 20px;
	font-weight:500;
	letter-spacing: 1px;
	text-decoration: none !important;
}
.bewerberbutton a:hover {
	background: #fff;
	color: #555 !important;
	border: 1px solid rgba(147,192,33,1) !important;
}
.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(jav1e.svg);
}
.icon-fb:hover {
	background-image: url(jav1e-hover.svg);
}
.icon-in {
	background-image: url(jav1f.svg);
}
.icon-in:hover {
	background-image: url(jav1f-hover.svg);
}
.icon-li {
	background-image: url(jav1g.svg);
}
.icon-li:hover {
	background-image: url(jav1g-hover.svg);
}
.icon-yt {
	background-image: url(jav1h.svg);
}
.icon-yt:hover {
	background-image: url(jav1h-hover.svg);
}
@media only screen and (min-width: 300px) {
.container {
	width: 360px;
	padding: 0;
}
body {
	font-size: 15px;
}
.subtitle {
	font-size: 15px;
	line-height: 20px;
}
h1 {
	font-size: 20px;
	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: 18px;
	margin-bottom: 0px;
}
}
/* HEADER */

.header {
	padding: 24px 0;
}
.logo {
	max-width: 280px;
	height: auto;
	text-align: center;
}
/* GRIDS */

.grid {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.grid--84 {
}
.grid--48 {
}
.grid--444 {
}
.grid-element {
	padding: 0px;
	margin: 12px;
	margin-top: 0;
}
.padding {
	padding: 12px;
}
h2 {
  font-size: 18px;
  font-weight: 500;
  padding: 14px 12px 12px 12px;
  color: #fff;
  background-color: rgba(0,0,0,0.7);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.title {
	background-image: url("jav1b.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
	min-height:400px;
	border: 1px solid #fff;
}
.title-text {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: left;
	width: 100%;
	padding: 12px;
	background-color: rgba(256, 256, 256, 0.8);
}
.teaser {
	border: 1px solid #fff;
	background-color: #f6f6f6;
	text-align: justify;
}
.tasks {
	border: 1px solid #fff;
	background-color: #f6f6f6;
}
.profile {
	border: 1px solid #fff;
	background-color: #f6f6f6;
}
.benefits {
	border: 1px solid #fff;
	background-color: #f6f6f6;
}
.contact {
	border: 1px solid #fff;
	background-color: #f6f6f6;
}
.contact p {
	margin-bottom: 0px;
}
.contact a {
	color: rgba(147,192,33,1);
	text-decoration: none;
}
.contact a:hover {
	border-bottom: 1px solid rgba(147,192,33,1);
}
.water {
	background-image: url("jav1c.jpg");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	min-height:300px;
	border: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
	

.title-text {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: left;
	color: #555;
	width: 100%;
	padding: 12px 12px 12px 24px;
	background-color: rgba(256, 256, 256, 0.8);
}
.title {
  background-image: url("jav1b.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  min-height: 400px;
  border: 1px solid #fff;
}
.padding {
	padding: 24px;
}
h2 {
  font-size: 18px;
  font-weight: 500;
  padding: 14px 12px 12px 24px;
  color: #fff;
  background-color: rgba(0,0,0,0.7);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.grid {
	flex-direction: row;
	margin: 0 6px 12px 6px;
}
.grid-element {
	padding: 0px;
	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);
}
.benefits {
	margin-top: 12px;
}
.water {
	min-height: 250px;

}
}
@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(256, 256, 256, 0.8);
}
.water, .benefits {
	margin-top: 0;
}
}
.br-text {
	display: none;
}
@media only screen and (min-width: 1450px) {
.br-text {
	display: block;
}
}
