
/*Standard Einstellung*/
@charset "UTF-8";
*, h1, h2, h3, p {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
/*
*{
  outline: 1px solid red;
}
*/
html,body {
    list-style: none;
    max-width: 100vw;
    height:100vh;
    margin-right: 0px;
}

/*
#05386b
#379683
#5cdb95
#8ee4af
#edf5e1
*/
.fade-in {
  padding: 100px 0;
  font-size: 3rem;
  text-align: center;
}

.header {
  width: 100%;
  height: 100vh;
  font-family: "Raleway", sans-serif;
}

.branding{
    font-size: 1.5rem;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right:0;
    height:80px;
    max-width:100%;
    
}

.branding .logo{
    padding-top:10px;
    padding-left:1rem;
    margin-top:10px;
    width:100%;
    font-family: 'Satisfy', handwriting;
}

.header .navigation .checkbox {
  display: none;
}
.header .navigation .button {
  background-color: white;
  height: 5rem;
  width: 5rem;
  position: fixed;
  top: 2rem;
  right: 2rem;
  border-radius: 50%;
  z-index: 2000;
  box-shadow: 0 1rem 2rem rgba(128, 128, 128, 0.2);
  text-align: center;
  cursor: pointer;
}
.header .navigation .button .icon {
  position: relative;
  translate: transform(-50%, -50%);
  top: 50%;
  left: 0;
}
.header .navigation .button .icon, .header .navigation .button .icon::before, .header .navigation .button .icon::after {
  width: 1.5rem;
  height: 1.5px;
  background-color: black;
  display: inline-block;
}
.header .navigation .button .icon::before, .header .navigation .button .icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}
.header .navigation .button .icon::before {
  top: -0.7rem;
}
.header .navigation .button .icon::after {
  top: 0.7rem;
}
.header .navigation .button:hover .icon::before {
  top: -1rem;
}
.header .navigation .button:hover .icon::after {
  top: 1rem;
}
.header .navigation .checkbox:checked + .button .icon {
  background-color: transparent;
}
.header .navigation .checkbox:checked + .button .icon::before {
  transform: rotate(135deg);
  top: 0;
}
.header .navigation .checkbox:checked + .button .icon::after {
  transform: rotate(-135deg);
  top: 0;
}
.header .navigation .bg {
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  position: fixed;
  top: 3rem;
  right: 2.5rem;
  background-color: black;
  opacity: 0.9;
  transition: transform 0.4s;
  z-index: 100;
}
.header .navigation .nav {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
  color: white;
  opacity: 0;
  transition: all 0.4s;
}
.header .navigation .nav .nav-list {
  list-style: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.header .navigation .nav .nav-list .nav-item {
  margin: 1rem;
}
.header .navigation .nav .nav-list .nav-item .nav-link:link, .header .navigation .nav .nav-list .nav-item :visited {
  display: inline-block;
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 2.5rem;
  padding: 0.2rem 3.2rem;
  font-weight: 300;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, white 50%);
  background-size: 230%;
  transition: all 0.4s;
}
.header .navigation .nav .nav-list .nav-item .nav-link:hover, .header .navigation .nav .nav-list .nav-item :active {
  background-position: 100%;
  color: black;
  transform: translateX(0); /*1rem kann position der text nach recht ändern*/
}
.header .navigation .checkbox:checked ~ .bg {
  transform: scale(500);
}
.header .navigation .checkbox:checked ~ .nav {
  opacity: 1;
  display: inline-block;
}

.header .alex {
	width: 100%;
	height: 100vh;
	display: inline-block;
}
.header .alex .title-alex {
	position: absolute;
	width: 100%;
	left: 0;
	right:0;
	top: 0;
	height: 100vh;
	z-index: 9;
	background-color: transparent;
}
.header .alex .title-alex .text-area {
	text-align: center;
	position: relative;
  width:100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: black;
}
.header .alex .title-alex .text-area .float-left {
  margin-top:2rem;
	text-align: left;
	position: relative;
	width:200px;
	top: 50%;
	left: 25%;
  font-size:120%;
	transform: translate(-50%, -50%);
	color: black;
  font-family:'Raleway', sans-serif;
}

