/*
Theme Name: innsit GmbH 2024 Theme
Theme URI: https://www.innsit.at/
Author: innsit GmbH
Author URI: https://www.innsit.at/
Description: Das offizielle Theme von innsit.

Version: 2024.1
© innsit GmbH
*/

:root {
	--bs-body-bg: #fff !important;
	--bs-heading-color: black !important;
	--bs-body-font-family: Poppins !important;
	--bs-body-font-weight: 500 !important;
	--bs-body-color: #6b6b6b !important;
	--bs-border-color: #131517 !important;
	/*--bs-border-radius: 0 !important;*/
	--bs-modal-bg: #131517 !important;
	
	--background-color: #07090B;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline
}

html {
	scroll-behavior: smooth
}

body {
	line-height: 1
}

a {
	text-decoration: none !important;
}

a[href^="tel"] {
	color: inherit;
	text-decoration: none
}

button {
	outline: 0
}

.close {
	color: white;
	background: none;
	border: none;
	font-size: ;
	font-weight: bold;
	font-size: 20px;
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

q {
	display: inline;
	font-style: italic
}

q:before {
	content: '"';
	font-style: normal
}

q:after {
	content: '"';
	font-style: normal
}

textarea,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff!important;
	border: 1px solid rgba(0,0,0,0.2) !important;
}

input[type="search"] {
	-webkit-appearance: textfield
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

th,
td {
	padding: 2px
}

big {
	font-size: 120%
}

small,
sup,
sub {
	font-size: 80%
}

sup {
	vertical-align: super
}

sub {
	vertical-align: sub
}

dd {
	margin-left: 20px
}

kbd,
tt {
	font-family: courier;
	font-size: 12px
}

ins {
	text-decoration: underline
}

del,
strike,
s {
	text-decoration: line-through
}

dt {
	font-weight: bold
}

address,
cite,
var {
	font-style: italic
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent
}

body,
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	background: var(--background-color);
	/* font-family: 'poppinsregular' !important; */
	color: #6b6b6b !important;
	scroll-behavior: smooth;
	text-align: center;
}

.min-vh-80{
	height: 85vh;
}

/*
##########################################
GLOBAL SPACERS
##########################################
*/

.spacer-12rem {
	display: inline-block;
	width: 100%;
	height: 12rem;
}

.spacer-9rem {
	display: inline-block;
	width: 100%;
	height: 9rem;
}

.spacer-8rem {
	display: inline-block;
	width: 100%;
	height: 8rem;
}

.spacer-5rem {
	display: inline-block;
	width: 100%;
	height: 5rem;
}

.spacer-2rem {
	display: inline-block;
	width: 100%;
	height: 2rem;
}


.space-t5-b5 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.space-t8-b8 {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.space-t8-b2 {
	padding-top: 8rem;
	padding-bottom: 2rem;
}

.space-t8 {
	padding-top: 8rem;
}

#content {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	overflow: hidden;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

@media(max-width: 991.98px) {
	#content {
		width: 100%;
		margin-left: 0vw;
		margin-right: 0vw;
		box-shadow: 0px !important;
	}
}

.highlight {
	color: #2CA9DF;
}

.keyword{
	background: #0e1012;
}

.h-80{
	height: 80%;
}

w-50{
	width: 50%;
}

/*
##########################################
BUTTONS
##########################################
*/

button.button,
a.button {
	display: inline-flex;
	background: black;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: calc(1rem + 0.2vw)!important;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.0675rem;
	text-transform: uppercase;
	padding: 14px 32px;
	border: 2px solid rgba(51, 51, 51, 0.49);
	background: #08226c;
	transition: .3s ease;
}

.btn-highlight{
	border: solid 2px #2CA9DF!important;
	color: #2CA9DF!important;
}

button.button:hover,
a.button:hover {
	border-color: white;
	color: white;
	transform: scale(1.05);
}

.btn-highlight{
	border-color: #2CA9DF!important;
	color: #2CA9DF!important;
}

/*
##########################################
CAROUSEL
##########################################
*/

.carousel-item {
	background-color: var(--bs-modal-bg);	
}

