* {
	hyphens: auto;
	/*word-break: break-all;*/
}

/* A:LINK */

a {
    color: #000000;
    outline: 0;
}

a:visited {
    color: #000000;
}

a:hover {
    color: #333;
}

a:active {
    color: #000000;
}

.btn:visited {
  color: #000000;
}

/* text-decoration none */

.text-decoration a, .text-decoration a:hover, .text-decoration a:visited, .text-decoration a:focus {
    text-decoration:none;
    color: #333;
}

/* GLOBAL BUTTON cursor: pointer */

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}

/* OBJECT, EMBED */

object, embed { 
  outline: 0;
}

/* IMG */

img {
	max-width: 100%;
}

/* COLORS */

.c-ci {
	color: #000000;
}

.bgc-ci {
	/*background-color: #000000;*/
	color: #fff;
	background: #000000 !important;
}

.bgc-white {
	background-color: #fff;
}

.bgc-l-grey {
	background-color: #f2f2f2;
}

.bgc-d-grey {
	background-color: #666;
	color: #fff;
}

.bgc-red {
	background-color: #E60005;
	color: #fff;
}

.c-red {
	color: #E60005;
}

.bg-secondary {
	background-color: rgb(108, 117, 125,0.75) !important;
}


/* DS */

.ds {
	display: block;
}

@media (max-width: 575px) {

	.ds {
		display: none !important;
	}
	
}

/* MS */

.ms {
	display: none; 
}

@media (max-width: 575px) {
	
	.ms {
		display: block; 
	}
	
}


/* WRAPPER fix width 1280px */

/*

.wrapper {
	max-width: 1280px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}

.nv-over {
    max-width: 1280px;
}

*/



/* LOGO */

.logo {
	width: 200px;
	transition: all 0.3s;
	margin: 0;
}

@media (max-width: 575px) {

	.logo-m {
		width: 100%;
		/* background-color: #555; */
		/*background-color: rgba(170,58,58,.9) !important;*/
		/*background: rgba(170,58,58,.9) url(../images/fpb.png) repeat !important;*/
	}
	
}

/* H1 */

.h1, h1 {
	font-size: 1.8rem;  
	font-weight: 600;
	color: #000000;
	letter-spacing: 2px;
}

h1::after {
    content: '';
    height: 4px;
    background-color: #E60005;
    display: block;
    margin: 5px auto 0 auto;
    width: 15%;
}


.clip-path-10 {
    clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
}

.clip-path-20 {
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
}

.clip-path-40 {
    clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
}

header h1 {
    display: inline-block;
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
}

header h2 {
    display: inline-block;
    clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
}

header h1::after, header h2::after {
    content: '';
    height: 4px;
    background-color: #E60005;
    display: block;
    margin: 5px auto 0 auto;
    width: 100%;
}

.h2, h2 {
	font-size: 1.2rem;
	font-weight: 300;
	color: #333;
}

.h3, h3 {
	font-weight: 300;
}

.h4, h4 {
	font-weight: 300;
}

.h5, h5 {
	font-weight: 300;
}

@media (max-width: 575px) {

	.h1, h1 {
    	font-size: 1.5rem;
    	padding-bottom: .8rem;
	}

    header h1 {
        display: inline-block;
        clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
    }

    header h2 {
        font-size: 1rem;
    }
	
}

/* H2 */

@media (max-width: 575px) {

	.h1, h1 {

	}
	
}

/* H3 */

@media (max-width: 575px) {

	.h1, h1 {

	}
	
}

/* section background color */

.s-bg-c {
	background-color: #f2f2f2;
}

/* footer bottom section background color */

.s-f-bg-c {
	background-color: #222 !important;
}

/* shadows transitions hover */

.shadows:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.transitions {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}



/* NAVBAR ################################################################ NAVBAR */

nav {
	transition: all 0.3s;
    border-bottom: 1px solid #000000;
}

@media (max-width: 575px) {
	
	/* if Logo Mobile on Top */
	nav {
		/*position: inherit !important;*/
        position:;
        width: 100%;
        border-top: 1px solid #000000;
	}
	
}

.navbar-dark .navbar-brand {
    color: #000000 !important;
}

.navbar-toggler {
    border: 0;
}

