/*
Theme Name: Flat Bootstrap Child
Theme URI: http://xtremelysocial.com/wordpress/child/
Description: Child theme for Flat Bootstrap. Includes a stylesheet (style.css) for you to restyle any of the CSS and a functions.php file to change theme parameters or components. Both files include samples of a few common things you might want to do.
Author: XtremelySocial
Author url: http://xtremelysocial.com
Version: 1.5
License: GNU General Public License
License URI: http://www.opensource.org/licenses/GPL-3.0
Template: flat-bootstrap
Template Version: 1.9
Tags: one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, featured-images, featured-image-header, full-width-template, flexible-header, theme-options, sticky-post, threaded-comments, light, translation-ready, rtl-language-support, custom-background
*/

/* 
 * IMPORT the parent theme's stylesheet(s). NOTE: This was moved to functions.php for
 * performance reasons.
 */

/*@import url("../flat-bootstrap/style.css");*/

/*@import url("./assets/css/styles.css");*/
/*@import url("./assets/css/libs.general.css");*/


/* Change the main link color to dark blue. Note that the hover color is set using a 
 * neat trick with the opacity tag. This simply lightens whatever the link color is. That
 * way we don't need to try to figure out a hover color that looks good. 
*/




body {
	/*background-image: url("../img/header.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;*/
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	/*overflow-y: scroll;*/
	position: relative;
	font-family: 'Roboto Slab', serif;
	font-smooth: always;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	height: 100%;
}

body.custom-background {
	background: #fff !important;
}


p {
	color: #868686;
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 4px;
}

p:empty { display: none; }

.grey {
	color: #999;
}

.scrollToTop {
	display: none;
	padding: 14px 20px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1002;
}
.scrollToTop i {
	color: #ff6b00;
	font-size: 24px;
}
.scrollToTop:hover i,
.scrollToTop:focus i {
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab';
	line-height: inherit;
}

/*
h5 {
	color: #999;
	font-family: 'Roboto Slab';
	font-size: 42px;
	font-weight: 200;
	margin: 0 0 4px;
}
*/

h4 {
	margin-top: 0;
}

/*
*/
h1 {
	font-weight: 600;
	font-size: 104px;
	line-height: 100%;
}
h2 {
	font-weight: 600;
	font-size: 54px;
}
h3 {
    color: #3d3935;
	font-weight: 600;
    font-size: 32px;
	overflow: hidden;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
}
h4 {
	color: #838383;
	font-weight: 300;
	font-size: 28px;
}
h5 {
	font-size: 28px;
    font-weight: 600;
}
h6 {
	font-size: 20px;
    font-family: 'Roboto';
    font-weight: 700;
}




::selection {
	/*background-color: rgba(255,107,0,1);*/
	background-color: #4f4c48;
	color: #fff;
}


a,
.site-description,
.sidebar-footer a:hover:not(.btn),
.sidebar-footer a:focus:not(.btn),
.footer-nav-menu a:hover:not(.btn),
.footer-nav-menu a:focus:not(.btn),
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
	color: #ff6b00;
}

a:hover,
a:focus {
	color: #ff6b00;
	/*opacity: .75;*/
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
	background-color: transparent;
}

#menu-footer .current_page_item a,
.current_page_parent a.dropdown-toggle {
	color: #ff6b00 !important;
}

blockquote {
	border-color: #ff6b00;
}
button,
html input[type="button"],
input[type="submit"] {
	background-color: #ff6b00;
	border: none;
}

button:hover,
button:focus,
html input[type="button"]:hover,
html input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #ff6b00;
}

.navbar-default .navbar-toggle:hover {
	background-color: transparent !important;
}
.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #ff6b00;
}

/* Make the buttons square, if you'd like. */
.btn {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

img {
	display: inline-block;
	line-height: 0;
	/*padding: 2px 4px 0 0;*/
	vertical-align: inherit;
}
a img {
	padding-right: 5px;
}
.row img {
	width: 100%;
	height: 100%;
}

.divider,
hr {
	border-top: 1px solid #ff6b00;
	display: inline-block;
	margin: 15px 0 15px;
	width: 50px;
	height: 1px;
}
hr.fullwidth {
	border-top: 1px solid #ebebeb;
	margin-bottom: 0;
	width: 100%;
}

#page {
	display: block;
	flex-direction: column;
	/*display: -ms-flexbox;
	-ms-flex-direction: column;*/
	min-height: 100vh;
	height: 100%;
}

#page,
/*.navbar,*/
.after-footer {
	max-width: 100%;
}

.site-content {
	/*background: #eee;*/
	flex: 1;
	padding-bottom: 40px;
	position: relative;
}
.content-area {
	padding-bottom: 24px;
}
.section-image,
.cover-image,
.sidebar-footer,
.content-header-image {
	background-color: transparent;
}

.edit-link {
	display: none;
}

.grey {
	background-color: #f4f4f3;
}
.margin-top {
	margin-top: -220px;
	padding-top: 250px;
}
.headline-margin-top {
	margin-top: -15px;
}

/*
*/
#primary .container {
	padding: 60px 15px 50px;
	/*padding: 40px 0;*/
}
#primary .container.no-padding-top {
	padding-top: 0;
}

#primary .container .container-inner {
	padding: 0 60px;
}

#primary .container .container-inner hr {
	/*margin-bottom: 10px;*/
	width: 50px;
}
#primary .container-inner h3 {
	font-size: 36px;
	letter-spacing: 0.02em;
	/*margin-top: 80px;*/
}

.sub-headline {
	margin-top: 60px;
}

.p-headline {
	font-family: 'Roboto';
	font-size: 25px;
	font-weight: 300;
	margin-top: 30px;
}

.content-area .entry-content .container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.row .col:first-of-type {
	padding-left: 0;
	padding-right: 45px;
}
.row .col:last-of-type {
	padding-right: 0;
}

/*
.row .col h3 {
	font-family: 'Roboto';
	font-size: 25px;
	font-weight: 300;
	margin-top: 30px;
}
*/


