/*-----------------------------------------------------------------------------------
	OMNI-U
	About: Richy
	Author: R
	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 */


/* 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:'OpenSans-Regular';
	src: url('./fonts/OpenSans-Regular/OpenSans-Regular.ttf');
	src: url('./fonts/OpenSans-Regular/OpenSans-Regular.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;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* 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);
}
:where(.l-bloc) .bloc-link{
	fill: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);
}


/* Correct Dropdown Links */

.d-bloc .dropdown-menu a, .l-bloc .dropdown-menu a,.d-bloc .dropdown-menu a:hover, .l-bloc .dropdown-menu a:hover{
	color:var(--bs-nav-link-hover-color);
}


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

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

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

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



/* Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}



.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:1rem;
	right:1rem;
	opacity:0;
	z-index:999999;
	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;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"OpenSans-Regular";
	font-weight:400;
}
.container{
	max-width:1140px;
}
.scrollToTop{
	background-color:#E2E2E2;
}
.scrollToTop:hover{
	background-color:#ADAAA9;
}
.bloc-0-margin-bottom{
	margin-bottom:52px;
}
.bloc-margin-top{
	margin-top:0px;
}
.h4-style{
	line-height:70px;
	font-size:50px;
	margin-bottom:38px;
	font-family:"Alegreya-Italic";
	margin-top:229px;
}
.h3-style{
	line-height:35pt;
	margin-top:-2px;
	margin-bottom:5px;
	font-size:20pt;
}
.p-1-margin-top{
	margin-bottom:9px;
	width:75.67%;
}
.p-margin-bottom{
	margin-bottom:0px;
	width:62.5%;
}
.dropdown-menu a{
	padding-right:0px;
	margin-right:74px;
}
.link-0-programm-style{
	width:100%;
}
.logo-navi{
	opacity:1.0;
}
.logo-navi:hover{
	opacity:0.7;
}
.logo-navi:active{
	opacity:0.7;
}
.blocsapp-special-menu blocsnav{
	background-color:var(--swatch-var-6809);
}
.blocsapp-special-menu blocsnav:hover{
	background-color:var(--swatch-var-6809);
}
.blocsapp-special-menu blocsnav:active{
	background-color:var(--swatch-var-6809);
}
.dropbackgr{
	background-color:#FFFFFF;
	border-style:none;
	box-shadow:0.00px 2.00px 0px #496FBA;
}
.dropbackgr:hover{
	background-color:#F6F9F9;
	border-style:none;
}
.dropbackgr:active{
	background-color:#F3F6F6;
	border-style:none;
}
.btn-margin-top{
	margin-top:16px;
	width:30.53%;
}
.h5-style{
	line-height:35px;
	margin-bottom:3px;
	margin-top:0px;
}
.paddingtop{
	padding-top:218px;
	padding-bottom:34px;
}
.card-header-style{
	height:61px;
	background-color:#496FBA;
}
.p-style{
	font-size:13pt;
	line-height:22pt;
	margin-bottom:0px;
}
.p-bloc-7-margin-bottom{
	margin-bottom:0px;
	font-size:13pt;
	line-height:22pt;
}
p{
	font-size:12pt;
	line-height:21pt;
	font-family:"OpenSans-Regular";
}
.card-body-intro1-style{
	height:233px;
}
.link-style{
	width:100%;
}
.textclick{
	font-family:"OpenSans-Regular";
	font-size:12pt;
	color:#000000!important;
}
.textclick:hover{
	font-family:"OpenSans-Regular";
	font-size:12pt;
	color:var(--swatch-var-3566)!important;
}
.textclick:active{
	font-family:"OpenSans-Regular";
	font-size:12pt;
	color:var(--swatch-var-3566)!important;
}
.html-widget-style{
	height:361px;
	width:100%;
}
.img-margin-right{
	width:203px;
	margin-top:-10px;
	margin-left:-10px;
}
.p-footer-style{
	font-size:12pt;
	line-height:22pt;
}
.p-47-style{
	font-size:12pt;
	line-height:22pt;
}
.p-48-style{
	font-size:12pt;
	line-height:22pt;
}
.p-bloc-74-margin-top{
	margin-top:2px;
	margin-bottom:22px;
	font-size:16pt;
	line-height:28pt;
}
.h2-kontakt-margin-bottom{
	margin-bottom:15px;
	font-size:40px;
	line-height:48px;
	font-family:"KaiseiTokumin-Medium";
}
.p-text1-margin-bottom{
	margin-bottom:35px;
}
.h6-profil-a-style{
	font-family:"Ruda-Medium";
	font-weight:800;
	font-size:25px;
	line-height:38px;
	margin-top:48px;
}
.h6-bloc-47-style{
	font-size:25px;
	line-height:38px;
	font-family:"Ruda-Medium";
	font-weight:800;
	margin-top:51px;
}
.h6-profil-c-style{
	font-size:25px;
	line-height:38px;
	font-family:"Ruda-Medium";
	font-weight:800;
	margin-top:52px;
}
.bloc-10128-padding-top{
	padding-top:0px;
	padding-bottom:37px;
}
.buttonleist{
	background-color:#FEFFFE;
	font-family:"Ruda-Medium";
	color:#000000!important;
	font-size:20px;
}
.buttonleist:hover{
	background-color:#EBECEB;
}
.buttonleist:active{
	background-color:#ECECEB;
}
.bloc-0-padding-bottom{
	padding-bottom:35px;
}
.outline{
	border-style:solid;
	border-color:#FEFFFE!important;
	border-radius:42px 42px 42px 42px;
}
.btn-padding-bottom{
	width:61.81%;
}
.btn-button-padding-bottom{
	margin-top:2px;
	width:62.09%;
}
.btn-info-style{
	width:62.09%;
}
.btn-info-padding-bottom{
	width:62.91%;
}
.btn-margin-bottom{
	width:62.36%;
}
.btn-info-margin-bottom{
	width:62.36%;
}
.blockpadd1{
	padding-top:80px;
	padding-bottom:70px;
}
.bloc-padding-bottom{
	padding-bottom:56px;
}
a{
	text-decoration:none;
}
.h3-impressum-style{
	font-size:32px;
	line-height:38px;
	margin-bottom:50px;
}
.h3-datenschutz-style{
	font-size:32px;
	line-height:38px;
}
.h3-4-style{
	line-height:44px;
	margin-top:16px;
	margin-left:0px;
	padding-left:0px;
	font-family:"KaiseiTokumin-Medium";
	margin-bottom:35px;
}
.mylist{
	padding-left:20px;
}
.link-navi-style{
	font-family:"Lora-Regular";
	font-size:30pt;
	line-height:40px;
	width:50.09%;
	font-weight:bold;
	text-decoration:none;
	font-style:normal;
}
.navtext{
	font-family:"OpenSans-Regular";
	font-size:15px;
	color:#00106D!important;
}
.p-43-style{
	line-height:22pt;
	margin-bottom:2px;
}
.btn-button-style{
	width:100%;
	background-color:#6779C2;
	margin-bottom:19px;
	margin-top:0px;
	padding-top:2px;
	padding-bottom:5px;
	font-style:normal;
	font-weight:normal;
}
.btn-button-style:hover{
	background-color:#A4A5A4;
}
.btn-button-style:active{
	background-color:#6779C2;
}
.p-padding-bottom{
	padding-bottom:0px;
	margin-bottom:-2px;
}
.p-intro02-padding-bottom{
	padding-bottom:86px;
}
.h2-style{
	width:100%;
	font-size:32px;
	line-height:38px;
}
.bloc-intro1-padding-bottom{
	padding-bottom:3px;
}
.p-oefnungszeiten-margin-top{
	margin-top:22px;
	width:81.38%;
	margin-bottom:46px;
	line-height:25pt;
	font-size:14pt;
}
.button1{
	background-color:#FEFFFE;
	font-family:"OpenSans-Regular";
	color:#496FBA!important;
	border-style:solid;
	border-color:#FFFFFF!important;
	border-radius:0pt 0pt 0pt 0pt;
}
.button1:hover{
	background-color:#ECF6FB;
	color:#496FBA!important;
}
.button1:active{
	border-style:solid;
}
.linkoben{
	color:#FEFFFE!important;
}
.linkoben:hover{
	color:#F2F3F2!important;
}
.linkoben:active{
	color:#FEFFFE!important;
}
.h4-2-style{
	font-size:21px;
	line-height:42px;
	margin-bottom:57px;
}
.h3-margin-top{
	margin-top:51px;
	font-size:28px;
	line-height:44px;
}
.btn-button-style2{
	width:100%;
	background-color:var(--swatch-var-3566);
	margin-bottom:19px;
	margin-top:0px;
	padding-top:2px;
	padding-bottom:5px;
	font-style:normal;
	font-weight:normal;
}
.btn-button-style2:hover{
	background-color:var(--swatch-var-6138);
}
.btn-button-style2:active{
	background-color:var(--swatch-var-3566);
}
.btn-style{
	width:29.57%;
	margin-bottom:36px;
}
.p-intro02-margin-bottom{
	margin-bottom:91px;
}
.h3-intro1-style{
	font-size:28px;
	line-height:44px;
}
.p-rezepte-margin-bottom{
	margin-bottom:27px;
}
.p-margin-top{
	margin-top:2px;
}
.paddingtop2{
	padding-top:88px;
	padding-bottom:34px;
}
.buttonmobi{
	writing-mode:vertical-rl;
}
.btn-padding{
	padding-top:24px;
	padding-bottom:24px;
}
.zindexfooter{
	z-index:9;
}
.textclick-2{
	font-family:"OpenSans-Regular";
	font-size:12pt;
	color:#001070!important;
	font-weight:700;
}
.textclick-2:hover{
	font-family:"OpenSans-Regular";
	font-size:12pt;
	color:#496FBA!important;
	font-weight:700;
}
.textclick-2:active{
	font-family:"OpenSans-Regular";
	font-size:12pt;
	color:#496FBA!important;
}
.p-start-top-style{
	margin-bottom:12px;
}
.textcolor{
	color:#298036!important;
}
.textcolor:hover{
	color:#7B7A7C!important;
}
.link-0-aktuelles-margin-right{
	margin-right:14px;
}
.link-17214-margin-right{
	margin-right:14px;
}
.dropdown-toggle::after{
	display:none;
	content:"";
}
.list-margin-bottom{
	margin-bottom:35px;
}
.p-intro01-margin-bottom{
	margin-bottom:25px;
}
.p-64-margin-bottom{
	margin-bottom:3px;
}
.nav-li-a-color-2{
	text-decoration:none;
	text-transform:none;
	color:var(--swatch-var-3566)!important;
	font-size:14pt;
}
.nav-li-a-color-2:hover{
	font-size:14pt;
}
.h3-intro02-style{
	line-height:45px;
	margin-left:13px;
	font-family:"Lora-Medium";
}
.dropboxcorner{
	border-radius:0px 0px 0px 0px;
}
.dropboxcorner:hover{
	border-radius:0px 0px 0px 0px;
}
.dropboxcorner:active{
	border-radius:0px 0px 0px 0px;
}
.navitext{
	font-size:14pt;
	color:#000000!important;
	margin-bottom:0px;
	padding-bottom:20px;
	padding-top:16px;
}
.navitext:hover{
	font-size:14pt;
	color:#497700!important;
}
.navitext:active{
	font-size:14pt;
	color:#436D02!important;
}
.container-div-style{
	width:36.25%;
}
.img-telefon-ic-style{
	width:60px;
}
.iconred:hover{
	box-shadow:0.00px 0.00px 9px #E9882F;
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-6809);
	height:49px;
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-6809);
	height:59px;
}
.bloc-divider-b-style{
	height:55px;
	fill:var(--swatch-var-2404);
}
.link-0-style{
	width:46.58%;
	font-family:"KaiseiTokumin-Medium";
	font-size:30pt;
}
.linie-navi{
	border-width:0px 0px 6px 0px;
	border-style:double;
	border-color:#355701!important;
}
.row-21-margin-bottom{
	margin-bottom:50px;
}
.p-map-margin-bottom{
	margin-bottom:24px;
}
.img-margin-top{
	margin-top:-325px;
	margin-left:33px;
	width:147px;
	margin-bottom:-264px;
	padding-bottom:0px;
	padding-top:83px;
}
.bloc-oeffnung-margin-top{
	margin-top:-77px;
}
.img-schild-gru-margin-top{
	margin-top:31px;
	width:206px;
	margin-left:48px;
}
.h3-margin-bottom{
	margin-bottom:47px;
	font-family:"KaiseiTokumin-Medium";
	line-height:44px;
}
.blocsapp-special-menu blocsnav li a{
	font-size:16px;
	color:var(--swatch-var-2869)!important;
}
.blocsapp-special-menu blocsnav li a:hover{
	font-size:16px;
	color:var(--swatch-var-3566)!important;
}
.blocsapp-special-menu blocsnav li a:active{
	font-size:16px;
	color:var(--swatch-var-3566)!important;
}
.blocsapp-special-menu blocsnav:focus{
	background-color:var(--swatch-var-6809);
}
.droplist{
	background-color:var(--swatch-var-6809);
}
.droplist:hover{
	background-color:var(--swatch-var-6809);
}
.droplist:active{
	background-color:var(--swatch-var-6809);
}
.droplist:focus{
	background-color:var(--swatch-var-6809);
}
.nav-li-a-color-2:active{
	font-size:14pt;
}
.link-padding-top{
	padding-top:16px;
	padding-bottom:16px;
}
.img-style{
	width:523px;
	margin-bottom:-89px;
	margin-top:0px;
	margin-right:32px;
	padding-top:0px;
	padding-bottom:0px;
}
.zindex2{
	z-index:999;
}
.bloc-divider-t-style{
	height:53px;
	fill:var(--swatch-var-6809);
}
.bloc-divider-t-intro02-style{
	height:23px;
	fill:var(--swatch-var-3566);
}
.bloc-divider-b-head1-style{
	height:28px;
	fill:var(--swatch-var-3566);
}
.h1-margin-top{
	margin-top:28px;
	font-family:"KaiseiTokumin-Medium";
	font-size:40px;
	line-height:48px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-2869:rgba(0,0,0,1.00);
	
	--swatch-var-6809:rgba(255,255,255,1.00);
	
	--swatch-var-6170:rgba(243,247,251,1.0);
	
	--swatch-var-7085:rgba(255,255,255,0.9);
	
	--swatch-var-3040:#F1F1F1;
	
	--swatch-var-7165:rgba(255,255,255,0.0);
	
	--swatch-var-2770:rgba(255,255,255,0.9);
	
	--swatch-var-6138:rgba(128,128,128,1.00);
	
	--swatch-var-3831:#F7F5F8;
	
	--swatch-var-2404:rgba(255,255,255,1.00);
	
	--swatch-var-1112:rgba(206,0,0,1.00);
	
	--swatch-var-6455:#000000;
	
	--swatch-var-7647:#E3E3E3;
	
	--swatch-var-6550:rgba(202,197,196,1.00);
	
	--swatch-var-4051:#FCE2A6;
	
	--swatch-var-2460:#F7F5F8;
	
	--swatch-var-3554:#001070;
	
	--swatch-var-5068:#496FBA;
	
	--swatch-var-6660:#0083CC;
	
	--swatch-var-7467:#CB9773;
	
	--swatch-var-5037:#93C1DA;
	
	--swatch-var-1383:#BDD09D;
	
	--swatch-var-5715:#CADCE2;
	
	--swatch-var-6876:#F2FFE7;
	
	--swatch-var-5143:#FEF5F1;
	
	--swatch-var-7426:#DC9A91;
	
	--swatch-var-5022:#263E5D;
	
	--swatch-var-7660:#C6D4D7;
	
	--swatch-var-2147:rgba(255,255,255,0.91);
	
	--swatch-var-6591:#7E8080;
	
	--swatch-var-5731:rgba(247,247,247,1.00);
	
	--swatch-var-3566:rgba(53,87,0,1.00);
	
	--swatch-var-845:#F7F7F7;
	
	--swatch-var-6936:#F7FFED;
	
	--swatch-var-3652:#FCF5EA;
	
	--swatch-var-3254:rgba(0,100,200,1.00);
	
	--swatch-var-5387:rgba(200,200,100,1.00);
	
	--swatch-var-4008:rgba(0,0,0,1.00);
	
	--swatch-var-4556:rgba(100,100,0,1.00);
	
	--swatch-var-5668:rgba(100,100,200,1.00);
	
	--swatch-var-7801:rgba(100,200,100,1.00);
	
}



/* Bloc image backgrounds */