.header .alex .title-alex .text-area .alex-heading {
	margin: 0 0 1rem 0;
	font-size: 2.5rem;
	font-weight: 800;
  font-style: normal;
  font-family: 'Raleway', sans-serif;
}

.header .alex .title-alex .text-area .alex-heading .alex-farbe{
    color:blue;
    font-weight: 800;
    font-style: normal;
    font-family: 'Raleway', sans-serif;
}

.header .alex .title-alex .text-area .alex-lead {
	font-size: 1.1rem;
	padding: 1rem;
}

.blink-img {
  animation: blink 2s linear infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.btn-down{
  background-color:transparent;
  margin-top: 5%;
  border:none;
  text-align:center;
  padding-bottom: 30px;
}
/*
.header .alex .down-arrow::after {
	content: "";
	position: absolute;
	bottom: 5%;
	font-size: 2.5rem;
	transform: translateX(-50%);
	animation: 2s arrow-anim infinite;
  cursor: pointer;
}
@keyframes arrow-anim {
	0% {
		transform: translateY(-10px);
		opacity: 0;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}
*/
.background{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('./svg/Home-Background/Background.svg');
    /*background-image: url('./svg/Home-Background/alex--bcg.png');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.5;
    filter: blur(5px);
    z-index: -1;
}


.header .hero .down-arrow::after {
  content: "↓";
  position: absolute;
  bottom: 5%;
  left: 50%;
  font-size: 2.5rem;
  transform: translateX(-50%);
  animation: 2s arrow-anim infinite;
}
@keyframes arrow-anim {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.intro {
  margin: 0 0 0 0;
  position: relative;
  width: 100%;
  font-family: "Questrial", "Raleway", sans-serif;
}

.intro .heading-area {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 0 0;
}
.intro .heading-area .intro-heading {
  border-left: 0.5rem solid rgba(0, 0, 0, 0.3);
  padding-left: 0;
  font-size: 3rem;
  text-shadow: 4px -1px rgba(128, 128, 128, 0.3);
}

.info-basic {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: "Raleway";
  text-align: center;
  background: black;
  color: white;
}
.info-basic .heading {
  width: 100%;
  padding-left: 4px;
  font-size: 1.5rem;
}
.info-basic .heading h1 {
  display: inline;
}
.info-basic .text-area {
  margin-top: 1rem;
  text-align: center;
  max-width: 100%;
  font-size: 1.3rem;
  display: inline-block;
  padding: 1rem;
  font-family: "Questrial", sans-serif;
}

.intro {
	position: relative;
	width: 100%;
	font-family: 'Questrial','Raleway',sans-serif;
}
.intro .title {
    padding-top: 2rem;
}

.intro .title h1{
    margin-bottom: 50px;
    text-align: center;
}

.intro .heading-area {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 0 0 0;
}
.intro .heading-area .intro-heading {
	border-left: 0.5rem solid rgba(0, 0, 0, 0.3);
	padding-left: 4px;
	font-size: 3rem;
	text-shadow: 4px -1px rgba(128, 128, 128, 0.3);
}

/*Standard Style*/
.bcg-black {
  /*background-image: url('./svg/Home-Background/Background.svg');*/
  margin-top:0;
  background-color:rgb(17, 16, 66);
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 100vh;
  min-height: -moz-available;
  min-height: -webkit-fill-available;
  min-height:fill-available;
  color: rgb(255, 255, 255);
}



.bcg-gallery{
    margin-top:0;
    background-color:rgb(17, 16, 66);
    min-height: 100vh;
    min-height: -moz-available;
    min-height: -webkit-fill-available;
    min-height:fill-available;
    padding-bottom: 50px;
}

.bcg-white {
  /*background-image: url('./svg/Home-Background/Background.svg');*/
  margin-top:0;
  background-color:rgb(255, 255, 255);
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 100vh;
  min-height: -moz-available;
  min-height: -webkit-fill-available;
  min-height:fill-available;
  color: rgb(0, 0, 0);

}

.bcg-kontakt {
  /*background-image: url('./svg/Home-Background/Background.svg');*/
  margin-top:0;
  background-color:rgb(255, 255, 255);
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 100vh;
  min-height: -moz-available;
  min-height: -webkit-fill-available;
  min-height:fill-available;
  color: rgb(0, 0, 0);

}

.intro .last{
    width:80%;
}

.bcg-kontakt .row{
    margin-top:40px;
}

.bcg-info {
  /*background-image: url('./svg/Home-Background/Background.svg');*/
  margin-top:0;
  background-color:rgb(255, 255, 255);
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 100vh;
  min-height: -moz-available;
  min-height: -webkit-fill-available;
  min-height:fill-available;
  color: rgb(0, 0, 0);

}

.bcg-erfahrung {
  /*background-image: url('./svg/Home-Background/Background.svg');*/
  margin-top:0;
  background-color:rgb(17, 16, 66);
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  min-height: -moz-available;
  min-height: -webkit-fill-available;
  min-height:fill-availabel;
  position: relative;
  color: rgb(255, 255, 255);
}

.bcg-social{
  margin-top:0;
  left:0;
  right:0;
  background-color:rgb(255, 255, 255);
  background-size: cover;
  background-position: center;
  position: relative;
  color: rgb(0, 0, 0);
  text-align: center;
  margin-bottom: 30px;
  text-decoration: none;
}
.bcg-social  a{
  cursor: pointer;
  text-decoration: none;
  padding:4px 4px;
  font-size: 80%;
}

.bcg-social  a:hover{
    color: rgb(255, 255, 255);
    background-color: rgb(95, 95, 251);
    border-radius: 30px;
}

.shadow{
    -webkit-filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.7));
    filter:drop-shadow(3px 3px 2px rgba(0,0,0,0.7));
}

