
.modal-backdrop.fade {
	opacity: 0.7 !important;
}

.align-right{
	position: absolute;
	right: 0;
}

.align-left{
	position: absolute;
	left: 0;
}

.slate {
	color: lightslategrey;
}

.steel {
	color: lightsteelblue;
}

@media (max-width: 768px) {
    .text-center-md {
        text-align: center;
    }
}

@media (max-width: 1199.98px) {
    .show-lg {
        display: none;
    }
}

@media (min-width: 1199.98px) {
    .hide-lg {
        display: none;
    }
}

@media (max-width: 1200px) {
	.w-75-lg {
		max-width: 75%;
	}
}

@media (max-width: 768px){
	.w-100-min-md {
		max-width: 100%;
	}
}

@media (min-width: 1200px){
	.w-50-max-lg {
		max-width: 57%;
		margin-left: 7%;
	}
}

.bg-smoke {
	background-color: #f0f0f0;
}

.fit {
	min-width: fit-content;
}

.bg-lightgrey {
	background-color: lightgrey;
}

.bg-lightslategrey {
	background-color: lightslategrey;
}

.bg-lightsteelblue {
	background-color: lightsteelblue;
}

html {
  scroll-behavior: smooth;
}

/*---------- MESSAGE ----------*/
#header-message {
	display: none;
	/* display: block; */
	position: fixed;
	z-index: 9999;
	top: 10%;
	left: 50%;
	transform: translate(-50%);
	width: max-content;
  	max-width: 75vw;
}

@media (orientation: portrait){
	#header-message {
		top: 30%;
	}
}
/*---------- NAVIGATION ----------*/

#sidemenu{
	display: flex;
	flex-direction: column;
	justify-items: center;
	align-items: center;
	background-color: black;
	padding-top: 30px;
	padding-bottom: 10px;
	transition: all 0.25s;
	transform: translateY(-100%);
	z-index: 2000;
	position: relative;
}

.open{
	transform: translateY(0) !important;
}

#sidemenu > div{
	text-align: center;
	width: 100%;
	margin: 10px;
}

.sidemenu-flat{
	padding-top: 5px !important;
}

#navbar {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100px;
	z-index: 999;
	transition: height 0.25s;
}

.navbar-bg {
	background-color: rgba(0, 0, 0, 0.75);
}

.navbar-flat {
	height: 50px !IMPORTANT;
}

.nav-vis {
	display: block !important;
}

#logo {
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translateY(-45%);
	z-index: 1001;
}

#logo img {
	height: 60px;
	transition: all 0.25s ease-out;
}

.logo-small {
	height: 40px !IMPORTANT;
}

#menu {
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1001;
}

#menu div {
	float: left;
	margin: 10px;
	color: whitesmoke;
	font-family: sans-serif;
	font-size: large;
}

#menu-small{
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2001;
}

#menu-small div {
	float: left;
	margin: 10px;
	color: whitesmoke;
	font-family: sans-serif;
	font-size: xx-large;
	padding-top: 2px;
}

@media (max-width: 1199.98px) {
    #logo {
    	position: absolute;
        left: 10%;
        top: 50%;
        transform: translateY(-45%);
        display: block;
    }

    #logo img {
    	height: 40px !IMPORTANT
    }
}

/*---------- SPLASH ----------*/

#splash {
	position: relative;
	width: 100%;
	height: 100vh;
	background: black;
	overflow: hidden;
}

.schleier {
	position: absolute;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.75;
}

.slideshow-image{
	display: flex;
}

.slideshow-image > img{
	object-fit: cover;
	width: 100%;
}

@media (orientation: portrait){
	#splash{
		max-height: 100vw !important;
		height: 50vh !important;
	}

	.slideshow-image > img{
		max-height: 100vw !important;
		height: 50vh !important;
	}

	.rel-wrap h1 {
		font-size: 5vw !important;
	}

	.rel-wrap h2 {
		font-size: 4vw !important;
	}

	#splash-text-box{
		/*display: none;*/
	}

	#logo {
		display: none;
	}
}

/*---------- SPLASH-TEXT ----------*/

#splash-text-box {
	position: absolute;
	height: 50%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.rel-wrap {
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	height: 50%;
	/*width: 50%;*/
}

.rel-wrap h1 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: auto;
	color: #f0f0f0;
	font-size: 3vw;
	font-weight: normal;
	/*font-style: italic;*/
	text-align: center;
}

.rel-wrap h2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: auto;
	color: #d0d0d0;
	font-size: 2vw;
	font-weight: normal;
	/*font-style: italic;*/
	text-align: center;
}

/*---------- CONTENT ----------*/

#content {
	position: relative;
	left: 0;
	margin: 0;
	width: 100%;
	background-color: white;
	overflow: hidden;
}

.section {
	width: 100%;
}

.max-content {
	max-width: fit-content;
}

nav a:hover {
  text-decoration: underline;
}

nav a:active {
  text-decoration: underline;
}

nav a:link {
	color: white;
}

nav a:visited {
	color: white;
}

.social a:hover {
  text-decoration: none !important;
}

.social a:active {
  text-decoration: none !important;
}

.social a:link {
	color: #212529 !important;
}

.social a:visited {
	color: #212529 !important;
}

.icon-min-width{
	min-width: 268px !important;
}

.icon a:hover{
  		text-decoration: none !important;
}

.icon a:active {
  		text-decoration: none !important;
}

.icon a:link {
		color: #212529 !important;
}

.icon a:visited {
	color: #212529 !important;
}

.white-link a:hover{
  		text-decoration: none !important;
}

.white-link a:active {
  		text-decoration: none !important;
}

.white-link a:link {
		color: white !important;
}

.white-link a:visited {
	color: white !important;
}

.h-min-pill{
	min-height: 185.6px;
	height: 100%;
}

#privacy{
	cursor: pointer;
}
#privacy:hover{
	text-decoration: underline;
}

/*---------- KARUSSELL ----------*/

.k-item > img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
	padding: 0%;
}

.k-item {
	text-align: center;
	flex: 1 0 100%;
	order: 2;
}

@media (min-width: 768px) {
	.k-item {
	  flex-basis: 50%;
	}

	.k-item > img {
		padding: 5%;
	}
}

@media (min-width: 1200px) {
	.k-item {
	  flex-basis: 33.33333%;
	}

	.k-item > img {
		padding: 5%;
	}
}

.k-prev{
	order: 1;
}

.k-wrap{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.karussell{
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	flex-direction: row;
	align-items: center;
	word-break: break-word;
}

.toggle{
	cursor: pointer;
}

.word-break{
	word-break: break-word;
}

.btn-sm{
	padding: .25em .4em !important;
	line-height: 1 !important;
	border-radius: .5rem !important;
	font-size: 100% !important;
	font-weight: 400 !important;
	vertical-align: baseline;
}

/*------- VIEWPORT FADEIN --------*/

.module{
	opacity: 0 !important;
	transform: translateY(100px) !important;
	transition: all 0.5s !important;
}

.fadeInBtm {
	transform: translateY(0px) !important;
	opacity: 1 !important;
}

#kontakt-form-wrap{
	background-color: #f7f7f7;
}