/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = 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;}
    .link-with-icon.text-sm-start,.link-with-icon.text-sm-left{justify-content: flex-start;}
    .link-with-icon.text-sm-center{justify-content: center;}
    .link-with-icon.text-sm-end,.link-with-icon.text-sm-right{justify-content: flex-end;}
}
@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;}
    .link-with-icon.text-md-start,.link-with-icon.text-md-left{justify-content: flex-start;}
    .link-with-icon.text-md-center{justify-content: center;}
    .link-with-icon.text-md-end,.link-with-icon.text-md-right{justify-content: flex-end;}
}
@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;}
    .link-with-icon.text-lg-start,.link-with-icon.text-lg-left{justify-content: flex-start;}
    .link-with-icon.text-lg-center{justify-content: center;}
    .link-with-icon.text-lg-end,.link-with-icon.text-lg-right{justify-content: flex-end;}
}


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


@media (max-width: 991px){
	.bloc-margin-top{
		margin-top:2px;
	}
	.blocsapp-special-menu blocsnav{
		background-color:var(--swatch-var-6809);
	}
	.h3-style{
		width:100%;
		line-height:38px;
		margin-left:0px;
		margin-top:-2px;
		padding-left:10px;
	}
	.p-1-margin-top{
		width:91.74%;
	}
	.p-margin-bottom{
		width:100%;
	}
	.navbar-toggle-icon-bar{
		background-color:#001070;
	}
	.navbar-toggle-icon-bar:hover{
		background-color:#666A6E;
	}
	.navbar-toggle-icon-bar:active{
		background-color:#001070;
	}
	.btn-margin-top{
		width:100%;
		margin-top:26px;
	}
	.blocsapp-special-menu blocsnav:hover{
		background-color:#FFFFFE;
	}
	.blocsapp-special-menu blocsnav:active{
		background-color:#FEFEFD;
	}
	.dropbackgr{
		background-color:#FEFFFE;
	}
	.dropbackgr:hover{
		background-color:#FFFFFE;
	}
	.dropbackgr:active{
		background-color:#FFFFFE;
	}
	.h4-style{
		width:95.45%;
		font-size:40px;
		line-height:60px;
		margin-top:222px;
		margin-bottom:18px;
	}
	.close-special-menu .close-icon{
		background-color:#DB1E00;
	}
	.close-special-menu .close-icon:hover{
		background-color:#C50000;
	}
	.close-special-menu .close-icon:active{
		background-color:#AAA5A4;
	}
	.bloc-padding-top{
		padding-top:1px;
		margin-top:2px;
	}
	.paddingtop{
		padding-top:109px;
		padding-bottom:41px;
	}
	.p-style{
		font-size:13pt;
		line-height:22pt;
	}
	.p-bloc-7-margin-bottom{
		font-size:13pt;
		line-height:22pt;
	}
	.card-body-intro1-style{
		height:296px;
	}
	.html-widget-style{
		width:100%;
		height:302px;
	}
	.h6-profil-a-style{
		font-size:16px;
		line-height:30px;
	}
	.h6-bloc-47-style{
		font-size:16px;
		line-height:30px;
	}
	.h6-profil-c-style{
		font-size:16px;
		line-height:30px;
		margin-top:21px;
	}
	.btn-padding-bottom{
		width:66.36%;
	}
	.btn-button-padding-bottom{
		width:66.36%;
	}
	.btn-info-style{
		width:68.78%;
	}
	.btn-info-padding-bottom{
		width:66.82%;
	}
	.btn-margin-bottom{
		width:66.36%;
	}
	.btn-info-margin-bottom{
		width:66.36%;
	}
	.blockpadd1{
		padding-bottom:60px;
		padding-top:95px;
	}
	.link-navi-style{
		font-size:20pt;
		font-family:"Lora-Regular";
	}
	.p-15-padding-bottom{
		padding-bottom:74px;
	}
	.p-padding-bottom{
		padding-bottom:1px;
	}
	.p-intro02-padding-bottom{
		padding-bottom:164px;
		margin-bottom:15px;
	}
	.h5-style{
		margin-bottom:-1px;
	}
	.h2-style{
		font-size:32px;
		line-height:38px;
	}
	.p-oefnungszeiten-margin-top{
		width:92.92%;
	}
	.btn-style{
		width:40.05%;
	}
	.btn-button-style{
		margin-bottom:21px;
	}
	.p-intro02-margin-bottom{
		margin-bottom:98px;
	}
	.h3-intro1-style{
		line-height:44px;
	}
	.h3-margin-top{
		line-height:44px;
	}
	.paddingtop2{
		padding-top:109px;
		padding-bottom:41px;
	}
	.row-style{
		width:74.9%;
	}
	.img-margin-right{
		margin-left:-9px;
	}
	.p-intro01-margin-bottom{
		margin-bottom:40px;
	}
	.h3-intro02-style{
		line-height:42px;
	}
	.menu-icon-0-navi-stroke{
		stroke:#CE0100!important;
		fill:#CE0100!important;
	}
	.menu-icon-7664-stroke{
		stroke:#496FBA!important;
		fill:#496FBA!important;
	}
	.menu-icon-36558-stroke{
		stroke:#496FBA!important;
		fill:#496FBA!important;
	}
	.logo-navi{
	}
	.navitext{
		font-size:14pt;
	}
	.link-0-style{
		font-size:24pt;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-3566)!important;
		fill:var(--swatch-var-3566)!important;
	}
	.menu-icon-navi-stroke{
		stroke:var(--swatch-var-3566)!important;
		fill:var(--swatch-var-3566)!important;
	}
	.menu-icon-0-stroke{
		stroke:var(--swatch-var-3566)!important;
		fill:var(--swatch-var-3566)!important;
	}
	.menu-icon-1555-stroke{
		stroke:var(--swatch-var-3566)!important;
		fill:var(--swatch-var-3566)!important;
	}
	.p-bloc-74-margin-top{
		margin-top:57px;
	}
	.row-margin-bottom{
		margin-bottom:17px;
	}
	.img-margin-top{
		padding-top:0px;
		width:87px;
		margin-bottom:-50px;
		margin-top:-262px;
		padding-bottom:0px;
	}
	.img-schild-gru-margin-top{
		width:211px;
		margin-top:28px;
		margin-left:56px;
	}
	.h3-4-style{
		margin-top:-1px;
		font-size:25px;
	}
	.h3-margin-bottom{
		margin-bottom:18px;
		font-size:25px;
		line-height:44px;
	}
	.p-43-style{
		margin-bottom:11px;
		width:69.84%;
	}
	.p-footer-style{
		width:70.38%;
	}
	.p-48-style{
		width:47.74%;
	}
	.p-47-style{
		width:68.37%;
	}
	.blocsapp-special-menu blocsnav:focus{
	}
	.blocsapp-special-menu blocsnav li a{
		font-size:21px;
	}
	.blocsapp-special-menu blocsnav li a:hover{
		font-size:21px;
	}
	.blocsapp-special-menu blocsnav li a:active{
		font-size:21px;
	}
	.img-style{
		width:482px;
		margin-right:3px;
		margin-left:0px;
	}
	
}

