/*-----------------------------------------------------------------------------------
    Gärtnerei & Floristik Bernhart
    Website für Gärtnerei und Floristik Bernhart in Telfs, Tirol.
    Author: KONUS
    Version: 2.0
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;}
a,button{transition: background .3s ease-in-out;outline: none!important;}
a:hover{text-decoration: none; cursor:pointer;}
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;}

/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/shared/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:'Roboto-Medium';
	src: url('fonts/Roboto-Medium/Roboto-Medium.ttf');
	src: url('fonts/Roboto-Medium/Roboto-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

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

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

/* = Sections
-------------------------------------------------------------- */

.section{
	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;
}
.section .container{
	padding-left:0;
	padding-right:0;
}

/* Sizes */

.section-lg{
	padding:100px 20px;
}
.section-md{
	padding:50px 20px;
}
.section-sm{
	padding:20px;
}
.section-no-padding{
	padding:0;
}

/* = Full Width Sections
-------------------------------------------------------------- */

.full-width-section{
	padding-left:0;
	padding-right:0;
}
.full-width-section .row{
	margin-left:0;
	margin-right:0;
}
.full-width-section .container{
	width:100%;
	max-width:100%!important;
}
.full-width-section .carousel{
	height:550px;
}
#mainslider .carousel{
	height:calc(100vh - var(--nav-height));
}
#f-slider .carousel,
#g-slider .carousel{
	height:calc(100vh - var(--nav-height) - var(--heading-height));
}
.full-width-section .carousel .carousel-inner,
.full-width-section .carousel .carousel-item{
	height:100%;
}
.full-width-section .carousel img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.full-width-section .carousel .carousel-inner{
	position:relative;
}
.full-width-section .carousel .carousel-item{
	opacity:0;
	transition:opacity 1s ease;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	display:block !important;
	z-index:0;
}
.full-width-section .carousel .carousel-item.active{
	opacity:1;
	z-index:1;
}

/* Edge Dividers */

.section-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.section-divider-top{
	top:-1px;
	align-items: flex-start;
}
.section-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}

/* Section Mask */

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

/* Background Textures */

.section-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-geometry-shapes-2::before{
	background: url("img/shared/texture-geometry-shapes-2.png");
	background-size: 200px 200px;
}

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

