﻿/* Rebrush Content Only */

.content p a {
	color:#009530;
	text-decoration: underline;
}

.content p a:hover {
	color: #00611f;
}

/*
 * Anpassungen EM
 * 22.12.2014
 * h1-Headlines
 * Der Wrapper der Headlines hat eine neue Klasse bekommen: headline-margin;
 */

h1,
h2,
h3 {
	font-family: "LatoLight" !important;
 	text-transform: none !important;
}

/* Mögliche IE 7 Geschichte */
/*.content h1 {
 	background: rgba(0, 0, 0, 0) url(/media/img/rebrush/bg_h1.png) 0 22px no-repeat;
 	padding-left: 35px;
}*/

h1,
.content h1:before,
.content h1 .before {
	/*content: '>> ';*/
	color: #009530;
	font-size: inherit;
	display: inline;
	font-family: "LatoRegular";
}

h1,
.content h1 {
	background: none;
	padding-left: 0;
	font-size: 30px !important;
}

h2,
.content h2 {
	font-size: 25px;
	margin-bottom: 7px;
}

h3,
.content h3 {
	font-size: 20px;
}

h3:before,
h2:before,
h3 .before,
h2 .before {
	display: none !important;
}

.toggle-container h3,
.toggle-container h2 {
	text-transform: none;

}

.toggle-container h3 {
	font-size: 20px;
}

.content .headline-margin {
	margin-bottom: 12px;
}

p {
	font: normal 15px/24px "LatoRegular", Arial, Helvetica, Verdana, sans-serif;
	color: #53585b;
}

/*
 * Anpassung EM
 * 22.12.2014
 * Content-Breite
 * Bild aus dem Container raushauen
 */
 .max-width-640 {
 	max-width: 640px;
 }

.max-width-640 .akkordion .inner-toggle {
	max-width: 620px;
}

/*
 * EM, 05.01.2015, Überbreites Bild
 */

 .max-width-640 .oversized-img {
 	width: 100% !important;
 	height: auto !important;
 }

 /*
 * Anpassungen EM
 * 22.12.2014
 * ordered lists
 */

.content ul,
.content ol {
	margin-top: 5px;
}

.content ul li,
.content ol li,
.akkordion ul li,
.akkordion ol li {
	background-position: 0 10px;
	line-height: 24px;
	font-size: 15px;
	margin-bottom: 7px;
}

ol li:before,
ol li .before {
	background: transparent;
	color: #009530;
	font-family: "LatoBold";
}

.content ol li ol {
	margin-left: 0;
}


/*
 * Anpassung EM
 * 22.12.2014
 * Tabellen
 * HTML-Anpassungen beachten! -> Inline-Styles
 */
table {
	width: 100%;
	border: 0;
}

table td {
	font-size: 15px;
	background: #e7f3f9;
	color: #53585b;
	vertical-align: top;
	border: 1px solid #fff;
	padding: 6px 10px;
}

table .table-head {
	background: #009530;
	color: #fff;
	border: 0;
}

/*
 * Anpassung EM
 * 22.12.2014
 * Akkordion
 */

.akkordion {
	border-bottom: 1px solid #a5a6a7;
	background: none;

}
.akkordion .toggle-container {
	clear:both
}

.akkordion .toggle-container .inner-toggle a {
	color: #009530;
}

.akkordion .toggle-container .inner-toggle a:hover {
	color: #00611f;
}

.akkordion .inner-toggle {
	background: #e7f3f9;
	border-top: 1px solid #a5a6a7;
	float: none;
}

.akkordion .inner-toggle:after {
	content: '';
	clear: both;
	display: table;
}

.akkordion .toggle-container .toggle-link a {
	text-transform: none;
	font-size: 15px;
	padding: 14px 0 15px 40px;
	color: #009530;
	background: url(/media/img/rebrush/bg_accordion_normal.png) 10px 12px no-repeat transparent;
	font-family: "LatoRegular", Arial, Helvetica, Verdana, sans-serif;
}

