/*
Theme Name: rws-gruppe.de
Theme URI: http://endcore.com
Description: Legen... wait for it... Dary!
Author: endcore Medienagentur
Author URI: http://endcore.com
Version: 1.0-almighty
*/

/* lato-300italic - latin */
@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 300;
	src: url('_/fonts/lato-v14-latin-300italic.eot'); /* IE9 Compat Modes */
	src: local('Lato Light Italic'), local('Lato-LightItalic'),
	url('_/fonts/lato-v14-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('_/fonts/lato-v14-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ url('_/fonts/lato-v14-latin-300italic.woff') format('woff'), /* Modern Browsers */ url('_/fonts/lato-v14-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('_/fonts/lato-v14-latin-300italic.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: url('_/fonts/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Lato Regular'), local('Lato-Regular'),
	url('_/fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('_/fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('_/fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */ url('_/fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('_/fonts/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: url('_/fonts/lato-v14-latin-700.eot'); /* IE9 Compat Modes */
	src: local('Lato Bold'), local('Lato-Bold'),
	url('_/fonts/lato-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('_/fonts/lato-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('_/fonts/lato-v14-latin-700.woff') format('woff'), /* Modern Browsers */ url('_/fonts/lato-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('_/fonts/lato-v14-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/*
 * BASICS
 */
html {
	position: relative;
	min-height: 100%;
}

@media (max-width: 767px) {
	html {
		font-size: 14px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	html {
		font-size: 15px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	html {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	html {
		font-size: 17px;
	}
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: #3f3e3e;
	background: #fff;
}

a {
	color: #00558c;
}

a:hover, a:focus {
	color: #00558c;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-color: #eee;
}

/*p { margin-bottom: 20px; }*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #00558c;
}

h1, .h1 {
	font-size: 2rem;
	margin-bottom: 30px;
}

h2, .h2 {
	font-size: 1.5rem;
	margin-top: 30px;
}

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-size: 1.25rem;
}

::selection {
	color: #fff;
	background: #00558c;
	text-shadow: none;
}

::-moz-selection {
	color: #fff;
	background: #00558c;
	text-shadow: none;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.aligncenter {
	display: block;
	margin: 0 auto 10px auto;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.alignnone {
	float: none;
	display: block;
	margin: 0 0 10px 0;
}

p .alignleft {
	float: left;
	margin: 5px 15px 10px 0;
}

p .aligncenter {
	display: block;
	margin: 5px auto 10px auto;
}

p .alignright {
	float: right;
	margin: 5px 0 10px 15px;
}

p .alignnone {
	float: none;
	display: block;
	margin: 5px 0 10px 0;
}

@media (max-width: 575px) {
	.alignleft,
	.aligncenter,
	.alignright {
		float: none !important;
		display: block !important;
		margin: 0 auto 10px auto !important;
		text-align: center !important;
	}
}

p.empty {
	padding: 0;
	margin: 0;
	line-height: 0;
}

img[class*="wp-image-"] {
	display: block;
	max-width: 100%;
	height: auto;
}

span.highlight {
	padding: 0 .1em;
	background-color: #fef8e5;
	display: inline-block;
	margin: 0 .1em;
	box-shadow: 0 0 0 .1em #fef8e5;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	font-size: 0.875rem;
	margin: 5px 0 0 0;
	color: #999;
	font-style: italic;
}

.wp-caption img {
	height: auto;
}

.mfp-title {
	font-size: 0.875rem !important;
}

.pb50 {
	padding-bottom: 52px;
}

#wrapper, .wrapped {
	margin-right: auto;
	margin-left: auto;
}

.wp-smiley {
	height: 16px;
	width: auto;
	max-width: 16px;
}

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-15 {
	float: left;
	width: 20%;
}

.col-xs-pull-15 {
	right: 20%;
}

.col-xs-push-15 {
	left: 20%;
}

.col-xs-offset-15 {
	margin-left: 20%;
}

.browserupgrade {
	background: #d22630;
	color: #fff;
	text-align: center;
	padding: 10px;
}

.browserupgrade a {
	color: #fff;
	text-decoration: underline;
}

.no-padding .row div[class*=col-] {
	padding: 0;
}

@media (max-width: 479px) {
	.col-xxs-12 {
		width: 100%;
		float: none;
	}

	.hidden-xxs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#wrapper, .wrapped {
		width: 750px;
	}
}

@media (min-width: 768px) {
	.dl-horizontal dd {
		margin-bottom: 5px;
	}

	.col-sm-15 {
		float: left;
		width: 20%;
	}

	.col-sm-pull-15 {
		right: 20%;
	}

	.col-sm-push-15 {
		left: 20%;
	}

	.col-sm-offset-15 {
		margin-left: 20%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#wrapper, .wrapped {
		width: 970px;
	}
}

@media (min-width: 992px) {
	.col-md-15 {
		float: left;
		width: 20%;
	}

	.col-md-pull-15 {
		right: 20%;
	}

	.col-md-push-15 {
		left: 20%;
	}

	.col-md-offset-15 {
		margin-left: 20%;
	}
}

@media (min-width: 1200px) {
	body.admin-bar #navigation.affix {
		margin-top: 32px;
	}

	#wrapper, .wrapped {
		width: 1170px;
	}

	.col-lg-15 {
		float: left;
		width: 20%;
	}

	.col-lg-pull-15 {
		right: 20%;
	}

	.col-lg-push-15 {
		left: 20%;
	}

	.col-lg-offset-15 {
		margin-left: 20%;
	}
}

@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}

@media print {
	a:after {
		content: none !important;
	}

	#topbar, #topbar + #collapseTopbar, #navigation, #teaser, #breadcrumbs, #footer,
	#page-builder > .boxes, #content .readmore, #content .post-meta, #content .pagination, #sidebuttons, .page-sub-navi-alt,
	.post-social, .post-related, .post-postnav, .post-comments {
		display: none;
	}

	p, h1, h2, h3, h4, h5, h6 {
		clear: both;
	}

	#main {
		padding: 0;
		margin: 0;
	}

	#header .brand {
		position: relative !important;
	}

	#header .brand img {
		width: 300px;
		height: auto;
		display: block;
	}

	#main > .container > .row > .col-sm-8,
	#content > .row > .col-sm-8,
	#page-builder > .section > .container > .row > .col-sm-8 {
		width: 100%;
	}
}

@-moz-document url-prefix() {
	fieldset {
		display: table-cell;
	}
}

/*
 * TOPBAR
 */
#topbar {
	position: absolute;
	left: 0;
	right: 0;
	padding: 30px 0 10px 0;
	z-index: 500;
}

#topbar a {
	color: #fff;
	font-size: 16px;
}

#topbar a img {
	margin-left: 5px;
}

#collapseTopbar {
	position: relative;
	margin-top: 0;
	z-index: 9;
	height: 100vh;
}

#collapseTopbar .item {
	max-height: 100vh;
}

#collapseTopbar .item > img {
	width: 100%;
}

#collapseTopbar .carousel-caption {
	z-index: 999;
	background: url('_/img/teaser-bg-topbar.png') no-repeat center left;
	width: 700px;
	height: 960px;
	padding: 50px 150px 50px 50px;
	text-align: left;
	left: 0;
	bottom: 0;
}

#collapseTopbar .carousel-caption .h1 {
	color: #00558c;
	text-shadow: none;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.2;
	padding-bottom: 20px;
}

#collapseTopbar .carousel-caption .h2 {
	color: #00558c;
	text-shadow: none;
	font-weight: 600;
	font-size: 26px;
	font-style: italic;
}

#collapseTopbar .carousel-caption p {
	color: #00558c;
	text-shadow: none;
}

#collapseTopbar .carousel-indicators {
	margin: 0;
	left: 50px;
	bottom: 200px;
	right: auto;
	width: auto;
	text-align: left;
}

#collapseTopbar .carousel-indicators li {
	margin: 0;
	border: none;
	height: 16px;
	width: 16px;
	background: url('_/img/hexagon-rws-o-16x16.png') no-repeat center center;
}

#collapseTopbar .carousel-indicators .active {
	background: url('_/img/hexagon-rws-16x16.png') no-repeat center center;
}

#collapseTopbar.collapse.in + #header, #collapseTopbar.collapsing + #header {
	margin-top: -200px;
	margin-bottom: 200px;
}

.collapsing {
	-webkit-transition: none;
	transition: none;
}

.collapsing, .collapse.in {
	transition: none !important;
}

#collapseTopbar .carousel-caption .btn {
	margin-top: 30px;
}

#collapseTopbar .carousel {
	position: static;
}

/*
 * HEADER
 */
#header {
	padding-top: 80px;
	position: relative;
}

#header .brand {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}

/*
 * NAVIGATION
 */
#navigation .navbar {
	position: relative;
	z-index: 450;
	border: none;
	border-radius: 0;
	margin: 0;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.10);
}

#navigation .navbar .navbar-nav > li > a {
	font-size: 0.875rem;
	color: #00558c;
	padding: 20px 15px;
}

#navigation .navbar .navbar-nav > li.current-menu-item > a, #navigation .navbar .navbar-nav > li.current-page-ancestor > a, #navigation .navbar .navbar-nav > li > a:hover, #navigation .navbar .navbar-nav > li > a:focus, #navigation .navbar .navbar-nav > li:hover > a, #navigation .navbar .navbar-nav > .open > a {
	color: #fff;
	background: #00558c;
}

#navigation .navbar .navbar-nav > li.menu-b.current-menu-item > a, #navigation .navbar .navbar-nav > li.menu-b.current-page-ancestor > a, #navigation .navbar .navbar-nav > li.menu-b > a:hover, #navigation .navbar .navbar-nav > li.menu-b > a:focus, #navigation .navbar .navbar-nav > li.menu-b:hover > a, #navigation .navbar .navbar-nav > .open.menu-b > a {
	color: #fff;
	background: #5bc2e7;
}

#navigation .navbar .navbar-nav > li.menu-y.current-menu-item > a, #navigation .navbar .navbar-nav > li.menu-y.current-page-ancestor > a, #navigation .navbar .navbar-nav > li.menu-y > a:hover, #navigation .navbar .navbar-nav > li.menu-y > a:focus, #navigation .navbar .navbar-nav > li.menu-y:hover > a, #navigation .navbar .navbar-nav > .open.menu-y > a {
	color: #fff;
	background: #f6be00;
}

#navigation .navbar .navbar-nav > li.menu-r.current-menu-item > a, #navigation .navbar .navbar-nav > li.menu-r.current-page-ancestor > a, #navigation .navbar .navbar-nav > li.menu-r > a:hover, #navigation .navbar .navbar-nav > li.menu-r > a:focus, #navigation .navbar .navbar-nav > li.menu-r:hover > a, #navigation .navbar .navbar-nav > .open.menu-r > a {
	color: #fff;
	background: #d22630;
}

#navigation .dropup .dropdown-menu {
	margin: 0;
	box-shadow: none;
}

@media (max-width: 767px) {
	#navigation .extra-toggle {
		position: absolute;
		right: 0;
		top: 0;
	}

	#navigation .dropdown-toggle .caret {
		display: none;
	}

	#navigation .navbar {
		height: 50px;
	}

	#navigation .navbar-collapse {
		background: rgba(255, 255, 255, 0.95);
	}

	#navigation .navbar-nav > .open > .dropdown-menu > li > a {
		padding: 5px 15px 5px 25px;
	}

	#navigation .navbar-nav > .open > .dropdown-menu > li.open > .dropdown-menu > li > a {
		padding: 5px 15px 5px 35px;
	}

	#navigation .navbar-nav > .open > .dropdown-menu > li.open > .dropdown-menu > .open > .dropdown-menu > li > a {
		padding: 5px 15px 5px 45px;
	}

	#navigation .navbar .navbar-toggle {
		border-color: transparent;
	}

	#navigation .navbar .navbar-toggle:hover, #navigation .navbar .navbar-toggle:focus {
		border-color: #00558c;
		background-color: #00558c;
	}

	#navigation .navbar .navbar-toggle .icon-bar {
		background-color: #00558c;
	}

	#navigation .navbar .navbar-toggle:hover .icon-bar, #navigation .navbar .navbar-toggle:focus .icon-bar {
		background-color: #fff;
	}

	#navigation .dropdown:not(.open) .dropdown-menu {
		display: none !important;
	}

	#navigation .dropdown-menu > li > a {
		color: #3f3e3e;
	}

	#navigation .dropdown-menu > li:hover > a, #navigation .dropdown-menu > li.open > a, #navigation .dropdown-menu > li > a:hover, #navigation .dropdown-menu > li > a:focus {
		color: #00558c;
		background-color: transparent;
	}
}

