/* Weihnachtsspecial */
#fancybox-container-1 .fancybox-button--fullscreen,
#fancybox-container-1 .fancybox-caption-wrap {
	display:none !important;
}


#fancybox-container-1 .fancybox-image {
	border: 10px solid #fff;
	box-shadow: 0 0 10px #666;
}


 @import url("../css/css.css");
 

section, aside, header, nav, article, footer, time, figure {		
	display: block;	
	margin: 0px;	 
	padding: 0px;
} 

* {	
	outline: none;
} 

html {
	width: 100%; 
	height: 100%; 
	margin: 0;
	padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;	
	color: #878686;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}



a	{
	text-decoration: none;
	color: #6da8c5;
}



 h1 {
	color: #6da8c5;
	font-family: 'Century Gothic', Arial;
	font-size: 69px;
	margin: 0px;
	text-transform: uppercase;
	}


h2 {
	color: #6da8c5;
	font-family: 'Century Gothic', Arial;
	font-size: 46px;
	font-weight: 300;
	margin: 0px;
	text-transform: uppercase;
}




.unterseite  h1 {
	color: #6da8c5;
	font-family: 'Century Gothic', Arial;
	font-size: 45px;
	margin: 50px 0px;
	text-transform: uppercase;
	}


.unterseite  h2 {
	color: #6da8c5;
	font-family: 'Century Gothic', Arial;
	font-size: 35px;
	font-weight: 300;
	margin: 0px;
	text-transform: uppercase;
}

.unterseite .frame {
	margin: 0 0 100px 0;
}



h2 .hl_umbruch {
	font-weight: bold;
	font-size: 69px;
	display: block;
}
 
h2::after {
	display: block;
	width: 30%;
	height: 3px;
	border-top: 3px solid #6da8c5;
	content: "";
	margin: 20px 0;
}

h3 {
	color: #6da8c5;
	font-family: 'Century Gothic', Arial;
	font-size: 46px;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
}



#health h4 {
	color: #6da8c5;
	font-family: 'Century Gothic', Arial;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Schrift Multicontent */
.ui-widget {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

.ui-helper-reset {
	line-height: inherit;
	color: inherit;
}

p {	
	margin: 0 0 10px 0;
}

.text-left {	
	text-align: left;
}
 
.text-right {
	text-align: right;
}

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

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

.contenttable {
	border-spacing: 0;
	border-color: #878686;
	border-collapse: collapse;
}


.rahmen {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}

.box {
	width: 100%;
    min-height: 100%;
    position: relative;
    float: left;
    clear: both;
    display: block;
}

#header, #inhaltsbereich, #footer {	
	float:left;
	clear: both;
	width: 100%; 
} 

/* -- Header -- */
#header {
	background: rgba(255,255,255,1); 
	position: fixed;
	z-index: 10;
	top: 0;
	box-shadow: 0 0 10px #666;
}


/* -- Ticker -- */
.ticker {
	width: 100% !important;
	float: left;
	clear: both;
	margin: 5px 0 5px 0; 
	padding: 0;
	position: relative;
	color: #cccccc;
}

.tickertext {
	border: 0;
	padding: 3px 0;
	margin: 0;
	background: none !important;
	resize: none;
	font-family: inherit;	
	color: inherit; 
	width: 100% !important;
	height: auto !important;
	overflow: hidden;
	font-size: 0.9em !important;	
}

.tickerblocker {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.logo {
	margin: 10px 0 10px 0;
    cursor: pointer; 
}

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

.logo .ce-gallery {
	margin: 0 !important;
}

.logo .image-caption {
	display: none;
}

.navibereich {
	width: auto;
	margin: 0;
	position: relative;
}


#hauptnavi ul {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 18px;	
	font-family: 'Century Gothic', arial, sans-serif;
}

#hauptnavi ul li {
	float: left;
	display: block;	
	background: none;
	margin: 0px 0 0 5px;
	padding: 0;
}

#hauptnavi ul li:first-child {
	margin: 0px 0 0 0px;
}

#hauptnavi ul li a{
	display: block;
	background: none;
	margin: 0;
	padding: 60px 25px 60px 25px;
	color: #7c919d;
	text-decoration: none; 	
	transition: all 0.3s ease;
}

#hauptnavi ul li a:hover, #hauptnavi ul li.act a{
	color: #6ba7c2;
	font-weight: bold;
}

/* ----------------------------------------------------------------------------------------- */
/* -- Wenn gewuenscht, bitte folgenden Block bzw. folgende Bloecke einkommentieren --------- */
/* -- Navipunkt Linie unten 
#hauptnavi ul li a, #hauptnavi ul li.act a, #hauptnavi ul li a:hover{
	background: none;
	color: #000000;
}

#hauptnavi ul li {
	position: relative;
}

#hauptnavi ul li:hover::after, #hauptnavi ul li.act::after{
	position: absolute;
	content: "";
	display: block;
	width: 80%;
	height: 3px;
	background: #008B8B;
	top: 50%;
	margin-top: 24px;
	left: 10%;
	right: 10%;
}
-- */
/* ----------------------------------------------------------------------------------------- */

/* -- Navipunkt Linie oben  -- 
#hauptnavi ul li a, #hauptnavi ul li.act a, #hauptnavi ul li a:hover{
	background: none;
	color: #000000;
}

#hauptnavi ul li {
	position: relative;
}


#hauptnavi ul li:hover::before, #hauptnavi ul li.act::before{
	position: absolute;
	content: "";
	display: block;
	width: 80%;
	height: 3px;
	background: #008B8B;
	top: 50%;
	margin-top: -28px;
	left: 10%;
	right: 10%;
}
-- */

