/*-----------------------------------------------------------------------------------
	Duden-Rodenbostel und Ibsingen
	About: Erfahren Sie alles über Duden-Rodenbostel und Ibsingen – die idyllischen Dörfer am Brelinger Berg in der Wedemark. Geschichte, Natur und Gemeinschaft.
	Author: Rico Lautenschläger
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:var(--swatch-var-5730);
    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:'Inter-Medium';
	src: url('./fonts/Inter-Medium/Inter-Medium.ttf');
	src: url('./fonts/Inter-Medium/Inter-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'HoomiesBomhiesFontDuo';
	src: url('./fonts/HoomiesBomhiesFontDuo/Hoomies%20Bomhies.ttf');
	src: url('./fonts/HoomiesBomhiesFontDuo/Hoomies%20Bomhies.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'AmaticSC-Bold';
	src: url('./fonts/AmaticSC-Bold/AmaticSC-Bold.ttf');
	src: url('./fonts/AmaticSC-Bold/AmaticSC-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'PlayfairDisplay-Regular';
	src: url('./fonts/PlayfairDisplay-Regular/PlayfairDisplay-VariableFont_wght.ttf');
	src: url('./fonts/PlayfairDisplay-Regular/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Nunito-Regular';
	src: url('./fonts/Nunito-Regular/Nunito-Regular.ttf');
	src: url('./fonts/Nunito-Regular/Nunito-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Nunito-SemiBold';
	src: url('./fonts/Nunito-SemiBold/Nunito-SemiBold.ttf');
	src: url('./fonts/Nunito-SemiBold/Nunito-SemiBold.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-lg{
	padding:100px 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;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-paper::before{
	background: url("img/texture-paper.png");
	background-size: 280px 280px;
}


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


/* Dark theme */

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