@media (min-width: 768px) {
	#navigation .extra-toggle {
		display: none;
	}

	#navigation .navbar .navbar-logo {
		display: none;
	}

	#navigation.affix .navbar .navbar-logo {
		display: block;
	}

	#navigation .navbar .navbar-logo > li > a {
		padding: 15px 15px !important;
		background: none !important;
	}

	#navigation .navbar .navbar-logo > li > a img {
		height: 30px;
		width: auto;
	}

	#navigation .dropdown-menu {
		left: 0;
		right: auto;
		border: 0;
		border-radius: 0;
		min-width: 200px;
		padding: 5px 0;
	}

	#navigation .dropdown-menu .caret {
		display: none;
	}

	#navigation .dropdown-menu > li > a {
		color: #3f3e3e;
	}

	#navigation .dropdown-menu {
		background-color: #00558c;
	}

	#navigation .dropdown-menu > li > a {
		color: #fff;
	}

	#navigation .dropdown-menu > li > a:hover, #navigation .dropdown-menu > li > a:focus {
		background: rgba(255, 255, 255, 0.25);
	}

	#navigation .menu-b .dropdown-menu {
		background: #5bc2e7;
	}

	#navigation .menu-y .dropdown-menu {
		background: #f6be00;
	}

	#navigation .menu-r .dropdown-menu {
		background: #d22630;
	}

	#navigation .dropup .dropdown-submenu > .dropdown-menu {
		top: auto !important;
		bottom: 0;
		margin-top: 0;
		margin-bottom: -5px;
	}

	.is-desktop #navigation .navbar-hover .navbar-nav > .dropdown:hover > .dropdown-menu,
	.is-desktop #navigation .navbar-hover .navbar-nav > .dropdown > .dropdown-toggle:focus + .dropdown-menu,
	.is-desktop #navigation .navbar-hover .dropdown-menu > .dropdown:hover > .dropdown-menu {
		display: block;
	}
}

@media (min-width: 768px) {
	.is-tablet #navigation .navbar .navbar-nav > li.dropdown, .is-phone #navigation .navbar .navbar-nav > li.dropdown {
		position: relative;
	}

	.is-tablet #navigation .navbar .navbar-nav > li.dropdown a, .is-phone #navigation .navbar .navbar-nav > li.dropdown a {
		padding-right: 30px;
	}

	.is-tablet #navigation .navbar .navbar-nav > li.dropdown a .caret, .is-phone #navigation .navbar .navbar-nav > li.dropdown a .caret {
		display: none;
	}

	.is-tablet #navigation .navbar .navbar-nav > li.dropdown a.extra-toggle, .is-phone #navigation .navbar .navbar-nav > li.dropdown a.extra-toggle {
		z-index: 999;
		font-size: 1rem;
		display: block;
		position: absolute;
		height: 20px;
		width: 20px;
		padding: 0 !important;
		top: 20px;
		right: 5px;
		text-align: center;
	}

	.is-tablet #navigation .navbar .navbar-nav > li.dropdown a.extra-toggle .fa:before, .is-phone #navigation .navbar .navbar-nav > li.dropdown a.extra-toggle .fa:before {
		content: "\f078";
		height: 20px;
		width: 20px;
		line-height: 20px;
		text-align: center;
		display: block;
	}

	.is-phone #navigation .dropdown-submenu > a:after, .is-tablet #navigation .dropdown-submenu > a:after {
		content: none;
	}

	.is-phone #navigation .navbar .navbar-nav .dropdown-menu a.extra-toggle, .is-tablet #navigation .navbar .navbar-nav .dropdown-menu a.extra-toggle {
		top: 3px !important;
		background: none !important;
	}

	.is-phone #navigation .navbar .navbar-nav .dropdown-menu a.extra-toggle .fa:before, .is-tablet #navigation .navbar .navbar-nav .dropdown-menu a.extra-toggle .fa:before {
		content: "\f054" !important;
	}
}

/*
 * TEASER
 */
#teaser {
	position: relative;
	top: -140px;
	z-index: 9;
	margin-bottom: -140px;
}

#teaser .tocontent {
	position: absolute;
	right: 70px;
	bottom: 70px;
	z-index: 999;
}

#teaser .item {
	height: 100vh;
	background-size: cover;
	background-position: center right;
}

#teaser .item img {
	width: 100%;
}

#teaser .carousel-caption {
	background: url('_/img/teaser-bg-rws.png') no-repeat center left;
	width: 785px;
	height: 380px;
	padding: 120px 0 0 50px;
	text-align: left;
	left: 0;
	bottom: 0;
}

#teaser .teaser-blue .carousel-caption {
	background: url('_/img/teaser-bg-b.png') no-repeat center left;
}

#teaser .teaser-yellow .carousel-caption {
	background: url('_/img/teaser-bg-y.png') no-repeat center left;
}

#teaser .teaser-red .carousel-caption {
	background: url('_/img/teaser-bg-r.png') no-repeat center left;
}

#teaser .teaser-green .carousel-caption {
	background: url('_/img/teaser-bg-g.png') no-repeat center left;
}

#teaser .carousel-caption .h2 {
	color: #fff;
	text-shadow: none;
	font-weight: 600;
	font-size: 26px;
	font-style: italic;
}

#teaser .carousel-caption .h1 {
	color: #fff;
	text-shadow: none;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.3;
}

#teaser .carousel-caption a {
	color: #fff;
}

#teaser .carousel-indicators {
	margin: 0;
	left: 50px;
	right: auto;
	width: auto;
	text-align: left;
}

#teaser .carousel-indicators li {
	margin: 0;
	border: none;
	height: 16px;
	width: 16px;
	background: url('_/img/hexagon-w-o-16x16.png') no-repeat center center;
}

#teaser .carousel-indicators .active {
	background: url('_/img/hexagon-w-16x16.png') no-repeat center center;
}

.rws-blue #teaser .carousel-caption {
	background-image: url('_/img/teaser-bg-b.png');
}

.rws-yellow #teaser .carousel-caption {
	background-image: url('_/img/teaser-bg-y.png');
}

.rws-red #teaser .carousel-caption {
	background-image: url('_/img/teaser-bg-r.png');
}

.rws-green #teaser .carousel-caption {
	background-image: url('_/img/teaser-bg-g.png');
}

#teaser .item-noimg {
	background: #00558c;
	background: -moz-linear-gradient(top, #004470 0%, #00558c 100%);
	background: -webkit-linear-gradient(top, #004470 0%, #00558c 100%);
	background: linear-gradient(to bottom, #004470 0%, #00558c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004470', endColorstr='#00558c', GradientType=0);
	height: auto;
	min-height: 250px;
}

.rws-blue #teaser .item-noimg {
	background: #5bc2e7;
	background: -moz-linear-gradient(top, #0e78a6 0%, #5bc2e7 100%);
	background: -webkit-linear-gradient(top, #0e78a6 0%, #5bc2e7 100%);
	background: linear-gradient(to bottom, #0e78a6 0%, #5bc2e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e78a6', endColorstr='#5bc2e7', GradientType=0);
}

.rws-yellow #teaser .item-noimg {
	background: #f6be00;
	background: -moz-linear-gradient(top, #f9ae2b 0%, #f6be00 100%);
	background: -webkit-linear-gradient(top, #f9ae2b 0%, #f6be00 100%);
	background: linear-gradient(to bottom, #f9ae2b 0%, #f6be00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9ae2b', endColorstr='#f6be00', GradientType=0);
}

.rws-red #teaser .item-noimg {
	background: #d22630 !important;
	background: -moz-linear-gradient(top, #9d0f07 0%, #d22630 100%);
	background: -webkit-linear-gradient(top, #9d0f07 0%, #d22630 100%);
	background: linear-gradient(to bottom, #9d0f07 0%, #d22630 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d0f07', endColorstr='#d22630', GradientType=0);
}

.rws-green #teaser .item-noimg {
	background: #009681 !important;
	background: -moz-linear-gradient(top, #117063 0%, #009681 100%);
	background: -webkit-linear-gradient(top, #117063 0%, #009681 100%);
	background: linear-gradient(to bottom, #117063 0%, #009681 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#117063', endColorstr='#009681', GradientType=0);
}

.text-color.rws {
	color: #00558c;
}

.text-color.rws-blue {
	color: #5bc2e7;
}

.text-color.rws-yellow {
	color: #f6be00;
}

.text-color.rws-red {
	color: #d22630;
}

.text-color.rws-green {
	color: #009681;
}

.rws > a {
	color: #00558c !important;
}

.rws-blue > a {
	color: #5bc2e7 !important;
}

.rws-yellow > a {
	color: #f6be00 !important;
}

.rws-red > a {
	color: #d22630 !important;
}

.rws-green > a {
	color: #009681 !important;
}

#main ul:not(.list-unstyled) li.rws-yellow {
	list-style-image: url('_/img/hexagon-y-12x12.png');
}

#main ul:not(.list-unstyled) li.rws-blue {
	list-style-image: url('_/img/hexagon-b-12x12.png');
}

#main ul:not(.list-unstyled) li.rws-red {
	list-style-image: url('_/img/hexagon-r-12x12.png');
}

#main ul:not(.list-unstyled) li.rws-green {
	list-style-image: url('_/img/hexagon-g-12x12.png');
}

/*
 * BREADCRUMBS
 */
#breadcrumbs {
	background: #fff;
	color: #9f9e9e;
	padding: 10px 0;
	font-size: 0.875rem;
	line-height: 20px;
	border-bottom: 1px solid #eee;
}

#breadcrumbs p {
	margin: 0;
}

#breadcrumbs a {
	color: inherit;
}

#breadcrumbs a:hover, #breadcrumbs a:focus {
	color: #00558c;
}

/*
 * CONTENT
 */
#main {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 100px;
}

.post-content > :first-child, #content > :first-child, #content > article > :first-child {
	margin-top: 0;
}

/*#sidebuttons { position: fixed; right: 0; top: 20%; z-index: 999; }
#sidebuttons li { margin-bottom: 10px; }
#sidebuttons li a { background: rgba(0, 85, 140, 0.9); display: inherit;}
#sidebuttons li a:hover, #sidebuttons li a:focus { background: #00558c }
#sidebuttons { width: 300px; }
#sidebuttons li { width: 300px; overflow: hidden; position: relative; right: -240px; transition: all 0.5s; }
#sidebuttons li:hover { right:0; }
#sidebuttons li > a { margin-right: -240px; transition: all 0.2s; width: 300px; }
#sidebuttons li:hover > a { margin-right: 0; }
#sidebuttons li img { display: inline-block; position: absolute; left: 0; }
#sidebuttons li > a { height: 60px; }
#sidebuttons li > a span { color: #fff; display: inline-block; float: left; line-height: 60px; padding-left: 80px; }*/
#main ul:not(.list-unstyled, .gform_fields) {
	list-style-image: url('_/img/hexagon-rws-12x12.png');
}

#main ul:not(.list-unstyled) {
	list-style-image: url('_/img/hexagon-rws-12x12.png');
}

.rws-blue #main h1, .rws-blue #sidebar .h1, .rws-blue #main h2, .rws-blue #main .h2, .rws-blue #main h3, .rws-blue #main h4, .rws-blue #main .lead, .rws-blue #main a {
	color: #5bc2e7;
}

.rws-blue #main ul:not(.list-unstyled) {
	list-style-image: url('_/img/hexagon-b-12x12.png');
}

.rws-blue .page-sub-navi {
	background-color: #5bc2e7;
}

.rws-yellow #main h1, .rws-yellow #sidebar .h1, .rws-yellow #main h2, .rws-yellow #main .h2, .rws-yellow #main h3, .rws-yellow #main h4, .rws-yellow #main a {
	color: #f6be00;
}

.rws-yellow #main ul:not(.list-unstyled) {
	list-style-image: url('_/img/hexagon-y-12x12.png');
}

.rws-yellow .page-sub-navi {
	background-color: #f6be00;
}

.rws-red #main h1, .rws-red #sidebar .h1, .rws-red #main h2, .rws-red #main .h2, .rws-red #main h3, .rws-red #main h4, .rws-red #main .lead, .rws-red #main a {
	color: #d22630;
}

.rws-red #main ul:not(.list-unstyled) {
	list-style-image: url('_/img/hexagon-r-12x12.png');
}

.rws-red .page-sub-navi {
	background-color: #d22630;
}

.rws-green #main h1, .rws-green #sidebar .h1, .rws-green #main h2, .rws-green #main .h2, .rws-green #main h3, .rws-green #main h4, .rws-green #main .lead, .rws-green #main a {
	color: #009681;
}

.rws-green #main ul:not(.list-unstyled) {
	list-style-image: url('_/img/hexagon-g-12x12.png');
}

.rws-green .page-sub-navi {
	background-color: #009681;
}

#main table ul:not(.list-unstyled) {
	padding-left: 20px;
	margin-top: 0;
}

.mt30 {
	margin-top: 30px;
}

.mb60 {
	margin-bottom: 60px;
}

.lead {
	color: #00558c;
	font-size: 1.25rem;
	font-weight: 400;
}

.text-blue {
	color: #00558c;
}

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

.boxes .inner {
	height: 160px;
	width: 360px;
	color: #fff;
	padding: 15px 20px 15px 15px;
	font-size: 14px;
	position: relative;
}

.boxes .col-md-6:nth-child(1n+3) .inner {
	margin-top: 30px;
}

.boxes .inner h2 {
	color: #fff !important;
	margin: 0 0 20px 0;
	font-size: 1.2rem;
}

.boxes .inner h2 a {
	color: inherit !important;
}

.boxes .inner a.icon-link {
	position: absolute;
	right: 40px;
	bottom: 5px;
	color: #fff !important;
	font-size: 20px;
}

.boxes .rws {
	background: url('_/img/boxes-rws-360x160.png') no-repeat left center;
}

.boxes .rws_filled {
	background: #00558c;
}

.boxes .rws-blue {
	background: url('_/img/boxes-b-360x160.png') no-repeat left center;
}

.boxes .rws-yellow {
	background: url('_/img/boxes-y-360x160.png') no-repeat left center;
}