/* -- Navipunkt farbig --
#hauptnavi ul li a {
	background: none;
}

#hauptnavi ul li.act a, #hauptnavi ul li a:hover{
	background: none;
	color: #008B8B;
}
*/
/* --- Block 1 und 2 Ende ------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------- */	

/* -- Mobile Navi -- */
.mob_button span::after, .mob_button span::before {
    transform: translateZ(0px); 
}

.mob_button {
	width: 50px;
	height: 50px;
	display: none;
	background: #86c1df;
	cursor: pointer;
	white-space: nowrap;
	margin: 0px 2% -25px 0;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0; 
}

.mob_button span {
    background-color: #FFFFFF;
    height: 3px;
    right: 12px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    transition: background-color 0.3s ease 0.3s;
    width: 25px;
}

.mob_button span::after, .mob_button span::before {
    backface-visibility: hidden;
    background-color: #FFFFFF;
    content: "";
    height: 3px;
    position: absolute;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0.3s;
    width: 100%;
    display: block;
}

.mob_button span::before {
    transform: translateY(-8px);
}

.mob_button span::after {
	transform: translateY(8px);
}

.mobnavvisible.mob_button span {
	background-color: #86c1df;
}

.mobnavvisible.mob_button span::before {
	transform: translateY(0px) rotate(-45deg);
}

.mobnavvisible.mob_button span::after {
	transform: translateY(0px) rotate(45deg);
}

#mobnavi {
	width: 100% !important;
	float: left;
	clear: both;
	margin: 0; 
	padding: 0px 0;
	background: rgba(255,255,255,0.9);
    box-shadow: 0 5px 10px #666;
	font-size: 16px;
	text-transform: uppercase;
	display: none;
	position: fixed;
	z-index: 10;
}

#mobnavi ul {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
}

#mobnavi ul li{
	width: 100%;
	float: left;
	clear: both;
	margin: 2px 0 0 0;
	text-align: center;
}

#mobnavi ul li:first-child {
	margin: 0; 
}

#mobnavi ul li a {
	width: 96%;
	padding: 10px 2%;
	text-decoration: none;
	display: block;
	background: #86c1df;
	color: #fff;
}

#mobnavi ul li.act a, #mobnavi ul li:hover a {
	background: #7c919d;
	color: #FFFFFF;
}

/* -- Slide-In -- */
.slidein {
	position: fixed;
	left: -500px;
	top: 25%;
	z-index: 5;
	opacity: 0;
}



.slidein h3 {
	font-weight: 300;
	font-size: 30px;
	margin: 0 0 20px 0;
	color: #fff;
}
.slidein .frame {
	max-width: 500px;
	min-width: 350px;
	min-height: 150px;  
background: #85c1df; /* Old browsers */
	background: -moz-linear-gradient(left, #85c1df 0%, #6da9c5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #85c1df 0%,#6da9c5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #85c1df 0%,#6da9c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85c1df', endColorstr='#6da9c5',GradientType=1 ); /* IE6-9 */
	color: #fff;
	padding: 10px 2%;
	box-shadow: 0 0 10px #333333;  
}

.slidein .ce-gallery .image:first-child {
	position: absolute;
	top: -20px;
	right: 0;
	cursor: pointer; 
}

.slideinlayer {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10; 
	display: block;
	background: rgba(0,0,0,0.8);	
}

/* -- Inhaltsbereich -- */
.bereiche {
	width: 100%;
	float: left;
	clear: both;
}

.inhaltsheader {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	/*max-height: 400px;*/
	max-height: 600px;
	overflow: hidden;
}

.inhaltsheader  .ce-gallery {
	margin: 0;
}

.bereiche .inhaltsheader .frame img {
	width: 100%; 
	height: auto;
}

/* -- Startheader -- */
.bereiche:first-child .inhaltsheader {
	max-height: none;
	position: relative;
}

.bereiche:first-child .inhaltsheader::after {
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    border-left: 2800px solid transparent;
    border-bottom: 100px solid #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 8;
}


.bereiche:first-child .inhaltsheader .frame.frame-type-textmedia {
	position: absolute; 
	top: 0;
	left: 0;
	width: 100%;
}

.bereiche:first-child .inhaltsheader .frame.frame-type-textmedia:first-child {
	z-index: 4;
}

.bereiche:first-child .inhaltsheader .frame.frame-type-textmedia .ce-bodytext {
	position: absolute;
	left: 35%;
	top: 30%;
	text-align: center;
	color: #fff;
	width: 30%;
}


.bereiche:first-child .inhaltsheader .frame.frame-type-textmedia .ce-bodytext  h2{
	font-family: 'Century Gothic', arial;
	font-size: 55px;
	text-shadow: 0px 0px 4px rgba(150, 150, 150, 1);
	text-transform: uppercase;
	margin: 0 0 10px 0;
	color: #fff;
	font-weight: bold;
}

.bereiche:first-child .inhaltsheader .frame.frame-type-textmedia .ce-bodytext  h2::after {
	display: none;
}

.bereiche:first-child .inhaltsheader .frame.frame-type-textmedia .ce-bodytext  h3{
	font-family: 'Century Gothic', arial;
	font-size: 38px;
	font-weight: 300;
	text-shadow: 0px 0px 10px rgba(150, 150, 150, 1);
	text-transform: uppercase;
	margin: 0 0 10px 0;
	color: #FFFFFF;
}


.bereiche:first-child .inhaltsheader .frame.frame-type-textmedia .ce-bodytext  h3::after{
	display: block;
	width: 30%;
	height: 1px;
	border-top: 1px solid #fff;
	content: "";
	margin: 20px auto;
}


.bereiche:first-child .inhaltsheader .frame.frame-type-html  {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	min-height: 300px; 
}

.bereiche:first-child .inhaltsheader.owl-carousel .owl-dots {
	position: absolute;
	right: 1%;
	top: 15%;
	width: auto;
}

/* -- Header Trenner -- */
.inhaltsheader .frame-type-div {
	width: 100%;
	float: left;
	clear: both;
	height: 400px;
	overflow: hidden; 
}

.inhaltsheader .frame-type-div .ce-div {
	display: none; 
}

/* -- Header fixiert -- */
.inhaltsheader .ce-border img {  
	border: 0;
}

.inhaltsheader.ih_fixed {
	height: 400px;
	background-position: center bottom;
	background-attachment: fixed;
}

/* Inhalte Onepage */
.inhalt {
	width: 100%;
	float: left;
	clear: both;
}

.inhalt .frame {
	width: 100%;
	float: left;
	clear: both;
}

.inhalt > .frame {
	padding: 50px 0;
}

.inhalt > .frame.default {
	background: #FFFFFF;
}

#inhaltsbereich.unterseite {
	margin-top: 200px;
	background: #FFFFFF;
	padding: 30px 0;
}

