@charset "utf-8";
html { height: 100%; min-height: 100%;   }
body { background-attachment: fixed; height: 100%; min-height: 100%; overflow-x: hidden; font-weight: normal; font-size: 20px; line-height: 1.5em; 
	background-image: /* linear-gradient(to top, #4d8043, #254920); */ linear-gradient(to top, #ffffff, #ffffff); color: #272727; 
	font-family: 'GloberBook';}
body.ov_hidden { overflow: hidden; }

/*
.logo { padding-top:7px; border:1px solid red;}
.logo a { color: #ffffff; text-decoration:none; text-transform: uppercase;  }
*/

.svg-secondary { fill: #a7c4fb; width:25px; }
.tec{ display:none; }



/* ------------------------------------------------------ */
.btc_button { position: absolute; right: 220px; top: 25px; pointer-events: auto; }
@media only screen and (max-width: 767px) {
	.btc_button { right: 120px; top: 5px; }
}
.btc_button a { display: block; }
.btc_button a svg { width: 1.25em; transition: 400ms; rotate: 0deg; scale: 1; }
.fill_white { fill-rule:evenodd; clip-rule:evenodd; fill:#FFFFFF; transition: 400ms; }
.btc_button a:hover svg { rotate: 360deg; scale: 1.8; }
.btc_button a:hover .fill_white { fill:#a7c4fb; }
.meta { visibility: hidden; opacity: 0.0; pointer-events: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; padding: 120px 0; z-index: 11; background: rgba(0,0,0,0.8); overflow-x: hidden; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-backdrop-filter: blur(3px); -moz-backdrop-filter: blur(3px); backdrop-filter: blur(3px); transition: 500ms 300ms; }
.meta.show { visibility: visible; opacity: 1.0; pointer-events: auto; transition: 500ms; }
.metacontent { width: 100%; height: 100%; display: table; z-index: 1; }
.meta .close { width: 1em; position: absolute; right: 1.5em; top: 1.5em; cursor: pointer; }
@media only screen and (max-width: 767px) {
	.meta { padding: 1.739em 0; }
}
.inner_container { padding: 30px 20px 24px 10px; background: #ffffff; position: relative; transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1); border-radius: 16px; visibility: hidden; opacity: 0.0; top: 4em;
box-shadow: 0 0 0.5em rgba(0,0,0,0.5); background: #0e2a42; background: radial-gradient(circle, rgb(124, 255, 126) 0%, rgb(26, 34, 41) 100%); }
.inner_container h6 { margin: 0; letter-spacing: 1px; font-size: 0.85em; }
.show .inner_container { visibility: visible; opacity: 1.0; top: 0; transition: 1.5s 300ms cubic-bezier(0.19, 1, 0.22, 1); }
.btc_icon { width: 80px; margin: 0 0 20px 0; }
.btc_address { margin: 0 0 30px 0; border-radius: 8px; background: rgba(0,0,0,0.15); font-size: 0.85em; display: inline-block; transition: 400ms; }
.btc_address .inner { padding: 20px 45px 17px 20px; opacity: 1.0; visibility: visible; transition: 500ms 250ms; }
.btc_address .inner.hide { opacity: 0.0; visibility: hidden; transition: 500ms; }
.btc_address .success { position: absolute; left: 0; top: 0; right: 0; padding: 20px 45px 17px 20px; opacity: 0.0; visibility: hidden; transition: 500ms; }
.btc_address .success .bi { font-size: 0em; line-height: 0em; top: 0.18em; position: relative; display: inline-block; color: #54ff32; transition: 500ms; }
.btc_address .success.show { opacity: 1.0; visibility: visible; transition: 500ms 250ms; }
.btc_address .success.show .bi { font-size: 1.5em; transition: 500ms 400ms; }
.btc_address p { margin: 0; }
.btc_address .copy_icon { position: absolute; right: 14px; top: 18px; opacity: 0.5; transition: 400ms; }
.btc_address .copy_icon svg { width: 18px; }
.qr_container { max-width: 140px; padding: 4px; background: #ffffff; border-radius: 8px; margin: 0 auto 20px; pointer-events: none; } 
.qr_container img { width: 100%; display: block; }
@media only screen and (max-width: 767px) {
	.inner_container { padding: 50px 10px 24px 10px; }
	.btc_address { margin: 0 0 30px 0; }
	.btc_address .inner { padding: 20px 35px 17px 10px; }
	.btc_address .success { padding: 20px 35px 17px 10px; }
	.btc_address .copy_icon { right: 9px; top: 18px; }
	.btc_address .copy_icon svg { width: 17px; }
}
.btc_address:hover { background: rgba(0,0,0,0.4); cursor: pointer; }
.btc_address:hover .copy_icon { opacity: 1.0; }
.width_480 { max-width: 480px; margin: 0 auto; }
.verticalcenter { display: table-cell; vertical-align: middle; }
.span50 { float: left; width: 50%; }
.span100 {  }
.flexcenter { display: flex; align-items: center; display: -webkit-flex; -webkit-align-items: center; }
.ac { text-align: center; }
.width_480 { max-width: 480px; margin: 0 auto; }
/* ------------------------------------------------------ */

@media only screen and (max-width: 1600px) {
	body { font-size: 23px; }
}
@media only screen and (max-width: 1440px) {
	body { font-size: 22px; }
}
@media only screen and (max-width: 1280px) {
	body { font-size: 21px; }
}
@media only screen and (max-width: 1120px) {
	body { font-size: 20px; }
}
@media only screen and (max-width: 960px) {
	body { font-size: 19px; }
}
@media only screen and (max-width: 767px) {
	body { font-size: 18px; }
}






header { z-index: 10; width: 100%; padding: 0 0 10px 0; margin-bottom:20px; position: relative; }
header .width_basic { z-index: 10; }
main { z-index: 1; position: relative; padding: 0 0 50px 0; overflow: hidden; }
footer { 
	background-color: rgba(61, 61, 61, 0.7);
	/* background-color: rgba(0,0,0,0.7); */
    bottom: 0;
    width: 100%;
	font-size:0.7em;
	line-height:1.5em;
	color: #ffffff
}


.content_container { min-height: 100%; padding: 0 0 3.95em 0;  }
@media only screen and (max-width: 1020px) {	
	.content_container { padding: 0 0 0px 0; }
	.content_container { padding: 0 0 0 0; }	
	/* footer { top: auto; }  */
}
@media only screen and (max-width: 1020px) {
}
@media only screen and (max-width: 767px) {
	.content_container {  padding: 0 0 100px 0; }	
	header .width_basic { background-image: none!important; }
	footer { 
		background-color: rgba(0,0,0,0.7);
	}
}




footer a {  text-decoration:none; }
footer a { text-decoration: none; color: #ffffff; }
footer a:hover { text-decoration: none; color: rgb(37, 29, 29);  }

.alert{ font-size: 0.9em; padding: 7px; }
.alert a { text-decoration: none; color: #000000; }
.alert a:hover { text-decoration: none; color: rgb(37, 29, 29);  }





pre {
	background-color: rgba(235, 235, 235, 0.3);
	line-height: 1.20em;
	font-size: 0.70em;	
	padding: 10px 10px 10px 10px;
	color: #424242 !important;
}


p > code {
	background-color: rgba(235, 235, 235, 0.3);
	padding: 10px 10px 10px 10px;
	line-height: 1.20em;
	font-size: 0.70em;
	color: #424242 !important;
}


h1 { margin: 0 0 10px 0; font-size: 1.66em; line-height: 1.4em; font-weight: normal; font-style: normal; text-transform: uppercase; }
h2 { margin: 0 0 1em 0; font-size: 1.25em; line-height: 1.4em; font-weight: normal; font-style: normal; font-family: 'GloberBold'; }
h3 { margin: 0 0 10px 0; font-size: 1.5em; line-height: 1.2em; font-weight: normal; font-style: normal; }
h4 {font-family: 'GloberBold'; font-size:1.4em;}
h5 { }
h6 { }
@media only screen and (max-width: 767px) {
	h1 { font-size: 1.8em; }
}
a { text-decoration: underline; color: #1f1f1f; font-weight: 900; }
a:hover { text-decoration: none; }
p { margin-bottom: 24px; }

div { position: relative; }
img { -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0); backface-visibility: hidden; transform: translateZ(0); }
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.68em; padding-left: 1.2em; }
ul li { }
ul.checklist { padding: 0; }
ul.checklist li { list-style: none; padding-left: 30px; }
ul.checklist li i { position: absolute; left: 0; }
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 { color:#FFFFFF; padding: .75rem 0; vertical-align: top; border-bottom: 1px solid #ffffff; }
.text-primary { color: #B98202!important; }
.text-secondary { color: #0069b4!important; }

.bg-primary { background-color: #0741AB!important; }
.bg-light { background-color: rgba(255,255,255,0.1)!important; }
.bg-dark { background-color: #001D56!important; }

/* Button bootstrap classes */
.btn { text-decoration: none; padding: 0.25em 1.4em; text-transform: uppercase; border-radius: 0; font-size: 0.8em; font-family: 'GloberBold'; border-radius: 2px; }
.btn-primary { background-color: #0741ab; border-color: #0741ab; color: #ffffff; }
.btn-primary:hover { background-color: #074ccb; border-color: #074ccb; }
.btn-primary.focus, .btn-primary:focus { box-shadow: none; }
.btn-primary.active, .btn-primary:active { box-shadow: none!important; background-color: #074ccb!important; border-color: #074ccb!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; }
.btn-dark { background-color: #000A1E; border-color: #000A1E; color: #ffffff; }
.btn-dark:hover { background-color: #001540; border-color: #001540; }
.btn-dark.focus, .btn-dark:focus { box-shadow: none; }
.btn-dark.active, .btn-dark:active { box-shadow: none!important; background-color: #001540!important; border-color: #001540!important; }
.alert-success {}
.alert-danger {}




.form-control { border-color: #d8d8d8; font-size: 0.8em; }
.form-select { border-color: #d8d8d8; }
.form-check-input[type=checkbox] { /* border-radius: 0; */ }
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: 1600px; padding: 0 40px; }
.width_900 { max-width: 900px; 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 20px; }
	.width_900 { padding: 0 20px; }
}

.cover { background-position: center right; background-repeat: no-repeat; background-size: cover; }
#logo { width: 14.16em; padding: 0; float: left; margin: 0.83em 0; }
@media only screen and (max-width: 960px) {
	#logo { width: 12em; }
}
@media only screen and (max-width: 767px) {
	#logo { float: none; }
}
.mainnav { float: right; margin: 0.91em 0 0 0; }
.mainnav ul.level0 { display: block; margin: 0 0 0 0; padding: 0; }
.mainnav ul.level0 li { list-style: none; float: left; margin: 0 0 0 25px; position: relative; }
.mainnav ul.level0 li a { color: #272727; font-size: 1em; padding: 5px 0; display: block; border: none; font-weight: 100; text-transform: uppercase; text-decoration: none;   }
.mainnav ul.level0 li.active a { color: #272727;  }
@media only screen and (max-width: 767px) {
	.mainnav { display: none; float: none; }
	.mainnav .width_basic { padding: 0; }
	.mainnav ul.level0 { }
	.mainnav ul.level0 li { float: none; margin: 0 0 0 0; }
	.mainnav ul.level0 li a { padding: 8px 0; display: block; }
	.mainnav ul.level0 li.active a { border-bottom: none; }
}
.mainnav ul li ul.level1 { position: absolute; left: 0; width: 200px; text-align: left; padding: 10px; display: none; background: #aac7fe; }
.mainnav ul li ul.level1 li { float: none; margin: 0 0 0 5px; padding: 0; }
.mainnav ul li ul.level1 li a { color: #272727; font-size: 14px; padding: 0; border: none; text-transform: none; }
.mainnav ul li ul.level1 li:hover a { text-decoration: underline; }
.mainnav ul li ul.level1 li.active a { text-decoration: underline; }
.mainnav ul li.active ul.level1 li a { border-bottom: none; }
.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; background: transparent; }
}

.header_home .bg-dark { margin-left: -100px; }
@media only screen and (max-width: 960px) {
	.header_home .bg-dark { margin-left: 0; }
}
.nav-tabs { border-bottom: none; }
.nav-link { border: none; border-radius: 0; color: #272727; }
.nav-item.show .nav-link, .nav-pills .nav-link.active {color: #272727; background-color: #000A1E;}



.footernav {}
.footernav ul { padding: 0; margin: 0; display: inline-block; }
.footernav ul li { list-style: none; float: left; margin-left: 40px; }
.footernav ul li a { display: block; text-decoration: none; }
@media only screen and (max-width: 992px) {
	.footernav { margin-top: 20px; }
	.footernav ul li { margin-left: 0px; margin-right: 20px; }
}

.menuicon { display: none; position: absolute; right: 20px; top: 10px; width: 25px; height: 25px; margin: -2px 0 0 0; transition: 0ms; }
.menuicon .line { width: 25px; height: 2px; background: #202020; position: absolute; }
.menuicon .line:nth-of-type(1) { top: 0; }
.menuicon .line:nth-of-type(2) { top: 10px; }
.menuicon .line:nth-of-type(3) { top: 20px; }
.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 { border-radius: 0; background: transparent;  }
.card a { text-decoration:none;}
.card a:hover { color:#FFFFFF; text-decoration:none;  }
.card-footer { background: transparent; border: none;  color:#4b4b4b; font-size: 16px; }
.card-body a { text-decoration:underline; }
.card-text { font-weight: normal; font-size: 20px; line-height: 1.5em;  }


.cardbox {}
.cardbox .card { border-radius: 0em; box-shadow: 0 0 1px rgba(0,0,0,0.4); }
.cardbox .card:first-child { border-radius: 0.8em 0.8em 0em 0em; }
.cardbox .card:last-child { border-radius: 0em 0em 0.8em 0.8em; }
@media only screen and (max-width: 767px) {
    .cardbox .text-md-end br { display: none; }
    .cardbox .font_size_16 { font-size: 0.81em; line-height: 1.5em; }
}

.card.thumbnail { height: 180px; overflow: hidden; box-shadow: 0 0 1px rgba(0,0,0,0.4); }
.card.thumbnail a { padding: 10px; width: 100%; height: 100%; }
.card.thumbnail img { max-height: 100%; max-width: 100%; }
.card.thumbnail a .overlay { background: rgba(255,255,255,0.5); visibility: hidden; opacity: 0.0; -webkit-backdrop-filter: blur(10px); -moz-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.card.thumbnail a:hover .overlay { visibility: visible; opacity: 1.0; }
.card.thumbnail .overlay .bi-search { font-size: 2em; }


.newsbild {height: 177px; background-position: center; background-size: cover;}
.newsbilddetail { }
.blogbadge { /* background-color: #6fc55e; */}


.custom_accordion_trigger { cursor: pointer; }
.custom_accordion_trigger_icon { position: absolute; right: 18px; top: 16px; -webkit-transform: rotate(90deg); transform: rotate(90deg); font-size: 1.2em; }
.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; border-bottom: solid 1px #ffffff; border-radius: 0; }
.accordion .card-header { background-color: rgba(255,255,255,0.2);  }
.accordion .card-body { padding: 2rem 0 0 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; }
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; */ }
