* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-size: 14px;
}


a {
  //color: inherit !important;
  text-decoration: none !important;
}

a.MailLink:link { color: #d90000; }
//a.MailLink:visited { color: #cc6666; }

html, body {
  width: 100%;
  height: 100%;
  min-height: 750px;
  font-family: Arial, sans-serif;
}

body {
  overflow: auto;
  overflow-x: hidden;
}

header {
  width: 100%;
  height: 100px;
  border-bottom: 2px solid black;
  position: fixed;
  background-color: white;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  z-index: 300;
  top: 0;
  left: 0;
  background-image: url(../img/rucken.png);
  background-position: center;
  background-size: cover;
}

nav {
  width: 200px;
  min-height: 590px;
  height: calc(100% - 100px);
  float: left;
  margin-top: 100px;
  position: relative;
  background-color: white;
  z-index: 200;
}
.offClick {
  background-color: transparent;
  width: calc(100% - 200px);
  height: 100%;
  display: none;
  float: right;
  z-index: 301 !important;
  position: absolute;
  right: 0;
}
.offClick button{
  background-color: transparent;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}

main {
  float:right;
  padding: 20px;
  width: calc(100% - 200px);
  margin-top: 100px;
  position: relative;
}


div.container {
  width: 100%;
  height: 100%;
  min-height: 750px;
}

div#logo {
  background-image: url(../img/logo.png);
  width: 240px;
  height: 50px;
  margin-left: 5%;
  background-size: cover;
}


div#telephone {
  background-image: url(../img/telephone.png);
  width: 26px;
  height: 22px;
  float:left;
}


div#contact {
  width: 150px;
  margin-right: 10%;
  display: flex;
  align-items: center;
  font-size: 15px;
}


ul#verticalMenu {
  padding: 0;
  width:90%;
  margin: 0 auto;
  padding: 10px;
  border-right: 1px solid black;
  height: 100%;
  position: relative;
}

ul#verticalMenu li, .newslink {
  list-style-type: none;
  font-weight: bold;
  margin-bottom: 5px;
  height: 18px;
  color: #9F866B;
  text-decoration: none;
}

ul#verticalMenu li.divider {
  border-bottom: 1px dashed #9F866B;
  height: 1px;
}

ul#verticalMenu li.subitem {
  font-weight: normal;
}

ul#verticalMenu li.subitem::before {
  content: "-";
  margin-right: 6px;
}

ul#verticalMenu li:hover {
  cursor: pointer;
  color: #B41E2C;
}

ul#verticalMenu  li.zvk {
  cursor: auto;
  color: grey;
  text-align: center;
}

ul#verticalMenu li.zvk-logo {


      height: 60px;
    display: flex;
}

ul#verticalMenu  li.zvk-logo  a {
  margin: 0 auto;
  width: 47px;
}

ul#verticalMenu li.selected::after {
  content: "<";
  width: 12px;
  height: 15px;
  background-color: #B41E2C;
  color: white;
  margin-left: 2px;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  border: 1px solid #CF5654;
}


div.footer {
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #B41E2C;
  background-color: transparent;
  padding-bottom: 5px;
  pointer-events: none;
}


div#menuShower {
  display: none;
  background-image: url(../img/bread.png);
  width:24px;
  height: 29px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}


div#menuShower:hover {
  cursor: pointer;
}

div.bottom {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 1070px) {
  header {
    -ms-align-items: flex-end;
    align-items: flex-end;
  }

  div#contact {
    width: 140px;
  }

  nav {
    width: 0;
    border: none;
    height: calc(100% + 25px);
  }

  div#menuShower {
    display: block;
  }


  header {
    -webkit-flex-direction: column;
   flex-direction: column;
  }

  header > * {
    margin: 0 !important;
  }

  ul#verticalMenu {
    display: none;
  }

  main {
    width: 100%;
    float: none;
    position: relative;
  }

  div.images {
    margin: 0 auto;
    width: 350px;
  }
}

form {
  margin-top: 10px;
}

h1.title {
  color: #B41E2C;
  margin-bottom: 20px;
  font-size: 24px;
}


div.group > label {
  width: 110px;
  display:inline-block;
  float:left;
  height: 18px;
}

div.group > label.required::before {
  content: "*";
  color: red;
  margin-right: 5px;
}

div.group > label:not(.required) {
  text-indent: 10px;
}

form {
  width: 350px;
  min-height: 450px;
}

div.group > textarea, div.group > input, div.group > select, div.multi > select {
  width: 240px;
  border: 1px solid black;
  display: block;
}

div.group > input[type=submit] {
  float: right;
}

div.multi > select {
  margin-bottom: 5px;
}

div.multi {
  width: 240px;
  float: right;
}

div.group > textarea  {
  height: 200px;
  resize:vertical;
  min-height: 200px;
}

div#check {
  display: none;
}

div.group {
  margin: 5px 0;
}


p.home {
  text-align: center;
  font-weight: bold;
}

img#homeimg {
  max-width: 702px;
  width:100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

img:not(#homeimg){
  height: auto;
   width: auto;
   max-width: 240px;
   max-height: 240px;
}


div.image {
  width: 240px;
  height: 225px;
  display: inline-block;
  position: relative;
}


div.image > img {
  width: 350px !important;
  height: 160px !important;
}

 p.imageDesc {
   position: absolute;
   bottom: 0;
   margin: 15px 0;
 }

 div.employee {
   width: 240px;
   display: inline-block;
   margin: 10px;
   height: 250px;
 }

 div.employee:hover {
   cursor: pointer;
 }

div.employee > p {
  text-align: center;
}

div.description {
  float: right;
  width: calc(100% - 240px);
}


@media screen and (max-width: 790px) {
  div.description {
    float: none;
    width: auto;
  }
}


@media screen and (max-width: 450px) {
  .group {
    width: 60px;
  }

  .group > input[type=submit] {
    float: none !important;
  }

  div.multi{
    float: left;
  }
}
