@charset "utf-8";

@font-face {
	font-family: 'RobotoLight';
	src: url('/assets/fonts/roboto-v30-latin-300.woff') format('woff');
}
@font-face {
	font-family: 'RobotoLight';
	src: url('/assets/fonts/roboto-v30-latin-300.woff') format('woff');
}
@font-face {
	font-family: 'RobotoRegular';
	src: url('/assets/fonts/roboto-v30-latin-regular.woff') format('woff');
}
@font-face {
	font-family: 'RobotoBold';
	src: url('/assets/fonts/roboto-v30-latin-700.woff') format('woff');
}

html { scroll-behavior: smooth; height: 100%; min-height: 100%; }
body { height: 100%; min-height: 100%; overflow-x: hidden; font-weight: normal; font-size: 18px; line-height: 1.5em; background: #ffffff; color: #7D7D7D; font-family: 'RobotoRegular'; }
body.ov_hidden { overflow: hidden; }
@media only screen and (max-width: 1600px) {
}

header { z-index: 10; width: 100%; padding: 0 0 0 0; position: absolute; top: 0; background: rgba(255,255,255,0.9); box-shadow: 3px 3px 40px rgba(0,0,0,0.15); }
main { z-index: 1; position: relative; padding: 50px 0; }
footer { } 
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1020px) {
}
@media only screen and (max-width: 767px) {
    main { padding: 20px 0; }
}

