/*!
Theme Name: Corius
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   */


html {
	position: relative;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	line-height: 155%;
	color: #000;
	background-color: #fff;
}


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



a {
	transition: all .3s ease-in-out;
}
.res-content p a {
	font-weight: 400
}
/*
.singleContent p a {
    color: #b05911;
}
*/
a:hover {
	opacity: .8;
	 color: #b05911;
	transition: all .3s ease-in-out;
}

.res-header a {
    color: #000;
}


.brand-color {
    color: #b05911;
}


@media only screen and (min-width: 1300px) {
	.container {
    max-width: 1200px;
}
}

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

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


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

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	line-height: 120%;
}
h1 {
	font-size: 225%;
}
h2 {
	font-size: 225%;
}
h3 {
	font-size: 190%;
}
h4, .h4 {
	font-size: 125%;
}
h5, .h5 {
	font-size: 120%;
}
h6 {
	font-size: 110%;
}
@media only screen and (min-width: 1390px) {
	.headliner {
		font-size: 50px !important;
	}
}

@media only screen and (max-width: 1440px) {
	h1 {font-size: 190%;}
	h2 {font-size: 190%;}
	h3 {font-size: 160%;}
	h4, .h4 {font-size: 125%;}
	h5, .h5 {font-size: 115%;}
}

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

b, strong {
    font-weight: 400;
}

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

.res-header {
    max-width: 1500px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
/*	position: relative;*/
}
.res-header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #ffffff;
    border-radius: 0px 0px 25px 25px;
}
.home .res-header .container-fluid:before, .home .res-header .container-fluid:after {
	display: none;
}
@media only screen and (max-width: 1440px) {
	.home .res-header {
    width: 92%;
}
} 
@media only screen and (max-width: 1100px) {
	.home .res-header {
    width: 100%;
    position: relative;
    border-radius: 0;
}
}

.res-header .container-fluid {
    max-width: 95%;
}

.logo img {
	width: 100%;
	max-width: 260px;
}
@media only screen and (max-width: 1440px) {
	.logo img {
    width: 100%;
    max-width: 220px;
}
}


/*************************************************************************/
/*  res-nav Nav   */

.res-nav-section {
}

.res-nav .nav-link {
	font-size: 110%;
}

@media (min-width: 970px) {
	
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 1.4rem;
		padding-left: 1.4rem;
	}
}

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

/* active */
li.active a.nav-link, li.active .current-menu-item a.dropdown-item, .res-header .current-page-ancestor {
    color: #b05911;
    font-weight: 400;
}
.res-nav-tab li.active a.nav-link, .res-nav-tab li.active .current-menu-item a.dropdown-item {
    color: #000;
    font-weight: 400;
}

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

/*
.res-nav div .navbar div ul li:last-child a {
	padding-right: 0;
}
*/

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


.res-nav-topheader{
	margin: 30px 0;
	position: relative;
	font-size: 65%;
	line-height: 100%;
}
.res-nav-topheader .nav-link {
	padding: 0 .8rem;
}
.res-search-header-icon {
	padding: 0 .0rem;
}
@media only screen and (max-width: 1100px) {
.res-header .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
	font-size: 100%;
}
}
@media only screen and (max-width: 970px) {
	.res-header .navbar-expand-md .navbar-nav .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
	font-size: 120%;	
}
} 


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

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

/* dropdown li */
.res-nav-tab .dropdown-item {
    padding: 0.7rem 1.5rem 0.7rem 1.8rem;
    font-weight: 300;
    white-space: normal;
    line-height: 120%;
	font-size: 110%;
	border-bottom: 1px solid #f4f4f4;
}
.res-nav-tab {
/*
    z-index: -1 !important;
    position: relative !important;
*/
}
.res-header .dropdown-menu .dropdown-item {
    padding: 0.25rem 0.9rem;
}

/* dropdown pfeil */

.dropdown-toggle::after {
    border-top: 0.27em solid;
    border-right: 0.2em solid transparent;
    border-left: 0.26em solid transparent;
    margin-left: 0.76em;
    vertical-align: 0.2em;
    opacity: .3;
}