/* https://www.color-hex.com/color/000000 */
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(51, 51, 51, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* A disabled */

.disabled {
   pointer-events: none;
   cursor: default;
   color: #000000 !important;
}

@media (max-width: 575px) {
	
	.mfixed {
        position: fixed;
        z-index: 1090;
    }
	
}

/* CI Color */

.bg-dark-mobile-head {
    background-color: #000000 !important;
    border-bottom: 2px solid #fff;
}


.bg-dark {
    /*background-color: #000000 !important;*/
    /*background: #000000 url(../images/fpb.png) repeat !important;*/
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
}

.bg-dark-footer {
    /*background-color: #000000 !important;*/
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
}

.nv-over {
	/*background-color: rgba(255,255,255,.95) !important;*/
	/*background-color: transparent !important; */

    background: rgba(255,255,255,1) !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
    position: fixed;
    z-index: 1090;
    width: 100%;
    min-height:;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1200px) {
	
	.nv-over {
		min-height: auto;
	}
	
	.nv-over {
    	background: #fff !important;
    	margin-top:0;
    	/*position: absolute;*/
    	z-index: 1090;
    	width: 100%;
	}
	
}

@media (max-width: 575px) {
	
	.nv-over {
		min-height: auto;
	}
	
	.nv-over {
    	background: #fff !important;
    	margin-top:0;
    	/*position: absolute;*/
    	z-index: 1090;
    	width: 100%;
	}
	
}

.bgs {
	background: #fff !important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-height: auto;
}

@media (max-width: 1200px) {
	
	.bgs {
	   background: #fff !important;
    }
	
}

.bgs .logo {
    width:  150px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0;
}

.bg-head {
	background-color: #fff;
	color: #000000;
}


.bg-head a {
	color: #000000;
}

.bg-head a:hover {
	color: #333;
}

.bgs-dropdown {
	background: #000000 !important;
}


/* edit CI Color Links */
.navbar-dark .navbar-nav .nav-link {
    /* color: rgba(255,255,255,.5) !important; */
    color: #000000;
    padding-right: .6rem;
	padding-left: .6rem;
    font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #E60005;
    text-decoration:;
    background-color: rgba(255,255,255,.0) !important;
    border-bottom: 2px solid #E60005;
    margin-bottom: -2px;
}

.navbar-dark .navbar-nav .nav-link:focus {
    color: #333 !important;
    text-decoration:;
    background-color: rgba(255,255,255,.0) !important;
    border-bottom: 2px solid #E60005;
    margin-bottom: -2px;
}

.active a {
    color: #000000 !important;
    background: rgba(255,255,255,.0);
    border-bottom: 2px solid #000000;
    margin-bottom: -2px;
}

.show-active a {
    color: #333 !important;
    background: rgba(255,255,255,1);
    border-bottom: 2px solid #000000;
    margin-bottom: -2px;
    border-radius: 0;
}


@media (max-width: 1200px) {
	

}

nav .container {
    max-width: 100%;
}


.cta-header {
    position: fixed;
    right: 0;
    top: 20vw;

    z-index: 1089;
}

.cta-header a {
    color: #fff;
    display: block;
    padding: 30px 15px 30px 15px;
    text-transform: uppercase;
    text-align: center;
}

.cta-header-mobile a {
    color: #fff;
    display: block;
    padding: 15px;
    text-transform: uppercase;
    text-align: center;
}




/* linear-gradient BG ################################################################ linear-gradient BG */

.bg-block-1 {
	background-image: linear-gradient( 135deg, #f1f1f1 10%, #dddddd 100%);
}

.bg-block-2 {
	background-image: linear-gradient( 135deg, #fefdfb 10%, #fdf3d7 100%);
}

.bg-block-3 {
	background-image: linear-gradient( 135deg, #fdfeff 10%, #f1fcff 100%);
}







/* OPACITY:HOVER ################################################################ OPACITY:HOVER */

.opho {
    flex-shrink: 0;
	opacity: 1;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}

.opho:hover {
	opacity: .7;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}

.hoop {
	opacity: .8;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}

.hoop:hover {
	opacity: 1;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}

/* zoom:hover */

.zoomho {
	transition: all .2s ease-in-out;
}

.zoomho:hover {
	transform: scale(1.1);
}


/* LE-BOX ################################################################ LE-BOX */

.le-box {
	background-color: #F9F9F9;
	border-bottom:1px solid #ddd;
	border-left: 8px solid #000000;
	min-height: 80px;
}

.le-box .fas, .le-box .far, .le-box .fal {
	font-size: 3rem;
	color: #000000;
}




/* VIDEO IN BACKGROUND ################################################################ VIDEO IN BACKGROUND */


#video {
	max-height: 100%;
	overflow: hidden;
	position: relative;
}

#video-background {
	min-width: 100%;
	max-width: 100%; 
	height: auto;
	width: auto; 
	height: auto;
	z-index: -1;
}

.video-overlay {
  background: rgba(0,0,0,0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  text-shadow: 2px 2px rgba(0,0,0,.6);
  color: rgba(255,255,255,.8);
}

.video-desc {
  font-size: 4rem;
  text-shadow: 2px 2px rgba(0,0,0,.6);
  color: rgba(255,255,255,.8);
}

@media (max-width: 768px) {
	
	.video-desc {
  		font-size: 3rem;
	}

}

@media (max-width: 575px) {
	
	.video-desc {
  		font-size: 2rem;
	}

}



/* tab panel ################################################################ tab panel */

#mytab .nav-tabs > a {
  border-radius: 0;
  border: 0;
}

#mytab .nav-tabs > a:hover {
  background-color: #ccc;
  color:
}

#mytab .active {
  border-radius: 0;
  background-color: #f5f5f5;
  color:;
}

