
/* Global CI color #1F5296 */
/* Global A:LINK color #1F5296 */


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

/* A:LINK */

a {
    color: #1F5296;
    outline: 0;
}

a:visited {
    color: #1F5296;
}

a:hover {
    color: #333;
}

a:active {
    color: #1F5296;
}

.btn:visited {
  color: #1F5296;
}

/* 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: #1F5296;
}

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

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

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

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

.bgc-1 {
	background-color: #1F5296;
	color: #fff;
}

.c-1 {
	color: #331F52963 !important;
    font-weight: 600;
    /*background-color: rgba(255, 255, 255, 0.6);*/
}

.bgc-2 {
	background-color: #1F5296;
	color: #fff;
}

.c-2 {
	color: #333 !important;
    /*background-color: rgba(255, 255, 255, 0.6);*/
}

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


/* 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: 610px;
    /*position: absolute;
    top: 28px;
    left: 85px;
    z-index: 1090;
    border: 1px solid #1F5296;*/
}

@media (max-width: 1080px) {

	.logo {
        width: 480px;
    }
	
}

@media (max-width: 1024px) {

	.logo {
        width: 420px;
    }
	
}

@media (max-width: 896px) {

	.logo {
        width: 400px;
    }
	
}

@media (max-width: 820px) {

	.logo {
        width: 350px;
    }
	
}

@media (max-width: 767px) {

	.logo {
        max-width: 300px;
    }
	
}

@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;
	text-transform: ;
	font-weight: 600;
	color: #1F5296;
	letter-spacing: 2px;
    /*text-shadow: 2px 2px #1F5296;*/
}

.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;
	}
	
}

/* 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: 0px solid #1F5296;
}

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

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

.navbar-toggler {
    border: 0;
}

/* https://www.color-hex.com/color/1F5296 */
.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");
    width: 2em;
    height: 2em;
}

/* A disabled */

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

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

/* CI Color */

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


.bg-dark {
    /*background-color: #1F5296 !important;*/
    /*background: #1F5296 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: #1F5296 !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: transparent !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:  200px;
    -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: #1F5296;
}


.bg-head a {
	color: #1F5296;
}

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

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


/* =========================
   BASE NAV LINKS (oben)
========================= */
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    padding: 0 .6rem;
    font-weight: 600;
    font-size: 1.3rem;
    border-bottom: 2px solid transparent;
    transition: color .2s ease, border-color .2s ease;
}

/* Hover / Focus (oben = bleibt weiß) */
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
    border-bottom-color: #fff;
}

/* Active (oben) */
.navbar-dark .navbar-nav .active > .nav-link {
    color: #fff;
    border-bottom-color: #fff;
}


/* =========================
   SCROLLED STATE (.bgs)
========================= */
.navbar.bgs .navbar-nav .nav-link {
    color: #000;
}

/* Hover / Focus (gescrollt = schwarz) */
.navbar.bgs .navbar-nav .nav-link:hover,
.navbar.bgs .navbar-nav .nav-link:focus {
    color: #000;
    border-bottom-color: #000;
}

/* Active (gescrollt) */
.navbar.bgs .navbar-nav .active > .nav-link {
    color: #000;
    border-bottom-color: #000;
}


/* =========================
   SPECIAL CASE
========================= */
.show-active a {
    color: #333 !important;
    background: #fff;
    border-bottom: 2px solid #1F5296;
}


/* =========================
   MOBILE (unter 1200px)
========================= */
@media (max-width: 1199.98px) {

    .navbar .navbar-nav .nav-link {
        color: #000 !important;
    }

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link:focus {
        color: #000 !important;
        border-bottom-color: #000;
    }

    .navbar .navbar-nav .active > .nav-link {
        color: #000 !important;
        border-bottom-color: #000;
    }

}


@media (max-width: 1200px) {
	

}

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

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

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


.cta-header {
    position: fixed;
    right: 0;
    top: 18vw;
    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;
}

@media (max-width: 767px) {
	
	.cta-header a {
        padding: 10px 10px 10px 10px;
    }

}




