/* ############# custom.css zu genaehr_sitepackage v1.1 und Canvas 6.5.4 ############### */

.text-primary {
    color: #ff6932 !important;
}

/* ----- | Header | ----- */

.full-header #logo,
.full-header .primary-menu .menu-container {
	border-right: 0;
}

.sub-menu-trigger icon-chevron-right {
	color: #ff6932 !important;
}

/* ----- | Slider | ----- */


.slider-caption,
.slider-caption.slider-caption-center {
    max-width: 80%;
}

.slider-caption,
.slider-caption h2,
.slider-caption p, {
    text-shadow: 1px 1px 10px #666;
}

.dark .slider-caption:not(.not-dark), .dark .slider-caption:not(.not-dark) h2,
.dark .slider-caption:not(.not-dark), .dark .slider-caption:not(.not-dark) p {
    color: #F7F7F7;
	text-shadow: 1px 1px 30px rgb(0 0 0 / 90%);
}

/* ----- | Content | ----- */

.content-wrap {
    padding: 80px 0 0 0;
}

/* ----- | Footer | ----- */
#footer {
	border-top: 0;
    background-color: #FAFAFA;
}

#copyrights {
    background-color: #FAFAFA;
}

.widget_links li {
    font-size: 12px;
}

.widget > h4 {
    letter-spacing: 0;
}

/* ----- | Fonts | ----- */
body {
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
	margin: 0;
	line-height: 1.3;
}

h1, .h1 {
    font-weight: 600;
}

h1:after {
	display: block;
	content: '';
	background-image: url('../../assets/headline-line.svg');
	background-size: 140px 3px;
	height: 3px;
	width: 140px;
	margin: 20px 0 60px 0;
}

h1, .h1,
h2,.h2,
h3,.h3 {
    text-transform: uppercase;
}

h2,.h2 {
	font-size: 0.9rem;
	margin-bottom: 10px;
}

h2,.h2 {
	font-size: 1.3rem;
	margin-bottom: 10px;
}

h3,.h3 {
	font-size: 1.3rem;
	margin-bottom: 20px;
}

.headline-line {
    width: 140px;
	height: 3px;
	margin: 10px 0 60px 0;
}

b, strong {
    font-weight: bold;
}

.lead.lead_1-25 {
	font-size: 1.25rem;
}

.lead.lead_1-5 {
	font-size: 1.5rem;
}

.text-right {
	text-align:right !important;
}
.text-left {
    text-align: left !important;
}

/* ----- | More | ----- */
.more {
    text-transform: uppercase;
	font-size: smaller;
}

.more:after {
	font-family: "lined-icons";
    content: "\e912";
    margin-left: 10px;
}