.boxes .rws-red {
	background: url('_/img/boxes-r-360x160.png') no-repeat left center;
}

.boxes .rws-green {
	background: url('_/img/boxes-g-360x160.png') no-repeat left center;
}

.btn-default {
	font-weight: 600;
	color: #3f3e3e;
	border-color: #00558c;
	background: #fff;
	position: relative;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:hover, .btn-default:active:focus {
	border-color: #00558c;
	background: #fff;
	color: #00558c;
}

.btn-rws, .btn-rws-blue, .btn-rws-yellow, .btn-rws-red, .btn-rws-green {
	font-weight: 600;
	position: relative;
	padding: 6px 45px 6px 12px;
	border-radius: 4px 0 0 4px;
}

.btn-rws:after, .btn-rws-blue:after, .btn-rws-yellow:after, .btn-rws-red:after, .btn-rws-green:after {
	background: #fff;
	position: absolute;
	top: -1px;
	right: -1px;
}

.btn-rws {
	color: #00558c !important;
	border-color: #00558c;
	background: #fff;
}

.btn-rws:after {
	content: url('_/img/btn-rws.png');
}

.btn-rws:hover, .btn-rws:focus, .btn-rws:active, .btn-rws:active:hover, .btn-rws:active:focus, li.active .btn-rws {
	background: #00558c;
	color: #fff !important;
}

.btn-rws-blue {
	color: #5bc2e7 !important;
	border-color: #5bc2e7;
}

.btn-rws-blue:after {
	content: url('_/img/btn-rws-blue.png');
}

.btn-rws-blue:hover, .btn-rws-blue:focus, .btn-rws-blue:active, .btn-rws-blue:active:hover, .btn-rws-blue:active:focus, li.active .btn-rws-blue {
	background: #5bc2e7;
	color: #fff !important;
}

.btn-rws-yellow {
	color: #f6be00 !important;
	border-color: #f6be00;
}

.btn-rws-yellow:after {
	content: url('_/img/btn-rws-yellow.png');
}

.btn-rws-yellow:hover, .btn-rws-yellow:focus, .btn-rws-yellow:active, .btn-rws-yellow:active:hover, .btn-rws-yellow:active:focus, li.active .btn-rws-yellow {
	background: #f6be00;
	color: #fff !important;
}

.btn-rws-red {
	color: #d22630 !important;
	border-color: #d22630;
}

.btn-rws-red:after {
	content: url('_/img/btn-rws-red.png');
}

.btn-rws-red:hover, .btn-rws-red:focus, .btn-rws-red:active, .btn-rws-red:active:hover, .btn-rws-red:active:focus, li.active .btn-rws-red {
	background: #d22630;
	color: #fff !important;
}

.btn-rws-green {
	color: #009681 !important;
	border-color: #009681;
}

.btn-rws-green:after {
	content: url('_/img/btn-rws-green.png');
}

.btn-rws-green:hover, .btn-rws-green:focus, .btn-rws-green:active, .btn-rws-green:active:hover, .btn-rws-green:active:focus, li.active .btn-rws-green {
	background: #009681;
	color: #fff !important;
}

.btn-xcore {
	color: #fff;
	background-color: #00558c;
	border-color: #00558c;
}

.btn-xcore:hover, .btn-xcore:focus, .btn-xcore:active {
	color: #fff;
	background-color: #3276a3;
	border-color: #3276a3;
}

.download.rws {
	color: #00558c;
}

.download.rws-blue {
	color: #5bc2e7;
}

.download.rws-yellow {
	color: #f6be00;
}

.download.rws-red {
	color: #d22630;
}

.download.rws-green {
	color: #009681;
}

.download a {
	color: inherit;
}

.download img {
	max-width: 100px;
}

@media (max-width: 991px) {

    .download.download-large .inner {
        display: flex;
        gap: 1rem;
        align-items: center;
    }

    .download.download-large img {
        max-width: 50vw;
        width: 100%;
    }
}

.download.download-large .fa {
	font-size: 2.5rem;
	margin: 10px 0;
}

.lh-25 {
	line-height: 25px;
}

.li-mb-5 li {
	margin-bottom: 5px;
}

.type-job .table-rws {
	margin: 30px 0;
}

#content ul, #content ol {
	margin-top: 20px;
}

#content ul li {
	margin-bottom: 10px;
}

#job-list .job-small {
	height: 100px;
	padding: 15px 15px 15px 45px;
	margin-bottom: 15px;
}

#job-list .job-small h3 {
	margin-top: 10px;
}

.col-sm-4 .job-small {
	font-size: 0.75rem;
}

.col-sm-4 .job-small h3 {
	font-size: 1rem;
}

#job-list .job_gesellschaft-rws-gebaeudeservice-gmbh {
	color: #5bc2e7;
	background-image: url(_/img/job-corner-blue.png), url(_/img/job-corner-white.png);
	background-position: center left, center right;
	background-repeat: no-repeat;
}

#job-list .job_gesellschaft-rws-gebaeudeservice-gmbh:hover {
	background-color: rgba(91, 194, 231, 0.12);
}

#job-list .job_gesellschaft-rws-cateringservice-gmbh {
	color: #f6be00;
	background-image: url(_/img/job-corner-yellow.png), url(_/img/job-corner-white.png);
	background-position: center left, center right;
	background-repeat: no-repeat;
}

#job-list .job_gesellschaft-rws-cateringservice-gmbh:hover {
	background-color: rgba(246, 190, 0, 0.12);
}

#job-list .job_gesellschaft-rws-sicherheitsservice-gmbh {
	color: #d22630;
	background-image: url(_/img/job-corner-red.png), url(_/img/job-corner-white.png);
	background-position: center left, center right;
	background-repeat: no-repeat;
}

#job-list .job_gesellschaft-rws-sicherheitsservice-gmbh:hover {
	background-color: rgba(210, 38, 48, 0.12);
}

#job-list .job_gesellschaft-rws-hauswirtschaftservice-gmbh {
	color: #009681;
	background-image: url(_/img/job-corner-green.png), url(_/img/job-corner-white.png);
	background-position: center left, center right;
	background-repeat: no-repeat;
}

#job-list .job_gesellschaft-rws-hauswirtschaftservice-gmbh:hover {
	background-color: rgba(0, 150, 129, 0.12);
}

.post > h2 > a, .search #content .page > h2 > a {
	color: #00558c;
}

.post > h2 > a:hover, .post > h2 > a:focus, .search #content .page > h2 > a:hover, .search #content .page > h2 > a:focus {
	color: #3f3e3e;
}

.search #content .page .post-meta, .search #content .page > a {
	display: none;
}

.post-small {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.post-small p:not(.post-meta):last-of-type {
	margin-bottom: 0;
}

.post-meta {
	font-size: 0.875rem;
	line-height: 20px;
	color: #9f9e9e;
}

.post-meta a {
	color: inherit;
}

.post-meta a:hover, .post-meta a:focus {
	color: #00558c;
}

.post-meta span:after {
	content: "·";
	width: 5px;
	display: inline-block;
	text-align: center;
	margin-left: 5px;
}

.post-meta span:last-of-type:after {
	content: none;
}

.post-social {
	margin: 20px 0;
}

.gallery .gallery-item {
	margin-bottom: 15px;
}

.pagination {
	border-radius: 0;
}

.pagination > li > a, .pagination > li > span {
	color: #00558c;
	border-color: #eee;
	border-radius: 0;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #00558c;
	background-color: #fcfcfc;
	border-color: #eee;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	color: #fff;
	background-color: #00558c;
	border-color: #00558c;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	color: #9f9e9e;
	background-color: #fcfcfc;
	border-color: #eee;
}

.alert {
	padding: 10px 15px;
	margin-bottom: 20px;
	border: none;
	border-radius: 6px;
}

.alert > :first-child {
	margin-top: 0;
}

.alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6 {
	color: inherit;
}

.alert-default {
	background: #e5eef4;
	color: #00558c;
}

.alert-default a {
	color: #00558c;
}

.alert-success {
	background: #cceae6;
	color: #009681;
}

.alert-success a {
	color: #009681;
}

.alert-info {
	background: #def3fa;
	color: #5bc2e7;
}

.alert-info a {
	color: #5bc2e7;
}

.alert-warning {
	background: #fdf2cc;
	color: #f6be00;
}

.alert-warning a {
	color: #f6be00;
}

.alert-danger {
	background: #f6d4d6;
	color: #d22630;
}

.alert-danger a {
	color: #d22630;
}

.grid-example div[class*="col-"] {
	margin: 15px 0;
	padding: 15px;
	background: #fafafa;
	box-shadow: 0 0 2px #ccc;
}

.nav-tabs {
	border-bottom: 1px solid #00558c;
}

.nav-tabs > li {
	margin-bottom: -1px !important;
}

.nav-tabs > li > a {
	border-radius: 0;
	background: #e5eef4;
	border-bottom: 1px solid #00558c;
	color: #00558c !important;
	padding: 7px 20px;
	margin-right: 5px;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	border-color: #00558c;
	background: #00558c;
	color: #fff !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #00558c !important;
	border: 1px solid #00558c;
	border-bottom-color: transparent;
}

.nav-tabs + .tab-content {
	border: 1px solid #00558c;
	border-top: 0;
	padding: 10px;
}

.panel-default {
	border-radius: 0 !important;
	box-shadow: none;
}

.panel-default > .panel-heading {
	color: #fff;
}

div[id*="accordion"] .panel-heading {
	padding: 0;
	border-radius: 0;
}

div[id*="accordion"] .panel-heading .panel-title {
	position: relative;
	color: #fff !important;
	padding: 10px 15px;
	display: block;
}

div[id*="accordion"] .panel-heading .panel-title i {
	line-height: 1.42857143;
}

div[id*="accordion"] .panel-heading .panel-title:hover, div[id*="accordion"] .panel-heading .panel-title:focus, div[id*="accordion"] .panel-heading .panel-title[aria-expanded="true"] {
	color: #fff;
	text-decoration: none;
}

.panel-default > .panel-heading {
	border-color: #00558c;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #00558c;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #00558c;
}

.panel-default > .panel-heading, div[id*="accordion"] .panel-heading .panel-title:hover, div[id*="accordion"] .panel-heading .panel-title:focus, div[id*="accordion"] .panel-heading .panel-title[aria-expanded="true"] {
	color: #fff !important;
	background-color: #00558c;
}

body.rws-blue .panel-default, body.rws-blue .panel-default > .panel-heading {
	border-color: #5bc2e7;
}

body.rws-blue .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #5bc2e7;
}

body.rws-blue .panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #5bc2e7;
}

body.rws-blue .panel-default > .panel-heading, body.rws-blue div[id*="accordion"] .panel-heading .panel-title:hover, body.rws-blue div[id*="accordion"] .panel-heading .panel-title:focus, body.rws-blue div[id*="accordion"] .panel-heading .panel-title[aria-expanded="true"] {
	background-color: #5bc2e7;
}

body.rws-yellow .panel-default, body.rws-yellow .panel-default > .panel-heading {
	border-color: #f6be00;
}

body.rws-yellow .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #f6be00;
}

body.rws-yellow .panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #f6be00;
}

body.rws-yellow .panel-default > .panel-heading, body.rws-yellow div[id*="accordion"] .panel-heading .panel-title:hover, body.rws-yellow div[id*="accordion"] .panel-heading .panel-title:focus, body.rws-yellow div[id*="accordion"] .panel-heading .panel-title[aria-expanded="true"] {
	background-color: #f6be00;
}

body.rws-red .panel-default, body.rws-red .panel-default > .panel-heading {
	border-color: #d22630;
}

body.rws-red .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d22630;
}

body.rws-red .panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d22630;
}

body.rws-red .panel-default > .panel-heading, body.rws-red div[id*="accordion"] .panel-heading .panel-title:hover, body.rws-red div[id*="accordion"] .panel-heading .panel-title:focus, body.rws-red div[id*="accordion"] .panel-heading .panel-title[aria-expanded="true"] {
	background-color: #d22630;
}

body.rws-green .panel-default, body.rws-green .panel-default > .panel-heading {
	border-color: #009681;
}

body.rws-green .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #009681;
}

body.rws-green .panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #009681;
}

body.rws-green .panel-default > .panel-heading, body.rws-green div[id*="accordion"] .panel-heading .panel-title:hover, body.rws-green div[id*="accordion"] .panel-heading .panel-title:focus, body.rws-green div[id*="accordion"] .panel-heading .panel-title[aria-expanded="true"] {
	background-color: #009681;
}

div[id*="accordion"] .panel-heading .panel-title:after {
	position: absolute;
	top: 9px;
	right: 10px;
	content: url('_/img/toggle-arrow.png');
	height: 24px;
	width: 24px;
}

div[id*="accordion"] .panel-heading .panel-title[aria-expanded="true"]:after {
	content: url('_/img/toggle-arrow-up.png');
}

.form-control {
	color: #3f3e3e;
	background-color: #fff;
	border-color: #00558c;
	border-radius: 4px;
	transition: none;
}

.form-control:focus {
	color: #3f3e3e;
	background-color: #fff;
	border-color: #00558c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.form-control::-moz-placeholder {
	color: #9f9e9e;
}

.form-control:-ms-input-placeholder {
	color: #9f9e9e;
}

.form-control::-webkit-input-placeholder {
	color: #9f9e9e;
}