/*
##########################################
HEADINGS
##########################################
*/

h1 {
	font-family: Poppins;
	font-size: calc(1.5rem + 1.5vw)!important; /*3.875rem */
	font-style: normal;
	font-weight: 600 !important;
	line-height: 120% !important;
	letter-spacing: 0.2325rem;
	text-transform: uppercase;
	word-wrap: break-word;
  	max-width: 100%;	
	margin: 0.5rem 0 0 0;
}

.header h1{
	background: rgba(60, 80, 139, 0.8);
	padding: 0.75rem 1.25rem;
	text-align: left;
	width: fit-content;
	margin: 0.5rem 0 0 0;
}

h2 {
	font-family: Poppins;
	font-size: calc(1.5rem + 1vw)!important; 
	font-style: normal;
	font-weight: 600 !important;
	line-height: 120% !important;
	letter-spacing: 0.18;
	text-transform: uppercase;
	word-wrap: break-word;
  	max-width: 100%;
}

h3 {
	text-align: center;
	font-family: Poppins;
	font-size: calc(0.8rem + 0.7vw)!important; 
	font-style: normal;
	font-weight: 600 !important;
	line-height: 120% !important;
	text-transform: uppercase;
	word-wrap: break-word;
  	max-width: 100%;
}


h4 {
	text-align: center !important;
	font-family: Poppins !important;
	font-size: calc(1.2rem + 0.2vw) !important; 
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: 120% !important;
	text-transform: uppercase !important;
	word-wrap: break-word;
  	max-width: 100%;
}

h5 {
	color: #FFF !important;
	font-family: Poppins !important;
	font-size: calc(1.2rem + 0.4vw)!important; 
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: normal !important;
	letter-spacing: 0.06rem !important;
	text-transform: uppercase !important;
	word-wrap: break-word;
  	max-width: 100%;
}


h6 {
	display: inline-block;
	font-weight: 600 !Important;
	/*font-size: 1.3rem !important;*/
	color: #375853 !important
}

p{
	font-size: calc(0.9rem + 0.2vw)!important; 
	color: #000;
	font-weight: 400;
}

strong{
	font-size: calc(1rem + 0.2vw)!important; 
	font-weight: 600!important;
}

.header .accent{
	background: rgba(146, 177, 54, 0.8);
	padding: 0.75rem 1.25rem;
	text-align: left;
	width: fit-content;
	display: block;
}

.color-white{
	color: #fff!important;
}

.color-accent{
	color: #92b136!important;
}

.color-main{
	color: #08226c!important;
}

.bg-accent{
	background: #92b136!important;
}

.bg-main{
	background: #08226c!important;
}

.minh-100{
	min-height: 100%;
	max-height: 130%;
}

.minw-100{
	min-width: 100%;
	max-width: 130%;
}

/*
##########################################
GENERAL TRANSITIONS
##########################################
*/
a,
header,
.service-image,
.service-image-overlay,
.service-image-wrapper .bi,
.dropdown-menu,
footer ul li .nav-link,
.blog-image-wrapper img,
.image-effect-layer .bi,
.image-effect-layer,
#lightgallery a::before,
#lightgallery a img,
.garden-button-1,
.category-filter select,
.eventlink img,
.gastro-image img,
.wrapper-gastro-info-block,
.gastro-image::before,
#menu-hauptmenue li a {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

@media screen and (max-width: 767px) {
	[data-aos-delay] {
		transition-delay: 0s !important;
	}
}


/*
##########################################
HEADER
##########################################
*/

.header-section, .privatkunden, .gewerbekunden{
	margin: 50px 0 0 0;
	padding: 50px 0 15rem 0;
}

.header-section{
	background: url("img/startseite/paul_koenigsberger.jpg") no-repeat 50% 25% / cover;
}

.img-Gewerbekunden, .img-Privatkunden, .img-Finanzierung-Leasing{
	background: url("img/startseite/paul_koenigsberger.jpg") no-repeat 50% 25% / cover;	
}

header {
	position: fixed;
	display: block;
	z-index: 100;
	left: 0px;
	top: 0px;
	height: 300px;
	width: 100%;
	padding-top: 30px;
}

