/*=======================================================================================
	SETTINGS / VARIABLEN
=======================================================================================*/
@import url(slick.css);
@import url(slick-theme.css);
@import url(lightbox.css);

/*===========================================================================
	Fonts
===========================================================================*/

@import url(fontawesome.css);
@import url(fonts.css);

/*===========================================================================
	Farben
===========================================================================*/

@import url(framework-theme.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
===========================================================================*/

body {
	font-family: var(--primary-font);
	font-size: 1em;
	overflow-x: hidden;
	color: #000;
}

p {
	font-size: 1em;
}

a:link, a:visited {
	color: var(--accent);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 2rem;
	font-weight: bold;
	color: var(--primary);
	font-family: var(--headline-font);
}

h2 {
	font-size: 1.8rem;
	font-weight: normal;
	color: var(--primary)
}

h3 {
	font-size: 1.5rem;
	font-weight: bold;
	color: var(--primary)
}

h4 {
	font-size: 1.3rem;
	font-weight: normal;
	color: var(--secondary);
	font-family: var(--headline-font);
}

h5 {
	font-size: 1rem;
	font-weight: bold;
	color: var(--primary)
}

h6 {
	font-size: 1em;
	font-weight: normal;
	color: var(--secondary)
}

h1, h2, h3, h4, h5, h6 {
    hyphens: auto;
}

hr {
	border: 1px solid var(--backgrounds-2);
	margin: 30px 0;
}

hr.dashed {
	border: 1px dashed var(--secondary);
	margin: 30px 0;
}

blockquote {
	margin-left: 2rem;
	color: var(--secondary);
}

blockquote:before {
	content: "»";
	margin-right: 0.3rem;
}

blockquote:after {
	content: "«";
	margin-left: 0.3rem;
}

.txt-small {
	font-size: 0.8rem;
}

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

.bg-primary {
	background-color: var(--primary);
	color: var(--primary-text);
}

.bg-secondary {
	background-color: var(--secondary);
	color: var(--secondary-text);
}

.bg-1 {
    background-color: var(--backgrounds);
}

.bg-2 {
    background-color: var(--backgrounds-2);
}

code {
	background-color: #111;
	color: #f1f1f1;
	font-family: 'Consolas', 'Courier New', Courier, monospace;
	line-height: 1.2;
}

.btn {
	font-family: var(--primary-font);
	font-size: 1.2rem;
	padding: 8px 10px;
	border: none;
	transition: background 0.4s ease-in-out;
	cursor: pointer;
}

.float-btn {
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 20px;
}

.btn-primary {
	background-color: var(--primary);
	color: var(--primary-text);
}

.btn-primary:hover {
	background-color: var(--secondary);
}

.btn-secondary {
	background-color: var(--secondary);
	color: var(--secondary-text);
}

.btn-secondary:hover {
	background-color: var(--primary);
}

.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 var(--primary);
	border-bottom: 2px solid var(--primary);
	margin: 8px 2.5px;
    transition: all 0.2s ease-in-out;
}

.btn-line-secondary {
	background-color: transparent;
	border-top: 2px solid var(--secondary);
	border-bottom: 2px solid var(--secondary);
	color: var(--secondary);
	margin: 8px 2.5px;
    transition: all 0.2s ease-in-out;
}

.btn-line:hover, .btn-line-secondary:hover {
	background-color: var(--backgrounds);
	padding: 16px 10px;
    margin: 0 2.5px;
    transition: all 0.2s ease-in-out;
}

.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);
}

div.privacy-msg {
    background-image: url(../img/karte.jpg);
    background-size: cover;
    padding-top: 40px;
    width: 100%!important;
}

div.privacy-msg p {
    width:90%;
    border: 1px solid var(--primary);
    text-align:center;
    position: relative;
    margin-left: 5%;
    background-color: var(--backgrounds);
	max-width: 600px;
    padding: 10px 15px;
    box-sizing: border-box;
}

div.privacy-msg a:link, div.privacy-msg p a {
    color: var(--accent);
    font-size: 18px;
    font-weight: bold;
	margin-top: 10px;
    margin-bottom: 5px;
    padding: 5px 10px;
    background-color: var(--backgrounds-2);
    display: inline-block;
}

.overflow-hidden {
    overflow: hidden;
}

.my-10 {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}

.mt-10 {
    margin-top: 10px!important;
}

.mb-10 {
    margin-bottom: 10px!important;
}

.pt-10 {
    padding-top: 10px!important;
}

.pb-10 {
    padding-bottom: 10px!important;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px!important;
}

.my-30 {
    margin-top: 30px!important;
    margin-bottom: 30px!important;
}

.mt-30 {
    margin-top: 30px!important;
}

