/*-----------------------------------------------------------------------------------
	dentagecare
	About: dentagecare website
	Author: finecollab ag
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.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:hover{text-decoration: none; cursor:pointer;}
.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 */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'JosefinSansThin-Regular';
	src: url('./fonts/JosefinSansThin-Regular/josefin-sans.woff2');
	src: url('./fonts/JosefinSansThin-Regular/josefin-sans.woff2') format('woff2'),
	url('./fonts/JosefinSansThin-Regular/josefin-sans.eot?#iefix') format('embedded-opentype'),
	url('./fonts/JosefinSansThin-Regular/josefin-sans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'JosefinSlabThin-Regular';
	src: url('./fonts/JosefinSlabThin-Regular/josefin-slab.woff2');
	src: url('./fonts/JosefinSlabThin-Regular/josefin-slab.woff2') format('woff2'),
	url('./fonts/JosefinSlabThin-Regular/josefin-slab.eot?#iefix') format('embedded-opentype'),
	url('./fonts/JosefinSlabThin-Regular/josefin-slab.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = 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-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Bloc Mask */

.bloc-bg-mask{
	position: absolute;
	width:100%;
	height: 100%;
	text-align:center;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
	align-items: flex-start;
}
.svg-mask{
	width:100%;
	height: 100%;
	fill-rule: evenodd;
	fill:#000000;
}


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

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav > li a,.nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
}
 .nav-special.fullscreen-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	margin-top:10%!important;
}
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}
/* 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}
}

/* = 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-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}





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

header {
    margin-top: 20px;
}

footer p {
    color: rgba(0, 0, 0, .5);
}
footer {
	background: url('img/wave.png') no-repeat !important;
	background-size: 100% 100% !important;
	background-color: var(--swatch-var-257) !important;
	padding-bottom: 2%;
}
/* Copy IBAN Button */
.copy-btn {
    background-color: #2B93CA; /* Corporate Blue */
    color: #fff;
    border: none;
    padding: 2px 7px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
    margin-left: 10px;
}

.copy-btn:hover {
    background-color: #9dc9e2; /* Darker Blue */
}

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




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

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

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Poppins";
}
.container{
	max-width:1140px;
}
.contents-card{
	background-color:var(--swatch-var-6936);
	border-radius:30px 30px 30px 30px;
}
.contents-item{
	border-style:solid;
	border-color:var(--swatch-var-4742)!important;
	border-width:0px 0px 1px 0px;
}
.number-label{
	float:right;
	text-align:right;
	min-width:50px;
}
.contents-title{
	display:inline-block;
}
.section-heading{
	font-size:20px;
	margin-bottom:20px;
}


