/*
* Style tweaks
* --------------------------------------------------
*/
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*
html,
body {
  overflow-x: hidden;
}
*/



.image {
  display: block;
  margin-bottom: 24px;
  line-height: 1.55;
}
.image > img,
.image a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.image .caption {
  padding: 9px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}


img.lazyload {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease-in 0s;
  -o-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}


/* non responsive */
.container { width: 960px; }



/* begin */
body {
  padding-top: 0;
  line-height: 20px;
  
  min-height: 100%;
  position: relative;
}
b, strong { font-weight: bold; }


h1,
h2,
h3,
h4 { color: #000; }
h1 {
	color: #428bbe;
	margin-top: 7px;
}
.morebackbtn h1 {
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 4px 0;
	color: #333;
}
h3 {
  font-size: 22px;
  line-height: 36px;
  letter-spacing: .007em;
  margin-bottom: 0;
}
h4 {
  font-size: 22px;
  line-height: 33px;
  color: #666;
}


p {
	line-height: 22px;
	margin-bottom: 9px;
}

.intro p { font-weight: bold; }

textarea { resize: none; }



/* HEADER */
.navbar {
	-webkit-box-shadow: 0 5px 6px -4px #ccc;
	-moz-box-shadow: 0 5px 6px -4px #ccc;
	box-shadow: 0 5px 6px -4px #ccc;
	border-radius: 0;
	margin-bottom: 0;
	border-bottom: 0 none;
}
.navbar .meta {
	float: right !important;
	margin-right: -10px;
	margin-top: 35px;
	padding-left: 0;
	list-style: none;
}
.navbar .meta > li { float: left; }
.navbar .meta > li:last-of-type { border-left: 1px solid #858585; }
.navbar .meta > li > a {
    position: relative;
    display: block;
    padding: 0 5px;
	line-height: 1;
	font-size: 12px;
}
.navbar .meta > li > a:hover,
.navbar .meta > li.active > a {
	background: none;
	text-decoration: underline;
}




/* LOGO */
.navbar-brand { padding: 18px 0 0 10px; }
.navbar-brand img { height: 28px; width: 284px; }

/* HEADERIMAGE */
.headerimg {}
.headerimg > div {
	background-image: url(../../user_upload/kopfgrafiken/kopfbild.jpg);
	height: 160px;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right top;
}

/* NAVIGATION */
nav.lbar {
	margin-top: 23px;
	padding-left: 0;
	padding-right: 20px;
}
nav.lbar > ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	text-transform: uppercase;
}
nav.lbar > ul > li {
	padding: 0;
	list-style-position: outside;
}
nav.lbar > ul > li > a {
	font-size: 16px;
	color: #333;
	text-decoration: none;
	padding: 2px 5px 2px 10px;
	border-bottom: 1px solid #eaeaea;
	line-height: 21px;
	word-wrap: break-word;
	display: block;
}
nav.lbar > ul > li.act > a,
nav.lbar > ul > li > a:hover {
	color: #fff;
	background-color: #58585a;
}


/* 1 level */
nav.lbar > ul > li > ul {
	text-transform: none;
	list-style: none;
	padding: 0;
}
nav.lbar > ul > li > ul > li > a {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	margin: 0 0 0 8px;
	padding: 5px 0 5px 2px;
	border-bottom: 1px solid #eaeaea;
	line-height: 14px;
	word-wrap: break-word;
	display: block;
	width: 200px;
}
nav.lbar > ul > li > ul > li.act > a,
nav.lbar > ul > li > ul > li > a:hover {
	font-weight: normal;
	color: #428bbe;
}
nav.lbar > ul > li > ul > li.act > a { font-weight: bold; }



/* CONTENT */
.maincontent {
	margin-left: 45px;
	padding-right: 31px;
}

.breadcrumb_nav {}
.breadcrumb_nav .breadcrumb {
	padding: 16px 0 0 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
}
.breadcrumb > span {
	display: inline-block;
	margin-left: 3px;
	margin-top: 9px;
}
.breadcrumb > span:first-of-type { margin-left: 0; }


.content {
	padding-top: 0;
	padding-bottom: 1px;
}

.content > div { margin-bottom: 34px; }
.content > div:last-of-type { margin-bottom: 0; }

.content > div p { margin-bottom: 22px; }
.content > div p:last-of-type,
.content > div:last-of-type p:last-of-type { margin-bottom: 0; }



/* CONTENT HEADLINE */
.content h3.csc-firstHeader,
.content h3 {}
.content h3.csc-firstHeader { margin-top: 13px; margin-bottom: 0/*5px*/; }
.content h3 { margin-top: 15px; }

.content h4.csc-firstHeader { margin-top: 13px; margin-bottom: 6px; }
.content h4 { margin-top: 15px; }


.content ul,
.content ol {
	margin-bottom: 22px;
	margin-top: 0;
	padding-left: 0;
	list-style: none;
}
.content ul li {
	margin-bottom: 10px;
	padding: 0 0 0 10px;
	list-style: none;
	list-style-position: outside;
	background-image: url(../img/icons/arrow.gif);
	background-position: 2px 6px;
	background-repeat: no-repeat;
	line-height: 22px;
}
.content ul li:last-of-type { margin-bottom: 0; }





/* phone links */
a[href^='tel:'] { color: #333; }


/* IAMGES 
.content img {
  height: auto;
  width: 100%;
}
*/




/*
* STARTPAGE *
*/

/* ROYALSLIDER */
#home-full-width-slider {
  width: 100%;
  color: #000;
}
.infoBlock {
  color: #fff;
  position: absolute;
  top: auto;
  bottom: 75px;
  right: 30px;
  left: auto;
  background: #5388c6;
  background: rgba(83, 136, 198, 0.85);
  overflow: hidden;
  padding: 25px;
  height: 280px;
  width: 280px;
  display: table;
}
.infoBlock p {
  font-size: 26px;
  line-height: 31px;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
.fullWidth {
  max-width: 1400px;
  margin: 0 auto 48px;
}








/* FORM */
/* contact and offerten formular powermail */
.tx-powermail form.powermail_form { margin-top: 20px; }

.powermail_form.nolabel > h3,
.powermail_form > fieldset.nolabel > .powermail_legend { display: none; }

.form-group { margin-bottom: 6px; }
.form-group.powermail_fieldwrap_type_radio,
.form-group.powermail_fieldwrap_type_check { margin-bottom: 10px; }
.form-horizontal .radio,
.form-horizontal .checkbox { min-height: 22px; }
.form-horizontal .checkbox { padding-top: 1px; }

.form-horizontal .control-label {
	display: block;
	width: 140px;
	font-weight: bold;
	color: #515151;
	white-space: normal;
	text-align: left;
	padding-top: 0;
}
.form-horizontal .mandatory { color: red; }
.form-horizontal .form-group > div { width: 270px; }
.form-control {
	width: 100%;
	height: 22px;
	padding: 2px 4px;
	font-size: 13px;
	color: #000;
	border-radius: 0;
	-webkit-box-shadow: 0 0 5px #eee inset;
	box-shadow: 0 0 5px #eee inset;
}
.form-horizontal .radio { padding-top: 3px; }

.tx-powermail .powermail_fieldset .parsley-error {
	background-color: #fff;
	color: #A94442;
	border-color: #A94442;
}
.tx-powermail .powermail_fieldset .parsley-errors-list,
.tx-powermail .powermail_fieldset .powermail_field_error_container .parsley-errors-list {
	margin: 5px 0 20px 0;
	padding: 0;
	list-style-type: none;
	background-color: #F2DEDE;
	width: 100%;
	float: right;
	clear: left;
	border: none;
}


.powermail_captchaimage { margin-top: 5px; }

.tx-powermail .powermail_fieldset .parsley-errors-list > li { background-image: none; }


.powermail_fieldwrap_type_submit > div {
	margin-left: 140px;
	margin-top: 20px;
}
input.powermail_submit { border: 0 none; }






/* SLIDER */
.content .royalSlider h4,
.content .royalSlider h5 {
	position: absolute;
	right: 15px;
	top: 7px;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	margin: 0;
	text-align: right;
}
.content .royalSlider h5 { top: 22px; }


/* BUTTONS */
.btn:active { box-shadow:none; }
.btn.sharp { border-radius:0; }

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 0 none;
}
 
.btn-primary {
  background: #00a3da;
  color: #fff;
  border: 0 none;
}
 
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background: #007da7;
}
 
