/*
Theme Name:         Sage Starter Theme
Theme URI:          https://roots.io/sage/
Description:        Theme for Actifloor by Southvision
Version:            1.0
Author:             Southvision
Author URI:         https://southvision.de/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/


/* Schriftart Barlow */

/* barlow-regular - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/barlow-v4-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Barlow Regular'), local('Barlow-Regular'),
       url('../fonts/barlow-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/barlow-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/barlow-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/barlow-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/barlow-v4-latin-regular.svg#Barlow') format('svg'); /* Legacy iOS */
}
/* barlow-italic - latin */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/barlow-v4-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Barlow Italic'), local('Barlow-Italic'),
       url('../fonts/barlow-v4-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/barlow-v4-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/barlow-v4-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/barlow-v4-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/barlow-v4-latin-italic.svg#Barlow') format('svg'); /* Legacy iOS */
}
/* barlow-600 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/barlow-v4-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Barlow SemiBold'), local('Barlow-SemiBold'),
       url('../fonts/barlow-v4-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/barlow-v4-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/barlow-v4-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/barlow-v4-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/barlow-v4-latin-600.svg#Barlow') format('svg'); /* Legacy iOS */
}
/* barlow-800 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/barlow-v4-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Barlow ExtraBold'), local('Barlow-ExtraBold'),
       url('../fonts/barlow-v4-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/barlow-v4-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/barlow-v4-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/barlow-v4-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/barlow-v4-latin-800.svg#Barlow') format('svg'); /* Legacy iOS */
}



/* ALLGEMEIN */

*:focus {
	outline: none;
}

