/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 9, 2016, 11:31:23 PM
    Author     : patrick tschanz
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.07.2018, 19:15:33
    Author     : ptz
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.07.2018, 19:16:19
    Author     : ptz
*/
@font-face {
  font-family: "ptsans";
  src: url('fonts/ptsans.ttf') format('truetype'), url('fonts/ptsans.woff') format('woff'), url('fonts/ptsans.woff2') format('woff2');
}
@font-face {
  font-family: 'salsa';
  src: url('salsa.eot');
  src: url('salsa.woff2') format('woff2'), url('salsa.woff') format('woff'), url('salsa.ttf') format('truetype');
}
a,
link {
  color: #484848;
  text-decoration: underline;
}
.nodecoration {
  text-decoration: none;
}
.nodecoration a,
.nodecoration link {
  text-decoration: none;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
h1 {
  margin: 0;
  padding: 0;
  font-family: ptsans, Arial, Helvetica, sans-serif;
  font-size: 20pt;
}
@media only screen and (min-width: 480px) and (max-width: 959px) and (orientation:landscape), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait) {
  h1 {
    font-size: 19pt;
  }
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  h1 {
    font-size: 18pt;
  }
}
h2 {
  margin: 0;
  padding: 0;
  font-family: ptsans, Arial, Helvetica, sans-serif;
  font-size: 18pt;
}
@media only screen and (min-width: 480px) and (max-width: 959px) and (orientation:landscape), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait) {
  h2 {
    font-size: 17pt;
  }
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  h2 {
    font-size: 16pt;
  }
}
h3 {
  margin: 0;
  padding: 0;
  font-family: ptsans, Arial, Helvetica, sans-serif;
  font-size: 16pt;
}
@media only screen and (min-width: 480px) and (max-width: 959px) and (orientation:landscape), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait) {
  h3 {
    font-size: 15pt;
  }
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  h3 {
    font-size: 14pt;
  }
}
h4 {
  margin: 0;
  padding: 0;
  font-family: ptsans, Arial, Helvetica, sans-serif;
  font-size: 14pt;
}
@media only screen and (min-width: 480px) and (max-width: 959px) and (orientation:landscape), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait) {
  h4 {
    font-size: 13pt;
  }
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  h4 {
    font-size: 12pt;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.07.2018, 19:18:45
    Author     : ptz
*/
#imgContainer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
#imgContainer .imgContainerImage {
  height: 100%;
  width: 100%;
  margin: auto;
}
#imgContainer .imgContainerImage .image {
  width: 100%;
  margin: auto;
}
#imgContainer .imgContainerImage .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 90%;
}
.imageNichtGeschnitten img {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.imageGeschnitten img {
  display: block;
  width: 80%;
  margin: auto;
  /*&:hover {
            width:190px;
            @media @tablet , @tabletPortrait , @mobile , @mobilePortrait {
                width:41%;
            }
        }*/
}
@media only screen and (min-width: 480px) and (max-width: 959px) and (orientation:landscape), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .imageGeschnitten img {
    width: 40%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .imgDisplayNone {
    display: none !important;
  }
}
.imageGeschnittenKlein img {
  display: block;
  width: 100px;
  margin: auto;
}
@media only screen and (min-width: 480px) and (max-width: 959px) and (orientation:landscape), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .imageGeschnittenKlein img {
    width: 40%;
  }
}
.imageGeschnittenMittel img {
  display: block;
  width: 180px;
  margin: auto;
}
@media only screen and (min-width: 480px) and (max-width: 959px) and (orientation:landscape), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .imageGeschnittenMittel img {
    width: 40%;
  }
}
.imageTeam img {
  display: block;
  width: 80%;
  max-width: 200px;
  margin: auto;
  /*&:hover {
            width:190px;
            @media @tablet , @tabletPortrait , @mobile , @mobilePortrait {
                width:41%;
            }
        }*/
}
@media only screen and (min-width: 480px) and (max-width: 959px) and (orientation:landscape), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .imageTeam img {
    width: 40%;
  }
}
.welcomeImage {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: 50% 45%;
  background-image: url(/assets/images/hauptbild.png );
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12.08.2018, 19:29:42
    Author     : patrick
*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px !important;
  z-index: 100000;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  display: inline-block;
  background-image: url(/assets/images/logo_gross.png );
  background-position: 5px 5px;
  background-repeat: no-repeat;
  background-size: auto 85px;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  header {
    background-image: url(/assets/images/logo.png );
    background-size: auto 40px;
    height: 50px !important;
  }
}
header .headerLeft img {
  margin: 5px;
  height: 85px;
  width: 85px;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  header .headerLeft img {
    height: 45px;
    width: 45px;
  }
}
header .headerMiddle {
  height: 95px !important;
  position: relative;
  width: calc( 100% - 100px);
  display: inline-block;
}
header .headerMiddle a,
header .headerMiddle link {
  text-decoration: none !important;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  header .headerMiddle {
    height: 50px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait) {
  header .headerMiddle {
    height: 80px !important;
  }
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:landscape), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait) {
  header .headerMiddle .headerMiddleSubtitle {
    display: none;
  }
}
header .headerMiddle .headerMiddleTop,
header .headerMiddle .headerMiddleBottom,
header .headerMiddle .headerMiddleMiddle {
  clear: both;
  width: 100%;
  padding: 0;
  margin: 0;
}
header .headerMiddle .headerMiddleTop {
  padding-top: 3px;
  width: 100%;
}
header .headerMiddle .headerMiddleBottom {
  position: absolute;
  bottom: 0px;
  right: 0;
}
header .headerRight {
  float: right;
}
header .headerRight img {
  display: block;
  margin: 0 auto;
  height: 100%;
  max-height: 90px;
  height: auto;
  margin: 5px;
}
.headerLayout {
  width: 100%;
  position: relative;
  margin: auto;
  display: inline-block;
  font-size: 24pt;
  /*.circleHomepage {
        position: absolute;
        z-index: 1002;
        right:80px;
        bottom:30px;
        display:inline-block;

        .cirlesmall {
            margin-left: 15px;
            width:20px;
            height:20px;
            padding-top:3px;
            border-radius: 10px;
            background-color: rgba( 255 , 255 , 255 , 0.7 );
            box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);

            &:hover {
                background-color: rgba( 200 , 0 , 0 , 0.8 );
            }

            &.active {
                background-color: rgba( 200 , 0 , 0 , 0.8 );
            }
        }
    }*/
}
.headerLayout a,
.headerLayout link {
  text-decoration: none !important;
}
@media only screen and (min-width: 480px) and (max-width: 959px) and (orientation:landscape), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait) {
  .headerLayout {
    font-size: 28pt;
  }
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .headerLayout {
    font-size: 24pt;
  }
}
.headerLayout .headerStartGoRight,
.headerLayout .headerStartGoLeft {
  position: absolute;
  top: 50%;
  margin-top: -27px;
}
.headerLayout .headerStartGoRight .cell img,
.headerLayout .headerStartGoLeft .cell img {
  height: 60px;
  width: auto;
}
.headerLayout .headerStartGoRight .cell:hover,
.headerLayout .headerStartGoLeft .cell:hover {
  text-shadow: 2px 2px 8px #484848 !important;
  color: #ffffff;
}
.headerLayout .headerStartGoLeft {
  z-index: 1000001;
  left: 0;
}
.headerLayout .headerStartGoRight {
  z-index: 1000002;
  right: 0;
}
.headerLayout .headerStartPage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
  height: 300px;
}
.headerLayout .headerStartPage .headerStartPageContent {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.headerLayout .headerStartPage .headerStartPageContent .headerStartBig {
  position: absolute;
  bottom: 20px;
  left: 100px;
  max-width: 85%;
  display: none;
}
.headerLayout .headerStartPage .headerStartPageContent .headerStartBig .blockBig {
  padding: 10px;
}
.headerLayout .headerStartPage .headerStartPageContent .headerStartBig .blockBig a,
.headerLayout .headerStartPage .headerStartPageContent .headerStartBig .blockBig link {
  font-size: 30pt !important;
}
.headerLayout .headerStartPage .headerImage img {
  width: 100%;
  height: auto;
}
.headerLayout .headerBlocksPage {
  margin-top: 80px;
  height: 250px;
  width: 100%;
  margin: auto;
  background-size: 100%;
}
.headerLayout .headerBlocksPage .headerBlocksPageContent {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-top: 80px;
}
.headerLayout .headerBlocksSearch {
  position: absolute;
  left: 0;
  right: 0;
  top: 170px;
  width: 100%;
  margin: auto;
}
.headerPage.php {
  margin-top: 60px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 9, 2016, 11:31:23 PM
    Author     : patrick tschanz
*/
html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
body {
  overflow-x: hidden;
  overflow-y: auto;
  font-family: ptsans, Arial, Helvetica, sans-serif;
  color: #484848;
  font-size: 13pt;
}
@media only screen and (min-width: 480px) and (max-width: 959px) and (orientation:landscape), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait) {
  body {
    font-size: 11pt;
  }
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  body {
    font-size: 9pt;
  }
}
form {
  margin: 0;
  padding: 0;
}
.width15 {
  margin: 0;
  padding: 0;
  width: 15px;
}
.width20 {
  margin: 0;
  padding: 0;
  width: 20px;
  margin-right: 5px;
}
.width20 img {
  width: 18px;
  height: auto;
  margin: auto;
}
.width30 {
  margin: 0;
  padding: 0;
  width: 30px;
}
.width80 {
  clear: both;
  margin: 0;
  padding: 0;
  width: 80%;
}
.width100 {
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
}
.unbreak {
  clear: both;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: left;
}
.nonbreak {
  clear: none;
  float: left;
  display: inline-block;
}
.width100_5 {
  width: calc( 100% - 5px);
}
.width100_10 {
  width: calc( 100% - 10px);
}
.width100_20 {
  width: calc( 100% - 20px);
}
.width100_50 {
  width: calc( 100% - 50px);
}
.width100_80 {
  width: calc( 100% - 80px);
}
.noneDisplay {
  display: none;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .mobileNoneDisplay {
    display: none !important;
  }
}
.height5 {
  height: 5px;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .height5 {
    height: 3px;
  }
}
.height10 {
  height: 10px;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .height10 {
    height: 5px;
  }
}
.height20 {
  height: 20px;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .height20 {
    height: 10px;
  }
}
.roundcorner {
  border-radius: 5px 5px 0 0;
}
.round {
  text-align: center;
  width: 30px;
  height: 30px;
  padding-top: 3px;
  border-radius: 15px;
}
@media only screen and (min-width: 480px) and (max-width: 959px) and (orientation:landscape), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait) {
  .round {
    width: 26px;
    height: 26px;
    border-radius: 13px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .round {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    padding-top: 0;
  }
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.floatright {
  float: right;
  padding-right: 10px;
  text-align: right;
}
.error {
  font-weight: bold;
  color: #ff5d5d !important;
}
.linkCross {
  width: 50px;
  float: right;
  cursor: pointer;
  position: relative;
  top: 5px;
}
.linkCross img {
  width: 35px;
  padding-right: 10px;
  border: 0;
}
@media only screen and (min-width: 480px) and (max-width: 959px) and (orientation:landscape), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait) {
  .linkCross img {
    width: 30px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .linkCross img {
    width: 25px;
  }
}
.divMiddle {
  position: fixed;
  width: 100%;
  max-width: 1200px;
  height: auto;
  max-height: 90vh;
  z-index: 150000;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ffffff;
  border: 1px solid #484848;
  display: none;
  border-radius: 5px;
  overflow: hidden;
}
.divMiddle .divMiddleContent {
  max-height: 90vh;
  position: relative;
  display: inline-block;
  width: 100%;
}
.divMiddle .divMiddleContent .divMiddleText {
  width: calc( 100% - 40px);
  max-height: calc( 90vh - 110px);
  padding: 10px;
  overflow: auto;
}
.box {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.boxoverview {
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
ul.numbered {
  list-style-type: none;
}
ul.numbered li {
  margin-bottom: 10px;
}
ul.square {
  list-style-type: square;
}
ul.square li {
  margin-top: 5px;
}
ul.nostyletype {
  list-style-type: none;
}
ul.nostyletype li {
  clear: both;
  float: left;
  margin-top: 5px;
  margin-left: 3px;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  ul.nostyletype li {
    margin-top: 3px;
    margin-left: 0;
  }
}
ul.nostyletype span {
  padding-right: 8px;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  ul.nostyletype span {
    padding: 0 !important;
  }
}
ul.nostyletype img {
  width: 22px;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  ul.nostyletype {
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 10px !important;
  }
}
.col-10 {
  width: 9%;
  clear: none;
  float: left;
  margin: 0;
}
@media only screen and (min-width: 480px) and (max-width: 959px) and (orientation:landscape), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait) {
  .col-10 {
    width: 49%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .col-10 {
    margin: 0;
    text-align: center;
    width: 100%;
    clear: both;
    float: none;
  }
}
.col-15 {
  width: 13%;
  clear: none;
  float: left;
}
@media only screen and (min-width: 480px) and (max-width: 959px) and (orientation:landscape), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait) {
  .col-15 {
    width: 49%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .col-15 {
    text-align: center;
    width: 100%;
    clear: both;
    float: none;
  }
}
.col-20 {
  width: 19%;
  clear: none;
  float: left;
}
@media only screen and (min-width: 480px) and (max-width: 959px) and (orientation:landscape), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait) {
  .col-20 {
    width: 49%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .col-20 {
    text-align: center;
    width: 100%;
    clear: both;
    float: none;
  }
}
.col-25,
.col-25-footer {
  width: 24%;
  clear: none;
  float: left;
}
@media only screen and (min-width: 480px) and (max-width: 959px) and (orientation:landscape), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .col-25-footer {
    width: 49%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 959px) and (orientation:landscape), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait) {
  .col-25 {
    width: 49%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .col-25 {
    width: 100%;
    clear: both;
  }
}
.col-33 {
  width: 31%;
  clear: none;
  float: left;
}
@media only screen and (min-width: 480px) and (max-width: 959px) and (orientation:landscape) {
  .col-33 {
    width: 50%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape) {
  .col-33 {
    width: 100%;
    clear: both;
    float: none;
  }
}
.col-50 {
  width: 49%;
  clear: none;
}
@media only screen and (min-width: 480px) and (max-width: 959px) and (orientation:landscape), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .col-50 {
    width: 100%;
    clear: both;
    float: none;
  }
}
.smallImage img {
  width: 90%;
  max-width: 150px;
}
.smallIcon img {
  width: auto;
  height: 12px;
}
.smallIconHeight img {
  width: auto;
  height: 25px;
}
.col-66 {
  width: 65%;
  clear: none;
  float: left;
}
@media only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .col-66 {
    margin-bottom: 10px;
    width: 100%;
    clear: both;
    float: none;
    display: inline-block;
  }
}
.col-75 {
  width: 74%;
  clear: none;
  float: left;
}
@media only screen and (min-width: 480px) and (max-width: 959px) and (orientation:landscape), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .col-75 {
    margin-bottom: 10px;
    width: 100%;
    clear: both;
    float: none;
  }
}
.col-90 {
  width: 90%;
  clear: both;
  float: none;
}
@media only screen and (min-width: 480px) and (max-width: 959px) and (orientation:landscape), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .col-90 {
    width: 100%;
  }
}
.col-100 {
  width: 100%;
  clear: both;
  float: none;
  margin: 0;
}
.colLeft {
  float: left !important;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .colLeft {
    margin-right: 0;
  }
}
.colRight {
  float: right;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .colRight {
    margin-left: 0;
    margin-bottom: 0 !important;
  }
}
.col-10,
.col-15,
.col-20,
.col-25,
.col-33,
.col-50,
.col-66,
.col-75,
.col-100 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  display: inline-block;
  height: auto;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .col-10,
  .col-15,
  .col-20,
  .col-25,
  .col-33,
  .col-50,
  .col-66,
  .col-75,
  .col-100 {
    margin-bottom: 5px;
  }
}
.padding1 {
  padding: 1px;
  width: calc( 100% - 2px);
  display: inline-block;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .padding1 {
    padding: 5px;
  }
}
.padding2 {
  padding: 2px;
  width: calc( 100% - 4px);
  display: inline-block;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .padding2 {
    padding: 5px;
  }
}
.padding5 {
  padding: 5px;
  width: calc( 100% - 10px);
  display: inline-block;
}
.paddingtop5 {
  padding-top: 5px;
}
.padding10 {
  padding: 10px;
  width: calc( 100% - 20px);
  display: inline-block;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .padding10 {
    padding: 5px;
  }
}
.padding20 {
  padding: 20px;
  width: calc( 100% - 40px);
  display: inline-block;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .padding20 {
    width: calc( 100% - 20px);
    padding: 10px;
  }
}
.paddingright20 {
  padding-right: 20px;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .paddingright20 {
    padding-right: 10px;
  }
}
hr {
  margin: 0;
  margin-bottom: 3px;
  padding: 0;
  color: #484848;
}
.richtextEditor {
  border: 1px solid #AAA;
  background: #FFF;
  text-align: center;
  border-radius: 1px;
  color: black;
  padding: 5px;
  width: 2em;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0px 1px 0px #CCC;
  margin: 0;
  margin-right: 2px;
}
.richtextEditor link,
.richtextEditor a {
  color: #000000;
}
#richtextIframe {
  border: 1px solid #e7e7e7;
  box-shadow: 0px 1px 0px #CCC;
  width: 98%;
  height: 300px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16.01.2018, 21:03:58
    Author     : ptz
