/*
	Theme Name: Lokomotion
	Description: WordPress Theme for Lokomotion
	Version: 1.0.1
	Author: André Wirth - GDC Media & Design
	Author URI: https://gdc-design.de
*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(css/fonts/KFOiCnqEu92Fr1Mu51QrEzAdL-vwnYg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(css/fonts/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(css/fonts/KFOjCnqEu92Fr1Mu51TjASc6CsTYl4BO.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(css/fonts/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(css/fonts/KFOjCnqEu92Fr1Mu51TzBic6CsTYl4BO.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#0069b4;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#0069b4;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#0069b4;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html {
	font-size:120%;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color:#444;
	max-width: 100vw;
	overflow-x: hidden;
	background-color: #fff;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}



header {
	background-color: #0069b4;
	height: 63px;
	-webkit-box-shadow: 0px 10px 65px -4px rgba(0,105,180,0.5);
	-moz-box-shadow: 0px 10px 65px -4px rgba(0,105,180,0.5);
	box-shadow: 0px 10px 65px -4px rgba(0,105,180,0.5);
	position: relative;
}
.logo {
	position: absolute;
	width: 375px;
	background-color: #fff;
	border-radius:  0 0 10px 10px;
	-webkit-box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
	box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
	left: 50px;
	z-index: 10;
}
.logo img {
	padding: 20px 40px 30px;
}
.header-bar {
	position: absolute;
	right: 50px;
}
nav {
	float: left;
	margin-top: 22px;
	list-style: none;
	line-height: 1;
	padding: 0;
}
nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

nav a {
	display: block;
	color: #fff;
}

nav li { /* all list items */
	float: left;
	padding-left: 20px;
}
nav > ul > li a {
	z-index: 1000;
	position: relative;
}

nav li ul { /* second-level lists */
	position: absolute;
	background: #0069b4;
	left: -999em;
	padding-top: 20px;
	width: 200px;
	border-radius: 10px;
	padding-bottom: 10px;
	z-index: 999;
}
nav li ul li {
	padding-left: 0;
	float: none;
}
nav li ul li a {
	padding: 12px 0;
	margin: 0 10px;
	border-bottom: 1px solid #005796;
}
nav li ul li:last-child a {
	border-bottom: 0;
}

nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

nav li:hover ul ul, nav li:hover ul ul ul, nav li.sfhover ul ul, nav li.sfhover ul ul ul {
	left: -999em;
}

