/*=======================================================================================
	SETTINGS / VARIABLEN
=======================================================================================*/
@import url(slick.css);
@import url(slick-theme.css);
@import url(lightbox.css);

/*===========================================================================
	Fonts
===========================================================================*/

@import url(fontawesome.css);
@import url(fonts.css);

	
	/*===========================================================================
		Reset
	===========================================================================*/
	
	html { overflow-y: scroll;}
	
	body, div,
	h1, h2, h3, h4, h5, h6,
	p, blockquote, pre, code,
	ul, ol, li,
	table, th, td,
	form, fieldset, legend, input, textarea {
		padding: 0; margin: 0;
	}
	
	/*===========================================================================
		Abstände restaurieren
	===========================================================================*/
	
	h1, h2, h3, h4, h5, h6 {margin-bottom: 0.3em;}
	
	p, blockquote, pre,
	ul, ol {
		margin-bottom: 1em;
	}
	ul, ol {margin-left: 1em;}
	ul ul, ul ol, ol ol, ol ul {margin-bottom: 0;}
	blockquote {margin: 1em 2em;}
	

/*===========================================================================
	Schriften, Links, Elemente
===========================================================================*/

:root{
    scrollbar-color: rgb(210,210,210) #111 !important;
    scrollbar-width: thin !important;
	-webkit-scrollbar-color: rgb(210,210,210) #111 !important;
    -webkit-scrollbar-width: thin !important;
	-moz-scrollbar-color: rgb(210,210,210) #111 !important;
    -moz-scrollbar-width: thin !important;
  }


body {
	font-family: 'Inter', sans-serif;
	font-size: 1em;
	overflow-x: hidden;
}

p {
	font-size: 1em;
}

a:link, a:visited {
	color: rgb(70, 70, 70);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 2rem;
	font-weight: bold;
}

h2 {
	font-size: 1.8rem;
	font-weight: normal;
}

h3 {
	font-size: 1.5rem;
	font-weight: bold;
}

h4 {
	font-size: 1.3rem;
	font-weight: normal;
}

h5 {
	font-size: 1rem;
	font-weight: bold;
}

h6 {
	font-size: 1em;
	font-weight: normal;
}

hr {
	border: 1px solid #777;
	margin: 30px 0;
}

hr.dashed {
	border: 1px dashed #ccc;
	margin: 30px 0;
}

blockquote {
	margin-left: 2rem;
	color: #777;
}

blockquote:before {
	content: "»";
	margin-right: 0.3rem;
}

blockquote:after {
	content: "«";
	margin-left: 0.3rem;
}

.txt-small {
	font-size: 0.8rem;
}

code {
	background-color: #111;
	color: #f1f1f1;
	font-family: 'Consolas', 'Courier New', Courier, monospace;
	line-height: 1.2;
}

.btn {
	font-family: 'Inter'!important;
	font-size: 1.2rem;
	padding: 8px 10px;
	border: none;
	transition: background 0.4s ease-in-out;
	cursor: pointer;
}

.btn-primary {
	background-color: #111;
	color: #f1f1f1;
}

.btn-primary:hover {
	background-color: #777;
}

.btn-secondary {
	background-color: #777;
	color: #fff;
}

.btn-secondary:hover {
	background-color: #ccc;
}

.btn-xl {
	font-size: 1.8rem;
	padding: 10px 15px;
}

.btn-xxl {
	font-size: 2.5rem;
	padding: 12px 18px;
}

.btn-sm {
	font-size: 0.8rem;
	padding: 0.15rem 8px;
}

.btn-rounded {
	border-radius: 5px;
}

.btn-pill {
	border-radius: 50px;
	padding: 8px 15px;
}

.btn-line {
	background-color: transparent;
	border-top: 2px solid #111;
	border-bottom: 2px solid #111;
}

.btn-line-secondary {
	background-color: transparent;
	border-top: 2px solid #777;
	border-bottom: 2px solid #777;
	color: #777;
}

.btn-line:hover, .btn-line-secondary:hover {
	background-color: #eee;
}

.icon-lg {
	font-size: 3rem;
}

.icon-xl {
	font-size: 5rem;
}