*/
.backweissvoll {
  border: 1px solid #eeeeee;
}
.backtitleassistant,
.backtitlecare,
.backtitlecontact,
.backtitlecontacthelp,
.backtitlecustomer,
.backtitledoctor,
.backtitleevent,
.backtitlehellgrau,
.backtitleindex,
.backtitleinformation,
.backtitleabout,
.backtitleproduct,
.backtitleservice,
.backtitlesupplier,
.backtitlesilverworker {
  clear: both;
  border-radius: 5px 5px 0 0;
  padding: 10px;
  width: calc( 100% - 20px);
}
.about {
  color: #484848;
}
.about h2,
.about h3,
.about h4,
.about h5 {
  color: #a35a04;
}
.about a,
.about link {
  color: #a35a04;
}
.backabout,
.backtitleabout {
  color: #484848;
  background-color: rgba(255, 226, 192, 0.9) !important;
}
.backabout h2,
.backtitleabout h2,
.backabout h3,
.backtitleabout h3,
.backabout h4,
.backtitleabout h4,
.backabout h5,
.backtitleabout h5 {
  color: #a35a04;
}
.backabout a,
.backtitleabout a,
.backabout link,
.backtitleabout link {
  color: #a35a04;
}
.assistant {
  color: #484848 !important;
}
.assistant h2,
.assistant h3,
.assistant h4,
.assistant h5 {
  color: #e3366b !important;
}
.assistant a,
.assistant link {
  color: #e3366b !important;
}
.backassistant,
.backtitleassistant {
  color: #484848 !important;
  background-color: rgba(255, 212, 225, 0.9) !important;
}
.backassistant h2,
.backtitleassistant h2,
.backassistant h3,
.backtitleassistant h3,
.backassistant h4,
.backtitleassistant h4,
.backassistant h5,
.backtitleassistant h5 {
  color: #e3366b !important;
}
.backassistant a,
.backtitleassistant a,
.backassistant link,
.backtitleassistant link {
  color: #e3366b !important;
}
.buttonAssistant {
  color: #484848 !important;
  background-color: #ffe7ee !important;
}
.buttonAssistant h2,
.buttonAssistant h3,
.buttonAssistant h4,
.buttonAssistant h5 {
  color: #e3366b !important;
}
.buttonAssistant a,
.buttonAssistant link {
  color: #e3366b !important;
}
.buttonAssistant:hover,
.assistant a:hover {
  background-color: #ff98b8 !important;
}
.care {
  color: #484848 !important;
}
.care h2,
.care h3,
.care h4,
.care h5 {
  color: #4e8e09 !important;
}
.care a,
.care link {
  color: #4e8e09 !important;
}
.backcare,
.backtitlecare {
  color: #484848 !important;
  background-color: rgba(231, 255, 205, 0.9) !important;
}
.backcare h2,
.backtitlecare h2,
.backcare h3,
.backtitlecare h3,
.backcare h4,
.backtitlecare h4,
.backcare h5,
.backtitlecare h5 {
  color: #4e8e09 !important;
}
.backcare a,
.backtitlecare a,
.backcare link,
.backtitlecare link {
  color: #4e8e09 !important;
}
.buttonCare {
  color: #484848 !important;
  background-color: rgba(241, 255, 227, 0.9) !important;
}
.buttonCare h2,
.buttonCare h3,
.buttonCare h4,
.buttonCare h5 {
  color: #4e8e09 !important;
}
.buttonCare a,
.buttonCare link {
  color: #4e8e09 !important;
}
.buttonCare:hover {
  background-color: #cfff9c !important;
}
.chat {
  color: #484848 !important;
}
.backchat,
.backtitlechat {
  color: #ff5555;
  background-color: rgba(218, 85, 85, 0.9) !important;
}
.backchat a,
.backtitlechat a,
.backchat link,
.backtitlechat link {
  color: #ff5555 !important;
}
.buttonChat {
  background-color: rgba(218, 85, 85, 0.9) !important;
  color: #484848 !important;
}
.buttonChat:hover {
  background-color: #c25555 !important;
}
.contact {
  color: #484848 !important;
}
.contact h2,
.contact h3,
.contact h4,
.contact h5 {
  color: #484848 !important;
}
.backcontact,
.backtitlecontact {
  background-color: #e3e3e3 !important;
  color: #484848 !important;
}
.backcontact a,
.backtitlecontact a,
.backcontact link,
.backtitlecontact link {
  color: #484848 !important;
}
.buttonContact {
  background-color: #e3e3e3 !important;
  color: #484848 !important;
}
.buttonContact:hover {
  background-color: #b0b0b0 !important;
}
.contacthelp {
  color: #ffffff;
}
.backcontacthelp,
.backtitlecontacthelp {
  background-color: #ff9900;
  color: #ffffff;
}
.backcontacthelp a,
.backtitlecontacthelp a,
.backcontacthelp link,
.backtitlecontacthelp link {
  color: #484848;
}
.buttonContacthelp {
  background-color: #ff9900;
  color: #ffffff;
}
.customer {
  color: #0859bd !important;
}
.customer h1,
.customer h2,
.customer h3,
.customer h4,
.customer h5 {
  color: #0859bd !important;
}
.backcustomer,
.backtitlecustomer {
  color: #0859bd !important;
  background-color: #c5dfff !important;
}
.backcustomer h1,
.backtitlecustomer h1,
.backcustomer h2,
.backtitlecustomer h2,
.backcustomer h3,
.backtitlecustomer h3,
.backcustomer h4,
.backtitlecustomer h4,
.backcustomer h5,
.backtitlecustomer h5 {
  color: #0859bd !important;
}
.buttonCustomer {
  color: #0859bd !important;
  background-color: #c5dfff !important;
}
.buttonCustomer h1,
.buttonCustomer h2,
.buttonCustomer h3,
.buttonCustomer h4,
.buttonCustomer h5 {
  color: #0859bd !important;
}
.buttonCustomer:hover {
  color: #c5dfff !important;
  background-color: #0859bd !important;
}
.doctor {
  color: #484848 !important;
}
.doctor h2,
.doctor h3,
.doctor h4,
.doctor h5 {
  color: #bb8d00 !important;
}
.backdoctor,
.backtitledoctor {
  color: #484848 !important;
  background-color: rgba(255, 242, 202, 0.9) !important;
}
.backdoctor h2,
.backtitledoctor h2,
.backdoctor h3,
.backtitledoctor h3,
.backdoctor h4,
.backtitledoctor h4,
.backdoctor h5,
.backtitledoctor h5 {
  color: #bb8d00 !important;
}
.backdoctor a,
.backtitledoctor a,
.backdoctor link,
.backtitledoctor link {
  color: #484848 !important;
}
.buttonDoctor {
  color: #484848 !important;
  background-color: rgba(255, 250, 234, 0.9) !important;
}
.buttonDoctor h2,
.buttonDoctor h3,
.buttonDoctor h4,
.buttonDoctor h5 {
  color: #bb8d00 !important;
}
.buttonDoctor:hover {
  background-color: #fae299 !important;
}
.event {
  color: #573a70 !important;
}
.backevent,
.backtitleevent {
  color: #573a70 !important;
  background-color: rgba(238, 217, 255, 0.9) !important;
}
.backevent link,
.backtitleevent link,
.backevent a,
.backtitleevent a {
  color: #573a70 !important;
}
.buttonEvent {
  background-color: rgba(238, 217, 255, 0.9) !important;
  color: #573a70 !important;
}
.backhellgrau,
.backtitlehellgrau {
  color: #484848 !important;
  background-color: rgba(238, 238, 238, 0.9) !important;
}
.backhellgrau link,
.backtitlehellgrau link,
.backhellgrau a,
.backtitlehellgrau a {
  color: #484848 !important;
}
.backindex,
.backtitleindex {
  color: #8313a3 !important;
  background-color: #f7ddff !important;
}
.backindex link,
.backtitleindex link,
.backindex a,
.backtitleindex a {
  color: #8313a3 !important;
}
.information {
  color: #484848 !important;
}
.information h2,
.information h3,
.information h4,
.information h5 {
  color: #af0000 !important;
}
.information a,
.information link {
  color: #af0000 !important;
}
.backinformation,
.backtitleinformation {
  color: #484848 !important;
  background-color: rgba(255, 223, 223, 0.9) !important;
}
.backinformation h2,
.backtitleinformation h2,
.backinformation h3,
.backtitleinformation h3,
.backinformation h4,
.backtitleinformation h4,
.backinformation h5,
.backtitleinformation h5 {
  color: #af0000 !important;
}
.backinformation a,
.backtitleinformation a,
.backinformation link,
.backtitleinformation link {
  color: #af0000 !important;
}
.buttonInformation {
  color: #484848 !important;
  background-color: rgba(255, 223, 223, 0.9) !important;
}
.buttonInformation h2,
.buttonInformation h3,
.buttonInformation h4,
.buttonInformation h5 {
  color: #af0000 !important;
}
.buttonInformation a,
.buttonInformation link {
  color: #af0000 !important;
}
.buttonInformation:hover {
  background-color: #fd9797 !important;
}
.login {
  color: #3d680f !important;
}
.buttonLogin {
  background-color: #c5dfff !important;
  color: #3d680f !important;
}
.buttonLogin:hover {
  background-color: #a7d675 !important;
}
.product {
  color: #484848 !important;
}
.product h2,
.product h3,
.product h4,
.product h5 {
  color: #ae8710 !important;
}
.product a,
.product link {
  color: #484848 !important;
}
.backproduct,
.backtitleproduct {
  color: #484848 !important;
  background-color: rgba(255, 242, 202, 0.9) !important;
}
.backproduct h2,
.backtitleproduct h2,
.backproduct h3,
.backtitleproduct h3,
.backproduct h4,
.backtitleproduct h4,
.backproduct h5,
.backtitleproduct h5 {
  color: #ae8710 !important;
}
.backproduct a,
.backtitleproduct a,
.backproduct link,
.backtitleproduct link {
  color: #484848 !important;
}
.buttonProduct {
  color: #484848 !important;
  background-color: rgba(255, 247, 224, 0.9) !important;
}
.buttonProduct h2,
.buttonProduct h3,
.buttonProduct h4,
.buttonProduct h5 {
  color: #ae8710 !important;
}
.buttonProduct a,
.buttonProduct link {
  color: #484848 !important;
}
.buttonProduct:hover {
  background-color: #fae299 !important;
  color: #484848 !important;
}
.search {
  color: #484848 !important;
}
.backsearch,
.backtitlesearch {
  color: #008a75 !important;
  background-color: rgba(210, 235, 231, 0.9) !important;
}
.backsearch a,
.backtitlesearch a,
.backsearch link,
.backtitlesearch link {
  color: #008a75 !important;
}
.buttonSearch {
  background-color: rgba(210, 235, 231, 0.9) !important;
  color: #008a75 !important;
}
.buttonSearch:hover {
  background-color: #a0d9fa !important;
}
.service {
  color: #484848 !important;
}
.service h2,
.service h3,
.service h4,
.service h5 {
  color: #0076bc !important;
}
.service a,
.service link {
  color: #484848 !important;
}
.backservice,
.backtitleservice {
  color: #484848 !important;
  background-color: rgba(212, 239, 255, 0.9) !important;
}
.backservice h2,
.backtitleservice h2,
.backservice h3,
.backtitleservice h3,
.backservice h4,
.backtitleservice h4,
.backservice h5,
.backtitleservice h5 {
  color: #0076bc !important;
}
.backservice a,
.backtitleservice a,
.backservice link,
.backtitleservice link {
  color: #484848 !important;
}
.buttonService {
  background-color: rgba(237, 248, 255, 0.9) !important;
  color: #484848 !important;
}
.buttonService:hover {
  background-color: #a0d9fa !important;
}
.silverworker {
  color: #484848 !important;
}
.silverworker h2,
.silverworker h3,
.silverworker h4,
.silverworker h5 {
  color: #aa11b8 !important;
}
.silverworker a,
.silverworker link {
  color: #484848 !important;
}
.backsilverworker,
.backtitlesilverworker {
  color: #484848 !important;
  background-color: rgba(251, 205, 255, 0.9) !important;
}
.backsilverworker h2,
.backtitlesilverworker h2,
.backsilverworker h3,
.backtitlesilverworker h3,
.backsilverworker h4,
.backtitlesilverworker h4,
.backsilverworker h5,
.backtitlesilverworker h5 {
  color: #aa11b8 !important;
}
.backsilverworker a,
.backtitlesilverworker a,
.backsilverworker link,
.backtitlesilverworker link {
  color: #484848 !important;
}
.buttonSilverworker {
  color: #484848 !important;
  background-color: rgba(253, 234, 255, 0.9) !important;
}
.buttonSilverworker h2,
.buttonSilverworker h3,
.buttonSilverworker h4,
.buttonSilverworker h5 {
  color: #aa11b8 !important;
}
.buttonSilverworker a,
.buttonSilverworker link {
  color: #484848 !important;
}
.buttonSilverworker:hover {
  background-color: #f476ff !important;
}
.supplier {
  color: #45a505 !important;
}
.backsupplier,
.backtitlesupplier {
  color: #45a505 !important;
  background-color: rgba(206, 251, 175, 0.9) !important;
}
.backsupplier a,
.backtitlesupplier a,
.backsupplier link,
.backtitlesupplier link {
  color: #45a505 !important;
}
.buttonSupplier {
  background-color: rgba(206, 251, 175, 0.9) !important;
  color: #45a505 !important;
}
.buttonSupplier:hover {
  background-color: #a8fb71 !important;
}
.backweiss,
.backtitleweissgrau {
  color: #484848;
  background-color: rgba(255, 255, 255, 0.8);
}
.backweiss link,
.backtitleweissgrau link,
.backweiss a,
.backtitleweissgrau a {
  color: #484848;
}
.backweissvoll {
  color: #484848;
  background-color: #ffffff;
}
.backweissvoll link,
.backweissvoll a {
  color: #484848;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05.05.2016, 12:19:44
    Author     : patrickt
*/
.navtop {
  float: right;
  margin-right: 100px;
  color: #484848;
}
.navtop a,
.navtop link {
  color: #484848;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:landscape), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait) {
  .navtop {
    display: none;
  }
}
nav {
  height: auto;
  float: right;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:landscape), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait), only screen and (min-width: 960px) and (max-width: 1399px) and (orientation:landscape), only screen and (min-width: 960px) and (max-width: 1399px) and (orientation:portrait) {
  nav {
    display: none;
  }
}
nav .navigation {
  position: relative;
  float: right !important;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16pt !important;
}
nav .navigation a,
nav .navigation link {
  font-size: 16pt !important;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:landscape), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait), only screen and (min-width: 960px) and (max-width: 1399px) and (orientation:landscape), only screen and (min-width: 960px) and (max-width: 1399px) and (orientation:portrait) {
  nav .navigation {
    display: none;
  }
}
nav .navigation ul {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
nav .navigation li {
  position: relative;
  text-align: center;
  clear: none;
  float: left;
  list-style-type: none !important;
  padding-bottom: 3px;
}
nav .navigation li a {
  display: inline-block;
  color: #0859bd;
  text-decoration: none;
  /* top , right , bottom , left */
  padding: 4px 15px 5px 15px;
}
nav .navigation li a:hover {
  background: #c5dfff !important;
  color: #0859bd !important;
  padding: 4px 15px 5px 15px;
}
nav .navigation li a:hover li ul {
  display: inline-block !important;
}
nav .navigation li ul {
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  font-size: 14pt !important;
}
nav .navigation li ul a,
nav .navigation li ul link {
  font-size: 14pt !important;
}
nav .navigation li ul li {
  display: block;
  float: none;
  min-width: 180px;
  background: #ffffff !important;
  text-align: left !important;
}
nav .navigation li ul li a {
  display: block;
  background: #ffffff;
  color: #0859bd;
}
nav .navigation li ul li a:hover {
  display: block;
  background: #c5dfff;
  color: #0859bd;
}
navmobile {
  position: fixed;
  right: 20px;
  top: 15px;
  z-index: 1001;
  height: auto;
  background-color: transparent;
}
@media only screen and (min-width: 960px) and (max-width: 1399px) and (orientation:landscape), only screen and (min-width: 960px) and (max-width: 1399px) and (orientation:portrait) {
  navmobile {
    right: 20px;
    top: 25px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  navmobile {
    right: 5px;
    top: 5px;
    width: calc( 100% - 50px);
    max-width: 250px;
  }
}
.navmenumobile {
  position: relative;
  z-index: 1002;
  float: right;
  padding: 5px 0;
  z-index: 10001;
  cursor: pointer;
  display: none;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:landscape), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait), only screen and (min-width: 960px) and (max-width: 1399px) and (orientation:landscape), only screen and (min-width: 960px) and (max-width: 1399px) and (orientation:portrait) {
  .navmenumobile {
    display: inline-block;
  }
}
.navmenumobile img {
  width: 80px !important;
  height: 80px !important;
}
@media only screen and (min-width: 960px) and (max-width: 1399px) and (orientation:landscape), only screen and (min-width: 960px) and (max-width: 1399px) and (orientation:portrait), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:landscape), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait) {
  .navmenumobile img {
    width: 50px !important;
    height: 50px !important;
  }
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .navmenumobile img {
    width: 30px !important;
    height: 30px !important;
  }
}
.navigationmobile {
  position: relative;
  float: right;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  display: none;
  width: 300px;
  max-width: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .navigationmobile {
    width: calc( 100% - 50px);
    height: calc( 100vh - 30px);
    overflow-x: auto;
    overflow-y: none;
    margin-top: 5px;
  }
}
.navigationmobile ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.navigationmobile li {
  text-align: center;
  display: block;
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 1px;
}
.navigationmobile li a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #0859bd;
  background: #c5dfff;
  text-decoration: none;
  padding: 0 20px;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .navigationmobile li a {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
  }
}
.navigationmobile li a:hover {
  background: #0859bd;
  color: #c5dfff !important;
}
.navigationmobile li ul {
  display: none;
}
.navigationmobile li ul li {
  float: none;
  background: #ffffff;
  color: #0859bd;
}
.navigationmobile li ul li a {
  padding: 0 20px;
  background: #ffffff;
  color: #0859bd;
}
.navigationmobile li ul li a:hover {
  padding: 0 20px;
  background: #0859bd;
  color: #c5dfff;
}
.navigationmobile li.navactive {
  background: #0859bd;
  color: #c5dfff;
}
.navigationmobile .divLoginNav {
  display: none;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait) {
  .navigationmobile .divLoginNav {
    display: block;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03.04.2016, 19:35:47
    Author     : patrickt
*/
.divLeft {
  clear: none;
  float: left;
  min-width: 200px;
  font-weight: bold;
  text-align: left !important;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .divLeft {
    width: 99%;
    clear: both;
    float: none;
  }
}
.divLeft label {
  width: 90%;
  display: block;
  padding-top: 5px;
}
.divRight {
  clear: none;
  float: left;
  min-width: calc( 100% - 240px);
  text-align: left !important;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .divRight {
    padding-left: 1%;
    width: 99%;
    clear: both;
    float: none;
    margin-bottom: 5px;
  }
}
.divRight .divContentRight {
  width: 60px;
  margin-left: 5px;
}
.divRight .divContentLeft {
  width: calc( 100% - 70px);
}
.divSmallLeft {
  clear: none;
  float: left;
  width: 60px;
  font-weight: bold;
}
.divBigRight {
  clear: none;
  float: left;
  width: calc( 100% - 70px);
}
.divCenter {
  clear: none;
  float: left;
  width: 58%;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .divCenter {
    padding-left: 1%;
    width: 90%;
  }
}
.divRightSmall {
  clear: none;
  float: left;
  width: 8%;
}
.contactForm {
  width: 100%;
  display: inline-block;
}
.contactForm label {
  top: 0;
  width: 30%;
}
.contactForm input,
.contactForm textarea {
  width: 60%;
}
input {
  font-family: arial, sans-serif;
  font-size: 11pt;
  background-color: #ffffff;
  text-indent: 3px;
}
button,
input[type=submit] {
  cursor: pointer;
  font-size: 12pt;
  padding: 7px 15px;
  white-space: nowrap;
  border: 0;
  border-radius: 5px;
  height: 35px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  button,
  input[type=submit] {
    padding: 2px 10px;
    height: 25px;
    font-size: 9pt;
  }
}
button:hover,
input[type=submit]:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}
input[type=text],
input[type=password],
input[type=email],
input[type=number],
select,
textarea {
  width: 95% !important;
  font-family: ptsans, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  text-indent: 3px;
  height: 35px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  background-color: #ffffff;
  color: #484848;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=number],
  select,
  textarea {
    height: 25px;
    font-size: 9pt;
  }
}
select {
  text-indent: 0 !important;
  padding-left: 5px !important;
  margin-right: 10px !important;
}
.numberSmall {
  width: 25%;
}
.inputSmall {
  width: 72%;
}
textarea {
  resize: both;
  width: 95%;
  font-size: 12pt;
  height: 80px;
  font-family: ptsans, Arial, Helvetica, sans-serif;
  resize: vertical;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  textarea {
    font-size: 9pt;
  }
}
.searchfieldSmall {
  width: 38%;
}
.searchBUtton {
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.buttonGross {
  width: 200px;
  height: 40px;
  border-radius: 10px;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .buttonGross {
    width: 100px;
    height: 25px;
    border-radius: 5px;
  }
}
.buttonSmall {
  min-width: 100px;
  height: 30px;
  border-radius: 5px;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .buttonSmall {
    min-width: 80px;
    height: 15px;
    border-radius: 5px;
  }
}
.buttonHeader {
  width: 180px;
  height: 100px;
  border-radius: 10px;
}
.buttonKlein {
  height: 25px;
  padding: 2px 10px;
  font-size: 9pt;
}
.buttonError {
  background-color: #ff5d5d;
  color: #ffffff;
}
input.errorForm,
number.errorForm,
textarea.errorForm,
select.errorForm,
password.errorForm {
  border: 1px solid #ff5d5d;
}
input[type=checkbox].errorForm,
input[type=radio].errorForm {
  outline: 1px solid #ff5d5d;
}
form {
  width: 100%;
}
.formbreak {
  display: table;
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 5px;
}
.pointer {
  cursor: pointer;
}
.rate-area {
  float: left;
  border-style: none;
}
ul.rate-area {
  padding: 0;
  margin: 0;
}
/*.rate-area:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0,0,0,0);
}*/
.rate-area > label {
  float: right;
  width: 20px;
  padding: 0 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 180%;
  line-height: 1.2;
  color: lightgrey;
}
.rate-area > label.active {
  color: gold;
  content: '\2605';
  text-shadow: 1px 1px #c60;
}
.rate-area:not(:checked) > .rate-area:not(:checked) > label:hover ~ label {
  color: gold;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19.01.2018, 22:21:42
    Author     : ptz
*/
#contacthelpleft {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 100px;
  padding: 0;
  margin: 0;
  clear: none;
  cursor: pointer;
}
#contacthelpleft img {
  width: 100px;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  #contacthelpleft img {
    width: 60px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  #contacthelpleft {
    right: 10px;
    bottom: 10px;
    width: 60px;
  }
}
#divContactHelp {
  z-index: 10003;
  position: fixed;
  bottom: 20px;
  margin: 0;
  padding: 0;
  text-align: left !important;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  #divContactHelp {
    bottom: 0;
    height: calc( 100% - 30px);
  }
}
#divContactHelp #divContactHelpInner {
  position: relative;
  width: 100%;
  background: transparent;
  /*border: 1px solid @dunkelgrau;*/
  display: inline-block;
}
#divContactHelp #divContactHelpInner #contacthelpright {
  width: 100%;
  padding: 0;
  margin: 0;
  float: right;
  clear: none;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
}
#divContactHelp #divContactHelpInner #contacthelpright .rightinnerleft,
#divContactHelp #divContactHelpInner #contacthelpright .rightinnerright {
  margin: 0;
  width: calc( 50% - 20px);
  padding: 10px;
  clear: none;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  #divContactHelp #divContactHelpInner #contacthelpright .rightinnerleft,
  #divContactHelp #divContactHelpInner #contacthelpright .rightinnerright {
    clear: both;
    width: calc( 100% - 20px);
  }
}
#divContactHelp #divContactHelpInner #contacthelpright .rightinnerleft {
  float: left;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  #divContactHelp #divContactHelpInner #contacthelpright .rightinnerleft {
    float: right;
  }
}
#divContactHelp #divContactHelpInner #contacthelpright .rightinnerright {
  float: right;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16.09.2018, 22:21:20
    Author     : patrick