/* dropdown submenu Ebene 3 */

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu .dropdown-menu .dropdown-item {
    font-size: 90%;
    padding: 0.3rem;
    padding-left: 1.6rem !important;
}

.dropdown-submenu>a::after {
    border-top: 0.2em solid;
    border-right: 0.23em solid transparent;
    border-left: 0.2em solid transparent;
}


@media (min-width: 970px) {
	.navbar-expand-md .navbar-nav .dropdown-submenu .dropdown-menu{	position: relative;}
}

.dropdown-menu .dropdown-menu {
    border: 0px solid rgba(0, 0, 0, 0.15);
	padding-top: 0;
	margin-top: 0;
}


@media only screen and (max-width: 970px) {
.dropdown-submenu>a::after {
    display: inline-block;
    margin-left: 0.6em;
    vertical-align: 0.25em;
    content: "";
    opacity: 0.3;
}	
	
	.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: 8px;
    padding-left: 15px;
    font-size: 110%;
    font-weight: 300;
}
}
.dropdown-menu .dropdown-item:hover {
    transition: all 0.2s ease-in-out;
    transform: translateX(3px);
}
.res-nav-section .dropdown-item.active,
.res-nav-section .dropdown-item:active {
	color: #000;
	background-color: transparent;
}

/* Language Sprache Menu wpml   */
.res-nav-section .wpml-ls-menu-item .dropdown-menu {
    min-width: 4rem;
}
.res-nav-section .wpml-ls-item{
	opacity: .5;	
}
.res-nav-section .wpml-ls-current-language{
	opacity: 1.0;	
}
.res-nav-section .wpml-ls-menu-item .dropdown-menu .dropdown-item {
    padding: 0.2rem 1.5rem;
    font-size: 90%;
}
@media only screen and (max-width: 970px) {
	.res-nav-section .mobile-nav  {
		display: block;
	}
	.res-nav-section li.wpml-ls-menu-item{
		display: inline-block;
		padding-right: 10px;
	}
	.res-nav-section .wpml-ls-menu-item a{
		opacity: .6;
		margin: 8px 0 0 0;
		padding: 0;
		font-size: 90%;
	}
	.res-nav-section .wpml-ls-current-language a{
		opacity: 1.0;
	}

}

.res-nav-tab .dropdown-menu {
    width: 100%;
    background: #f7f7f7;
    border: 1px solid #f0f0f0;
}

.res-nav-tab .nav-fill .dropdown-menu .nav-item {
    text-align: left;
}

@media only screen and (max-width: 1290px) {
	.res-nav-tab-box {
		font-size: 90%;
	}
}

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


@media only screen and (max-width: 970px) {
	
	.res-header-mobile {
		position: sticky;
		top: 0;
		z-index: 999;
		width: 100%;
		background-color: transparent;
	}

	.res-nav .logo-mobile img {
		height: 70px;
		width: auto;
		max-width: 100%;
		padding-left: 20px;
	}
	
	/* mobile header höhe */
	.res-header .container, 
	.res-header .container-fluid {
		max-width: 100%;
		padding: 15px 20px 10px 20px;
	}
	
	/* dropdown overlayer */
.res-nav .navbar-collapse {
    padding: 20px 0 20px 20px;
    margin-top: 15px;
    background-color: #fff;
    padding-left: 8px;
}

	/* menu nav abstand */
	.res-nav .nav-link {
		font-size: 120%;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.res-nav .navbar-collapse .dropdown-menu {
		background:  transparent;
	}
	
	.nav-up-mobile{	top: -170px;}
	
	.res-header-mobile.transition-top {transition: top 0.2s ease-out;}
	
	.res-nav .navbar-brand { padding-top: 0; padding-bottom: 0;}
	
	.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: .3s ease-in-out;
		transition: .3s ease-in-out;
		cursor: pointer;
	}

	.mobile-x-close span {
		display: block;
		position: absolute;
		height: 1px;
		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: #b05911;   /* 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) {  /* fancy = */
		top: 20px;
		-webkit-transform-origin: left center;
		transform-origin: left center;
/*		display: none;  */
	}

	.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: #b05911;
		display: inline;
	}

}
@media only screen and (max-width: 768px) {
.res-nav .logo-mobile img {
    height: 60px;
}
} 