#inhaltsbereich .inhalt img {
	max-width: 100%;
	height: auto;
}

/* -- Rahmen -- */
/* Rahmen 1 */
/*Eissauna*/


/*.bg1 {
	color: #000000;
}

.bg1 a {
	color: #000000;
}

.bg1 h1, .bg1 h2, .bg1 h3, .bg1 h4 {
	color: #000000;
}*/


/* Header */
#eissauna .inhaltsheader::after{
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    border-right: 2800px solid transparent;
    border-bottom: 100px solid #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 8;
}


.bg1, .bg1icons {
	background: #fff;
}

.inhalt > .frame.bg1icons {
	padding: 0px 0 50px 0;
}


.bg1 h1 {
	color: #6da8c5;
	font-family: 'Century Gothic', Arial;
	font-size: 69px;
	margin: 0px;
	text-transform: uppercase;
	}



/* 3Spaltiges Multicontent mit Icons nicht 100% breit 
.bg1icons .rahmen {
    width: 70%;
    max-width: 980px;
    margin: 0 auto;
}*/

.bg1icons .ce-gallery {
	width: 100%;
	float: left;
	clear: both;
	text-align: center;
	vertical-align: top;
}

.bg1icons .ce-row {
	display: inline-block;
	vertical-align: top;	
	margin: 0 5% 10px 5% !important;
}


.bg1icons h3 {
	color: #869aa5;
	font-family: 'Century Gothic', Arial;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
}

.bg1icons .ce-column {
	margin: 0 2%;
	transition: ease 0.4s all;
}

.bg1icons .ce-column:hover {
	opacity: 0.7;
}



.bg1icons .image-caption {
	text-transform: uppercase;
	text-align: center;
	color: #869aa5;
	font-family: 'Century Gothic', Arial;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 300;	
}




/* SPORT */
/* Rahmen 2 */
.bg2 {
	background: url("urn:scrapbook:download:error:https://web.archive.org/web/20240617095719im_/https://www.kryoaktiv.de/fileadmin/templatefiles/images/bg_sport_neu.jpg") top center fixed;
	color: #FFFFFF;
	padding: 100px 0 !important;
}

.bg2 a {
	color: #FFFFFF;
}

.bg2 h1, .bg2 h2, .bg2 h3, .bg2 h4 {
	color: #FFFFFF;	
}

.bg2 h2::after {
	border-top: 3px solid #fff;
}



/* Margin bei Rahmen in Multicontent wegnehmen */
.bg3 .tx_cn-multicontent .rahmen,
.bg2 .tx_cn-multicontent .rahmen {
	width: 100%;
}


.bg2 .tx_cn-columns .row .col-50 {
    margin: 40px 0 0 0;
	width: 45%;
	padding: 0 5% 0 0;
    float: left;
}




/* Kryoaktiv Versprechen */
#kontakt {
	position:relative;
	overflow:hidden
}
#kontakt::before {
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    border-left: 2800px solid transparent;
    border-top: 100px solid #fff;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 8;
}

.bg3 .col-33 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#85c1df+0,6da9c5+100 */
	background: rgba(255,255,255,0.1);
	display: inline-block;
	vertical-align: top;
	color: #fff;
	/* border: 1px solid #fff; */
	width: 27% !important;
	padding:1% !important;
	margin: 1%;
	border-radius: 10% !important;
	text-align:center;
}

.bg2 .tx_cn-columns[data-cols="3"] .row > div:nth-child(3n) > div,
.bg3 .tx_cn-columns[data-cols="3"] .row > div:nth-child(3n) > div {
    margin-left: 0%;
}


.bg3 .col-33 h2{
	font-size: 30px;
	margin: 40px 0 10px 0;
	text-align:center;
	position:relative;
}


.bg3 .col-33 h2::before{
	border:none;
	background:url("urn:scrapbook:download:error:https://web.archive.org/web/20240617095719im_/https://www.kryoaktiv.de/fileadmin/templatefiles/images/schneeflocke.png") no-repeat;
	background-size:100% 100%;
	width: 60px;
	height:60px;
	content:"";
	display:block;
	position:absolute;
	left:50%;
	margin-left:-30px;
	top:-75px;
}