.navbar-brand img{
	height: 3rem;
}

.dropdown-toggle::after{
	display: none!important;
}

.nav-link {
	color: #FFF;
	font-family: Poppins;
	font-size: 1.2rem!important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: normal !important;
	letter-spacing: 0.06rem !important;
	text-transform: uppercase !important;
	position: relative;
}

.nav-link:before {
	content: '';
	position: absolute;
	bottom: 0.5rem;
	left: 0;
	width: 0%;
	height: 1.5px;
	background: white;
	transition: .3s;
}

.nav-link:after {
	content: '';
	position: absolute;
	bottom: 0.5rem;
	right: 0;
	width: 0%;
	height: 1.5px;
	background: white;
	transition: .3s;
}

.nav-link:hover::before {
	transform: translateX(99%);
	width: 50%;
}

.nav-link:hover::after {
	transform: translateX(-99%);
	width: 50%;
}

@media only screen and (max-width: 990px) {
  .nav-link, .navBtn {
    margin: 12px 0;
  }
}


/*
##########################################
NAVIGATION
##########################################
*/

nav {
	background: #fff;
}

@media screen and (max-width: 500px) {
	nav.navbar {
		padding: 0!important;

	}
}

.navbar a.logo{
	background: white;
  	padding: calc(0.7rem + 0.25vw) calc(1.5rem + 0.3vw);
}

.navbar a.logo img{
	height: calc(30px + 1.5vw);
}

.navbar a.navBtn{
	border: none;
	background: #08226C;
	color: #fff;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


/*
##########################################
Sidebar
##########################################
*/
#sidebar {
	display: none;
}



/*
##########################################
FRONT PAGE
##########################################
*/

#home-img {
	position: absolute;
	top: 25vh;
	right: 7vw;
}

@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.slider {
  margin: calc(2.5rem + 3vw) 0 0 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.slider:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.slider:before {
  left: 0;
}

.slider:after {
  right: 0;
}

.slider .logos {
  display: inline-block;
  animation: 100s slides infinite linear;
}

.slider:hover .logos {
  animation-play-state: paused;
}

.logos img{
	filter: brightness(0) invert(1);
  height: 3rem;
	padding: 0 3rem;
}

.card{
	background: #92B136!important;
	border: none!important;
}

.card h4{
	word-break: break-word;
}

.card-title {
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	text-transform: uppercase;
}

.card-text {
	/* color: #ADADAD; */
	text-align: center;
	font-family: Poppins;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.card .card-img-top {
	transition: .3s ease;
	border-radius: var(--bs-card-inner-border-radius);
}

.card:hover .card-img-top {
	transform: scale(1.05);
}

.card-img {
	object-fit: cover;
	height: 500px;
}

.foerderungen .card img{
	max-width: 90%;
}

.card-img-overlay h4{
	font-size: calc(1.2rem + 0.6vw)!important; 
	position: absolute;
 	bottom: 10%;
}

.dark-overlay {
	background: rgba(0, 0, 0, 0.6);
	/* backdrop-filter: blur(3px); */
	border-radius: 0!important;
}

.card .dark-overlay .button {
	backdrop-filter: blur(5px);
	background: transparent;
	border-color: #2CA9DF;
	color: #2CA9DF;
}

.card .more {
	padding: 25px;
	opacity: 1;
	z-index: 1;
	background: #0e1012;"
}

.card .more .button {
	color: #2ca9df;
  	border: 2px solid #2ca9df;
}

.hover-scale {
	transition: .3s ease;
}

.hover-scale:hover {
	transform: scale(1.05);
}

.article-card {
	background-color: white !important;
	cursor: pointer;
	border: 1px solid rgba(0,0,0,0.2)!important;
}

.article-card h4, .article-card h5{
	color: black!important;
}

.article-card img {
	height: 250px;
	object-fit: contain;
}

.article-card h4 {
	font-size: 1.4rem!important;
}

.blog h2{
	margin: 20px 0;
	font-size: calc(1.5rem + 0.5vw) !important;	
}

#blog-content h3{
	color: white!important;
	font-size: calc(1.5rem + 0.6vw) !important;	
	margin: 3rem 0 1.5rem 0;
}

#blog-content p{
	font-size: 1.3rem!important;
}