.btn-primary:active,
.btn-primary.active {
  background: #007da7;
  box-shadow: none;
}





/* FOOTER */
.footer {
	height: 25px;
	padding-top: 24px;
	margin-bottom: 20px;
	background-image: url(../img/shadowFooter.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.footer > div > div {
	padding-left: 285px;
}


.footer p {
	line-height: 25px;
	color: #333;
	font-size: 12px;
	display: inline-block;
	margin-bottom: 19px;
}

.footer ul {
	float: right !important;
	margin-right: -10px;
	margin-top: 7px;
	padding-left: 0;
	list-style: none;
}
.footer ul > li { float: left; }
.footer ul > li:last-of-type { border-left: 1px solid #858585; }
.footer ul > li > a {
    position: relative;
    display: block;
    padding: 0 5px;
	line-height: 1;
	font-size: 12px;
}
.footer ul > li > a:hover,
.footer ul > li.active > a {
	background: none;
	text-decoration: underline;
}



/* GO TOP */
.linkToTop {
	margin: 2px 0 75px 0;
	text-align: right;
	background-image: url(../img/separator.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	overflow: auto;
}
.linkToTop a {
	color: #000;
	text-decoration: none;
}
.linkToTop img {
	height: 11px;
	width: 16px;
	margin-bottom: 4px;
}



/* FLUID STYLED CONTENT */

/* SPECIAL IMAGE STYLES */
.page-24 .ce-gallery { margin-bottom: 0 !important; }


/* DIVIDER */
hr.ce-div {
	border-top: 1px solid #58585a;
	margin-top: 0;
	margin-bottom: 0;
}

/* FILELINKS */
ul.ce-uploads { padding: 0; }
ul.ce-uploads li {
	padding: 0;
	list-style: none;
	list-style-position: outside;
	background: none;
	line-height: 17px;
}
ul.ce-uploads li {
	overflow: hidden;
	list-style: none outside none;
	margin: 1em 0;
}
ul.ce-uploads li > div {
	padding: 4px 0 0 0;
	display: inline-block;
}
ul.ce-uploads li a { text-decoration: underline; }


/* SITEMAP */
.ce-menu.ce-menu-2 {
	padding: 1em 1.5em;
	line-height: 20px;
}
.ce-menu.ce-menu-2 li {
	padding: 0 0 0 24px;
	margin: 0;
	list-style-type: none;
	line-height: 20px;
	background-image: url(../img/sitemap/extm.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.ce-menu.ce-menu-2 li:last-child {
	background-image: url(../img/sitemap/exlm.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.ce-menu.ce-menu-2 ul {
	padding: 0 0 0 24px;
	margin: 0 0 0 -24px;
	list-style-type: none;
}

.ce-menu.ce-menu-2 ul ul {
	background-image: url(../img/sitemap/exim.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

.ce-menu.ce-menu-2 li:last-child > ul {
  background-image: none;
}





/* element ce image */
div.image-wrap div.image-row.row div.image-column figure.image { margin-bottom: 30px; }
div.image-wrap div.image-row.row div.image-column figure.image figcaption.caption { margin-top: 5px; }






/* LIGHTBOX magnific popup CONTENT */
div.mfp-wrap .mfp-container .mfp-content #page {
  background-color: #fff;
  margin: 20px auto;
  max-width: 600px;
  padding: 20px 30px;
  position: relative;
  text-align: left;
}