/* Light theme */

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

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}

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

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: var(--color-green-dark);
	stroke-width: 2.5px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: var(--color-green-dark);
	stroke-width: 2.5px;
}
.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}
}
/* = Margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}

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

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

button{
	outline: none!important;
}

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

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

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

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

/* = Lightbox (retained for potential future use)
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Frameless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Roboto-Medium";
	font-weight:300;
	font-size:20px;
	line-height:30px;
}
.container{
	max-width:1140px;
}
.footer-link{
	text-align:center;
	font-size:20px;
	margin-bottom:30px;
	color:#FFFFFF!important;
	text-decoration:underline!important;
}
.primary-divider{
	width:150px;
	height:3px;
	background-color:var(--color-black);
	margin:10px auto 40px auto;
}
.primary-btn{
	color:#FEFFFE!important;
}
.hero-sub-heading{
	font-size:20px;
	padding-bottom:0px;
}
.footer-divider{
	background-color:var(--color-black);
	width:40%;
	height:3px;
	margin-top:30px;
	margin-bottom:30px;
}
.info-text{
	font-size:18px;
}
.cap-heading{
	text-transform:uppercase;
}
.feature-icon{
	text-align:center;
}
.primary-icon{
	fill:var(--color-black);
}
.form-btn{
	min-width:200px;
}
.drink-thumb{
	float:left;
	width:50px;
	height:50px;
	border-radius:50px 50px 50px 50px;
}
.menu-grid{
	grid-template-columns:0.20fr 1fr 0.25fr;
	column-gap:13px;
}
.page-heading{
	font-size:100px;
}
.section-fill-mask-2{
	fill:rgba(0,0,0,0.70);
}
.section-fill-mask-3{
	fill:rgba(0,0,0,0.70);
}
h1,h2,h3,h4,h5,h6{
	font-family:"Lato-Light";
}
.navbar-brand img{
	width:300px;
	height:auto;
}
h1{
	font-family:"AlegreyaSans-Bold";
	font-size:60px;
	line-height:60px;
}
h2{
	font-family:"AlegreyaSans-Bold";
	font-size:30px;
	line-height:40px;
}
h3{
	font-family:"AlegreyaSans-Bold";
}
.navbar-nav li a{
	color:var(--color-green-dark)!important;
	font-size:20px;
	text-transform:uppercase;
}
.img-03balkon-style{
	width:323px;
}
.h3-style{
	font-size:40px;
}
.img-foto-style{
	width:360px;
}
.img-gaertner-style{
	width:360px;
}
.p-footer-style{
	line-height:28px;
	font-size:18px;
}
.submenu-float{
	position:relative;
	justify-content:center;
	height:0px;
	bottom:-5rem;
}
.h2-headline{
	font-size:40px;
}
.sublinks{
	text-transform:none;
	text-align:center;
	color:#FFFFFF!important;
	display:flex;
	justify-content:center;
	flex-wrap:nowrap;
}
.sublink-parent{
	display:flex;
	justify-content:center;
	height:0px;
}
.submenu-row{
	align-items:flex-end;
}
.section-divider-b-fill{
	fill:var(--color-white);
	height:60px;
}
.section-divider-b-0-fill{
	fill:var(--color-green-dark);
}
.footer-shape-divider{
	width:100%;
	line-height:0;
	margin-top:-6rem;
	position:relative;
	z-index:10;
}
.footer-shape-divider svg{
	display:block;
	width:100%;
	height:100px;
}
.section-divider-t-fill{
	fill:var(--color-white);
}
h4{
	font-family:"AlegreyaSans-Bold";
}
.header-hight{
	max-height:70vh;
}
.header-text{
	border-radius:10px 10px 10px 10px;
	top:-15rem;
	z-index:1000;
}
#hero-text{
	padding-top:50px;
}
.carousel-column{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.brand-image{
	margin:-4px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	max-height:260px;
}
.p-style{
	width:100%;
}
.section-fill{
	fill:rgba(32,67,37,0.96);
}
.link-impressum-style{
	text-decoration:underline;
}
.link-datenschutz-style{
	text-decoration:underline;
}
.carousel-hight{
	height:50vh;
}
.img-gf-slider{
	align-items:center;
	align-self:center;
}
.masonry-grid{
	columns:3;
	column-gap:10px;
}
.masonry-item{
	break-inside:avoid;
	margin-bottom:10px;
	overflow:hidden;
	cursor:pointer;
}
.masonry-item img{
	width:100%;
	height:auto;
	display:block;
	transition:transform .3s ease;
}
.masonry-item:hover img{
	transform:scale(1.03);
}
.cover-image{
	overflow:hidden;
	position:relative;
	min-height:200px;
}
.cover-image a[data-lightbox]{
	display:block;
	height:100%;
}
.image-in-cover{
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
	max-width:none !important;
	object-fit:cover;
}

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

/* Color Variables */
:root{
    --color-green-sage: rgba(67,115,67,1.00);
    --color-white: rgba(255,255,255,1.00);
    --color-black: rgba(0,0,0,1.00);
    --color-green-dark: rgba(32,67,37,1.00);
    --color-teal: rgba(27,122,124,1.00);
    --color-red: #FF4140;
    --color-green-darkest: #051C08;
    --nav-height: 101px;
    --heading-height: 200px;
}

/* Background Colors */

.bg-white{
	background-color:var(--color-white);
}
.bg-green-dark{
	background-color:var(--color-green-dark);
}
.bg-green-sage{
	background-color:var(--color-green-sage);
}
.bg-black{
	background-color:var(--color-black);
}
.bg-green-darkest{
	background-color:var(--color-green-darkest);
}
.bg-lime{
	background-color:#BCE161;
}
.bg-mint{
	background-color:#e3fce6;
}

/* Text Colors */

.text-white{
	color:var(--color-white)!important;
}
.text-green-sage{
	color:var(--color-green-sage)!important;
}

/* Section Backgrounds */

.bg-02floristik09{
	background-image:url("img/floristik/02floristik09.jpg");
	background-image: -webkit-image-set(url("img/floristik/02floristik09.webp") 1x,
url("img/floristik/02floristik09.webp") 2x);background-image: image-set(url("img/floristik/02floristik09.jpg") 1x,
url("img/floristik/02floristik09.jpg") 2x,url("img/floristik/02floristik09.webp") 1x,
url("img/floristik/02floristik09.webp") 2x);
}
.bg-03gaertnerei06{
	background-image:url("img/gartnerei/03gaertnerei06.jpg");
	background-image: -webkit-image-set(url("img/gartnerei/03gaertnerei06.webp") 1x,
url("img/gartnerei/03gaertnerei06.webp") 2x);background-image: image-set(url("img/gartnerei/03gaertnerei06.jpg") 1x,
url("img/gartnerei/03gaertnerei06.jpg") 2x,url("img/gartnerei/03gaertnerei06.webp") 1x,
url("img/gartnerei/03gaertnerei06.webp") 2x);
}

