html,
body {
  font: 15px/1.5 Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  background-color: #f4f4f4;
  height: 100%;
  width: 100%;
}
/* Global */
.container {
  width: 80%;
  margin: auto;
  overflow: hidden;
}
ul {
  margin: 0;
  padding: 0;
}
.dark {
  padding: 15px;
  background: #35424a;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.center {
  margin: 10% 25%;
  text-align: center;
  width: 50%;
  padding: 10px;
}
/* Showcase */
#showcase {
  min-height: 400px;
  background: url('../img/showcase.jpg') no-repeat 0 -400px;
  text-align: center;
  color: #ffffff;
}
#showcase h1 {
  margin-top: 100px;
  font-size: 55px;
  margin-bottom: 10px;
}
#showcase p {
  font-size: 20px;
}
/* Boxes */
#boxes {
  margin-top: 20px;
}
#boxes .box {
  float: left;
  text-align: center;
  width: 30%;
  padding: 10px;
}
#boxes .box img {
  width: 90px;
}
/* Sidebar */
aside#sidebar {
  float: right;
  width: 30%;
  margin-top: 10px;
}
aside#sidebar .quote .button_1 {
  width: 25%;
}
aside#sidebar .quote input {
  width: 90%;
  padding: 5px;
}
aside#sidebar .quote textarea {
  width: 60%;
  height: 110px;
  padding: 0;
}
/* Main-col */
article#main-col {
  float: left;
  width: 65%;
}
/* Services */
ul#services li {
  list-style: none;
  padding: 20px;
  border: #cccccc solid 1px;
  margin-bottom: 5px;
  background: #e6e6e6;
}
#inhalt h3,
#inhalt p {
  opacity: 0;
  transform: scale(0.5);
}
#button_lf,
#inhalt h3,
#inhalt p,
#inhalt h3 span,
#senden {
  transition: all 250ms cubic-bezier(0.7, 0, 0.3, 1);
}
.aktive > #inhalt h3,
.aktive > #inhalt p {
  opacity: 1;
  transform: scale(1);
}
/* ############################################################## */
.button_lf {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #ff6600;
  width: 200px;
  height: 70px;
  border-radius: 3px;
}
.aktive_1 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 350px;
  height: 395px;
  box-shadow: 0 0 30px 1px #0d0e10;
}
#click {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 40px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 30px;
  color: #fff;
  margin: 0;
  padding: 15px 0 15px 0;
  font-weight: 100;
  text-align: center;
}
#inhalt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
#inhalt p {
  margin: 0;
  padding: 0;
}
#inhalt h3 {
  font-weight: 100;
  display: block;
  width: 80%;
  font-size: 45px;
  text-align: left;
  margin: 25px 10% 25px 10%;
  color: #999;
}
#inhalt h3 span {
  font-weight: 700;
  display: inline-block;
  font-size: 13px;
  float: right;
  margin: 20px 0 0 0;
  color: #999;
  cursor: pointer;
}
#inhalt h3 span:hover {
  color: #ff6600;
}
#inhalt label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  padding: 0 10% 2px 10%;
  width: 80%;
  display: inline-block;
  color: #999;
}
#inhalt input {
  width: 70%;
  padding: 5%;
  margin: 0 10% 15px 10%;
  background: #f4f4f4;
  border: none;
  font-size: 20px;
}
#inhalt input:focus {
  outline: none;
  background-color: #ff6e48;
  transition: all 0.5s;
  border-radius: 5px;
  color: white;
}
#inhalt #senden {
  margin: 10px 10% 0 10%;
  width: 80%;
  color: #ffffff;
  display: inline-block;
  background: #ff6600;
  cursor: pointer;
}
#inhalt #senden:hover {
  background: #212328;
  color: #fff;
}
/* ############################################################## */
/* ############################ Morphing Login ################## */
/* ############################################################## */
#inhalt h3,
#inhalt p {
  opacity: 0;
  transform: scale(0.5);
}
#button_lf,
#inhalt h3,
#inhalt p,
#inhalt h3 span,
#senden {
  transition: all 250ms cubic-bezier(0.7, 0, 0.3, 1);
}
.aktive > #inhalt h3,
.aktive > #inhalt p {
  opacity: 1;
  transform: scale(1);
}
/* ############################################################## */
.button_lf {
  position: absolute;
  top: -200px;
  left: 20px;
  background: #ff6600;
  width: 200px;
  height: 70px;
  border-radius: 3px;
}
.aktive_1 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 350px;
  height: 410px;
  box-shadow: 0 0 30px 1px #0d0e10;
}
#click {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 40px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 30px;
  color: #fff;
  margin: 0;
  padding: 15px 0 15px 0;
  font-weight: 100;
  text-align: center;
}
#inhalt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
#inhalt p {
  margin: 0;
  padding: 0;
}
#inhalt h3 {
  font-weight: 100;
  display: block;
  width: 80%;
  font-size: 45px;
  text-align: left;
  margin: 25px 10% 25px 10%;
  color: #999;
}
#inhalt h3 span {
  font-weight: 700;
  display: inline-block;
  font-size: 13px;
  float: right;
  margin: 20px 0 0 0;
  color: #999;
  cursor: pointer;
}
#inhalt h3 span:hover {
  color: #ff6600;
}
#inhalt label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  padding: 0 10% 2px 10%;
  width: 80%;
  display: inline-block;
  color: #999;
}
#inhalt input {
  width: 70%;
  padding: 5%;
  margin: 0 10% 15px 10%;
  background: #f4f4f4;
  border: none;
  font-size: 20px;
}
#inhalt input:focus {
  outline: none;
}
#inhalt #senden {
  margin: 10px 10% 0 10%;
  width: 80%;
  color: #ffffff;
  display: inline-block;
  background: #ff6600;
  cursor: pointer;
}
#inhalt #senden:hover {
  background: #212328;
  color: #fff;
}
/* ############################################################## */
/* ############################ SIGNUP FORM ################## */
/* ############################################################## */
.signup {
  text-align: center;
  color: #A4A4A4;
}
main {
  background: url(../img/showcase.jpg) no-repeat 50% 50%;
}
main .wrapper-main {
  width: 50%;
  margin: auto;
  padding: 5%;
}
main .wrapper-main .section-default {
  width: 50%;
  margin: auto;
  background-color: #E0E0E0;
}
main .wrapper-main .section-default h3 {
  font-weight: 100;
  display: block;
  width: 80%;
  font-size: 45px;
  text-align: left;
  margin: 0 10% 25px 10%;
  color: #999;
}
main .wrapper-main .section-default form {
  margin-bottom: 5%;
}
main .wrapper-main .section-default form p {
  margin: 0;
}
main .wrapper-main .section-default form p label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 10% 2px 10%;
  width: 80%;
  display: inline-block;
  color: #999;
}
main .wrapper-main .section-default form p input {
  width: 70%;
  padding: 5%;
  margin: 0 10% 15px 10%;
  background: #f4f4f4;
  border: none;
  font-size: 20px;
}
main .wrapper-main .section-default form p input:focus {
  outline: none;
  background-color: #ff6e48;
  transition: all 0.5s;
  border-radius: 5px;
  color: white;
}
main .wrapper-main .section-default form #register {
  width: 80%;
  color: #ffffff;
  display: inline-block;
  background: #ff6600;
  cursor: pointer;
  transition: all 0.3s ease-in;
  height: 60px;
  font-size: 1.5em;
  margin: 10px 10% 5%;
  border: none;
}
main .wrapper-main .section-default form #register:hover {
  background: #212328;
  color: #fff;
  transition: all 0.3s ease-in;
}
/* All Buttons */
.button {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #ff6600;
  width: 200px;
  height: 70px;
  border-radius: 3px;
  transition: all 0.3s;
}
.button_1 {
  height: 33px;
  background: #e8491d;
  border: 0;
  padding: 0 20px 0 20px !important;
  cursor: pointer;
  font-size: 15px;
  transition: all 0.3s;
}
.button_1:hover {
  background: #A4A4A4;
  transition: all 0.3s ease-in;
}
.register_button {
  text-decoration: none;
  color: black;
  transition: all 0.3s ease-in;
}
.register_button:hover {
  transition: all 0.3s ease-in;
  color: #e8491d;
}
@font-face {
  font-family: 'Yantramanav';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/yantramanav/v11/flU-Rqu5zY00QEpyWJYWN5-QbeR5CA.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aX8.ttf) format('truetype');
}
html {
  height: 100%;
}
/* Header */
header {
  background: #35424a;
  color: #ffffff;
  min-height: 70px;
  border-bottom: red 3px solid;
  background-size: cover;
}
header a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.3s;
}
header a:hover {
  color: #A4A4A4;
  font-weight: bold;
  transition: all 0.3s;
}
header .logo {
  float: left;
  margin: 20px 0 20px 0;
}
header .logo .web_design {
  font-size: 35px;
}
header nav {
  float: right;
  margin-top: 60px;
}
header .home {
  padding: 0 20px 0 20px;
  display: inline;
  color: darkred;
  font-weight: bold;
}
header .about {
  padding: 0 20px 0 20px;
  display: inline;
  color: darkred;
  font-weight: bold;
}
header .service {
  padding: 0 20px 0 20px;
  display: inline;
  color: darkred;
  font-weight: bold;
}
header .highlight {
  color: darkred;
  font-weight: bold;
}
header a:hover {
  color: #A4A4A4;
  font-weight: bold;
  transition: all 0.3s ease 0s;
}
/* Header Image */
.header_img {
  min-height: 400px;
  background: url("../img/showcase.jpg") no-repeat 0 -400px fixed;
  text-align: center;
  color: #ffffff;
}
.header_img h1 {
  margin-top: 100px;
  font-size: 55px;
  margin-bottom: 10px;
}
.intro {
  height: 100%;
  width: 100%;
  margin: auto;
  background: url("../img/showcase.jpg") no-repeat 50% 50%;
  display: table;
  top: 0;
  background-size: cover;
  background-attachment: fixed;
}
.intro a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.3s ease-in;
}
.intro .logo {
  float: left;
  margin-bottom: 20px;
}
.intro .logo .web_design {
  margin: 0;
  font-size: 35px;
  user-select: none;
}
.intro nav {
  float: right;
  margin-top: 10px;
}
.intro nav .home {
  padding: 0 20px 0 20px;
  display: inline;
  font-weight: bold;
  user-select: none;
}
.intro nav .about {
  padding: 0 20px 0 20px;
  display: inline;
  font-weight: bold;
  user-select: none;
}
.intro nav .service {
  padding: 0 20px 0 20px;
  display: inline;
  font-weight: bold;
  user-select: none;
}
.intro .highlight {
  color: darkred;
  font-weight: bold;
}
.intro a:hover {
  color: #cccccc;
  font-weight: bold;
  transition: all 0.3s ease-in 0s;
}
.intro .icons {
  float: right;
  width: 72px;
  height: 40px;
}
.intro .icons .sign_in,
.intro .icons .contact {
  font-size: 20px;
  width: 35px;
  height: 25px;
  border-left: 1px solid #dfdfdf;
  float: left;
  padding: 0;
}
.intro .icons .icon1,
.intro .icons .icon2 {
  display: block;
  margin: 1px 0 0 8px;
  cursor: pointer;
}
.intro .icon1:hover,
.intro .icon2:hover {
  color: #cccccc;
  transition: all 0.3s ease 0s;
}
.intro .inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  max-width: none;
  top: 20px;
  position: absolute;
}
.intro .inner .content {
  max-width: 600px;
  text-align: center;
  padding-bottom: 28%;
  margin: 15% auto 0;
  user-select: none;
}
.intro .inner .content h1 {
  font-family: Yantramanav, sans-serif;
  font-size: 600%;
  font-weight: 100;
  color: #E1EFE9;
  line-height: 70%;
}
.intro .inner .content .os-animation .btn {
  font-family: Montserrat, sans-serif;
  font-size: 135%;
  font-weight: 400;
  color: darkred;
  text-transform: uppercase;
  text-decoration: none;
  border: solid darkred;
  padding: 10px 20px;
  border-radius: 9px;
  transition: all 0.5s ease 0s;
}
.intro .inner .content .os-animation .btn:hover {
  color: #cbdfd6;
  border: solid #CBDFD6 2px;
}
/* newsletter */
#newsletter {
  padding: 15px;
  color: #ffffff;
  background: #35424a;
}
#newsletter h1 {
  float: left;
}
#newsletter form {
  float: right;
  margin-top: 15px;
}
#newsletter input[type="email"] {
  height: 25px;
  width: 250px;
}
/* footer */
footer {
  padding: 10px;
  color: #ffffff;
  background-color: #e8491d;
  text-align: center;
  position: relative;
}
footer .icons {
  top: 25%;
  right: 10px;
  width: 72px;
  height: 40px;
  position: absolute;
}
footer .icons .sign_in {
  font-size: 20px;
  width: 35px;
  height: 25px;
  border-left: 1px solid #dfdfdf;
  float: left;
  padding: 0;
}
footer .icons .icon1 {
  display: block;
  cursor: pointer;
  top: 30px;
}
footer .icons .icon1 .fas,
footer .icons .icon1 .fa-sign-in-alt {
  color: #fff;
  transition: all 0.3s;
}
footer .icons .icon1 .fas:hover,
footer .icons .icon1 .fa-sign-in-alt:hover {
  color: #A4A4A4;
  transition: all 0.3s ease-in;
}
footer .logout {
  top: 25%;
  right: 10px;
  width: 72px;
  height: 40px;
  position: absolute;
  font-size: 20px;
  border-left: 1px solid #dfdfdf;
}
#homepage {
  position: fixed;
  left: 10px;
  bottom: 10px;
  height: 50px;
  width: 50px;
  background-color: #35424a;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
}
#homepage .fas {
  position: absolute;
  top: 24%;
  left: 22%;
  color: white;
  font-size: 25px;
  /*border: 8px solid transparent;
    border-bottom-color: white;*/
}
#homepage:hover {
  background-color: cyan;
  transition: background 500ms ease;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
}
/*--- Media Queries --*/
@media screen and (max-width: 768px) {
  .content {
    padding-bottom: 40%;
  }
  .content h1 {
    font-size: 300%;
  }
  .content .os-animation .btn {
    font-size: 110%;
    padding: 9px 17px;
  }
  header {
    padding-bottom: 20px;
  }
  header .logo,
  header nav,
  header nav div {
    float: none;
    text-align: center;
    width: 100%;
    margin-top: 0;
  }
  #newsletter h1,
  #newsletter form,
  #ref .box,
  article#about_art,
  article#main_col,
  aside#sidebar,
  .header_img {
    float: none;
    text-align: center;
    width: 100%;
  }
  .header_img h1 {
    margin-top: 40px;
  }
  .header_img p {
    font-size: 20px;
  }
  #newsletter button,
  aside#sidebar button {
    display: block;
    width: 100% !important;
  }
  #newsletter form input[type="email"],
  aside#sidebar textarea {
    width: 100% !important;
    margin-bottom: 5px;
  }
  footer p {
    margin-right: 90px;
  }
  .intro .inner {
    top: 20px;
  }
  .intro .inner .container .logo,
  .intro .inner .container nav,
  .intro .inner .container nav div {
    float: none;
    text-align: center;
    width: 100%;
  }
  .intro .inner .container .content {
    padding-bottom: 30%;
  }
  .intro .inner .container .content h1 {
    font-size: 450%;
  }
  .intro .inner .container .content .os-animation .btn {
    font-size: 130%;
    padding: 9px 17px;
  }
}
/* Media Querry für SplitScreen */
@media (max-width: 800px) {
  .header_split {
    font-size: 2rem;
  }
  .button_split {
    width: 12rem;
  }
}
@media (max-height: 700px) {
  .button_split {
    top: 70%;
  }
}
/* Media Queries */
@media (max-width: 768px) {
  header #branding,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form,
  #boxes .box,
  article#main-col,
  aside#sidebar {
    float: none;
    text-align: center;
    width: 100%;
  }
  header {
    padding-bottom: 20px;
  }
  #showcase h1 {
    margin-top: 40px;
  }
  #newsletter button,
  .quote button {
    display: block;
    width: 100%;
  }
  #newsletter form input[type="email"],
  .quote textarea {
    width: 100%;
    margin-bottom: 5px;
  }
}