nav li:hover ul, nav li li:hover ul, nav li li li:hover ul, nav li.sfhover ul, nav li li.sfhover ul, nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
nav li a:hover {
	color: #000;
}
h1 {
	font-weight: 100;
	font-style: italic;
	font-size: 2.3rem;
	text-align: center;
	position: relative;
	color: #0069b4;
	 margin-top: 52px;
}
h1:after {
	content: '';
	background-image: url('img/underline_h1.svg');
	background-repeat: no-repeat;
	text-align: center;
	margin: 15px auto 0;
	display: block;
	width: 515px;
	height: 20px;
	left: 0;
}
h2 {
	font-weight: 100;
	font-style: italic;
	font-size: 2.3rem;
	text-align: center;
	position: relative;
	color: #0069b4;
	max-width: 800px;
	margin: 4rem auto 3rem;
}
h2:after {
	content: '';
	background-image: url('img/underline_h1.svg');
	background-repeat: no-repeat;
	text-align: center;
	margin: 15px auto 0;
	display: block;
	width: 515px;
	height: 20px;
	left: 0;
}
h4 {
	font-style: italic;
	font-size: 15px;
	margin-top: -5px;
	color: #0069b4;
}
p {
	line-height: 170%;
}
article p a {
	text-decoration: underline;
}
.header-bar .search-icon {
	width: 20px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.header-bar .search-icon:hover {
	cursor: pointer;
}
.headerimg {
	height: 90vh;
	height: calc(100vh - 63px);
	background-size: cover;
	background-position: right center;
	position: relative;
}

.headerimg .title {
	position: absolute;
	left: 50vw;
	transform: translateY(-50%) translateX(-50%);
	top: 40vh;
	width: 64vw;
}
.headerimg h1 {
	color: #fff;
	font-weight: 700;
	border-radius: 10px;
	max-width: 610px;
	text-shadow: 2px 2px 16px rgba(0, 0, 0, 0.6);
}

.headerimg .arrow-btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.headerimg.subpage {
	height: 45vh;
	height: calc(50vh - 63px);
}
.arrow-btn {
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
	box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
	color: #505050;
	transition: all 0.5s ease;
}
 .arrow-icon path, .arrow-icon polygon {
	fill: #0069b4;
}
.arrow-btn .inner {
	position: relative;
	padding: 15px 25px;
}
.arrow-btn .batch {
	position: absolute;
	top: -25px;
	left: -25px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #0069b4;
	background-image: url(img/icons/megaphone.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60%;
}
.arrow-btn .content {
	display: inline-block;
}
.arrow-btn .icon {
	display: inline-block;
	width: 35px;
	margin-left: 15px;
}
.arrow-btn .icon svg {
	vertical-align: middle;
	margin-top: -3px;
	width: 35px;
	height: 23px;
}
.arrow-btn:hover {
	background-color: #ff6200;
	transform: scale(1.03);
}
.arrow-btn:hover .content {
	color: #fff;
}
.arrow-btn:hover .arrow-icon path, .arrow-btn:hover .arrow-icon polygon {
	fill: #fff;
}
main {
	padding-top: 10px;
	max-width: 1280px;
	margin: 0 auto;
}

p {
	max-width: 890px;
	margin: 0 auto 15px;
	hyphens: auto;
	text-align: left;
}
h3 {
	max-width: 890px;
	margin: 0 auto;
}
.backgroundcolor.blau h3 {
	color: #fff;
}
.wp-block-column p {
	width: 100%;
}
.wp-block-columns.has-2-columns {
	/*max-width: 890px;
	margin: 0 auto 15px;*/
}
.wp-block-columns.has-2-columns p {
	text-align: left;
}
.meilensteine .text p {
	text-align: left;
	padding-left: 21px;
}
.wp-block-column:first-child:nth-last-child(2) p {
	text-align: left;

}
.cta .wp-block-column:first-child:nth-last-child(2) {
	margin-left: calc(16.5% - 16px);
}

/*Korrektur Button im CTA-Bereich*/
.cta .wp-block-column{
	display: flex;
}
@media (max-width: 1024px) {
	.cta .wp-block-column{
	justify-content: center;
	}
	.cta .alignright{
	margin:0px;
	}
}
/*===========================================*/

.cta .wp-block-column:first-child:nth-last-child(2),
.cta .wp-block-column:first-child:nth-last-child(2) ~ .wp-block-column {
      flex-basis: calc(33% - 16px);
}
.post-edit-link {
	padding: 10px;
    display: block;
    border: dashed 3px magenta;
    color: magenta;
    border-radius: 30px;
    width: 181px;
    text-align: center;
    margin: 30px auto 30px;
}
.iconbox {
	-webkit-box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
	box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
	border-radius: 10px;
	margin: 80px auto;
	max-width: 310px;
	background-color: #fff;
}
.iconbox.wide {
	max-width: 100%;
}
.iconbox .inner {
	padding: 60px 20px 40px 20px;
	position: relative;
	text-align: center;
	border-radius: 10px;
	background: white;
	transition: background 0.6s ease;
	height: 100%;
}
.iconbox a .inner:hover {
	background: #ff6200;
}
.iconbox a .inner:hover .headline, .iconbox a .inner:hover .text  {
	color: #fff;
}

.iconbox .headline, h3 {
	font-weight: 700;
	font-style: italic;
	font-size: 1.1rem;
	margin-bottom: 10px;
	transition: color 0.6s ease;
}
.iconbox .icon {
	position: absolute;
	top: -40px;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	background-color: #ff6200;
	background-size: 70%;
	background-position: center center;
	background-repeat: no-repeat;
	left: 50%;
	transform: translateX(-50%);
}
.iconbox .text {
	line-height: 170%;
	transition: color 0.6s ease;
}
.iconbox.bildbox .text {
	/*font-size: 80%;*/
}
.wp-block-columns.grau {
	position: relative;
	margin-top: 80px;
}
.wp-block-columns.grau:after {
	content: '';
	background-color: #e6e6e6;
	position: absolute;
	width: 300vw;
	height: 100%;
	left: -100vw;
	z-index: -1;
}
.wp-block-button.grau {
	position: relative;
	margin-top: 0;
	padding-bottom: 50px
}
.wp-block-button.grau:after {
	content: '';
	background-color: #e6e6e6;
	position: absolute;
	width: 300vw;
	height: 100%;
	left: -100vw;
	z-index: -1;
}
.wp-block-button__link {
	background-color: #0069b4;
	border-radius: 10px;
	-webkit-box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
	box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
	color: #fff!important;
	transition: all 0.5s ease;
	background-image: url(img/icons/arrow-white.svg);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: 90% center;
	padding: 15px 80px 15px 25px;
}
.wp-block-button__link:hover {
	background-color: #ff6200;
	background-position: 92% center;
}
.wp-block-button__link.download {
	background-image: url(img/icons/arrow-download-white.svg);
	background-size: 22px;
}
.wp-block-button__link.images {
	background-image: url(img/icons/images-white.svg);
	background-size: 26px;
}
.blau {
	position: relative;
}
.blau:before {
  clear: both;
  content: "";
  display: table;
  margin-top: -1px;
  height: 0;
}
.blau:after {
	content: '';
	background-color: #0069b4;
	position: absolute;
	width: 300vw;
	height: 100%;
	left: -100vw;
	z-index: -1;
	top: 0;
}
.blau h2 {
	color: #fff;
}
.blau p {
	color: #fff;
}
blockquote {
	font-style: italic;
}
cite {
	color: #fff;
	font-style: normal;
	padding-left: 20px;
	font-size: 1.1rem;
	display: block;
}
.newsblock {
}
.aligncenter, div.aligncenter {
	margin-bottom: 0;
}
.newsblock .iconbox .inner {
	padding: 5px 20px 40px 20px;
	height: auto;
}
.newsblock .iconbox .image {
	width: 100%;
	height: 200px;
	background-size: cover;
	border-radius: 10px 10px 0 0;
}
.newsblock .iconbox .date {
	font-size: 15px;
	font-style: italic;
	color: #999;
	margin-bottom: 15px;
}
.newsblock .iconbox p {
	color: #000;
	text-align: center;
	font-size: 0.8rem;
	line-height: 150%;
}
.newsblock .iconbox {
	font-size: 0.83rem;
	line-height: 150%;
	min-height: 390px;
}
.blau .wp-block-button__link {
    background-color: #fff;
    color: #000000!important;
    background-image: url(img/icons/arrow.svg);
}
.blau .wp-block-button__link:hover {
	background-color: #ff6200;
	color: #fff!important;
	background-position: 92% center;
}
.slider {
	margin-bottom: 30px;
}
.slider .buttons {
	-webkit-box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
	box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
	background-color: #0069b4;
	border-radius: 10px;
	height: 54px;
	width: 200px;
	margin: 80px auto;
}
.slider .buttons div {
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: center center;
	height: 54px;
	width: 100px;
	float: left;
}
.slider .buttons .prev {
	background-image: url(img/icons/arrow-white.svg);
	transform: rotate(180deg);
	border-radius: 0 10px 10px 0;
}
.slider .buttons .next {
	background-image: url(img/icons/arrow-white.svg);
	border-left: 1px solid #fff;
	border-radius: 0 10px 10px 0;
}
.slider .buttons:hover {
	cursor: pointer;
}
.slider .buttons .prev:hover, .slider .buttons .next:hover {
	background-color: #ff6200;
}
.slider-container div {
	text-align: center;
	
}
.slider-container .inner {
	margin: 0 30px;
	height: 130px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.slider-container.big .inner {
	height: 195px;
	margin: 0 10px;
}
.cta {
	background-color: #e5e6e8;
	padding: 30px 0 80px 0;
	background-image: url(img/lokomotion_streifen.svg);
	background-position: center 90%;
	background-size: 60%;
	background-repeat: no-repeat;
}
.footer {
	background-color: #ff6200;
	padding: 40px 50px 80px 50px;
}
.footer p {
	max-width: auto;
	margin:0;
	color: #fff;
}
.footer-nav ul {
	padding: 0;
}
.footer-nav li {
	float: left;
	list-style-type: none;
	margin-right: 20px;
}
.footer-nav li a {
	color: #fff;
	opacity: 0.6;
}
.footer .left {
	float: left;
	width: 60%;
}
.footer .right {
	float: right;
	width: 40%;
	text-align: right;
}
.footer .right a {
	margin-left: 10px;
}
.footer .right img {
	width: 40px;
}
.clear {
	clear: both;
}
.breadcrumb {
	text-align: center;
	padding: 60px 20px 0 20px;
	margin-bottom: -40px;
	color: #999;
	font-style: italic;
	font-size: 0.9rem;
}
.breadcrumb a {
	color: #999;
}
.zahlen {
	position: relative;
	color: #fff;
	font-style: italic;
	text-align: center;
	margin: 0px 0 0 0;
}
.zahlen:after {
	content: '';
	background-color: #0069b4;
	position: absolute;
	width: 300vw;
	height: 100%;
	left: -100vw;
	top: 0;
	z-index: -1;
}
.zahlen-container {
	padding: 100px 0;
}
.zahlen span {
	display: block;
}
.zahlen .number {
	font-size: 4rem;
	font-weight: 100;
}
.zahlen p {
	text-align: center;
}
.wp-block-image.is-resized {
	display: block;
}
.wp-block-image img {
	width: 100%!important;
	height: auto!important;
}
.wp-block-columns.has-2-columns {
	/*margin: 80px auto;*/
}
.backgroundcolor {
	position: relative;
	padding: 30px 0 80px;
}
.backgroundcolor:after {
	background-size: cover;
	background-position: center center;
	position: absolute;
	width: 100vw;
	height: 100%;
	left: 0;
	left: calc((100vw - 1280px) / -2);
	top: 0;
	z-index: -1;
	content: '';
}
.backgroundcolor.grau:after {
	background-color: #e6e6e6;
}
.backgroundcolor.blau:after {
	background-color: #0069b4;
}
.backgroundcolor.orange:after {
	background-color: #ff6200;
}
.backgroundcolor.orange h2 {
	color: #fff;
}
.backgroundcolor.orange h2:after {
	background-image: url(img/underline_h1_white.svg);
}
.backgroundcolor.orange p {
	color: #fff;
}

.backgroundcolor.hasBackgroundimage .overlay {
	border-radius: 10px;
	padding: 1px 0 60px 0;
	margin: 40px 60px 0 60px;
}
.backgroundcolor.hasBackgroundimage.grau .overlay {
	background-color: rgba(230,230,230,0.9);
}
.backgroundcolor.hasBackgroundimage.blau .overlay {
	background-color: rgba(0,105,180,0.9);
}
.backgroundcolor.hasBackgroundimage.orange .overlay {
	background-color: rgba(255,100,0,0.9);
}
.backgroundcolor.hasBackgroundimage.blau .overlay .wp-block-button__link {
	 background-color: rgba(255,100,0,1);
	 color: #fff!important;
	 background-image: url(img/icons/arrow-white.svg);
}
.backgroundcolor-weis {

}
.backgroundcolor-grau {

}
.backgroundcolor .overlay h2 {
	/*margin-top: 2rem;*/
}
.meilensteine {
	position: relative;
	padding: 1px 0 80px 0;
	margin-top: 0px;
}
.meilensteine .content {
	background-image: url(img/background_meilensteine.svg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 60px 5000px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.meilensteine .card {
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
	box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
	width: 500px;
	margin: 0 auto 20px;
}
.meilensteine .card .inner {
	padding: 20px;
}
.meilensteine .card {
	transform: translateX(50%);
}
.meilensteine .card:nth-child(2n) {
	transform: translateX(-50%);
}
.meilensteine .year {
	font-size: 2rem;
	color: #0069b4;
	font-style: italic;
	font-weight: 100;
	margin-bottom: 20px;
}
.meilensteine strong {
	font-weight: 700;
	font-style: italic;
	font-size: 1.3rem;
	display: block;
	margin-bottom: -14px;
	text-align: left;
}
.meilensteine li strong {
	display: inline;
}
.meilensteine ul {
	padding-left: 22px;
}

.bildbox .bild {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: top center;
	border-radius: 10px 10px 0 0;
}
.bildbox .inner {
	padding: 40px 20px;
	height: auto;
}
.widebox {
	max-width: 1280px;
	position: relative;
}
.widebox .bild {
	width: 33%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-position: center center;
	border-radius: 10px 0 0 10px;
	background-repeat: no-repeat;
}
.widebox .bild.contain {
	background-size: 80%;
	background-position: center center;
}
.widebox .bild.contain_small {
	background-size: 50%;
	background-position: center center;
}
.widebox .inner {
	margin-left: 35%;
	text-align: left;
	padding: 30px 20px;
}
.widebox.bildposition_rechts .bild {
	right: 0;
}
.widebox.bildposition_rechts .inner {
	margin-left: 0;
	margin-right: 35%;
}
.widebox p {
	color: #444;
}
.wp-block-image figcaption {
	font-size: 1rem;
	font-style: italic;
}
.lokpool {
	margin: 80px 0;
}
.lokbox .bild {
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: top center;
	border-radius: 10px 10px 0 0;
}
.lokbox .inner {
	padding: 20px;
	height: auto;
}
.lokbox .headline {
	margin-bottom: 20px;
}
.row {
	text-align: left;
	font-size: 0.9rem;
	font-style: italic;
	padding: 5px;
	background-color: #eee;
}
.row:nth-child(2n) {
	background-color: #fff;
}
.lokbox .label {
	width: 50%;
	float: left;
}
.lokbox .value {
	width: 50%;
	float: left;
}
.lokbox .buttons {
	margin: 10px 0 0 0;
}
.lokbox .buttons .wp-block-button__link {
	padding: 15px 70px 15px 25px;
	width: 100%;
	margin-top: 15px;
	font-size: 0.85rem;
	text-align: left;
}
main .wpforms-container {
	max-width: 600px;
	margin: 0 auto!important;
}
main .wpforms-container .wpforms-field-label {
	color: #fff!important;
	font-weight: 300!important;
	font-size: 1rem!important;
	margin-bottom: 10px!important;
}
main .wpforms-container input {
	width: 100%!important;
	max-width: 100%!important;
	border-radius: 10px!important;
	height: auto!important;
	padding: 15px 10px!important;
}
div.wpforms-container-full .wpforms-form .wpforms-required-label {
    color: #ff6200!important;
    font-weight: 700!important;
}
main .wpforms-container textarea {
	padding: 15px 10px!important;
	border-radius: 10px!important;
}
div.wpforms-container-full .wpforms-form label.wpforms-error {
    display: block!important;
    color: #ff6200!important;
    font-size: 0.8rem!important;
    font-weight: 700!important;
    margin-top: 10px!important;
}
div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error {
	border-color: #ff6200!important;
}
.wpforms-field-label-inline {
	color: #fff!important;
}
div.wpforms-container-full .wpforms-form input[type=checkbox] {
	width: 14px!important;
}
.wpforms-submit-container {
	text-align: center;
	padding-top: 50px!important;
}
div.wpforms-container-full .wpforms-form button[type=submit] {
	background-color: #0069b4!important;
	border-radius: 10px!important;
	-webkit-box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39)!important;
	-moz-box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39)!important;
	box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39)!important;
	color: #fff!important;
	transition: all 0.5s ease!important;
	background-image: url(img/icons/arrow-white.svg)!important;
	background-repeat: no-repeat!important;
	background-size: 40px!important;
	background-position: 90% center!important;
	padding: 25px 80px 25px 25px!important;
	border:none!important;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	border:none;
	color: black;
}
div.wpforms-container-full .wpforms-form input[type=radio] {
	width: 20px!important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-description{
	color: #fff!important;
	font-size: 0.8rem!important;
	font-style: italic;
}
.wpforms-field-label-inline a {
	color: #fff;
	text-decoration: underline!important;
}
.wpforms-uploader .modern-title, .wpforms-uploader .modern-hint {
	display: none;
}
div.wpforms-container-full .wpforms-form .wpforms-captcha-equation {
    font-size: 16px;
    color: #fff;
}
.googlemaps {
	position: relative;
	height: 450px;
}
.googlemaps .container {
	position: absolute;
	width: 100vw;
	left: calc((100vw - 1280px) / -2);
}
.googlemaps iframe {
	width: 100%;
	height: 450px;
}
.googlemaps .opt-in {
	background-size: cover;
	background-position: center center;
	height: 450px;
}
.googlemaps .inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
}
.googlemaps .subtext {
	font-size: 0.8rem;
	margin-top: 15px;
}
.newsblock .wp-block-columns {
	margin-bottom: 0;
}
.cat-and-date {
	text-align: center;
	color: #999;
    font-style: italic;
    font-size: 0.9rem;
    margin: -30px 0 60px 0;
}
.postimage {
	margin-bottom: 60px;
}
.list {
	margin-top: 100px;
	max-width: 890px;
	margin: 40px auto;
}
.list .row {
	/*background-color: #d4d4d4;*/
	background-color: #fff;
	background-image: url(img/icons/arrow-download-blue.svg);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 20px;
	padding: 15px 50px 15px 20px;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 10px;
	border-radius: 10px;
}
.list a:nth-child(2n) .row {
	/*background-color: #ececec;*/
}
.downloadlist {
}
.iconbox.bildbox a {
	color: #0069b4;
}
.joblist {
	margin: 60px auto;
}
.joblist .row {
	background-image: url(img/icons/arrow.svg);
	background-size: 30px 40px;
}
.joblist .location {
	font-size: 0.7rem;
	background-color: #0069b4;
	color: #fff;
	display: inline-block;
	padding: 3px 9px;
	border-radius: 3px;
	margin-bottom: 5px;
	margin-top: 6px;
}
article ul {
	max-width: 890px;
	margin: 0 auto;
	list-style: none;
}
article li {
	line-height: 170%;
}

article ul li::before {
  content: "\2022";  
  color: #0069b4; 
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
  font-size: 120%;
}
article ul.rechts {
	text-align: right;
}
article ul.rechts li::before {
	margin-right: 0.2em;
}
.search-overlay {
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 105, 180, 0.8);
	position: fixed;
	top: 0;
	left: -9999px;
	z-index: 888;
	opacity: 0;
	transform: scale(0.8);
	transition: opacity 0.5s ease, transform 0.3s ease;
}
.search-overlay form {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);

}
.search-overlay input, #mobile-nav form input {
	border: none;
	border-radius: 10px 0 0 10px;
	padding: 15px 25px;
	float: left;
	width: 380px;
}
.search-overlay button, #mobile-nav form button {
	background-color: #ff6200;
	border-radius: 0 10px 10px 0;
	-webkit-box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
	box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
	color: #fff!important;
	transition: all 0.5s ease;
	background-image: url(img/icons/arrow-white.svg);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 90% center;
	padding: 15px 80px 15px 25px;
	border:none;
}
.search-overlay .close {
	position: absolute;
	right: 20px;
	top: 0px;
	font-size: 50px;
	font-weight: 100;
	color: #fff;
	transform: scale(1, 0.8);
}
.search-overlay .close:hover {
	cursor: pointer;
}
.search-overlay.active {
	opacity: 1;
	left: 0;
	transform: scale(1);
}
.search .iconbox .inner {
	margin-left: 0;
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; 
  outline: none;}
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.mobile-nav-active .hamburger--slider .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
.mobile-nav-active .hamburger--slider .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
.mobile-nav-active .hamburger--slider .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

