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;
  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;
}
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;
}
@font-face {
  font-family: 'iconfont';
  src: url('/assets/css/fonts/iconfont.eot?41433836');
  src: url('/assets/css/fonts/iconfont.eot?41433836#iefix') format('embedded-opentype'), url('/assets/css/fonts/iconfont.woff?41433836') format('woff'), url('/assets/css/fonts/iconfont.ttf?41433836') format('truetype'), url('/assets/css/fonts/iconfont.svg?41433836#iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.svg?41433836#iconfont') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-down:before {
  content: '\e800';
}
/* '' */
.icon-up:before {
  content: '\e801';
}
/* '' */
.icon-globe:before {
  content: '\e802';
}
/* '' */
.icon-network:before {
  content: '\e803';
}
/* '' */
.icon-mail:before {
  content: '\e804';
}
/* '' */
.icon-menu:before {
  content: '\e805';
}
/* '' */
.icon-home:before {
  content: '\e806';
}
/* '' */
.icon-attach:before {
  content: '\e807';
}
/* '' */
.icon-location:before {
  content: '\e808';
}
/* '' */
.icon-mail-1:before {
  content: '\e80a';
}
/* '' */
.icon-attach-1:before {
  content: '\e80b';
}
/* '' */
.icon-location-1:before {
  content: '\e80c';
}
/* '' */
.icon-globe-1:before {
  content: '\e80d';
}
/* '' */
.icon-xing:before {
  content: '\e80e';
}
/* '' */
.icon-linkedin:before {
  content: '\e80f';
}
/* '' */
.icon-gplus:before {
  content: '\e810';
}
/* '' */
.icon-facebook:before {
  content: '\e811';
}
/* '' */
.icon-phone:before {
  content: '\e812';
}
/* '' */
@font-face {
  font-family: openSans;
  src: url(/assets/css/fonts/OpenSans-Regular.ttf);
  font-style: normal;
}
p {
  margin: 1px 0;
}
.rechts {
  float: right;
  padding-left: 30px;
}
.clear {
  clear: both;
}
.hundert {
  width: 100%;
}
.nopad p {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
h1 {
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: underline;
  margin: 20px 0;
  text-align: center;
}
h2 {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
  margin: 50px 0;
  text-align: center;
}
h3 {
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: underline;
  margin: 5px 0;
  text-align: left;
}
.marginTop {
  margin-top: 59px;
}
@media only screen and (min-width: 992px), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape) {
  .fontXS {
    line-height: 20px;
    font-size: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation : portrait), only screen and (max-width: 767px) and (orientation : landscape) {
  .fontXS {
    line-height: 15px;
    font-size: 1em;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait) {
  .fontXS {
    line-height: 17px;
    font-size: 1em;
  }
}
@media only screen and (min-width: 992px) {
  .fontSM {
    line-height: 25px;
    font-size: 1.1em;
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape) {
  .fontSM {
    line-height: 25px;
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation : portrait), only screen and (max-width: 767px) and (orientation : landscape) {
  .fontSM {
    line-height: 20px;
    font-size: 0.9000000000000001em;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait) {
  .fontSM {
    line-height: 17px;
    font-size: 1em;
    margin-top: 0em;
  }
}
.lightbox {
  background-color: rgba(0, 0, 0, 0.5) !important;
  cursor: pointer;
  position: fixed;
  z-index: 10000;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  /* 50 */
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  /* 50 */
}
#mobilemenu {
  /*display: none;*/
  position: fixed;
  top: 0;
  right: -300px;
  background-color: #2a2a2a;
  width: 100%;
  max-width: 250px;
  height: 100%;
  box-shadow: 0 0 3px rgba(42, 42, 42, 0.1);
  /*display: block;*/
  z-Index: 10;
  -webkit-transition: .5s;
  transition: .5s;
  /*display: none;*/
}
#mobilemenu.active {
  right: 0;
}
#mobilemenu a {
  text-decoration: none;
}
#mobilemenu .mobilemenu-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
#mobilemenu .mobilemenu-wrapper .mobilemenu-trigger {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 59px;
  line-height: 59px;
  z-Index: 2;
  cursor: pointer;
  background-color: transparent;
}
#mobilemenu .mobilemenu-wrapper .mobilemenu-trigger button {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
#mobilemenu .mobilemenu-wrapper .mobilemenu-trigger button span.box {
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}
#mobilemenu .mobilemenu-wrapper .mobilemenu-trigger button span.box span.bar {
  right: 0;
  width: 100%;
  height: 3px;
  background-color: green;
  position: absolute;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 3px;
}
#mobilemenu .mobilemenu-wrapper .mobilemenu-trigger button span.box span.bar.top {
  top: 4px;
}
#mobilemenu .mobilemenu-wrapper .mobilemenu-trigger button span.box span.bar.middle {
  top: 50%;
  margin: -1px 0 0;
}
#mobilemenu .mobilemenu-wrapper .mobilemenu-trigger button span.box span.bar.bottom {
  bottom: 3px;
}
#mobilemenu .mobilemenu-wrapper .mobilemenu-trigger button.active span.box span.bar {
  width: 100% !important;
  background-color: #fff;
}
#mobilemenu .mobilemenu-wrapper .mobilemenu-trigger button.active span.box span.bar.top {
  -webkit-transform: rotate(45deg) translate(8px, 7px);
  transform: rotate(45deg) translate(8px, 7px);
  top: 0;
}
#mobilemenu .mobilemenu-wrapper .mobilemenu-trigger button.active span.box span.bar.middle {
  opacity: 0;
}
#mobilemenu .mobilemenu-wrapper .mobilemenu-trigger button.active span.box span.bar.bottom {
  -webkit-transform: rotate(-45deg) translate(8px, -7px);
  transform: rotate(-45deg) translate(8px, -7px);
  bottom: 2px;
}
#mobilemenu .mobilemenu-wrapper .logo {
  background-color: white;
  padding: 70px 30px 20px;
}
#mobilemenu .mobilemenu-wrapper .logo img {
  width: 100%;
}
#mobilemenu .mobilemenu-wrapper .mobilemenu-view {
  position: relative;
  z-Index: 1;
}
#mobilemenu .mobilemenu-wrapper .menu {
  overflow: hidden;
  width: 100%;
  margin-top: 59px;
}
#mobilemenu .mobilemenu-wrapper .menu ul {
  margin: 0;
  padding: 0;
}
#mobilemenu .mobilemenu-wrapper .menu ul li {
  border-top: 1px solid rgba(204, 204, 204, 0.1);
  position: relative;
}
#mobilemenu .mobilemenu-wrapper .menu ul li a {
  display: block;
  padding: 15px 20px;
  /*color: #253e85;*/
  font-size: 1em;
  line-height: 1.5;
  text-transform: uppercase;
  color: white;
  font-weight: normal;
}
#mobilemenu .mobilemenu-wrapper .menu ul li a:hover {
  font-weight: bold;
  color: green;
  background-color: white;
}
#mobilemenu .mobilemenu-wrapper .menu ul li .accordion-btn {
  background-color: #000;
}
#mobilemenu .mobilemenu-wrapper .menu ul li .accordion-btn i {
  font-size: 17px;
  color: white;
}
#mobilemenu .mobilemenu-wrapper .menu ul li ul li a {
  padding: 10px 20px;
  padding-left: 40px;
  background-color: rgba(27, 45, 84, 0.1);
  color: white;
  font-weight: normal;
  font-size: .8em;
}
#mobilemenu .mobilemenu-wrapper .menu ul li ul li a:hover {
  font-weight: bold;
  color: green;
  background-color: white;
}
#mobilemenu .mobilemenu-wrapper .menu ul li ul li.menu-item-has-children:after {
  position: absolute;
  right: 20px;
  top: 10px !important;
  content: "\f107";
  font-family: FontAwesome;
  color: #253e85 !important;
}
#mobilemenu .mobilemenu-wrapper .menu ul li ul li.current-menu-item a,
#mobilemenu .mobilemenu-wrapper .menu ul li ul li.current_page_parent a,
#mobilemenu .mobilemenu-wrapper .menu ul li ul li.current_page_ancestor a {
  color: #253e85;
}
#mobilemenu .mobilemenu-wrapper .menu ul li ul li ul li a {
  padding-left: 60px;
}
body {
  background-color: #fff;
  background: url("/assets/images/bg-neue.jpeg") no-repeat 50% 50% fixed;
  background-size: cover;
  font-family: openSans;
  font-size: 14px;
}
header {
  position: relative;
  border: 1px solid transparent;
  color: white;
  z-index: 1;
}
header #logo {
  position: absolute;
    div: black_wrapper;
  top: 3%; 
  top: 3vw;
  left: 3%;
  left: 3vw;
  z-index: 1;
}
header #logo #slogan {
  margin-left: 26px;
  z-index: 1;
  font-size: 1.5em;
  color: white;
  text-shadow: 1px 1px 1px #606060, 1px -1px 1px #606060, -1px 1px 1px #606060, -1px -1px 1px #606060;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 767px) and (orientation : landscape), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : portrait), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape) {
  header #logo #slogan {
    display: inline-block;
  }
}
header .mobileHeader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 59px !important;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 100 !important;
}
header .mobileHeader #logo {
  position: absolute;
  top: 0;
  left: 0;
}
header .mobileHeader #logo img {
  height: 59px;
}
header .mobileHeader #logo #slogan {
  width: 100vw;
  position: absolute;
  top: 17px;
}
header #main_nav {
  position: absolute;
  top: 4%;
  top: 4vw;
  right: 10%;
  right: 10vw;
  display: inline;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.75);
  border-radius: 5px;
  color: white;
  text-shadow: 1px 1px 1px #606060, 1px -1px 1px #606060, -1px 1px 1px #606060, -1px -1px 1px #606060;
  z-index: 1;
}
header #main_nav ul {
  height: 60px;
  vertical-align: middle;
}
header #main_nav ul li {
  position: relative;
  display: inline-block;
  padding: 22px;
  font-size: 1.2em;
  margin-right: -4px;
  border-right: 5px solid black;
}
header #main_nav ul li a {
  text-decoration: none;
  color: inherit;
}
header #main_nav ul li:last-child {
  margin-right: 0;
  border-right: none;
}
header #main_nav ul li:hover {
  background-image: linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 80%);
}
header #main_nav ul li:hover:first-child {
  border-radius: 5px 0 0 5px;
}
header #main_nav ul li:hover:last-child {
  border-radius: 0 5px 5px 0;
}
header #main_nav ul li:hover ul {
  position: absolute;
  top: 60px;
  left: 0;
  display: block;
  font-size: .7em;
}
header #main_nav ul li:hover ul li {
  width: 200px;
  border: 1px solid black;
  margin-top: -1px;
  background-color: rgba(255, 255, 255, 0.5);
}
header #main_nav ul li:hover ul li:first-child {
  margin-top: 0;
}
header #main_nav ul li:hover ul li:hover {
  border-radius: 0;
}
header #main_nav ul li:hover ul li:last-child {
  border-radius: 0 0 5px 5px;
}
header #main_nav ul li:hover ul li:last-child:hover {
  border-radius: 0 0 5px 5px;
}
header #main_nav ul li ul {
  display: none;
}
header #slider {
  z-index: 0;
  -webkit-box-shadow: 0 3px 10px 2px #000000;
  -moz-box-shadow: 0 3px 10px 2px #000000;
  box-shadow: 0 3px 10px 2px #000000;
}