.form-control.wpcf7-not-valid {
	color: #d22630;
	background-color: #fef8f8;
	border-color: #d22630;
}

.form-control.wpcf7-not-valid:focus {
	color: #d22630;
	background-color: #fff;
	border-color: #d22630
}

.form-control.wpcf7-not-valid::-moz-placeholder {
	color: #ea9ba0;
}

.form-control.wpcf7-not-valid:-ms-input-placeholder {
	color: #ea9ba0;
}

.form-control.wpcf7-not-valid::-webkit-input-placeholder {
	color: #ea9ba0;
}

.control-label, .form-horizontal .control-label {
	text-align: left;
	font-weight: 400;
}

.control-label sup {
	color: #d22630;
}

.wpcf7 .ajax-loader {
	display: none;
}

.wpcf7 .screen-reader-response {
	display: none;
}

.wpcf7 .wpcf7-not-valid-tip {
	display: block;
	font-size: 0.875rem;
	text-align: right;
	color: #d22630;
}

.wpcf7-radio .wpcf7-list-item, .wpcf7-checkbox .wpcf7-list-item {
	margin-right: 10px;
}

.wpcf7-response-output.wpcf7-validation-errors {
	color: #d22630;
	border-left: 3px solid #d22630;
	margin: 20px 0;
	padding: 3px 10px;
	font-size: 0.875rem;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
	color: #009681;
	border-left: 3px solid #009681;
	margin: 20px 0;
	padding: 3px 10px;
	font-size: 0.875rem;
}

.gform_wrapper ul {
	padding-left: 0;
	list-style: none;
}

.gform_wrapper li {
	margin-bottom: 15px;
}

.gform_wrapper form {
	margin-bottom: 0;
}

.gform_wrapper .gfield_required {
	padding-left: 1px;
	color: #b94a48;
}

.ginput_container input[type="text"], .ginput_container select, .ginput_container textarea {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #666;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: none;
}

.ginput_container input:-moz-placeholder, .ginput_container select:-moz-placeholder, .ginput_container textarea:-moz-placeholder {
	color: #999;
}

.ginput_container input::-moz-placeholder, .ginput_container select::-moz-placeholder, .ginput_container textarea::-moz-placeholder {
	color: #999;
}

.ginput_container input:-ms-input-placeholder, .ginput_container select:-ms-input-placeholder, .ginput_container textarea:-ms-input-placeholder {
	color: #999;
}

.ginput_container input::-webkit-input-placeholder, .ginput_container select::-webkit-input-placeholder, .ginput_container textarea::-webkit-input-placeholder {
	color: #999;
}

.ginput_container input:focus, .ginput_container select:focus, .ginput_container textarea:focus {
	outline: none !important;
	color: #333;
	background-color: #fcfcfc;
	border-color: #bbb;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.ginput_container input[disabled], .ginput_container select[disabled], .ginput_container textarea[disabled], .ginput_container input[readonly], .ginput_container select[readonly], .ginput_container textarea[readonly], fieldset[disabled] .ginput_container input, fieldset[disabled] .ginput_container select, fieldset[disabled] .ginput_container textarea {
	cursor: not-allowed;
	background-color: #eee;
}

textarea.ginput_container input, textarea.ginput_container select, textarea.ginput_container textarea {
	height: auto;
}

.ginput_container textarea {
	height: auto;
}

div.ginput_container_name span {
	padding-right: 0 !important;
}

.gform_wrapper .gfield_error .gfield_label {
	color: #b94a48;
}

.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error select, .gform_wrapper .gfield_error textarea {
	border-color: #bea8ac;
	background-color: #fbf5f5;
	color: #b94a48;
}

.gform_wrapper .gfield_error input:focus, .gform_wrapper .gfield_error select:focus, .gform_wrapper .gfield_error textarea:focus {
	border-color: #b94a48;
	outline: 0;
}

.validation_error {
	margin-bottom: 20px;
	color: #b94a48;
}

.validation_message {
	margin: 10px 0;
	color: #b94a48;
}

.validation_error h4 {
	margin-top: 0;
	color: inherit;
}

.validation_error .alert-link {
	font-weight: bold;
}

.validation_error > p, .validation_error > ul {
	margin-bottom: 0;
}

.validation_error > p + p {
	margin-top: 5px;
}

.validation_error hr {
	border-top-color: #e6c1c7;
}

.validation_error .alert-link {
	color: #953b39;
}

#gforms_confirmation_message {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

#gforms_confirmation_message h4 {
	margin-top: 0;
	color: inherit;
}

#gforms_confirmation_message .alert-link {
	font-weight: bold;
}

#gforms_confirmation_message > p, #gforms_confirmation_message > ul {
	margin-bottom: 0;
}

#gforms_confirmation_message > p + p {
	margin-top: 5px;
}

.gallery-row {
	padding: 15px 0;
}

.ginput_container {
	margin-bottom: 10px;
}

.field_sublabel_below > .ginput_container {
	color: #999;
	font-weight: 400;
	font-size: 0.75rem;
}

.gfield .name_first {
	width: 48%;
	margin-right: 2%;
	display: inline-block;
	float: left;
}

.gfield .name_last {
	width: 50%;
	display: inline-block;
}

.gfield .address_city {
	width: 68%;
	margin-right: 2%;
	display: inline-block;
	float: left;
}

.gfield .address_zip {
	width: 30%;
	display: inline-block;
}

.gfield .address_line_1 {
	display: block;
}

.gfield_checkbox > li {
	margin: 4px 0;
}

.gfield_checkbox > li > label {
	margin-bottom: 0;
	font-weight: 400;
}

.btn-social {
	border: none !important;
	border-radius: 0 !important;
	border-right: 5px solid #fff !important;
	position: relative;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.btn-social:last-of-type {
	border-right: none !important;
}

.btn-social :first-child {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	font-size: 1.2rem;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.2);
}

.btn-social, .btn-social:hover, .btn-social:focus, .btn-social:active {
	color: #fff;
}

.btn-group-social.btn-group-md .btn-social {
	padding-left: 48px;
	height: 32px;
}

.btn-group-social.btn-group-md .btn-social :first-child {
	line-height: 32px;
	width: 32px;
}

.btn-group-social.btn-group-xs .btn-social {
	padding-left: 30px;
	height: 20px;
}

.btn-group-social.btn-group-xs .btn-social :first-child {
	line-height: 20px;
	width: 20px;
}

.btn-group-social.btn-group-sm .btn-social {
	padding-left: 42px;
	height: 28px;
}

.btn-group-social.btn-group-sm .btn-social :first-child {
	line-height: 28px;
	width: 28px;
}

.btn-group-social.btn-group-lg .btn-social {
	padding-left: 66px;
	height: 44px;
}

.btn-group-social.btn-group-lg .btn-social :first-child {
	line-height: 44px;
	width: 44px;
}

.btn-summary {
	background-color: #999999;
}

.btn-summary:hover, .btn-summary:focus, .btn-summary:active {
	background-color: #a3a3a3;
}

.btn-facebook-like {
	background-color: #3b5998;
}

.btn-facebook-like:hover, .btn-facebook-like:focus, .btn-facebook-like:active {
	background-color: #4e69a2;
}

.btn-facebook-share {
	background-color: #3b5998;
}

.btn-facebook-share:hover, .btn-facebook-share:focus, .btn-facebook-share:active {
	background-color: #4e69a2;
}

.btn-twitter {
	background-color: #55acee;
}

.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active {
	background-color: #66b4ef;
}

.btn-google-plus {
	background-color: #dd4b39;
}

.btn-google-plus:hover, .btn-google-plus:focus, .btn-google-plus:active {
	background-color: #e05d4c;
}

.btn-pinterest {
	background-color: #cc2127;
}

.btn-pinterest:hover, .btn-pinterest:focus, .btn-pinterest:active {
	background-color: #d1373c;
}

.btn-whatsapp {
	background-color: #4dc247;
}

.btn-whatsapp:hover, .btn-whatsapp:focus, .btn-whatsapp:active {
	background-color: #5ec859;
}

.btn-xing {
	background-color: #026466;
}

.btn-xing:hover, .btn-xing:focus, .btn-xing:active {
	background-color: #1b7375;
}

.btn-linkedin {
	background-color: #0976b4;
}

.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active {
	background-color: #2183bb;
}

.btn-social-footer {
	background: none;
}

.page-sub-navi {
	padding: 20px;
	margin-bottom: 30px;
	background: url('_/img/page-sub-navi.png') no-repeat center right #00558c;
	background-size: 150px 100%;
}

.page-sub-navi ul {
	margin: 0 !important;
	font-size: 0.875rem;
}

.page-sub-navi ul li {
	width: 100%;
	margin: 5px 0;
}

.page-sub-navi ul li a {
	color: #fff !important;
	border: 1px solid transparent;
	height: 34px;
	padding: 5px 20px 5px 5px;
	display: block;
	margin-right: 30px;
}

.page-sub-navi ul li.active a, .page-sub-navi ul li a:hover, .page-sub-navi ul li a:focus {
	position: relative;
	border-color: #fff;
}

.page-sub-navi ul li a:hover, .page-sub-navi ul li a:focus {
	text-decoration: none;
}

.page-sub-navi ul li.active a:after, .page-sub-navi ul li a:hover:after, .page-sub-navi ul li a:focus:after {
	position: absolute;
	top: -1px;
	right: -11px;
	content: url('_/img/btn-rws-white.png');
}

.page-sub-navi-alt {
	margin-bottom: 30px;
}

.error404 #content {
	text-align: center;
	padding: 50px 0;
}

#map_canvas {
	height: 400px;
}

@media (max-width: 767px) {
	.btn-group-justified > .btn, .btn-group-justified > .btn-group {
		width: auto;
	}

	.btn-social {
		text-align: center;
		padding-left: 0 !important;
		height: 32px !important;
	}

	.btn-social :first-child {
		left: 0;
		right: 0;
		margin: 0 auto;
		line-height: 32px !important;
		width: 32px !important;
		font-size: 2rem !important;
		text-align: center;
		border-right: none;
		background: transparent;
	}

	.btn-whatsapp {
		display: table-cell !important;
	}

	.btn-social-footer .count, .btn-social .count {
		display: none;
	}

	#Tabs .dropdown-menu {
		list-style: none !important;
		padding: 0;
		margin: 0;
	}

	#Tabs .dropdown-menu li {
		margin: 0;
	}

	#Tabs .dropdown-menu li a {
		color: #00558c !important;
	}

	#Tabs .dropdown-menu li.active a {
		color: #fff !important;
	}
}

@media (max-width: 479px) {
	.page-sub-navi ul li {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.dl-horizontal dt {
		width: 200px;
		text-align: left;
	}

	.dl-horizontal dd {
		margin-left: 220px;
	}

	.error404 #content h1 {
		font-size: 3rem;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.page-sub-navi ul li {
		width: 33.33%;
	}
}

/*
 * SIDEBAR
 */
#sidebar .widget {
	margin-top: 30px;
}

#sidebar .widget .h1, #sidebar .widget h3.h1 {
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0 0 20px 0;
	color: #00558c;
}

#sidebar .widget_archive ul, #sidebar .widget_nav_menu ul, #sidebar .widget_categories ul, #sidebar .widget_recent_entries ul, #sidebar .widget_recent_comments ul, #sidebar .widget_meta ul, #sidebar .widget_rss ul, #sidebar .widget_pages ul {
	margin: 0;
	padding: 0 0 0 20px;
}

#sidebar .widget_archive ul li, #sidebar .widget_nav_menu ul li, #sidebar .widget_categories ul li {
	position: relative;
}

#sidebar .widget_archive ul li a, #sidebar .widget_nav_menu ul li a, #sidebar .widget_categories ul li a, #sidebar .widget_meta ul li a, #sidebar .widget_pages ul li a {
	display: block;
	border-bottom: 1px solid #eee;
	line-height: 30px;
	padding: 0 10px;
}

#sidebar .widget_archive ul > li:last-of-type > a, #sidebar .widget_nav_menu ul.menu > li:last-of-type > a, #sidebar .widget_categories > ul > li:last-of-type > a, #sidebar .widget_recent_entries ul li:last-of-type, #sidebar .widget_recent_comments ul li:last-of-type, #sidebar .widget_meta ul li:last-of-type a, #sidebar .widget_rss ul li:last-of-type, #sidebar .widget_pages > ul > li:last-of-type > a {
	border: none;
}

#sidebar .widget_archive ul li a:hover, #sidebar .widget_archive ul li a:focus, #sidebar .widget_nav_menu ul li a:hover, #sidebar .widget_archive ul li a:focus, #sidebar .widget_categories ul li a:hover, #sidebar .widget_categories ul li a:focus, #sidebar .widget_meta ul li a:hover, #sidebar .widget_meta ul li a:focus, #sidebar .widget_pages ul li a:hover, #sidebar .widget_pages ul li a:focus {
	background-color: #fff;
	text-decoration: none;
}

#sidebar .widget_archive ul li .count, #sidebar .widget_categories ul li .count {
	font-size: 0.875rem;
	position: absolute;
	right: 10px;
	top: 0;
	color: #9f9e9e;
	line-height: 30px;
}

#sidebar .widget_nav_menu ul.sub-menu > li > a, #sidebar .widget_pages ul.children > li > a {
	padding-left: 20px;
}

#sidebar .widget_nav_menu ul.sub-menu ul.sub-menu > li > a, #sidebar .widget_pages ul.children ul.children > li > a {
	padding-left: 30px;
}

