/** clearing **/
.clear {clear: both; font-size: 0.1px; height: 0.1px; line-height: 0.1px; float: none; display: table;}

/** block grid **/
.autogrid, .autogrid:before,.autogrid:after {-moz-box-sizing: border-box; box-sizing:border-box;}
.autogrid {padding-left: 1%; padding-right: 1%; position: relative; display: block; float: left;overflow: hidden;}

/** block grid wrapper **/
.autogrid_wrapper {margin-left: -1%; margin-right: -1%;}

/** non block **/
.autogrid:not(.block) {padding-left: 0; padding-right: 0; margin-left: 1%; margin-right: 1%;}

/* .block.autogrid.first, .block.autogrid:first-child 	{margin-left: -1%;} */
/* .block.autogrid.last, .block.autogrid:last-child 	{margin-right: -1%;} */

/** Non block grid **/
.full			{width: 98%;}
.one_half 		{width: 48%;}
.one_third 		{width: 31.3333%;}
.one_fourth		{width: 23%;}	
.one_fifth		{width: 18%;}	
.one_sixth		{width: 14.6667%;}

/** Block grid **/
.block.full			{width: 100%;}
.block.one_half 	{width: 50%;}
.block.one_third 	{width: 33.3333%;}
.block.one_fourth	{width: 25%;}	
.block.one_fifth	{width: 20%;}	
.block.one_sixth	{width: 16.6667%;}

.block.two_third	{width: 66.6667%;}
.block.two_fourth	{width: 50%;}
.block.three_fourth	{width: 75%;}
.block.two_fifth	{width: 40%;}
.block.three_fifth	{width: 60%;}
.block.four_fifth	{width: 80%;}
.block.two_sixth	{width: 33.3333%;}
.block.three_sixth	{width: 49.9999%;}
.block.four_sixth	{width: 66.6667%;}
.block.five_sixth	{width: 83.3333%;}

/** Non block grid system **/
/** odd split: 2 elements per row **/
.n2:not(.block).one_third		{width: 32%;}
.n2:not(.block).two_third		{width: 64%;}
.n2:not(.block).one_fourth		{width: 24%;}
.n2:not(.block).two_fourth		{width: 48%;}
.n2:not(.block).three_fourth	{width: 72%;}
.n2:not(.block).one_fifth		{width: 19.2%;}
.n2:not(.block).two_fifth		{width: 38.4%;}
.n2:not(.block).three_fifth		{width: 57.6%;}
.n2:not(.block).four_fifth		{width: 76.8%;}
.n2:not(.block).one_sixth		{width: 16%;}
.n2:not(.block).two_sixth		{width: 32%;}
.n2:not(.block).three_sixth		{width: 48%;}
.n2:not(.block).four_sixth		{width: 64%;}
.n2:not(.block).five_sixth		{width: 80%;}

/** odd split: 3 elements per row **/
.n3:not(.block).one_half		{width: 47%;}
.n3:not(.block).two_third		{width: 62.6667%;}
.n3:not(.block).one_fourth		{width: 23.5%;}
.n3:not(.block).two_fourth		{width: 47%;}
.n3:not(.block).three_fourth	{width: 70.5%;}
.n3:not(.block).one_fifth		{width: 18.8%;}
.n3:not(.block).two_fifth		{width: 37.6%;}
.n3:not(.block).three_fifth		{width: 56.4%;}
.n3:not(.block).four_fifth		{width: 75.2%;}
.n3:not(.block).one_sixth		{width: 15.6667%;}
.n3:not(.block).two_sixth		{width: 31.3333%;}
.n3:not(.block).three_sixth		{width: 47%;}
.n3:not(.block).four_sixth		{width: 62.6667%;}
.n3:not(.block).five_sixth		{width: 78.3333%;}

