/**
 *  _______     ____     __        _                            _             __ 
 * |_   _\ \   / /\ \   / /__ _ __(_)_ __   __ _  ___ _ __   __| | ___  _ __ / _|
 *   | |  \ \ / /  \ \ / / _ \ '__| | '_ \ / _` |/ _ \ '_ \ / _` |/ _ \| '__| |_ 
 *   | |   \ V /    \ V /  __/ |  | | | | | (_| |  __/ | | | (_| | (_) | |  |  _|
 *   |_|    \_/      \_/ \___|_|  |_|_| |_|\__, |\___|_| |_|\__,_|\___/|_|  |_|  
 *                                        |___/                                 
 *********************************************************************************/

html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #fdcc52;
}
a:hover,
a:focus {
  color: #fcbd20;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}
hr.light {
  border-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.heading-font {
  font-family: 'Roboto Condensed', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

/* navigation */
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family: 'Roboto Condensed', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
.navbar-default .navbar-header .navbar-brand {
  font-family: 'Roboto Condensed', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
  color: #fdcc52;  
}
.navbar-default .navbar-header .navbar-brand .txt-tv-1914 {
    color: #a6a6a6;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}
.navbar-default .navbar-header .navbar-brand .txt-veringendorf {
    color: #339967;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #fcbd20;
}
.navbar-default .navbar-header .navbar-toggle {
  font-size: 12px;
  color: #222222;
  padding: 8px 10px;
}
.navbar-default .nav > li > a {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  color: #008f6b; /* handy menu */
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #fdcc52;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #fdcc52 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}


.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #008f6b; /* tvv green */
    outline: 0;
}


@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: transparent;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(0, 143, 107, 0.7);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #fdcc52;
  }
  .navbar-default.affix {
    background-color: #008f6b; /*tvv green*/
    border-color: rgba(34, 34, 34, 0.1);
  }
  .navbar-default.affix .navbar-header .navbar-brand .txt-tv-1914 {
    color: #d6d6d6; /*#a6a6a6;*/
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
  }
  .navbar-default.affix .navbar-header .navbar-brand .txt-veringendorf {
    color: white;/*#339967;*/
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: normal; 
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #fdcc52;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #fdcc52;
  }
}


header {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow-y: hidden;
  color: black;
}
header .header-content {
  text-align: center;
  padding: 150px 0 50px 0;
  position: relative;
}
header .header-content .header-content-inner {
  position: relative;
  margin: 0 auto;
  max-width: 500px;
  color: #666666;
}
header .header-content .header-content-inner p {
  font-size: 1em;
  color: #666666;
}
header .header-content .header-content-inner h1 {
  margin-top: 60px;
  margin-bottom: 30px;
  color: #339967;
  font-weight: normal;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
}
header .header-content .header-content-inner h1 span {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
}
header .header-content .header-content-inner .list-badges {
  margin-bottom: 25px;
}
header .header-content .header-content-inner img {
  margin-top: 100px;
}


@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    text-align: left;
    padding: 0;
    height: 100vh;
  }
  header .header-content .header-content-inner {
    max-width: none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  header .device-container {
    max-width: none;
    max-height: calc(0vh);
    margin: 100px auto 0;
  }
}

/*
@media (min-width: 992px) {
  header .header-content .header-content-inner h1 {
    font-size: 1.4em;
  }
  header .header-content .header-content-inner h1 span {
    font-size: 1.4em;
  }
}
*/

section {
  padding: 30px 0;
}
section h2 {
  font-size: 50px;
}

section.tvv-component h2 {
  font-size: 2.8rem;
  color: white;
}

footer {
  background-color: #222222;
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
footer p {
  font-size: 12px;
  margin: 0;
}
footer ul {
  margin-bottom: 0;
}
footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
  text-decoration: none;
}
.bg-primary {
  background: #fdcc52;
  background: -webkit-linear-gradient(#fdcc52, #fdc539);
  background: linear-gradient(#fdcc52, #fdc539);
}
.text-primary {
  color: #fdcc52;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}



::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}

/* headline joomla article */
.tvv-bgcolor-yellow-green .subheading-category {
  color: white;
}


.subheading-category {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif !important;
  font-size: 4.2rem !important;
}

h1.tvv-heading {
  font-weight: normal;  
}

.tvv-txt-green {
  color: #008f6b;
}

.tvv-txt-white {
  color: #ffffff;
}

/* background colors */
.tvv-bgcolor-grey {
  background-color: rgba(0, 0, 0, 0.5);
}

.tvv-bgcolor-green {
  background: #008f6b;
}

.tvv-bgcolor-yellow {
  background: #fdcc52;
}

.tvv-bgcolor-white {
  background: #ffffff;
}

.tvv-bgcolor-yellow-green {
  background: #008f6b;
  background: -webkit-linear-gradient(#fdcc52, #008f6b);
  background: linear-gradient(#fdcc52, #008f6b);
}

.tvv-news-blog h2 {
  font-size: 2em;
  
}

.tvv-news-blog a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: white;
}


/* main page - VEREIN */
.tvv-vorstandschaft-mail a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #008f6b;
}

.tvv-vorstandschaft-mail a:hover,
.tvv-vorstandschaft-mail a:focus {
  color: #008f6b;
}

.tvv-vorstandschaft p {
  line-height: 1;
  text-align: center;
}

.tvv-vorstandschaft-posten, 
.tvv-vorstandschaft-mail {
  font-size: small;
}

.tvv-100jahre a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #008f6b;
}

.tvv-100jahre a:hover,
.tvv-100jahre a:focus {
  color: #008f6b;
}

.tvv-100jahre p {
  line-height: 1.2;
}

.tvv-100jahre h2 {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 3.2rem;
}

.tvv-100jahre-ausstellung {
  padding-left: 4rem;
  padding-bottom: 3rem;
}


/* main page - ABTEILUNGEN */
.tvv-funktionaere-mail a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #fdcc52;
}

.tvv-funktionaere-mail a:hover,
.tvv-funktionaere-mail a:focus {
  color: #fdcc52;
}

.tvv-funktionaere-posten, 
.tvv-funktionaere-mail {
  font-size: small;
}

.tvv-funktionaere p {
  line-height: 1;
  text-align: center;
}

.tvv-abteilungen p {
  line-height: 2;
  color: white;
}

header .header-content .header-content-inner .tvv-abteilungen-header h1 {
  font-family: 'Roboto Condensed', 'Helvetica', 'Arial', 'sans-serif';
  color: #666666;
  font-size: 2.4rem;
  line-height: 1.5;
}

header .header-content .header-content-inner .tvv-abteilungen-header img {
  margin-top: 0px;
}

header .header-content .header-content-inner .tvv-galerie img {
  margin-top: 0px;
}

.tvv-galerie p {
  font-size: 1em;
  color: #666666;
}

.tvv-galerie p a {
  font-size: 1.2em;
  color: #008f6b;
}

.tvv-galerie p a:hover,
.tvv-galerie pa:focus {
  font-size: 1.2em;
  color: #fcbd20;
}

.tvv-abteilungen-header h2 {
  padding-left: 4rem;
}

.tvv-abteilungen-header h2 a {
  color: #666666;
}

.tvv-abteilungen-header h2 a:hover,
.tvv-abteilungen-header h2 a:focus {
  color: #fdcc52;
}

/*
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #fdcc52;
}
a:hover,
a:focus {
  color: #fcbd20;
}
*/

/* main page - BIKE-EVENT */
.tvv-bike-event-infos a,
.tvv-bike-event-platzierungen a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #008f6b;
}