#mytab .tab-pane {
  color:;
  background-color: #f5f5f5;
  padding: 15px;
}





/* DROPDOWN-MENU ################################################################ DROPDOWN-MENU */

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    color: ;
    text-align: left;
    list-style: none;
    background-color: rgba(0,0,0,.6);
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0;
    margin-top: 2px;
}

.dropdown-item {
	color: #fff !important;
	font-size: .9rem;
}

.dropdown-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-item:hover {
	background-color: rgba(0,0,0,.8);
	color: #fff !important;
}

.dropdown:hover > .dropdown-menu {
	display: block;
}

@media (max-width: 768px) {
	
	.dropdown > .dropdown-menu {
		display: block;
		background-color: transparent;
	}
	
	.dropdown-menu {
		display: block;
		background-color: transparent;
	}
	
	.dropdown-item {
		background-color: transparent;
		color: #fff;
	}
	
	.dropdown-item a {
		background-color: transparent;
		color: #fff;
	}
	
	.dropdown-item:hover {
		background-color: rgba(0,0,0,.2);
	}
	
}







/* HEADER ################################################################ HEADER */

header {
	padding-top: 70px;
}

header img {
	width: 100%;
}

@media (max-width: 575px) {

	header {
		padding-top: 120px;
	}
	
}




/* MAPS/CONTACT ################################################################ MAPS/CONTACT */

.s-maps {
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	width: 100%;
	max-height: 510px
}
	
.s-mo {
	width: 100%;
	min-height: 510px;
	position: absolute;
}

.maps-ibf {
		border:0;min-height:960px;width:100%;
}

@media (max-width: 992px) {
	
        .maps-ibf {
            border:0;min-height:450px;width:100%;
        }
    
    input[type=file] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 250px;
    }

}


/* MAP ################################################################ MAP */

.map {
  height: 30rem;
}

@media (max-width: 575px) {
  .map {
    height: 20rem;
  }
}

.map iframe {
  pointer-events: ;
}






/* BUTTON ################################################################ BUTTON */

.button {
	display: inline-block;
	margin: 10px 10px 10px 0;
	padding: 15px 40px;
	overflow: hidden;
	cursor: pointer;
	background-color: #333;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-decoration: none;
	border: 0;
	font-size: .9em;
}

.button:hover {
	background-color: #7DA961;
	color: #333;
}






/* REF MOREPICTURE ################################################################ REF MOREPICTURE */

.picture-list-more .morepix_btn {
  float: right;
  padding: .6em 1.1em;
  margin: 1em 0 .5em 0;
  margin-right: 2%;
  background-color: #777;
  color: #FFF;
  border: none;
  cursor: pointer;
}

.picture-list-more .morepix_btn:hover {
  background-color: #444;
}

.picture-list-more .morepix {
  display: none;
}

.picture-list-more a {
    display: block;
    float: left;
    overflow: hidden;
    width: 23%;
    /*margin: 2% 2% 0 0;*/
    margin: 0 2% 2% 0;
    margin-left: 0;
    line-height:;
    position: relative;
}

.picture-list-more a img {
  width: 100%;
  height: auto;
}