.box {
	color: #fff;
	padding-top: 40px !important;
	padding-bottom: 60px !important;
	position: relative;
	z-index: 99;
}
.box.orange {
	background-color: #ff6b00;
}
.box p {
	color: #fff;
}
.box hr {
	border-color: #fff;
	margin-bottom: 60px;
	width: 100% !important;
}
.box .row .col {
	border-right: 1px solid rgba(255,255,255,0.5);
	color: #fff;
	text-align: center;
}
.box .row .col:last-of-type {
	border-right: none;
}
.box .row .col h3 {
	color: #fff;
	font-size: 60px !important;
	font-family: 'Roboto Slab';
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.box-karriere {
	background: #f4f4f3;
	margin-top: 30px;
	padding: 20px;
}
.box-karriere h4 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 0;
}
.box-karriere h5 {
	/*font-size: 100px !important;
	font-family: 'Roboto Slab';
	font-weight: 300;
	margin-top: 0;
	margin-bottom: -10px;
	padding-bottom: 0px;*/
}
.box-karriere p {
	font-size: 18px;
}
.box-karriere a {
	color: #292929;
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	margin: 10px 0 0;
}
.box-karriere a i {
	color: #ff6b00;
	width: 20px;
}
.box-karriere a:hover {
	color: #ff6b00;
}

#primary h2,
#primary .container h2 {
	/*line-height: 80px;*/
}

#primary h2 span,
#primary .container h2 span {
	font-family: 'Roboto Slab';
	font-size: 104px;
	font-weight: 700;
	line-height: 80px;
}

.swiper-front .container.overlayer {
	padding: 0 !important;
	height: 0;
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.container.display-table {
	display: table;
}
.container.display-table > div {
	display: table-cell;
}


.karriere-headline h5 {
	margin-top: 30px;
}









/* Header */
#masthead {
	background-color: #fff;
	/*min-height: 200px;*/
	z-index: 99;
}

.content-header {
	background-color: #ff6b00;
}
header.content-header {
	display: flex;
	min-height: 350px;
}
.content-header .container {
	position: relative;
}

.page-title {
	color: #fff !important;
	font-size: 50px;
	font-weight: bold;
	position: absolute;
	bottom: 20px;
}

.error-404 {
	height: 100%;
}
.error-404 .page-title {
	font-size: 180px;
	line-height: 140%;
	text-align: center;
	position: relative;
	height: 100%;
}

.error404 h2 {
	color: #ff6b00;
	font-size: 50px;
	font-weight: bold;
}

.header-logo {
	display: inline-block;
	padding: 15px 10px 15px 0;
	position: relative;
	top: 0;
	left: 0;
	width: 186px;
	height: 150px;
}

.header-logo img {
	margin-top: -10px;
    max-width: 170px;
}

.navbar {
    float: right;
	margin-top: 50px;
	min-height: 0;
}
.navbar-header button:hover {
	background-color: #ff6b00;
}
.navbar-header button:hover .icon-bar {
	background-color: #ff6b00 !important;
}

.cover-image,
.cover-image-overlay {
	background-position: center;
	min-height: 300px;
}
.section-image,
.section-image-overlay {
	background-position: center;
	padding: 0;
	height: 500px;
}

.content-header-image.with-header-img .section-image {
	height: 250px;
}
.content-header-image.no-header-img .section-image {
	
}

.site-title {
	margin-top: 0px;
}

.header-image-text-overlay {
	text-align: left;
}
.header-image-title,
.header-image-caption {
	margin-top: 11px;
}

.scroll-down {
	position: absolute;
	bottom: 10px;
	left: calc(50% - 5px);
}

.custom-header-image {
	margin: 0;
}

.navbar-toggle {
	position: absolute;
	top: -55px;
	right: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #3d3934 !important;
	margin-top: 6px;
    width: 33px;
    height: 2px;
    transition: all 0.25s ease;
}
.navbar-default .navbar-toggle .icon-bar:first-of-type {
	margin-top: 0;
}
.navbar-default .navbar-toggle:focus {
	background-color: #fff !important;
}
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #ff6b00 !important;
	color: #fff !important;
}

.navbar-toggle.open .icon-bar:first-of-type {
	transform: rotate(-45deg) translate(-3px, 2px);
}
.navbar-toggle.open .icon-bar:last-of-type {
	transform: rotate(45deg) translate(-3px, -2px);
}

.navbar-default {
	background: none;
	border: none;
	/*box-shadow: inset 0 -8px 2px -4px rgba(0,0,0,0.1);*/
}
div.navbar-collapse.collapse {
	float: left;
}
div.navbar-collapse.collapse.in {
	float: none;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border: none;
	box-shadow: none;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	border: none;
	height: 40px;
}

.navbar-default .navbar-nav>li>a {
	color: #706d6a !important;
	font-family: 'Roboto';
	font-weight: 400;
}
.navbar-default .navbar-nav>li>a:hover,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	color: #ff6b00 !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.current-page-ancestor a.dropdown-toggle,
.navbar-default .navbar-nav .dropdown-menu>.active>a,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	background-color: transparent;
	color: #ff6b00 !important;
}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.current-page-ancestor a:hover,
.navbar-default .navbar-nav>.current-page-ancestor a:focus {
	background-color: transparent;
	color: #ff6b00 !important;
}
.navbar-default .navbar-nav>.active>a:after,
.navbar-default .navbar-nav>.current-page-ancestor.dropdown a.dropdown-toggle:after,
.navbar-default .navbar-nav>.current_page_item.dropdown a.dropdown-toggle:after {
	background-color: #ff6b00 !important;
	content: '';
	display: none;
	position: relative;
	top: 5px;
	width: calc(100% - 20px);
	height: 2px;
}
.navbar-default .navbar-nav>.active>a:after {
	width: 100%;
}

.navbar-default .navbar-nav .dropdown:hover>.dropdown-menu {
	display: block;
}

.navbar-nav>li>.dropdown-menu {
	background-color: #fff;
	/*border: 2px solid #ff6b00;*/
	border: none;
	border-radius: 0;
	/*box-shadow: none;*/
	padding: 0;
	padding-top: 0;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}
.navbar-nav>li>.dropdown-menu:before {
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #ff6b00 transparent;
	content: '';
	display: block;
	line-height: 0px;
	margin-top: -5px;
	margin-left: -5px;
	position: absolute;
	left: 50%;
	width: 0;
	height: 0;
	_border-color: #000000 #000000 #ff6b00 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.navbar-nav>li>.dropdown-menu>li>a {
	color: #706d6a;
	font-size: 18px;
	font-family: 'Roboto';
	font-weight: inherit;
	padding: 10px 20px 10px 16px;
}
.navbar-nav>li>.dropdown-menu>li:first-of-type>a {
	border-top: 2px solid #ff6b00;
	padding-top: 20px;
}
.navbar-nav>li>.dropdown-menu>li:last-of-type>a {
	padding-bottom: 20px;
}