.quote-avatar{
	width:100px;
}
.book-container{
	box-shadow:0.00px 26.00px 25px rgba(0,0,0,0.32);
	min-height:600px;
	background-color:var(--swatch-var-1078);
	background:linear-gradient(0deg, #DCDCDC 0%, #FFFFFF  100%);
	position:relative;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	min-width:100%;
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
	padding:40px 40px 40px 40px;
}
.book-container::after{
	content:"";
	position:absolute;
	min-height:100%;
	left:0px;
	background:linear-gradient(270deg, rgba(0,0,0,0.23)    0%, transparent 48%, transparent 77%, rgba(0,0,0,0.46)  100%);
	min-width:20px;
	bottom:0px;
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
	box-shadow:1.00px 0.00px 0px rgba(255,255,255,0.77);
}
.bloc-fill{
	fill:rgba(255,255,255,0.08);
}
.hero-heading{
	font-weight:bold;
	font-size:60px;
}
.hero-sub-heading{
	font-size:20px;
}
.testimonial-card{
	box-shadow:0.00px -0.00px 13px rgba(0,0,0,0.10);
	padding:30px 30px 30px 30px;
	border-radius:30px 30px 30px 30px;
}
.grid-style{
	grid-template-columns:0.30fr 1fr;
	row-gap:0px;
	grid-template-rows:auto;
}
.grid-testimonial-style{
	grid-template-columns:1fr 1fr 1fr;
}
.price-title{
	font-size:55px;
}
.pricing-sub-heading{
	font-size:20px;
}
.price-card{
	background-color:var(--swatch-var-3202);
	text-align:left;
	padding:25px 25px 25px 25px;
	border-radius:30px 30px 30px 30px;
}
.pricing-info{
	min-height:65px;
	font-size:17px;
}
.price-list-icon{
	height:20px;
	width:20px;
	float:left;
	margin-right:10px;
}
.dark-icon{
	opacity:0.8;
}
.price-list-item{
	display:inline;
}
.white-btn{
	color:var(--swatch-var-2641)!important;
}
.white-bg{
	background-color:var(--swatch-var-1078);
}
.link-style{
	font-family:"Poppins";
	font-weight:700;
}
.section-sub-heading{
	font-size:30px;
	font-weight:400;
	color:var(--swatch-var-1971)!important;
}
.avatar-img{
	max-width:250px;
}
.video-info{
	font-size:14px;
}
.book-graphic{
	max-width:300px;
}
.book-title{
	font-weight:600;
	font-size:33px;
}
.book-divider{
	margin-top:5px;
	margin-bottom:5px;
	background-color:var(--swatch-var-2641);
	height:3px;
}
.primary-text{
	color:var(--swatch-var-2641)!important;
}
.qoute-heading{
	font-size:36px;
}
.menu-icon-stroke{
	stroke:var(--swatch-var-1078);
	fill:var(--swatch-var-1078);
}
.hero-btn{
	min-width:200px;
}
.primary-dot::after{
	content:".";
	color:var(--swatch-var-2641)!important;
	position:absolute;
}
.sample-chapter-p::first-letter{
	color:var(--swatch-var-3578)!important;
	line-height:45px;
	font-size:50px;
}
.video-frame video{
	border-radius:12px 12px 12px 12px;
}
.menu-icon-bloc-0-stroke{
	stroke:var(--swatch-var-1078);
	fill:var(--swatch-var-1078);
}
.navbar-brand img{
	width:50px;
}
h1,h2,h3,h4,h5,h6{
	font-family:"Josefin Sans";
}
h1{
    font-family: "Josefin Sans";
}
.rund-dunkelblau{
	color:var(--swatch-var-1078)!important;
	background-color:var(--swatch-var-1392);
	border-radius:0px 0px 0px 0px;
	font-size:32px;
	font-family:"JosefinSansThin-Regular";
	background-size:length;
}
.kreis-blau{
	color:var(--swatch-var-1078)!important;
	background-color:var(--swatch-var-2641);
	border-radius:100px 100px 100px 100px;
}
.img-videos-style{
	width:70px;
	height:70px;
}
.img-3-style{
	width:70px;
	height:70px;
}
.img-4-style{
	width:70px;
	height:70px;
}
.img-5-style{
	width:70px;
	height:70px;
}
.img-footer-style{
	width:100px;
}
.weiss{
	background-color:#FEFFFF;
}
.blau{
	background-color:var(--swatch-var-2641);
}
.img-style{
	width:200px;
}
.menu{
	font-family:"JosefinSansThin-Regular";
}
.p-style{
	font-family:"JosefinSansThin-Regular";
}
.link{
	font-family:"JosefinSansThin-Regular";
}
.rund-dunkelblau:hover{
	background-color:var(--swatch-var-417);
}
.menu-icon-hero-stroke{
	stroke:var(--swatch-var-6936)!important;
	fill:var(--swatch-var-6936)!important;
}
.grau{
	font-family:"JosefinSlabThin-Regular";
	font-size:7px;
}
.dent-blau{
	color:var(--swatch-var-2641)!important;
}
.age-grau{
	color:var(--swatch-var-1971)!important;
}
.text-schwarz{
	color:var(--swatch-var-3578)!important;
}
.box_rahmen{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-2641)!important;
	box-shadow:4.46px 4.01px 6px #FAAF3B;
}
.img-q-paa-style{
	height:250px;
	width:250px;
}
.img-6-style{
	height:250px;
	width:250px;
}
.img-q-finanzieru-style{
	width:250px;
	height:250px;
}
.img-q-gesprae-style{
	height:250px;
	width:250px;
}
.img-q-zahnschmerz-style{
	width:250px;
	height:250px;
}
.box-rahmen-invers{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-2641)!important;
	box-shadow:4.46px 4.01px 6px #2B93CA;
}
.h1-style{
	font-size:55px;
}
.p-hero-style{
	font-size:30px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-2641:rgba(43,147,202,0.99);
	
	--swatch-var-1078:rgba(255,255,255,1.00);
	
	--swatch-var-3578:rgba(20,20,20,1.00);
	
	--swatch-var-6936:rgba(248,250,252,1.00);
	
	--swatch-var-4742:rgba(0,0,0,0.10);
	
	--swatch-var-509:rgba(0,0,0,0.50);
	
	--swatch-var-257:rgba(255,255,255,0.50);
	
	--swatch-var-417:rgba(161,223,219,1.00);
	
	--swatch-var-1392:rgba(250,175,59,1.00);
	
	--swatch-var-1971:rgba(129,128,127,1.00);
	
	--swatch-var-4493:rgba(92,163,70,1.00);
	
	--swatch-var-4611:rgba(43,147,202,1.00);
	
}