.icon-xxl {
	font-size: 8rem;
}

.iconflex {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.iconflex div, .iconflex span {
	display: block;
	margin: 10px;
}

.icontext {
	text-align: center;
}

.icontext-wrapper {
	width: calc(25% - 20px);
	min-width: calc(25% - 20px);
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.pb-150 {
   padding-bottom: 150px;
}

.my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
}

.mt-150 {
    margin-top: 150px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mt-small {margin-top: 10px;}

/*===========================================================================
	Module: Wrapper
===========================================================================*/

.wrapper-1600 {
	max-width: 1600px;
	width: 95%;
	margin: 0 auto;
}

.wrapper-1200 {
	max-width: 1200px;
	width: 95%;
	margin: 0 auto;
}

.wrapper-90p {
	width: 90%;
	margin: 0 auto;
}

/*===========================================================================
	Module: Navbar
===========================================================================*/

.navbar {
	display: flex;
	flex-wrap: wrap;
	background-color: #111;
	font-size: 1.3rem;
}

.navbar .nav-element a:link, .navbar .nav-element a:visited,
.navbar .dropdown-parent {
	cursor: pointer;
	display: inline-block;
	padding: 8px 15px;
	background-color: #111;
	transition: background 0.4s ease-in-out;
	color: #f1f1f1;
}

.navbar .nav-element a:hover, .navbar .dropdown-parent:hover {
	background-color: #777;
	text-decoration: none;
	transition: background 0.2s ease-in-out;
}

.navbar .dropdown-parent {
	position: relative;
}

.navbar .dropdown-menu {
	visibility: hidden;
	opacity: 0;
	height: 0;
	padding: 0;
	margin-top: 8px;
	left: 0;
	position: absolute;
	z-index: 999;
	background-color: #eee;
}

.navbar .dropdown-parent:hover > .dropdown-menu {
	visibility: visible;
	opacity: 1;
	height: auto;
	transition: opacity 0.2s ease-in-out;
}

.dropdown-menu a:link {
	background-color: #eee;
}

.navbar .dropdown-element {
	font-size: 1rem;
	padding: 8px 15px;
}

.navbar .nav-active {
	background-color: #777!important;
}

#navbar-navbutton {
	display: none;
	padding: 8px 15px;
	background-color: #ccc;
	cursor: pointer;
	font-size: 1.3rem;
}

/*===========================================================================
	Module: Navblock / Vertikal
===========================================================================*/

.navblock {
	background-color: #111;
	font-size: 1.3rem;
}

.navblock .nav-element a:link, .navblock .nav-element a:visited  {
	display: block;
	padding: 5px 10px;
	background-color: #111;
	transition: background 0.4s ease-in-out;
	color: #f1f1f1;
}

.navblock .nav-element a:hover {
	background-color: #777;
	text-decoration: none;
	transition: background 0.2s ease-in-out;
}

.navblock .nav-active {
	background-color: #777!important;
}

#navblock-navbutton {
	display: none;
	padding: 5px 10px;
	background-color: #ccc;
	cursor: pointer;
	font-size: 1.3rem;
}

/*===========================================================================
	Module: Offcanvas Navigation
===========================================================================*/

.offcanvas {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	padding-top: 60px;
	transition: 0.5s;
	z-index: 1000;
  }
  
  .offcanvas a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
  }
  
  .offcanvas a:hover, .offcanvas .nav-active {
	color: #f1f1f1;
  }

  .offcanvas .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
  }

  #offcanvas-navbutton {
	padding: 5px 10px;
	background-color: #ccc;
	cursor: pointer;
	font-size: 1.3rem;
}

  #main {
	transition: margin-left .5s;
	padding: 20px;
  }
  
  @media screen and (max-height: 450px) {
	.offcanvas {padding-top: 15px;}
	.offcanvas a {font-size: 18px;}
  }

/*===========================================================================
	Module: Floating Navigation
===========================================================================*/

.floating-nav-wrapper {
	position: relative;
}

#floating-navbutton {
	padding: 5px 10px;
	background-color: #ccc;
	cursor: pointer;
	font-size: 1.3rem;
}

