/* Font */
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@700&display=swap');
body, html {
    font-family: 'Hind', sans-serif;
    margin: 0;
	position:relative;
	-webkit-tap-highlight-color: transparent;
  	-webkit-touch-callout: text;
  	-webkit-user-select: text;
  	-khtml-user-select: text;
  	-moz-user-select: text;
  	-ms-user-select: text;
  	user-select: none;
}

/* Cursor */
body, html {
	height: 100vh;
    min-height: 100vh;
    min-height: -webkit-fill-available;
	overflow-y: hidden;
	background-color: #fff;
	z-index: -10;
	cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><circle cx='15' cy='15' r='10' stroke-width='9' fill='none' stroke='black'  /></svg>"), auto;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #000000;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #000000;
}
::-webkit-scrollbar-thumb:active {
  background: #000000;
}
::-webkit-scrollbar-track {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
::-webkit-scrollbar-track:active {
  background: #ffffff;
}
::-webkit-scrollbar-corner {
  background: #ffffff;
}




/* Header */
.header {
    height: auto;
    width: calc(100vw - 20px);
    padding: 10px 10px 0px 10px;
    resize: none;
    overflow: hidden;
    position: sticky;
    top: 0px;
}

/* Logo */
.logo {
	float: left;
    padding-right: 30px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.logo a {
	font-size: 50px;
	line-height: 50px;
	text-decoration: none;
	color: black;
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><circle cx='15' cy='15' r='10' stroke-width='9' fill='none' stroke='black'  /></svg>"), auto;
}
.logo:hover {
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}


/* info */
.info {
    float: right;
    padding-right: 0px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.info a {
	font-size: 50px;
	line-height: 50px;
	text-decoration: none;
	color: black;
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><circle cx='15' cy='15' r='10' stroke-width='9' fill='none' stroke='black'  /></svg>"), auto;
}
.info:hover {
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}


/* list */
.list {
	height: calc(100vh - 110px);
	width: calc(100vw - 20px);
	overflow-y: scroll;
	padding: 25px 10px 25px 10px;
	resize: none;
}
.list a {
	font-size: 50px;
	display: list-item;
	text-decoration: none;
	color: black;
	margin: 0px;
	padding: 0px 25px 0px 0px;
	line-height: 50px;
	cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><circle cx='15' cy='15' r='10' stroke-width='9' fill='none' stroke='black'  /></svg>"), auto;
}

.list2 {
	font-size: 50px;
    line-height: 50px;
    color: black;
    border-collapse: collapse;
    border: 0px;
    display: block;
}
.list2 td {
    display: inline-block;
}
table {
    width: 100%;
    margin: 0px;
    padding: 0px;
}
table tr td:nth-child(1) {
    width: 50px;
}
table tr td:nth-child(2) {
    width: 30px;
    text-align: center;
}
table tr td:nth-child(3) {
    width: 80px;
    text-align: center;
}
table tr td:nth-child(4) {
    width: 30px;
    text-align: center;
}
table tr td:nth-child(5) {
    width: auto;
}
tr {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
tr:hover {
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}



/* adresse */
.adresse {
    width: calc(100vw - 20px);
	height: calc(100vh - 110px);
	position: relative;
	vertical-align: bottom;
	display: table-cell;
	text-align: right;
	padding: 25px 10px 25px 10px;
}
.adresse a {
	font-size: 50px;
	text-decoration: none;
	color: black;
	padding: 0px;
	margin: 0px;
	line-height: 50px;
}

.mail {
    float: right;
    padding-right: 0px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mail a {
    font-size: 50px;
	line-height: 50px;
	text-decoration: none;
	color: black;
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><circle cx='15' cy='15' r='10' stroke-width='9' fill='none' stroke='black'  /></svg>"), auto;
}

.mail:hover {
	-webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
	transform: skewX(-20deg);
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><circle cx='15' cy='15' r='10' stroke-width='9' fill='none' stroke='black'  /></svg>"), auto;
}

.mehr_button {
    float: right;
    padding-right: 0px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mehr_button a {
	font-size: 50px;
	line-height: 50px;
	text-decoration: none;
	color: black;
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><circle cx='15' cy='15' r='10' stroke-width='9' fill='none' stroke='black'  /></svg>"), auto;
}
.mehr_button:hover {
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}

/* sound */

.sound {
    position: absolute;
    bottom: 0px;
    font-size: 50px;
    line-height: 50px;
    color: white;
    padding: 0px 0px 10px 10px;
}
.sound a:hover {
    font-style: italic;
}

/* mehr */

#mehr_slide {
	height: 100vh;
	width: 100vw;
	position: absolute;
	top: 0px;
	z-index: -1;
	cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><circle cx='15' cy='15' r='10' stroke-width='9' fill='none' stroke='black'  /></svg>"), auto;
}
.blank {
	height: 100vh;
    width: calc(100vw - 350px);
	min-height: 100px;
	position: relative;
}
.mehr_container {
	overflow: hidden;
    float: right;
	height: calc(100vh - 120px);
	width: 350px;
	background-color: white;
	padding: 100px 10px 20px 10px;
}
.text_container {
	width: 100%;
    height: 100%;
	float: right;
	overflow-y: scroll;
    text-align: right;
}
.mehr_button_white {
	width: 50%;
	float: left;
	bottom: 290px;
	cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><circle cx='15' cy='15' r='10' stroke-width='9' fill='none' stroke='black'  /></svg>"), auto;
}
.mehr_button_white a {
	font-size: 50px;
	text-decoration: none;
	color: black;
	padding: 0px;
	margin: 0px;
	line-height: 40px;
}
.mehr_button_white a:hover {
	font-style: italic;
}


.link {
	font-size: 25px;
    line-height: 25px;
	text-decoration: none;
	font-weight: bolder;
	color: black;
    float: right;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.link:hover {
	cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><circle cx='15' cy='15' r='10' stroke-width='9' fill='none' stroke='black'  /></svg>"), auto;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}

.hidden {
	display: none;
}





img {
	width:100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
	vertical-align: middle;
}





/* gallery */
#GALLERY01 {
	width: 100vw;
	height: 100vh;
	z-index: -1;
	position: fixed;
	top: 0px;
}
.GALLERY01 {
}
.slideshow-container {
	position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
	width: 100vw;
	height: 100vh;
}
.mySlides {
	display: none;
}
.active-slide {
	display: block;
	text-align: center;
	height: 100%;
	max-width: 100%;
}
.prev {
	cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='40'><path d='M 25 5 l -15 15 l 15 15' stroke-width='9' fill='none' stroke='black'  /></svg>"), auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100vh;
    margin-top: 0px;
    transition: 0.6s ease;
    user-select: none;
    opacity: 0;
    z-index: 90;
}

.next {
	cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='40'><path d='M 5 5 l 15 15 l -15 15' stroke-width='9' fill='none' stroke='black'  /></svg>"), auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100vh;
    margin-top: 0px;
    transition: 0.6s ease;
    user-select: none;
    opacity: 0;
    z-index: 90;
}



.white .logo a,
.white .mehr_button a {
    color: white;
}

.black .logo a,
.black .mehr_button a {
    color: black;
}

.white.show-text .mehr_button a {
    color: black;
}




/* MEDIA */
/* 750 */
@media only screen and (max-width: 750px) {
    .logo a {
        font-size: 35px;
        line-height: 35px;
    }
    .info a {
        font-size: 35px;
        line-height: 35px;
    }
	.text_container {
        width: 100%;
        text-align: left;
	}
    .mehr_container {
        width: calc(100vw - 30px);
        padding: 100px 15px 20px 15px;
    }
    .list2 {
        font-size: 35px;
        line-height: 35px;
    }
    table tr td:nth-child(1) {
        width: 35px;
    }
    table tr td:nth-child(2) {
        width: 20px;
        text-align: center;
    }
    table tr td:nth-child(3) {
        width: 60px;
        text-align: center;
    }
    table tr td:nth-child(4) {
        width: 20px;
        text-align: center;
    }
    table tr td:nth-child(5) {
        width: auto;
    }
	.mehr_button_white {
	   float: left,
	}
    .mehr_button {
        float: right;
    }
    .mehr_button a {
        font-size: 35px;
        line-height: 35px;
    }
    .info {
        float: right;
    }
	.list a {
	}
	
	.adresse a {
		font-size: 5vw;
        line-height: 5vw;
	}
	.titel a {
		font-size: 5vw;
        line-height: 5vw;
	}
	.mehr{
		float: left;
	}
	body, html {
		cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><circle cx='15' cy='15' r='10' stroke-width='9' fill='none' stroke='black'  /></svg>"), auto;
	}
    
    .sound {
    position: absolute;
    bottom: 0px;
    font-size: 35px;
    line-height: 35px;
    color: white;
    padding: 0px 0px 10px 10px;
    }
}





/* 500 */
@media only screen and (max-width: 500px) {
    body {
        min-height: 100vh;
        min-height: -webkit-fill-available;
    }
    html {
        min-height: -webkit-fill-available;
    }
    .logo a {
        font-size: 26px;
        line-height: 26px;
    }
    .info a {
        font-size: 26px;
        line-height: 26px;
    }
	.text_container {
        width: 100%;
        text-align: left;
	}
    .mehr_container {
        width: calc(100vw - 30px);
        padding: 100px 15px 20px 15px;
    }
    .list2 {
        font-size: 26px;
        line-height: 26px;
    }
    table tr td:nth-child(1) {
        width: 20px;
    }
    table tr td:nth-child(2) {
        width: 15px;
        text-align: center;
    }
    table tr td:nth-child(3) {
        width: 40px;
        text-align: center;
    }
    table tr td:nth-child(4) {
        width: 15px;
        text-align: center;
    }
    table tr td:nth-child(5) {
        width: auto;
    }
	.mehr_button_white {
	   float: left,
	}
    .mehr_button {
        float: right;
    }
    .mehr_button a {
        font-size: 26px;
        line-height: 26px;
    }
    .info {
        float: right;
    }
	.list a {
	}
	
	.adresse a {
		font-size: 5vw;
        line-height: 5vw;
	}
	.titel a {
		font-size: 5vw;
        line-height: 5vw;
	}
	.mehr{
		float: left;
	}
	body, html {
		cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><circle cx='15' cy='15' r='10' stroke-width='9' fill='none' stroke='black'  /></svg>"), auto;
	}
    
    .sound {
    position: absolute;
    bottom: 0px;
    font-size: 26px;
    line-height: 26px;
    color: white;
    padding: 0px 0px 10px 10px;
    }
}



.BACKGROUND {
	font-size: 25px;
	position: relative;
	margin: auto auto;
	z-index: 900;
	display: none;
	background-color: red;
}
.BACKGROUND a {
	font-size: 25px;
}

.BACKGROUND2 {
	position: absolute;
	margin: auto auto;
	height: 10vh;
	width: 10vw;
	z-index: -200;
	display: none;
}
.list a:hover + div {
	display: block;
}