/*-----------------------------------------------------------------------------------
	P-Funk Archive: Research
	About: P-Funk Archive: Research
	Author: Johannes Krah
	Version: 0.1.96r
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
    margin: 0 auto;
    padding: 0;
    max-width: 1105px;
    background: #FFFFFF;
    overflow-x: hidden;
    font-family: Px437 !important;
    -webkit-font-smoothing: antialiased;
    cursor: url(../../style/cur/amiga.cur), url(../../style/cur/amiga.cur), default !important;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:link, a:visited, a:focus { text-decoration: none; color:#FFF; cursor: url(../cur/amiga.cur), url(../cur/amiga.cur), default; }

a:link, a:visited, a:hover, a:active, a:focus {outline: none !important}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */

a:hover {
	color: #9B7C00; cursor: url(../../style/cur/amiga-hover.cur), url(../../style/cur/amiga-hover.cur), default !important; }
a:active {
	color: #9B7C00;  cursor: url(../../style/cur/amiga-active.cur), url(../../style/cur/amiga-active.cur), default !important; }

@font-face {
    font-family: 'Px437';
    src: url('../../style/fnt/ibm_vga8.woff2') format('woff2'),
         url('../..//style/fnt/ibm_vga8.woff') format('woff'),
         url('../..//style/fnt/ibm_vga8.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa-xs {
    font-size: .75em;
    line-height: .08333em;
    vertical-align: .125em;
    color: rgb(34, 34, 34) !important;
}

.fa-eye {
    color: rgb(0, 255, 251) !important;
}

.text-end {
    text-align: right!important;
    padding-right: 7px;
    /* border-right: 1px solid black; */
}

/* Fallback-System und verbesserte Font-Rendering */
input, 
button, 
select, 
textarea,
.font {
    font-family: "Px437", "Courier New", monospace !important;
}

/* Font-Debugging */
.font-test {
    font-family: "Px437", "Courier New", monospace !important;
    font-size: 16px;
    line-height: 1.5;
}


.table>:not(caption)>*>* {
    padding: 0px 0px 0px 5px !important;
    color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
}

.blueTable-link {
    padding-left: 0px !important;
}


/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;

}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-sm{
	padding:20px;
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-sq{
	border-radius: 0px;
}
.a-block{
    width:100%;
    text-align: left;
    display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}


/* = Text & Icon Styles
-------------------------------------------------------------- */
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-end{
	border-left:0;
	border-right:2px solid;
}
.text-justify{
	text-align: justify;
}

/* = Lists
-------------------------------------------------------------- */
.list-horizontal-layout li{
	display:inline-block;
	margin:0 10px;
}
.list-sp-md li:last-child,.list-sp-lg li:last-child,.list-sp-xl li:last-child{
	padding-bottom:0;
}

/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-indicators li::marker{
	font-size:0;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Px437";
	font-weight:100;
	color:#C0C0C0!important;
}
.container{
	max-width:1140px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.bloc-bloc-0-fill{
	fill:#00FCFF;
}
.bloc-fill{
	fill:#00FCFF;
}
.p-style{
	width:100%;
	color:var(--swatch-var-6538)!important;
}
.team-card{
	min-height:350px;
}
.bloc-bloc-3-fill{
	fill:#FEFFFF;
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-6235);
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-6235);
}
.bloc-divider-t-0-fill{
	fill:var(--swatch-var-6235);
}
.bloc-divider-b-0-fill{
	fill:transparent;
}
.btn-style-center{
	font-size:14px;
	text-align:left;
	font-weight:bold;
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-6538)!important;
	border-style:solid;
	margin:-7px 0px 0px 0px;
	padding:1px 1px 1px 5px;
	background-color:var(--swatch-var-2366);
	color:var(--swatch-var-6538)!important;
	width:100%;
}
.list-bloc-9-style{
	opacity:0.7;
}
.global{
    border-style: solid;
    font-weight: normal;
    margin: -20px -10px -30px 0px;
    border-width: 0px 0px 0px 0px;
}
.gobal-mono{
	font-family:"Ubuntu";
}
.bloc-divider-b-bloc-9-fill{
	fill:var(--swatch-var-6235);
}
.btn-style-center:hover{
	background-color:var(--swatch-var-2366);
	color:var(--swatch-var-612)!important;
}
.btn-style-center:active{
	color:var(--swatch-var-2366)!important;
}
.header-3-plus{
	background-color:var(--swatch-var-2366);
	color:var(--swatch-var-6538)!important;
	font-size:18px;
	text-decoration:none;
	font-weight:normal;
	border-width:1px 0px 0px 0px;
	border-style:solid;
	border-color:var(--swatch-var-6538)!important;
	text-transform:uppercase;
	padding-right:5px;
	padding-left:5px;
	z-index:15!important;
	font-family:"Px437";
	margin-top:-10px;
}
.btn-style-tour{
	font-size:14px;
	text-align:left;
	font-weight:bold;
	border-color:var(--swatch-var-6538)!important;
	border-style:solid;
	margin:0px 0px 0px 0px;
	padding:1px 1px 1px 5px;
	background-color:var(--swatch-var-2366);
	border-width:1px 1px 1px 1px;
	border-radius:0px 0px 0px 0px!important;
	color:var(--swatch-var-6538)!important;
	z-index:10;
}
.btn-style-tour:hover{
	background-color:var(--swatch-var-6235);
	color:var(--swatch-var-2366)!important;
}
.btn-style-tour:active{
	color:var(--swatch-var-6235)!important;
	background-color:var(--swatch-var-2366);
}
.einzug-10{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-6538)!important;
	color:var(--swatch-var-6538)!important;
	line-height:18px;
	text-align:justify;
	border-radius:0px 0px 0px 0px!important;
	background-color:var(--swatch-var-2366);
	margin-bottom:0px;
}
.bloc-style{
	width:101%;
}
.btn-style-pic{
	font-size:14px;
	text-align:left;
	font-weight:bold;
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-6538);
	border-style:solid;
	margin:0px 0px 0px 0px;
	padding:1px 1px 1px 5px;
	background-color:var(--swatch-var-2366);
	color:var(--swatch-var-6538)!important;
	width:100%;
}
.btn-style-pic:hover{
	background-color:var(--swatch-var-2366);
	color:var(--swatch-var-612)!important;
}
.btn-style-pic:active{
	color:var(--swatch-var-2366)!important;
}
.row-style{
	width:100%;
}
.mt-5{
	margin-bottom:30px;
}
.p-0{
	text-decoration:none!important;
	color:var(--swatch-var-6538)!important;
	font-weight:bold;
}
.p-100{
	width:58%;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-6538)!important;
	background-color:var(--swatch-var-6260);
}
.black{
	color:var(--swatch-var-6538)!important;
	line-height:19px;
}
.h1-style{
	font-size:4px;
}
.btn-style-tour-year{
	font-size:14px;
	text-align:center;
	font-weight:bold;
	border-color:var(--swatch-var-6538)!important;
	border-style:solid;
	margin:-3px 0px 0px 0px;
	padding:1px 1px 1px 5px;
	background-color:var(--swatch-var-2366);
	border-width:1px 1px 1px 1px;
	border-radius:0px 0px 0px 0px!important;
	color:var(--swatch-var-6538)!important;
	width:100px;
}
.btn-style-tour-year:hover{
	background-color:var(--swatch-var-6235);
	color:var(--swatch-var-2366)!important;
}
.btn-style-tour-year:active{
	color:var(--swatch-var-6235)!important;
	background-color:var(--swatch-var-2366);
}
.btn-style-year{
	font-size:14px;
	text-align:center;
	font-weight:bold;
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-6538)!important;
	border-style:solid;
	margin:0px 10px 0px 0px;
	padding:1px 1px 1px 5px;
	background-color:var(--swatch-var-2366);
	color:var(--swatch-var-6538)!important;
	width:60px;
}
.btn-style-year:hover{
	background-color:var(--swatch-var-2366);
	color:var(--swatch-var-612)!important;
}
.btn-style-year:active{
	color:var(--swatch-var-2366)!important;
}
.header-3-plus:hover{
	color:var(--swatch-var-6538)!important;
	font-weight:bold;
}
.footer-link{
	text-align:center;
	font-weight:normal;
	text-decoration:none!important;
	border-width:0px 0px 1px 0px;
	border-color:#000000!important;
	border-style:solid;
	margin:0px 0px 0px 0px;
	background-color:#424242;
	color:#A9A9A9!important;
}
.img-bloc-19-style{
	height:150px;
	width:150px;
}
.img-16-style{
	height:151px;
}
.text-lora{
	font-family:"Px437";
}
.p-bloc-8-style{
	text-align:justify;
	border-width:1px 1px 1px 1px;
	border-radius:0px 0px 0px 0px;
	border-style:solid;
	margin:-35px 5px 10px 5px!important;
	padding:25px 35px 25px 35px;
	font-family:"Px437";
	font-weight:500;
	line-height:17px;
	font-size:18px;
	background-color:var(--swatch-var-6260);
	top:10px;
	border-color:#5E5E5E!important;
}
.header-3-plus-footer{
	background-color:var(--swatch-var-4337);
	color:var(--swatch-var-2366)!important;
	text-indent:5px;
	font-size:18px;
	text-decoration:none;
	border-style:solid;
	border-color:var(--swatch-var-6538)!important;
	text-transform:uppercase;
	text-align:left;
	position:relative;
	z-index:0;
	border-width:1px 1px 1px 1px;
	padding:3px 0px 1px 10px;
	top:0px;
}
.header-3-plus-footer:hover{
	color:var(--swatch-var-6538)!important;
}
.einzug-100{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-6538)!important;
	color:var(--swatch-var-6538)!important;
	line-height:18px;
	border-radius:0px 0px 0px 0px!important;
	text-align:justify;
	background-image:url("img/Bildschirm­foto%202025-01-09%20um%2014.58.15%20copy.png");
	background-image: -webkit-image-set(url("img/Bildschirm­foto%202025-01-09%20um%2014.58.15%20copy.webp") 1x,
url("img/Bildschirm­foto%202025-01-09%20um%2014.58.15%20copy.webp") 2x);background-image: image-set(url("img/Bildschirm­foto%202025-01-09%20um%2014.58.15%20copy.png") 1x,
url("img/Bildschirm­foto%202025-01-09%20um%2014.58.15%20copy.png") 2x,url("img/Bildschirm­foto%202025-01-09%20um%2014.58.15%20copy.webp") 1x,
url("img/Bildschirm­foto%202025-01-09%20um%2014.58.15%20copy.webp") 2x);
}
.top20{
	margin-top:-15px;
}
.gray{
	color:var(--swatch-var-6235)!important;
}
.top30{
	z-index:10!important;
	margin-top:-10px!important;
	margin-left:-17px!important;
}
.text-span-style{
	font-weight:bold;
	text-decoration:underline;
}
.hochgestellt{
	font-size:70%;
	position:relative;
	bottom:5px;
}
.p-bloc-9-style{
	font-size:14px!important;
	font-style:italic;
	background-color:var(--swatch-var-6235);
	word-spacing:5px;
	text-indent:0px;
	margin-bottom:0px;
	margin-top:40px;
	text-align:center;
	padding:5px 5px 5px 0px;
}
.header-3-dpfi{
	background-color:var(--swatch-var-6260);
	color:var(--swatch-var-6538)!important;
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-6538)!important;
	text-transform:uppercase;
	padding-right:5px;
	padding-left:5px;
	z-index:0;
	margin-top:10px;
	font-family:"Poppins";
	padding-top:1px;
	top:20px;
	margin-bottom:5px!important;
}
.header-3-dpfi:hover{
	color:var(--swatch-var-6538)!important;
}
.link-bib{
	color:var(--swatch-var-2643)!important;
}
.opac{
	font-weight:bold;
	margin-right:5%;
}
.p-bloc-18-style{
	text-align:left;
	margin-bottom:0px;
}
.p-bloc-18-style-type{
	text-align:left;
	margin-bottom:0px;
	color:var(--swatch-var-6973)!important;
}
.einzug-100-setlist{
	border-style:solid;
	border-color:var(--swatch-var-6538)!important;
	color:var(--swatch-var-6538)!important;
	line-height:18px;
	border-radius:0px 0px 0px 0px!important;
	width:100%;
	margin-top:0px;
}
.setlist{
	padding-top:15px;
	margin-top:-10px;
	margin-bottom:-10px;
	font-size:20px;
}
.setlist-font{
	font-family:"Px437";
	font-weight:500;
	font-size:14px;
	text-align:left;
	width:100%;
	background-color:var(--swatch-var-2366);
	color:var(--swatch-var-6538)!important;
	padding-top:1px;
	padding-bottom:1px;
	position:relative;
	line-height:15px;
}
.setlist-font:hover{
	background-color:var(--swatch-var-2366);
	color:var(--swatch-var-612)!important;
}
.setlist-font:active{
	color:var(--swatch-var-2366)!important;
}
.jump{
	margin-left:30px;
}
.pre-pic-banner{
	margin-top:10px;
	margin-bottom:25px;
	border-width:0px 0px 0px 0px;
	width:580px;
}
.btn-style{
	font-size:14px;
	font-weight:bold;
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-6538)!important;
	border-style:solid;
	margin:-7px 0px 0px 0px;
	padding:1px 1px 1px 5px;
	background-color:var(--swatch-var-2366);
	color:var(--swatch-var-6538)!important;
	width:100%;
}
.btn-style:hover{
	background-color:var(--swatch-var-2366);
	color:var(--swatch-var-612)!important;
}
.btn-style:active{
	color:var(--swatch-var-2366)!important;
}
.left-zero{
	margin-left:-20px;
}
.list-black-pt{
	font-size:15px;
	line-height:20px;
	padding-top:3px;
}
.tour-list-detail-height{
	margin-bottom:2px;
	background-color:#424242;
	padding-left:5px;
}
.list-width{
	width:200px;
}
.list-background{
	margin-right:2px;
	border-width:1px 1px 1px 1px;
	border-style:dotted!important;
	border-color:var(--swatch-var-612)!important;
	padding-left:10px;
	background-color:var(--swatch-var-7211);
	padding-right:10px;
	line-height:15px;
}
.list-background:hover{
	background-color:var(--swatch-var-6260);
}
.xtra-space{
	margin-right:13px;
	border-style:dotted;
}
.bg-wrap{
	float:left;
}
.line{
	text-decoration:line-through!important;
}
.pos-tour{
	margin-top:-65px;
}
.bw{
	filter:grayscale(100%);
}
.footer-link:hover{
	font-weight:normal;
	text-transform:none;
	filter:grayscale(100%);
	color:var(--swatch-var-6538)!important;
	border-width:0px 0px 1px 0px;
	border-radius:0px 0px 0px 0px;
	border-style:solid;
	border-color:var(--swatch-var-6538)!important;
	background-color:#797979;
}
.btn-style-center-scholar{
	background-color:var(--swatch-var-6235);
}
.row-bloc-8-style{
	width:100%;
}
.top07{
	margin-top:7px;
}
.h3-style{
	width:100%;
}
.border{
	border-width:1px 1px 1px 1px;
	border-radius:0px 0px 0px 0px!important;
	border-color:var(--swatch-var-6538)!important;
	background-color:var(--swatch-var-2366);
	font-family:"Px437";
	font-weight:500;
	margin:0px 0px 0px 0px;
	border-style:dotted;
}
.font{
	text-transform:uppercase;
	text-decoration:none!important;
	padding-left:10px;
	color:#D5D5D5!important;
}
.img-border{
	border-width:1px 1px 0px 1px;
	border-style:solid;
	border-color:var(--swatch-var-6538)!important;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:var(--swatch-var-2366);
	position:relative;
	z-index:1;
}
.img-border-unten{
	border-top-width:0px;
	border-bottom-width:1px;
	border-color:var(--swatch-var-6538)!important;
}
.img-border-oben{
	border-top-width:1px;
}
.btn-articles-style{
	width:12.53%;
}
.btn-working-papers-style{
	width:21.03%;
}
.btn-books-style{
	width:8.64%;
}
.btn-magazine-style{
	width:12.81%;
}
.btn-newspaper-style{
	width:14.07%;
}
.btn-socialmedia-style{
	width:16.02%;
}
.btn-fanzine-style{
	width:10.72%;
}
.btn-web-style{
	width:6.82%;
}
.menue{
	margin:1px 1px 1px 1px;
	border-width:1px 1px 1px 1px;
	background-color:var(--swatch-var-7211)!important;
	color:#D5D5D5!important;
}
.btn-memorabilia-style{
	width:17.27%;
}
.btn-concert-audio-style{
	width:19.22%;
}
.btn-concert-video-style{
	width:18.8%;
}
.btn-concert-photo-style{
	width:20.33%;
}
.btn-artist-photo-style{
	width:17.13%;
}
.img-style-hover:hover{
	filter:grayscale(0%);
}
.btn-interviews-style{
	width:16.43%;
}
.btn-journals-style{
	width:14.21%;
}
.patreon-tiers{
	border-width:1px 1px 1px 1px;
	border-radius:0px 0px 0px 0px;
	font-family:"Px437";
	font-weight:500;
}
.p-bloc-8-style-list{
	margin-right:5px;
	border-width:0px 1px 0px 1px;
	border-radius:0px 0px 0px 0px;
	border-style:solid;
	border-color:var(--swatch-var-6538)!important;
	margin-left:5px;
	padding:0px 0px 0px 0px;
	background-color:var(--swatch-var-2366);
}
.list-border-tour{
	padding:25px 20px 25px 40px;
	border-width:0px 1px 0px 1px;
	border-radius:0px 0px 0px 0px;
	border-style:solid;
	background-color:var(--swatch-var-2366);
	position:relative;
	z-index:-1;
	color:var(--swatch-var-6538)!important;
	bottom:0px;
	line-height:19px;
	top:-20px;
	margin:-20px 5px 0px 5px;
}
.top100{
	position:relative;
}
.ref-font-size{
	font-size:14px;
	line-height:14px;
	word-spacing:2px;
	letter-spacing:1px;
	padding-bottom:10px;
}
.list-left{
	margin-left:5px;
	margin-right:5px;
	border-top-width:1px;
	border-style:solid;
	top:-10px;
	padding-left:20px;
	padding-right:20px;
}
.top50{
	position:relative;
	padding-top:0px;
	border-bottom-width:1px;
	padding-bottom:5px;
}
.p-bloc-1-style{
	line-height:19px;
	font-size:14px;
	width:100%;
}
.p-300-style{
	width:100%;
}
.img-bloc-1-style{
	height:68px;
	margin:0px -1px -1px 0px!important;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-612)!important;
	border-style:solid;
	width:68px;
	float:left;
}
.p-8-images{
	margin-right:15px;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-6538)!important;
	border-style:solid;
	padding:25px 25px 40px 25px;
	margin-left:15px;
}
.bottom-30{
	padding-left:0px;
	padding-right:0px;
	padding-bottom:20px;
	margin-top:-21px;
	border-style:solid;
	border-color:var(--swatch-var-6538)!important;
	border-width:0px 0px 0px 0px;
	margin-left:2px;
}
.p-8-bloc-images{
	margin-left:5px;
	margin-right:5px;
}
.p-bloc-7-style{
	width:98%;
}
.h3-about-me-style{
	width:100%;
}
.-border-0{
	border-width:0px 0px 0px 0px;
}
.border-1{
	border-width:0px 1px 0px 1px!important;
	border-color:var(--swatch-var-6538)!important;
	margin-left:5px;
	margin-right:5px;
	border-style:solid;
	margin-bottom:-1px;
}
.pfunk-caroussel{
	margin-left:5px;
	margin-right:5px;
	border-width:0px 1px 1px 1px;
	border-color:var(--swatch-var-6538)!important;
	border-style:solid;
	top:-16px;
}
.pfunk-accord{
	border-style:solid;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:var(--swatch-var-2366);
	border-color:#5E5E5E!important;
}
.img-1-style{
	height:120px;
}
.accordion-no-fill{
	padding:0px 0px 0px 0px;
}
.header-news{
	font-family:"Px437";
	font-weight:500;
}
.float{
	float:right!important;
	position:absolute;
	padding:0px 0px 0px 0px;
	opacity:0.9;
	z-index:5;
	filter:grayscale(100%);
	bottom:-205px;
	left:50px;
}
.d-height-accordhe{
	height:25px;
}
.carouss-left{
	padding:0px 0px 0px 0px;
	margin-top:16px;
	width:100%;
	margin-left:0px;
}
.pfunk-accord-nested{
	border-width:1px 1px 1px 1px!important;
	border-style:dashed!important;
	border-color:var(--swatch-var-4337)!important;
	color:var(--swatch-var-6538)!important;
}
.font-nested{
	margin-left:10px;
	color:#D5D5D5!important;
	font-style:italic;
	text-align:left;
	font-size:14px;
}
.quote{
	font-size:14px;
	font-weight:400;
	margin-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	border-style:solid;
	border-color:var(--swatch-var-612)!important;
	border-width:0px 0px 0px 5px;
}
.rando{
	width:98.7%;
}
.zindex{
	z-index:-1;
}
.img-10-style{
	margin-left:5px!important;
	margin-right:5px;
	width:742px;
	margin-top:-16px;
}
.sketch{
	margin-right:5px;
	margin-left:5px;
	border-width:1px 1px 1px 1px;
	border-radius:0px 0px 0px 0px;
	border-style:solid;
	border-color:#5E5E5E!important;
}
.no-border{
	border-width:0px 0px 0px 0px;
	margin-top:-17px;
}
.pfunk-rider{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-radius:0px 0px 0px 0px!important;
	background-color:#424242!important;
	border-color:#212121!important;
}
.pfunk-rider-background{
	border-width:1px 1px 1px 1px;
	border-radius:0px 0px 0px 0px;
	border-style:solid;
	background-color:#424242;
	margin-left:5px;
	margin-right:5px;
	border-color:#5E5E5E!important;
}
.pfunk-rider-content{
	margin-right:5px;
	border-width:1px 1px 1px 1px;
	border-radius:0px 0px 0px 0px;
	border-style:solid;
	background-color:#5E5E5E;
	padding:5px 15px 5px 15px;
	margin-left:6px;
	border-color:#212121!important;
}
.social-style {
    width: 255px;
    float: right;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 0px 0px;
    background-color: var(--swatch-var-7211);
    padding: 7px 5px 9px 5px;
    margin-right: 10px;
    border-style: solid;
    border-right: 1px solid black;
    top: 50px;
    z-index: 50!important;
}
.float-top{
	float:inherit;
	margin-bottom:-30px;
	z-index:0!important;
}
.link-tour{
	padding-left:0px;
}
.back-white{
    border-radius: 0px 0px 0px 0px;
    border-color: #000000!important;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    background-color: #FEFFFF;
    padding: 0px 0px 0px 0px;
    max-width: 360px;
}
.back-white-right{
    background-color: #424242;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #000000!important;
    max-width: 360px;
    padding-left: 0px;
    padding-right: 0px;
}
.back-white-left{
	border-style:solid;
	border-color:#000000!important;
	border-width:1px 0px 1px 1px;
	background-color:#424242;
	padding-left:0px;
	padding-right:0px;
}
.footer-link-top{
	border-top-width:1px;
}
.footer-link-top:hover{
	border-top-width:1px;
}
.font:hover{
	border-color:#797979!important;
}
.border-nav{
    margin: 0px -2px 0px -2px;
    border-color: #000000!important;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    padding-left: 5px;
    /* padding-right: 9px; */
    font-weight: normal;
    text-align: center;
    color: #D5D5D5!important;
    max-width: 90px;
}
.border-ext{
	padding-left:12px;
	padding-right:11px;
}
.border-top-middle{
	border-left-width:0px;
	max-height:48px;
	background-color:#424242;
	color:#C0C0C0!important;
}
.border-nav:hover{
	font-weight:normal;
	text-transform:none;
	text-decoration:none;
	text-align:center;
	background-color:var(--swatch-var-2366);
	border-right-width:1px;
	border-left-width:1px;
    padding-left: 5px;
    /* padding-right: 9px; */
}
.background-middle{
	border-width:0px 1px 0px 1px;
	border-style:solid;
	border-color:#000000!important;
	background-color:#FEFFFF;
}
.pfunk-rider:active{
	border-color:#5E5E5E!important;
}
.pfunk-rider:focus{
	border-color:#5E5E5E!important;
}
.date{
	margin-top:-60px;
	text-align:right;
	background-color:#AAE2FE;
	font-weight:normal;
	text-transform:none;
	opacity:50;
}
.text-date{
	font-style:italic;
	text-transform:none;
	text-align:right!important;
}
.tags{
	font-style:italic;
	background-color:#AAE2FE;
	margin:5px 15px 5px 0px;
	font-weight:normal;
	font-size:14px;
	color:#424242!important;
	padding:3px 5px 5px 5px;
}
small{
	font-size:15px!important;
}
.span-disc{
	font-style:italic;
	font-size:16px;
	background-color:var(--swatch-var-2699);
	color:var(--swatch-var-6973)!important;
	margin-top:1px;
	margin-bottom:1px;
	margin-left:0px;
	padding:4px 15px 4px 10px;
}
.background-tungsten{
	background-color:#424242;
	left:10px;
}
.left-10{
	left:0px;
}
.pfa-card-border{
	border-color:#5E5E5E!important;
}
.pfa-main-font-color{
	color:#C0C0C0!important;
	text-decoration:none;
}
.menu-icon-stroke{
	stroke:#C0C0C0!important;
	fill:#C0C0C0!important;
}
.pfa-headline{
	margin-bottom:0px!important;
	margin-top:0px!important;
}
.pfa-main-font-color:hover{
	text-decoration:none;
}
.pfa-card-border:hover{
	background-color:#A9A9A9;
}
.pfunk-accord:hover{
	background-color:#5E5E5E;
	color:#424242!important;
}
.font-small{
	font-size:12px;
}
.pfa-press-list-tags{
	margin-bottom:0px;
	font-size:14px;
}
.pfa-press-list-links{
	margin-top:4px;
	margin-bottom:4px;
}
.img-bloc-84-style{
	width:25px;
}
.img-129-style{
	width:25px;
}
.img-130-style{
	width:25px;
}
.pfa-citation-right{
	font-weight:normal;
	color:#A9A9A9!important;
	text-align:justify;
	font-size:12px;
	line-height:10px;
	text-indent:15px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	border-color:#797979!important;
}
.pfa-citation-list{
	padding-bottom:3px;
	padding-top:5px;
	padding-right:10px;
}
.label-style{
	width:46.1%;
}
.pfa-press-right{
	padding-top:3px;
	padding-left:0px;
}
.pfa-press-list-citation-body{
	padding:5px 3px 5px 3px;
}
.label-bloc-84-style{
	width:100%;
}
.pfa-content-tags{
	padding-top:0px;
	padding-bottom:0px;
}
.pfa-search-box{
	padding-left:15px;
	padding-top:2px;
	padding-bottom:2px;
	text-transform:uppercase;
	color:#A9A9A9!important;
	background-color:#424242;
	border-width:0px 1px 1px 1px;
	border-color:#797979!important;
	border-style:solid;
	border-radius:0px 0px 0px 0px;
}
.pfa-card-serch{
	margin-left:10px;
	margin-right:10px;
}
.pfa-memo-header{
	margin-bottom:0px!important;
	background-color:#424242;
	color:#C0C0C0!important;
	text-transform:none;
	font-weight:400;
}
.pfa-tags-left{
	padding:15px 5px 5px 5px;
}
.span-disc-left{
	margin-left:6px;
	text-align:center;
}
.pfa-header-ref{
	margin-bottom:0px!important;
}
.span-disc-left:hover{
	background-color:#FF2F92;
	color:#FEFC78!important;
}
.pfa-card-rider{
	margin-top:15px;
}
.img-119-style{
	height:100px;
	width:364px;
}
.bloc-bloc-0-style{
	opacity:0.9;
}
.pfa-footer-header{
	padding-top:5px;
}
.pfa-footer-header:hover{
	background-color:var(--swatch-var-4337);
	border-width:1px 0px 1px 0px;
	border-style:solid;
	border-color:var(--swatch-var-6538)!important;
}
.border-nav-left{
	border-left-width:1px;
	padding-right:-1px;
}
.pfa-image-artist-list{
	margin:3px 5px 3px 20px;
	width:40px;
	height:40px;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-6235)!important;
	border-style:dotted;
}
.pfa-citation-left{
	margin-top:0px!important;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-2366:rgba(56,56,56,1.00);
	
	--swatch-var-6538:rgba(33,33,33,1.00);
	
	--swatch-var-6235:rgba(207,204,200,1.00);
	
	--swatch-var-7211:rgba(66,66,66,1.00);
	
	--swatch-var-2699:rgba(255,251,0,1.00);
	
	--swatch-var-3409:rgba(0,253,255,1.00);
	
	--swatch-var-612:rgba(128,128,128,1.00);
	
	--swatch-var-6973:rgba(255,64,255,1.00);
	
	--swatch-var-1744:rgba(255,38,0,1.00);
	
	--swatch-var-2643:rgba(4,51,255,1.00);
	
	--swatch-var-6260:rgba(71,71,71,1.00);
	
	--swatch-var-4337:rgba(121,121,121,1.00);
	
	--swatch-var-4352:rgba(255,255,255,1.00);
	
}


