@charset "utf-8";

html { height: 100%; min-height: 100%; }
body { height: 100%; min-height: 100%; overflow-x: hidden; font-weight: 400; font-size: 18px; line-height: 1.44em; background: #ffffff; color: #666669; font-family: 'Rubik', sans-serif; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }
body.ov_hidden { overflow: hidden; }
@media only screen and (max-width: 767px) {
	body { font-size: 16px; }
}

header { z-index: 10; position: relative; padding: 1.3em 0 0 0; background: #e9eef2; }
main { z-index: 1; position: relative; padding: 0 0 0 0; }
section.padding_top { padding-top: 4.7em; }
section.padding_bottom { padding-bottom: 4.7em; }
section.border_bottom { border-bottom: solid 0.66em #ffffff; }
footer { } 
@media only screen and (max-width: 767px) {
	header {  }
	section.padding_top { padding-top: 3em; }
	section.padding_bottom { padding-bottom: 3em; }
}

h1 { margin: 0 0 0.66em 0; font-size: 4.16em; line-height: 1.2em; font-weight: 300; }
h2 { margin: 0 0 1.714em 0; font-size: 2.5em; line-height: 1.22em; font-weight: 300; }
h3 { margin: 0 0 1em 0; font-size: 1.44em; line-height: 1.153em; font-weight: 400; }
h4 { margin: 0 0 1em 0; font-size: 1em; line-height: 1.44em; font-weight: 400; }
h5 { font-size: 1em; font-weight: 700; }
h6 { font-size: 1em; font-weight: 700; }

@media only screen and (max-width: 767px) {
	h1 { font-size: 2.5em; line-height: 1.2em; }
	h2 { font-size: 1.8em; line-height: 1.22em; }
	h3 { font-size: 1.2em; line-height: 1.153em; }
}
.border_left { border-left: solid 2px #e9475d; padding-left: 0.5em; }

a { color: #009fe3; text-decoration: none; }
a:hover { text-decoration: none; color: #009fe3; }
p { margin-bottom: 1em; -moz-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
div { position: relative; }
img { -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0); backface-visibility: hidden; transform: translateZ(0); }

a.stoerer { border-radius: 50%; width: 6em; height: 6em; display: inline-block; background-color: #e9475d; color: #ffffff; margin: 0 auto -3em; padding: 1.5em 0 0 0; font-size: 0.77em; line-height: 1.285em; -webkit-transform: rotate(-15deg); transform: rotate(-15deg); transition: 200ms; }
a.stoerer:hover { -webkit-transform: scale(1.1,1.1) rotate(-15deg); transform: scale(1.1,1.1) rotate(-15deg); box-shadow: 0 0.2em 1em rgba(0,0,0,0.2); }

.font_14 { font-size: 0.77em; line-height: 1.285em; }
.font_124 { font-size: 6.8em; line-height: 1.285em; }
@media only screen and (max-width: 767px) {
	.font_124 { font-size: 4em; line-height: 1.285em; }
}

ul { margin-bottom: 1em; padding: 0 0 0 1.5em; }
ul li { }

ul.checklist { padding: 0 0 0 0; }
ul.checklist li { list-style: none; padding: 0 0 0 1em; }
ul.checklist li:before { content: '+'; color: #e9475d; display: inline-block; position: absolute; left: 0; }

ol { margin-bottom: 1em; }
ol li {}

b, strong { font-weight: 700; }
.extrabold { font-weight: 800; }

dl.row { margin-right: 0; margin-left: 0; }
dd { margin-bottom: 0; }

iframe { display: block; height: 39em; width: 100%; }

.accordion .blockquote, .btn { margin-bottom: 1em; }
figure { margin-bottom: 0.2em; display: block; }
figure img { max-width: 240px; }
figcaption { margin-bottom: 1em; }
.figure-caption { font-size: 90%; line-height: 1.2em; color: #000000; }

table { width: 100%; margin-bottom: 1em; }
table tr th { border-right: solid 1px #666669; border-bottom: solid 1px #666669; padding: 0.8em; vertical-align: top; font-weight: 400; }
table tr th:first-child { padding-left: 0; }
table tr th:last-child { border-right: none; }
table tr td { border-right: solid 1px #666669; border-bottom: solid 1px #666669; padding: 0.8em; vertical-align: top; }
table tr td:first-child { padding-left: 0; }
table tr td:last-child { border-right: none; }

table h4 { font-size: 1.285em; margin: 0; padding: 0.5em 0; } 
.icon_check { width: 1.3em; display: block; }
.icon_x { width: 1.2em; display: block; }

/* Button bootstrap classes */
.btn { font-weight: 700; }

.btn-primary { background-color: #009fe3; border-color: #009fe3; }
.btn-primary:hover { background-color: #009fe3; border-color: #009fe3; }

.btn-primary.focus, .btn-primary:focus { box-shadow: none;  }
.btn-primary.active, .btn-primary:active { box-shadow: none!important; background-color: #009fe3!important; border-color: #009fe3!important; }

.btn-outline-primary { color: #304FFE; border-color: #304FFE; }
.btn-outline-primary:hover { background-color: #4763ff; border-color: #EE152C; }

.text-primary { color: #009fe3!important; }
.text-secondary { color: #666669!important; }

.bg-primary { background-color: #009fe3!important; }
.bg-secondary { background-color: #e9475d!important; }

.bg-grau { background-color: #666669; }
.bg-grau-medium-transparent{ background-color: rgba(153,153,153,0.2); }

.bg-blau-dunkel-transparent { background-color: rgba(0,139,203,0.7); }

.bg-verlauf { background: #e9eef2; background: linear-gradient(to bottom, #ffffff, #e9eef2); }

.bg-light-transparent { background: rgba(153,216,244,0.2); }

/* Custom */
.width_basic { max-width: 1040px; padding: 0 40px; }
.width_1440 { max-width: 1440px; padding: 0 40px; }
@media only screen and (max-width: 767px) {
	.width_basic { padding: 0 25px; }
	.width_1440 { padding: 0 25px; }
}

.flexslider_height { height: 38em; }

.cover { background-position: center; background-repeat: no-repeat; background-size: cover; }
.overlay { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.overlay .bottom_container { position: absolute; bottom: 2.22em; left: 0; right: 0; padding: 2em 0 1em 0; }
.overlay .bottom_container .bg_left { position: absolute; top: 0; bottom: 0; left: 0; right: 50.4%; background: rgba(153,216,244,0.4); }
.overlay .bottom_container .bg_right { position: absolute; top: 0; bottom: 0; right: 0; left: 50.4%; background: rgba(153,216,244,0.4); }
.flexslider_height .overlay { padding: 5em 0 0 0; }
.stoerer_container { padding-left: 8em; }
.stoerer_container a.stoerer { margin: 0; position: absolute; left: 1.5em; width: 8em; height: 8em; padding: 2em 1em 0 1em; }
.angebot_stoerer { position: absolute; top: -1.5em; right: 0.5em; border-radius: 50%; width: 7em; height: 7em; display: inline-block; background-color: #e9475d; color: #ffffff; margin: 0 auto -3em; padding: 2em 0 0 0; font-size: 0.77em; line-height: 1.285em; -webkit-transform: rotate(-15deg); transform: rotate(-15deg); transition: 200ms; }
@media only screen and (max-width: 767px) {
	.flexslider_height .overlay { padding: 3em 0 0 0; }
	.overlay .bottom_container .bg_left { display: none; }
	.overlay .bottom_container .bg_right { left: 0; }

}

.logo { width: 13.8em; padding: 0 0 1em; float: left; }
.logo a { text-decoration: none; display: block; }
@media only screen and (max-width: 767px) {
	.logo { float: none; margin: 0 auto; }
}

.mainnav { font-size: 0.77em; float: right; text-transform: uppercase; }
.mainnav ul { margin: 0; padding: 0; }
.mainnav ul li { float: left; list-style: none; margin: 0 0 0 2.5em; }
.mainnav ul li a { display: block; padding: 0.65em 0 0 0; color: #666669; }
.mainnav ul li a:hover {  }
.mainnav ul li.active a { border-bottom: solid 1px #666669; }
@media only screen and (max-width: 767px) {
	.mainnav { font-size: 1.2em; text-align: center; float: none; padding: 1em; display: none; }
	.mainnav ul li { float: none; margin: 0 0 0.2em 0;}
	.mainnav ul li a { display: inline-block; }
}

.icon_tooltip { display: inline-block; padding: 0.2em; width: 1.4em; height: 1.4em; line-height: 0.8em; border: solid 2px #666669; border-radius: 50%; text-align: center; font-weight: 700; position: relative; top: -0.15em; left: 0.5em; }

.row-cols { margin-right: -5px; margin-left: -5px; }
.row-cols .col { margin-bottom: 10px; padding-right: 5px; padding-left: 5px; }

.card { padding: 1.66em; border-radius: 0; }
.card .icon { width: 12.22em; margin: 1em 0; }
.card a.mehr { color: #ffffff; border-bottom: solid 1px #ffffff; text-transform: uppercase; font-weight: 300; font-size: 0.77em; }
.card-body { padding: 0; }
.card-footer { padding: 0; background: transparent; }

footer { background: #e9eef2; padding: 2em 0 2em; color: #999999; }
.footer_container { float: left; margin: 0 4em 0 0; }
.footerlogo { width: 10.5em; margin: 0 0 1em 0; }
.footernav {}
.footernav ul { padding: 0; margin: 0; }
.footernav ul li { list-style: none; }
.footernav ul li a { color: #999999; }
.footernav ul li a:hover { color: #009fe3; }
@media only screen and (max-width: 767px) {
	.footer_container.adresse { float: none; margin: 0 0 1.5em 0; }
}

.menuicon { display: none; position: absolute; right: 25px; top: 0.5em; width: 25px; height: 25px; margin: -2px 0 0 0; transition: 0ms; }
.menuicon .line { width: 25px; height: 2px; background: #999999; position: absolute; }
.menuicon .line:nth-of-type(1) { top: 0px; }
.menuicon .line:nth-of-type(2) { top: 8px; }
.menuicon .line:nth-of-type(3) { top: 16px; }
.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: 767px) {
	.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('img/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; }

.custom_accordion_trigger { cursor: pointer; }
.custom_accordion_trigger_icon { position: absolute; right: 18px; top: 50%; margin-top: -2px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.collapsed .custom_accordion_trigger_icon { -webkit-transform: rotate(-0deg); transform: rotate(-0deg); }
.custom_accordion_trigger_icon .line { width: 20px; height: 1px; background: #8C8C8C; }
.custom_accordion_trigger_icon .line:nth-of-type(2) { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }

.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: transparent; height: 0px; }
hr.space1 { height: 1px; }
hr.space2 { height: 2px; }
hr.space3 { height: 3px; }
hr.space4 { height: 4px; }
hr.space5 { height: 5px; }
hr.space10 { height: 10px; }

.plugin_customcontainer_full_width { display: block; left: 50%; position: relative; transform: translateX(-50%); width: 100vw; /* border:1px dotted blue; */ }
