/****** FILE: themes/kniehl/css/normalize.css *****/
/*! normalize.css v1.0.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/****** FILE: themes/kniehl/css/layout.css *****/
/* BASICS */

html,
body {
	margin: 0;
	padding: 0;
}

body {
	color: #444;
	font-size: 13px;
	line-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre,
dl, dt, dd, ol, ul, li {
	margin-top: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre,
dl, ol, ul {
	margin-bottom: 10px;
}



::-moz-selection {
    background: #47959f;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #47959f;
    color: #fff;
    text-shadow: none;
}

a {
	color: #47959f;  
}
a:hover { 
	color: #000;
}

.content a {
	text-decoration: none;
    border-bottom: 1px dotted #47959f;
}

.content a:hover {
	border-bottom: 1px dotted #000;
	
}


/* LAYOUT */

#media-query-trigger {
    display: none;
    visibility: hidden;
}

#BGGrid {
	position:fixed;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent url(../images/bg-grid-green-transparent.png);
}

#BGImageContainer {
	position:fixed;
	z-index: -2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
#BGImage {
	position: absolute;
	right: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
}

.oldmobile #BGImageContainer,
.oldmobile #BGGrid {
	display:none;
}

.oldmobile body {
	background: #47959f;
}





/*
.backgroundsize body.mobile-nav #BGImageContainer,
.backgroundsize body.mobile-nav #BGGrid {
	display:none;
}


.backgroundsize body.mobile-nav {
	background: #FFF url(../images/windfarm-640x400.jpg) no-repeat 100% 0;
	background-repeat:no-repeat;
	background-size: cover;
	background-size: auto 100%;
}
*/




#Header {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 270px;
	background: transparent url(../images/bg-header-vertical.png) repeat-y top right;	
}
#Header .inner {
	width: 220px;
	padding:  40px 0 0 20px;
}

h2#Logo {
	display:block;
	margin:0;
	padding:0;
	font-size: 13px;
}


#Main {
	width: 640px;
	padding: 120px 0 0 280px;
}

.content {
	padding: 30px 20px 20px 20px;
	background: rgba(255,255,255,0.8);
}

.lt-ie9 .content {
	background: transparent url(../images/bg-white-transparent.png);
}




.contentColumns {}

.imageLeft .mainImage {
	width: 35%;
	float:left;
}

.imageLeft .contentCol {
	margin-left: 38%;
}


.imageRight .mainImage {
	width: 35%;
	float:right;
}
.imageRight .contentCol {
	margin-right: 38%;
}

img.right {
	margin-top: -30px;
}



/* TEASER */

#TeaserContainer {
	margin-top: 20px;
}

#TeaserContainer .first,
#TeaserContainer .odd {
	float:  left;
}
#TeaserContainer .last,
#TeaserContainer .even {
	float:  right;
}

.teaser {
	width: 270px;
	padding: 20px 20px 13px 20px;
	margin:  0 0 20px 0;
	background: rgba(255,255,255,0.8);	
}

.lt-ie9 .teaser {
	background: transparent url(../images/bg-white-transparent.png);
}

.teaser a,
.teaser a {
	display: block;
	text-decoration: none;
	color:  #444;
	font-weight: bold;
}

.teaser span
.teaser a span {
	margin-top: 5px;
	display: block;
}


/* GALLERY */

.typography .gallery {
	list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}

.lt-ie8 .typography .gallery {
	padding-bottom: 20px;
}

.typography .gallery .galleryItem {
	position: relative;
	display: block;
	float: left;
	width:  135px;
	height:  101px;
	padding: 0;
	margin:  0 10px 20px 10px;
	background: #47959f;
}

.typography .gallery .col0of4 {
	margin-left: 0;
}

.typography .gallery .col3of4 {
	margin-right: 0;
}

.typography .gallery .galleryLens {
	position: absolute;
	z-index: 2;
	display: block;
	width:  135px;
	height:  101px;
	background: transparent url(../images/icon-gallery-lens-transparent.png) no-repeat 50% 50%;
}


.typography .gallery a {
	display: block;
	border:0;
	line-height:0;
}

.typography .gallery a img {
	position: absolute;
	z-index: 1;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.typography .gallery a:hover img {
	opacity:0.5;
	filter:alpha(opacity=50);
}




/* NAVIGATION */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

nav a,
nav a:hover {
    text-decoration: none;
    border-bottom: 0;
    
}

#MenuButton {
	position:  absolute;
	top:  20px;
	right:  40px;
	width:  30px;
	height:  26px;
	background: transparent url(../images/icon-menu-button.gif) no-repeat 0 0;
	cursor:  pointer;
	display: none;
}

