/* global
/*-------------------------------------------------------*/
body {
	background: #c1c1c1;
}

hr {
	border-bottom: 1px solid #d7d6da;
	margin: 20px 0;
}

.socialmedia {
	display: none;
}

/* typo
/*-------------------------------------------------------*/
body {
  font-family: 'Open Sans', sans-serif;
}

html {
font-size:100%;
}

h1{
	color: #000;
	font-size: 2.5rem;
	line-height: 4.0rem;
	text-align: left;
	font-weight: 900;
	margin: 0px 0 30px 0;
}

h2 {
	color: #000;
	font-size: 1.9rem;
	line-height: 2.8rem;
	text-align: left;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding-top: 10px;
}

.align  {
	height: 100px;
	position: relative;
	margin-top: 20px;
}

.align h2 {
	vertical-align: bottom;	
	bottom: 0px;
	position: absolute;
}


h2 a:link, h2 a:visited {
	color: #000;
	text-decoration: none;
}

h2 a:hover, h2 a:focus, h2 a:active {
	color: #e2001a;
}

h3 {
	color: #555;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-align: left;
	font-weight: 700;
	margin: 0 0 10px 0;
  }

h4 {
	color: #000;
	font-size: 1.3rem;
	line-height: 1.8rem;
	text-align: left;
	font-weight: 700;
	margin: 0 0 12px 0;
}

h5 {
	color: #000;
	font-size: 1.5rem;
	line-height: 1.5rem;
	text-align: left;
	font-weight: 700;
	margin: 6px 0 16px 0;
}

h6 {
	color: #555;
	font-size: 1.1rem;
	line-height: 1.4rem;
	text-align: left;
	font-weight: 700;
	margin: 4px 0 2px 0;
	padding: 0;
}

p {
	color: #000;
	font-size: 1.13rem;
	line-height: 1.7rem;
	font-weight: 700;
	margin: 0 0 12px 0;
}

p a:link, p a:visited {
	color: #000;
	font-size: 1.13rem;
	line-height: 1.7rem;
	text-decoration: none;
	border: none;
}
p a:hover, p a:focus, p a:active  {
	color: #555;
	text-decoration: none;
}

p.ident, #footer p.ident {
	margin-bottom: -4px;
}