.mb-30 {
    margin-bottom: 30px!important;
}

.pt-30 {
    padding-top: 30px!important;
}

.pb-30 {
    padding-bottom: 30px!important;
}

.py-30 {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
}

.my-50 {
    margin-top: 50px!important;
    margin-bottom: 50px!important;
}

.mt-50 {
    margin-top: 50px!important;
}

.mb-50 {
    margin-bottom: 50px!important;
}

.pt-50 {
    padding-top: 50px!important;
}

.pb-50 {
    padding-bottom: 50px!important;
}

.py-50 {
    padding-top: 50px!important;
    padding-bottom: 50px!important;
}

.my-100 {
    margin-top: 100px!important;
    margin-bottom: 100px!important;
}

.mt-100 {
    margin-top: 100px!important;
}

.mb-100 {
    margin-bottom: 100px!important;
}

.py-100 {
    padding-top: 100px!important;
    padding-bottom: 100px!important;
}

.pt-100 {
    padding-top: 100px!important;
}

.pb-100 {
    padding-bottom: 100px!important;
}

.my-150 {
    margin-top: 150px!important;
    margin-bottom: 150px!important;
}

.mt-150 {
    margin-top: 150px!important;
}

.mb-150 {
    margin-bottom: 150px!important;
}

.py-150 {
    padding-top: 150px!important;
    padding-bottom: 150px!important;
}

.pt-150 {
    padding-top: 150px!important;
}

.pb-150 {
    padding-bottom: 150px!important;
}

.no-margin-y {
	margin-top: 0!important;
	margin-bottom: 0!important;
}

.no-margin-x {
	margin-left: 0!important;
	margin-right: 0!important;
}

.no-margin {
	margin: 0!important;
}

.img-fill, .img-contain {
    overflow: hidden;
}

.img-fill img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.img-contain img {
	object-fit: contain;
    width: 100%;
    height: 100%;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 25px 0;
    font-size: 1.5rem;
    font-weight: bold;
    border: 1px solid #ccc;
	background-color: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    
}

.pagination-active {
    background-color: var(--secondary);
}

ul.pagination li a:hover {
    background-color: var(--secondary);
}

/*===========================================================================
	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, .navbar-2 {
	display: flex;
	flex-wrap: wrap;
	background-color: var(--primary);
	font-size: 1.3rem;
}

.navbar-2 {
	background-color: var(--backgrounds);
}

#navbar-closer, #navbar-2-closer {
    display: none;
}

.navbar .nav-element a:link, .navbar .nav-element a:visited,
.navbar .dropdown-parent {
	cursor: pointer;
	display: inline-block;
	padding: 8px 15px;
	background-color: var(--primary);
	transition: background 0.4s ease-in-out;
	color: var(--primary-text);
}

.navbar-2 .nav-element a:link, .navbar-2 .nav-element a:visited,
.navbar-2 .dropdown-parent {
	cursor: pointer;
	display: inline-block;
	padding: 8px 15px;
	background-color: var(--backgrounds);
	transition: background 0.4s ease-in-out;
	color: var(--primary);
}

.navbar .nav-element a:hover, .navbar .dropdown-parent:hover {
	background-color: var(--secondary);
	text-decoration: none;
	transition: background 0.2s ease-in-out;
}

.navbar-2 .nav-element a:hover, .navbar-2 .dropdown-parent:hover {
	background-color: var(--backgrounds-2);
	text-decoration: none;
	transition: background 0.2s ease-in-out;
}

.navbar .dropdown-parent, .navbar-2 .dropdown-parent {
	position: relative;
}

.navbar .dropdown-menu, .navbar-2 .dropdown-menu {
	visibility: hidden;
	opacity: 0;
	height: 0;
	padding: 0;
	margin-top: 8px;
	left: 0;
	position: absolute;
	z-index: 999;
	background-color: var(--secondary);
}

.navbar-2 .dropdown-menu {
	background-color: var(--backgrounds-2);
}

.navbar .dropdown-parent:hover > .dropdown-menu, .navbar-2 .dropdown-parent:hover > .dropdown-menu {
	visibility: visible;
	opacity: 1;
	height: auto;
	transition: opacity 0.2s ease-in-out;
}

.navbar .dropdown-menu a:link, .navbar .dropdown-menu a:visited  {
	background-color: var(--secondary);
	color: var(--secondary-text)!important;
}

.navbar-2 .dropdown-menu a:link, .navbar-2 .dropdown-menu a:visited  {
	background-color: var(--backgrounds-2);
	color: var(--primary)!important;
}

.navbar .dropdown-element , .navbar-2 .dropdown-element {
	font-size: 1rem;
	padding: 8px 15px;
}

.navbar .nav-active {
	background-color: var(--secondary)!important;
}

.navbar-2 .nav-active {
	background-color: var(--backgrounds-2)!important;
}

#navbar-navbutton {
	display: none;
	padding: 8px 15px;
	background-color: var(--backgrounds);
	cursor: pointer;
	font-size: 1.3rem;
}

/*===========================================================================
	Module: Navblock / Vertikal
===========================================================================*/

