@media all {

}	

/* ======================= */
/* RESET BTSTRP */
body { line-height: inherit; font-weight: inherit; }

a { color: inherit; text-decoration: none; transition: color .5s; }
a:hover { color: inherit; text-decoration: underline; }

sub { font-size: 66%; bottom: 0; }

figure { margin-bottom: 0; }

.rounded-lg { border-radius: .6rem !important; }

.text-highlight { color: #555555 !important; }
.text-light 	{ color: #999999 !important; }
.text-secondary { color: #666666 !important; }
.text-important { color: inherit !important; font-size: 1.3rem !important; font-weight: 400; line-height: 1.8; }

.bg-light {  background-color: #eee !important; }
.bg-green {  background-color: #A6C13E !important; }


.border-top { padding-top: .3rem; }
.border-bottom { padding-bottom: .3rem; }

img.border { border: 1px solid #ccc !important }

/* GRID */
.row { margin-right: -30px; margin-left: -30px; }
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-left: 30px; padding-right: 30px;
}

.container-fluid { max-width: 1100px; padding-left: 1rem; padding-right: 1rem; }
@media(min-width: 768px){
	.container-fluid { padding-left: 30px; padding-right: 30px; }
}
.container-fluid .container-fluid { padding-left: 0; padding-right: 0; }


/* === WEBSITE-LAYOUT GENERELL ========================================== */
html { background: #EAEAEA; }
body { overflow-y: scroll; background: linear-gradient(#FFF 0, #f5f5f5 500px); margin: 0; padding: 0 0 0 0;  }
@media(min-width: 768px){
	body { background: linear-gradient(#FFF 0, #EAEAEA 500px) fixed; padding-right: 2rem; }
}

#page { }

/* POSITIONIERUNGEN */
#canvas, #page, #header, #main  { position: relative; }
#nav, #footer, #content { position: static; }
@media(min-width: 768px){
	#header { position: sticky; top: 20px; }
}

/* Z-INDEXES */
#header 	{ z-index: initial; }
.logo 		{ z-index: 1; }	
#nav 		{ z-index: 1; }
#main 		{ z-index: 0; }
#footer 	{ z-index: 1; }
#content 	{ z-index: initial; }

#canvas { }
#page 	{ 
	margin-left: 0; 
	margin-right: auto; 
	background: transparent; 
	padding: 0 !important;
}

#content { padding: 1rem 1.5rem 3rem 1.5rem; margin-top: -3rem; }
.footer__content { padding: 2rem 1.5rem !important; }

@media(min-width: 768px){
	#content { background: #fff; padding: 1rem 3rem 3rem 3rem; margin-top: 0; }
	.footer__content { padding: 2rem 3rem !important; }
}
body.home #content { padding: 0 0 0 0; background: transparent; }


/* === HEADER === */
#header {  }

/* HEADER: LOGO */
.logo { position: relative; margin: 0; padding: 0; max-width: 120px; }

.logo__title { margin: 0; background: url('../img/creactiv_maren-panke_holzbildhauerei.svg') no-repeat top center; background-size: contain; }
.logo__title a { position: absolute; top: 0; left: 0; height: 100%; width: 100%; outline: 0; text-indent: 0; overflow: hidden; }
.logo__title:after { content: ''; display: block; width: 100%; height: 0; padding-bottom: 116.6666%; }


.logo a:hover { text-decoration: none !important; }
.logo a:focus { outline: none; }

@media(min-width: 768px){
	.logo { max-width: 100%; padding-right: 1.5rem; padding-bottom: 1rem; }
}

/* HEADER: MENU */
#nav {  }
#primarynav {  }
 
.menu { text-transform:none; }

.menu, .menu ul { list-style: none; margin: 0; padding: 0; line-height: 1; position: relative;  }
.menu__item { margin: 0; padding: 0; white-space: nowrap; }
.menu__item { position: relative; }
.menu__item a { text-decoration: none; display: block; position: relative;  }
.menu__item b { font-weight: inherit; }

.menu--primary { padding: 0; position: relative; color: #666; margin: 0; font-size: 15px; font-weight: 600 !important; text-transform:uppercase;  }

.menu--primary a {  outline: 0; transition: all .5s; }
.menu--primary a { padding: .5rem 20px; }

.menu--primary .l2 a { padding-left: 2rem; }
.menu--primary .l2 a:after { content:''; position: absolute; top: auto; height: 1px; right:0; left: 2rem; bottom: 0;  background: #A9A9A9; }
.menu--primary .l2 > :last-child a:after { display: none; }

.menu--primary.l1 > .menu__item { border-bottom: 1px solid #ccc; }


@media(max-width: 767px){
	#canvas { overflow: hidden; }
	
	/* PRIMARYNAV */
	.navbar-toggle { display: block !important;}
	
	#nav { 
		position: absolute; z-index: 4; top: 100%; bottom: auto; left: 0; width: auto; right: 0; margin: 0 0 0 0; padding: 1.5rem 0; background: #fafafa;
	}
	#nav { 
		-webkit-transition: -webkit-transform .3s;
		transition: transform .3s;
		
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
	}	
	.menu--is-active #nav { 
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	#nav::before {
		content: '';
		position: absolute;
		z-index: 999;
		top: 100%;
		left: 0;
		right: 0;
		height: 20px;
		background: linear-gradient(to bottom,rgba(0,0,0,0.2),rgba(0,0,0,0));
		pointer-events: none;
	}
	
	.menu--primary { padding: 0 20px; }
	.menu--primary a { margin: 0 -20px; }
	
	.menu--primary .l2 a { margin-right: 0; margin-left: -20px; }
	
	.menu--primary .l2 a:after { background: #ccc; }
	
}


@media(min-width: 768px){ 
	.menu--primary { margin-top: 2rem; padding: 0; border: 1px solid #A9A9A9; border-bottom: 0; background: #EAEAEA;}
	
	.menu--primary::before, 
	.menu--primary::after { content:''; position: absolute; top: -121px; height: 120px; right:-1px; left: -1px; bottom: auto;  background: linear-gradient(rgba(234,234,234,0) 0, rgba(234,234,234,1) 100%);

	border-width: 1px;
	border-style: solid;
	border-image: linear-gradient(to bottom, rgba(169, 169, 169, 0), rgba(169, 169, 169, 1)) 1 100%;
	border-top: 0;
	border-bottom: 0;
	}
	
	.menu--primary::after { transform: rotate(180deg); bottom: 0; top: 100%; }
	
	.menu--primary a:hover { text-decoration: none; color: inherit; background: #F0F3E4 }	
	
	.menu--primary.l1 > .menu__item { border-bottom: 1px solid #A9A9A9; }
	.menu--primary.l1 .mt-md-5 { border-top: 1px solid #A9A9A9; }

	.menu--primary li.act > a, 
	.menu--primary li.cur > a { color: #111; font-weight: 600 !important; background: #A6C13E; }
	
	.menu--primary .l2 { display: none; background: #DBE3BD; font-size: .9rem; text-transform: none; font-weight: 400 !important;  }
	.menu--primary .cur .l2 { display: block; }

	.menu--primary .l2 a { padding-left: 2rem;  }
	.menu--primary .l2 a:after { content:''; position: absolute; top: auto; height: 1px; right:0; left: 2rem; bottom: 0;  background: #A9A9A9; }
	.menu--primary .l2 > :last-child a:after { display: none; }
	
	.menu--primary .l2 a:hover { background-color: #E7EFC6; } 

	.menu--primary .l2 li.act > a, 
	.menu--primary .l2 li.cur > a { background: #C9E070 !important; }
	
	.menu--primary.l1 .mt-md-5 { border-top: 1px solid #A9A9A9; }
	
	
}


/* ==================================== */
.navbar-toggle {
	position: absolute;

	top: auto;
	bottom: 10px;
	right: 1rem;
	z-index: 999;
	padding: 15px 17px;
	height: 60px;
	width: 60px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background: transparent;
	border-radius: 2px;
	
	display: none;
	border: 1px solid #ccc;
}

.navbar-toggle:before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(255,255,255,.2); z-index: 0; }
.menu--is-active .navbar-toggle:before {  }

.navbar-toggle:focus { outline: 0; }

.navbar-toggle .icon-bar {
	display: block;
	width: auto;
	height: 3px;
	border-radius: 0;
	background:  #7b9e65;
	background:  #555555;
	transition: all .3s;
	position: relative;
	opacity: 1;
	transform: rotate(0) translateY(0);	
}

.navbar-toggle .icon-bar + .icon-bar { margin-top: 6px; }

.menu--is-active .navbar-toggle .icon-bar { opacity: 0;  }
.menu--is-active .navbar-toggle .sr-only + .icon-bar,
.menu--is-active .navbar-toggle .icon-bar:last-child 		{ opacity: 1; }
.menu--is-active .navbar-toggle .sr-only + .icon-bar 		{ transform: translateY(9px) rotate(45deg) }
.menu--is-active .navbar-toggle .icon-bar:last-child 		{ transform: translateY(-9px) rotate(-45deg)  }


/* === FOOTER === */
#footer {  }
#footer { background-color:#A6C13E !important; }

#footer { 
}


.footer__content, .footer__footer {  }
.footer__content { position: relative; font-weight: 500 !important }

.footer__content { line-height: 1.5; }
.footer__content h4 { margin-left: 0; margin-bottom: .25em; }
.footer__content a { color: inherit; }
.footer__content a:hover { text-decoration: underline; }

footer ul, footer p { margin: 0 !important; }
footer div { margin: 0 }
footer a:hover {   }

/* METANAV */
.menu--mn { font-weight: 500 !important; text-transform: uppercase; }
.menu--mn, .menu--mn li { line-height: inherit; }


/* TOPLINK*/
#toTopLink { 
	position: fixed; left: auto; right: -2em; top: auto; bottom: 4rem; z-index: 100;
	text-indent: 0; display: block; font-size: 1.5em; line-height: 1; text-transform: uppercase;

	transition: all .3s; 
	transform: scale(1);
	opacity: 1;
	
	background: #A6C13E;
	padding: 0 .2em;
	width: 1.4em;
	overflow: hidden;
	border-radius: 50%;
}

#toTopLink b { font-weight: 400; white-space: nowrap; float: right; }

#toTopLink b:after { content: '';
	display: inline-block; vertical-align: top;
	width: 1em; height: 1.5em; margin-left: 2em; margin-top: -.1em; 
	border: 0;
	background: transparent no-repeat center center;
	outline: 0; 
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='12px' xml:space='preserve'%3E%3Cpolyline style='fill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round' points='2,9 8,4 14,9'/%3E%3C/svg%3E");
	background-size: 100%;
	
}
html.miniheader #toTopLink { opacity: 1; right: .5em; }

@media(min-width: 1200px){
	html.miniheader #toTopLink { right: 2em; }
}

/* ============================================== */



/* BODYTEXT */
/* === TEXTSTILE ======================================= */
body { 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #333;
	font-family: 'myriad-pro', 'Arial Narrow', Verdana, Tahoma, Helvetica, sans-serif;
}

.font-weight-bold, 
strong,
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { 
	font-family: 'myriad-pro', 'Arial Narrow', Verdana, Tahoma, Helvetica, sans-serif;
}

.font-weight-bold,
strong, b { font-weight: 500 !important; }


/* FONTSIZES ALL TOGETHER */
html 		{ font-size: 16px; line-height: 1.4; font-weight: 300; }

@media(min-width: 992px){
	html 		{ font-size: 16px; }
}

.text-size--xxl { font-size: 2.00rem; }
.text-size--xl 	{ font-size: 1.50rem; }
.text-size--l 	{ font-size: 1.06rem; }
@media(min-width: 1px){
	.text-size--s 	{ font-size: 0.9rem; }
}
@media(min-width: 992px){
	.text-size--xs 	{ font-size: 0.72rem; }	
}

.text-size--rel { font-size: 1vw; }
.text-size--rel .text-size--xxl { font-size: 2.00em; }
.text-size--rel .text-size--xl 	{ font-size: 1.50em; }
.text-size--rel .text-size--l 	{ font-size: 1.30em; }
.text-size--rel .text-size--s 	{ font-size: 0.72em; }
.text-size--rel .text-size--xs 	{ font-size: 0.72rem; }

@media(min-width: 1680px){
	.text-size--rel { font-size: .9rem; }
}

@media(max-width: 767px){
	.text-size--rel { font-size: 2vw; }
}


/* HEADINGS */
.header { line-height: 1; font-weight: 400; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { text-transform: uppercase; margin-bottom: 0.7rem; font-weight: 600; }

.h1, h1 { color: inherit; font-size: 2.10rem;  }
.h2, h2 { font-size: 1.8rem; text-transform: uppercase; letter-spacing: 1px; color: #804806; }
.h3, h3 { font-size: 1rem; margin-top: 1.5em; }
.h4, h4 { font-size: 1em; line-height: 1; margin-bottom: .4rem; }
@media(min-width: 768px){
	.h4, h4 { margin-left: -1rem; }
}


.csc-text-text h2 { margin-top: 2rem; }
#content .csc-text-text a { text-decoration: underline; }

.ctype-header .header, 
.ctype-header .header * { margin-bottom: 0; }

.ctel.text-white .header * {  color: #fff; }

.wsh { font-weight: 300; }
.wsh * { margin-top:0; }
.wsh p { margin-bottom: .4em; }

.text-justify .header { text-align: center; }

/* === CTEL === */
.ctel { }
.ctel__layout {  }

[class^="icon-"]::before, [class*=" icon-"]::before { vertical-align: middle; font-size: 1.2em; }

.text-justify p { -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; }

.hyph-off { word-wrap: unset; -moz-hyphens: none; -webkit-hyphens: none; hyphens: none; text-align: left; } 

/* PARAGRAPHS */
p { margin-bottom: 1rem; }

/* AUFLISTUNGEN IN CONTENT-ELEMENTEN */
ul,ol { padding: 0; margin-bottom: 1.2rem; }
li { padding: 0; margin: 0; }


.table { color: inherit; margin-bottom: 1rem; }
.table td, .table th { padding: .2em 0 .2em 0; }
.table thead th, .table td, .table th { border: 0; background:transparent; }
.table td.label,
.table .table__label { padding-right: 2em; width: 1%; }
@media(min-width: 1px){ 
	.table td.label,
	.table .table__label { white-space: nowrap; }
}
.table caption { text-align: left; }


/* AUFLISTUNGEN IN CONTENT-ELEMENTEN */
ul,ol { padding: 0; margin-bottom: 1.2em; }
li { padding: 0; margin: 0; }

.csc-text-text ul li, 
.csc-text-text ol li { margin-left: 0; padding-left: 1.2em; margin-bottom: .3em; position: relative; }
.csc-text-text ul li { list-style: none; }
.csc-text-text ul li:before, 
.csc-text-text .indent:before {
	content:"•";
	font-family: Arial;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: -.03em;
	font-size: 1.6rem;
	line-height: 1;
	color: #A6C13E;
	opacity: 1;
}

.csc-text-text .indent:before { position: relative; vertical-align: baseline; display: inline-block; width: 1.2rem; line-height: .3; }
	
	
.csc-text-text ul.list-unstyled { margin-bottom: 0; }
.csc-text-text ul.list-unstyled li { padding-left: 0; position: static; }
.csc-text-text ul.list-unstyled li:before { content: none; }

.csc-text-text ul.list--1 { margin: 0 -3rem; font-weight: 600;  }
.csc-text-text ul.list--1 li { border-top: 3px solid #E5E4E2; padding: 1rem 3rem 1rem 4.8rem; margin-bottom: 0; }
.csc-text-text ul.list--1 li:before { margin-top: 1rem; margin-left: 3rem; }

.csc-text-text  ol {counter-reset: root; padding-left: 0;}
.csc-text-text  ol > li { display: block; margin-left: 0; position: relative; padding-left: 1.6em; }
.csc-text-text  ol > li:before { position: absolute; line-height: inherit; left:0; top: 0; content: counter(root) ". "; counter-increment: root; font-weight: 600;}

.csc-text-text ol.ol--big-numbers > li { padding-left: 2.4em; }
.csc-text-text ol.ol--big-numbers > li:before { color: #f9b82b; font-size: 2em; }


/* BTNs */
.btn--1 { display: inline-block; padding: .7em 1.5em; margin: 0.2em 0; line-height: 1; text-align: center; border-radius: 0; background: #90B9AE; text-decoration: none; transition: all .3s; border: 0 !important; letter-spacing: 1px; }
.btn--1 { word-wrap: break-word; -moz-hyphens: none; -webkit-hyphens: none; hyphens: none; } 
.btn--1, .btn--1:link, .btn--1:visited, .btn--1:active { color: #fff !important; font-weight: 500; font-size: .85em; }
.btn--1:hover { text-decoration: none; }

.ctel--links-dark .btn--1, 
.btn--1-dark { background: #718B8B; }
.ctype-gridelements_pi1.ctel--links-dark .btn--1 { margin: 5px; }

/* LINKS */
.link-internal::after, .link-internal-new-window::after, .link-external::after, .link-external-new-window::after, .download::after, .mail::after, .link-down::after, .link-download::after {
	background: transparent;
	width: 1em;
	margin-right: 0;
	margin-left: .4em;
	margin-top: 0;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none !important;
	color: inherit;
	font-size: .8em;
	font-family: 'fontello' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	transition: all .2s;
}


.link-internal { text-decoration: none !important; border-bottom: 1px dotted #aaa; }

.link-internal::after, 
.link-down::after { content: '\e81f'; top: -.07em; margin-left: 0.1em; }

.btn--1.link-internal::after, 
.link-down::after { font-size: 1.2em; position: relative; }

.btn--1.link-internal:hover::after { transform: translateX(.2em); }

.link-down::after { transform: rotate(90deg); }

.link-external {  }
.link-external::after { content: '\f08e'; }

.link-download::after { content: '\e820'; }

.mail::after { content: '\e826'; }



/* === COLL START === */
#collage_start { position: relative; background: url('/fileadmin/creactiv/media/Abbildungen/start/start_collage.jpg') no-repeat center center; background-size:cover; height: 0; width: 100%; padding-bottom: 80%; overflow: hidden; }
#collage_start .hover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; background: rgba(50,50,50,.7);  }
#collage_start .hover, 
#collage_start .notice { 
-webkit-transition: opacity 0.6s ease-out;
   -moz-transition: opacity 0.6s ease-out;
     -o-transition: opacity 0.6s ease-out;
        transition: opacity 0.6s ease-out;
}

#collage_start .hover:hover { opacity: 1;  }
#collage_start .notice { position: absolute; top: 0; left: 0; opacity: 1; }
#collage_start:hover .notice { opacity: 0.1; }
#collage_start:hover .notice:hover { opacity: 1; }

#collage_start .hover img { width: 100%; object-fit: cover; }


/*2017-08*/
#collage_start { background-image: url('/fileadmin/creactiv/media/Abbildungen/start/start_collage_2017-08.jpg'); }

/*2023-05*/
#collage_start { background-image: url('/fileadmin/creactiv/media/Abbildungen/start/start_collage_2023-05.jpg'); }



/* === OSM === */
#osm_1726 { width: 100% !important; height: 40vw !important; min-height: 360px !important;}


/* === SLICK SLIDES === */
.slick-slider { }


.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  float: none;
}


.slick-dots { position: absolute; top: 100%; right: 0; left: 0; bottom: auto; margin-top: 0; margin-bottom: 0; display:none; }
.slick-dots li button::before { content: none; }

.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: .75rem 1rem;
  width: auto;
  height: auto;
  cursor: pointer;
}
.slick-dots li button {
	    font-size: 0;
	    line-height: 0;
		
  width: 1em;
  height: 1em;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
  padding: 5px;
  
  vertical-align: middle;
  color: #fff;
  background-color: #ccc;
  transition: all 0.3s ease;
  opacity: 1;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: #A4C13F;
  opacity: 1;
}

.js-slick-slider > div {  }
.js-slick-slider > div + div { display:none; }
.js-slick-slider.slick-slider > div + div { display: block;}
.js-slick-slider > div, .slick-slide { position: relative; }
.js-slick-slider > div img { width: 100%; height: 100%; object-fit: contain; position: absolute; top: 0; left: 0; }

.slick-slide img { margin: 0 auto;  } 

.slick-slide-inner { display: block; width: 100%; padding-bottom: 133%; height: 0; }
@media(min-width: 768px){
	.slick-slide-inner { padding-bottom: 100%; }
}

/* REVEAL@SCROLL */
/* TRANSTION FADE */
.js-reveal-top { transition: all .7s; }
.js-reveal-top { transform: translateY(0); opacity: 1; }

.js-reveal-top.js-reveal--hidden { transition: none; }
.js-reveal-top.js-reveal--hidden { transform: translateY(10vh); opacity: 0; }

/* TRANSTION FADE OPACITY */
.js-reveal-fade { transition: all 1.5s; }
.js-reveal-fade { opacity: 1; }

.js-reveal-fade.js-reveal--hidden { transition: none; }
.js-reveal-fade.js-reveal--hidden { opacity: 0; }


/* === OBJEKTE === */

/* Übersicht */
.objekt { position: relative; }
.objekt dd { margin-bottom: 1px; }
/*.objekt dt { position: absolute; top: auto; right: 0; left: 0; bottom: 0; padding: .5rem; background: rgba(125,125,125,.8); color: #fff; font-weight: 400 !important; text-align: center; }*/
.objekt dt { position: relative;  padding: .7rem .5rem; font-weight: 400 !important; text-align: center; }
.objekt dt { background: rgba(125,125,125,.8); color: #fff;  }
.objekt dt { background: #fff; color: #666;  }

.objekt { box-shadow: 0 0 15px #fff; padding: 0; transition: all .3s; }
.objekt:hover { box-shadow: 0 0 15px #ccc;  }

/* Detail */
.detail .galDetLabel { padding-right: .5rem; }
.detail .h2, h2 { text-transform: none; }

/* === FANCYBOX ===*/
.fancybox-bg {  background: rgba(75,75,75,0.9); }
.fancybox-is-open .fancybox-bg { opacity: 1; }

.fancybox-slide--iframe {
    padding: 10px 10px 10px 10px;
}

.fancybox-iframe {
/*	position: relative !important;*/
}


.fancybox-slide--iframe .fancybox-content {
	margin: 0 auto !important;
	overflow: hidden;
	background: #ffffff;
}

@media(min-width: 992px){
	.fancybox-slide--iframe .fancybox-content { width: 992px !important; }
	.fancybox-slide--iframe .fancybox-content { padding: 44px 44px !important; }
	
}


body.kat309 { background: #fff; }