@media (max-width: 767px){
	.text-center{
	}
	.blocsapp-special-menu blocsnav{
		background-color:var(--swatch-var-6809);
	}
	.bloc-margin-top{
		margin-top:-1px;
		margin-bottom:25px;
	}
	.p-1-margin-top{
		width:100%;
	}
	.h3-style{
		width:93.4%;
		margin-left:0px;
		font-size:24px;
		padding-left:0px;
	}
	.p-margin-bottom{
		width:100%;
	}
	.navbar-toggle-icon-bar{
	}
	.navbar-toggle-icon-bar:hover{
	}
	.navbar-toggle-icon-bar:active{
	}
	.btn-margin-top{
		margin-top:30px;
		width:53.45%;
	}
	.blocsapp-special-menu blocsnav:hover{
		background-color:#FFFFFE;
	}
	.blocsapp-special-menu blocsnav:active{
		background-color:#FFFFFE;
	}
	.close-special-menu .close-icon{
		background-color:#CE0100;
	}
	.close-special-menu .close-icon:hover{
		background-color:#BD2118;
	}
	.close-special-menu .close-icon:active{
		background-color:#ABA7A6;
	}
	.h5-style{
		margin-top:0px;
	}
	.h4-style{
		font-size:33px;
		line-height:40px;
	}
	.paddingtop{
		padding-top:54px;
		padding-bottom:54px;
	}
	.p-bloc-7-margin-bottom{
		font-size:13pt;
		line-height:22pt;
	}
	.p-style{
		font-size:13pt;
		line-height:22pt;
	}
	.bloc-margin-bottom{
		margin-bottom:35px;
	}
	.card-body-intro1-style{
		height:221px;
	}
	.html-widget-style{
		height:362px;
		margin-bottom:-47px;
		margin-top:1px;
	}
	.img-margin-right{
		width:208px;
		margin-left:-7px;
	}
	.p-bloc-74-margin-top{
		margin-bottom:9px;
		margin-top:69px;
	}
	.h6-profil-a-style{
		font-size:25px;
		line-height:35px;
	}
	.h6-bloc-47-style{
		font-size:25px;
		line-height:35px;
	}
	.h6-profil-c-style{
		font-size:25px;
		line-height:35px;
		margin-top:42px;
	}
	.bloc-10128-padding-top{
		margin-bottom:0px;
		padding-bottom:45px;
	}
	.btn-padding-bottom{
		padding-bottom:6px;
		padding-top:0px;
		margin-bottom:68px;
	}
	.btn-button-padding-bottom{
		padding-bottom:0px;
		margin-bottom:68px;
	}
	.btn-info-padding-bottom{
		margin-bottom:41px;
	}
	.btn-margin-bottom{
		margin-bottom:76px;
	}
	.btn-info-margin-bottom{
		margin-bottom:73px;
	}
	.blockpadd1{
		padding-top:89px;
		padding-bottom:33px;
	}
	.link-navi-style{
		font-size:24px;
		width:85.1%;
	}
	.btn-button-style{
		margin-bottom:34px;
		width:67.97%;
	}
	.p-intro02-padding-bottom{
		margin-bottom:5px;
		padding-bottom:21px;
	}
	.h2-style{
		width:100%;
		font-size:32px;
		line-height:38px;
	}
	.p-oefnungszeiten-margin-top{
		margin-bottom:26px;
	}
	.btn-button-style2{
		margin-bottom:34px;
	}
	.btn-style{
		width:47.67%;
	}
	.h3-margin-top{
		font-size:21px;
		line-height:33px;
	}
	.h3-intro1-style{
		font-size:21px;
		line-height:33px;
	}
	.paddingtop2{
		padding-top:54px;
		padding-bottom:54px;
	}
	.row-style{
		width:100%;
	}
	.container-div-style{
		width:55.26%;
	}
	.img-margin-bottom{
		margin-bottom:29px;
	}
	.img-lanter-margin-bottom{
		margin-bottom:34px;
	}
	.link-0-style{
		font-size:20pt;
	}
	.menu-icon-navi-stroke{
		stroke:var(--swatch-var-3566)!important;
		fill:var(--swatch-var-3566)!important;
	}
	.menu-icon-1555-stroke{
		stroke:var(--swatch-var-3566)!important;
		fill:var(--swatch-var-3566)!important;
	}
	.p-map-margin-bottom{
		margin-bottom:23px;
		margin-top:11px;
	}
	.img-schild-gru-margin-top{
		width:137px;
		margin-left:221px;
		margin-right:118px;
		padding-right:0px;
		margin-top:-4px;
	}
	.h3-margin-bottom{
		margin-bottom:0px;
		font-size:24px;
		line-height:44px;
	}
	.h3-4-style{
		margin-bottom:14px;
		font-size:24px;
	}
	.p-intro01-margin-bottom{
		margin-bottom:29px;
	}
	.img-style{
		width:379px;
		margin-bottom:4px;
		margin-top:31px;
		margin-right:0px;
		padding-top:2px;
	}
	.h1-margin-top{
		font-size:32px;
		line-height:38px;
	}
	
}