/* 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 #1F5296;
	min-height: 80px;
}

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




/* 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;
	}

}


/* WhatsApp Box */
        .whatsapp-box {
            position: fixed;
            bottom: 50px;
            left: 0;
            background-color: transparent;
            border-top-right-radius: 15px;
            border-bottom-right-radius: 15px;
            /*padding: 15px 20px;
            box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
            text-align: center;
            z-index: 1000;
            width: 100px;
        }
        
        .whatsapp-link {
            color: #128C7E; /* 25D366 WhatsApp-Grün */
            text-decoration: none;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .whatsapp-link:hover {
            color: #25D366 !important;
        }
        
        .whatsapp-text {
            font-size: 14px;
            margin-top: 5px;
            text-align: center;
            display: none;
        }
        
        /* Animation */
        @keyframes shake {
            0% { transform: rotate(0deg); }
            25% { transform: rotate(-5deg); }
            50% { transform: rotate(0deg); }
            75% { transform: rotate(5deg); }
            100% { transform: rotate(0deg); }
        }
        
        .whatsapp-icon {
            /*animation: shake 0.3s ease-in-out infinite;
            animation-play-state: running;*/

            background-color: #fff;
                border-radius: 50%;
                width: 62px;
                height: 62px;
                display: flex;
                align-items: center;
                justify-content: center;

        }
        
        .whatsapp-box:hover .whatsapp-icon {
            animation-play-state: paused;
            text-decoration: none;
        }

        .whatsapp-box:hover a {
            text-decoration: none;
        }
        
        /* Automatische Animation */
        .whatsapp-icon.auto-shake {
          /*  animation: shake 0.3s ease-in-out 2; */
        }
        
        @media (max-width: 576px) {
            /*.whatsapp-text {
                display: none;
                font-size: 0.8rem;
            }
            .whatsapp-box {
                bottom: 20px;
                border-bottom-right-radius: 15px;
                background-color: var(--primary-color-dark);
                padding: 10px 15px;
            }*/

            .whatsapp-icon {
                background-color: #fff;
                border-radius: 50%;
                width: 62px;
                height: 62px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .whatsapp-link {
                align-items: center;
            }

            .whatsapp-box {
                bottom: 30px;
            }

        }

    .whatsapp-box a:focus, .whatsapp-box a:visited, .whatsapp-box a:active {
        color: #25D366 !important;
    }

    .whatsapp-box a:hover {
        color: #128C7E !important;
    }



/* 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: 0;
}

header img {
	width: 100%;
}


@media (max-width: 1200px) {

	header {
		padding-top: 55px;
	}
	
}

@media (max-width: 836px) {

	header {
		padding-top: 70px;
	}
	
}

@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;
}

.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: #1F5296 !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;
}



/* 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 */


.wdh {
    display: none;
}

.text-shadow {
    text-shadow: 1px 1px #fff;
}

.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;
}

/* 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;
    max-height: 100vh;
  }
  
  .cri-responsive {
    width: 100%;
    height: auto;
  }
  
  .cri-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 6;
    color: #333 !important;
    background-color: transparent !important;
  }
  
  .cri-overlay a {
      background: rgb(185, 185, 185, 0.8) !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: 150px; /* Höhe Header */
    margin-top: -150px; /* Höhe Header */
    visibility: hidden;
}

/*
@media (max-width: 760px) {

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


/* referenzen background ################################################################ referenzen background */

.pic-back {
    min-height: 190px;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-position: center !important;
    border: 4px solid #f2f2f2;

    position: relative;
  background-size: cover;
  background-position: center;
}

.pic-click {
    min-height: 190px;
    display: block;
    text-decoration: none !important;

    position: absolute;
  inset: 0;
}

@media (max-width: 375px) {

    .pic-back {
        min-height: 100px;
    }
    
    .pic-click {
        min-height: 100px;
    }

}

.gallery a:hover {
		text-decoration: none !important;
}

/* e referenzen background ################################################################ e referenzen background */



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

.back-to-top {
	background-color: #333;
	font-weight: 800;
	color:#fff;
	position: fixed;
	bottom: 35px;
	right: 25px;
	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: 1088;
	
}

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/bg_profil.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;
}