.floating-nav {
	background-color: #111;
	font-size: 1.3rem;
	display: none;
	margin-top: 3px;
	position: absolute;
	z-index: 999;
}

.floating-nav .nav-element a:link, .floating-nav .nav-element a:visited  {
	display: block;
	padding: 5px 10px;
	background-color: #111;
	transition: background 0.4s ease-in-out;
	color: #f1f1f1;
}

.floating-nav .nav-element a:hover {
	background-color: #777;
	text-decoration: none;
	transition: background 0.2s ease-in-out;
}

.floating-nav .nav-active {
	background-color: #777!important;
}

#floating-nav-closer {
	color: #f1f1f1;
	cursor: pointer;
	padding: 8px 10px;
	font-size: 0.8rem;
	text-transform: uppercase;
}

#floating-nav-closer:hover {
	color: red;
}

/*===========================================================================
	Module: Slider mit Textoverlay
===========================================================================*/

.hero-slider {
	width: 100%;
}

.hero-slide {
	height: 600px;
	overflow: hidden;
	position: relative;
}

.hero-slide img {
	position: absolute;
	object-fit: cover;
	-ms-object-fit: cover;
	height:100%;
	width: 100%;
	z-index: 1;
}

.hero-slider-text {
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 40%;
	font-size: 4rem;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
	color: #fff;
	text-align: center;
	padding: 0 25px;
	box-sizing: border-box;
}

/*===========================================================================
	Module: Hero mit Parallax
===========================================================================*/

.hero-parallax {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.parallax-window {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}


.hero-parallax-text {
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 40%;
	font-size: 4rem;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
	color: #fff;
	text-align: center;
	padding: 0 25px;
	box-sizing: border-box;
}

/*===========================================================================
	Module: Spalten
===========================================================================*/

.row50, .row33, .row25 {
	display: flex;
	flex-wrap: nowrap;
	margin: 0 -25px;
	overflow-x: hidden;
}

.col50 {
	box-sizing: border-box;
	width: 50%;
	max-width: 50%;
	margin: 0 25px;
}

.col33 {
	box-sizing: border-box;
	width: 33.333%;
	max-width: 33.333%;
	margin: 0 25px;
}

.col66 {
	box-sizing: border-box;
	width: 66.666%;
	max-width: 66.666%;
	margin: 0 25px;
}

.col25 {
	box-sizing: border-box;
	width: 25%;
	max-width: 25%;
	margin: 0 25px;
}

.col75 {
	box-sizing: border-box;
	width: 75%;
	max-width: 75%;
	margin: 0 25px;
}

/*===========================================================================
	Module: Störer
===========================================================================*/

.stoerer {
	background-attachment: fixed;
	background-size: cover;
	height: 400px;
	width: 100%;
	margin: 50px 0;
	position: relative;
}

.stoerer-filter {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,0.6);
	z-index: 1;
}

.stoerer-text {
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 40%;
	font-size: 2.5rem;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
	color: #fff;
	text-align: center;
	padding: 0 25px;
	box-sizing: border-box;
}

/*===========================================================================
	Module: Item-Slider
===========================================================================*/

.slider-item {
	box-sizing: border-box;
	padding: 10px 5px;
	height: 250px;
	cursor: grab;
}

.slider-item:active {
	cursor: grabbing;
}

.slider-item-cover img {
	object-fit: cover;
	-ms-object-fit: cover;
	width: 100%;
	height: 100%;
}

.slider-item-contain img {
	object-fit: contain;
	-ms-object-fit: contain;
	object-position: center;
	width: 100%;
	height: 100%;
}

/*===========================================================================
	Module: Auswahl-Kacheln
===========================================================================*/

.kacheln {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin: 0 -15px;
}

.kacheln .outer-box {
	overflow: hidden;
	width: calc(25% - 30px);
	min-width: 300px;
	height: 300px;
	cursor: pointer;
	flex-grow: 3;
	margin: 15px;
}

.kacheln .inner-box {
	position: relative;
	width: 100%;
	height: 100%;
}

.kacheln .background {
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: 0.7s filter ease-in-out,
				0.5s transform ease-in-out;	
}

.kacheln .text {
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
	font-size: 1.8rem;
	z-index: 2;
}

