* {
  box-sizing: border-box; }

body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  line-height: 1.2; }

header {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100vw;
  font-size: 1.5rem;
  background-color: white;
  padding: 20px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  opacity: 0.8; }
  header a:link {
    text-decoration: none; }
  header a:visited, header a:hover, header a:focus, header a:active {
    text-decoration: underline; }

header nav {
  float: right;
  display: inline-block;
  padding: 0.5rem; }
  header nav li {
    display: inline-block;
    padding: 0 0.5rem; }

header .logo {
  display: inline-block;
  position: absolute;
  top: calc((2* 20px + 1.5rem - 56px) / 2);
  left: 20px;
  padding: 2px; }
  header .logo img {
    position: relative;
    top: 5px; }

footer {
  position: relative;
  margin-top: -4rem;
  display: block;
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  vertical-align: middle;
  width: 100vw; }
  footer a {
    height: 100%;
    display: inline-block; }
  footer div {
    position: relative;
    display: inline-block;
    align: center; }
  footer .logo-small {
    margin: 0rem 2rem; }
    footer .logo-small img {
      position: relative;
      top: 12px; }

#home {
  background-image: url("../images/bg-2.jpg");
  background-size: cover;
  background-origin: border-box; }

#home.slider .row > div {
  height: calc(100% - calc(2*20px + 56px - 15px));
  width: 50%;
  position: absolute;
  top: calc(2*20px + 56px - 15px);
  padding-top: calc(2* 15px); }
  #home.slider .row > div:first-child {
    left: 0; }
    #home.slider .row > div:first-child .h2 {
      margin-top: 100px;
      margin-left: 75px;
      text-align: left; }
      #home.slider .row > div:first-child .h2 .type {
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 4.8px;
        font-size: 1.5rem; }
      #home.slider .row > div:first-child .h2 .name {
        font-size: 3.5rem;
        text-transform: uppercase;
        font-weight: 600; }
  #home.slider .row > div:nth-child(2) {
    right: 0; }


	.impressum {
	font-family: "Open Sans", sans-serif;
    
	margin-left:150px;
	margin-right:150px;
	margin-top:50px;
	text-align:justify;
	border:thin;
}


@media (max-width: 767px) {
  #home.slider .row {
    position: relative;
    top: calc(-1 * 2 * 15px); }

  #home.slider .row > div {
    width: 100%;
    max-height: calc(50% - calc(2*20px + 56px - 15px) - 2 * 15px);
    position: static;
    padding-top: 0; }
    #home.slider .row > div:first-child {
      padding-top: calc(2* 15px); } }
/* */
#menu-icon {
  display: none;
  width: 40px;
  height: 40px; }

a:hover#menu-icon {
  background-color: #444;
  border-radius: 4px 4px 0 0; }

@media only screen and (max-width: 767px) {
  #menu-icon {
    display: inline-block;
    text-align: center;
    vertical-align: middle; }
    #menu-icon span.fa {
      position: relative;
      top: 4px; }

  nav ul, nav:active ul {
    display: none;
    position: absolute;
    padding: 20px;
    background: #fff;
    border: 4px solid #444;
    right: 20px;
    top: 60px;
    width: 50%;
    border-radius: 4px 0 4px 4px; }

  nav li {
    text-align: center;
    width: 100%;
    padding: 10px 0;
    margin: 0.5rem 0; }

  nav:hover ul {
    display: block; } }
/* -- responsive web design -- */
/* */
.subcontent {
  display: none; }

div.content a:active, div.content a:hover {
  color: red;
  font-weight: 800; }
  div.content a:active ~ .subcontent, div.content a:hover ~ .subcontent {
    display: block;
    border: 1px solid green; }

.subcontent:hover {
  display: block; }

/* */
.slider {
  position: relative;
  padding: 15px;
  padding-top: calc(2*20px + 15px + 56px);
  display: block;
  width: 100vw;
  height: 100vh;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4); }
  .slider .header {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(2*20px + 56px - 15px);
    width: 100vw;
    max-width: 100vw;
    max-height: calc(2*20px + 56px - 15px);
    padding: 1rem; }
  .slider h1 {
    font-weight: 800;
    font-size: 1.8rem;
    text-align: center;
    margin-top: calc(calc(2*20px + 56px - 15px) + 4rem); }
  .slider q {
    font-style: italic; }

.external-link {
  padding: 2px; }
  .external-link label {
    padding-right: 0.5rem; }

#team.slider {
  line-height: 1.5;
  font-weight: 300; }
  #team.slider .content {
    margin: 8rem 15% 15% 15%; }
    #team.slider .content p:first-child {
      text-align: justify;
      margin-bottom: 4rem; }
    #team.slider .content div.team h2 {
      margin-bottom: 0.5rem; }
    #team.slider .content ul {
      list-style: none; }

#services.slider .row {
  margin-top: 8rem; }
#services.slider .col {
  margin-bottom: 20px; }
#services.slider > div input {
  display: none; }
#services.slider > div label {
  display: inline-block;
  width: 100%;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 1rem; }
  #services.slider > div label:hover {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); }
#services.slider > div .content {
  display: none;
  text-align: center;
  line-height: 1.8; }
#services.slider > div hr {
  width: auto;
  margin: 5px 35%; }
#services.slider > div input[type="radio"]:checked + label {
  text-decoration: underline;
  cursor: default; }
  #services.slider > div input[type="radio"]:checked + label:hover {
    text-shadow: none; }
#services.slider > div input[type="radio"]:checked ~ .content {
  display: block; }

#links.slider .content {
  margin-top: 8rem; }
#links.slider .external-link {
  margin-bottom: 1.5rem;
  margin-left: 15%; }
  #links.slider .external-link label {
    display: block; }

#contact .contact-entry {
  margin-bottom: 1rem; }
#contact .content {
  margin-top: 8rem;
  margin-left: 15%;
  text-align: right; }
  #contact .content .opening {
    margin-top: 2rem; }
  #contact .content table {
    margin-right: 0;
    margin-left: auto; }
    #contact .content table td:nth-child(2) {
      padding-left: 0.5rem; }
  #contact .content table ~ p {
    margin-top: 0.4rem; }
@media (max-width: 767px) {
  #contact .content {
    margin-left: 0;
    text-align: center; }
    #contact .content table {
      margin-right: auto; } }
#contact .row .scenery {
  margin-top: 8rem;
  height: 310px;
  max-height: 310px;
  margin-right: 2rem;
  background-image: url("../images/bg.jpg");
  background-size: contain;
  background-origin: border-box;
  background-repeat: no-repeat; }
  @media (max-width: 979px) {
    #contact .row .scenery {
      height: auto; } }

@media only screen and (max-width: 767px) {
  .slider {
    border-bottom: unset; } }

/*# sourceMappingURL=theme.css.map */
