/* Fonts
================================================== */
/* gantari-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: 'Gantari';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/gantari-v1-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../Fonts/gantari-v1-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/gantari-v1-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../Fonts/gantari-v1-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../Fonts/gantari-v1-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../Fonts/gantari-v1-latin-regular.svg#Gantari') format('svg'); /* Legacy iOS */
}
/* gantari-500 - 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: 'Gantari';
  font-style: normal;
  font-weight: 500;
  src: url('../Fonts/gantari-v1-latin-500.eot'); /* IE9 Compat Modes */
  src: url('../Fonts/gantari-v1-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/gantari-v1-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../Fonts/gantari-v1-latin-500.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../Fonts/gantari-v1-latin-500.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../Fonts/gantari-v1-latin-500.svg#Gantari') format('svg'); /* Legacy iOS */
}
/* gantari-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: 'Gantari';
  font-style: normal;
  font-weight: 600;
  src: url('../Fonts/gantari-v1-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../Fonts/gantari-v1-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/gantari-v1-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../Fonts/gantari-v1-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../Fonts/gantari-v1-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../Fonts/gantari-v1-latin-600.svg#Gantari') format('svg'); /* Legacy iOS */
}
/* gantari-700 - 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: 'Gantari';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/gantari-v1-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../Fonts/gantari-v1-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/gantari-v1-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../Fonts/gantari-v1-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../Fonts/gantari-v1-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../Fonts/gantari-v1-latin-700.svg#Gantari') format('svg'); /* Legacy iOS */
}

/* Base
================================================== */
html {
	overflow-y: scroll;
	box-sizing: border-box;
	background-color: #f8f7f5;
}
body {
	height: 100%;
    font-family: 'Gantari', Arial, Helvetica, sans-serif;
	background: #f8f7f5;
    color: #11595b;
    font-size: 21px;
    font-weight: 400;
	font-style: normal;
	line-height: 130%;
	/*letter-spacing: 0.01em;*/
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	/*-webkit-user-select: none;
	user-select: none;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gantari', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 25px;
	color: #dfb100;
    margin: 0 0 30px 0;
	padding: 0;
	line-height: 130%;
	text-transform: none;
	letter-spacing: 0.02em;
}
h1, h2 {
	font-size: 60px;
	margin: 50px 0 60px 0;
}
h1.ce-headline-center {
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
p {
    margin: 0 0 30px 0;
}
a {
	color: inherit;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active, a:focus, a:hover {
	color: inherit;
	text-decoration: underline;
}
*:focus, *:active {
    outline: 0 none;
}
a:focus, a:active {
    outline: 0 none;
}
.mainwrap a:hover, .mainwrap a:active {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
    border-color: inherit;
}
b, strong {
	font-weight: 600;
}
ol, ul {
	margin: 0 0 30px 25px;
	padding: 0;
	list-style-position: outside;
}
ol ol, ol ul, ul ol, ul ul {
	margin-top: 10px;
	margin-bottom: 15px;
}
.link-extern, .link-download, .link-intern {}
.link-mail {}
.link-extern:hover, .link-extern a:active, .link-mail:hover, .link-download:hover, .link-intern:hover {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.link-mail:before {
	content: "\f003" !important;
	font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    text-decoration: none;
    color: #fff;
    margin-right: 5px;
    display: inline-block;
}
.link-button, .closeLightbox {
	padding: 15px 25px;
	border: 1px solid inherit;
	display: inline-block;
}
.closeLightbox {
	cursor: pointer;
	margin: 0 auto;
	display: table;
}
.closeLightbox:hover {
	text-decoration: underline;
}
.clearer {
	clear: both;
}
sup {
	top: -0.7em;
	left: 0.2em;
	font-size: 50%;
	font-family: 'Gantari', Arial, Helvetica, sans-serif;
}
pre {
	font-family: 'Gantari', Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 10px;
	color: inherit;
	background-color: transparent;
	border: none;
	border-radius: 0;
	white-space: normal;
	word-break: inherit;
}
blockquote {
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	line-height: 130%;
	border: none;
	font-style: italic;
}
blockquote p {
	display: inline;
}
blockquote:before {
	content: "\f101";
	font: normal normal normal 22px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: inherit;
	margin-right: 7px;
}
blockquote:after {
	content: "\f100";
	font: normal normal normal 22px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: inherit;
	margin-left: 7px;
}
.container {
	position: relative;
	max-width: 100%;
	background-color: transparent;
}
.row {
	/*padding-bottom: 60px;*/
}
.row.headwrap {
	padding-bottom: 0;
}
.mainwrap {
	position: relative;
	background: transparent;
	text-align: left;
	margin: 0 auto;
}
/* specific formatting */
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.align-justify { text-align: justify; }
.indent { margin-left: 1.5em; }
.block { display: block; }
/* Placeholder */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: inherit;
	opacity: 0.3;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: inherit;
	opacity: 0.3;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: inherit;
	opacity: 0.3;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: inherit;
	opacity: 0.3;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: inherit;
	opacity: 0.3;
}