.picture-list-more a span {
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, .85);
    color: #333;
    padding: 4%;
    position: absolute;
    bottom: 0;
}

.picture-list-more a {
    width: 23%;
}

/*.picture-list-more a {
    display: ;
    float: ;
    overflow: hidden;
    width: 100%;
    margin:0;
    margin-left: 0;
    line-height: 0;
    position: ;
}

.picture-list-more a span {
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, .85);
    color: #333;
    padding: 15px 10px 15px 10px;
    position: absolute;
    bottom: 0;
}

.picture-list-more a {
    width: 100%;
}*/

@media (max-width: 690px) {
	.picture-list-more a {
    	width: 100%;
	}
}





/* HR.STYLE <hr class="style-1"> ################################################################ HR.STYLE */


hr.style-1 {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

hr.style-2 {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

hr.style-3 {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}








/* FOOTER ################################################################ FOOTER */

footer section {
	/*-webkit-box-shadow: inset 0px 4px 6px 10px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0px 4px 10px 0px rgba(0,0,0,0.6);
	box-shadow: inset 0px 4px 10px 0px rgba(0,0,0,0.6);*/
	/*background: #000000 !important;*/
	/*-webkit-box-shadow: inset 0px 20px 19px -10px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0px 20px 19px -10px rgba(0,0,0,0.6);
	box-shadow: inset 0px 20px 19px -10px rgba(0,0,0,0.6);*/
}

footer {
	color: #fff;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #fff;
}

@media (max-width: 575px) {

	footer {
		text-align: center !important;
	}
	
	footer .text-right {
		text-align: center !important;
	}
	
	footer .text-left {
		text-align: center !important;
	}
	
}


/* CONSENT ################################################################ CONSENT */

.consent {
    font-size: .9rem;
}

.consent input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

/* IMPRESSUM DATENSCHUTZ ################################################################ IMPRESSUM DATENSCHUTZ */

.dsgvo h1 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.dsgvo h2 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.dsgvo h3 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.dsgvo h4 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}


/* Mobile Nav Logo Zoom ################################################################ */

.monalozo-container {
    width: 100%;
    text-align: center;
    border-bottom: 3px solid #fff;
}

.monalozo {
    width: 180px !important; /* Pixel Logo smaller zoom */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0;
    /*padding-top: 10px;*/
}

.monalozo-back {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}






/* INDIVIDUAL ################################################################ INDIVIDUAL */

.mt-info {
    margin-top: 35px;
}

@media (max-width: 575px) {

.mt-info {
    margin-top: 0;
}

}

.gradient-bg-1 {
    background-image: linear-gradient( 135deg, 
        #cfd9df 10%, 
        #e2ebf0 100%);
}

.gradient-bg-1-fh {
    background-image: linear-gradient( 320deg, 
        #cfd9df 10%, 
        #e2ebf0 100%);
}

.gradient-bg-2 {
    background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
}

.gradient-bg-3 {
    background: linear-gradient(-180deg, #BCC5CE 0%, #929EAD 98%), radial-gradient(at top left, rgba(255,255,255,0.30) 0%, rgba(0,0,0,0.30) 100%);
    background-blend-mode: screen;
}

.gradient-bg-4 {
    background: #eaeaea;
}

/* CTA ################################################################ CTA */


#cta .display-4 {
    font-size: 2.6rem;
}


@media (max-width: 768px) {

        #cta .display-2 {
                font-size: 3.2rem;
            }

        #cta .display-4 {
                font-size: 2rem;
            }

        #cta h4 {
                font-size: 1rem;
            }

        #cta .btn {
                width: 100%;
            }

        }

        @media (max-width: 575px) {

        #cta .display-2 {
                font-size: 2.4rem;
            }

        #cta .display-4 {
                font-size: 1.6rem;
            }

        #cta h4 {
                font-size: 1rem;
            }

        #cta .btn {
                width: 100%;
            }

        }







/* CRI - CopyRightInfo - Bildnachweise ################################################################ Info-Button über den Fotos, Grafiken und Videos */

.cri-wrapper {
    position: relative;
  }
  
  .cri-responsive {
    width: 100%;
    height: auto;
  }
  
  .cri-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2 !important;
    color: #333 !important;
    background-color: transparent !important;
  }
  
  .cri-overlay a {
      background: transparent !important;
    color: rgb(85, 85, 85) !important;
  }
  
  .cri-overlay a:hover {
    background: rgb(185, 185, 185, 1) !important;
    color: rgb(85, 85, 85) !important;
  }
  
  .cri-overlay a:focus, .cri-overlay a:visited, .cri-overlay a:active {
    color: rgb(85, 85, 85) !important;
  }



  