.kacheln .inner-box:hover > .background {
	filter: blur(10px);
	transform: scale(1.2);
	transition: 0.5s filter ease-in-out,
				0.3s transform ease-in-out;	
}

/*===========================================================================
	Module: Auswahl-Kacheln
===========================================================================*/

.logo-galerie {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.gal-logo {
	height: 80px;
	margin: 15px;
	padding: 15px;
	border: 1px solid #ccc;
	background-color: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.gal-logo img {
	object-fit: contain;
	-ms-object-fit: contain;
	width: 100%;
	height: 80px;
}

/*===========================================================================
	Module: Cards
===========================================================================*/

.cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-left: -15px;
	margin-right: -15px;
}

.card {
	box-sizing: border-box;
	border: 1px solid #ccc;
	background-color: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	margin: 15px;
	min-width: 250px;
	max-width: 50%;
}

.card-img {
	overflow: hidden;
	height: 250px;
}

.card-img img {
	object-position: center;
	object-fit: cover;
	-ms-object-fit: cover;
	height: 100%;
	width: 100%;
}

.card-body {
	padding: 15px;
}

.card25 {
	width: calc(25% - 30px);
	max-width: 50%;
	min-width: calc(25% - 30px);
}

.card33 {
	width: calc(33% - 30px);
	max-width: 50%;
	min-width: calc(33% - 30px);
}

.card50 {
	width: calc(50% - 30px);
	max-width: 50%;
	min-width: calc(50% - 30px);
}

/*===========================================================================
	Module: Modal
===========================================================================*/

.modal {
	display: none;
	position: fixed;
	z-index: 1001;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.8);
  }
  
  .modal-content {
	position: relative;
	background-color: #f1f1f1;
	margin: auto;
	padding: 20px;
	border: 1px solid #777;
	width: 80%;
	top: 10%;
	animation-name: modalanimation;
  	animation-duration: 0.4s
  }

  .modal-bottom {
	display: none;
	position: fixed;
	z-index: 1001;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.8);
  }
  
  .modal-bottom-content {
	position: absolute;
	background-color: #f1f1f1;
	margin: auto;
	padding: 20px;
	border: 1px solid #777;
	width: 100%;
	box-sizing: border-box;
	top: auto;
	bottom: 0;
	animation-name: modalanimation2;
  	animation-duration: 0.4s
  }
  
  .close {
	color: red;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
  }

  @keyframes modalanimation {
	from {top: -300px; opacity: 0}
	to {top: 10%; opacity: 1}
  }

  @keyframes modalanimation2 {
	from {bottom: -300px; opacity: 0}
	to {bottom: 0; opacity: 1}
  }

/*===========================================================================
	Module: Galerie
===========================================================================*/

.galerie {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
	box-sizing: border-box;
}

.galbox {
	overflow: hidden;
	height: 250px;
	margin: 5px;
	flex-grow: 3;
	transition: filter 0.5s ease-in-out;
}

.galbox img {
	object-fit: cover;
	-ms-object-fit: cover;
	height: 100%;
	width: 100%;
}

.galbox:hover {
	filter: brightness(110%);
	transition: filter 0.2s ease-in-out;
}

.galerie20 .galbox {
	width: calc(20% - 10px);
	min-width: calc(20% - 10px);
	max-width: 25%;
}

.galerie25 .galbox {
	width: calc(25% - 10px);
	min-width: calc(25% - 10px);
	max-width: 33.333%;
}

.galerie33 .galbox {
	width: calc(33.333% - 10px);
	min-width: calc(33.333% - 10px);
	max-width: 50%;
}


/*===========================================================================
	Module: Accordion
===========================================================================*/

.accordion-wrapper {
	margin: 10px 0 30px 0;
}

