@charset "utf-8";
header * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
#BG {
  height: 40vh;
  width: 100%;
  background-image: url(../style/BGs/BGphoto.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 10% 0%;
}
#BGphoto {
  width: 100%;
  height: 100%;
}
#BGphoto_shader {
  background-attachment: scroll;
  background-image: url(../style/BGs/BGphotoshader.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  width: 100%;
  height: 100%;
}
#BGphoto_downshader {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-image: url("../style/downshader.png");
  background-repeat: repeat-x;
  background-position: center bottom;
}
#BGphoto_top_shader {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-image: url("../style/topshader.png");
  background-repeat: repeat-x;
  background-position: center top;
}
#BGphoto_titel {
  background-image: url(../style/BGs/BGphototitel.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background-size: 90% auto;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
#navbarcontainer {
  position: sticky;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-image: url(../style/obererschatten.png);
  background-position: center bottom;
  padding-bottom: 38px;
}
.navbar {
  background-color: #fafafa;
  color: #444444;
  width: 100%;
  border-bottom: 1px solid #444444;
  border-top: 1px solid #444444;
}
.navbar_centered {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.navbar_centered ul {
	width: 100%;
	display: flex;
	flex: 1 1 100%;
	flex-direction: row;
	font-size: 1.5rem;
	list-style: none;
	justify-content: space-around;
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	letter-spacing: 0;
}
.navbar ul a:link, .navbar ul a:visited, .navbar ul a:active {
	color: #444444;
	border-bottom-width: 0;
	font-family: 'raleway', sans-serif;
	font-display:swap;
	font-style: normal;
	font-weight: 300;
}
.navbar ul a:hover {
  color: #A31800;
 }
#logo {
  visibility: hidden;
  height: 0;
  width: 0;
  background-color: darkgoldenrod;
  background-image: url(../style/LogoLexanian.png);
  background-position: right top;
  background-repeat: no-repeat;
}
.navbar_logo {
  visibility: hidden;
  height: 0em;
}
@media all and (min-width: 641px) {
  #BG {
    height: 40vh;
    background-position: left bottom;
  }
  #BGphoto_titel {
    background-image: url(../style/BGs/BGphototitel.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-size: 80% auto;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .navbar_centered ul {
    justify-content: flex-start;
    padding-left: 1em;
  }
  .navbar a {
    padding-right: 1em;
  }
}
@media all and (min-width: 1021px) {
  #BG {
    height: 66vh;
    min-height: 30em;
  }
  #BGphoto_titel {
    width: 70em;
    background-position: left bottom;
    background-size: auto auto;
  }
  .navbar_centered {
    width: 70em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0em;
  }
  .navbar_centered ul {
    font-size: 2em;
    letter-spacing: 0.4rem;
    justify-content: flex-start;
    padding-left: 0.5em;
  }
  .navbar a {
    padding-right: 2em;
  }
  .navbar_logo {
    visibility: visible;
    height: 155px;
    width: 155px;
    float: right;
    margin-right: 0em;
    margin-top: 0em;
  }
}