/* Background colour styles */

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

/* Text colour styles */

.tc-1078{
	color:var(--swatch-var-1078)!important;
}
.tc-257{
	color:var(--swatch-var-257)!important;
}
.tc-3578{
	color:var(--swatch-var-3578)!important;
}
.tc-2641{
	color:var(--swatch-var-2641)!important;
}

/* Button colour styles */

.btn-c-1078{
	background:var(--swatch-var-1078);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-1078:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
}
.wire-btn-c-1078{
	color:var(--swatch-var-1078)!important;
	border-color:var(--swatch-var-1078)!important;
}

/* Link colour styles */

.ltc-1078{
	color:var(--swatch-var-1078)!important;
}
.ltc-1078:hover{
	color:#CCCCCC!important;
}
.ltc-1971{
	color:var(--swatch-var-1971)!important;
}
.ltc-1971:hover{
	color:#4E4D4C!important;
}


/* = Custom Bric Data
-------------------------------------------------------------- */

.samehtwrapper .display-in-blocs-edit-mode-only {
	  display:block;
	  position:relative;
	  height:40px;
	  padding-top:6px;
	  padding-left:10px;
	  font-size: 1.5em;
	  background-color: #cccccc}

/* = 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){
	.price-title{
		font-size:50px;
	}
	.pricing-sub-heading{
		font-size:20px;
		margin-bottom:30px;
	}
	.price-card{
		margin-bottom:20px;
	}
	.hero-heading{
		font-size:50px;
	}
	.book-container{
		min-height:450px;
	}
	.grid-testimonial-style{
		grid-template-columns:1fr 1fr;
	}
	.img-videos-style{
		width:60px;
		height:60px;
	}
	.img-3-style{
		width:60px;
		height:60px;
	}
	.img-4-style{
		width:60px;
		height:60px;
	}
	.img-5-style{
		width:60px;
		height:60px;
	}
	.h2-style{
		font-size:24px;
	}
	.h2-bloc-4-style{
		font-size:24px;
	}
	.h2-bloc-3-style{
		font-size:24px;
	}
	.h2-bloc-2-style{
		font-size:24px;
	}
	.rund-dunkelblau{
		font-family:"JosefinSansThin-Regular";
		font-size:32px;
	}
	.menu-icon-hero-stroke{
		stroke:var(--swatch-var-1078)!important;
		fill:var(--swatch-var-1078)!important;
	}
	.img-q-zahnschmerz-style{
		width:180px;
		height:180px;
	}
	.img-q-paa-style{
		height:180px;
		width:180px;
	}
	.img-6-style{
		height:180px;
		width:180px;
	}
	.img-q-finanzieru-style{
		width:200px;
		height:200px;
	}
	.img-q-gesprae-style{
		width:180px;
		height:180px;
	}
	
}

@media (max-width: 767px){
	.price-title{
		font-size:40px;
	}
	.pricing-sub-heading{
		margin-bottom:30px;
		font-size:18px;
	}
	.price-card{
	}
	.price-list-item{
	}
	.qoute-heading{
		font-size:30px;
	}
	.hero-heading{
		font-size:50px;
	}
	.book-container{
		min-height:440px;
	}
	.contents-card{
		border-radius:20px 20px 20px 20px;
	}
	.grid-testimonial-style{
		grid-template-columns:1fr;
	}
	.book-graphic{
		max-width:200px;
	}
	.menu-icon-bloc-0-stroke{
		stroke:var(--swatch-var-1078);
		fill:var(--swatch-var-1078);
	}
	.section-heading{
		border-radius:2px 2px 2px 2px;
	}
	.rund-dunkelblau{
		border-radius:0px 0px 0px 0px;
		border-style:solid;
		background-color:var(--swatch-var-1392);
	}
	.img-videos-style{
		width:50px;
		height:50px;
	}
	.img-3-style{
		width:50px;
		height:50px;
	}
	.img-5-style{
		width:50px;
		height:50px;
	}
	.img-4-style{
		width:50px;
		height:50px;
	}
	.menu-icon-hero-stroke{
		stroke:#FEFFFF!important;
		fill:#FEFFFF!important;
	}
	.box_rahmen{
	}
	.img-q-zahnschmerz-style{
		width:150px;
		height:150px;
	}
	.img-q-paa-style{
		width:150px;
		height:150px;
	}
	.img-6-style{
		width:150px;
		height:150px;
	}
	.img-q-finanzieru-style{
		width:150px;
		height:150px;
	}
	.img-q-gesprae-style{
		width:150px;
		height:150px;
	}
	
}

@media (max-width: 575px){
	.price-title{
		font-size:30px;
	}
	.avatar-img{
		max-width:150px;
	}
	.book-container{
		min-height:350px;
	}
	.grid-testimonial-style{
		grid-template-columns:1fr;
	}
	.testimonial-card{
		padding:20px 20px 20px 20px;
	}
	.price-card{
		padding:15px 15px 15px 15px;
		border-radius:20px 20px 20px 20px;
	}
	.section-sub-heading{
		font-size:22px;
	}
	.contents-title{
		font-size:14px;
	}
	.number-label{
		font-size:14px;
	}
	.hero-heading{
		font-size:30px;
	}
	.book-graphic{
		max-width:100px;
	}
	.book-title{
		font-size:23px;
	}
	.menu-icon-stroke{
	}
	.hero-btn{
		width:100%;
	}
	.hero-sub-heading{
		font-size:16px;
	}
	.contents-card{
	}
	.qoute-heading{
		font-size:24px;
	}
	.h3-style{
		font-size:20px;
	}
	.img-q-gesprae-style{
		width:130px;
		height:130px;
	}
	.img-q-finanzieru-style{
		width:130px;
		height:130px;
	}
	.img-6-style{
		width:130px;
		height:130px;
	}
	.img-q-paa-style{
		width:130px;
		height:130px;
	}
	.img-q-zahnschmerz-style{
		width:130px;
		height:130px;
	}
	
}
.lightbox-overlay {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent background */
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Bring to front */
    overflow-y: auto;
    padding: 20px;
}

