/**
* Gally Websolutions GmbH 2014
* www.gally-websolutions.com
**/
@media only screen and (min-width: 1024px)  {
	#menu a{
		/*padding:0 0 0 20px;*/
	}
	
	
}

@media only screen and (max-width: 1055px)  {
	#logo img {
		max-width:100%;
	}
	#bildrechts {
    padding-left: 20px;
	}
	#content {
		padding-left:20px;
		padding-right:20px;
		box-sizing:border-box;
		width:100%;
	}
	.centercontainer {
		box-sizing:border-box;
		width:100%;
	}
	.centercontainer {
		padding:0 10px 0 10px;
		box-sizing:border-box;
		width:100%;
	}
	.textbox {
		display:none;
	}
	.iconbox {
		width: 50%;
	}
	#footer .box {
		width:100%;
	}
	
	#logo {
		margin-top:10px;
		margin-bottom: 30px;
		width: 100%;
		text-align: center;

	}

	#navi {
		float: left;
    margin-bottom: 1px;
    width: 100%;
	}
	#gallygallery_wrapper {

	}
	#gallygallery_background {
			/*margin-top:45px;*/
	}
	#header {
		width:100%;
		box-sizing:border-box;
	}
	
	#filler {
		
	}
	#footer .box .left {
		width: 50%;
	}
	#footer .box .right {
		width: 50%;
	}
	#content img{
		max-width:100% !important;
		height:auto; 
	}
	
	table, tbody, tr, td {
		max-width:100%;
	}
	iframe, object, embed {
		width:100%!important;
		height:450;
	}

	.embed-responsive, .embed-responsive-1500by500 {
		display: none !important;
	}
	
	#iconswrapper
	{
		display: none;
	}
	

}


@media only screen and (max-width: 1020px)  {
	#gallygallery_header .gallygallery .container .footer .description,
#gallygallery_header .gallygallery .container .swosh,
#gallygallery_header .gallygallery .container .footer .title,
#gallygallery_header .gallygallery .container .cosmetic{
	display:none!important;

}

#gallygallery_header .gallygallery .container .logo {
	top:128px!important;
}

#gallygallery_header .gallygallery .container .logo {
	right:150px;
}


	

}

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

	#content {
		
	}
	
	#footer .box .left {
		width: 100%;
	}
	#footer .box .right {
		width: 100%;
	}
	.iconbox {
		width: 100%;
	}
	#mobilebild-wrapper{
		display:block;
	}
	#mobile-bild img {
	}
	#header-contenter {
		position:relative;
		top:auto;
		border-bottom:2px solid #383a40;
	}
	#navi {
		margin-top:0;
	}
	
	
#navi {
    float: left;
    margin-bottom: 1px;
    width: 100%;
}
	
	table img {
		width:80px;
	}

}

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

}


/* CSS Konzept für responsive Bildergalerie. Verhältnis bleibt gleich. */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  clear: both;
  
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
/* Bildverhältnis beibehalten */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed-responsive-590by265 {
  padding-bottom: 44.915%;
}
.embed-responsive-1500by435 {
  padding-bottom: 29%;
}
.embed-responsive-1500by500 {
  /*padding-bottom: 33%;*/
  width: 525px;
  height: 168px;
  position: absolute;
  margin-left: 375px;
  margin-top: -168px;
}
.embed-responsive-1500by750 {
  padding-bottom: 50%;
}
.embed-responsive-1500by835 {
  padding-bottom: 55%;
}
.embed-responsive-1500by1000 {
  padding-bottom: 66%;
}







