@CHARSET "ISO-8859-1";

html,body {
	background-image: url(../img/hintergrund1.jpg);
}

.inner_container {
	background-color: white;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	margin-top: 60px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
}
@media ( max-width : 930px) {
.inner_container{
	margin-top: 16px;
}
}
#navigation {
	/*margin-top: 60px;*/
    margin-top: 120px;
	background-color: #fff;
	background-opacity: 0.3;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}

nav.tab-bar {
	background-color: #47535e;
	color: #333;
}

.gal a:hover{
	text-decoration: none;
}
.gal img{
	margin: 3px;
}

#content {
	margin-bottom: 15px;
}

.nomargin {
	
}

.bannerRow{
	border-top: 10px solid #47535e !important;
}

.banner_pic {
	width: 100%;
	height: auto;
	border-top: 10px solid #47535e !important;
	border-bottom: 10px solid #47535e !important;
}

[data-clearing] li {
	margin-right: 0;
}

div.dreieck {
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 25px solid #47535e;
	margin-left: auto;
	margin-right: auto;
}

.pictureLink img {
	width: 100%;
}

#footer {
	
	margin-top: 100px;
	padding: 20px;
	background-color: #47535e;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	margin-bottom: 15px;
}

#logo {

	width: 100%;
	height: auto;
	/*margin-top: -50px;*/
    margin-top: -22%;
	max-width: 480px;
}

.logo_small {
	text-align: center;
}

#logo_small {
	height: auto;
	max-width: 648px;
	margin-left: auto;
	margin-right: auto;
}

#logo_small2 {
	height: 45px;
	max-width: 100%;
	max-width: 648px;
	margin-left: auto;
	margin-right: auto;
}

#logo_small3 {
	width: 100%;
	height: auto;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
}

.imgRes {
	width: 100%;
	height: auto;
}

nav a {
	font-size: 16px;
	color: #013c4d;

}

.pictureLink {
	background: #eee;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.pictureLink:hover {
	/*background: #47535e; */
	padding-bottom: 15px;
	margin-bottom: 7px;
	border-bottom: 3px solid #47535e;
}

.pictureLinkText {
	padding-top: 5px;
}

.linkIndex {
	padding-top: 10px;
	padding-bottom: 10px;
}

.linkIndex a {
	color: #777;
}



.linkIndex a:hover {
	color: #333;
	text-decoration: none;
}

.linkIndex:hover {
	background-color: #eee;
}

nav .navitem {
	font-size: 16px;
	display: inline-block;
	color: #758a9c;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 33px 10px;
	text-transform: uppercase;
}

nav .navitem:hover {
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	background-color: #eee;
	color: #47535e;
	text-decoration: inherit;
}

nav .active {
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	background-color: #eee;
	color: #47535e;
}

#content {
	padding-right: 15px;
	padding-left: 15px;
}

.doubleHR {
	border-top: double #333;
}

#footer {
	color: #bbb;
}

#footer a {
	color: #bbb;
}

#footer a:hover {
	color: #888;
}

@media ( min-width : 768px) {
	.navbar-nav>li {
		padding: 25px 0;
	}
}

.navbar {
	margin-bottom: 0px;
}

.navbar-toggle{
	margin-top: 22px;
}

.navbar-default {
	background-color: #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: #eee;
}

.navbar-brand {
    padding: 15px 15px 0;
}




