@import url("bootstrap.css");
@import url("startseite.css");
@import url("portfolio.css");
@import url("font-awesome.css");
@import url("swiper.min.css");
@import url("materialdesignicons.css");
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700");
body {
  margin: 0;
  font-family: 'Ubuntu', sans-serif;
  overflow-x: hidden !important; }

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    color: red;
    text-decoration: none; }

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

.centered {
  margin: 0 auto;
  float: none; }

.no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important; }

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should be a color other than white */
  z-index: 99;
  /* makes sure it stays on top */ }

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally on the screen */
  top: 50%;
  /* centers the loading animation vertically on the screen */
  background-image: url(../img/ring.svg);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */ }

.scrolltop {
  position: fixed;
  bottom: 50px;
  cursor: pointer;
  font-size: 24px;
  opacity: 0;
  right: 20px;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out; }
  .scrolltop.show {
    right: 50px;
    opacity: 1; }

.nav {
  position: absolute;
  color: #FFF;
  z-index: 91;
  left: 0;
  top: 0;
  width: auto; }
  .nav .logo {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: #FFF;
    padding: 20px 0 0 20px;
    -webkit-transition: all 500ms ease-out .2s;
    -moz-transition: all 500ms ease-out .2s;
    -o-transition: all 500ms ease-out .2s;
    transition: all 500ms ease-out .2s; }
    .nav .logo span {
      font-weight: 200; }
      @media (max-width: 640px) {
        .nav .logo span {
          display: none; } }
    .nav .logo.black {
      color: #000; }

/* Icon 3 */
#nav-icon3 {
  width: 40px;
  height: 45px;
  position: absolute;
  z-index: 100;
  right: 20px;
  display: block;
  margin: 20px 0 0 0;
  top: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out .3s;
  -moz-transition: .25s ease-in-out .3s;
  -o-transition: .25s ease-in-out .3s;
  transition: .25s ease-in-out .3s; }
  #nav-icon3 span.black {
    background: #000; }

#nav-icon3 span:nth-child(1) {
  top: 0px; }

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 10px; }

#nav-icon3 span:nth-child(4) {
  top: 20px; }

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

.menu {
  position: absolute;
  width: 100vw;
  height: 100vh;
  padding-top: 20vh;
  background: #000;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 500ms ease-out .2s;
  -moz-transition: all 500ms ease-out .2s;
  -o-transition: all 500ms ease-out .2s;
  transition: all 500ms ease-out .2s; }
  .menu.show {
    opacity: .94;
    z-index: 90; }
  @media (max-width: 1140px) {
    .menu {
      left: 0vw;
      width: 100vw;
      padding-top: 10vh; } }
  @media (max-width: 830px) {
    .menu {
      left: 0vw;
      width: 100vw;
      padding-top: 10vh; } }
  @media (max-width: 640px) {
    .menu {
      left: 0vw;
      width: 100vw;
      padding-top: 10vh; } }
  .menu .menu-link {
    width: 100%;
    display: block;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    font-size: 42px;
    font-weight: 700;
    padding: 20px 0 0 20px;
    opacity: 0;
    margin-top: 200px;
    -webkit-transition: all 500ms ease-out .5s;
    -moz-transition: all 500ms ease-out .5s;
    -o-transition: all 500ms ease-out .5s;
    transition: all 500ms ease-out .5s; }
    .menu .menu-link.show {
      opacity: 1;
      margin-top: 0; }
    .menu .menu-link:hover {
      font-size: 48px; }
    @media (max-width: 1140px) {
      .menu .menu-link {
        font-size: 24px; } }
    @media (max-width: 640px) {
      .menu .menu-link {
        font-size: 32px;
        opacity: 1;
        margin-top: 0; } }
    @media (max-width: 480px) {
      .menu .menu-link {
        font-size: 24px;
        opacity: 1;
        margin-top: 0; } }
    .menu .menu-link.impressum {
      font-size: 14px;
      position: absolute;
      bottom: 20px;
      right: 30px;
      text-align: right; }
      @media (max-width: 480px) {
        .menu .menu-link.impressum {
          bottom: 80px; } }

/*************
MAUS ANIMATION
*************/
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%; }

.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  bottom: 5vh;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #FFF;
  border-radius: 25px;
  -webkit-animation: 2.5s mousefadein;
  -webkit-transition: all 500ms ease-out .5s;
  -moz-transition: all 500ms ease-out .5s;
  -o-transition: all 500ms ease-out .5s;
  transition: all 500ms ease-out .5s;
  opacity: 1;
  z-index: 999; }
  @media (max-width: 830px) {
    .icon-scroll {
      display: none; } }
  .icon-scroll.hide {
    opacity: 0; }
  .icon-scroll.black {
    box-shadow: inset 0 0 0 1px #000; }
  .icon-scroll span {
    color: #FFF;
    text-align: center;
    display: block;
    margin: 75px 0 0 -10px;
    font-weight: 500; }

@-webkit-keyframes mousefadein {
  0% {
    opacity: 0; }
  70% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes mousefadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #FFF;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll; }

@-webkit-keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px); } }
@keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px); } }
.impressum {
  padding: 100px 0 50px 0; }

/*
input[type="text"] {
	color:#000; 
	border:none;
	outline:none;
	width:70%;
}
input[type="submit"] {
	color:#000;
	border:none;
	outline:none;
	width:20%;
}	
*/

/*# sourceMappingURL=style.css.map */
