/* miso - latin */
@font-face {
  font-display: swap; 
  font-family: 'Miso';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/miso-light.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../Fonts/miso-light.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* miso - latin */
@font-face {
  font-display: swap; 
  font-family: 'Miso';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/miso-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../Fonts/miso-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* miso - latin */
@font-face {
  font-display: swap; 
  font-family: 'Miso';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/miso-bold.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../Fonts/miso-bold.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* dosis-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/dosis-v34-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../Fonts/dosis-v34-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* dosis-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 600;
  src: url('../Fonts/dosis-v34-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../Fonts/dosis-v34-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

*,
*:before,
*:after,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.extbase-debugger {
	overflow: visible;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}

a {
	background: rgba(0, 0, 0, 0);
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
	text-decoration: none;
}
dfn {
	font-style: italic;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img,
fieldset,
legend {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
	background: rgba(0, 0, 0, 0);
	border: 0;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
.indent {
	margin-left: var(--gutter);
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
 /* Sprungmarken */
 
.skip-to-content {
	position: absolute;
	top: 0;
	left: 1rem;
	transform: translateY(-100%);
	transition: transform 0.3s;
	z-index: 100;
}
.skip-to-content:focus {
	transform: translateY(0%);
}

button,
.btn {
	display: inline-block;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	width: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn[class*=btn-] {
  padding-top: calc(0.75rem - 0.063rem);
  padding-bottom: calc(0.75rem - 0.063rem);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}


.btn-secondary {
  background: #0026a8;
  color: #fff;
  border: 0.063rem solid #0026a8;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #000F42;
  color: #fff;
   border: 0.063rem solid #0026a8;
}




@media screen and (max-width: 768px) {
	.indent {
		margin-left: 1.5rem;
	}
	.align-center_sm {
		text-align: center;
	}
	.align-center_sm .text-right {
		text-align: center;
	}
	.align-right_sm {
		text-align: right;
	}
}
.pos-relative {
	position: relative;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.margin-all {
  margin: 1.5rem 1.5rem;
}

.margin-bottom {
  margin-bottom: 1.5rem;
}

.margin-top {
  margin-top: 1.5rem;
}

.margin-left {
  margin-left: 1.5rem;
}

.margin-right {
  margin-right: 1.5rem;
}

.padding-all {
  padding: 1.5rem 1.5rem;
}

.padding-top {
  padding-top: 1.5rem;
}

.padding-bottom {
  padding-bottom: 1.5rem;
}

.padding-left {
  padding-left: 1.5rem;
}

.padding-right {
  padding-right: 1.5rem;
}

.padding-none {
  padding-right: 0;
  padding-left: 0;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.uppercase {
	text-transform: uppercase;
}
.word-break {
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.vhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
@media screen and (min-width: 769px) {
	.hidden-mdup {
		display: none !important;
		visibility: hidden;
	}
	.vhidden-mdup {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
}
@media screen and (max-width: 768px) {
	.hidden-sm {
		display: none !important;
		visibility: hidden;
	}
	.vhidden-sm {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
}
img {
	height: auto;
	width: auto;
	max-width: 100%;
	display: block;
}
a img {
	outline: none;
}
img[src*=".svg"] {
	width: 100%;
}
ul,
ol {
  padding-left: 2.25rem;
}

ul ul,
ol ol {
  margin: 0;
  padding-top: 0.75rem;
}

li {
  padding-bottom: 0;
}

ul.no-bullets,
ol.no-bullets {
	padding-left: 0;
	list-style: none;
}
ul.no-bullets ul,
ul.no-bullets ol,
ol.no-bullets ul,
ol.no-bullets ol {
	list-style: none;
}
@media screen and (min-width: 601px) {
  ul, ol {
    padding-left: 1rem;
  }

  .dl-horizontal > dt,
.dl-horizontal > dd {
    display: inline-block;
  }
  .dl-horizontal > dt img,
.dl-horizontal > dd img {
    display: inline-block;
    vertical-align: middle;
  }
  .dl-horizontal dt + dd {
    padding-left: 0.75rem;
  }
}
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
figcaption {
  color: #64666d;
  caption-side: bottom;
  text-align: left;
  padding-top:1rem;
}

iframe {
	border-width: 0;
}
.mw50 {
	min-width: 50%;
}
.grid,
.flex-container,
.row {
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 0;
}
.row {justify-content: space-between;}

.grid > div,
.flex-container > div {
	margin-top: 0;
}
.grid > [class*="col-"],
.flex-container > [class*="col-"] {
	padding-left:  1.5rem;
	padding-right:  1.5rem;
}
.grid.nospace > [class*="col-"],
.flex-container.nospace > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
	overflow:hidden;
}
main .grid .grid {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (min-width: 1296px) {
	.width-max > .grid {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
	}
	.width-max > .grid.nospace {
		margin-left: 0;
		margin-right: 0;
	}
}
[class*="col-"] {
	flex: 0 0 auto;
}
[class*="col-1"] {
	width: 8.3333%;
}
[class*="col-2"] {
	width: 16.66667%;
}
[class*="col-3"] {
	width: 25%;
}
[class*="col-4"] {
	width: 32%;
}
.frame-layout-280 .ce-right.ce-nowrap .ce-bodytext {padding-right: 0;}
.frame-layout-280 .ce-intext.ce-left .ce-column,
.frame-layout-280 .ce-intext.ce-right .ce-column { padding-right: 0; padding-left: 0;}
.frame-layout-280 .ce-column {margin-bottom: 0;}
.frame-layout-280 .ce-textpic.ce-left .ce-bodytext p{ margin:0; padding:10px 0; border-top:1px solid #00ADA7; border-bottom:1px solid #00ADA7; }
.frame-layout-280 .ce-textpic.ce-right .ce-bodytext p{ margin:0; padding:10px 0; border-top:1px solid #00ADA7; border-bottom:1px solid #00ADA7; }
.frame-layout-280 .ce-textpic.ce-left .ce-bodytext,
.frame-layout-280 .ce-textpic.ce-right .ce-bodytext {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:auto;
}

.sidebar {position:fixed; z-index:100; right:-12rem; top:20%; background:#00ADA7; padding:0.75rem 0.75rem 0.5rem 1rem;}
/** Kontaktformular auf der Seite im Footer **/
#c223 {display:none;}


[class*="col-5"] {
	width: 41.6667%;
}
[class*="col-6"] {
	width: 50%;
}
[class*="col-7"] {
	width: 58.3333%;
}
[class*="col-8"] {
	width: 66.6667%;
}
[class*="col-9"] {
	width: 75%;
}
[class*="col-10"] {
	width: 83.33333%;
}
[class*="col-11"] {
	width: 91.6667%;
}
[class*="col-12"] {
	width: 100%;
}
@media (max-width: 1280px) {
	[class*="_d-0"] {
		display: none;
	}
	[class*="_d-1"] {
		width: 8.3333%;
	}
	[class*="_d-2"] {
		width: 16.66667%;
	}
	[class*="_d-3"] {
		width: 25%;
	}
	[class*="_d-4"] {
		width: 33.33333%;
	}
	[class*="_d-5"] {
		width: 41.6667%;
	}
	[class*="_d-6"] {
		width: 50%;
	}
	[class*="_d-7"] {
		width: 58.3333%;
	}
	[class*="_d-8"] {
		width: 66.66667%;
	}
	[class*="_d-9"] {
		width: 75%;
	}
	[class*="_d-10"] {
		width: 83.33333%;
	}
	[class*="_d-11"] {
		width: 91.6667%;
	}
	[class*="_d-12"] {
		width: 100%;
	}
}
@media (max-width: 1024px) {
	[class*="_md-0"] {
		display: none;
	}
	[class*="_md-1"] {
		width: 8.3333%;
	}
	[class*="_md-2"] {
		width: 16.66667%;
	}
	[class*="_md-3"] {
		width: 25%;
	}
	[class*="_md-4"] {
		width: 33.33333%;
	}
	[class*="_md-5"] {
		width: 41.6667%;
	}
	[class*="_md-6"] {
		width: 50%;
	}
	[class*="_md-7"] {
		width: 58.3333%;
	}
	[class*="_md-8"] {
		width: 66.66667%;
	}
	[class*="_md-9"] {
		width: 75%;
	}
	[class*="_md-10"] {
		width: 83.33333%;
	}
	[class*="_md-11"] {
		width: 91.6667%;
	}
	[class*="_md-12"] {
		width: 100%;
	}
}
@media (max-width: 768px) {
	[class*="_sm-0"] {
		display: none;
	}
	[class*="_sm-1"] {
		width: 8.3333%;
	}
	[class*="_sm-2"] {
		width: 16.66667%;
	}
	[class*="_sm-3"] {
		width: 25%;
	}
	[class*="_sm-4"] {
		width: 33.33333%;
	}
	[class*="_sm-5"] {
		width: 41.6667%;
	}
	[class*="_sm-6"] {
		width: 50%;
	}
	[class*="_sm-7"] {
		width: 58.3333%;
	}
	[class*="_sm-8"] {
		width: 66.66667%;
	}
	[class*="_sm-9"] {
		width: 75%;
	}
	[class*="_sm-10"] {
		width: 83.33333%;
	}
	[class*="_sm-11"] {
		width: 91.6667%;
	}
	[class*="_sm-12"] {
		width: 100%;
	}
	.conversion-wrap [class*="_sm-12"] {
		width: 50%;
	}
}
@media (max-width: 660px) {
.conversion-wrap [class*="_sm-12"] {
		width: 100%;
	}
}
@media (max-width: 480px) {
	[class*="_xs-6"] {
		width: 50%;
	}
	[class*="_xs-12"] {
		width: 100%;
	}
}
.flex-nowrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.flex-row-reverse {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex-end {
	justify-content: flex-end;
}
.flex-space-between {
	justify-content: space-between;
}
.flex-center {
	justify-content: center;
}
.height-100 {
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.height-100 > div {
	 margin-bottom: 1.5rem;
}
.height-100 > .frame {
	-moz-box-flex: 100%;
	-webkit-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
	position: relative;
	min-height: 1px;
	padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.wrapper-card {
	height: 100%;
	overflow: hidden;
}
.card-text {
	padding: 0.75rem 0 0 0;
}
.card-text p {
	margin: 0;
}
html,
body {
	height: 100%;
	width: 100%;
}

body {
  background-color: #ffffff;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-direction: column;
}
.frame-default {position:relative; overflow:hidden; }
.overlay-animation {
	z-index: 20;
   /* background: #ccc; */
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
	visibility:visible !important;
}
.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    border: 0;
    height: 100%;
    width: 100%;
}

.frame-layout-190 {
	    column-count: 2;
        column-gap: 3.75rem;
        margin-bottom: 1rem; 
        max-width:80%; 
		margin:0 auto;		
}
.frame-layout-190 .nobreak{page-break-inside: avoid; }

.frame-layout-320 {    
    background: #ebebeb;
    padding: 3rem 0;
    color: #121212;
	}
.frame-layout-100 {
		max-width:90%; 
		margin:4rem auto 3rem auto;
}

.frame-layout-115 {
		max-width:70%; 
		margin:4rem auto 3rem auto;
}


.ce-container .frame-layout-100{
		max-width:90%; 
		margin:0 auto 4rem auto;
}

/* Area Rest*/
.frame-layout-110 {background: #cfd3db; padding-top:4rem;}
.frame-layout-110 > div {
		max-width:90%; 
		margin:0 auto 3rem auto;
}

/* Area Fitness*/
.area-ft .frame-layout-110 {background: #cfd3db; padding-top:4rem;}
.frame-layout-110 > div {
		max-width:90%; 
		margin:0 auto 3rem auto;
}
/* Area Gesundheit*/
.area-gs .frame-layout-110 {background:#e8f0ed; padding-top:4rem;}
.frame-layout-110 > div {
		max-width:90%; 
		margin:0 auto 3rem auto;
}
/* Area Medical Wellness*/
.area-mw .frame-layout-110 {background: #f7dfe3; padding-top:4rem;}
.frame-layout-110 > div {
		max-width:90%; 
		margin:0 auto 3rem auto;
}

/* Area Ernährung*/
.area-er .frame-layout-120 {max-width:100%; padding-bottom:3rem;}
.area-er .frame-layout-120 > div{max-width:960px; margin:0 auto;}
.area-er .frame-layout-110, 
.area-er .frame-layout-120 {background: #f5e8eb; padding-top:4rem;}
.frame-layout-110 > div {
		max-width:90%; 
		margin:0 auto 3rem auto;
}

/* Area Kurse*/
.area-ks .frame-layout-120 {max-width:100%; padding-bottom:3rem;}
.area-ks .frame-layout-120 > div{max-width:960px; margin:0 auto;}
.area-ks .frame-layout-110, 
.area-ks .frame-layout-120 {background: #e5ded8; padding-top:4rem;}

.frame-layout-120 { max-width:960px; margin:0 auto; }

.frame-type-ws_slider {margin-bottom:0 !important;}
#c592 {margin-top:4rem;}
.map {max-width:90%; margin:0 auto;}
.contact {max-width:900px; margin:0 auto;}
.black { background:#121212;padding:1rem 0; }
.green { background:#00ADA7; padding:1rem 0; }
.ce-container { padding:0; }
#c252 .ce-container {background:url(../Images/bg-courses.jpg) no-repeat; background-size:cover; padding:4rem 0;}
#c281 {background:url(../Images/bg-news.jpg) no-repeat; background-size:cover; padding:4rem 0;}
body#seite-1 #c225 {display:block;} /* H3O einblenden auf der Startseite*/
.conversion {
	width:100%; 
    padding:0;   
	opacity:1;
}
.conversion-wrap { 
    max-width:100%; 
	margin:0 auto; 
	position:relative;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	}
.conversion-bar-dropdown {
    position: absolute;
    width: 25rem;
    right: 0;
    background: #ededed;
    z-index: 2000;
    padding: .9375rem;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s ease, opacity 0.3s ease;
}
.opening-times > span {cursor:pointer;}
.opening-times > span:hover {color:#00ADA7;}
.opening-times:hover .conversion-bar-dropdown {visibility:visible; opacity:1; }



/* Main CSS Grid Gallery */
.frame-type-gridgallery_gallery {padding:4rem 0;  }
.grid-wrapper > div {
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	position:relative;
	overflow:hidden;
}
.grid-wrapper > div > picture > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}
/* mit fancybox */
.grid-wrapper > div > a > picture > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale(1); 
}


.grid-wrapper > div > .gridlink {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.grid-wrapper > div > .gridlink{
	position:absolute;
	top:0;
	left:0;
	right:0; bottom:0;
	z-index:10;
	/*background:rgba(255,255,255, 0.6);*/
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.grid-wrapper > #item-1 > .gridlink:hover{ background:rgba(171,149,128,0.8); }
.grid-wrapper > #item-2 > .gridlink:hover{ background:rgba(223,129,144,0.8); }
.grid-wrapper > #item-3 > .gridlink:hover{ background:rgba(64,80,100,0.8);}
.grid-wrapper > #item-4 > .gridlink:hover{ background:rgba(179,205,197,0.8); }
.grid-wrapper > #item-5 > .gridlink:hover{ background:rgba(64,80,100,0.8);}
.grid-wrapper > #item-6 > .gridlink:hover{ background:rgba(179,205,197,0.8); } 

.grid-wrapper > div > .gridlink:hover{ background:rgba(255,255,255, 0);}
/*.grid-wrapper > div > .gridlink:hover h3{ color:#fff; } */
.grid-wrapper > div > .gridlink h3{ color:#fff; text-shadow: 2px 2px 4px #1F0D08; }
.grid-wrapper > div > .gridlink a{ color:#4c546a; text-align:center;}
.grid-wrapper > div > .gridlink a:hover { -webkit-text-stroke-width: 0;}
.grid-wrapper > div > .gridlink a:hover .gridspan{ color:#fff; }
/* Scale-Effekt nur Startseite */
.grid-wrapper > div.ms:hover img{transform: scale(1.055); } 
.grid-wrapper > div.fancy:hover > a img{transform: scale(1.055); } 
.grid-wrapper > div > .gridlink .gridspan{ color:#fff; font-weight:400; border:1px solid #fff; background: rgba(0, 0, 0, 0.3); padding:10px 1rem;}
.grid-wrapper > div > .gridlink .gridspan:before {font-family: 'FontAwesome'; content: "\f101"; font-size:0.875rem; line-height:0; padding-right:5px;}
.grid-wrapper > div > .gridlink .gridspan:hover {background:rgba(255,255,255,0.9); color:#4c546a !important;}


.grid-wrapper {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
	grid-auto-rows: 400px;
	grid-auto-flow: dense;
	max-width:90%;
	margin:0 auto;
}
body#seite-96 .grid-wrapper {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
	grid-auto-rows: 300px;
	grid-auto-flow: dense;
	max-width:90%;
	margin:0 auto;
}

.grid-wrapper .wide {
	grid-column: span 2;
}
.grid-wrapper .tall {
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}



.grid-item .ce-above .ce-gallery, .ce-below .ce-gallery { margin-right: 0;}
.grid-item .ce-above .ce-gallery .ce-column { margin: 0; padding:0; }
/* clear fix */
.row-cols-lg-3:after {
  content: '';
  display: block;
  clear: both;
}

.wrapper-content {
	flex: 1;
}
.wrapper-footer {
	flex: 0;
}
.width-max {
	width: 100%;
	max-width:84%;
	margin-left: auto;
	margin-right: auto;
}
.skip-to-content {
	position: absolute;
	top: 0;
	left: 1rem;
	transform: translateY(-100%);
	transition: transform 0.3s;
	z-index: 100;
}
.skip-to-content:focus {
	transform: translateY(0%);
}
.content-header {
	background: transparent;
}
.content-header .wrapper-header {
	align-items: center;
}
.content-header .header-service {
	align-items: center;
	height: 3rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.content-header .header-service {
		transition: none;
	}
}

#main.blur .ce-heroimage, #main.blur .content-main {
   /* opacity: 0.5; */
    filter: alpha(opacity = 90);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
}

.wrapper-logo {position:absolute; z-index:100; top:-1rem; left:50%; transform:translateX(-50%); padding:10px;  }
.wrapper-logo a{display:inline-block; padding:0;  }
.wrapper-logo img {
	width: auto;
	height:10rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
@media (prefers-reduced-motion: reduce) {
	.wrapper-logo img {
		transition: none;
	}
}
@media (max-width: 768px) {
	.header-service {
		background: #eee;
	}
	div.wrapper-logo {
		margin: 0 auto;
		text-align: center;
	}
	div.wrapper-logo img {
		display: inline-block;
		height: 5rem;
	}
}
@media (min-width: 769px) {
	.content-header .header-service {
		height: 6rem;
	}
}

.content-main {
	padding-top: 0;
	padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
	.content-main {
		padding-top: 1.5rem;
	}
}
.header-image {
	height:6rem;
	background:#405064;
	position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
	  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-fixed.scroll-fixed .header-image {
		height:6rem;
	}

.header-image .ce-column {
	padding: 0;
	margin-bottom: 0;
}
.ce-heroimage {margin-top:6rem;}

.header-image .ce-column img, .header-image .ce-heroimage img {
	width: 100vw;
}
.header-image .ce-above .ce-gallery {
	margin-right: 0;
}
.content-footer {
	background: #4c546a;
	color: #fff;
}
.content-footer2 {
	background: #4c546a;
	color: #fff;
	padding:1rem 0;
}
@media screen and (min-width: 600px) {
	.header-fixed .content-header {
		position: fixed;
		z-index: 1000;
		top:0;
		left: 0;
		right: 0;
		padding-bottom:2rem;
		background: rgba(76,84,106, 1);
	}
	.header-fixed.scroll-fixed .content-header  {
	background: rgba(76,84,106, 1);
	}
	.header-fixed.scroll-fixed .wrapper-logo {
		height: 3rem;
	}
	.header-fixed.scroll-fixed .wrapper-logo img {
		height: 6rem;
	}
	.header-fixed main.less-padding {
		padding-top: 10rem;
	}
}
.frame-type-heroimage {
	position: relative;
}
.frame-type-heroimage a.btn {
	text-shadow: none;
}
.frame-type-heroimage .hero-text {
	padding: 0.75rem 1.5rem;
}

.frame-type-heroimage.frame-layout-401 .hero-text {
	max-width:100%;
}

@media screen and (min-width: 320px) {
	.frame-type-heroimage .hero-text {
		position: absolute;
		z-index: 1;
		top: 35%;
		left: 10%;
		max-width: 100%;
		overflow: hidden;
	}
	.frame-type-heroimage.frame-layout-401 .hero-text { position: absolute; left: 50%; top:50%; width:100%; max-width:100%; transform:translate(-50%, -50%); text-align:center; }
	.frame-type-heroimage.frame-layout-401 .hero-text .herotext-p{ 
	width:auto; 
	display:inline-block;
	text-transform:uppercase; 
	font-weight:700; 
	font-size:3rem; 
	line-height:4rem;     
	padding: 10px 0;
    border-top: 1px solid #00ADA7;
    border-bottom: 1px solid #00ADA7;
	}
	.frame-type-heroimage.frame-layout-401 .hero-text p.text-center{ max-width:60%; margin:2rem auto 0 auto;}
	
	.frame-type-heroimage.frame-center .hero-text {
		left: 50%;
		transform: translate(-50%, 0);
	}
	.frame-type-heroimage.frame-right .hero-text {
		right: var(--gutter);
	}
}
@media screen and (min-width: 769px) {
	.frame-type-heroimage .hero-text {
		max-width: 80%;
		width: auto;
	}
}
@media screen and (min-width: 1025px) {
	.frame-type-heroimage .hero-text {
		max-height: 80%;
		padding: var(--base-size-half) var(--gutter) var(--base-size) var(--gutter);
		max-width: 80%;
	}
	.frame-type-heroimage.frame-right .hero-text {
		right: var(--gutter-double);
		left: auto;
	}
}
@media screen and (min-width: 1281px) {
	.frame-type-heroimage .hero-text {top: 30%;}
}
@media screen and (min-width: 1401px) {
	.frame-type-heroimage .hero-text {top: 32%;}
}

@media screen and (min-width: 1601px) {
	.frame-type-heroimage .hero-text {top: 35%;}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.fadeIn {
	animation: fadeIn 1.5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	-moz-animation: fadeIn 1.5s;
	-webkit-animation: fadeIn 1.5s;
	-o-animation: fadeIn 1.5s;
	visibility: visible !important;
}
@media (prefers-reduced-motion: reduce) {
	.fadeIn {
		-webkit-animation: none;
		animation: none;
		opacity: 1;
	}
}
.fade {
	visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
	.fade {
		visibility: visible;
	}
}
ul.horizontal, .conversion nav ul, .conversion ul, .sidebar nav ul, .sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.conversion ul {margin:0 0 0 auto;}
ul.horizontal li, .conversion nav ul li, .conversion ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.sidebar nav ul li {padding:5px 0;}

ul.horizontal li {color:#4c546a;}
ul.horizontal li a,
ul.horizontal li > span {
	padding: 0 1rem;
	font-size:0.875rem;
	letter-spacing:1px;
	display: inline-block;
	
}
ul.horizontal li a {color:#4c546a;}
ul.horizontal li > span {color:#a5a8af}

#c361 {width:250px; margin-top:1.75rem;}
.conversion ul li {margin:0 0.5rem;}
/*.conversion ul li a {
display: inline-block; 
background:#fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width:1.75rem;
text-align:center;
padding:0;
}*/

.conversion ul li a {
background:#fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; 
text-align:center;
padding:0;
width: 50px;
height: 50px;
display: table-cell;
vertical-align: middle;
}
.conversion nav ul li a:hover,
.conversion ul li a:hover {color:#00ADA7; -webkit-text-stroke-width: 0;} 

.sidebar ul li span:hover {color:#fff; -webkit-text-stroke-width: 1px;-webkit-text-stroke-color: rgba(235, 235, 235, 1);}
 

nav ul.horizontal li:after {
	content: "|";
}
nav ul.horizontal li:first-child:before {
	content: "|";
}
.rootline {
  color: #fff;
  font-size: 0.8rem;
  padding-left:1.5rem
}
@media (min-width: 1296px) {
	.rootline {
		padding-left: 0;
	}
}
ul.horizontal.languagemenu .text-muted span {
	color: #64666d;
}
ul.horizontal.languagemenu .text-muted,
ul.horizontal.languagemenu .active {
	display: none;
}
@media screen and (min-width: 769px) {
	ul.horizontal.languagemenu {
		margin-right: 1.5rem;
	}
	ul.horizontal.languagemenu .active,
	ul.horizontal.languagemenu .text-muted {
		display: inline-block;
	}
}
@media screen and (min-width: 769px) {
	.onelevel-mdup ul#main-menu ul,
	.onelevel-mdup ul#main-menu .sub-arrow {
		display: none !important;
		visibility: hidden;
	}
}

blockquote {
  position: relative;
  text-align: center;
  width: 80%;
  padding: 1.5rem 1.5rem;
  margin: 3rem auto;
}
blockquote:before, blockquote:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: #9799a0;
  font-size: 48px;
}
blockquote:before {
  content: "\f10e";
  margin-right: -1.5rem;
  bottom: 0;
  right: 100%;
}
blockquote:after {
  content: "\f10d";
  margin-left: -1.5rem;
  left: 100%;
  top: 0;
  bottom: auto;
}

.text-left,
.ce-headline-left {
	text-align: left;
}
.text-center,
.ce-headline-center {
	text-align: center;
}
.text-right,
.ce-headline-right {
	text-align: right;
}
.ce-table td,
.ce-table th {
	vertical-align: top;
}
.ce-textpic,
.ce-image,
.ce-nowrap .ce-bodytext,
.ce-gallery,
.ce-row,
.ce-uploads li,
.ce-uploads div {
	overflow: hidden;
}
.ce-uploads {
  margin: 1.5rem 0;
  padding: 0;
}

.ce-uploads li {
  list-style: none outside none;
  margin: 0;
  padding-bottom: 0;
}
.ce-uploads img {
  float: left;
  margin: 0.75rem;
  vertical-align: top;
}

.ce-uploads span {
  display: block;
}

.ce-uploads li:nth-child(odd) {
  background: #e7e7e9;
}

.ce-uploads:before,
.ce-uploads:after {
  content: "";
  display: table;
}

.ce-uploads:after {
  clear: both;
}
.ce-uploads div {
	margin: 0.75rem 1.5rem;
}
.ce-uploads-fileName {
	margin-bottom: 0.375rem;
}
.ce-uploads-filesize {
	text-align: right;
}
.frame-layout-100 .ce-uploads li:nth-child(odd) {
	background: rgba(0, 0, 0, 0);
}
.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: #e7e7e9;
}

.ce-table-bordered th, .ce-table-bordered td {
  border: 0.063rem solid #9799a0;
}
[class*=frame-space-before-] {
  padding-top: 1.5rem;
}

[class*=frame-space-after-] {
  padding-bottom: 1.5rem;
}

@media screen and (min-width: 769px) {
  .frame-space-before-medium {
    padding-top: 3rem;
  }

  .frame-space-before-large {
    padding-top: 4.5rem;
  }

  .frame-space-after-small {
    padding-bottom: 1.5rem;
  }

  .frame-space-after-medium {
    padding-bottom: 3rem;
  }

  .frame-space-after-large {
    padding-bottom: 4.5rem;
  }

  .frame-space-before-small {
    padding-top: 1.5rem;
  }

  .frame-space-before-medium {
    padding-top: 3rem;
  }

  .frame-space-before-large {
    padding-top: 4.5rem;
  }

  .frame-space-after-small {
    padding-bottom: 1.5rem;
  }

  .frame-space-after-medium {
    padding-bottom: 3rem;
  }

  .frame-space-after-large {
    padding-bottom: 4.5rem;
  }
}
.frame-ruler-before:before {
  content: "";
  display: block;
  border-top: 0.063rem solid #9799a0;
  padding-top: 1.437rem;
}

.frame-ruler-after:after {
  content: "";
  display: block;
  border-bottom: 0.063rem solid #9799a0;
  margin-bottom: 1.437rem;
}

@media screen and (min-width: 1025px) {
	.frame-indent {
		margin-left: 16.66667%;
		margin-right: 16.66667%;
	}
	.frame-indent-left {
		margin-left: 33.33333%;
	}
	.frame-indent-right {
		margin-right: 33.33333%;
	}
}
[class*=frame-type-menu_] ul,
[class*=frame-type-menu_] ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

[class*=frame-type-menu_] > ul {
  margin-bottom: 1.437rem;
  border-bottom: 0.063rem solid #9799a0;
}

[class*=frame-type-menu_] li {
  border-top: 0.063rem solid #9799a0;
}

[class*=frame-type-menu_] a {
  padding: 0.75rem 0.375rem 0.687rem 0.375rem;
  display: block;
}

.frame-type-menu_sitemap a {
  background: #e7e7e9;
}

[class*=frame-type-menu_] a,
[class*=frame-type-menu_] p {
  padding-left: 1.5rem;
}

[class*=frame-type-menu_] ul li ul li a,
[class*=frame-type-menu_] ul li ul li p {
  padding-left: 3rem;
}

[class*=frame-type-menu_] ul li ul li ul li a,
[class*=frame-type-menu_] ul li ul li ul li p {
  padding-left: 4.5rem;
  background: transparent;
}

[class*=frame-type-menu_].frame-layout-251 p,
[class*=frame-type-menu_].frame-layout-251 a {
  margin: 0;
  padding: 0;
}
[class*=frame-type-menu_].frame-layout-251 h3 {
  margin: 0 0 0.375rem 0;
}


hr.ce-div {
  border: 0;
  border-bottom: 0.063rem solid #9799a0;
  margin: 0.75rem 0;
}

.ce-border img {
  border: 0.25rem solid #cccdd1;
}

.ce-gallery figure.video {
	display: block;
}
.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.video-embed iframe,
.video-embed video {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100% !important;
  height: 100% !important;
}
figure.image a,
.img-enlarge a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
figure.image a img,
.img-enlarge a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
@media (prefers-reduced-motion: reduce) {
	figure.image a img,
	.img-enlarge a img {
		transition: none;
	}
}
figure.image a[data-fancybox] :after,
.img-enlarge a[data-fancybox] :after {
	content: "";
	opacity: 0;
}
figure.image a[data-fancybox]:hover:after,
figure.image a[data-fancybox]:focus:after,
.img-enlarge a[data-fancybox]:hover:after,
.img-enlarge a[data-fancybox]:focus:after {
	position: absolute;
	top: calc(50% - 24px);
	left: calc(50% - 24px);
	content: "\f00e";
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
	width: 48px;
	height: 48px;
	opacity: 1;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.9);
    color: #0026a8;
	text-align: center;
}
figure.image a:hover img,
figure.image a:focus img,
.img-enlarge a:hover img,
.img-enlarge a:focus img {
	transform: scale(1.025);
}
@media (prefers-reduced-motion: reduce) {
	figure.image a:hover img,
	figure.image a:focus img,
	.img-enlarge a:hover img,
	.img-enlarge a:focus img {
		transform: none;
	}
}
.image-caption span {
	display: block;
}

.ce-textpic,
.ce-nowrap .ce-bodytext,
.ce-gallery,
.ce-row,
.ce-uploads li,
.ce-uploads div {
	overflow: hidden;
}
.ce-textpic.ce-left,
.ce-textpic.ce-right {
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;	
}

.ce-textpic.ce-right .ce-bodytext{ order:1; }

.ce-left .ce-gallery {
	float: left;
}
[data-ce-columns="2"] .ce-column,
[data-ce-columns="3"] .ce-column,
[data-ce-columns="4"] .ce-column,
[data-ce-columns="5"] .ce-column,
[data-ce-columns="6"] .ce-column {
	float: left;
}

.ce-right .ce-gallery {
 /* float: right;  */
  order:2
}

.ce-right.ce-intext .ce-gallery {
  margin-left: 1.5rem;
}

.ce-left.ce-intext .ce-gallery {
  margin-right: 1.5rem;
}

.ce-below .ce-gallery {
  margin-top: 1.5rem;
}

.ce-column {
  padding-right: 0.75rem;
}

.ce-intext.ce-right .ce-column,
.ce-intext [data-ce-columns="1"] .ce-column {
  padding-right: 0;
}

.ce-column {
  margin-bottom: 0.75rem;
}

.ce-above .ce-bodytext {
  clear: both;
}

.ce-intext.ce-left ol,
.ce-intext.ce-left ul {
  padding-left: 1rem;
  overflow: auto;
}

.ce-center .ce-outer,
.ce-center .ce-inner {
  float: none;
  right: 0;
  text-align: center;
}
.ce-center figure,
.ce-center img {
  margin: 0 auto;
}

.ce-intext > .ce-gallery,
.ce-intext > .ce-bodytext {
  width: 100%;
}

.ce-above .ce-gallery,
.ce-below .ce-gallery {
  margin-right: -0.75rem;
}

.ce-right.ce-above,
.ce-right.ce-below {
  margin-left: -0.75rem;
  margin-right: 0;
}

.ce-left.ce-above .ce-gallery,
.ce-left.ce-below .ce-gallery {
  float: none;
}

[data-ce-columns="2"] .ce-column {
	width: 50%;
}
[data-ce-columns="3"] .ce-column {
	width: 33.33333333%;
}
[data-ce-columns="4"] .ce-column {
	max-width: 25%;
	width: 25%;
}
[data-ce-columns="5"] .ce-column {
	max-width: 20%;
	width: 20%;
}
[data-ce-columns="6"] .ce-column {
	max-width: 16.66667%;
	width: 16.66667%;
}
#c334 [data-ce-columns="2"] .ce-column, 
#c334 [data-ce-columns="3"] .ce-column, 
#c334 [data-ce-columns="4"] .ce-column {
	max-width: 20%;
	width: 20%;
}
@media (min-width: 769px) {
	.ce-column,
	.ce-uploads-img-link {
		padding-right: 1.5rem;
	}
	.ce-intext [data-ce-columns="1"] .ce-column {
		padding-right: 0;
	}
	.ce-column {
		 margin-bottom: 1.5rem;
	}
	.ce-intext .ce-gallery {
		width: 50%;
	}
	.ce-intext.ce-nowrap > .ce-bodytext {
		width: 50%;
	}
	
	 .ce-intext.ce-left .ce-gallery {
    margin-right: 0.75rem;
  }

  .ce-intext.ce-left .ce-column {
    padding-right: 0.75rem;
  }

  .ce-left.ce-nowrap .ce-gallery {
    margin-right: -0.75rem;
    margin-left: 0;
  }

  .ce-left.ce-nowrap .ce-bodytext {
    padding-left: 3.5rem;
	display: flex; 
	flex-direction: column; 
	justify-content:center;
	
  }

  .ce-right.ce-nowrap.ce-intext .ce-gallery {
    margin-left: -0.75rem;
    margin-right: 0;
  }

  .ce-right.ce-nowrap .ce-bodytext {
    padding-right: 2.5rem;
	display: flex; 
	flex-direction: column; 
	justify-content:center;
  }

  .ce-intext.ce-right .ce-gallery {
    margin-left: 0.75rem;

  }

  .ce-intext.ce-right .ce-column {
    padding-left: 0.75rem;
  }

  .ce-above .ce-gallery,
.ce-below .ce-gallery {
    margin-right: -1.5rem;
  }

  .ce-right.ce-above,
.ce-right.ce-below {
    margin-left: -1.5rem;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
	[data-ce-columns="2"] .ce-column:nth-child(odd) {
		clear: left;
	}
}


figure,
.wrapper-tooltip {
  min-height: 1.5rem;
  position: relative;
}
figure .tooltip,
.wrapper-tooltip .tooltip {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  cursor: pointer;
}
figure .tooltip span,
.wrapper-tooltip .tooltip span {
  border-radius: 50%;
  display: block;
  line-height: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1rem;
  text-align: center;
  text-shadow: 0 0 6px #000;
  color: #fff;
  transition: 0.25s;
}
figure .tooltip span::after,
.wrapper-tooltip .tooltip span::after {
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: left;
  position: absolute;
  text-shadow: none;
  color: #333438;
  left: 1.5rem;
  top: -1.5rem;
  max-width: 80%;
  display: block;
  content: attr(data-tooltip);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.375rem;
}
figure .tooltip span:focus::after, figure .tooltip span:hover::after,
.wrapper-tooltip .tooltip span:focus::after,
.wrapper-tooltip .tooltip span:hover::after {
  opacity: 1;
  top: 0;
}

@media (prefers-reduced-motion: reduce) {
	figure .tooltip span::after,
	.wrapper-tooltip .tooltip span::after {
		transition: none;
	}
}
figure .tooltip span:focus::after,
figure .tooltip span:hover::after,
.wrapper-tooltip .tooltip span:focus::after,
.wrapper-tooltip .tooltip span:hover::after {
	opacity: 1;
	top: -2px;
}
.rte-icon {
  position: relative;
  left: 0.25rem;
  display:inline;
}

.ce-row .inclmeta {
	display: inline-block;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
.form-group {
	margin-bottom: var(--base-size);
}
label {
	display: inline-block;
}
legend {
	display: block;
	width: 100%;
	font-weight: bold;
}
fieldset > div {
	margin-bottom: var(--base-size);
}
input,
textarea,
select[multiple],
label {
	width: 100%;
}
input,
textarea,
select[multiple] {
  background-color: #fff;
  border: 0.063rem solid #9799a0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: box-shadow ease-in-out 0.15s;
  transition: box-shadow ease-in-out 0.15s;
  padding-top: calc(0.75rem - 0.063rem);
  padding-bottom: calc(0.75rem - 0.063rem);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  display: inline-block;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="file"] {
	display: block;
}

.content-main [type="submit"] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
	min-width: 50%;
}
.content-main .input-group-btn [type="submit"] {
	margin: 0;
}
input[type="checkbox"],
input[type="radio"] {
	border: 0;
	height: auto;
	display: inline-block;
	width: auto;
	vertical-align: baseline;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}
input[type="tel"] {
	width: 50%;
	min-width: 240px;
}
.radio span,
.checkbox span {
  padding-left: 0.75rem;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}
.content-main .input-group {
	margin-bottom: var(--base-size);
}
.input-group-btn,
.input-group input {
	display: table-cell;
	vertical-align: middle;
}
.input-group-btn {
	width: 1%;
}
.input-group-btn,
.input-group-btn input {
	position: relative;
	white-space: nowrap;
}
.input-group input:first-child {
	margin-bottom: 1.5rem;
}
select[multiple],
select[size] {
	height: auto;
}
select optgroup {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
}
select::-ms-expand {
	display: none;
}

select {
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0.063rem solid #9799a0;
  padding-top: calc(0.75rem - 0.063rem);
  padding-bottom: calc(0.75rem - 0.063rem);
  padding-left: 0.75rem;
  padding-right: 3rem;
  border-radius: 0;
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(-135deg, transparent 50%, #fff 50%), linear-gradient(-225deg, transparent 50%, #fff 50%), linear-gradient(#fff 42%, #0026a8 42%);
  background-repeat: no-repeat;
  background-size: 1px 100%, 2.25rem 2.25rem, 2.25rem 2.25rem, 2.25rem 100%;
  background-position: right center, right bottom, right bottom, right bottom;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	select {
		transition: none;
	}
}
select:hover, 
select:active {
  background-image: linear-gradient(#0026a8, #0026a8), linear-gradient(-135deg, transparent 50%, #0026a8 50%), 
  linear-gradient(-225deg, transparent 50%, #0026a8 50%), linear-gradient(#0026a8 42%, #fff 42%);
}
select[multiple] {
	background-image: none;
}
button,
.btn {
	display: inline-block;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	width: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	button,
	.btn {
		transition: none;
	}
}

.btn[class*=btn-] {
  padding-top: calc(0.75rem - 0.063rem);
  padding-bottom: calc(0.75rem - 0.063rem);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.btn-primary {
  background: #0026a8;
  color: #fff;
  border: 0.063rem solid #0026a8;
}
.btn-primary:hover, .btn-primary:focus {
  background: #000F42;
  color: #fff;
  border-color: #000F42;
}

.btn-secondary {
  color: #0026a8;
  background: #fff;
  border: 0.063rem solid #0026a8;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #fff;
  color: #000F42;
  border-color: #000F42;
}

.btn-thirdary {
  border: 0.063rem solid #9799a0;
  color: #64666d;
}
.btn-thirdary:hover, .btn-thirdary:focus {
  border-color: #000F42;
}

.wrapper-search {
  max-width: 100%;
  background: #e7e7e9;
  height: 3rem;
  z-index: 200;
  position: absolute;
  top: -100px;
  left: 0;
  right: 4.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.wrapper-search {
		transition: none;
	}
}
.wrapper-search .input-group input {
  display: inline-block;
  width: 100%;
}
.wrapper-search button {
  width: 3rem;
  height: 3rem;
}
.wrapper-search.visible {
  top: 0;
}
.wrapper-search.visible > div {
  padding: 0 0 0 1.5rem;
}
.wrapper-search fieldset > div {
  padding-bottom: 0.5rem;
  margin: 0;
}
@media screen and (min-width: 769px) {
	 .wrapper-search {
    background: rgba(255, 255, 255, 0.9);
    height: 4.5rem;
  }
  .wrapper-search.visible > div {
    width: 22.5rem;
    padding: 0.75rem 0 0 1.5rem;
  }
}
.search-hide-btn {
	padding: 0.5625rem 0;
  width: 3rem;
  display: inline-block;
  cursor: pointer;
  color: #0026a8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.search-hide-btn {
		transition: none;
	}
}
.search-hide-btn.active .fa-search:before {
  content: "\f00d";
}
.search-hide-btn:hover, .search-hide-btn:focus {
  color: #000F42;
}
.page-searchresult .search-hide-btn {
	display: none;
}
.tx-indexedsearch-info > dt {
	float: left;
	clear: left;
	width: 25%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tx-indexedsearch-info > dd {
	margin-left: 25%;
}
.tx-indexedsearch-res span {
	display: inline-block;
}
.tx-indexedsearch-res {
	border-bottom: 0.063rem solid #9799a0;
    margin-bottom: 1.5rem;
}
.frame-collapsemobile button {
	cursor: text;
}
.accordion > header,
.frame-collapse > header {
  cursor: pointer;
  position: relative;
  background: #e7e7e9;
  padding: 0.75rem 4.5rem 0.75rem 1.5rem;
  min-height: 3rem;
  margin-bottom: 1.5rem;
}
.accordion > header > *,
.frame-collapse > header > * {
	margin: 0;
}
.accordion > header:hover,
.accordion > header:focus,
.frame-collapse > header:hover,
.frame-collapse > header:focus {
	color: var(--body-link-color);
}
.accordion > header button,
.frame-collapse > header button {
	border-style: none;
	display: block;
	width: 100%;
	text-align: left;
}
.accordion > header button::-moz-focus-inner,
.frame-collapse > header button::-moz-focus-inner {
	border: 0;
}
.accordion > header button[aria-expanded="false"]::before,
.frame-collapse > header button[aria-expanded="false"]::before {
	 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.accordion.container,
.width-max > .frame-collapse {
	padding-bottom: 0;
}
.accordion > header > *:before,
.frame-custom-31 > header > *:before {
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: 0;
  overflow: hidden;
  position: absolute;
  right: 1.5rem;
  top: 0.75rem;
  margin: 0;
  font-weight: 900;
  font-size: 2.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.accordion > header button:before,
	.frame-collapse > header button:before {
		transition: none;
	}
}
@media (max-width: 768px) {
	.frame-collapsemobile > header *,
	.frame-collapse > header * {
		margin: 0;
	}
}
@media (max-width: 1024px) {
	.width-max > .frame-collapsemobile {
		padding-bottom: 0;
	}
	.frame-collapsemobile > header {
		cursor: pointer;
		position: relative;
		background: var(--toggle-bg);
		padding: var(--base-size-half) var(--gutter-triple) var(--base-size-half) var(--gutter);
		min-height: var(--base-size-double);
		margin-bottom: var(--base-size);
	}
	.frame-collapsemobile > header > * {
		margin: 0;
	}
	.frame-collapsemobile > header:hover,
	.frame-collapsemobile > header:focus {
		color: var(--body-link-color);
	}
	.frame-collapsemobile > header button {
		border-style: none;
		display: block;
		width: 100%;
		text-align: left;
	}
	.frame-collapsemobile > header button::-moz-focus-inner {
		border: 0;
	}
	.frame-collapsemobile > header button[aria-expanded="false"]::before {
		-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
		transform: rotate(180deg);
	}
	.frame-collapsemobile > header button::before {
		content: "";
		display: inline-block;
		font-family: "Font Awesome 5 Free";
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		vertical-align: 0;
		overflow: hidden;
		position: absolute;
		right: var(--gutter);
		top: var(--base-size-half);
		margin: 0;
		font-weight: 900;
		font-size: var(--font-size2);
		-webkit-transition: all var(--transition);
		-moz-transition: all var(--transition);
		-ms-transition: all var(--transition);
		-o-transition: all var(--transition);
		transition: all var(--transition);
	}
}
@media (max-width: 1024px) and (prefers-reduced-motion: reduce) {
	.frame-collapsemobile > header button::before {
		transition: none;
	}
}
@media (max-width: 1024px) {
	.frame-collapsemobile button {
		cursor: pointer;
	}
}
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	padding: 0;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 1.5rem 1.5rem 0 1.5rem;
  border: 0.063rem solid #9799a0;
  width: 100%;
  max-width: 1280px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@media (min-width: 769px) {
  .modal {
    padding: 3rem 1.5rem;
  }

  .modal-content {
    width: 80%;
    padding: 1.5rem 3rem;
  }
}
@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}
@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}
/* The Close Button */
.modal-close {
  color: #0026a8;
  float: right;
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
}
.modal-close:hover, .modal-close:focus {
  color: #000F42;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 1921px) {
.ce-heroimage img{width:100%;}
.frame-layout-110 > div {max-width: 1714px;}
}

@media (max-width: 1600px) {
	
}

@media (max-width: 1024px) {
.grid-wrapper {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 300px;
  }
.header-fixed .content-header {padding-bottom:5rem; }
.frame-type-heroimage .hero-text {top: 40%;left: 7%;} 
}

@media (max-width: 900px) {
.ce-intext .ce-gallery {width: 100%;}
.ce-intext.ce-nowrap > .ce-bodytext {width: 100%;}
.ce-intext.ce-left .ce-column {padding-right:0;}
.frame-layout-190 {
  column-count: 1;
  column-gap: 0;
  margin-bottom: 1rem;
  max-width: 80%;
  margin: 0 auto;
}
#c361 {width:220px; margin-top:1.75rem;}
.conversion ul li a {width:2.75rem;}
.grid-wrapper {
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: 200px;
	}
[class*="col-6"] {width: 100%;}
.frame-layout-100 {margin:2rem auto 2rem auto;}
.area-mw .frame-layout-110 {padding-top: 2rem;}
.frame-type-gridgallery_gallery {padding: 0;}
.frame-type-heroimage .hero-text {top: 50%;left: 7%;} 
}
@media screen and (max-width: 768px) {
.header-fixed .header-image {height:6rem;}
.header-fixed.scroll-fixed .header-image {height:6rem;}
.ce-left.ce-intext .ce-gallery {margin-right: 0;}
.ce-right.ce-intext .ce-gallery { margin-left: 0;}
div.wrapper-logo img {height: 6rem;}
.ce-heroimage {margin-top:6rem;}
}
@media (max-width: 660px) {
.conversion-wrap { display: block;}
.conversion nav ul {float: none;}
.conversion nav ul li{padding:8px 1rem;}
.conversion ul li a {height:45px;}
.grid-wrapper .wide {grid-column: span 1;}
.no-gutters [class*="col-4"] {width: 100%; margin-bottom:1.5rem;}
}

@media (max-width: 560px) {
.cv-1 {display:none; }
.conversion ul li a {
  padding: 0 0.5rem;
  }
}
@media (max-width: 480px) {
.grid-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: 300px;
  }
#c361 {margin-top: 1.75rem;}
.conversion ul li a {width: 1.875rem; height:30px;}
.wrapper-logo {top: 0;}  
.header-fixed .header-image {height: 5.5rem;}
.header-fixed.scroll-fixed .header-image {height: 5.5rem;}
.ce-heroimage {margin-top: 5.5rem;}
div.wrapper-logo img {height: 4.5rem;}
.frame-type-heroimage .hero-text {top: 46%; left:4%; }
.header-image .width-max {
  width: 100%;
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
}
}  
	

@media print {
	* {
		background: rgba(0, 0, 0, 0) !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	@page {
		margin: 0.5cm;
	}
	a,
	a:visited {
		color: #000 !important;
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a[href]:after,
	.ir a[href^="javascript:"]:after,
	.ir a[href^="#"]:after,
	.wrapper-logo a[href]:after,
	.wrapper-logo a[href^="javascript:"]:after,
	.wrapper-logo a[href^="#"]:after,
	.news-img-wrap a[href]:after,
	.news-img-wrap a[href^="javascript:"]:after,
	.news-img-wrap a[href^="#"]:after,
	a[href]:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	.btn-primary,
	.btn-secondary {
		border-color: #000;
	}
	pre {
		border: 1px solid #000;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	.wrapper-logo img {
		margin: 0;
	}
	.content-header {
		border-bottom: 1px solid #999;
		padding-bottom: 0.5cm;
		margin-bottom: 0.5cm;
	}
	.wrapper-footer {
		border-top: 1px solid #999;
		margin-top: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	.print-hidden,
	.wrapper-search,
	.header-service,
	.header-image,
	.content-rootline,
	.wrapper-topmenu,
	.content-footer,
	.content-footer2 nav,
	.scrollToTop a,
	.f3-widget-paginator,
	.f3-widget-paginator li {
		display: none !important;
	}
	.accordion .togglecontent,
	.frame-collapse .togglecontent,
	.frame-collapsemobile .togglecontent {
		display: block !important;
	}
	.accordion > header,
	.frame-collapse > header,
	.frame-collapsemobile > header {
		padding: 0;
	}
	.accordion > header > *:before,
	.frame-collapse > header > *:before,
	.frame-collapsemobile > header > *:before {
		display: none;
	}
}
