/*
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
*/


/* rubik-300 - latin */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 300;
	src: url('/wp-content/themes/southvision/assets/fonts/rubik-v11-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('/wp-content/themes/southvision/assets/fonts/rubik-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/wp-content/themes/southvision/assets/fonts/rubik-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	url('/wp-content/themes/southvision/assets/fonts/rubik-v11-latin-300.woff') format('woff'), /* Modern Browsers */
	url('/wp-content/themes/southvision/assets/fonts/rubik-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/wp-content/themes/southvision/assets/fonts/rubik-v11-latin-300.svg#Rubik') format('svg'); /* Legacy iOS */
	font-display: swap;
}

/* rubik-500 - latin */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	src: url('/wp-content/themes/southvision/assets/fonts/rubik-v12-latin-500.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('/wp-content/themes/southvision/assets/fonts/rubik-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/wp-content/themes/southvision/assets/fonts/rubik-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
	url('/wp-content/themes/southvision/assets/fonts/rubik-v12-latin-500.woff') format('woff'), /* Modern Browsers */
	url('/wp-content/themes/southvision/assets/fonts/rubik-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/wp-content/themes/southvision/assets/fonts/rubik-v12-latin-500.svg#Rubik') format('svg'); /* Legacy iOS */
	font-display: swap;
}

/* rubik-500 - latin */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: bold;
	src: url('/wp-content/themes/southvision/assets/fonts/rubik-v12-latin-500.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('/wp-content/themes/southvision/assets/fonts/rubik-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/wp-content/themes/southvision/assets/fonts/rubik-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
	url('/wp-content/themes/southvision/assets/fonts/rubik-v12-latin-500.woff') format('woff'), /* Modern Browsers */
	url('/wp-content/themes/southvision/assets/fonts/rubik-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/wp-content/themes/southvision/assets/fonts/rubik-v12-latin-500.svg#Rubik') format('svg'); /* Legacy iOS */
	font-display: swap;
}


/* dancing-script-regular - latin */
@font-face {
	font-family: 'Dancing Script';
	font-style: normal;
	font-weight: 400;
	src: url('/wp-content/themes/southvision/assets/fonts/dancing-script-v15-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('/wp-content/themes/southvision/assets/fonts/dancing-script-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/wp-content/themes/southvision/assets/fonts/dancing-script-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('/wp-content/themes/southvision/assets/fonts/dancing-script-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('/wp-content/themes/southvision/assets/fonts/dancing-script-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/wp-content/themes/southvision/assets/fonts/dancing-script-v15-latin-regular.svg#DancingScript') format('svg'); /* Legacy iOS */
	font-display: swap;
}
/* dancing-script-700 - latin */
@font-face {
	font-family: 'Dancing Script';
	font-style: normal;
	font-weight: 700;
	src: url('/wp-content/themes/southvision/assets/fonts/dancing-script-v15-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('/wp-content/themes/southvision/assets/fonts/dancing-script-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/wp-content/themes/southvision/assets/fonts/dancing-script-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('/wp-content/themes/southvision/assets/fonts/dancing-script-v15-latin-700.woff') format('woff'), /* Modern Browsers */
	url('/wp-content/themes/southvision/assets/fonts/dancing-script-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/wp-content/themes/southvision/assets/fonts/dancing-script-v15-latin-700.svg#DancingScript') format('svg'); /* Legacy iOS */
	font-display: swap;
}


/* ALLGEMEIN */

body {
	overflow-x: hidden;
}

*:focus {
	outline: none;
}

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

iframe {
	max-width: 100%;
}

body {
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	font-size: 1.5rem;
	color: #000000;
}

a {
	color: #B39B8D;
}

h1, .h1 {
	color: #d2d2d2;
	font-weight: 300;
	font-size: 5rem;
}

h2, .h2 {
	color: #B39B8D;
	font-weight: 300;
	font-size: 3.2rem;
}


@media (max-width: 767px) {
	h1, .h1 {
		font-size: 3.5rem;
		margin: 8px 0 0 0;
	}
	h2, .h2 {
		font-size: 3rem;
		margin-top: 12px;
	}
}



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

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

.ctaBtn{
	color: #d2d2d2;
	background: #243743;
	padding: 1.4rem 3rem;
	position: relative;
	display: inline-block;
}

.ctaBtn:hover {
	border: 3px solid #243743;
	font-weight: 700;
}

.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{
	border-color: #b29b8d;
	border-width: 3px;
	border-style: solid;
	color: #b29b8d;
	background: #ffffff;
	padding: 1.4rem 3rem;
	position: relative;
	display: inline-block;
}

.ghostBtn:hover {
	background: #b29b8d;
	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;
}

.maTo2 {
	margin-top: 2rem;
}

.maTo1 {
	margin-top: 1rem;
}

.maTo6 {
	margin-top: 6rem;
}

.maBo3 {
	margin-bottom: 3rem;
}

.maBo1 {
	margin-bottom: 1rem;
}

.maBo0 {
	margin-bottom: 0;
}

.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;
	}

	.order2mobile {
		order: 2;
	}
}


/* Fixed Contact */

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

.fixedContactWrap > div{
	height: 44px;
}



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

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

.fixedContactWrap img{
	background: rgba(0, 0, 0,.8);
	width: 4.4rem;
	height: 4.4rem;
	padding: 0.5rem;
	display: inline-block;
	position: relative;
	z-index: 2;
	border-radius: 5px 0 0 5px;
	cursor: pointer;
}

.fixedContactWrap p{
	background: rgba(0, 0, 0,.6);
	display: inline-block;
	margin-bottom: 0;
	height: 4.4rem;
	vertical-align: middle;
	padding-top: 1.1rem;
	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;
}

.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: #8a6d3b;*/
		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;
		border-radius: 5px;
	}

	.fixedContactWrap>div:last-of-type{
		margin-right: 0;
	}

	.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: 999999999;
}