/* = Social Links
-------------------------------------------------------------- */

.social-link-bric a svg{
	transition: all 0.3s ease-in-out;
}
.social-hover-fade a:hover svg{
	opacity: 0.5;
}
.social-hover-grow a:hover svg{
	transform: scale(1.2);
}
.social-hover-shrink a:hover svg{
	transform: scale(0.9);
}
.social-hover-shadow a:hover svg{
	filter: drop-shadow(0px 6px 2px rgba(0,0,0,0.3));
	overflow: visible;
}

/* = Section Padding Breakpoints
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .section-xxl-sm{padding:200px 20px;}
    .section-xl-sm{padding:150px 20px;}
    .section-lg-sm{padding:100px 20px;}
    .section-md-sm{padding:50px 20px;}
    .section-sm-sm{padding:20px;}
    .section-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .section-xxl-md{padding:200px 20px;}
    .section-xl-md{padding:150px 20px;}
    .section-lg-md{padding:100px 20px;}
    .section-md-md{padding:50px 20px;}
    .section-sm-md{padding:20px 20px;}
    .section-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .section-xxl-lg{padding:200px 20px;}
    .section-xl-lg{padding:150px 20px;}
    .section-lg-lg{padding:100px 20px;}
    .section-md-lg{padding:50px 20px;}
    .section-sm-lg{padding:20px;}
    .section-no-padding-lg{padding:0 20px;}
}

/* = Mobile adjustments
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .section.full-width-section, .section-tile-2.full-width-section .container, .section-tile-3.full-width-section .container, .section-tile-4.full-width-section .container{
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .section{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);}
    .section-group, .section-group .section{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .section-tile-2 .container, .section-tile-3 .container, .section-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;
    }
}

@media (max-width: 991px){
	:root{ --nav-height: 84px; --heading-height: 200px; }
	.menu-grid{
		grid-template-columns:0.20fr 1fr 0.25fr;
	}
	.navbar-nav li a{
		font-size:16px;
		color:var(--color-black)!important;
	}
	.navbar-brand{
		color:#EFFFFF!important;
	}
	.menu-logo-text{
		font-size:40px;
		color:#EFFFFF!important;
		font-weight:normal;
	}
	.submenu-float{
		bottom:-3rem;
	}
	h2{
		font-size:26px;
	}
	.p-footer-p{
		font-size:16px;
	}
	.navbar-brand img{
		width:230px;
	}
	.h2-headline{
		font-size:28px;
	}
	.hero-sub-heading{
		font-size:16px;
		line-height:18px;
	}
	.h2-bernhart-style{
		font-size:36px;
	}
	.carousel-column{
		max-height:500px;
	}
	.header-text{
		top:-5rem;
	}
	.h2-range-style{
		font-size:36px;
	}
	.h2-style{
		font-size:36px;
	}
.p-footer-style{
		font-size:18px;
	}
	.h2-bloc-25-style{
		font-size:30px;
	}
	.h2-hochzeit-style{
		font-size:30px;
	}
	.h2-dekorationen-style{
		font-size:30px;
	}
	.h2-trauer-style{
		font-size:30px;
	}
	.h2-sträuße-style{
		font-size:30px;
	}
	.h2-geschenksideen-style{
		font-size:30px;
	}

}

@media (max-width: 767px){
	:root{ --nav-height: 79px; --heading-height: 100px; }
	.primary-divider{
		margin-bottom:30px;
	}
	.form-btn{
		width:100%;
	}
	.menu-grid{
		grid-template-columns:0.20fr 1fr 0.25fr;
	}
	.logo-style{
		font-size:25px;
	}
	.page-heading{
		font-size:50px;
	}
	.hero-heading{
		font-size:30px;
	}
	.submenu-float{
		bottom:0rem;
	}
	.navbar-nav li a{
		font-size:12px;
		color:var(--color-black)!important;
	}
	h2{
		font-size:24px;
	}
	.p-footer-p{
		font-size:16px;
	}
	.h2-headline{
		font-size:28px;
	}
	.navbar-brand img{
		width:210px;
	}
	.nav-list{
		margin-left:0px;
		margin-right:0px;
		padding-left:0px;
		padding-right:0px;
	}
	.hero-sub-heading{
		font-size:16px;
	}
	.header-text{
		top:-3rem;
	}
	.carousel-column{
		max-height:360px;
	}
	.h2-range-style{
		font-size:24px;
	}
	.p-range-style{
		font-size:18px;
	}
	.p-aktuelles-style{
		font-size:18px;
	}
	.masonry-grid{
		columns:2;
	}
	.h2-style{
		font-size:24px;
	}
	.h2-unser-service-style{
		font-size:24px;
	}
	.p-8-style{
		font-size:18px;
	}
	.h2-bernhart-style{
		font-size:36px;
	}
	.h2-gartentop-style{
		font-size:30px;
	}
	.h2-fruehling-style{
		font-size:30px;
	}
	.h2-balkon-style{
		font-size:30px;
	}
	.h2-gemuese-style{
		font-size:30px;
	}
	.h2-herbstzauber-style{
		font-size:30px;
	}
	.h2-friedhof-style{
		font-size:30px;
	}
	.p-footer-style{
		font-size:20px;
	}
	.h2-bloc-25-style{
		font-size:30px;
	}
	.h2-hochzeit-style{
		font-size:30px;
	}
	.h2-dekorationen-style{
		font-size:30px;
	}
	.h2-trauer-style{
		font-size:30px;
	}
	.h2-sträuße-style{
		font-size:30px;
	}
	.h2-geschenksideen-style{
		font-size:30px;
	}

	/* Small Text Margin Offsets */
	.mg-lg-sm{
		margin-top: 10px;
		margin-bottom:40px;
	}

}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.menu-grid{
		grid-template-columns:0.20fr 1fr 0.25fr;
		column-gap:7px;
	}
	.menu-price{
		font-size:16px;
	}
	.menu-item-title{
		font-size:21px;
	}
	.drink-thumb{
		width:30px;
		height:30px;
	}
	.menu-item-info{
		font-size:15px;
	}
	.hero-sub-heading{
		font-size:14px;
	}
	h2{
		font-size:22px;
	}
	.p-footer-style{
		font-size:16px;
	}
	.p-footer-p{
		font-size:16px;
		line-height:24px;
	}
	.h2-headline{
		font-size:22px;
		text-align:center;
		line-height:26px;
	}
	.navbar-brand img{
		width:210px;
	}
	.navbar-nav li a{
		color:var(--color-black)!important;
	}
	.section-divider-b-fill{
		height:30px;
	}
	.section-divider-t-fill{
		height:30px;
	}
	.h3-style{
		line-height:40px;
	}
