/*!
Theme Name: DasFleisch-Mustersite
Theme URI: http://www.mustersite.ch
Author: RESIGN.
Description: Mustersite Custom Wordpress Theme
Version: 1.0.v11
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
 */

/*************************************************************************/
/*  Basics   */


/*
Open Sans Bold
font-family: open-sans, sans-serif;
font-weight: 700;
font-style: normal;

Open Sans Light
font-family: open-sans, sans-serif;
font-weight: 300;
font-style: normal;

Open Sans Semibold
font-family: open-sans, sans-serif;
font-weight: 600;
font-style: normal;
*/


html {
	position: relative;
}
body {
font-family: open-sans, sans-serif;
font-weight: 300;
	font-style: normal;
	font-size: 21px;
	line-height: 170%;
	color: #37322f;
	background-color: #f7f5ee;
}


@media only screen and (max-width: 1440px) {
	body {font-size: 19px; line-height: 160%;}
}
@media only screen and (max-width: 970px) {
	body {font-size: 18px; line-height: 170%;}
}



a {
	transition: all .3s ease-in-out;
}
a:hover {
	opacity: .6;
	transition: all .3s ease-in-out;
}

.brand-color {
	color: #6f9345;
}

@media only screen and (min-width: 1440px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1300px;
}
}

b, strong, .strong {
    font-weight: 600;
}


/*************************************************************************/
/* Titel */

h1, h2, h3, h4, h5, h6 {
    line-height: 100%;
    word-break: break-word;
    text-transform: uppercase;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 200%;
}
h3 {
	font-size: 175%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 105%;
}
@media only screen and (min-width: 1390px) {
	.headliner {
		font-size: 50px !important;
	}
}

@media only screen and (max-width: 1440px) {
	h1 {font-size: 190% !important;}
	h2 {font-size: 170% !important;}
	h3 {font-size: 140% !important;}
	h4 {font-size: 110% !important;}
}

@media only screen and (max-width: 970px) {
	h1 {font-size: 180% !important;}
	h2 {font-size: 160% !important;}
	h3 {font-size: 140% !important;}
	h4 {font-size: 110% !important;}
	h1, h2, h3, h4, h5, h6 {word-break: break-word;}
}


@media only screen and (min-width: 1440px) {
	h4.headline {
    font-size: 175%;
}
}

/*************************************************************************/
/*  Header   */

.res-header {
    position: absolute;
    padding-bottom: 30px;
    padding-top: 35px;
}

@media only screen and (min-width: 1690px) {
	.res-header .container, .res-video-header-vertical-center .container {
		max-width: 1600px; 
	}
}

.logo {
}

.logo img {
    max-width: 320px;
    padding-bottom: 30px;
}

/*************************************************************************/
/*  Nav   */

.res-nav-section {
}


.res-nav .nav-link {
    font-size: 90%;
    padding: 0.2rem 1.3rem;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
@media only screen and (max-width: 1280px) {
	.res-nav .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
}
@media only screen and (max-width: 1100px) {
	.res-nav .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem; 
		font-size: 80%;
}
}
@media (min-width: 970px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 1.4rem;
		padding-left: 1.4rem;
	} 
}
@media only screen and (max-width: 970px) {
	.res-nav .nav-link {
    color: #000;
}
	.res-nav .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    font-size: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
}
} 


/* hover */
.res-nav-section li a:hover{
	transition: all .3s ease-in-out;
	opacity: 1;
	color: #fff;
}

/* active */
li.active a.nav-link, li.active .current-menu-item a.dropdown-item, .current-page-ancestor.nav-item a {
    font-weight: 600;
}

.res-nav .dropdown-item:hover {
	transition: all 0.2s ease-in-out;
	transform: translateX(3px);
}


.res-nav-topheader{
}
.res-nav-topheader .nav-tabs {
	flex-wrap: nowrap;
}


.res-nav-topheader{
	margin-top: 20px;
	position: relative;
	font-size: 70%;

}
.res-nav-topheader .nav-link {
	padding: 0.5rem 0.7rem;
}

.res-search-header-icon {
	padding: 0.5rem .7rem 0 .7rem;
}



/*************************************************************************/
/*  Dropdown  */

