/*
Theme Name: Hirschmann - Site
Theme Setup: Site
Theme URI: http://www.hannoverscherschweisshund.de
Version: 0.9
*/



/* Main Sections

------------------------------------------------------------------------- */
html, body {
    margin: 0px;
    padding: 0px;
    font-family: Arial,Verdana,Helvetica,Sans-serif;
    font-size: 12px;
    height: 100%;
    background: #D7E378 url("assets/templates/hirschmann/img/background/background.jpg") repeat-x fixed 0 0;
}


a, a:link {
    text-decoration: none;
    border: none;
}

a img, img {
    border: 0px none;
}

#page {
    border: 0px solid;
    margin: 0px auto;
    text-align: left;
    height: 100%;
    width: 950px;
}


/* Header
------------------------------------------------------------------------- */
#header {
    height: 420px;
    width: 950px;
}

#headerLogo {
    height: 135px;
    width: 950px;
}

#headerLogo_l {
    height: 135px;
    width: 250px;
    float: left;
    background-color: #c4d15b;
}

#headerLogo_lo {
    padding: 10px 15px;
	font-size: 14px;
}

#headerLogin {
    width: 50%;
    float: left;
}

#headerLogoff {
    width: 50%;
    float: left;
}

#headerLogo_r {
    height: 135px;
    width: 700px;
    float: left;
    background-color: #ffffff;
}

#headerLogo_r img {
    margin:0 50px 0 362px;
}

#headerImage {
    height: 250px;
    width: 950px;
}

#headerImage_l {
    height: 250px;
    width: 250px;
    float: left;
    background-color: #c4d15b;
}

#headerImage_r {
    height: 250px;
    width: 700px;
    float: left;
    background-color: #ffffff;
}

#headerBar {
    height: 35px;
    width: 950px;
}

#headerBar_l {
    height: 35px;
    width: 250px;
    float: left;
    background-color: #E2E9AD;
}

#headerBar_r {
    height: 35px;
    width: 700px;
    float: left;
    background-color: #ffffff;
}


/* Navigation
------------------------------------------------------------------------- */
/* css for navigation in navigation.css and navigation_ie.css



/* Content
------------------------------------------------------------------------- */
#content {
    width: 950px;
    background-color: #c4d15b;
    float: left;
}

#contentText {
    float: left;
    background: url("assets/templates/hirschmann/img/footer/footer.jpg") no-repeat scroll center bottom #FFFFFF;
    padding: 50px 50px 150px;
    width: 600px;
    line-height: 17px;
    min-height: 300px;
}

#content p {
	margin: 0px 0px 20px 0px;
}

#content h1 {
    color: #00521F;
    /*font-family: Georgia,times New Roman;*/
    font-weight: normal;
    font-size: 20px;
    margin: 0 0 20px;
}

#content h2 {
    color: #00521F;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 20px;
}

#content h3 {
    color: #00521F;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

#contentText a {
    color: #000000;
    text-decoration: underline;
}

#content table.legende {
    background-color: #FFFFFF;
    height: 100px;
    position: absolute;
    width: 600px;
}

#content table.image .text {
    color: #00521F;
    padding-left: 10px;
    vertical-align: bottom;
}

#contentText table {
    border-collapse: collapse;
    margin-bottom: 20px;
}

#contentText table.contact td.image {
    padding: 4px 4px 4px 0;
    width: 110px;
	vertical-align: top;
}

#contentText table.contact tr.spacer {
    height: 20px;
}

#contentText table.contact td.text {
    vertical-align: top;
	padding-bottom: 10px;
}

#contentText ul, #contentText ol {
    margin: 0 0 20px;
}

#contentText ul {
    list-style-image: url("assets/templates/hirschmann/img/content/ulDisc.gif");
    padding: 0 0 0 15px;
}


/* Sidebar
------------------------------------------------------------------------- */
#sidebarLeft {
    /*height: 100%;*/
    width: 250px;
    float: left;
    padding-top: 50px;
}

#sidebarLeft_t {
    width: 250px;
}

#sidebarLeft_b {
    width: 250px;
    height: 181px;
}

#contentSidebar {
    padding: 0 25px;
}

#contentSidebar .header {
    color: #00521F;
    font-weight: bold;
}

#contentSidebar .text {
    margin-bottom: 20px;
    color: #ffffff;
}

#contentSidebar a {
    color: #ffffff;
    text-decoration: underline;
}