/*************************************************************************/
/* 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;  
	}
.res-header-showscroll .logo {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

	.res-header-showscroll {
		width: 100%;
		z-index: 100;
	} 

 	/* mobile fixednav bg color */ 
	.res-header-showscroll.transition-top {
		background: #fff;
		box-shadow: 3px 8px 10px rgba(100, 100, 100, 0.2);
	} 

	/* mobile fixednav shadder */ 
	/*
	.res-header-showscroll.transition-top:after {
		content: "";
		top: 0;
		z-index: -1;
		position: absolute;
		width: 100%;
		height: 120px;
		background: #666;
		background: -webkit-linear-gradient(#666, transparent);
		background: linear-gradient(#666, transparent);
	}
	*/
	


 	/* FixedNav Desktop */ 
	@media(min-width: 970px) {
		
		.res-header-showscroll.show {
			background: rgba(255,255,255, 1.0);
			box-shadow: 0 5px 10px -5px rgba(220, 220, 220, 0.8);
		}

		.res-header-showscroll.show .res-nav li a {
			font-size: 85%;
			padding: 0 1.2rem;
		}
		.res-header-showscroll.show .res-nav-topheader {
			margin: 25px 0 10px 0;
		}
		.res-header-showscroll.show .logo img {
			max-width: 200px;
		}
	}




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


.res-content{
}

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


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

/* Home Mobile res-nav Transparent */
@media only screen and (max-width: 970px) {
	.res-content{ margin-top: 100px;} 
	.home .res-content{ margin-top: 0px;} 
.home .res-header-mobile {
    box-shadow: none;
    position: sticky;
}
}





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


.btn {
    margin: 8px 0;
    padding: 0.8rem 2rem;
}

.btn-sm{
	font-size: 90%;
	padding: 10px 20px;
}
.btn-primary{
    color: #fff;
    background-color: #b05911;
    border: none;
    border-radius: 15px;	

}
.btn-secondary{
	border: 1px solid #eee;
	background-color: #eee;
	color: #666;
    border-radius: 15px;	
}
.btn-outline{
	border: 1px solid #000;
	background-color: transparent;
	color: #000;
}


.btn-text-link {
    padding: 0;
    margin: 10px 0;
    transition: all .5s ease-in-out;
}
.btn-text-link:hover {
    padding-left: 6px;
    transition: all .2s ease-in-out;
}
 

 .f100 {
	font-weight: 100;
}
.f200 {
	font-weight: 200;
}
.f300 {
	font-weight: 300;
}
.f400 {
	font-weight: 400;
}
.f500 {
	font-weight: 500;
}
.f600 {
	font-weight: 600;
}
.f700 {
	font-weight: 700;
}
.f800 {
	font-weight: 800;
}
.f900 {
	font-weight: 900;
}

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


.res-footer {
	background: #f7f7f7;
}

.res-widget-footer {
	font-size: 80%;
	line-height: 170%;
}
@media only screen and (max-width: 1440px) {
	.res-widget-footer {
    font-size: 90%;
}
}
@media only screen and (max-width: 1100px) {
	.res-widget-footer {
    font-size: 80%;
}
}
.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: 45px;
	height: 45px;
	font-size: 23px;
	margin-bottom: 10px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
	background: #000;
	color: #fff;
}
.res-widget-footer.footer-social-icon i:hover {
	opacity: 0.8;
	transform: scale(1.1);
}
 
.res-footer-blog p{
	line-height: 170%;
	margin-bottom: 8px;
	width: 75%;
}
.res-footer-blog i {
	padding-right: 8px;
	font-size: 85%;
}
.res-footer-blog span{
	font-weight: 400;
}



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

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

.copyright-logo {
    max-width: 120px;
	padding-left: 3px;
}


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

}
@media only screen and (max-width: 1440px) {
	.jarallax {
    height: 400px;
    max-height: 400px;
    min-height: auto !important;
}
}
@media only screen and (max-width: 1290px) {
		.jarallax { 
    height: 300px;
    max-height: 300px;
}
}
@media only screen and (max-width: 970px) {
.jarallax {
    height: 220px;
    max-height: 220px;
}
} 
@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;
	}
}