.akkordion .toggle-container h2.toggle-link {
	background: none;
	border-top: 1px solid #a5a6a7;
	padding: 0;
	margin-bottom: 0;
}

.akkordion .toggle-container .toggle-link:hover {
	background: #f9f9f9;
}

.akkordion .toggle-container .toggle-link:hover .akkordion-link {
	color: #00611f;
	text-decoration: none;
}
.akkordion .toggle-container.selected {
	background: #f9f9f9;
}
.akkordion .toggle-container.selected .akkordion-link {
	color: #000;
	background: url(/media/img/rebrush/bg_accordion_hover.png) 10px 12px no-repeat transparent;
}

.input-group {
	background: #eeeeee;
	position: relative;
	clear: both;
	top: -1px;
}

.new-form .input-bg {
	height: auto;
}


/*
 * Anpassungen Kontaktformualr
 * 30.12.2014
 */

.new-form.form-komponent .left-form,
.new-form.form-komponent .right-form {
	width: 100%;
}

.new-form.form-komponent .input-p {
	float: left;
}

.new-form.form-komponent .input-p.float-right {
	/*float: right !important;*/
	float: left;

}

.new-form.form-komponent #double-wrapper {
	width: 100%;
}

.new-form.form-komponent .ort-bg {
	margin-left: 10px;
	width: 270px;
}

.new-form .ort-bg #ort {
	width: 100%;
}

.new-form.form-komponent #ccomment {
	width: 100%;
}

.new-form.form-komponent input {
	padding: 2px 10px;
}

.new-form.form-komponent #btn-send {
	margin-bottom: 0;
}

/*
 * Rückrufformular
 * 30.12.2014
 */

.toggle-form-wrapper,
.new-form .grey-form {
	width: 100%;
}



form.new-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: none !important;
	height: 35px;
	background: transparent;
}

.new-form .styled-select{
	overflow: hidden;
	width: 100%;
	border-radius: 0;
	height: 31px;
	margin-top: 3px;
	border: 1px solid #cccccc;
	background: #f9f9f9 url(/media/img/rebrush/form_select.png) right 10px center no-repeat;
}



.new-form .styled-select,
.new-form.form-komponent #ccomment {
	padding-right: 20px;
}

.new-form.form-komponent #ccomment {
	resize: vertical;
}

.new-form .styled-select select {
	overflow: hidden;
	width: 110% !important;
}


.new-form .input-p input {
	font-size: 15px;
}



.new-form .input-section .ui-helper-hidden-accessible,
.new-form .input-p .ui-helper-hidden-accessible,
.whitpapercontent .ui-helper-hidden-accessible{
	margin-top: 0 !important;
	height: 24px !important;
	margin-right: 8px !important;
	position: relative;
	left: auto;
}

.new-form label.ui-checkbox {
	background: none;
	position: relative;
	padding-left: 0;
}

.new-form .input-section label.ui-checkbox,
.new-form .input-section label.ui-radio {
	background: none;
}

.new-form .grey-form {
	background: #e7f3f9;
	width: 100%;
	float: none;
	margin-top: 0;
	padding-left: 0 !important;
}

.form-wrapper {
	padding: 15px 0;
}

.new-form .input-p.input-submit {
	margin-top: 20px;
}


.button {
	margin-bottom: 22px;
	margin-right: 22px;
	border: 0;
}

.button:hover {
	text-decoration: none;
}

.button,
.new-form.form-komponent input.button {
	background-color: #009530;
	border-radius: 3px;
	font-size: 15px;
	display:inline-block;
	float: none !important;
	padding: 5px 10px;
	color: #fff !important;
	text-decoration: none !important;
	cursor: pointer;
	font-family: "LatoRegular", Arial, Helvetica, Verdana, sans-serif;
}