/* meta
/*-------------------------------------------------------*/
.metanav {
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(left,  #1e5799 0%, #e94e26 0%, #e94e26 34%, #e2001a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1e5799), color-stop(0%,#e94e26), color-stop(34%,#e94e26), color-stop(100%,#e2001a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #1e5799 0%,#e94e26 0%,#e94e26 34%,#e2001a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #1e5799 0%,#e94e26 0%,#e94e26 34%,#e2001a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #1e5799 0%,#e94e26 0%,#e94e26 34%,#e2001a 100%); /* IE10+ */
	background: linear-gradient(to right,  #1e5799 0%,#e94e26 0%,#e94e26 34%,#e2001a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#e2001a',GradientType=1 ); /* IE6-9 */
	border-bottom: 1px #f08368 solid;
	height: 50px;
}
.metanav ul {
	float: right;
	text-align: right;
	margin: 14px 0 0 0;
}

.metanav ul li {
	display: inline;
	text-decoration: none;
	padding: 0 0 0 18px ;
}

.metanav ul li  a {
	color: #fff;
	font-weight: 700;
}

.metanav ul li  a:link, .metanav ul li  a:visited {
	text-decoration: none;
}

.metanav ul li  a:hover, .metanav ul li  a:focus,.metanav ul li  a:active, .metanav ul li.active  a {
	color: #f08368;
}

/* branding
/*-------------------------------------------------------*/
.branding {
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(left,  #1e5799 0%, #e94e26 0%, #e94e26 34%, #e2001a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1e5799), color-stop(0%,#e94e26), color-stop(34%,#e94e26), color-stop(100%,#e2001a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #1e5799 0%,#e94e26 0%,#e94e26 34%,#e2001a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #1e5799 0%,#e94e26 0%,#e94e26 34%,#e2001a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #1e5799 0%,#e94e26 0%,#e94e26 34%,#e2001a 100%); /* IE10+ */
background: linear-gradient(to right,  #1e5799 0%,#e94e26 0%,#e94e26 34%,#e2001a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#e2001a',GradientType=1 ); /* IE6-9 */
	}


.branding img.logo_assistance {
	margin: 20px 0;
	float: left;
}

@media (max-width: 768px) {
  .branding img.logo_assistance  {
	width: 160px;
	float: left;
	left: 0px;
	margin: 20px 0 20px -4px;
   }
}

.branding    {
	text-align: center;
}

.branding img.logo   {
	margin: 10px 0 0 0;
	text-align: center;
}

@media (max-width: 1024px) {
  .branding  img.logo  {
	width: 160px;
	float: left;
	left: 0px;
	margin: 20px 0 20px -4px;
   }
}

.branding img.logo_ace   {
	margin-top: 14px;
	float: right;
	padding: 0 0 0 0;
}

@media (max-width: 1024px) {
  .branding  img.logo_ace  {
	float: left;
	left: 0px;
	width: 170px;
	margin: 0 0 20px -16px;
   }
}

/* navigation
/*-------------------------------------------------------*/
.navbar   {
	background: none;
	border: none;
	margin: 0 0 0 0;
	height: auto;
	padding: 0;
}

#navbar {
	border: none;
}

.navbar-default {
	background: none;
}

.navbar-toggle {
	background: none;
	border: none;
	color: #000;
}

.navbar-brand img {
	margin: -20px 0 0 0px;
} 
.navbar ul {
	float: left;
	margin: 30px 0 20px -15px; 
	padding: 0;
}

@media (max-width: 1024px) {
  .navbar ul  {
	margin: 30px 0 20px 0; 
   }
}

.navbar ul li {
	background: none;
	
}
	
.navbar ul li a {
	font-size: 1.1rem;
	line-height: 1.5rem;
	font-weight: 700;
	text-align: left;
	background: none;
	margin: 0 18px 20px 0px ;
	padding: 0;
}

.navbar-default .navbar-nav a:link, 
.navbar-default .navbar-nav a:visited {
	color: #808080;
	background-color: #c1c1c1;
}

.navbar-default .navbar-nav   a:hover, 
.navbar-default .navbar-nav   a:focus, 
.navbar-default .navbar-nav   a:active,
.navbar-default .navbar-nav   .active a:link,
.navbar-default .navbar-nav   .active a:hover,
.navbar-default .navbar-nav   .active a:focus,
.navbar-default .navbar-nav   .active a:visited
 {
	color: #000;
	background-color: #c1c1c1;
}

/* content
/*-------------------------------------------------------*/
#content  {
	margin: 0;
}

#content .row img {
	background: #828282;
	height: 100%;
	width: 100%;	
}

/* teaser
/*-------------------------------------------------------*/
#content  .container .row-eq-height . img {	
	padding: 0 0 -2px 0;
}

#content .teaser, #content .teaser_2 {
	background: #fff;
	margin: 0 0px 30px 0;
	padding: 20px 20px 40px 20px;
}

#content .teaser ul  {
	margin: 0 0 40px 0;
}
#content .teaser ul li  {
	color: #000;
	font-size: 1.2rem;
	line-height: 1.5rem;
	text-align: left;
	font-weight: 700;
	margin: 0 0 12px 0;
}

#content .teaser .teaser_link  {
	position: absolute;
	bottom: 0;
	margin: 40px 0 20px -4px;
}

#content .teaser .teaser_link a:link, #content .teaser .teaser_link a:visited  {
	color: #000;
	text-decoration: none;
	background: none;
}

#content .teaser .teaser_link a:hover, #content .teaser .teaser_link a:focus, #content .teaser .teaser_link a:active  {
	text-decoration: underline;
}

/* content
/*-------------------------------------------------------*/

/* überuns --*/
.ueberuns #content .container .teaser p.link {
	text-align: center;
	color: #808080;
	margin-bottom: 50px;
	font-size: 12px;
}

/* maps
/*-------------------------------------------------------*/
.standorte #content .iframe {
	margin: 20px 0;
	width: 100%;
}

/* lightbox
/*-------------------------------------------------------*/
.modal-dialog  .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
	background-color: #000000;
	color: #ffffff;
}

.modal-dialog   .modal-header .close {
    margin-top: -2px;
	color: #ffffff;
}

.modal-dialog   .close {
    opacity: 1;
    color: #ffffff;
}

.modal-dialog   .modal-content  {
	border-radius: 0px;	
}

.modal-dialog   .modal-content .row  {
	padding-bottom: 18px;
}