/* Footer
------------------------------------------------------------------------- */
#contentFooter {
    height: 145px;
    width: 950px;
    float: left;
}

#contentFooter_l {
    height: 145px;
    width: 250px;
    float: left;
    background-color: #c4d15b;
}

#contentFooter_r {
    height: 145px;
    width: 700px;
    float: left;
    background: #ffffff url(assets/templates/hirschmann/img/footer/footer.jpg) no-repeat scroll right center;
}


/* Special text formatting
------------------------------------------------------------------------------- */
.green {
    color: #00521F;
}

.bold {
    font-weight: bold;
}

.right {
    text-align: right;
}

.nowrap {
    white-space: nowrap;
}

.hidden {
	overflow:hidden;
}

.pictext {
	display: block;
	position: relative;
	bottom: 22px;
	color: red;
	font-size: 30px;
	font-weight: bold;
	text-align:center;
}


/* Special handling for images & alignment
------------------------------------------------------------------------------- */
#logo {
	float: left;
}

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}

img.alignright {
    padding: 4px 0px 4px 4px;
    margin: 0px 0px 10px 20px;
    display: inline;
}

img.alignleft {
    padding: 4px 4px 4px 0px;
    margin: 0px 20px 10px 0px;
    display: inline;
}

.mgThumbcontainer img {
    padding: 4px 4px 4px 0px;
    margin: 0px 20px 10px 0px;
    display: inline;
}

.top {
	vertical-align: top;
}

.middle {
	vertical-align: middle;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.block {
    display: block;
}

.clear {
    clear: both;
}

.icoAdobe:after {
	content: url(assets/templates/hirschmann/img/icon/pdf.png);
}

.ico {
	/*position: absolute;*/
	text-decoration: none;
	vertical-align: sub;
	display: inline-flex;
}

.ico:after {
	margin-left: 5px;
}


/* Forms
------------------------------------------------------------------------------- */
.efLabel {
    width: 170px;
}

.efInput {
    width: 320px;
}

.efInput_l {
    width: 260px;
}

.efInput_s {
    width: 57px;
}

.efText {
    width: 320px;
    height: 112px;
}

.efButton {
    float: left;
    /*width: 80px;*/
}

input:invalid {
	color: red;
	border-color:red;
}

select:invalid {
	color: red;
	border-color:red;
}

.efError {
    float: left;
    width: 100%;
    color: #a94442;
}

.efSepR {
	border-right: 1px solid #c6c7c8;
}


/* literatur/merchandising
------------------------------------------------------------------------------- */
.eclLiteratur, .eclMerchandising {
    float: left;
}

.eclMerchandising {
    margin-bottom: 5px;
}

.eclLiteratur {
    margin-bottom: 20px;
}

.eclLeft {
    float: left;
}

div.eclLeft img {
    display: inline;
    margin: 0 20px 10px 0;
    padding: 4px 4px 4px 0;
}

div.eclLiteratur .eclLeft {
    width: 150px;
}

div.eclMerchandising .eclLeft {
    width: 200px;
}

div.eclLiteratur .eclRight, div.eclMerchandising .eclRight {
    float: right;
}

div.eclLiteratur .eclRight {
    width: 450px;
}

div.eclMerchandising .eclRight {
    width: 400px;
}

div.eclLiteratur .eclContent {
    float: left;
    padding-top: 5px;
    width: 600px;
}


/* slideshow
------------------------------------------------------------------------------- */
#essOuter {
    height: 250px;
    width: 700px;
}

#essImages {
    display: none;
}

.essImage {
    margin: 0;
    padding: 0;
    position: absolute;
}

#essImage1 {
    z-index: 1000;
}

#essImage2 {
    z-index: 999;
}


/* overlay
------------------------------------------------------------------------------- */
.overlay {
    display: none;
    z-index: 10000;
    background-color: #C4D15B;
    /*width: 300px;*/
    min-height: 100px;
    border: 1px solid #666;
    padding: 20px;
    color: #00521F;
    box-shadow: 0 0 90px 5px #000000;
    border-radius: 7px;
}
.overlay .close {
    background-image: url(assets/images/icon/ovl_close.png);
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

#ovlLogin,
#ovlPaymentAdd {
	top: calc(50% - 70px);
	left: calc(50% - 170px);
}


/* memberadmin
------------------------------------------------------------------------------- */
.emaMember, .emaHeader {
    float: left;
    width: 100%;
}

.emaHeader {
    /*margin: 0px 0px 5px 0px;*/
}