#mobile-nav {
	position: absolute;
	top: 0;
	height: 0;
	z-index: 50;
	background-color: #0069b4;
	width: 100vw;
	overflow-y: scroll;
	transform: translateY(-10px);
	transition: transform 0.5s ease-out, opacity 0.5s ease;
	opacity: 0;
}
.mobile-nav-active {
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	overflow: hidden;
}
.mobile-nav-active #mobile-nav {
	display: block;
	transform: translateY(0);
	height: 100vh;
	opacity: 1;
}
#mobile-nav .inner {
	margin-bottom: 110px;
	padding-top: 50px;
	background-image: url(img/logo_white.svg);
    background-position: 22px 14px;
    background-size: 130px;
    background-repeat: no-repeat;
}
#mobile-nav a {
	color: #000;
	display: block;
	font-weight: bold;
}
#mobile-nav ul ul li a {
	font-weight: normal;
	display: inline;
}
#mobile-nav ul {
	padding-left: 15px;
	padding-right: 15px;
}
#mobile-nav li {
	list-style-type: none;
	line-height: 140%;
}
#mobile-nav ul li li {
	margin: 10px 10px;
	list-style-type: none;
	color: #fff;
}

#mobile-nav ul li li::before {
    content: "\2022";
    color: #0069b4;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 120%;
}
#mobile-nav > .inner > ul > li {
	margin-bottom: 20px;
	background-color: rgba(255,255,255,1);
	border-radius: 10px;
	padding: 15px;
}
#mobile-nav form {
	margin: 15px;
}
#mobile-nav form input {
	width: 100%;
	float: none;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 10px;
}
#mobile-nav form button {
	padding: 15px 80px 15px 15px;
	border-radius: 10px;
	width: 100%;
	box-sizing: border-box;
	background-position: 95% center;
}
.mobile-nav-icon {
	display: none;
	position: absolute;
	z-index: 100;
	right: 0px;
	top: 3px;
}
.home article .backgroundcolor {
	padding-top: 0;
}
.home article .backgroundcolor.grau:after {
	height: 70%;
	top: auto;
	bottom: 0;
}
.home article .wp-block-columns.grau:after {
	background-color: transparent;
}
.slick-dots li {
	display: none!important;
}
.pagination {
    padding: 48px;
    margin-bottom: 30px;
    height: 162px;
 }