*/
.themaInhaltContainer {
  width: 98%;
  clear: both;
  float: none;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .themaInhaltContainer {
    width: 100%;
  }
}
.themaInhaltContainer .thema {
  width: calc( 100% - 60px);
  padding: 20px;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .themaInhaltContainer .thema {
    width: calc( 100% - 20px);
    padding: 10px;
  }
}
.themaInhaltContainer .themaNoPadding {
  padding: 0;
  margin: 0;
}
.themaInhaltContainer .thema,
.themaInhaltContainer .themaNoPadding {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  flex-wrap: wrap;
}
.themaInhaltContainer .thema label,
.themaInhaltContainer .themaNoPadding label {
  clear: none;
  float: left;
}
.themaInhaltContainer .thema .divSearchresult,
.themaInhaltContainer .themaNoPadding .divSearchresult {
  margin-bottom: 10px;
}
.themaInhaltContainer .thema .col50,
.themaInhaltContainer .themaNoPadding .col50 {
  margin: 0;
  padding: 0;
  clear: none;
  float: left;
  width: 50%;
  display: block;
}
.themaInhaltContainer .thema .col50 .colContent,
.themaInhaltContainer .themaNoPadding .col50 .colContent {
  width: 100%;
  padding: 15px;
}
/*wrapper {
    position: relative;
    width: 100%;
    height:100%;
    overflow-y: none;*/
