@charset "UTF-8";
/* MG.Art  Search für footer/ 

/*---------------------------*/
	/* Search */
/*--------------------------*/
.MG-search-container{ float:right; padding-left:45.00%; padding-right:42.00%; margin-left:160px; margin-right:45px;}

.artproject-search{ display: block; float: left; clear: both; margin-top: -34px;
 margin-left:0px; margin-right:auto; padding-left:22.00%; padding-right:79.00%; }

.footer-Search{ display: block; float: left; clear: both; margin-top: -20px;
 margin-left:15px; margin-right:auto; padding-left:2.00%; padding-right:22.00%; padding-top:-20px; }
 

/*  */
##footer-Search { clear: both; display:block; position:absolute; margin-top:-10px;}
#footer-Search input[type="text"] {
	background: url(../search/search-white.png) no-repeat 10px 6px #444;
    border: 0 none;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #d7d7d7;
    width:240px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); 
    -webkit-box-shadow: 0 5px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 5px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 5px 0 rgba(0, 40, 50, 0.6), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }
#footer-Search input[type="text"]:focus {
	background: url(../search/search-dark.png) no-repeat 10px 6px #FC0;
    color: #6a6f75;
    width: 240px;
    -webkit-box-shadow: 0 5px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    -moz-box-shadow: 0 5px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    box-shadow: 0 5px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	
    }
.margin-bottom-10 font{ margin-top:20px; margin-bottom:50px;}
 /*--------------------------*/
	/* search Add SOC */
/*--------------------------*/
.share-addthis{ clear: both; float:right; top:-115px; position:relative; margin-left:auto; margin-right:15px;}

.search_positionieren{
	clear: both;
	height: 36px;
	display: block;
	padding: 0px 10px 0px 30px;/*---- recht links Positionieren----*/
	background-image: url(MG_archiv/css_design/search22.png);
	background-repeat: no-repeat;
	position: relative;
	top:-50px;
	z-index:20;
}
#Header_Search  {
	clear: both;
	height: 36px;
	display: block;
	padding: 0px 10px 0px 30px;/*---- recht links Positionieren----*/
	background-image: url(MG_archiv/css_design/search22.png);
	background-repeat: no-repeat;
	position: relative;
	padding-top:5px;
	top:-45px;
	bottom:5px;
	z-index:20;
}
@media screen and (max-width: 60.625em) {
	.codrops-header,
	.sidebar {
		float: none;
		max-width: 100%;
		padding: 20px;
		text-align: center;
	}
	.sidebar > nav {
		float: none;
		margin: 100px 0.5em 0;
	}
}