/* 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);
}
.navbar-toggle.menu-icon-rounded-uneven-list{
	margin-top:7px!important;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

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

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

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

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

.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.icon-spacer{
	margin-right:5px;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}


/*  Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}



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

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

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


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

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


/* ScrollToTop button */

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

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Inter-Medium";
	font-size:18px;
	color:var(--swatch-var-5847)!important;
}
.container{
	max-width:1140px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
	height:50px;
	width:auto;
}
.navbar-nav li a{
	font-size:18px;
	color:var(--swatch-var-5847)!important;
	font-family:"Inter-Medium";
}
.hero-header-text{
	font-size:200px;
	font-weight:bold;
}
.hero-subheader{
	font-size:35px;
	font-weight:normal;
}
.text-fire-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(166deg, #FF0072, #FFFF33);
	color:transparent!important;
}
.bloc-divider-b-fill{
	fill:rgba(0,0,0,0.37);
	height:662px;
}
.gradient-bottom{
	height:300px;
	background:linear-gradient(0deg, #000000 0%, transparent   100%);
	margin-bottom:-20px;
}
.top-300{
	margin-top:200px;
}
.z-1{
	margin-top:-100px;
}
.h1-hero{
	font-family:"HoomiesBomhiesFontDuo";
	color:var(--swatch-var-6361)!important;
	text-shadow:3.83px 3.21px 9px #000000;
	margin-top:20px;
	font-weight:normal;
	font-size:6rem;
	text-transform:none;
}
.h3-hero{
	font-family:"AmaticSC-Bold";
	color:var(--swatch-var-6361)!important;
	font-size:38px;
	margin-top:30px;
	margin-bottom:30px;
	font-weight:normal;
	text-shadow:3.83px 3.21px 5px #000000;
}
.top-social{
	padding-top:10px;
}
h1,h2,h3{
	font-weight:500;
	font-family:"Manrope-Bold";
	color:var(--swatch-var-6629)!important;
}
h1{
	font-size:3.5rem;
	font-weight:400;
	font-family:"PlayfairDisplay-Regular";
	letter-spacing:-0.02em;
	color:var(--swatch-var-6629)!important;
	text-align:center;
}
h2{
	font-size:2rem;
	margin-top:2.5rem;
	font-family:"PlayfairDisplay-Regular";
	text-align:center;
}
h3{
	font-size:1.5rem;
	text-align:center;
	font-family:"PlayfairDisplay-Regular";
}
h4{
	font-size:1.25rem;
	text-align:center;
	font-family:"Nunito-SemiBold";
}
.h1-divider{
	margin-top:-20px;
	padding-bottom:40px;
}
p{
	font-size:19px;
	font-family:"Nunito-Regular";
	line-height:30px;
}
.primary-divider{
	margin:10px auto 40px auto;
	width:150px;
	height:3px;
	background-color:var(--swatch-var-843);
}
.img-stamp-logo{
	width:150px;
	height:auto;
}
.secondary-divider{
	margin:0px auto 20px auto;
	width:80px;
	height:2px;
	background-color:var(--swatch-var-843);
}
.my-text{
	text-align:center;
}
.center{
	text-align:center;
}
.btn-moosgold{
	background-color:var(--swatch-var-6361);
	border-radius:8px 8px 8px 8px;
	border-style:solid;
	border-color:var(--swatch-var-843)!important;
	border-width:2px 2px 2px 2px;
}
.timeline{
	font-size:50px;
}
.with-love{
	height:10px;
	margin-top:90px;
	text-align:center;
	font-size:15px;
	margin-bottom:-80px;
	color:var(--swatch-var-843)!important;
}
.scrollToTop{
	background-color:var(--swatch-var-843);
	justify-items:center;
	width:auto;
	overflow:visible;
	float:none;
	padding-top:0px;
}
.scroll-to-top-btn-icon{
	background-color:var(--swatch-var-6361);
	justify-self:center;
	align-self:center;
	align-items:center;
	justify-items:center;
}
.scroll-to-top-btn-icon:hover{
	margin-top:50%;
	margin-bottom:50%;
}
.footer-logo{
	width:100px;
	height:100px;
	margin-top:-30px;
}
.dorf-tabelle-container{
	font-size:20px;
	font-family:"ProximaNova-Regular";
}
.dorf-tabelle thead th{
	font-size:1.5rem;
	text-align:center;
	font-family:"PlayfairDisplay-Regular";
	font-weight:500;
}
.navbar-nav li a:hover{
	color:var(--swatch-var-6488)!important;
}
.navbar-nav li a:active{
	text-decoration:none;
	color:#1A3A09!important;
}
.round-image-border{
	border-radius:16px 16px 16px 16px;
}
.section-alt{
	background-color:var(--swatch-var-7797);
	border-style:solid;
	border-color:#DED9C8!important;
	border-top-width:1px;
	border-bottom-width:1px;
}
.mega-active{
	color:#1A3A09!important;
	font-weight:bold;
}
.box-wrapper{
	display:flex;
	flex-wrap:wrap-reverse;
	column-gap:30px;
	justify-content:center;
}
.card-body-style{
	width:100%;
	background-color:transparent;
}
.footer-link{
	font-size:18px!important;
	color:var(--swatch-var-5847)!important;
	font-family:"Inter-Medium"!important;
}
.footer-link:hover{
	cursor:pointer!important;
	color:var(--swatch-var-6488)!important;
}
.footer-link:active{
	text-decoration:none;
	color:#1A3A09!important;
}
.box-wrapper-social{
	display:flex;
	column-gap:30px;
	justify-content:center;
	align-items:center;
	flex-direction:row;
	flex-wrap:nowrap;
	align-content:flex-start;
}
.footer-line{
	width:70%;
	margin:50px auto -40px auto;
}
.social-icon{
	height:24px;
	width:24px;
}
.social-icon:hover{
	cursor:pointer;
}
.box-wrapper-social-nav{
	display:flex;
	justify-content:flex-end;
	align-content:stretch;
	align-items:center;
	margin-top:10px!important;
	column-gap:10px;
	flex-direction:row;
	margin-right:0px;
}
p a:hover{
	color:var(--swatch-var-6488)!important;
	text-decoration:underline!important;
}
p a{
	font-family:"Nunito-Regular";
	font-size:19px;
	line-height:30px;
	color:var(--swatch-var-1283)!important;
}
.lighter{
	color:var(--swatch-var-843)!important;
}
.text-field{
	padding:12px 16px 12px 16px;
}
.optional{
	font-weight:400;
	color:#B5B0A4!important;
	font-size:13px;
}
.pointer{
	cursor:pointer;
}
.wichtig{
	text-transform:uppercase;
	color:#FF2600!important;
	font-weight:900;
}
.links{
	text-align:left;
	display:flex;
}
.no-margin{
	margin-bottom:0px!important;
}
.rot13{
	text-align:left;
}
.rot14{
	text-align:left;
}
.flex-box{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:row;
	flex-wrap:wrap-reverse;
	column-gap:50px;
}
.mini{
	font-size:12px;
	line-height:14px;
}
.img-300{
	max-width:300px;
}
.img-style{
	max-width:300px;
}
.blocs-card-width{
	width:25%;
	border-radius:16px 16px 16px 16px;
}
.img-500{
	max-width:500px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-2869:rgba(0,0,0,1.00);
	
	--swatch-var-6361:rgba(255,255,255,1.00);
	
	--swatch-var-5783:rgba(0,0,0,0.20);
	
	--swatch-var-3213:rgba(0,87,85,1.00);
	
	--swatch-var-5730:rgba(245,242,237,1.00);
	
	--swatch-var-6629:rgba(58,96,40,1.00);
	
	--swatch-var-5847:rgba(92,92,92,1.00);
	
	--swatch-var-843:rgba(179,162,119,1.00);
	
	--swatch-var-6488:rgba(26,58,9,1.00);
	
	--swatch-var-7797:rgba(232,228,216,1.00);
	
	--swatch-var-2511:rgba(250,247,240,1.00);
	
	--swatch-var-1283:rgba(126,126,126,1.00);
	
	--swatch-var-3892:rgba(222,217,200,1.00);
	
}


/* Background colour styles */

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

/* Link colour styles */

.ltc-1283{
	color:var(--swatch-var-1283)!important;
}
.ltc-1283:hover{
	color:#4B4B4B!important;
}

/* Bloc image backgrounds */

.bg-field-hero-2{
	background-image:url("img/field_hero_2.jpg");
	background-image: -webkit-image-set(url("img/field_hero_2.webp") 1x,
url("img/field_hero_2.webp") 2x);background-image: image-set(url("img/field_hero_2.jpg") 1x,
url("img/field_hero_2.jpg") 2x,url("img/field_hero_2.webp") 1x,
url("img/field_hero_2.webp") 2x);
}

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

.smartnav{
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:1030;
	-webkit-overflow-scrolling:touch;
}
.smartnav .navbar-nav>.nav-item a.nav-link{
	border:0 solid transparent}.scrolled-down{
	transform:translateY(-100%);
	transition:all .3s ease-in-out}.scrolled-up{
	transform:translateY(0);
	transition:all .3s ease-in-out}/* = Animated Scroll Symbol-------------------------------------------------------------- */.mouse-symbol,.device-symbol {
	  width:29px;
	  height:50px;
	  border:2px solid rgba(0,0,0,.5);
	  border-radius:30px;
	  margin:0 auto;
	  position: relative;
}
.device-symbol {
	border-radius:6px;
}
.device-symbol:before{
	  content: "";
	  display: block;
	  position: absolute;
	  background-color: rgba(0,0,0,.23);
	  height: 42px;
	  width: 21px;
	  border-radius: 2px;
	  margin: 2px 0 0 2px;
}
.mouse-symbol:after,.device-symbol:after {
	  content:"";
	  display: block;
	  position:absolute;
	  top:10px;
	  width:3px;
	  height:3px;
	  margin-left: 11px;
	  background-color:#000000;
	  border-radius:100%;
}
.device-symbol:after {
	top:12px;
}
.mouse-symbol-light.mouse-symbol,.mouse-symbol-light.device-symbol{
	border:2px solid rgba(255,255,255,.5);
}
.mouse-symbol-light.mouse-symbol:after,.mouse-symbol-light.device-symbol:after{
	background-color:#FFFFFF;
}
.mouse-symbol-light.device-symbol:before{
	background-color: rgba(255,255,255,.23);
}
.slow-touch-scroll:after {
	animation: mouse-scroll-slow 2s cubic-bezier(0.68, -0.65, 0.265, 1.35) infinite}.fast-touch-scroll:after {
	animation: mouse-scroll-fast 2s cubic-bezier(0.68, -0.65, 0.265, 1.35) infinite}.fast-invert-touch-scroll:after {
	animation: mouse-scroll-fast-invert 2s cubic-bezier(0.68, -0.65, 0.265, 1.35) infinite}@keyframes mouse-scroll-slow {
	  0%{
	    -webkit-transform: translateY(0px) scaleY(1);
	    transform: translateY(0px) scaleY(1);
	  }  20% {
	    -webkit-transform: translateY(0px) scaleX(1.2);
	    transform: translateY(0px) scaleX(1.2);
	    opacity: 1;
	  }  100% {
	    -webkit-transform: translateY(25px) scaleY(3) scaleX(0.8);
	    transform: translateY(25px) scaleY(3) scaleX(0.8);
	    opacity: .1;
	  }}@keyframes mouse-scroll-fast {
	  0%,20% {
	    -webkit-transform: translateY(0px);
	    transform: translateY(0px);
	    opacity: 1;
	  }  50% {
	    -webkit-transform: translateY(20px);
	    transform: translateY(20px);
	    opacity: 1;
	  }  80%,100% {
	    -webkit-transform: translateY(20px);
	    transform: translateY(20px);
	    opacity: .1;
	  }}@keyframes mouse-scroll-fast-invert {
	  0%,20% {
	    -webkit-transform: translateY(15px);
	    transform: translateY(15px);
	    opacity: 1;
	  }  50% {
	    -webkit-transform: translateY(0px);
	    transform: translateY(0px);
	    opacity: 1;
	  }  80%,100% {
	    -webkit-transform: translateY(0px);
	    transform: translateY(0px);
	    opacity: .1;
	  }}.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}
