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;
		-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
@-ms-viewport {
 width: device-width;
}
/* 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 */
}
/* roboto-condensed-regular - latin */
@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 400;
	src: url("roboto-condensed-v25-latin-regular.eot");
	/* IE9 Compat Modes */
	src: local(""),  url("roboto-condensed-v25-latin-regular.eot?#iefix")  format("embedded-opentype"),     /* IE6-IE8 */ url("roboto-condensed-v25-latin-regular.woff2")  format("woff2"),     /* Super Modern Browsers */ url("roboto-condensed-v25-latin-regular.woff")  format("woff"),     /* Modern Browsers */ url("roboto-condensed-v25-latin-regular.ttf")  format("truetype"),     /* Safari, Android, iOS */
      url("roboto-condensed-v25-latin-regular.svg#RobotoCondensed")  format("svg");/* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 700;
	src: url("roboto-condensed-v25-latin-700.eot");
	/* IE9 Compat Modes */
	src: local(""),  url("roboto-condensed-v25-latin-700.eot?#iefix") format("embedded-opentype"),     /* IE6-IE8 */ url("roboto-condensed-v25-latin-700.woff2") format("woff2"),     /* Super Modern Browsers */ url("roboto-condensed-v25-latin-700.woff")  format("woff"),     /* Modern Browsers */ url("roboto-condensed-v25-latin-700.ttf")  format("truetype"),     /* Safari, Android, iOS */
      url("roboto-condensed-v25-latin-700.svg#RobotoCondensed") format("svg");/* Legacy iOS */
}
body {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	background-color: #dce2e8;
	font-size: 14px;
	color: #1d1d1b;
	margin: 0;
	padding: 0;
	font-weight: 400;
	letter-spacing: -0.1px;
	line-height: 1.6;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
body * {
	box-sizing: border-box;
}
.red {
	color: #e2001a;
}
@media only screen and (min-width: 768px) {
body {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	font-size: 16px;
}
}
/* ALLGEMEINES */

.container {
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
}
h1 {
	font-size: 23px;
	line-height: 32px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: none;
}
.subtitle {
	font-size: 18px;
	color: black;
}
h2 {
	font-size: 20px;
	padding: 15px 12px 12px 24px;
	color: #fff;
	background-color: #000;
}
ul {
	list-style: none;
}
ul li {
	position: relative;
	padding-left: 20px;
	/* mit diesem Wert wird die Liste eingerückt */
	margin-left: 0px;
	padding-bottom: 8px;
	padding-right: 5px;
}
ul li::before {
	content: "\25CF";
	left: 0;
	position: absolute;
	font-size: 12px;
	color: #000;
}
ul li li::before {
	content: "\25CF";
	/* Add content: \25A0 is the CSS Code/unicode for a square */
	color: #000;
	font-size: 12px;
	/* dieser Wert bestimmt den Abstand zwischen bullet und Text */
	position: absolute;
}
.gap {
	padding-top: 10px;
}
.gap1 {
	padding-top: 20px;
}
.bewerberbutton {
	margin-top: 35px;
	text-align: center;
	margin-bottom: 50px;
	font-size: 16px;
}
.bewerberbutton a {
	background: #fff;
	border: 1px solid #333;
	color: #1d1d1d !important;
	padding: 15px 80px;
	font-weight: 400;
	letter-spacing: 1px;
	border-radius: 2px;
	text-decoration: none !important;
}
.bewerberbutton a:hover {
	background: #e2001a;
	color: #fff !important;
	border: none !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(lbgwuerttemberg18d.svg);
}
.icon-fb:hover {
	background-image: url(lbgwuerttemberg18d-hover.svg);
}
.icon-x {
	background-image: url(lbgwuerttemberg18e.svg);
}
.icon-x:hover {
	background-image: url(lbgwuerttemberg18e-hover.svg);
}
.icon-yt {
	background-image: url(lbgwuerttemberg18f.svg);
}
.icon-yt:hover {
	background-image: url(lbgwuerttemberg18f-hover.svg);
}
.icon-pi {
	background-image: url(lbgwuerttemberg18g.svg);
}
.icon-pi:hover {
	background-image: url(lbgwuerttemberg18g-hover.svg);
}
.icon-in {
	background-image: url(lbgwuerttemberg18h.svg);
}
.icon-in:hover {
	background-image: url(lbgwuerttemberg18h-hover.svg);
}
.icon-home {
	background-image: url(lbgwuerttemberg18d.svg);
}
.icon.home:hover {
	background-color: url(lbgwuerttemberg18d-hover.svg);
}
.water {
	background-image: url("lbgwuerttemberg18c.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 300px;
	background-size: cover;
	border: 1px solid #f7f7f7;
}
.disclaimer {
	padding-bottom: 0;
	margin-bottom: 0;
}
 @media only screen and (min-width: 380px) {
.container {
	width: 360px;
	padding: 0;
}
body {
	font-size: 15px;
}
.subtitle {
	font-size: 16px;
	color: black;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 20px;
	padding: 6px 6px 6px 12px;
	color: #fff;
	background-color: #e2001a;
}
}
@media only screen and (min-width: 768px) {
.container {
	width: 720px;
}
h2 {
	font-size: 20px;
	padding: 12px 12px 12px 24px;
	color: #fff;
	background-color: #e2001a;
}
}
@media only screen and (min-width: 991px) {
.container {
	width: 960px;
}

.tiny {
	font-size:12px;
}
}
@media only screen and (min-width: 1200px) {
.container {
	width: 1140px;
}
h1 {
	text-transform: none;
	font-size: 34px;
	line-height: 38px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.subtitle {
	font-size: 18px;
	color: black;
}
.subtitle:last-child {
	font-size: 19px;
	color: black;
}
h2 {
	text-transform: uppercase;
	font-size: 22px;
	padding: 0;
	padding: 15px 12px 12px 24px;
}
}
/* HEADER */

.header {
	padding: 24px 0;
}
.logo {
	max-width: 150px;
	height: auto;
}
/* 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;
}
.title {
	background-image: url("lbgwuerttemberg18b.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 335px;
	position: relative;
	border: 1px solid #f7f7f7;
}
.title-text {
	position: absolute;
	bottom: 12px;
	right: 12px;
	text-align: left;
	color: #667d97;
	width: calc(100% - 24px);
	padding: 20px;
	background-color: rgba(256, 256, 256, 0.8);
}
.teaser {
	border: 1px solid #f7f7f7;
	background-color: #f7f7f7;
}
.tasks {
	border: 1px solid #f7f7f7;
	background-color: #f7f7f7;
}
.profile {
	border: 1px solid #f7f7f7;
	background-color: #f7f7f7;
}
.benefits {
	border: 1px solid #f7f7f7;
	background-color: #f7f7f7;
}
.contact {
	border: 1px solid #f7f7f7;
	background-color: #f7f7f7;
}
.contact p {
	margin-bottom: 6px;
}
.contact a {
	color: #1d1d1b;
	text-decoration: none;
}
.contact a:hover {
	border-bottom: 1px solid #1d1d1b;
}
.water {
	background-image: url("lbgwuerttemberg18c.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 300px;
	background-size: cover;
	border: 1px solid #f7f7f7;
}
@media only screen and (min-width: 768px) {
.grid {
	flex-direction: row;
	margin: 0 6px 12px 6px;
}
.grid-element {
	padding: 0px;
	margin: 0 6px;
}
.padding {
	padding: 24px;
}
.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: 36px;
	width: calc(100% - 36px);
	background: linear-gradient(  to right,  rgba(256, 256, 256, 1) 1%,  rgba(256, 256, 256, 0.9) 25%,  rgba(256, 256, 256, 0.9) 50%,  rgba(256, 256, 256, 0.7) 75%,  rgba(256, 256, 256, 0.01) 99%  );
}
.water,  .benefits {
	margin-top: 0;
}
}