/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
@media(max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel, div.star-rating {
	float: left;
	width: 20px;
	height: 24px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	background: transparent;
	overflow: hidden
}

div.star-rating {

}

div.star-rating a {
	background: url("/system/modules/comments_extended/assets/stars.png") no-repeat 0 2px;
	display: block;
	width: 20px;
	transition: 0s;
	border:0;
}

div.star-rating-on a {
	background-position: 0 -42px
}

div.star-rating-hover a {
	background-position: 0 -21px
}

/* Read Only CSS */
div.star-rating-readonly a {
	cursor: default !important
}

/* Partial Star CSS */
div.star-rating {
	background: transparent!important;
	overflow: hidden!important
}

#rating_description {
	margin: -1px 0 0 20px;
}

.rating_container {
	width: 91px;
	margin-top:1px;
	height: 16px;
	display:inline-block;
}

.rating_counter {
	display:inline-block;
	margin:0 0 0 10px;
	position:relative;
	top:-2px;
}

.rating_info {
	color:#999;
	margin-top:5px;
}

.comment_rating {
	float: right;
}

div.stars {
	background: url("/system/modules/comments_extended/assets/stars.png") repeat-x 0 0px;
}

div.stars_active {
	background-position: 0 -44px;
  height: 22px;
}

/* 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}
/**
 * Global TinyMCE style sheet
 *
 * Use this style sheet to define CSS classes for the rich text editor. The
 * stlye sheet will be included in the editor and the page layout automatically.
 * Although the stlye sheet is shared by all themes, you can override its
 * formattings in any of your theme style sheets.
 *
 *   files/tinymce.css (this is how it looks like in TinyMCE)
 *   .warning { color:#c55; }
 *
 *   theme_a.css (this is how it looks like in theme A)
 *   .warning { font-weight:bold; }
 *
 *   theme_b.css (this is how it looks like in theme B)
 *   .warning { color:#000; }
 *
 * If you do not want to use a global TinyMCE style sheet at all, simply delete
 * this file (files/tinymce.css).
 */