/* Header
================================================== */
#header {
	z-index: 10;
	width: 100%;
}
#headBox {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #f8f7f5;
}
.header-img {
	position: relative;
}
.logo {
	display: flex;
	justify-content: center;
	margin: 30px auto 60px auto;
}
.logo img {
	width: 260px;
	height: 206px;
	margin: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#header .logo {
	padding: 40px 0 10px 0;
}
.fix-header #header .logo {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0;
	padding-top: 10px;
	background-color: #f8f7f5;
	/*background-color: rgba(255,255,255,0.8);*/
}
.fix-header #header .logo img {
	width: 120px;
	height: 95px;
}

/* Navigation
================================================== */
#navBox {
	margin: -64px 21px 0 0;
	padding-top: 0;
	width: 30px;
	float: right;
}
.navbar {
	min-height: 10px;
	margin: 0;
	padding: 0;
	border-radius: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#headBox .navbar {
	padding-top: 0;
	padding-bottom: 10px;
}
.nav {
	width: 100%;
	margin: 0;
	padding: 0;
}
.menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.navbar-default {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	text-align: left;
}
/* Toggle */
.navbar-toggle {
	float: none;
	color: inherit;
	background: transparent;
	text-align: center;
	display: block;
	cursor: pointer;
	position: relative;
	z-index: 500;
	width: 30px;
	height: 40px;
	margin: 0;
	padding: 5px 0;
	border-radius: 0;
	border: none;
}
.navbar-toggle:focus, .navbar-toggle:hover {
	background: transparent;
}
.navbar-toggle .icon-bar {
	width: 30px;
	height: 2px;
	background: inherit;
	margin: 5px 0;
}
.navbar-toggle:focus .icon-bar {
	background: inherit;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle:active .icon-bar {
	background: inherit;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.navbar-toggle .closeNav {
	width: 30px;
	height: 30px;
	background: transparent url('../Images/kreuz-close-nav.png') center center no-repeat;
	/*background-size: auto 100%;*/
	display: none;
}
.navbar-toggle .closeNav:hover, .navbar-toggle .closeNav:active {
	background: transparent url('../Images/kreuz-close-nav.png') center center no-repeat;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.navbar-toggle.openNav .closeNav {
	display: block;
}
.navbar-toggle.openNav .icon-bar {
	display: none;
}
#toggleBox {
	display: none;
	margin-top: 0;
	clear: both;
}
.navbar-default .navbar-nav>li {
	margin: 0;
	font-size: 17px;
}
.navbar-default .navbar-nav li a {
	color: inherit;
	font-family: 'Gantari', Arial, Helvetica, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	text-transform: none;
	padding: 5px 15px;
	line-height: 100%;
	font-weight: 700;
	display: block;
	background: transparent;
}
.navbar-default .navbar-nav li a:first-of-type {
	padding-left: 0;
}
.navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:active {
	color: #11595b;
	text-decoration: underline;
	background: transparent;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.navbar-default .navbar-nav .active>a, .navbar-default .navbar-nav .active>a:focus, .navbar-default .navbar-nav .active>a:hover, .navbar-default .navbar-nav .active>a:active,
.navbar-default .navbar-nav .activetop>a, .navbar-default .navbar-nav .activetop>a:focus, .navbar-default .navbar-nav .activetop>a:hover, .navbar-default .navbar-nav .activetop>a:active {
	color: #11595b;
	text-decoration: none;
	background: transparent;
	font-weight: 700;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
/*.navbar-default .navbar-nav>li.first {
	padding: 0 10px 0 0;
}
.navbar-default .navbar-nav>li.last {
	padding: 0 0 0 10px;
}*/
.navbar-default .navbar-nav>li>a {
	margin: 0;
}
.navbar-default .navbar-nav li li {
	font-size: 13px;
	float: none;
}
.navbar-default .navbar-nav li li a {
	color: inherit;
	letter-spacing: 0;
}
.navbar-default .navbar-nav li li a:focus, .navbar-default .navbar-nav li li a:hover, .navbar-default .navbar-nav li li a:active {
	/*background-color: inherit;*/
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.navbar-default .navbar-nav li li.active>a, .navbar-default .navbar-nav li li.active>a:focus, .navbar-default .navbar-nav li li.active>a:hover, .navbar-default .navbar-nav li li.active>a:active {
	color: inherit;
	background-color: transparent;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

/* Content
================================================== */
.contentwrap {
	/*margin: 0 -15px;
	padding: 0 15px;*/
}
.contentBlock {
	position: relative;
}
#content .contentBlock {
	padding-top: 2em;
}
.contentBlock ul {
	text-align: left;
}
.contentBlock p + ul {
	margin-top: -20px;
}
.contentBlock li {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
}
.contentBlock li:before {
	content: "\f054" !important;
	font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
    text-decoration: none;
    color: inherit;
    display: inline-block;
    margin-left: -24px;
    margin-right: 10px;
}
.frame-type-text, .frame-type-textpic {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
	margin-top: 10px;
}
.frame-type-textpic .ce-gallery .ce-row {
	display: flex;
	justify-content: center;
}
.ce-gallery {
	margin-bottom: 1.5em;
}
.ce-gallery figure {
	margin: 0 auto;
}
figcaption {
	margin: 15px 0 20px 0;
	font-size: 0.8em;
	line-height: 140%;
	text-align: center;
}
.image img {
	width: 100%;
	max-width: 100%;
	height: auto;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.frame-type-image {
	
}
/* Referenzen */
.image:hover img {
	/*-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);*/
}
.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {}
.ce-above .ce-gallery {
	/*margin-bottom: 0;*/
}
.frame-100 {
	margin: 3em auto;
	padding: 0;
	color: inherit;
	font-size: 28px;
	font-weight: 500;
	text-align: center;
	line-height: 130%;
	cursor: pointer;
}
.frame-100 .image {
	width: 90px;
	height: 90px;
	margin-top: 2em;
}
.frame-100 .image img {
	width: 90px;
	height: 90px;
}
.frame-100 .image a {
	display: block;
	padding-bottom: 2em;
}
.frame-100:before {
	content: url('../Images/cta-pfeil.svg');
	width: 90px;
	height: 90px;
	display: block;
	margin: 2em auto;
}
#c12.frame-100:before {
	content: '';
	display: none;
}
.frame-101, .frame-102 {
	position: relative;
	margin: 3em auto;
	padding: 30px 40px;
	color: #dfb100;
	background-color: transparent;
	border: 5px solid #dfb100;
	border-radius: 9px;
}
.frame-101:before, .frame-102:after {
	content: url('../Images/sprechblasen-haken1.svg');
	width: 24px;
	height: 27px;
	position: absolute;
    top: -26px;
    right: 0;
}
.frame-102:after {
	content: url('../Images/sprechblasen-haken2.svg');
    top: inherit;
	bottom: -26px;
	left: 0;
	right: inherit;
}
.frame-101 strong, .frame-102 strong {
	font-weight: 400;
	font-size: 19px;
}
.frame-101 p, .frame-102 p {
	margin-bottom: 20px;
}
.frame-101 p:last-of-type, .frame-102 p:last-of-type {
	margin-bottom: 0;
}
.frame-101 h1, .frame-102 h1, .frame-101 h2, .frame-102 h2 {
	margin-top: 10px;
}
.frame-101 a, .frame-102 a {
	margin-top: 10px;
	color: #11595b;
}
.frame-101 a:hover, .frame-102 a:hover {
	color: inherit;
}
.frame-110 h1, .frame-110 h2, .frame-110 h3 {
	margin: 50px 0 60px 0;
	color: #dfb100;
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
.frame-110 .image img {
	width: 370px;
	height: 370px;
}
.frame-120 {
	font-size: 23px;
	color: #dfb100;
	font-weight: 500;
}
.frame-130 {
	position: absolute;
	z-index: 1000;
	bottom: -49px;
	left: 2.5%;
	/*width: 70px;
	height: 92px;*/
	width: 60px;
	height: 79px;
	display: block;
}
.frame-130 img {
	width: 60px;
	height: 79px;
}
.fix-header .frame-130 {
	position: fixed;
	bottom: inherit;
	top: 2%;
}
/* Kontakt */
#contact {
	color: #fff;
	/*background-color: #dbbf28;*/
	background: linear-gradient(to right, #e0b101 0%, #dabf28 100%);
}
#contact .container > div {
	padding: 3em 0 5em 0;
}
#contact h1, #contact h2 {
	margin-left: 0;
	color: #fff;
}
#contact p {
	margin-bottom: 15px;
}
#contact a[href^="mailto:"]:before, #contact a[href^="#"]:before {
	content: url('../Images/cta_mail.svg');
	width: 95px;
	height: 95px;
	display: block;
	margin: 2em auto 5px auto;
}
#contact a[href^="tel:"]:before {
	content: url('../Images/cta_telefon.svg');
	width: 95px;
	height: 95px;
	display: block;
	margin: 2em auto 5px auto;
}
/* Slider */
.ce-slides-wrapper .ce-slide {
	border: 5px solid #11595b;
	border-radius: 16px;
	padding: 35px 20px;
	text-align: center;
	font-size: 21px;
	font-weight: 500;
}
.ce-slides-wrapper .ce-slide .frame {
	text-align: center;
}
.ce-slides-wrapper .ce-slide p {
	margin-bottom: 15px;
}
.ce-slides-wrapper .ce-slide p:last-of-type {
	margin-bottom: 0;
	font-size: 19px;
}
.swiper-pagination {
	position: relative !important;
	padding-top: 20px;
}
.swiper-pagination-bullet {
	width: 18px !important;
	height: 18px !important;
	border-radius: 9px !important;
	background: transparent !important;
	opacity: 1 !important;
	border: 4px solid #11595b;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #11595b !important;
}
/* Uploads */
.ce-uploads {
	line-height: 120%;
}
.ce-uploads li {
	margin-top: 5px;
	margin-bottom: 5px;
}
.ce-uploads img {
	float: none;
	margin-bottom: 10px;
	padding-right: 0.5em;
}
.ce-uploads-fileName {
	margin-bottom: 5px;
}
.ce-uploads-description {
	margin-bottom: 5px;
	font-size: 0.9em;
}
.ce-uploads-filesize {
	font-size: 0.8em;
}
/* Panel */
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0;
}
.panel-default {
	border-color: transparent;
}
.panel-heading {
	padding: 10px 15px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.panel-default>.panel-heading {
	color: inherit;
	background-color: transparent;
	border-color: transparent;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:transparent;
}
.panel-title {
	font-size: inherit;
}
.panel-body {
	padding: 0;
}
.panel-body .frame-type-html {
	line-height: 0;
}
/* Table */
.frame-type-table header {
	margin: 30px 0 0 0;
	background: inherit;
}
.ce-table thead {
	background-color: #f8f7f5;
}
.ce-table thead th {
	border-bottom: none;
}
.frame-type-table header h1, .frame-type-table header h2, .frame-type-table header h3 {
	color: #fff;
	margin: 0;
	padding: 0.2em 0.5em;
	font-size: 15px;
	font-weight: 400;
}
.ce-table th, .ce-table td {
	vertical-align: top;
	border-top: 1px solid inherit;
	padding: 0.75em 0.5em;
	/*min-width: 110px;*/
}
.ce-table th {
	padding: 0.5em 0.5em;
}
.ce-table td {
	font-size: 0.8em;
	line-height: 140%;
}
.ce-table td:first-of-type {
	font-weight: 700;
}
.ce-table ol, .ce-table ul {
	margin: 0 0 0px 25px;
}
.ce-table li {
	margin-top: 0;
	margin-bottom: 5px;
}
/* Lightbox */
.fancybox-bg {
	background: #f9f9fb;
}
.fancybox-button, .fancybox-infobar__body {
	background: transparent;
}
.fancybox-button:after, .fancybox-button:before {
	color: inherit;
}
.fancybox-button:hover {
	background: transparent;
}
.frame-type-text .lightbox {
	padding: 20px 25px;
	border: 1px solid inherit;
	display: inline-block;
}

/* FlexSlider / Slick Slider
================================================== */
.flexslider {
	background: inherit;
	display: none;
}
.flexslider .rahmenboxInner {
	/*width: 100%;*/
	max-width: 100%;
	height: calc(100vh - 200px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: inline-block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-slider button {
	position: absolute;
	z-index: 3;
	display: block;
	width: 19px;
	height: 13px;
	margin: -7px 0 0 0;
	top: 33%;
	font-size: 0;
	border: none;
}
.slick-dots {
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: 12px;
	z-index: 10000;
	margin: 0;
	padding: 0;
}
.slick-dots li {
	list-style-type: none;
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}
.slick-dots li button {
	width: 12px;
	height: 12px;
	background: #f8f7f5;
	background: rgba(255,255,255,0.5);
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	position: relative;
	margin: 0;
}
.slick-dots li button:hover {
	background: #11595b;
	background: rgba(0,0,0,0.7);
}
.slick-dots li.slick-active button {
	background: #11595b;
	background: rgba(0,0,0,0.7);
}
.slick-prev {
	left: 19%;
	background: transparent url('../Images/is-prev.png') center center no-repeat;
}
.slick-next {
	right: 19%;
	background: transparent url('../Images/is-next.png') center center no-repeat;
}

/* Google map
================================================== */
#googleMap {
	width: 100%;
	height: 525px;
	position: relative;	
	display: block;
	background-color: #f8f7f5;
	margin-bottom: 25px;
}
.map-tooltip {
    padding: 5px;
	display: block;
	font-size: 15px;
	font-family: 'Gantari', Arial, Helvetica, sans-serif;
    line-height: 20px;
}
.map-tooltip p {
    margin: 0;
    text-align: center;
	min-width: 150px;
}

/* Form
================================================== */
form input[type="text"], input[type="password"], input[type="email"], form textarea {
	height: 30px;
	padding: 3px 5px;
	color: inherit;
}
form input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, form textarea:focus,
form input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, form textarea:hover {
	background-color: #f8f7f5;
}
form input[type="submit"] {
    width: auto;
    min-height: 30px;
	margin: 0;
	padding: 5px 30px;
	color: #fff;
    border: none;
    border-radius: 0;
    background-color: #0094d9;
}
form input[type="submit"]:hover, form input[type="submit"]:active, form input[type="submit"]:focus {
	color: inherit;
    border: none;
    background-color: #004d99;
    text-decoration: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.form-control {
	height: 30px;
	max-width: 100%;
	padding: 3px 5px;
	font-size: 15px;
	color: inherit;
	background-color: #f8f7f5;
	border: 1px solid #d9d9d9;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
textarea.form-control {
	height: 120px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #e2e2e2;
}
.btn-primary, .btn-primary:active, .btn-primary:focus {
	color: inherit;
	background-color: transparent;
	border-color: inherit;
}
.btn {
	width: auto;
	min-width: 130px;
	display: block;
	margin: 0 auto;
	padding: 15px 25px;
	color: inherit;
	border: 1px solid inherit;
    border-radius: 0;
	text-align: center;
}
.btn:hover, .btn:active, .btn:focus {
	color: inherit;
	text-decoration: underline;
	background-color: transparent;
}
.btn-toolbar>.btn-group {
	display: block;
	float: none;
}
legend {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: 700;
	color: inherit;
	border-bottom: none;
}
label {
	float: none;
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 0 0 5px 0;
	font-weight: 400;
}
.mandatory {
	color: #9d0d15;
}
.g-recaptcha>div {
	margin: 0 auto;
}
.frame-type-form_formframework {
	margin-bottom: 0;
}
.error, .has-error .help-block {
	text-align: center;
	color: #a94442;
}

/* Footer
================================================== */
footer {
	position: relative;
	margin: 0;
    padding: 0;
	background: transparent;
	font-size: inherit;
	text-align: left;
	color: #11595b;
}
footer .container {
	padding-top: 10px;
	padding-bottom: 10px;
	background: inherit;
}
footer .row {
	padding-bottom: 0;
}
footer a, footer a:active, footer a:visited, footer a:focus, footer a:hover {
	color: #11595b;
}
footer .navbarbox, footer .navbar {
	display: flex;
	justify-content: center;
}
footer .footernav {
	height: auto;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    font-weight: 500;
}
footer .footernav li {
	float: left;
	width: auto;
    margin: 0 0 0 10px;
    padding: 0;
    color: inherit;
    list-style-type: none;
    font-size: 23px;
}
footer .footernav>li:first-of-type {
    margin: 0;
}
footer .footernav li a, footer .footernav li a:visited {
	color: #11595b;
	text-decoration: none;
}
footer .footernav li a:active, footer .footernav li a:focus, footer .footernav li a:hover {
	color: #11595b;
	text-decoration: underline;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
footer .footernav>li>a {
	margin: 0 auto;
	padding: 0 10px 0 0;
    color: #11595b;
    text-decoration: none;
	border-right: 2px solid #11595b;
}
footer .footernav>li>a:visited {
	color: #11595b;
	text-decoration: none;
}
footer .footernav>li.active>a, footer .footernav>li.active>a:visited {
    color: #11595b;
}
footer .footernav li ul.level-2 {
    margin: 10px 0 0 0;
    font-size: 0.9em;
}
footer .copyright {
	margin: 0 0 40px 0;
	color: inherit;
	font-size: 0.8em;
	text-align: center;
}
footer .copyright a {
	color: inherit;
}
footer .copyright span {
	margin-left: 10px;
}
footer .social {
	margin-top: -3px;
}
footer .social a {
	font-size: 0;
	margin: 0 0 0 10px;
}
footer .social a:first-of-type {
	margin-left: 15px;
}
footer .social a:active, footer .social a:focus, footer .social a:hover {
	text-decoration: none;
}
footer .insta:before {
	content: "\f16d";
	font: normal normal normal 29px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: inherit;
	position: relative;
	top: 3px;
}
footer .linked:before {
	content: "\f08c";
	font: normal normal normal 29px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: inherit;
	position: relative;
	top: 3px;
}

/* Media queries
================================================== */
@media screen and (max-width: 1469px) {}
	
@media screen and (max-width: 991px) {
	h1 {
		font-size: 31px;
		margin: 20px 0;
	}
	.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	h1, h2 {
		font-size: 40px;
		margin: 40px 0 30px 0;
	}
	#headBox .header-img {
		/*width: 150%;*/
		/*margin-left: -25%;*/
	}
	#headBox, .frame-type-image {
		margin-left: -15px;
		margin-right: -15px;
	}
	.logo {
		margin: 15px auto 30px auto;
	}
	.fix-header #header .logo img {
		width: 100px;
		height: 79px;
	}
	.navbar-default .navbar-nav .menu {
		padding: 0 0 0 10px;
	}
	.navbar-default .navbar-nav li li a {
		font-weight: 400;
	}
	.frame-type-textpic .ce-gallery .ce-column, .frame-type-textpic .ce-gallery .image, .frame-type-image .ce-gallery .ce-outer, .frame-type-image .ce-gallery .ce-inner, .frame-type-image .ce-gallery .ce-column, .frame-type-image .ce-gallery .image {
		width: 100%;
	}
	.frame-100.frame-type-textpic .ce-gallery .image {
		width: 90px;
		height: 90px;
	}
	.ce-table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}
	.frame-101, .frame-102 {
		padding: 30px 20px;
	}
	.frame-110 .image img {
		width: 70%;
		height: 70%;
		margin: auto;
	}
	.frame-130 {
		bottom: -49px;
		/*left: 23%;*/
		left: 8%;
		width: 60px;
		height: 79px;
	}
	.frame-130 img {
		width: 60px;
		height: 79px;
	}
	.fix-header .frame-130 {
		top: 2%;
		left: 8%;
		width: 50px;
		height: 67px;
	}
	.fix-header .frame-130 img {
		width: 50px;
		height: 67px;
	}
	footer .navbarbox, footer .navbar {
		display: block;
	}
	footer .footernav>li {
		float: none;
		margin: 0;
	}
	footer .footernav>li>a {
		border: none;
	}
	footer .social {
		margin-top: 10px;
	}
	footer .social a:first-of-type {
		margin-left: 0;
	}
}

@media screen and (max-width: 620px) {}

@media screen and (max-width: 520px) {
	footer .copyright {
		margin-bottom: 15px;
	}
	footer .copyright span {
		display: block;
		margin-left: 0;
	}
	.ce-gallery[data-ce-columns="4"] .ce-column {
		margin: 0 0 10px 0;
		width: 100%;
		box-sizing: border-box;
	}
	#googleMap {
		height: 250px;
	}
}

