* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
 *behavior: script/boxsizing.htc);
}
body {
    font-size: 16px;
    font-family: 'lato', sans-serif;
    font-weight: 400;
    color: #000;
}
/*****************************************************
--------------------------- ALLGEMEIN
******************************************************/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0;
    padding-left: 0;
}
#container {
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
}
.row {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
}
iframe {
    width: 100%;
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    display: block;
    margin: 10px 0 10px 0;
    padding: 0;
    font-size: 1em;
    font-weight: 300;
    color: #bc7b01;
    text-transform: uppercase;
}
h2 {
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 0.7em;
    font-weight: 300;
    color: #999;
    text-transform: uppercase;
}
h3 {
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 1.3em;
    font-weight: 300;
    color: #000;
}
p {
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.3em;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    padding: 0;
    margin: 0;
    text-align: justify;
    color: #444;
}
a, a:hover, a:focus, a:active {
    color: #000;
    text-decoration: none;
}
.paround {
    padding: 40px;
}
.paside {
    padding: 40px 40px 0 40px;
}
.pasideless {
    padding: 20px 40px 0 40px;
}

@media only screen and (min-width: 400px) and (max-width:720px) {
h1 {
    font-size: 1.5em;
}
h2 {
    margin: 0 0 20px 0;
    font-size: 1.2em;
}
p {
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 300;
}
}

@media only screen and (min-width: 720px) and (max-width:990px) {
h1 {
    font-size: 1.9em;
}
h2 {
    margin: 0 0 20px 0;
    font-size: 1.4em;
}
p {
    font-size: 1.1em;
    line-height: 1.4em;
    font-weight: 300;
}
}

@media only screen and (min-width:990px) and (max-width:1280px) {
h1 {
    font-size: 1.7em;
    margin: 0 0 20px 0;
}
h2 {
    margin: 0 0 20px 0;
    font-size: 1.2em;
}
p {
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 300;
}
}
p a, p a:hover, p a:focus, p a:active, p a:visited {
    text-decoration: none;
    color: #bc7b01;
}

@media only screen and (min-width:1280px) {
h1 {
    font-size: 2.3em;
    margin: 0 0 20px 0;
}
h2 {
    margin: 0 0 20px 0;
    font-size: 1.4em;
}
p {
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 300;
}
}
/*****************************************************
--------------------------- EXTRAS
******************************************************/
small {
    font-size: 70%!Important;
}
span#orange {
    color: #bc7b01;
}

/* -----------------> can start accordion style copy from here ------------------------*/

