body {
  font-family: "Lato", sans-serif;
  color: #2c3740;
  overflow-x: hidden;
  font-family: "Raleway", sans-serif;
}

.staze {
  background-color: #eeeeee;
}

.lista-staze {
  background-color: #eeeeee;
  padding-bottom: 100%;
  margin-bottom: -100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0px;
}

.lista-staze h5 {
  color: white;
  display: inline-block;
  background-color: #8e9ba7;
  font-size: 13px;
  margin: 0;
  padding: 7px 60px 7px 20px;
  margin-bottom: 7px;
}

.lista-staze ul {
  margin-bottom: 50px;
  padding-left: 30px;
}

.lista-staze ul li {
  display: block;
  float: none;
}

.lista-staze ul li a {
  background-color: transparent;
  padding-left: 0px;
  display: block;
  border: 0;
  border-bottom: 1px solid lightgray;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  border-radius: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}

.lista-staze ul > li.active > a {
  background-color: #8e9ba7;
  color: white;
}

.content {
  background-position: bottom;
}

.content section {
  background-color: white;
  margin-top: -80px;
}

.content .content-wrap {
  border: 1px solid lightgray;
}

.banner {
  padding-top: 190px;
  padding-bottom: 50px;
  background-color: #999999;
  background-position: center;
  background-size: cover;
}

.banner h2 {
  font-size: 35px;
  font-weight: 900;
  color: white;
  margin-top: 25px;
  text-shadow: 1px 0px 2px #333;
  text-transform: uppercase;
}

.banner h2 .border-under {
  margin-top: 10px;
}
.banner h1 {
  font-size: 35px;
  font-weight: 900;
  color: white;
  margin-top: 25px;
  text-shadow: 1px 0px 2px #333;
  text-transform: uppercase;
}

.banner h1 .border-under {
  margin-top: 10px;
}
.banner h5 {
  margin-bottom: 0;
  font-size: 13px;
  color: #cd2623;
}

.under-nav ul {
  list-style: none;
  padding-left: 0px;
  padding-top: 25px;
  padding-bottom: 40px;
}

.under-nav ul li {
  display: inline;
  font-size: 13px;
}

.under-nav ul li.active {
  color: #cd2623;
}

.under-nav span {
  padding-left: 10px;
  padding-right: 10px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Raleway", sans-serif;
}

a,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
  color: #cd2623;
}

.slika {
  overflow: hidden;
}

.slika img {
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

a,
a:active,
a:focus {
  outline: none !important;
  /* Works in Firefox, Chrome, IE8 and above */
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 0 none;
}

button::-moz-focus-inner {
  border: 0;
}

.button,
.button:focus,
.button:visited,
.button:active {
  border: none;
  border-radius: 0;
  background-color: #cd2623;
  color: white;
  padding: 15px 50px;
  font-weight: 500;
  transition: all 0.3s;
  outline: 0;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2c3740;
  color: white;
}

.button2,
.button2:focus,
.button2:visited,
.button2:active {
  background-color: transparent;
  border: 2px solid #2c3740;
  color: #2c3740;
  width: 140px;
  padding: 10px 0px;
}

.button2:hover {
  background-color: #cd2623;
  border: 2px solid #2c3740;
}

#firstline {
  height: 50px;
  background-color: #e8edf1;
  line-height: 50px;
  font-size: 14px;
}

#firstline ul {
  padding-left: 0;
  list-style: none;
  text-align: right;
  padding-right: 0;
}

#firstline ul li {
  display: inline-block;
  border-left: 1px solid #cdd4da;
  padding-left: 20px;
  padding-right: 20px;
}

#firstline ul li i {
  color: #8e9ba7;
}

#firstline ul li a:hover i {
  color: #cd2623;
}

.mail i {
  color: #54667a;
  margin-right: 7px;
}

.member-login {
  background-color: #8e9ba7;
  text-align: center;
  color: white;
}

.member-login a,
.member-login a:active,
.member-login a:focus,
.member-login a:visited {
  text-decoration: none;
  color: white;
  font-weight: bold;
}
.member-login a.active {
  color: #cd2623;
}
.member-login a img {
  max-height: 15px;
  border-radius: 4px;
  margin-right: 2px;
  position: relative;
  top: -2px;
}

.member-login span {
  margin-left: 15px;
  margin-right: 15px;
}

.member-login a:hover {
  color: #cd2623;
}

.member-login:after {
  background: url("../images/member-login-after.png") center no-repeat;
  content: "";
  display: block;
  height: 50px;
  position: absolute;
  right: -75px;
  top: 0;
  width: 75px;
}

header {
  background-color: white;
  z-index: 1001;
  position: relative;
}

.nav-fixed {
  position: fixed;
  top: 0;
  width: 100%;
}

#logo {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 5px;
}

#logo a {
  text-decoration: none;
  color: #1c1c1c;
  display: inline-block;
}

.logo img {
  max-height: 70px;
}

.logo img,
.number,
#logo {
  transition: all 0.2s;
}

.number {
  padding-top: 20px;
}

.number h3 {
  color: #1f1f1f;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding-top: 5px;
  padding-left: 10px;
  border-right: 1px solid #1c1c1c;
  font-family: "Lato", sans-serif;
}

.number h3 i {
  color: #333;
  font-size: 32px;
  float: left;
  margin-right: 10px;
  position: relative;
  top: -3px;
}

.number h5 {
  font-size: 28px;
  font-weight: bold;
  padding-right: 0px;
  margin: 0;
  font-family: "Lato", sans-serif;
}

.navigacija {
  background-image: url(../images/nav-back.jpg);
  background-repeat: no-repeat;
  background-position: right;
}

.navigacija .navbar {
  margin-bottom: 0;
}

.navigacija .navbar {
  border: none;
  border-radius: 0px;
}

.navigacija .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.navigacija .navbar-inverse {
  background-color: transparent;
}

.navigacija .navbar-right {
  margin-right: 0;
  position: relative;
}

.navigacija .navbar-right:before {
  background: url("../images/nav-before.png") center no-repeat;
  content: "";
  display: block;
  height: 50px;
  position: absolute;
  left: -75px;
  top: 0;
  width: 75px;
}

.navigacija .navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  background-color: transparent;
}

.navigacija .navbar-nav > li:first-child {
  border-left: 1px solid #4e555a;
}

.navigacija .navbar-nav > li {
  background-color: #3a4147;
  border-right: 1px solid #4e555a;
}

.navigacija .navbar-right .dropdown-menu {
  right: auto;
}

.navigacija .navbar-nav > li .dropdown-menu {
  background-color: #3a4147;
  padding-top: 0;
  padding-bottom: 0;
}

.navigacija .navbar-nav > li .dropdown-menu a,
.navigacija .navbar-nav > li.active .dropdown-menu a {
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 300;
  border-bottom: 1px solid #5e686e;
  background-color: transparent;
}

.navigacija .navbar-nav > li .dropdown-menu a.inactive {
  color: #5e686e;
}

.navigacija .navbar-nav > li .dropdown-menu a:hover,
.navigacija .navbar-nav > li.active .dropdown-menu a:hover {
  color: white;
  background-color: #8e9ba7;
}

.navigacija .navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a {
  background-color: #3a4147;
}