.navblock {
	background-color: var(--primary);
	font-size: 1.3rem;
}

.navblock .nav-element a:link, .navblock .nav-element a:visited  {
	display: block;
	padding: 5px 10px;
	background-color: var(--primary);
	transition: background 0.4s ease-in-out;
	color: var(--primary-text);
}

.navblock .nav-element a:hover {
	background-color: var(--secondary);
	text-decoration: none;
	transition: background 0.2s ease-in-out;
}

.navblock .nav-active {
	background-color: var(--secondary)!important;
}

#navblock-navbutton {
	display: none;
	padding: 5px 10px;
	background-color: var(--backgrounds);
	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: var(--primary);
	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: var(--primary-text);
	display: block;
	transition: 0.3s;
  }
  
  .offcanvas a:hover, .offcanvas .nav-active {
	color: var(--secondary);
  }

  .offcanvas .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
  }

  #offcanvas-navbutton {
	padding: 5px 10px;
	background-color: var(--backgrounds);
	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: var(--backgrounds);
	cursor: pointer;
	font-size: 1.3rem;
}

.floating-nav {
	background-color: var(--primary);
	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: var(--primary);
	transition: background 0.4s ease-in-out;
	color: var(--primary-text);
}

.floating-nav .nav-element a:hover {
	background-color: var(--secondary);
	text-decoration: none;
	transition: background 0.2s ease-in-out;
}

.floating-nav .nav-active {
	background-color: var(--secondary)!important;
}

#floating-nav-closer {
	color: var(--primary-text);
	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, .row4060 {
	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;
}

.col40 {
	box-sizing: border-box;
	width: 40%;
	max-width: 40%;
	margin: 0 25px;
}

.col60 {
	box-sizing: border-box;
	width: 60%;
	max-width: 60%;
	margin: 0 25px;
}

.col-align-bottom {
    align-items: flex-end;
}

.col-align-center {
    align-items: center;
}

/*===========================================================================
	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);
}

.double-card .card {
    padding-bottom: 0px;
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    box-sizing: border-box;
}

.double-card .card-body {
    max-width: 50%;
    width: 50%;
    box-sizing: border-box;
}

.double-card .card-img {
    max-width: 50%;
    width: 50%;
    min-height: 350px;
}

.double-card h3 {
    font-size: 2.3rem;
}

.card-with-button {
	position: relative;
    padding-bottom: 50px;
}

.card-button {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

/*===========================================================================
	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: var(--backgrounds);
	margin: auto;
	padding: 20px;
	border: 1px solid var(--secondary);
	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: var(--accent);
	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;
	width: auto;
	min-width: calc(20% - 10px);
	max-width: calc(50% - 10px);
}

.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: var(--primary-font);
   background-color: var(--backgrounds);
   color: #111;
   font-size: 25px;
   font-weight: 400;
   cursor: pointer;
   padding: 25px;
   width: 100%;
   text-align: left;
   border: none;
   outline: none;
   transition: 0.4s;
 }
 
 .active, .accordion:hover {
   background-color: var(--backgrounds-2);
 }
 
 .panel {
   padding: 0;
   background-color: white;
   max-height: 0;
   overflow: hidden;
   transition: max-height 0.2s ease-out;
   border: 1px solid var(--backgrounds-2);
 } 

 .panelbody {
   padding: 15px;
 }

 .accordion:after {
	content: '\002B'; /* Unicode character for "plus" sign (+) */
	font-size: 20px;
   color: var(--accent-2);
   float: right;
   margin-left: 5px;
 }
 
 .accordion.active:after {
   content: "\2212"; /* Unicode character for "minus" sign (-) */
 }

 /*===========================================================================
	Module: Area Collapse
===========================================================================*/

  .collapse-trigger {
    transition: 0.4s;
    cursor: pointer;
  }
  
  .collapse-trigger.active, .collapse-trigger:hover {
    color: var(--accent)!important;
    background: none!important;
  }
  
  .carea {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  } 
  
  .collapse-trigger:after {
    content: '\002B'; /* Unicode character for "plus" sign (+) */
	font-size: 1.3rem;
    color: var(--secondary);
    margin-left: 5px;
    height: 100%;
	display: inline;
  }

  .active:after {
	content: "\2212"; /* Unicode character for "minus" sign (-) */
  }

/*===========================================================================
	Module: Formular
===========================================================================*/