/** odd split: 4 elements per row **/
.n4:not(.block).one_half		{width: 46%;}
.n4:not(.block).one_third		{width: 30.6667%;}
.n4:not(.block).two_third		{width: 61.3333%;}
.n4:not(.block).two_fourth		{width: 46%;}
.n4:not(.block).three_fourth	{width: 69%;}
.n4:not(.block).one_fifth		{width: 18.4%;}
.n4:not(.block).two_fifth		{width: 36.8%;}
.n4:not(.block).three_fifth		{width: 55.2%;}
.n4:not(.block).four_fifth		{width: 73.6%;}
.n4:not(.block).one_sixth		{width: 15.3333%;}
.n4:not(.block).two_sixth		{width: 30.6667%;}
.n4:not(.block).three_sixth		{width: 46%;}
.n4:not(.block).four_sixth		{width: 61.3333%;}
.n4:not(.block).five_sixth		{width: 76.6667%;}

/** odd split: 5 elements per row **/
.n5:not(.block).one_half		{width: 45%;}
.n5:not(.block).one_third		{width: 30%;}
.n5:not(.block).two_third		{width: 60%;}
.n5:not(.block).one_fourth		{width: 22.5%;}
.n5:not(.block).two_fourth		{width: 45%;}
.n5:not(.block).three_fourth	{width: 67.5%;}
.n5:not(.block).two_fifth		{width: 36%;}
.n5:not(.block).three_fifth		{width: 54%;}
.n5:not(.block).four_fifth		{width: 72%;}
.n5:not(.block).one_sixth		{width: 15%;}
.n5:not(.block).two_sixth		{width: 30%;}
.n5:not(.block).three_sixth		{width: 45%;}
.n5:not(.block).four_sixth		{width: 60%;}
.n5:not(.block).five_sixth		{width: 75%;}

/** odd split: 6 elements per row **/
.n6:not(.block).one_half		{width: 44%;}
.n6:not(.block).one_third		{width: 29.3333%;}
.n6:not(.block).two_third		{width: 58.6667%;}
.n6:not(.block).one_fourth		{width: 22%;}
.n6:not(.block).two_fourth		{width: 44%;}
.n6:not(.block).three_fourth	{width: 66%;}
.n6:not(.block).one_fifth		{width: 17.6%;}
.n6:not(.block).two_fifth		{width: 35.2%;}
.n6:not(.block).three_fifth		{width: 52.8%;}
.n6:not(.block).four_fifth		{width: 70.4%;}
.n6:not(.block).two_sixth		{width: 29.3333%;}
.n6:not(.block).three_sixth		{width: 44%;}
.n6:not(.block).four_sixth		{width: 58.6667%;}
.n6:not(.block).five_sixth		{width: 73.3333%;}