/* Hover Effect */
.hvr-underline-from-left:before {
	background-color: #ff6b00;
	top: 41px;
	left: 15px;
	bottom: auto;
	height: 2px;
}
.hvr-underline-from-left:active:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:hover:before {
	right: 15px;
}
.dropdown .hvr-underline-from-left:active:before,
.dropdown .hvr-underline-from-left:focus:before,
.dropdown .hvr-underline-from-left:hover:before {
	right: 35px;
}

.dropdown-menu .hvr-underline-from-left:active:before,
.dropdown-menu .hvr-underline-from-left:focus:before,
.dropdown-menu .hvr-underline-from-left:hover:before {
	display: none;
}




/* Page Title */
.content-header h1,
.content-header h2,
.content-header h3 {
	color: #999;
}


.startseite-team-teaser {
	margin-top: -200px;
	position: relative;
}

.startseite-team-teaser .row .col {
	/*margin-top: -11px;*/
	padding-left: 0;
	padding-right: 0;
}

.startseite-team-teaser .team-teaser-image {
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	height: 700px;
}
.startseite-team-teaser .team-teaser-image .container {
	position: relative;
	height: 100%;
}
.startseite-team-teaser .team-teaser-image-description {
	position: absolute;
	/*bottom: 30%;*/
	bottom: 20%;
}
.startseite-team-teaser .team-teaser-image-description h2 {
	color: #fff;
	font-size: 40px;
	font-family: 'Roboto Slab';
	line-height: inherit;
	padding: 0 60px;
}

.startseite-team-teaser .team-teaser-bottom {
	display: flex;
	overflow: hidden;
	height: auto;
}
.startseite-team-teaser .team-teaser-left,
.startseite-team-teaser .team-teaser-right {
	height: auto;
}

.startseite-team-teaser .team-teaser-left {
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}

.startseite-team-teaser .team-teaser-left .team-image-description  {
	visibility: hidden;
}
.startseite-team-teaser .team-image-description {
	padding: 70px 80px;
	height: 100%;
}
.startseite-team-teaser .team-image-description h2 {
	color: #fff;
	font-family: 'Roboto Slab';
	line-height: inherit;
	margin-top: 0;
}

.team-image-description h2 {
	font-size: 40px;
	font-weight: bold;
}

.startseite-team-teaser .team-image-description a {
	color: #fff;
	margin-top: 40px;
}
.startseite-team-teaser .team-image-description .divider {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 60px;
}

.startseite-team-teaser .team-image-description .team-teaser-right-text {
	color: #fff;
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: 200;
	margin: 0 0 4px;
	max-width: 630px;
	/*max-width: 1080px;*/
}


.leistung-accordion {
	padding-bottom: 50px;
}
.leistung-accordion .col:first-of-type hr {
	position: relative;
	top: -4px;
}

.leistung-accordion .col hr {
	border-color: #4f4c48;
	margin-top: 0;
	width: calc(100% - 40px);
}

.accordion-wrapper {
	border-bottom: 1px solid #ebebeb;
	margin-top: -1px;
}
.accordion-wrapper .acc-btn-wrapper button.btn {
	background-color: transparent;
	border: 1px solid #ebebeb;
	border-width: 1px 0 0;
	color: #3D3936;
	font-family: 'Roboto';
	font-size: 20px;
	text-align: left;
	position: relative;
	padding: 30px 50px 30px 0;
	white-space: normal;
	word-break: break-word;
	width: 100%;
	min-height: 100px;
	height: auto;
}
.accordion-wrapper .acc-btn-wrapper button.btn:hover,
.accordion-wrapper .acc-btn-wrapper button.btn:focus,
.accordion-wrapper .acc-btn-wrapper button.btn:active {
	background-color: transparent !important;
	text-decoration: none;
}

.leistung-accordion .accordion-wrapper,
.leistung-accordion .accordion-wrapper .acc-btn-wrapper button.btn {
	border-color: #ccc;
}
.leistung-accordion .row {
	margin-left: 0;
	margin-right: 0;
}

.accordion-wrapper .acc-collapse-wrapper {
	padding-right: 60px;
}
.accordion-wrapper button .accordion-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2042%2042%22%20style%3D%22enable-background%3Anew%200%200%2042%2042%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23FF6B00%22%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%2222%2C22%2042%2C22%2042%2C20%2022%2C20%2020%2C20%200%2C20%200%2C22%2020%2C22%20%22/%3E%0A%3C/svg%3E");
	background-repeat: no-repeat;
    background-position: center;
	position: absolute;
	top: 0;
	right: 20px;
    width: 20px;
    height: 100%;
}
.accordion-wrapper button.collapsed .accordion-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20fill%3D%22%23ff6b00%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2042%2042%22%20style%3D%22enable-background%3Anew%200%200%2042%2042%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolygon%20points%3D%2242%2C20%2022%2C20%2022%2C0%2020%2C0%2020%2C20%200%2C20%200%2C22%2020%2C22%2020%2C42%2022%2C42%2022%2C22%2042%2C22%20%22/%3E%0A%3C/svg%3E%0A");
}

.accordion-standorte hr {
	border-color: #000;
	margin-bottom: 0;
	width: 100%;
}
.accordion-standorte .accordion-wrapper button.btn {
	padding-right: 40px;
}
.accordion-standorte .accordion-wrapper div:first-of-type button,
#karriere-acc.accordion-wrapper div:first-of-type button {
	border-top: 0;
}

.management-profil-wrapper {
	margin-top: 10px;
}
.management-profil-wrapper .row {
	display: flex;
	margin-bottom: 40px;
}
/*
.management-profil-wrapper .row .col:first-of-type {
	max-width: 300px;
}
*/
.management-profil-wrapper .row .col h3 {
	color: #ff6b00;
	font-family: 'Roboto Slab';
	font-size: 36px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: -10px;
}
.management-profil-wrapper h4 {
	font-family: 'Roboto';
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
}

.management-profil-wrapper hr {
	margin-top: 0;
	margin-bottom: 40px;
}
.management-profil-wrapper hr:last-of-type {
	display: none;
}

.management-profil-image {
	overflow: hidden;
	height: 270px;
}
.management-profil-image img {
	object-fit: cover;
	object-position: top;
	height: 100%;
}
.management-profil-email {
	color: #3d3935;
	display: block;
	font-weight: 500;
	margin-top: 10px;
}
.management-profil-email i {
	color: #ff6b00;
}




.standort-service .col-md-7 h3 {
	margin-top: -12px;
}
.standort-service .col-md-7 .fasc-button {
	margin: 7px 0 30px!important;
}