.navbar-inverse .navbar-nav > .open.active > a,
.navbar-inverse .navbar-nav > .active > a {
  background-color: #8e9ba7 !important;
}

.navigacija .navbar-nav > li.active a {
  color: white;
  background-color: #8e9ba7;
}

.navigacija .navbar-nav > li.active a:hover {
  color: #cd2623;
  background-color: #8e9ba7;
}

.navigacija .navbar-nav > li > a {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 14px;
  font-family: "Lato", sans-serif;
}

.navigacija .navbar-nav > li > a:hover {
  color: #cd2623;
}

.navigacija .navbar-nav > li.phone-number {
  text-align: center;
  font-size: 20px;
  padding: 10px;
  font-weight: 800;
  overflow-x: hidden;
  color: white;
}

.navigacija .navbar-nav > li.phone-number a {
  border-bottom: 0px solid gray;
}

.navigacija .navbar-nav > li.phone-number i {
  font-size: 35px;
  margin-right: 10px;
  color: white;
  position: relative;
  bottom: -5px;
}

.navigacija .navbar-nav > li.phone-number.social-mobile a {
  display: inline-block;
  padding: 0;
}

.navigacija .navbar-nav > li.phone-number.social-mobile i {
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
  bottom: 0px;
  font-size: 30px;
  color: #cd2623;
}

.navigacija .navbar-nav > li.close-nav {
  text-align: right;
}

.navigacija .navbar-nav > li.close-nav a {
  display: inline-block;
  font-size: 30px;
  padding-right: 15px;
  font-weight: 900;
}

.navigacija .navbar-nav > li.close-nav a i {
  cursor: pointer;
}

.dropdown.open .dropdown-menu {
  display: none;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown.open:hover .dropdown-menu {
  display: block;
}

/* SLIDER */

#slider {
  z-index: 999;
  position: relative;
  background-color: #999999;
  min-height: 300px;
}

#slider .carousel-inner > .item {
  -webkit-transition: 0.4s ease-in-out left;
  -moz-transition: 0.4s, ease-in-out, left;
  -o-transition: 0.4s, ease-in-out, left;
  transition: 0.4s, ease-in-out, left;
  text-align: center;
}
#slider .carousel-inner > .item img {
  display: inline-block;
}
.carousel-caption {
  height: 100%;
  max-width: 1170px;
  margin: 0;
  bottom: 0;
  top: 22%;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: left;
  display: inline-block;
}

.carousel-caption h2 {
  font-size: 48px;
  font-weight: 900;
}

.underhead {
  margin-top: -200px;
  position: relative;
  z-index: 1000;
}

.underhead-container {
  padding-left: 30px;
  padding-right: 30px;
}

.underhead-wrap {
  background-color: white;
  background-image: url(../images/underhead-back.png);
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 30px 15px 30px 50px;
  min-height: 200px;
}

.underhead-title {
  padding-left: 0;
}

.underhead h3 {
  color: white;
  background-color: #8e9ba7;
  display: inline-block;
  padding: 10px 20px 10px 10px;
  font-size: 13px;
  height: 35px;
  margin: 0;
}

.underhead h4 {
  display: inline-block;
  border-right: 1px solid #2c3740;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 800;
  font-size: 24px;
  margin: 0;
  margin-top: 8px;
  font-family: "Open Sans", sans-serif;
}

.underhead h4 span {
  font-weight: 300;
  font-size: 18px;
}

.underhead h4:first-child {
  padding-left: 5px;
}

.underhead h4:last-child {
  border-right: 0px solid #4e555a;
}

.underhead h2 {
  font-size: 37px;
  font-weight: 900;
  color: #2c3740;
  font-family: "Open Sans", sans-serif;
  margin-top: 5px;
  text-transform: uppercase;
}

.underhead h2 span {
  font-weight: 400;
}

.underhead h5 {
  color: #cd2623;
  font-weight: 400;
  font-size: 30px;
  margin-top: 5px;
  font-family: "Open Sans", sans-serif;
}

.underhead h5 span {
  font-weight: 300;
}

.underhead p {
  font-size: 16px;
  color: #2c3740;
  margin-bottom: 0px;
}

.underhead .col-md-4 {
  padding-left: 15px;
}

.underhead .col-md-2 {
  text-align: center;
  padding-top: 5px;
  padding-left: 7px;
}

.underhead .button {
  padding: 20px 60px;
  font-size: 14px;
}

.aktuelle h2 {
  font-family: "Raleway", sans-serif;
  font-size: 35px;
  font-weight: 900;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 50px;
}

.aktuelle {
  background-color: #c3d4e3;
  padding-top: 200px;
  margin-top: -120px;
  padding-bottom: 50px;
}

.aktuelle .container {
  padding-left: 30px;
  padding-right: 30px;
}

.aktuelle h5 {
  margin: 0;
  color: #cd2623;
  font-weight: 600;
}

.border-under {
  width: 45px;
  height: 2px;
  background-color: #cd2623;
  display: block;
}

.aktuelle .border-under {
  margin-top: 15px;
}

.aktuelle figure {
  background-color: white;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.aktuelle figure:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.aktuelle h4 {
  font-size: 24px;
  font-weight: 900;
  font-family: "Raleway", sans-serif;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
}

.aktuelle p {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  margin-bottom: 20px;
}

.aktuelle a {
  color: #cd2623;
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
}

.news-main {
  padding-top: 70px;
  padding-bottom: 70px;
}

.kontrole button,
.kontrole button:active,
.kontrole button:focus,
.kontrole button:visited {
  border-radius: 0px;
  color: gray;
  outline: none;
  box-shadow: none;
  font-size: 25px;
  color: white;
  border: 0px solid lightgray;
  background-color: #cad1d6;
}

.kontrole button:hover {
  background-color: #41474b;
  color: white;
}

.kontrole {
  text-align: right;
  margin-bottom: 30px;
}

.news-cover {
  z-index: 100;
}

.news-cover .button {
  margin-top: -72px;
}

.sliderNews div {
  outline: 0;
}

.sekcija {
  background-color: #c3d4e3;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(195, 212, 227) 0%,
    rgb(214, 224, 233) 26%,
    rgb(232, 235, 239) 75%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(195, 212, 227) 0%,
    rgb(214, 224, 233) 26%,
    rgb(232, 235, 239) 75%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(195, 212, 227) 0%,
    rgb(214, 224, 233) 26%,
    rgb(232, 235, 239) 75%
  );
  padding: 15px;
  min-height: 334px;
}

.sekcija h5 {
  color: #cd2623;
  font-size: 11px;
  font-weight: 600;
  margin: 0;
}

.sekcija h3 {
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  margin-top: 10px;
  margin-bottom: 15px;
  min-height: 50px;
}

.sekcija p {
  min-height: 185px;
  font-size: 14px;
}

.sekcija p a {
  color: #cd2623;
}

.video {
  margin-bottom: 50px;
}

