@charset "UTF-8";
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver-Eigenschaften für fließende Raster
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	und "Golden Grid System" von Joni Korpi
	http://goldengridsystem.com/
*/

/* Layout für Mobilgeräte: 480 px oder weniger. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	margin-top:240px;
	margin-bottom:-60px;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	top:30px;
	margin-bottom:0px;
	position:relative;
}
/*  ------------------------- Menu  */
#header-menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.header-menu-back {
clear: both;
	float: left;
	width: 100%;
	display: block;
	height: 30px;
	position: absolute;
	top: -30px;
	z-index: 99;
	background-color: #7f0909;
	-webkit-box-shadow: 0px 0px 10px 2px #333333;
	-moz-box-shadow: 0px 0px 10px 2px #333333;
	box-shadow: 0px 0px 30px 2px #333333;
	-webkit-box-shadow: 0px 0px 5px 2px #111111;
	-moz-box-shadow: 0px 0px 30px 2px #111111;
	box-shadow: 0px 0px 10px 2px #111111;
}
#MG-headermenu {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	position: relative;
	top: 45px;
}
.headermenu-position {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	height: 65px;
	position: relative;
	top: -10px;	
}
/* ------------------------------- Time  */
#body-header-time {
	clear: both;
	float: left;
	margin-left: 5.50%;
	margin-right: 20.00%;
	width: 100%;
	padding-left: 5.0000%;
	padding-right: 20.0000%;
	display: block;
	margin: 0px auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	letter-spacing: 2px;
	text-shadow: 1px 0px 0px black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	top: -50px;
	z-index: 99;
	left: 0px;
	position: absolute;
}
/* ------------------------------- Logo  */
#header-logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#projectlogo {
	clear: both;
	float: left;
	margin-left: 15.00%;
	margin-right: 40.00%;
	max-width: 200px;
	width: 40%;
	display: block;
	position: absolute;
	z-index: 100;
	margin-top:0px;
	top: 5px;
	left: 0px;
}
.logo-position {
	clear: both;
	float: left;
	margin-left: 0;
	width: 95%;
	left: 120px;
	display: block;
	margin-left: 15.00%;
	margin-right: 40.00%;
	padding-left: 0.00%;
	padding-right: auto;
}
/* ------------------------------- Blog logo */
#project-blog-logo {
	clear: both;
	float: right;
	width: 50%;
	left: 0px;
	display: block;
	margin-top: 0px;
	margin-left: 56.00%;
	margin-right: 15.00%;
	padding-left: auto;
	padding-right: 0%;
	color: #999;
	text-shadow: 10px 1px 1 #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 82px;
	z-index: 99;
	top:10px;
	font-style: normal;
	font-weight: bold;
	position: absolute;
}
#project-blog-logo i{
	clear: both;
	float: right;
	width: 90%;
	left: 0px;
	display: block;
	margin-left: 5.70%;
	margin-right: 10.00%;
	padding-left: auto;
	padding-right: 0%;
	position: absolute;
	top:0px;
}
.blog2016 {
	clear: both;
	float: left;
	width: 65%;
	left: 145px;
	display: block;
	margin-top: 100px;
	margin-left: 58.00%;
	margin-right: 10.00%;
	color: #999;
	text-shadow: 10px 1px 1 #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 64px;
	font-style: normal;
	font-weight: bold;
	position: absolute;
}
/* ------------------------------- header-show */
#header-show-container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height:165px;
	top:-200px;
	left:0px;
	display: block;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	position:absolute;
}
#header-show-bodyback {
	clear: both;
	float: left;
	margin-left: 0.00%;
	margin-right:0.00%;
	width: 100%;
	height:160px;
	top:430px;
	display: block;
	margin-top:-430px;
	position:relative;
	background:#000;
	padding-left:30px;
	padding-right:30px;
	padding-top:30px;
	padding-bottom:10px;
	border: 5px solid #333333;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	vertical-align: middle; 
	-webkit-box-shadow: 0px 0px 10px 2px #111111;
	-moz-box-shadow: 0px 0px 10px 2px #111111;
	box-shadow: 0px 0px 10px 2px #111111;  	
	border: 1px solid #6d1723;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	vertical-align: middle; 
}
.header-show-logo {
	clear: both;
	float: none;
	margin-left: 0.00%;
	margin-right: 0.00%;
	text-align: center;
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 6;
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	position: relative;
	margin-bottom:-50px;
	padding-bottom:-50px;
	top: 160px;
	text-shadow: 10px 3px 10 #000;
}
.ghafouri-logo {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	width: 100%;
	height: auto;
}
/* ------------------------------- hauptblog-container */
.hauptblog-container {
	clear: both;
	float: none;
	margin-left: 0.00%;
	margin-right: 0.00%;
	text-align: center;
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	background-image: url(MG-Design_css/MG-Art_sw5.png);
	background-repeat: repeat;
	margin-bottom:0px;
	top:-60px;
}
.body-haupt-container {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	background:#000;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-bottom:-0px;
	border: 4px solid #6d1723;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	vertical-align: middle; 
}
figcaption {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	margin-bottom:-40px;
}
.blog-container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.content-blog-info h4{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: -20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #999;
}
.content-blog-artist-info h4{
	clear: both;
	float: left;
	margin-left: 0;
	margin-right:auto;
	width: 100%;
	display: block;
	margin-top: -20px;
	padding-bottom:50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	letter-spacing: 0.01cm;
}
.text-Layout-info {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.follower-bottum i {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #999;
}
.link-container {
	clear: both;
	float: left;
	margin-left: 1.10%;
	width: 100%;
	height:auto;
	left:80px;
	background:#900;
	display: block;
}
.link-container span{
	float: right;
	padding-left:0px;
	padding-top:5px;
	font-size: 12px;
	margin-right:5px;
	font-style: normal;
}
.time-like-container {
	clear: both;
	float: left;
	margin-left: 5.00%;
	margin-right: 85.00%;
	position: relative;
	width: 12%;
	z-index: 1;
	height: 65px;
	background: #900;
	display: block;
	top: 18px;
	margin-bottom: -45px;
	margin-top: -10px;
	-webkit-box-shadow: 0px 0px 10px 2px #111111;
	-moz-box-shadow: 0px 0px 10px 2px #111111;
	box-shadow: 0px 0px 10px 2px #111111;
	border: 1px solid #6d1723;
	border-radius: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
}
.time-like-container time {
	position: relative;
	top:10px;
}
.entry-title55 {
	clear: both;
	float: left;
	margin-left: 5.00%;
	margin-right: 5.00%;
	position: relative;
	width: 50%;
	z-index:1;
	height:65px;
	display: block;
}
.header-text-layout {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:auto;
	display: block;
	margin-top:-40px;
}

.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0; text-decoration: none; line-height:1.42857143;float:none!important}
.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}
.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}
.navbar-collapse.pull-right{float:none!important}
/*  =====  *** =====  */
.blog-poast-admin {
	position: absolute;
	bottom:7.6em;
	left: 1.2em;
	top:470px;
	left:30px;
}
.blog-poast-admin-art img {
	border-radius: 30em;
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	-o-border-radius: 30em;
	border: 3px solid #FFF;
}
.blog-poast-admin-art {
	position: absolute;
	bottom:7.6em;
	left: 1.2em;
	top:570px;
	left:30px;
}
.blog-poast-admin-art img {
	border-radius: 30em;
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	-o-border-radius: 30em;
	border: 3px solid #FFF;
}
.blog-poast-info {
	background:#FFA540;
	padding: 0.8em 1em;
	text-align: center;
}
.blog-poast-info ul li {
	display:inline-table;
	margin-right: 1em;
}
.blog-poast-info ul li a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 0.875em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.blog-poast-info ul li a:hover {
	text-decoration:underline;
}
/* ------------------------------- Submit */
i.Submit-button {
	text-align: center;
	bacolor: #CCC;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #000;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	display: inline-block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	outline: none;
	position: relative;
	letter-spacing: 1px;
	margin: -20px;
	top: 0px;
	white-space: nowrap;
	background-color: transparent;
	background-image: url(../../MG-Design_css/blog-css-design/buttonover.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-style: normal;
}  
i.Submit-button:hover{
     background-color: #900;
}
i.Submit-button:active{
     top: 1px;
     left:1px;
}
.color-red{
     background-color: #B00000;
     border: 2px solid #F00;
     olor: #FFF;
     text-shadow: 2px 2px 4px #000;
     font-family: "Palatino Linotype";
}
.color-red:hover{
     background-color:#F30;
}
/* ------------------------------- soc-linke */
.soc-linke {
	clear: both;
	float:right;
	margin-left: 0.00%;
	margin-right: 0.00%;
	padding-top:20px;
	padding-bottom:20px;
	width: 100%;
	position:relative;
	display: block;
	top:0px;
}
.soc-linke-position {
	clear: both;
	float:right;
	margin-left: auto;
	margin-right:0px;
	padding-left:0px;
	width: 90%;
	position:relative;
	display: block;
	top:10px;
	left:0px;
	margin-top:-90px;
}
.soc-linke-position h4{
	clear: both;
	float: right;
	margin-left: auto;
	margin-right: 0px;
	padding-left: 10px;
	width: 90%;
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	color: #999;
}
.abschtand {
	clear: both;
	float: right;
	margin-left: auto;
	margin-right: 0px;
	padding-left: 10px;
	width: 100%;
	height:10px;
	position: relative;
	display: block;
}
.ende-abschtand {
	clear: both;
	float: right;
	margin-left: auto;
	position: relative;
	display: block;
	height:30px;
}
/* ***** */
.link-diashow {
	clear: both;
	height: auto;
	display: block;
	margin-bottom:-50px;
	padding-bottom:-100px;
}
.link-diashow-position {
	clear: both;
	display: block;
	position: relative;
	top:6px;
}
/*---------------------------*/
	/* Search */
/*--------------------------*/
.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; }
 