/*************************************************************************/
/*  Modal Boxen   */


.modal-header {
	border-bottom: 0;
}
.modal-header i{
	font-size: 120%;
	margin: 10px 15px;
}
.modal-header span:active{
	outline: 0;
}
.modal-header .close {
    text-shadow: none;
}
.modal-body {
    padding: 0 2.2rem 2.2rem 2.2rem;
}
.modal-backdrop.show {
    opacity: 0.7;
}

.modal-dialog.modal-xl {
    max-width: 570px;
}
.modal-dialog.modal-lg {
    max-width: 90%;
}
.modal-dialog {
    max-width: 570px;
}

#search-overlayer .modal-dialog{
}
#search-overlayer .modal-content {
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
	color: #fff;
	border: 0;
}
#search-overlayer .modal-content i{
	color: #fff;
	font-size: 175%;
}
#search-overlayer .modal-content p{
	margin-bottom: 5px;
}
#search-overlayer .modal-content .btn-primary {
    color: #fff;
    background-color: #666;
    border-color: #666;
	font-size: 100%;
	font-weight: 300;
	margin: 0;
	height: calc(2.67em + 0.5rem);
}
#search-overlayer .modal-content .btn-primary:hover {
	opacity: .8;
}
#search-overlayer .modal-content .search-field {
	display: block;
	width: 700px;
    max-width: 100%;
	margin-right: 10px;
}
#search-overlayer .modal-content h4 {
	font-size: 220%;
	font-weight: 300;
}
#search-overlayer .modal-content form {
	display:  flex;
}





/*************************************************************************/
/*  Single Page Category   */


@media only screen and (min-width: 1500px) {
	.res-blog-content .container {
    max-width: 1430px;
}
}

.blog-filters {
}
h1.category-title{
	font-size: 180%;
	margin: 0;
	padding: 0;
}

.blog-sidebar .sidebar-cat ul {
	margin-bottom: 0;
	margin-right: 2rem;
    list-style-type: none;
    overflow: hidden;
}

.blog-sidebar .sidebar-cat li {
    font-size: 90%;
    float: left;
    position: relative;
    margin-left: 2rem;
    padding-left: 25px;
}
.blog-sidebar .sidebar-cat li:hover{
	opacity: .8;
}
.blog-sidebar .sidebar-cat li:before {
    content: "";
    left: 0px;
    position: absolute;
    top: 50%;
    transition: all .3s ease-in-out;
    height: 15px;
    width: 15px;
    background: #e7e7e7;
    border: 0px solid #666;
    border-radius: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


/*
@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;
}
} 
*/


@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: #b05911;
    transition: all .3s ease-in-out;
}


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

#navOnTop {
	height: 45px;
	width: 45px;
	text-align: center;
	font-size: 130%;
    line-height: 161%;
	border: 0px solid #dedede;
	color: #000;
	border-radius: 45px;
	bottom: 2%;
	right: 1%;
	padding: 0;
	display: none;
	position: fixed;
	z-index: 999;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 490px) {
	#navOnTop {padding-top: 5px; border:0; right: 0%;}
}

#navOnTop:hover {
	opacity: 0.8;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

@media only screen and (max-width: 970px) {
	.blog-sidebar .sidebar-cat ul {
    padding-left: 0;
}
	.blog-sidebar .sidebar-cat li {
    margin-left: 0;
    margin-right: 25px;
    padding-left: 25px;
}
} 


.single-back-btn a {
    font-weight: 400;
    color: #b7b7b7;
    letter-spacing: 0.02em;
}

.socials i {
    background: #b05911;
    color: #fff;
    margin-right: 10px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 25px;
    text-align: center;
}

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


@media only screen and (min-width: 1600px) {
.alignwide {
    margin-left: -110px;
    margin-right: -110px;
}
}
.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);
	}
}