.row .col.karriere-headline h3 {
	font-family: 'Roboto slab';
	font-size: 28px;
	font-weight: 700;
	margin-top: 30px;
}
.container .container-inner.no-padding {
	padding: 0 !important;
}



.inline-liste {
	padding-left: 0;
}
.inline-liste li {
	display: inline-block;
	padding-right: 10px;
	padding-bottom: 5px;
}
.inline-liste li a {
	padding-right: 15px;
}




/* Contact form */

.contactfield
{
    background-color: #7f7d7a !important; 
    color: #fff;
    width: 100%;
	font-family: 'Roboto slab' ;
	font-size: 24px;
	height: 90px;
	padding: 0 25px;
	border:none;
	margin: 12px 0;
	
}

.unterlagen {
	position: relative;
	font-family: 'Roboto';
	font-size: 16px;
	color: #7f7d7a ;
	overflow:auto; 
	margin: 20px 0;
	text-align: center

}
/*
.unterlagen button {
	position:absolute;
	margin:0;
	padding:0;
	z-index:100;
	 top: 0;
    left: 0;
    right: 0;
	width:100%;
}
.uploadarea {
	position:relative;
	background: blue;
	width:100%;
	height: 90px;
}

*/

span.cv:before {
  content:"Hier Bewerbungsunterlagen hochladen";
  position:absolute;
  font-family:'Roboto slab';
  left:0;
  background:#adaaa6;
  color:#fff;
  width:100%;
  padding:25px ;
  text-align:left;
  border-radius:5px;
  cursor:pointer;
	display: inline-block;
	font-size: 24px;
}


div.wpcf7 input[type="file"] {
	position: relative;
	background-color: red;
	width: 100%;
	height: 90px
}



/*
.cvbutton {
	background-color:#44c767;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:24px;
	padding:32px 76px;
	text-decoration:none;
}




*/

span.cv>input {
  opacity:0;
	display: inline-block;
	
}


.wpcf7-textarea {
	padding-top: 18px;
    height: 280px;
}

.contactsubmit {
	height: 90px;
	width: 100%;
	font-size: 30px !important;
	font-family: 'Roboto slab';
}

span.wpcf7-list-item {
	margin: 0 0 15px 16px;
}



::-webkit-input-placeholder { /* WebKit browsers */
color: #fff!important;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #fff !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #fff !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #fff !important;
opacity: 1;
}
/* Footer */
#colophon {
}

footer {
	position: relative;
}
footer a,
.after-footer,
.sidebar-footer a:not(.btn),
.footer-nav-menu a:not(.btn) {
	color: #999;
}


.site-footer-top {
	background-color: #4f4c48;
	color: #fff;
	padding: 90px 0;
	min-height: 340px;
}

.footer-logo {
	display: inline-block;
	padding: 10px 10px 10px 0;
	position: relative;
	top: 0;
	left: 0;
	width: 186px;
	height: 150px;
}

.footer-logo img {
	max-width: 170px;
}



.footer-firmen-name {
	color: #fff;
	/*
	font-size: 20px;
	font-family: 'Roboto';
	font-weight: 700;
	*/
}
.footer-firmen-name-underline {
	border-bottom: 1px solid #ff6b00;
	margin-bottom: 15px;
    padding: 5px 0;
	width: 60px;
	height: 1px;
}

.site-footer-top .adresse p {
	font-size: 18px;
	margin: 0;
}
.site-footer-top .adresse p,
.site-footer-top .adresse a {
	color: #fff;
}
.site-footer-top .adresse a:hover {
	color: #ff6b00;
}

.site-footer-top .footer-telefon p {
	font-weight: bold;
}
.site-footer-top .adresse .kontakt-daten {
	font-weight: 400;
	margin-left: 5px;
}

.site-footer-top .kontakt-button {
	color: #fff;
	font-family: 'Roboto';
	letter-spacing: 0.09em;
	margin-top: 80px;
	padding: 22px 30px;
	width: 100%;
}

#site-credits {
	padding-top: 10px;
	padding-bottom: 25px;
}


.after-footer {
	background-color: #3d3934;
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 400;
	max-width: 100% !important;
}
#footer-navigation ul.dividers > li:nth-child(n+2):before {
	border: none;
	margin-right: 0;
}

#footer-navigation .list-inline {
	margin-left: 0;
}
.sidebar-footer,
.footer-nav-menu {
	color: #fff;
}

.footer-nav-menu a:hover .nav-divider,
#menu-footer .current_page_item a span {
	color: #999 !important;
}
.footer-nav-menu .nav-divider {
	padding-left: 10px;
}
.footer-nav-menu li:last-of-type .nav-divider {
	display: none;
}

.footer-rights {
	line-height: 24px;
	margin-left: 5px;
}











/* Swiper */
.swiper-container-wrapper,
.standorte-karten-wrapper {
	background-color: #3d3935;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
	height: calc(100vh - 150px);
}
.standorte-karten-wrapper {
	background-color: #e5e3df;
}

.swiper-container {
	position: relative;
}
.swiper-container.swiper-back,
.swiper-container.swiper-front,
.swiper-container.swiper-standard,
.swiper-container.swiper-standard-counter {
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
}
.swiper-container.swiper-standard {
	background-color: #3d3935;
	width: calc(100% - 75px);
}
.swiper-container.swiper-back {
	width: calc(100% - 21% - 5px);
}
.swiper-container.swiper-front .swiper-image {
	display: none;
}