.mobile-nav #MenuButton {
	display: block;
}

.mobile-nav #Menu {
	display: none;
}

#MainMenu {
	margin-top: 39px;
}

#MainMenu ul {
	border-top:  1px solid #444;
	
}

#MainMenu li {
	display: block;
	padding: 0;
	margin: 0;
	border-bottom:  1px solid #444;
	font-size:  15px;
	line-height: 29px;
	text-transform: uppercase;
	white-space: nowrap;
}

#MainMenu a {
	color: #444;
	text-decoration: none;
	display: block;
}

#MainMenu a:hover,
#MainMenu li.current a {
	color: #47959f;
}
#MainMenu li.current a {
	padding-left: 30px;
	background: transparent url(../images/bullet-nav-green.gif) no-repeat 0 9px;
}




#SecondaryMenu {
	font-size:  12px;
	line-height:  14px;
	margin-top: 5px;
}

#SecondaryMenu li {
	float: left;
	text-transform: uppercase;
	padding: 0 5px;
	border-left:  1px solid #444;
}

#SecondaryMenu li.first {
	padding-left: 0;
	border-left: 0;
}

#SecondaryMenu a {
	color: #444;
	text-decoration: none;	
}

#SecondaryMenu li.current,
#SecondaryMenu a:hover,
#SecondaryMenu li.current a {
	color: #47959f;
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/* Smaller than standard 940 and bigger than 680 (content + margin)   */
/*@media only screen and (min-width: 680px) and (max-width: 940px) { */
@media only screen and (max-width: 940px) {

	#Header {
		position: relative;
		width: auto;
		max-width: 640px;
		margin: 0 auto;
		padding: 0 20px;
		background: transparent;
			
	}
	#Header .inner {
		width: auto;
		padding:  20px;
		background: #FFF;
	}
	
	#Main {
		width: auto;
		max-width: 640px;
		padding: 20px 20px 0 20px;
		margin: 0 auto;
	}
	
	
	
	
	.teaser {
		width: 45%;
		padding: 2%;
	}
	
	.teaser a {
		font-weight: normal;
		font-size: 12px;
	}
	
	.teaser a img {
		width:  100%;
	}
	
	
	
	
	
	
	
	.typography .gallery .galleryItem {
		position: relative;
		width:  23.5%;
		height:  auto;
		margin:  0 1% 20px 1%;
	}
	
	.typography .gallery .col0of4 {
		margin-left: 0;
	}
	
	.typography .gallery .col3of4 {
		margin-right: 0;
	}
	
	.typography .gallery .galleryLens {
		width:  100%;
		height:  100%;
		background: transparent url(../images/icon-gallery-lens-transparent.png) no-repeat 50% 50%;
	}
	
	
	.typography .gallery a img {
		position: static;
		width:  100%;
	}	
	
	
	
	#MainMenu {
		margin-top: 20px;
	}
	
	#MainMenu ul {
		border-top: 0;
		text-align: center;
		padding-top:  10px;

	}
	
	#MainMenu li {
		display: inline;
		font-size:  13px;
		line-height: 20px;
		margin: 0 5px;
		border-bottom:  0;
	}
	
	#MainMenu a {
		color: #444;
		text-decoration: none;
		display: inline;
	}
	
	#MainMenu a:hover,
	#MainMenu li.current a {
		color: #47959f;
	}
	#MainMenu li.current a {
		padding-left: 0;
		background: transparent;
	}
	
	#SecondaryMenu {
		position: absolute;
		top:  10px;
		right:  40px;
		width:  350px;
	}
	
	#SecondaryMenu ul {
		float: right;
		
	}

	#SecondaryMenu li {
		float: left;
		text-transform: uppercase;
		padding: 0 5px;
		border-left:  1px solid #444;
	}
	
	#SecondaryMenu li.first {
		padding-left: 0;
		border-left: 0;
	}
	
	#SecondaryMenu a {
		color: #444;
		text-decoration: none;	
	}
	
	#SecondaryMenu li.current,
	#SecondaryMenu a:hover,
	#SecondaryMenu li.current a {
		color: #47959f;
	}

}