/* Background colour styles */

.bgc-2366{
	background-color:var(--swatch-var-2366);
}

/* Link colour styles */

.ltc-6538{
	color:var(--swatch-var-6538)!important;
}
.ltc-6538:hover{
	color:#000000!important;
}

/* Bloc image backgrounds */

.team-card{
	min-height:350px;
}


/* = Additional CSS
-------------------------------------------------------------- */


html {
	overflow-y: scroll;

}

.blueTable {
	font-family:Px437;
 filter: invert(30) brightness(100%) contrast(60%);}
.font-nested {
	font-family:Px437; }
.form-control{
	font-family:Px437;
	color: #A9A9A9 !important; }

.pfa-citation-right {
	font-family:Px437; }
.list-black-pt {
	font-family:"Px437" !important; }

.th-inner1 {
	text-align:center;
}



body {
	  background-image:url('https://www.pfunk.in/style/img/ezgifdark.png'); 
               transform: rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
}

img-border {
	border: inset 1px solid black;
}


.sketch {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    animation: image_blur2 20s infinite;
    -webkit-animation: image_blur2 20s infinite;
}


		@-webkit-keyframes image_blur2 {
			0% { -webkit-filter: hue-rotate(800deg);}
			50% { -webkit-filter: hue-rotate(0deg);}
			100% { -webkit-filter: hue-rotate(800deg);}
		}


   @font-face { font-family: 'firamonow'; src: url('style/ibm_vga8.woff') format('woff'), url('style/ibm_vga8.woff2') format('woff2'); }


   @font-face { font-family: 'Px437'; src: url('https://pfunk.in/style/fnt/ibm_vga8.woff') format('woff'); }
   
   @font-face { font-family: 'Port'; src: url('https://pfunk.in/style/fnt/Web437_Portfolio_6x8.woff') format('woff'); }



.p-bloc-8-style {
	font-family:"Px437";
}  

.nav-link {
	font-family:"Px437";
}  
.font  {
	font-family:"Px437";
}  

.header-3-plus-footer {
	font-family:"Px437";
}  

.footer-link {
	font-family:"Px437";
}  



.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight:;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: whitesmoke;
}