.dropdown-menu{
	box-shadow: 0 5px 10px -5px rgba(200, 200, 200, 0.8);
}

/* dropdown li */
.dropdown-item {
	padding: 0.5rem 2rem;
	font-weight: 300;
}

/* dropdown pfeil */
.dropdown-toggle::after {
	border-top: 0.2em solid;
	border-right: 0.23em solid transparent;
	border-left: 0.2em solid transparent;
}

@media only screen and (max-width: 970px) {
	.res-nav-section .dropdown-menu{
		box-shadow: none;
		border: 0;
	}
	.res-nav-section .dropdown-menu {
		padding: 0 0 0 14px;
		margin: 0;
	}
	.res-nav-section .dropdown-menu .dropdown-item{
		padding: 5px 0;
		font-size: 105%;
		font-weight: 400;
	}
}
.res-nav-section .dropdown-item.active,
.res-nav-section .dropdown-item:active {
	color: #000;
	background-color: transparent;
}

/* Language Menu   */
.res-nav-section .wpml-ls-menu-item .dropdown-menu .dropdown-item {
    padding: 0.2rem 1.5rem;
    font-size: 90%;
}
.res-nav-section .wpml-ls-menu-item .dropdown-menu {
    min-width: 4rem;
}

/*************************************************************************/
/*  Mobile Nav  */


@media only screen and (max-width: 970px) {

	/* menu nav abstand */
	.res-nav .nav-link {
		font-size: 120%;
		padding-top: 15px;
		padding-bottom: 15px;
	}
.res-header-mobile {
    position: absolute;
    padding: 0;
    top: 0;
    z-index: 66;
    width: 100%;
    background: #f7f5ee;
    border-bottom: 1px solid #d8d8d8;
}
	.res-header-mobile.transition-top {
		transition: top 0.2s ease-out;
	}

	/* mobile logo size */
	.res-nav .logo-mobile img {
		height: 25px;
		width: auto;
		max-width: 100%;
	}

	/* header height */
	.res-nav .navbar-brand.logo-mobile{
		padding-top: 22px;
		padding-bottom: 15px;
	}
	.res-nav .navbar-nav {
		padding-top: 25px;
		padding-bottom: 35px;
	}


	.nav-up-mobile{	top: -120px;}

	.res-nav .nav-link {outline: 0 !important;}

	.navbar-toggler,.navbar-toggler:focus { font-size: 100%; border: 0;	outline: 0;}

	.mobile-x-close {
		width: 30px;
		height: 20px;
		position: relative;
		margin: 0px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
	}

	.mobile-x-close span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	.mobile-x-close span {
		background: #000;   /* color burger menu */
	}
	.animated-icon1 span:nth-child(1) {
		top: 0px;
	}
	.animated-icon1 span:nth-child(2) {
		top: 10px;
	}
	.mobile-x-close span:nth-child(1) {
		top: 0px;
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}

	.mobile-x-close span:nth-child(2) {
		top: 10px;
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}

	.mobile-x-close span:nth-child(3) {
		top: 20px;
		-webkit-transform-origin: left center;
		transform-origin: left center;
		color: red;
	}

	.mobile-x-close.open span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 0px;
		left: 8px;
	}

	.mobile-x-close.open span:nth-child(2) {
		width: 0%;
		opacity: 0;
	}

	.mobile-x-close.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 21px;
		left: 8px;
		color: #000;
	}

}


/*************************************************************************/
/* res-header-showscroll fixedNav */
#res-nav-clone {
	display: block;
	position: absolute;
	top: 0;
	z-index: 99;
	opacity: 1;
	-webkit-transition: top 0.2s ease-in-out;
	transition: 		top 0.2s ease-in-out;   /* fixednav erscheinen 0.2s */ 
}
.res-header-showscroll {
	width: 100%;
	z-index: 100;
} 