/*  */
 /*--------------------------*/
	/* search Add SOC */
/*--------------------------*/
.search_positionieren{
	clear: both;
	height: 36px;
	display: block;
	padding: 0px 10px 0px 30px;/*---- recht links Positionieren----*/
	background-image: url(../../assets/search/zoom52-1.jpg);
	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(../../assets/search/zoom52-1.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding-top:5px;
	top:-45px;
	bottom:5px;
	z-index:20;
}
.link-diashow {
	clear: both;
	height: auto;
	display: block;
}
.link-diashow-position {
	clear: both;
	display: block;
	position: relative;
	top:6px;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    margin: 0 0 15px;
    font-size: 13px;
    line-height: 22px;
    font-family: 'Open Sans';
}
/*  --------------------------------- Seiten weckseler */
/* MG Art Pege Seiten 1 2 3 4 ..  */
.padding_right { 
	padding-right: 20px;
}
.pagging { 
	margin: 0 0 40px; 
	padding: 0; 
}

.pagging ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

.pagging ul li { 
	margin: 0; 
	padding: 0; 
	display: inline; 
}
.pagging-position {
	width: 245px;
	height: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 60px;
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.pagging ul li a { 
	float: left; 
	display: block;
	color: #333; 
	text-decoration: none; 
	margin-right: 1px; 
	padding: 5px 13px; 
	background-color: #c53310; 
	border: 1px solid #181818; 
}
.pagging ul li.active { 
	float: left; 
	display: block;
	color: #333; 
	text-decoration: none; 
	margin-right: 1px; 
	padding: 1px 1px; 
	background-color: #999; 
	border: 1px solid #181818; 
}
.pagging ul li a:hover { 
	background: #f66016; 
	border: 1px solid #181818; 
	color: #fff;  
}
/*  --------------------------------- textbeweg */
#kopf-textbeweg {
	clear: both;
	float: left;
	background-color: rgba(0, 0, 0, 0.85);
	height: 17px;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	top: -135px;
	position: relative;
	padding-right: -20px;
}
/*  --------------------------------- footer-container */
#footer-container {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	height:auto;
	margin-bottom:-10px;
	background:#42393b;
	margin-top:0px;
	position: relative;
	top:0px;
	
}
.footer-totop {
	clear: both;
	float: right;
	margin-left: auto;
	margin-right:1.00%;
	width: 7%;
	height: 35px;
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	top: 90px;
	opacity: .7;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.footer-totop:hover {
	 opacity: 1;
}
.footer-position {
	clear: both;
	float: left;
	background-color: rgba(0, 0, 0, 0.85);
	width: 100%;
	height: 90px;
	display: block;
	top:20px;
	position: relative;
	padding-right: 0px;
	margin-bottom:-20px;
	-webkit-box-shadow: 0px 0px 10px 2px #333333;
	-moz-box-shadow: 0px 0px 10px 2px #333333;
	box-shadow: 0px 0px 30px 2px #333333;
	-webkit-box-shadow: 0px 0px 5px 2px #C00;
	-moz-box-shadow: 0px 0px 30px 2px #c00;
	box-shadow: 0px 0px 10px 2px #c00;
}
.footer-position p{
	clear: both;
	float: none;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	width: 100%;
	top: 25px;
	position: relative;
	padding-right: 0px;
}
/*  --------------------------------- search */
.artprojectsearch {
	float:right;
	width:10%;
	margin-left: 71.0000%;
	margin-right:14.00%;
  	margin-top:0px;
	display: block;
  	color: #FFF;
  	z-index: 100;
	top: -30px;
    position: absolute;
	margin-bottom: 50px;
	padding-bottom:50px;
}
.artprojectsearch i {
	color:#FF0;
}
.search-form-holder h2 {
	clear: both;
	float: none;
	text-align: center;
	color: #FFF;
	width: 100%;
	top: 100px;
	position: relative;
	padding-right: 0px;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 50px;
}
#search-icon {
  font-size: 1.6em;
  margin-right:auto;
  float: right;/*  search zoom position */
  margin-right: 0.0000%;/*  search right abstand position */
}

/*=====================================
  PRELOADER STYLES 
    ===================================*/
   #pre-div {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}
#loader {
    background-image: url(../../MG-Design_css/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}