/* = Additional CSS
-------------------------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
}

p {
  line-height: 1.5;
}

h1, h2, h3 {
  line-height: 1.2;
}

/* Code für den Timeline-Bric */
.timeline--horizontal .timeline__item {vertical-align: bottom !important;}

div.timeline__content h2 span{
  font-size: 2rem !important; 
  font-family: "PlayfairDisplay-Regular" !important; 
  color: #3A6028 !important; 
  font-weight:500 !important; 
}

.timeline p{
  font-size: 19px !important; 
  line-height: 25px !important; /*30*/
  font-family:"Nunito-Regular" !important; 
  color: #5C5C5C !important; 
  text-align: center !important; 
}

@media (max-width: 767px){
	div.timeline__content h2 span{
		font-size: 1.75rem !important;
	}
	.timeline p{
		font-size: 17px !important;
		line-height: 26px !important;
		font-weight: 400 !important;
	}
}

@media (max-width: 575px){
	div.timeline__content h2 span{
		font-size:1.35rem !important; 
	}
	.timeline p{
		font-size: 16px !important;
		line-height: 24px !important;
	}
}

.timeline-nav-button--next::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='7.8' height='14'><path fill='none' stroke='%23B3A277' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 13l5.8-5.9L1 1'/></svg>") !important;
    transform: translateY(-50%) !important;
    top: 50% !important;
    left: 42% !important;
}