@media screen and (max-width: 460px) {
	h1, h2 {
		font-size: 33px;
		margin: 30px 0 20px 0;
    }
	.logo img {
		/*width: 70px;
		height: 55px;*/
	}
	#navBox {
		margin: 0 7px 0 0;
	}
	footer .footernav li li {
		padding: 3px 0 3px 10px;
	}
}

@media screen and (max-width: 390px) {}

@media screen and (min-width: 768px) {
	.container {
		width: 100%;
		padding-right: 0;
    	padding-left: 0;
	}
	.mainwrap {
		padding-top: 0;
	}
	.mainwrap .lightboxwrap {
		padding-top: 0;
	}
	.frame-type-text, .frame-type-textpic {
		text-align: justify
	}
	.frame-type-text.frame-100 {
		text-align: center;
	}
	.frame-type-text, .frame-type-textpic, .frame-101, .frame-102, .ce-slider {
		max-width: 650px;
	}
	.frame-type-header h1, .frame-type-header h2 {
		margin-left: 5%;
	}
	h3, h4, h5, h6 {
    	max-width: 650px;
    	margin-left: auto;
    	margin-right: auto;
	}
	#navBox {
		display: none;
	}
	.navbar-toggle {
		float: left;
		height: 30px;
		padding: 0;
		cursor: default;
	}
	#toggleBox {
		display: block;
	}
	.nav {
		margin: 0;
		padding: 0;
	}
	.navbar-default .navbar-nav li a {
		padding: 10px 25px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.navbar-default .navbar-nav>li {
		font-size: 17px;
	}
	.navbar-default .navbar-nav li li {
		position: relative;
		float: none;
		width: auto;
		margin: 0;
		font-size: 17px;
	}
	.navbar-default ul li ul {
		position: absolute;
		top: -999em;
		width: auto;
		min-width: 110px;
		margin: 0 -30px;
		padding: 25px 10px 15px 10px;
		background-color: #f8f7f5;
	}
	.fix-header .navbar-default ul li ul {
		padding: 20px 15px 20px 15px;
		background-color: rgba(255,255,255,0.8);
	}
	.navbar-default ul li ul li ul {
		margin: 0;
		padding: 0;
	}
	.navbar-default ul li:hover ul {
		left: 0;
		right: 0;
		top: 42px;
		z-index: 1000;
	}
	.navbar-default ul li:hover ul li ul {
		top: -999em;
	}
	.navbar-default ul li ul li:hover ul {
		top: 0;
	}
	.navbar-default ul li ul li:hover ul li ul {
		top: -999em;
	}
	.navbar-default ul li ul li ul li:hover ul {
		top: 0;
	}
	.navbar-default .navbar-nav li li a {
		padding: 10px 15px;
		font-size: 14px;
		color: inherit;
		text-decoration: none;
		white-space: nowrap;
		display: block;
		text-transform: none;
		text-align: center;
	}
	.navbar-default .navbar-nav li li a:last-of-type {
		padding: 10px 15px 10px 15px;
	}
	.navbar-default .navbar-nav li li a:visited {
		text-decoration: none;
	}
	.navbar-default .navbar-nav li li a:active, .navbar-default .navbar-nav li li a:focus, .navbar-default .navbar-nav li li a:hover {
		font-style: normal;
		text-decoration: underline;
		/*color: #fff;
		background-color: inherit;*/
	}
	.navbar-nav li:hover ul {
		opacity: 1;
	}
	.navbar-nav li:hover ul li {
		opacity: 1;
	}
	.navbar-nav li:hover ul .last {}
	/* Transitions */
	.navbar-nav li ul {
		/*opacity: 0;
		-webkit-transition: opacity 0.3s ease;
		-moz-transition: opacity 0.3s ease;
		-o-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;*/
	}
	.navbar-nav li li {
		opacity: 0;
		-webkit-transition: opacity 0.5s ease-in;
		-moz-transition: opacity 0.5s ease-in;
		-o-transition: opacity 0.5s ease-in;
		transition: opacity 0.5s ease-in;
	}
	.form-navigation .btn-toolbar {
		margin-left: 0;
	}
}