/*  ***************  */
h4.entry-title {
	clear: both;
	float:right;
	margin:0px auto;
	margin-left:0.00px;
	width: 100%;
	height:auto;
	color:#CCC;
	display: block;
	position: relative;
	margin-right:0.00%;
	padding-left:10px;
	padding-right:10px;
	padding-top:-75px;
	padding-bottom:10px;
	font-size:12px; 
	background-color: rgba(255, 255, 255, 0.00);
	top:-10px;
}
/*  --------------------------------- gallery */
#gallery-container-info {
	clear: both;
	float:right;
	margin:0px auto;
	margin-left:0.00px;
	width: 100%;
	height:auto;
	display: block;
	position: relative;
	margin-right:0.00%;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:-30px;
	margin-bottom:30px;
	background:#FFF;
	background-color: rgba(255, 255, 255, 0.00);
	top:30px;
}
.gallery-info {
	clear: both;
	float:right;
	margin:0px auto;
	margin-left:0.00px;
	width: 100%;
	height:auto;
	display: block;
	position: relative;
	margin-bottom:0px;
	top:-20px;
	font-style: normal;
}
.gallery-comment {
	clear: both;
	float: right;
	margin: 0px auto;
	margin-left: 0.00px;
	margin-right: 0.00px;
	padding-left: 0.00px;
	padding-right: 0.00px;
	width: 90%;
	height: auto;
	display: block;
	position: absolute;
	margin-bottom: 0px;
	top: 130px;
}
.gallery-comment i{
	clear: both;
	float:right;
	margin:0px auto;
	margin-left:0.00px;
	margin-right:0.00px;
	padding-left:0.00px;
	padding-right:0.00px;
	width: 59%;
	height:auto;
	display: block;
	position: relative;
	margin-bottom:0px;
	left:0px;
	top:-95px;
	font-size: 12px;
}