@media(min-width: 970px) {
.res-header-showscroll.show {
    background: #f7f5ee;
    box-shadow: 0 5px 10px -5px rgb(162 162 162 / 80%);
    padding-bottom: 30px;
    padding-top: 20px;
}
	.res-header-showscroll.show .container {
		/*background-color: #dedede;*/
	}
	.res-header-showscroll.show .res-nav {
		/*padding: 3px 0;*/
		/*margin: 0;*/
	}
.res-header-showscroll.show .res-nav li a {
    font-size: 100%;
    padding: 0 1rem;
}
	.res-header-showscroll.show .res-nav-topheader {
		padding: 20px 0 0 0;
		margin: 0;
	}
	.res-header-showscroll.show .navbar{
		padding: 10px 0 0 0 !important;
	}
	.res-header-showscroll.show .res-nav-topheader .nav-link {
		opacity: .8;
	}
.res-header-showscroll.show .logo img {
    max-width: 230px;
    padding: 0;
}
	.res-header-showscroll.show .res-nav .nav-link {
    color: #000;
}
}

/*************************************************************************/
/*   Content & Layouts   */


.res-content{
}
@media only screen and (max-width: 970px) {
.res-content {
    margin-top: 85px;
}
}

.res-content-topspace{
	padding-top: 90px;
}



/*  Dropdown Custom  */

/*@media only screen and (min-width: 1100px) {*/
/*

	.res-nav-tab {
		position: relative;
		min-height: 60px;
	}
	.res-nav-tab-box {
		position: absolute;
		z-index: 2;
		width: 100%;
		display: block;
		box-shadow: 0 5px 10px -5px rgba(220, 220, 220, 0.6);
	}
	.res-nav-tab .nav-link {
		font-size: 85%;
		padding: 0.8rem 1.2rem;

	}
}
*/




/*************************************************************************/
/* Buttons   */


.btn{
	margin: 8px 0;
}

.btn-sm{
	font-size: 100%;
	padding: 10px 20px;
}
.btn-primary {
    color: #fff;
    background-color: #6f9345;
    border-color: #6f9345;
}
.btn-secondary{
	border: 1px solid #eee;
	background-color: #eee;
	color: #666;
}
.btn-outline{
	border: 1px solid #000;
	background-color: transparent;
	color: #000;
}




/*************************************************************************/
/* Footer  */


.res-footer {
    border-top: 0px solid #eee;
    background-color: #f7f5ee;
}
.res-footer hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 99vw;
    left: 0;
    position: absolute;
}
.res-footer hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 98vw;
    left: 0;
    right: 0;
    position: absolute;
}

/*
@media only screen and (min-width: 1690px) {
	.res-footer .container{ max-width: 1700px;
	}
}
*/

.res-widget-footer {
	font-size: 80%;
	line-height: 200%;
}

.res-footer h4 {
	font-size: 90%;
	margin-bottom: 20px;
}

.res-footer-copyright{
}

.footer-links .nav-link {
	display: block;
	padding: 0.1rem 0;
}

.res-widget-footer.footer-social-icon i {
    transition: all .3s ease-in-out;
    width: 60px;
    height: 60px;
    font-size: 26px;
    margin-bottom: 0px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    background: #fff;
    color: #6a8748;
}

@media only screen and (max-width: 1100px) {
.res-widget-footer.footer-social-icon i {
    transition: all .3s ease-in-out;
    width: 45px;
    height: 45px;
    font-size: 23px;
    line-height: 45px;
}
}

.res-widget-footer.footer-social-icon i:hover {
	opacity: 0.8;
	transform: scale(1.1);
}


.res-footer-copyright {
	font-size: 13px;
	opacity: .8;
}



.res-footer-copyright span {
	display: inline-block;
	padding-right: 20px;
}

.top-footer {
    font-size: 85%;
    line-height: 130%;
}





/*************************************************************************/
/*  jarallax  */