.bg3 .col-33 h2::after{
	display:none
}



/***** Health *******/

/* Header */
#health .inhaltsheader::after{
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    border-left: 2800px solid transparent;
    border-bottom: 100px solid #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 8;
}




/***** KONTAKT *************/

/* Rahmen 3 */
.bg3 {
	padding: 100px 0 40px 0 !important;
	color: #FFFFFF;
}

.bg3 a {
	color: #FFFFFF;
	text-decoration: none;
	border: 2px solid #FFFFFF;
	padding: 10px 30px;
	display: inline-block;
	transition: all 0.4s ease;
}


.bg3 a:hover{
    color: #6da8c5;
    border: 2px solid #FFFFFF;
	background: #fff;
}


.bg3 h1, .bg3 h2, .bg3 h3, .bg3 h4 {
	color: #FFFFFF;	
	font-size: 46px;
	font-weight: bold;
}

.bg3 h2::after {
	border-top: 3px solid #fff;
}


/* Bei Bild Abstand nach rechts */
.bg3 .tx_cn-columns .col-60 img{
	margin-right: 30px;
}



/* Oeffnungszeiten icon */

.bg3 .tx_cn-columns .col-40:last-child .ce-bodytext strong {
	position: relative;
	margin-left: 60px;
	height: 50px;
	display: block;
}


.bg3 .tx_cn-columns .col-40:last-child .ce-bodytext strong::before {
	content: '';
	display: block;
	width: 50px;
	height: 80px;
	background: url("urn:scrapbook:download:error:https://web.archive.org/web/20240617095719im_/https://www.kryoaktiv.de/fileadmin/templatefiles/images/oeffnungszeiten.png") no-repeat left top;
	bottom: -30px;
	left: -60px;
	position: absolute;
}



/***** BEAUTY *************/
/* Rahmen 4 */
.bg4 {
	background: url("urn:scrapbook:download:error:https://web.archive.org/web/20240617095719im_/https://www.kryoaktiv.de/fileadmin/templatefiles/images/bg_beauty.jpg") no-repeat;
	color: #FFFFFF;
	padding: 100px 0 !important;
}

.bg4 a {
	color: #FFFFFF;
}

.bg4 h1 {
    font-size: 46px;
	font-weight: 300;
	margin: 0 0 50px 0;
}
.bg4 h1, .bg4 h2, .bg4 h3, .bg4 h4 {
	color: #FFFFFF;	
}

.bg4 h1 .hl_umbruch, .bg4 h2 .hl_umbruch {
    font-weight: bold;
    font-size: 69px;
    display: block;
}

.bg4 h1::after, .bg4 h2::after {
	border-top: 3px solid #fff;
	display: block;
	width: 30%;
	height: 3px;
 	content: "";
	margin: 20px 0;	
}

.bg4 .tx_cn-columns[data-cols="3"] .row > div:nth-child(2n+0) > div {
	margin: 0;
	margin-left: 5% !important;
}

.bg4 .tx_cn-columns[data-cols="3"] .row > div > div {
    width: 80%;
    margin: 0;
}

.bg4 .tx_cn-columns .ce-gallery {
	margin-bottom: 20px;
}

.bg4 .tx_cn-columns .ce-textpic {
	margin-bottom: 20px;
}

.tx_cn-columns[data-cols="3"] .row > div:nth-child(3n+0) > div {
	margin-left: 10%;
}


/* Bild abrunden */
#kontakt img,
.bg4 .tx_cn-columns img {
	border-radius: 50%;
}



.bg6 .tx_cn-multicontent .rahmen,
.bg4 .tx_cn-multicontent .rahmen {
	width: 100%;
}


.slidein a,
.bg4 a{
    color: #FFFFFF;
    text-decoration: none;
    border: 2px solid #FFFFFF;
    padding: 10px 30px;
    display: inline-block;
	transition: all 0.4s ease;
}


.slidein a:hover,
.bg4 a:hover{
    color: #6da8c5;
    border: 2px solid #FFFFFF;
	background: #fff;
}