.timeline-nav-button--prev::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='7.8' height='14'><path fill='none' stroke='%23B3A277' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M6.8 13L1 7.1l5.8-6'/></svg>") !important;
    transform: translateY(-50%) !important;
    top: 50% !important;
    left: 37% !important;
}

/* ********** CSV-TABELLEN ************ */

/* Definition der Farbpalette */
:root {
    --heidesand: #F7F5F1;    /* Heller, warmer Sandton */
    --schieferfels: #5C5C5C; /* Dunkler Textkontrast */
    --waldkiefer: #3A6028;   /* Tiefes Waldgrün für Akzente */
    --moosgold: #B3A277;     /* Dezentes Goldgelb für Details */
    --zeile-grau: #f9f9f9;   /* Sehr helles Grau für den Zebrastreifen */
    --weiss: #ffffff;
}

.dorf-tabelle-container {
    background-color: var(--heidesand);
    padding: 10px;
    border-radius: 8px; 
    line-height: 1.5 !important;   
    /* TOUCH-EXTRA */
    overflow-x: auto; /* Erlaubt horizontales Scrollen auf Handys */
    -webkit-overflow-scrolling: touch; 
}

.dorf-tabelle {
    width: 100%;
    border-collapse: collapse;
    background-color: var(--weiss);
    color: var(--schieferfels);
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    /* TOUCH-EXTRA */
    min-width: 500px; /* Erzwingt eine Mindestbreite, damit es lesbar bleibt */
}

/* Kopfzeile: Nicht eingefärbt laut Wunsch, nur Textakzent */
.dorf-tabelle thead th {
    text-align: left;
    padding: 15px;
    color: var(--waldkiefer);
    border-bottom: 2px solid var(--moosgold); /* Moosgold als feine Trennlinie */
}