.content .media-item p {
	font-size: 15px;
}

.content .media-item .linkemail {
	padding-left: 0;
}

.button:hover {
	color: #00611f !important;
	background-color: #00c840 !important;
}

/*
 * EM Anpassungen Links
 */


 .linkintern,
 .linkextern,
 .linkemail,
 .linkdownload,
 .upper-link,
 .upper-link-large {
 	padding:0 0 0 0;
 	background: none !important;
 	position: relative;
	text-decoration: none !important;
 	font-weight: normal;
 	display:inline;
 	color: #009530;
 	font: normal 15px/24px "LatoRegular", Arial, Helvetica, Verdana, sans-serif;
 }


.linkintern,
.linkextern,
.linkemail,
.linkdownload,
.icon-double-arrow {
	text-decoration: underline !important;
}

.standalone-links .linkintern,
.standalone-links .linkextern,
.standalone-links .linkemail,
.standalone-links .linkdownload,
.standalone-links .upper-link,
.standalone-links .upper-link-large {
	padding-left: 25px;
	text-decoration: none !important;
	display: inline-block;
}

.standalone-links .linkintern:before,
.standalone-links .linkextern:before,
.standalone-links .upper-link:before,
.standalone-links .icon-double-arrow:before,
.button.icon-double-arrow:before,
.standalone-links .upper-link-large:before {
	content:'>>';
	display:block;
	margin-right: 10px;
	letter-spacing: -4px;
	text-decoration: none !important;
	font-weight: bold;
	font-family: "LatoRegular", Arial, Helvetica, Verdana, sans-serif;
}

.standalone-links .linkintern:before,
.standalone-links .linkextern:before,
.standalone-links .upper-link:before,
.standalone-links .linkemail:before,
.standalone-links .linkdownload:before,
.standalone-links .icon-double-arrow:before,
.standalone-links .upper-link-large:before {
	position: absolute;
	left: 0;
	display: block !important;
}

.standalone-links .linkintern:before,
.standalone-links .linkextern:before,
.standalone-links .upper-link:before,
.standalone-links .icon-double-arrow:before,
.standalone-links .upper-link-large:before {
	left: 3px;
}

.linkintern:hover,
.linkextern:hover,
.linkemail:hover,
.linkdownload:hover {
	color: #00611f;
	border: 0;
	/*border-bottom: 1px solid #00611f;*/
	text-decoration: underline !important;
}

.whitepapertable {
	border: 0;
	margin: 20px 0;
}

.whitepapertable td {
	padding: 6px 10px;
}

.whitepapertable a {
	text-decoration: none !important;
	padding-left: 17px;
}

.whitepapertable span.icon-lock {
	position: relative;
}

.whitepapertable span.icon-lock:before,
.whitepapertable span.icon-lock .before  {
	position: absolute;
	left: -17px;
	display: block;
}

.fancybox-overlay .policy-wrapper {
	margin-top: 15px;
}

.fancybox-overlay .new-form .grey-form {
	background: #eee;
}
.fancybox-overlay .policy-wrapper .right-float {
	width: 40%;
}

.whitpapercontent form select {
	border-radius: 0 !important;
	border: 1px solid #cccccc !important;
	background-color: #fff;
	height: 22px;
	appearance: menulist;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
}

.akkordion.referenzen .toggle-link> a {
	text-decoration: none !important;
}

.akkordion.referenzen .inner-toggle .grey {
	font-size: 13px;
	/*font-weight: bold;*/
	color:#5f6062;
}

.akkordion.referenzen .toggle-container .toggle-link a:hover {
	font-family: "LatoRegular", Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
}

.akkordion.referenzen .visited h2 a {
	color: #009530;
	background: url(/media/img/rebrush/bg_accordion_normal.png) 10px 12px no-repeat transparent;
}