.jarallax {
	position: relative;
	z-index: 0;
}
.jarallax > .jarallax-img {
	position: absolute;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.res-content-parallax{
	background-color: #000;

}

.res-content-parallax .jarallax-img{
	opacity: 0.8;
}

@media only screen and (min-width: 1390px) {
	.res-content-parallax .txt-shorter {
		padding-right: 20%;
	}
}
@media only screen and (max-width: 970px) {
	.jarallax .w-50 {
		width: 80% !important;
	}
}

@media only screen and (max-width: 1100px) {
	.jarallax {
    max-height: 370px !important;
}

}








/*************************************************************************/
/*  Formulare    to CHECK */

.form-control {
	padding: 0.4rem 1rem;
	font-size: 90%;
	font-weight: 400;
	color: #000;
	background-color: #eee;
	border: 0px solid transparent;
}
input.form-control {
	height: calc(2.67em + 0.8rem + 2px);
}



/* Formular Title über inputfield */
.vfbp-form label { display: none;}
.vfbp-form .vfb-required-asterisk { display: none;}
.vfbp-form .vfb-fieldType-checkbox label, .vfb-fieldType-radio label, .vfb-fieldType-file-upload label, .vfb-fieldType-range-slider label {	display: block;}

/* Formular gleiche Abstände */
.vfbp-form .vfb-name-block input[class*='vfb-namepart-'] {
	margin-bottom: 15px;
}

.vfbp-form .btn-primary {
    color: #fff !important;
    border-color: #6f9345;
    background-color: #6f9345;
    padding: 13px 30px;
    border-radius: 0;
    font-size: 90%;
    text-transform: uppercase;
    font-weight: 600;
}
.vfbp-form .btn-primary:hover, .vfbp-form .btn-primary:focus, .vfbp-form .btn-primary.focus, .vfbp-form .btn-primary:active, .vfbp-form .btn-primary.active, .vfbp-form .open>.dropdown-toggle.btn-primary {
	color: #333 !important;
	border-color: #333;
	background-color: #fff;
}

.vfbp-form label {
	font-weight: 400;
	font-size: 100%;
}
.vfbp-form h6 {
	font-size: 90%;
}

form.vfbp-form {
	margin-left: -15px;
}
.vfbp-form input[type="radio"], .vfbp-form input[type="checkbox"] {
	margin: 8px 0 0;
}

.vfb-form-group h1,
.vfb-form-group h2,
.vfb-form-group h3,
.vfb-form-group h4,
.vfb-form-group h5,
.vfb-form-group h6,
.vfb-form-group p
{
	margin-left: 15px;
}

.vfbp-form a {
	color: #000000;
	text-decoration: underline;
}

.vfb-form-group h3 {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}

.vfbp-form .vfb-form-control:focus {
	border-color: #797979;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(144, 144, 144, 0.3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(144, 144, 144, 0.3);
}
.vfbp-form .vfb-form-control {
	height: 55px;
	padding: 10px 30px;
	font-size: 80%;
	color: #000;
	background-color: #fff;
	background-image: none;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.vfbp-form .datenschutz[type="radio"], .vfbp-form .datenschutz[type="checkbox"] {
	margin: 9px 0 0;
}




/*************************************************************************/
/*  Allgemeine Klassen   */

.scale {
	transition: all .2s ease-in-out;
}
.scale:hover {
	transition: all .4s ease-in-out;
	transform: scale(1.02);
}




/*************************************************************************/
/* WP Gutenberg BLOCK Algin   */

@media only screen and (max-width: 970px) {
	.container{
		max-width: 90%;
	}
}


@media only screen and (min-width: 1600px) {
	.alignwide {
		margin-left: -150px;
		margin-right: -150px;
	}
}
.alignfull {
	margin-left: calc( -100vw / 2 + 100% / 2 );
	margin-right: calc( -100vw / 2 + 100% / 2 );
	max-width: calc(100vw - 9px);
}
@media only screen and (max-width: 970px) {
	.alignfull {
		max-width: calc(100vw);
	}
}

/*
.alignfull .content-container {
    max-width: 1250px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
*/



/*************************************************************************/
/* WP Gutenberg  */


.wp-block-embed-youtube iframe{
	width: 100%;
	max-width: 900px;
	height: 520px;
}
@media only screen and (max-width: 970px) {
	.wp-block-embed-youtube iframe{	height: 200px;	}
}


/*************************************************************************/
/* WP Adminbar eingeloggt unten  */
#wpadminbar {
	position: fixed;
	z-index: 99;
	max-width: 80%;
	right: auto;
	left: 10%;
	top: auto;
	bottom: 4%;
	background-color: #333;
	height: auto;
	opacity: .8;
}
#wpadminbar .ab-submenu{
	margin-top: -120px;
	background-color: #333;
}
@media only screen and (max-width: 970px) {
	#wpadminbar { display: none; }
}



