@charset "UTF-8";
#header  {
	border-spacing: 0px 0px;
	width: 100%;
	margin-top: -50px;
}
#Logo {
	width: 400px;
	display: block;
	position: absolute;
	top: 30px;
	left: 40px;
}
#balken {
	background-color: #F3F3F3;
	width: 100%;
	height: 200px;
	position: absolute;
	bottom: -1588px;
}
body {
    /*
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    */
    font-family: gill-sans-nova, sans-serif;
	font-weight: 300;
	text-decoration: none;
}
#me {
	width: 600px;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
#nav ul {
	position: absolute;
	right: 40px;
	top: 45px;
}
#nav ul li {
	display: block;
	text-align: center;
	float: left;
    margin: 0 5px 0 5px;
}
#nav ul li a {
    /*
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    */
    font-family: gill-sans-nova, sans-serif;
    
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	list-style-type: none;
	text-decoration: none;
	border-top-left-radius: 0px;
    padding-right: 10px;
    padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 500;
	text-transform: uppercase;
	font-style: normal;
	border: 2px solid #181818;
    transition: all 0.8s ease;
}
#nav ul li .thispage {
	border: 2px solid #FFFFFF;
}
#nav ul li a:hover,#nav ul li a:active , #nav ul li a:focus           {
	border: 2px solid #FFFFFF;
}
#nav ul li #contact {
	background-color: #FFFFFF;
	color: #050505;
}
#nav ul li #contact:hover {
	color: #FFFFFF;
	background-color: #181818;
}
#MaxOtto {
	position: absolute;
	width: 100%;
	top: 0px;
}
#Banner {
	position: absolute;
	top: 46%;
}
#Banner li {
	list-style-type: none;
	float: left;
}
#Banner li img {
	display: block;
	float: left;
}
h1  {
	font-family: gill-sans-nova, sans-serif;
	font-weight: 200;
	font-size: 22px;
}
h2 {
	font-family: gill-sans-nova, sans-serif;
	font-size: 25px;
	font-weight: 200;
	margin-left: 40px;
	margin-top: 40px;
}
h3 {
	font-family: gill-sans-nova, sans-serif;
	font-size: 25px;
	font-weight: 300;
	margin-left: 40px;
}
h4 {
	display: table;
	margin-left: auto;
	margin-right: auto;
	font-family: gill-sans-nova, sans-serif;
	font-weight: 300;
	font-size: 70px;
	margin-top: 30px;
	margin-bottom: 0px;
	text-align: center;
}
h5 {
	font-family: gill-sans-nova, sans-serif;
	font-weight: 300;
	font-size: 20px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
}
h6 {
	font-family: gill-sans-nova, sans-serif;
	font-weight: 400;
	font-size: 25px;
	margin-top: 50px;
	margin-bottom: 0px;
}
#background {
	width: 100%;
	background-color: #181818;
	height: 125px;
}
#meinFader {
	position: relative;
}
#slideshow {
	position: relative;
}
.next {
	position: absolute;
	width: 100%;
	float: left;
	padding-top: 0px;
	opacity: 0;
}
#space {
	opacity: 0;
	width: 100%;
}
#video {
	width: 100%;
	display: table;
	position: relative;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#events {
	float: left;
}
#events div {
	padding-top: 0px;
	width: 450px;
	margin-top: 50px;
	text-decoration: none;
	float: left;
	display: block;
	margin-left: 30px;
    transition: all 0.5s ease;
}
#events .Beschreibung {
	display: block;
	text-align: center;
	width: 446px;
	font-size: 25px;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
	text-decoration: none;
	float: left;
	margin-left: 0px;
    transition: all 0.5s ease;
}
#events .Beschreibung:hover  {
	text-align: center;
	font-size: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 2px solid #181818;
	text-decoration: none;
    transition: all 0.5s ease;
}
#events img {
	width: 450px;
	height: 300px;
}
#events img:hover  {
	opacity: 0.7;
    transition: all 0.5s ease;
}