.kalender{
    color: #FFFFFF;
    text-decoration: none;
    border: 2px solid #FFFFFF;
    padding: 10px 30px;
    display: inline-block;
	transition: all 0.4s ease;
background: #85c1df;
background: -moz-linear-gradient(top, #85c1df 0%, #6da8c4 100%);
background: -webkit-linear-gradient(top, #85c1df 0%,#6da8c4 100%);
background: linear-gradient(to bottom, #85c1df 0%,#6da8c4 100%);
}


.kalender:hover{
    color: #6da8c5;
    border: 2px solid #FFFFFF;
	background: #fff;
}
/*** PREISE ****/

#preise .inhalt {
	background: url("urn:scrapbook:download:error:https://web.archive.org/web/20240617095719im_/https://www.kryoaktiv.de/fileadmin/templatefiles/images/bg_preise.png") no-repeat right bottom #fff;
	
}
/* Rahmen 5 */


.bg6 .ce-bodytext a,
.bg5 a {
	color: #6da8c5;
	padding: 10px 20px;
	border: 2px solid #6da8c5;
	text-decoration: none;
	transition: ease 0.4s all;
	display: inline-block;
}


.bg6 .ce-bodytext a:hover,
.bg5 a:hover {
	background: #6da8c5;
	color: #fff;
}



.bg5 h2 {
	color: #6da8c5;
	font-family: 'Century Gothic', Arial;
	font-weight: bold;
	font-size: 69px;
	display: block;
	margin: 0px;
	text-transform: uppercase;
}

.bg5 h3 {
	font-size: 40px;
	margin: 0px 0 20px 0;
}



.bg5 h4 {
	font-size: 26px;
	margin: 20px 0 0 0;
	font-weight: 400;
}



.bg5abos > .frame{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#85c1df+0,6da9c5+100 */
	background: #85c1df; /* Old browsers */
	background: -moz-linear-gradient(left, #85c1df 0%, #6da9c5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #85c1df 0%,#6da9c5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #85c1df 0%,#6da9c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85c1df', endColorstr='#6da9c5',GradientType=1 ); /* IE6-9 */
	display: inline-block;
	width: 23%;
	float: none;
	clear: none;
	vertical-align: top;
	margin: 0 2% 20px 0;
	padding: 10px 0;
	color: #fff;

}


.bg5abos h3 {
	color: #fff;
	margin: 20px 0;
	font-weight: 300;
}


.bg5abos h3::after {
	content: "";
	display: block;
    width: 90%;
    height: 2px;
    border-top: 2px solid #FFFFFF;
    margin: 10px 5%;
}
.bgabos5 > .frame .ce-textpic {
	width: 96%;
	padding: 20px 2%;
}

.inhalt .colpos0  .colpos66.bg1, .inhalt .colpos0  .colpos66.bg2, .inhalt .colpos0  .colpos66.bg3, .inhalt .colpos0  .colpos66.bg4 {
	width: 96%;
	padding: 10px 2%;
}




/***** Health *************/


.bg6 {
	background: url("urn:scrapbook:download:error:https://web.archive.org/web/20240617095719im_/https://www.kryoaktiv.de/fileadmin/templatefiles/images/bg_health.png") no-repeat bottom right #fff;
}




/*Text bei Krankenkassen light */


.bg6 .col-60 {
	font-weight: 300;
}

/* -- Inhaltsslider -- */
.inhaltsslider {
	background: #FFFFFF;
}

.inhaltsslider .rahmen {  
	opacity: 0;
}

.inhaltsslider .owl-carousel {
	position: relative;
}

.inhaltsslider .owl-stage-outer {
	width: 92%;
	margin: 0 4%;
}

/* -- Bildslider -- */
.bildslider {
	background: #FFFFFF;
}

.bildslider .owl-carousel {
	position: relative;
}

.bildslider .ce-gallery {
	width: 92%;
	padding: 0 4%;
	opacity: 0;
}

.bildslider .ce-gallery figure {
	display: block !important;  
}

/* -- Hier werden die responsive Steps eingegeben -- */
.bildslider .ce-bodytext {
	display: none;
}

#inhaltsbereich .owl-nav .owl-next, #inhaltsbereich .owl-nav .owl-prev {
    position: absolute;
    background: url("urn:scrapbook:download:error:https://web.archive.org/web/20240617095719im_/https://www.kryoaktiv.de/fileadmin/templatefiles/images/owl-left.png") left top no-repeat;
    left: 0;
    right: auto;
    bottom: 50%;
    margin-bottom: -25px;
    width: 25px;
    height: 50px;
    display: block;
    text-indent: 999px;
    overflow: hidden;
}

#inhaltsbereich .owl-nav .owl-next {
    background: url("urn:scrapbook:download:error:https://web.archive.org/web/20240617095719im_/https://www.kryoaktiv.de/fileadmin/templatefiles/images/owl-right.png") left top no-repeat;
	left: auto;
	right: 0;
}

.owl-carousel .owl-item img {
	width: 100%;
	height: auto; 
}

.owl-carousel .owl-dots {
	text-align: center;
	width: 100%;
	float: left;
	clear: both;
	margin: 15px 0;
}

.owl-carousel .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #7c919d;
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;	
}

.owl-carousel .owl-dot.active {
	background: #6ba7c2;
}

/* -- Pfeile werden trotzdem angezeigt, auch wenn es zu wenig Bilder gibt, sie sind nur heller -- */
.owl-carousel .owl-nav.disabled {
	 display: block;
 }
 
.inhaltsheader.owl-carousel .owl-nav.disabled {
	display: none;
}
 
#inhaltsbereich .owl-nav.disabled .owl-next, #inhaltsbereich .owl-nav.disabled .owl-prev {
	background: url("urn:scrapbook:download:error:https://web.archive.org/web/20240617095719im_/https://www.kryoaktiv.de/fileadmin/templatefiles/images/owl-left-hell.png") left top no-repeat;
}

#inhaltsbereich .owl-nav.disabled .owl-next {
	background: url("urn:scrapbook:download:error:https://web.archive.org/web/20240617095719im_/https://www.kryoaktiv.de/fileadmin/templatefiles/images/owl-right-hell.png") left top no-repeat;
}	

/* -- Filtergalerie -- */
.filtergalerie {
	background: #FFFFFF;
}

.filtergalerie .ce-bodytext {
	width: 100%;
	float: left;
	clear: both;
	margin: 20px 0;
	padding: 0;
	text-align: center;
}

.filtergalerie .ce-bodytext ul {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
}

.filtergalerie .ce-bodytext ul li {
	width: auto;
    display: inline-block;
    background: #666666;
    color: #FFFFFF;
    margin: 0 5px 5px 5px;
    padding: 10px 15px;
    cursor: pointer;
	transition: all 0.8s ease;	
	vertical-align: top;
}

