/*
 Theme Name: heitz
 Author: Rainer Falkenroth
 Version: 1
*/
@import url("https://use.typekit.net/sla2vuy.css");
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,
b,
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,
head,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
}
body,
html {
  font-family: source-sans-pro, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.33em;
  color: #fff;
  background-color: #000;
  width: 100%;
  padding: 0;
  border: 0;
  margin: 0;
}
body{
  width: 100vw;
  overflow-x:hidden;
}
i {
  font-style: italic;
}
b,
strong {
  font-weight: bold;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
h2 {
  font-size: 2em;
  line-height: 1.33em;
}
h1 {
  font-size: 2.2em;
  line-height: 1.33em;
}

a {
  text-decoration: none;
  color: #fff;
}
a:hover,
a.current {
  color: #99cc00;
}
.content.green a:hover {
  color: #2d2d2d;
}
p {
  margin-bottom: 1.33em;
}
.content ul:not(.blocks-gallery-grid) {
  margin: 0 0 1.33em 1.33em;
}
.head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #2d2d2d;
  z-index: 999;
}
.logo {
  display: inline-block;
  font-size: 1.4em;
  line-height: 1em;
  padding: 0;
  color: #ffffff !important;
}
.logo span {
  color: #99cc00 !important;
}
.head .menu li ul {
  position: relative;
  padding-top: 0;
  overflow: hidden;
  max-height: 0px;
  -moz-transition: max-height 0.6s ease-in-out;
  -o-transition: max-height 0.6s ease-in-out;
  -webkit-transition: max-height 0.6s ease-in-out;
  transition: max-height 0.6s ease-in-out;
  background-color: #99cc00;
  left: -4px;
}
.head .menu li:hover ul,
.head .menu li ul.show {
  max-height: 20em;
}
.head .menu li ul li a {
  color: #2d2d2d;
}
.head .menu li ul li a:hover,
.head .menu li ul li a.current {
  color: #7f7f7f;
}
.content {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.content.green {
  color: #2d2d2d;
  background-color: #99cc00;
  padding-bottom: 1em;
}
.content.home {
  background: url(assets/start.jpg) 50% 50% no-repeat;
  background-size: contain;
  min-height: calc(100vh - 128px - 80px);
  height: calc(100vh - 128px - 80px);
  transform: translateY(80px);
}
.content.home span,
.content.home h2,
.content.home h1 {
  display: inline-block;
  text-indent: -200vw;
}
.portrait {
  width: 100%;
  height: auto;
}
iframe {
  margin-top: 80px;
  width: 100vw;
  height: calc(100vh - 80px);
}
.icon {
  font-size: 1.4em;
  line-height: 1.33em;
  display: block;
  padding: 0 0 6em 6em;
  background: url(assets/tel.png) 0 0 no-repeat;
  background-size: 4em 4em;
}
.icon.fax {
  background: url(assets/fax.png) 0 0 no-repeat;
  background-size: 4em 4em;
}
.icon.email {
  background: url(assets/email.png) 0 0 no-repeat;
  background-size: 4em 4em;
}
.icon.adr {
  background: url(assets/adr.png) 0 0 no-repeat;
  background-size: 4em 4em;
}
.icon.stu {
  background: url(assets/stu.png) 0 0 no-repeat;
  background-size: 7em 7em;
  padding: 2em 0 6em 6em;
}
.slideshow .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
}
.slick-track,
.slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-list {
  position: relative;
  display: block;
  outline: none;
  margin: 0;
  padding: 0;
  z-index: 500;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  outline: none;
}
.slick-prev,
.slick-next {
  position: absolute;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  width: 3em;
  height: 3em;
  cursor: pointer;
  bottom: 16px;
  left: 12vw;
  z-index: 1900;
}
.slick-next {
  left: calc(12vw + 12em);
}
.slick-prev:before {
  font-size: 2em;
  content: "<";
  color: #fff;
}
.slick-next:before {
  font-size: 2em;
  content: ">";
  color: #fff;
}
.info .nav {
  position: relative;
  margin-left: -16px;
  height: 3em;
  padding-bottom: 1em;
}
.pager,
.caption {
  position: absolute;
  display: block;
  bottom: 16px;
  left: calc(12vw + 2em);
  line-height: 2em;
  width: 6em;
  text-align: center;
}
.caption {
  width: 63vw;
  text-align: left;
  bottom: -2.66em;
  left: calc(12vw + 9em);
  line-height: 1.33em;
}
.slick-dots {
  display: block;
  position: absolute;
  bottom: 1.33em;
  left: 2em;
  display: block;
  width: calc(100% - 4em);
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  text-align: center;
  z-index: 2000;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  background-color: #ffffff;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 8px;
  content: "";
  text-align: center;
}
.slick-dots li.slick-active button:before {
  background-color: #fff;
}
@media all and (max-width: 1022px) {
  body,
  html {
    font-size: 1em;
    line-height: 1.33em;
  }
  .head {
    position: fixed;
  }
  .head .logo {
    margin: 32px;
  }
  .menu {
    font-size: 1.33em;
    line-height: 1.33em;
  }
  .content {
    padding: 0 32px;
    width: calc(100% - 64px);
  }
  .content.home {
    transform: translateY(0);
  }
  .menubtn {
    display: block;
    position: absolute;
    z-index: 1002;
    top: 25px;
    right: 32px;
    width: 32px;
    height: 33px;
    cursor: pointer;
  }
  .menubtn span {
    position: absolute;
    display: block;
    width: 32px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .menubtn span.l1 {
    margin-top: -8px;
  }
  .menubtn span.l2 {
    margin-top: 8px;
  }
  .menu_active .menubtn span {
    margin-top: 0;
  }
  .menu_active .menubtn .l1 {
    margin-left: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu_active .menubtn .l2 {
    margin-left: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu_active .menubtn .l3 {
    opacity: 0;
  }
  .head .menu {
    list-style: none;
    max-height: 0px;
    overflow: hidden;
    -moz-transition: max-height 0.8s ease-in-out;
    -o-transition: max-height 0.8s ease-in-out;
    -webkit-transition: max-height 0.8s ease-in-out;
    transition: max-height 0.8s ease-in-out;
  }
  .menu_active .head .menu {
    max-height: 200vh;
    padding-bottom: 16px;
  }
  .menu_active .slick-arrow,
  .menu_active .pager,
  .menu_active .info,
  .menu_active .caption {
    display: none !important;
  }
  .head .menu li {
    padding: 4px 16px 4px 32px;
  }
  .head .menu li ul {
    margin-left: -32px;
    width: calc(100% + 24px);
    padding-left: 16px;
  }
  .head .logo img {
    width: 75%;
    max-width: 300px;
    height: auto;
    margin: 20px 16px 12px 16px;
  }
  .content {
    padding-top: 20vw;
    min-height: calc(100vh - 48vw);
  }
  .icon,
  .icon.fax,
  .icon.email,
  .icon.adr {
    background-size: 4em 4em;
    padding: 0em 0 4em 6em;
  }
  .icon.stu {
    background-size: 6em 6em;
    padding: 2em 0 8em 6em;
  }
  iframe {
    margin-top: 50px;
    height: calc(100vh - 50px);
  }
  .slick-track {
    margin-top: 128px;
    width: calc(100vw - 32px) !important;
    height: calc(100vh - 160px);
  }
  .slick-slide {
    width: 100%;
    height: calc(100vh - 160px);
  }
  .slick-prev {
    left: 16px;
  }
  .slick-next {
    left: calc(16px + 12em);
  }
  .pager {
    left: calc(16px + 2em);
  }
  .caption {
    width: calc(50vw - 16px);
    left: calc(16px + 10em);
    bottom: -5.6em;
  }
}
@media all and (max-width: 450px) {
  .portrait {
    margin-top: 32px;
  }
  .caption {
    width: 90%;
    bottom: -0.5em;
    left: 0;
  }
  .info p {
    display: none;
    padding: 2em 0;
  }
  .slick-track {
    margin-top: 64px;
  }
  .slick-current.info p {
    display: inline-block;
  }
}
@media all and (max-width: 370px) {
  .head .logo {
    margin: 16px 128px 16px 16px;
  }
  .menubtn {
    right: 16px;
    top: 22px;
  }
  .head .menu li {
    padding-left: 16px;
  }
  .head .menu li ul {
    margin-left: -16px;
  }
}
@media all and (min-width: 1023px) {
  .head {
    width: calc(100% - 4vw);
    background-color: #2d2d2d;
    padding: 16px 2vw;
    height: 48px;
  }
  .head .logo img {
    position: relative;
    width: 220px;
    height: 11px;
    margin-top: 8px;
  }
  .head .menu {
    display: inline-block;
    list-style: none;
    margin: 8px 3em 2px 0;
    white-space: nowrap;
  }
  .head .menu li ul {
    position: absolute;
    margin-top: 0.2em;
    -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.2);
  }
  .head .menu li {
    list-style: none;
    position: relative;
    display: inline-block;
    margin-right: 1em;
  }
  .head .menu li ul li {
    display: block;
    padding: 4px;
  }
  .content {
    width: 100%;
    padding-top: 128px;
    min-height: calc(100vh - 128px);
  }
  .col {
    width: 75%;
    margin-left: 2%;
  }
  .col0 {
    float: left;
    width: 25%;
    margin-left: 2%;
  }
  .col1 {
    float: left;
    width: 33%;
    margin-left: 2%;
  }
  .col2 {
    float: left;
    width: 33%;
    margin-left: 2%;
  }
  .content.green::after {
    content: "";
    display: block;
    clear: both;
    width: 100vw;
  }
  .slick-track {
    margin-top: 128px;
    width: 90% !important;
    height: calc(100vh - 232px);
  }
  .slick-slide {
    width: 100%;
    height: calc(100vh - 232px);
  }
  .info p {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }
  .caption {
    bottom: -3.3em;
  }
}
@media all and (min-width: 1300px) {
  .head .logo {
    padding-left: 12vw;
  }
  .head .menu {
    margin-left: 12vw;
    margin-right: 12vw;
  }
  .col {
    width: 50%;
    margin-left: 14vw;
  }
  .col0 {
    width: 25%;
    margin-left: 14vw;
  }
  .col1 {
    width: 25%;
    margin-left: 14vw;
  }
  .col2 {
    float: left;
    width: 33%;
    margin-left: 2%;
  }
}
@media all and (min-width: 1367px) {
  .head .logo img {
    left: 0;
  }
  .menu {
    font-size: 1.2em;
    line-height: 1.33em;
  }
  .slick-track {
    margin-top: 128px;
    width: 90% !important;
    height: calc(100vh - 192px);
  }
  .slick-slide {
    width: 100%;
    height: calc(100vh - 192px);
  }
  .caption {
    bottom: calc(-1.33em - 22px);
  }
  .info p {
    padding-left: 9vw;
    padding-right: 33%;
  }
}
@media all and (min-width: 2048px) {
  .head .menu {
    margin-left: 3em;
  }
}
