html,
body {
height: 100%;
min-height: auto;
margin: 0px auto;
box-sizing: border-box;
word-wrap: break-word;
}
::selection {
color: #fff;
background: #1E1E1E;
}
::-moz-selection {
color: #fff;
background: #1E1E1E;
}
body {
max-width:100%;
width:100%;
background-color: #fff;
margin: 0px;
vertical-align: middle;
text-align: center;
font-family: 'Barlow', sans-serif;
font-size: 20px; /* 16 */
font-weight: 500;
letter-spacing: 0px;
line-height: 27px;
color: #1E1E1E;
padding: 0px;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-ms-text-size-adjust: none;
-moz-text-size-adjust: none;
-o-text-size-adjust: none;
-webkit-text-size-adjust: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
}
#wrapper {
width: 100%;
height: auto;
margin: 0px auto;
text-align: left;
float: left;
-webkit-animation: fadein 1.6s;
-moz-animation: fadein 1.6s;
-ms-animation: fadein 1.6s; 
-o-animation: fadein 1.6s;
animation: fadein 1.6s;
-webkit-animation: fadering 1s cubic-bezier(0.785, 0.135, 0.150, 0.860);
animation: fadering 1s cubic-bezier(0.785, 0.135, 0.150, 0.860);
}
#content-wide-image {
max-width: 100vw;
min-height: 100vh;
margin: 0px auto;
text-align: center;
overflow: visible;
background-image:url('../images/mood_besprechungsraum.jpg');
background-repeat:no-repeat;
background-size: cover;
display: flex;
align-items: center; 
justify-content: center;
position: sticky;
z-index: -1;
top: 0;
}
.content-wide-image-mobile {
display: none !important;
}
#content-image {
background-color: #fff;
max-width: 850px;
height: auto;
margin: 0px auto;
margin-top: 90px;
padding: 0px;
text-align: left;
z-index: 1 !important;
overflow: hidden;
}
#content-wide-gmap {
max-width: 100vw;
height: auto;
margin: 0px auto;
text-align: center;
overflow: auto;
background-repeat:no-repeat;
background-size:cover;
display: flex;
align-items: center; 
justify-content: center;
position: sticky;
position: -webkit-sticky;
z-index: -1;
top: 0;
}
#content-wrapper {
background-color: #fff;
max-width: 100%;
height: auto;
margin: 0px auto;
padding: 20px;
text-align: left;
z-index: 1 !important;
overflow: auto;
}
#content-wide-top {
background-color: #fff;
max-width: 100%;
height: auto;
margin: 0px auto;
margin-top: 100px;
padding: 20px;
text-align: center;
z-index: 1 !important;
overflow: auto;
}
#content-inner {
background-color: #fff;
max-width: 650px;
height: auto;
margin: 0px auto;
margin-top: 0px;
padding: 20px;
text-align: left;
z-index: 1 !important;
overflow: auto;
}
#content {
background-color: #fff;
max-width: 900px;
height: auto;
margin: 0px auto;
padding: 20px;
text-align: left;
z-index: 1 !important;
overflow: auto;
}
#content #left {
width:70%;
height: auto;
float: left;
padding-right: 20px;
}
#content #right {
width: 60%;
height: auto;
float: right;
margin-top: 30px;
margin-left: 20px;
}
#content #left-se {
width:60%;
height: auto;
float: left;
padding-right: 20px;
}
#content #right-se {
width: 35%;
height: auto;
float: right;
}
#float-box-left {
width:45%;
height: auto;
float: left;
padding-right: 20px;
margin-bottom: 60px;
}
#float-box-right {
width:45%;
height: auto;
float: right;
padding-left: 0px;
margin-bottom: 60px;
}
#content-kontakt {
background-color: #fff;
max-width: 650px;
height: auto;
margin: 0px auto;
margin-top: 90px;
padding: 20px;
text-align: left;
z-index: 1 !important;
overflow: auto;
}
#content-mitarbeiter {
background-color: #fff;
max-width: 900px;
height: auto;
margin: 0px auto;
margin-top: 90px;
padding: 20px;
text-align: left;
z-index: 1 !important;
overflow: auto;
}
#navigation-wrapper {
width: 100%;
height: auto;
padding-top: 10px;
padding-bottom: 10px;
background-color: #fafafa;
float: none;
position: absolute;
z-index: 9000 !important;
}
#navigation {
max-width: 1200px;
height: auto;
margin: 0px auto;
padding: 20px;
text-align: left;
z-index: 0;
overflow: auto;
}
#navigation #left {
max-width: auto;
height: auto;
margin: 0px auto;
text-align: left;
float: left;
overflow: hidden;
}
#navigation #right {
max-width: auto;
height: auto;
text-align: right;
font-family: 'Barlow', sans-serif;
font-size: 20px; /* 16 */
font-weight: 600;
letter-spacing: 0.2px;
text-transform: uppercase;
margin-top: 9px;
float: right;
}
#navigation #right-mobile {
display: none;
}
#navigation #right a {
text-decoration: none;
color: #1E1E1E;
margin-left: 15px;
}
#navigation #right a:hover {
text-decoration: none;
}
#navigation #right a:visited {
text-decoration: none;
}
#footer-wrapper {
width: 100%;
height: auto;
margin-top: 90px;
padding-top: 30px;
padding-bottom: 30px;
background-color: #821722;
float: none;
position: absolute;
}
#footer {
max-width: 1200px;
height: auto;
margin: 0px auto;
font-size: 15px;
font-weight: 500;
text-align: center;
z-index: 0;
overflow: auto;
}
#footer a:link {
text-decoration: none;
color: #fff;
}
#footer a:visited {
text-decoration: none;
color: #fff;
}
#footer a:hover {
text-decoration: none;
color: #fff;
}
/* HEADINGS */
.opener {
font-family: 'Barlow', sans-serif;
font-weight: 600;
font-size: 45px;
letter-spacing: -1.5px;
line-height: 45px;
color: #1E1E1E;
padding: 20px;
margin-top: -30px;
}
.subsite {
font-family: 'Barlow', sans-serif;
font-weight: 400;
font-size: 45px;
letter-spacing: -1.5px;
line-height: 24px;
color: #1E1E1E;
}
a {
text-decoration: underline;
color: #B50306;
}
a:visited {
text-decoration: underline;
color: #B50306;
}
a:hover {
text-decoration: underline;
text-decoration-skip-ink: auto;
color: #B50306;
}
.services {
color: #821722;
margin-top: 30px;
margin-bottom: 10px;
}
#wide-image {
max-width: 1650px;
height: auto;
text-align: center;
margin: 0px auto;
}
.hideme
{
opacity:0.6;
}