.emaRow {
    float: left;
    width: 100%;
    border-bottom: 1px solid #c6c7c8;
}

.emaRow fieldset {
	border:0;
}

.emaRow input[type="radio"] {
	vertical-align:middle;
	margin:0 5px 0 0;
}

.emaField, .emaLabel, .emaTextarea {
    float: left;
    overflow: hidden;
    margin: 0px 10px 0px 0px;
    /*height: 22px;*/
    line-height: 29px;
}

.emaField input[type="checkbox"]  {
	width:auto;
	height:auto;
}

.emaField ul {
	padding-inline-start: 0 !important;
}

.checkbox-grid-33 li,
.checkbox-grid-25 li {
	display: block;
 	float: left;
}

.checkbox-grid-33 li {
	width: 33%;
}

.checkbox-grid-25 li {
	width: 25%;
}

.emaField input {
	/*width:255px;*/
	width:265px;
	height:22px;
	border-radius:5px;
}

.emaField select {
	width:273px;
	height:29px;
}

.emaTextarea {
    height:auto;
    width:auto;
    margin:0;
    max-width:425px;
}

.emaField.last {
    margin-right: 0px;
}

.emaField .icon {
	margin-top:6px;
}

.ehw_50 {
    width: 50%;
    float: left;
}

.efw_10 {
    width: 10px;
}

.efw_20 {
    width: 20px;
}

.efw_30 {
    width: 30px;
}

.efw_40 {
    width: 40px;
}

.efw_55 {
    width: 55px;
}

.efw_60 {
    width: 60px;
}

.efw_60 {
    width: 60px;
}

.efw_65 {
    width: 65px;
}

.efw_70 {
    width: 70px;
}

.efw_85 {
    width: 85px;
}

.efw_90 {
    width: 90px;
}

.efw_100 {
    width: 100px;
}

.efw_115 {
    width: 115px;
}

.efw_120 {
    width: 120px;
}

.efw_125 {
    width: 125px;
}

.efw_130 {
    width: 130px;
}

.efw_135 {
    width: 135px;
}

.efw_140 {
    width: 140px;
}

.efw_145 {
    width: 145px;
}

.efw_150 {
    width: 150px;
}

.efw_155 {
    width: 155px;
}

.efw_160 {
    width: 160px;
}

.efw_165 {
    width: 165px;
}

.efw_175 {
    width: 175px;
}

.efw_190 {
    width: 190px;
}

.efw_230 {
    width: 230px;
}

.efw_240 {
    width: 240px;
}

.efw_265 {
    width: 265px;
}

.efw_275 {
    width: 275px;
}

.efw_330 {
    width: 330px;
}

.efw_350 {
    width: 350px;
}

.efw_395 {
    width: 395px;
}

.efw_570 {
    width: 570px;
}

.efw_max {
	width:100%;
}

#emaPageLinks {
    float: left;
    margin: 20px 0 0;
    text-align: center;
    width: 100%;
}

#emaPageLinks a {
    margin: 0px 5px 0px 0px;
}

#emaPageLinks a.active {
    text-decoration: none;
}

.emaDBlock {
    display: block;
}

.emaDNone {
    display: none;
}

.emaHeadLinks {
    float: right;
    margin-left: 10px;
}


/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}

#qmEditor {
    display: none;
}


/* Tooltip
------------------------------------------------------------------------------- */
.tooltip {
	position: relative;
	display: inline-block;
	/*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	border-radius: 6px;
	opacity: 0;
	transition: opacity .7s;
	position: absolute;
	z-index: 1;
}
/*
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
*/
.tooltiptext.tooltip-right {
	top: -3px;
	left: 80%;
}

.tooltip-right.tooltiptext::after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 100%; /* To the left of the tooltip */
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #555 transparent transparent;
}

.tooltiptext.tooltip-left {
	top: -5px;
	right: 105%;
}

.tooltip-left.tooltiptext::after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 100%; /* To the right of the tooltip */
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #555;
}

.tooltiptext.tooltip-top {
	width: 120px;
	bottom: 100%;
	left: 50%;
	margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

.tooltip-top.tooltiptext::after {
	content: " ";
	position: absolute;
	top: 100%; /* At the bottom of the tooltip */
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.tooltiptext.tooltip-bottom {
	width: 120px;
	top: 100%;
	left: 50%;
	margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

.tooltip-bottom.tooltiptext::after {
	content: " ";
	position: absolute;
	bottom: 100%;  /* At the top of the tooltip */
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #555 transparent;
}