.framework-form input, .framework-form textarea, .framework-form select {
	padding: 5px 8px;
	font-size: 1em;
	border: 1px solid var(--primary);
	border-radius: 0;
	background-color: var(--backgrounds);
	font-family: 'Consolas', monospace;
	margin-bottom: 15px;
	box-sizing: border-box;
} 

.framework-form input, .framework-form textarea {
	width: 100%;
	display: block;
}

.framework-form input:focus, .framework-form textarea:focus {
	background-color: #fff;
}

.framework-form label {
	padding-bottom: 3px;
	padding-right: 8px;
	font-size: 0.8em;
	display: inline-block;
}

.framework-form select {
	width: auto;
	display: block;
}

.framework-form fieldset {
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid var(--backgrounds);
	margin-bottom: 15px;
}

.framework-form legend {
	font-size: 0.8em;
	font-weight: bold;
	background-color: #fff;
	padding: 0 5px;
}

.framework-form input[type="radio"], .framework-form input[type="checkbox"] {
	display: inline-block;
	width: auto;
}

.framework-form input[type="submit"], .framework-form input[type="reset"], .framework-form input[type="image"], .framework-form input[type="button"] {
	font-family: var(--primary-font);
	font-size: 1rem;
	padding: 8px 10px;
	border: none;
	transition: background 0.4s ease-in-out;
	cursor: pointer;
	background-color: var(--primary);
	color: var(--primary-text);
	display: inline-block;
	width: auto;
}

 /*===========================================================================
	Module: Tabellen
===========================================================================*/

.flextable {
	display: table;
	width: 100%;
	background-color: #fff;
}

.table-head, .table-row {
	display: table-row;
	overflow-x: scroll;
}

.table-head div, .table-row div {
	display: table-cell;
	padding: 2px 5px;
	border: 1px solid #fff;
}

.table-head {
	font-weight: bold;
	background-color: var(--backgrounds);
	font-weight: bold;
	margin-bottom: 2px;
}

.table-row:hover {
	background-color: var(--backgrounds);
}

.table-title {
	padding: 5px;
	background-color: var(--backgrounds);
	font-weight: bold;
	margin-bottom: 2px;
}

.table-divider div {
	padding-top: 15px;
	border-bottom: 1px solid var(--backgrounds-2);
}

table {
	width: 100%;
	background-color: #fff;
	text-align: left;
}

th, td {
	padding: 2px 5px;
}

th {
	font-weight: bold;
	background-color: var(--backgrounds);
}

tr:hover {
	background-color: var(--backgrounds);
}


 /*===========================================================================
	Module: Footer
===========================================================================*/

.footer-dark {
	background-color: var(--primary);
	color: var(--primary-text);
	padding-top: 35px;
	padding-bottom: 45px;
}

.footer-dark h1,
.footer-dark h2,
.footer-dark h3,
.footer-dark h4,
.footer-dark h5,
.footer-dark h6 {
	color: var(--primary-text);
}

.flexfooter {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.footer-dark a:link, .footer-dark a:visited {
	text-decoration: underline;
	color: var(--primary-text)!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, .navbar-2 .nav-element a:link, .navbar-2 .dropdown-parent {
		width: 100%;
		box-sizing: border-box;
	}

	/* NAVIGATION NAVBLOCK */
	#navblock-navbutton {
		display: block;
	}

	#navblock {
		display: none;
	}

	#navbar-closer {
		display: block;
        color: var(--primary-text);
		cursor: pointer;
		padding: 8px 10px;
		font-size: 0.8rem;
		text-transform: uppercase;
		text-align: center;
    }

    #navbar-closer:hover {
        color: red;
    }

	.nomobile {
        display: none;
    }

    .mobile-first {
        order: 1;
    }

    .mobile-second {
        order: 2;
    }

	.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, .col60, .col40 {
		width: 100%;
		max-width: 100%;
		margin: 12.5px 25px;
	}

	.card33 {
		width: calc(50% - 30px);
		max-width: 50%;
		min-width: calc(50% - 30px);
	}

	.double-card .card {
        display: block;
    }
    
    .double-card .card-body {
        max-width: 100%;
        width: 100%;
    }
    
    .double-card .card-img {
        max-width: 100%;
        width: 100%;
        min-height: 250px;
    }

	.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;
	}

	.table-head, .table-row {
		display: block;
		overflow-x: hidden;
	}

	.table-row:hover {
		background-color: #fff;
	}

	.table-row div, .table-head div {
		display: block;
		border: none;
	}

	.table-head, .table-row {
		margin-bottom: 10px;
		padding-bottom: 8px;
		border-bottom: 1px solid var(--backgrounds-2);
	}

}

@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);
	}
}

@import url(custom-styles.css);