
	/*******************
	* IE 9
	********************/

 /*------------------------------------------------------------------------*/

/*
 *	Basic
 */

	.ie9 body .site {
		-moz-box-shadow:0 2px 6px rgba(100, 100, 100, 0.3);
		-webkit-box-shadow:0 2px 6px rgba(100, 100, 100, 0.3);
		border: 1px solid rgba(100, 100, 100, 0.1);
		box-shadow:0 2px 6px rgba(100, 100, 100, 0.3);
	}

	.ie9 div#page.hfeed.site header#masthead.site-header div form#searchform fieldset input#searchsubmit{
		background: #0098A1;
	    border:none;
	    color: #fff;
	    float:right;
	    font-weight: bold;
	    line-height: 15px;
	    margin:1px 0 0 0;
	    padding: 3px 12px;
	    text-decoration: none;
	}

/*
 *	Suche
 */

	.ie9 form#searchform fieldset input#searchsubmit:hover {
		background: #00646D !important;
	}
	.ie9 div.site.hfeed#page header.site-header#masthead div form#searchform fieldset input#s {
		padding:0 5px;
	}


 /*------------------------------------------------------------------------*/

/*
 *	Footer
 */
	.ie9 .footerlightboxContainer {
		text-align: right;
		display: inline-block;
		width: calc(100% - 469px ) !important;
	}


 /*------------------------------------------------------------------------*/

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

	.ie9 .footerlightboxContainer {
		float: left !important;
		width: 100% !important;
		text-align: left;
	}
	.ie9 .footerlightboxContainer  a.lightbox {
		padding-left: 19px;
	}
}

/*
 *	@media 1024px
 */
	 @media screen and (max-width: 1024px) {
		.ie9 .footerlightboxContainer {
			width:100% !important;
			float: none;
			display: block
		}

	 }

/*
 *	@media 786px
 */

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

		h3.menu-toggle {
			background:#0098A1;
		}

		h3.menu-toggle:hover {
			background:#00646D;
		}

		.ie9 .footerlightboxContainer {
			width:100% !important;
		}
	}


/*
 *	@media 500px
 */

	@media screen and (max-width: 500px) {
		.ie9 footer {
			height: 100%;
			padding-bottom:100px !important;
		}
	}

/*
 *	@media 386px
 */

	@media screen and (max-width: 334px) {
		html.ie9 div#page.hfeed.site header#masthead.site-header div form#searchform fieldset input#searchsubmit {
		    padding-left:0;
		    padding-right:0;
		}
	}