@media (max-width: 575px){
	.h3-style{
		width:100%;
		margin-top:0px;
		font-size:22px;
		line-height:29px;
		margin-left:0px;
		margin-bottom:-1px;
		padding-bottom:5px;
	}
	.blocsapp-special-menu blocsnav{
		background-color:var(--swatch-var-6809);
	}
	.h4-style{
		font-size:28px;
		line-height:48px;
		width:100%;
	}
	.p-1-margin-top{
		width:100%;
		font-size:11px;
	}
	.p-margin-bottom{
		width:100%;
		font-size:11px;
		margin-left:0px;
	}
	.h5-style{
		font-size:18px;
		width:100%;
	}
	.navbar-toggle-icon-bar{
		background-color:#001070;
	}
	.navbar-toggle-icon-bar:hover{
		background-color:#7F7F7F;
	}
	.navbar-toggle-icon-bar:active{
		background-color:#001070;
	}
	.btn-margin-top{
		width:100%;
	}
	.blocsapp-special-menu blocsnav:hover{
		background-color:#FFFFFF;
	}
	.blocsapp-special-menu blocsnav:active{
		background-color:#FFFFFF;
	}
	.dropbackgr{
		background-color:#FFFFFE;
	}
	.dropbackgr:hover{
		background-color:#FFFFFE;
	}
	.dropbackgr:active{
		background-color:#FFFFFE;
	}
	.close-special-menu .close-icon{
		background-color:#1A396D;
	}
	.close-special-menu .close-icon:hover{
		background-color:#BD2118;
	}
	.close-special-menu .close-icon:active{
		background-color:#1A396D;
	}
	.bloc-padding-top{
		padding-bottom:17px;
		margin-bottom:15px;
		margin-top:1px;
	}
	.paddingtop{
		padding:9px 15px 1px 15px;
	}
	.p-style{
		font-size:13pt;
		line-height:22pt;
		width:100%;
	}
	.p-bloc-7-margin-bottom{
		font-size:13pt;
		line-height:22pt;
	}
	.p-margin-top{
		margin-top:2px;
	}
	.card-body-intro1-style{
		height:308px;
	}
	.html-widget-style{
		height:307px;
		margin-bottom:-1px;
	}
	.img-margin-right{
		width:191px;
		padding-left:0px;
		margin-left:-7px;
	}
	.bloc-margin-top{
		margin-top:-2px;
		margin-bottom:-16px;
	}
	.p-bloc-74-margin-top{
		margin-bottom:14px;
		font-size:18px;
		line-height:30px;
	}
	.bloc-intro1-margin-bottom{
		margin-bottom:53px;
	}
	.h6-profil-a-style{
		font-size:20px;
	}
	.h6-bloc-47-style{
		font-size:20px;
		line-height:35px;
	}
	.h6-profil-c-style{
		font-size:20px;
		line-height:35px;
	}
	.btn-info-padding-bottom{
		margin-bottom:31px;
	}
	.btn-margin-bottom{
		margin-bottom:67px;
	}
	.blockpadd1{
		padding-top:106px;
		padding-bottom:60px;
	}
	.link-navi-style{
		font-size:18px;
		width:81.85%;
	}
	.h2-style{
		font-size:25px;
		line-height:35px;
	}
	.h3-impressum-style{
		font-size:25px;
		line-height:35px;
		margin-bottom:44px;
	}
	.h3-datenschutz-style{
		font-size:25px;
		line-height:35px;
	}
	.p-oefnungszeiten-margin-top{
		margin-top:16px;
		width:100%;
		font-size:16px;
		line-height:28px;
	}
	.btn-style{
		width:100%;
		margin-top:10px;
	}
	.btn-button-style{
		width:100%;
	}
	.h3-intro1-style{
		font-size:21px;
		line-height:33px;
	}
	.h3-margin-top{
		line-height:33px;
	}
	.paddingtop2{
		padding:9px 15px 1px 15px;
	}
	.btn-padding{
		padding-top:18px;
		padding-bottom:18px;
	}
	.row-style{
		width:100%;
	}
	.btn-inormation-padding{
		padding-top:14px;
		padding-bottom:14px;
	}
	.scrollToTop{
		z-index:9999999999;
	}
	.zindexfooter{
		z-index:9999;
	}
	.fixed-blocs-mobile{
	}
	.p-start-top-style{
		width:100%;
	}
	.h3-intro02-style{
		line-height:39px;
	}
	.container-div-style{
		width:56%;
		height:35px;
	}
	.img-telefon-ic-style{
		width:32px;
	}
	.row-margin-bottom{
		margin-bottom:25px;
		padding-top:2px;
		margin-top:0px;
	}
	.link-0-style{
		width:78.29%;
		font-size:18pt;
	}
	.menu-icon-1555-stroke{
		stroke:var(--swatch-var-3566)!important;
		fill:var(--swatch-var-3566)!important;
	}
	.h3-4-style{
		margin-bottom:10px;
		font-size:22px;
		line-height:42px;
	}
	.p-footer-style{
		line-height:28px;
	}
	.img-schild-gru-margin-top{
		margin-left:170px;
		margin-top:6px;
		width:95px;
	}
	.p-43-style{
		width:100%;
	}
	.h3-margin-bottom{
		font-size:22px;
		line-height:43px;
	}
	.p-map-margin-bottom{
		margin-bottom:24px;
	}
	.blocsapp-special-menu blocsnav:focus{
	}
	.blocsapp-special-menu blocsnav li a{
		font-size:20px;
	}
	.blocsapp-special-menu blocsnav li a:hover{
		font-size:20px;
	}
	.blocsapp-special-menu blocsnav li a:active{
		font-size:20px;
	}
	.img-style{
		width:225px;
		margin-bottom:8px;
		margin-top:1px;
	}
	
}