/**  * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
  *
  * @version v1.18.3
  * @homepage https://bootstrap-table.com
  * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)
  * @license MIT
  */
  .table {

vertical-align: middle;
   }

  .bootstrap-table .fixed-table-toolbar::after {
	content:"";
	display:block;
	clear:both;
	text-align:center;
vertical-align: middle;

   }
   .bootstrap-table .fixed-table-toolbar .bs-bars,
   .bootstrap-table .fixed-table-toolbar .columns,
   .bootstrap-table .fixed-table-toolbar .search {
	position:relative!important;
	margin-top:3px;
	margin-bottom:3px
   }
   .bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group {
	display:inline-block;
	margin-left:-1px!important
   }
   .bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group>.btn {
	border-radius:0
   }
   .bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group:first-child>.btn {
	border-top-left-radius:4px;
	border-bottom-left-radius:4px
   }
   .bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group:last-child>.btn {
	border-top-right-radius:4px;
	border-bottom-right-radius:4px
   }
   .bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
	text-align:left;
	max-height:300px;
	overflow:auto;
	-ms-overflow-style:scrollbar;
	z-index:1001
   }
   .bootstrap-table .fixed-table-toolbar .columns label {
	display:block;
	padding:3px 0px;
	clear:both;
	font-weight:400;
	line-height:1.428571429
   }
   .bootstrap-table .fixed-table-toolbar .columns-left {
	margin-right:5px
   }
   .bootstrap-table .fixed-table-toolbar .columns-right {
	margin-left:5px
   }
   .bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
	right:0;
	left:auto
   }
   .bootstrap-table .fixed-table-container {
	position:relative;
	clear:both
   }
   .bootstrap-table .fixed-table-container .table {
	width:100%;
	margin-bottom:0!important;
   }
   .bootstrap-table .fixed-table-container .table td,
   .bootstrap-table .fixed-table-container .table th {
	vertical-align:middle;
	box-sizing:border-box;
	font-size: 105%;
   }
   .bootstrap-table .fixed-table-container .table thead th {
	vertical-align:bottom;
	padding:0;
	margin:0
   }
   .bootstrap-table .fixed-table-container .table thead th:focus {
	outline:0 solid transparent
   }
   .bootstrap-table .fixed-table-container .table thead th.detail {
	width:30px
   }
   .bootstrap-table .fixed-table-container .table thead th .th-inner {
	padding:0.3rem;
	vertical-align:bottom;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
   }
   .bootstrap-table .fixed-table-container .table thead th .sortable {
	background-position:right;
	background-repeat:no-repeat;
	padding-right:30px!important
   }
   .bootstrap-table .fixed-table-container .table thead th .both {
	background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC")
   }
   .bootstrap-table .fixed-table-container .table thead th .asc {
	background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==")
   }
   .bootstrap-table .fixed-table-container .table thead th .desc {
	background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ")
   }
   .bootstrap-table .fixed-table-container .table tbody tr.selected td {
	background-color:#fafafa
   }
   .bootstrap-table .fixed-table-container .table tbody tr.no-records-found td {
	text-align:center
   }
   .bootstrap-table .fixed-table-container .table tbody tr .card-view {
	display:flex
   }
   .bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
	font-weight:700;
	display:inline-block;
	min-width:30%;
	width:auto!important;
	text-align:left!important
   }
   .bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-value {
	width:100%!important
   }
   .bootstrap-table .fixed-table-container .table .bs-checkbox {
	text-align:center
   }
   .bootstrap-table .fixed-table-container .table .bs-checkbox label {
	margin-bottom:0
   }
   .bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=checkbox],
   .bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=radio] {
	margin:0 auto!important
   }
   .bootstrap-table .fixed-table-container .table.table-sm .th-inner {
	padding:.3rem
   }
   .bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
	border-bottom:1px dotted #dbdbdb
   }
   .bootstrap-table .fixed-table-container.fixed-height.has-card-view {
	border-top:1px dotted #dbdbdb;
	border-bottom:1px dotted #dbdbdb
   }
   .bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
	border-left:1px dotted #dbdbdb;
	border-right:1px dotted #dbdbdb
   }
   .bootstrap-table .fixed-table-container.fixed-height .table thead th {
	border-bottom:1px dotted #dbdbdb
   }
   .bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
	border-bottom:1px dotted #32383e
   }
   .bootstrap-table .fixed-table-container .fixed-table-header {
	overflow:hidden
   }
   .bootstrap-table .fixed-table-container .fixed-table-body {
	overflow-x:auto;
	overflow-y:auto;
	height:100%
   }
   .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
	align-items:center;
	background:#fff;
	display:flex;
	justify-content:center;
	position:absolute;
	bottom:0;
	width:100%;
	z-index:1000;
	transition:visibility 0s,opacity .15s ease-in-out;
	opacity:0;
	visibility:hidden
   }
   .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open {
	visibility:visible;
	opacity:1
   }
   .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
	align-items:baseline;
	display:flex;
	justify-content:center
   }
   .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
	margin-right:6px
   }
   .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
	align-items:center;
	display:flex;
	justify-content:center
   }
   .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,
   .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,
   .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
	content:"";
	animation-duration:1.5s;
	animation-iteration-count:infinite;
	animation-name:LOADING;
	background:#363636;
	border-radius:50%;
	display:block;
	height:5px;
	margin:0 4px;
	opacity:0;
	width:5px
   }
   .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
	animation-delay:.3s
   }
   .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
	animation-delay:.6s
   }
   .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
	background:#363636
   }
   .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot,
   .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after,
   .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before {
	background:#fff
   }
   .bootstrap-table .fixed-table-container .fixed-table-footer {
	overflow:hidden
   }
   .bootstrap-table .fixed-table-pagination::after {
	content:"";
	display:block;
	clear:both
   }
   .bootstrap-table .fixed-table-pagination>.pagination,
   .bootstrap-table .fixed-table-pagination>.pagination-detail {
	margin-top:10px;
	margin-bottom:10px
   }
   .bootstrap-table .fixed-table-pagination>.pagination-detail .pagination-info {
	line-height:34px;
	margin-right:5px
   }
   .bootstrap-table .fixed-table-pagination>.pagination-detail .page-list {
	display:inline-block
   }
   .bootstrap-table .fixed-table-pagination>.pagination-detail .page-list .btn-group {
	position:relative;
	display:inline-block;
	vertical-align:middle
   }
   .bootstrap-table .fixed-table-pagination>.pagination-detail .page-list .btn-group .dropdown-menu {
	margin-bottom:0
   }
   .bootstrap-table .fixed-table-pagination>.pagination ul.pagination {
	margin:0
   }
   .bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a {
	color:#c8c8c8
   }
   .bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a::before {
	content:'\2B05'
   }
   .bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a::after {
	content:'\27A1'
   }
   .bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.disabled a {
	pointer-events:none;
   }
   .bootstrap-table.fullscreen {
	position:fixed;
	top:0;
	left:0;
	z-index:1050;
	width:100%!important;
	background:#fff;
	height:calc(100vh);
	overflow-y:scroll
   }
   .bootstrap-table.bootstrap4 .pagination-lg .page-link,
   .bootstrap-table.bootstrap5 .pagination-lg .page-link {
	padding:.5rem 1rem
   }
   .bootstrap-table.bootstrap5 .float-left {
	float:left
   }
   .bootstrap-table.bootstrap5 .float-right {
	float:right
   }
   div.fixed-table-scroll-inner {
	width:100%;
	height:200px
   }
   div.fixed-table-scroll-outer {
	top:0;
	left:0;
	visibility:hidden;
	width:200px;
	height:150px;
	overflow:hidden
   }
   @keyframes LOADING {
	0% {
	 opacity:0
	}
	50% {
	 opacity:1
	}
	to {
	 opacity:0
	}
   }
   @font-face {
	font-family:bootstrap-table;
	src:url("fonts/bootstrap-table.eot?gmdfsp");
	src:url("fonts/bootstrap-table.eot") format("embedded-opentype"),
	url("fonts/bootstrap-table.ttf") format("truetype"),
	url("fonts/bootstrap-table.woff") format("woff"),
	url("fonts/bootstrap-table.svg") format("svg");
	font-weight:400;
	font-style:normal;
	font-display:block
   }
   [class*=" icon-"],
   [class^=icon-] {
	font-family:bootstrap-table,sans-serif!important;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
   }
   .icon-arrow-down-circle:before {
	content:"\e907"
   }
   .icon-arrow-up-circle:before {
	content:"\e908"
   }
   .icon-chevron-left:before {
	content:"\e900"
   }
   .icon-chevron-right:before {
	content:"\e901"
   }
   .icon-clock:before {
	content:"\e90c"
   }
   .icon-copy:before {
	content:"\e909"
   }
   .icon-download:before {
	content:"\e90d"
   }
   .icon-list:before {
	content:"\e902"
   }
   .icon-maximize:before {
	content:"\1f5ce"
   }
   .icon-minus:before {
	content:"\e90f"
   }
   .icon-move:before {
	content:"\e903"
   }
   .icon-plus:before {
	content:"\e90e"
   }
   .icon-printer:before {
	content:"\e90b"
   }
   .icon-refresh-cw:before {
	content:"\e904"
   }
   .icon-search:before {
	content:"\e90a"
   }
   .icon-toggle-right:before {
	content:"\e905"
   }
   .icon-trash-2:before {
	content:"\e906"
   }
   .icon-sort-amount-asc:before {
	content:"\ea4c"
   }
   .bootstrap-table * {
	box-sizing:border-box
   }
   .bootstrap-table .btn,
   .bootstrap-table input.form-control,
   .bootstrap-table select.form-control {
	border-radius:4px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:9px 12px
   }
   .bootstrap-table select.form-control {
	height:35px
   }
   .bootstrap-table .btn {
	outline:0;
	color: gray;
   }
   .bootstrap-table .btn.active {
	background-color:#ebebeb
   }
   .bootstrap-table .btn:focus,
   .bootstrap-table .btn:hover {
	background-color:#f5f5f5
   }
   .bootstrap-table .caret {
	display:inline-block;
	width:0;
	height:0;
	margin-left:2px;
	vertical-align:middle;
	border-top:4px dashed;
	border-top:4px solid;
	border-right:4px solid transparent;
	border-left:4px solid transparent
   }
   .bootstrap-table .detail-icon {
	text-decoration:none;
	color:#3679e4
   }
   .bootstrap-table .detail-icon:hover {
	color:#154a9f
   }
   .bootstrap-table .fixed-table-toolbar .columns,
   .bootstrap-table .fixed-table-toolbar .columns .btn-group {
	display:inline-block
   }
   .bootstrap-table .fixed-table-toolbar .columns>.btn-group:not(:first-child):not(:last-child),
   .bootstrap-table .fixed-table-toolbar .columns>.btn-group:not(:first-child):not(:last-child)>.btn,
   .bootstrap-table .fixed-table-toolbar .columns>.btn:not(:first-child):not(:last-child),
   .bootstrap-table .fixed-table-toolbar .columns>.btn:not(:first-child):not(:last-child)>.btn {
	border-radius:0
   }
   .bootstrap-table .fixed-table-toolbar .columns>.btn-group:not(:last-child):not(.dropdown-toggle),
   .bootstrap-table .fixed-table-toolbar .columns>.btn-group:not(:last-child)>.btn,
   .bootstrap-table .fixed-table-toolbar .columns>.btn:not(:last-child):not(.dropdown-toggle),
   .bootstrap-table .fixed-table-toolbar .columns>.btn:not(:last-child)>.btn {
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-right:none
   }
   .bootstrap-table .fixed-table-toolbar .columns>.btn-group:not(:first-child):not(.dropdown-toggle),
   .bootstrap-table .fixed-table-toolbar .columns>.btn-group:not(:first-child)>.btn,
   .bootstrap-table .fixed-table-toolbar .columns>.btn:not(:first-child):not(.dropdown-toggle),
   .bootstrap-table .fixed-table-toolbar .columns>.btn:not(:first-child)>.btn {
	border-top-left-radius:0;
	border-bottom-left-radius:0
   }
   .bootstrap-table .fixed-table-toolbar .columns label {
	padding:5px 12px
   }
   .bootstrap-table .fixed-table-toolbar .columns input[type=checkbox] {
	vertical-align:middle
   }
   .bootstrap-table .fixed-table-toolbar .columns .dropdown-divider {
	border-bottom:1px solid #dbdbdb
   }
   .bootstrap-table .fixed-table-toolbar .search .input-group .search-input {
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-right:none
   }
   .bootstrap-table .fixed-table-toolbar .search .input-group button[name=clearSearch],
   .bootstrap-table .fixed-table-toolbar .search .input-group button[name=search] {
	border-top-left-radius:0;
	border-bottom-left-radius:0
   }
   .bootstrap-table .fixed-table-toolbar .search .input-group button[name=clearSearch]:not(:last-child),
   .bootstrap-table .fixed-table-toolbar .search .input-group button[name=search]:not(:last-child) {
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-right:none
   }
   .bootstrap-table .open.dropdown-menu {
	display:block
   }
   .bootstrap-table .dropdown-menu-up .dropdown-menu {
	top:auto;
	bottom:100%
   }
   .bootstrap-table .dropdown-menu {
	display:none;
	background-color:#fff;
	position:absolute;
	right:0;
	min-width:120px;
	margin-top:2px;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:0 3px 12px rgba(0,0,0,.175);
	box-shadow:0 3px 12px rgba(0,0,0,.175)
   }
   .bootstrap-table .dropdown-menu .dropdown-item {
	color:#363636;
	text-decoration:none;
	display:block;
	padding:5px 12px;
	white-space:nowrap
   }
   .bootstrap-table .dropdown-menu .dropdown-item:hover {
	background-color:#f5f5f5
   }
   .bootstrap-table .dropdown-menu .dropdown-item.active {
	background-color:#3679e4;
	color:#fff
   }
   .bootstrap-table .dropdown-menu .dropdown-item.active:hover {
	background-color:#1b5fcc
   }
   .bootstrap-table .columns-left .dropdown-menu {
	left:0;
	right:auto
   }
   .bootstrap-table .pagination-detail {
	float:left
   }
   .bootstrap-table .pagination-detail .dropdown-item {
	min-width:45px;
	text-align:center
   }
   .bootstrap-table table1 {
	border-collapse:collapse
   }
   .bootstrap-table table1 th {
	text-align:inherit
   }
   .bootstrap-table table1.table-bordered tbody tr td,
   .bootstrap-table table1.table-bordered thead tr th {
	border:1px solid #dbdbdb;
   }
   .bootstrap-table table.table-bordered tbody tr td {
	padding-left:10px;
	 padding-right: 5px;
	 padding-top:4px;
	 padding-bottom: 4px;
   }
   .bootstrap-table table.table-hover tbody tr:hover {
	background:rgb(251, 255, 89) !important;
   }
   .bootstrap-table .float-left {
	float:left
   }
   .bootstrap-table .float-right {
	float:right
   }
   .bootstrap-table .pagination {
	padding:0;
	align-items:center;
	display:flex;
	justify-content:center;
	text-align:center;
	list-style:none
   }
   .bootstrap-table .pagination .page-item {
	border:1px solid #dbdbdb;
	background-color:#fff;
	border-radius:0px;
	margin:2px;
	padding:5px 2px 5px 2px
   }
   .bootstrap-table .pagination .page-item:hover {
	background-color:yellow
   }
   .bootstrap-table .pagination .page-item .page-link {
	padding:6px 12px;
	line-height:1.428571429;
	color:#000;
	text-decoration:none;
	outline:0
   }
   .bootstrap-table .pagination .page-item.active {
	background-color:   #d4d4d4 !important;
	border:1px solid #ababab !important
   }
   .bootstrap-table .pagination .page-item.active .page-link {
	color:#fff
   }
   .bootstrap-table .pagination .page-item.active:hover {
	background-color:#fff;
   }
   .bootstrap-table .pagination .btn-group {
	display:inline-block
   }
   .bootstrap-table .pagination .btn-group .btn:not(:first-child):not(:last-child),
   .bootstrap-table .pagination .btn-group input:not(:first-child):not(:last-child) {
	border-radius:0
   }
   .bootstrap-table .pagination .btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle),
   .bootstrap-table .pagination .btn-group input:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius:0;
	border-bottom-right-radius:0
   }
   .bootstrap-table .pagination .btn-group .btn:last-child:not(:first-child),
   .bootstrap-table .pagination .btn-group input:last-child:not(:first-child) {
	border-top-left-radius:0;
	border-bottom-left-radius:0
   }
   .bootstrap-table .pagination .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius:0;
	border-bottom-left-radius:0
   }
   .bootstrap-table .filter-control {
	display:flex
   }
   .bootstrap-table .page-jump-to .btn,
   .bootstrap-table .page-jump-to input {
	padding:8px 12px
   }
   .modal {
	position:fixed;
	display:none;
	top:0;
	left:0;
	bottom:0;
	right:0
   }
   .modal.show {
	display:flex
   }
   .modal .btn {
	border-radius:4px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:6px 12px;
	outline:0;
   }
   .modal .btn.active {
	border-color:#000
   }
   .modal .modal-background {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:998;
	background-color:rgba(10,10,10,.86)
   }
   .modal .modal-content {
	position:relative;
	width:600px;
	margin:30px auto;
	z-index:999
   }
   .modal .modal-content .box {
	background-color:#fff;
	border-radius:6px;
	display:block;
	padding:1.25rem
   }
   
   .bootstrap-table .fixed-table-toolbar .search .input-group .search-input {
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-right:none
   }
   .bootstrap-table .fixed-table-toolbar .search .input-group button[name=clearSearch],
   .bootstrap-table .fixed-table-toolbar .search .input-group button[name=search] {
	border-top-left-radius:0;
	border-bottom-left-radius:0
   }
   .bootstrap-table .fixed-table-toolbar .search .input-group button[name=clearSearch]:not(:last-child),
   .bootstrap-table .fixed-table-toolbar .search .input-group button[name=search]:not(:last-child) {
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-right:none
   }
   