/*************************************************************************/
/*  Google Maps  */

#googleMapsBox {
	width: 100%;
	height: 640px;
}

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

.text-link, strong > a {
    border-bottom: 2px solid #6a8748;
    padding-bottom: 5px !important;
    color: #6a8748;
    font-weight: 600;
    text-transform: uppercase;
}


.res-bild-text .postBox,
.res-filter-produkte .postBox {
    background: #fff;
	margin-top: 90px;
}
.res-bild-text .postBox img,
.res-filter-produkte .postBox img {
    margin-top: -90px;
}

.wp-block-image img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 970px) {
	.storytell .wp-block-column:not(:first-child) {
    margin-left: 70px;
}
} 

.parallax-text-container {
position: absolute;
    right: 0;
    top: 50%;
    color: #fff;
    /* max-width: 700px; */
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
}
@media only screen and (max-width: 970px) {
.parallax-text-container {
    right: auto;
}
} 

.parallax-text-container .container {
    max-width: 700px;
    margin-right: 9%;
}
.parallax-text h2 {
    font-size: 255%;
}


.res-aktuell-boxes .postBox,
.res-blog-content .postBox
{
    background: #fff;
}





.res-filter-produkte ul,
.sidebar-cat ul
{
    padding-left: 5px;
    list-style-type: none;
    overflow: hidden;
}
.res-filter-list li,
.sidebar-cat li
{
    -webkit-padding-start: 0px;
    font-size: 100%;
    float: left;
    position: relative;
    margin-left: 30px;
    transition: all .3s ease-in-out;
}
@media only screen and (max-width: 1100px) {
	.res-filter-list li, .sidebar-cat li {
    font-size: 90%;
    margin-left: 20px;
}
}
@media only screen and (max-width: 970px) {
.res-filter-list li {
    margin-right: 25px;
    margin-left: 0;
}
    .res-filter-list li, .sidebar-cat li {
    font-size: 90%;
    margin-left: 0;
    margin-right: 20px;
}
} 
.res-filter-list li a,
.sidebar-cat li a
{
    padding-left: 35px;
}
@media only screen and (max-width: 1100px) {
.res-filter-list li a {
    padding-left: 25px;
    padding-right: 5px;
    font-size: 85%;
}
}
@media only screen and (max-width: 970px) {
	.res-filter-list li a,
	.sidebar-cat li a
	{
    padding-left: 25px;
    padding-bottom: 5px;
    padding-top: 5px;
    display: inline-block;
    font-size: 90%;
}
} 
.res-filter-list li:before,
.sidebar-cat li:before
{
    content: "";
    left: 0px;
    position: absolute;
    top: 50%;
    transition: all .3s ease-in-out;
    height: 20px;
    width: 20px;
    background: #eae9e6;
    border-radius: 5px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
@media only screen and (max-width: 970px) {
	.res-filter-list li:before {
    font-size: 80%;
    line-height: 270%;
}
} 
.res-filter-list li.current-cat:before, .res-filter-list li:hover:before, .res-filter-list li.active:before, .sidebar-cat li.current-cat:before
{
    background: #7d9d56;
    transition: all .3s ease-in-out;
}

 
.btn-text-link {
    text-transform: uppercase;
    color: #6a8748;
    font-weight: 600;
    border-bottom: 2px solid;
    padding: 0;
    padding-bottom: 3px;
	transition: all .5s ease-in-out;
}
.btn-text-link:hover {
    padding: 0 10px 3px 10px;
    transition: all .5s ease-in-out;
}

.nav-tabs {
    border-bottom: 1px solid #d2d0cb;
    padding-left: 25px;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent; 
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: #6f9345;
    padding: 0.8rem 4.3rem;
    font-weight: 600;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #6f9345;
    background-color: #f7f5ee;
    border-color: #d2d0cb #d2d0cb #f7f5ee;
    padding: 0.8rem 4.3rem;
}
@media only screen and (max-width: 970px) {
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #d2d0cb #d2d0cb #d2d0cb;
}
} 

.tab-content {
    padding-left: 30px;
}


.carousel-indicators li {
    background-color: #e2e2e2;
    width: 50px;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #6db75a;
}