@media screen and (min-width: 992px) {
	#headBox .navbar {
		padding-top: 0;
	}
	.fix-header #headBox .navbar {
		padding-top: 0;
	}
	.navbar-default .navbar-nav li a:first-of-type {
		padding: 5px 25px 25px 25px;
	}
	.fix-header .navbar-default .navbar-nav li a:first-of-type {
		padding: 5px 25px 15px 25px;
	}
	h3, h4, h5, h6 {
    	max-width: 750px;
	}
	.frame-type-text, .frame-type-textpic, .frame-101, .frame-102, .ce-slider {
		max-width: 750px;
	}
	.frame-101 {
		left: -95px;
	}
	.frame-102 {
		right: -95px;
	}
	footer .footernav {
	    margin: 0;
	}
	footer .footernav li {
		width: auto;
	}
	footer .footernav>li {
	    margin: 0 0 0 15px;
	}
	.frame-layout-2 .ce-bodytext {
		padding: 0 30px;
	}
	.frame-layout-2 .ce-bodytext header h1, .frame-type-textpic .ce-bodytext header h1 {
		margin: 40px 0 10px 0;
		font-size: 29px;
	}
	.frame-100.frame-type-textpic .ce-bodytext header h1 {
		margin: 10px 0 10px 0;
	}
	.frame-type-textpic .ce-intext.ce-right .ce-gallery, .frame-type-textpic .ce-intext.ce-left .ce-gallery {
		width: 50%;
	}
	.frame-type-textpic .ce-textpic.ce-right .ce-gallery {
		margin-left: 15px
	}
	.frame-type-textpic .ce-textpic.ce-left .ce-gallery {
		margin-right: 15px
	}
}

