@charset "utf-8";

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

/* grenze-gotisch-300 - 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: 'Grenze Gotisch';
  font-style: normal;
  font-weight: 300;
  src: url('/assets/fonts/grenze-gotisch-v20-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/assets/fonts/grenze-gotisch-v20-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* grenze-gotisch-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: 'Grenze Gotisch';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/fonts/grenze-gotisch-v20-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/assets/fonts/grenze-gotisch-v20-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


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

header { z-index: 10; width: 100%; padding: 0 0 0 0; position: relative; }
main { z-index: 1; position: relative; padding: 50px 0; overflow: hidden; }
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 0.75em 0; font-size: 3.3em; line-height: 1.1em; font-weight: 600; font-style: normal; font-family: 'Grenze Gotisch'; }
h2 { margin: 0.85em 0 0.75em 0; font-size: 3em; line-height: 1.1em; font-weight: 300; font-style: normal; font-family: 'Grenze Gotisch'; }
h3 { margin: 0.75em 0 0.75em 0; font-size: 2.5em; line-height: 1.1em; font-weight: 300; font-style: normal; font-family: 'Grenze Gotisch'; }
h4 { }
h5 { }
h6 { }
@media only screen and (max-width: 767px) {
	h1 { font-size: 2.5em; }
    h2 { font-size: 2.2em; }
    h3 { font-size: 2em; }
}

a { text-decoration: underline; color: #f22b1a; }
a:hover { text-decoration: none; color: #f22b1a; }
p { margin-bottom: 1.5em; }
div { position: relative; }
img { -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0); backface-visibility: hidden; transform: translateZ(0); }

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 { }

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; text-align: right; margin-right:0;border-bottom:solid 1px #dee2e6;}
dt { border-bottom:solid 1px #dee2e6;}

@media only screen and (max-width: 575px) {
dt { border-bottom: none;}
}

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

table { font-size: 0.8em; width: 100%; }
table td, table th { padding: .75rem 0; vertical-align: top; border-bottom: 1px solid #000000; }

.text-primary { color: #f22b1a!important; }
.text-secondary { color: #0069b4!important; }

.bg-primary { background-color: #f22b1a!important; }

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

.btn-primary { background-color: #f22b1a; border-color: #f22b1a; color: #ffffff; }
.btn-primary:hover { background-color: #0080b7; border-color: #0080b7; }

.btn-primary.focus, .btn-primary:focus { box-shadow: none;  }
.btn-primary.active, .btn-primary:active { box-shadow: none!important; background-color: #0080b7!important; border-color: #0080b7!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; }

.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: 1120px; padding: 0 40px; }
.content { max-width: 700px; }
.height_300 { height: 300px; }
.height_600 { height: 600px; }
.flexslider { }
.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; color: transparent; }
.flex-control-paging li a { width: 0.6em; height: 0.6em; background: #c6c6c6; cursor: pointer;}
.flex-control-paging li a.flex-active {background-color: #f22b1a; /*background: var(--bs-primary);*/ }

@media only screen and (max-width: 1000px) {
	.flex-direction-nav {display: none;}
}
@media only screen and (max-width: 767px) {
   	.width_basic { padding: 0 15px; } 
}

.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 40px; }
.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: 350px; padding: 0; float: left; margin: 30px 0; left:-30px; }
@media only screen and (max-width: 767px) {
	#logo { width: 275px; margin: 20px 7px; float: none; left:-10px;}
}

.mainnav { float: right; }
.mainnav ul.level0 { display: block; margin: 83px 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: #000000; font-size: 1em; padding: 22px 0; display: block; text-decoration: none; font-family: 'RobotoLight'; }
.mainnav ul.level0 li a:hover { color: #f22b1a; }
.mainnav ul.level0 li.active a { color: #f22b1a;}
@media only screen and (max-width: 767px) {
	.mainnav { display: none; float: none; padding-bottom: 30px;border-bottom: solid 1px #a3a3a3; }
	.mainnav ul.level0 { border-bottom: solid 0px #a3a3a3; margin: 0 0 0 0; }
	.mainnav ul.level0 li { float: none; margin: 0 0 0 0; }
	.mainnav ul.level0 li a { padding: 8px 0px; display: block; border-top: solid 0px #a3a3a3; text-align: center; }
}

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

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

footer { padding: 2em 0 0.5em 0; }

.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: 35px; width: 30px; height: 30px; margin: 0 0 0 0; transition: 0ms; }
.menuicon .line { width: 30px; height: 3px; background: #000000; 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: 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('/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; }

.card {}
.card .card-body {}
.card .card-footer {}

.accordion { margin-bottom: 1px;}
.accordion-body p:last-child { margin-bottom: 0; }
.accordion-button { background: transparent; font-size: 0.9em; border-bottom: solid 1px #333333; }
.accordion-button:not(.collapsed) { background: transparent; box-shadow: none; color: #333333; }

.modal-dialog { max-width: 900px; }
.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; }
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; background-color: #2a9e23!important;; }

.ribbon {
	position: fixed;
	top: 140px;
	left: -40px;
	width: 250px;
	padding: 10px 0;
	background-color: #474a82;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	transform: rotate(-45deg);
	transform-origin: top left;
	z-index: 9000;
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	display: none;
	cursor:pointer;
}