/* Grundlegende Angaben */

* {
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-size: 14px;
	font-family: 'Archivo Black', sans-serif;
	font-weight: normal !important;
	color: #D1D3D4;
}
img {
	border: 0
}
html, body {
	height: 100%;
}
html {
	-webkit-text-size-adjust: none; /* verhindert das das iPhone Schriften automatisch vergrößert */
}
table, td, p {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea, select, option, button {
	border: 1px solid #CFCFCF;
}
input, textarea {
	border-radius: 0;
}
iframe {
	border: 0;
}
a {
	color: #02B5DD;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
}
ul, ol {
	margin: 0 0 0 12px;
	padding: 0;
}
h1 {
	font-size: 21px;
	margin: 0 0 6px 0;
	font-family: 'Bitter';
}
h2 {
	color: #808285;
	font-size: 14px;
	margin: 0 0 3px 0;
	text-transform: uppercase;
}
h2.blue {
	color: #02B5DD;
}
h2.green {
	color: #969300;
}
h3 {
	font-size: 16px;
	margin: 0 0 3px 0;
}
hr {
	color: #b7b7b7;
	height: 1px;
}
.clear {
	clear: both;
}
.break {
	clear: both;
	height: 16px;
	line-height: 1px;
}
.placeholder { /* Formatierung für inaktive (Vorgabewerte) Formularfelder */
	color: #A2A2A2;
}
.wmWrapper {
	position: relative;
}
.wmMargin {
	margin-top: 60px;
	margin-bottom: 60px;
}
.wmPadding {
	padding-left: 20px;
	padding-right: 20px;
}
.wmMaxWidth {
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
}
.wmClear:after {
	clear: both;
	content: "";
	display: block;
}

/* Angaben zum Seitenaufbau */

#HeaderWrapper {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 0;
	width: 100%;
}
#HeaderWrapper .toggleContent {
	position: absolute;
	top: 19px;
	right: 19px;
	z-index: 20;
	cursor: pointer;
}
#HeaderWrapper .logo {
	left: 50%;
	margin: 0 0 0 -495px;
	position: absolute;
	top: 50px;
	z-index: 750;
}
#HeaderWrapper .animation {
	position: relative;
	z-index: 5;
}
#HeaderWrapper .dots {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: url("../../img/layout/bg_dots.png") repeat right top transparent;
	display: none;
	opacity: 0.7;
}
#HeaderWrapper .wrapper { /* Bild Wrapper */
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
#HeaderWrapper .wrapper .text { /* Text Wrapper */
	position: absolute;
	text-shadow: 1px 1px 4px #000000;
}
#HeaderWrapper .wrapper .text a:hover { /* Link Hover */
	text-decoration: none;
}
#HeaderWrapper .wrapper .mapText { /* ImageMap TextContainer */
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 4px #000000;
	color: #FFFFFF;
}
#HeaderWrapper .wrapper .mapText .title { /* ImageMap 1. Textebene */
	 font-size: 18px;
}
#HeaderWrapper .wrapper .mapText .sub { /* ImageMap 2. Textebene */
	 font-size: 12px;
}
#ContentWrapper {
	left: 50%;
	margin: 0 0 0 -495px;
	position: absolute;
	top: 182px;
	z-index: 10;
	width: 954px;
	overflow: hidden;
	background: url("../../img/layout/bg_content.png") repeat-y;
}
#ContentWrapper > .left {
	float: left;
	width: 368px;
	margin: 0 5px 0 0;
	min-height: 1px;
}
#ContentWrapper > .center {
	float: left;
	overflow: auto;
	padding: 35px 22px 32px 32px;
	width: 527px;
	height: 100%;
}
#FooterWrapper {
	background: none repeat scroll 0 0 #363638;
	bottom: 0;
	height: 37px;
	left: 50%;
	margin: 0 0 0 -1187px;
	overflow: hidden;
	position: absolute;
	width: 1646px;
	z-index: 9;
}

/* Elemente aus Webmanager*/