/*************************************************************************/
/* 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: 1%;
	background-color: #333;
	height: auto;
	opacity: .7;
}
#wpadminbar .ab-submenu{
	margin-top: -120px;
	background-color: #333;
}
@media only screen and (max-width: 970px) {
	#wpadminbar { display: none; }
}

#wpadminbar #wp-admin-bar-wp-logo,
#wpadminbar #wp-admin-bar-customize,
#wpadminbar #wp-admin-bar-comments
{
	display: none;
}



/*************************************************************************/
/*  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: #b05911 !important;
    border-color: #b05911;
    background-color: transparent;
    padding: 10px 20px;
    border-radius: 0;
    font-size: 110%;
    margin-top: 30px;
}
.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%;
	ine-height: 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: 0px;
    margin-bottom: 0;
}

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

.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 20px;
	font-size: 80%;
	color: #000;
	background-color: #eee;
	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;
}

.vfbp-form .vfb-help-block {
    display: block;
    margin-top: 15px;
    font-size: 14px;
}
.vfbp-form .vfb-checkbox {
	margin-top: 0;
}
.vfb-form-control.captcha {
	max-width: 120px;
}
.vfb-fieldType-captcha div div {
	font-size: 14px;
}
.vfb-fieldType-checkbox small {
	font-size: 12px;
	line-height: 150%;
	opacity: .7;
}

.vfbp-form .vfb-form-group {
    margin-bottom: 0;
}

.vfbp-form .vfb-col-6 .vfb-form-group, .vfbp-form .vfb-col-12 .vfb-form-group {
    margin-bottom: 15px;
}

@media only screen and (max-width: 970px) {
	#vfbField22 {
	margin-top: 15px;
}
.res-content-layout .res-content form .vfb-form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 45%;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  padding: 1rem;
  padding-right: 2rem;
}
} 

.vfbp-form .vfb-checkbox .form-einwilligung {
    margin-bottom: 5px;
    padding-bottom: 5px;
    display: block;
    margin-top: 0px;
}

/*************************************************************************/
/*  Custom CSS   */

.sub-link {
    font-weight: 400;
}

.einleitung {
	max-width: 900px;
}


.res-angebot-boxen img {
    border-radius: 0px 25px 25px 0px;
}
@media only screen and (max-width: 970px) {
	.res-angebot-boxen img {
    border-radius: 0px 0px 25px 25px;
}
} 
.res-angebot-boxen .postBox {
    background: #b05911;
    border-radius: 25px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}

.res-angebot-boxen .postImg {
    background-position: center;
    background-size: cover;
    border-radius: 0px 25px 25px 0px;
}

.res-angebot-boxen {
    border-radius: 100px 0px 0px 100px;
    border-left: 50px solid #fff;
    border-top: 50px solid #fff;
    border-bottom: 50px solid #fff;
} 
.alle-angebot-boxen {
	margin-left: -21px;
}
@media only screen and (max-width: 1384px) {
	.res-angebot-boxen {
    border-radius: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
}
.alle-angebot-boxen {
	margin-left: 0px;
}
} 
@media only screen and (max-width: 768px) {

}

.res-aktuelle-beitraege .postBox {
    box-shadow: 1px 1px 10px #e6e6e6;
    border-radius: 0px 0px 25px 25px;
}

.res-aktuelle-beitraege i {
    font-size: 130%;
}

.footer-standorte a {
    font-weight: 500;

}
.footer-standorte address p:nth-child(1) {
    margin-bottom: 0;
}
.footer-standorte address p:nth-child(2) {
    margin-top: auto;
}
.res-detail-angebote .postBox {
    background: #b05911;
    color: #fff;
    border-radius: 0px 0px 25px 25px;
}
.res-detail-angebote object a {
    color: #fff;
    margin-left: 25px;
    line-height: 140%;
    margin-bottom: 7px;
    font-size: 90%;
}
.res-detail-angebote object i {
    margin-left: -25px;
}
.res-weitere-themen .postBox {
    background: #f7f7f7;
    border-radius: 0px 0px 30px 0px;
}
.fs-130 {
    font-size: 130%;
}

.res-icon-auflistung i {
    width: 27px;
}




/*  Collapse  */ 

.res-collapse .card {
    border: 0;
}