.pagination a {
    background-color: #0069b4;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
    box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
    color: #fff!important;
    transition: all 0.5s ease;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: 90% center;
    padding: 15px 25px 15px 25px;
}
.pagination a:hover {
    background-color: #ff6200;
    color: #fff!important;
    background-position: 92% center;
}
.category-news .postimage {
	max-width: 890px;
    margin: 0 auto 30px;
}
h1 {
	max-width: 890px;
	margin: 57px auto 30px;
}
.wp-block-group p {
	max-width: 100%;
}
.schmal  {
	max-width: 890px;
    margin: 0 auto;
}
.wp-block-group .schmal  {
	max-width: 890px;
    margin: 0 auto;
}
.wp-block-group {
	-webkit-box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
    box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
    border-radius: 10px;
    background-color: white;
    height: 100%;
}
.wp-block-group__inner-container {
	padding: 20px;
}
h2.keinAbstandUnten {
	margin-bottom: 0;
}
.has-medium-gray-background-color {
	background-color: #e6e6e6;
}
#cookie-bar {
	position: fixed;
	bottom: 0px;
	right: 0px;
	left: 0;
	-webkit-box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
    box-shadow: 0px 10px 65px -4px rgba(0,0,0,0.39);
    background-color: #e6e6e6;
    padding: 11px 15px;
    z-index: 1000;
}
#cookie-bar p {
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 13px;
	text-align: center;
	max-width: 100%;
}
#cookie-bar .cb-enable {
	background-color: #0069b4;
	padding: 5px 10px;
	border-radius: 5px;
	color: #fff;
	margin-left: 15px;
	display: inline-block;
}
#cookie-bar .cb-disable {
	background-color: #bdbdbd;
	padding: 5px 10px;
	border-radius: 5px;
	color: #525252;
	margin-left: 15px;
	display: inline-block;
}
.home.cookieBarVisible .headerimg .arrow-btn {
	bottom: 90px;
}
.wp-block-column[style*="flex-basis:20%"] .iconbox {
	margin-top: 0px;
}
.wp-block-column[style*="flex-basis:20%"] .bildbox .bild {
    height: 200px;
    background-position: center center;
}
.wp-block-column[style*="flex-basis:20%"] .bildbox .inner {
    padding: 10px 10px;
}
.wp-block-column[style*="flex-basis:20%"] .iconbox .headline {
	font-size: 0.8rem;
}
.wp-block-column[style*="flex-basis:20%"] .iconbox.bildbox .text {
    font-size: 70%;
}
.slick-slide {
 	outline: none!important;
}
.mitarbeiterbox .phone, .mitarbeiterbox .mail {
	font-size: 90%;
}
.mitarbeiterbox .phone img, .mitarbeiterbox .mail img {
	width: 20px;
	display: inline-block;
	margin-right: 5px;
}
.mitarbeiterbox .phone {
	margin-bottom: 10px;
}
main article .wp-block-group__inner-container li {
	margin-bottom: 15px;
}
.wpforms-confirmation-container-full {
	background-color: transparent!important;
	border: none!important;
}
.wpforms-confirmation-container-full p:last-of-type {
	color: #fff;
	max-width: 100%!important;
	text-align: center;
}
.hide-nav-desktop {
	display: none;
}
.hide-nav-desktop-push {
	margin-bottom: 120px;
}
article.category-news {
	margin-bottom: 80px;
}
div.wpforms-container-full .wpforms-form input[type=checkbox] {
	background-color: transparent!important;
}