/* Tabelle */
.cmsTable h2 {
	font-size: 20px;
	margin: 6px 0 16px 0;
}
.cmsTable table {
	box-shadow: 0 0 20px -6px #808285;
	max-width: 100%;
}
.cmsTable table td, .cmsTable table td * {
	font-size: 14px;
}
.cmsTable table .val1 td { /* Zeile1 */
	padding: 8px 7px;
}
.cmsTable table .val2 td { /* Zeile2 */
	padding: 8px 7px;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.15);
}
.cmsTable .footer {
	padding: 10px 0 0 0;
	font-size: 13px;
}
/* Textbereich */
p.text {
	line-height: 1.3em;
}
p.text a:hover{
	color:#808285;
}


/* Verweise */
.cmsRefs h2 {
	font-size: 20px;
	margin: 0 0 5px 0;
}
.cmsRefs a {
	background: url("../../img/cms/cms_icons.png") no-repeat scroll 0 -110px transparent;
	color: inherit;
	display: block;
	font-size: 14px;
	padding: 4px 0 4px 14px;
}
/* Dateianhänge */
.cmsMail a {
	background: url("../../img/cms/cms_icons.png") no-repeat scroll 0 -132px transparent;
	color: inherit;
	font-size: 14px;
	padding: 3px 0 0 20px;
}
.cmsDOC a {
	background: url("../../img/cms/cms_icons.png") no-repeat scroll 0 -20px transparent;
	color: inherit;
	font-size: 14px;
	padding: 3px 0 0 20px;
}
.cmsXLS a {
	background: url("../../img/cms/cms_icons.png") no-repeat scroll 0 -20px transparent;
	color: inherit;
	font-size: 14px;
	padding: 3px 0 0 20px;
}
.cmsPDF a {
	background: url("../../img/cms/cms_icons.png") no-repeat scroll 0 -20px transparent;
	color: inherit;
	font-size: 14px;
	padding: 3px 0 0 20px;
}
.cmsZIP a {
	background: url("../../img/cms/cms_icons.png") no-repeat scroll 0 -20px transparent;
	color: inherit;
	font-size: 14px;
	padding: 3px 0 0 20px;
}
.cmsFile a {
	background: url("../../img/cms/cms_icons.png") no-repeat scroll 0 -20px transparent;
	color: inherit;
	font-size: 14px;
	padding: 3px 0 0 20px;
}
/* Drop Element */
.cmsDrop > h3 {
	background: url("../../img/cms/cms_icons.png") no-repeat scroll left -48px transparent;
	cursor: pointer;
	font-weight: bold;
	padding: 3px 0 2px 20px;
}
/* Link Element */
.cmsLink a {
	background: url("../../img/cms/cms_icons.png") no-repeat scroll 0 -89px transparent;
	color: inherit;
	display: block;
	font-size: 14px;
	padding: 3px 0 0 20px;
}
/* Formular */
.cmsForm * {
	font-size: 14px;
}
.cmsForm h2 {
	font-size: 20px;
	margin: 6px 0 10px 0;
}
.cmsForm .row {
	clear: both;
	margin: 0 0 8px 0;
	padding: 0;
}
.cmsForm label {
	width: 160px;
	display: block;
	float: left;
	padding: 4px 0 0 0;
}
.cmsForm .field { /* Textfeld */
	border: 0;
	padding: 2px 3px;
	width: 344px;
	color: #363638;
	background: #CFCFCF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.cmsForm input.error, .cmsForm textarea.error {
	width: 342px;
}
.cmsForm select.field { /* Auswahlbox */
	padding: 0 3px;
	width: 350px;
}
.cmsForm option { /* Option */
	color: #363638;
	padding: 2px 3px;
	border: 0;
}
.cmsForm textarea.field { /* TextArea */
	min-height: 100px;
}
.cmsForm .checkbox { /* Checkbox */
	width: auto;
	margin: 6px 2px 0 0;
	vertical-align: text-bottom;
	padding: 0;
	border: 0;
}
.cmsForm .datepicker { /* Datumsfeld */
	width: 64px;
	cursor: pointer;
}
.ui-datepicker-trigger  { /* Kalender Icon - gilt für alle Datepicker auch außerhalb vom cmsForm */
	vertical-align: middle;
	margin: 0 0 0 5px;
	cursor: pointer;
}
.ui-datepicker * {
	color: #363638;
}
.cmsForm .button {
	float: right;
}
.cmsForm .button a { /* Sende-Button */
	font-family: 'Archivo Black';
	text-transform: uppercase;
}
.cmsForm .button a:hover {
}
.cmsForm .msg { /* Formular Meldung */
	padding: 4px 10px;
	margin: 0 0 10px 0;
}
.cmsForm .error { /* Error Meldung */
	color: #FF0000;
	border: 1px solid #FF0000;
	background: #FFFFFF;
}
/* Bildergalerie */
.cmsGallery {
	margin: 0 0 30px 0;
}
.cmsGallery .entry {
	float: left;
	position: relative;
	width: 250px;
}
.cmsGallery .entry > a > img {
	display: block; /* Aufhebung unerwünschter Abstand */
}
.cmsGallery .buttons {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 6px 0 0 0;
	box-shadow: -1px -1px 11px -3px black;
	padding: 3px 2px 3px 5px;
	position: absolute;
	right: 0;
	top: 157px;
	z-index: 10;
}
.cmsGallery .buttons .zoom {
	background: url("../../img/cms/cms_icons.png") no-repeat scroll left -71px transparent;
	display: block;
	float: left;
	height: 17px;
	margin: 0 4px 0 0;
	padding: 0;
	width: 11px;
}
.cmsGallery .buttons .download {
	background: url("../../img/cms/cms_icons.png") no-repeat scroll left -22px transparent;
	display: block;
	float: left;
	height: 17px;
	margin: 0 0 0 4px;
	padding: 0;
	width: 14px;
}
.cmsGallery .text {
	font-size: 13px;
	width: 250px; /* muss nur angegeben werden falls Icons in Höhe von Textzeile stehen */
	margin: 5px 0 0 0;
}
.cmsGallery .seperator {
	float: left;
	width: 10px;
	height: 10px;
}
/* Teaser */
.cmsTeaser {
	position: relative; /* für absolut ausgerichtete Kind-Elemente */
	float: left;
	width: 250px;
	height: 180px;
	overflow: hidden;
	margin: 0 0 10px 0;
}
h2.cmsTeaserHeadline {
	font-size: 24px;
	margin: 0 0 5px 0;
}
.cmsTeaser .image {
}
.cmsTeaser .image > a > img {
	display: block; /* Aufhebung unerwünschter Abstand */
}
.cmsTeaser .text {
	background: none repeat scroll 0 0 #FFFFFF;
	opacity: 0.9;
	padding: 10px;
	position: relative;
	text-transform: uppercase;
}
.cmsTeaser .text a, .cmsTeaser .text > span {
	color: #02B5DD;
	font-family: 'Archivo Black';
	font-weight:bold;
	text-transform: uppercase;
	font-size: 14px;
}
.cmsTeaser .text a:hover {
	text-decoration: none;
}
.cmsTeaser .text p {
	color: #363638;
	font-size: 15px;
	line-height: 1.1em;
	padding: 3px 0 0;
	cursor: pointer;
	font-family: 'Bitter';
}