.swiper-image {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

.swiper-description {
	overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.swiper-description .container {
	position: relative;
	height: 100%;
}

.swiper-description-inner {
	background: #fff;
	padding: 30px 40px;
	position: absolute;
	top: 50%;
	right: 0px;
	max-width: 680px;
	min-height: calc(100px + 64px);
	transform: translate(0, calc(-50% - 20px));
}
.swiper-image-overlayer .swiper-description-inner {
    background: #3d3935;
	right: -2260px;
	max-width: 2500px;
	width: 2500px;
	height: 5000px;
}

.swiper-description h2,
.swiper-description h4 {
	font-family: "Roboto Slab";
	font-weight: 600;
}
.swiper-description h2 {
	color: #ff6b00;
	font-size: 54px;
	line-height: 110%;
}
.swiper-description h3 {
	color: #3d3935;
	font-size: 40px;
	margin-top: 14px;
}
.swiper-description p {
	color: #868686;
	font-size: 18px;
	font-family: 'Roboto';
}
.swiper-description .swiper-text {
	margin-bottom: 20px;
	font-size: 22px;
}

.swiper-description-button {
	position: absolute;
	bottom: -75px;
	right: 0;
}
.swiper-description-button .btn {
	background-color: #ff9a51;
	border: none;
	color: #fff;
	font-size: 22px;
	font-family: 'Roboto';
	overflow: hidden;
	text-overflow: ellipsis;
	width: auto;
}
.swiper-description-button .btn:hover,
.swiper-description-button .btn:active,
.swiper-description-button .btn:focus {
	border: none;
}
.swiper-description-button:hover {
	/*opacity: 0.5;*/
}
.swiper-description-button .btn:hover i:before {
	margin-left: -2px;
}
.swiper-description-button .btn:hover i {
    background-position: 12px center;
}
.swiper-description-button i {
	background-color: #ff6b00;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2054.2%2044%22%20style%3D%22enable-background%3Anew%200%200%2054.2%2044%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%22/%3E%3Cpath%20d%3D%22M2%2C20.5L2%2C20.5L2%2C20.5h52.1v3H5L2%2C20.5z%22/%3E%3C/svg%3E");
	background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
	border: none;
	position: absolute;
	top: 0;
	left: -60px;
	width: 60px;
	height: 100%;
	transition: all ease 0.25s;
}
.swiper-description-button i:before {
	/* fontawesome */
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.swiper-pagination-overlayer,
.standorte-karten-overlayer {
	background-color: #3d3935;
	position: absolute;
	top: 0;
	right: 0;
	width: 75px;
	height: 100%;
}
.swiper-pagination-counter {
	background-color: #ff6b00;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 75px;
}
.swiper-pagination-counter h4 {
	color: #fff;
	font-family: 'Roboto Slab';
	font-size: 25px;
    font-weight: bold;
	line-height: 74px;
    text-align: center;
}



.swiper-slide {
	width: 100%;
	height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
	/*display: none;*/
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ff6b00'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ff6b00'%2F%3E%3C%2Fsvg%3E");
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction {
	padding: 10px 0;
	position: relative;
}
.swiper-pagination-bullet {
	background-color: rgba(0,0,0,0.5);
	opacity: 1;
	width: 10px;
	height: 10px;
}
.swiper-pagination-bullet-active {
	background: #ff6b00;
	width: 16px;
	height: 16px;
	transform: translate(0, 3px);
}
.swiper-pagination-bullet:before {
	background: transparent;
	content: '';
	display: block;
	position: relative;
	top: -7px;
	left: -10px;
	width: 30px;
	height: 25px;
}
.swiper-pagination-bullet-active:before {
	top: -1px;
	left: -7px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 7px;
}

/*
*/
.swiper-front .swiper-pagination-bullets,
.swiper-standard-counter .swiper-pagination-bullets {
	position: absolute;
	top: calc(50% - 10px);
	bottom: auto;
	left: auto;
	right: 24px;
	width: auto;
	height: auto;
}
.swiper-front .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-standard-counter .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
	margin-top: 15px;
}
.swiper-front .swiper-pagination-bullets .swiper-pagination-bullet:first-of-type,
.swiper-standard-counter .swiper-pagination-bullets .swiper-pagination-bullet:first-of-type {
	margin-top: 0;
}

.swiper-front .swiper-pagination-bullet,
.swiper-standard-counter .swiper-pagination-bullet {
	background-color: #eee;
	opacity: 1;
	width: 10px;
	height: 10px;
}
.swiper-front .swiper-pagination-bullet-active,
.swiper-standard-counter .swiper-pagination-bullet-active {
	background: #ff6b00;
	width: 16px;
	height: 16px;
	transform: translate(-3px, 0);
	/*transform: translate(0, 3px);*/
}
.swiper-front .swiper-button-prev,
.swiper-front .swiper-button-next,
.swiper-standard .swiper-button-prev,
.swiper-standard .swiper-button-next,
.swiper-standard-counter .swiper-button-prev,
.swiper-standard-counter .swiper-button-next {
	display: none;
}


/* Percent Slider */
.swiper-percent-wrapper {
	position: relative;
	background-color: #ff6b00;
	margin-top: 30px;
	padding: 60px;
	z-index: 999;
}

.swiper-percent-wrapper .divider {
	border-color: #fff;
	border-top-width: 1px;
	margin-bottom: 60px;
	width: 100%;
}

.swiper-percent-wrapper .row {
	margin: 0;
}
.swiper-percent-wrapper .row .col {
	padding-left: 0;
	padding-right: 0;
}
.swiper-percent-wrapper p {
	color: #fff !important;
}

.swiper-percent-number .swiper-slide {
	background: #ff6b00;
	text-align: center;
}

.swiper-percent-number .swiper-slide .percent-number {
	position: relative;
	top: -30px;
	left: -30px;
}
.swiper-percent-number .swiper-slide span {
	display: inline-block;
}
.swiper-percent-number .swiper-slide span.percent-value {
	font-size: 100px;
	font-family: 'Roboto Slab';
	font-weight: 300;
	position: relative;
	left: 70px;
	float: left;
}
.swiper-percent-number .swiper-slide span.percent {
	font-size: 60px;
	margin-left: 5px;
}

.swiper-percent-text {
	padding-bottom: 50px;
}
.swiper-percent-text p {
	font-family: 'Roboto';
	font-size: 26px;
}

.swiper-percent-text .swiper-button-prev,
.swiper-percent-text .swiper-button-next {
	top: auto;
	bottom: 0px;
}
.swiper-percent-text .swiper-button-next {
	left: 60px;
}

.swiper-percent-text .swiper-button-prev,
.swiper-percent-text .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2054.2%2044%22%20style%3D%22enable-background%3Anew%200%200%2054.2%2044%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%22/%3E%3Cpath%20d%3D%22M2%2C20.5L2%2C20.5L2%2C20.5h52.1v3H5L2%2C20.5z%22/%3E%3C/svg%3E");
}
.swiper-percent-text .swiper-button-next,
.swiper-percent-text .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2054.2%2044%22%20style%3D%22enable-background%3Anew%200%200%2054.2%2044%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M54.1%2C22L54.1%2C22l-22%2C22L30%2C41.9L49.9%2C22L30%2C2.1L32.1%2C0L54.1%2C22L54.1%2C22z%22/%3E%3Cpath%20d%3D%22M49.1%2C23.5H0l0-3h52.1l0%2C0l0%2C0L49.1%2C23.5z%22/%3E%3C/svg%3E");
}


/* Swiper Service */
.swiper-service-slider {
	margin-top: -60px;
}
.swiper-service {
	text-align: center;
	padding-bottom: 60px;
}
.swiper-service .swiper-button-prev,
.swiper-service .swiper-button-next {
	display: none;
	margin-top: -52px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.1;
}

.swiper-service .swiper-service-title h5 {
	color: #ff6b00;
	margin-top: 40px;
}
.swiper-service .swiper-service-image {
	/*background-size: 65%;*/
	background-repeat: no-repeat;
	background-position: center 20px;
    margin-bottom: 40px;
    height: 260px;
}
.swiper-service .swiper-service-image object {
	opacity: 0;
	object-fit: fill;
	object-position: center;
	margin-top: 20px;
	width: 100%;
    height: 100%;
}
.swiper-service .swiper-service-image-touch {
	opacity: 0;
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
	height: 60%;
}
.swiper-service .swiper-service-button {
	font-family: 'Roboto';
	position: relative;
	top: 45px;
}
.swiper-service-slider .swiper-pagination {
	top: 60px;
}
.page-child .swiper-service-slider .swiper-pagination {
	/*display: none;*/
}

/*
*/
@media (max-width: 1400px) {
	/*
	.swiper-service .swiper-button-prev,
	.swiper-service .swiper-button-next {
		display: block;
	}
	*/
	.page-child .swiper-service-slider .swiper-pagination {
		display: block;
	}
}








/* Maps */
.standorte-karten-wrapper {
	/*background-color: #111;*/
	color: #fff !important;
}
.standorte-karten-wrapper .row {
	display: flex;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.standorte-karten-wrapper .row .col-left,
.standorte-karten-wrapper .row .col-right {
	display: table-row;
	display: block;
	position: relative;
	height: 100%;
}

.standorte-karten-wrapper .row .col-left {
	width: calc(100% - 75px);
}
.standorte-karten-wrapper .row .col-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 75px;
}

#standorte-karte {
	width: 100%;
	height: calc(100% + 24px);
}
.standorte-karten-overlayer {
	position: relative;
	width: 100%;
}