/* .position::before ################################################################ .position::before */

/* 
Anker Sprungziel bei fixed-top Navigation
<a href="#Beispiel">Text</a>
<strong id="Beispiel" class="position">Text</strong>
*/

.position::before {
    display: block;
    content: "";
    height: 100px; /* Höhe Header */
    margin-top: -100px; /* Höhe Header */
    visibility: hidden;
}


@media (max-width: 768px) {

    .position::before {
        display: block;
        content: "";
        height: 130px;
        margin-top: -130px;
        visibility: hidden;
    }
	
}



/* BACK-TO-TOP ################################################################ BACK-TO-TOP */

.back-to-top {
	background: rgba(230, 0, 5,.7);
	font-weight: 800;
	color:#fff;
	position: fixed;
	bottom: 100px;
	right: 20px;
	padding: .8rem 0 0 1.2rem;
	width: 50px;
	height: 50px;
	border: 0px solid #000;
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	z-index: 999999999999;
	
}

a.back-to-top {
	text-decoration: none !important;
	color: #fff;
}

a:hover.back-to-top {
	text-decoration: none !important;
	background-color: rgba(255,255,255,.7);
	color: #333;
}



/* txt-slides ################################################################ txt-slides */

#txt-slides-box {
  overflow: hidden;
  width: 100%;
  height: 250px;
  padding-top: 70px;
}

@media (max-width: 575px) {

	#txt-slides-box {
  		height: 350px;
	}
	
}

.item-1, 
.item-2, 
.item-3 {
	position: absolute;
	display: block;
	top: 0;
	width: 50%;
	height: auto;
	text-align: center;
	background-color: transparent;
	overflow-x: hidden;
	overflow-y: auto;
	animation-duration: 20s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.item-1{
	animation-name: anim-1;
}

.item-2{
	animation-name: anim-2;
}

.item-3{
	animation-name: anim-3;
}

@keyframes anim-1 {
	0%, 8.3% { left: -100%; opacity: 0; }
  8.3%,25% { left: 25%; opacity: 1; }
  33.33%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-2 {
	0%, 33.33% { left: -100%; opacity: 0; }
  41.63%, 58.29% { left: 25%; opacity: 1; }
  66.66%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-3 {
	0%, 66.66% { left: -100%; opacity: 0; }
  74.96%, 91.62% { left: 25%; opacity: 1; }
  100% { left: 110%; opacity: 0; }
}



/* parallax ################################################################ parallax */

.s-pl-01 {
	min-height: 250px;
	background: url(../images/header_2.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: auto auto;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.s-pl-02 {
	min-height: 250px;
	background: url(../images/motorradreisen.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: auto auto;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.s-pl-03 {
	min-height: 250px;
	background: url(../images/_header.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: auto auto;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.s-pl-bg {
	background-color: rgba(0,0,0,.5);
}

@media (max-width: 575px) {

	.s-pl-01 {
		background-attachment: inherit;
	}
	.s-pl-02 {
		background-attachment: inherit;
	}
	.s-pl-03 {
		background-attachment: inherit;
	}
	
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.s-pl-01 {
		background-attachment: inherit;
	}
	.s-pl-02 {
		background-attachment: inherit;
	}
	.s-pl-03 {
		background-attachment: inherit;
	}
}





/* BIG Font Awesome Font Size ################################################################ BIG Font Awesome Font Size */


.bfas .fas {
	/*font-size: 600%;*/
}




/* FontAwesome to <ul class="c-ul"><li>Lorem ipsum</li></ul> ################################################################ FontAwesome to */

ol {
	padding-left: 20px;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

.c-ul ul {
  list-style-type: none;
  padding-left: 0;
}

.c-ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
}

.c-ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  /*font-weight: 900;*/
  font-weight: 400;
  content: "\f058";
  color: #E60005;
}


/* ICON FontAwesome to <ul class="c-ul-icon"><li>Lorem ipsum</li></ul> ################################################################ FontAwesome to */

.c-ul-icon ul {
  list-style-type: none;
  padding-left: 0;
}

.c-ul-icon li {
  position: relative;
  padding-left: 70px;
  padding-top: 15px;
  margin-bottom: 10px;
}

.c-ul-icon-1 li:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/l-icon_01.png);
  background-size: 54px 54px;
  display: inline-block;
  width: 54px; 
  height: 54px;
  content: "";
}

.c-ul-icon-2 li:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/l-icon_02.png);
  background-size: 54px 54px;
  display: inline-block;
  width: 54px; 
  height: 54px;
  content: "";
}


.c-ul-icon-3 li:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/l-icon_03.png);
  background-size: 54px 54px;
  display: inline-block;
  width: 54px; 
  height: 54px;
  content: "";
}

.c-ul-icon-4 li:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/l-icon_04.png);
  background-size: 54px 54px;
  display: inline-block;
  width: 54px; 
  height: 54px;
  content: "";
}