.cmsTeaser.nolink .text p{
	cursor:default;
}
		
.cmsTeaserNoImage {
	float: left;
	width: 250px;
	margin: 0 0 10px 0;
}
.cmsTeaserNoImage .text a {
	color: #02B5DD;
}
.cmsTeaserNoImage .text a:hover {
	text-decoration: none;
}
.cmsTeaserNoImage .text p {
	font-size: 14px;
	line-height: 1.1em;
	padding: 3px 0 0;
}
.cmsTeaserSep {
	float: left;
	height: 10px;
	width: 10px;
}
/* Titelbild */
.cmsImage {
	clear: both;
	width: 520px;
}
.cmsImage .image {
}
.cmsImage .image img {
	display: block;
}
.cmsImage .image .layer { /* Bildunterschrift */
	background: none repeat scroll 0 0 #FFFFFF;
	color: #363638;
	font-family: 'Bitter';
	font-size: 15px;
	line-height: 1.1em;
	margin: -46px 0 0;
	opacity: 0.9;
	padding: 15px 10px;
	text-transform: uppercase;
}
.cmsImage .image.right { /* Rechte Ausrichtung */
	margin: 0 0 0 15px;
	float: right;
}
.cmsImage .image.left { /* Linke Ausrichtung */
	margin: 0 10px 0 0;
	float: left;
}
.cmsImage .text {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	line-height: 1.3em;
	padding: 10px 0;
	width: 260px;
}