/*info*/

.info{
  position: fixed;
  bottom: 20px;
  left: 20px;
  width:50%;
  z-index: 999;
}
.list-container {
  position: static;
  width:50%;
}
.list-container.active .more-button-list {
  opacity: 1;
  transform: scale(1);
}
.list-container.active .more-button-list-item {
  animation: fadeInItem 0.6s 0.2s forwards;
}
.list-container.active .more-button-list-item:nth-child(2) {
  animation-delay: 0.4s;
}
.list-container.active .more-button-list-item:nth-child(3) {
  animation-delay: 0.6s;
}
.list-container.active .more-button-list-item:nth-child(4) {
  animation-delay: 0.8s;
}
.list-container.active .more-button {
  animation: onePulse 0.6s forwards linear;
}
.list-container.active .menu-icon-wrapper {
  transform: rotate(-45deg);
}
.list-container.active .menu-icon-line.first {
  transform: rotate(-90deg) translateX(1px);
}
.list-container.active .menu-icon-line.last {
  transform: rotate(-90deg) translateX(-1px);
}
.more-button {
  background-color: #5c67ff;
  box-shadow: 0px 0px 0px 4px rgba(92, 103, 255, 0.3);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0.2s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  z-index: 2;
}
.more-button:hover, .more-button:focus {
  box-shadow: 0px 0px 0px 8px rgba(92, 103, 255, 0.3);
  background-color: #4854ff;
}
.more-button:focus {
  outline: 0;
}
.more-button-list {
  background-color: #fff;
  border-radius: 8px;
  list-style-type: none;
  width: 140px;
  height: 100px;
  box-shadow: 0px 0px 4px 4px rgba(150, 157, 249, 0.16);
  padding: 0;
  padding: 6px;
  position: absolute;
  left: 40px;
  bottom: 0;
  opacity: 0;
  transform: scale(0);
  transform-origin: bottom left;
  transition: all 0.3s ease 0.1s;
}
.more-button-list li {
  opacity: 0;
}
.more-button-list-item {
  display: flex;
  align-items: center;
  color: #1c3991;
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  transition: 0.2s ease-in;
  transform: translatex(-10px);
}
.more-button-list-item:hover {
  color: #5c67ff;
}
.more-button-list-item:after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 24px);
  left: 12px;
  bottom: 0;
  background-color: rgba(132, 160, 244, 0.1);
}
.more-button-list-item:last-child:after {
  display: none;
}
.more-button-list-item svg {
  width: 18px;
  height: 18px;
}
.more-button-list-item span {
  display: inline-block;
  line-height: 20px;
  font-size: 14px;
  margin-left: 8px;
}
@keyframes onePulse {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(92, 103, 255, 0.3);
  }
  50% {
    box-shadow: 0px 0px 0px 12px rgba(92, 103, 255, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 4px rgba(92, 103, 255, 0.3);
  }
  }
  @keyframes fadeInItem {
  100% {
    transform: translatex(0px);
    opacity: 1;
  }
}
.socials {
  position: fixed;
  bottom: 16px;
  right: 16px;
  display: flex;
  align-items: center;
}
.social-link {
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  margin-right: 12px;
}
.menu-icon-wrapper {
  border-radius: 2px;
  width: 20px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: transform 330ms ease-out;
}
.menu-icon-line {
  background-color: #fff;
  border-radius: 2px;
  width: 100%;
  height: 2px;
}
.menu-icon-line.half {
  width: 50%;
}
.menu-icon-line.first {
  transition: transform 300ms cubic-bezier(0.52, -0.8, 0.52, 0.52);
  transform-origin: right;
}
.menu-icon-line.last {
  align-self: flex-end;
  transition: transform 300ms cubic-bezier(0.52, -0.8, 0.52, 0.52);
  transform-origin: left;
}
@media only screen and (width: 915px) {
  .alex .title-alex .text-area {
      margin-top:6%;
  }
  .btn-down{
    margin-top:2px;
  }
}