#gallery-container-info h3 {
	clear: both;
	float: left;
	margin: 0px auto;
	margin-left: 0.00px;
	margin-right: auto;
	width: 60%;
	left: 0px;
	height: auto;
	display: block;
	margin-bottom: -40px;
	position: relative;
	top: -45px;
	font-size: 16px;
	font-style: normal;
	font-size: 14px;
}
.gallery-info p{ font-size:16px; color:#db7100; max-width:420;}
.gallery-info i:hover{ float:left; position:relative; clear: both; display: block; font-style: normal; font-size:14px; color:#996; background-color: rgba(102, 33, 5, 0.35); margin-top:5px; padding-bottom:5px; padding-left:15px; padding-right:10px; width:100%; height:auto; max-width:420; margin-bottom:30px;
-webkit-box-shadow: 0px 0px 10px 2px #511903;
	-moz-box-shadow: 0px 0px 10px 2px #511903;
	box-shadow: 0px 0px 10px 2px #511903;
	-webkit-box-shadow: 0px 0px 5px 2px #511903;
	-moz-box-shadow: 0px 0px 10px 2px #511903;
	box-shadow: 0px 0px 10px 2px #511903;
	border: 1px solid #6d1723;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	vertical-align: middle
}
.gallery-info i { float:left; position:relative; clear: both; display: block; font-style: normal; font-size:14px; color:#996; background-color: rgba(102, 33, 5, 1.50); margin-top:5px; padding-bottom:5px; padding-left:15px; padding-right:10px; width:100%; height:auto; max-width:420; margin-bottom:30px;
-webkit-box-shadow: 0px 0px 10px 2px #511903;
	-moz-box-shadow: 0px 0px 10px 2px #511903;
	box-shadow: 0px 0px 10px 2px #511903;
	-webkit-box-shadow: 0px 0px 5px 2px #511903;
	-moz-box-shadow: 0px 0px 10px 2px #511903;
	box-shadow: 0px 0px 10px 2px #511903;
	border: 1px solid #d23611;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	vertical-align: middle
}
a.titelbild b{ font-size:18px; color:#F93; text-shadow: 2px 2px 2 #000;}
.gallery-info b{ font-size:16px; color:#ccbdad; text-shadow: 2px 2px 2 #000;}
.gallery-info h3{ font-size:18px; color:#ccbdad;}
.gallery-info h4{ font-size:18px; color:#ccbdad;}
.gallery-info h5{ font-size:12px; color:#db7100;}
.colorpalette{ float: left; clear:left padding: 0; margin: 0; width: 100.00%; margin-bottom:15px;}
.colorpalette div{ float: left; padding: 0; margin: 0; list-style: none; width: 50px; height: 30px; margin-top:1px; margin-left: 2px; cursor:pointer; cursor:hand;
-webkit-box-shadow: 0px 0px 10px 2px #511903;
	-moz-box-shadow: 0px 0px 10px 2px #511903;
	box-shadow: 0px 0px 10px 2px #511903;
	-webkit-box-shadow: 0px 0px 5px 2px #511903;
	-moz-box-shadow: 0px 0px 10px 2px #511903;
	box-shadow: 0px 0px 10px 2px #511903;
	border: 1px solid #6d1723;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	vertical-align: middle
}
.sub-menu li a{ left:20px;}
/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	margin-top:170px;
	margin-bottom:-120px;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	top:10px;
	margin-bottom:-10px;
	position:relative;	 
}
/*  ------------------------- Menu  */
#header-menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.header-menu-back {
clear: both;
	float: left;
	width: 100%;
	display: block;
	height: 30px;
	position: absolute;
	top: -30px;
	z-index: 99;
	background-color: #7f0909;
	-webkit-box-shadow: 0px 0px 10px 2px #333333;
	-moz-box-shadow: 0px 0px 10px 2px #333333;
	box-shadow: 0px 0px 30px 2px #333333;
	-webkit-box-shadow: 0px 0px 5px 2px #111111;
	-moz-box-shadow: 0px 0px 30px 2px #111111;
	box-shadow: 0px 0px 10px 2px #111111;
}
#MG-headermenu {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	position: relative;
	top: 45px;
}
.headermenu-position {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	height: 65px;
	position: relative;
	top: -10px;	
}
/* ------------------------------- Time  */
#body-header-time {
	clear: both;
	float: left;
	margin-left: 5.50%;
	margin-right: 20.00%;
	width: 100%;
	padding-left: 5.0000%;
	padding-right: 20.0000%;
	display: block;
	margin: 0px auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	letter-spacing: 2px;
	text-shadow: 1px 0px 0px black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	top: -50px;
	z-index: 99;
	left: 0px;
	position: absolute;
}
/* ------------------------------- Logo  */
#header-logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#projectlogo {
	clear: both;
	float: left;
	margin-left: 15.00%;
	margin-right: 40.00%;
	max-width: 200px;
	width: 40%;
	display: block;
	position: absolute;
	z-index: 100;
	margin-top:0px;
	top: 5px;
	left: 0px;
}
.logo-position {
	clear: both;
	float: left;
	margin-left: 0;
	width: 95%;
	left: 120px;
	display: block;
	margin-left: 15.00%;
	margin-right: 40.00%;
	padding-left: 0.00%;
	padding-right: auto;
}
/* ------------------------------- Blog logo */
#project-blog-logo {
	clear: both;
	float: right;
	width: 58%;
	left: 0px;
	display: block;
	margin-top: 0px;
	margin-left: 46.00%;
	margin-right: 15.00%;
	padding-left: auto;
	padding-right: 0%;
	color: #999;
	text-shadow: 10px 1px 1 #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 82px;
	z-index: 99;
	top:20px;
	font-style: normal;
	font-weight: bold;
	position: absolute;
}
#project-blog-logo i{
	clear: both;
	float: left;
	width: 75%;
	left: 0px;
	display: block;
	margin-left: 36.00%;
	margin-right: 5.00%;
	padding-left: auto;
	padding-right: 0%;
	position: absolute;
	top:-25px;
}
.blog2016 {
	clear: both;
	float: left;
	width: 65%;
	left: 145px;
	display: block;
	margin-top: 100px;
	margin-left: 58.00%;
	margin-right: 10.00%;
	color: #999;
	text-shadow: 10px 1px 1 #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 64px;
	font-style: normal;
	font-weight: bold;
	position: absolute;
}
/* ------------------------------- header-show */
#header-show-container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height:165px;
	top:-180px;
	left:0px;
	display: block;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	position:absolute;
}
#header-show-bodyback {
	clear: both;
	float: left;
	margin-left: 0.00%;
	margin-right:0.00%;
	width: 100%;
	height:160px;
	top:430px;
	display: block;
	margin-top:-430px;
	position:relative;
	background:#000;
	padding-left:30px;
	padding-right:30px;
	padding-top:30px;
	padding-bottom:10px;
	border: 5px solid #333333;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	vertical-align: middle; 
	-webkit-box-shadow: 0px 0px 10px 2px #111111;
	-moz-box-shadow: 0px 0px 10px 2px #111111;
	box-shadow: 0px 0px 10px 2px #111111;  	
	border: 1px solid #6d1723;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	vertical-align: middle; 
}
.header-show-logo {
	clear: both;
	float: none;
	margin-left: 0.00%;
	margin-right: 0.00%;
	text-align: center;
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 6;
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	position: relative;
	margin-bottom:-50px;
	padding-bottom:-50px;
	top: 120px;
	text-shadow: 10px 3px 10 #000;
}
.ghafouri-logo {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	width: 100%;
	height: auto;
}
/* ------------------------------- hauptblog-container */
.hauptblog-container {
	clear: both;
	float: none;
	margin-left: 0.00%;
	margin-right: 0.00%;
	text-align: center;
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: -100px;
	background-image: url(MG-Design_css/MG-Art_sw5.png);
	background-repeat: repeat;
	margin-bottom:0px;
	top:-45px;
}
.body-haupt-container {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	background:#000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-bottom:-0px;
	border: 4px solid #6d1723;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	vertical-align: middle; 
}
figcaption {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	margin-bottom:-120px;
}
.blog-container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.content-blog-info h4{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: -20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999;
}
.content-blog-artist-info h4{
	clear: both;
	float: left;
	margin-left: 0;
	margin-right:auto;
	width: 100%;
	display: block;
	margin-top: -20px;
	padding-bottom:100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	letter-spacing: 0.01cm;
}
.text-Layout-info {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.follower-bottum i {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #999;
}
.link-container {
	clear: both;
	float: left;
	margin-left: 1.10%;
	width: 100%;
	height:auto;
	left:80px;
	background:#900;
	display: block;
}
.link-container span{
	float: right;
	padding-left:5px;
	padding-top:5px;
	font-size: 14px;
	margin-right:20px;
	font-style: normal;
}
.time-like-container {
	clear: both;
	float: left;
	margin-left: 5.00%;
	margin-right: 85.00%;
	position: relative;
	width: 10%;
	z-index:1;
	height:65px;
	background:#900;
	display: block;
	top:18px;
	margin-bottom:-45px;
	margin-top:-10px;
	-webkit-box-shadow: 0px 0px 10px 2px #111111;
	-moz-box-shadow: 0px 0px 10px 2px #111111;
	box-shadow: 0px 0px 10px 2px #111111;  	
	border: 1px solid #6d1723;
	border-radius: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	vertical-align: middle; 
}
.time-like-container time {
	position: relative;
	top:10px;
}
.entry-title55 {
	clear: both;
	float: left;
	margin-left: 5.00%;
	margin-right: 5.00%;
	position: relative;
	width: 50%;
	z-index:1;
	height:65px;
	display: block;
}
.header-text-layout {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:auto;
	display: block;
	margin-top:-40px;
}

.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0; text-decoration: none; line-height:1.42857143;float:none!important}
.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}
.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}
.navbar-collapse.pull-right{float:none!important}
/*  =====  *** =====  */
.blog-poast-admin {
	clear: both;
	float: left;
	margin-left: 0;
	width: 30%;
	height:auto;
	display: block;
	position: relative;
	bottom:7.6em;
	left: 1.2em;
	top:-80px;
	left:0px;
}
.blog-poast-admin img {
	border-radius: 30em;
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	-o-border-radius: 30em;
	border: 3px solid #FFF;
}
.blog-poast-admin-art {
	position: absolute;
	bottom:7.6em;
	left: 1.2em;
	top:570px;
	left:30px;
}
.blog-poast-admin-art img {
	border-radius: 30em;
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	-o-border-radius: 30em;
	border: 3px solid #FFF;
}
.blog-poast-info {
	background:#FFA540;
	padding: 0.8em 1em;
	text-align: center;
}
.blog-poast-info ul li {
	display:inline-table;
	margin-right: 1em;
}
.blog-poast-info ul li a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 0.875em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.blog-poast-info ul li a:hover {
	text-decoration:underline;
}
/* ------------------------------- Submit */
i.Submit-button {
	text-align: center;
	bacolor: #CCC;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #000;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	display: inline-block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	outline: none;
	position: relative;
	letter-spacing: 1px;
	margin: -20px;
	top: 0px;
	white-space: nowrap;
	background-color: transparent;
	background-image: url(../../MG-Design_css/blog-css-design/buttonover.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-style: normal;
}  
i.Submit-button:hover{
     background-color: #900;
}
i.Submit-button:active{
     top: 1px;
     left:1px;
}
.color-red{
     background-color: #B00000;
     border: 2px solid #F00;
     olor: #FFF;
     text-shadow: 2px 2px 4px #000;
     font-family: "Palatino Linotype";
}
.color-red:hover{
     background-color:#F30;
}
/* ------------------------------- soc-linke */
.soc-linke {
	clear: both;
	float:right;
	margin-left: 0.00%;
	margin-right: 0.00%;
	padding-top:20px;
	padding-bottom:20px;
	width: 100%;
	position:relative;
	display: block;
	top:0px;
}
.soc-linke-position {
	clear: both;
	float:right;
	margin-left: auto;
	margin-right:0px;
	padding-left:0px;
	width: 90%;
	position:relative;
	display: block;
	top:10px;
	left:0px;
	margin-top:-90px;
}
.soc-linke-position h4{
	clear: both;
	float: right;
	margin-left: auto;
	margin-right: 0px;
	padding-left: 10px;
	width: 90%;
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	color: #999;
}
.abschtand {
	clear: both;
	float: right;
	margin-left: auto;
	margin-right: 0px;
	padding-left: 10px;
	width: 100%;
	height:10px;
	position: relative;
	display: block;
}
.ende-abschtand {
	clear: both;
	float: right;
	margin-left: auto;
	position: relative;
	display: block;
	height:15px;
}
/* ***** */
.link-diashow {
	clear: both;
	height: auto;
	display: block;
	margin-bottom:-50px;
	padding-bottom:-100px;
}
.link-diashow-position {
	clear: both;
	display: block;
	position: relative;
	top:6px;
}
/*---------------------------*/
	/* Search */
/*--------------------------*/
.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; }
 
/*  */
 /*--------------------------*/
	/* search Add SOC */