.accordion {
   font-family: 'Inter';
   background-color: #eee;
   color: #111;
   font-size: 1.2rem;
   cursor: pointer;
   padding: 18px;
   width: 100%;
   text-align: left;
   border: none;
   outline: none;
   transition: 0.4s;
 }
 
 .active, .accordion:hover {
   background-color: #ccc;
 }
 
 .panel {
   padding: 0;
   background-color: white;
   max-height: 0;
   overflow: hidden;
   transition: max-height 0.2s ease-out;
   border: 1px solid #ccc;
 } 

 .panelbody {
   padding: 15px;
 }

 .accordion:after {
   content: '\02795'; /* Unicode character for "plus" sign (+) */
   font-size: 13px;
   color: #ccc;
   float: right;
   margin-left: 5px;
 }
 
 .active:after {
   content: "\2796"; /* Unicode character for "minus" sign (-) */
 }

 /*===========================================================================
	Module: Footer
===========================================================================*/

.footer-dark {
	background-color: #111;
	color: #f1f1f1;
	padding-top: 35px;
	padding-bottom: 45px;
}

.flexfooter {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.footer-dark a:link, .footer-dark a:visited {
	text-decoration: underline;
	color: #f1f1f1!important;
}

.footer-col {
	padding-left: 25px;
	padding-right: 25px;
}




/*===========================================================================
	RESPONSIVE STYLES
===========================================================================*/

@media only screen and (max-width: 1200px) {

	.hero-slider-text, .hero-parallax-text {
		font-size: 3rem;
	}

}

@media only screen and (max-width: 968px) {

	.hero-slider-text, .hero-parallax-text {
		font-size: 2.5rem;
	}

	.row25 {
		flex-wrap: wrap;
	}

	.col25, .col75 {
		width: calc(50% - 50px);
		max-width: calc(50% - 50px);
		margin: 12.5px 25px;
	}

	.card25 {
		width: calc(50% - 30px);
		max-width: 50%;
		min-width: calc(50% - 30px);
	}

	.galerie20 .galbox {
		width: calc(25% - 10px);
		min-width: calc(25% - 10px);
		max-width: 33.333%;
	}

	.flexfooter {
		flex-wrap: wrap;
	}

	.footer-col {
		box-sizing: border-box;
		min-width: 250px;
		width: 50%;
		flex-grow: 3;
	}

}

@media only screen and (max-width: 768px) {
	/* NAVIGATION NAVBAR */
	#navbar-navbutton {
		display: block;
	}

	#navbar {
		display: none;
	}

	.navbar .nav-element a:link, .navbar .dropdown-parent {
		width: 100%;
		box-sizing: border-box;
	}

	/* NAVIGATION NAVBLOCK */
	#navblock-navbutton {
		display: block;
	}

	#navblock {
		display: none;
	}

	.hero-slider-text, .hero-parallax-text {
		font-size: 2rem;
	}

	.btn {
		font-size: 1rem;
	}

	.btn-xl {
		font-size: 1.5rem;
	}
	
	.btn-xxl {
		font-size: 1.8rem;
	}

	.row33 {
		flex-wrap: wrap;
	}

	.col33, .col66 {
		width: 100%;
		max-width: 100%;
		margin: 12.5px 25px;
	}

	.card33 {
		width: calc(50% - 30px);
		max-width: 50%;
		min-width: calc(50% - 30px);
	}

	.galerie20 .galbox, .galerie25 .galbox {
		width: calc(33.333% - 10px);
		min-width: calc(33.333% - 10px);
		max-width: 50%;
	}

	.icontext-wrapper {
		width: calc(50% - 20px);
		min-width: calc(50% - 20px);
	}

	.row50brlg  {
		flex-wrap: wrap;
	}

	.row50brlg .col50 {
		width: 100%!important;
		max-width: 100%;
		margin: 12.5px 25px;
	}

}

@media only screen and (max-width: 550px) {

	.row50 {
		flex-wrap: wrap;
	}

	.col50, .col25, .col75 {
		width: 100%;
		max-width: 100%;
		margin: 12.5px 25px;
	}

	.stoerer-text {
		font-size: 1.5rem;
	}

	.card, .card25, .card33, .card50 {
		width: calc(100% - 30px);
		max-width: 100%;
		min-width: calc(100% - 30px);
	}

	.galerie20 .galbox, .galerie25 .galbox, .galerie33 .galbox {
		width: calc(50% - 10px);
		min-width: calc(50% - 10px);
		max-width: 100%;
	}

	.icontext-wrapper {
		width: calc(100% - 20px);
		min-width: calc(100% - 20px);
	}
}