.tvv-bike-event-infos a:hover,
.tvv-bike-event-infos a:focus,
.tvv-bike-event-platzierungen a:hover,
.tvv-bike-event-platzierungen a:focus {
  color: #008f6b;
}



/* main page - IMPRESSUM */
.tvv-impressum-paragraph {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 15em;
  font-weight: bold;
  /*color: #008f6b !important;*/
  color: #a6a6a6 !important;
}

.mtb {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/mtb_background.jpg'); 
}


/* buttons */
.btn-outline {
  color: #008f6b;
  font-weight: bold;
  border-color: #008f6b;
  border: 2px solid;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
  font-weight: bold;
  background-color: #008f6b;
  border-color: #008f6b;
}


.btn-outline-green {
  color: #008f6b;
  font-weight: bold;
  border-color: #008f6b;
  border: 1px solid;
}
.btn-outline-green:hover,
.btn-outline-green:focus,
.btn-outline-green:active,
.btn-outline-green.active {
  color: white !important;
  font-weight: bold;
  background-color: #008f6b;
  border-color: #008f6b;
}


.btn-outline-green-2px {
  color: #008f6b;
  font-weight: bold;
  border-color: #008f6b;
  border: 2px solid;
}
.btn-outline-green-2px:hover,
.btn-outline-green-2px:focus,
.btn-outline-green-2px:active,
.btn-outline-green-2px.active {
  color: white;
  font-weight: bold;
  background-color: #008f6b;
  border-color: #008f6b;
}


.btn-outline-white-yellow {
  color: white;
  font-weight: bold;
  border-color: white;
  border: 1px solid;
}
.btn-outline-white-yellow:hover,
.btn-outline-white-yellow:focus,
.btn-outline-white-yellow:active,
.btn-outline-white-yellow.active {
  color: white;
  font-weight: bold;
  background-color: #fdcc52;
  border-color: #fdcc52;
}


.btn {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 300px;
}
.btn-xl {
  padding: 15px 45px;
  font-size: 15px;
}
.btn-xs {
  padding: 5px 10px;
  font-size: 1rem;
}
.btn-page-top {
  margin-bottom: 20px;
}


/* tables */
.tabelle-mobile-menu {
  font-size: 18px;
  line-height: 1.5;
}
.tabelle-mobile-menu > thead > tr > td {
  padding: 2px 10px 2px 10px;
  line-height: 1.5;
  vertical-align: top;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
  text-align: center;
  color: #008f6b;
}
.tabelle-mobile-menu > tbody > tr > td {
  padding: 2px 10px 2px 10px;
  line-height: 1.5;
  vertical-align: top;
  border-bottom: 1px dashed #ddd;
  text-align: center;
}

.tabelle-kids-cup,
.tabelle-streckeninfo {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.tabelle-kids-cup > tbody > tr > td,
.tabelle-streckeninfo > tbody > tr > td {
  padding-right: 20px;
  line-height: 1.5;
  vertical-align: top;
}

/* mobile page scroll menu */
.mobile-menu {
  text-align:center;
  padding-bottom: 150px;
  position: relative;
  z-index: 99;
}
.mobile-menu a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #008f6b;
  font-size: 18px;
  line-height: 1.5;
}
.mobile-menu a:hover,
.mobile-menu a:focus {
  color: #008f6b;
}

.footer-fill-up {
  background-color: #222222;
}

div.container div.blog  div.items-more {
  padding-top: 30px;
}

div.container div.blog div.pagination ul.pagination-list li {
  list-style: none;
  float: left;
  padding: 0 5px 0 5px;
}