@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('../common/webfontsbarlow-v4-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Barlow Regular'), local('Barlow-Regular'),
       url('../common/webfonts/barlow-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../common/webfonts/barlow-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../common/webfonts/barlow-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../common/webfonts/barlow-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../common/webfonts/barlow-v4-latin-regular.svg#Barlow') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  src: url('../common/webfonts/barlow-v4-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Barlow Medium'), local('Barlow-Medium'),
       url('../common/webfonts/barlow-v4-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../common/webfonts/barlow-v4-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../common/webfonts/barlow-v4-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../common/webfonts/barlow-v4-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../common/webfonts/barlow-v4-latin-500.svg#Barlow') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: url('../common/webfonts/barlow-v4-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Barlow SemiBold'), local('Barlow-SemiBold'),
       url('../common/webfonts/barlow-v4-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../common/webfonts/barlow-v4-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../common/webfonts/barlow-v4-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../common/webfonts/barlow-v4-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../common/webfonts/barlow-v4-latin-600.svg#Barlow') format('svg'); /* Legacy iOS */
}



h2{
font-size: 20px;
}


li{
margin-bottom: 5px;
}





.button{
width: auto;
height: auto;
background-color: #821722;
padding: 15px;
border: 0px solid #821722;
color: #fff !important;
font-size: 15px;
opacity: 0.9;
transition: all 0.2s ease 0.03s;
-webkit-transform: translateZ(0);
-webkit-transition-property: all;
}
.button:link{
width: auto;
height: auto;
background-color: #821722;
padding: 15px;
border: 0px solid #821722;
color: #fff !important;
font-size: 15px;
opacity: 0.85;
cursor: pointer;
}
.button:visited{
width: auto;
height: auto;
background-color: #821722;
padding: 15px;
border: 0px solid #821722;
color: #fff !important;
font-size: 15px;
opacity: 0.85;
cursor: pointer;
}
.button:hover{
width: auto;
height: auto;
background-color: #821722;
padding: 15px;
border: 0px solid #821722;
color: #fff !important;
font-size: 15px;
opacity: 0.85;
cursor: pointer;
}
#alert{
width: auto;
height: auto;
background-color: #E0484E;
padding: 12px;
text-align: left;
color: #fff;
}
#alert-second{
width: auto;
height: auto;
background-color: #75E983;
padding: 12px;
text-align: left;
color: #000;
margin-top: 20px !important;
}
.count {
display: none;
}


