/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: rgb(184, 134, 11);
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  overflow: auto;
}

#menulabel {
  margin-left: 8px;
  color: rgb(184, 134, 11);
}

.head2 {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: rgb(22, 22, 22);
  color: rgb(184, 134, 11);
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  position: relative;
  font-family: 'Lato', sans-serif;
  overflow-x: hidden;
  height: 90%;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

section {
  height: auto;
  min-height: 100vh;
  width: 100%;
  background: black;
  display: block;
  box-sizing: border-box;
}
.bb {
  width: 100%;
  height: 70px;
  background: #323232;
  color: #323232;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  font-size: 60px;
  text-align: center;
  line-height: 75px;
}
.bba {
  width: 100%;
  height: 10px;
  background: #d2d2d2;
}

.navWrap {
  width: 275px;
  height: 100vh;
  display: block;
  position: absolute;

  padding-left: 0%;
  margin: 0px 0px 0px -260px;
  z-index: 150;
  /*-webkit-transition: padding 1s ease-in-out;
  -moz-transition: padding 1s ease-in-out;
  -o-transition: padding 1s ease-in-out;
  transition: padding 1s ease-in-out;*/

  -webkit-transition: margin-left 0.5s, padding 1s ease-in-out;
  -moz-transition: margin-left 0.5s, padding 1s ease-in-out;
  -o-transition: margin-left 0.5s, padding 1s ease-in-out;
  -ms-transition: margin-left 0.5s, padding 1s ease-in-out;
  transition: margin-left 0.5s, padding 1s ease-in-out;
}

.navWrap:hover {
  padding-left: 0px;
  margin: 0px 0px 0px 0px;
}

.navWrap .logo {
  width: 275px;

  display: block;
  z-index: 40;
  position: absolute;
  background-color: #ccc;
}

.navWrap .menu {
  display: block;
  left: 270px;
  position: absolute;
  width: 55px;
  height: 18px;
  transform: rotate(90deg);
  color: rgb(80, 80, 80);
  text-align: center;
  top: 24px;
  text-decoration: none;
  z-index: 20;
}

.logo a {
  display: block;
  width: 275px;
  height: 110px;
  text-decoration: none;
}
.logo a:hover h1 {
  color: #fff;
}

.logo h1 {
  width: 275px;
  height: 70px;
  text-align: center;
  font-size: 40px;
  color: rgb(80, 80, 80);
  line-height: 80px;
}

.navWrap .logo:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 70px;
  border-left: 0px solid transparent;
  border-right: 275px solid transparent;
}

nav {
  width: 275px;
  height: 100%;
  display: block;
  margin-top: 110px;
  box-sizing: border-box;
  border-left: 1px solid transparent;
  background: #00000099;
}

.references {
  padding-top: 40px;
}

nav ul li a {
  display: block;
  text-decoration: none;
  height: 65px;
  width: 100%;
  color: #d2d2d2;
  line-height: 65px;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 16px;
  cursor: pointer;
  background-color: none;
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
nav ul li.active a,
nav ul li a:hover {
  color: #333;
  background-color: #ffffff99;
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

nav ul li.hidden a {
  display: none;
}

#start {
  background: url('../res/images/banner.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  -moz-box-shadow: inset 0 0 40px #000000;
  -webkit-box-shadow: inset 0 0 40px #000000;
  box-shadow: inset 0 0 40px #000000;
}

.highlightable:hover {
  color: rgb(184, 134, 11) !important;
}

.content {
  width: 80%;
  left: 5%;
  padding: 260px 0px 200px 320px;
  box-sizing: border-box;
  position: relative;
  height: auto;
  display: block;
  min-height: 500px;
  color: #d2d2d2;
}
.content p {
  line-height: 2em;
  font-size: 120%;
  line-height: 22px;
  font-weight: 300;
}
.content b {
  line-height: 1.8em;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: rgba(210, 210, 210, 0.4);
}
.content p:hover b {
  color: royalblue;
}
.content h3:not(.first) {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 150%;
}

/* FORM */
.telephone-private {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  overflow: hidden;
}

input,
body input[type='submit'] {
  border: 0px;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  margin: 10px 0px;
  font-size: 14px;
  font-weight: 100;
  cursor: pointer;
  box-sizing: border-box;
  background: #d2d2d2;
}
textarea {
  border: 0px;
  padding: 0px;
  margin: 0px;
  width: 100%;
  min-height: 140px;
  padding: 10px 0px 0px 15px;
  margin: 10px 0px;
  font-size: 14px;
  font-weight: 100;
  cursor: pointer;
  box-sizing: border-box;
  background: #d2d2d2;
}
body input[type='submit'] {
  height: 50px;
  margin: 0px;
  padding-left: 15px;
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
  background: #d2d2d2;
}
body .submit_p {
  overflow: hidden;
  margin-top: 15px;
  height: 50px;
  position: relative;
}
body .submit_p:after {
  width: 100%;
  height: 8px;
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: -10px;
  border-radius: 65px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}

body .submit_p:hover:after {
  width: 100%;
  height: 8px;
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: -10px;
  border-radius: 65px;
  box-shadow: 0;
}

body .submit_p:hover input,
body input:hover,
body textarea:hover {
  background: white;
}

body #start .centered {
  display: block;
  position: relative;
  margin: 0px auto;
  font-size: 70px;
  font-weight: 100;
  top: 4vh;
  text-shadow: 0 0 10px #fff;
}

body #start .centered * {
  color: #000;
  text-decoration: none;
  text-align: center;
}