#untermenu {
	
  position: relative;
  z-index: 1;
}
#untermenu ul {
  width: 992px;
  margin: 0 auto;
  margin-top: -20px;
  text-align: center;
}
#untermenu ul li {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
  text-shadow: 1px 1px 1px #606060, 1px -1px 1px #606060, -1px 1px 1px #606060, -1px -1px 1px #606060;
  height: 15px;
  padding: 10px;
  border-right: 5px solid black;
  margin-right: -4px;
}
#untermenu ul li:first-child {
  border-radius: 5px 0 0 5px;
  margin-right: -5px;
}
#untermenu ul li:last-child {
  border-radius: 0 5px 5px 0;
  border-right: none;
}
#untermenu ul li:hover {
  background-image: linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 80%);
}
#untermenu ul li:hover a {
  color: green;
  text-shadow: none;
}
#untermenu ul li a {
  font-size: 1.1em;
  text-decoration: none;
  color: #fff;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 767px) and (orientation : landscape), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : portrait), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape) {
  #untermenu {
    display: none;
  }
}
main #innerMain #first {
  padding: 40px 0;
  -webkit-box-shadow: 0 3px 10px 0 #000000;
  -moz-box-shadow: 0 3px 10px 0 #000000;
  box-shadow: 0 3px 10px 0 #000000;
  background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAADklEQVQImWNgQAXGZHAAGioAzdMFH7oAAAAASUVORK5CYII=) repeat fixed;
}
@media only screen and (min-width: 992px), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape) {
  main #innerMain #first .threeinrow {
    width: 992px;
    margin: 0 auto;
    display: table;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 992px) {
  main #innerMain #first .threeinrow article {
    display: table-cell;
    padding: 0 15px 15px 15px;
    vertical-align: top;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 767px) and (orientation : landscape), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : portrait), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape) {
  main #innerMain #first .threeinrow article {
    display: block;
    margin-top: 25px;
  }
  main #innerMain #first .threeinrow article:nth-child(2) {
    margin-top: 0;
  }
}
main #innerMain #first .threeinrow article h1 {
  font-size: 1.5em;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 767px) and (orientation : landscape), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : portrait) {
  main #innerMain #first .threeinrow article h1 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 767px) and (orientation : landscape), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : portrait), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape) {
  main #innerMain #first .threeinrow article div {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 992px), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape) {
  main #innerMain #first .threeinrow article div {
    font-size: 1.1em;
    line-height: 22px;
  }
}
main .glastext {
  margin-top: 50px !important;
  max-width: 932px;
  margin: 0 auto;
  padding: 30px;
  background: rgba(0, 0, 0, 0.6) !important;
  color: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.75);
  line-height: 20px;
}
main .glastext .impressum h2 {
  text-align: left !important;
}
@media only screen and (min-width: 992px) {
  main .glastext .ueber .weiter {
    margin: 10px 0 50px 0;
    color: #fff;
    width: 100%;
    text-align: center;
    bottom: 0;
    font-size: 1.5em;
  }
  main .glastext .ueber .weiter .bordered span {
    padding: 0 10px;
    text-shadow: 1px 1px 1px #606060, 1px -1px 1px #606060, -1px 1px 1px #606060, -1px -1px 1px #606060;
  }
  main .glastext .ueber .weiter .bordered::before,
  main .glastext .ueber .weiter .bordered::after {
    border-top: 3px solid white;
    box-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    content: "";
    display: inline-block;
    padding: 2px 0;
    width: 20%;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 767px) and (orientation : landscape), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : portrait), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape) {
  main .glastext .ueber .weiter {
    margin: 10px 0 50px 0;
    color: #fff;
    width: 100%;
    text-align: center;
    bottom: 0;
    font-size: 1.2em;
  }
  main .glastext .ueber .weiter .bordered span {
    padding: 0 10px;
    text-shadow: 1px 1px 1px #606060, 1px -1px 1px #606060, -1px 1px 1px #606060, -1px -1px 1px #606060;
  }
  main .glastext .ueber .weiter .bordered::before,
  main .glastext .ueber .weiter .bordered::after {
    border-top: 3px solid white;
    box-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    content: "";
    display: inline-block;
    padding: 2px 0;
    width: 20%;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait) {
  main .glastext .ueber .weiter {
    margin: 10px 0 50px 0;
    color: #fff;
    width: 100%;
    text-align: center;
    bottom: 0;
    font-size: 100%;
  }
  main .glastext .ueber .weiter .bordered span {
    padding: 0 2px;
    text-shadow: 1px 1px 1px #606060, 1px -1px 1px #606060, -1px 1px 1px #606060, -1px -1px 1px #606060;
  }
  main .glastext .ueber .weiter .bordered::before,
  main .glastext .ueber .weiter .bordered::after {
    border-top: 3px solid white;
    box-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    content: "";
    display: inline-block;
    padding: 2px 0;
    width: 10%;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 767px) and (orientation : landscape), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : portrait), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape) {
  main .glastext {
    border-radius: 0;
    padding: 30px 15px;
    line-height: 20px;
  }
}
main .glastext ul {
  list-style: disc;
  margin-left: 12px;
}
main .glastext strong {
  font-weight: bold;
  font-size: 1.4em;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) and (orientation : portrait) {
  main .glastext strong {
    font-size: 1.2em;
  }
}
main .glastext a {
  color: green;
  text-decoration: none;
}
main .glastext a:hover {
  color: white;
  text-decoration: none;
}
main .glastext .threeinrow {
  width: 100% !important;
}
@media only screen and (min-width: 992px), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape) {
  main .glastext .threeinrow {
    width: 992px;
    margin: 0 auto;
    display: table;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 992px) {
  main .glastext .threeinrow article {
    display: table-cell;
    padding: 0 5px 5px 5px;
    vertical-align: top;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 767px) and (orientation : landscape), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : portrait), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape) {
  main .glastext .threeinrow article {
    display: block;
    margin-top: 25px;
  }
  main .glastext .threeinrow article:nth-child(2) {
    margin-top: 0;
  }
}
main .glastext .threeinrow article h1 {
  font-size: 1.5em;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 767px) and (orientation : landscape), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : portrait) {
  main .glastext .threeinrow article h1 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 767px) and (orientation : landscape), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : portrait), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape) {
  main .glastext .threeinrow article div {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 992px), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape) {
  main .glastext .threeinrow article div {
    font-size: 1.1em;
    line-height: 22px;
  }
}
main .glastext .threeinrow img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  main .glastext .threeinrow img {
    width: 80%;
  }
}
main .glastext ul {
  list-style-type: disc;
}
main .glastext ul li {
  margin-bottom: 20px;
}
main .glastext ul li h2 {
  text-align: left;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 767px) and (orientation : landscape), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : portrait), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape) {
  main .glastext {
    margin-top: 0 !important;
  }
}
main .glastext img {
  width: 30%;
  border-radius: 10px;
  margin-bottom: 15px;
}
main .glastext .glasImages li {
  display: inline-block;
}
main #portfolio {
  position: relative;
  max-width: 992px;
  margin: 50px auto 0 auto;
  z-index: 0 !important;
}
main #portfolio a {
  color: white;
  text-decoration: none;
}
main #portfolio a:hover {
  color: green;
}
@media only screen and (min-width: 992px) {
  main #portfolio .weiter {
    margin: 10px 0 50px 0;
    color: #fff;
    width: 100%;
    text-align: center;
    bottom: 0;
    font-size: 1.5em;
  }
  main #portfolio .weiter .bordered span {
    padding: 0 30px;
    text-shadow: 1px 1px 1px #606060, 1px -1px 1px #606060, -1px 1px 1px #606060, -1px -1px 1px #606060;
  }
  main #portfolio .weiter .bordered::before,
  main #portfolio .weiter .bordered::after {
    border-top: 3px solid white;
    box-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    content: "";
    display: inline-block;
    padding: 4px 0;
    width: 30%;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 767px) and (orientation : landscape), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : portrait), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape) {
  main #portfolio .weiter {
    margin: 10px 0 50px 0;
    color: #fff;
    width: 100%;
    text-align: center;
    bottom: 0;
    font-size: 1.1em;
  }
  main #portfolio .weiter .bordered span {
    padding: 0 10px;
    text-shadow: 1px 1px 1px #606060, 1px -1px 1px #606060, -1px 1px 1px #606060, -1px -1px 1px #606060;
  }
  main #portfolio .weiter .bordered::before,
  main #portfolio .weiter .bordered::after {
    border-top: 3px solid white;
    box-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    content: "";
    display: inline-block;
    padding: 4px 0;
    width: 30%;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 767px) and (orientation : landscape) {
  main #portfolio .weiter {
    margin: 10px 0 50px 0;
    color: #fff;
    width: 100%;
    text-align: center;
    bottom: 0;
    font-size: 0.8em;
  }
  main #portfolio .weiter .bordered span {
    padding: 0 2px;
    text-shadow: 1px 1px 1px #606060, 1px -1px 1px #606060, -1px 1px 1px #606060, -1px -1px 1px #606060;
  }
  main #portfolio .weiter .bordered::before,
  main #portfolio .weiter .bordered::after {
    border-top: 3px solid white;
    box-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    content: "";
    display: inline-block;
    padding: 2px 0;
    width: 25%;
  }
}
main #portfolio .owl-carousel .owl-item {
  height: 146px;
  max-height: 146px;
  background-color: rgba(255, 255, 255, 0.6) !important;
  border-radius: 10px;
  overflow: hidden;
}
main #portfolio .owl-carousel .owl-item .item a {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
main #portfolio .owl-carousel .owl-item .item a img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
main .addy {
  float: right;
  margin-right: 50px;
}
@media only screen and (max-width: 767px) and (orientation : portrait) {
  main .addy {
    float: none;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) and (orientation : landscape) {
  main form {
    width: 30em;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait) {
  main form {
    width: 100%;
  }
}
main form div {
  margin-bottom: 15px;
}
main form div label {
  float: left;
}
@media only screen and (max-width: 767px) and (orientation : portrait) {
  main form div label {
    float: none;
  }
}
main form div div input[type=text],
main form div div input[type=email],
main form div div textarea,
main form div div select {
  width: 99%;
}
@media only screen and (max-width: 767px) and (orientation : portrait) {
  main form div div input[type=text],
  main form div div input[type=email],
  main form div div textarea,
  main form div div select {
    width: 99%;
  }
}
main form div div input[type=submit] {
  float: right;
}
main form div div textarea {
  height: 10em;
}
@media only screen and (max-width: 767px) and (orientation : portrait) {
  main form div div textarea {
    width: 98%;
  }
}
main form #hotelzimmer_div {
  display: none;
}
main form .g-recaptcha {
  cursor: pointer;
  float: right;
}
main .pic-right {
  max-width: 942px;
  hyphens: auto;
  margin: 40px 0;
}
@media only screen and (min-width: 992px), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : portrait), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape), only screen and (max-width: 767px) and (orientation : landscape) {
  main .pic-right div:first-child {
    float: right;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait) {
  main .pic-right div:first-child {
    float: none;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : portrait), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape) {
  main .pic-right div:last-child {
    float: left;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) and (orientation : landscape) {
  main .pic-right div:last-child {
    margin-top: 1.8em;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait) {
  main .pic-right div:last-child {
    float: none;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : portrait), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape), only screen and (max-width: 767px) and (orientation : landscape) {
  main .pic-right a img {
    width: 65%;
    margin-left: 50px;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait) {
  main .pic-right a img {
    width: 100%;
  }
}
main .pic-left {
  max-width: 942px;
  hyphens: auto;
  margin: 40px 0;
}
/*@media only screen and (min-width: 992px), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : portrait), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape), only screen and (max-width: 767px) and (orientation : landscape) {
 /* main .pic-left div:first-child {
    float: right;
    max-width: 50%;
  }
}*/
@media only screen and (max-width: 767px) and (orientation : portrait) {
  main .pic-left div:first-child {
    float: none;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : portrait), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape) {
  main .pic-left div:last-child {
    float: left;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) and (orientation : landscape) {
  main .pic-left div:last-child {
    margin-top: 1.8em;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait) {
  main .pic-left div:last-child {
    float: none;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px), only screen and (max-width: 991px) and (min-width: 768px) and (orientation: portrait), only screen and (max-width: 991px) and (min-width: 768px) and (orientation: landscape), only screen and (max-width: 767px) and (orientation: landscape) {
  main .pic-left a img {
    width: 65%;
    margin-left: 50px;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait) {
  main .pic-left a img {
    width: 100%;
  }
}
@media only screen and (min-width: 992px), only screen and (max-width: 991px) and (min-width: 768px) and (orientation: portrait), only screen and (max-width: 991px) and (min-width: 768px) and (orientation: landscape), only screen and (max-width: 767px) and (orientation: landscape) {
  main .pic-left div:first-child {
    float: left;
	max-width: 50%;
  }
}
@media only screen and (min-width: 992px), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : portrait), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape) {
  main .pic-left div:last-child {
    float: right;
    max-width: 50%;
  }
}
footer {
  padding-top: 30px;
}
@media only screen and (min-width: 992px), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : portrait) {
  footer {
    min-height: 200px;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 10px 4px rgba(255, 255, 255, 0.75);
    margin-top: 30px;
    padding: 20px 0;
  }
}
footer #innerFooter {
  width: 992px;
  margin: 0 auto;
  color: white;
  font-size: .8em;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 767px) and (orientation : landscape), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : portrait), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape) {
  footer #innerFooter {
    width: 100vw;
    background: rgba(0, 0, 0, 0.6) !important;
    -webkit-box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.75);
    padding: 30px 0;
  }
}
footer #innerFooter #footerMenu {
  width: 992px;
  max-width: 992px;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 767px) and (orientation : landscape), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : portrait), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape) {
  footer #innerFooter #footerMenu {
    width: 100vw;
  }
}
@media only screen and (min-width: 992px), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape) {
  footer #innerFooter #footerMenu {
    width: 992px;
    margin: 0 auto;
    display: table;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 992px) {
  footer #innerFooter #footerMenu article {
    display: table-cell;
    padding: 0 15px 15px 15px;
    vertical-align: top;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 767px) and (orientation : landscape), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : portrait), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape) {
  footer #innerFooter #footerMenu article {
    display: block;
    margin-top: 25px;
  }
  footer #innerFooter #footerMenu article:nth-child(2) {
    margin-top: 0;
  }
}
footer #innerFooter #footerMenu article h1 {
  font-size: 1.5em;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 767px) and (orientation : landscape), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : portrait) {
  footer #innerFooter #footerMenu article h1 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 767px) and (orientation : landscape), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : portrait), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape) {
  footer #innerFooter #footerMenu article div {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 992px), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape) {
  footer #innerFooter #footerMenu article div {
    font-size: 1.1em;
    line-height: 22px;
  }
}
footer #innerFooter #footerMenu article {
  line-height: 20px;
  color: white;
}
@media only screen and (min-width: 992px) {
  footer #innerFooter #footerMenu article:last-child {
    margin-top: 0;
    text-align: right;
    width: 300px !important;
  }
  footer #innerFooter #footerMenu article:first-child {
    width: 300px !important;
  }
  footer #innerFooter #footerMenu article:first-child ul {
    text-align: left !important;
    line-height: 30.5px;
  }
  footer #innerFooter #footerMenu article:nth-child(2) {
    width: 400px;
  }
}
@media only screen and (min-width: 992px) and only screen and (min-width: 992px) {
  footer #innerFooter #footerMenu article:nth-child(2) #fbHead {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 767px) and (orientation : landscape), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : portrait), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape) {
  footer #innerFooter #footerMenu article:first-child,
  footer #innerFooter #footerMenu article:last-child {
    display: none;
  }
  footer #innerFooter #footerMenu article:nth-child(2) {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100vw;
  }
  footer #innerFooter #footerMenu article:nth-child(2) #fbHead {
    width: 400px;
  }
}
footer #innerFooter #footerMenu ul {
  text-align: right;
}
footer #innerFooter #footerMenu ul li a {
  color: white;
  text-decoration: none;
  font-size: 1.2em;
  line-height: 30px;
}
footer #innerFooter #footerMenu ul li ul {
  display: none;
}
footer #innerFooter .copyright {
  margin-top: 30px;
  width: 992px;
  text-align: center;
  line-height: 18px;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 767px) and (orientation : landscape), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : portrait), only screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape) {
  footer #innerFooter .copyright {
    width: 100vw;
  }
}
footer #innerFooter .copyright a {
  color: white;
  text-decoration: none;
}
footer #innerFooter .copyright a:hover {
  color: green;
}
#imagelightbox-overlay {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