.akkordion.referenzen .selected h2 a {
	color: #5f6062;
	background: url(/media/img/rebrush/bg_accordion_hover.png) 10px 12px no-repeat transparent !important;
}

.akkordion.referenzen .toggle-container h2.toggle-link {
	border: 0;
	border-top: 1px solid #A5A6A7;
}

.akkordion.referenzen .toggle-container.selected .inner-toggle {
	border-left-width: 0;
	border-right-width: 0;
	border-bottom: 0;
}

/* image-text-kombi */
#presse-fotos {
	width: 100%;
}

.image-text-item-full {
	max-width: 640px !important;
	width: 100% !important;
}

.image-text-item-full p {
	padding-right: 0;
	width: 100% !important;
}
.image-text-item-full p:first-child {
	padding-top: 0;
}

@media (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {

	.akkordion .toggle-container h2 a {
		background: url(/media/img/rebrush/icn_open2x.png) 10px 12px no-repeat transparent;
		background-size: 20px;
		/*background: red !important;*/
	}
	.akkordion .toggle-container.selected a {
		color: #5f6062;
		background: url(/media/img/rebrush/icn_close2x.png) 10px 12px no-repeat transparent;
		background-size: 20px;
	}

	.new-form .styled-select{
		background: #f9f9f9 url(/media/img/rebrush/icn_select2x.png) right 10px center no-repeat;
		background-size: 20px;
	}
}

/********************************/
/******    MEDIA QUERIES    *****/
/********************************/

@media only screen and (min-width: 20px) {
	.new-form.form-komponent input,
	.new-form .input-bg,
	.new-form .input-p {
		width: 100%;
	}

	.new-form.form-komponent {
		width: 410px;
	}

	.new-form.form-komponent .plz-bg {
		width: 120px;
	}

	.akkordion.referenzen .toggle-container.selected .inner-toggle {
		width: 411px;
	}
}

@media only screen and (min-width: 1024px) {

	.max-width-640 .oversized-img {
	 	width: 690px !important;
		height: auto !important;
	}

	.new-form .styled-select,
	.new-form.form-komponent #ccomment {
		padding-right: 0;
	}

	.new-form.form-komponent #ccomment {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.new-form.form-komponent input,
	.new-form .input-bg,
	.new-form .input-p {
		width: auto;
	}

	.new-form.form-komponent .left-form,
	.new-form.form-komponent .right-form {
		width: 100%;
	}

	.new-form.form-komponent input {
		width: 278px;
		margin-top: 5px;
	}

	.new-form.form-komponent {
		width: 100%;
	}

	.new-form.form-komponent .ort-bg {
		width: 158px;
	}

	.new-form.form-komponent #plz {
		width: 80px;
	}

	.new-form.form-komponent .plz-bg {
		width: 100px;
	}

	.new-form.form-komponent #double-wrapper {
		width: 300px;
	}

	.new-form.form-komponent .input-p.float-right {
		float: right !important;
	}

	.new-form.form-komponent .styled-select {
		width: 300px;
	}

	.akkordion.referenzen .toggle-container.selected .inner-toggle {
		width:671px;
	}

	.date-col-right {
		width: 490px;
	}
	.small-text-detail {
		width: 440px;
	}
}