/*--------------------------*/
.search_positionieren{
	clear: both;
	height: 36px;
	display: block;
	padding: 0px 10px 0px 30px;/*---- recht links Positionieren----*/
	background-image: url(../../assets/search/zoom52-1.jpg);
	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(../../assets/search/zoom52-1.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding-top:5px;
	top:-45px;
	bottom:5px;
	z-index:20;
}
.link-diashow {
	clear: both;
	height: auto;
	display: block;
}
.link-diashow-position {
	clear: both;
	display: block;
	position: relative;
	top:6px;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    margin: 0 0 15px;
    font-size: 13px;
    line-height: 22px;
    font-family: 'Open Sans';
}
/*  --------------------------------- Seiten weckseler */
/* MG Art Pege Seiten 1 2 3 4 ..  */
.padding_right { 
	padding-right: 20px;
}
.pagging { 
	margin: 0 0 40px; 
	padding: 0; 
}

.pagging ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

.pagging ul li { 
	margin: 0; 
	padding: 0; 
	display: inline; 
}
.pagging-position {
	width: 245px;
	height: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 60px;
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.pagging ul li a { 
	float: left; 
	display: block;
	color: #333; 
	text-decoration: none; 
	margin-right: 1px; 
	padding: 5px 13px; 
	background-color: #c53310; 
	border: 1px solid #181818; 
}
.pagging ul li.active { 
	float: left; 
	display: block;
	color: #333; 
	text-decoration: none; 
	margin-right: 1px; 
	padding: 1px 1px; 
	background-color: #999; 
	border: 1px solid #181818; 
}
.pagging ul li a:hover { 
	background: #f66016; 
	border: 1px solid #181818; 
	color: #fff;  
}
/*  --------------------------------- textbeweg */
#kopf-textbeweg {
	clear: both;
	float: left;
	background-color: rgba(0, 0, 0, 0.85);
	height: 17px;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	top: -135px;
	position: relative;
	padding-right: -20px;
}
/*  --------------------------------- footer-container */
#footer-container {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	height:auto;
	margin-bottom:5px;
	background:#42393b;
	margin-top:20px;
	position: relative;
	top:0px;
	
}
.footer-totop {
	clear: both;
	float: right;
	margin-left: auto;
	margin-right:1.00%;
	width: 7%;
	height: 35px;
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	top: 85px;
	opacity: .7;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.footer-totop:hover {
	 opacity: 1;
}
.footer-position {
	clear: both;
	float: left;
	background-color: rgba(0, 0, 0, 0.85);
	width: 100%;
	height: 70px;
	display: block;
	top:20px;
	position: relative;
	padding-right: 0px;
	-webkit-box-shadow: 0px 0px 10px 2px #333333;
	-moz-box-shadow: 0px 0px 10px 2px #333333;
	box-shadow: 0px 0px 30px 2px #333333;
	-webkit-box-shadow: 0px 0px 5px 2px #C00;
	-moz-box-shadow: 0px 0px 30px 2px #c00;
	box-shadow: 0px 0px 10px 2px #c00;
}
.footer-position p{
	clear: both;
	float: none;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	width: 100%;
	top: 25px;
	position: relative;
	padding-right: 0px;
}
/*  --------------------------------- search */
.artprojectsearch {
	float:right;
	width:10%;
	margin-left: 71.0000%;
	margin-right:14.00%;
  	margin-top:0px;
	display: block;
  	color: #FFF;
  	z-index: 100;
	top: -30px;
    position: absolute;
	margin-bottom: 50px;
	padding-bottom:50px;
}
.artprojectsearch i {
	color:#FF0;
}
.search-form-holder h2 {
	clear: both;
	float: none;
	text-align: center;
	color: #FFF;
	width: 100%;
	top: 100px;
	position: relative;
	padding-right: 0px;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 50px;
}
#search-icon {
  font-size: 1.6em;
  margin-right:auto;
  float: right;/*  search zoom position */
  margin-right: 0.0000%;/*  search right abstand position */
}

/*=====================================
  PRELOADER STYLES 
    ===================================*/
   #pre-div {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}
#loader {
    background-image: url(../../MG-Design_css/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}
/*  ***************  */
h4.entry-title {
	clear: both;
	float:right;
	margin:0px auto;
	margin-left:0.00px;
	width: 100%;
	height:auto;
	color:#CCC;
	display: block;
	position: relative;
	margin-right:0.00%;
	padding-left:10px;
	padding-right:10px;
	padding-top:-75px;
	padding-bottom:10px;
	font-size:12px; 
	background-color: rgba(255, 255, 255, 0.00);
	top:-10px;
}
/*  --------------------------------- gallery */
#gallery-container-info {
	clear: both;
	float:right;
	margin:0px auto;
	margin-left:0.00px;
	width: 100%;
	height:auto;
	display: block;
	position: relative;
	margin-right:0.00%;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:-30px;
	margin-bottom:30px;
	background:#FFF;
	background-color: rgba(255, 255, 255, 0.00);
	top:30px;
}
.gallery-info {
	clear: both;
	float:right;
	margin:0px auto;
	margin-left:0.00px;
	width: 100%;
	height:auto;
	display: block;
	position: relative;
	margin-bottom:0px;
	top:-100px;
}
.gallery-comment {
	clear: both;
	float:right;
	margin:0px auto;
	margin-left:0.00px;
	margin-right:0.00px;
	padding-left:0.00px;
	padding-right:0.00px;
	width: 95%;
	height:auto;
	display: block;
	position: absolute;
	margin-bottom:0px;
	top:-100px;
}
.gallery-comment i{
	clear: both;
	float:right;
	margin:0px auto;
	margin-left:0.00px;
	margin-right:0.00px;
	padding-left:0.00px;
	padding-right:0.00px;
	width: 49%;
	height:auto;
	display: block;
	position: relative;
	margin-bottom:0px;
	left:0px;
	top:-20px;
	font-size: 12px;
}