.standorte-karten-overlayer .map-zoom-btn-wrapper {
	position: absolute;
	bottom: 0px;
	right: 0;
}
.standorte-karten-overlayer .map-zoom-in button,
.standorte-karten-overlayer .map-zoom-out button,
.details-close-btn button {
	width: 75px;
	height: 75px;
}
.standorte-karten-overlayer .map-zoom-in button svg,
.standorte-karten-overlayer .map-zoom-out button svg,
.details-close-btn button svg {
	padding: 10px;
    width: 100%;
    height: 100%;
}
.standorte-karten-overlayer .map-zoom-btn-wrapper button:hover,
.standorte-karten-overlayer .map-zoom-btn-wrapper button:focus,
.standorte-karten-overlayer .map-zoom-btn-wrapper button:active,
.details-close-btn button:hover,
.details-close-btn button:focus,
.details-close-btn button:active {
	box-shadow: none;
}
.standorte-karten-overlayer .map-zoom-in button:hover svg,
.standorte-karten-overlayer .map-zoom-in button:focus svg,
.standorte-karten-overlayer .map-zoom-in button:active svg,
.standorte-karten-overlayer .map-zoom-out button:hover svg,
.standorte-karten-overlayer .map-zoom-out button:focus svg,
.standorte-karten-overlayer .map-zoom-out button:active svg,
.details-close-btn button:hover svg,
.details-close-btn button:focus svg,
.details-close-btn button:active svg {
	fill: #ffffff;
}

.details-close-btn {
	display: none;
	position: absolute;
	top: 0px;
    right: 0px;
    z-index: 999;
}

.standorte-details {
	overflow: auto;
    display: none;
    padding: 60px 80px;
    height: 100%;
}
.standorte-details h5,
.standorte-details h6 {
	font-family: "Roboto";
}
.standorte-details h5 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.02em;
}
.standorte-details h6 {
	font-size: 20px;
}
.standorte-details p {
	color: #fff;
}
.standorte-details h3 {
	color: #fff;
	opacity: 1;
}
.standorte-details span {
	display: block;
}

.standort-adresse {
	margin: 30px 0 0;
}

.standort-telefon-email {
	margin: 30px 0;
}
.standort-telefon-email a {
	color: #fff;
}
.standort-telefon-email span b {
	font-weight: bold;
}
.standort-info-btn {
	margin-top: 40px;
}
.standort-info-btn a {
	color: #fff !important;
	margin-top: 20px;
}
.standort-webseite {
	margin-right: 30px;
}



/* Google Maps */













/* Button */
a.btn,
a.fasc-button,
button {
	background-color: transparent;
	border: 1px solid #ff6b00;
	border-radius: 0;
	color: #000;
    font-family: 'Roboto';
	font-weight: normal;
	letter-spacing: 0.09em;
    padding: 22px 30px;
}

a.fasc-button {
	background-color: transparent !important;
	border: 1px solid #ff6b00 !important;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-sizing: border-box;
	color: #000 !important;
	display: inline-block;
	text-decoration: none;
	margin: 12px 0 30px!important;
	letter-spacing: 0.09em;
}

a.btn:hover,
a.fasc-button:hover,
button:hover {
	background: #ff6b00 !important;
	border: 1px solid transparent;
	color: #fff !important;
}

a.btn:focus,
a.btn:active,
a.btn-success:focus,
a.btn-success:active,
button:focus,
button:active {
	border: 1px solid #ff6b00;
	outline: none !important;
	box-shadow: none;
}


.accordion-wrapper button:hover {
	color: #838383 !important;
}











/* Cookie Bar */
.cc_container {
	background: rgba(255, 107, 0, 0.9) !important;
	padding: 15px 30px 15px 15px !important;
}
.cc_container .cc_btn {
    background-color: #fff !important;
    color: #000 !important;
    padding: 8px 10px !important;
    max-width: 130px !important;
}
.cc_container a,
.cc_container a:visited {
	color: #3d3935 !important;
	display: inline-block;
}
.cc_container .cc_message {
	color: #3d3935 !important;
}









@media (min-width: 1300px) {
	.container {
		width: 1100px;
	}
}

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

@media (max-width: 1110px) {
	.swiper-description-inner {
		right: 40px;
	}
}

@media (min-width: 1120px) {
	.container {
		width: 1000px;
	}
}

@media (min-width: 1400px) {
	.container {
		width: 1280px;
	}
}

@media (max-width: 1400px) {
	.swiper-percent-number .swiper-slide span.percent-value {
		left: 40px;
	}
}