.filtergalerie .ce-bodytext ul li:hover {
	background: #333333;
}

.filtergalerie .ce-bodytext ul li.filterall {
	display: none;
	background-image: url("urn:scrapbook:download:error:https://web.archive.org/web/20240617095719im_/https://www.kryoaktiv.de/fileadmin/templatefiles/images/filterclose.png");
	background-position:  center center;
	background-repeat: no-repeat;
	background-size: auto 50%;
	text-indent: -999px;
	width: 35px;
	overflow: hidden;
}

.filtergalerie .ce-gallery {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
}

.filtergalerie .ce-row {
	display: inline-block;
	float: none;
	clear: none;
	position: relative;
	margin: 0 0.5% 10px 0.5%;
}

.filtergalerie .image-caption {
	position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: #292929;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 20px;
    transition: 0.7s;
}

.filtergalerie .image-caption a {
	color: #FFFFFF;
}

.filtergalerie .ce-row:hover .image-caption {
	top: 0;
	bottom: 0;	
}

.filtergalerie .ce-row .image img { 
	transition: all .5s ease-in-out; 
}

.filtergalerie .ce-row:hover .image img {
	transform: scale(1.1); 
}

/* -- Hoverbox -- */
.hoverbox {
	text-align: center;
	background: #FFFFFF;
}

.hoverbox .frame {
	display: inline-block;
	width: auto;
	float: none;
	margin: 0 1% 10px 1%;
	position: relative;
	overflow: hidden;	
}

.hoverbox .frame .ce-bodytext { 
	position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: #292929;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 20px;
    transition: 0.7s;	
	z-index: 2;
}

.hoverbox .frame .ce-bodytext a {
	color: #FFFFFF;
	text-decoration: underline;
} 

.hoverbox .frame .ce-gallery {
	margin: 0;
}

.hoverbox .ce-textpic:hover  .ce-bodytext {
	top: 0px;
	bottom: 0;
}

.hoverbox .ce-textpic .image img {
	transition: all .5s ease-in-out; 
}

.hoverbox .ce-textpic:hover  .image img {
	transform: scale(1.1); 
}

.video-embed {
	position: relative;
}

.owl-carousel .video-embed {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	float: left;
	clear: both;
}

.owl-carousel .video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 0;
	display: block;
}

.videoiframelink {
	position: absolute; 
	top: 0;
	left: 0; 
	bottom: 0; 
	right: 0; 
	display: block;
}

/* -- Buttons -- */
.buttons {
    position: fixed;
    right: 5px;
    top: 55%;
    background: #FFFFFF;
    display: block;
    padding: 5px 5px;
	width: 25px;
	overflow: hidden;
    z-index: 50;
	opacity: 0;
}

.buttons div {
	display: block;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	margin: 4px 0 4px 0;
	padding: 0;
	float: left;
	clear: both;
	background-color: #999999;
	color: #999999;
}

.buttons div:hover {
	background-color: #333333;	
	color: #333333;	 
}

.buttons div.button_rauf {
    background-image: url("urn:scrapbook:download:error:https://web.archive.org/web/20240617095719im_/https://www.kryoaktiv.de/fileadmin/templatefiles/images/arrow-top.png");
}

.buttons div.button_runter {
    background-image: url("urn:scrapbook:download:error:https://web.archive.org/web/20240617095719im_/https://www.kryoaktiv.de/fileadmin/templatefiles/images/arrow-bottom.png");
}

.button_sprache {
	border-bottom: 1px dotted #AAA;
	padding: 0 0 5px 0 !important;
	background: none !important;
	height: auto !important; 
}

.buttons div.ibutt {
	background-image: url("urn:scrapbook:download:error:https://web.archive.org/web/20240617095719im_/https://www.kryoaktiv.de/fileadmin/templatefiles/images/infotool.png");
	display: none;

}

.buttons div.ibutt::before {
	content: "";
	display: none;
	width: 100%;
	height: 3px;
	border-top: 1px dotted #AAA;	
}


.slideinschliessen {
	width: 24px;
	height: 24px;
	background: #999999;
	background-image: url("urn:scrapbook:download:error:https://web.archive.org/web/20240617095719im_/https://www.kryoaktiv.de/fileadmin/templatefiles/images/schliessen.png");
	cursor: pointer;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.slideinschliessen:hover {
	background-color: #333333; 
}

/* -- Footer -- */
#footer {
	margin: 200px 0 0 0;
    padding: 0;
    color: #FFFFFF;
	background: #85c1df; 
	background: -moz-linear-gradient(top, #85c1df 0%, #6da8c4 100%); 
	background: -webkit-linear-gradient(top, #85c1df 0%,#6da8c4 100%); 
	background: linear-gradient(to bottom, #85c1df 0%,#6da8c4 100%); 
	position:relative;
}

.box #footer {
	position: absolute;
	bottom: 0px;
    left: 0px;	
}


#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer .frame-type-menu_sitemap_pages ul {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	text-align: right;
	list-style: none;
}

#footer .frame-type-menu_sitemap_pages ul li {
	margin: 0 0 5px 0; 
}


.kooperationspartner {
	position: absolute; 
	right: 20px; 
	top: -30px; 
	z-index:9;
	width:250px;
	transform: rotate(15deg);
	}

.kooperationspartner .ce-row {
	padding: 10px 5px 10px ;
}

.kooperationspartner img{
	width:80%;
	height:auto;
      border:2px solid #fff;
      box-shadow: 0 -3px 6px #333333
}