#sidebar .widget_nav_menu ul.sub-menu ul.sub-menu ul.sub-menu > li > a {
	padding-left: 40px;
}

#sidebar .widget_nav_menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu > li > a {
	padding-left: 50px;
}

#sidebar .widget_calendar #wp-calendar {
	width: 100%;
}

#sidebar .widget_calendar #wp-calendar caption, #sidebar .widget_calendar #wp-calendar th, .widget_calendar #wp-calendar td {
	text-align: center;
}

#sidebar .widget_calendar #wp-calendar tfoot > tr > td {
	padding: 5px 0;
}

#sidebar .widget_categories ul.children > li > a {
	padding-left: 20px;
}

#sidebar .widget_categories ul.children ul.children > li > a {
	padding-left: 30px;
}

#sidebar .widget_recent_entries ul li, #sidebar .widget_rss ul li, #sidebar .widget_recent_comments ul li {
	padding: 5px 10px;
	border-bottom: 1px solid #eee;
}

#sidebar .widget_recent_entries ul li .post-date, #sidebar .widget_recent_comments ul li, #sidebar .widget_rss ul li .rss-date, #sidebar .widget_rss ul li cite {
	color: #999;
}

#sidebar .widget_rss .h1 a {
	color: inherit;
}

#sidebar .widget_tag_cloud .tagcloud, #sidebar .widget_text .textwidget {
	padding: 10px;
}

#sidebar .widget_text :last-child {
	margin-bottom: 0;
}

/*#sidebar .widget_search .searchform { padding: 10px; }
#sidebar #text-3 .textwidget { padding: 0; }*/
.widget_xcore_recent_posts .h1 {
	font-size: 1.8rem;
}

.widget_xcore_recent_posts .post-widget {
	margin-bottom: 20px;
}

.widget_xcore_recent_posts .post-widget .h3 {
	font-weight: 400;
}

.widget_xcore_recent_posts .post-widget .h3 .post-date {
	display: block;
	margin-bottom: 10px;
	font-size: 0.9rem;
}

.widget_xcore_recent_posts .post-widget .h3 br {
	display: none;
}

.widget_xcore_recent_posts .post-widget p:not(.h3) {
	font-size: 0.9rem;
}

.widget-job-filter .checkbox input[type=checkbox]:before {
	position: relative;
	top: -2px;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 16px;
	width: 16px;
	display: inline-block;
	padding: 0;
}

.widget-job-filter .disabled {
	opacity: 0.2;
}

.widget-job-filter .checkbox label input[type=checkbox] {
	visibility: hidden;
}

.widget-job-filter .checkbox label input[type=checkbox] + span {
	position: relative;
}

.widget-job-filter .checkbox label input[type=checkbox] + span:before {
	content: "";
	height: 16px;
	width: 16px;
	position: absolute;
	display: inline-block;
	left: -20px;
	top: 2px;
}

.widget-job-filter .rws-gebaeudeservice-gmbh label input[type=checkbox] + span:before {
	background-image: url('_/img/hexagon-b-o-16x16.png');
}

.widget-job-filter .rws-gebaeudeservice-gmbh label input[type=checkbox]:checked + span:before {
	background-image: url('_/img/hexagon-b-16x16.png');
}

.widget-job-filter .rws-cateringservice-gmbh label input[type=checkbox] + span:before {
	background-image: url('_/img/hexagon-y-o-16x16.png');
}

.widget-job-filter .rws-cateringservice-gmbh label input[type=checkbox]:checked + span:before {
	background-image: url('_/img/hexagon-y-16x16.png');
}

.widget-job-filter .rws-sicherheitsservice-gmbh label input[type=checkbox] + span:before {
	background-image: url('_/img/hexagon-r-o-16x16.png');
}

.widget-job-filter .rws-sicherheitsservice-gmbh label input[type=checkbox]:checked + span:before {
	background-image: url('_/img/hexagon-r-16x16.png');
}

.widget-job-filter .rws-hauswirtschaftservice-gmbh label input[type=checkbox] + span:before {
	background-image: url('_/img/hexagon-g-o-16x16.png');
}

.widget-job-filter .rws-hauswirtschaftservice-gmbh label input[type=checkbox]:checked + span:before {
	background-image: url('_/img/hexagon-g-16x16.png');
}

/*.wpgmza_gd {display: none; }

.widget-job-filter .rws-gebaeudeservice-gmbh input[type=checkbox]:before { background-image: url('_/img/hexagon-b-o-16x16.png'); }
.widget-job-filter .rws-gebaeudeservice-gmbh input[type=checkbox]:checked:before { background-image: url('_/img/hexagon-b-16x16.png'); }
.widget-job-filter .rws-cateringservice-gmbh input[type=checkbox]:before { background-image: url('_/img/hexagon-y-o-16x16.png'); }
.widget-job-filter .rws-cateringservice-gmbh input[type=checkbox]:checked:before { background-image: url('_/img/hexagon-y-16x16.png'); }
.widget-job-filter .rws-sicherheitsservice-gmbh input[type=checkbox]:before { background-image: url('_/img/hexagon-r-o-16x16.png'); }
.widget-job-filter .rws-sicherheitsservice-gmbh input[type=checkbox]:checked:before { background-image: url('_/img/hexagon-r-16x16.png'); }
*/
.widget_related_posts .post-date {
	font-size: 1.125rem;
	color: #9f9e9e;
	margin-bottom: 5px;
	display: inline-block;
}

@media (min-width: 768px) {
	#sidebar .widget:first-of-type {
		margin-top: 0;
	}
}

/*
 * FOOTER
 */
#footer {
	color: #73a2bd;
	position: relative;
	font-size: 13px;
	color: #73a2bd;
	background: #00558c;
	background: -moz-linear-gradient(top, #002946 0%, #00558c 150px, #00558c 100%);
	background: -webkit-linear-gradient(top, #002946 0%, #00558c 150px, #00558c 100%);
	background: linear-gradient(to bottom, #002946 0%, #00558c 150px, #00558c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002946', endColorstr='#00558c', GradientType=0);
}

#footer:before {
	content: url('_/img/footer-hexagon.png');
	position: absolute;
	top: -70px;
	left: 0;
}

#footer a {
	color: inherit;
}

#footer a:hover, #footer .footer-inner a:focus {
	color: #fff;
}

#footer .h1 {
	font-weight: 400;
	color: inherit;
	font-size: 15px;
	margin: 0 0 20px 0;
}

#footer ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

#footer hr {
	margin: 30px 0;
	border-color: rgba(255, 255, 255, 0.33);
}

#footer .totop {
	position: absolute;
	right: 20px;
	top: -70px;
}

#footer #footer-menu {
	padding-top: 30px;
}

#footer #footer-menu ul li {
	padding: 0;
	margin-right: 15px;
}

@media (min-width: 768px) {
	#footer #footer-widgets aside[class*="headline-hex"] .h1:after {
		margin-left: 6px;
		top: 2px;
		position: relative;
	}

	#footer #footer-widgets .headline-hex-w .h1:after {
		content: url('_/img/hexagon-w-a-16x16.png');
	}

	#footer #footer-widgets .headline-hex-b .h1:after {
		content: url('_/img/hexagon-b-a-16x16.png');
	}

	#footer #footer-widgets .headline-hex-y .h1:after {
		content: url('_/img/hexagon-y-a-16x16.png');
	}

	#footer #footer-widgets .headline-hex-r .h1:after {
		content: url('_/img/hexagon-r-a-16x16.png');
	}

	#footer #footer-widgets .headline-hex-g .h1:after {
		content: url('_/img/hexagon-g-a-16x16.png');
	}
}

@media (max-width: 767px) {
	#footer .widget {
		margin-bottom: 5px !important;
	}

	#footer #footer-widgets aside[class*="headline-hex"] .h1:before {
		margin-right: 6px;
		top: 2px;
		position: relative;
		transition: transform 0.3s, opacity 0.3s;
		display: inline-block
	}

	#footer #footer-widgets aside[class*="headline-hex"] .open:before {
		transform: rotate(-180deg);
	}

	#footer #footer-widgets .headline-hex-w .h1:before {
		content: url('_/img/hexagon-w-a-16x16.png');
	}

	#footer #footer-widgets .headline-hex-b .h1:before {
		content: url('_/img/hexagon-b-a-16x16.png');
	}

	#footer #footer-widgets .headline-hex-y .h1:before {
		content: url('_/img/hexagon-y-a-16x16.png');
	}

	#footer #footer-widgets .headline-hex-r .h1:before {
		content: url('_/img/hexagon-r-a-16x16.png');
	}

	#footer #footer-widgets .headline-hex-g .h1:before {
		content: url('_/img/hexagon-g-a-16x16.png');
	}

	#footer #footer-widgets ul {
		display: none;
	}
}

#footer #footer-bottom {
	padding-bottom: 30px;
}

#footer #footer-bottom .btn-social-footer {
	box-shadow: none !important;
	text-align: left;
	font-size: 16px;
}

#footer #footer-bottom .btn-social-footer .fa {
	color: #fff;
	width: 30px;
	float: left;
	font-size: 20px;
}

#footer #footer-bottom .text-right p {
	margin: 9px 0;
}

#footer #footer-sub {
}

#footer #footer-sub .text-right img {
	margin: 10px 0;
}

#footer #footer-sidebuttons li a {
	display: inherit;
}

#footer #footer-sidebuttons {
	background: #00558C;
	margin-bottom: 30px;
	text-align: center;
}

#footer #footer-sidebuttons ul li {
	margin: 0;
	padding: 0;
	width: 25%;
	border-right: 1px solid #fff;
}

#footer #footer-sidebuttons ul li:last-of-type {
	border-right: 0;
}

#footer #footer-sidebuttons.item-count-3 ul li {
    width: 33.33%;
    text-align: center;
}

@media (max-width: 767px) {
	#footer #footer-bottom .btn-social-footer {
		text-align: center;
	}

	#footer #footer-bottom .btn-social-footer .fa {
		float: none;
	}

	#footer #footer-sub {
		padding-top: 1px
	}
}

/*
 * RESPONSIVE
 */
@media (min-width: 1200px) {
	#access {
		background: #ACCE55;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#badass {
		background: #BADA55;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#coffee {
		background: #C0FFEE;
	}
}

@media (max-width: 767px) {
	#delete {
		background: #DE1E7E;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#navigation .navbar .navbar-nav > li > a {
		padding: 20px 5px;
	}

	#header .brand img {
		max-width: 250px;
	}

	.boxes .inner {
		font-size: 0.875rem;
		height: 154px;
		width: 294px;
		background-size: 294px 154px;
	}

	.boxes .inner a img {
		height: 48px;
		width: 48px;
	}

	.boxes .inner h2 {
		margin-bottom: 10px;
		font-size: 1.1rem;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#navigation .navbar .navbar-nav > li > a {
		padding: 20px 10px;
	}

	#header .brand img {
		max-width: 250px;
	}

	#sidebuttons {
		display: none;
	}

	.boxes .inner {
		display: block;
		margin-bottom: 30px;
	}

	#teaser .carousel-caption {
		width: 620px;
		height: 300px;
		background-size: 620px 300px !important;
		height: auto;
		padding: 15px;
	}

	#teaser .carousel-caption .h1 {
		font-size: 30px;
	}

	#teaser .carousel-caption .h2 {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	#header .brand img {
		max-width: 150px;
	}

	#sidebuttons {
		display: none;
	}

	#header .navbar-logo {
		display: none;
	}

	.boxes .inner {
		font-size: 0.875rem;
		height: 154px;
		width: 294px;
		background-size: 294px 154px;
	}

	.boxes .inner {
		display: block;
		margin-bottom: 30px;
	}

	.tocontent {
		display: none;
	}

	#teaser .carousel-caption {
		width: 516px;
		height: 250px;
		background-size: 516px 250px !important;
		height: auto;
		padding: 15px;
	}

	#teaser .carousel-caption .h1 {
		font-size: 26px;
	}

	#teaser .carousel-caption .h2 {
		font-size: 14px;
	}

	.btn-group-justified > .btn {
		width: auto;
	}

	#footer-bottom .col-sm-4.text-right {
		text-align: center !important;
	}

	#footer-sub .col-sm-6 {
		text-align: center !important;
	}

	#topbar img {
		max-height: 30px;
	}

	#header {
		padding-top: 10px;
	}

	#header .navbar-brand {
		display: none !important;
	}

	#topbar {
		display: none;
	}

	#navigation:not(.affix) .navbar {
		background: none;
		box-shadow: none;
	}

	#navigation:not(.affix) .navbar-collapse {
		margin-top: 30px;
	}

	#footer .widget {
		margin-bottom: 30px;
	}

	#footer .widget .h1 {
		margin-top: 20px;
	}

	#navigation .navbar .navbar-nav > li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	#navigation .navbar .navbar-nav > li > a {
		font-size: 1rem;
		color: rgba(255, 255, 255, 1);
	}

	#navigation .navbar, #navigation .navbar-collapse {
		background: rgba(0, 85, 140, 0.95);
		box-shadow: none;
	}

	#navigation .dropdown-menu > li > a {
		color: rgba(255, 255, 255, 0.75);
	}

	#navigation .dropdown-menu > li.open > a, #navigation .dropdown-menu > li > a:focus, #navigation .dropdown-menu > li > a:hover {
		color: #fff;
	}

	#navigation .navbar .navbar-toggle {
		border-color: #fff;
	}

	#navigation .navbar .navbar-toggle:hover, #navigation .navbar .navbar-toggle:focus {
		border-color: #fff;
		background-color: #fff;
	}

	#navigation .navbar .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	#navigation .navbar .navbar-toggle:hover .icon-bar, #navigation .navbar .navbar-toggle:focus .icon-bar {
		background-color: #00558c;
	}
}