#ueber-mich-wrapper{
	display: grid;
	grid-template-columns: 1fr 3fr;
	margin: 1rem 5% 0;
}

#profile-picture{
	width: 100%;
	height: auto;
}

.text {
	font-size: 20px;
	margin-left: 50px;
	text-align: left;
	margin-right: 50px;
}
#socialmedia {
	position: relative;
	display: table;
	margin-left: auto;
	margin-right: auto;
	clear: left;
	background-color: #181818;
	padding-top: 50px;
}
#socialmedia img {
	display: block;
	width: 50px;
	float: left;
	margin-left: 10px;
	position: relative;
	border: 2px solid #181818;
	margin-right: 10px;
}
#socialmedia img:hover {
	border: 2px solid #FFFFFF;
    transition: all 0.8s ease;
}
#kontakt a {
	text-transform: uppercase;
	display: table;
	margin-left: auto;
	margin-right: auto;
	font-size: 25px;
	color: #000000;
	padding-right: 40px;
	padding-top: 20px;
	padding-left: 40px;
	padding-bottom: 20px;
	border: 2px solid #000000;
	margin-bottom: 80px;
	text-decoration: none;
	margin-top: 80px;
	font-family: gill-sans-nova, sans-serif;
	font-weight: 300;
}
#kontakt a:hover {
	background-color: #000000;
	color: #FFFFFF;
    transition: all 0.5s ease;
}
footer {
	padding-bottom: 50px;
	background-color: #181818;
	color: #FFFFFF;
	text-align: center;
}
#footer {
	text-decoration: none;
	opacity: 1;
}
#footer #a {
	color: #FFFFFF;
}
.Video {
	margin-left: auto;
	display: table;
	margin-right: auto;
	margin-top: 40px;
	width: 1920px;
	height: 1080px;
}
.Video21 {
	width: 1920px;
	height: 822px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.download {
	margin-top: 50px;
	margin-left: 40px;
}
.download a {
	font-family: gill-sans-nova, sans-serif;
	font-weight: 300;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	border: 2px solid #181818;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 30px;
	padding-left: 30px;
    transition: all 0.8s ease;
}
.download a:hover {
	color: #FFFFFF;
	background-color: #181818;
    transition: all 0.8s ease;
}
.pictures {
	margin-top: 40px;
	margin-left: 70px;
}
.pictures2 {
	padding-top: 40px;
}
#menu {
	width: 150px;
	margin-top: 25px;
	margin-right: 25px;
}

.dropbtn {
	color: white;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

.dropdown {
	position: absolute;
	display: inline-block;
	opacity: 0;
	margin-top: -200px;
}

#dropdown-content {
	position: absolute;
	background-color: #FFFFFF;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	text-align: right;
	font-size: 60px;
	min-width: 400px;
	right: 50px;
    height: 0px;
}

#dropdown-content a {
	color: black;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 16px;
	padding-bottom: 30px;
	text-decoration: none;
	display: block;
	text-align: center;
    border: 2px solid #181818;
    background-color: #FFFFFF;
    border-width: 1px 2px;
    transition: all 0.5s ease;
}

#dropdown-content a:hover {
	background-color: #181818;
    color: #FFFFFF;
    transition: all 0.5s ease;
}

.dropdown #dropdown-content .contact {
	background-color: #181818;
	color: #FFFFFF;
	border: 2px solid #181818;
}
.dropdown #dropdown-content .contact:hover {
	color: #000000;
	background-color: #FFFFFF;
    transition: all 0.8s ease;
}

.hidden {
    visibility: hidden;
    animation: hideMenu 0.5s;
}

.reveal {
    animation: reveal 0.5s;
}

@keyframes hideMenu {
    0% { opacity: 1; height: initial; }
    99% { opacity : 0; height: initial; }
    100% { opacity: 0; height: 0; }
}

@keyframes reveal {
    from { opacity: 0; height: initial; }
    to { opacity: 1; height: initial; }
}