/**  * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
	 *
	 * @version v1.18.3
	 * @homepage https://bootstrap-table.com
	 * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)
	 * @license MIT */
	
   
	 .bootstrap-table .fixed-table-toolbar::after {
		content:"";
		display:block;
		clear:both
	   }
	   .bootstrap-table .fixed-table-toolbar .bs-bars,
	   .bootstrap-table .fixed-table-toolbar .columns,
	   .bootstrap-table .fixed-table-toolbar .search {
		position:relative!important;
		margin-top:3px;
		margin-bottom:3px
	   }
	   .bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group {
		display:inline-block;
		margin-left:-1px!important
	   }
	   .bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group>.btn {
		border-radius:0
	   }
	   .bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group:first-child>.btn {
		border-top-left-radius:4px;
		border-bottom-left-radius:4px
	   }
	   .bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group:last-child>.btn {
		border-top-right-radius:4px;
		border-bottom-right-radius:4px
	   }
	   .bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
		text-align:left;
		max-height:300px;
		overflow:auto;
		-ms-overflow-style:scrollbar;
		z-index:1001
	   }
	   .bootstrap-table .fixed-table-toolbar .columns label {
		display:block;
		padding:3px 0px;
		clear:both;
		font-weight:400;
		line-height:1.428571429
	   }
	   .bootstrap-table .fixed-table-toolbar .columns-left {
		margin-right:0px
	   }
	   .bootstrap-table .fixed-table-toolbar .columns-right {
		margin-left:0px
	   }
	   .bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
		right:0;
		left:auto
	   }
	   .bootstrap-table .fixed-table-container {
		position:relative;
		clear:both
	   }
	   .bootstrap-table .fixed-table-container .table {
		width:100%;
		margin-bottom:0!important;
	   }
	   .bootstrap-table .fixed-table-container .table td,
	   .bootstrap-table .fixed-table-container .table th {
		vertical-align:middle;
		box-sizing:border-box;
	   }
	   .bootstrap-table .fixed-table-container .table thead th {
		vertical-align:bottom;
		padding:0;
		margin:0
	   }
	   .bootstrap-table .fixed-table-container .table thead th:focus {
		outline:0 solid transparent
	   }
	   .bootstrap-table .fixed-table-container .table thead th.detail {
		width:30px
	   }
	   .bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding: 0.3rem;
    color: #474747;
    background-color: white;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    padding-left: 8px;
}
	   .bootstrap-table .fixed-table-container .table thead th .sortable {
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 30px!important;
    filter: grayscale(100%);
}
	   .bootstrap-table .fixed-table-container .table thead th .both {
		background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC")
	   }
	   .bootstrap-table .fixed-table-container .table thead th .asc {
		background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==")
	   }
	   .bootstrap-table .fixed-table-container .table thead th .desc {
		background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ")
	   }
	   .bootstrap-table .fixed-table-container .table tbody tr.selected td {
		background-color:#fafafa
	   }
	   .bootstrap-table .fixed-table-container .table tbody tr.no-records-found td {
		text-align:center
	   }
	   .bootstrap-table .fixed-table-container .table tbody tr .card-view {
		display:flex
	   }
	   .bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
		font-weight:700;
		display:inline-block;
		min-width:30%;
		width:auto!important;
		text-align:left!important
	   }
	   .bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-value {
		width:100%!important
	   }
	   .bootstrap-table .fixed-table-container .table .bs-checkbox {
		text-align:center
	   }
	   .bootstrap-table .fixed-table-container .table .bs-checkbox label {
		margin-bottom:0
	   }
	   .bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=checkbox],
	   .bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=radio] {
		margin:0 auto!important
	   }
	   .bootstrap-table .fixed-table-container .table.table-sm .th-inner {
		padding:.3rem
	   }
	   .bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
		border-bottom:1px dotted #dbdbdb
	   }
	   .bootstrap-table .fixed-table-container.fixed-height.has-card-view {
		border-top:1px dotted #dbdbdb;
		border-bottom:1px dotted #dbdbdb
	   }
	   .bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
		border-left:1px dotted #dbdbdb;
		border-right:1px dotted #dbdbdb
	   }
	   .bootstrap-table .fixed-table-container.fixed-height .table thead th {
		border-bottom:1px dotted #dbdbdb
	   }
	   .bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
		border-bottom:1px dotted #32383e
	   }
	   .bootstrap-table .fixed-table-container .fixed-table-header {
		overflow:hidden
	   }
	   .bootstrap-table .fixed-table-container .fixed-table-body {
		overflow-x:auto;
		overflow-y:auto;
		height:100%;
	   }
	   .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
		align-items:center;
		background:#fff;
		display:flex;
		justify-content:center;
		position:absolute;
		bottom:0;
		width:100%;
		z-index:1000;
		transition:visibility 0s,opacity .15s ease-in-out;
		opacity:0;
		visibility:hidden
	   }
	   .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open {
		visibility:visible;
		opacity:1
	   }
	   .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
		align-items:baseline;
		display:flex;
		justify-content:center
	   }
	   .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
		margin-right:6px
	   }
	   .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
		align-items:center;
		display:flex;
		justify-content:center
	   }
	   .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,
	   .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,
	   .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
		content:"";
		animation-duration:1.5s;
		animation-iteration-count:infinite;
		animation-name:LOADING;
		background:#363636;
		border-radius:50%;
		display:block;
		height:5px;
		margin:0 4px;
		opacity:0;
		width:5px
	   }
	   .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
		animation-delay:.3s
	   }
	   .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
		animation-delay:.6s
	   }
	   .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
		background:#363636
	   }
	   .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot,
	   .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after,
	   .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before {
		background:#fff
	   }
	   .bootstrap-table .fixed-table-container .fixed-table-footer {
		overflow:hidden
	   }
	   .bootstrap-table .fixed-table-pagination::after {
		content:"";
		display:block;
		clear:both
	   }
	   .bootstrap-table .fixed-table-pagination>.pagination,
	   .bootstrap-table .fixed-table-pagination>.pagination-detail {
		margin-top:10px;
		margin-bottom:10px;
	   }
	   .bootstrap-table .fixed-table-pagination>.pagination-detail .pagination-info {
		line-height:34px;
		margin-right:5px
	   }
	   .bootstrap-table .fixed-table-pagination>.pagination-detail .page-list {
		display:inline-block
	   }
	   .bootstrap-table .fixed-table-pagination>.pagination-detail .page-list .btn-group {
		position:relative;
		display:inline-block;
		vertical-align:middle
	   }
	   .bootstrap-table .fixed-table-pagination>.pagination-detail .page-list .btn-group .dropdown-menu {
		margin-bottom:0
	   }
	   .bootstrap-table .fixed-table-pagination>.pagination ul.pagination {
		margin:0;
	   }
	   .bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a {
		color:#c8c8c8
	   }
	   .bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a::before {
		content:'\2B05'
	   }
	   .bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a::after {
		content:'\27A1'
	   }
	   .bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.disabled a {
		pointer-events:none;
	   }
	   .bootstrap-table.fullscreen {
		position:fixed;
		top:0;
		left:0;
		z-index:1050;
		width:100%!important;
		background:#fff;
		height:calc(100vh);
		overflow-y:scroll
	   }
	   .bootstrap-table.bootstrap4 .pagination-lg .page-link,
	   .bootstrap-table.bootstrap5 .pagination-lg .page-link {
		padding:.5rem 1rem
	   }
	   .bootstrap-table.bootstrap5 .float-left {
		float:left
	   }
	   .bootstrap-table.bootstrap5 .float-right {
		float:right
	   }
	   div.fixed-table-scroll-inner {
		width:100%;
		height:200px
	   }
	   div.fixed-table-scroll-outer {
		top:0;
		left:0;
		visibility:hidden;
		width:200px;
		height:150px;
		overflow:hidden
	   }
	   @keyframes LOADING {
		0% {
		 opacity:0
		}
		50% {
		 opacity:1
		}
		to {
		 opacity:0
		}
	   }
	   @font-face {
		font-family:bootstrap-table;
		src:url("fonts/bootstrap-table.eot?gmdfsp");
		src:url("fonts/bootstrap-table.eot") format("embedded-opentype"),
		url("fonts/bootstrap-table.ttf") format("truetype"),
		url("fonts/bootstrap-table.woff") format("woff"),
		url("fonts/bootstrap-table.svg") format("svg");
		font-weight:400;
		font-style:normal;
		font-display:block
	   }
	   [class*=" icon-"],
	   [class^=icon-] {
		font-family:bootstrap-table,sans-serif!important;
		font-style:normal;
		font-weight:400;
		font-variant:normal;
		text-transform:none;
		line-height:1;
		-webkit-font-smoothing:antialiased;
		-moz-osx-font-smoothing:grayscale
	   }
	   .icon-arrow-down-circle:before {
		content:"\e907"
	   }
	   .icon-arrow-up-circle:before {
		content:"\e908"
	   }
	   .icon-chevron-left:before {
		content:"\e900"
	   }
	   .icon-chevron-right:before {
		content:"\e901"
	   }
	   .icon-clock:before {
		content:"\e90c"
	   }
	   .icon-copy:before {
		content:"\e909"
	   }
	   .icon-download:before {
		content:"\e90d"
	   }
	   .icon-list:before {
		content:"\e902"
	   }
	   .icon-maximize:before {
		content:"\1f5ce"
	   }
	   .icon-minus:before {
		content:"\e90f"
	   }
	   .icon-move:before {
		content:"\e903"
	   }
	   .icon-plus:before {
		content:"\e90e"
	   }
	   .icon-printer:before {
		content:"\e90b"
	   }
	   .icon-refresh-cw:before {
		content:"\e904"
	   }
	   .icon-search:before {
		content:"\e90a"
	   }
	   .icon-toggle-right:before {
		content:"\e905"
	   }
	   .icon-trash-2:before {
		content:"\e906"
	   }
	   .icon-sort-amount-asc:before {
		content:"\ea4c"
	   }
	   .bootstrap-table * {
		box-sizing:border-box;
		font-family: lexicon1;
	   font-size: 14px;
	   }
	   .bootstrap-table .btn,
	   .bootstrap-table input.form-control,
	   .bootstrap-table select.form-control {
		border-radius:0px;

		border:1px solid #ccc;
		padding:9px 12px;
		color: gray !important;
	   }
	   .bootstrap-table select.form-control {
		height:35px
	   }
	   .bootstrap-table .btn {
		outline:0;
	   }
	   .bootstrap-table .btn.active {
		background-color:#ebebeb
	   }
	   .bootstrap-table .btn:focus,
	   .bootstrap-table .btn:hover {
		background-color:#f5f5f5;
	   }
	   .bootstrap-table .caret {
		display:inline-block;
		width:0;
		height:0;
		margin-left:2px;
		vertical-align:middle;
		border-top:4px dashed;
		border-top:4px solid;
		border-right:4px solid transparent;
		border-left:4px solid transparent
	   }
	   .bootstrap-table .detail-icon {
		text-decoration:none;
		color:#3679e4
	   }
	   .bootstrap-table .detail-icon:hover {
		color:#154a9f
	   }
	   .bootstrap-table .fixed-table-toolbar .columns,
	   .bootstrap-table .fixed-table-toolbar .columns .btn-group {
		display:inline-block
	   }
	   .bootstrap-table .fixed-table-toolbar .columns>.btn-group:not(:first-child):not(:last-child),
	   .bootstrap-table .fixed-table-toolbar .columns>.btn-group:not(:first-child):not(:last-child)>.btn,
	   .bootstrap-table .fixed-table-toolbar .columns>.btn:not(:first-child):not(:last-child),
	   .bootstrap-table .fixed-table-toolbar .columns>.btn:not(:first-child):not(:last-child)>.btn {
		border-radius:0
	   }
	   .bootstrap-table .fixed-table-toolbar .columns>.btn-group:not(:last-child):not(.dropdown-toggle),
	   .bootstrap-table .fixed-table-toolbar .columns>.btn-group:not(:last-child)>.btn,
	   .bootstrap-table .fixed-table-toolbar .columns>.btn:not(:last-child):not(.dropdown-toggle),
	   .bootstrap-table .fixed-table-toolbar .columns>.btn:not(:last-child)>.btn {
		border-top-right-radius:0;
		border-bottom-right-radius:0;
		border-right:none
	   }
	   .bootstrap-table .fixed-table-toolbar .columns>.btn-group:not(:first-child):not(.dropdown-toggle),
	   .bootstrap-table .fixed-table-toolbar .columns>.btn-group:not(:first-child)>.btn,
	   .bootstrap-table .fixed-table-toolbar .columns>.btn:not(:first-child):not(.dropdown-toggle),
	   .bootstrap-table .fixed-table-toolbar .columns>.btn:not(:first-child)>.btn {
		border-top-left-radius:0;
		border-bottom-left-radius:0
	   }
	   .bootstrap-table .fixed-table-toolbar .columns label {
		padding:5px 12px
	   }
	   .bootstrap-table .fixed-table-toolbar .columns input[type=checkbox] {
		vertical-align:middle
	   }
	   .bootstrap-table .fixed-table-toolbar .columns .dropdown-divider {
		border-bottom:1px solid #dbdbdb
	   }
	   .bootstrap-table .fixed-table-toolbar .search .input-group .search-input {
		border-top-right-radius:0;
		border-bottom-right-radius:0;
		border-right:none
	   }
	   .bootstrap-table .fixed-table-toolbar .search .input-group button[name=clearSearch],
	   .bootstrap-table .fixed-table-toolbar .search .input-group button[name=search] {
		border-top-left-radius:0;
		border-bottom-left-radius:0
	   }
	   .bootstrap-table .fixed-table-toolbar .search .input-group button[name=clearSearch]:not(:last-child),
	   .bootstrap-table .fixed-table-toolbar .search .input-group button[name=search]:not(:last-child) {
		border-top-right-radius:0;
		border-bottom-right-radius:0;
		border-right:none
	   }
	   .bootstrap-table .open.dropdown-menu {
		display:block
	   }
	   .bootstrap-table .dropdown-menu-up .dropdown-menu {
		top:auto;
		bottom:100%
	   }
	   .bootstrap-table .dropdown-menu {
		display:none;
		background-color:#fff;
		position:absolute;
		right:0;
		min-width:120px;
		margin-top:2px;
		border:1px solid #ccc;
		border-radius:0px;
		-webkit-box-shadow:0 3px 12px rgba(0,0,0,.175);
		box-shadow:0 3px 12px rgba(0,0,0,.175)
	   }
	   .bootstrap-table .dropdown-menu .dropdown-item {
		color:#363636;
		text-decoration:none;
		display:block;
		padding:5px 12px;
		white-space:nowrap
	   }
	   .bootstrap-table .dropdown-menu .dropdown-item:hover {
		background-color:#f5f5f5
	   }
	   .bootstrap-table .dropdown-menu .dropdown-item.active {
		background-color:yellow;
		color:#fff
	   }
	   .bootstrap-table .dropdown-menu .dropdown-item.active:hover {
		background-color:yellowgreen
	   }
	   .bootstrap-table .columns-left .dropdown-menu {
		left:0;
		right:auto
	   }
	   .bootstrap-table .pagination-detail {
		float:left
	   }
	   .bootstrap-table .pagination-detail .dropdown-item {
		min-width:45px;
		text-align:center
	   }
	   .bootstrap-table table {
		border-collapse:collapse
	   }
	   .bootstrap-table table th {
		text-align:inherit
	   }
	   .bootstrap-table table.table-bordered tbody tr td,
	   .bootstrap-table table.table-bordered thead tr th {
		border:1px solid #dbdbdb;
	   }
	   .bootstrap-table table.table-bordered tbody tr td {
		padding-left:10px;
		 padding-right: 5px;
		 padding-top:4px;
		 padding-bottom: 4px;
	   }
	   .bootstrap-table table.table-hover tbody tr:hover {
		background:yellow
	   }
	   .bootstrap-table .float-left {
		float:left
	   }
	   .bootstrap-table .float-right {
		float:right
	   }
	   .bootstrap-table .pagination {
		padding:0;
		align-items:center;
		display:flex;
		justify-content:center;
		text-align:center;
		list-style:none;

	   }
	   .bootstrap-table .pagination .page-item {
		border:1px solid #dbdbdb;
		background-color:#fff;
		border-radius:0px;
		margin:2px;
		padding:5px 2px 5px 2px
	   }
	   .bootstrap-table .pagination .page-item:hover {
		background-color:yellow
	   }
	   .bootstrap-table .pagination .page-item .page-link {
		padding:6px 12px;
		line-height:1.428571429;
		color:#000;
		text-decoration:none;
		outline:0
	   }
	   .bootstrap-table .pagination .page-item.active {
		background-color:#fff0;
		border:1px dotted #ababab
	   }
	   .bootstrap-table .pagination .page-item.active .page-link {
		color:#fff
	   }
	   .bootstrap-table .pagination .page-item.active:hover {
		background-color:#fff;
	   }
	   .bootstrap-table .pagination .btn-group {
		display:inline-block
	   }
	   .bootstrap-table .pagination .btn-group .btn:not(:first-child):not(:last-child),
	   .bootstrap-table .pagination .btn-group input:not(:first-child):not(:last-child) {
		border-radius:0
	   }
	   .bootstrap-table .pagination .btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle),
	   .bootstrap-table .pagination .btn-group input:first-child:not(:last-child):not(.dropdown-toggle) {
		border-top-right-radius:0;
		border-bottom-right-radius:0
	   }
	   .bootstrap-table .pagination .btn-group .btn:last-child:not(:first-child),
	   .bootstrap-table .pagination .btn-group input:last-child:not(:first-child) {
		border-top-left-radius:0;
		border-bottom-left-radius:0
	   }
	   .bootstrap-table .pagination .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
		border-top-left-radius:0;
		border-bottom-left-radius:0
	   }
	   .bootstrap-table .filter-control {
		display:flex
	   }
	   .bootstrap-table .page-jump-to .btn,
	   .bootstrap-table .page-jump-to input {
		padding:8px 12px
	   }
	   .modal {
		position:fixed;
		display:none;
		top:0;
		left:0;
		bottom:0;
		right:0
	   }
	   .modal.show {
		display:flex
	   }
	   .modal .btn {
		border-radius:0px;
		background-color:#fff;
		border:1px solid #ccc;
		padding:6px 12px;
		outline:0;
	   }
	   .modal .btn.active {
		border-color:#000
	   }
	   .modal .modal-background {
		position:fixed;
		top:0;
		left:0;
		bottom:0;
		right:0;
		z-index:998;
		background-color:rgba(10,10,10,.86)
	   }
	   .modal .modal-content {
		position:relative;
		width:600px;
		margin:30px auto;
		z-index:999
	   }
	   .modal .modal-content .box {
		background-color:#fff;
		border-radius:0px;
		display:block;
		padding:1.25rem
	   } 
	 
	   
	   
	   tbody tr:nth-child(odd) {
	   
		 background: #eee;
	   
	   }