.s-pl-02 {
	min-height: 250px;
	background: url(../images/bg_team.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;
}

.s-pl-03 {
	min-height: 250px;
	background: url(../images/bg_s_3.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-04 {
	min-height: 250px;
	background: url(../images/bg_s_4.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(255,255,255,.75);
}

@media (max-width: 575px) {

	.s-pl-01 {
		background-attachment: inherit;
	}
	.s-pl-02 {
		background-attachment: inherit;
	}
	.s-pl-03 {
		background-attachment: inherit;
	}
    .s-pl-04 {
		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: #1F5296;
}


/* 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: #1F5296;
}

.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: #1F5296;
}

.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(#1F5296));
    background: linear-gradient(to left, #00c6fb 10%, #1F5296 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    display: initial;
}


.btn-1 {
  background-image: linear-gradient(to left, #00c6fb 10%, #1F5296 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%, #1F5296 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: #1F5296;
}

.animated-icon2 span {
background: #1F5296;
}

.animated-icon3 span {
background: #1F5296;
}

.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;
}




/* HERO OVERLAY */
.bs-slider {
    overflow: hidden;
    max-height: 100vh;
    position: relative;
    background: #000;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, 0);
}

/* TEXT bleibt wie bisher links */
.slide-text {
    position: absolute;
    bottom: 3vw;
    left: 0;
    right: 0;
    max-width: 800px;
    padding: 0 0 0 100px;
    text-align: left;
    z-index: 3;
}

.slide-text h2 {
    font-size: 1.9rem;
}

/* LOGO separat oben rechts */
.hero-logo {
    position: absolute;
    top: 80px;
    right: 80px;
    z-index: 4;
    display: block;
    line-height: 0;
}

.hero-logo-img {
    display: block;
    width: 500px;
    height: auto;
    max-width: none;
}

/* Breakpoints */
@media (max-width: 1400px) {
    .hero-logo {
        top: 80px;
        right: 20px;
    }

    .hero-logo-img {
        width: 400px;
    }

    .slide-text h2 {
        font-size: 1.3rem;
    }

}

@media (max-width: 1200px) {
    .hero-logo {
        top: 80px;
        right: 20px;
    }

    .hero-logo-img {
        width: 300px;
    }

    .slide-text {
        bottom: 7vw;
        padding-left: 100px;
        max-width: 720px;
    }

    .slide-text h2 {
        font-size: 1.3rem;
    }
}

@media (max-width: 992px) {
    .hero-logo {
        top: 80px;
        right: 20px;
    }

    .hero-logo-img {
        width: 300px;
    }

    .slide-text {
        bottom: 7vw;
        padding-left: 80px;
        max-width: 620px;
    }

    .slide-text h2 {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .hero-logo {
        top: 40px;
        right: 20px;
    }

    .hero-logo-img {
        width: 250px;
    }

    .slide-text {
        padding: 10px 50px;
        bottom: 5vw;
        max-width: 100%;
    }

    .slide-text h2 {
        font-size: 1.3rem;
    }
}

@media (max-width: 575px) {
    .hero-logo {
        display: none !important;
    }

    .slide-text {
        padding: 10px 30px;
        bottom: 2vw;
    }

    .slide-text h2 {
        font-size: 1.3rem;
    }

    .bs-slider .bs-slider-overlay {
        background: rgba(0, 0, 0, 0.6);
    }

    .text-shadow {
        text-shadow: none !important;
        color: #fff !important;
    }
}


.text-justify {
      text-align: justify;
}


.lightbox {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.85);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    .lightbox-content {
      position: relative;
      max-width: 90%;
      max-height: 90%;
    }

    .lightbox-content img {
      max-width: 100%;
      max-height: 100%;
      display: block;
      cursor: pointer;
    }

    .lightbox-close {
      position: absolute;
      top: -1.5rem;
      right: -1.5rem;
      font-size: 1rem;
      color: white;
      background: black;
      border: none;
      border-radius: 50%;
      width: 2.5rem;
      height: 2.5rem;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    #lightbox-caption {
      color: #fff;
      text-align: center;
      margin-top: 1rem;
      font-size: 0.95rem;
      max-width: 80vw;
    }

    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
        border: 0;
    }






/* 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;
	}
    