
body {
  background-color: #f2f2f2;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-family: 'Droid Sans', sans-serif;
}

.page {
  position: relative;
  width: 100%;
}

*[class^='sec_']{
  z-index: 2000;
  position: relative;
  padding-bottom: 30px;
/*   margin-top:62px; */
}

section.top {
  margin-top: 0;
  z-index: 2010;
}
/* Styles */
.forgot {
  padding-top: 5px;
}

.error {
  color: #ee0d0d;
  padding: 0 5px 5px;
}

.orange {
 color: #f56f36;
/*  color: #E6AE49; */
}

.dark {
  color: #111;
}

.light {
  color: #d2d2d2;
}

a {
  color: #f56f36;
  transition: all 0.25s ease 0s;
}

a:hover {
  color: #555;
  text-decoration: none;
  transition: all 0.25s ease 0s;
}

/*  Header */

div#toTop {
  display: block;
  width: auto;
  height: auto;
  position: fixed;
  bottom: -50px;
  right: 40px;
  cursor: pointer;
  padding: 0.5em;
  font-size: 2em;
  opacity: 0;
  z-index: 2040;
  transition: all 0.3s ease-in-out 0s;
}

.cbp-spmenu-horizontal {
  height: 64px;
}

.jPushMenuBtn {
  cursor:pointer; 
}

.top-search-bar {
  background: #444 none repeat scroll 0% 0%;
  z-index: 2002;
  color: #FFF;
  padding-top: 10px;
}

.push-body-totop .header.sticky {
  position: fixed;
  top: 64px;
}

input[type="text"], 
input[type="email"], 
input[type="tel"], 
input[type="number"], 
input[type="password"], 
input[type="radio"], 
input[type="checkbox"], 
textarea, select {
  border: 1px solid #DDD;
  border-radius: 0px;
  color: #888;
  outline: medium none;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 10px 15px;
  transition: all 0.2s ease 0s;
  display: inline-block;
}

input[type="text"].required, 
input[type="email"].required, 
input[type="tel"].required, 
input[type="number"].required, 
input[type="password"].required, 
input[type="radio"].required, 
input[type="checkbox"].required, 
textarea, select {
  color: #333;
  background-color: #f5bca4;
}

input, textarea, select {
  margin-bottom: 10px;
  font-family: "Raleway",sans-serif;
  font-size: 12px;
}
.btn {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -moz-user-select: none;
  background-image: none;
  text-transform: uppercase;
}

.btn-color-o {
  color: #FFF;
  background: #f56f36 none repeat scroll 0% 0%;
  border: medium none;
}

.form-full {
  width: 100%;
}
.form-max {
  width: 97%;
}

.top-search-bar {
  background: #444 none repeat scroll 0% 0%;
  z-index: 2022;
  color: #FFF;
  padding-top: 10px;
}
.top-search-bar .search-wraper {
  position: relative;
}
.top-search-bar input {
  background-color: rgba(255, 255, 255, 0);
  border: medium none;
  font-size: 16px;
  color: #FFF;
  padding: 10px 40px;
  margin: 0px;
  letter-spacing: 1px;
}
.top-search-bar .input-sm {
  height: 100%;
}

.top-search-bar .menu-close,
.top-search-bar .search-bar-icon {
  position: absolute;
  top: 7px;
  color: #FFF;
  background-repeat: no-repeat;
  display: block;
  font-size: 20px;
}
.top-search-bar .menu-close {
  right: 0px;
  left: auto;
  background-position: right center;
}

.cbp-spmenu-right {
    right: -270px;
}
.cbp-spmenu-vertical {
  font-size: 90%;
  width: 270px;
}
.cbp-spmenu-vertical a {
  border: none;
  padding: 0;
}
.cbp-spmenu-horizontal a {
  float: none;
  width: auto;
  padding: 0;
  border: none;
}
.cbp-spmenu a:hover {
  background: transparent;
  color: #f56f36;
}

.header .side-menu-btn {
  float: right;
  position: relative;
}
.header .side-menu-btn .nav > li {
  float:left;
}

.side-menu {
  background: #323232 none repeat scroll 0% 0%;
  z-index: 2035;
  padding: 30px;
  color: #FFF;
  overflow-y: auto;
}