.header-text{
		top:-2rem;
	}
	.carousel-hight{
		max-height:350px;
	}
	.full-width-section .carousel{
		height:350px !important;
	}
	.header-text-row{
		height:auto;
	}
	.p-range-style{
		font-size:16px;
		line-height:24px;
	}
	.p-aktuelles-style{
		font-size:16px;
		line-height:24px;
	}
	.masonry-grid{
		columns:1;
	}
	.p-8-style{
		font-size:16px;
		line-height:24px;
	}
	.p-gartentop-style{
		font-size:16px;
		line-height:24px;
	}
	.p-fruehling-style{
		font-size:16px;
		line-height:24px;
	}
	.p-balkon-style{
		font-size:16px;
		line-height:24px;
	}
	.p-gemuese-style{
		font-size:16px;
		line-height:24px;
	}
	.p-39-style{
		font-size:16px;
		line-height:24px;
	}
	.p-40-style{
		font-size:16px;
		line-height:24px;
	}
	.p-41-style{
		font-size:16px;
		line-height:24px;
	}
	.p-42-style{
		font-size:16px;
		line-height:24px;
	}
	.p-herbst-style{
		font-size:16px;
		line-height:24px;
	}
	.p-friedhof-style{
		font-size:16px;
		line-height:24px;
	}
	.p-bloc-25-style{
		font-size:16px;
		line-height:24px;
	}
	.p-hochzeit-style{
		font-size:16px;
		line-height:24px;
	}
	.p-deko-style{
		font-size:16px;
		line-height:24px;
	}
	.p-trauer-style{
		font-size:16px;
		line-height:24px;
	}
	.p-strausse-style{
		font-size:16px;
		line-height:24px;
	}
	.p-geschenksideen-style{
		font-size:16px;
		line-height:24px;
	}

}