/* Top Header */

.topHeader {
	background: rgb(0, 0, 0);
	color: #fff;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.topHeader a{
	color: #8a6d3b;
	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 p {
	margin-bottom: 0;
}


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

.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: 5px;
}

.topHeaderInstagram, .topHeaderFacebook {
	padding-left: 1.6rem;
	position: relative;
	float: left;
	margin-left: 1rem;
}

.topHeaderInstagram img, .topHeaderFacebook img {
	width: 1.6rem;
	height: 1.6rem;
}


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

.topHeaderPhone:before {
	background-image: url('/wp-content/themes/southvision/assets/images/telephone-topheader.svg');
}

.topHeaderMail:before {
	 background-image: url('/wp-content/themes/southvision/assets/images/email-topheader.svg');
 }


.mainHeader {
	background: rgba(0, 0, 0,.85);
	-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);
	-webkit-transition: top 1.5s ease;
	-o-transition: top 1.5s ease;
	transition: top 1.5s ease;
	width: 100%;
}

.bannerHeader {
	background: #ff0000;
	box-shadow: 0 3px 6px rgba(0,0,0,.5);
	max-height: 100px;
	overflow: hidden;
	transition: all .3s ease-in-out;
}

body.scrolled .bannerHeader {
	max-height: 0;
}

.bannerHeader p {
	color: #fff;
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 0;
	flex-wrap: wrap;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bannerHeader p span.text {
	font-size: 1.8rem;
}

.bannerHeader p .btn {
	display: inline-flex;
	padding: 5px 20px;
}

.bannerHeader p .btn.btn-link {
	background: #fff;
	color: #ff0000;
	font-weight: bold;
}

.bannerHeader p .btn.btn-close {
	margin-left: 15px;
	height: 32px;
	width: 32px;
	padding: 5px;
}

.bannerHeader p .btn.btn-close span {
	font-size: 0;
	display: flex;
	height: 100%;
	width: 20px;
	position: relative;
}

.bannerHeader p .btn.btn-close span:before,
.bannerHeader p .btn.btn-close span:after {
	background: #fff;
	width: 100%;
	height: 2px;
	content: '';
	transform: rotate(45deg);
	position: absolute;
	top: 9px;
}

.bannerHeader p .btn.btn-close span:after {
	transform: rotate(-45deg);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.mainHeader {
		background: black;
	}
}

.navbar-nav a{
	color: white;
}

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

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

header + .wrap {
	margin-top: 90px;
}

header .dropdown-menu li a{
	color: #ffffff;
	font-size: 1.6rem;
}

/*
header .dropdown-menu li.current-menu-item a{
	color: ;
}
*/
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: #B39B8D;
}

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

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

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

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

.mobileLangSwitcher {
	display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	header .dropdown-menu li.current-menu-item, header .dropdown-menu li {
		background: black!important;
	}
	.videoTextInnerWrap {
		margin-top: 150px!important;
	}
}