@media (max-width: 479px) {
	#teaser .carousel-caption {
		width: 350px;
		height: 170px;
		background-size: 350px 170px !important;
		height: auto;
		padding: 15px;
	}

	#teaser .carousel-caption .h1 {
		font-size: 18px;
	}

	#teaser .carousel-caption .h2 {
		font-size: 13px;
	}

	img[class*="wp-image-"].alignleft, img[class*="wp-image-"].alignright, img[class*="wp-image-"].aligncenter {
		margin: 0 auto 10px auto;
		float: none;
		clear: both;
	}
}

.col-sm-4 .blogposts li {
	list-style: none;
	padding: 0;
}

.col-sm-4 .blogposts .h1 {
	font-size: 1.8rem;
}

.col-sm-4 .blogposts .post-widget {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.col-sm-4 .blogposts .post-widget .h3 {
	font-weight: 400;
}

.col-sm-4 .blogposts .post-widget .h3 a {
	margin-top: 10px;
	display: inline-block;
}

.col-sm-4 .blogposts .post-widget .h3 .post-date {
	display: block;
	margin-bottom: 10px;
	font-size: 0.9rem;
}

.col-sm-4 .blogposts .post-widget .h3 br {
	display: none;
}

.col-sm-4 .blogposts .post-widget .readmore {
	margin-top: 5px;
	display: inline-block;
}

.col-sm-4 .blogposts .post-widget .readmore .fa {
	font-size: 0.75rem;
}

.col-sm-4 .blogposts .post-widget p:not(.h3) {
	font-size: 0.9rem;
}

.post-widget .h3 {
	display: block;
	clear: both;
	float: none;
}

.post-widget > a:first-of-type {
	display: block;
	margin-bottom: 10px;
}

.blogposts.hide-images img {
	display: none;
}

@media (max-width: 600px) {
	.blogposts img.alignleft {
		float: none;
	}
}

#topbar {
	background: rgba(0, 0, 0, 0.3);
}

#sidebuttons .icon-widget {
	position: fixed;
	right: -320px;
	z-index: 2000;
	width: 380px;
	top: 30%;
	transition: all 1s;
	opacity: 0.9;
}

#sidebuttons .icon-widget:hover {
	cursor: pointer;
}

#sidebuttons .icon-widget.icon-1 {
	margin-top: 70px;
}

#sidebuttons .icon-widget.icon-2 {
	margin-top: 140px;
}

#sidebuttons .icon-widget.icon-3 {
	margin-top: 210px;
}

#sidebuttons .icon-widget .icon {
	height: 60px;
	float: left;
	margin-bottom: 10px;
}

#sidebuttons .icon-widget .text {
	display: none;
	color: #fff;
	height: 60px;
	line-height: 60px;
	padding-left: 75px;
	padding-right: 15px;
}

#sidebuttons .icon-widget .text.search {
	line-height: 0;
	padding-top: 13px;
}

#sidebuttons .icon-widget .text a {
	color: #fff;
	display: block;
	width: 100%;
}

#sidebuttons .icon-widget.active, #sidebuttons .icon-widget:hover {
	right: 0;
}

#sidebuttons .icon-widget .text {
	display: block;
}

#teaser .slide-link-all {
	display: block;
	height: 90%;
	width: 100%;
}

.widget input[disabled="disabled"]:hover, .widget .checkbox.disabled label:hover {
	cursor: pointer !important;
}

.gfield_description {
	font-size: 13px;
}

.infobox {
	border: 3px solid #00558c;
	background-size: 65% auto;
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 1.5rem;
	padding-bottom: 100px;
	text-align: center;
}

div[class*="col-"] .infobox {
	padding-bottom: 50px;
	margin: 15px 0;
}

.infobox .h3 {
	margin-bottom: 0 !important;
}

.infobox .icon img {
	max-height: 64px;
	max-width: 64px;
	height: auto;
	width: auto;
}

.infobox.rws-red {
	border-color: #d22630;
}

.infobox.rws-yellow {
	border-color: #f6be00;
}

.infobox.rws-blue {
	border-color: #5bc2e7;
}

.infobox.rws-green {
	border-color: #009681;
}

.infobox.rws-red .h3, .infobox.rws-red a {
	color: #d22630;
}

.infobox.rws-yellow .h3, .infobox.rws-yellow a {
	color: #f6be00;
}

.infobox.rws-blue .h3, .infobox.rws-blue a {
	color: #5bc2e7;
}

.infobox.rws-green .h3, .infobox.rws-green a {
	color: #009681;
}

@media (min-width: 767px) {
	.gform_wrapper .top_label li.gfield.gf_grid_16:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
	.gform_wrapper .top_label li.gfield.gf_grid_16:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
		width: 16.66666667%;
	}

	.gform_wrapper .top_label li.gfield.gf_grid_16 {
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 8px;
	}

	.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
		width: 100% !important;
	}

	.gform_fields .ginput_container {
		width: 100% !important;
		position: relative;
	}

	.gform_fields .name_first {
		width: 49% !important;
		margin-right: 2% !important;
	}

	.gform_fields .name_last {
		width: 49% !important;
		margin: 0 !important;
	}

	.gf_grid_12 {
		display: inline-block;
		display: -moz-inline-stack;
		width: 50%;
	}

	.gf_grid_13 {
		display: inline-block;
		display: -moz-inline-stack;
		width: 33.33333333%;
	}

	.ui-datepicker-trigger {
		position: absolute;
		top: 0;
		right: 0;
	}

	li[class*="gf_grid_"].field_sublabel_below .gfield_label {
		display: inline !important;
	}

	li.gfield_html {
		margin: 30px 0 0 0 !important;
	}
}

@media (max-width: 767px) {
	div[class*="col-"] .infobox {
		margin-bottom: 30px;
	}
}

@media (max-width: 992px) {
	body {
		padding-bottom: 64px;
	}

	#footer-sub #footer-sidebuttons {
		position: fixed;
		bottom: -30px;
		left: 0;
		width: 100%;
		z-index: 999;
	}

	#footer-sub .search {
		padding: 10px;
	}
}

.gform_wrapper ul {
	list-style: none !important;
}

.list-pages a {
	min-width: 70%;
}

/*.post-small > a { float: left; margin-right: 15px; }*/
#content > .post-small > a {
	float: left;
	margin-right: 15px;
}

.blogposts > .post-small > a img {
	margin-bottom: 10px;
}

#job-list .job-small h3 {
	margin-top: 0;
}

#job-list .job-small .col-xs-4,
#job-list .job-small .col-xs-8 {
	width: 100%;
}

#job-list .job-small {
	height: auto;
	background-size: auto 100%;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
.gform_wrapper textarea.medium,
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	height: 36px !important;
	padding: 5px 10px !important;
	border: 1px solid #ccc;
	border-bottom: 2px solid #00558c;
}

.gform_footer .gform_button {
	padding: 6px 12px !important;
	border-radius: 4px !important;
	margin: 0;
}

.gfield_captcha_container {
	position: relative;
}

.gfield_captcha_container .gfield_captcha {
	position: absolute;
	left: 150px;
	top: -10px;
}

@media (min-width: 991px) and (max-width: 1199px) {
	#collapseTopbar .carousel-caption {
		padding: 70px 50px 20px 20px;
		height: auto;
		width: auto;
	}

	#collapseTopbar .carousel-indicators {
		bottom: 10px;
	}

	#collapseTopbar .carousel-caption .h1 {
		font-size: 30px;
	}

	#collapseTopbar .carousel-caption .btn {
		margin-top: 0;
		margin-bottom: 30px;
	}
}

/**
 * FacetWP
 */
#job-list .facetwp-selections {
	margin-bottom: 30px;
}

#job-list .facetwp-selections ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

#job-list .facetwp-selections ul li {
	display: block;
	border-top: 1px solid #ddd;
	padding: 15px
}

#job-list .facetwp-selections ul span {
	display: inline-block;
}

#job-list .facetwp-selections ul span.facetwp-selection-label {
	width: 60%;
	font-weight: bold;
}

#job-list .facetwp-selections ul span.facetwp-selection-value {
	width: 38%
}

.widget-job-filter .facetwp-facet .facetwp-checkbox {
	background-image: url('_/img/hexagon-rws-o-16x16.png');
}

.widget-job-filter .facetwp-facet .facetwp-checkbox.checked {
	background-image: url('_/img/hexagon-rws-16x16.png');
}

.widget-job-filter .facetwp-facet {
	margin-bottom: 0;
}

.widget-job-filter .facetwp-facet .facetwp-checkbox[data-value="rws-gebaeudeservice-gmbh"] {
	background-image: url('_/img/hexagon-b-o-16x16.png');
}

.widget-job-filter .facetwp-facet .facetwp-checkbox[data-value="rws-cateringservice-gmbh"] {
	background-image: url('_/img/hexagon-y-o-16x16.png');
}

.widget-job-filter .facetwp-facet .facetwp-checkbox[data-value="rws-sicherheitsservice-gmbh"] {
	background-image: url('_/img/hexagon-r-o-16x16.png');
}

.widget-job-filter .facetwp-facet .facetwp-checkbox[data-value="rws-hauswirtschaft-gmbh"] {
	background-image: url('_/img/hexagon-g-o-16x16.png');
}

.widget-job-filter .facetwp-facet .facetwp-checkbox[data-value="rws-gebaeudeservice-gmbh"].checked {
	background-image: url('_/img/hexagon-b-16x16.png');
}

.widget-job-filter .facetwp-facet .facetwp-checkbox[data-value="rws-cateringservice-gmbh"].checked {
	background-image: url('_/img/hexagon-y-16x16.png');
}

.widget-job-filter .facetwp-facet .facetwp-checkbox[data-value="rws-sicherheitsservice-gmbh"].checked {
	background-image: url('_/img/hexagon-r-16x16.png');
}

.widget-job-filter .facetwp-facet .facetwp-checkbox[data-value="rws-hauswirtschaft-gmbh"].checked {
	background-image: url('_/img/hexagon-g-16x16.png');
}

.widget-job-filter .facetwp-facet .facetwp-radius,
.widget-job-filter .facetwp-facet .facetwp-location {
	color: #3f3e3e;
	background-color: #fff;
	border-color: #00558c;
	border-radius: 4px;
	transition: none;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.widget-job-filter .facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location {
	width: 257px
}

.gform_wrapper textarea.large {
	height: 200px;
	padding: 5px 10px !important;
	border: 1px solid #ccc;
	border-bottom: 2px solid #00558c;
}

.widget-job-filter .facetwp-facet .facetwp-counter {
	display: none;
}

#job-list .facetwp-selections .facetwp-selection-value {
	background: none;
	cursor: initial
}

/**
 * Coveto Fixes
 */
.single-job .custom-image, .single-job .custom-slogan, .single-job .custom-stellenname {
	display: none;
}

.single-job .custom-paper {
	box-shadow: none;
	padding: 0;
	margin-top: 60px;
	max-width: 100%;
}

.btn-rws-yellow.btn-lg:after {
	content: "";
	background-image: url('_/img/btn-rws-yellow.png');
	height: calc(100% + 2px);
	aspect-ratio: 18 / 17;
	background-size: 100% 100%;
}

/* 2025-09 OPTION CUSTOM CSS */

#navigation.affix {
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}

#navigation.affix .navbar .navbar-collapse {
	max-height: 340px;
}

@media (min-width: 768px) {
	#navigation .dropdown-menu > li:hover > a, #navigation .dropdown-menu > li.open > a, #navigation .dropdown-menu > li > a:hover, #navigation .dropdown-menu > li > a:focus {
		background-color: rgba(255, 255, 255, 0.1);
		background-image: none;
	}

	#navigation .dropdown-menu > .current_page_item > a, #navigation .dropdown-menu > .current_page_parent > a {
		color: rgba(255, 255, 255, 0.7);
	}

	#navigation .dropdown-submenu {
		position: relative;
	}

	#navigation .dropdown-submenu > .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -5px;
	}

	#navigation .dropdown-submenu > a:after {
		display: block;
		content: " ";
		float: right;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-left-color: #fff;
		margin-top: 5px;
		margin-right: -10px;
	}

	#navigation .dropdown-submenu:hover > a:after, #navigation .dropdown-submenu.open > a:after, #navigation .dropdown-submenu > a:hover:after, #navigation .dropdown-submenu > a:focus:after {
		border-left-color: #fff;
	}
}

@media (max-height: 300px) {
	#navigation.affix .navbar .navbar-collapse {
		max-height: 200px;
	}
}

@media (max-width: 767px) {
	#navigation.affix-top {
		position: relative !important;
	}
}

.boxes .inner a img {
	max-height: 64px;
	max-width: 64px;
}

div[id*="accordion"] .panel-heading .panel-title {
	padding: 10px 40px 10px 15px;
}

.clear_filter .fa {
	position: absolute;
	right: 12px;
	top: 9px;
}