/* Tabellenzellen */
.dorf-tabelle td {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    line-height: 1.6;
}

/* Abwechselnde Zeilenfarben (Zebra-Look) */
.dorf-tabelle tbody tr:nth-child(even) {
    background-color: var(--zeile-grau);
}

.dorf-tabelle tbody tr:nth-child(odd) {
    background-color: var(--weiss);
}

/* Hover-Effekt */
.dorf-tabelle tbody tr:hover {
    cursor: pointer;
    background-color: #f2f2f2 !important; /* Ein etwas dunkleres Grau beim Drüberfahren */
    transition: background-color 0.3s ease;
}

/* Erste Spalte hervorheben (optional) */
.dorf-tabelle td:first-child {
    font-weight: 600;
    /* color: var(--waldkiefer); */
    width: 30%;
}


.social-icon {
  display: inline-block;
  width: 24px;  /* Oder deine gewünschte Größe */
  height: 24px;
}

.social-icon svg {
  width: 100%;
  height: 100%;
  
  /* Standardfarbe: Dein dunkles Moosgrün */
  fill: #2d4f1e; 
  
  /* Sanfte Animation über 0.4 Sekunden */
  /* cubic-bezier sorgt für ein eleganteres "Gleiten" der Farbe */
  transition: fill 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.social-icon:hover svg {
  /* Hover-Farbe: Dein Moosgold */
  fill: #A39264;
}

/* Fading für Footer-Links */
.footer-link {
  /* Basis-Farbe: Dein dunkles Moosgrün */
  color: #2d4f1e; 
  /* Klassische Typografie */
  text-decoration: none; 
  /* Die sanfte Transition für den Farbwechsel */
  transition: color 0.5s ease-in-out;
}

.footer-link {text-decoration: none !important;}
.footer-link:hover {
  /* Hover-Farbe: Dein Moosgold */
  color: #A39264;
}

.legal-numbers { font-variant-numeric: lining-nums;}



/* ── Markenfarben BUTTON ───────────────────────────────────── */
:root {
  --rl-moosgold:     #b3a277;   /* Moosgold Brand Color        */
  --rl-moosgold-txt: #7a6540;   /* Textton (dunkler als Border) */
  --rl-black:        #1a1a1a;
  --rl-offwhite:     #f0efeb;
  --rl-whiter:       #ffffff;
}
 
/* ── Basis-Button ─────────────────────────────────────────── */
.btn-moosgold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45em;
  font-family: inherit;
  font-weight: 500;              /* etwas schwerer als <p> 400  */
  letter-spacing: .03em;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background: transparent;
  background: var(--rl-whiter);
  border: 2px solid var(--rl-moosgold);
  border-radius: 4px;
  color: var(--rl-moosgold-txt);
  transition:
    background   .25s ease,
    color        .25s ease,
    border-color .25s ease,
    box-shadow   .25s ease,
    transform    .15s ease;
 
  /* LG: 1200px → 992px  –  <p> = 19px / 30px */
  font-size:   19px;
  line-height: 30px;
  padding:     .55em 1.5em;
  min-height:  48px;
}
 
/* ── Hover ────────────────────────────────────────────────── */
.btn-moosgold:hover {
  background:   var(--rl-moosgold);
  border-color: var(--rl-moosgold);
  color:        var(--rl-black);
  box-shadow:   0 6px 20px rgba(179, 162, 119, .35);
}
 
/* ── Fokus (Tastatur / Accessibility) ────────────────────── */
.btn-moosgold:focus-visible {
  outline:        3px solid var(--rl-moosgold);
  outline-offset: 3px;
}
 
/* ── Klick-Feedback ──────────────────────────────────────── */
.btn-moosgold:active {
  transform: scale(.97);
}
 
/* ── MD: 991px → 769px  –  <p> = 18px / 28px ─────────────── */
@media (max-width: 991px) {
  .btn-moosgold {
    font-size:   18px;
    line-height: 28px;
    padding:     .55em 1.4em;
    min-height:  44px;
  }
}
 
/* ── SM: 768px → 577px  –  <p> = 17px / 26px ─────────────── */
@media (max-width: 768px) {
  .btn-moosgold {
    font-size:   17px;
    line-height: 26px;
    padding:     .5em 1.25em;
    min-height:  40px;
    max-width:   280px;            /* kompakt, nicht wuchtig    */
  }
}
 