/* -- GoogleMaps Karte -- */
#karte {
    width: 100%;
    display: block;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
}

#mapstoggle {
    width: 100%;
    float: left;
    clear: both;
    padding: 7px 0;
    background: #85c1df;
    text-align: center;
    font-size: 16px;
	position: relative;
	box-shadow: 0 -3px 6px #333333;
}

.mapsschalter {
    background: url("urn:scrapbook:download:error:https://web.archive.org/web/20240617095719im_/https://www.kryoaktiv.de/fileadmin/templatefiles/images/mapstoggle.png") center top no-repeat;
	width: 52px;
	height: 69px;
	display: block;
    position: absolute;
    top: -66px;
    left: 50%;
    margin-left: -26px;
	cursor: pointer;
}

.anfahrt {
    height: 0px;
    overflow: hidden;
    float: left;
    clear: both;
    display: block;
    width: 100%;
}

/* Karte beim Laden der Seite bereits offen -- */
.anfahrt.offen {
	height: 350px;
}

.box .anfahrt.offen {
	height: 0;
}

/* -- Footer Anschrift -- */
#footerinhalt {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 30px 0;
}



#footerinhalt .rahmen .tx_cn-multicontent .rahmen {
	width: 100%;
}

/* -- Footerbereich unten f�r SocialMedia, etc. -- */
#footerunten {
	width: 100%;
	min-height: 20px;
	float: left;
	clear: both;
	margin: 0;
	padding: 10px 0;
	position: relative;
	background: rgba(255,255,255,0.1);
}

#footerunten p {
	margin: 0;
}

.smartstyle {
	position: absolute;
	right: 5px;
	top: -25px;
	width: 60px;
	height:60px;
}

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

/* -- Hintergrundbild -- */
.bg {
	display: none;
}

/* -- Cookies --
#cookie-bar {	
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;	
	color: #eee;	
	text-align: left;	
	padding: 5px 0 5px 0;
	font-size: 11px;
	font-weight: 400;
	font-family: arial;
	line-height: 1.4em;
	display: none;
}

#cookie-bar.fixed {
	position: fixed;
	bottom: 0px;
	right: 0;
	width: auto;
	max-width: 250px;
	padding: 5px 10px;
	z-index: 99;
}

#cookie-bar.fixed.bottom {
	bottom: 0;
	top: auto;
}
 
#cookie-bar p {
	margin: 0; 
	padding: 0; 
}

#cookie-bar a {	
	color: #eee;	
	display: inline-block;	
	border-radius: 3px;	
	text-decoration: none;	
	padding: 0px;	
	margin-left: 0px; 
}

#cookie-bar .cb-enable {	
	background: none;
	color: #eee;
	text-decoration: none;
	margin-left: 0px;
	padding: 0px 3px;
	font-weight: 700;	
	cursor: pointer;
} 
 -- Cookies -- */

/* -- Powermail -- */
.powermail_legend {
	display: none; 
}

.powermail_fieldset {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
}

.powermail_fieldwrap {
	width: 100%;
	float: left;
	clear: both;
	margin: 0 0 10px 0;
}

.powermail_label {
	width: 20%;
	float: left;	
}

.powermail_field {
	width: 78%;
	float: right;
}

.powermail_input, .powermail_textarea   {
	width: 96%;
	float: left;
	clear: both;
	padding: 5px 2%;
	border: 0;
	background: #DDDDDD;
	color: inherit !important;
	font-family: inherit !important;
	font-size: inherit !important;
	resize: none;
}

.powermail_submit {
	background: #008B8B;
	width: 100%;
	padding: 10px 0; 
	border: 0;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.8s ease;	
	color: #FFFFFF; 
}

.powermail_submit:hover {
	background: #006b6b;
    color: #FFFFFF;	
}

.mandatory {
	color: #B22222;
	font-weight: bold;
	font-size: 18px;
}

.powermail_field .parsley-error {
	box-shadow: inset 0 0 10px #B22222; 
	background: #efefef;
}

.parsley-errors-list {
	margin: 3px 0 0 0;
	padding: 0;
	list-style: none;
	color: #B22222;
	font-weight: bold;
	text-align: right;
}

/* -- News -- */
/* -- News Slider -- */
.news {
	width: 100%;
	float: left;
	clear: both;
}

.news-listslider-container {
	width: 92%;
	padding: 0 4%;
	float: left;
	clear: both;
	margin: 0;
	opacity: 0;
}

.news-listslider-container  .article {
	width: 100%;
	float: left;
	clear: both;
	background: #FFFFFF;
}	

.news-listslider-container .news-date {
	width: 92%;
	padding: 10px 4%;
	text-align: left;
	float: left;
	clear: both;
}

.news-listslider-container .news-imgwrap {
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
	clear: both; 
	overflow: hidden;
}

.news-listslider-container .news-imgwrap img{
	transition: all .5s ease-in-out; 
}

.news-listslider-container .news-text {
	width: 92%;
	padding: 10px 4%;
	float: left; 
	clear: both; 
	margin: 0;
}

.news-listslider-container .news-text a {
	color: inherit;
	text-decoration: none; 
}

.news-listslider-container .morelink {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #008B8B;
	float: left; 
	clear: both;
	transition: all .5s ease-in-out; 	
}

.news-listslider-container .morelink a { 
	display: block;
	width: 92%;
	padding: 10px 4%;
	text-decoration: none;
	color: #FFFFFF;
}

