
@charset "utf-8";

/* Heavy Dock11 */
@font-face {
  font-family: 'Heavy Dock11';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/heavy_dock11.woff');
  src: local(''),
       url('/assets/fonts/heavy_dock11.woff') format('woff'), 
}

/* Roboto Condensed 700 */
@font-face {
  font-family: 'Roboto Condensed 700';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/roboto-condensed-v25-latin-700.woff');
  src: local(''),
       url('/assets/fonts/roboto-condensed-v25-latin-700.woff') format('woff'), 
}

/* Roboto Condensed Regular */
@font-face {
  font-family: 'Roboto Condensed Regular';
  font-style: normal;
  font-weight: normal;
  src: url('/assets/fonts/roboto-condensed-v25-latin-regular.woff');
  src: local(''),
       url('/assets/fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), 
}

.FFKippWebProNoOneRegular { font-family: FFKippWebProNoOneRegular; }

html { height: 100%; }
body { height: 100%;  overflow-x: hidden; font-weight: normal; /*font-size: 18px;*/ font-size: 14px; line-height: 1.5em; background: #ffffff; color: #000000; font-family: 'Roboto Condensed Regular', sans-serif; }
body.ov_hidden { overflow: hidden; }
@media only screen and (max-width: 1600px) {
}
@media only screen and (max-width: 767px) {
	body { font-size: 16px; }
}

header { z-index: 20; padding: 1.4em 0 1.4em 0; position: fixed; top: 0; left: 0; right: 0; background: #000000; }
main { z-index: 1; position: relative; padding: 5em 0 10em; overflow: hidden; }
footer { z-index: 10; position: relative; } 
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1020px) {
}
@media only screen and (max-width: 767px) {
	header { padding: 0.55em 0; }
	main { padding: 3em 0 5em; }
}

h1 { margin: 0 0 1em 0; font-size: 5rem; line-height: 1.2em; font-weight: 700; font-style: normal; text-transform:uppercase; font-family:"Heavy Dock11";}
h2 { margin: 0 0 0.5em 0; font-size: 2em; line-height: 1.2em; font-weight: 700; font-style: normal; text-transform:uppercase; font-family:"Roboto Condensed 700";}
h3 { margin: 0 0 10px 0; font-size: 1.5em; line-height: 1.2em; font-weight: normal; font-style: normal; }
h4 { }
h5 { }
h6 { }
@media only screen and (max-width: 767px) {
	h1 { font-size: 1.8em; }
}

a {text-decoration: none; color: #ffda00; /* border-bottom: solid 1px #e3000b; */ text-decoration: none; text-decoration-color: #e3000b; font-weight: 700;}
a:hover { text-decoration: none; color: #000000; border-bottom: none; }
a img {}

p { font-size:1 rem; font-weight:300; line-height:1.6em; margin-bottom: 1.5em; /*text-rendering: geometricPrecision; -webkit-font-smoothing: antialiased;*/}
div { position: relative; }
img { -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0); backface-visibility: hidden; transform: translateZ(0); }

.font_size_100 { font-size: 8vw; line-height: 1.1em; margin: 0 auto 150px; }
@media only screen and (max-width: 767px) {
	.font_size_100 { margin: 0 auto 120px; }
}

blockquote { font-size: 1.5em; }
.blockquote-footer { text-align: right; color: #000000; font-size: 0.77em; }
.blockquote-footer:before { display: none; }

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

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

b, strong { font-weight: 700; }

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

.accordion, 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: #000000!important; }
.text-secondary { color: #ffda00!important; }
.text-light{color:#d9eafa!important}
.text-dark{color:#000000!important}
.text-white{color:#fff!important}

/* Button bootstrap classes */
.btn { text-decoration: none; padding: 0.5em 1.4em; text-transform: uppercase; border-radius: 0; font-size: 1em; }
.btn.btn-lg { font-size: 1.33em; }

.btn-primary { background-color: #ffda00; border-color: #ffda00; color: #000000; }
.btn-primary:hover { background-color: #000000; border-color: #000000; color:#FFFFFF; }

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

.btn-outline-primary { background-color: #000000; border-color: #e3000b; color: #ffffff; }
.btn-outline-primary:hover { background-color: #e3000b; border-color: #e3000b; }

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

.btn-secondary { background-color: #ffda00; border-color: #ffda00; color: #000000; }
.btn-secondary:hover { background-color: #ffda00; border-color: #ffda00; }

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

.btn-link {color: #000000;}

.btn-check:focus + .btn, .btn:focus {outline: 0; box-shadow: 0 0 0 0 rgba(255,255,255,1);
}

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

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

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

.width_basic { max-width: 1200px; padding: 0 40px; }
.width_980 { max-width: 980px; padding: 0 20px;}

.height_100 { height: 100%; }
.height_500 { height: 500px; }
.flexslider_top { padding: 89px 0 0 0; }
@media only screen and (max-width: 767px) {
	.width_basic { padding: 0 20px; }
	.flexslider_top { padding: 76px 0 0 0; }
	.height_500 { height: 300px; }
}

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

.text_rot { background: #ffffff; border: solid 3px #e3000b; color: #e3000b; display: inline-block; padding: 0 0.2em; }
.text_schwarz { background: #ffffff; border: solid 3px #000000; color: #000000; display: inline-block; padding: 0 0.2em; }
.text_rot_negative { background: #e3000b; border: solid 3px #ffffff; color: #ffffff; display: inline-block; padding: 0 0.2em; }
.text_schwarz_negative { background: #000000; border: solid 3px #ffffff; color: #ffffff; display: inline-block; padding: 0 0.2em; }

#logo { position: absolute; /* right:40px; */ left: 40px; top: 20px; width: 140px; z-index: 10; }
#logo a { border-bottom: none; }
.btn_anmelden { margin: 20px 0 0 220px; }
@media only screen and (max-width: 1440px) {
	#logo { width: 120px; }
	.btn_anmelden { margin: 17px 0 0 200px; }
}
@media only screen and (max-width: 992px) {
	.btn_anmelden { display: none; }
}
@media only screen and (max-width: 767px) {
	#logo { right:20px; /*left: 20px;*/ width: 100px; }
}

.mainnav { float: right; /*float: left;*/ padding: 0.3em 0 0 40px; z-index: 9; }
.mainnav ul { display: block; margin: 0 0 0 0; padding: 0; }
.mainnav ul li { list-style: none; float: left; margin: 0 65px 0 0; position: relative; }
.mainnav ul li a { color: #FFFFFF; /*color: #2d3460;*/ padding: 0.7em; display: block; border: none; font-size:18px; text-decoration:none; font-weight: 100; text-transform: uppercase; }
.mainnav > ul > li.active > a { color: #ffda00; }
.mainnav > ul > li:hover > a { color: #ffda00; }

@media only screen and (max-width: 1280px) {
	.mainnav ul li { margin: 0 45px 0 0; }
}

@media only screen and (max-width: 992px) {
	.mainnav ul li { margin: 0 0 0 0; }	
}

@media only screen and (max-width: 767px) {
	.mainnav { display: none; float: none; margin: 5em 0 0 0; padding: 0em 20px 1em; }
	.mainnav .width_basic { padding: 0; }
	.mainnav ul { }
	.mainnav ul li { float: none; margin: 0 0 0 0; }
	.mainnav ul li a { padding: 0.3em; display: block;  }
}

ul.level1 { position: absolute; left: -15px; width: 200px; text-align: left; display: none; background: #ffffff; }
ul.level1 li { float: none; margin: 0 0 0 0; padding: 0; }
ul.level1 li a { color: #000000; border-bottom: solid 1px #000000; font-size: 14px; padding: 0 15px; text-transform: none; }
ul.level1 > li > a:hover { color: #ffda00; }
ul.level1 > li.active > a { color: #ffda00; }

.mainnav ul li:hover ul.level1 { display: block; }
@media only screen and (max-width: 767px) {
	ul.level1 { display: block; position: relative; left: auto; width: auto; background: transparent; padding: 0 0 1em 0; }
	ul.level1 li a { color: #ffffff; border-bottom: none; }
}


ul.level2 {}
ul.level2 li {}
ul.level2 li a { padding: 0 15px 0 25px; }
ul.level2 > li > a:hover { color: #ffda00; }
ul.level2 > li.active > a { color: #ffda00; }
.languagenav { float: right; color: #ffffff; margin: 0 40px 0 0; padding: 0.3em 0 0 0; }
.languagenav a { color: #ffffff; padding: 1.22em 0; display: inline-block; border: none; text-decoration:none; font-weight: 100; text-transform: uppercase; }
.languagenav a.active { color: #e3000b; }
@media only screen and (max-width: 767px) {
	.languagenav a { padding: 0.8em 0; font-size: 18px; }
}

.mobile_navclear { display: none; clear: both; }
@media only screen and (max-width: 767px) {
	.mobile_navclear { display: block; }
}

.footerlogo { float: left; width:100px; margin:10px 30px 0 10px;}
@media only screen and (max-width: 767px) {
	.footerlogo { /*width: 2em; */}
}

.socialnav { float: left; }
.socialnav ul { display: block; margin: 0 0 0 0; padding: 0; }
.socialnav ul li { list-style: none; float: left; margin: 0 10px 0 0; position: relative; }
.socialnav ul li a { display: block; border: none; width: 3em; }
@media only screen and (max-width: 767px) {
	.socialnav ul li a { width: 2em; }
}

.footernav { float: left; }
.footernav ul { display: block; margin: 0 0 0 0; padding: 0.45em 0 0 0; }
.footernav ul li { float:left; list-style: none; padding:6px 0 0 20px; position: relative; }
.footernav ul li a { color:#000000; /* color: #ffffff; */ font-size: 15px; line-height: 1.4em; display: block; border: none; text-decoration:none; text-transform: uppercase; }
@media only screen and (max-width: 992px) {
	.footernav { float: right; padding: 0.6em 0 0 0; }
	.footernav ul li { /*float: left; margin: 0 0 0 25px;*/ padding-top:0;}
}
@media only screen and (max-width: 767px) {
	.footernav { padding: 0.15em 0 0 0; }
}

.partnernav { float: right; }
.partnernav ul { display: block; margin: 0 0 0 0; padding: 0; }
.partnernav ul li { list-style: none; float: left; margin: 0 0 0 40px; position: relative; }
.partnernav ul li a { display: block; border: none; height: 3em; }
@media only screen and (max-width: 992px) {
	.partnernav { display: none; }
}

footer { background-color:#ffda00; color: #ffffff; padding: 14px 40px; height: 80px; position: fixed; bottom: 0; left: 0; right: 0; transition: 400ms; }
footer .berg { height: 180px; top: -180px; position: absolute; right: 40px; display: none; }
@media only screen and (max-width: 1440px) {
	footer .berg { height: 140px; top: -140px; }
}
@media only screen and (max-width: 767px) {
	footer { padding: 14px 20px; /*height: 62px;*/}
	footer .berg { height: 100px; top: -100px; right: 20px; }
}

footer.off-canvas { bottom: -220px; }
footer.fixed { bottom: 0; }
@media only screen and (max-width: 767px) {
}

.menuicon { display: none; color: #ffda00; float:right; /*float: right;*/ margin: 0 20px 0 20px; padding: 1.1em 0 0.8em 0; font-size: 18px; }
.menuicon.active { color: #ffda00; }
.menuicon .line { width: 50px; height: 4px; background: #2d3460; 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; }
}

.card { border-radius: 0; }
.card a { color:#000000; text-decoration:none;}

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

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: #ffffff; }
.custom_accordion_trigger_icon .line:nth-of-type(2) { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }

.accordion .card { overflow: inherit; margin-bottom: 2px; background: transparent; }
.accordion .card-header { background: #506e6c; color: #ffffff; }
.accordion .card-body { padding: 0 0 2rem 0; }

.accordion .card:first-child .card-header { border-radius: .25rem .25rem 0 0; }
.accordion .card:last-child .card-header { border-radius: 0 0 .25rem .25rem; }

.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; width:100px; }
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; */ }