.cmsImage .text.left{
	float:left;
}

/* Youtube */
.cmsYoutube .text {
	font-size: 13px;
	line-height: 1.3em;
}
/* Partnerlogos */
.cmsPartner .entry {
	float: left;
	height: 147px;
	margin: 0 34px 34px 0;
	width: 147px;
}
.cmsPartner .entry img {
	display: block;
}
/* Footer IT Support */
.itsupport {
	bottom: 53px;
	height: 140px;
	left: 50%;
	margin: 0 0 0 100px;
	position: absolute;
	z-index: 7000;
	display: none;
}
.itsupport * {
	color: #363638;
}
.itsupport .left {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.8);
	float: left;
	height: 100%;
	width: 265px;
	padding: 4px;
}
.itsupport .left h2 {
	color: #969300;
}
.itsupport .left h3 {
	font-family: 'Bitter';
	font-size: 22px;
	margin: 5px 0 6px;
}
.itsupport .left .text {
	line-height: 1.3em;
	font-size: 14px;
	font-family: "Bitter";
}
.itsupport .left .phone {
	font-family: 'Bitter';
	font-size: 23px;
	font-weight: bold;
	margin: 12px 0 0;
}
.itsupport .right {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.8);
	float: left;
	height: 100%;
	margin: 0 0 0 10px;
	width: 60px;
	padding: 4px;
}
.itsupport .right .bh {
	background: url("../../img/layout/footer_bindhammer.png") no-repeat scroll center top transparent;
	height: 18px;
	margin: 20px 0 0 13px;
	width: 34px;
}
.itsupport .right .teamviewer {
	background: url("../../img/layout/ico_teamviewer.png") no-repeat scroll center top transparent;
	height: 38px;
	margin: 26px 0 0 16px;
	width: 34px;
}
.itsupport .right .teamviewer a {
	display: block;
	height: 100%;
	width: 100%;
}

/* MenüStyles */

/* Hauptmenü & Submenü */

.mainmenu {
	overflow: auto;
	padding: 35px 29px;
	position: absolute;
	z-index: 10;
	width: 304px;
}
.mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mainmenu > ul > li {
	margin: 0;
}
.mainmenu > ul > li > a {
	color: #808285;
	font-size: 35px;
	text-transform: uppercase;
	font-family: 'Archivo Black', sans-serif;
}
.mainmenu > ul > li > a:hover {
	color: #D1D3D4;
	text-decoration: none;
}
.mainmenu > ul > li > a.selected {
	color: #D1D3D4;
}
.mainmenu > ul > li > ul {
	margin: 24px 0 42px 29px;
}
.mainmenu > ul > li > ul > li {
	margin: 0 0 2px 0;
	padding: 2px 0;
}
.mainmenu > ul > li > ul > li > a {
	color: #808285;
	text-transform: uppercase;
	font-family: 'Archivo Black';
	font-size: 14px;
}
.mainmenu > ul > li > ul > li > a:hover {
	color: #D1D3D4;
	text-decoration: none;
}
.mainmenu > ul > li > ul > li > a.selected {
	color: #D1D3D4;
}

/* DSGVO Zertifikat */

.mainmenu .dsgvo {
	display: block;
	margin: 35px 0;
}
.mainmenu .dsgvo > img {
	display: block;
	width: 304px;
}

/* --- ENDE --- */

/* Metamenü */

.metamenu {
	margin: 10px -10px 0;
	float: right;
}
.metamenu ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}
.metamenu ul li {
	float: left; /* schreibe Einträge nebeneinander */
}
.metamenu ul li a {
	padding: 1px 19px;
	display: block;
	color: #3D3D3D;
	background: url("../../img/layout/sep_Metamenu.gif") no-repeat right center;
	color: #D1D3D4;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'Bitter';
}
.metamenu ul li a.selected {
	color: #808285;
}
.metamenu ul li a:hover {
	color: #808285;
	text-decoration: none;
}
.metamenu ul li:last-child a {
	background: none;
}

/* --- ENDE --- */

/* Consent */

.mco-consent * {
	color: #21262D;
}