.news-listslider-container .article:hover .morelink {
	background: #006b6b;
}

.news-listslider-container .article:hover  .news-imgwrap img {
	transform: scale(1.1); 
}

/* -- News List -- */
.news-list-container .article {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #DFDFDF;
}

.news-list-container .article h2 {
    margin: 0 0 5px 0;
    padding: 0;
    text-transform: none;
    float: left;
    clear: both;
    width: 100%;
}

.news-list-container .article a {
	text-decoration: none;
	color: inherit;
}

.news-list-container .news-inhalt {
	width: 100%;
	float: left;
	clear: both;
}	

.news-list-container .news-inhalt a {
	display: inline-block;
}

.news-list-container .news-inhalt a.more {
	color: #008B8B;
	margin: 0 0 0 5px;
	font-weight: bold;
}

/* -- News Single -- */
.news-single-imgwrap {
	padding: 10px 4% 10px 4%;
	margin: 20px 0 0 0; 
	width: 92%;
	background: #dfdfdf; 
	opacity: 0;
}

.news-single-backlink {
	margin: 20px 0 0 0; 
}

.news-single-backlink a {
    color: #FFFFFF;
    padding: 10px;
    background: #666666;
    display: inline-block;
	text-decoration: none;
	transition: all 0.8s ease;		
}

.news-single-backlink a:hover {
    background: #333333;
}

.news-single-imgwrap .single-bild {
	margin: 0;
}


#inhaltsbereich .news-single-imgwrap .owl-nav .owl-next, #inhaltsbereich .news-single-imgwrap .owl-nav .owl-prev {
	left: 1%;
}

#inhaltsbereich .news-single-imgwrap .owl-nav .owl-next {
	right: 1%;
	left: auto;
}
/* -- Multicontent -- */
.ui-accordion .ui-accordion-header {	
    margin: 2px 0 0 0;
    padding: 20px 2% 20px 4%;
	width: 94%;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br, .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-radius: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 0;
	font-family: 'Open Sans', arial;
    background: none;
    font-weight: 400;
	font-size: 18px;
	text-transform: none;
	font-weight: bold;
	color: #959595;
	border-bottom:  1px solid #cccecf;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #959595;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 0;
    background: none;
	color: #959595;
	border-bottom:  1px solid #cccecf;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #959595;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
	left: 1%;
    top: 50%;
    margin-top: -6px;
}

.ui-icon {
    width: 13px;
    height: 13px;
    background-image: url("urn:scrapbook:download:error:https://web.archive.org/web/20240617095719im_/https://www.kryoaktiv.de/fileadmin/templatefiles/images/plus.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left top;
    background-color: transparent;
}

.ui-state-default .ui-icon {
    background-image: url("urn:scrapbook:download:error:https://web.archive.org/web/20240617095719im_/https://www.kryoaktiv.de/fileadmin/templatefiles/images/plus.png");
}

.ui-state-active .ui-icon {
    background-image: url("urn:scrapbook:download:error:https://web.archive.org/web/20240617095719im_/https://www.kryoaktiv.de/fileadmin/templatefiles/images/minus.png");
}

.ui-accordion .ui-accordion-content {
    padding: 20px 2%;
	width: 96%;
    border: 0;
	background: none;
	/*box-shadow: inset 0 0 2px #999;*/
	border-bottom: 1px solid #cccecf;
}

.fancybox-button.fancybox-button--thumbs {
	display: none !important;
}


/* --- Landingpage --- */
/* .body-landingpage {
	background: url(../img/header1.jpg) left top no-repeat !important;
}

.body-landingpage #inhaltsbereich.unterseite {
	margin-top: 400px;
} */

.body-landingpage #inhaltsbereich .bg3,
.body-landingpage #inhaltsbereich .bg3 .col-33 {
	color: #878686;
}

.body-landingpage #inhaltsbereich .bg3 .col-33 {
	background: rgba(0,0,0,0.1);
}

.body-landingpage #inhaltsbereich .bg3 h2 {
	color: #6da8c5;
}

.body-landingpage .slidein,
.body-landingpage .navibereich,
.body-landingpage .kalender {
	display: none !important;
}

.body-landingpage .rahmen {
	width: 100%;
}

.body-landingpage .powermail_submit {
	background: #6da8c5;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.body-landingpage .powermail_label {
	font-size: 14px;
	word-wrap: break-word;
}

.body-landingpage .mandatory {
	color: #878686; 
}

/* Wrapper reset + sauber fixieren */
.buttons{
  position: fixed !important;
  right: 18px !important;
  bottom: 140px !important;
  z-index: 9999 !important;

  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;

  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

/* Einzeltasten: alle Fremd-Positionierungen killen */
.buttons .button_rauf,
.buttons .button_runter{
  position: static !important;

  width: 46px !important;
  height: 46px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 10px !important;

  /* dunkler Background, damit weiße SVGs sichtbar sind */
  background: rgba(0,0,0,.55) !important;
  box-shadow: 0 6px 18px rgba(0,0,0,.18) !important;

  cursor: pointer;
}

/* SVG als <img>: sichtbar machen */
.buttons img{
  display: block !important;
  width: 22px !important;
  height: 22px !important;

  /* falls SVG dunkel ist, raus damit; falls SVG weiß ist, passt es auf dunklem BG */
  filter: none !important;
}

/* Optional: Hover */
.buttons .button_rauf:hover,
.buttons .button_runter:hover{
  background: rgba(0,0,0,.70) !important;
  transform: translateY(-1px);
}