.res-collapse .titel-klein h3 {
    font-size: 120%;
    text-transform: none;
}
@media only screen and (max-width: 970px) {
	.res-collapse .titel-klein h3 {
    font-size: 100%;
}
} 
.res-collapse .card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    cursor: pointer;
    padding: 1.75rem;
    padding-left: 0;
}
@media only screen and (max-width: 970px) {
	.res-collapse .card-header {
    padding: 1.2rem;
}
	.card-body {
    padding-left: 0px;
}
} 

.res-collapse h3 {
    font-size: 140%;
}
@media only screen and (max-width: 1280px) {
		.res-collapse h3 {
    font-size: 125%;
}
}
@media only screen and (max-width: 970px) {
.res-collapse h3 {
    font-size: 105%;
}
} 

.res-collapse .collapse-icon {
    color: #b05911;
    font-size: 200%;
}

a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-angle-down.rotate-icon {
    -webkit-transition: all 150ms ease-in 0s;
    -moz-transition: all 150ms ease-in 0s;
    -ms-transition: all 150ms ease-in 0s;
    transition: all 150ms ease-in 0s;
}
.fa-angle-down:before {
    content: "\f107";
}

.res-collapse .card-body {
    padding: 1.25rem 1.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 0;
}

/*  Collapse  */ 


/*  Team Modal  */ 

@media only screen and (min-width: 970px) {
	.res-team-modal .modal .postImg {
    width: 100%;
    max-width: 330px; 
    float: right;
    margin-left: 4%;
    padding-top: 0px;
}
} 

.modal-dialog {
    max-width: 1030px;
}
.modal .close {
    float: right;
    font-size: 2.8rem;
}

.row .modal {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
}
.modal-header {
    border-bottom: 0px solid #dee2e6;
}
.res-team-modal .modal-body {
    padding: 0rem 5rem 4rem 5rem;
}
@media only screen and (max-width: 970px) {
	.res-team-modal .modal-body {
    padding: 2rem;
    padding-top: 0px;
}
} 
.res-team-modal .close {
    padding-right: 25px;
}
.res-team-modal .postContent i {
    color: #d49c4c;
    font-size: 150%;
}

.res-team-modal .postBox {
    background: #f7f7f7;
    border-radius: 0px 0px 30px 0px;
}


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



/*hier*/ 
.gridStyle {
    background: transparent;
}
.gridStyle .postContent .keywords a{
    color: #ffffff;
    margin-right: 10px;
    font-size: 110%;
    font-weight: 500;
}
.gridStyle .postContent a{
    color: #ffffff;
}

.gridStyle .postContent .keywords {
    padding-top: 13px;
}


/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}


/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 33.333%;
}
@media only screen and (max-width: 1280px) {
	.grid-sizer, .grid-item {
    width: 50%;
}
}
@media only screen and (max-width: 970px) {
	.grid-sizer,
.grid-item {
  width: 100%;
}
} 

.grid-item {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
	transition: all .3s ease-in-out;
}

.gridStyle .postBox {
    transition: all .3s ease-in-out;
}
.grid-item:hover,
.gridStyle .postBox:hover {
    transform: scale(0.98);
    transition: all .3s ease-in-out;
}
@media only screen and (max-width: 970px) {
	.grid-item {
    padding-left: 0px;
    padding-right: 0px;
}
} 

.nach-oben a {
    color: #b05911;
    font-size: 70%;
    margin-right: -30px;
}
.res-header-showscroll.show .nach-oben.d-none {
	display: inline-block !important;
}
@media only screen and (max-width: 1100px) {
	.res-header-showscroll.show .nach-oben.d-none {
    display: inline-block !important;
    font-size: 70%;
} 
}




/*==================================================
 * Effect 6
 * ===============================================*/
.res-header>.container-fluid
{
    position:relative;
}
.res-header>.container-fluid {
    position: relative;
    background: #fff;
}
.res-header>.container-fluid:before, .res-header>.container-fluid:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:15px;
    left:30px;
    right:30px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.res-header>.container-fluid:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