@media (max-width: 1024px) {
	.swiper-container-wrapper,
	.standorte-karten-wrapper {
		height: 65vh;
	}


	.swiper-container.swiper-back {
		/*display: none;*/
		width: 100% !important;
	}
	/*
	.swiper-container.swiper-front .swiper-image {
		display: block;
	}
	*/
	.swiper-image-overlayer {
		display: none;
	}
	.swiper-description-inner {
	    top: 50%;
	    bottom: auto;
	    left: 0;
	    right: auto;
	    width: 100%;
	}
	.swiper-front .swiper-pagination-bullets {
		top: auto;
		bottom: 10px;
		left: 50%;
		right: auto;
		transform: translate(-50%, 0);
	}
	.swiper-front .swiper-pagination-bullets .swiper-pagination-bullet {
		display: inline-block;
		margin-left: 7px;
    	margin-right: 7px;
	}
	.swiper-front .swiper-pagination-bullet-active {
		transform: translate(0, 3px);
	}

	.standorte-details {
    	padding: 30px 50px;
    }
    .standort-telefon-email {
    	margin-bottom: 10px;
    }
    .standort-info-btn {
    	margin-top: 20px;
    }
    .standort-info-btn a {
    	padding: 15px 30px;
    }
}




@media (max-width: 992px) {
	
	h2,
	h2 span {
		/*font-size: 48px !important;*/
	}

	.error-404 .page-title {
		font-size: 150px !important;
	}

	.row .col {
		padding-left: 0;
		padding-right: 0;
	}

	.swiper-description h2 {
		font-size: 55px;
	}
	.swiper-description h4 {
		font-size: 35px;
	}

	.navbar {
    	margin-bottom: 20px;
	}
	#site-navigation .container {
		padding-left: 0;
		padding-right: 0;
	}

	.footer-firmen-name {
		margin-top: 20px;
	}
	.footer-telefon {
		margin-top: 20px;
	}

	#site-credits {
		padding-top: 0;
	}

	.footer-nav-menu,
	.site-credits {
		float: none !important;
		text-align: left;
	}
	.after-footer {
		padding-bottom: 0;
	}

	.swiper-percent-number .swiper-slide .percent-number {
		left: 0;
		text-align: left;
		margin-bottom: -28px;
	}
	.swiper-percent-number .swiper-slide span.percent-value {
		float: none;
		left: 0;
	}
	/*
	.swiper-percent-number .swiper-slide span.percent {
		font-size: 30px;
	}
	*/

	.swiper-percent-text {
		padding-bottom: 70px;
	}

	.swiper-percent-text .swiper-button-next {
		left: auto;
	}

	.row .col:first-of-type {
		padding-right: 0;
		max-width: inherit;
	}
	.management-profil-wrapper .row .col:first-of-type {
		padding-right: 30px;
	}

	.box .row .col {
		border-right: none;
		border-bottom: 1px solid rgba(255,255,255,0.5);
		padding: 40px 0;
	}
	.box .row .col:first-of-type {
		padding-top: 0;
	}
	.box .row .col:last-of-type {
		border-right: none;
		border-bottom: none;
		padding-bottom: 0;
	}

	.leistung-accordion .col hr {
		width: 100%;
	}

	.site-footer-top .kontakt-button {
	    margin-top: 40px;
	    text-align: center;
	    width: 160px;
	}
}







@media (min-width: 768px) {

	.header-image-title,
	.section-image h1,
	.cover-image h1 {
		font-size: 50px;
	}
	.header-image-caption,
	.section-image h2,
	.cover-image h2 {
		font-size: 22px;
	}

	.container,
	.container.display-table {
		/*min-width: 850px;*/
	}
}