#gallery-container-info h3 {
	clear: both;
	float: left;
	margin: 0px auto;
	margin-left: 0.00px;
	margin-right: auto;
	width: 75%;
	left: 0px;
	height: auto;
	display: block;
	margin-bottom: -40px;
	position: relative;
	top: -120px;
	left:-30px;
	font-size: 14px;
	font-style: normal;
}
.gallery-info p{ font-size:16px; color:#db7100; max-width:420;}
.gallery-info i:hover{ float:left; position:relative; clear: both; display: block; font-style: normal; font-size:14px; color:#996; background-color: rgba(102, 33, 5, 0.35); margin-top:5px; padding-bottom:5px; padding-left:15px; padding-right:10px; width:100%; height:auto; max-width:420; margin-bottom:30px;
-webkit-box-shadow: 0px 0px 10px 2px #511903;
	-moz-box-shadow: 0px 0px 10px 2px #511903;
	box-shadow: 0px 0px 10px 2px #511903;
	-webkit-box-shadow: 0px 0px 5px 2px #511903;
	-moz-box-shadow: 0px 0px 10px 2px #511903;
	box-shadow: 0px 0px 10px 2px #511903;
	border: 1px solid #6d1723;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	vertical-align: middle
}
.gallery-info i { float:left; position:relative; clear: both; display: block; font-style: normal; font-size:14px; color:#996; background-color: rgba(102, 33, 5, 1.50); margin-top:5px; padding-bottom:5px; padding-left:15px; padding-right:10px; width:100%; height:auto; max-width:420; margin-bottom:30px;
-webkit-box-shadow: 0px 0px 10px 2px #511903;
	-moz-box-shadow: 0px 0px 10px 2px #511903;
	box-shadow: 0px 0px 10px 2px #511903;
	-webkit-box-shadow: 0px 0px 5px 2px #511903;
	-moz-box-shadow: 0px 0px 10px 2px #511903;
	box-shadow: 0px 0px 10px 2px #511903;
	border: 1px solid #d23611;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	vertical-align: middle
}
a.titelbild b{ font-size:18px; color:#F93; text-shadow: 2px 2px 2 #000;}
.gallery-info b{ font-size:16px; color:#ccbdad; text-shadow: 2px 2px 2 #000;}
.gallery-info h3{ font-size:18px; color:#ccbdad;}
.gallery-info h4{ font-size:18px; color:#ccbdad;}
.gallery-info h5{ font-size:12px; color:#db7100;}
.colorpalette{ float: left; clear:left padding: 0; margin: 0; width: 100.00%; margin-bottom:15px;}
.colorpalette div{ float: left; padding: 0; margin: 0; list-style: none; width: 50px; height: 30px; margin-top:1px; margin-left: 2px; cursor:pointer; cursor:hand;
-webkit-box-shadow: 0px 0px 10px 2px #511903;
	-moz-box-shadow: 0px 0px 10px 2px #511903;
	box-shadow: 0px 0px 10px 2px #511903;
	-webkit-box-shadow: 0px 0px 5px 2px #511903;
	-moz-box-shadow: 0px 0px 10px 2px #511903;
	box-shadow: 0px 0px 10px 2px #511903;
	border: 1px solid #6d1723;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	vertical-align: middle
}
.sub-menu li a{ left:20px;}
}

/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	margin-top:130px;
	margin-bottom:10px;
	background:#ad2c0e;
	border: 2px solid #333333;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	vertical-align: middle; 
	-webkit-box-shadow: 0px 0px 10px 2px #111111;
	-moz-box-shadow: 0px 0px 10px 2px #111111;
	box-shadow: 0px 0px 10px 2px #111111;  
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	top:15px;
	display: block;
	margin-bottom:-10px;
	background:#42393b;
	position:relative;
	background-image: url(../../MG-Design_css/MG-bodyback.jpg);
	background-repeat: repeat;
	-webkit-box-shadow: 0px 0px 10px 2px #333333;
	-moz-box-shadow: 0px 0px 10px 2px #333333;
	box-shadow: 0px 0px 30px 2px #333333;
	-webkit-box-shadow: 0px 0px 5px 2px #111111;
	-moz-box-shadow: 0px 0px 30px 2px #111111;
	box-shadow: 0px 0px 10px 2px #111111;
	border: 2px solid #6d1723;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	vertical-align: middle; 
}
.header-menu-back {
clear: both;
	float: left;
	width: 100%;
	display: block;
	height: 30px;
	position: absolute;
	top: -25px;
	z-index: 99;
	background-color: #7f0909;
	-webkit-box-shadow: 0px 0px 10px 2px #333333;
	-moz-box-shadow: 0px 0px 10px 2px #333333;
	box-shadow: 0px 0px 30px 2px #333333;
	-webkit-box-shadow: 0px 0px 5px 2px #111111;
	-moz-box-shadow: 0px 0px 30px 2px #111111;
	box-shadow: 0px 0px 10px 2px #111111;
}
#MG-headermenu {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	position: relative;
	top: 45px;
}
.headermenu-position {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	height: 65px;
	position: relative;
	top: -10px;
	
}
#header-menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/* ------------------------------- Time  */
#body-header-time {
	clear: both;
	float: left;
	margin-left: 15.50%;
	margin-right: 20.00%;
	width: 65%;
	padding-left: 11.5000%;
	padding-right: 20.0000%;
	display: block;
	margin: 0px auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	letter-spacing: 2px;
	text-shadow: 1px 0px 0px black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	top: -45px;
	z-index: 99;
	left: 20px;
	position: absolute;
}
/* ------------------------------- Logo  */
#header-logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#projectlogo {
	clear: both;
	float: left;
	margin-left: 20.00%;
	margin-right: 40.00%;
	max-width: 240px;
	width: 40%;
	display: block;
	position: absolute;
	z-index: 100;
	margin-top:0px;
	top: 5px;
	left: 0px;
}
.logo-position {
	clear: both;
	float: left;
	margin-left: 0;
	width: 95%;
	left: 120px;
	display: block;
	margin-left: 15.00%;
	margin-right: 40.00%;
	padding-left: 0.00%;
	padding-right: auto;
}
/* ------------------------------- Blog logo */
#project-blog-logo {
	clear: both;
	float: right;
	width: 552px;
	left: 0px;
	display: block;
	margin-top: 0px;
	margin-left: 56.00%;
	margin-right: 15.00%;
	padding-left: auto;
	padding-right: 0%;
	color: #999;
	text-shadow: 10px 1px 1 #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 82px;
	z-index: 99;
	top:10px;
	font-style: normal;
	font-weight: bold;
	position: absolute;
}
#project-blog-logo i{
	clear: both;
	float: right;
	width: 55%;
	left: 30px;
	display: block;
	margin-left: 40.70%;
	margin-right: 20.00%;
	padding-left: auto;
	padding-right: 0%;
	position: absolute;
	top:-15px;
}
.blog2016 {
	clear: both;
	float: left;
	width: 65%;
	left: 145px;
	display: block;
	margin-top: 100px;
	margin-left: 58.00%;
	margin-right: 10.00%;
	color: #999;
	text-shadow: 10px 1px 1 #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 64px;
	font-style: normal;
	font-weight: bold;
	position: absolute;
}
/* ------------------------------- header-show */
#header-show-container {
	clear: both;
	float: left;
	margin-left: 0.00%;
	margin-right:0.00%;
	width: 103%;
	height:auto;
	top:-215px;
	left:-18px;
	display: block;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:40px;
	position:absolute;
}
#header-show-bodyback {
	clear: both;
	float: left;
	margin-left: 0.00%;
	margin-right:0.00%;
	width: 100%;
	height:250px;
	top:340px;
	display: block;
	margin-top:-400px;
	position: absolute;
	background:#000;
	padding-left:30px;
	padding-right:30px;
	padding-top:30px;
	padding-bottom:30px;
	border: 5px solid #333333;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	vertical-align: middle; 
	-webkit-box-shadow: 0px 0px 10px 2px #111111;
	-moz-box-shadow: 0px 0px 10px 2px #111111;
	box-shadow: 0px 0px 10px 2px #111111;  	
	border: 1px solid #6d1723;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 10px;
	vertical-align: middle; 
}
.header-show-logo {
	clear: both;
	float: none;
	margin-left: 0.00%;
	margin-right: 0.00%;
	text-align: center;
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 6;
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	position: relative;
	margin-bottom:-45px;
	padding-bottom:-45px;
	top: 115px;
	text-shadow: 10px 3px 10 #000;
}
.ghafouri-logo {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	width: 100%;
	height: auto;
}
/* ------------------------------- hauptblog-container */
.hauptblog-container {
	clear: both;
	float: none;
	margin-left: 20.00%;
	margin-right: 0.00%;
	text-align: center;
	position: relative;
	width: 62%;
	height: auto;
	display: block;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
	background-image: url(MG-Design_css/MG-Art_sw5.png);
	background-repeat: repeat;
	margin-bottom:0px;
	top:-35px;
}
.body-haupt-container {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	background:#000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 0px;
	margin-bottom:-0px;
	border: 4px solid #6d1723;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	vertical-align: middle; 
}
figcaption {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	margin-bottom:-30px;
}
.blog-container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.content-blog-info h4{
	clear: both;
	float: left;
	margin-left: 0;
	margin-right:auto;
	width: 100%;
	display: block;
	margin-top: -20px;
	padding-bottom:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #999;
}
.content-blog-artist-info h4{
	clear: both;
	float: left;
	margin-left: 0;
	margin-right:auto;
	width: 100%;
	display: block;
	margin-top: -20px;
	padding-bottom:20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	letter-spacing: 0.01cm;
}
.text-Layout-info {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.follower-bottum i {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #999;
}
.link-container {
	clear: both;
	float: left;
	margin-left: 1.3%;
	width: 100%;
	height: auto;
	background: #900;
	display: block;
}
.link-container span{
	margin-top: -2px;
	font-size: 14px;
}
.link-container img{
	clear: both;
	float: center;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-left: 0.0%;
	width: 100%;
	height:auto;
	display: block; 
}
.time-like-container {
	clear: both;
	float: left;
	margin-left: 5.00%;
	margin-right: 85.00%;
	position: relative;
	width: 7%;
	z-index:1;
	height:65px;
	background:#900;
	display: block;
	top:18px;
	margin-bottom:-45px;
	margin-top:-10px;
	-webkit-box-shadow: 0px 0px 10px 2px #111111;
	-moz-box-shadow: 0px 0px 10px 2px #111111;
	box-shadow: 0px 0px 10px 2px #111111;  	
	border: 1px solid #6d1723;
	border-radius: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	vertical-align: middle;
	font-size: 16px; 
}
.time-like-container time {
	position: relative;
	top:10px;
}
.entry-title55 {
	clear: both;
	float: left;
	margin-left: 5.00%;
	margin-right: 5.00%;
	position: relative;
	width: 50%;
	z-index:1;
	height:65px;
	display: block;
}
.header-text-layout {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:auto;
	display: block;
	margin-top:-40px;
}

.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0; text-decoration: none; line-height:1.42857143;float:none!important}
.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}
.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}
.navbar-collapse.pull-right{float:none!important}
/*  =====  *** =====  */
.blog-poast-admin {
	position: absolute;
	bottom:7.6em;
	left: 1.2em;
	top:680px;
	left:0px;
}
.blog-poast-admin img {
	border-radius: 30em;
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	-o-border-radius: 30em;
	border: 3px solid #FFF;
}
.blog-poast-admin-art {
	position: absolute;
	bottom:7.6em;
	left: 1.2em;
	top:850px;
	left:30px;
}
.blog-poast-admin-art img {
	border-radius: 30em;
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	-o-border-radius: 30em;
	border: 3px solid #FFF;
}
.blog-poast-info {
	background:#FFA540;
	padding: 0.8em 1em;
	text-align: center;
}
.blog-poast-info ul li {
	display:inline-table;
	margin-right: 1em;
}
.blog-poast-info ul li a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 0.875em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.blog-poast-info ul li a:hover {
	text-decoration:underline;
}
/* ------------------------------- Submit */
i.Submit-button {
	text-align: center;
	bacolor: #CCC;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #000;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	display: inline-block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	outline: none;
	position: relative;
	letter-spacing: 1px;
	margin: -20px;
	top: 0px;
	white-space: nowrap;
	background-color: transparent;
	background-image: url(../../MG-Design_css/blog-css-design/buttonover.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-style: normal;
}  
i.Submit-button:hover{
     background-color: #900;
}
i.Submit-button:active{
     top: 1px;
     left:1px;
}
.color-red{
     background-color: #B00000;
     border: 2px solid #F00;
     olor: #FFF;
     text-shadow: 2px 2px 4px #000;
     font-family: "Palatino Linotype";
}
.color-red:hover{
     background-color:#F30;
}
/* ------------------------------- soc-linke */
.soc-linke {
	clear: both;
	float:right;
	margin-left: 10.00%;
	margin-right: 10.00%;
	padding-top:20px;
	padding-bottom:20px;
	width: 100%;
	position:relative;
	display: block;
	top:0px;
}
.soc-linke-position {
	clear: both;
	float:right;
	margin-left: auto;
	margin-right:0px;
	padding-left:0px;
	width: 62%;
	position:relative;
	display: block;
	top:10px;
	left:-20px;
	margin-top:-90px;
}
.soc-linke-position h4{
	clear: both;
	float: right;
	margin-left: auto;
	margin-right: 0px;
	padding-left: 0px;
	width: 62%;
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	color: #999;
}
.abschtand {
	clear: both;
	float: right;
	margin-left: auto;
	margin-right: 0px;
	padding-left: 10px;
	width: 100%;
	height:10px;
	position: relative;
	display: block;
}
.ende-abschtand {
	clear: both;
	float: right;
	margin-left: auto;
	position: relative;
	display: block;
	height:15px;
}
/* ***** */
.link-diashow {
	clear: both;
	height: auto;
	display: block;
	margin-bottom:-50px;
	padding-bottom:-100px;
}
.link-diashow-position {
	clear: both;
	display: block;
	position: relative;
	top:6px;
}
/*---------------------------*/
	/* Search */
/*--------------------------*/
.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; }
 