@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: #b39b8d;
	}

	.navbar-nav > li > a {
		color: white;
		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: #b39b8d;
		-webkit-transition: width 0.4s ease;
		-o-transition: width 0.4s ease;
		transition: width 0.4s ease;
	}

	.navbar-nav > li > a:before {
		display: block;
		width: 25px;
		height: 25px;
		margin: 0 auto 6px;
		position: relative;
		text-align: center;
		content: '';
		background-size: cover;
	}

	.menu-moebel > a:before {
		background-image: url(/wp-content/themes/southvision/assets/images/Moebel-beck-shop.png);
	}

	.menu-kochen > a:before {
		background-image: url(/wp-content/themes/southvision/assets/images/Moebel-beck-kochen.png);
	}

	.menu-essen a:before {
		background-image: url(/wp-content/themes/southvision/assets/images/Moebel-beck-essen.png);
	}

	.menu-schlafen a:before {
		background-image: url(/wp-content/themes/southvision/assets/images/Moebel-beck-schlafen.png);
	}

	.menu-wohnen a:before {
		background-image: url(/wp-content/themes/southvision/assets/images/Moebel-beck-wohnen.png);
	}

	.menu-kontakt a:before {
		background-image: url(/wp-content/themes/southvision/assets/images/email-topheader.svg);
	}



	.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: #b39b8d;
}


@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: 12.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.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){

	.navbar-default .navbar-toggle {
		position: absolute;
		right: 0;
		background: transparent;
	}

	.langSwitcher {
		position: absolute;
		right: 12rem;
		top: 0;
	}

	.current-menu-item > a, .current-menu-parent > a {
		color: #8a6d3b;
	}

	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;
		-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: 0;
	}

	.navbar-toggle span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 10px;
		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: -10px;
		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;
	}
	.navbar-brand img {
		width: 7.5rem;
	}

}

@media (max-width: 767px){
	.header.scrolled .mainHeader {
		/*background: #fff;*/
	}

	.navbar-default .navbar-toggle {
		position: absolute;
		right: -15px;
		background: transparent;
	}

	.topHeader {
		display: none;
	}

	.mobileLangSwitcher {
		display: block;
	}

	.mobileLangSwitcher > div{
		float: right;
	}

	.langSwitcher {
		display: none;
	}

	.navbar-brand  {
		padding-top: 0;
	}

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


/* STOCKWERKE */

/* Voll breites Bild */

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

@media (min-width: 992px){
    .fullWidthPicTextWrap {
        margin-top: 10vh;
    }
}

.fullWidthPicTextWrap {
	padding: 1.5rem 3rem;
	position: relative;
}

.fullWidthPicTextWrap.rabatt:after {
	position: absolute;
	top: -30px;
	right: 15px;
	display: flex;
	height: 80px;
	width: 80px;
	background: #FF0000;
	border-radius: 40px;
	content: '%';
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 44px;
}

@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(23,23,23,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: #fff;
	padding: 10px;
	font-family: 'Permanent Marker', sans-serif;
	font-size: 2.6rem;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

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

.aniCardInnerWrap.rabatt .aniCardWrap:after {
	position: absolute;
	bottom: 15px;
	right: 15px;
	display: flex;
	height: 50px;
	width: 50px;
	background: #FF0000;
	border-radius: 25px;
	content: '%';
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 34px;
}

/*.aniCardWrap {
	border-radius: 8px;
}*/

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

.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;
}

.nm-shop-products-col .aniCardWrap > img {
	height: 200px;
	object-fit: cover;
}

.aniCardWrap:hover img {
	/*-webkit-transform: scale(1.1);*/
	/*-ms-transform: scale(1.1);*/
	/*transform: scale(1.1);*/

	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.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 ;
	background-image: url(/wp-content/themes/southvision/assets/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: #B39B8D;
	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: #B39B8D;
}

.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);
}

.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;
}

@media(min-width: 992px) {
	.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: #ededed;
	font-weight: bold;
}

.counterText > div {
	width: 100%;
}

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

.counterUnit {
	font-size: 2.5rem;
}

/* Aktuelles & Jobs */

.newsHeadline {
	background: #8a6d3b;
	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: #8a6d3b;
}

.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(69, 164, 160, 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: #B39B8D;
}

.timelineRow:after {
	position: absolute;
	content: '';
	background: #cfcfcf;
	border-radius: 100%;
	border: 4px solid #B39B8D;
	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: #B39B8D;
}

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

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

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

@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: #B39B8D;
		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: #B39B8D;
		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: #B39B8D;
		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(69, 164, 160, 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: 100%;
}

.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 #B39B8D;
	border-top: 1px solid #B39B8D;
	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: 0 15px 15px 0 rgba(0,0,0,0.16);
	box-shadow: 0 15px 15px 0 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: #8a6d3b;
	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 + .fullWidthPicSection {
	margin-top: 7rem;
}
.videoSection {
	position: relative;
}

