
.container	{
	max-width: none !important;
}

html {
	font-size: 14px;
}
body {
	background-color: #fff;
	background-position: top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 1.2rem;
	color: #465053;
	font-weight: 300;
	font-family: "futura-pt";
}
/*Links*/
.links {
    color: #aaa;
}

.textrechtliches {
    color: #38579E;
    font-size: larger;
    font-weight: 400;
}

.topline > .links_header {
	color: #fff;
}

.text-white a {
	color: #fff;
}


.links_header:hover {
	color:#bbb;
}
/*Topline*/
.topline {
	font-size: 14px;
	font-weight: bold;
}

/*Background Image*/
.bg-image {
/*	background-image: url(../img/bg-cont.png);
	background-size: 35%;
	background-position: right;
	background-repeat: no-repeat; */
}
/*Background-color*/
.bg-01 {
	background-color: #E92F2D;
}
/*Liste*/
ul {
	list-style-type: none;
	padding: 0;
}
.element {
    position: relative;
    padding-left: 25px;
    padding-bottom: 0px;
}
.element:before {
content: "\e9c4";
font-family: IcoFont !important;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #BC101E;
font-size: 18px;
left: 0px;
position: absolute;
}

/*Text Farben*/
.color-01 {
	color: #465053;
}
.color-02 {
	color: #E92F2D;
	color: #E92F2D;
}
/*Überschriften*/
h1, h2, h3, h4, h5, h6 {
	font-family: "futura-pt";
	text-transform: uppercase;
	font-weight: 700;
}
h1 {
	font-size: 2.25rem;
}
h2 {
	font-size: 2.0rem;
}
h3 {
	font-size: 1.75rem;
}
h4 {
	font-size: 1.25rem;
}
h5 {
	font-size: 1rem;
}
h6 {
	font-size: 0.5rem;
}
/*Buttons*/
.btn {
	font-size: 0.95rem;
	border-radius: 0;
}
.btn-secondary {
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: inherit;
}
.btn-secondary:focus {
	background: #BC101E;
	color: #fff;
}

/*Footer*/
.footer {
	background-image: url(../img/map.png);
}
footer {
	background-color: #465053;
}
/*Scroll to Top*/
.back-to-top {
 background:#333;
 position: fixed;
 bottom:20px;
 right:20px;
 padding:1em;
opacity: 0.5;
	transition: all 0.35s;
}
.back-to-top:hover {
 background:#333;
 position: fixed;
 bottom:20px;
 right:20px;
 padding:1em;
opacity: 1;
}
.back-to-top:before {
  font-family: IcoFont !important;
  font-size: 20px;
  display: inline-block;
  content: "\ea76";
  color: #fff;
  *text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
  *padding: 10px 0px;
}

.dropdown-menu {
	border: 0;
	border-radius: none;
}

#MainSlider.flexslider .slides li:before {
	background-image: linear-gradient(90deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
	background: none;
}