/*  */
 /*--------------------------*/
	/* search Add SOC */
/*--------------------------*/
.search_positionieren{
	clear: both;
	height: 36px;
	display: block;
	padding: 0px 10px 0px 30px;/*---- recht links Positionieren----*/
	background-image: url(../../assets/search/zoom52-1.jpg);
	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(../../assets/search/zoom52-1.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding-top:5px;
	top:-45px;
	bottom:5px;
	z-index:20;
}
.link-diashow {
	clear: both;
	height: auto;
	display: block;
}
.link-diashow-position {
	clear: both;
	display: block;
	position: relative;
	top:6px;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    margin: 0 0 15px;
    font-size: 13px;
    line-height: 22px;
    font-family: 'Open Sans';
}
/*  --------------------------------- Seiten weckseler */
/* MG Art Pege Seiten 1 2 3 4 ..  */
.padding_right { 
	padding-right: 20px;
}
.pagging { 
	margin: 0 0 40px; 
	padding: 0; 
}

.pagging ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

.pagging ul li { 
	margin: 0; 
	padding: 0; 
	display: inline; 
}
.pagging-position {
	width: 245px;
	height: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 60px;
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.pagging ul li a { 
	float: left; 
	display: block;
	color: #333; 
	text-decoration: none; 
	margin-right: 1px; 
	padding: 5px 13px; 
	background-color: #c53310; 
	border: 1px solid #181818; 
}
.pagging ul li.active { 
	float: left; 
	display: block;
	color: #333; 
	text-decoration: none; 
	margin-right: 1px; 
	padding: 1px 1px; 
	background-color: #999; 
	border: 1px solid #181818; 
}
.pagging ul li a:hover { 
	background: #f66016; 
	border: 1px solid #181818; 
	color: #fff;  
}
/*  --------------------------------- textbeweg */
#kopf-textbeweg {
	clear: both;
	float: left;
	background-color: rgba(0, 0, 0, 0.85);
	height: 17px;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	top: -124px;
	position: relative;
	padding-right: -20px;
}
/*  --------------------------------- footer-container */
#footer-container {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	height:auto;
	margin-bottom:5px;
	background:#42393b;
	margin-top:20px;
	position: relative;
	top:0px;
}
.footer-totop {
	clear: both;
	float: right;
	margin-left: auto;
	margin-right:1.00%;
	width: 5%;
	height: 35px;
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	top: 90px;
	opacity: .7;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.footer-totop:hover {
	 opacity: 1;
}
.footer-position {
	clear: both;
	float: left;
	background-color: rgba(0, 0, 0, 0.85);
	width: 100%;
	height: 70px;
	display: block;
	top:20px;
	position: relative;
	padding-right: 0px;
	-webkit-box-shadow: 0px 0px 10px 2px #333333;
	-moz-box-shadow: 0px 0px 10px 2px #333333;
	box-shadow: 0px 0px 30px 2px #333333;
	-webkit-box-shadow: 0px 0px 5px 2px #C00;
	-moz-box-shadow: 0px 0px 30px 2px #c00;
	box-shadow: 0px 0px 10px 2px #c00;
}
.footer-position p{
	clear: both;
	float: none;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	width: 100%;
	top: 25px;
	position: relative;
	padding-right: 0px;
}
/*  --------------------------------- search */
.artprojectsearch {
	float:right;
	width:10%;
	margin-left: 73.0000%;
	margin-right:12.00%;
  	margin-top:0px;
	display: block;
  	color: #FFF;
  	z-index: 100;
	top: -25px;
    position: absolute;
	margin-bottom: 50px;
	padding-bottom:50px;
}
.artprojectsearch i {
	color:#FF0;
}
.search-form-holder h2 {
	clear: both;
	float: none;
	text-align: center;
	color: #FFF;
	width: 100%;
	top: 100px;
	position: relative;
	padding-right: 0px;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 50px;
}
#search-icon {
  font-size: 1.6em;
  margin-right:auto;
  float: right;/*  search zoom position */
  margin-right: 0.0000%;/*  search right abstand position */
}