#start .trian {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid rgb(0, 0, 0);
  margin: 20px auto;
}

#start .trian:hover {
  border-top: 20px solid rgb(184, 134, 11);
}

#impr .content a {
  color: #d2d2d2;
  text-decoration: none;
}
#impr .content a:hover {
  color: #d2d2d2;
  text-decoration: underline;
}
#ref .imgMasterWrap {
  position: relative;
  display: block;
  height: 100%;
  min-height: 100%;
  width: 100%;
}
#ref .imgMasterWrap.done {
  display: block;
  height: 100%;
  min-height: 100%;
  width: 100%;
  position: relative;
}

#ref .imgMasterWrap.done {
  height: auto;
  min-height: 100%;
}
#ref .imgMasterWrap:after {
  clear: both;
}
#ref .imgWrap {
  width: 20%;
  margin: 0px;
  display: block;
  height: 200px;
  padding: 0px;
  float: left;
  overflow: hidden;
  background-color: black;
}
#ref .imgWrap div.img {
  position: relative;
  width: 100%;
  margin: -200px 0px 0px 0px;
  display: block;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 20;
}
#ref .imgWrap div.overlay {
  position: relative;
  width: 100%;
  margin: 0px;
  display: block;
  height: 200px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 50;
}
#ref .imgWrap div.overlay:hover {
  position: relative;
  width: 100%;
  margin: 0px;
  display: block;
  height: 200px;
  background: rgba(0, 0, 0, 0);
  z-index: 50;
}
#ref .imgWrap p {
  width: 20%;
  position: absolute;
  margin: 0px;
  display: none;
  height: 200px;
  z-index: 30;
  color: white;
  text-align: center;
  line-height: 80px;
}
#ref .imgWrap:last-child:after {
  clear: both;
  float: none;
}

/* FORM ENDE */
@media only screen and (max-width: 1280px) {
  .bb {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1050px) {
  .bb {
    font-size: 40px;
  }
}
@media only screen and (max-width: 830px) {
  .bb {
    font-size: 30px;
  }
}
@media only screen and (max-width: 630px) {
  .bb {
    font-size: 20px;
  }

  #start {
    background-image: url('../res/images/banner-mobile.jpg');
  }
}
@media only screen and (max-width: 430px) {
  .bb {
    font-size: 15px;
  }
}
b {
  margin-right: 25px;
}

p {
  font-size: 100%;
}

.nachricht_p {
  font: inherit;
}

h2 {
  vertical-align: baseline;
  text-align: center;
  font-size: 50%;
  font-weight: 300;
}

.centered a h1,
.centered a h2 {
  color: #fff;
}

.centered a h1:hover,
.centered a h2:hover {
  color: rgb(184, 134, 11);
}

#sys {
  display: block;
  background-image: url('../res/Studio.png');
  background-attachment: fixed;
  background-repeat: no-repeat;

  left: 150px;
  padding-bottom: 5em;
  padding-top: 5em;
}

#syscon {
  background-color: rgba(0, 0, 0, 0.95);
  min-width: 400px;
  width: 20%;
  left: 20%;

  padding-left: 25px;
  padding-top: 55px;
  padding-bottom: 25px;
  margin-bottom: 0em;

  -webkit-box-shadow: 0px 0px 43px 48px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 43px 48px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 43px 48px rgba(0, 0, 0, 1);
}

#ref {
  display: block;
  background-image: url('../res/studio2.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#refcon {
  background-color: rgba(0, 0, 0, 0.95);
  min-width: 750px;
  width: max-content;
  left: 20%;
  padding: 5px 25px 0;
  margin-bottom: 5em;

  -webkit-box-shadow: 0px 0px 43px 48px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 43px 48px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 43px 48px rgba(0, 0, 0, 1);
}

#impr {
  background-color: white;
}

.imprint {
  line-height: 1.5rem;
}

.portrait {
  position: relative;
  top: 4px;
  max-width: 250px;
  padding: 20px;
}

/** normal resolution */
@media only screen and (max-width: 1060px) {
  .navWrap {
    visibility: collapse;
  }

  #start {
    background-image: url('../res//images/banner-mobile.jpg');
  }
}

/** retina */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 2000px),
  only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 2000px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 2000px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 2000px),
  only screen and (min-resolution: 192dpi) and (max-width: 2000px),
  only screen and (min-resolution: 2dppx) and (max-width: 2000px),
  /** iPhone 11 Pro */ only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3),
  /** iPhone 11 */ only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  #start {
    background-image: url('../res//images/banner-mobile.jpg');
  }
}