.accordion-bral {
  min-height: 0;
  min-width: 220px;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  margin: 0px!important;
}
.accordion-bral .ac-label {
  padding: 5px 20px;
  position: relative;
  display: block;
  height: auto;
  cursor: pointer;
  color: #777;
  line-height: 33px;
  font-size: 19px;
  background: #EFEFEF;
  border: 1px solid #CCC;
}
.accordion-bral .ac-label:hover {
  background: #BBB;
}
.accordion-bral input + .ac-label  {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-bral input:checked + .ac-label,
.accordion-bral input:checked + .ac-label:active {
  background-color: rgba(79, 79, 79, 0.5) !important;
  color: #FFF;
  box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.accordion-bral input.ac-input {
  display: none;
}
.accordion-bral .article {
  background: rgb(240, 240, 240);
  overflow: hidden;
  height: 0px;
  max-height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-bral .article p {
  color: #777;
  line-height: 23px;
  padding: 20px;
	text-align: left;
}
.accordion-bral input:checked ~ .article i {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.accordion-bral input:checked ~ .article.ac-content {
  height: auto;
}

.accordion-bral i {
  position: absolute;
  transform: translate(-30px, 0);
  margin-top: 16px;
  right: 0;
}
.accordion-bral input:checked ~ .ac-label i:before {
  transform: translate(2px, 0) rotate(-45deg);
}
.accordion-bral input:checked ~ .ac-label i:after {
  transform: translate(-2px, 0) rotate(45deg);
}
.accordion-bral i:before, .accordion-bral i:after {
  content: "";
  position: absolute;
  background-color: #808080;
  width: 3px;
  height: 9px;
}
.accordion-bral i:before {
  transform: translate(-2px, 0) rotate(-45deg);
}
.accordion-bral i:after {
  transform: translate(2px, 0) rotate(45deg);
}
ul.ac-list {
  padding-left: 40px;
  list-style-type: disc;  
}

table.ac-table {
  margin: 20px 0 20px 20px;
}
table.ac-table th{
  text-align: left;
}

@media (max-width: 550px) {
  .accordion-bral .ac-label {
  font-family: Arial, sans-serif;
  padding: 5px 20px;
  position: relative;
  display: block;
  height: auto;
  padding-right: 40px;
  cursor: pointer;
  color: #777;
  line-height: 33px;
  font-size: 19px;
  background: #EFEFEF;
  border: 1px solid #CCC;
}
  .accordion-bral i {
  position: absolute;
  transform: translate(-30px, 0);
  margin-top: 2%;
  right: 0;
}
}
/* ---------- accordion style end --------------------------------------- */
/*****************************************************
--------------------------- HEADER
******************************************************/
.mtop-info {
    margin-top: 70px;
}
.logo {
    padding: 0px 90px 1px 90px;
}
.topinfo {
    text-align: center;
    padding: 0 40px 0 40px;
    font-size: 1.2em;
    display: none;
}
.topimage {
    padding-top: 20px;
}

@media only screen and (min-width: 400px) and (max-width:790px) {
.logo {
    padding: 0px 130px 2px 130px;
}
.topinfo {
    display: none;
}
}

@media only screen and (min-width: 790px) and (max-width:990px) {
.logo {
    padding: 10px 100px 10px 100px;
}
.topinfo {
    text-align: right;
    padding: 10px 40px 0 0;
    font-size: 1.0em;
    display: block;
}
}

@media only screen and (min-width: 990px) {
.logo {
    padding: 20px 110px 20px 110px;
}
.topinfo {
    text-align: right;
    padding: 20px 140px 0 0;
    font-size: 1.7em;
    display: block;
}
}
/*****************************************************
--------------------------- CONTENT
******************************************************/

section.content {
    padding: 20px 30px;
}
.mtop {
    margin-top: 4px;
}
.mbottom {
    margin-bottom: 4px;
}
.trainingszeiten {
    text-align: left;
    padding: 20px;
    font-size: 1.1em;
}

@media only screen and (min-width: 400px) and (max-width:720px) {
.trainingszeiten {
    text-align: left;
    padding: 40px;
    font-size: 1.3em;
}
}

@media only screen and (min-width: 720px) and (max-width:990px) {
.trainingszeiten {
    text-align: left;
    padding: 80px;
    font-size: 1.5em;
}
}

@media only screen and (min-width: 990px) {
.trainingszeiten {
    text-align: left;
    padding: 20px 40px 20px 0;
    font-size: 1.5em;
}
}
/*****************************************************
--------------------------- TEASER
******************************************************/
.teaser, .galerieimage {
    padding: 2px;
}
/*****************************************************
--------------------------- FOOTER
******************************************************/
footer {
    background: #ededed;
    color: #000;
    padding: 50px 25px;
    font-weight: 300;
    font-size: 0.9em;
    text-align: center;
}
footer #container {
    background: #008854;
}
footer a, footer a:hover, footer a:active, footer a:visited, footer a:focus {
    color: #000;
    text-decoration: none;
}
.claim {
    font-size: 1.1em;
    text-transform: uppercase;
    margin-bottom: 50px;
}

@media only screen and (min-width: 400px) and (max-width:720px) {
.claim {
    font-size: 1.2em;
}
footer {
    font-size: 1em;
}
}

@media only screen and (min-width: 720px) and (max-width:990px) {
.claim {
    font-size: 1.4em;
}
footer {
    font-size: 1em;
}
}

@media only screen and (min-width: 990px) {
.claim {
    font-size: 1.8em;
}
footer {
    font-size: 1em;
}
}
/*****************************************************
--------------------------- NAVIGATION
******************************************************/
.container-fluid {
    padding-right: 0;
    padding-left: 25px;
    max-width: 1280px;
    margin: 0 auto;
}
nav {
    padding: 0 25px 0 10px;
}
.navbar {
    margin-bottom: 0;
    border: none;
    background: none;
}
.navbar-default {
    background-color: #bc7b01;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background: #816633;
    font-size: 0.8em!Important;
    font-weight: 300;
    text-transform: uppercase;
    padding: 5px 20px!Important;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 0.8em!Important;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-right: none;
    text-shadow: none;
    padding: 5px 20px!Important;
    margin: 0;
}
.navbar-brand {
    padding: 15px 25px;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 300;
    text-shadow: none;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-brand {
    color: #fff!Important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    box-shadow: none;
}
.navbar-default .navbar-nav > li > a:hover {
    background: #816633;
    opacity: 0.8;
}
.navbar-default .navbar-nav > li > a:focus {
    background: #816633;
    opacity: 0.8;
}
.navbar-default .navbar-nav > li > a:active {
    background: #816633;
    opacity: 0.8;
}
.dropdown-menu {
    background-color: #aaa;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    font-size: 1em!Important;
    font-weight: 300;
    text-transform: uppercase;
}
.dropdown-menu > li > a:hover {
    background: #009ee0;
}
.navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    font-weight: 300;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    font-weight: 300;
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
.container-fluid {
    padding-left: 0;
}
nav {
    padding: 0;
    margin: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    font-size: 0.9em;
    padding: 5px 20px!Important;
}
.navbar-default .navbar-nav > li > a {
    font-size: 0.9em;
    padding: 5px 20px!Important;
    border-right: 1px solid #fff;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}
.dropdown-menu > li > a {
    font-size: 1.2em;
}
}

@media only screen and (min-width: 960px) {
.container-fluid {
    padding-left: 50px;
}
nav {
    margin: 0;
    padding: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    padding: 5px 20px!Important;
}
.navbar-default .navbar-nav > li > a {
    padding: 5px 20px!Important;
    border-right: 1px solid #fff;
}
.navbar-default .navbar-nav > li:first-child {
    border-left: 1px solid #fff;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}
.dropdown-menu > li > a {
    font-size: 1em;
}
}

@media only screen and (min-width: 1200px) {
.navbar-brand {
    display: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    padding: 15px 20px!Important;
}
.navbar-default .navbar-nav > li > a {
    padding: 15px 20px!Important;
}
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

/*****************************************************
--------------------------- MEDIA
******************************************************/
/* CHANGING BREAKPOINT OF BOOTSTRAP 3 NAVIGATION BAR*/
@media (max-width: 1200px) {
.navbar-header {
    float: none;
}
.navbar-toggle {
    display: block;
}
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
    display: none!important;
}
.navbar-collapse.collapse.in {
    display: block!important;
}
.navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
}
.navbar-nav>li {
    float: none;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    width: auto;
    float: none!important;
}
}
/*****************************************************
--------------------------- Breakpoint-Balken
******************************************************/
.XS {
    display: none;
}

@media screen and (max-width: 400px) {
.XS {
    background: #090;
    display: block;
}
}
.SM {
    display: none;
}

@media screen and (min-width: 400px) and (max-width: 720px) {
.SM {
    background: #906;
    display: block;
}
}
.MD {
    display: none;
}

@media screen and (min-width: 720px) and (max-width: 990px) {
.MD {
    background: #03F;
    display: block;
}
}
.LG {
    display: none;
}

@media screen and (min-width: 990px) {
.LG {
    background: #FC0;
    display: block;
}
}

/**********************************************Breakpoint Vorlagen***/
@media screen and (min-width: 400px) and (max-width: 720px) {
}

@media screen and (min-width: 720px) and (max-width: 990px) {
}

@media screen and (min-width: 990px) {
}