.res-header-showscroll.show>.container-fluid>.row:before, .res-header-showscroll.show>.container-fluid>.row:after
{
	display: none;
}
.res-header-showscroll.show>.container-fluid:before, .res-header-showscroll.show>.container-fluid:after
{
	display: none;
}

.res-standorte img {
    border-radius: 0px 0px 80px 0px;
}


.res-standorte .postBox {
    border-bottom: 3px solid #eee;
}
.res-standorte .postBox:last-child {
    border-bottom: 0px solid #eee;
}
@media only screen and (max-width: 1100px) {
	.res-footer .text-right {
		text-align: left !important;
	}
	.res-header.res-header-showscroll.show>.container-fluid:before, .res-header.res-header-showscroll.show>.container-fluid:after {
display: none !important;
}

}

@media only screen and (max-width: 970px) {
	.res-icon-text img {
    max-width: 90px;
}
	.res-icon-text .align-items-center {
		    align-items: normal !important;
	}
} 

.aktionsBox {
    position: absolute;
    background: #fff;
    color: #000;
    max-width: 400px;
    right: -80px;
    bottom: -50px;
    border-radius: 30px;
}
@media only screen and (max-width: 1100px) {
	.aktionsBox {
    max-width: 340px;
    right: -160px;
    bottom: -23px;
    border-radius: 30px;
    border: 1px solid #b05911;
}
}
@media only screen and (max-width: 970px) {
.aktionsBox {
    position: relative;
    max-width: 100%;
    right: auto;
    left: auto;
    bottom: auto;
    border-radius: 20px;
    font-size: 90%;
    line-height: 140%;
    border: 0px solid #b05911;
    margin-top: 30px;
}
.aktionsBox i {
display: none;
}
} 

.aktionsBox p {
    margin: 0;
    font-weight: 300;
}
.aktionsBox i {
    font-size: 150%;
}





/*************************************************************************/
/*  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: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: #f7f7f7;
}

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

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

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

.autor img {
    max-width: 120px;
}

.vfbp-form .vfb-radio label, .vfbp-form .vfb-checkbox label {
    font-weight: 300;
}

.vfbp-form small, .vfbp-form .small {
    font-size: 13px;
    font-weight: 300;
}
.res-cta-sektion .btn {
    margin-right: 15px;
}
.res-cta-sektion .btn:last-child {
    margin-right: 0px;
}
@media only screen and (max-width: 970px) {
	.vfbp-form small, .vfbp-form .small {
    font-size: 75%;
    font-weight: 300;
    line-height: 130%;
    display: block;
}
	.vfbp-form .vfb-checkbox {
    margin-right: 12px !important;
}
} 

#vfbField43 .vfb-control-label {
	display: none;
}

.res-content p .editor-styles-wrapper .has-luminous-vivid-orange-color, .res-content p .has-luminous-vivid-orange-color {
    color: #b05911;
}

.res-slider-parallax .container-fluid {
    max-width: 1500px;
}

.res-slider-parallax .carousel {
	border-radius: 0px 0px 55px 55px;
    max-width: 94%;
    left: 0.25%;
    right: 0;
    margin: 0 auto;
}


.res-parallax-vertical-center {
	position: absolute;
	top: 60%; 
	left: 0;
	width: 100%;
	height: auto;
	z-index: 11;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
@media only screen and (max-width: 970px) {
	.res-parallax-vertical-center {
		top: 50%;
	}
} 

/* Homescreen Text Video-Header */

.res-slider-parallax .sloganBox {
    background: #b05911;
    color: #fff;
    padding: 35px 55px 44px 55px;
    max-width: 835px;
    border-radius: 25px;
}
.res-slider-parallax .sloganBox .btn-primary {
    color: #b05911;
    background-color: #fff;
    border-color: #fff;
    border-radius: 15px;
}
@media only screen and (max-width: 1100px) {
	.res-slider-parallax .sloganBox .btn-primary {
    border-radius: 15px;
    margin: 8px 0;
    padding: 0.5rem 1.5rem;
    font-size: 100%;
}
}
@media only screen and (max-width: 970px) {
	.res-slider-parallax .sloganBox .btn-primary {
    border-radius: 5px;
}
} 

