
.nmmg-menu-button {
    position: fixed !important;
  top: 30px !important;
  right: 3% !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background-color: #ccbfb4 !important;
    color: white !important;
    border: none !important;
    font-size: 22px !important;
    z-index: 999 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.15) !important;
    transition: opacity 0.3s ease, transform 0.3s ease !important;
    opacity: 0 !important;
    pointer-events: none !important;
	cursor:pointer;
  }

  .weiss{
	color:#fff !important;
  }

  .blue{
	color:#ccbfb4 !important;
  }

  .disabled-link {
	pointer-events: none !important;
	text-decoration: none !important;
	cursor: default !important;
	}

  .fa-bars-staggered{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  }

  .nmmg-menu-button.visible {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

.nmmg-menu-button:hover {
  background-color: #ab9889 !important;
  transform: scale(1.05) !important;
}

  .nmmg-menu-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(21, 52, 97, 0.8) !important;
    z-index: 99999 !important;
    transition: opacity 0.3s ease !important;
  }

  .nmmg-mobile-menu {
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    width: 280px !important;
    background-color: #ccbfb4 !important;
    border-radius: 20px !important;
    padding: 30px !important;
    z-index: 999999 !important;
    color: white !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.5) !important;
    animation: nmmg-fadeIn 0.4s ease !important;
	height:90%;
  }

  .nmmg-menu-panel {
    animation: nmmg-slideIn 0.3s ease !important;
  }

  .nmmg-submenu {
    position: absolute !important;
    top: 30px !important;
    left: 30px !important;
    right: 30px !important;
  }

  .nmmg-menu-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  nav > ul > li{
	list-style-type: none !important;
  }

  .nmmg-menu-link,
  .nmmg-back-link {
    display: block !important;
    background: none !important;
    border: none !important;
    color: white !important;
    font-size: 28px !important;
    font-weight: 300 !important;
    margin-bottom: 2rem !important;
    text-align: left !important;
    cursor: pointer !important;
    text-decoration: none !important;
	padding:0 !important;
    transition: transform 0.3s ease !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  }

  .nmmg-menu-link:hover {
    transform: translateX(5px) !important;
  }

  @keyframes nmmg-slideIn {
    from { transform: translateX(100%) !important; opacity: 0 !important; }
    to { transform: translateX(0) !important; opacity: 1 !important; }
  }

  @keyframes nmmg-fadeIn {
    from { opacity: 0 !important; }
    to { opacity: 1 !important; }
  }

  body.nmmg-lock-scroll {
  overflow: hidden !important;
  height: 100vh !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


sub{
	font-size:20px;
	line-height:20px;
}


.csstransition{
	-moz-transition: all 0.4s ease-out;  /* FF4+ */
	-o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
	-ms-transition: all 0.4s ease-out;  /* IE10? */
	transition: all 0.4s ease-out;
}


a.a_li {           font-family:  'SairaBold', Arial, Helvetica, sans-serif; font-size:12px; line-height:26px; font-weight:normal; outline:0; display:inline; position:relative; margin:0 20px 0 0;
-moz-transition: all 0.4s ease-out;  /* FF4+ */
-o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
	-ms-transition: all 0.4s ease-out;  /* IE10? */
	transition: all 0.4s ease-out;}
a.a_li:link {      text-decoration: none; color: #fff !important; }
a.a_li:active {    text-decoration: none; color: #717f8f !important; }
a.a_li:visited {   text-decoration: none; color: #fff !important; }
a.a_li:hover {
	text-decoration: none;
	color: #717f8f !important;

}



/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
	margin:0px 0 0 0;
	}

  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
	width:100%;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }



 /**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  /*.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
	 */
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    /*zoom: 1;*/
	pointer-events:all;
	outline:none;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 60px;
      height: 2px;
      margin: 5px 8px;
      background: #79797a;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #fff; outline:none; }


.sticky_menu{
	width:190px;
	height:230px;
	display:block;
	position:fixed;
	top:39vh;
	left:50px;
}


p.teaser{
	font-size:24px;
	line-height:36px;
	font-weight:200;
	color:#4e4e4e;
}


/* fix f�r iphone scrolling im iframe :: start */

	.scroll-wrapper{
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		top: 0;
		-webkit-overflow-scrolling: touch;
		overflow-y: scroll;
	}
/* fix f�r iphone scrolling im iframe :: ende */



#nav_waypoint:hover {
	opacity:1;
}


span.number_head{
	font-size:20px;
	font-weight:700;
	line-height:24px;
	color:#fff;
	padding:0 0 10px 0;
}


hr.head{
	background-color:#dedee0;
	border:2px solid #dedee0;
	width:50px;
	clear:both;
}

span.box_r_2_head{
	font-size:24px;
	font-weight:800;
	text-transform:uppercase;
	line-height:32px;
	color:#0082ca;
	padding:5px 0 0 0;
	clear:both;
}

span.box_r_2_span{
	font-size:16px;
	font-weight:400;
	text-transform:none;
	line-height:24px;
	color:#fff;
	padding:0 0 0 0;
	clear:both;
}

.box_r_2_arrow{
	color:#fff;
}


a.btn_social {           font-family:  'Saira', Arial, Helvetica, sans-serif; font-size:20px; line-height:26px; font-weight:normal; outline:0; padding:15px 20px 15px 20px; margin:0 0 0 5px; }
a.btn_social:link {      text-decoration: none; color: #bbc2c7; background-color:#f5f5f9; }
a.btn_social:active {    text-decoration: none; color: #2e2e2e; background-color:#f5f5f9; }
a.btn_social:visited {   text-decoration: none; color: #bbc2c7; background-color:#f5f5f9; }
a.btn_social:hover {
	text-decoration: none;
	background-color:#f5f5f9;
	color: #2e2e2e;
	-moz-transition: all 0.4s ease-out;  /* FF4+ */
	-o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
	-ms-transition: all 0.4s ease-out;  /* IE10? */
	transition: all 0.4s ease-out;
}

a.weiss {           font-family:  'Saira', Arial, Helvetica, sans-serif; font-size:18px; line-height:26px; font-weight:normal; outline:0; }
a.weiss:link {      text-decoration: none; color: #fff; }
a.weiss:active {    text-decoration: none; color: #EC671B; }
a.weiss:visited {   text-decoration: none; color: #fff; }
a.weiss:hover {
	text-decoration: none;
	color: #EC671B;
	-moz-transition: all 0.4s ease-out;  /* FF4+ */
	-o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
	-ms-transition: all 0.4s ease-out;  /* IE10? */
	transition: all 0.4s ease-out;
}

a.navtop2 {           font-family:  'Saira', Arial, Helvetica, sans-serif; font-size:20px; line-height:26px; font-weight:normal; outline:0; padding:14px 20px 15px 70px; display:inline; position:relative; float:left; margin:0 0 0 0; background-image:url(../images/phone.png); background-size:contain; background-position:left center; background-repeat:no-repeat; }
a.navtop2:link {      text-decoration: none; color: #fff; background-color:#2e2e2e; }
a.navtop2:active {    text-decoration: none; color: #fff; background-color:#2e2e2e; }
a.navtop2:visited {   text-decoration: none; color: #fff; background-color:#2e2e2e; }
a.navtop2:hover {
	text-decoration: none;
	background-color:#2e2e2e;
	color: #fff;
	-moz-transition: all 0.4s ease-out;  /* FF4+ */
	-o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
	-ms-transition: all 0.4s ease-out;  /* IE10? */
	transition: all 0.4s ease-out;
}

a.navtop1 {           font-family:  'Saira', Arial, Helvetica, sans-serif; font-size:16px; line-height:26px; font-weight:normal; outline:0; padding:12px 20px; margin:0 0 0 0; border-radius:10px; }
a.navtop1:link {      text-decoration: none; color: #2b3e50; background-color:#fff; border:1px solid transparent; }
a.navtop1:active {    text-decoration: none; color: #fff; background-color:#2b3e50; border:1px solid #2b3e50; }
a.navtop1:visited {   text-decoration: none; color: #2b3e50; background-color:#fff; border:1px solid transparent; }
a.navtop1:hover {
	text-decoration: none;
	background-color:#2b3e50;
	 border:1px solid #2b3e50;
	color: #fff;
	-moz-transition: all 0.4s ease-out;  /* FF4+ */
	-o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
	-ms-transition: all 0.4s ease-out;  /* IE10? */
	transition: all 0.4s ease-out;
}

a.navtop1_active, a.navtop1_active:link, a.navtop1_active:active, a.navtop1_active:visited, a.navtop1_active:hover {
	text-decoration: none;
	background-color:#2b3e50;
	 border:1px solid #2b3e50;
	color: #fff;
	padding:12px 20px;
	font-size:16px;
	border-radius:10px;
	display:inline; position:relative; float:left;
}

a.a_weiss {           font-family:  'SairaBold', Arial, Helvetica, sans-serif; font-size:16px; line-height:24px; font-weight:normal; outline:0; }
a.a_weiss:link {      text-decoration: none; color: #fff; }
a.a_weiss:active {    text-decoration: none; color: #fff; }
a.a_weiss:visited {   text-decoration: none; color: #fff; }
a.a_weiss:hover {
	text-decoration: underline;
	color: #fff;
	-moz-transition: all 0.4s ease-out;  /* FF4+ */
	-o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
	-ms-transition: all 0.4s ease-out;  /* IE10? */
	transition: all 0.4s ease-out;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  float:left;
  z-index:9999999;
  padding:0 0 40px 0;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ccbfb4;
  min-width: 320px;
  z-index: 1;
  margin-top:120px;
  left:60px;
  text-align:left;
}

.dropdown-content a div{
	width:30px;
	text-align:center;
	color:#fff;
	font-size:20px;
	padding:0 5px 0 0;
	margin: -3px 0 0 0;
	-moz-transition: all 0.4s ease-out;  /* FF4+ */
		-o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
		-webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
		-ms-transition: all 0.4s ease-out;  /* IE10? */
		transition: all 0.4s ease-out;
}

.dropdown-content a:hover div{
	padding:0 15px 0 0;
}

.dropdown-content a i{
	font-size:20px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #fff;
  font-weight:500;
  border-bottom:1px solid #da6166;
  padding: 15px 0;
  text-decoration: none;
  display: block;
  font-family: 'Saira';
  font-size:16px;
  margin:0 30px;
}

.dropdown-content:hover a.nav_top_02{
	color:#EC671B;
}



.dropdown2:hover .navtop{
	color:#ccbfb4;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover { text-decoration:none;}
.drop_active {background-color: rgba(0,0,0,0.2); color:#EC671B !important;}
.dropdown:hover a.nav_top_01{
	background-color: #4e4e4e;
	color:#fff;
}

.dropdown2:hover a.nav_top_02_scroll{
	color:#89b725;
	border-top:2px solid #89b725;
}

.dropdown3:hover a.nav_top_01{
	color:#89b725;
	border-top:0;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}
.dropdown2:hover .dropdown-content2 {display: block;}
.dropdown3:hover .dropdown-content3 {
	display: block;
	-moz-transition: all 0.4s ease-out;  /* FF4+ */
	-o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
	-ms-transition: all 0.4s ease-out;  /* IE10? */
	transition: all 0.4s ease-out;
}

a[href^="tel"] {
  text-decoration: none;
  cursor: default;
  color: #ccbfb4;
}

a[href^="mailto"] {
  text-decoration: none;
  cursor: pointer;
  color: #ccbfb4;
}

a.a_cta_tel {           font-family:  'SairaBold', Arial, Helvetica, sans-serif; font-size:24px; line-height:20px; font-weight:400; outline:0; cursor:default; }
a.a_cta_tel:link {      text-decoration: none; color: #fff; }
a.a_cta_tel:active {    text-decoration: none; color: #fff; }
a.a_cta_tel:visited {   text-decoration: none; color: #fff; }
a.a_cta_tel:hover {
	text-decoration: none;
	color: #fff;
	-moz-transition: all 0.4s ease-out;  /* FF4+ */
	-o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
	-ms-transition: all 0.4s ease-out;  /* IE10? */
	transition: all 0.4s ease-out;
}


/* begin content-links fuer funktionen */

	a.f_link_www:link, a.f_link_www:visited {
		font-size:16px;
		line-height:24px;
		color: #323232;
		font-weight: normal;
		text-decoration:none;
		margin:5px 0 5px 7px;
		padding:0 0 0 23px;
		float:left;
		display:inline;
		position:relative;
		background-image:url(../images/icon_pfeil_link.png);
		background-position:5px center;
		background-repeat:no-repeat;
		clear:both;
	}

	a.f_link_www:hover, a.f_link_www:active {
		font-size:16px;
		line-height:24px;
		color: #c00418;
		font-weight: normal;
		text-decoration:none;
		margin:5px 0 5px 7px;
		padding:0 0 0 23px;
		float:left;
		display:inline;
		position:relative;
		background-image:url(../images/icon_pfeil_link.png);
		background-position:5px center;
		background-repeat:no-repeat;
		clear:both;
	}


	a.f_link_file:link, a.f_link_file:visited {
		font-size:16px;
		line-height:24px;
		color: #323232;
		font-weight: normal;
		text-decoration:none;
		margin:5px 0 5px 4px;
		padding:0 0 0 27px;
		float:left;
		display:inline;
		position:relative;
		background-image:url(../images/icon_download.png);
		background-position:center left;
		background-repeat:no-repeat;
		clear:both;
	}

	a.f_link_file:hover, a.f_link_file:active {
		font-size:16px;
		line-height:24px;
		color: #c00418;
		font-weight: normal;
		text-decoration:none;
		margin:5px 0 5px 4px;
		padding:0 0 0 27px;
		float:left;
		display:inline;
		position:relative;
		background-image:url(../images/icon_download.png);
		background-position:center left;
		background-repeat:no-repeat;
		clear:both;
	}


	a.f_link_pdf:link, a.f_link_pdf:visited {
		font-size:16px;
		line-height:24px;
		color: #323232;
		font-weight: normal;
		text-decoration:none;
		margin:5px 0 5px 4px;
		padding:0 0 0 26px;
		float:left;
		display:inline;
		position:relative;
		background-image:url(../images/icon_pdf.png);
		background-position:center left;
		background-repeat:no-repeat;
		clear:both;
	}

	a.f_link_pdf:hover, a.f_link_pdf:active {
		font-size:16px;
		line-height:24px;
		color: #c00418;
		font-weight: normal;
		text-decoration:none;
		margin:5px 0 5px 4px;
		padding:0 0 0 26px;
		float:left;
		display:inline;
		position:relative;
		background-image:url(../images/icon_pdf.png);
		background-position:center left;
		background-repeat:no-repeat;
		clear:both;
	}


	a.f_link_vid:link, a.f_link_vid:visited {
		font-size:16px;
		line-height:24px;
		color: #323232;
		font-weight: normal;
		text-decoration:none;
		margin:5px 0 0 5px;
		padding:0 0 0 25px;
		float:left;
		display:inline;
		position:relative;
		background-image:url(../images/icon_youtube.png);
		background-position:left 4px;
		background-repeat:no-repeat;
		clear:both;
	}

	a.f_link_vid:hover, a.f_link_vid:active {
		font-size:16px;
		line-height:24px;
		color: #c00418;
		font-weight: normal;
		text-decoration:none;
		margin:5px 0 0 5px;
		padding:0 0 0 25px;
		float:left;
		display:inline;
		position:relative;
		background-image:url(../images/icon_youtube.png);
		background-position:left 4px;
		background-repeat:no-repeat;
		clear:both;
	}

/* end content-links */

a.c_link:link, a.c_link:visited {
	font-size:18px;
	line-height:24px;
	color: #4e4e4e;
	font-weight: normal;
	text-decoration:none;
}

a.c_link:hover, a.c_link:active {
	font-size:18px;
	line-height:24px;
	color: #4e4e4e;
	font-weight: normal;
	text-decoration:none;
}



a.c_link_gruen:link, a.c_link_gruen:visited {
	font-size:16px;
	line-height:24px;
	color: #4e4e4e;
	font-weight: bold;
	text-decoration:none;
}

a.c_link_gruen:hover, a.c_link_gruen:active {
	font-size:16px;
	line-height:24px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:underline;
}

a.c_link_grau:link, a.c_link_grau:visited {
	font-size:16px;
	line-height:24px;
	color: #646464;
	font-weight: normal;
	text-decoration:none;
}

a.c_link_grau:hover, a.c_link_grau:active {
	font-size:16px;
	line-height:24px;
	color: #c00418;
	font-weight: normal;
	text-decoration:none;
}


a.c_link_weiss:link, a.c_link_weiss:visited {
	font-size:16px;
	line-height:24px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}

a.c_link_weiss:hover, a.c_link_weiss:active {
	font-size:16px;
	line-height:24px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:underline;
}

a.c_link_sb:link, a.c_link_sb:visited {
	font-size:15px;
	line-height:24px;
	color: #646464;
	font-weight: bold;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

a.c_link_sb:hover, a.c_link_sb:active {
	font-size:15px;
	line-height:24px;
	color: #752131;
	font-weight: bold;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

a.c_link_more:link, a.c_link_more:visited {
	font-size:18px;
	line-height:24px;
	color: #323232;
	font-weight: normal;
	text-decoration:none;
	margin:5px 0 0 0;
	padding:0 0 0 24px;
	float:left;
	display:inline;
	position:relative;
	background-image:url(../images/icon_pfeil_link.png);
	background-position:5px center;
	background-repeat:no-repeat;
	clear:both;
}

a.c_link_more:hover, a.c_link_more:active {
	font-size:18px;
	line-height:24px;
	color: #4e4e4e;
	font-weight: normal;
	text-decoration:none;
	margin:5px 0 0 0;
	padding:0 0 0 24px;
	float:left;
	display:inline;
	position:relative;
	background-image:url(../images/icon_pfeil_link.png);
	background-position:5px center;
	background-repeat:no-repeat;
	clear:both;
}


a.c_link_more_weiss:link, a.c_link_more_weiss:visited {
	font-size:16px;
	line-height:24px;
	color: #f0f0f0;
	font-weight: normal;
	text-decoration:none;
	margin:5px 0 0 0;
	padding:0 0 0 15px;
	float:right;
	display:inline;
	position:relative;
	background-image:url(../images/icon_pfeil_link_weiss.png);
	background-position:left 10px;
	background-repeat:no-repeat;
	clear:both;
}

a.c_link_more_weiss:hover, a.c_link_more_weiss:active {
	font-size:16px;
	line-height:24px;
	color: #ffffff;
	font-weight: normal;
	text-decoration:underline;
	margin:5px 0 0 0;
	padding:0 0 0 15px;
	float:right;
	display:inline;
	position:relative;
	background-image:url(../images/icon_pfeil_link_weiss.png);
	background-position:left 10px;
	background-repeat:no-repeat;
	clear:both;
}


a.bread_link:link, a.bread_link:visited {
	font-size:16px;
	line-height:24px;
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
	margin:0 8px 0 0;
	padding:0 15px 0 0;
	float:left;
	display:inline;
	position:relative;
	background-image:url(../images/icon_pfeil_bread.png);
	background-position:right 6px;
	background-repeat:no-repeat;
}

a.bread_link:hover, a.bread_link:active {
	font-size:16px;
	line-height:24px;
	color: #969696;
	font-weight: normal;
	text-decoration:none;
	margin:0 8px 0 0;
	padding:0 15px 0 0;
	float:left;
	display:inline;
	position:relative;
	background-image:url(../images/icon_pfeil_bread.png);
	background-position:right 6px;
	background-repeat:no-repeat;
}

	.bread_active{
		font-size:16px;
		line-height:24px;
		color: #ffffff;
		font-weight: normal;
		text-decoration:none;
		margin:0 0 0 0;
		padding:0 0 0 0;
		float:left;
		display:inline;
		position:relative;
	}



a.c_link_back:link, a.c_link_back:visited {
	font-size:18px;
	line-height:24px;
	color: #4e4e4e;
	font-weight: normal;
	text-decoration:none;
	margin:0 0 0 0;
	padding:0 0 0 15px;
	float:right;
	display:inline;
	position:relative;
	background-image:url(../images/icon_pfeil_link_back.png);
	background-position:left 6px;
	background-repeat:no-repeat;
	clear:both;
}

a.c_link_back:hover, a.c_link_back:active {
	font-size:18px;
	line-height:24px;
	color: #4e4e4e;
	font-weight: normal;
	text-decoration:none;
	margin:0 0 0 0;
	padding:0 0 0 15px;
	float:right;
	display:inline;
	position:relative;
	background-image:url(../images/icon_pfeil_link_back.png);
	background-position:left 6px;
	background-repeat:no-repeat;
	clear:both;
}

a.c_link_mail:link, a.c_link_mail:visited {
	font-size:16px;
	line-height:24px;
	color: #323232;
	font-weight: normal;
	text-decoration:none;
	margin:0 0 0 0;
	padding:0 27px 0 0;
	float:left;
	display:inline;
	position:relative;
	background-image:url(../images/icon_mail.png);
	background-position:center right;
	background-repeat:no-repeat;
}

a.c_link_mail:hover, a.c_link_mail:active {
	font-size:16px;
	line-height:24px;
	color: #c00418;
	font-weight: normal;
	text-decoration:none;
	margin:0 0 0 0;
	padding:0 27px 0 0;
	float:left;
	display:inline;
	position:relative;
	background-image:url(../images/icon_mail.png);
	background-position:center right;
	background-repeat:no-repeat;
}


a.link_tel_all:link, a.link_tel_all:visited, a.link_tel_all:hover, a.link_tel_all:active {
	font-family:  'Saira', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	color: #EC671B;
	font-weight: normal;
	text-decoration:none;
}


a.link_tel_top:link, a.link_tel_top:visited, a.link_tel_top:hover, a.link_tel_top:active {
	font-family:  'SairaBold', Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:24px;
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
	background-image:url(../images/icon_tel.png);
	background-repeat:no-repeat;
	background-position:left center;
	margin:0 0 0 0;
	padding:0 0 0 13px;
}

a.link_mail_top:link, a.link_mail_top:visited {
	font-family:  'SairaBold', Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:24px;
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
	background-image:url(../images/icon_mail.png);
	background-repeat:no-repeat;
	background-position:left center;
	margin:0 0 0 40px;
	padding:0 0 0 27px;
	text-decoration:none;
}

a.link_mail_top:hover, a.link_mail_top:active {
	font-family:  'SairaBold', Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:24px;
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
	background-image:url(../images/icon_mail.png);
	background-repeat:no-repeat;
	background-position:left center;
	margin:0 0 0 40px;
	padding:0 0 0 27px;
	text-decoration:underline;
}


a.nav_top_01:link, a.nav_top_01:visited {
	font-family: 'SairaBold', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	color: #0082ca;
	font-weight: 500;
	margin:0 -2px 0 0;
	padding:7px 0 0 0;
	text-decoration:none;
	text-transform:none;
	float:right;
	display:inline;
	position:relative;
	width:39px;
	height:39px;
	border:2px solid #e7e7e7;
	background-color:#fff;
	text-align:center;
	box-sizing:border-box;
	-moz-transition: all 0.4s ease-out;  /* FF4+ */
	-o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
	-ms-transition: all 0.4s ease-out;  /* IE10? */
	transition: all 0.4s ease-out;
}

a.nav_top_01:hover, a.nav_top_01:active {
	font-family: 'SairaBold', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	color: #34485e;
	font-weight: 500;
	margin:0 -2px 0 0;
	padding:7px 0 0 0;
	text-decoration:none;
	text-transform:none;
	background-color:#e7e7e7;
	float:right;
	display:inline;
	position:relative;
	width:39px;
	height:39px;
	border:2px solid #e7e7e7;
	text-align:center;
	box-sizing:border-box;
}


a.nav_top_01_active:link, a.nav_top_01_active:visited, a.nav_top_01_active:hover, a.nav_top_01_active:active {
	font-family: 'SairaBold', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	color: #34485e;
	font-weight: 500;
	margin:0 -2px 0 0;
	padding:7px 0 0 0;
	text-decoration:none;
	text-transform:none;
	background-color:#e7e7e7;
	float:right;
	display:inline;
	position:relative;
	width:39px;
	height:39px;
	border:2px solid #e7e7e7;
	text-align:center;
	box-sizing:border-box;
}




	a.nav_top_01_drop:link, a.nav_top_01_drop:visited {
		background-image:url(../images/icon_nav_drop_weiss.png);
		background-position:right 15px;
		background-repeat:no-repeat;
		padding:9px 15px 13px 0;
		text-transform:uppercase;
	}

	a.nav_top_01_drop:hover, a.nav_top_01_drop:active {
		background-image:url(../images/icon_nav_drop_weiss.png);
		background-position:right 15px;
		background-repeat:no-repeat;
		padding:9px 15px 13px 0;
		text-transform:uppercase;
	}


		a.nav_top_01_sub:link, a.nav_top_01_sub:visited {
			font-family: 'SairaBold', Arial, Helvetica, sans-serif;
			font-size:15px;
			line-height:22px;
			color: #ffffff;
			font-weight: normal;
			margin:0 0 0 0;
			padding:15px 15px 15px 15px;
			text-decoration:none;
			float:left;
			display:inline;
			position:relative;
			z-index:1001;
			text-align:left;
		}


		a.nav_top_01_sub:hover, a.nav_top_01_sub:active {
			font-family: 'SairaBold', Arial, Helvetica, sans-serif;
			font-size:15px;
			line-height:22px;
			color: #4e4e4e;
			font-weight: normal;
			margin:0 0 0 0;
			padding:15px 15px 15px 15px;
			text-decoration:none;
			float:left;
			display:inline;
			position:relative;
			z-index:1001;
			text-align:left;
		}




a.nav_top_03:link, a.nav_top_03:visited {
	font-family: 'SairaBold', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:22px;
	color: #fff;
	font-weight: normal;
	margin:-55px 0 0 20px;
	padding:55px 20px 19px 20px;
	text-decoration:none;
	float:right;
	display:inline;
	position:relative;
	text-transform:none;
	background-color:#4e4e4e;
}

a.nav_top_03:hover, a.nav_top_03:active {
	font-family: 'SairaBold', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:22px;
	color: #fff;
	font-weight: normal;
	margin:-55px 0 0 0;
	padding:55px 20px 19px 20px;
	text-decoration:none;
	float:right;
	display:inline;
	position:relative;
	text-transform:none;
	background-color:#50a028;
}

a.nav_top_02:link, a.nav_top_02:visited {
	font-family: 'SairaBold', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:12px;
	color: #4e4e4e;
	font-weight: 500;
	margin:0 0 35px 0;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	clear:both;
	text-transform:uppercase;
    padding: 0 0 0 0;
	background-image:url(../images/menu-indicator.png);
	background-position: center left;
	background-repeat:no-repeat;
	background-size:0;
	-moz-transition: all 0.4s ease-out;  /* FF4+ */
	-o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
	-ms-transition: all 0.4s ease-out;  /* IE10? */
	transition: all 0.4s ease-out;
}

a.nav_top_02:hover, a.nav_top_02:active {
	font-family: 'SairaBold', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:12px;
	color: #EC671B;
	font-weight: 500;
	margin:0 0 35px 0;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	clear:both;
	text-transform:uppercase;
    padding: 0 0 0 40px;
	background-image:url(../images/menu-indicator.png);
	background-position: center left;
	background-repeat:no-repeat;
	background-size:auto;
	-moz-transition: all 0.4s ease-out;  /* FF4+ */
	-o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
	-ms-transition: all 0.4s ease-out;  /* IE10? */
	transition: all 0.4s ease-out;
}


a.nav_top_02_active:link, a.nav_top_02_active:visited, a.nav_top_02_active:hover, a.nav_top_02_active:active {
	font-family: 'SairaBold', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:12px;
	color: #EC671B;
	font-weight: 500;
	margin:0 0 35px 0;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	clear:both;
	text-transform:uppercase;
    padding: 0 0 0 40px;
	background-image:url(../images/menu-indicator.png);
	background-position: center left;
	background-repeat:no-repeat;
	background-size:auto;
}




a.nav_top_02_scroll:link, a.nav_top_02_scroll:visited {
	font-family: 'SairaBold', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #1d1d1b;
	font-weight: normal;
	margin: 21px 0 0 40px;
	padding: 0 0 5px 0;
	text-decoration: none;
	float: right;
	display: inline;
	position: relative;
	text-transform: none;
	border-bottom: 2px solid transparent;
}

a.nav_top_02_scroll:hover, a.nav_top_02_scroll:active {
	font-family: 'SairaBold', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #4e4e4e;
	font-weight: normal;
	margin: 21px 0 0 40px;
	padding: 0 0 5px 0;
	text-decoration: none;
	float: right;
	display: inline;
	position: relative;
	text-transform: none;
	border-bottom: 2px solid #4e4e4e;
}


a.nav_top_02_scroll_active:link, a.nav_top_02_scroll_active:visited, a.nav_top_02_scroll_active:hover, a.nav_top_02_scroll_active:active {
	font-family: 'SairaBold', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #4e4e4e;
	font-weight: normal;
	margin: 21px 0 0 40px;
	padding: 0 0 5px 0;
	text-decoration: none;
	float: right;
	display: inline;
	position: relative;
	text-transform: none;
	border-bottom: 2px solid #4e4e4e;
}


a.nav_bottom_01:link, a.nav_bottom_01:visited {
	font-family: 'SairaBold', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
}


a.nav_bottom_01:hover, a.nav_bottom_01:active {
	font-family: 'SairaBold', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
	color: #4e4e4e;
	font-weight: normal;
	text-decoration:none;
}

a.linkbox_rot:link, a.linkbox_rot:visited {
	font-family:  'SairaBold', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color: #fff;
	font-weight: normal;
	padding:9px 20px 10px 20px;
	margin:17px 0 20px 0;
	text-transform:uppercase;
	text-decoration:none;
	float:right;
	display:inline;
	position:relative;
	background-color:#e31e24;
	border:0px solid #4e4e4e;
	clear:both;
}


a.linkbox_rot:hover, a.linkbox_rot:active {
	font-family:  'SairaBold', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color: #fff;
	font-weight: normal;
	padding:9px 20px 10px 20px;
	margin:17px 0 20px 0;
	text-transform:uppercase;
	text-decoration:none;
	float:right;
	display:inline;
	position:relative;
	background-color:#e94b50;
	border:0px solid #4e4e4e;
	clear:both;
}

a.linkbox_slogan:link, a.linkbox_slogan:visited {
	font-family:  'Saira', Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:22px;
	color: #2e2e2e;
	padding:14px 30px 16px 30px;
	margin:0 10px 10px 0;
	text-transform:none;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-color:#fff;
	text-align:center;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


a.linkbox_slogan:hover, a.linkbox_slogan:active {
	font-family:  'Saira', Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:22px;
	color: #fff;
	padding:14px 30px 16px 30px;
	margin:0 10px 10px 0;
	text-transform:none;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-color:#EC671B;
	text-align:center;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a.linkbox_slogan2:link, a.linkbox_slogan2:visited {
	font-family:  'Saira', Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:22px;
	color: #fff;
	padding:14px 30px 16px 30px;
	margin:0 10px 10px 0;
	text-transform:none;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-color:#EC671B;
	text-align:center;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


a.linkbox_slogan2:hover, a.linkbox_slogan2:active {
	font-family:  'Saira', Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:22px;
	color: #2e2e2e;
	padding:14px 30px 16px 30px;
	margin:0 10px 10px 0;
	text-transform:none;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-color:#EC671B;
	text-align:center;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a.linkbox_slogan1:link, a.linkbox_slogan1:visited {
	font-family:  'Saira', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:22px;
	color: #fff;
	font-weight: 400;
	padding:15px 20px;
	margin:0 10px 10px 0;
	text-transform:none;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-color:#EC671B;
	text-align:center;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


a.linkbox_slogan1:hover, a.linkbox_slogan1:active {
	font-family:  'Saira', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:22px;
	color: #fff;
	font-weight: 400;
	padding:15px 20px;
	margin:0 10px 10px 0;
	text-transform:none;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-color:#2e2e2e;
	text-align:center;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a.linkbox_slogan_2:link, a.linkbox_slogan_2:visited {
	font-family:  'SairaBold', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	color: #fff;
	font-weight: normal;
	padding:9px 20px 10px 20px;
	margin:10px 0 0 0;
	text-transform:none;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-color:#4e4e4e;
}


a.linkbox_slogan_2:hover, a.linkbox_slogan_2:active {
	font-family:  'SairaBold', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	color: #fff;
	font-weight: normal;
	padding:9px 20px 10px 20px;
	margin:10px 0 0 0;
	text-transform:none;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-color:#50a028;
}


a.linkbox_grau:link, a.linkbox_grau:visited {
	font-family:  'SairaBold', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color: #ffffff;
	font-weight: normal;
	padding:13px 20px 12px 20px;
	margin:20px 20px 0 0;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-color:#4e4e4e;
	border:1px solid #4e4e4e;
}


a.linkbox_grau:hover, a.linkbox_grau:active {
	font-family:  'SairaBold', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color: #4e4e4e;
	font-weight: normal;
	padding:13px 20px 12px 20px;
	margin:20px 20px 0 0;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-color:#ffffff;
	border:1px solid #4e4e4e;
}




a.linkbox_weiss:link, a.linkbox_weiss:visited {
	font-family:  'SairaBold', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	color: #c00418;
	font-weight: normal;
	padding:13px 20px 12px 20px;
	margin:20px 0 0 0;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-color:#ffffff;
	border:1px solid #ffffff;
	clear:both;
}


a.linkbox_weiss:hover, a.linkbox_weiss:active {
	font-family:  'SairaBold', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	color: #ffffff;
	font-weight: normal;
	padding:13px 20px 12px 20px;
	margin:20px 0 0 0;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
	background-color:#c00418;
	border:1px solid #ffffff;
	clear:both;
}


a.c_link_gr:link, a.c_link_gr:visited {
	font-family:  'SairaBold', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	color: #EC671B;
	font-weight: normal;
	text-decoration:none;
	margin:0 0 0 0;
	float:left;
	display:inline;
	position:relative;
}

a.c_link_gr:hover, a.c_link_gr:active {
	font-family:  'SairaBold', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	color: #2e2e2e;
	font-weight: normal;
	text-decoration:none;
	margin:0 0 0 0;
	float:left;
	display:inline;
	position:relative;
}


.lnmore a{
		text-transform:uppercase;
		font-size:16px;
		font-weight:400;
		color:#34485e;
		-moz-transition: all 0.4s ease-out;  /* FF4+ */
		-o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
		-webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
		-ms-transition: all 0.4s ease-out;  /* IE10? */
		transition: all 0.4s ease-out;
	}

	.lnmore a:hover{
		text-decoration:none;
		color:#0082ca;
	}

	.lnmore > a > i{
		color:#0082ca;
	}

/* dropdown navi sprachwahl :: start */

.nav_lan, .nav_lan ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index:1001;
	font-style:normal;
}


.nav_lan li{
	margin:0 0 0 0;
}

.nav_lan ul {
  list-style: none;
  margin: 0;
  position: absolute;
  top: -999px;
  right: 0px;
  z-index: 1001;
}

.nav_lan li:hover ul{
  top: 40px;
  padding:0 0 0 0;
  z-index: 1001;
  right:0px;
  margin:0 0 0 0;
  background-color:#4e4e4e;
}

.box_leistungen_index{
	background-image:url(../images/box_leistungen_index.png);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	box-sizing:border-box;
}

/* dropdown navi sprachwahl :: ende */

a.linkmore{
	color:#a8a8a8;
	font-size:18px;
	display:inline;
	position: relative;
	float:right;
	margin-top:50px;
	text-decoration: none;
	font-weight:600;
	-moz-transition: all 0.4s ease-out;  /* FF4+ */
	-o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
	-ms-transition: all 0.4s ease-out;  /* IE10? */
	transition: all 0.4s ease-out;
}

a.linkmore:hover{
	font-size:18.5px;
}

h1.h1_marker{ font-family:  'SairaBold', Arial, Helvetica, sans-serif; font-size:30px; line-height:36px; color: #4e4e4e; font-weight:normal; margin:0 0 33px 0; padding:0 0 14px 0; word-wrap: break-word; background-image:url("../images/marker_headline_dark.png"); background-repeat:no-repeat; background-position:bottom left; }
h1.h1_weiss{ font-family:  'SairaBold', Arial, Helvetica, sans-serif; font-size:30px; line-height:36px; color: #ffffff; font-weight:normal; margin:0 0 6px 0; padding:0 0 0 0; word-wrap: break-word;  }

	.h1_gruen{
		color:#4e4e4e;
		font-weight:bold;
	}

	.h1_bold{
		font-weight:bold;
	}


	.noscroll {
		overflow: hidden; /* Deaktiviert das Scrollen */
	}

.transitionstd{
	-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
-webkit-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}


h2.h2_slogan{font-family:  'Saira', Arial, Helvetica, sans-serif; font-weight:600; color: #fff; margin:0 0 0 0; padding:5px 0 0 0; word-wrap: break-word; text-transform:none; }
h1.h1_slogan{font-family:  'Saira', Arial, Helvetica, sans-serif; font-weight:600; color: #fff; margin:0 0 0 0; padding:5px 0 0 0; word-wrap: break-word; text-transform:none; }

span.blau{ color:#0082ca; }
h3.h3_slogan{font-family:  'Saira', Arial, Helvetica, sans-serif; font-size:26px; line-height:34px; color: #fff; margin:0 0 15px 0; padding:0 0 0 0; word-wrap: break-word;}

h3.h3_h1_marker{ font-family:  'SairaBold', Arial, Helvetica, sans-serif; font-size:30px; line-height:36px; color: #4e4e4e; font-weight:normal; margin:0 0 33px 0; padding:0 0 14px 0; word-wrap: break-word; background-image:url("../images/marker_headline_dark.png"); background-repeat:no-repeat; background-position:bottom left;  text-transform:none; }
h3.h3_galery{ font-family:  'SairaBold', Arial, Helvetica, sans-serif; font-size:30px; line-height:36px; color: #4e4e4e; font-weight:normal; margin:0 0 20px 0; padding:0 0 0 0; word-wrap: break-word; text-transform:none; }
h3.h3_h1{ font-family:  'SairaBold', Arial, Helvetica, sans-serif; font-size:30px; line-height:36px; color: #4e4e4e; font-weight:normal; margin:0 0 33px 0; padding:0 0 0 0; word-wrap: break-word; text-transform:none; }
h3.h3_testimonial_marker{ font-family:  'SairaBold', Arial, Helvetica, sans-serif; font-size:30px; line-height:36px; color: #ffffff; font-weight:normal; margin:0 0 33px 0; padding:0 0 14px 0; word-wrap: break-word; background-image:url("../images/marker_headline_light.png"); background-repeat:no-repeat; background-position:bottom left;  text-transform:none; }


h4.h4_teaser{ font-family:  'SairaBold', Arial, Helvetica, sans-serif; font-size:24px; line-height:26px; color: #ffffff; font-weight:bold; margin:0 0 0 0; padding:0 0 0 0; word-wrap: break-word; text-transform:uppercase; }
h4.h4_news{ font-family:  'SairaBold', Arial, Helvetica, sans-serif; font-size:24px; line-height:26px; color: #323232; font-weight:normal; margin:0 0 0 0; padding:0 0 0 0; word-wrap: break-word; text-transform:none; }

	.h4_gruen{
		color:#4e4e4e;
		font-weight:bold;
	}


.standard{ float:left; display:inline; position:relative; margin:0px; padding:0px; text-align:left;}
.standard_r{ float:right; display:inline; position:relative; margin:0px; padding:0px; text-align:left;}

.bg_clear{
	clear:both;
}

p.address{
	font-size:20px;
	line-height:34px;
	font-weight:400;
	color:#6c6c6c;
}

p.address a{
	font-size:20px;
	line-height:34px;
	font-weight:400;
	color:#6c6c6c;
	cursor:default;
}

.hrfoot{
	border:1px solid #e9eaec;
	width:100%;
	margin:60px 0 60px 0;
}

.topdiv { padding:0px; margin:0px; height:100%; width:100%; position:absolute; top:0px;  }
.toptab { height:100%; width:100%; padding:0px; margin:0px;  }


/* formular :: start */

.margin_gruen_box li{
	color:#fff;
}

.margin_gruen_box p{
	color:#fff;
}



.phonetop{
	padding:5px 0 0 12px;
	text-decoration:none;
	text-transform:none;
	float:left;
	display:inline;
	position:relative;
	width:39px;
	height:39px;
	border:0px solid #e7e7e7;
	box-sizing:border-box;
	background-color:#34495e;
	margin:0 10px 0 0;
}

.phonetop i{
	font-size:13px;
	line-height:24px;
	color: #fff;
	text-align:center;
}

.phonetop_nr{
	font-size:14px;
	line-height:24px;
	color: #fff;
}

.nr_phone{
	font-size:16px;
	line-height:24px;
	color: #34485e;
	float:left;
	display:inline;
	position:relative;
	padding:8px 0 0 0;
	margin:0 40px 0 0;
	font-weight:500;
}




input{ font-size: 20px;
	font-family: 'Saira';
	font-weight: 200;
	text-transform: none;
	color: #676766;
	font-style: normal;
	padding: 15px 10px 15px 30px;
	border: 1px solid #d3d6cf;
	border-radius: 50px;
	outline: 0;
	margin: 0 15px 15px 0;
	box-sizing: border-box;
	background-color:transparent;
			   }

input:focus{
	border:1px solid #ccbfb4;
}

select {      background-color:transparent;
              color:#646464;
              font-size:16px;
              font-family:  'SairaBold', Arial, Helvetica, sans-serif;
			  border:0px solid #aaaaaa;
			  border-bottom:1px solid #dcdcdc;
			  margin:0 40px 20px 0;
			  padding-left:8px;
			  float:left;
			  display:inline;
			  position:relative;
			   height:36px;
			    background-repeat:no-repeat;
			  background-position:top left;
			   font-style:italic;

			   }

input.checkbox_in { display: inline !important;
	width: auto !important;
	height: auto !important;
	margin: -10px 20px 0 0 !important;
	border-radius: 25px !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	border: 1px solid #d3d6cf !important;
	box-sizing: border-box !important;
	padding: 5px 10px !important;
	cursor:pointer !important;
	font-size:8px !important;
			   }

			   input.checkbox_in:checked{
					background-color: #ccbfb4 !important;
			   }

.button {
	  float:right;
	  font-family: 'Saira';
	  font-size: 20px;
color: #fff !important;
text-transform: none;
font-weight: 200;
padding: 15px 20px;
border: 1px solid #ccbfb4;
background-color: #ccbfb4;
border-radius: 50px;
text-decoration: none !important;
margin: 60px 0 0 0;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
-webkit-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
cursor:pointer;
	   }

	   .button:hover{
		color: #ccbfb4 !important;
		border: 1px solid #ccbfb4;
		background-color: #fff;
	   }

p, div{
	hyphens: auto !important;
}

.button_invisible {    background-color:#FFFFFF/*ecece9*/;
			width:0px;
			height:0px;
			font-size:0px;
			color:#FFFFFF;
            border:0px solid #c8c8c8;
			margin:0px;
			padding:0px;
			   }



textarea {    
			  height:200px;
			  font-size: 20px;
			  font-family: 'Saira';
			  font-weight: 200;
			  text-transform: none;
			  color: #676766;
			  font-style: normal;
			  padding: 15px 10px 15px 30px;
			  border: 1px solid #d3d6cf;
			  border-radius: 35px;
			  resize: none;
			  outline: 0;
			  margin: 0 15px 15px 0;
			  box-sizing: border-box;
			  background-color:transparent;
			   }

			   textarea:focus {    
				border:1px solid #ccbfb4;
				 }

/* formular :: ende */

/* cookie hinweis :: start */

	.cc_container .cc_btn {
	background-color: #4e4e4e !important; /* Farbe des Buttons */
	color: #ffffff !important; /* Textfarbe des Buttons */
	}

	.cc_container {
	background: #ffffff !important; /* Hintergrundfarbe des gesamten Bereichs */
	color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
	}

	.cc_container a {
	color: #4e4e4e !important; /* Textlink-Farbe "Mehr Infos" */
	}

/* cookie hinweis :: ende */


ul{
	padding:0 0 0 10px;
	margin:5px 0 15px 10px;
	list-style-type:square;
	display:block;
	font-style:normal;
}

ul li {
	margin:0 0 5px 10px;
}


ul.ulfoot{
	padding:0 0 0 5px;
	margin:-20px 0 15px 10px;
	list-style-image:url(../images/icon_bullet_nicecon.png);
	line-height:34px;
	font-size:20px;
	color:#6c6c6c;
	display:block;
	font-style:normal;
}

ul.ulfoot li {
	margin:0 0 5px 15px;
}

a.font24{
	font-size:24px;
	color:#fff;
}

.text_cta{
	text-align:center;
}

.bgdiv_con_100{
	overflow:hidden; float:left; position:relative; display:inline; width:100vw; margin:0 0 0 0; padding:0 0 0 0;
}

.bgdiv_con_100_weiss{
	overflow:hidden; float:left; position:relative; display:inline; width:100%; margin:0 0 0 0; padding:0 0 0 0; background-color:#fff;
}

.bgdiv_con_100_hell{
	overflow:hidden; float:left; position:relative; display:inline; width:100%; margin:0 0 0 0; padding:60px 0 60px 0; background-color:#f5f8fa;
}

.bgdiv_con_100_dark{
	overflow:hidden; float:left; position:relative; display:inline; width:100%; margin:0 0 0 0; padding:0 0 0 0; background-color:#4e4e4e;
}

.bgdiv_con_100_gelb{
	overflow:hidden; float:left; position:relative; display:inline; width:100%; margin:0 0 0 0; padding:0 0 0 0; background-color:#4e4e4e;
}

.bgdiv_con_100_footer_z1{
	float:left; position:relative; display:inline; width:100%; margin:0 0 0 0; padding:0 0 0 0; background-color:#282828; height:52px;
}

.bgdiv_con_100_grau{
	overflow:hidden; float:left; position:relative; display:inline; width:100%; margin:0 0 0 0; padding:0 0 0 0; background-color:#f5f5f5;
}

.bgdiv_con_100_rot{
	float:left; position:relative; display:inline; width:100%; margin:0 0 0 0; padding:0 0 0 0; background-color:#8d0010;
}



.bgdiv_con_100_footer{
	float:left; position:relative; display:inline; width:100%; margin:0 0 0 0; padding:0 0 0 0; background-color:#1e1e1e;
}


.bgdiv_con_center{
	margin:0 auto; padding:0px; text-align:left;
}

.bgdiv_con_center_1250{
	margin:0 auto; padding:0px; text-align:left; width:100%
}

.rahmen_overflow{
	overflow:hidden;
}

.sp_100p{ margin:0 0 0 0; padding:0 0 0 0; width:100%; }

.sp_100p_box_green{
	margin:0 0 0 0;
	padding:10px;
	width:100%;
	box-sizing:border-box;
	background-color:#78ad5f;
}

.sp_100p_box_red{
	margin:0 0 0 0;
	padding:10px;
	width:100%;
	box-sizing:border-box;
	background-color:#c00418;
}

.kursiv{
	font-style:italic;
}

.weiss{
	color:#ffffff;
}

.rot{
	color:#c00418;
}

.blau{
	color:#505256;
}

.gruen{
	color:#ccbfb4;
}

.font18{
	font-size:18px;
}

.gruen_i{
	color:#78ad5f;
	font-size:24px;
	display:inline;
	position:relative;
	float:left;
	margin:0 10px 0 0;
}

.txt_center{
	text-align:center;
}

.txt_bold{
	font-weight:bold;
}

.txt_small{
	font-size:14px;
}

.top_z2_navi{
	margin:55px 0 0 0;
}

.span_top{
	color:#767675;
	font-size:16px;
	font-weight:normal;
	line-height:33px;
}

.font_top{
	color:#282828;
	font-size:16px;
	font-weight:normal;
	line-height:22px;
}

/* projekt :: start */

.welcome_abdecker{
	width:100%;
	height:100%;
	background-image:url(../images/bg_abdecker_grau50.png);
	background-repeat:repeat;
}

	.welcome_abdecker:hover{
		background-image:none;
	}


.top_navi_mobi_100{
	background-color:#fff;
	border-bottom:2px solid #fff;
}



.bgdiv_nav_top_z1{
	padding:0 0 0 0;
	float:left;
	display:inline;
	position:relative;
	height:40px;
	z-index:99;
	background-color:#f5f5f5;
}

.nav_top_z1{
	margin: 36px 18px 0 0;
}

.nav_top_z1_links_1 {
    margin: 0 0 0 0;
    height: 52px;
}

.nav_top_z1_links_2 {
    clear: right;
    margin: 0 0 0 0;
}

.bg_top{
	height:120px;
	width:50%;
	background-image:url(../images/head_bg.svg);
	background-position:top right;
	background-repeat:no-repeat;
	background-size:cover;
}


/* SVG Grafiken */


.bg_logo_top{
	width:678px;
	height:290px;
	margin:-200px 0 0 -200px;
}

.bg_logo_scroll_top{
	width:351px;
	height:150px;
	margin:-40px 0 0 -40px;
}

.bg_logo_resp_top{
	width:281px;
	height:120px;
	margin:-30px 0 0 -20px;
}

.logo_top{
	width:196px;
	height:42px;
	display:block;
	position:absolute;
}


/* ENDE SVG Grafiken */


	.top_z1_kontakt{
		margin:-90px 0 0 -155px;
	}

	.top_z1_navi{
		margin-top:-80px;
	}

.bgdiv_nav_top_z2{
	padding:0 0 0 0;
	float:left;
	display:inline;
	position:relative;
	z-index:9;
}

.produktbtn{
	font-size: 16px;
	color:#ccbfb4 !important;
	text-transform:uppercase;
	font-weight:600;
	padding:10px 15px;
	border:2px solid #ccbfb4;
	border-radius:5px;
	text-decoration:none !important;
	margin:32px 0 0 100px;
}

.btn_std_rot{
	font-size: 16px;
	color:#ccbfb4 !important;
	text-transform:uppercase;
	font-weight:600;
	padding:10px 15px;
	border:2px solid #ccbfb4;
	border-radius:5px;
	text-decoration:none !important;
	margin:60px 0 0 0;
	-moz-transition: all 0.4s ease-out;  /* FF4+ */
	-o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
	-ms-transition: all 0.4s ease-out;  /* IE10? */
	transition: all 0.4s ease-out;
}

.btn_std_rot:hover{
	color:#b10c15 !important;
	border:2px solid #b10c15;
}

.btn_std_rot2{
  font-family: 'Saira';
  font-size: 20px;
  color: #fff !important;
  text-transform: none;
  font-weight: 200;
  padding: 15px 20px;
  border: 1px solid #ccbfb4;
  background-color: #ccbfb4;
  border-radius: 50px;
  text-decoration: none !important;
  margin: 60px 0 0 0;
    margin-top: 60px;
    margin-right: 0px;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
}

.btn_std_rot2:hover{
	color:#ccbfb4 !important;
	border:1px solid #ccbfb4;
	background-color: #fff;
}

.btn_std_grau{
	font-size: 16px;
	color:#a8a8a8 !important;
	text-transform:uppercase;
	font-weight:600;
	padding:10px 15px;
	border:2px solid #a8a8a8;
	border-radius:5px;
	text-decoration:none !important;
	margin:60px 0 0 0;
	-moz-transition: all 0.4s ease-out;  /* FF4+ */
	-o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
	-ms-transition: all 0.4s ease-out;  /* IE10? */
	transition: all 0.4s ease-out;
}

.btn_std_grau:hover{
	color:#595959 !important;
	border:2px solid #595959;
}

.btn_std_weiss{
	font-size: 16px;
	color:#fff !important;
	text-transform:uppercase;
	font-weight:600;
	padding:10px 15px;
	border:2px solid #fff;
	border-radius:5px;
	text-decoration:none !important;
	margin:60px 0 0 0;
	-moz-transition: all 0.4s ease-out;  /* FF4+ */
	-o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
	-ms-transition: all 0.4s ease-out;  /* IE10? */
	transition: all 0.4s ease-out;
}

.red{
	color:#ccbfb4;
}

.btn_std_weiss:hover{
	color:#e28d90 !important;
	border:2px solid #e28d90;
}

.verfuegbar_span{
	font-family: 'Saira';
	font-size:12px;
	text-transform: uppercase;
	color:#acacac;
	font-weight:500;
}

.v_gelb{
	color:#f99716;
}

.v_rot{
	color:#ccbfb4;
}



	/* scroll-navi :: start*/

		.bgdiv_nav_scroll{
			float:left;
			position:fixed;
			top:0px;
			left:0px;
			display:none;
			width:100%;
			margin:0 0 0 0;
			padding:0 0 0 0;
			height:72px;
			background-color:#fff;
			z-index:99999;
			border-bottom:4px solid #f0f0f0;
		}


		.nav_top_logo_scroll{
			width:80px;
			margin:10px 0 0 0;
			padding:0 0 0 0;
			height:80px;
			clear:both;
		}

			.nav_top_logo_scroll img{
				width:80px;
			}



		.nav_top_links_scroll{
			margin:-97px 0 0 0;
			clear:both;
		}

	/* scroll-navi */



.trenner_con_100{
	float:left;
	display:inline;
	position:relative;
	width:100%;
	height:1px;
	margin:35px 0 40px 0;
	background-color:#ebebeb;
}



.breadcrumb{
	border-bottom:1px solid #ebebeb;
	padding:0 0 0 0;
	font-size:14px;
	line-height:16px;
	color:#1e1e1e;
	height:50px;
}

	.breadcrumb div{
		font-size:14px;
		line-height:16px;
		color:#1e1e1e;
		margin:16px 0 0 0;
	}


.preis_alt{
	font-size:14px;
	color:#c00418;
	text-decoration:line-through;
}


/* projekt :: ende */



/* ColorBox */
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:99999999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}


/* responsive menu */


		.menu {
			  float: left;
			  overflow-y:auto;
			  border-top:0px solid #ebebeb;
			  -webkit-transition: all 0.3s ease;
			  -moz-transition: all 0.3s ease;
			  -ms-transition: all 0.3s ease;
			  transition: all 0.3s ease;

			}
			.menu ul {
			  padding: 0px;
			  margin: 0px;
			  list-style: none;
			  position: relative;
			  display: inline-table;
			  z-index:9999;

			}
			.menu > li > ul.sub-menu {
				min-width: 10em;
				padding: 4px 0;
				background-color: #00f0f0;
				border: 1px solid #ffffff;
				  z-index:9999;
			}
			.menu ul li { padding: 0px; margin: 0px; }
			.menu > ul > li { display: inline-block; }
			.menu ul li a { display: block; text-decoration: none; color: #3e4543; font-size: 18px; font-weight:400; font-family:  'Saira', Arial, Helvetica, sans-serif; text-transform:none; line-height:20px; }
			.menu ul li > a { height:20px; padding: 20px; }
			.menu ul ul {
			  display: none;
			  position: absolute;
			  top:100%;
			  min-width: 160px;
			  background-color: #f0f0f0;
			  border: 1px solid #f0f0f0;
			}
			.menu ul li:hover > ul { display: block; }
			.menu ul ul > li { position: relative; }
			.menu ul ul > li a { padding: 5px 15px 5px 10px; height: auto; background-color: #f0f0f0; }
			.menu ul ul > li a:hover { background-color: #646464; color: #ffffff; }
			.menu ul ul > li a.sub1active { background-color: #646464; color: #ffffff; }
			.menu ul ul ul { position: absolute; left: 100%; top:0; }

	/* ende responsive menu */



	  /*.container { width:100%; z-index:10000; display:inline; float:right; position:relative;}*/

		.logo_resp{
			height:50px;
			margin:7px 0 0 0;
		}

	  a.menu-link { display: block; color: #1e1e1e; float: left; text-decoration: none; padding: 16px 0 10px 0;}
	  .menu { clear: both; min-width: inherit; float: none; background:#4e4e4e; }
	  .menu, .menu > ul ul { overflow: hidden; max-height: 0; background-color: #d4edfc; }
	  .menu, .menu > ul ul ul { overflow: hidden; max-height: 0; background-color: #ffffff; }
	  .menu > li > ul.sub-menu { padding: 0px; border: none; }
	  .menu.active, .menu > ul ul.active { max-height: 4000px; height:90%; }
	  .menu ul { display: inline; }
	  .menu > ul { border-top: 0px solid #f0f0f0; }
	  .menu li, .menu > ul > li { display: block; }
	  .menu li a { color: #3e4543; display: block; padding: 0; border-bottom: 1px solid #e0e0e0; position: relative; background:#fff; }
	  .menu li a:hover { color: #ffffff; display: block; padding: 20px; border-bottom: 1px solid #ffffff; position: relative; background:#4e4e4e; }
	  .menu li a.nav_res_sub2:hover { padding-left:40px; font-style:italic; }

		.menu li a.menu_active { color: #ffffff; display: block; padding: 20px; border-bottom: 1px solid #ffffff; position: relative; background:#EC671B; }
		.menu li a.has-submenu_active { color: #ffffff; display: block; padding: 20px; border-bottom: 1px solid #ffffff; position: relative; background:#2d2d2d; }

	  .menu li.has-submenu > a:after {
		content: '+';
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		font-size: 1.5em;
		padding: 20px;
	  }

	  .menu li.has-submenu2 > a:after {
		content: '+';
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		font-size: 1.5em;
		padding: 20px;
	  }

	  .menu li.has-submenu > a.active:after {
		content: "-";
	  }

	  .menu li.has-submenu2 > a.active:after {
		content: "-";
	  }
	  .menu ul ul > li a { background: #e0e0e0; color:#323232; height:20px; padding: 20px; border-bottom: 1px solid #e9e9e9; }
	  .menu ul ul, .menu ul ul ul { display: inherit; position: relative; left: auto; top:auto; border:none; }

	  .menu ul ul ul > li a { background: #ffffff; color:#1e1e1e; height:20px; padding: 20px; border-bottom: 1px solid #f0f0f0; }


.free-wall {
	margin: 0px;
}
.brick {
	width: 268px;
	margin:0 40px 40px 0;
	background-color:#ffffff;
	border:1px solid #dcdcdc;
}
.info {
	padding: 20px;
	color: #323232;
}
.brick img {
	margin: 0px;
	padding: 0px;
	display: block;
}

.brick {
	color: #333;
	border:1px solid #d9dadb;
}


.brick .img {
	width: 100%;
	max-width: 100%;
	display: block;
}

.brick h3, .brick h5 {
	text-shadow: none;
}



#menuToggle
{
  display: block;
  position: relative;
  top: 50px;
  left: 50px;

  z-index: 1;

  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #ffffff;

  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: rgba(255,255,255,0.3);
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;

  cursor: pointer;

  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */

  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;

  background: #d2d2d2;
  border-radius: 0;

  z-index: 1;

  transform-origin: 6px -3px;

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu1
{
  position: absolute;
  width: 450px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;

  background: #34495e;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */

  transform-origin: 0% 0%;
  transform: translate(-102%, 0);

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  -webkit-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.48);
-moz-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.48);
box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.48);

background-image:url(../images/ico_ecker_weiss.svg);
background-size:150px 140px;
background-repeat:no-repeat;
background-position:340px 10px;
}

#menu1 ul{
	list-style-type:none;
}

#menu1 li
{
  padding: 10px 0;
  font-size: 22px;
  list-style:none;
}

#menu1 li::marker
{
  display:none;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}



.burgercircle{
	width:60p; height:60px; background-color:#f7f9f5;
}



/* RESPMENU */




/*


#mobile {
	height: 100%;
	width: 100%;
	background: transparent;
	position: relative;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	-khtml-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	overflow-y: scroll;
	overflow-x:scroll;
  }
  
  #mobileBodyContent {
	background: transparent;
	position: relative;
	z-index: 20;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	visibility: visible;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-khtml-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	overflow-x:hidden;
  }
  
  #header {
	height: 60px;
	background: #eae8e5;
  }
  
  #image {
	height: 280px;
	width: 100%;
	overflow: hidden;
	position: relative;
  }
  #image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
  }
  
  #title {
	height: 20px;
	width: 200px;
	margin: 40px auto;
	background: #eae8e5;
  }
  
  #text .item {
	height: 10px;
	width: calc(100% - 40px);
	margin: 20px auto;
	background: #eae8e5;
  }
  
  #burgerBtn {
	border-top: 2px solid #ccbfb4;
	height: 25px;
	width: 30px;
	box-sizing: border-box;
	position: absolute;
	z-index: 30;
	left: 20px;
	top: 15px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-khtml-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
  }
  #burgerBtn:before {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 30px;
	left: 0;
	background: #ccbfb4;
	top: 10px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-khtml-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
  }
  #burgerBtn:after {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 30px;
	left: 0;
	background: #ccbfb4;
	bottom: 0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-khtml-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
  }
  
  #nav {
	position: absolute;
	z-index: 10;
	list-style-type: none;
	margin: 50px 0 0 20px;
	padding: 0;
	overflow: hidden;
  }
  #nav li {
	height: auto;
	width: 0;
	margin: 30px 0;
	background: transparent;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-khtml-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
  }
  #nav li + li {
	margin-left: -40px;
  }
  #nav li + li + li {
	margin-left: -80px;
  }
  #nav li + li + li + li {
	margin-left: -120px;
  }
  #nav > li > a {
	font-size:24px;
	line-height:32px;
	color:#676766 !important;
	font-weight:200;
	font-family:'Saira';
	text-decoration:none;
	text-transform: none;
  }
  
  #nav > li > a:hover {
	color:#ccbfb4 !important;
  }
  
  .navigation #nav li {
	width: 200px;
	margin-left: 0;
  }
  .navigation #burgerBtn {
	border-color: transparent;
  }
  .navigation #burgerBtn:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-khtml-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 33px;
	left: -2px;
  }
  .navigation #burgerBtn:after {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-khtml-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	bottom: 11px;
	width: 33px;
	left: -2px;
  }
  
  .demo1.navigation #mobileBodyContent {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-khtml-transform: scale(0.85);
	-o-transform: scale(0.85);
	transform: scale(0.85);
	margin-left: 260px;
  }
  
  .demo2.navigation #mobileBodyContent {
	margin-left: 320px;
	padding-left:40px;
	border-left:1px solid #676766;
	-webkit-opacity: 0.4;
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	-o-opacity: 0.4;
	opacity: 0.4;
  }





body {
	background: #87cc77;
	margin: 0;
	font-family: arial;
	width: 100vw;
	height: 100vh;
	animation: bugfix infinite 1s;
	-webkit-animation: bugfix infinite 1s;
  }
  
  @keyframes bugfix { from {padding:0;} to {padding:0;}}
  @-webkit-keyframes bugfix { from {padding:0;} to {padding:0;}}

  */
  
  #overlay-button {
	position: fixed;
	right: 20px;
	top: 20px;
	padding: 24px 12px;
	z-index: 5;
	cursor: pointer;
	user-select: none;
	background-color:#ccbfb4;
	-webkit-box-shadow: 0px 0px 20px -3px rgba(255,255,255,0.5); 
	box-shadow: 0px 0px 20px -3px rgba(255,255,255,0.5);
	border-radius:50px;
	height: 50px;
    width: 50px;
    box-sizing: border-box;
	span {
		height: 2px;
		width: 25px;
		background-color: white;
		position: relative;
		display: block;
		transition: all .2s ease-in-out;
		&:before {
		  top: -8px;
		  visibility: visible;
		}
		&:after {
		  top: 8px;
		}
		&:before, &:after {
			height: 2px;
			width: 25px;
			background-color: white;
			position: absolute;
			content: "";
			transition: all .2s ease-in-out;
		}
	  }
	  &:hover span, &:hover span:before, &:hover span:after {
		background-color: rgba(255,255,255,0.4);
	  }
  }
  
  input[type=checkbox] {
	display: none;
	
	&:checked ~ #overlay {
	  visibility: visible;
	}
	
	&:checked ~ #overlay-button {
		background-color:#fff;
		box-shadow: none;
	  &:hover span, span{
		background: transparent;
	  }
	  span {
		&:before {
		  transform: rotate(45deg) translate(5px, 5px);
		  opacity: 1;
		  background-color:#ccbfb4;
		}
		&:after {
		  transform: rotate(-45deg) translate(7px, -6px);
		  background-color:#ccbfb4;
		}
	  }
	}
  }
  
  #overlay {
	height: 100vh;
	width: 100vw;
	background: #ccbfb4;
	z-index: 2;
	visibility: hidden;
	position: fixed;
	&.active {
	  visibility: visible;
	}
	ul {
	  display: flex;
	  flex-direction: column;
	  text-align: left;
	  height: 100vh;
	  padding-left: 0;
	  margin-top:20px;
	  list-style-type: none;
	  list-style-image:none;
	  li {
		padding: 15px 0;
		a {
		  color: white;
		  font-family:'Saira';
		  font-weight:200;
		  text-decoration: none;
		  font-size: 1.5em;
		  &:hover {
			color: rgba(255,255,255,0.4);
		  }
		}
		a.respnavactive {
			color: rgba(255,255,255,0.4);
		  }
	  }
	}
  }

  .respbuttons{
	position:absolute; bottom:40px; left:20px; width:100vw; color:#fff;
  }

  .respbuttons > a > div{
	height:45px; width:45px; background-color:#fff; border-radius:50px; margin:0 5px; text-align:center;

	i{
		font-size: 20px;
  		margin: 12px 0 0 0;
	}
  }

  .respbuttons > #respform{
	height:45px; width:45px; background-color:#fff; border-radius:50px; margin:0 5px; text-align:center;

	i{
		font-size: 20px;
  		margin: 12px 0 0 0;
	}
  }

  .clearfix{
	clear:both;
  }

  .respbuttons > .kontakt{
	margin:10px 0 0 0;

	a{
		color:#fff; font-size:18px; text-decoration:none; line-height:24px;
	}
  }
  



/* RESPMENU */

.four_zero_four_bg{
 
	background-image: url(../images/404_gif.gif);
	   height: 500px;
	   background-position: left center;
	   background-repeat:no-repeat;
	   background-size:contain;
	}

	.drop3active{
		color:rgba(255,255,255,0.4) !important;
	}


	


	  .progress-wrap {
		position: fixed;
		right: 50px;
		bottom: 50px;
		height: 46px;
		width: 46px;
		cursor: pointer;
		display: block;
		border-radius: 50px;
		box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
		z-index: 10000;
		opacity: 0;
		visibility: hidden;
		transform: translateY(15px);
		-webkit-transition: all 200ms linear;
		transition: all 200ms linear;
		background-color: #fff;
	  }
	  
	  .progress-wrap.active-progress {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	  }
	  
	  .progress-wrap::after {
		position: absolute;
		font-family: 'Font Awesome 6 Pro';
		font-weight: 600;
		content: '\f062';
		text-align: center;
		line-height: 46px;
		font-size: 18px;
		color: #ccbfb4;
		left: 0;
		top: 0;
		height: 46px;
		width: 46px;
		cursor: pointer;
		display: block;
		z-index: 1;
		-webkit-transition: all 200ms linear;
		transition: all 200ms linear;
	  }
	  
	  .lightScrollIcon::after {
		color: #ecedf3 !important;
	  }
	  
	  .progress-wrap:hover::after {
		opacity: 0;
	  }
	  
	  .progress-wrap::before {
		position: absolute;
		font-family: 'Font Awesome 6 Pro';
		font-weight: 600;
		content: '\f062';
		text-align: center;
		line-height: 46px;
		font-size: 18px;
		opacity: 0;
		background-image: linear-gradient(298deg, #ccbfb4, #ccbfb4);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		left: 0;
		top: 0;
		height: 46px;
		width: 46px;
		cursor: pointer;
		display: block;
		z-index: 2;
		-webkit-transition: all 200ms linear;
		transition: all 200ms linear;
	  }
	  
	  .progress-wrap:hover::before {
		opacity: 1;
	  }
	  
	  .progress-wrap svg path {
		fill: none;
	  }
	  
	  .progress-wrap svg.progress-circle path {
		stroke: #ccbfb4;
		stroke-width: 4;
		box-sizing: border-box;
		-webkit-transition: all 200ms linear;
		transition: all 200ms linear;
	  }