#collapseTopbar .item > img {
	max-width: none;
	float: right;
}

#collapseTopbar .carousel-caption {
	height: 100vh;
	top: 0;
}

#collapseTopbar.collapse.in + #header, #collapseTopbar.collapsing + #header {
	margin: 0;
}

#collapseTopbar .carousel-indicators {
	width: 100%;
	text-align: center;
	bottom: 50px;
	left: 0;
	right: 0;
}

@media (max-width: 1199px) {
	#collapseTopbar .item > img {
		width: auto;
		height: 100vh;
	}
}

@media (min-width: 768px) {
	#header {
		box-shadow: 0 -60px 0 rgba(255, 255, 255, 0.85) inset, 0 80px 0 rgba(0, 0, 0, 0.25) inset;
		position: relative;
		z-index: 990;
	}

	#navigation {
		z-index: 997;
		position: relative;
	}

	#navigation .navbar {
		background: none !important;
		box-shadow: none !important;
	}

	#topbar {
		z-index: 999;
		background: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#header {
		box-shadow: 0 -60px 0 rgba(255, 255, 255, 0.85) inset, 0 60px 0 rgba(0, 0, 0, 0.25) inset;
	}

	#header {
		padding-top: 60px;
	}
}

#header > .container {
	z-index: 999;
	position: static;
}

#navigation .navbar .navbar-nav > li.menu-g.current-menu-item > a, #navigation .navbar .navbar-nav > li.menu-g.current-page-ancestor > a, #navigation .navbar .navbar-nav > li.menu-g > a:hover, #navigation .navbar .navbar-nav > li.menu-g > a:focus, #navigation .navbar .navbar-nav > li.menu-g:hover > a, #navigation .navbar .navbar-nav > .open.menu-g > a {
	color: #fff;
	background: #209580;
}

@media (min-width: 768px) {
	#navigation .menu-g .dropdown-menu {
		background: #209580;
	}
}

.widget-job-filter .rws-hauswirtschaft-gmbh label input[type=checkbox] + span:before {
	background-image: url('/wp-content/themes/rws-gruppe.de/_/img/hexagon-g-o-16x16.png');
}

.widget-job-filter .rws-hauswirtschaft-gmbh label input[type=checkbox]:checked + span:before {
	background-image: url('/wp-content/themes/rws-gruppe.de/_/img/hexagon-g-16x16.png');
}

#job-list .job_gesellschaft-rws-hauswirtschaft-gmbh {
	color: #009681;
	background-image: url('/wp-content/themes/rws-gruppe.de/_/img/job-corner-green.png'), url('/wp-content/themes/rws-gruppe.de/_/img/job-corner-white.png');
	background-position: center left, center right;
	background-repeat: no-repeat;
}

#job-list .job_gesellschaft-rws-hauswirtschaft-gmbh:hover {
	background-color: rgba(0, 150, 129, 0.12);
}

#gform_wrapper_1.gform_wrapper li#field_1_17 {
	margin-top: 0 !important;
}

#gform_wrapper_1.gform_wrapper li#field_1_17 table {
	margin-bottom: 10px !important;
	width: 100%;
	border-top: 1px solid #eee;
}

#gform_wrapper_1.gform_wrapper li#field_1_17 table tr td {
	padding: 8px;
	border-bottom: 1px solid #eee;
}

#gform_wrapper_2.gform_wrapper li#field_2_56 {
	margin-top: 0 !important;
}

#gform_wrapper_2.gform_wrapper li#field_2_56 table {
	margin-bottom: 10px !important;
	width: 100%;
	border-top: 1px solid #eee;
}

#gform_wrapper_2.gform_wrapper li#field_2_56 table tr td {
	padding: 8px;
	border-bottom: 1px solid #eee;
}

/* 2025-09 CUSTOMIZER CSS */

/**** CLEAN UP ****/

/* TOPBAR */

#topbar {
	position: absolute;
	left: 0;
	right: 0;
	padding: 2rem 0 0;
}

/* HEADER */

@media (max-width: 1199px) {

	#header {
		padding-top: 120px;
		box-shadow: 0 -50px 0 rgba(255, 255, 255, 0.85) inset, 0 120px 0 rgba(0, 0, 0, 0.25) inset;
	}
}

@media (min-width: 769px) and (max-width: 991px) {

	#header {
		box-shadow: 0 -50px 0 rgba(255, 255, 255, 0.85) inset, 0 80px 0 rgba(0, 0, 0, 0.25) inset;
		position: relative;
		z-index: 990;
	}
}

@media (max-width: 768px) {

	#header {
		padding-top: 1.5rem;
	}
}

@media (min-width: 1200px) {
	#header {
		box-shadow: 0 -50px 0 rgba(255, 255, 255, 0.85) inset, 0 80px 0 rgba(0, 0, 0, 0.25) inset;
		position: relative;
		z-index: 990;
	}
}

/* TEASER */

#teaser {
	top: -140px;
	margin-bottom: -140px;
}

@media (max-width: 1199px) {
	#teaser {
		top: -220px;
		margin-bottom: -220px;
	}
}

@media (max-width: 991px) {
	#teaser {
		top: -185px;
		margin-bottom: -185px;
	}
}

@media (max-width: 849px) {
	#teaser {
		top: -235px;
		margin-bottom: -235px;
	}
}

/* NAVIGATION */

/* NAVBAR */

@media (max-width: 767px) {

	#navigation .navbar .navbar-toggle {
		background: #fff;
	}

	#navigation .navbar .navbar-toggle .icon-bar {
		background-color: #00558c;
	}
}

@media (min-width: 768px) {

	#navigation .navbar {
		background: rgba(255, 255, 255, 0.85) !important;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.10) !important;
	}

	.is-desktop #navigation .navbar-hover .dropdown-menu > .dropdown:hover > .dropdown-menu {
		display: flex;
		flex-direction: column;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {

	.navbar-nav {
		width: 100%;
		/*display: flex;
    flex-direction: row;
    flex-wrap: wrap;*/
	}
}

/******************/

/* SIDEBAR POSITION */

/* #page-builder .container .sidebar-container:first-child {
	display: flex;
}

#page-builder .container .sidebar-container:first-child .content {
	order: 1;
}

#page-builder .container .sidebar-container:first-child .sidebar {
	order: 2;
} */

/* BUTTON CONTAINER */

.button-container {
	width: fit-content;
}

.button-container a.btn {
	width: 100%;
	margin-bottom: .5rem;
	text-align: left;
}

.page-sub-navi-alt .list-pages {
    width: fit-content;
}

.page-sub-navi-alt .list-pages a.btn {
    width: 100%;
    margin-bottom: .5rem;
    text-align: left;
}

/* BASICS */

.img-fluid {
	max-width: 100%;
	height: auto;
}

/* TEXT */

.rws-blue h1, .rws-blue .h1 {
	font-size: 2.25rem;
}

.rws-blue h2, .rws-blue .h2 {
	font-size: 1.75rem;
}

.rws-blue h3, .rws-blue .h3 {
	font-size: 1.375rem;
}

.rws-blue h1, .rws-blue .h1,
.rws-blue h2, .rws-blue .h2,
.rws-blue h3, .rws-blue .h3 {
	line-height: 1.2;
}

.rws-blue p,
.rws-blue .textarea,
.rws-blue #page-builder ul,
.rws-blue ol {
	font-size: 18px;
	line-height: 1.75;
	letter-spacing: .0125rem;
}

.rws-blue ol {
    padding-left: 1rem;
    list-style-position: outside;
}

.rws-blue ol li {
    padding-left: .5rem;
}

.rws-blue ol li:not(:last-child) {
    margin-bottom: .75rem;
}

.rws-blue .textarea p:last-child:not(.wp-caption-text) {
	margin-bottom: 1.5rem;
}

.rws-blue .section.toc .toc-list,
.rws-blue ul {
	text-align: left;
}

.rws-blue .section.toc .toc-list li,
.rws-blue ul li {
	padding-left: .5rem;
}

.rws-blue ul.navbar-nav li {
    padding-left: 0;
}

/* BRAND */

.brand img {
	max-height: 10rem;
	width: 100%;
}

/* CONTAINER WIDTH */

@media (min-width: 768px) {
	.container {
		width: 738px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 962px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

/* IMAGES 16 / 9 */

/*
img.size-full {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 991px) {
	img.size-full {
		aspect-ratio: 9 / 16;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
} */

/* TO TOP BUTTON */

.totop {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	z-index: 1;
}

.totop.show {
	opacity: 1;
	pointer-events: auto;
}

/* HEADER */

@media (min-width: 768px) and (max-width: 991px) {
	#header {
		padding-top: 135px;
		box-shadow: 0 -50px 0 rgba(255, 255, 255, 0.85) inset, 0 135px 0 rgba(0, 0, 0, 0.25) inset !important;
	}
}

/* NAVIGATION */

#navigation .navbar .navbar-nav > li > a {
	padding: 15px 12px;
}

#navigation .navbar-nav {
	position: relative;
}

@media (min-width: 768px) {

	#navigation .navbar-nav > li {
		position: static;
	}
}

@media (max-width: 991px) {
	#navigation .navbar .container {
		width: 100%;
	}
}

/* SUB NAVIGATION */

@media (min-width: 769px) {

	.rws-blue .menu-b.new-navigation .dropdown-menu,
	.rws-yellow .menu-y.new-navigation .dropdown-menu {
		display: block;
	}

	.rws-blue .menu-b.new-navigation .dropdown-menu .dropdown-menu,
	.rws-yellow .menu-y.new-navigation .dropdown-menu .dropdown-menu {
		display: none;
	}

	.new-navigation.dropdown.menu-item .dropdown-menu {
		padding: 20px 0;
	}

	.rws-blue .menu-b.new-navigation.dropdown.menu-item .dropdown-menu {
		background: rgba(91, 194, 231, .85) !important;
	}

	.new-navigation.dropdown.menu-item .dropdown-menu li {
		display: inline-block;
	}

	#navigation .new-navigation .dropdown-menu {
		left: 0;
		right: 0;
		width: 100%;
		flex-wrap: nowrap;
		justify-content: start;
		width: auto;
		padding: 0;
	}

	#navigation .menu-b.new-navigation .dropdown-menu {
		background: rgba(91, 194, 231, 0.85);
	}

	#navigation .menu-b.new-navigation .dropdown-menu {
		box-shadow: -50rem 0 0 rgba(91, 194, 231, 0.85),
		50rem 0 0 0 rgba(91, 194, 231, 0.85);
		width: max-content;
		z-index: 10;
	}

	.rws-blue #navigation .menu-b.new-navigation .dropdown-menu .dropdown-menu {
		box-shadow: none;
		top: 54px;
	}

	.rws-blue #navigation .menu-b.new-navigation .dropdown-menu li:last-child .dropdown-menu {
		left: auto;
		right: 0;
	}

    .rws-blue #navigation .menu-b.new-navigation .dropdown-menu .dropdown-menu .dropdown-menu {
        left: 100% !important;
        top: 0;
    }

    #navigation .new-navigation .dropdown-menu .dropdown-menu {
        box-shadow: none;
        top: auto;
        left: 0;
        width: fit-content;
    }

    #navigation .new-navigation .dropdown-menu .dropdown-menu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -5px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }

	#navigation .new-navigation .dropdown-menu > li > a.dropdown-toggle {
		color: #fff;
		background-color: transparent;
		padding: 1rem 12px;
	}

    #navigation .new-navigation .dropdown-menu > li > a,
    #navigation .new-navigation .dropdown-menu .dropdown-menu > li > a.dropdown-toggle {
		color: #fff;
		background-color: transparent;
		padding: .25rem 12px;
	}

    #navigation .new-navigation .dropdown-toggle .dropdown-toggle .dropdown-toggle {
        padding: .25rem 12px;
    }

	.new-navigation.dropdown.menu-item > .dropdown-menu a:hover {
		text-decoration: underline;
	}

	#navigation .new-navigation .dropdown-menu > .current_page_item > a {
		color: #fff;
		text-decoration: underline;
		background-color: transparent;
	}

	#navigation .dropdown-menu {
		left: auto;
	}
}

@media (min-width: 769px) and (max-width: 1199px) {
	.is-desktop #navigation .navbar-hover .navbar-nav > .new-navigation.dropdown:hover > .dropdown-menu {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 1199px) {
	#navigation .new-navigation .dropdown-menu > li > a {
		padding: 3px 6px;
	}
}

@media (min-width: 768px) {
	#navigation .dropdown-submenu > .dropdown-menu {
		margin-top: 0px;
	}
}

/* SIDE BUTTONS */

#sidebuttons {
	z-index: 9;
	position: absolute;
}

#sidebuttons .icon {
	width: 60px;
}

#sidebuttons .icon img {
	width: 50px;
	height: 50px;
	margin: 5px;
}

/* INTRO */

.intro-image {
	width: 100%;
	height: 24rem;
	object-fit: cover;
	margin-bottom: 1.5rem;
}

.intro-image-top-left {
	background-position: top left;
}

.intro-image-top-center {
	background-position: top center;
}

.intro-image-top-right {
	background-position: top right;
}

.intro-image-right-center {
	background-position: center right;
}

.intro-image-bottom-right {
	background-position: bottom right;
}

.intro-image-bottom-center {
	background-position: bottom center;
}

.intro-image-bottom-left {
	background-position: bottom left;
}

.intro-image-left-center {
	background-position: center left;
}