.videoSection.heroVideo {
	width: 100%;
	max-height: calc(100vh - 200px);
	height: calc(100vh - 200px);
	overflow: hidden;
	position: relative;
	z-index: -100;
}

@media(max-width: 991px){
    .videoSection.heroVideo {
        max-height: 85vh;
        height: 85vh;
        margin-top: -30px;
    }
	.videoTextInnerWrap {
		padding: 0.5rem 1rem!important;
		position: absolute;
		bottom: 2vw;
		max-width: 96vw;
	}
	.section-color-overlay {
		/*opacity: 0!important;*/
	}
}


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


video {
	width: 100%;
}

.heroVideo video,
.heroVideo .video {
	position: relative;
	width: auto;
	min-width: 100%;
	height: auto;
}

.heroVideo .video {
	height: 100%;
}

.videoTextInnerWrap {
	padding: 1rem 2rem;
	margin-top: auto;
	margin-bottom: auto;
	max-height: 250px;
}


/* 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: 1px solid #dfe1e5;
	border-radius: 8px;
}

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

.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('/wp-content/themes/southvision/assets/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(/wp-content/themes/southvision/assets/images/control-left.png);
	left: -60px;
	background-size: contain;
}

.testimonialsSection2 .slick-next {
	background: url(/wp-content/themes/southvision/assets/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: #B39B8D;
	opacity: 1;
}

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

.testimonialsSection2 .vorteileWrap {
	background: #B39B8D;
	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: #B39B8D;
}

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

.contactSection iframe {
	width: 100%;
}

/* FOOTER */

footer {
	background: #222;
	padding-top: 3rem;
	border-top: 5px solid #ffffff;
}

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

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

footer img{
	width: 3rem;
}

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

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

.footerHeadline{
	margin-bottom: 2rem;
}

.bottomFooter {
	margin-top: 4rem;
	border-top: 1px solid #cccccc;
	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;
}

footer .row .col-sm-3 a.d-block {
	display: block;
	margin: 0 0 10px;
}

/* 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(/wp-content/themes/southvision/assets/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(/wp-content/themes/southvision/assets/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: 0;
		display: block;
		margin-bottom: 5px;
	}
}

/* WooCommerce */

.topBarCart a {
	position: relative;
	padding: 0.8rem 1rem 0.6rem 4rem;
	display: inline-block;
	border: 1px solid #8a6d3b;
	border-radius: 5px;
	color: #8a6d3b;
	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('/wp-content/themes/southvision/assets/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: #8a6d3b;
	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: #8a6d3b;
		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('/wp-content/themes/southvision/assets/images/cart-icon-white.png');
		left: 0.8rem;
	}
}

/* WooCommerce Sidebar */

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

#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;
	}
}

#wpadminbar {
	z-index: 9999999999999999!important;
}

/* CSS by Waldhirsch*/

.wpforms-form button {
	background-color: #243743 !important;
	color: #fff !important;
}


/* CSS MH-6 */
@media (min-width: 768px) {
	.aniCardInnerWrap.with_arrow::after {
		content: '';
		position: absolute;
		right: -30px;
		top: 50%;
		display: block;
		border-right: 3px solid white;
		border-bottom: 3px solid white;
		width: 20px;
		height: 20px;
		transform: translate(-50%, -50%) rotate(-45deg);
	}
}

@media (max-width: 767px) {
	.aniCardInnerWrap.with_arrow::after {
		content: '';
		position: absolute;
		right: 50%;
		bottom: -18px;
		display: block;
		border-bottom: 3px solid white;
		border-left: 3px solid white;
		width: 20px;
		height: 20px;
		transform: translate(50%) rotate(-45deg);
	}
}

.masonry .picture-item {
	/*
    padding: 15px;
    */
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.masonry {
	column-count: 3;
	transition: all .5s ease-in-out;
	column-gap: 30px;
	column-fill: initial;
}

@media only screen and (max-width: 768px) {
	.masonry {
		column-count: 2;
	}
}

.masonry .textWrap, .galleryRow .textWrap {
	transition: transform 0.4s ease;
}
.masonry .textWrap, .galleryRow .textWrap {
	position: absolute;
	bottom: 2rem;
	left: 0;
	padding: 0.5rem 1rem 0.5rem 1rem;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 1px;
	font-size: 1.8rem;
	width: 75%;
}

.galleryRow .textWrap {
	left: 14px!important;
}

.pswp {
	z-index: 99999999999!important;
}

.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	overflow: hidden;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important;
}