/*Styles Mobile*/

.carousel-caption {
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.8);
	color: rgb(90,90,90);
	text-shadow: none;
	padding: 10px 10px 20px 10px;
}

.carousel-indicators li {
    border-color: rgb(90,90,90);
}


@media (min-width: 767px) and (max-width: 992px) { 

	input#query {
		width: 120px;
	}
}


/* Desktop */

@media (max-width: 767px) {

	.navbar {
		border: 0;
	}

	.navbar-form {
		position: relative;
	}

	.navbar-form:before,
	.navbar-form:after {
	    content: " "; /* 1 */
	    display: table; /* 2 */
	}

	.navbar-form:after {
	    clear: both;
	}

	.navbar-form {
	    *zoom: 1;
	}

	.navbar-form button {
		position: absolute;
		right: 10px;
		top: 10px;
	}

	.navbar-toggle {
		margin-top: 16px;
		margin-bottom: 16px;
	}

	.navbar-form .form-group {
		padding-right: 80px;
		width: 100%;
		float: left;
	}

	.fakeheader {
		height: 70px;
	}

	#logo img {
		width: 200px;
		height: auto;
	}

	.branding > .pull-left {
		display: none;
	}

	#logo {
		text-align: right;
	}

	#logo a {
		display: inline-block;
	}

	.branding {
		z-index: 6000;
		position: absolute;
		right: 15px;
		top: 0px;
	}
	.branding > .pull-right {
		width: auto;
	}
	.navbar-wrapper {
		background: transparent;
		position: absolute;
	}
	.navbar-header {
		background-color: rgb(255,255,255);
		border: 0;
	}
	.navbar-toggle {
		background-color: rgb(34,34,34);
		float: left;
		margin-left: 15px;
	}

	.carousel .item  {
		background-color: rgb(240,240,240);
	}

	.carousel .item .container {
		padding-bottom: 20px;
	}

	.carousel .item .container .carousel-caption {
		display: block;
		position: static;
		background: transparent;
	}
	.carousel-indicators {
		bottom: 5px;
	}

}


/*Styles Tablet and Mobile */

@media (min-width: 768px) {

	.claim {
		font-size: 2em;
		line-height: 1.1;
		padding-top: 10px;
	}

	#logo img {
		width: 300px;
		height: auto;
	}

	#logo {
		text-align: right;
	}

	#logo a {
		display: inline-block;
	}

	.branding > .pull-left {
		display: block;
	}

	.branding > .pull-left,
	.branding > .pull-right {
		width: 50%;
	}
	
	img.float_left { float: left; margin-right: 1em; margin-bottom: 0.15em; border:1px #ddd solid; }
	img.float_right { float: right; margin-left: 1em; margin-bottom: 0.15em; border:1px #ddd solid; }
	img.center { text-align:center; background: #fff; padding: 4px; border:1px #ddd solid; }
	img.framed {padding:3px; border: 1px #ddd solid; background: #f4f4f4 }
	img.bildergalerie { margin-right: 1em; margin-bottom: 0.15em; border:1px #ddd solid; }
}