/*=====================================
  PRELOADER STYLES 
    ===================================*/
   #pre-div {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}
#loader {
    background-image: url(../../MG-Design_css/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}
/*  ***************  */
h4.entry-title {
	clear: both;
	float:right;
	margin:0px auto;
	margin-left:0.00px;
	width: 100%;
	height:auto;
	color:#CCC;
	display: block;
	position: relative;
	margin-right:0.00%;
	padding-left:10px;
	padding-right:10px;
	padding-top:-75px;
	padding-bottom:10px;
	font-size:12px; 
	background-color: rgba(255, 255, 255, 0.00);
	top:-10px;
}
/*  --------------------------------- gallery */
#gallery-container-info {
	clear: both;
	float:right;
	margin:0px auto;
	margin-left:0.00px;
	width: 100%;
	height:auto;
	display: block;
	position: relative;
	margin-right:0.00%;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:-30px;
	margin-bottom:30px;
	background:#FFF;
	background-color: rgba(255, 255, 255, 0.00);
	top:30px;
}
.gallery-info {
	clear: both;
	float: right;
	margin: 0px auto;
	margin-left: 0.00px;
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin-bottom: 0px;
	top: -20px;
	font-style: normal;
}
.gallery-comment {
	clear: both;
	float:right;
	margin:0px auto;
	margin-left:0.00px;
	margin-right:6.00px;
	padding-left:0.00px;
	padding-right:6.00px;
	width: 100%;
	height:auto;
	display: block;
	position: absolute;
	margin-bottom:10px;
	top:-60px;
}
.gallery-comment i{
	clear: both;
	float:right;
	margin:0px auto;
	margin-left:0.00px;
	margin-right:6.00px;
	padding-left:0.00px;
	padding-right:6.00px;
	width: 50%;
	height:auto;
	display: block;
	position: relative;
	margin-bottom:0px;
	top:0px; 
}

#gallery-container-info h3 {
	clear: both;
	float: left;
	margin: 0px auto;
	margin-left: -2.00px;
	margin-right: auto;
	width: 35%;
	left: -30px;
	height: auto;
	display: block;
	margin-bottom: -40px;
	position: relative;
	top: -45px;
	font-size: 16px;
}
.gallery-info p{ font-size:16px; color:#db7100; max-width:420;}
.gallery-info i:hover{ float:left; position:relative; clear: both; display: block; font-style: normal; font-size:14px; color:#996; background-color: rgba(102, 33, 5, 0.35); margin-top:5px; padding-bottom:5px; padding-left:15px; padding-right:10px; width:100%; height:auto; max-width:420; margin-bottom:30px;
-webkit-box-shadow: 0px 0px 10px 2px #511903;
	-moz-box-shadow: 0px 0px 10px 2px #511903;
	box-shadow: 0px 0px 10px 2px #511903;
	-webkit-box-shadow: 0px 0px 5px 2px #511903;
	-moz-box-shadow: 0px 0px 10px 2px #511903;
	box-shadow: 0px 0px 10px 2px #511903;
	border: 1px solid #6d1723;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	vertical-align: middle
}
.gallery-info i { float:left; position:relative; clear: both; display: block; font-style: normal; font-size:14px; color:#996; background-color: rgba(102, 33, 5, 1.50); margin-top:5px; padding-bottom:5px; padding-left:15px; padding-right:10px; width:100%; height:auto; max-width:420; margin-bottom:30px;
-webkit-box-shadow: 0px 0px 10px 2px #511903;
	-moz-box-shadow: 0px 0px 10px 2px #511903;
	box-shadow: 0px 0px 10px 2px #511903;
	-webkit-box-shadow: 0px 0px 5px 2px #511903;
	-moz-box-shadow: 0px 0px 10px 2px #511903;
	box-shadow: 0px 0px 10px 2px #511903;
	border: 1px solid #d23611;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	vertical-align: middle
}
a.titelbild b{ font-size:18px; color:#F93; text-shadow: 2px 2px 2 #000;}
.gallery-info b{ font-size:16px; color:#ccbdad; text-shadow: 2px 2px 2 #000;}
.gallery-info h3{ font-size:18px; color:#ccbdad;}
.gallery-info h4{ font-size:18px; color:#ccbdad;}
.gallery-info h5{ font-size:12px; color:#db7100;}
.colorpalette{ float: left; clear:left padding: 0; margin: 0; width: 100.00%; margin-bottom:15px;}
.colorpalette div{ float: left; padding: 0; margin: 0; list-style: none; width: 50px; height: 30px; margin-top:1px; margin-left: 2px; cursor:pointer; cursor:hand;
-webkit-box-shadow: 0px 0px 10px 2px #511903;
	-moz-box-shadow: 0px 0px 10px 2px #511903;
	box-shadow: 0px 0px 10px 2px #511903;
	-webkit-box-shadow: 0px 0px 5px 2px #511903;
	-moz-box-shadow: 0px 0px 10px 2px #511903;
	box-shadow: 0px 0px 10px 2px #511903;
	border: 1px solid #6d1723;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	vertical-align: middle
}
.sub-menu li a{ left:20px;}
}