img {
	width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

body {
	font-family: 'Barlow', sans-serif;
	font-size: 2rem;
	color: #1F1F1F;
	background: #fffbf7;
}

a {
	color: #17664C;
}

h1, .h1 {
	color: #B3614D;
	font-weight: 600;
	font-size: 6rem;

}

h2, .h2 {
	color: #B3614D;
	font-weight: 600;
	/*font-weight: bold;*/
}

h3, .h3, h4, .h4 {
	color: #B3614D;
	font-weight: 600; 
	/*font-weight: bold;*/
}

.justCenter {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.ctaBtn{
	color: #ffffff!important;
	background: #17664C;
	padding: 1.4rem 3rem;
	position: relative;
	display: inline-block;
}

.ctaBtn:after {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: rgba(0,0,0,.05);
    z-index: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.ctaBtn span {
    z-index: 2;
	position: relative;
}

.ctaBtn:hover:after {
    width: 100%;
    background: rgba(0,0,0,.05);
}

.ghostBtn{
	background: transparent;
	color: #17664C;
	border: 1px solid #17664C;
	padding: 1.4rem 3rem;
	position: relative;
	display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.ghostBtn:hover {
    background: #17664C;
	color: #ffffff;
}


.flexRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-right: -15px;
    margin-left: -15px;
}

.flexWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.alignItemsCenter {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.alignItemsEnd {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.opacity0 {
	opacity: 0!important;
	visibility: hidden;
}

.padTo3 {
	padding-top: 3rem;
}

.maTo3 {
	margin-top: 3rem;
}

.maBo3 {
	margin-bottom: 3rem;
}

.maTo6 {
	margin-top: 6rem;
}

.maBo6 {
	margin-bottom: 6rem;
}

@media (max-width: 1199px){	
	.maToMD3 {
		margin-top: 3rem;
	}	
	
	.maToMD6 {
		margin-top: 6rem;
	}	
}

@media (max-width: 991px){	
	.maToSM3 {
		margin-top: 3rem;
	}	
	
	.maToSM6 {
		margin-top: 6rem;
	}	
}

@media (max-width: 767px){
	.maToXS3 {
		margin-top: 3rem;
	}	
	
	.maToXS6 {
		margin-top: 6rem;
	}	
	
	html {
		font-size: 9px;
	}
}


/* Fixed Contact */

.fixedContactWrap {
	position: fixed;
	right: 0;
	top: 50%;
	overflow: hidden;
	margin-top: -52px;
}

.fixedContactWrap > div{
	height: 44px;
}



@media (max-width: 767px){
	.fixedContactWrap > div{
		height: 40px;
	}
}

.fixedContactWrap a{
	color: #b3614d;
	font-size: 1.8rem;
	vertical-align: middle;
	height: 4.4rem;
}

.fixedContactWrap img {
	background: #f1eeea;
	width: 4.4rem;
	height: 4.4rem;
	padding: 0.5rem;
	display: inline-block;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.fixedContactWrap p {
	background: #f1eeea;
	display: inline-block;
	margin-bottom: 0;
	height: 4.4rem;
	vertical-align: middle;
    padding-top: 0.6rem;
	position: absolute;
	z-index: 1;
	right: -100%;
	-webkit-transition: right 0.5s ease;
	-o-transition: right 0.5s ease;
	transition: right 0.5s ease;
	padding-left: 2rem;
	padding-right: 2rem;
	border-radius: 5px 0 0 5px;
	visibility: hidden;
	font-weight: 600;
}

.fixedContact, .fixedRegistration{
	margin-top: 1.5rem;
}

.contactToLeft p, .fixedContact:hover > p, .fixedPhone:hover > p, .fixedRegistration:hover > p{
	right: -3px;
	visibility: visible;
	position: relative;
}

.contactToLeft img{
	border-radius: 0;
}

@media (max-width: 991px){
	.fixedContactWrap {
	    top: unset;
		bottom: 0;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		background: #C9C9C9;
		padding: 0.5rem 0;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	
	.fixedContactWrap>div{
		margin-right: 20px;
	}
	
	.fixedContactWrap img{
		border: 1px solid #fff;
	}
	
	.fixedContactWrap>div:last-of-type{
		margin-right: 0px;
	}
	
	.fixedContact, .fixedRegistration {
		margin-top: 0;
	}
}

/* Header Batch */

.headerBatch {
	position: absolute;
    right: -120px;
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
    bottom: -5rem;
    font-size: 2rem;
    background: #be9d54;
    color: #fff;
    padding: 2rem;
    border-radius: 100%;
    z-index: 999999999999;
	-webkit-box-shadow: 10px 10px 10px -2px rgba(207,207,207,1);
	box-shadow: 10px 10px 10px -2px rgba(207,207,207,1);
	display: none!important;
}

.headerBatchWrap {
	position: relative;
}

.headerBatch strong {
    font-size: 2.8rem;
}

@media (max-width: 1500px) {
	.headerBatch {
		right: 20px;
		bottom: -120px;
	}
}

@media (max-width: 991px) {
	.headerBatch {
		bottom: -9rem;
		font-size: 1.4rem;
		right: 0;
	}
}

@media (max-width: 767px) {
	.headerBatch {
		right: 30px;
	}
}

/* HEADER */

header {
	position: relative;
	width: 100%;
	z-index: 99999;
}

/* Top Header */

.topHeader {
	background-color: #B3614D;
	color: #fff;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.topHeader a{
	color: #ffffff;
	text-decoration: none;
	line-height: 1;
}

.topHeader a:hover{
	text-decoration: underline;
}

.topHeader .container > p {
	display: inline-block;
	margin-left: 1.5rem;
	position: relative;
	line-height: 1;
	margin-bottom: 0;
}


.topHeader .container > .leftPart > p:first-of-type {
	margin-left: 0;
	float: left;
	color: #ffffff;
}

.topHeaderPhone, .topHeaderMail {
	padding-left: 2.6rem;
	position: relative;
    float: left;
    margin-left: 2rem;
}

.topHeaderPhone:before, .topHeaderMail:before {
	position: absolute;
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
	width: 1.6rem;
	height: 1.6rem;
	left: 0;
	top: 2px;
	
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #17664C;
}

.menuWrapper:after, .menuWrapper:before {
	display: none;
}

.topHeaderPhone:before {
	/* background-image: url('../images/telephone-topheader.svg'); */
	content: '\f879';
}

.topHeaderPhone.topHeaderPhone2:before {
	/* background-image: url('../images/telephone-topheader.svg'); */
	content: '\f879';
}

.topHeaderMail:before {
	/* background-image: url('../images/email-topheader.svg'); */
	content: '\f0e0';
	font-weight: 500;
}

footer .topHeaderPhone, footer .topHeaderMail {
	margin-left: 0;
}
footer .topHeaderPhone:before, footer .topHeaderMail:before {
	/* top: 8px; */
	color: #fff;
}

/* Main Header */

.mainHeader {
	background: #ffffff!important;
	border-bottom: 1px solid #B3614D;
}

.navbar-nav a{
	color: #B3614D;
}

.navbar-header {
	margin-right: 11rem;
}

.navbar-brand img {
	width: 21.5rem;
}

header .dropdown-menu li a{
	color: #B3614D;
	font-size: 1.6rem;
}
/*
header .dropdown-menu li.current-menu-item a{
	color: #17664C;
}
*/
header .dropdown-menu li {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

.navbar-brand {
	padding: 7px 15px;
}

header .dropdown-menu li:hover a{
	color: #17664C;
}

header .dropdown-menu > li:last-of-type {
	border-bottom: none;
}

header .dropdown-menu {
	border: none;
	background: #ffffff;
	padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav > li {
    font-size: 1.5rem;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #B3614D;
}

.mobileLangSwitcher {
	display: none;
}

@media (min-width: 992px){
	header .dropdown-menu li.current-menu-item, header .dropdown-menu li:hover {
		background: rgba(0,0,0,.06);
	}
	nav.navbar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.mainHeader .container:before, .mainHeader .container:after, .mainHeader .navbar:before {
		display: none;
	}
	
	.menuWrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		width: 100%;
	}
	
	.navbar-collapse.collapse {
		padding-right: 0;
	}
	
	.navbar-nav > li.current-menu-item > a, .navbar-nav > li:hover > a {
		color: #17664C;
	}
	
	.navbar-nav > li > a {
		padding: 20px 25px;
		border-right: 1px solid rgba(0,0,0,.05);
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.navbar-nav > li  {
		position: relative;
	}
	
	.navbar-nav > li:after {
		position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		width: 0%;
		height: 2px;
		background: #ffffff;
		-webkit-transition: width 0.4s ease;
		-o-transition: width 0.4s ease;
		transition: width 0.4s ease;
	}
	
	.navbar-nav > li.current-menu-item:after , .navbar-nav > li:hover:after {
		width: 100%;
	}
	
	.navbar-nav > li:last-of-type > a {
		border-right: none;
	}
}

.navbar-nav > li.current-menu-item > a{
    color: #17664C;
}


@media (min-width: 992px) and (max-width: 1500px) {	
	.navbar-header {
		margin-right: 4rem;
	}

	.navbar-nav > li > a {
		padding: 20px 20px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {	
	.navbar-header {
		margin-right: 3rem;
	}

	.navbar-nav > li > a {
		padding: 20px 15px;
	}
	
	.navbar-brand img {
		width: 23.5rem;
	}
}

/* Stick Header */

header.scrolled {
	top: -140px;
	-webkit-transition: top 1.5s ease;
	-o-transition: top 1.5s ease;
	transition: top 1.5s ease;
	position: fixed;
	width: 100%;
}

header.scrolled .topHeader{
	display: none;
}

header.scrolled .mainHeader{
	background: #ffffff;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}

header.scrolled.sticky {
	top: 0;
}

.wrap.scrolled {
	margin-top: 169px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-header {
		margin-right: 2rem;
	}
	
	.navbar-nav > li > a {
		padding: 20px 15px;
	}
}

@media (max-width: 991px){	
	header.scrolled .mainHeader {
		background: #fafafa;
	}
	
	.navbar-default .navbar-toggle {
		position: absolute;
		right: 0;
	}
	
	.langSwitcher {
		position: absolute;
		right: 12rem;
		top: 0;
	}
	
	.current-menu-item > a, .current-menu-parent > a {
		color: #17664C;
	}
	
	header .dropdown-menu li {
		border-bottom: unset;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	/* Animation Burgermenü */
	
	.navbar-toggle > span {
		margin-bottom: 4px;
		-webkit-transition: top 0.5s ease, -webkit-transform 0.5s ease;
		transition: top 0.5s ease, -webkit-transform 0.5s ease;
		-o-transition: transform 0.5s ease, top 0.5s ease;
		transition: transform 0.5s ease, top 0.5s ease;
		transition: transform 0.5s ease, top 0.5s ease, -webkit-transform 0.5s ease;
	}

	.navbar-toggle > span:first-of-type, .navbar-toggle > span:last-of-type{
		margin-bottom: 0px;
	}

	.navbar-toggle span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
		top: 7px;
		position: relative;
	}

	.navbar-toggle span:nth-child(3) {
		opacity: 0;
		/* width: 0; */
		/* height: 0; */
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}

	.navbar-toggle span:nth-child(4) {
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		top: -5px;
		position: relative;
	}
	.navbar-toggle.collapsed span {
		opacity: 1;
		-webkit-transform: unset;
		    -ms-transform: unset;
		        transform: unset;
		top: 0;
	}
	
	header.headerHelper {
		max-height: 100vh;
		overflow-y: scroll;
	}
}

@media (max-width: 767px){
	.header.scrolled .mainHeader {
		background: #fff;
	}
	
	.navbar-default .navbar-toggle {
		position: absolute;
		right: -15px;
	}
	
	.topHeader {
		display: none;
	}
	
	.mobileLangSwitcher {
		display: block;
	}
	
	.mobileLangSwitcher > div{
		float: right;
	}
	
	.langSwitcher {
		display: none;
	}
	
	.navbar-brand  {
		padding-top: 0;
	}
	
	.navbar-brand img {
		width: 16.5rem;
	}
	
	
	.wrap.scrolled {
		margin-top: 70px;
	}
}


/* STOCKWERKE */

/* Voll breites Bild */

.fullWidthPicSection {
	background-repeat: no-repeat;
	background-size: cover;
}

.fullWidthPicTextWrap {
	padding: 1.5rem 3rem;
}

@media (min-width: 1025px){
	.fullWidthPicSection.paraxify {
		background-attachment: fixed;
	}	
}

/* Freier Text */

@media (min-width: 992px){
	.freeTextSection .twoCols {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
		        column-count: 2;
		-webkit-column-gap: 30px;
		   -moz-column-gap: 30px;
		        column-gap: 30px;
	}
	.freeTextSection .threeCols {
		-webkit-column-count: 3;
		   -moz-column-count: 3;
		        column-count: 3;
		-webkit-column-gap: 30px;
		   -moz-column-gap: 30px;
		        column-gap: 30px;
	}
	.freeTextSection .fourCols {
		-webkit-column-count: 4;
		   -moz-column-count: 4;
		        column-count: 4;
		-webkit-column-gap: 30px;
		   -moz-column-gap: 30px;
		        column-gap: 30px;
	}
}

/* animierte Karten */

.aniCardWrap {
	overflow: hidden;
	position: relative;
}

.aniCardTextWrap {
	background-color: rgba(255,255,255,0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	top: 0;
	left: 0;
	color: #b3614d;
	padding: 10px;
	font-size: 2.6rem;
	-webkit-transform: scale(1.15);
	    -ms-transform: scale(1.15);
	        transform: scale(1.15);
}

.aniCardInnerWrap {
	padding: 15px 15px 0;
	border-radius: 0px;
	height: 100%;
}

.aniCardWrap {
	border-radius: 8px;
}

.aniCardTextWrap p{
	margin-bottom: 0;
	color: #b3614d;
}

.aniCardWrap:hover .aniCardTextWrap {
	opacity: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.aniCardWrap img {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.aniCardWrap:hover img {
	-webkit-transform: scale(1.15);
	    -ms-transform: scale(1.15);
	        transform: scale(1.15);
}

.aniCardDownText {
	padding: 1rem 0;
}




/* Icons */

.iconImgOutterWrap {
	width: 12.6rem;
	height: 12.6rem;
	display: block;
	margin: 0 auto;
	border-radius: 100%;
	border: 0.8rem solid #f8f8f8;
    -webkit-box-shadow: inset 0 0 7px 0 rgba(0,0,0,.08);
            box-shadow: inset 0 0 7px 0 rgba(0,0,0,.08);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.iconImgWrap {
	width: 11rem;
	height: 11rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
	border-radius: 100%;
	border: 2px solid #b3614d;
	background-image: url(../images/stripes_3_b.png);
	-webkit-transition: background-color 0.4s ease;
	-o-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
}

.iconImgWrap .iconImgInnerWrap{
	width: 4.5rem;
	height: 3.4rem;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	
}

.iconImgWrap .iconImgInnerWrap img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -2.3rem;
	margin-top: -1.7rem;
	-webkit-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.iconsSection .hoverImg {
	opacity: 0;
}

.iconsSection .iconCol:hover .hoverImg{
	opacity: 1;
}

.iconsSection .iconCol:hover .standardImg{
	opacity: 0;
}

.iconsSection .iconCol:hover .iconImgWrap{
	background-color: #b3614d;
	background-image: unset;
}

.iconsSection .iconCol:hover .iconImgOutterWrap{
	-webkit-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	        transform: scale(0.9);
}

/* Karten mit Text */

.picWithTextSection h1, .picWithTextSection h2, .picWithTextSection h3, .picWithTextSection h4 {
	margin-top: 0;
	line-height: 1;
} 

.cardTextWrap {
	overflow: hidden;
}

.cardImgWrap {
	position: relative;
}

.cardIconWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: #b3614d;
}

.cardTextWrap .cardImg{
	-webkit-transform: translate(20px);
	    -ms-transform: translate(20px);
	        transform: translate(20px);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.cardTextWrap .cardIcon{
	padding-left: 8px;
	padding-right: 8px;
}

.cardTextWrap:hover .cardImg {
	-webkit-transform: translate(0);
	    -ms-transform: translate(0);
	        transform: translate(0);
}

.cardTextWrap:hover .cardIconWrap {
	-webkit-transform: translate(-90px);
	    -ms-transform: translate(-90px);
	        transform: translate(-90px);
}

.cardTextWrap .cardText {
	margin-left: 60px;
}

.picWithTextSection ul li{
	margin-bottom: 1rem;
}

.picWithTextSection ul li:last-of-type {
	margin-bottom: 2rem;
}

@media(max-width: 992px){
	.cardIconWrap {
		width: 50px;
	}
	.cardTextWrap .cardText {
		margin-left: 50px;
	}
}

@media(max-width: 767px){
	.cardIconWrap {
		width: 90px;
	}
	.cardTextWrap .cardText {
		margin-left: 90px;
	}
}

/* Zähler */

.counterWrap {
	position: relative;
}

.counterText {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.counterText {
	padding: 0 15px;
	color: #b3614d;
	font-weight: bold;
}

.counterText > div {
	width: 100%;
}

.counterNumber {
	font-size: 5rem;
	margin-bottom: 0;
}

.counterUnit {
	font-size: 2.5rem;
}

/* Aktuelles & Jobs */

.newsHeadline {
	background: #c9c9c9;
	color: #fff;
	font-size: 2.2rem;
	padding: 10px;
	margin: 0;
}

.singleNewsHeadline{
	font-size: 20px;
	margin-bottom: 1.5rem;
}

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

.singleNewsHeadline a{
	color: #000;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.singleNewsHeadline:hover a{
	color: #e42413;
}

.newsInnerWrap {
	color: #737E86;
	/* padding: 1rem 1rem 4rem;
	margin-bottom: 20px; */
}


.readMoreLink a:hover{
	text-decoration: underline;
}

.newsDate {
	color: #373737;
	font-size: 13px;
	margin-bottom: 0.7rem;
	
}

.job-listing .job-preview .job-cta .apply-btn {
	border-radius: 5px!important;
	font-size: 14px!important;
	padding: 8px 26px!important;
}

.newsSlider .slick-next {
	right: -40px;
}

.newsSlider .slick-prev {
	left: -40px;
}

@media (max-width: 991px){
	.newsSlider button.slick-arrow{
		display: none!important;
	}
}

@media (max-width: 767px){
	.newsInnerWrap img{
		margin-left: 0;
		margin-bottom: 1rem;
	}
}

/* Bild und Text */

.picWithTextSection {
	overflow: hidden;
}

.roundImg {
	border-radius: 100%;
}

.picWithTextImg.fadeToLeft {
	-webkit-transform: translate(100%);
	    -ms-transform: translate(100%);
	        transform: translate(100%);
	opacity: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.picWithTextImg.fadeToRight {
	-webkit-transform: translate(-100%);
	    -ms-transform: translate(-100%);
	        transform: translate(-100%);
	opacity: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.picWithTextImg.fadeToLeft.fixMe, .picWithTextImg.fadeToRight.fixMe {
	-webkit-transform: translate(0);
	    -ms-transform: translate(0);
	        transform: translate(0);
	opacity: 1;
}


@media (min-width: 992px){
	.textRight {
		text-align: right;
	} 
}

/* Bild-Galerie */

#swipebox-overlay {
    background: rgba(13, 13, 13, 0.74);
}

.galleryRow img {
	width: 0;
	height: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.galleryRow.fixMe img {
	width: 100%;
	height: auto;
}

/* Kundenübersicht */

.customerSection {
    background-size: cover;
    background-repeat: no-repeat;
}

.customerName, .customerSection a{
	background: #ddd;
	color: #626262;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.customerName {
	padding: 2.2rem;
	font-size: 2.2rem;
}

.customerName:hover, .customerSection a:hover {
	background: rgba(23, 102, 76, 0.8);
	color: #fff;
}

/* Timeline */

.timelineRow h1, .timelineRow h2, .timelineRow h3, .timelineRow h4 {
		margin-top: 0;
	}

.timelineRow {
		position: relative;
	}

.timelineSection > div > div:nth-child(odd) {
		background: #f2f2f2;
	}

.timelineSection > div > div:nth-child(even) {
		background: #fff;
	}
	
.timelineRow:before {
		position: absolute;
		content: '';
		width: 0.4rem;
		left: 50%;
		margin-left: -0.2rem;
		height: 100%;
		background: #b3614d;
	}
	
.timelineRow:after {
		position: absolute;
		content: '';
		background: #cfcfcf;
		border-radius: 100%;
		border: 4px solid #b3614d;
		width: 1.8rem;
		height: 1.8rem;
		left: 50%;
		margin-left: -0.9rem;
		top: 1.2rem;
	}
	
.timelineSection > div > div:nth-child(odd) .timelineRightPart, .timelineSection > div > div:nth-child(even) .timelineRightPart {
		position: relative;
	}

.timelineSection .timelineRightPart:after {
		position: absolute;
		content: '';
		width: 1.8rem;
		height: 2.4rem;
		left: 0;
		margin-left: -0.9rem;
		top: 0.9rem;
	}

.timelineSection > div > div:nth-child(odd) .timelineRightPart:after {
		background: #f2f2f2;
	}
	
.timelineSection > div > div:nth-child(even) .timelineRightPart:after {
		background: #fff;
	}
	
.timelineRightPart {
		padding: 1rem 1.5rem 3rem 5rem;
	}
	
.timelineLeftPart {
		padding: 1rem 5rem 3rem 1.5rem;
	}
	
.timelineSection > .container {
	position: relative;
}	
	
.timelineSection > .container:before, .timelineSection > .container:after {
	content: '';
	position: absolute;
	left: 50%;
	width: 0.4rem;
    margin-left: -0.2rem;
    height: 1.2rem;
	border-radius: 6px;
    background: #b3614d;
}	

.timelineSection > .container:before {
	top: -1rem;
}

.timelineSection > .container:after {
	bottom: -1rem;
}

.timelineHeadline {
	font-size: 2rem;
	font-weight: 700;
	color: #b3614d;
}

@media (min-width: 992px){
	.timelineRow > div {
		width: 50%;
	}
	
	.timelineRightPart.wantAborder {
		position: relative;
	}
	
	.timelineRightPart.wantAborder:before {
		position: absolute;
		content: '';
		left: 1.4rem;
		width: 2.6rem;
		border-radius: 4px;
		top: 1.8rem;
		background: #b3614d;
		height: 4px;
	}
	
	.timelineLeftPart.wantAborder {
		position: relative;
	}
	
	.timelineLeftPart.wantAborder:before {
		position: absolute;
		content: '';
		right: 1.4rem;
		width: 2.6rem;
		border-radius: 4px;
		top: 1.8rem;
		background: #b3614d;
		height: 4px;
	}
}
	

@media (max-width: 991px){
	.timelineRow > div {
		width: 100%;
	}
	
	.timelineRightPart {
		position: relative;
	}
	
	.timelineRightPart:before {
		position: absolute;
		content: '';
		left: 1.4rem;
		width: 2.6rem;
		border-radius: 4px;
		top: 1.8rem;
		background: #b3614d;
		height: 4px;
	}
	
	.timelineRow:before {
		left: 0;
	}
	
	.timelineRow:after {
		top: 5.2rem;
		left: 0;
	}
	
	.timelineSection .timelineRightPart:after {
		width: 0.4rem;
		left: 0.7rem;
	}

	.timelineSection > .container:before, .timelineSection > .container:after {
		left: 15px;
	}
}

/* Kontakt */

.contactSecIcon {
	width: 2rem;
	margin-right: 1rem;
}

/* Download Karten */

.downloadImgWrap {
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.07);
    box-shadow: 0 0 5px 2px rgba(0,0,0,.07);
}

.downloadImgWrap:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.4);
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	z-index: 2;
	left: 0;
	top: 0;
}

.downloadImgWrap:hover:after {
	opacity: 1;
}

.downloadImgHoverWrap {
	-webkit-transform: translate(0, 6rem);
	    -ms-transform: translate(0, 6rem);
	        transform: translate(0, 6rem);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	background: rgba(179, 97, 76, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	z-index: 3;
}

.downloadImgHoverWrap a{
	width: 100%;
}

.downloadImgHoverWrap p{
	margin: 0.8rem 0;
}

.downloadImgHoverWrap img{
	width: 3.5rem;
	display: block;
	margin: 0 auto;
}

.downloadImgWrap:hover .downloadImgHoverWrap {
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.downloadImg {
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	margin-bottom: -1.5rem;
}

.downloadImgWrap:hover .downloadImg {
	-webkit-transform: translate(0, -1.5rem);
	    -ms-transform: translate(0, -1.5rem);
	        transform: translate(0, -1.5rem);
	cursor: pointer;
}

/* Icons 4-Col */

.icon4ColIcon {
	width: 15rem;
	height: 15rem;
}

.icon4ColIcon.bigImg {
	width: 100%;
	height: auto;
}

.icon4ColIcon.centerMe {
	margin: 0 auto;
	display: block;
}

/* St-18 Tabelle */



.tableSection .container > div:first-of-type {
	margin-top: 0;
}

.tableSection .tableContainer > .tableRow > div {
	border-right: 1px solid #b3614d;
	border-top: 1px solid #b3614d;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.tableSection .tableContainer > .tableRow  p {
	margin-bottom: 0;
}

.tableSection .tableContainer > .tableRow > div:last-of-type {
	border-right: none;
}

.tableSection .tableContainer > .tableRow:first-of-type > div {
	border-top: none;
}

@media(max-width: 767px){
	.tableSection .fourColTable .col-xs-3 {
		min-width: 175px;
	}
	.tableSection .fourColTable  {
		min-width: 700px;
	}
	.tableSection {
		overflow: scroll;
	}
}

@media(max-width: 767px){
	.tableSection .threeColTable .col-xs-4 {
		min-width: 230px;
	}
	.tableSection .threeColTable  {
		min-width: 690px;
	}
	.tableSection {
		overflow: scroll;
	}
}

/* AKTUELLES */

.newsOverviewHeadline {
	margin-top: 0;
}

.newsOverviewHeadline a{
	color: #444;
}

.newsOverviewImgWrap {
	overflow: hidden;
	position: relative;
}

.newsOverviewImgWrap:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.4);
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	z-index: 2;
	left: 0;
	top: 0;
}

.newsOverviewImgWrap:hover:after {
	opacity: 1;
}

.newsOverviewImgHoverWrap {
	-webkit-transform: translate(0, 6rem);
	    -ms-transform: translate(0, 6rem);
	        transform: translate(0, 6rem);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	background: rgba(41,145,214,0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	z-index: 3;
}

.newsOverviewImgHoverWrap a{
	width: 100%;
}

.newsOverviewImgHoverWrap p{
	margin: 0.8rem 0;
}

.newsOverviewImgHoverWrap img{
	width: 3.5rem;
	display: block;
	margin: 0 auto;
}

.newsOverviewImgWrap:hover .newsOverviewImgHoverWrap {
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.newsOverviewImg {
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	margin-bottom: -1.5rem;
}

.newsOverviewImgWrap:hover .newsOverviewImg {
	-webkit-transform: translate(0, -1.5rem);
	    -ms-transform: translate(0, -1.5rem);
	        transform: translate(0, -1.5rem);
}

.single-news .newsHeadline {
	position: relative;
}

.single-news .newsHeadline:after {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: rgba(0,0,0,.05);
    z-index: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.single-news .newsHeadline span {
    z-index: 2;
	position: relative;
}

.single-news .newsHeadline:hover:after {
    width: 100%;
    background: rgba(0,0,0,.05);
}

.singleNewsHero {
	background-size: cover;
	background-repeat: no-repeat;
}

/* TEAM */

.teamImgWrap {
	-webkit-box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.16);
	        box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.16);
	height: 100%;
    background: #F5F5F5;
}

.teamTextWrap {
	background: #F5F5F5;
	padding: 2rem 2rem 1rem;
}

.teamName {
	color: #626262;
	font-size: 2.2rem;
	font-weight: 700;
}

.teamMail img, .teamLinkedIn img, .teamPhone img {
	width: 2rem;
}

.teamMail {
	margin-right: 1.5rem;
}

.teamSection .cat-item {
	list-style: none;
}

.teamSection  .cat-item {
	display: inline-block;
	position: relative;
}

.teamSection  .cat-item a{
	background: #f9f9f9;
	padding: 1.5rem 3rem;
	display: inline-block;
	color: #626262;
	font-size: 1.8rem;
	font-weight: 700;
	border: 1px solid #e8e8e8;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.teamSection  .cat-item:hover > a, .teamSection  .cat-item.current-cat a, .teamSection  .cat-item.current-cat-parent > a, .teamSection > .cat-item.showSub a{
	background: #e42413;
	color: #fff;
	cursor: pointer;
}

.teamSection  .cat-item a{
	color: #626262;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

.teamSection .cat-item:hover > a, .teamSection .cat-item.current-cat > a, .teamSection .cat-item.current-cat-parent > a, .teamSection > .cat-item.showSub > a {
	color: #fff;
}

.teamSection > .teamNavWrap > .cat-item ul.children{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0;
	z-index: 99;
	padding-top: 1rem;
}

.cat-item ul.children li {
	width: 100%;
}

.teamSection > .teamNavWrap > .cat-item:hover ul.children, .teamSection > .cat-item ul.children:hover, .teamSection > .cat-item.showSub ul.children{
	display: block;
}

.teamSection > .teamNavWrap > .cat-item ul.children > li a{
	border-top: none;
	display: block;
}

.teamSection > .teamNavWrap > .cat-item ul.children > li:first-of-type a{
	border-top: 1px solid #e8e8e8;
}

.category .teamSection {
	padding-top: 14rem;
}

.category .teamSection h1{
	margin-bottom: 5rem;
}

.teamSection  li.cat-item-3 {
	display: none;
}

.teamNavWrap > li {
	margin-bottom: 1.5rem;
}

@media  (max-width: 991px){
	.teamNavWrap{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.teamNavWrap > li {
		margin-right: 1.5rem;
	}
}

/* Video Section */

.videoSection {
	position: relative;
}

.videoSection.heroVideo {
	overflow: hidden;
}

.videoTextWrap {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.videoSection h1, .videoSection h2, .videoSection p {
	color: #B3614D;
}

video {
	width: 100%;
}

.heroVideo video{
	width: 1904px;
    position: relative;
    margin-left: -952px;
    left: 50%;
}

.videoTextInnerWrap {
	padding: 1rem 2rem;
}


/* Accordion */

.accordionHeadline p, .accordionHeadline h1, .accordionHeadline h2, .accordionHeadline h3, .accordionHeadline h4{
	font-size: 20px;
	padding: 9px 16px;
	line-height: 1.3;
	font-weight: 400;
	margin: 0;
}

.accordionWrap {
	border-left: 3px solid #b3614d;
	border-radius: 8px;
}

.accordionSection .accordion-title {
	margin: 0;
	padding: 9px 40px 9px 16px;
	border-top: 1px solid #dfe1e5;
	font-weight: bold;
}

.accordionSection .accordion-content {
	padding: 16px 16px 10px;
}

.accordionSection .accordion-title a{
	position: relative;
	color: #333;
	display: block;
}

.accordionSection .accordion-title a:after{
	position: absolute;
	content: '';
	background-image: url('../images/arrow.png');
	width: 12px;
	height: 7px;
	background-size: cover;
	background-repeat: no-repeat;
	top: 50%;
	right: -10px;
}

.accordionSection .accordion-title a.collapsed:after{
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

/* Bild, Text mit Hintergrundbild */

.ctaSection2 {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow-y: hidden;
}

.ctaSection2 .innerWrap{
	padding: 5rem 3.5rem;
	margin-bottom: 1rem;
}

.ctaSection2 .ctaCard{
	padding: 15px;
}

.ctaSection2 .ctaCardInner{
	margin-top: 0;
	margin-bottom: 0;
}

.ctaName {
	position: absolute;
    color: #fff;
	z-index: 99;
}

/* Kundenmeinungen#2 - Testimonials */

.testimonialsSection2 {
	overflow: hidden;
}


.testimonialsSection2 .slick-prev, .testimonialsSection2 .slick-next {
	width: 41px;
	height: 78px;
}

@media(max-width: 991px){
	.testimonialsSection2 .slick-prev, .slick-next {
		display: none!important;
	}
}

.testimonialsSection2 .slick-prev {
    background: url(../images/control-left.png);
	left: -60px;
	background-size: contain;
}

.testimonialsSection2 .slick-next {
    background: url(../images/control-right.png);
	right: -60px;
	background-size: contain;
}

.testimonialsSection2 .slick-slider li:before {
	display: none;
}

.testimonialsSection2 .slick-dots {
	bottom: -40px;
}

.testimonialsSection2 .slick-dots li button:before {
	opacity: 1;
	content: '';
	height: 8px;
	background: rgba(65, 83, 93, 0.2);
}

.testimonialsSection2 .slick-dots li.slick-active button:before {
    background: #b3614d;
    opacity: 1;
}

.testimonialsSection2 .testimonialTextWrap img {
	max-width: 200px;
	margin-left: 30px;
}

.testimonialsSection2 .vorteileWrap {
	background: #b3614d;
	color: #fff;
	padding: 1rem 2rem;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -40px;
    font-size: 22px;
}

.testimonialsSection2 .vorteileWrap strong{
    font-size: 30px;
}

.posRel {
	position: relative;
}

@media(max-width: 991px){
	.testimonialsSection2 .testimonialTextWrap img {
		display: none!important;
	}
	
	.testimonialsSection2 .vorteileWrap {
		display: none;
	}
}


/* Google Maps */

.gmapsSection iframe{
	width: 100%;
	height: 67.6rem;
	margin-bottom: -6px;
}

.mapsContent {
	color: rgba(45,41,38,0.5);
	font-size: 1.6rem;
}

.mapsSwitcher {
	padding-left: 15px;
	padding-right: 15px;
}

.slider.round {
    border-radius: 34px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 26px;
}

.switch input {
    display: none;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.slider.round:before {
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #b3614d;
}

input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

.contactSection iframe {
	width: 100%;
}

/* FOOTER */

footer {
	background: #C9C9C9;
	padding-top: 3rem;
	border-top: 1px solid #B3614D;
}

.page-template-news footer, .page-template-team footer, .single-news footer, .category footer{
	margin-top: 6rem;
}

footer a, footer p{
	color: #B3614D;
}

footer img{
	width: 3rem;
}

.footerHeadline, .footerHeadline a{
	color: #B3614D;
	text-decoration: underline;
}

footer img.footerContactIcon {
	width: 2rem;
	margin-right: 1rem;
}

.footerHeadline{
	margin-bottom: 2rem;
}

.bottomFooter {
	margin-top: 4rem;
	border-top: 1px solid #B3614D;
	padding-top: 2rem;
}

.bottomFooter > .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.bottomFooter > .container:before, .bottomFooter > .container:after {
	display: none;
}

.impressumFooter {
	margin-right: 1.5rem;
}

/* Team Profilseite Bild verkleinern */
     
.page-id-1899 .picWithTextSection img {
    width: 60%;
    height: auto;
    float: right;
}

/*Bild bei Anmeldung verkleinern und rechtsbündig setzen*/
.page-id-1834 .picWithTextSection img {
    max-width: 20rem;
    float: right;
}
   
  /* Google Bewertungen */

.topHeaderWrapper {
	background: #d2d2d2;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

.topHeaderWrapper .leftPart a{
	margin-top: 3px;
    display: inline-block;
}

.topHeaderWrapper .leftPart a:last-of-type{
	margin-left: 20px;
}

.innerRating {
    position: absolute;
    height: 100%;
    background-image: url(../images/star-white.svg);
    background-size: contain;
}

.starRating {
    background-repeat: repeat-x;
    width: 109px;
    height: 19px;
    background-size: contain;
    margin-right: 0.8rem;
    display: inline-block;
    position: relative;
    background-image: url(../images/star-gray.svg);
	top: 3px;
	margin-left: 15px;
}

@media (max-width: 991px){
	.topHeaderWrapper .leftPart {
		display: block;
		width: 100%;
		text-align: center;
	}
	.topHeaderWrapper .rightPart {
		display: block;
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 380px){
	.topHeaderWrapper .leftPart a:last-of-type{
		margin-left: 0px;
		display: block;
		margin-bottom: 5px;
	}
}

/* WooCommerce */

.topBarCart a {
	position: relative;
	padding: 0.8rem 1rem 0.6rem 4rem;
	display: inline-block;
	border: 1px solid #e42413;
	border-radius: 5px;
	color: #e42413;
	font-size: 16px;
    font-weight: 700;
}

.topBarCart a:hover {
	text-decoration: none;
}

.topBarCart a:before {
	position: absolute;
	left: 0.8rem;
	top: 0.7rem;
	content: '';
	background-image: url('../images/cart-icon-red.png');
	background-size:cover;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
}

.cross-sells h2, .related.products h2 {
	margin-bottom: 3rem;
}

.productImgWrap > img {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.categoryName, .productName {
	color: #e42413;
    font-weight: 700;
    margin-top: 1rem;
    font-size: 2.4rem;
}

.productImgWrap {
	overflow: hidden;
	border-radius: 8px;
}

.productImgWrap:hover > img {
	-webkit-transform: scale(1.15);
	    -ms-transform: scale(1.15);
	        transform: scale(1.15);
}

@media (min-width: 768px){
	.mobileCart{
		display: none;
	}
}

@media (max-width: 767px){
	.mobileCart {
		position: absolute;
		right: 50px;
		top: 12px;
	}
	.mobileCart a {
		border: none;
		color: #fff;
	}
	
	.mobileCart a span {
		background: #fff;
		color: #e42413;
		border-radius: 100%;
		width: 20px;
		height: 20px;
		display: inline-block;
		text-align: center;
		line-height: 1.5;
		font-size: 12px;
	}

	.topBarCart a:before {
		background-image: url('../images/cart-icon-white.png');
		left: 0.8rem;
	}
}

/* WooCommerce Sidebar */

 #sidebar {
	border-left: 1px solid #e42413;
}

 #sidebar h3{
	margin-top: 0;
}

 #sidebar .widget_product_categories > ul{
	padding-left: 0;
}

#sidebar .widget_product_categories ul{
	list-style: none;
}

#sidebar .widget_product_categories ul.product-categories > li.cat-item {
	font-weight: 700;
}

#sidebar .widget_product_categories ul.product-categories > li.cat-item ul li.cat-item {
	font-weight: 400;
}

#sidebar .widget_product_categories ul.product-categories > li.cat-item a {
	text-decoration: none;
}

@media (max-width: 991px){
	#sidebar {
		margin-top: 2rem;
		margin-bottom: 6rem;
	}
}

/* Überschreiben Standard WC-Stylings */

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce span.onsale, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color: #e42413!important;
	color: #fff!important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #e42413!important;
}

.woocommerce div.product .stock {
	color: #362B26!important;
	font-weight: 700!important;
}

.woocommerce-message, .woocommerce-info {
    border-top-color: #e42413!important;
}

.woocommerce-message::before, .woocommerce-info::before {
    color: #e42413!important;
}


/* CSS by Waldhirsch*/

.wpforms-form button {
    background-color: #B3614D !important;
    color: #ffffff !important;
}

/* Flagge ausblenden*/
.langSwitcher {
    display:none!important;
}

.mobileLangSwitcher {
    display:none!important;
}

/* Slick Pfeile mobil weg*/

@media (max-width: 425px){	
.slick-prev {
    display: none!important;
}}


/* Blog Wissen */

.heroWissen {
	background-position-x: 50%;
    background-position-y: 50%;
    height: 30rem;
	background-repeat: no-repeat;
    background-size: cover;
}



.zertPartnerList {
	margin: 30px 0;
	list-style: none;
	border-bottom: 1px solid #d8d8d8;
	padding-left: 0;
}
.zertPartnerList > li > a {
	padding: 20px 15px 15px 100px;
	break-inside:avoid;
	display: block;
	position: relative;
	border-top: 1px solid #d8d8d8;
}
.zertPartnerList > li > a::before {
	content: '\f7e4' !important;
	font-family: 'Font Awesome 5 Free';
	width: 80px;
	height: 80px;
	font-size: 50px;
	font-weight: 600;
	background: #dcdcdc;
	border-radius: 100%;
	color: #fff;
	justify-content: center;
	align-items: center;
	display: flex;
	position: absolute;
	left: -0; top: 17px;
	transition: all 0.3s ease;
}
.zertPartnerList > li > a:hover::before {
	background: #B3614D;
}
@media (min-width: 768px) {
	.zertPartnerList { column-count: 2; }
}
.zertPartnerList > li > a > h3 { margin: 0 35px 5px 0; font-size: 1.1em; }
.zertPartnerList .zertPartnerInfo {
	display: flex; position: relative;
	font-size: 0.9em; color: #666;
}
.zertPartnerList .zertPartnerInfo .icon {
	width: 25px;
	min-width: 25px;
	margin: 5px 0 0 5px;
	color: #ccc;
}
.zertPartnerList .zertDate {
	position: absolute;
	right: 0;
	font-size: 0.7em;
	top: 0;
	color: #aea0a0;
	line-height: 1.2em;
	padding: 2px 7px 3px;
	font-weight: 500;
	border-radius: 0 0 3px 3px;
	background: #f3f3f3;
}