/* Smaller than 640 (small tablet) down to handhelds   */
@media only screen and (max-width: 639px) {
	/*.gallery {
		display: none;
	}*/

	/*#Header {
		display: none;
	}*/
	
	#media-query-trigger {
		    visibility: visible
	}
	
	
	
	#Menu {
		position:  relative;
		position:  static;
	}
	
	#MainMenu {
		position:  relative;
	}
	
	#MainMenu ul {
		border-top: 1px solid #444;
		text-align: left;
		padding: 0;

	}
	
	#MainMenu li {
		display: block;
		font-size:  15px;
		line-height: 29px;
		margin: 0;
		border-bottom: 1px solid #444;
	}
	
	#MainMenu a {
		display: block;
	}
	
	
	
	
	#SecondaryMenu {
		position:  relative;
		top:  auto;
		right: auto;
		width:  auto;
	}
	
	#SecondaryMenu ul {
		float:  none;
	}
	
	.content img {
	    max-width: 100%;
	    height: auto;
	}
	
	
	
	
	
	
}



@media only screen and (max-width: 359px) {
    #Logo img{
		width:  175px;
	}
	
	
	  
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}






/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/****** FILE: themes/kniehl/css/typography.css *****/

.typography h1 {
	font-size: 24px;
	line-height:  30px;
	font-weight: bold;
	border-bottom: 1px solid #444;
	padding-bottom:  30px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}


.typography h2 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-weight: normal;
	color: #47959f;
}

.typography h3 {
	font-size: 15px;
	font-weight: normal;
	color: #47959f;
}

.typography h4 {
	font-size: 13px;
	font-weight: bold;
	
}

.typography h5 {
	
}

.typography h6 {
	
}

.typography ul {
	padding: 0 0 0 1em;
	list-style-image: url(../images/bullet-list-green.gif);
}

.typography ol {
	padding: 0 0 0 2em;
}

.typography li {
	margin:  0 0 1em 0;
}

.typography hr {
	color:#444;
	background-color:#444;
	height:1px;
	border:none;
}


/* WYSIWYG EDITOR CLASSES 
-------------------------------------------- */

.typography .footnote {
	font-size: 11px;
	line-height: 16px;
}

.typography .addresstab {
	display: inline-block;
	/*width: 70px;*/
	width: 5em;
}


/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
    text-align: left
}
.typography .center {
    text-align: center
}
.typography .right {
    text-align: right
}


/* IMAGES 
-------------------------------------------- */
.typography img {
    height: auto;
    background: transparent url(../images/ajax-loader.gif) no-repeat center center;
}
.typography img.left {
    float: left;
    max-width: 50%;
    margin: 5px 20px 10px 0;
}
.typography img.right {
    float: right;
    max-width: 50%; /* Responsive width */
    margin: 5px 0 10px 20px;
}
.typography img.leftShifted {
    float: left;
    max-width: 50%;
    margin: -25px 20px 10px 0;
}
.typography img.rightShifted {
    float: right;
    max-width: 50%; /* Responsive width */
    margin: -25px 0 10px 20px;
}





.typography img.leftAlone {
    float: left;
    margin-right: 100%;
    margin-bottom: 10px;
    clear: both;
}
.typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both;
}

/****** FILE: themes/kniehl/css/form.css *****/
/** ----------------------------------------------------------
 *
 * This stylesheet includes both generic form styles and 
 *    additional form styles for the User Defined Form Module. 
 *
 ** ------------------------------------------------------- */


/* GENERIC FORMS
----------------------------------------------- */