.modal-dialog    .modal-body  p  {
    font-size: 0.8rem;
	line-height: 1.1rem;
	color: #808080;
	margin:	0 0 6px 0;
}

.modal-dialog   .modal-body  p.ident {
	margin:	0 0 0px 0;
}

.modal-dialog    .modal-body   h3  {
	background: #000;
	color: #fff;
	font-size: 1.3em;
	line-height: 1.5rem;
	margin: -15px 0 10px 0;
	padding: 34px 0 16px 14px;
}

.modal-dialog   .modal-body   h5  {
	color: #000;
	font-size: 1.1rem;
	line-height: 1.3rem;
	margin: 4px 0 14px 0;
}

@media (max-width: 1024px) {
  .modal-dialog    .modal-body   h5  {
	margin: 16px 0 14px 0;
   }
}

.modal-dialog    .modal-body   a {
	color: #808080;
    font-size: 0.8rem;
	line-height: 1.1rem;
}

.modal-dialog    .modal-body   a:link, .modal-dialog   .modal-body   a:visited  {
	color: #808080;
    font-size: 0.8rem;
	line-height: 1.1rem;
	text-decoration: none;
	margin-top: 12px;
	padding: 20px 0 20px 0;
}

.modal-dialog   .modal-body   a:hover, .modal-dialog    .modal-body   a:focus, .modal-dialog   .modal-body   a:active  {
	color: #000;
	text-decoration: underline;
}

.modal-dialog   .modal-title {
	color: #ffffff;
}

/* forms
/*-------------------------------------------------------*/
#contact-form input[type="text"],
#contact-form textarea {
	width: 100%;
	padding: 10px 0 10px 20px;
	color: #000;
	background: #c1c1c1;  
	margin-bottom: 10px;
	font-size: 1.5rem;
	line-height: 1.5rem;
	border: none;
	font-size: 16px;
	font-weight: 700;
}

#contact-form input[type="text"]:hover,
#contact-form textarea:hover,
#contact-form input[type="text"]:focus,
#contact-form textarea:focus,
#contact-form input[type="text"]:active,
#contact-form textarea:active  {
	background: #000; 
	color: #fff;
}

#contact-form textarea {
  height: 100px;
}

#contact-form input[type="submit"] {
	padding: 12px 30px;
	outline: none;
	border: none;
	background: #e2001a;
	color: #fff;
	margin-bottom: 10px;
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: 700;
}

#contact-form input[type="submit"]:hover,
#contact-form input[type="submit"]:focus,
#contact-form input[type="submit"]:active
{
	background: #000;
}

#contact-form #msg {
	height: 30px;
	font-size: 1.3rem;
	line-height: 1.5rem;
	color: #000;
}


/* subfooter
/*-------------------------------------------------------*/
#subfooter {
	background: url(../images/subfooter.png) 0 0 no-repeat;
	margin: 0 0 0 600px;
	height: 120px;
}

@media (max-width: 1024px) {
  #subfooter {
	display: none;
   }
}

/* footer
/*-------------------------------------------------------*/
.footerimage {
	width: 190px;
	height: 190px;  	
	margin-top: 30px; 
	position: absolute;
    right: 0;
	-webkit-transition: opacity 1s ease-in-out; 
	-moz-transition: opacity 1s ease-in-out; 
	-o-transition: opacity 1s ease-in-out; 
	transition: opacity 1s ease-in-out;/>
}

@media (max-width: 768px) {
  .footerimage {
	margin-top: 50px; 
   }
}

@media (max-width: 480px) {
  .footerimage {
	display: none;
   }
}

#footer {
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(left,  #1e5799 0%, #e94e26 0%, #e94e26 34%, #e2001a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1e5799), color-stop(0%,#e94e26), color-stop(34%,#e94e26), color-stop(100%,#e2001a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #1e5799 0%,#e94e26 0%,#e94e26 34%,#e2001a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #1e5799 0%,#e94e26 0%,#e94e26 34%,#e2001a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #1e5799 0%,#e94e26 0%,#e94e26 34%,#e2001a 100%); /* IE10+ */
	background: linear-gradient(to right,  #1e5799 0%,#e94e26 0%,#e94e26 34%,#e2001a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#e2001a',GradientType=1 ); /* IE6-9 */
	border: none;
	margin: 0 0 -20px 0;
	padding: 16px 0 20px 0;
}

#footer .container {
	padding-left: 30px;
}

