article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a:hover,
a:active {
	outline: 0;
}


body {
	background-color:#FFFFFF;
  	padding-top: 140px;
	padding-bottom: 40px;
	

			
}

#content_center {
	background: none;
	background: rgba(255,255,255,0.8);
	
	padding: 20px;

	
	-webkit-box-shadow:0 0 4px rgba(255, 255, 255, 0.6);
	-moz-box-shadow:0 0 4px rgba(255, 255, 255, 0.6);
	box-shadow:  0 0 4px rgba(255, 255, 255, 0.6);	
}

/* 2. Menü */
.menu_impressum {
	margin-left: 20px !important;
	margin-bottom: 20px !important;
}

.menu_impressum li {
	display:inline !important;
	float:left;
	padding-right: 20px !important;
	
	
}
.menu_impressum li a {
	color: #fff !important;	
}

.menu_impressum li a:hover {
	background: none !important;
	color: #C6DFFF !important;	
}

/* -------------------------------------------------------------------- */

#socialButton {
	margin-left: 15px;
}

/* Strich unter dem Artikel-Header */
.page-header, .item-title {
	border-bottom: thin solid #006 !important;
	margin-bottom:: 20px !important;
}

/* Listenelemente */
#content_center ul li {
    list-style-image: url('../images/li_big.png');
    margin: 5px 0 5px 20px;
    padding: 0 0 10px 5px;
}

/* Bootstrap Anpassungen */
.navbar-inner {
	  background-image: linear-gradient(to bottom,#136388,#081b3c) !important;
	
	  background-color: #FFF !important;
	  background-image: -moz-linear-gradient(top, #FFF, #F2FAFF) !important;
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#F2FAFF)) !important;
	  background-image: -webkit-linear-gradient(top, #FFF, #F2FAFF) !important;
	  background-image: -o-linear-gradient(top, #FFF, #F2FAFF) !important;
	  background-image: linear-gradient(to bottom, #FFF, #F2FAFF) !important;
	  border-color: #F2FAFF !important;	
}

.navbar-inner .navbar-nav > li > a {
	
	color: #313a74 !important;
	/*font-weight: bold !important;*/
	font-size: 16px !important;
}

h2 {
	color: #313a74 !important;
}

.navbar-inner .navbar-nav > li.active > a {
	background: none !important;
/*	background-color: #313a74 !important;*/
	color: #313a74 !important;
	box-shadow:none !important;
}

.navbar-inner .navbar-nav > li > a:hover,
.navbar-inner .navbar-nav > li > a:focus {
  background-color: #313a74 !important;
  color: #fff !important;
}


.navbar-inner .dropdown-menu > li > a {
	color: #313a74 !important;
	/*font-weight: bold !important;	*/
	font-size: 14px !important;
}

.navbar-inner .dropdown-menu > li > a:hover,
.navbar-inner .dropdown-menu > li > a:focus {
  background: none !important;
  background-color: #313a74 !important;
  color: #fff !important;
}


.navbar-inner .dropdown-menu > li.active > a {
	background: none !important;
	/*background-color: #313a74 !important;*/
	color: #313a74 !important;
}


.navbar-inner {
	min-height: 80px !important;
}
.navbar .container {
	/*text-align: center !important;*/
	padding-left: 45px !important;
}

.navbar .brand {
	margin-left: 0px !important;
	margin-right: 20px !important;
	color: #313a74 !important;
	/*font-weight: bold !important;*/
	font-size: 24px !important;
}

.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #313a74 !important;
    border-bottom-color: #313a74 !important;
}

.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top-color: #fff !important;
    border-bottom-color: #fff !important;
}
.navigation {
	margin-top: 60px !important;
	
}


#brandLogo {
	margin-top: 10px !important;
	height: 60px !important;
}

[class*="span"].centred {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

#footer {
	/* position: fixed; */
	/* background-image: linear-gradient(to top,rgba(19,99,136,0.5),rgba(255,255,255,0)) !important;	*/
}

#content {
	margin-top: 50px;
}

.navbar .navbar-inner {
    padding: 0;
    font: Arial;
}
/* .navbar .nav {
        margin: 0;
        display: table;
        width: 100%;*/
}
.navbar .nav li {
    display: table-cell;
    width: 1%;/*        float: none;*/
}
.navbar .nav li a {
    text-align: center;
    border-left: 1px solid rgba(255,255,255,.75);
    border-right: 1px solid rgba(0,0,0,.1);
}
.navbar .nav li:first-child a {
    border-left: 0;
    border-radius: 3px 0 0 3px;
}
.navbar .nav li:last-child a {
    border-right: 0;
    border-radius: 0 3px 3px 0;
}


/* Kontaktformular */ 
.sketchcontact input[type=text] {
	height: 28px;
}

.sketchcontact input[type=submit] {
	width: 160px;
	color: #fff;
	border: none !important;
	background-color: #006699 !important;
}
.sketchcontact input[type=submit]:hover {
	background:#313a74;
	
	background-color: #0099e5 !important;	
}

button {
	height: 55px !important;
	width: 220px !important;
	
	margin-right: 0px !important;
	
	transition:.4s all ease 0s !important;
	
	background-image: none !important;
	background-color: #006699 !important;
	
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
	
	-webkit-box-shadow:3px 3px 5px rgba(49, 58, 116, 0.6)  !important;
	-moz-box-shadow:3px 3px 5px rgba(49, 58, 116, 0.6)  !important;
	box-shadow:  3px 3px 5px rgba(49, 58, 116, 0.6)  !important;		
}

button:hover {
	background-color: #0099e5 !important;	
}

/* ------------------------------ */

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #daf3f9;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fdfdfd;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fdfdfd;
    background-color: #4457e8;
  }
  
}

/* Media Queries
*********************************************/
/* Retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  
}
/* Landscape phones and down */
@media (max-width: 480px) {
  #main {
  	width: 100% !important;
	margin: 0px !important;
  }
  
  #content {
  	width: 100% !important;
  }
  
	#content_center {
		margin-left: 0px !important;  
	}    
	
	.sketchcontact input[type=submit] {
		width: 250px;
	}	
	body {
		background-size:auto !important;
  background-attachment: fixed;
    background-position: center center;		
	}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  #main {
  	width: 100% !important;
	margin: 0px !important;
  }
  
  #content {
  	width: 100% !important;
  }  
	#content_center {
		margin-left: 0px !important;  
	} 
	
	.sketchcontact input[type=submit] {
		width: 250px;
	}	
	
	body {
		background-size:auto !important;
  background-attachment: fixed;
    background-position: center center;		
	}		 
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
  #main {
  	width: 100% !important;
	margin: 0px !important;
  }
  
  #content {
  	width: 100% !important;
  }  
  

}

/* Large desktop */
@media (min-width: 1200px) {
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: 940px !important;
	}
}