h1 { margin: 0 0 1em 0; font-size: 2.5em; line-height: 1.1em; color: #165F6E; font-weight: bold; font-style: normal; font-family: 'century-gothic'; }
h2 { margin: 0 0 1em 0; font-size: 1.66em; line-height: 1.33em; color: #165F6E; font-weight: bold; font-style: normal; font-family: 'century-gothic'; }
h3 { margin: 0 0 10px 0; font-size: 1.11em; line-height: 1.2em; color: #165F6E; font-weight: bold; font-style: normal; font-family: 'century-gothic'; }
h4 { }
h5 { }
h6 { }
@media only screen and (max-width: 767px) {
	h1 { font-size: 1.6em; }
    h2 { font-size: 1.6em; }
    h3 { font-size: 1.25em; }
}

a { text-decoration: underline; color: #0085A1; }
a:hover { text-decoration: none; color: #0085A1; }

.text-primary a { color: #165F6E; }

p { margin-bottom: 1.5em; }
div { position: relative; }
img { -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0); backface-visibility: hidden; transform: translateZ(0); }

.font_size_14 { font-size: 0.77em; line-height: 1.35em; }

figure { /* padding: 0 0 0 1.5em; */}
.blockquote { font-size: 1.4em; }
.blockquote-footer { color: rgba(0,0,0,0.5); font-size: 0.8em; margin-bottom: 1.5em; }
.blockquote-footer:before { /*display: none;*/ }

ul { margin-bottom: 1.5em; padding-left: 1.2em; }
ul li { }

ul.pdf {}
ul.pdf li { list-style: none; }
ul.pdf li i { color: #0085A1; }

ol { margin-bottom: 1.5em; }
ol li {}

b, strong { font-weight: normal; font-family: 'RobotoBold'; }

dl.row { margin-right: 0; margin-left: 0; }
dd { margin-bottom: 0; }

figure, .blockquote, .btn { margin-bottom: 1em; }

table { width: 100%; }
table td, table th { padding: 0; vertical-align: top; }

.text-primary { color: #165F6E!important; }
.text-secondary { color: #ABE5F0!important; }

.bg-primary { background-color: #0085A1!important; }
.bg-secondary { background-color: #56C5D8!important; }
.bg-light { background-color: #ABE5F0!important; }

.med-order {background: none; border: none; font-size: 2em; color: #0085A1;}
.med-order:hover {color: #56C5D8;}
.med-order:disabled { opacity: 0.5; color: #bbb !important; cursor: not-allowed;}

@media only screen and (max-width: 767px) {
.med-order {font-size: 1.75em; }
}


/* Button bootstrap classes */
.btn { }
.btn.btn-lg {  }

.btn-primary { background-color: #0085A1; border-color: #0085A1; color: #ffffff; }
.btn-primary:hover { background-color: #0098b8; border-color: #0098b8; }
.btn-primary:disabled { background-color: #bbb; opacity: 0.5; color: #333 !important; cursor: not-allowed; border-color: #bbb;pointer-events: all;}

.btn-primary.focus, .btn-primary:focus { box-shadow: none;  }
.btn-primary.active, .btn-primary:active { box-shadow: none!important; background-color: #0098b8!important; border-color: #0098b8!important; }

.btn-secondary { background-color: #0069b4; border-color: #0069b4; color: #ffffff; }
.btn-secondary:hover { background-color: #0078ce; border-color: #0078ce; }

.btn-secondary.focus, .btn-secondary:focus { box-shadow: none;  }
.btn-secondary.active, .btn-secondary:active { box-shadow: none!important; background-color: #0078ce!important; border-color: #0078ce!important; }

.alert-success {}
.alert-danger {}

.form-control {}
textarea.form-control { height: 180px; }

.form-check-input[type=radio] {border-radius: 50%; /* border-color: #008598; */ border: 3px solid #008598;}
.form-check-input:checked {background-color: #165F6E;border-color: #008598;}

.svg-secondary { fill: #0069b4; width:25px; } 
.img-captcha { border-radius: 6px; }

/* Custom */
.overlay { position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }

.plugin_trenner {}
.width_basic { max-width: 1024px; padding: 0 40px; }
.content { max-width: 700px; }
.height_300 { height: 300px; }
.height_600 { height: 600px; }
@media only screen and (max-width: 767px) {
	.width_basic { padding: 0 15px; } 
 }

.flexslider_container { height: 100%; padding: 40px; }
.flexslider_height { height: 700px; }
@media only screen and (max-width: 767px) {
	.flexslider_height { height: 250px; }
	.flexslider .slides > li {display: none!important; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */

 }
.flexslider { z-index: 1; margin-top:-145px; }
@media only screen and (max-width: 767px) {
	.flexslider { margin-top:0px; }
 }
.flexslider .overlay { background: rgba(0,0,0,0.5); pointer-events: none; }
.flex-direction-nav { pointer-events: none; }
.flex-direction-nav li a { pointer-events: auto; }
.flex-control-paging li a { width: 0.6em; height: 0.6em; background: #c6c6c6; cursor: pointer; }
.flex-control-paging li a.flex-active { background: #009fe3; }
@media only screen and (max-width: 980px) {
    .nav_container { float: none; }
	.mainnav { text-align: left; padding: 0 0 20px 50px; display: none; }
	.mainnav ul.level0 { margin: 0 0 0 0; }
	.mainnav ul.level0 li { float: none; margin: 0 0 0 0; }
	.mainnav ul.level0 li a { display: inline-block; padding: 3px 0; }
    .mainnav ul.level0 li a:hover { border-bottom: solid 4px transparent; }
}

.flexslider_1 { }
.flexslider_1.flexslider_height { height: 100%; }

.width_extrasmall { max-width: 480px; padding: 0 40px; }
.width_small { max-width: 640px; padding: 0 40px; }
.width_medium { max-width: 800px; padding: 0 40px; }
.width_normal { max-width: 1024px; padding: 0 40px; }
.width_large { max-width: 1120px; padding: 0 40px; }
.width_extralarge { max-width: 1280px; padding: 0 40px; }
.width_superlarge { max-width: 1600px; padding: 0 40px; }
.width_full { padding: 0 20px; }
.width_full_complete { padding: 0; }
@media only screen and (max-width: 767px) {
    .width_extrasmall { padding: 0 15px; }
    .width_small { padding: 0 15px; }
    .width_medium { padding: 0 15px; }
    .width_normal { padding: 0 15px; }
    .width_large { padding: 0 15px; }
    .width_extralarge { padding: 0 15px; }
    .width_superlarge { padding: 0 15px; }
    .width_full { padding: 0 15px; }
}

.cover { background-position: center; background-repeat: no-repeat; background-size: cover; }

#logo { width: 260px; padding: 0; float: left; margin: 30px 0; }
@media only screen and (max-width: 980px) {
	#logo { width: 180px; margin: 20px 0; float: none; }
}

.nav_container { float: right; }
.mainnav { text-align: right; }
.mainnav ul.level0 { display: inline-block; margin: 0 0 0 0; padding: 0; }
.mainnav ul.level0 li { list-style: none; float: left; margin: 0 0 0 30px; position: relative; }
.mainnav ul.level0 li a { color: #0085A1; border-bottom: solid 5px transparent; font-size: 1.1em; padding: 5px 0 4px 0; display: block; text-decoration: none; font-weight: bold; font-family: 'century-gothic'; }
.mainnav ul.level0 li a:hover { border-bottom: solid 5px #56C5D8; }
.mainnav ul.level0 li.active a { border-bottom: solid 5px #56C5D8; }
@media only screen and (max-width: 980px) {
    .nav_container { float: none; }
	.mainnav { text-align: left; padding: 0 0 20px 50px; display: none; }
	.mainnav ul.level0 { margin: 0 0 0 0; }
	.mainnav ul.level0 li { float: none; margin: 0 0 0 0; }
	.mainnav ul.level0 li a { display: inline-block; padding: 3px 0; }
    .mainnav ul.level0 li a:hover { border-bottom: solid 5px transparent; }
}

.mainnav ul.level0 li ul.level1 { position: absolute; left: 0; width: 250px; text-align: left; padding: 10px; display: none; background: #ffffff; }
.mainnav ul.level0 li ul.level1 li { float: none; margin: 0 0 0 0; padding: 0; }
.mainnav ul.level0 li ul.level1 li a { color: #000000; font-size: 0.9em; padding: 0; font-family: 'RobotoRegular'; border-bottom: none; }
.mainnav ul.level0 li ul.level1 li:hover a { color: #0085A1; }
.mainnav ul.level0 li ul.level1 li.active a { color: #0085A1; }
.mainnav ul.level0 li.active ul.level1 li a { color: #000000; }
.mainnav ul.level0 li.active ul.level1 li a:hover { color: #0085A1; }
.mainnav ul.level0 li.active ul.level1 li.active a { color: #0085A1; }
.mainnav ul.level0 li:hover ul.level1 { display: block; }
@media only screen and (max-width: 980px) {
	.mainnav ul.level0 li ul.level1 { display: block; position: relative; padding: 5px 10px 5px; border-bottom: none; width: auto; background: transparent; }
}

.language_nav { text-align: right;height: 50px; }
.language_nav ul { display: inline-block; margin: 18px 0 0 0; padding: 0; }
.language_nav ul li { list-style: none; float: left; margin: 0 0 0 0.5em; }
.language_nav ul li a { display: block; text-decoration: none; text-transform: uppercase; color: #56C5D8;font-size: 0.75em;}
@media only screen and (max-width: 980px) {
    .language_nav { position: absolute; right: 60px; top: -65px; }
    .language_nav ul { margin: 0 0 0 0; }
}

.teaser_container { margin-top: -9.6em; }
.teaser {}
.teaser i { font-size: 2.5em; }
.teaser h3 { font-size: 1.22em; line-height: 1.1em; }

.modallink { display: block; position: relative; }
.modallink img { display: block; }
.modallink i { position: absolute; right: 10px; bottom: 10px; font-size: 2em; }

.map { height: 500px; }
.map iframe { width: 100%; height: 100%; }

#slider_galerie { overflow: inherit; }
.swiper-slide { width: auto; height: 395px; }
.swiper-pagination { position: relative; bottom: 0; padding: 10px 0 0 0; }
.swiper-pagination-bullet-active { background: #56C5D8; }
.swiper-button-prev, .swiper-button-next { width: 2.5em; height: 2.5em; background: #ffffff; border-radius: 50%; box-shadow: 0 2px 40px rgba(0,0,0,.1); }
.swiper-button-prev { left: 0; }
.swiper-button-next { right: 0; }
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: .0; }
.swiper-button-next:after, .swiper-button-prev:after { font-size: 1em; color: #56C5D8; }
@media only screen and (max-width: 980px) {
    #slider_galerie .swiper-slide { height: 200px; }
    .swiper-button-prev, .swiper-button-next { display: none; }
}

footer { padding: 0; color: #ffffff; background: #0085A1; }
footer a { color: #ffffff; }
footer a:hover { color: #ffffff; }
.logo_symbol { position: absolute; width: 80px; left: -70px; top: 35px; }
.footer_map { position: absolute; top: 0; bottom: 0; right: 0; }
@media only screen and (max-width: 1280px) {
   .logo_symbol { display: none; } 
}
@media only screen and (max-width: 767px) {
    .footer_map { display: none; }
}

.footernav {}
.footernav ul { padding: 0; display: inline-block; }
.footernav ul li { list-style: none; }
.footernav ul li a { }

.socialnav { font-size: 1.25em; line-height: 1.50em; }
.socialnav ul { padding: 0; display: inline-block; }
.socialnav ul li { list-style: none; float: left; margin-left: 1em; }
.socialnav ul li a { text-decoration: none; }
@media only screen and (max-width: 767px) {
    .socialnav ul li { margin-left: 0; margin-right: 1em; }
}

.menuicon { display: none; position: absolute; right: 15px; top: 15px; width: 30px; height: 25px; margin: 0 0 0 0; transition: 0ms; }
.menuicon .line { width: 30px; height: 3px; background: #0085A1; position: absolute; }
.menuicon .line:nth-of-type(1) { top: 0; }
.menuicon .line:nth-of-type(2) { top: 11px; }
.menuicon .line:nth-of-type(3) { top: 22px; }
.menuicon.active .line:nth-of-type(1) { top: 8px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.menuicon.active .line:nth-of-type(2) { opacity: 0.0; visibility: hidden; }
.menuicon.active .line:nth-of-type(3) { top: 8px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
@media only screen and (max-width: 980px) {
	.menuicon { display: block; }
}

/* ------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------ */

ul.square { list-style-type:square; }
ul.circle { list-style-type:circle; }
ul.square { list-style-type:square; }
ul.image { list-style-image: url('/assets/images/sqpurple.gif'); }

ol.decimal-leading-zero { list-style-type:decimal-leading-zero; }
ol.lower-alpha { list-style-type:lower-alpha; }
ol.upper-alpha { list-style-type:upper-alpha; }
ol.upper-roman { list-style-type:upper-roman; }

ul.linklist { list-style-type:none; }
ul li { position: relative; }
ul.linklist span { position: absolute; left: -20px; top: 2px; }

.border_radius { border-radius: 1em; }
.box_shadow { box-shadow: 1px 3px 10px rgba(0,0,0,0.15); }

.card { box-shadow: 1px 3px 10px rgba(0,0,0,0.15); border: none; }
.card .card-body {}
.card .card-footer { background: transparent; border: none; padding-top: 0; }

.card.praxisnews_item .card-body .before-heading {  color: #0085A1; font-size: 0.7em; margin-bottom: 0.5em;}
.card.praxisnews_item .card-body h3 { font-size: 1.22em; line-height: 1.1em; color: #165F6E; font-weight: bold; font-style: normal; font-family: 'century-gothic';margin-bottom: 0.9em; }
.card.praxisnews_item .card-body p { margin-bottom: 0.5em; font-size: 0.9em; line-height: 1.4em; color: #7D7D7D; }

.accordion { margin-bottom: 14px;}
.accordion-body p:last-child { margin-bottom: 0; }
.accordion-button { background: transparent; font-size: 1.1em; box-shadow: 1px 3px 10px rgba(0,0,0,0.15); color: #165F6E; }
.accordion-button:not(.collapsed) { background: transparent; box-shadow: 1px 3px 10px rgba(0,0,0,0.15); color: #165F6E; }

.modal-dialog { max-width: 800px; }
.modal-content { }
.modal-header { border-bottom: none; }
.modal-footer { border-top: none; }

.height_250 { height: 250px; }
@media (min-width: 576px) {
	.galerieUebersicht.card-deck { -ms-flex-flow: column; flex-flow: column; margin-right: 0; margin-left: 0; }
	.galerieUebersicht.card-deck .card { margin-right: 0; margin-left: 0; margin-bottom: 15px; }
}
@media (min-width: 776px) {
	.galerieUebersicht.card-deck { -ms-flex-flow: row wrap; flex-flow: row wrap; margin-right: -15px; margin-left: -15px; }
	.galerieUebersicht.card-deck .card { margin-right: 15px; margin-left: 15px; margin-bottom: 30px; }
}

.plugin_galerie_height { height: 180px; }

.responsive-video { position: relative; padding-bottom: 56.25%; padding-top: 0px; height: 0; overflow: hidden; width: 100%; }
.responsive-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

figure video { width: 100%; height: auto; display: block; }

hr { margin: 0; border: 0 none; background-color: #000000; height: 1px; clear: both; opacity: 1; }
.text-primary hr { background-color: #165F6E; }
.text-white hr { background-color: #ffffff; }
hr.space1 { height: 1px; }
hr.space2 { height: 2px; }
hr.space3 { height: 3px; }
hr.space4 { height: 4px; }
hr.space5 { height: 5px; }
hr.space10 { height: 10px; }

.scroll_progressbar { position: fixed; top: 0; left: 0; width: 0; height: 10px; z-index: 9999; }