.border-inner {border-left: 1px solid #ddd;}
.border-inner.first, .border-inner:first-child {border-left: 0;}
.border-inner.last, .border-inner:last-child {border-right: 0;}
/** optical correction **/
/* .autogrid.block.border-inner {margin-left: -0.75%; padding-left: 1.75%;} */

/** grid options **/
.autogrid.break {clear:left; margin-left: 0;}
.autogrid.full.break {width: 100%;clear:both;float: none;padding-left: 0;padding-right: 0;}

/** same height **/
.autogrid.same-height {display: table-cell; float: none; vertical-align: top;}

/** flexible same height **/
.autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height {display: flex; display: -webkit-flex; display: -ms-flexbox; height: 100%; clear: both;}
.autogrid_wrapper.same-height .autogrid.same-height, .autogrid_wrapper .inner.same-height .autogrid.same-height {display: block;}

/** autogrid full **/
.autogrid.full {padding-left: 0; padding-right: 0;}
.autogrid_wrapper .autogrid.full {padding-left: 1%; padding-right: 1%;}

/** no gutter **/
.autogrid_wrapper.no_gutter {margin-left: 0; margin-right: 0;}
.autogrid.no_gutter {padding-left: 0; padding-right: 0;}

/** tablets **/
@media only screen and (min-width: 768px) and (max-width: 990px) {
	.autogrid.adjust_mobile {width: 50% !important}
}

/** phones **/
@media only screen and (max-width: 767px) {
	.autogrid {width: 100%!important;}
	.autogrid.same-height, .autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height {display: block;}
	.border-inner {border-left: 0;}
	.ce_autogridSpacer {margin: 0!important; line-height: 0!important;}
}
/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#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;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* Swipe 2.0, (C) Brad Birdsall 2012, MIT license */
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/* Schriftarten.css */
@font-face{font-family: "Open Sans";        font-weight: normal;        font-style: normal;        src: url("../../files/Fonts/opensans_regular/OpenSans-Regular-webfont.eot");        src: url("../../files/Fonts/opensans_regular/OpenSans-Regular-webfont.eot?#iefix"),             url("../../files/Fonts/opensans_regular/OpenSans-Regular-webfont.woff2"),             url("../../files/Fonts/opensans_regular/OpenSans-Regular-webfont.woff"),             url("../../files/Fonts/opensans_regular/OpenSans-Regular-webfont.ttf"),             url("../../files/Fonts/opensans_regular/OpenSans-Regular-webfont.svg#OpenSans")}@font-face{font-family: "Raleway";      font-style: normal;      font-weight: 400;      src: url("../../files/Fonts/raleway_regular/raleway-regular.eot");      src: url("../../files/Fonts/raleway_regular/raleway-regular.eot?#iefix"),            url("../../files/Fonts/raleway_regular/raleway-regular2.woff2"),            url("../../files/Fonts/raleway_regular/raleway-regular.woff"),            url("../../files/Fonts/raleway_regular/raleway-regular.ttf"),            url("../../files/Fonts/raleway_regular/raleway-regular.svg#Raleway")}
/* Allgemein.css */
#Farbe p{color:red}p.cc_message{font-family:Open Sans,Verdana;    font: 14px Open Sans !important}#Blatt-HG,#Blatt-HG4{padding-right:20px;padding-left:20px}#Blatt-HG img{border-radius:50%;behavior:url("assets/css3pie/1.0.0/PIE.htc")}#Blatt-HG p,#Blatt-HG4 p{font:20px Raleway}.Kontaktinformation{padding-right:10%}#autogrid_wrapper_6167{padding-right:5%}#autogrid_wrapper_6145{margin-right:0;margin-bottom:25px;margin-left:0;padding:3% 4% 2%;background-color:rgba(36,36,36,.8);border-bottom-right-radius:5px;border-bottom-left-radius:5px;behavior:url("assets/css3pie/1.0.0/PIE.htc")}#autogrid_wrapper_6145 h2{padding-bottom:5px;font:22px Raleway;font-variant:small-caps;color:#fff;text-shadow: 1px 1px 2px #aaa}#autogrid_wrapper_6145 p,#autogrid_wrapper_6145 a{font:15px/1.8 Open Sans;color:#fff}#autogrid_wrapper_6145 a{font:15px/1.8 Open Sans;color:#8fc7f6}#autogrid_wrapper_6145 a:hover{font:15px/1.8 Open Sans;text-decoration:underline}#main .inside{background-image:url("../../files/Web/Layout/HG/HG-Holz3.jpg");background-attachment:fixed;background-size: 100% !important}#Blatt-HG,#Blatt-HG2,#Blatt-HG3,#Blatt-HG4{padding-top:0;padding-bottom:0;background-color:rgba(255,255,255,.9);background-repeat:repeat}#home #autogrid_wrapper_6114,#home .ext_txtpic_bild{margin-right:3%;margin-left:3%}#home #autogrid_wrapper_6114 img{border-radius:5px;behavior:url("assets/css3pie/1.0.0/PIE.htc")}#home #autogrid_wrapper_6114 a{padding:10px 15px;background-color:#9ccd23;border-radius:15px;font-weight:normal;color:#fff;behavior:url("assets/css3pie/1.0.0/PIE.htc")}#home #autogrid_wrapper_6114 a:hover{font-weight:normal;text-decoration:none;color:#292929}#home .image_container img{border-radius:50%;behavior:url("assets/css3pie/1.0.0/PIE.htc")}p.cc_message a{font-weight:bold;color: #004e9a !important}p.cc_message a:hover{font-weight:bold;text-decoration:underline}.cc_banner a.cc_btn:hover{background-color:#004e9a}.cc_btn:hover{color: white !important}#Blatt-HG2{padding:4% 5% 3%}#Blatt-HG3{padding:1% 0 0}#main .mod_search .even,#main .mod_search .odd{margin-right:5%;margin-left:5%}#suche input,#suche p.header{margin-left:5%;font:14px Open Sans}#suche h3{font-family:Raleway;color:#424242}#suche h3 a:hover{color:#49bdff}#suche .formbody input{border-top-left-radius:5px;border-bottom-left-radius:5px;behavior:url("assets/css3pie/1.0.0/PIE.htc")}#suche button{background-color:#49bdff;border-top-right-radius:5px;border-bottom-right-radius:5px;behavior:url("assets/css3pie/1.0.0/PIE.htc")}#suche .relevance{padding-right:5%}#main .mod_search .even,#main .mod_search .odd{padding-top:15px;padding-bottom:15px;border-bottom:1px dotted #49bdff}#suche .formbody input{margin-bottom:10px;border-radius: 5px 0px 0px 5px !important}#header{padding-bottom:10px;background-color:#004e9a}#header .mod_navigation ul{float:none;text-align:center}#header .mod_navigation ul li{float:none;display:inline-block;text-align:center}#top #hotline{margin-top:-40px;font:16px Raleway;color:#000}.mod_search .submit::before{color:#000}#top{background: #ffffff; position: relative; z-index: 5100; margin: 0 auto 0 auto; font-size: 12px!important; font-family: Arial, sans-serif!important; line-height: 21px!important}#top{background-image:url("../../files/Web/Layout/HG/HG-Holz3.jpg")}#top i{font-size:18px}#header .mod_navigation ul li a{font:22px Raleway;font-variant:small-caps;color:#fff;text-shadow: 1px 1px 2px #000}#header .mod_navigation ul li a:hover,#header .mod_navigation ul li a.active,#header .mod_navigation ul li a.trail{color:#000;text-shadow: 0px 0px 0px #000}#header nav.mainmenu ul li a::after{height:0px;background-color:#275cab}nav.mainmenu ul ul{border-top: 5px solid #8fc7f6}#header .mod_navigation ul.level_2 li{display:block;text-align:left}#header .mod_navigation ul.level_2 li a{padding:3px 0;font:15px Raleway;color:#000;font-size:15px !important;text-shadow: 0px 0px 0px #000}#header .mod_navigation ul.level_2 li.active a{background-color:#004e9a;color:#fff}#header .mod_navigation ul.level_2 li a:hover{background-color:#004e9a;color:#fff}#header .mod_navigation ul.level_3 li.active a{background-color: #004e9a !important;    color: #fff !important}#header .mod_navigation ul.level_3 li a{background-color:#fff;color:#000;background-color: #fff !important;color: #000 !important}#header .mod_navigation ul.level_3 li a:hover{background-color: #004e9a !important;color: #fff !important}h1{margin-top:25px;margin-bottom:0;padding-top:2%;padding-bottom:2%;text-align:center;background-color:rgba(36,36,36,.6);border-top-left-radius:5px;border-top-right-radius:5px;font:36px Raleway;color:#fff;behavior:url("assets/css3pie/1.0.0/PIE.htc")}h2,.ext_txtpic_headline h2{font:30px Raleway}h4{font:24px Raleway;font-variant:small-caps}h2,h3,h4,.subheadline_h2{color:#4d4d4d}.ce_revolutionslider p{font-family:Open Sans;text-shadow: 1px 1px 2px #000}a#Slide1{padding:10px;border:1px solid #222;border-radius:5px;font-family:Raleway;font-weight:normal;color:#222;behavior:url("assets/css3pie/1.0.0/PIE.htc")}a#Slide1:hover,a#Slide2:hover{background-color:rgba(0,0,0,.5);border:1px solid #fff;border-radius:5px;color:#fff;behavior:url("assets/css3pie/1.0.0/PIE.htc")}a#Slide2{padding:10px;border:1px solid #fff;border-radius:5px;font-family:Raleway;font-weight:normal;color:#004e9a;behavior:url("assets/css3pie/1.0.0/PIE.htc");font-weight: bold !important}p,ul,.ce_text,.ce_textarea ul li{font:15px/1.8em Open Sans;color:#262626}.ce_textarea ul{margin-left:20px}.image_container img{border-radius:5px;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.ce_textarea a{font-family:Open Sans;font-weight:bold;color:#2a78c4}.ce_textarea a:hover{text-decoration:underline;color:#2a78c4}#Blatt-HG p,#Blatt-HG p a{font:20px/1.8em Raleway;color:#262626}#Blatt-HG p a:hover{font:20px/1.8em Raleway;color:#004e9a}.Rechteck img{-webkit-box-shadow: 10px 10px 15px -4px rgba(0,0,0,0.75);-moz-box-shadow: 10px 10px 15px -4px rgba(0,0,0,0.75);box-shadow: 10px 10px 15px -4px rgba(0,0,0,0.75)}#main #ctrl_23,#main #ctrl_24,#main #ctrl_25,#main #ctrl_50{border-top-right-radius:5px;border-bottom-right-radius:5px;font:14px Open Sans;color:#424242;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.ce_form textarea{border-radius:5px;font:14px Open Sans;color:#424242;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.ce_form .captcha-container{background-color:#8fc7f6;border-radius:5px;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.captcha-container .captcha_text,.captcha-container .mandatory{font:14px Open Sans;color:#424242}#main #ctrl_11{border-radius:5px;behavior:url("assets/css3pie/1.0.0/PIE.htc")}#main input.submit{background-color:#275cab;border-radius:5px;font:14px Open Sans;color:#fff;behavior:url("assets/css3pie/1.0.0/PIE.htc")}
@media (max-width:1220px){
/* Tablet.css */
#header .logo{max-width:200px}body .parallax-bg-inside{margin-top:0;border-radius:0;behavior:url("assets/css3pie/1.0.0/PIE.htc")}#nav-open-btn::before{background-color:#49bdff}#nav-open-btn::before{border: 2px solid #004e9a !important;background: #004e9a !important}
}
@media (max-width:1440px){
/* Tablet0.css */
#main .inside{background-image:url("../../files/Web/Layout/HG/HG-Holz3b.jpg");background-position:center center;background-repeat:no-repeat;background-attachment:fixed;background-size: 100% !important}
}
@media (max-width:990px){
/* Tablet1.css */
#header{height:0px;min-height:0px;max-height:0px;background-color:#fff}
}
@media (max-width:905px){
/* Tablet1b.css */
#main .inside{background-image:url("../../files/Web/Layout/HG/HG-Holz3c.jpg");background-position:center center;background-repeat:no-repeat;background-attachment:fixed;background-size: 100% !important}
}
@media (max-width:767px){
/* Tablet2.css */
.formbody{padding-left:5%}#autogrid_wrapper_5996 #Adresse-Kontakt{margin-left:5%;padding-bottom:5%}.Rechteck img{width:100%;height:100%;padding-right:5%}.Rechteck img{-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75)}h1{padding:5% 2%;font-size:23px}h2,.ext_txtpic_headline h2{font-size:20px;-ms-hyphens: auto;        -webkit-hyphens: auto;        hyphens: auto}
}
@media (max-width:553px){
/* Tablet3.css */
#main .inside{background-image:url("../../files/Web/Layout/HG/HG-Holz3d.jpg");background-position:center center;background-repeat:repeat;background-attachment:fixed;background-size: 100% !important}
}
@media (max-width:415px){
/* Handy2.css */
.ce_revolutionslider p{left:-100000px;top:-10000px;position:relative;font-size:0px;font-size: 0px !important}
}