.video-left {
  background-position: center;
  height: 420px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.video-left video {
  height: 100%;
  width: 100%;
  background-color: black;
  cursor: pointer;
}

.video-left .button {
  color: white;
  background-color: transparent;
  border: 2px solid white;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.video-left .button i {
  margin-right: 10px;
  font-size: 17px;
}

.video-left .button:hover {
  background-color: #cd2623;
}

.video-right {
  background-color: #3d4347;
  min-height: 420px;
  padding: 80px 15px 15px 15px;
}

.video-right h2 {
  font-family: "Raleway", sans-serif;
  font-size: 35px;
  font-weight: 900;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 35px;
  color: white;
}

.video-right h5 {
  margin: 0;
  color: #bac2c9;
  font-weight: 600;
  margin-bottom: 10px;
}

.video-right .border-under {
  margin-top: 16px;
}

.video-right p {
  color: #bac2c9;
  font-size: 15px;
}

.galerie-main {
  padding: 70px 0px;
  text-align: center;
}

.galerie-main .border-under {
  margin: 0 auto;
  margin-top: 15px;
}

.galerie-main h2 {
  font-family: "Raleway", sans-serif;
  font-size: 35px;
  font-weight: 900;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 50px;
  color: #1c1c1c;
}

.galerie-main h5 {
  margin: 0;
  color: #cd2623;
  font-weight: 600;
  margin-bottom: 10px;
}

.galerija img {
  margin: 0 auto;
}

.galerija .col-md-3,
.galerija .col-md-6 {
  margin-bottom: 30px;
}

.galerija .img-3 {
  height: 203px;
  width: auto;
}

.galerija .img-6 {
  height: 436px;
}

.galerija .img-6half {
  height: 203px;
}

.galerija .slika:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* KONTAKT MAIN */

.kontakt-main {
  background-color: #cd2623;
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
}

.kontakt-main .button {
  background-color: white;
  color: #1c1c1c;
}

.kontakt-main .button:hover {
  background-color: #1c1c1c;
  color: white;
}

.kontakt-main h3 {
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  margin: 0;
}

.kontakt-main p {
  font-size: 16px;
  margin-bottom: 0;
}

.kontakt-main .col-md-3 {
  text-align: right;
}

/*FOOTER*/

footer {
  background-color: #3d4347;
  color: #bac2c9;
  padding-bottom: 50px;
  padding-top: 50px;
}

footer h2,
footer span {
  color: white;
}

footer h2 {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 30px;
  text-transform: uppercase;
}

footer span {
  font-weight: 600;
}

footer h2 .border-under {
  background-color: #bac2c9;
  margin-top: 10px;
}

footer input {
  height: 50px;
  border: 1px solid white;
  width: 305px;
  padding: 10px;
  box-shadow: none !important;
  outline: 0 !important;
  color: #333;
}
footer .footer-captcha {
  text-align: center;
}
footer .footer-captcha img {
  margin-bottom: 10px;
  display: inline-block;
}
footer .footer-captcha input {
  width: 98%;
  max-width: 150px;
}
footer .button,
footer .button:focus,
footer .button:visited,
footer .button:active {
  height: 52px;
  width: 50px;
  margin-top: -2px;
  margin-left: -2px;
  padding: 0px;
}

footer .button i {
  font-size: 30px;
}

.footerInfo a {
  text-decoration: none;
  color: inherit;
}

.lastline {
  background-color: #363c40;
}

.lastline-img {
  padding-top: 30px;
  padding-bottom: 30px;
}

.lastline-bottom {
  height: 50px;
  line-height: 50px;
  background-image: url(../images/lastline-back.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.lastline-bottom p {
  margin-bottom: 0;
}

.lastline-bottom {
  color: #bac2c9;
}

.lastline-bottom span {
  color: white;
}

.copy a {
  color: white;
}

.lastline-links a {
  color: #798995;
  margin-left: 20px;
  margin-right: 0px;
}

.lastline-links a:hover {
  color: #cd2623;
}

.lastline-links {
  background-color: #2f3234;
  text-align: center;
}

.lastline-links:before {
  background: url("../images/lastline-before.png") center no-repeat;
  content: "";
  display: block;
  height: 50px;
  position: absolute;
  left: -75px;
  top: 0;
  width: 75px;
}

/*************
TRACKDAY
*******************/

.trackdays-intro {
  padding-bottom: 120px;
}

.gutscheine {
  padding-bottom: 80px;
}

.trackdays-intro .col-md-3 img {
  margin-top: 25px;
  margin-bottom: 20px;
}

.trackdays-intro h2 {
  font-size: 36px;
  font-weight: 900;
  color: #2c3740;
  margin: 0;
  text-transform: uppercase;
}

.trackdays-intro h3 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 25px;
}
.trackdays-intro h3 strong {
  font-weight: 900;
}
.trackdays-intro h4 {
  font-size: 20px;
  font-weight: 900;
  margin: 0;
}

.trackdays-intro p {
  font-size: 16px;
  text-transform: uppercase;
}

.trackdays {
  background-image: url(../images/trackdays-back.png);
  background-size: cover;
  padding-bottom: 50px;
}

.race-nav.nav-tabs {
  margin-top: 45px;
  border-bottom: none;
}

.race-nav.nav-tabs li.active a {
  background-color: #8e9ba7;
  border: 2px solid #8e9ba7;
  color: white;
}

.race-nav.nav-tabs li {
  margin-bottom: 15px;
}

.race-nav.nav-tabs li a {
  border: 2px solid #8e9ba7;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
}

.trackdays .paneli {
  margin-top: -50px;
}

.trackdays .panel-group {
  margin-bottom: 0;
  margin-top: -30px;
}

.trackdays .panel-group .panel {
  border-radius: 0;
}

.trackdays .panel-group .panel + .panel {
  margin-top: 0px;
}

.trackdays .underhead {
  position: inherit;
  z-index: 2;
  margin-top: 0;
  padding: ;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.trackdays .panel-heading {
  padding-bottom: 0px;
  background-color: white;
  padding-left: 40px;
  padding-top: 0px;
}

.trackdays .panel-naslov {
  background-image: url(../images/trackdays-shadow.png);
  background-position: bottom;
}

.trackdays .panel-button {
  text-align: right;
  padding-right: 0;
}

.trackdays .panel-button button {
  height: 50px;
  width: 135px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  background-color: #d5dde4;
  color: #333;
}

.trackdays .panel-button button:hover {
  background-color: #8e9ba7;
  color: white;
}

.trackdays .panel-button button:focus {
  background-color: #8e9ba7;
  color: white;
}

.trackdays .panel-button button.detail {
  margin-right: -2px;
}

.trackdays .panel-button:nth-child(1) button {
  margin-right: -3px;
}

.trackdays .panel-naslov h3 {
  color: white;
  display: inline-block;
  background-color: #8e9ba7;
  font-size: 13px;
  margin: 0;
  padding: 7px 60px 7px 20px;
  text-transform: uppercase;
}

.trackdays .underhead h5 {
  margin-top: 30px;
  text-transform: uppercase;
}

.free-places {
  font-weight: 700;
  color: #cd2623;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}

.trackdays .panel-default .panel-body {
  background-color: #dde4ea;
  padding-top: 50px;
  padding-bottom: 30px;
}

.trackdays .panel-body .col-md-3 {
  width: 20%;
}

.trackdays .panel-body ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.trackdays .panel-body ul li {
  font-family: "Open Sans", sans-serif;
}

.trackdays .panel-body h5 {
  font-size: 13px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 5px;
}

.trackdays .panel-body .col-md-8 {
  padding-left: 0;
  padding-right: 0px;
}

.trackdays .panel-body .col-md-4 {
  padding-right: 5px;
}

.trackdays .panel-body p {
  margin-bottom: 20px;
  margin-top: 0px;
}
.trackdays .panel-body p.nur-desc {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 35px;
}
.trackdays .panel-body p.nur-desc a {
  text-decoration: underline;
  color: #cd2623;
}

.trackdays .panel-forma input {
  height: 40px;
  line-height: 40px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
}

.trackdays .panel-forma label {
  text-transform: uppercase;
  font-weight: 900;
}

.trackdays .panel-forma button {
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  width: 150px;
  margin-bottom: 20px;
  margin-top: 25px;
}

.trackdays-coaching {
  margin-bottom: 50px;
}

.trackdays-coaching h2 {
  font-size: 36px;
  font-weight: 900;
  color: #2c3740;
  margin: 0;
  margin-bottom: 30px;
}

.exlusive {
  background-color: #a09270;
  padding: 30px;
  color: white;
}

.exlusive .btn-default,
.exlusive .btn-default:active,
.exlusive .btn-default:visited,
.exlusive .btn-default:focus {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  padding: 15px 20px;
  margin-left: 20px;
  border-radius: 0;
  font-weight: 500;
  transition: all 0.2s;
  margin-top: 5px;
}

.exlusive .btn-default:hover {
  background-color: #cd2623;
  color: white;
  border: 2px solid white;
}

.exlusive h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
}

.exlusive h2 span {
  font-weight: 900;
}

.rennfahrer dl {
  margin-bottom: 0px;
  margin-top: 0px;
}

.rennfahrer dt {
  width: 130px;
  font-weight: 700;
  font-size: 20px;
  color: #cd2623;
  line-height: 1;
  max-height: 46px;
  border-right: 3px solid #333;
  padding-right: 21px;
}

.rennfahrer dd {
  font-weight: 400;
  margin-left: 130px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-top: 0px;
  color: #333;
}

.rennfahrer dd p {
  margin-top: -5px;
  font-size: 18px !important;
}

/*************
ERLEBNIS
*******************/

.erlebnis {
  background-image: url(../images/erlebnis-back.png);
  background-size: cover;
  padding-bottom: 50px;
}

.erlebnis section {
  background-color: white;
  margin-top: -100px;
}

.erlebnis .erlebnis-intro .col-md-3 {
  min-height: 850px;
  background-color: #cad0d6;
  background-image: url(../images/erlebnis1-new.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  border-top: 5px solid #cd2623;
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
}

.erlebnis .coach .col-md-3 {
  min-height: 550px;
}

.erlebnis .renntaxi .col-md-3 {
  min-height: 400px;
  background-color: #cad0d6;
  background-image: url(../images/renntaxi-new.png);
  background-position: center top;
  background-repeat: no-repeat;
  border-top: 0px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid lightgray;
}

.erlebnis .person .col-md-3 {
  min-height: 620px;
  background-color: #cad0d6;
  background-image: url(../images/kinder-logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-top: 0px solid transparent;
  border-top: 5px solid #cd2623;
  border-left: 1px solid transparent;
  border-right: 1px solid lightgray;
}

.erlebnis .rennfahrer {
  overflow: hidden;
}

.erlebnis .rennfahrer .col-md-3 {
  min-height: 620px;
  background-image: none;
  background-color: #cad0d6;
  border-top: 5px solid #cd2623;
  border-left: 1px solid transparent;
  border-right: 1px solid lightgray;
  padding-bottom: 200%;
  margin-bottom: -100%;
}
.erlebnis .erlebnis-intro.young-driver {
  overflow: hidden;
}
.erlebnis .erlebnis-intro.young-driver .col-md-3 {
  text-align: center;
  padding-bottom: 200%;
  padding-top: 80px;
  margin-bottom: -200%;
  min-height: auto;
}
.erlebnis .erlebnis-intro.young-driver .col-md-3 img {
  display: inline-block;
  margin-bottom: 30px;
}
.erlebnis .erlebnis-intro .col-md-3 p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: italic;
  padding: 30px 30px 30px 50px;
  margin-top: 20px;
}

.erlebnis .erlebnis-intro .col-md-3 p i {
  position: absolute;
  color: #cd2623;
  left: 35px;
  font-size: 22px;
}

.erlebnis section .col-md-9 {
  border-right: 1px solid lightgray;
  padding: 65px 60px 40px 70px;
}

.erlebnis section h2 {
  font-size: 30px;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}

.erlebnis section h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.6;
}

.erlebnis section p {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.6;
}

.erlebnis section .col-md-9 ul {
  padding-left: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.erlebnis-buchen.funboost-buchen .col-md-12 {
  background-color: #cd2623;
}

.erlebnis.funboost-erlebnis h2 {
  font-weight: 400;
}

.erlebnis.funboost-erlebnis h2 b {
  font-weight: 900;
}

.funboost-erlebnis-intro {
  padding-bottom: 30px;
  padding-top: 30px;
}

.button-share {
  border: 2px solid #cd2623;
  color: #2c3740;
  text-align: left;
  padding: 0px 0px 0px 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: none;
  transition: all 0.2s;
}

.button-share:hover {
  color: #cd2623;
  border: 2px solid #2c3740;
}

.button-share:hover span {
  background: #2c3740;
}

.button-share span {
  color: #fff;
  font-weight: bold;
  padding: 3px 10px;
  background: #cd2623;
  display: inline-block;
  font-size: 1.125em;
  margin-left: 15px;
  transition: all 0.2s;
}

.funboost-erlebnis-daten {
  background-image: url("../images/funboost-erlebnis2.png");
  background-position: right;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}

.funboost-erlebnis-daten h4 {
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 50px;
}

.funboost-erlebnis-daten dt {
  width: auto;
  text-align: left;
  font-weight: 400;
}

.funboost-erlebnis-daten .dl-lista {
  border-top: 1px solid lightgray;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

.funboost-erlebnis-daten dd {
  font-weight: 600;
}

.funboost-check {
  background-color: #cddae4;
  background-image: url(../images/funboost-check-shadow.png);
  background-position: top;
  background-repeat: no-repeat;
  padding-bottom: 30px;
  padding-top: 30px;
}

.funboost-check .col-md-4 {
  padding: 0;
}

.funboost-middle {
  text-align: center;
}

.funboost-check-right {
  text-align: right;
  margin-top: 30px;
  margin-bottom: 20px;
}

.funboost-check-right h5 {
  margin-top: 0;
  padding-right: 25px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}

.funboost-check-right img {
  position: absolute;
  right: 0;
  top: 0px;
}

.funboost-check-left {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 20px;
}

.funboost-check-left h5 {
  margin-top: 0;
  padding-left: 25px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}

.funboost-check-left img {
  position: absolute;
  left: 0;
  top: 0px;
}

.erlebnis .erlebnis-intro .angebot-section {
  overflow: hidden;
  border-bottom: 1px solid lightgray;
}
.angebot-section2 {
  border-top: 1px solid lightgray;
}
.erlebnis .erlebnis-intro .angebot-section .col-md-3,
.angebot-section2 .col-md-3 {
  height: auto;
  border-top: 5px solid #cd2623;
  border-left: 1px solid lightgray;
  background-color: white;
  background: -webkit-linear-gradient(right, #cad0d6, white 80%);
  background-position: top;
  background-repeat: no-repeat;
  padding-bottom: 150%;
  margin-bottom: -150%;
}

.funboost-angebot .underhead {
  margin-top: 0;
}

.funboost-angebot .underhead .button {
  padding: 15px 30px;
  font-size: 14px;
  background-color: transparent;
  border: 2px solid #2c3740;
  color: #2c3740;
  margin-top: 40px;
}

.funboost-angebot .underhead .button:hover {
  background-color: #cd2623;
  color: white;
}

.funboost-angebot .angebot-section .underhead h5 {
  font-size: 18px;
  text-transform: uppercase;
}

.erlebnis.funboost-angebot .erlebnis-intro .angebot-section h5 {
  font-weight: 400;
}

.funboost-angebot .underhead.underhead-kontaktanfrage .button {
  margin-top: 0;
}

.underhead.underhead-kontaktanfrage {
  background-color: #cbd7e0;
}

.funboost-sponsor {
  margin-top: 35px;
}

.funboost-sponsor p {
  font-size: 13.5px !important;
}

.funboost-sponsor-partner h5 {
  color: #cd2623;
}

.funboost-sponsor h3 {
  margin-top: 0px !important;
  font-weight: 900 !important;
  margin-bottom: 10px !important;
}

.funboost-sponsor a {
  font-weight: bold;
}

.funboost-events-buchen .col-md-12 {
  padding: 0 !important;
  padding-left: 10px !important;
  margin-right: 15px !important;
}

.funboost-events-buchen .col-md-9 {
  padding: 40px 50px !important;
  border: none !important;
}

.funboost-events-buchen h1 {
  font-size: 36px !important;
}

.funboost-events-buchen {
  overflow: hidden;
}

.funboost-events-buchen .col-md-3 {
  background-color: #7c3638;
  background: -webkit-linear-gradient(right, #592728, #cd2623 80%);
  padding-bottom: 100%;
  text-align: center;
  margin-bottom: -100%;
}

.funboost-events-buchen .col-md-3 img {
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.anmeldungptag {
  margin-top: 20px;
}

.anmeldungptag p {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.erlebnis .erlebnis-intro .angebot-section p {
  margin-top: 20px;
}

.erlebnis .erlebnis-intro .angebot-section ul {
  padding-left: 0;
  list-style: none;
}

.erlebnis .erlebnis-intro .angebot-section ul span {
  color: #cd2623;
  font-weight: bold;
}

.trackdays-main ul {
  padding-left: 0;
  list-style: none;
}

.trackdays-main ul span {
  color: #cd2623;
  font-weight: bold;
}

.trackdays-main section p {
  margin-bottom: 10px;
}

.erlebnis .erlebnis-intro .angebot-section h5 {
  font-weight: 700;
  margin-bottom: 5px;
}

.erlebnis .erlebnis-intro .angebot-section h6 {
  margin-bottom: 0;
  font-size: 20px;
  margin-top: 0;
}

.erlebnis .erlebnis-intro .angebot-section h6 span {
  font-size: 30px;
}

.erlebnis .erlebnis-intro .angebot-section h6 span b {
  font-weight: 900;
}

.timeline {
  margin-top: 20px;
}

.timeline-row {
  overflow: hidden;
}

.timeline .col-md-5 {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
}

.timeline .col-md-7 {
  text-align: left;
  border-left: 1px solid lightgray;
  padding-top: 20px;
  padding-bottom: 100%;
  margin-bottom: -100%;
}

.timeline-clock {
  color: #cd2623;
  font-family: "Lato", sans-serif;
  font-weight: 800;
}

.timeline-desc {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
}

.timeline .col-md-5::after {
  content: "";
  background-image: url("../images/timeline-circle.png");
  height: 14px;
  width: 14px;
  position: absolute;
  z-index: 10;
  right: -8px;
  top: 23px;
}

.erlebnis-buchen .col-md-12 {
  background-color: #ab9d7c;
  color: white;
  padding: 40px 30px;
}

.erlebnis-buchen h1,
.erlebnis-buchen h2,
.erlebnis section .erlebnis-buchen h2,
.intruktor section .erlebnis-buchen h2 {
  font-size: 48px;
  font-weight: 300;
  margin: 0;
}
.erlebnis-buchen.funboost-buchen.funboost-events-buchen h2 {
  font-size: 40px;
}
.erlebnis-buchen h1 span,
.erlebnis-buchen h2 span,
.erlebnis section .erlebnis-buchen h2 span,
.intruktor section .erlebnis-buchen h2 span {
  font-weight: 900;
}

.erlebnis-buchen .col-md-2 {
  margin-left: 0;
}

.erlebnis-buchen .btn-default,
.erlebnis-buchen .btn-default:active,
.erlebnis-buchen .btn-default:visited,
.erlebnis-buchen .btn-default:focus {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  padding: 15px 15px;
  margin-left: 0px;
  border-radius: 0;
  font-weight: 500;
  transition: all 0.2s;
  margin-top: 5px !important;
  outline: 0;
}

.erlebnis-buchen .btn-default:hover {
  background-color: #3d4347;
  color: white;
  border: 2px solid white;
}

/*
.erlebnis-tab .col-md-12 {
    background-color: white;
    overflow: hidden;
}

.erlebnis-tab .tab-lista {
    background-color: white;
    background: -webkit-linear-gradient(right, #cad0d6, white 80%);
    padding-bottom: 100%;
    margin-bottom: -100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 130px;
}

.erlebnis-tab .tab-lista .nav-tabs {
    margin-bottom: 50px;
}

.erlebnis-tab .tab-content {}

.erlebnis-tab .tab-lista .nav-tabs li {
    display: block;
    float: none;
}

.erlebnis-tab .tab-lista .nav-tabs li a {
    background-color: transparent;
    padding-left: 50px;
    border: 0;
    border-top: 1px solid lightgray;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    border-radius: 0;
}

.erlebnis-tab .tab-lista .nav-tabs>li.active>a {
    background-color: #8e9ba7;
    color: white;
}

.erlebnis .sparco .col-md-3 {
    background-image: url(../images/sparco-left.png);
    background-position: right;
    min-height: 345px;
}

.erlebnis section .sparco .col-md-9 {
    background-color: #284c76;
    border-right: 1px solid #284c76;
}

.erlebnis section .sparco h2 {
    color: white;
    margin-bottom: 40px;
}

.erlebnis section .sparco p {
    color: white;
}
*/

.intruktor {
  background-image: url(../images/erlebnis-back.png);
  background-size: cover;
  padding-bottom: 50px;
}

.intruktor-intro {
}

.intruktor section {
  background-color: white;
  margin-top: -100px;
}

.intruktor section .col-md-3 {
  height: 485px;
  background-size: cover;
  background-position: center top;
  border-top: 1px solid lightgray;
}

.intruktor section .col-md-9 {
  padding: 65px 60px 0px 70px;
  border-top: 1px solid lightgray;
}

.intruktor section .col-md-9 img {
  margin-top: 0px;
}

.intruktor section h2 {
  font-size: 30px;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}

.intruktor section h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.6;
}

.intruktor section h4 {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #cd2623;
}

.intruktor section p {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.6;
}

.intruktor section .col-md-9 ul {
  padding-left: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

/* CARS */

.cars {
  background-image: url(../images/erlebnis-back.png);
  background-size: cover;
  padding-bottom: 50px;
}

.cars-shadow {
  margin-top: -33px;
}

.cars section {
  background-color: white;
  margin-top: -100px;
}

.cars .nav-tabs {
  border-bottom: 0px;
}

.cars .nav-tabs li.active a {
  background-color: #8e9ba7;
  border: 2px solid #8e9ba7;
  color: white;
}

.cars .nav-tabs li a {
  border: 2px solid #8e9ba7;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
}

.cars .car-img {
  min-height: 420px;
  background-position: center;
  background-size: cover;
}

.cars .car-info {
  min-height: 420px;
  padding: 50px 15px 15px 50px;
}

.cars .car-info h2 {
  font-weight: 900;
  margin: 0;
  font-size: 36px;
  text-transform: uppercase;
}

.cars .car-info h2 span {
  font-weight: 300;
}

.cars .car-info h3 {
  font-weight: 700;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.cars .car-info h3.fahr-same {
  font-size: 14px;
  font-weight: 800;
  text-transform: inherit;
  margin-bottom: 10px;
}

.cars .car-info h3 span {
  font-weight: 300;
}

.cars .car-info h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.cars .car-info ul {
  padding-left: 0;
  font-weight: 300;
  list-style: none;
  margin-bottom: 0;
}

.cars .car-info ul li {
  margin-bottom: 7px;
}

.cars .car-price {
  background-color: #8e9ba7;
  min-height: 420px;
  padding: 30px;
  color: white;
}

.cars .car-price h3 {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-top: 10px;
}

.cars .car-price p {
  font-weight: 300;
}

.cars .car-price button,
.cars .car-price button:active,
.cars .car-price button:focus,
.cars .car-price button:visited {
  margin: 0 auto;
  margin-top: 20px;
  border: 2px solid white;
  background-color: transparent;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  padding: 8px 30px;
  outline: 0;
  transition: all 0.2s;
  border-radius: 0;
}

.cars .car-price button:hover {
  background-color: #cd2623;
  color: white;
}

/*************
KONTAKT
*******************/

.kontakt .content-wrap {
  padding: 50px 15px 30px 15px;
  margin-bottom: 50px;
}

.kontakt h2 {
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 50px;
  margin-top: 0;
}

.kontakt input[type="text"],
.kontakt input[type="email"],
.kontakt input[type="number"],
.kontakt select,
.kontakt textarea {
  display: block;
  width: 100%;
  border-radius: 0;
  margin-bottom: 20px;
  height: 40px;
  padding: 0 15px;
  outline: none;
  background-color: #eaeaea;
  border: 1px solid darkgray;
}

.kontakt input[type="text"]:focus,
.kontakt input[type="email"]:focus,
.kontakt select:focus,
.kontakt textarea:focus {
  border: 1px solid #cd2623;
  transition: all 0.2s;
}

.kontakt input[type="radio"] {
  width: 17px;
  height: 17px;
  position: relative;
  bottom: -3px;
}
.kontakt input[type="checkbox"] {
  width: 20px;
  height: 20px;
  position: relative;
  bottom: -3px;
}
.kontakt textarea {
  padding: 7px 15px;
  height: 110px;
  resize: none;
  outline: none;
  background-color: #eaeaea;
  transition: all 0.2s;
  border: 1px solid darkgray;
}

.kontakt input[type="checkbox"][name="heard[]"] + input,
.kontakt input[type="checkbox"][name="gekommen[]"] + input {
  display: none;
}

.kontakt input[type="checkbox"][name="heard[]"]:checked + input,
.kontakt input[type="checkbox"][name="gekommen[]"]:checked + input {
  display: inline-block;
}

.kontakt label {
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 17px;
  color: #323232;
}

.kontakt label span {
  font-weight: 300;
  color: #cd2623;
  font-size: 20px;
}

.kontakt h1 {
  font-size: 28px;
  color: #cd2623;
  font-weight: 900;
  margin-top: 0px !important;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.kontakt #googleMap {
  width: 100%;
  height: 350px;
  pointer-events: none;
}

.kontakt button,
.kontakt button:active,
.kontakt button:visited,
.kontakt button:focus,
.kontakt button:hover {
  margin-top: 30px;
  margin-bottom: 50px;
}

.captcha .col-md-4 img {
  border: 1px solid darkgray;
}

/*************
FORMULAR
**************/

.formular {
  padding: 0px 40px 50px 40px;
  border: 1px solid lightgray;
}

.formular .kontakt label {
  margin-bottom: 5px;
}

.erlebnis section .formular h3 {
  font-weight: 900;
  font-size: 28px;
  margin-bottom: 0px;
  margin-top: 50px;
}

.formular h4 span {
  font-size: 16px;
  color: #333 !important;
  font-weight: 600;
}

.formular h4 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 30px;
}

.erlebnis section .formular p {
  margin-bottom: 5px;
}

#wenn-ja {
  display: none;
  padding-top: 5px;
}

#rund-ja1:checked + #wenn-ja {
  display: block;
}
#rund-ja2:checked + #wenn-ja {
  display: block;
}
#rund-ja3:checked + #wenn-ja {
  display: block;
}

/*************
GALERIE
*******************/

.galerie {
  padding-bottom: 50px;
}

.galerie section {
  margin-bottom: 50px;
}

.galerie .content-wrap {
  border: 0;
}

.galerie .galerie-wrap .col-md-4 {
  padding-left: 0;
  padding-right: 0;
}

.galerie .zoom-plus {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 28%;
  background-color: rgba(191, 55, 55, 0.7);
  color: white;
  font-size: 50px;
  opacity: 0;
  transition: all 0.2s;
}

.galerie .zoom-plus-text {
  font-size: 32px;
}

.galerie .galerie-wrap a:hover .zoom-plus {
  opacity: 1;
}

.galerie-mehr {
  text-align: center;
}

.galerie-mehr button,
.galerie-mehr button:active,
.galerie-mehr button:visited,
.galerie-mehr button:focus {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 40px;
  margin-top: 0px;
  margin-bottom: 50px;
  border-radius: 0;
  transition: all 0.3s;
  outline: 0;
}

.galerie-mehr button:hover {
  background-color: #cd2623;
  color: #fff;
  border: 2px solid white;
}

/*************
EX EVENT
*******************/

.ex-events .content-wrap {
  border: 0;
}

.ex-event {
  background-color: white;
  margin-bottom: 50px;
}

.ex-event-img {
  padding: 0;
}

.ex-event-txt {
  min-height: 496px;
  border-top: 5px solid #cd2623;
  padding: 30px 30px 15px 60px;
  background-color: white;
  background: -webkit-linear-gradient(right, #cad0d6, white 80%);
}

.ex-event-txt h2 {
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
}

.ex-event-txt p {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 40px;
  line-height: 1.6;
}

/*************
ABOUT
*******************/

.about .content-wrap {
  padding: 50px 40px 30px 40px;
  margin-bottom: 50px;
}

.about h2 {
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 40px;
  margin-top: 0;
}

.about h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  margin-bottom: 60px;
}

.about .team-desc {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  margin-bottom: 60px;
}

.about .team {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

.about .team .col-md-3 {
  padding: 0;
  margin-bottom: 50px;
}

.about .team h5 {
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  margin-top: 20px;
}

.about .team h6 {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 5px;
}

.about .team i {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 18px;
}

.about .sponsor-naslov {
  font-weight: 900;
  margin-bottom: 20px;
  color: white;
  margin-top: 100px;
  font-size: 30px;
}

.about .sponsoren {
  margin-top: 0px;
}

.about .sponsoren .content-wrap {
  padding: 0;
  border: none;
}

.sponsoren .col-md-12 {
  overflow: hidden;
}

.sponsoren-logo {
  padding: 30px;
  border-right: 1px solid gray;
  background: -webkit-linear-gradient(right, #cad0d6, #fdfdfd 15%);
  border-top: 5px solid #cd2623;
  padding-top: 50px;
  padding-bottom: 100%;
  margin-bottom: -100%;
}

.sponsoren-logo img {
  margin: 0 auto;
}

.sponsoren-txt {
  padding: 30px;
}

.sponsoren-txt h3 {
  font-weight: 900;
  font-size: 18px;
  margin-top: 0;
  text-transform: uppercase;
}

.sponsoren-txt p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}

.partner .sponsoren-logo {
  border-top: 0px;
  padding-top: 30px;
}

.partner-wrap {
  border-top: 1px solid lightgray;
}

/* NEWS*/

.news {
  margin-bottom: 60px;
}

.trackdays-intro-news {
  padding-bottom: 50px;
}

.facebook-icon {
  z-index: 2;
  position: relative;
  margin: 0 auto;
  margin-top: -50px;
}

.news figure {
  background-color: #3d4347;
  color: white;
  margin-bottom: 30px;
}

.news figure figcaption {
  text-align: center;
  padding: 15px;
}

.news-post img {
  width: 100%;
  z-index: 1;
  position: relative;
}

.news h3 {
  font-size: 23px;
  font-weight: 700;
  color: white;
  padding: 20px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.news h5 {
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  color: #afc3d0;
  border-bottom: 1px solid lightgray;
}

.news h4 {
  border-bottom: 1px solid lightgray;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 0px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  color: white;
}

.news p {
  font-size: 16px;
  font-weight: 300;
}

.news p a {
  color: white;
}

.news p a:hover {
  color: #cd2623;
}

.news .news-post {
  overflow: hidden;
}

.news .news-post img {
  max-width: 100%;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: 1;
}

.news .col-md-4 figure:hover .news-post img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* PAR */

.par {
  margin-top: 0px;
}

.par h3 {
  font-weight: 900;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}

.about .par h2 {
  margin-bottom: 20px;
  margin-top: 40px;
  color: #cd2623;
  text-transform: uppercase;
}

/* EVENT KALENDAR */

.event-calendar {
  padding: 50px;
}

.event-calendar input {
  height: 15px;
  width: 15px;
  margin-right: 10px;
}

.event-calendar label {
  font-size: 20px;
}

#mycalendar {
  background-color: white;
}

.monthly-day-pick > .monthly-day-number {
  font-size: 30px;
}

.monthly-week a {
  text-align: center;
}

.monthly-today .monthly-day-number {
  background-color: transparent;
  color: #cd2623;
}

.monthly-header {
  height: auto;
  margin-bottom: 30px;
}

.monthly-header-title {
  font-size: 36px;
  font-weight: 900;
}

.monthly-day-title-wrap {
  padding-bottom: 30px;
}

.monthly-prev {
  left: 30%;
}

.monthly-next {
  right: 30%;
}

.monthly-reset {
  display: none;
}

.monthly-day-title-wrap div {
  font-size: 22px;
  font-weight: 900;
}

.monthly-day .monthly-event-indicator {
  height: 50px;
  white-space: normal;
  font-size: 13px;
  padding: 10px;
  margin-top: 30px;
  color: #2f3234;
  font-weight: 900;
}

.monthly-day .monthly-event-indicator::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #cd2623;
  position: absolute;
  left: 15px;
  top: 12px;
  border-radius: 50%;
}

.monthly-day-event > .monthly-day-number {
  font-size: 30px;
  text-align: center;
  left: 0px;
  width: 100%;
  top: 10px;
  line-height: auto;
  font-weight: 500;
}

.monthly-today .monthly-day-number {
  top: 15px;
}

.monthly-event-list .listed-event {
  color: inherit;
}

/******
MEDIA KALENDAR
***********/

@media only screen and (max-width: 992px) {
  .monthly-prev {
    left: 10%;
  }
  .monthly-next {
    right: 10%;
  }
}

@media only screen and (max-width: 768px) {
  .monthly-prev {
    left: 5%;
  }
  .monthly-next {
    right: 5%;
  }
  .monthly-next:after,
  .monthly-prev:after {
    top: 8%;
  }
  .monthly-day-pick > .monthly-day-number {
    font-size: 20px;
  }
  .monthly-header-title {
    font-size: 25px;
  }
  .monthly-day-title-wrap div {
    font-size: 17px;
  }
  .monthly-day-title-wrap {
    padding-bottom: 10px;
  }
  .monthly-day-event > .monthly-day-number {
    font-size: 15px;
  }
  .monthly-next {
    width: auto;
  }
  .monthly-prev {
    width: auto;
  }
  .event-calendar {
    padding: 15px;
  }
  .monthly-day .monthly-event-indicator {
    visibility: hidden;
    height: auto;
  }
  .monthly-day .monthly-event-indicator::before {
    visibility: visible;
    top: 35px;
    width: 12px;
    left: 4px;
    height: 12px;
  }
  .monthly-header {
    margin-bottom: 15px;
  }
}

.recht {
  padding-bottom: 50px;
  line-height: 1.6;
}

.recht h2 {
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 30px;
}

.recht p,
.recht ul,
.recht h3 {
  font-size: 16px;
  font-weight: 400;
}

.recht h3 {
  margin-top: 20px;
  font-weight: 900;
  margin-bottom: 10px;
  margin-top: 50px;
  text-transform: uppercase;
}

.recht p {
  margin-bottom: 30px;
}

.recht ul {
  padding-left: 0;
  list-style: none;
}

.recht ul span {
  font-weight: 900;
  margin-right: 5px;
}

.impressum h2 {
  text-transform: uppercase;
}

.impressum h3 {
  text-transform: uppercase;
  font-weight: 900;
}

.imp-dtn ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.imp-dtn p {
  margin-bottom: 20px;
}
.imp-dtn p a,
.imp-dtn ul a {
  text-decoration: underline;
  color: #333;
}
.imp-dtn h2 {
  font-size: 26px;
}
.imp-dtn h3 {
  font-size: 22px;
}
.imp-dtn h4 {
  font-size: 18px;
}
.imp-dtn h3,
.imp-dtn h2,
.imp-dtn h4,
.imp-dtn h5 {
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: bold;
  text-transform: inherit;
}
.imp-dtn h5 {
  font-size: 16px;
}
/* comments in the post*/

.reviews {
  margin-bottom: 50px;
}
.reviews img {
  border-radius: 50%;
}

.b-post-comments {
  padding-bottom: 10px;
}

.comment-item > div {
  padding: 0;
}

.comment-item .userpic {
  padding-top: 10px;
}

.comment-item .userpic span {
  display: inline-block;
  border-radius: 50% !important;
}

.comment-body {
  margin-left: 30px;
  padding: 15px;
  border: 1px solid lightgray;
  position: relative;
  margin-bottom: 30px;
}

.comment-body:before {
  position: absolute;
  content: "";
  top: 28px;
  left: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 18px 16px 0;
  border-color: transparent lightgray transparent transparent;
}

.comment-body:after {
  position: absolute;
  content: "";
  top: 28px;
  left: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 18px 16px 0;
  border-color: transparent #fff transparent transparent;
}

.comment-body .comment-author {
  margin-bottom: 10px;
}

.comment-body .comment-author .name {
  display: block;
  margin-bottom: 0px;
  font-size: 16px;
  color: #444444;
  font-weight: 500;
}

.comment-body .comment-author .subject {
  margin-top: 12px;
  font-size: 18px;
  padding-left: 20px;
  display: block;
  font-weight: 600;
}

.comment-body .comment-author .comment-date {
  display: inline-block;
  font-size: 12px;
  color: gray;
  float: right;
}

.news_text .heading-line {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 40px;
}

.comment-body .comment-author .comment-reply {
  position: relative;
  background: none;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin-top: -6px;
  color: #e62739;
  outline: 0;
}

.comment-body .comment-author .comment-reply:before {
  font-family: FontAwesome;
  content: "\f112";
  display: inline-block;
  position: relative;
  padding-right: 5px;
  left: 0;
  top: 0;
  line-height: 1.1;
  font-size: 14px;
  color: #444444;
}

.comment-text p {
  line-height: 1.6;
}
.comment-text table {
  width: 100% !important;
}
.comment-text table td {
  width: 100% !important;
  height: auto !important;
}
.news_text .comment-body .comment-text p {
  color: #444444;
  line-height: 1.6;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 14px;
}

.comment-reply-form input {
  border-radius: 0;
  outline: 0;
}

.formular .panel {
  margin-top: 20px;
}
.formular .panel-body {
  padding-bottom: 30px;
}

.formular h4.panel-title {
  margin: 0;
  padding: 15px;
}
.formular h4.panel-title::before {
  content: ">";
  display: inline-block;
  margin-right: 5px;
  font-weight: 400;
}
.formular .panel-default > .panel-heading {
  padding: 0;
}
.option-for-selected {
  padding: 5px 5px 15px 5px;
  margin: 0;
  border: 1px solid lightgray;
}
.kontakt .option-for-selected input[type="number"] {
  padding-left: 10px;
  padding-right: 5px;
}
.formular .option-for-selected h4 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 16px;
}
.form-modal h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.form-modal p {
  font-size: 20px;
}
.form-modal .btn {
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.form-modal .modal-header .close {
  outline: 0 !important;
  box-shadow: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.form-modal .modal-body {
  padding: 40px 15px;
}
#modal-sent h2,
#message-sent h2 {
  color: #27ae60;
}
#modal-sent-error h2,
#message-sent.error-sent h2,
#modal-sent.error-sent h2 {
  color: #cd2623;
}
.formular-summary {
  padding: 50px 40px 50px 40px;
  border: 1px solid lightgray;
}
.erlebnis section .formular-summary h3 {
  font-weight: 900;
  font-size: 28px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.formular-summary h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 0px;
}
.formular-summary h5 {
  font-size: 16px;
  font-weight: 600;
}
.formular-summary-border {
  border: 1px solid lightgray;
  padding: 20px 20px 10px 20px;
  margin-bottom: 30px;
}
.formular-summary-dates h4 {
  color: #cd2623;
}
.formular-summary-dates p {
  font-size: 20px !important;
}
.formular-summary-dates .formular-summary-boxen p {
  font-size: 16px !important;
  margin-bottom: 10px !important;
}
.formular-summary-button {
  margin-top: 40px;
}
.formular-summary-button .back {
  background-color: #2c3740 !important;
  color: #fff !important;
}
.formular-summary-fahrer {
  padding-bottom: 30px;
}
.formular-summary-fahrer h4 {
  margin-bottom: 20px;
}

.formular-checkout {
  border-bottom: 1px solid lightgray;
  border-top: 1px solid lightgray;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.formular-checkout sup {
  font-size: 12px;
}
.formular-checkout-item {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  position: relative;
  padding-right: 160px;
}
.formular-checkout-item span {
  display: inline-block;
  width: 200px;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 160px;
}
.formular-checkout-sum {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
}
.formular-checkout-sum-item {
  position: relative;
  padding-right: 160px;
}
.formular-checkout-sum-item span {
  display: inline-block;
  width: 200px;
  position: absolute;
  right: 15px;
  top: 0px;
  width: 160px;
}

.loader {
  margin: 0 auto;
  border: 16px solid white;
  border-radius: 50%;
  border-top: 16px solid #333333;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.over-img {
  position: absolute;
  margin-top: -82px;
}
.over-img h3 {
  font-size: 24px;
  color: white;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
}
.over-img:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 2;
  right: -47%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(228, 46, 46, 0.75);
  -ms-transform: skewX(20deg);
  /* IE 9 */
  -webkit-transform: skewX(20deg);
  /* Safari */
  transform: skewX(20deg);
  /* Standard syntax */
  transition: all 0.2s;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* other events */
.other_events_wrap {
  margin-top: -60px;
}
.other_events {
  background-color: #fff;
  padding: 30px 15px;
  margin: 0 0 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.other_events_title {
  border-bottom: 1px solid lightgray;
}
.other_events_title h2 {
  font-weight: 900;
  text-transform: uppercase;
  margin: 10px 0 10px;
  font-size: 32px;
}
.other_events_price {
  text-transform: uppercase;
  background-color: #cdd5dc;
  padding: 15px;
  font-size: 22px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.other_events_item {
  border-bottom: 1px solid lightgray;
  padding-top: 30px;
}
.other_events_item h3 {
  margin: 0 0 20px;
  text-transform: uppercase;
  color: #cd2623;
  font-size: 24px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.other_events_item h3 b {
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
.other_events_item .button {
  display: inline-block;
  font-weight: 600 !important;
  padding: 13px 30px !important;
}
.other_events_item h4 {
  display: inline-block;
  border-right: 1px solid #2c3740;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 800;
  font-size: 24px;
  margin: 0;
  margin-top: 8px;
  font-family: "Open Sans", sans-serif;
}

.other_events_item h4 span {
  font-weight: 300;
  font-size: 18px;
}

.other_events_item h4:first-child {
  padding-left: 5px;
}

.other_events_item h4:last-child {
  border-right: 0px solid #4e555a;
}

/* gmpc */
.gmpc_wrap {
  position: relative;
}
.gmpc_btn {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-position: center;
  background-size: cover;
}
.gmpc_btn span {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px 15px;
  border: 1px solid #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 200px;
  width: 100%;
  transition: all 0.2s;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  color: #222;
}
.gmpc_btn:hover span {
  border-color: #222;
  background-color: #222;
  color: #fff;
}

.anneaudurhin0 .col-md-12:last-child,
.anneaudurhin1 .col-md-12:last-child {
  display: none !important;
}