#footer #kontakt .col-xs-4, #footer #copyright .col-xs-4 {
	margin-bottom: 40px;
}

@media (max-width: 600px) {
	#footer  .col-xs-4 {	
	width: 100%;
	display: block;
	float: left;
   }
}

#footer #kontakt {
	margin-bottom: 50px;
}

@media (max-width: 1024px) {
	#footer #hotline {
	margin: 0 0 30px -20px;
   }
}

@media (max-width: 768px) {
	#footer #hotline {
	margin: 0 0 30px -20px;
   }
}

#footer h3 {
	color: #fff;
	font-weight: 700;
	margin: 0 0 12px 0px;
	font-size: 1.4rem;
	line-height: 1.4rem;
}


#footer h4 , #footer h4 a {
	color: #fff;
	font-weight: 700;
	margin: 20px 0 12px 0;
	font-size: 0.9rem;
	line-height: 1.4rem;
	text-decoration: none;
}

#footer h5 {
	color: #fff;
	font-weight: 700;
	margin: 0 0 12px -16px;
	font-size: 1.1rem;
	line-height: 1.4rem;
}

@media (max-width: 1024px) {
  #footer h5  {
	margin: 24px 0 12px -16px;
   }
}

#footer p {
	color: #fff;
	font-weight: 700;
	font-size: 0.9rem;
	line-height: 1.4rem;
	margin: 0 0 0 -16px;
}

#footer p a:link, #footer p a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 0.9rem;
	line-height: 1.4rem;
}

#footer p a:hover, #footer p a:focus, #footer p a:active  {
	color: #f08368;
}

.footer-line {
	margin: 20px 0 -40px -30px;
	padding: 10px 0 0 0;
	background: #FFFFFF; /* Old browsers */
	background: -moz-linear-gradient(left,  #FFFFFF 0%, #e94e26 0%, #e94e26 34%, #e2001a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FFFFFF), color-stop(0%,#e94e26), color-stop(34%,#e94e26), color-stop(100%,#e2001a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #FFFFFF 0%,#e94e26 0%,#e94e26 34%,#e2001a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #FFFFFF 0%,#e94e26 0%,#e94e26 34%,#e2001a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #FFFFFF 0%,#e94e26 0%,#e94e26 34%,#e2001a 100%); /* IE10+ */
	background: linear-gradient(to right,  #FFFFFF 0%,#e94e26 0%,#e94e26 34%,#e2001a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#e2001a',GradientType=1 ); /* IE6-9 */
	border-top: 1px #f08368 solid;
}

.footer-line p {
	font-size: 0.9rem;
	line-height: 1.4rem;
	color: #fff;
	text-decoration: none;
	float: left;
	display: inline;
	padding-left: 10px;
}

.footer-line ul   {
	float: left;
	display: inline;
	}

.footer-line ul li   {
	float: left;
	display: inline;
}

.footer-line ul li  a:link, .footer-line  ul li  a:visited {
	font-size: 0.9rem;
	line-height: 1.4rem;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	float: left;
	display: inline;
	margin-right: 10px;
}

.footer-line ul li  a:hover, .footer-line ul li  a:focus, .footer-line ul li  a:active  {
	color: #f08368;
}

@media (max-width: 768px) {
  .footer-line .copyright {
	width: 100%;
	float: left;
	display: block;
   }
}

@media (max-width: 1024px) {
  .footer-line .copyright ul {
	margin: 20px 0 10px 12px;
	display: block;
	padding-left: 0;
   }
}

@media (max-width: 768px) {
  .footer-line .copyright ul {
	width: 100%;
	margin: 10px 0 10px 12px;
	float: left;
	display: block;
	padding-left: 20px;
   }
}

@media (max-width: 320px) {
  .footer-line .copyright ul {
	margin: 10px 0 10px 0;
	display: block;
	padding-left: 14px;
   }
}

@media (max-width: 1024px) {
  .footer-line .copyright p  {
	margin: 10px 0 10px 0;
	display: block;
	padding-left: 10px;
   }
}

@media (max-width: 768px) {
  .footer-line .copyright p  {
	margin: 10px 0 10px 0;
	left: 0;
	float: left;
	display: block;
	padding-left: 30px;
   }
}

@media (max-width: 320px) {
  .footer-line .copyright p  {
	margin: 10px 0 10px 0;
	padding-left: 30px;
	display: block;
   }
}

.footer-line .socialmedia {
	display: none;
}