.warning { color:#c55; font-size:1.1em; }
.confirmation { color:#090; font-size:1.1em; }
.information { color:#999; font-size:0.9em; }
.weiss {color:#fff !important;}
.groesser {font-size:2em;}
/* global.css */
body{font-size:1.4em !important}.schneider .panel-body a{color:#333 !important}.keinebewertungen .website_comments{display:none}.tabelleoben td{vertical-align:top}.tabelleinnenabstand td{padding: 10px}.website_rating{margin-bottom:15px}#lbl_privacy_0,#ctrl_privacy input[type=checkbox]{display:inline-block;padding:10px 0 !important;margin:0 10px;width:inherit}.bc-red{background: linear-gradient(top, #CF2319 0%, #9C1D2C 100%, #ffffff 100%) !important; background: -moz-linear-gradient(top, #CF2319 0%, #9C1D2C 100%, #ffffff 100%) !important; background: -webkit-linear-gradient(top, #CF2319 0%, #9C1D2C 100%, #ffffff 100%) !important; background: -ms-linear-gradient(top, #CF2319 0%, #9C1D2C 100%, #ffffff 100%) !important; background: -o-linear-gradient(top, #CF2319 0%, #9C1D2C 100%, #ffffff 100%) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CF2319, endColorstr=#ffffff,GradientType=1) !important;border:1px #9C1D2C solid !important;color:#fff !important}.bc-purple{background: linear-gradient(top, #BD3CAA 0%, #962F86 100%, #ffffff 100%) !important; background: -moz-linear-gradient(top, #BD3CAA 0%, #962F86 100%, #ffffff 100%) !important; background: -webkit-linear-gradient(top, #BD3CAA 0%, #962F86 100%, #ffffff 100%) !important; background: -ms-linear-gradient(top, #BD3CAA 0%, #962F86 100%, #ffffff 100%) !important; background: -o-linear-gradient(top, #BD3CAA 0%, #962F86 100%, #ffffff 100%) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BD3CAA, endColorstr=#ffffff,GradientType=1) !important;border:1px #962F86 solid !important;color:#fff !important}.bc-green{background: linear-gradient(top, #63ab0c 0%, #376906 100%, #ffffff 100%) !important; background: -moz-linear-gradient(top, #63ab0c 0%, #376906 100%, #ffffff 100%) !important; background: -webkit-linear-gradient(top, #63ab0c 0%, #376906 100%, #ffffff 100%) !important; background: -ms-linear-gradient(top, #63ab0c 0%, #376906 100%, #ffffff 100%) !important; background: -o-linear-gradient(top, #63ab0c 0%, #376906 100%, #ffffff 100%) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#63ab0c, endColorstr=#ffffff,GradientType=1) !important;border:1px #1b5e0b solid !important;color:#fff !important}.bc-blue{background: linear-gradient(top, #314eb5 0%, #0D237D 100%, #ffffff 100%) !important; background: -moz-linear-gradient(top, #314eb5 0%, #0D237D 100%, #ffffff 100%) !important; background: -webkit-linear-gradient(top, #314eb5 0%, #0D237D 100%, #ffffff 100%) !important; background: -ms-linear-gradient(top, #314eb5 0%, #0D237D 100%, #ffffff 100%) !important; background: -o-linear-gradient(top, #314eb5 0%, #0D237D 100%, #ffffff 100%) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#314eb5, endColorstr=#ffffff,GradientType=1) !important;border:1px #0D237D solid !important;color:#fff !important}.bc-black{background: linear-gradient(top, #4c4c4c 0%, #131313 100%, #ffffff 100%) !important; background: -moz-linear-gradient(top, #4c4c4c 0%, #131313 100%, #ffffff 100%) !important; background: -webkit-linear-gradient(top, #4c4c4c 0%, #131313 100%, #ffffff 100%) !important; background: -ms-linear-gradient(top, #4c4c4c 0%, #131313 100%, #ffffff 100%) !important; background: -o-linear-gradient(top, #4c4c4c 0%, #131313 100%, #ffffff 100%) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c4c4c, endColorstr=#ffffff,GradientType=1) !important;border:1px #131313 solid !important;color:#fff !important}.bc-yellow{background: linear-gradient(top, #FFBF06 0%, #FF9400 100%, #ffffff 100%) !important; background: -moz-linear-gradient(top, #FFBF06 0%, #FF9400 100%, #ffffff 100%) !important; background: -webkit-linear-gradient(top, #FFBF06 0%, #FF9400 100%, #ffffff 100%) !important; background: -ms-linear-gradient(top, #FFBF06 0%, #FF9400 100%, #ffffff 100%) !important; background: -o-linear-gradient(top, #FFBF06 0%, #FF9400 100%, #ffffff 100%) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFBF06, endColorstr=#ffffff,GradientType=1) !important;border:1px #FF9400 solid !important;color:#fff !important}.bc-orange{background: linear-gradient(top, #E9853D 0%, #CF843F 100%, #ffffff 100%) !important; background: -moz-linear-gradient(top, #E9853D 0%, #CF843F 100%, #ffffff 100%) !important; background: -webkit-linear-gradient(top, #E9853D 0%, #CF843F 100%, #ffffff 100%) !important; background: -ms-linear-gradient(top, #E9853D 0%, #CF843F 100%, #ffffff 100%) !important; background: -o-linear-gradient(top, #E9853D 0%, #CF843F 100%, #ffffff 100%) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E9853D, endColorstr=#ffffff,GradientType=1) !important;border:1px #CF843F solid !important;color:#fff !important}.bc-green:hover,.bc-purple:hover,.bc-blue:hover,.bc-red:hover{box-shadow: inset 0px 0px 25px 0px #666565; -moz-box-shadow: inset 0px 0px 25px 0px #666565; -webkit-box-shadow: inset 0px 0px 25px 0px #666565}.bc-yellow:hover,.bc-orange:hover{box-shadow: inset 0px 0px 25px 0px #D9870D; -moz-box-shadow: inset 0px 0px 25px 0px #D9870D; -webkit-box-shadow: inset 0px 0px 25px 0px #D9870D}.item_email2,.item_validate,.item_url,.comment_form .label{display:none !important}.item_rating{text-align:center;margin: 10px auto;max-width:500px}.logosmall img{max-height:50px}.topbereich{width:100%;left:0;top:0;position:fixed;z-index:100}.topbereich .row{border-bottom:1px solid #f2f2f2}.ce_list .fa{font-size:1.25em;color:#51AB5;color: #51AB5 !important}.website_request .label,.comment_form .label{font-size: inherit !important;text-align:inherit !important;color: inherit !important;width:25%;display:inline-block;vertical-align:top !important}input.text,input.captcha,select,textarea,fieldset{padding:5px;width:100%;margin-bottom:10px !important;border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;box-shadow: inset 0px 0px 10px 0px #e8e8e8; -moz-box-shadow: inset 0px 0px 10px 0px #e8e8e8; -webkit-box-shadow: inset 0px 0px 10px 0px #e8e8e8;border:1px #ddd solid}#main .formbody div.value{width:100%;display:inline-block}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:15px;padding-top:5px;padding-bottom:5px;border-bottom:1px solid #e3e3e3;font-size:1.5em !important}.container{background:#fff}.margo{margin-top:15px}.margu{margin-bottom:15px}.pado{padding-top:15px;padding-bottom:15px}.social_media div{display:inline-block}.social_media .fa{margin:5px;font-size:2em}.aktuelles img{margin-right:15px;margin-bottom:15px}.ce_list li{list-style-type:none;background: inherit; border: inherit;padding:5px 0}.ce_list ul{padding-left:5px}.footer{margin-bottom:15px}.rahmenschwarz #header .container{border-bottom:1px solid #474545}.weisserschatten #header .container,.weisserschatten .bottombereich{-webkit-box-shadow: 0px 0px 50px 0px rgba(255,255,255,1);-moz-box-shadow: 0px 0px 50px 0px rgba(255,255,255,1);box-shadow: 0px 0px 50px 0px rgba(255,255,255,1)}@font-face{font-family: 'Lato';  font-style: normal;  font-weight: 400;  src: url("/files/fonts/lato/lato-v23-latin-regular.eot"); /* IE9 Compat Modes */  src: local(''),       url("/files/fonts/lato/lato-v23-latin-regular.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */       url("/files/fonts/lato/lato-v23-latin-regular.woff2") format('woff2'), /* Super Modern Browsers */       url("/files/fonts/lato/lato-v23-latin-regular.woff") format('woff'), /* Modern Browsers */       url("/files/fonts/lato/lato-v23-latin-regular.ttf") format('truetype'), /* Safari, Android, iOS */       url("/files/fonts/lato/lato-v23-latin-regular.svg#Lato") format('svg'); /* Legacy iOS */}@font-face{font-family: 'Lato';  font-style: normal;  font-weight: 700;  src: url("/files/fonts/lato/lato-v23-latin-700.eot"); /* IE9 Compat Modes */  src: local(''),       url("/files/fonts/lato/lato-v23-latin-700.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */       url("/files/fonts/lato/lato-v23-latin-700.woff2") format('woff2'), /* Super Modern Browsers */       url("/files/fonts/lato/lato-v23-latin-700.woff") format('woff'), /* Modern Browsers */       url("/files/fonts/lato/lato-v23-latin-700.ttf") format('truetype'), /* Safari, Android, iOS */       url("/files/fonts/lato/lato-v23-latin-700.svg#Lato") format('svg'); /* Legacy iOS */}@font-face{font-family: 'Lato';  font-style: normal;  font-weight: 900;  src: url("/files/fonts/lato/lato-v23-latin-900.eot"); /* IE9 Compat Modes */  src: local(''),       url("/files/fonts/lato/lato-v23-latin-900.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */       url("/files/fonts/lato/lato-v23-latin-900.woff2") format('woff2'), /* Super Modern Browsers */       url("/files/fonts/lato/lato-v23-latin-900.woff") format('woff'), /* Modern Browsers */       url("/files/fonts/lato/lato-v23-latin-900.ttf") format('truetype'), /* Safari, Android, iOS */       url("/files/fonts/lato/lato-v23-latin-900.svg#Lato") format('svg'); /* Legacy iOS */}.dosis{font-family: 'Dosis', sans-serif}@font-face{font-family: 'Dosis';  font-style: normal;  font-weight: 400;  src: url("/files/fonts/dosis/dosis-v27-latin-regular.eot"); /* IE9 Compat Modes */  src: local(''),       url("/files/fonts/dosis/dosis-v27-latin-regular.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */       url("/files/fonts/dosis/dosis-v27-latin-regular.woff2") format('woff2'), /* Super Modern Browsers */       url("/files/fonts/dosis/dosis-v27-latin-regular.woff") format('woff'), /* Modern Browsers */       url("/files/fonts/dosis/dosis-v27-latin-regular.ttf") format('truetype'), /* Safari, Android, iOS */       url("/files/fonts/dosis/dosis-v27-latin-regular.svg#Dosis") format('svg'); /* Legacy iOS */}@font-face{font-family: 'Dosis';  font-style: normal;  font-weight: 600;  src: url("/files/fonts/dosis/dosis-v27-latin-600.eot"); /* IE9 Compat Modes */  src: local(''),       url("/files/fonts/dosis/dosis-v27-latin-600.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */       url("/files/fonts/dosis/dosis-v27-latin-600.woff2") format('woff2'), /* Super Modern Browsers */       url("/files/fonts/dosis/dosis-v27-latin-600.woff") format('woff'), /* Modern Browsers */       url("/files/fonts/dosis/dosis-v27-latin-600.ttf") format('truetype'), /* Safari, Android, iOS */       url("/files/fonts/dosis/dosis-v27-latin-600.svg#Dosis") format('svg'); /* Legacy iOS */}@font-face{font-family: 'Dosis';  font-style: normal;  font-weight: 800;  src: url("/files/fonts/dosis/dosis-v27-latin-800.eot"); /* IE9 Compat Modes */  src: local(''),       url("/files/fonts/dosis/dosis-v27-latin-800.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */       url("/files/fonts/dosis/dosis-v27-latin-800.woff2") format('woff2'), /* Super Modern Browsers */       url("/files/fonts/dosis/dosis-v27-latin-800.woff") format('woff'), /* Modern Browsers */       url("/files/fonts/dosis/dosis-v27-latin-800.ttf") format('truetype'), /* Safari, Android, iOS */       url("/files/fonts/dosis/dosis-v27-latin-800.svg#Dosis") format('svg'); /* Legacy iOS */}.roboto{font-family: 'Roboto', sans-serif}@font-face{font-family: 'Roboto';  font-style: normal;  font-weight: 400;  src: url("/files/fonts/roboto/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */  src: local(''),       url("/files/fonts/roboto/roboto-v30-latin-regular.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */       url("/files/fonts/roboto/roboto-v30-latin-regular.woff2") format('woff2'), /* Super Modern Browsers */       url("/files/fonts/roboto/roboto-v30-latin-regular.woff") format('woff'), /* Modern Browsers */       url("/files/fonts/roboto/roboto-v30-latin-regular.ttf") format('truetype'), /* Safari, Android, iOS */       url("/files/fonts/roboto/roboto-v30-latin-regular.svg#Roboto") format('svg'); /* Legacy iOS */}@font-face{font-family: 'Roboto';  font-style: normal;  font-weight: 500;  src: url("/files/fonts/roboto/roboto-v30-latin-500.eot"); /* IE9 Compat Modes */  src: local(''),       url("/files/fonts/roboto/roboto-v30-latin-500.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */       url("/files/fonts/roboto/roboto-v30-latin-500.woff2") format('woff2'), /* Super Modern Browsers */       url("/files/fonts/roboto/roboto-v30-latin-500.woff") format('woff'), /* Modern Browsers */       url("/files/fonts/roboto/roboto-v30-latin-500.ttf") format('truetype'), /* Safari, Android, iOS */       url("/files/fonts/roboto/roboto-v30-latin-500.svg#Roboto") format('svg'); /* Legacy iOS */}@font-face{font-family: 'Roboto';  font-style: normal;  font-weight: 700;  src: url("/files/fonts/roboto/roboto-v30-latin-700.eot"); /* IE9 Compat Modes */  src: local(''),       url("/files/fonts/roboto/roboto-v30-latin-700.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */       url("/files/fonts/roboto/roboto-v30-latin-700.woff2") format('woff2'), /* Super Modern Browsers */       url("/files/fonts/roboto/roboto-v30-latin-700.woff") format('woff'), /* Modern Browsers */       url("/files/fonts/roboto/roboto-v30-latin-700.ttf") format('truetype'), /* Safari, Android, iOS */       url("/files/fonts/roboto/roboto-v30-latin-700.svg#Roboto") format('svg'); /* Legacy iOS */}@font-face{font-family: 'Roboto';  font-style: normal;  font-weight: 900;  src: url("/files/fonts/roboto/roboto-v30-latin-900.eot"); /* IE9 Compat Modes */  src: local(''),       url("/files/fonts/roboto/roboto-v30-latin-900.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */       url("/files/fonts/roboto/roboto-v30-latin-900.woff2") format('woff2'), /* Super Modern Browsers */       url("/files/fonts/roboto/roboto-v30-latin-900.woff") format('woff'), /* Modern Browsers */       url("/files/fonts/roboto/roboto-v30-latin-900.ttf") format('truetype'), /* Safari, Android, iOS */       url("/files/fonts/roboto/roboto-v30-latin-900.svg#Roboto") format('svg'); /* Legacy iOS */}.headlinestrich h1,.headlinestrich h2,.headlinestrich h3,.headlinestrich h4,.headlinestrich h5,.headlinestrich h6{border-bottom:1px solid #b0b0b0}.schneider{background-size:inherit}.schneider h1,.schneider .opening_request{display:none}.schneider .service_bereich .image_container{text-align:right}
@media (max-width: 992px){
/* col-xs.css */
.margo-xs{margin-top:15px}.aktuelles img{width:100% !important; margin: 0 0 15px 0 !important;display:block}.aktuelles figure{width:100% !important}#main .formbody div.value{width:100%}.label{padding:1em 0 0 0 !important}.submit{margin-top:1em}.topbild{margin-bottom:1em}
}
