/* Desktop */
@media screen and (max-width: 1280px){

.content{
	width: 67%;
}

#container {
	width: 100%;
	margin-bottom: 10px;
	background-color: #f0f3f5;
}

.home{
	height: 100%;
	width: 100%;
	padding: 5%;
	
}

/*-----Slideshow ----- */

#wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#wrap img { 
	display:none; 
}

#wrap .is-showing { 
	display: inline; 
}

img {
	max-width: 100%;
	height: auto;
	
}

#left {
	width: 15%;
}

.suche {
	width: 100%;
}

.such-button{
	float: left;
	width: 100%;
	padding-right: 5%;
}

#search_breite{
	padding-right: 7px;
}

#right {
	width: 14%;
}

#h1_right{
	border-bottom: 1px solid #b0ecff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}

.border {
	border:1px solid #d8d8d8;
	border-radius: 4px;	
	width:97%;
	margin-right: 3%;
}

#border1 {
	border:1px solid #d8d8d8;
	border-radius: 4px;	
	width:97%;
	margin-right: 3%;
}

.border2 {
	
	border:1px solid #d8d8d8;
	border-radius: 4px;	
	width:97%;
	margin-right: 3%;
}


#footer {
	bottom: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#back-top{
	margin-left: 92%;
}


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

.content {
	box-shadow: none;
	width: 100%;
	height: 100%;
	margin: 0;
}

.boxshadow .content{
	box-shadow: none;
}


.home{
	height: 700px;
	width: 100%;
	padding: 1%;
	
}

.logo {
	width: 75px;
}

.suche {
	width: 100%;
}

.such-button{
	float: left;
	width: 100%;
	padding-right: 5%;
}

#search_breite{
	padding-right: 10px;
}

#right {
	float: right;
	display: block;
	position: relative;
	width: 49%;
	background: #f0f3f5;
}


#left {
	float: left;
	display: block;
	position: relative;
	width: 49%;
	background: #f0f3f5;
}

#clip{ 
	width:98%;
	height:160px;
}

.login{
	text-align: center;
	width: 94%;
	margin: 0 3%;
}

.divlog table{
	width: 98%;
}

.divlog{
	text-align: center;
}

.anmelden{
	width: 50%;
	margin: 0 24% 0 26%;
	
}

#back-top { 
	visibility: hidden;
}


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


.home{
	height: 700px;
	width: 100%;
	padding: 1%;
}



.border {
	border:1px solid #d8d8d8;
	border-radius: 4px;	
	width: 100%;
}

.border {
	width: 96%;	
	margin-top: 10px;
	margin-right: 2%;
	margin-left: 2%;
	clear: both;
}

#border1 {
	margin-top: 20px;
	width:96%;
	margin-right: 2%;
	margin-left: 2%;
}

.border2 {
	margin-top: 20px;
	width:96%;
	height: 400px;
	margin-right: 2%;
	margin-left: 2%;
}



.suche {
	width: 100%;
}

.such-button{
	float: left;
	width: 100%;
	padding-right: 5%;
}

#search_breite{
	padding-right: 10px;
}

#right {
	display: block;
	position: relative;
	width: 100%;
	background: #f0f3f5;
}


#left {
	display: block;
	position: relative;
	width: 99%;
	background: #f0f3f5;

}

.divlog{
	width: 98%;

}

#clip{ 
	width:98%;
	height:360px;
}

.login{
	text-align: center;
	width: 94%;
	margin: 0 3%;
}

.divlog table{
	width: 98%;
}

.divlog{
	text-align: center;
}



.anmelden{
	width: 65%;
	margin: 0 12%;
}

	
}