@media only screen and (max-width: 896px) {
  .info{
    position: sticky;
    margin-top: 20px;
    margin-left:7px;
    z-index: 999;
  }
  .alex .title-alex .text-area .float-left{
    display:none;
  }

  .btn-down{
    margin-top:0.5px;
    width:80%;
  }

  .branding {
    top: 0;
    left: 0;
    height:45px;
    right:0;
  }
  .branding .logo{
    padding-top:0.5px;
    padding-left:1rem;
    margin-top:5px;
    width:80%;
  }
  .header .navigation .button {
    background-color: white;
    height: 3rem;
    width: 3rem;
    position: fixed;
    top: 12px;
    right: 12px;
  }
  .header .navigation .bg {
    width: 1.5rem;
    height: 2rem;
    top: 16px;
    right: 16px;
    background-image: radial-gradient(black, black);
  }
  .header .navigation .nav .nav-list .nav-item .nav-link:link, .header .navigation :visited {
    font-size: 1rem;
    padding: 0.2rem 2.2rem;
  }
  .header .navigation .nav .nav-list {
    list-style: none;
    text-align: center;
  }
}
@media only screen and (max-width: 667px) {

  .alex .title-alex .text-area {
    margin-top:4%;
  }
  .alex .title-alex .text-area .float-left{
    display:none;
  }

  .btn-down{
    margin-top:2px;
  }

  .info{
    position: sticky;
    margin-top: 10px;
    margin-left:7px;
    z-index: 999;
  }
  .branding {
    top: 0;
    left: 0;
    height:45px;
    right:0;
  }
  .branding .logo{
    padding-top:2px;
    padding-left:1rem;
    margin-top:5px;
    width:80%;
  }
  .header .navigation .nav .nav-list .nav-item .nav-link:link, .header .navigation :visited {
    font-size: 1.2rem;
    padding: 0.2rem 1.2rem;
  }
}