/* CSS Hover Effect for Specific Placeholder Images */
#open-team-lightbox, #open-sponsors-lightbox, .handshake-image {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#open-team-lightbox:hover, #open-sponsors-lightbox:hover, .handshake-image:hover {
    transform: scale(1.05); /* Slight zoom-in effect */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Subtle shadow effect */
}

/* Lightbox Image for team_func.png (Larger) */
.lightbox-content .team-large {
    max-width: 80%; /* Larger image size */
    max-height: 80%;
    margin: 10px;
    border-radius: 8px;
}

/* Lightbox Gallery Images for Sponsors (Larger with subtle effects) */
.lightbox-content .sponsor-image {
    max-width: 240px; /* Larger size */
    max-height: 240px;
    margin: 10px;
    border-radius: 8px;
    transition: transform 0.2s ease; /* Subtle effect */
}

.handshake-image,
.team-lightbox,
.sponsors-lightbox {
    max-width: 180px;
    height: auto;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

/* Lightbox Gallery Images for Sponsors */
.lightbox-content .sponsor-image {
    max-width: 240px; /* Adjust size as needed */
    max-height: 240px;
    margin: 10px;
    padding: 15px; /* Space around the image inside the box */
    background-color: #ffffff; /* White background */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow around box */
    transition: transform 0.2s ease; /* Smooth effect on hover */
}

/* Minimal Hover Effect for Non-clickable Sponsor Images */
.lightbox-content .sponsor-image:hover {
    transform: scale(1.03); /* Slight zoom effect */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Slightly deeper shadow on hover */
}



/* Minimal Hover Effect for Non-clickable Sponsor Images */
.lightbox-content .sponsor-image:hover {
    transform: scale(1.03);
}

/* Ensuring Equal Height for Columns */
.d-flex.flex-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}