@media only screen and (min-width: 1690px) {
.carousel-item .row {
    min-height: 500px;
}
} 



.res-carousel-slider .carousel-inner {
    max-width: 50px;
    margin: 0 auto;
}
.res-carousel-slider .carousel-inner {
    max-width: 750px;
    margin: 0 auto;
}

.carousel-control-next-icon:after {
    content: '\f054';
    font-size: 200%;
    color: #1d1d1b;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

.carousel-control-prev-icon:after {
    font-size: 200%;
    color: #1d1d1b;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f053";
}
@media only screen and (max-width: 970px) {
	.carousel-control-prev-icon:after, .carousel-control-next-icon:after {
    font-size: 250%;
}
    .res-carousel-slider .carousel-inner {
    max-width: 80%;
    margin: 0 auto;
    font-size: 80%;
    line-height: 180%;
}
} 

.carousel-caption.position-relative {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    text-align: center;
}

.carousel-caption.position-absolute {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.carousel-indicators {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none; 
    margin: 0 auto;
}

.carousel-caption {
    color: #000;
}

.carousel-control-prev, .carousel-control-next {
    width: 10%;
}


.carousel-control-prev-icon, .carousel-control-next-icon {
    background: none;
    background-image: none !important;
}

.carousel.slide {
	background: #fff;
}

.pb-0.p-4 {
	padding-bottom: 0!important;
}

.res-filter-produkte .postBox {
    margin-top: 30px;
}
.res-filter-post-item {
	display: flex;
}

.res-filter-produkte-container h3, .home .res-bild-text h3 {
    font-size: 145%;
}
.top-footer * {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
.top-footer { 
    margin-bottom: 28px !important;
    margin-top: 28px !important;
}

@media only screen and (max-width: 970px) {
	.top-footer .wp-block-image img {
    max-width: 50px; 
}
	.top-footer .wp-block-columns.are-vertically-aligned-center {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}
.top-footer .wp-block-columns .wp-block-column:nth-child(1) {
    max-width: 80px;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}
	.footer-logo{
    max-width: 190px;
}
    .jarallax {
/*
    max-height: none !important;
    min-height: 120px !important;
*/ 
}
    small, .small {
    font-size: 80%;
    font-weight: 400;
    line-height: 170%;
}
    .mobile-no-flex {
        display: block !important;
    }
    .text-right {
    text-align: left !important;
}
} 

@media only screen and (min-width: 1690px)  {
.single .res-singelpage .single-back-btn {
    margin-right: -9%;
}
}

.modal-content {
	background-color: #f7f5ee;
}

.modal-header {
	border-bottom: none; 
}

.modal-body {
	padding: 0 3rem 3rem 3rem; 
}

@media (min-width: 490px) { 
.modal-dialog {
    max-width: 600px;
}
}


/* --------  res CTA overlayer  ------------------------------------------ */
.cta-sticker {
    position: fixed;
    bottom: 2%;
    right: 1%;
    z-index: 4;
	transition: all .2s ease-in-out;
}
.cta-sticker:hover {
	transform: scale(0.95);
	transition: all .2s ease-in-out;
}

.cta-circleTxt {
    margin: 0 10%;
}
.cta-circleTxt i {
    font-size: 160%;
}
.cta-circle {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    background: #6f9345;
    color: #fff;
    transition: all .2s ease-in-out;
    box-shadow: 0 5px 10px -5px rgba(220, 220, 220, 0.6);
}
.cta-circleTxt p{
	font-size: 100%;
	line-height: 105%;
	margin-bottom: 10px;
}

.page-id-441 p .btn-primary  {
	margin: 0; 
}

.footer-logo img { 
	height: 65px;
}

.res-footer .top-footer img {
    height: 65px;
}

@media only screen and (max-width: 970px) {
	.cta-circle {
    width: 95px;
    height: 95px;
		font-size: 80%;
}
	.btn {
    padding: 0.4rem 1rem;
    font-size: 1.1rem;
}
	.res-footer .text-link {
    max-width: 150px;
}
	.container .storytell:nth-child(5n+1), .container .storytell:nth-child(5n+5)  {
    flex-direction: column-reverse !important;
}
} 