/* timeline ################################################################ timeline */

.timeline-head-bg {
	background-color: #000000;
}

.timeline-section-bg {
	background-image: linear-gradient( 135deg, #ccd8e1 10%, #a3acb4 100%);
	/*background-color: #ccd8e1;*/
}

.timeline {
	margin-left: -90%;
}

.timeline ul li {
	list-style-type: none;
	position: relative;
	width: 6px;
	margin: 0 auto;
	padding-top: 50px;
	background: #000000;
}

.timeline ul li::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: inherit;
}

.timeline ul li div {
	position: relative;
	bottom: -25px;
	width: 75vw;
	padding: 15px;
	background: rgba(255, 255, 255, 0.5);
}

.timeline ul li div::before {
	content: "";
	position: absolute;
	bottom: 25px;
	width: 0;
	height: 0;
	border-style: solid;
}

.timeline ul li:nth-child(odd) div {
	left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
	left: -15px;
	border-width: 15px 15px 15px 0;
	border-color: transparent rgba(255, 255, 255, 0.5) transparent transparent;
}

.timeline ul li:nth-child(even) div {
	left: 45px;
}

.timeline ul li:nth-child(even) div::before {
	left: -15px;
	border-width: 15px 15px 15px 0;
	border-color: transparent rgba(255, 255, 255, 0.5) transparent transparent;
}

.timeline h4 {
	font-size: 1.5em;
	font-weight: 200;
	color: #111;
}


@media only screen and (min-width: 992px) {
  
  .timeline {
	margin-left: 0;
  }
  
  .timeline ul li div {
    width: 400px;
  }
  
  .timeline ul li:nth-child(even) div {
    left: -439px;
  }
  
  .timeline ul li:nth-child(even) div::before {
    left: 400px;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  }

}