/* Portraits css
/* Lightbox content layout */
#lightbox-content {
    display: flex;
    flex-direction: column; /* Ensure scrollable content */
    align-items: center;
    max-height: 90%; /* Prevent overflow beyond the screen */
    overflow-y: auto; /* Add vertical scroll if needed */
    padding: 20px;
    box-sizing: border-box;
}

/* Portrait image styling */
.portrait-image {
    max-width: 100%;
    border-radius: 8px;
    transition: transform 0.2s ease;
}

.portrait-image:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Grid layout styling */
#lightbox-content > div {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping of items */
    gap: 20px; /* Space between items */
    justify-content: center; /* Center items */
}

/* Style the heart icon next to 'Spenden' */
.heart-icon {
    width: 16px;  /* Adjust size */
    height: 16px;
    margin-left: 5px; /* Space between text and icon */
    vertical-align: middle; /* Align with text */
}


/* Spenden Page Styles */
.spenden-section {
    padding: 60px 20px;
}

.spenden-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1140px;
    margin: auto;
    gap: 30px;
}

/* Left Text Content */
.spenden-text {
    flex: 1;
    min-width: 280px;
    max-width: 55%;
    color: #141414;
}

.spenden-text h2 {
    font-size: 28px;
    color: var(--swatch-var-2641); /* Corporate blue color */
    margin-bottom: 15px;
}

.spenden-text p {
    font-size: 18px;
    line-height: 1.6;
    color: var(--swatch-var-3578); /* Dark text */
}

/* Right Bank Details & QR Code */
.spenden-details {
    flex: 1;
    min-width: 280px;
    max-width: 40%;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.spenden-details h3 {
    color: var(--swatch-var-2641); /* Corporate blue color */
    font-size: 22px;
    margin-bottom: 10px;
}

.spenden-details p {
    font-size: 18px;
    line-height: 1.5;
    color: var(--swatch-var-3578); /* Dark text */
}

/* QR Code Placeholder */
.qr-placeholder {
    width: 100%;
    height: 150px;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    border-radius: 6px;
    font-size: 16px;
    color: #555;
}

/* Responsive Design */
@media (max-width: 768px) {
    .spenden-content {
        flex-direction: column;
        align-items: center;
    }

    .spenden-text, .spenden-details {
        max-width: 100%;
    }
}

body {
    background: linear-gradient(0deg, var(--swatch-var-2641) 26%, var(--swatch-var-417) 100%) no-repeat;
	background-attachment: fixed;
}


/* QR Code Container */
.qr-container {
    text-align: center;
    margin-top: 20px;
}

/* QR Code Image - Ensures It Fits Inside spenden-details */
.qr-code {
    width: 100%; /* Makes it responsive */
    max-width: 350px; /* Prevents it from becoming too wide */
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px; /* Optional: Adds smooth edges */
}

/* QR Code Description */
.qr-text {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 10px;
}

/* QR Code Download Button */
.qr-download-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 15px;
    background-color: #2B93CA; /* Corporate blue */
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 6px;
    transition: background 0.3s;
}

.qr-download-btn:hover {
    background-color: #1a6fa5; /* Darker blue */
}