/* ── XS: 576px → 0px    –  <p> = 16px / 24px ─────────────── */
@media (max-width: 576px) {
  .btn-moosgold {
    font-size:   16px;
    line-height: 24px;
    padding:     .5em 1.4em;       /* etwas mehr horizontaler   */
    min-height:  40px;             /* Luft statt voller Breite  */
    max-width:   240px;
  }
}
 
/* ── Auf dunklem Hintergrund (optionale Anpassung) ──────── */
/*
   Falls der Button auf einem dunklen Block (z.B. dunkelgrüner
   Section) verwendet wird, einfach diese Klasse ergänzen:
 
   .dark-section .btn-moosgold {
     color:        var(--rl-moosgold);
     border-color: var(--rl-moosgold);
   }
   .dark-section .btn-moosgold:hover {
     color: var(--rl-black);
   }
*/

.smartnav {
  box-shadow:
    0  4px  6px -1px  rgba(0, 0, 0, .10),
    0  2px  4px -2px  rgba(0, 0, 0, .10);
  transition: box-shadow .3s ease;   /* sanfter Übergang        */
}


/* = 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){
	.hero-header-text{
		font-size:140px;
	}
	.hero-subheader{
		font-size:30px;
	}
	.h1-hero{
		font-family:"HoomiesBomhiesFontDuo";
		margin-top:15px;
		font-size:5rem;
	}
	.top-social{
		padding-top:3px;
	}
	.navbar-logo{
		width:auto;
	}
	.mb-5{
	}
	.img-stamp-logo{
		width:130px;
	}
	.my-text{
		text-align:center;
	}
	.h3-style{
		opacity:1.0;
		margin-top:15px;
		margin-bottom:15px;
	}
	.h3-hero{
		margin-top:15px;
		margin-bottom:15px;
	}
	.top-300{
		margin-top:170px;
	}
	.dorf-tabelle thead th{
		font-weight:500;
	}
	p{
		font-size:18px;
		line-height:28px;
	}
	.footer-logo{
		margin-top:-50px;
	}
	.box-wrapper-social-nav{
		column-gap:5px;
		position:relative;
	}
	h4{
		font-size:1.25rem;
		text-align:center;
	}
	h2{
	}
	p a{
		font-family:"Nunito-Regular";
		font-size:18px;
		line-height:28px;
	}
	p a:hover{
		color:var(--swatch-var-6488)!important;
		text-decoration:underline!important;
	}
	.rot14{
		text-align:center;
	}
	.links{
		text-align:left!important;
	}
	.mini{
	}
	.img-style{
		max-width:300px;
	}
	.blocs-card-width{
		width:50%;
	}
	.img-500{
		max-width:300px;
	}
	.flex-box{
		align-content:center;
		align-items:center;
		flex-direction:column;
		row-gap:30px;
	}
	
}

@media (max-width: 767px){
	.hero-header-text{
		font-size:100px;
	}
	.hero-subheader{
		font-size:22px;
	}
	.h1-hero{
		font-size:55px;
	}
	.top-social{
	}
	h1{
		font-size:3.0rem;
	}
	h2{
		font-size:1.75rem;
	}
	h3{
		font-size:1.3rem;
	}
	.h1-divider{
		padding-bottom:20px;
	}
	p{
		font-size:17px;
		line-height:26px;
		font-family:"Nunito-Regular";
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-6629)!important;
		fill:var(--swatch-var-6629)!important;
	}
	.navbar-logo{
		width:auto;
		height:40px;
	}
	.mb-5{
	}
	.img-stamp-logo{
		width:120px;
	}
	.my-text{
		text-align:justify;
	}
	.h3-hero{
		font-size:25px;
		font-family:"AmaticSC-Bold";
	}
	.top-300{
		margin-top:220px;
	}
	.dorf-tabelle-container{
		font-size:18px;
		line-height:27px;
		font-family:"ProximaNova-Regular";
	}
	.dorf-tabelle thead th{
		font-size:1.3rem;
	}
	.with-love{
	}
	.footer-logo{
		margin-top:-50px;
	}
	.box-wrapper{
		display:flex;
		flex-direction:row;
		justify-content:center;
		align-items:center;
		flex-wrap:nowrap;
	}
	.box-wrapper-social{
		display:flex;
		flex-direction:row;
		justify-content:center;
		height:24px;
		align-items:center;
		flex-wrap:nowrap;
	}
	.menu-icon-bloc-0-2-stroke{
		stroke:var(--swatch-var-843)!important;
		fill:var(--swatch-var-843)!important;
	}
	.box-wrapper-social-nav{
		display:flex;
		flex-direction:row;
		justify-content:center;
		height:24px;
		align-items:center;
		flex-wrap:nowrap;
	}
	h4{
		font-size:1.15rem;
	}
	p a:hover{
		color:var(--swatch-var-6488)!important;
		text-decoration:underline!important;
	}
	p a{
		font-size:17px;
		line-height:26px;
		font-family:"Nunito-Regular";
	}
	.rot13{
		text-align:center;
	}
	.rot14{
		text-align:center;
	}
	.flex-box{
		column-gap:30px;
		row-gap:30px;
		flex-direction:column;
	}
	.mini{
	}
	.img-style{
		max-width:300px;
	}
	.blocs-card-width{
		width:50%;
	}
	.img-500{
		max-width:300px;
	}
	
}

@media (max-width: 575px){
	.navbar-logo{
		font-size:18px;
		width:auto;
		height:30px;
	}
	.hero-header-text{
		font-size:50px;
	}
	.smartnav{
	}
	.h1-hero{
		font-size:39px;
	}
	.h1-divider{
		padding-bottom:10px;
		margin-top:-30px;
	}
	h3{
		font-size:1.15rem;
	}
	h2{
		font-size:1.35rem;
	}
	h1{
		font-size:2rem;
	}
	.abstand-oben{
		margin-top:-90px;
	}
	p{
		font-size:16px;
		line-height:24px;
		font-family:"Nunito-Regular";
	}
	.mb-5{
	}
	.menu-icon-bloc-0-2-stroke{
		stroke:var(--swatch-var-843)!important;
		fill:var(--swatch-var-843)!important;
	}
	.img-stamp-logo{
		width:100px;
	}
	.my-text{
		text-align:justify;
	}
	.h3-hero{
		font-size:20px;
		text-shadow:2.30px 1.93px 5px #000000;
	}
	.svg-divider{
		height:20px;
	}
	.max-height{
		max-height:100vh;
	}
	.mobile-up{
		margin-top:-50px;
		margin-bottom:-80px;
	}
	.gradient-bottom{
		height:285px;
	}
	.top-300{
		margin-top:120px;
		margin-bottom:-80px;
	}
	.with-love{
		color:var(--swatch-var-843)!important;
		text-transform:none;
	}
	.dorf-tabelle-container{
		font-size:16px;
		line-height:24px;
		font-family:"ProximaNova-Regular";
	}
	.dorf-tabelle thead th{
		font-size:1.15rem;
	}
	.round-image-border{
		border-radius:10px 10px 10px 10px;
	}
	.footer-logo{
		margin-top:-50px;
		width:80px;
		height:80px;
	}
	.box-wrapper{
		justify-content:space-around;
		align-items:center;
		flex-direction:column;
		flex-wrap:nowrap;
		column-gap:30px;
		height:160px;
	}
	.box-wrapper-social{
		justify-content:center;
		align-items:center;
		flex-direction:row;
		flex-wrap:nowrap;
		align-content:flex-start;
		height:24px;
	}
	.navbar-nav li a:hover{
	}
	.box-wrapper-social-nav{
		justify-content:center;
		align-items:center;
		flex-direction:row;
		flex-wrap:nowrap;
		align-content:flex-start;
		height:24px;
	}
	h4{
		font-size:1.05rem;
		font-family:"Nunito-SemiBold";
	}
	p a{
		font-family:"Nunito-Regular";
		font-size:16px;
		line-height:24px;
		color:var(--swatch-var-1283)!important;
	}
	p a:hover{
		text-decoration:underline!important;
		color:var(--swatch-var-6488)!important;
	}
	.fn-up{
	}
	.rot14{
		text-align:center;
	}
	.flex-box{
		align-items:center;
		justify-content:space-around;
		flex-direction:column;
		flex-wrap:wrap-reverse;
	}
	.mini{
		text-align:justify;
	}
	.img-style{
		width:270px;
		min-width:270px;
	}
	.blocs-card-width{
		width:100%;
	}
	.img-500{
		max-width:300px;
	}
	
}