.side-menu ul {
  padding: 0px;
}
.side-menu ul li {
  list-style: outside none none;
  margin-bottom: 5px;
}
.side-menu > ul > li > a {
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}
.side-menu a {
  color: #FFF;
  font-weight: 500;
  font-size: 12px;
}
.side-menu .menu-close {
  left: auto;
  position: absolute;
  right: 30px;
  top: 39px;
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  line-height: 0;
}
.side-menu a {
  color: #FFF;
  font-weight: 500;
  font-size: 12px;
}
.side-menu h5 {
  text-transform: uppercase;
}
.side-menu .sign-in {
  padding-bottom: 30px;
  border-bottom: 1px solid #3E3E3E;
  margin-bottom: 30px;
}
.side-menu input[type="text"],
.side-menu input[type="email"],
.side-menu input[type="tel"],
.side-menu input[type="number"],
.side-menu input[type="password"],
.side-menu input[type="radio"],
.side-menu input[type="checkbox"],
.side-menu textarea,
.side-menu select {
  border: medium none;
}
.push-body-totop {
    top: 64px;
}
.header {
  padding: 0px;
  display: block;
  transition: all 0.25s ease 0s;
  -webkit-transition-: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  width: 100%;
  z-index: 2000;
}

.header.sticky {
  background-color: rgba(242, 242, 242, 0.95);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 2030;
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}

.header .logo {
  float: left;
  display: block;
  margin-left: -10px;
  margin-right: 30px;
  padding-top: 10px;
}

.header.sticky .logo {
  padding-top: 5px;
}

.header .logo a {
  position: relative;
  display: block;
/*   width: 132px; */
}

.logo a img {
/*   position: absolute; */
/*   width: 100%; */
/*   opacity: 0; */
  display: block;
}
.header.sticky .logo a img {
  width: 30px;
  height: 30px;
}

.logo h1 {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 5px;
  font-weight: 600;
}

/* Navigation */
.navbar {
  margin-bottom: 5px;
}
.navbar-default {
  background-color:transparent;
  border-color:transparent;
}
.navbar-header {
  margin-top: 12px;
}
.navbar-brand {
 padding: 0px 15px 15px 3px;
}
.navbar-nav {
  margin: 7.5px 0;
}
.navbar-collapse {
  float:left;
}

.navbar-default .navbar-nav > li > a {
/*   color: #f56f36; */
  font-weight: 600;
}

.page.light .header .navbar-default .navbar-nav > li > a {
/*   color: #f56f36; */
  color: #d2d2d2;
}

.page.light .header.sticky .navbar-default .navbar-nav > li > a {
/*   color: #f56f36; */
  color: #777;
}

.header.sticky .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 0;
}

/* Content */
.container .jumbotron, .container-fluid .jumbotron {
  padding-left: 0;
  padding-right: 0;
/*   padding-top: 0; */
  padding-bottom: 20px;
  margin-bottom: 10px;
/*   margin: 0; */
}
.jumbotron .container {
  max-width: 60rem;
}
.jumbotron {
  background: transparent;
}
/*h1 {
  font-family: 'Fugaz One', cursive;
}*/

/* FELOGIN */

.page .tx-felogin-pi1 h5 {
  text-transform: uppercase;
  font-weight: 600;
  color: #f56f36;
}

#femanager_field_agb {
  float: left;
  margin-right: 5px;
}
img.tx-srfreecap-image {
  margin-left: 0;
}
.femanager_submit {
  padding-top: 10px;
}

a.datenschutz {
  font-weight: bold;
}
.femanager_fieldset .control-label {
  display: none;
}

/* Footer */

#footer {
  background: #444;
/*   min-height: 10em; */
}
#footer p,
#footer a.mailto {
  color: #a2a2a2;
}

#footer a {
  color: #fff;
}

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

#footer h5 a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}


/* extra position */

.text-xs-left   { text-align: left; }
.text-xs-right  { text-align: right; }
.text-xs-center { text-align: center; }

/* Small */
@media(min-width:768px) and (max-width:991px){
  .text-sm-left   { text-align: left; }
  .text-sm-right  { text-align: right; }
  .text-sm-center { text-align: center; }
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
  .text-md-left   { text-align: left; }
  .text-md-right  { text-align: right; }
  .text-md-center { text-align: center; }
}

/* Large */
@media(min-width:1200px){
  .text-lg-left   { text-align: left; }
  .text-lg-right  { text-align: right; }
  .text-lg-center { text-align: center; }
}