body {
  	background-color: #ffffff;
  	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #808080;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

a {
  color: #ff5454;
  outline: 0;
  text-decoration: none;
}

a:hover {
  color: #606060;
  outline: 0;
  text-decoration: none;
}

a:active {
  color: #ff5454;
  outline: 0;
  text-decoration: none;
}

a:focus {
  color: #ff5454;
  outline: 0;
  text-decoration: none;
}

#wrap {
	position: relative; 	
	margin: 0 auto;
  padding: 0 ;
	text-align: justify;
  border: 0px;
}

@media (max-width: 767px) {
#wrap {
	text-align: left;
}
}

#wrap > .container {
  background-color: #fff;
  padding: 0px 0px 0px 0px;
  border: 0px;
}


/* Titles */
h1, h2, h3, h4, h5, h6 {
  	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    color: #333;
}

h1 {
	font-size: 35px;
	margin-top: 30px;
	margin-bottom: 30px;
}

li {
  list-style: none;
}

/* Paragraph & Typographic */
p {
    line-height: 26px;
    margin-bottom: 25px;
    font-size: 16px;
}

.centered {
    text-align: center;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
  
.navbar {
	text-transform: uppercase;
	margin-bottom: 0px;
}

.navbar-inverse{
	padding-bottom: 20px;
	padding-top: 20px;
  background-color: #fff;
	border-color: #fff;
  font-size: 16px;

}

@media (max-width: 767px){
  .navbar-inverse{
  padding-bottom: 5px;
	padding-top: 5px;
  color: #fff;
  background-color: #444;
	border-color: #444;
  font-size: 16px;
}

.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #ff5454;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #444;
  background-color: #fff;
}
}

@media (min-width: 768px){
  .navbar-inverse{
  padding-bottom: 5px;
	padding-top: 5px;
  background-color: #fff;
	border-color: #ccc;
  font-size: 16px;
}

.navbar-inverse .navbar-nav > li > a {
	color: #808080;
}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #ff5454;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #333;
  background-color: #fff;
}
}

.navbar-brand {
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 2px;
}

.navbar-inverse .navbar-brand {
	color: #808080;
}

.navbar-inverse .navbar-toggle {
	border-color: transparent;
}

.progress-bar-theme {
  background-color: #ff5454;
}

.logo_xs {
  margin: 14px 0px 0px 14px;
}

.logo {
  height: 100px;
  padding-top:40px;
  text-align: center;
}

.pdf {
  padding-top: 20px;
}

.tel{
	color: #808080;
}

.tel a {
	color: #808080;
}

.tel a:hover {
	color: #808080;
}

#footer a:hover {
	color: #808080;
  border-bottom: 1px dotted #666;
}

/* Helpers */

.mt {
	margin-top: 30px;
	margin-bottom: 30px;
}

.pt {
	padding-top: 70px;
	padding-bottom: 70px;
}


/* +++++ Footer +++++ */

@media (min-width: 768px){
#footer { 
	background-color: #fff;
  	border-top: 1px solid #ccc;
	padding-top: 20px;
	padding-bottom: 80px;
  	font-size: 14px;
  	color: #808080; 
}

#footer p {
	color: #fff;
}

#footer a {
	color: #595959;
}

#footer a:hover {
	color: #808080;
  border-bottom: 1px dotted #666;
}

.produktion {
  float: left;
}

.copyright {
  text-align: right;
}
}

@media (max-width: 767px){
#footer { 
	background-color: #444;
	padding-top: 20px;
	padding-bottom: 20px;
  font-size: 13px;
  color: #fff; 
}

#footer p {
	color: white;
}

#footer a {
	color: #ff5454;
}

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

.produktion {
  text-align: center;
}

.copyright {
  text-align: center;
}
}


/* +++++ Color Wraps / Blog Page +++++ */

#grey {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f2f2f2;
}

#white {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ffffff;
}



/* Blog Date*/
bd {
	font-size: 12px;
	text-transform: uppercase;
	color: #d2d2d2;
	font-weight: 700;
}

/* Blog Author*/
ba {
	font-size: 12px;
	text-transform: uppercase;
}

/* Blog Quote */
.bq {
	font-size: 22px;
	padding-top: 30px;
}

/* Blog Tags */
bt {
	font-size: 12px;
}

/* glyphicon Configuration */

.glyphicon {
	font-size: 13px;
	color: #ffffff;
}


/*back to top*/
.back-top{
	display: none;
	position: fixed;
	bottom: 30px;
	right: 25px;
	width: 25px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	background: #333;
	color: #fff;
 	 outline:none;
	font-size: 18px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}

.back-top:hover {
	opacity: 1;
  outline:none;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}

.da-thumbs {
	list-style: none;
	position: relative;
}
.da-thumbs li {
	float: left;
	background: #fff;
	position: relative;
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
  text-align: center;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}

.description {
  text-align: center;
}

.gallery {
  list-style: none;
}

#navi {
 text-align:center;
}

ul#navi li {
 display:inline-block;
 background:#333;
 color:#fff;
 margin:1px; 
}

@media (min-width: 768px) {
/* This should be around line 4713 in your bootstrap.css */
.navbar-collapse.collapse {
        text-align: center; /* Set this */
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
}

/* This should be around line 4866 in your bootstrap.css */
.navbar-nav {
    display:inline-block;
    float: none;
    margin: 0;
}


/* --- contactform --- */
.contactform{
  padding:40px 0px 20px 0px;
}

.form-control{
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.txt:focus, .txtarea:focus {
	border-style: solid;
	border-color: #ff5454;
	color: #444;
}

input.error, textarea.error {
	border-color: #ff5454;
	border-style: solid;
	background: #ffd2d2;
	color: #a35959;
}

input.error:focus, textarea.error:focus {
	border-color: #92c705;
	color: #a35959;
}

.btn-default {
	border-style: solid;
	border-color: #ccc;
	color: #444;
    -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
	border-style: solid;
	border-color: #ccc;
	color: #444;
    -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