/*EM ANPASSUNGEN*/
/*wide-screen*/
@media only screen and (min-width: 1259px) {

	.new-form .input-bg,
	.new-form .styled-select select {
		width: 300px;
	}

	.new-form.form-komponent .input-p {
		float: left;
	}

	.new-form.form-komponent #double-wrapper {
		width: 300px;
	}

	.new-form.form-komponent .ort-bg {
		margin-left: 10px;
	}

	.new-form.form-komponent #ccomment {
		width: 100%;
	}

	.new-form.form-komponent input {
		padding: 2px 10px;
	}

	.new-form.form-komponent input {
		width: 278px;
		margin-top: 5px;
	}

	.new-form.form-komponent textarea {
		margin-top: 5px;
	}

	.new-form.form-komponent .plz-bg {
		width: 55px
	}

	.new-form.form-komponent #plz {
		width: 43px;
	}

	.new-form .ort-bg #ort {
		width: 203px;
	}

	.new-form.form-komponent .ort-bg {
		width: 225px;
	}

	.max-width-640 .oversized-img {
	 	width: 750px !important;
	 	height: auto !important;
	 }

	.akkordion.referenzen {
		padding-top: 0;
		background: rgba(0, 0, 0, 0) url(/media/img/rebrush/bg_accordeon_wabber.jpg) left top no-repeat;
		min-height: 520px;
	}

	.akkordion.referenzen .toggle-container .toggle-link a {
		background: rgba(0, 0, 0, 0) url(/media/img/bg_referenzen_accordion.png) 4px -47px no-repeat !important;
		padding: 5px 0 0 36px;
	}

	.akkordion.referenzen .toggle-container.selected .toggle-link a {
		background: rgba(0, 0, 0, 0) url(/media/img/bg_referenzen_accordion.png) 4px -97px no-repeat !important;
	}

	.akkordion.referenzen .toggle-container.selected .inner-toggle {
		border: 0;
		width: 270px;
	}
	.akkordion.referenzen .toggle-container .toggle-link {
		background: #eee;
		border-top: 0 !important;
		padding: 5px 0;
	}

	.date-col-right {
		width: 490px;
	}

	.small-text-detail {
		width: 440px;
	}
}

.text-highlight  {
	background: #e7f3f9;
	border-top: 1px solid #a5a6a7;
	border-bottom: 1px solid #a5a6a7;
	padding: 10px 10px !important;
	margin: 15px 0;
}

.text-highlight:after {
	content: '';
	display: table;
	clear: both;
}

.text-highlight img {
	margin-top: 20px;
}

.content .linkintern:before,
.content .linkextern:before,
.content .linkemail:before,
.content .linkdownload:before,
.content .icon-double-arrow:before,
.akkordion .linkintern:before,
.akkordion .linkextern:before,
.akkordion .linkemail:before,
.akkordion .linkdownload:before,
.akkordion .icon-double-arrow:before {
	display: none;
}

#first-wrapper .inner-date {
	background-position: 50% 50px;
}

.new-form.form-komponent input,
.new-form.form-komponent textarea,
.new-form.form-komponent select {
	color: #5f6062;
}

.new-form.form-komponent input:focus,
.new-form.form-komponent textarea:focus {
	border: 1px solid #87888a;
	outline: none;
}

.button.icon-double-arrow {
	text-decoration: none !important;
}

.button.icon-double-arrow:before,
.content .button.icon-double-arrow:before,
.button.icon-double-arrow .before,
.content .button.icon-double-arrow .before {
	position: relative;
	display: inline-block !important;
}

.left-label {
	font-weight: normal;
}

.content ul a {
	text-decoration: none !important;
}

.content ul a:hover {
	text-decoration: underline !important;
}


.content .media-item .linkemail:before {
	display: inline-block !important;
}

.content .media-item .linkemail {
	text-decoration: none !important;
}

.content .media-item .linkemail:hover {
	text-decoration: underline !important;
}


#start-search {
	margin-top: 0;
}

#search-output-wrapper {
    padding-top: 10px;
}

#search-output-wrapper .dotted-text {
    padding-bottom: 10px;
}

#search-pager {
    top: 2px;
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {
	.input-section .ui-helper-hidden-accessible,
	.input-p .ui-helper-hidden-accessible,
	.whitpapercontent .ui-helper-hidden-accessible {margin-top:7px !important;}
}


#sitemap ul li a,
#sitemap ul ul ul li a {
	color: #009530;
	background: none;
}

.whitepapertable .icon-lock {
	display: inline-block;
}

.fancybox-inner .new-form .small-input {
width: 225px;
}