body:not(.device-touch) .more {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.frame-type-mask_textundbilder .content {
    background-color: #FAFAFA;
}



/* ----- | Figure | ----- */
figure {
    margin: 0;
}

.figure-img {
    margin-bottom: 0;
}

.copyright {
    display: block;
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    white-space: nowrap;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    color: #fff;
    text-shadow: 0 0 10px #444444;
    z-index: 1;
}

.figure-caption + .copyright {
    bottom: 3rem;
}

.story-box-image .copyright {
    bottom: 2rem;
    left: 2rem;
}

.story-box.description-left .story-box-image .copyright {
  left:auto;
  right:2rem;
  text-align:right;
}

.row div:not([class*=“col-lg-“]) .story-box .story-box-image .copyright {
	bottom:8.5rem;	
}

.frame-type-mask_textundbilder > .story-box .story-box-image .copyright {
	bottom:8.5rem;
}

.card .copyright {
    position: absolute;
    bottom: 0.5rem;
}

.hero .copyright {
    bottom: -1rem;
    left: -1rem;
    text-align: right;
}

.barber.section .copyright {
    right: -4.5rem;
    left: auto;
    transform: rotate(-90deg);
    transform-origin: bottom;
    bottom: auto;
    top:4.5rem;
    position:absolute;
}

.card + .barber.section .copyright {
  top:auto;
  bottom:6rem;
}

/* ----- | Icon Lists | ----- */
.list-icon {
    list-style: none;
}
.list-icon li {
    margin-bottom: 10px;
    margin-left: 25px;
}
.list-icon li:first-child {
    margin-top: 0.6rem;
}
.list-icon li:before {
    margin-left: -25px;
    position: absolute;
    font-family: 'lined-icons';
    content: "\e930";
}

/* ----- | Iconboxes ----- */
.fbox-border .fbox-icon .linkersatz {
    border: 1px solid #fff;
    border-radius: 50%;
    padding:.25rem;
}

/* ----- | FBox ----- */
.fbox-content h3 {
    font-weight: normal;
}

/* ----- | Button | ----- */
.button {
    border: 1px solid;
    border-radius: 20px;
    background-color: transparent;
    font-weight: 500;
    text-shadow: none;
    text-transform: uppercase;
}
.button:hover { 
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

/* ----- | Carousel | ----- */
.owl-carousel .owl-item img {
	height: auto;
}

/* ----- | Card | ----- */

.card {
    background-color: #FAFAFA;
    border: 0;
}
.frame-type-mask_textundbilder > .gutter-50:first-child {
	margin-top:0;
}
.row > .card {
	padding-left:0;
	padding-right:0;
	margin-top:0;
}
.card .row > * {
    margin-top: 0;
}

.card.border-shadow {
	box-shadow: 0 10px 45px rgba(0,0,0,.1);
	border: none;
	border-radius: 0;
}

/* ----- | Barber-Section | ----- */
.barber.section + .card.border-shadow {
	box-shadow: 0 10px 45px rgba(0,0,0,.1);
	border: none;
	border-radius: 0;
}

.frame-type-mask_barbersection > .container .topmargin-lg {
	padding: 0 4rem;
}

/* ----- | Promobox | ----- */
.promo .row div:nth-child(2) a, .promo .row div:nth-child(2) picture {
    overflow: hidden;
}
.promo h3 {
    font-weight: normal;
}
.rounded-xl {
	border-radius: 0.4rem !important;
}

.rounded-xxl {
	border-radius: 0.5rem !important;
}

.rounded-xxxl {
	border-radius: 0.6rem !important;
}

/* ----- | Toggle | ----- */
.toggle-border {
	border-top: 0;
	border-right: 0;
	border-left: 0;
    border-bottom: 1px solid #EEE;
    border-radius: 0;
}

/* ----- | Story-Box | ----- */
.story-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.story-box .story-box-image {
	width: 70%;
	z-index: 2;
	overflow: hidden;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.story-box .story-box-image img {
	display: block;
	height: auto;
	width: 100%;
	opacity: 1;
	transition: opacity .3s ease;
}

.story-box:hover .story-box-image img {
	opacity: .9;
}

.story-box .story-box-info {
	box-sizing: border-box;
	width: 50%;
	height: auto;
	padding: 60px;
	margin: 35px 0 0 -20%;
	background: #fff;
	z-index: 4;
	box-shadow: 0 10px 45px rgba(0,0,0,.1);
	transition: all ease-in .3s;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.story-box.border-border .story-box-info {
	box-shadow: none !important;
	background-color: #FAFAFA;
	border: 0;
}

.story-box.description-left .story-box-info {
	-ms-flex-order: -1;
	order: -1;
	margin: 35px -20% 0 0;
}

/* ----- Story-Box Responsive ----- */
@media (max-width: 991px) {

	.story-box .story-box-image {
		height: auto;
		width: 100%;
		height: 400px;
		-ms-flex-order: -1;
		order: -1;
	}

	.story-box.description-left .story-box-info {
		-ms-flex-order: -1;
		order: -1;
		margin: 35px -20% 0 0;
	}

	.story-box.description-left .story-box-info { margin: -40px 5% 0; }

	.story-box .story-box-info {
		max-width: 90%;
		height: auto;
		-ms-flex-preferred-size: 90%;
		flex-basis: 90%;
		margin: -40px 5% 0;
	}
}


@media (max-width: 767px) {

	.story-box.description-left .story-box-info { margin: -100px 5% 0; }
	.story-box .story-box-info {
		padding: 35px;
		text-align: center;
		margin: -100px 5% 0;
	}
	.customers-count { border-right: none }
}

@media (max-width: 479px) {

	.story-box .story-box-info {
		width: 100%;
		padding: 15px;
		text-align: center;
		margin: -200px 5% 0;
	}
	.story-box.description-left .story-box-info { margin: -200px 5% 0; }

	ul.tab-nav:not(.tab-nav-lg) li a i {display: none;}
}

@media (min-width: 768px) {
  .text-stretch {
    position: relative;
    width: calc(100% + 300px);
    z-index: 1;
  }
}

/* ----- | Powermail | ----- */

.powermail_fieldwrap_datenschutz {
    display: contents;
}
.powermail_fieldwrap_datenschutz .col-sm-12 {
    padding-left: 30px;
}
.tx-powermail .container-fluid, .tx-powermail .col-sm-10, .tx-powermail .col-sm-2, .tx-powermail .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

/* ----- Responsive min. breakpoints ----- */

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {}

/* ----- Responsive max. breakpoints ----- */

@media (max-width: 575.98px) {}

@media (max-width: 767.98px) {}

@media (max-width: 991.98px) {
	.frame-type-mask_textundbilder .w-75 { width: 90% !important }
	#p47 #page-title, #p41 #page-title { background-position: 80% center !important; }
	#p27 #page-title, #p28 #page-title { background-position: 60% center !important; }
	#p25 #page-title, #p52 #page-title { background-position: 20% center !important; }
 }

@media (max-width: 1199.98px) {}