#blog-content blockquote p{
	color: #2CA9DF;
	font-size: 1.5rem !important;
}

section.why-us {
	padding: 5rem 0 2rem 0;
}

section.why-us .col-md-8{
	background: #08226c;
	padding: 2rem 8%;
}

.form-group label{
	color: #000;
}

.icon-cube{
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 1.2rem;
}

.icon-cube i {
  font-size: 2.5rem;
}

/*
##########################################
Footer
##########################################
*/

.formular-banner{
	padding: 3rem 0;
	background: #3C508B;
	color: #fff;
}

.formular-banner a{
	color: #fff;
	font-size: 1.5rem;
}

footer {
	color: #3C508B;
	padding-bottom: 6rem;
	background: #fff;
}

footer a {
	color: #3C508B;
	font-family: Poppins;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.09rem;
	text-transform: uppercase;
	transition: all .3s ease;
}

footer a.small{
	font-size: 0.8rem;	
}

footer a:hover {
	color: #3C508B;
}

footer .contact {
	color: #3C508B;
	text-align: center;
	font-family: Poppins;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.0675rem;
	border: 2px solid rgba(51, 51, 51, 0.49);
}

footer .contact a{
	font-size: 1.125rem;
	text-transform: inherit;
}

footer .contact.contact-center {
	border-left: none;
	border-right: none;
}

@media screen and (max-width: 767px) {
	footer .contact.contact-center {
		border-left: 2px solid rgba(51, 51, 51, 0.49);
		border-right: 2px solid rgba(51, 51, 51, 0.49);
		border-top: none;
		border-bottom: none;
	}
}

footer .anschrift {
	color: #3C508B!important;
	font-family: Poppins;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.0675rem;
	text-transform: uppercase;
}

footer .anschrift p{
	color: #3C508B!important;
}

footer .bold {
	font-weight: 700;
}

footer .title {
	color: #3C508B;
	font-family: Poppins;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.0675rem;
	text-transform: uppercase;
}

footer .footer-link {
	line-height: 3rem;
}

footer .footer-link:hover {
	border-color: #3C508B;
}

#footer-copyright {
	color: rgba(60, 80, 139, 0.3);
	text-align: center;
	font-family: Poppins;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.0675rem;
	text-transform: uppercase;
}

/* footer {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	background: #fff;
	padding-bottom: 100px;
	padding-top: 60px;
} */

@media (min-width: 992px) and (max-width: 1199.98px) {
	footer {
		font-size: 14px;
	}
}

footer li {
	list-style-type: none;
}

footer p {
	display: inline-block;
	width: 100%;
}

footer h3 {
	width: 100%;
	border-bottom: 2px solid #375853;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.footerlogo-gartenzeit-wolfsegg {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	margin-bottom: 40px;
}

.footerlogo-gartenzeit-wolfsegg img {
	display: inline-block;
	width: 100%;
}

/*Footer MENUS*/
footer ul {
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
}

footer ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}

footer ul li .nav-link {
	display: inline-block;
	width: 100%;
	padding: 15px;
	border-bottom: 2px solid #f7f7f7;
	color: #6b6b6b;
	padding-left: 25px;
}

footer ul li .nav-link:hover,
footer ul li .nav-link:active,
footer ul li .nav-link:focus {
	border-bottom: 2px solid #375853;
	color: #375853;
	padding-left: 35px !important;
}

/*Footer Navigation 2*/
.footer-line {
	font-size: 12px;
	margin-top: 30px;
	font-style: italic;
	padding-top: 30px;
}




/*
##########################################
FADEIN EFFECT
##########################################
*/
@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Internet Explorer */
@-ms-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Opera < 12.1 */
@-o-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}


/*
##########################################
LOADING SPINNER
##########################################
*/
#loading-page {
	position: fixed;
	z-index: 51d1d1d;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: var(--background-color);
	z-index: 1000;
}

#loading-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
}

#loading {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 3px solid var(--bs-border-color);
	border-radius: 50%;
	border-top-color: #2CA9DF;
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}