@media (max-width: 767px) {

	h1 {
		font-size: 54px;
		line-height: 100%;
	}

	h2,
	h2 span,
	.management-profil-wrapper .row .col h3 {
		font-size: 30px !important;
	}
	h4 {
		font-size: 22px !important;
	}
	p {
		font-size: 16px !important;
	}

	.section-image,
	.section-image-overlay {
		height: 250px;
	}

	.header-image-title,
	.section-image h1,
	.cover-image h1 {
		font-size: 50px;
	}
	.header-image-caption,
	.section-image h2,
	.cover-image h2 {
		font-size: 22px;
	}

	.container,
	.container.display-table {
		padding-left: 25px;
		padding-right: 25px;
		width: 100%;
	}
	#primary .container {
		padding: 35px 15px;
	}

	#primary .container img {
		width: 100%;
	}

	#primary h2, #primary .container h2 {
		line-height: inherit;
		margin-top: 0;
	}
	#primary .container h2 span {
		line-height: 40px;
	}

	.box.orange {
		margin-left: -15px;
		margin-right: -15px;
	}
	.box .row .col h3 {
		font-size: 58px !important;
	}

	a.fasc-button {
		/*display: inline !important;
		text-align: center;
		width: 100%;*/
		width: auto;
	}

	.navbar-collapse {
		padding-left: 0;
	}

	.navbar {
		float: none;
		margin-top: -40px;
		max-width: 100%;
	}
	.navbar-nav {
		margin: 30px -15px 10px 10px;
	}

	.header-logo {
		top: 0;
		width: 156px;
		height: 110px;
	}
	.header-logo img {
		margin-top: -30px;
		padding-left: 20px;
	}

	div.navbar-collapse.collapse {
		margin-left: 0;
		margin-right: 0;
	}

	.navbar-default .navbar-nav>.current-page-ancestor.dropdown a.dropdown-toggle,
	.navbar-default .navbar-nav>.current-page-ancestor li ul li.active a {
		color: #ff6b00 !important;
	}

	.navbar-default .navbar-nav>.active>a:after,
	.navbar-default .navbar-nav>.current-page-ancestor.dropdown a.dropdown-toggle:after,
	.navbar-default .navbar-nav>.current_page_item.dropdown a.dropdown-toggle:after {
		display: none;
	}

	.navbar-nav>li>.dropdown-menu {
		box-shadow: none;
		/*float: none !important;*/
		padding-top: 0;
		/*position: relative;*/
		/*left: 0;*/
		transform: none;
	}
	.navbar-default .navbar-nav .dropdown:hover>.dropdown-menu,
	.navbar-nav>li>.dropdown-menu:before {
		display: none;
	}
	.navbar-default .navbar-nav .dropdown.open>.dropdown-menu {
		display: block;
	}
	.navbar-nav>li>.dropdown-menu>li:first-of-type>a {
		border: none;
	}

	.hvr-underline-from-left:before {
		display: none !important;
	}

	.swiper-container-wrapper,
	.standorte-karten-wrapper {
		height: 500px;
	}

	.swiper-description h2 {
		margin-top: 10px;
		margin-bottom: 0px;
		line-height: inherit;
	}
	.swiper-description h4 {
		margin-top: 0;
	}
	.swiper-description-inner {
		/*background-color: rgba(255,255,255,0.7);*/
		background-color: transparent;
		padding: 15px 15px 20px;
		position: absolute;
		top: auto;
		bottom: 60px;
		left: 20px;
    	width: calc(100% - 40px);
    	min-height: auto;
	}
	.swiper-description-inner p {
		color: #333;
		display: none;
	}
	.swiper-description-button {
		position: absolute;
		bottom: -35px;
		right: 0;
		left: 0;
		width: 100%;
	}
	.swiper-description-button i {
		display: none;
	}
	.swiper-description-button .btn {
		background-color: #ff6b00;
		width: 100%;
	}


	.swiper-container.swiper-back {
		height: calc(100% - 80px);
	}
	.swiper-container.swiper-back .swiper-image {
		object-position: center;
		height: calc(100% - 20px);
	}

	.swiper-percent-text p {
		font-family: 'Roboto';
		font-size: 18px !important;
		line-height: 28px;
		letter-spacing: 0.02em;
	}

	.swiper-container.swiper-standard {
		width: 100%;
	}
	.swiper-pagination-overlayer {
		top: auto;
		bottom: 0;
		width: 100%;
		height: 75px;
	}
	.swiper-pagination-counter {
		/*display: none;*/
		width: 75px;
	}
	.swiper-standard-counter .swiper-pagination-bullets {
		top: auto;
		bottom: 25px;
		left: 50%;
		right: auto;
		transform: translate(-50%, 0);
	}
	.swiper-standard-counter .swiper-pagination-bullets .swiper-pagination-bullet {
		display: inline-block;
		margin-left: 7px;
		margin-right: 7px;
	}
	.swiper-standard-counter .swiper-pagination-bullet-active {
		transform: translate(0, 3px);
	}

	/*
	.swiper-service-slider {
		padding-left: 20px;
		padding-right: 20px;
	}
	*/

	.navbar-nav>li>.dropdown-menu>li:first-of-type>a {
		padding-top: 10px;
	}
	.navbar-nav>li>.dropdown-menu>li:last-of-type>a {
    	padding-bottom: 10px;
	}

	.team-teaser-image-description {
		padding: 0 60px;
	}
	.startseite-team-teaser .team-teaser-image-description {
		bottom: 10%;
	}
	.startseite-team-teaser .team-teaser-image-description h2 {
		font-size: 24px !important;
		padding: 0;
	}

	#menu-footer .list-inline>li {
		margin-left: 0;
	}

	.leistung-accordion {
		padding-left: 15px;
    	padding-right: 15px;
	}


	.management-profil-wrapper .row {
		display: block;
	}
	.management-profil-wrapper .row .col h3 {
		margin-top: 30px;
	}

	.management-profil-image img {
		object-fit: contain;
    	object-position: center;
	}
	.accordion-standorte .accordion-wrapper button.btn {
		padding-right: 60px;
	}

	
	.no-mobile {
		display: none;
	}

	.scrollToTop {
		bottom: 15px;
		right: 15px;
	}
}

@media (max-width: 667px) and (orientation: landscape) {
	.swiper-container-wrapper {
		height: 435px;
	}
}

@media (max-width: 667px) and (orientation: portrait) {
	.swiper-container-wrapper,
	.standorte-karten-wrapper {
		height: calc(100vh - 165px);
	}

	.startseite-team-teaser .team-teaser-bottom {
		display: block;
	}

	.startseite-team-teaser .team-teaser-left {
		height: 250px !important;
	}

	.startseite-team-teaser .team-teaser-image-description {
		background: #fff;
		padding: 35px 20px !important;
		bottom: 0 !important;
		left: 0;
	}
	.startseite-team-teaser .team-teaser-image-description:before {
		content: '';
		border-top: 1px solid #ff6b00;
		display: block;
		margin-top: 20px;
		position: relative;
		top: 0;
		width: 35px;
		height: 1px;
	}
	.startseite-team-teaser .team-teaser-image-description h4 {
		color: #838383 !important;
	}

	.footer-logo {
		/*text-align: center;
		width: 100%;*/
	}

	.startseite-team-teaser .team-teaser-image-description:before {
		border-top: 1px solid #ff6b00;
		content: '';
		display: block;
		margin-top: 25px;
		margin-bottom: 20px;
		position: relative;
		top: 0;
		width: 35px;
		height: 1px;
	}

	.inline-liste li {
		color: transparent;
		display: block;
	}
}

@media (max-width: 480px) {
	h1 {
		font-size: 46px !important;
		line-height: 55px;
		margin-top: 0px;
	}
	h3 {
		color: #3d3935;
		font-weight: 600;
		font-size: 30px;
	}
	h2, h2 span {
		font-size: 24px !important;
	}
	h4 {
    	font-size: 20px !important;
	}
	h5 {
		font-size: 26px;
		font-weight: 600;
	}
	h6 {
		font-size: 18px;
		font-family: 'Roboto';
		font-weight: 700;
	}

	.sub-headline {
		margin-top: 40px;
		margin-bottom: 30px;
	}

	.standorte-details {
		padding: 30px 20px;
	}
	.standorte-details h3 {
		font-size: 20px !important;
	}

	.startseite-team-teaser .team-image-description {
		padding: 60px 40px;
	}
	.team-teaser-image-description {
		padding: 0 20px;
	}

	.container.display-table .site-branding-text {
		display: none;
	}
	#primary .container .container-inner {
		padding: 0 10px;
	}

	.swiper-service .swiper-service-image {
		margin-bottom: 10px;
		height: 200px;
	}

	.footer-rights span {
		display: block;
	}

	.after-footer {
		background-color: #3d3934;
		font-family: 'Roboto';
		font-size: 14px;
		font-weight: 400;
		max-width: 100% !important;
	}
	.after-footer .list-inline > li {
		display: inline-block;
		padding-left: 4px;
		padding-right: 4px;
	}

	.box .row .col {
		margin: 0 auto;
		width: 160px;
	}

	.swiper-percent-wrapper {
		padding: 60px 20px;
	}
	.accordion-wrapper .acc-btn-wrapper button.btn {
		font-size: 18px;
		letter-spacing: 0.02em;
	}
	.accordion-wrapper .acc-collapse-wrapper {
		padding-right: 40px;
	}
}




/* IE, Edge */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.swiper-description-inner {
		top: 30%;
	}
	.leistung-accordion .col hr {
		width: 100%;
	}
}