body {
  margin-top: 90px;
  background-color: #fafcff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body a,
body link {
  font-size: 12pt !important;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  body {
    font-size: 10pt !important;
    margin-top: 50px;
  }
  body a,
  body link {
    font-size: 10pt !important;
  }
}
.background {
  width: 100%;
  min-height: calc( 100% - 370px);
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: inline-box;
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait) {
  .background {
    background-repeat: no-repeat;
    padding-top: 30px;
  }
}
.background .headerBackground {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.searchstreet,
.searchzip,
.searchcity {
  clear: none;
  float: left;
}
.searchcity {
  width: 100px;
}
.searchstreet {
  width: 250px;
}
.searchzip {
  width: 100px;
}
#zoom {
  position: fixed;
  top: 80px;
  right: 80px;
  z-index: 150000;
}
#zoom img {
  width: 40px;
}
div.contactBox {
  height: 200px;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  div.contactBox {
    height: 140px;
  }
}
div.contactBox div.contactBoxInhalt {
  padding: 20px 30px;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  div.contactBox div.contactBoxInhalt {
    padding: 10px 20px;
  }
}
footer {
  width: 100%;
  background-color: #9b9b9b;
  color: #f5f5f5;
  padding: 10px;
  width: calc( 100% - 20px);
  display: inline-block;
  /*position:absolute;
    bottom:0;
    left:0;*/
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  footer {
    width: calc( 100% - 10px);
    padding: 5px;
  }
}
footer .footerInhalt {
  margin: auto !important;
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}
footer a,
link {
  color: #f5f5f5;
  text-decoration: none;
}
footer a:hover {
  color: #777;
  text-decoration: none;
}
.mapContainer {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
  height: 300px;
  min-height: 300px;
}
.mapInhalt {
  color: #ff5d5d;
  font-size: 10pt;
  font-weight: bold;
  padding: 2px;
}
#divLogin {
  z-index: 10000;
  position: absolute;
  right: 0px;
  left: 0;
  top: 30px;
  width: 500px;
  margin: auto;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #000000;
  display: none;
}
@media only screen and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), only screen and (min-width: 1px) and (max-width: 479px) and (orientation:portrait), only screen and (min-width: 480px) and (max-width: 959px) and (orientation:portrait) {
  #divLoginShow {
    display: none;
  }
}
#loginDetail {
  padding: 15px;
}
.anchor {
  position: relative;
  top: -90px;
  display: hidden;
}
/* Service Detail Page */
.searchdetail {
  padding: 20px;
  cursor: pointer;
}
.searchdetail .searchdetailLeft,
.searchdetail .searchdetailRight {
  margin: 0;
  padding: 0;
  clear: none;
  float: left;
}
.searchdetail .searchdetaiLeft {
  width: 80px;
}
.searchdetail .searchdetailRight {
  width: calc( 100% - 85px);
  float: right;
}
.searchdetail .searchdetailRight .searchdetailRightTitle,
.searchdetail .searchdetailRight .searchdetailRightStar {
  clear: none;
  float: left;
}
.searchdetail .searchdetailRight .searchdetailRightStar {
  width: 110px;
}
.searchdetail .searchdetailRight .searchdetailRightTitle {
  width: calc( 100% - 115px);
}
.serviceDetailMiddle {
  width: 79%;
  padding-top: 10px;
}
.serviceDetailMiddleBig {
  width: 89%;
  padding-top: 10px;
}
.serviceDetailBig {
  width: 48%;
}
.serviceDetailBigger {
  width: 36%;
}
.serviceDetailSmaller {
  width: 18%;
}
.serviceDetailLarge {
  width: 66%;
}
.serviceDetailCenter {
  width: 49%;
}