form {
    max-width: 500px;
    width: 50%;
}
div.field {
    margin: 10px 0 15px;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
form label {
    margin-bottom: 5px;
}
    form label.left {
        display: block;
        font-weight: bold;
    }
    form label.right {
        font-size: 12px;
        color: #888;
    }

form input.text,
form textarea,
form .textajaxuniquetext,   /* Not sure if this is used? */
form select {
    width: 100%;
    max-width: 400px;
    padding: 6px 5px;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #dad9d9;
}
    .ie7 form select { width: 400px; }

form input.text:focus,
form textarea:focus,
form .textajaxuniquetext:focus,
form select:focus {
    outline:none;
}
form input[disabled], form textarea[disabled] {
    background-color: #f7f7f7;
    border: 1px solid #dad9d9;
}
textarea {
    resize: vertical;
}


/* Radio and Checkbox */
.field .checkbox, .field .radio {
    float: left; 
    width: 13px; 
    height: 13px; 
    margin-right: 6px; 
    margin-top: 3px;
    padding: 0;
}
    .checkbox label.right,
    .radio label.right {
        float: left;
    }


/* Messages */
form .message {
    background-color: #fef4ba;
    padding: 5px 10px;
    border: 1px solid #e8c805;
    border-radius: 3px;
}
    form .good {
        background-color: #ecf9d0;
        border-color: #8fbe00;
    }
    form .bad, form .required {
        background-color: #f9d0d0;
        border-color: #cf0000;
        color: #b80000;
    }


/* ACTIONS */
.Actions {
    margin-bottom: 20px;
}
    a.btn, button, input[type="submit"], .Actions .action {
        background: #b80000;
        color: #fff;
        display: inline-block;
        border-radius: 4px;
        padding: 6px 15px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: none;
        font-size: 13px;
        margin-right: 10px;
        float: left;
    }
    a.btn:hover, button, input[type="submit"]:hover, .Actions .action:hover {
        background: #C80000;
        color: #fff;
    }
    a.btn {
        line-height: 18px;
        margin-bottom: 10px;
    }
    a.btn:after {                     /* creates arrow in button */
        content: '\2192';
        padding-left: 10px;
    }
    .ie7 input.action {
        width: 0;                     /* IE table-cell margin fix */
        overflow: visible;
    }
    input.action[class] {             /* IE ignores [class] */
        width: auto;                  /* cancel margin fix for other browsers */
    }

    .ie7 .Actions .action {
        float: left;
    }
    .Actions:after {
        color: #B94A48;
        content: "* Indicates a required field";
        display: inline-block;
        font-weight: normal;
        margin-top: 9px;
    }
    #MemberLoginForm_LoginForm .Actions:after {
        display: none;
    }


/* AREA SPECIFIC */
    /* LOGIN and FORGOT PASSWORD */
    #Remember {
        min-height: 20px;
    }
    #ForgotPassword {
        clear: left;
    }
    #MemberLoginForm_LostPasswordForm .Actions:after {
        display: none;
    }

    /* Search / Login */
    .header form .middleColumn {
        /* float: none;
        width: 100% !important; */
    }




/* USER DEFINED USER FORM MODULE STYLES
----------------------------------------------- */

/*Generic and mixed*/
.FormHeading {
    clear: both;
    padding-top: 15px;
}
form .date .middleColumn input {
    /*background: transparent url(../images/icons/your_icon_here.png) no-repeat scroll 90px 5px;*/
    width: 114px;
}
.Actions input.resetformaction {                  /* Clear button */
    float: left;
    background-color: #888;
}
.Actions input.resetformaction:hover {            /* Clear button */
    background-color: #aaa;
}

/* Labels */
.checkbox label.right {
    font-size: 13px;                            /* reset to default */
    color: #333;                                /* reset to default */
}
form .requiredField label.left:after {
    color: #B94A48;
    content: "*";
    font-size: 14px;
    font-weight: normal;
    padding-left: 3px;
}

/* Radio / Checkbox */
form .checkboxset ul,
form .optionset ul {
    margin: 0;
}
    form .checkboxset li,
    form .optionset li {
        margin-bottom: 5px;
        list-style-type:none;
    }
    form div.checkbox:after { 
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    form .checkbox .checkbox { clear: both; }

/* Messages */
span.message {
    margin: 10px 0;
    display: block;
    max-width: 390px;
    clear: left;
}
div.holder-required {               /* This class needs to be changed - is used for both input and div */
    /* background-color: #f9d0d0;
    border: 1px solid #cf0000;
    padding: 10px;
    margin-left: -11px; */
}
form input.holder-required {        /* This class needs to be changed - is used for both input and div */
    border: 1px solid #cf0000; 
}

/* Error messages */
input:invalid,
textarea:invalid {
    border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red;
    -webkit-box-shadow: 0px 0px 5px red;
    box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
    background-color: #f0dddd
}

/* To test - potentially not needed? */
.ss-uploadfield-item-info button{
    margin-top: 4px !important;
    float: left;
}
form .creditCardField input,
form input.currency,
form input.numeric {
    width: 50px;
}
form #DMYDate-month,
form #DMYDate-day {
    width: 25px
}




/* Responsive form styles
----------------------------------------------- */

@media only screen and (max-width: 700px) { 

    /* To test - potentially not needed? */
	.header form .middleColumn {
	    float: none;
	    width: 100% !important;
	}
	form label.left,
	#MemberLoginForm_LoginForm label {
	    margin-bottom: 8px
	}
}

@media only screen and (max-width: 900px) { 
    form {
        max-width: 100%;
    }
}

@media only screen and (min-width: 700px) { 

}