::selection {
	background-color: #181818;
	color: #FFFFFF;
}
#socialmedia a {
	text-decoration: none;
	color: #FFFFFF;
    transition: all 0.8s ease;
}
#socialmedia #datenschutz {
    display: block;
    margin-top: 70px;
    margin-bottom: -5px;
}
#datenschutzText {
    margin-left: 70px;
    margin-right: 50px;
    font-size: 20px;
    text-align: left;
}
#datenschutz:hover {
    color: #888;
}
#OmaUllaVideo {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

::-moz-selection {
	background-color: #181818;
	color: #FFFFFF;
}

.back-to-top-link {
  /* `fixed` is fallback when `sticky` not supported */
  position: fixed;
  /* preferred positioning, requires prefixing for most support, and not supported on Safari
  // @link https://caniuse.com/#search=position%3A%20sticky */
  /* reinstate clicks */
  pointer-events: all;
  /* achieves desired positioning within the viewport
  // relative to the top of the viewport once `sticky` takes over, or always if `fixed` fallback is used */
  top: calc(100vh - 5rem);    
    
  right: 20px;    
    
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #e3e3e3;
  /* emoji don't behave like regular fonts
     so this helped position it correctly */
  padding: 0.25rem;
}

/* How far of a scroll travel within <main> prior to the
   link appearing */
$scrollLength: 100vh;

.back-to-top-wrapper {
  /* uncomment to visualize "track"
  / outline: 1px solid red;*/
  position: absolute;
  top: $scrollLength;
  right: 0.25rem;
  /* Optional, extends the final link into the
  // footer at the bottom of the page
  // Set to `0` to stop at the end of `main` */
  bottom: -5em;
  /* Required for best support in browsers not supporting `sticky` */
  width: 3em;
  /* Disable interaction with this element */
  pointer-events: none;
}

#left-arrow{
    background-color: #000;
    width: 30px;
    height: 5px;
    margin-left: auto;
    margin-right: auto;
    transform: translate(-9px, 16px) rotate(135deg);
}

#right-arrow{
    background-color: #000;
    width: 30px;
    height: 5px;
    margin-left: auto;
    margin-right: auto;
    transform: translate(9px, 11px) rotate(45deg);
}

@media (min-width: 976px) and (max-width: 1455px){
#events {
	width: 960px;
}
#zentral {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.Video {
	width: 840px;
	height: 480px;
}
.Video21 {
	width: 840px;
	height: 360px;
}
}

@media (min-width: 1456px){
#events {
	width: 1440px;
}
#zentral {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.Video {
	width: 1280px;
	height: 720px;
}
.Video21 {
	width: 1280px;
	height: 550px;
}
}

@media (max-width: 1000px){
.pictures img {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.pictures {
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.dropdown {
	position: absolute;
	opacity: 1;
	margin-top: 2px;
	top: -10px;
	right: -10px;
    transition: all 0.8s ease;
}
#nav ul {
	position: absolute;
	top: -200px;
	opacity: 0;
}
#background {
	height: 170px;
}
#Logo {
	width: 500px;
	margin-top: 11px;
}
}

@media (max-width: 1215px){
#nav ul {
	margin-top: 18px;
}
#events {
	width: 450px;
}
#events div {
	margin-left: 0px;
}
#zentral {
	display: table;
	margin-left: auto;
	margin-right: auto;
}		
}

@media (max-width : 780px ){
h4 {
	font-size: 35px;
}
	#ueber-mich-wrapper{
	grid-template-columns: 1fr;
}
	#profile-picture{
		margin: 0 0 1rem 0;
		width: 80%;
		display: block;
		justify-self: center;
	}
}

@media (max-width : 550px ){
.Video {
	width: 330px;
	height: 186px;
}
.Video21 {
	width: 330px;
	height: 140px;
}
}

@media (min-width: 551px) and (max-width: 975px){
.Video {
	width: 540px;
	height: 304px;
}
.Video21 {
	width: 540px;
	height: 230px;
}
}

@media (min-width: 1001px) and (max-width: 1090px){
#Logo {
	width: 300px;
	margin-top: 10px;
}
}

/* Smooth scrolling IF user doesn't have a preference due to motion sensitivities */
@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