.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list {
    display: none !important;
}



















/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.bloc-fill{
		fill:#00FCFF;
	}
	.bloc-bloc-0-fill{
		fill:#00FCFF;
	}
	.bloc-divider-t-fill{
		fill:var(--swatch-var-6235);
	}
	.bloc-bloc-4-fill{
		fill:#00FCFF;
	}
	.bloc-bloc-3-fill{
		fill:#00FCFF;
	}
	.h5-style{
		font-size:18px;
	}
	.bloc-divider-b-0-fill{
		fill:var(--swatch-var-6235);
	}
	.bloc-divider-t-0-fill{
		fill:var(--swatch-var-6235);
	}
	.table-row{
		border-style:solid;
		border-radius:0px 0px 0px 0px;
		border-color:#000000!important;
		border-width:1px 0px 0px 0px;
		text-transform:none;
		cursor:auto;
		caret-color:#932092;
		max-height:25px;
	}
	.p-bloc-9-style{
		width:100%;
	}
	.global{
		font-size:14px;
		text-align:justify;
		color:var(--swatch-var-6538)!important;
		width:101%;
	}
	.btn-style-center{
		border-color:var(--swatch-var-6538)!important;
		width:100%;
		background-color:var(--swatch-var-2366);
		border-radius:0px 0px 0px 0px;
	}
	.p-style{
		line-height:16px;
		text-indent:0px;
	}
	.p-bloc-8-style{
		line-height:21px;
		font-size:14px;
	}
	.list-style{
		line-height:5px;
	}
	.header-3-plus{
		font-size:18px;
		font-weight:bold;
		text-decoration:none;
		background-size:1px auto;
		background-color:var(--swatch-var-2366);
		color:var(--swatch-var-6538)!important;
		line-height:25px;
		margin-top:-4px;
		border-width:1px 1px 1px 1px;
		border-style:solid;
		text-transform:uppercase;
		border-color:var(--swatch-var-6538)!important;
		border-radius:0px 0px 0px 0px!important;
		padding-left:5px;
		padding-right:5px;
		text-indent:0px;
		text-align:left;
	}
	.bloc-style{
		width:100%;
	}
	.einzug-10{
		font-size:18px;
		font-weight:normal;
		text-decoration:none;
		background-size:1px auto;
		text-indent:5px;
		border-width:1px 1px 1px 1px;
		border-style:solid;
		border-color:var(--swatch-var-6538)!important;
		margin-left:0px;
		width:65%;
	}
	.navbar-logo{
		background-color:var(--swatch-var-2366);
	}
	.btn-style-tour{
		border-color:var(--swatch-var-6538)!important;
		color:var(--swatch-var-7211)!important;
		text-transform:none!important;
		background-color:var(--swatch-var-2366);
		text-decoration:none;
		border-width:1px 1px 1px 1px;
		border-radius:0px 0px 0px 0px!important;
		padding-top:1px;
		margin-top:-3px;
	}
	.btn-style-tour:hover{
		background-color:var(--swatch-var-2366);
		color:var(--swatch-var-612)!important;
	}
	.btn-style-tour:active{
		background-color:var(--swatch-var-2366);
		color:var(--swatch-var-2366)!important;
	}
	.btn-style-center:hover{
		color:var(--swatch-var-612)!important;
	}
	.btn-style-pic{
		border-color:var(--swatch-var-6538)!important;
		width:100%;
		background-color:var(--swatch-var-2366);
	}
	.btn-style-pic:hover{
		color:var(--swatch-var-612)!important;
	}
	.accord{
		border-width:0px 0px 0px 0px;
		border-radius:0px 0px 0px 0px;
		border-style:solid;
		border-color:var(--swatch-var-6538)!important;
	}
	.p-0{
		border-radius:0px 0px 0px 0px!important;
		border-style:solid;
		border-color:var(--swatch-var-6538);
		border-width:0px 0px 0px 0px;
		text-indent:5px;
		text-decoration:none!important;
		color:var(--swatch-var-6538)!important;
	}
	.accordion-button{
		border-width:0px 0px 0px 0px;
		border-radius:0px 0px 0px 0px;
		border-style:solid;
		border-color:var(--swatch-var-6538)!important;
	}
	.btn-style-tour:visited{
	}
	.btn-style-tour:focus{
	}
	.btn-style-center:active{
		background-color:var(--swatch-var-2366);
	}
	.p-0:active{
		color:var(--swatch-var-2366)!important;
	}
	.p-0:hover{
		color:var(--swatch-var-612)!important;
	}
	.btn-style-tour-year{
		border-color:var(--swatch-var-6538)!important;
		color:var(--swatch-var-7211)!important;
		text-transform:none!important;
		background-color:var(--swatch-var-2366);
		text-decoration:none;
		border-width:1px 1px 1px 1px;
		border-radius:0px 0px 0px 0px!important;
		padding-top:1px;
		margin-top:-3px;
	}
	.btn-style-tour-year:hover{
		background-color:var(--swatch-var-2366);
		color:var(--swatch-var-612)!important;
	}
	.btn-style-tour-year:active{
		background-color:var(--swatch-var-2366);
		color:var(--swatch-var-2366)!important;
	}
	.btn-style-tour-year:focus{
	}
	.btn-style-tour-year:visited{
	}
	.btn-style-year{
		border-color:var(--swatch-var-6538)!important;
		background-color:var(--swatch-var-2366);
		border-radius:0px 0px 0px 0px;
		text-align:center;
		padding-right:1px;
		width:66px;
		margin-top:0px;
		margin-left:-2px;
		margin-right:9px;
	}
	.btn-style-year:hover{
		color:var(--swatch-var-612)!important;
	}
	.btn-style-year:active{
		background-color:var(--swatch-var-2366);
	}
	.header-3-plus-footer{
		font-size:18px;
		font-weight:bold;
		text-decoration:none;
		background-size:1px auto;
		background-color:var(--swatch-var-2366);
		color:var(--swatch-var-6538)!important;
		line-height:25px;
		margin-top:-4px;
		border-width:1px 1px 1px 1px;
		border-style:solid;
		text-transform:uppercase;
		border-color:var(--swatch-var-6538)!important;
		border-radius:0px 0px 0px 0px!important;
		padding-left:5px;
		padding-right:5px;
		text-indent:0px;
		text-align:center;
	}
	.einzug-100{
		font-size:18px;
		font-weight:normal;
		text-decoration:none;
		background-size:1px auto;
		text-indent:5px;
		border-width:1px 1px 1px 1px;
		border-style:solid;
		border-color:var(--swatch-var-6538)!important;
		margin-left:0px;
	}
	.footer-link{
	}
	.header-3-dpfi{
		font-size:18px;
		font-weight:bold;
		text-decoration:none;
		background-size:1px auto;
		background-color:var(--swatch-var-2366);
		color:var(--swatch-var-6538)!important;
		line-height:25px;
		margin-top:-4px;
		border-width:1px 1px 1px 1px;
		border-style:solid;
		text-transform:uppercase;
		border-color:var(--swatch-var-6538)!important;
		border-radius:0px 0px 0px 0px!important;
		padding-left:5px;
		padding-right:5px;
		text-indent:0px;
		text-align:left;
	}
	.p-bloc-18-style{
		line-height:21px;
		font-size:14px;
	}
	.p-bloc-18-style-type{
		line-height:21px;
		font-size:14px;
	}
	.einzug-100-setlist{
		font-size:18px;
		font-weight:normal;
		text-decoration:none;
		background-size:1px auto;
		text-indent:5px;
		border-width:1px 1px 1px 1px;
		border-style:solid;
		border-color:var(--swatch-var-6538)!important;
		margin-left:0px;
	}
	.btn-style{
		border-color:var(--swatch-var-6538)!important;
		width:100%;
		background-color:var(--swatch-var-2366);
		border-radius:0px 0px 0px 0px;
	}
	.btn-style:hover{
		color:var(--swatch-var-612)!important;
	}
	.btn-style:active{
		background-color:var(--swatch-var-2366);
	}
	.header-3-plus:hover{
		background-size:cover;
		background-image:url("img/ezgif.gif");
	}
	.rando{
		width:98%;
		padding:5px 0px 5px 11px;
	}
	.pfunk-caroussel{
		z-index:5;
		border-top-width:0px;
	}
	
}

@media (max-width: 767px){
	.btn-style-center{
		padding-right:5px;
	}
	.btn-style-year{
		padding-right:5px;
	}
	.btn-style{
		padding-right:5px;
	}
	.p-33-style{
		line-height:14px;
		text-indent:0px;
	}
	.rando{
		width:100%;
	}
	.p-bloc-8-style{
		width:99%;
	}
	
}

@media (max-width: 575px){
	.navbar-logo{
		font-size:18px;
	}
	.footer-link{
		text-align:center;
	}
	.list-style{
		line-height:18px;
	}
	.einzug-10{
		text-decoration:none;
		font-weight:normal;
		width:100%;
	}
	.einzug-100{
		text-decoration:none;
		font-weight:normal;
		width:100%;
	}
	.einzug-100-setlist{
		text-decoration:none;
		font-weight:normal;
		width:100%;
	}
	.header-3-plus:hover{
		background-size:contain;
	}
	.header-3-plus{
		background-size:contain;
	}
	
}