.fa-gradient-1 {
	background: -webkit-gradient(linear, to left, from(#00c6fb), to(#000000));
    background: linear-gradient(to left, #00c6fb 10%, #000000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    display: initial;
}


.btn-1 {
  background-image: linear-gradient(to left, #00c6fb 10%, #000000 100%);
    flex-shrink: 0;
	opacity: 1;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}

.btn-1:hover {
    background-image: linear-gradient(to right, #00c6fb 10%, #000000 100%);
    opacity: 0.9;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;

}

.btn-2 {
  background-image: linear-gradient(to right, #fbc2eb 0%, #a6c1ee 51%, #fbc2eb 100%);
}

.btn-3 {
  background-image: linear-gradient(to right, #84fab0 0%, #8fd3f4 51%, #84fab0 100%);
}

.btn-4 {
  background-image: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 51%, #a1c4fd 100%);
}

.btn-5 {
  background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 51%, #ffecd2 100%);
}



/* animated toggler ################################################################ animated toggler */

/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #000000;
}

.animated-icon2 span {
background: #000000;
}

.animated-icon3 span {
background: #000000;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
top: 10px;
}

.animated-icon2 span:nth-child(4) {
top: 20px;
}

.animated-icon2.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}

.animated-icon2.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}

/* Icon 4 */

.animated-icon3 span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
top: 10px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
top: 20px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 0px;
left: 8px;
}

.animated-icon3.open span:nth-child(2) {
width: 0%;
opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 21px;
left: 8px;
}




/* NO or GO Google Maps */

.gmod {
  width: 100%;
  height: 400px;
  outline: 1px solid rgba(0,0,0,.3);
  position: relative;
  overflow: hidden;
}

.gmod .bg_map {
  position: absolute;
  top: -1%;
  left: -1%;
  height: 102%;
  width: 102%;
  background-image: url('../images/gmod-bg.png');
  background-repeat: repeat;
  background-position: 0 0;
  filter: blur(.3rem);
}

.gmod .opt_in_banner {
  background-color: rgba(120,120,120,.8);
  color: #fff;
  padding: 1em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: .85em;
}

.gmod .opt_in_banner .desc {
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.3em;
}

.gmod .opt_in_banner .desc a {
  color: inherit !important;
    text-decoration: underline;
}

.gmod .opt_in_banner .show_map_btn {
  display: inline-block;
  padding: .6em 1.2em;
  margin-bottom: .9em;
  background-color: #2AA549;
  color: #fff;
  border: none;
  font-size: 1em;
  line-height: 1.2em;
  cursor: pointer;
  border: 1px solid rgba(0,0,0,.3);
}

.gmod .opt_in_banner .show_map_btn:hover {
  background-color: #208039;
}




.carousel-control-prev-icon, .carousel-control-next-icon {
    display: none;
}

.carousel-control-prev, .carousel-control-next {
    z-index: -1;
}

.bs-slider{
    overflow: hidden;
    max-height: auto;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}








/*---------- LEFT/RIGHT ROUND CONTROL ----------*/

/*

.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}


*/


/*---------- INDICATORS CONTROL ----------*/

/*
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

*/

/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 15vw;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 50px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
}

.slide-text > h2 {
    display: inline-block;
    font-size: 22px;
}

.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 690px) {
    .slide-text {
        padding: 10px 10px;
        top: 5vw;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text h2 {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}






/* BFSG */

	.text-black {
		color: #000;
	}
    
    .text-danger {
        color: #bb232f !important;
    }

	.bg-black {
		background-color: black !important;
	}
    
	.btn-success {
		background-color: #1a732e !important;
	}

	.btn-outline-success {
		color: #2e753e;
		border-color: #2e753e !important;
	}

	.cri-wrapper {
		position: relative;
	}
	
	.cri-responsive {
		width: 100%;
		height: auto;
	}
	
	.cri-overlay {
		position: absolute;
		bottom: 0;
		right: 0;
		color: #333 !important;
		background-color: transparent !important;
	}
	
	.cri-overlay a {
		background: #fff !important;
		color: #000 !important;
	}
	
	.cri-overlay a:hover {
		background: #fff !important;
		color: #000 !important;
	}

	.cri-overlay .card {
		z-index: 30;
	}
	
	.cri-overlay a:focus, .cri-overlay a:visited, .cri-overlay a:active {
		color: #000 !important;
	}

	.gmod .opt_in_banner {
		background-color: rgba(0,0,0,1);
		color: #fff;
	}

	.gmod .opt_in_banner .show_map_btn {
		border-color: #2e753e !important;
        background-color: #2e753e;
	}

	.carousel-control-next-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
		background-color: black !important;
		border: 2px solid black;
	}

	.carousel-control-prev-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
		background-color: black !important;
		border: 2px solid black;
	}

	.carousel-control-next, .carousel-control-prev {
		opacity: 1;
		z-index: 2;
	}

	:focus-visible,
	*:focus-visible,
	.focus-visible-only:focus-visible {
		outline: 2px dashed #035fff !important;
		outline-offset: 2px !important;
		color: #035fff !important;
		background-color: rgba(255, 255, 255, 0.8) !important;
	}

	a:focus-visible,
	button:focus-visible,
	.button:focus-visible,
	input:focus-visible,
	select:focus-visible,
	textarea:focus-visible,
	label:focus-visible,
	figure:focus-visible,
	[tabindex]:focus-visible {
		outline: 2px dashed #035fff !important;
		outline-offset: 2px !important;
		color: #035fff !important;
		background-color: rgba(255, 255, 255, 0.8) !important;
	}

	.focus-visible-logo:focus-visible {
		outline: 2px dashed #035fff !important;
		outline-offset: 2px !important;
		color: #035fff !important;
		background-color: rgba(0, 0, 0, 0.8) !important;
	}

	.focus-visible-only-footer-button:focus-visible {
		outline: 2px dashed #035fff !important;
		outline-offset: 2px !important;
		color: #035fff !important;
		background-color: rgba(255, 255, 255, 0.8) !important;
	}

	.using-mouse :focus,
	*:focus:not(:focus-visible) {
		outline: none !important;
	}