/* TIMELINE */

.timeline {
	position: relative;
	margin: 2rem auto;
}

.timeline-line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 4px;
	background-color: #5bc5ed;
	transform: translateX(-50%);
	z-index: 1;
}

.timeline-wrapper {
	display: flex;
	flex-direction: column;
}

.timeline-item {
	position: relative;
	width: 100%;
	display: flex;
	align-items: flex-start;
}

.timeline-item--left {
	justify-content: flex-start;
}

.timeline-item--right {
	justify-content: flex-end;
}

@media (min-width: 1200px) {

    .timeline-item.timeline-item--left .card.card-timeline {
        margin-left: 3rem;
    }

    .timeline-item.timeline-item--right .card.card-timeline {
        margin-right: 3rem;
    }
}

.timeline-item .card {
	background: #fff;
	border-radius: 0.5rem;
	padding: 1.5rem;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	max-width: 26rem;
	z-index: 2;
}

.timeline-dot {
	position: absolute;
	top: 1.25rem;
	left: 50%;
	width: 1.25rem;
	height: 1.25rem;
	background: #fff;
	border-radius: 50%;
	transform: translateX(-50%);
	z-index: 3;
	outline: .25rem solid #5bc5ed;
	outline-offset: -2px
}

@media screen and (max-width: 768px) {
	.timeline-line {
		left: 2.125rem;
		transform: none;
	}

	.timeline-item {
		flex-direction: column;
		align-items: flex-start;
	}

	.timeline-item--right {
		justify-content: flex-start;
	}

	.timeline-item .card {
		margin-left: 3rem;
		margin-bottom: 1.5rem;
	}

	.timeline-dot {
		left: 8px;
		transform: none;
	}
}

.card-timeline .card-title {
	color: #5bc5ed;
}

/* PARALLAX */

.section.parallax {
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	padding: 8rem 1rem;
	color: #fff;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.parallax-content {
	position: relative;
	z-index: 2;
	background-color: rgb(20 20 20 / 70%);
	color: #fff;
	padding: 1.5rem;
	border-radius: .5rem;
	backdrop-filter: blur(.5rem);
}

.parallax-content h1,
.parallax-content h2,
.parallax-content h3,
.rws-blue #main .parallax-content h1,
.rws-blue #main .parallax-content h2,
.rws-blue #main .parallax-content h3,
.rws-blue .parallax-content ul li strong,
.rws-blue .parallax-content ol li strong {
	color: #fff !important;
}

.parallax-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.parallax-content ul {
    padding-inline-start: 1rem;
}

.rws-blue #main .parallax-content ul:not(.list-unstyled),
.parallax-content ul li::marker {
    list-style-image: url('_/img/hexagon-white-12x12.png');
}


/* TEXTAREA */

.section.textarea.has-bg-color {
	margin-top: 30px;
	margin-bottom: 30px;
}

.section.textarea.has-bg-color:first-of-type {
	margin-top: 0;
}

.section.textarea.has-bg-color:last-of-type {
	margin-bottom: 0;
}

.section.textarea.has-bg-color .container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.section.textarea img.image-list {
    margin-bottom: 0 !important;
    margin-right: 3rem !important;
}

.section.textarea .wp-caption-text {
    line-height: 1.5;
}

/* BOXES / CTA PAGEBUILDER */

#page-builder .textarea .boxes .inner {
	height: auto;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	border-radius: .5rem;
	margin: 30px auto;
	position: relative;
}

#page-builder .textarea .boxes .inner {
    position: relative;
    width: fit-content;
    gap: .75rem;
}

#page-builder .textarea .boxes .inner h2 {
    margin-bottom: 0;
}

#page-builder .textarea .boxes .inner .icon-link {
	position: absolute;
	inset: 0;
	z-index: 1;
}

#page-builder .textarea .boxes .inner *:not(.icon-link) {
	position: relative;
	z-index: 2;
}

@media (min-width: 769px) {

	#page-builder .textarea .boxes .rws-blue {
		background: #5bc2e7;
		/*box-shadow: 6px 6px 0px 6px #9bdaf2*/
	}

	#page-builder .textarea .boxes .rws-yellow {
		background: #f6bd03;
		/*box-shadow: 6px 6px 0px 6px #f9d77d;*/
	}

	#page-builder .textarea .boxes .rws-green {
		background: #1b9581;
		/*box-shadow: 6px 6px 0px 6px #6bbfb3;*/
	}

	#page-builder .textarea .boxes .rws-red {
		background: #d32530;
		/*box-shadow: 6px 6px 0px 6px #e47683;*/
	}

	#page-builder .textarea .boxes .inner h2 {
		margin: 0;
	}

	#page-builder .textarea .boxes .inner img {
		margin: 0;
	}

	/*#page-builder .textarea .boxes .inner a.icon-link {
		position: relative;
	  right: auto;
	  bottom: auto;
	}*/
}

/*
@media (max-width: 768px) {
	#page-builder .textarea .boxes .inner {
		background-size: cover;
		display: block;
	}
} */

/* NAV TABS */

.nav-tabs {
	display: flex;
	justify-content: space-between;
}

.nav-tabs::before,
.nav-tabs::after {
	display: none;
}

.nav-tabs > li:last-child > a {
	margin-right: 0;
}

/* TEASER */

@media (max-width: 991px) {
	#teaser .item {
		min-height: 85vh;
		background-size: cover;
	}
}

@media (max-width: 768px) {
	#teaser .item {
		height: 100vh;
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: calc(100% - 10%) bottom;
	}
}

/* SLIDESHOW */

#page-builder .section.slideshow #teaser {
	top: auto;
	margin-bottom: 1.5rem;
}

#page-builder .section.slideshow #teaser .item {
	background-position: top center;
	height: 50vh;
}

#page-builder .section.slideshow #teaser .item .carousel-caption {
	display: none;
}

@media (max-width: 768px) {
	#page-builder .section.slideshow #teaser .item {
		height: 85vh;
	}
}

/* INFOBOX */

.infobox {
	background-size: 55% auto;
	text-align: unset;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

div.infobox.rws-gray {
    border-color: #797878;
    border-radius: .5rem;
    text-align: center;
}

div.infobox.rws-gray p.h3 {
    color: #797878;
}

.rws_g_grau {

}

/* TESTIMONIALS */

.section.testimonial {
	padding: 2rem 0;
}

.testimonial-wrapper {
	position: relative;
}

.testimonial-wrapper .swiper {
	padding: 1rem 1rem 4rem 1rem;
	margin: -1rem;
}

@media (min-width: 992px) {

    .testimonial-wrapper .swiper.testimonial-swiper-shortcode {
        margin-top: 2.5rem;
        padding: 1rem 1rem 3rem 1rem;
    }
}

.testimonial-wrapper .swiper-pagination {
	top: 105%;
}

.has-bg-color .testimonial-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background: #5bc2e7;
}

.testimonial-wrapper .swiper-button-prev,
.testimonial-wrapper .swiper-button-next {
	font-size: 1.5rem;
}

.testimonial-wrapper .swiper-button-prev {
	left: -2rem;
}

.testimonial-wrapper .swiper-button-next {
	right: -2rem;
}

.card.card-testimonial {
	background: #fff;
	border-radius: 0.5rem;
	padding: 1.5rem;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex: 1;
}

.card.card-testimonial .card-img-top img {
	width: 100%;
	max-width: 8rem;
	height: auto;
	border-radius: 50rem;
	margin: 0 auto;
}

p.testimonial-position {
	color: #999;
	/*font-size: 0.875rem;*/
    line-height: 1.25;
}

.testimonial-wrapper .swiper-wrapper {
	display: flex;
}

.testimonial-wrapper .swiper-slide {
	height: auto;
	display: flex;
	opacity: 0.5;
	transform: scale(0.9);
	transition: all 0.3s ease;
}

.testimonial-wrapper .swiper-slide-active {
	opacity: 1;
	transform: scale(1);
}

.testimonial-wrapper .swiper-slide-next,
.testimonial-wrapper .swiper-slide-prev {
	opacity: 0.25;
	transform: scale(0.9);
}

.testimonial-wrapper .swiper-not-center .swiper-slide,
.testimonial-wrapper .swiper-not-center .swiper-slide-next,
.testimonial-wrapper .swiper-not-center .swiper-slide-prev {
    opacity: 1;
    transform: scale(1);
}

/* TEST TW */

/* div.infobox > div.icon {
	float: left;
  margin-right: 1.25rem;
} */

div.infobox > div.title {
	padding: 0 0 2rem 0;
}

div.infobox.rws-blue {
	border-radius: .5rem;
	text-align: center;
}

div#boxumrandung {
	padding: 0 10px;
	border: 5px solid #e0f4fc;
}

/* NEW FIXES 09/20 */

.nav-tabs {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;

	li {
		flex: 1 0 auto;
		padding: 0 !important;
		margin: 0;
		text-align: center;
	}
}

@media (max-width: 991px) {

    .nav-tabs {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .nav-tabs > li > a {
        border-color: transparent;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        border-color: #00558c;
    }
}

.rws ul > li > strong,
.rws ol > li > strong {
	color: #00558c !important;
}

.rws-blue ul > li > strong,
.rws-blue ol > li > strong {
	color: #3f3e3e !important;
}

.rws-yellow ul > li > strong,
.rws-yellow ol > li > strong {
	color: #f6be00 !important;
}

.rws-red ul > li > strong,
.rws-red ol > li > strong {
	color: #d22630 !important;
}

.rws-green ul > li > strong,
.rws-green ol > li > strong {
	color: #009681 !important;
}

.parallax-content {
	padding: 3rem;
}

@media (max-width: 768px) {
    .parallax-content {
        padding: 1.5rem;
    }

    .parallax-content ul {
        font-size: 18px;
    }
}

.parallax-content > h2 {
	margin-top: 0;
}

@media (min-width: 768px) {
	.page-builder-row {
		display: flex;
		flex-direction: row;
	}

	.page-builder-row .sidebar {
		order: 2;
	}

	.page-builder-row .content {
		order: 1;
	}
}

.section.textarea.has-bg-color {
	padding: 1rem;
}

.section.textarea.has-bg-color > :first-child {
	margin-top: 0 !important;
}

.section.textarea.has-bg-color > :last-child {
	margin-bottom: 0 !important;
}

/* GLOSSAR */

.glossar-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}

@media (max-width: 991px) {
    .glossar-nav {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(2rem, 1fr));
        gap: 0.5rem 1rem;
        margin-bottom: 3rem;
        justify-items: center;
    }
}

.glossar-nav span {
    color: #adb5bd;
}

.glossar-nav a,
.glossar-nav span {
    background-color: #f8f8f8;
    padding: .25rem .75rem;
    border-radius: .375rem;
    font-weight: 700;
    transition: .4s;
}

.glossar-nav a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #00558c;
    transition: .4s;
}

@media (min-width: 992px) {
    .glossar-entries .glossary-result {
        position: sticky;
        top: 3rem;;
    }
}

.glossar-entries .glossary-result .glossary-letter {
    font-weight: 700;
}


.glossar-entries .glossary-result .glossary-result-list {
    list-style: none !important;
    padding: 0;
}

.glossar-entries .glossary-list {
    list-style: none !important;
    margin-bottom: 1.5rem;
}

.glossar-entries .glossary-list .glossary-entry {
    background-color: #f8f8f8;
    padding: 1.5rem;
    border-radius: .75rem;
}

.glossar-entries .glossary-list .glossary-entry:not(:last-child) {
    margin-bottom: 1rem;
}

/* BLOCKQUOTE */

blockquote p,
.rws-blue .textarea blockquote p:last-child:not(.wp-caption-text) {
    margin-bottom: 0;
}

blockquote p img.alignleft {
    margin: .5rem 1rem 0 0;
}

/* FORM – HAS BG COLOR / TEXT WHITE */

.has-bg-color .gform_wrapper .h2,
.rws-blue #main .has-bg-color .gform_wrapper h2 {
    color: #fff;
}

.has-bg-color .gform_wrapper .gfield_label,
.has-bg-color .gform_wrapper .gform-field-label {
    color: #fff;
}

.has-bg-color .gform_wrapper .gform_title {
    margin-top: 0;
}

.has-bg-color .gform_wrapper.gravity-theme .gfield_required {
    color: #fff;
    font-size: 14px;
}

.has-bg-color .gform_wrapper .gform_required_legend {
    color: #52b8dd;
}


/* CARD CONTACT PERSON */

.card.card-contact-person {
    background: #fff;
    border-radius: 0.5rem;
    padding: 1rem .5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
}

.card.card-contact-person .card-img-top img {
    width: 8rem;
    height: 8rem;
    border-radius: 50rem;
    margin: 0 auto;
    object-fit: cover;
}

.card.card-contact-person .contact-person-position {
    color: #999;
    font-size: 0.875rem;
}

.glossar-contact {
    color: #fff;
}

.glossar-contact h2 {
    color: #fff !important;
}

.glossar-contact form {
    margin-top: 60px
}

.glossar-contact .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* BLOCKQUOTE ALTERNATIVE */

figure.blockquote {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1rem 0;
}

.blockquote-image {
    width: auto;
    height: 100%;
    flex-shrink: 0;
    object-fit: contain;
    align-self: stretch;
}

/* SPACING */

.spacing-top {
    margin-top: 3rem;
}

.spacing-bottom {
    margin-bottom: 1.5rem;
}