.button-contact {
backface-visibility: hidden;
position: relative;
cursor: pointer;
display: inline-block;
white-space: nowrap;
background: #821722;
border-radius: 0px;
border: 0px solid #550d11;
border-width: 0px 0px 4px 0px;
padding: 10px 20px 10px 20px;
color: #fff;
font-size: initial;
font-family: 'Barlow', sans-serif;
font-style: normal;
font-size: 20px;
-webkit-appearance: none;
}



.logo{
width: auto;
height: 45px;
}






/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float:left;
  margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FOUR  */
.span_4_of_4 {
  width: 100%;
}
.span_3_of_4 {
  width: 74.6%;
}
.span_2_of_4 {
  width: 49.2%;
}
.span_1_of_4 {
  width: 23.8%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 800px) {
  .col {  margin: 1% 0 1% 0%; }
  .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}





/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
  z-index: 0 !important;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 0px solid #fff;
  position: relative;
  z-index: 0 !important;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
margin-top: -20px;
  width: 10px;
  height: 10px;
  display: block;
  background: #821722;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #821722;
}
.flex-control-paging li a.flex-active {
  background: #D60308;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}





.fa-arrow-to-bottom{
text-decoration: none;
border: 0px;
margin-right: 10px;
font-family: "Font Awesome 5 Pro";
content: "\f33d";
}





@media only screen and (max-width: 800px) {
#navigation #right {
display: none;
}
.logo{
width: auto;
height: 32px;
}
#navigation #right-mobile {
max-width: auto;
height: auto;
text-align: right;
font-family: 'Barlow', sans-serif;
font-size: 25px !important; /* 16 */
font-weight: 600;
letter-spacing: 0.2px;
text-transform: uppercase;
margin-top: 2px;
z-index: 900000 !important;
float: right;
display: block;
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #fff;
overflow-x: hidden;
transition: 0.01s;
padding-top: 55px;
text-align: left;
opacity: 1;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #000000;
display: block;
transition: 0.3s;
}
.sidenav a:hover{
color: #000000;
}
.sidenav .closebtn {
position: absolute;
top: 25px;
right: 25px;
font-size: 32px;
margin-left: 50px;
}
#content #left {
width: 100%;
height: auto;
margin-bottom: 20px;
}
#content #right {
width: 100%;
height: auto;
}
#float-box-left {
width: 100%;
height: auto;
margin-bottom: 60px;
}
#float-box-right {
width: 100%;
height: auto;
margin-bottom: 60px;
}
.menue-icon{
width: 30px;
height: 2px;
background-color: black;
margin: 6px 0;
}

.opener {
display: none !important;
}
#content-wide-image {
display: none !important;
}
.content-wide-image-mobile {
max-width: auto;
min-height: auto;
margin: 0px auto;
margin-top: 95px !important;
display: block !important;
}

body {
font-size: 19px !important;
line-height: 27px !important;
}

.mobile-span-tmp {
margin-top: 30px !important;
}


}




@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-webkit-keyframes fadering {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadering {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}