/*
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1280px) {
	nav {
		margin-top:24px;
	}
	nav li {
		padding-left: 15px;
	}
	nav li a {
		font-size: 85%;
	}
	main {
		width: 90%;
		margin: 0 5%;
	}
	.backgroundcolor:after, .googlemaps .container {
    	left: calc((100vw - 90vw) / -2);
	}
	.search-overlay input {
		width: 280px;
	}
	.zahlen .number {
    	font-size: 3rem;
	}
	h1 {
		font-size: 2.5rem;
	}
	h2 {
		font-size: 2.3rem;
	}
	.headerimg .title {
		top: 40vh;
	}
	.breadcrumb {
		margin-bottom: -20px;
	}
}
@media only screen and (max-width:1170px) {
	nav {
		margin-top:26px;
	}
	nav li {
		padding-left: 12px;
	}
	nav li a {
		font-size: 75%;
	}
	.logo {
		width: 310px;
	}
	p {
		max-width: 90%;
	}
	.meilensteine strong {
		font-size: 1rem;
	}
	.card p {
		max-width: 100%;
		font-size: 15px;
	}
	.meilensteine .year {
		font-size: 1.5rem;
	}

}
@media only screen and (max-width:1024px) {
	.search-overlay input {
		width: 100%;
		float: none;
		border-radius: 10px;
		margin-bottom: 20px;
		box-sizing: border-box;
	}
	.search-overlay button {
		width: 100%;
		border-radius: 10px;
	}
	.mobile-nav-icon {
		display: block;
	}
	.header-bar {
		right: 10px;
	}
	.header-bar .nav {
		display: none;
	}
	.header-bar .search-icon {
		display: none;
	}
	.logo {
		width: 260px;
		left: 30px;
	}
	h1 {
		font-size: 1.6rem;
	}
	h2 {
		font-size: 1.6rem;
		margin: 3rem auto 2rem;
	}
	.headerimg .title {
		left: 10px;
		right: 10px;
		transform: translateY(-50%) translateX(0);
		text-align: center;
		width: auto;
		box-sizing: border-box;
	}
	h1:after, h2:after {
		max-width: 90%;
	}
	.headerimg .arrow-btn {
		left: 20px;
	}
	.headerimg .arrow-btn .content {
		font-size: 13px;
	}
	.headerimg .arrow-btn .inner {
		padding: 15px;
	}
	.arrow-btn .batch {
		width: 30px;
		height: 30px;
		top: -15px;
		left: -15px;
	}
	.arrow-btn .icon {
		float: right;
	}
	p, li, .wp-block-image figcaption {
		font-size: 15px;
	}
	.wp-block-columns.grau {
	    padding-top: 40px;
	}
	.iconbox {
		margin: 45px auto;
		max-width: 100%;
	}
	.iconbox .headline {
		font-size: 1rem;
	}
	.iconbox .text {
		font-size: 15px;
	}
	.iconbox .inner {
    	padding: 60px 20px 20px 20px;
	}
	.home article .backgroundcolor.grau:after {
    	height: 100%;
    	top: 0;
    	bottom: 0;
	}
	.wp-block-button__link {
		font-size: 0.8rem;
	}
	.backgroundcolor {
		padding: 30px 0 30px;
	}
	.footer {
		padding: 30px 10px 40px 10px;
	}
	.footer .left {
		text-align: center;
		width: 100%;
		float: none;
	}
	.footer p {
		text-align: center;
		max-width: 100%;
	}
	.footer-nav ul {
		text-align: center;
	}
	.footer-nav li {
		float: none;
		margin-right: 0;
	}
	.footer .right {
		width: 100%;
		text-align: center;
	}
	.breadcrumb {
		margin-bottom: -10px;
		font-size: 13px;
	}
	.meilensteine .card {
    	transform: translateX(0);
	}
	.meilensteine .card:nth-child(2n) {
	    transform: translateX(0);
	}
	.widebox .inner {
		padding: 20px;
	}
	.mitarbeiterbox {
		max-width: 310px;
	}
	.hide-nav-desktop {
		display: block;
	}
	.hide-nav-desktop-push {
		margin-bottom: 0px;
	}

}
@media only screen and (max-width:783px) {
	.wp-block-column {
		flex-basis: 100%;
	}
	.wp-block-column:nth-child(2n) {
    	margin-left: 0px;
	}
	.wp-block-column:first-child:nth-last-child(2), .wp-block-column:first-child:nth-last-child(2) ~ .wp-block-column {
    	flex-basis: 100%;
    	margin-bottom: 30px;
	}
	.wp-block-column:first-child:nth-last-child(2) {
    	margin-left: 0;
	}
	.wp-block-columns {
		margin-bottom: 0;
	}

	#cookie-bar p {
		font-size: 11px;
	}
	#cookie-bar span {
		display: block;
		margin-bottom: 10px;
	}
	#cookie-bar .cb-enable {
		display: block;
		margin-left: 0;
		margin-bottom: 15px;
		width: 46%;
		float: left;
		text-align: center;
	}
	#cookie-bar .cb-disable {
		display: block;
		width: 46%;
		float: right;
		text-align: center;
	}
	.home.cookieBarVisible .headerimg .arrow-btn {
    	bottom: 20px;
	}
	.wp-block-column[style*="flex-basis:80%"] {
		flex-basis: 50%!important;
	}
	.wp-block-column[style*="flex-basis:20%"] {
		flex-basis: calc(50% - 20px)!important;
		margin-left: 20px;
	}
	.arrow-btn .content {
	    float: left;
	    margin-bottom: 14px;
	}
	.arrow-btn .icon {

	    display: inline-block;
	    width: 35px;
	    margin-top: -3px;
	    margin-left: 15px;
	    margin-bottom: 11px;
	    float: right;
	    		display: none;
	}
	p {
		text-align: left;
	}
	.footer .right img {
    width: 30px;
}

}
@media only screen and (max-width:600px) {
	.logo {
		width: 200px;
		left: 15px;
	}
	.logo img {
    	padding: 10px 10px 20px 20px;
	}
	.wp-block-column:first-child:nth-last-child(2) {
    	margin-left: 0;
	}
	.iconbox {
		height: auto!important;
	}
	.meilensteine .card {
		width: 100%;
	}
	.widebox .inner {
		margin-left: 0;
		margin-right: 0!important;
	}
	.widebox .bild {
    	width: 100%;
    	height: 135px;
    	position: static;
    	border-radius: 10px 10px 0 0;
	}
	#post-227 .widebox .bild {
		height: 250px;
	}
	.widebox .bild.contain {
	    background-size: contain;
	}
	.backgroundcolor.hasBackgroundimage .overlay {
		margin: 0;
	}
	.wp-block-column[style*="flex-basis:80%"] {
		flex-basis: 100%!important;
	}
	.wp-block-column[style*="flex-basis:20%"] {
		flex-basis: 100%!important;
		margin-left: 0px;
	}
	.cta .alignright {
		text-align: center;
		float: none;
	}
	.cta .wp-block-column:first-child:nth-last-child(2) {
	    margin-left: 0;
	}
	.headerimg {
    	background-position: right center;
	}

}



@media print {
	.logo {
		width: 220px;
		left: 0;
		-webkit-box-shadow: none;
    	-moz-box-shadow: none;
    	box-shadow: none;
	}
	header {
		 -webkit-box-shadow: none;
    	-moz-box-shadow: none;
    	box-shadow: none;
	}
  	.header-bar {
  		display: none;
  	}
  	.breadcrumb {
  		display: none;
  	}
  	.type-stellenangebote .backgroundcolor.blau {
  		display: none;
  	}
  	.footer-nav {
  		display: none;
  	}
  	.footer .left {
  		width: 100%;
  	}
}
