@media screen and (min-width: 1200px) {
	.frame-type-header h1, .frame-type-header h2 {
		margin-left: 10%;
	}
	.frame-type-header h1.ce-headline-center, .frame-type-header h2.ce-headline-center {
		margin-left: 0;
	}
	.ce-bodytext + .ce-gallery {
		margin-top: 3em;
	}
	.frame-120 {
		padding-left: 12em;
	}
}

@media screen and (min-width: 1470px) {
	.container {
		width: 100%;
		max-width: 1800px;
		padding-right: 0;
    	padding-left: 0;
	}
	.navbar-default .navbar-nav li a:first-of-type {
		padding: 0px 35px 25px 35px;
	}
	.fix-header .navbar-default .navbar-nav li a:first-of-type {
		padding: 0px 35px 15px 35px;
	}
	.ce-uploads img {
		float: left;
	}
}

@media print {
	html * {font-family: 'Gantari', Arial, Helvetica, sans-serif;}
	body {
		font-family: 'Gantari', Arial, Helvetica, sans-serif;
	    background: #f8f7f5;
	    color: #11595b;
	    font-size: 16px;
	    margin: 0;
	    padding: 0;
	}
	.nav, .navbar, .footernav, .csc-linkToTop {
		display: none;
	}
	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		text-decoration: none !important;
	}
	a[href]:after {
		display: none;
	}
	.link-extern, .link-intern, .link-mail, .link-download {
		padding: 0;
	}
	footer {}
}