.res-slider-parallax .sloganBox h1{
	font-size: 220%;
	line-height: 110%;
}

.res-slider-parallax .sloganBox h2{
	font-size: 105%;
	font-weight: 300;
	text-transform: none;
}

.res-slider-parallax .sloganBox .btn-xs{
    padding: 0.7rem 2rem;
    font-size: 90%;
}
@media only screen and (max-width: 1440px) {
	.res-slider-parallax .sloganBox {
    padding: 25px 35px 34px 35px;
    max-width: 715px;
}
	.res-slider-parallax .sloganBox h1 {
    font-size: 200%;
    line-height: 110%;
}
}
@media only screen and (max-width: 1100px) {
	.res-slider-parallax .sloganBox {
    padding: 20px 30px 30px 30px;
    max-width: 585px;
}
	.res-slider-parallax .sloganBox h1 {
    font-size: 150%;
    line-height: 110%;
		font-weight: 400;
}
}

	
@media only screen and (max-width: 768px) {	
.res-slider-parallax .sloganBox h1 {
    font-size: 120%;
    line-height: 110%;
}
	.res-slider-parallax .sloganBox h2{ font-size: 90%; line-height: 130%;}
	.res-slider-parallax .sloganBox { background: #b05911;
}

	}
@media only screen and (min-width: 970px) {
	
.carouselZoom{
    -webkit-animation-name: carouselZoom;
    -moz-animation-name: carouselZoom;
    animation-name: carouselZoom;
}

@-webkit-keyframes carouselZoom {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
/*************************************************************************/
/*   Timers */

 

.duration1 {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    animation-duration: 4s;
}
.carousel-animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 8s;
    -moz-animation-duration: 8s;
    -ms-animation-duration: 8s;
    -o-animation-duration: 8s;
    animation-duration: 8s;
}
.carousel-animated.hinge {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
.carousel-animated.infinite {
  -webkit-animation-iteration-count: carousel-infinite;
  animation-iteration-count: carousel-infinite;
}

} 
.rundungen{fill:#FFFFFF;}
#circle-left {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 90px;
    z-index: 2;
}
#circle-right {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 90px;
    z-index: 2;
}

@media only screen and (max-width: 1380px) {
	#circle-left, #circle-right {
    max-width: 40px;
}
} 
@media only screen and (max-width: 970px) {
		#circle-left, #circle-right {
    max-width: 30px;
}
} 


/* Mobile Slider 16:9*/

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

	.res-parallax-vertical-center {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    z-index: 11;
    transform: none;
    -webkit-transform: none;
		    padding-top: 30px;
} 
	.wp-block-spacer {
    max-height: 80px;
}
} 



.carousel-item.jarallax .jarallax-img {
top: -30px !important;
	}
@media screen and (max-width: 1550px) and (min-width: 970px) {
	.cta-circle {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    font-size: 80%;
    background: #b05911;
    color: #fff;
    transition: all .2s ease-in-out;
}
	.cta-sticker {
    position: fixed;
    bottom: 4%;
    right: 0.5%;
    z-index: 99988;
    transition: all .2s ease-in-out;
}
	.res-footer-copyright .text-right {
    padding-right: 9%;
}
}
@media only screen and (max-width: 970px) {
	.wp-block-image img {
    max-width: 100%;
    height: auto;
}
} 


.sloganBox  h1 small {
    font-size: 60%;
    font-weight: 300;
    display: block;
}

.res-team-modal .scale {
    cursor: pointer;
}

@media screen and (max-width: 1440px) and (min-width: 970px) {
	.res-nav-tab .dropdown-menu {
    transform: translate3d(0px, 44px, 0px) !important;
}
}
.wp-block-image img {


max-width: 100%;
height: auto;


}

.skip-link {
    position: absolute;
    left: -999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 1000;
    background: #004080;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
}

.skip-link:focus {
    left: 10px;
    top: 10px;
    width: auto;
    height: auto;
}

@media only screen and (max-width: 1290px) {
	.res-logo .logo.py-4 {
		padding-bottom: 1.2rem !important;
		padding-top: 1.2rem !important;
	}
}

.f300 {
font-weight: 300;
}