@charset "UTF-8";
@font-face {
  font-family: Roboto-Condensed;
  src: url("../radlager16/Fonts/RobotoCondensed-Regular.ttf");
}

.attached_images img {
	height: 0px;
}

@font-face {
  font-family: Lato-Bold;
  src: url("../radlager16/Fonts/Lato-Bold.woff2") format("woff2");
}

@font-face {
  font-family: Lato-Regular;
  src: url("../radlager16/Fonts/Lato-Regular.woff2") format("woff2");
}

@font-face {
  font-family: Fontawesome;
  src: url("../radlager16/Fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff") format("woff2");
}

html {
  font-family: Lato-Regular;
  font-size: 16px;
  background: #ffffff;
  color: #1a1a1a;
  line-height: 1.75;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  overflow-y: scroll;
}

.site-content {
  padding: 0 4.5455%;
}

.content-area {
  float: left;
  margin-right: -100%;
  width: 100%;
}

.site-inner {
  margin: 0px auto;
  position: relative;
  z-index: 1;
  /* max-width: 1000px; */
}

.site-main {
  margin-bottom: 7.0em;
  display: block;
}

h1 {
  font-family: "Lato-Regular";
  text-transform: uppercase;
  color: #47974c;
  font-size: 1.3rem;
  padding-bottom: 0.5em;
  margin-top: 1rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

h2 {
  font-family: "Lato-Black";
  text-transform: uppercase;
  font-size: 1em;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.intro h2 {
  font-family: "Lato-Bold";
  text-transform: uppercase;
  color: #47974C;
  font-size: 35px;
}

h3 {
  font-family: "Lato-Regular";
  text-transform: uppercase;
  font-size: 18px !important;
  letter-spacing: 0.131578947em;
  color: #47974C;
  padding-bottom: 0.6rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.intro h3 {
  font-family: "Lato-Regular";
  text-transform: uppercase;
  color: #47974C;
  font-size: 20px !important;
}

p {
  margin: 0 0 1.75em;
  word-wrap: normal;
}

a {
  color: #47974c;
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

button,
.widget_wysija_cont .wysija-submit {
  border: none;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 4px 9px;
  text-transform: uppercase;
  font-family: "Lato-Regular";
  margin: 0 0 0 0;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  background-color: #3c3d3c;
  font-size: 1rem;
  cursor: pointer;
}

.event_more {
  background-color: #a2b2a5;
}

button:hover,
.wysija-submit:hover {
  -webkit-box-shadow: 0px 0px 39px -7px black;
          box-shadow: 0px 0px 39px -7px black;
}

button:focus,
.wysija-submit:focus {
  outline: none;
}

input,
textarea {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #686868;
  padding: 0.5rem 0.5rem;
  width: 100%;
  font-size: 1.1rem;
}

header {
  /*

	.main-navigation .menu-item-has-children>a {
		margin: 0;
		padding-right: 2.25em;
	}



	.dropdown-toggle:after {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-family: "Genericons";
		font-size: 16px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		line-height: 1;
		speak: none;
		text-align: center;
		text-decoration: inherit;
		text-transform: none;
		vertical-align: top;
	}

	.no-js .main-navigation ul ul {
		display: block;
	}

	.main-navigation ul ul {
		display: block;
	}



	.main-navigation ul ul a {
		white-space: normal;
		width: 12.6875em;
	}

	.main-navigation .menu-item-has-children>a {
		margin: 0;
		padding-right: 2.25em;
	}

	.main-navigation li:hover>ul,
	.main-navigation li.focus>ul {
		left: auto;
		padding: 0;
	
	}



	.main-navigation ul.primary-menu li:nth-child(n+3) {
		float: right;
	}


	

*/
}

header .menu-burger {
  display: none;
  font-size: 2em;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 100;
  background-color: transparent;
  color: #3c3d3c;
}

header .menu-burger:after {
  font-family: Fontawesome;
  content: '';
}

header .menu-close {
  display: none;
  font-size: 2em;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 100;
  background-color: transparent;
  color: white;
}

header .menu-close:after {
  font-family: Fontawesome;
  content: '';
}

header #site-navigation {
  margin: 0 auto;
  max-width: 1024px;
}

header .site-header-menu {
  width: 100%;
  background-color: #3c3d3c;
  position: fixed;
  top: 0px;
  z-index: 99;
  padding-top: 16px;
}

header .menu_search {
  font-family: fontawesome;
  cursor: pointer;
}

header .mitmachen {
  cursor: pointer;
}

header .main-navigation ul {
  list-style: none;
  margin: 0;
}

header .main-navigation a {
  font-family: "Lato-Regular";
  letter-spacing: 0.2em;
  color: #ffffff;
  display: block;
  line-height: 1.3125;
  outline-offset: -1px;
  text-transform: uppercase;
  padding: 0.65625rem 0.875rem;
}

header .main-navigation a:hover,
header .main-navigation li:hover > a {
  color: #a4b4a6;
}

header .main-navigation li {
  position: relative;
  float: left;
}

header .main-navigation li:hover > ul {
  left: auto;
  padding: 0;
}

header .main-navigation ul ul {
  border-bottom: 1px solid #d1d1d1;
  left: -999em;
  margin: 0;
  position: absolute;
  z-index: 99999;
}

header .main-navigation ul ul li {
  background-color: #3c3d3c;
  border: 1px solid #d1d1d1;
  border-bottom-width: 0;
  width: 100%;
}

header .main-navigation .menu-item-has-children > a:after {
  content: "\f107";
  font-family: 'Fontawesome';
  right: 0;
  padding-left: 0.3rem;
  top: 0.8125em;
}

header .main-navigation .menu_move {
  margin-left: 237px;
}

header .main-navigation .menu_search a {
  font-family: 'Fontawesome';
}

.banner {
  margin: 74px auto 0;
  width: 80%;
  background-size: cover;
  position: relative;
}

.banner .Logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-justify-content: space-around;
}

.banner .left-logo {
  width: 15%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-align-self: flex-end;
}

.banner .middle-logo {
  width: 30%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.banner .right-logo {
  width: 15%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-align-self: flex-end;
}

.banner .FB-Button {
  margin: 25px auto;
  width: 250px;
  height: 30px;
  position: relative;
  background-size: cover;
  z-index: 3;
  background-color: #47974C;
  color: #ffffff;
  text-align: center;
  font-family: "Lato-Regular";
  text-transform: uppercase;
  font-size: 14px;
  padding: 3px;
  letter-spacing: 0.1em;
}

.banner .FB-Button a {
  color: #ffffff;
  text-decoration: none;
}

.RL-Logo_oben {
  background-image: url(https://www.radlager-mtb.at/wp-content/themes/radlager16/Pictures/Logos/RL-Logo_weiss.png);
  opacity: 0;
  z-index: 99;
  left: 24px;
  width: 130px;
  height: 52px;
  background-size: contain;
  margin: 0 auto;
  margin-top: -14px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  cursor: pointer;
}

.showlogo {
  opacity: 1;
}

.showlogo1 {
  opacity: 1;
}

article.post {
  width: 33.3%;
  float: left;
  padding: 1%;
}

article.category-news .artcont {
  background-color: #a5b5a6 !important;
}

article.category-fotoblog-trailbau-villach .artcont {
  background-color: rgba(62, 29, 19, 0.35) !important;
}

article.category-verein .artcont {
  background-color: #505451;
}

.category-videos .entry-title,
.category-veranstaltungen .entry-title {
  background-color: #929292;
}

article .article-meta {
  font-size: 10px;
  color: #777676;
  font-family: "Lato-Regular";
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  line-height: 1.6em;
  margin-bottom: 0.2rem;
}

article .article-meta .category {
  font-size: 11px;
  color: #47974c;
  font-family: "Lato-Bold";
  text-transform: uppercase;
  float: left;
}

article .article-meta .date {
  font-size: 14px;
  color: #000000;
  font-family: "Lato-Regular";
  text-transform: uppercase;
  float: right;
}

article .artcont {
  background-color: rgba(191, 191, 191, 0.34);
  border-radius: 10px;
  padding: 15px;
}

article .artcont iframe {
  height: 200px !important;
  max-width: 100%;
}

article .artcont button {
  width: 100%;
}

article .artcont.Veranstaltungen:hover {
  cursor: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

article .event_more:hover  {
  -webkit-box-shadow: 0px 0px 39px -7px black;
          box-shadow: 0px 0px 39px -7px black;
}

article .artcont:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 39px -7px black;
          box-shadow: 0px 0px 39px -7px black;
}

article .picandtitle {
  position: relative;
}

article .picandtitle .entry-title {
  font-family: "Lato-Regular";
  font-size: 1.1rem;
  letter-spacing: 0.07em;
  line-height: 1.3;
  color: #ffffff;
  padding: 10px;
  margin: 0;
}

article .picandtitle .custom-bg {
  width: 100%;
}

article .picandtitle .article-title {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

article .picandtitle .article-title .entry-title {
  background-color: rgba(23, 38, 21, 0.63);
  font-family: "Lato-Regular";
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.3;
  color: #ffffff;
  padding: 10px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

article #Verein .entry-title,
article .Videos .entry-title {
  font-family: "Lato-Regular";
  font-size: 1.1rem;
  letter-spacing: 0.07em;
  line-height: 1.3;
  color: #ffffff;
  padding: 10px;
  margin: 0;
}

article #Verein .entry-title {
  text-align: center;
}

article .entry-content {
  color: #3c3b36;
  float: none !important;
  width: auto !important;
  text-align: justify;
  line-height: 1.35rem;
}

article .Veranstaltungen table {
  border-spacing: 0;
}

article .Veranstaltungen table td {
  background-color: white;
  border: 1px solid #d1d1d1;
  border-width: 0 1px 1px 0;
  padding: 0.4375rem;
}

article .Veranstaltungen table .no_right_border {
  border-right: none !important;
}


.slidewindow {
  position: fixed;
  z-index: -1;
  overflow-y: auto;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  font-family: sans-serif;
  cursor: pointer;
}

.slidewindow article.post {
  width: 80%;
}

.slidewindow .custom-bg {
  width: 100%;
}

.slidewindow .artcont {
  padding: 3%;
  border-radius: 10px;
  cursor:auto;
}

.slidewindow .artcont button {
  width: 100%;
}

.slidewindow .artcont table {
  width: 100%;
}

.slidewindow .artcont table img {
  margin: 1rem auto;
  display: block;
}

.slidewindow .picandtitle {
  position: relative;
}

.slidewindow .article-title {
  padding: 1rem;
  position: absolute;
  bottom: 0px;
  background-color: rgba(23, 38, 21, 0.63);
  width: 100%;
}

.slidewindow .entry-title {
  font-family: "Lato-Regular";
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.7rem;
  color: #ffffff;
  padding: 10px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.slidewindow .title-background {
  background-color: rgba(23, 38, 21, 0.63);
}

.slidewindow iframe {
  display: block;
  height: 360px !important;
  margin: 0px auto;
}

.slidewindow .newsletter iframe {
  display: block;
  height: 200px !important;
  margin: 0px auto;
}

.close_slidewindow {
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 2005;
  background-color: #3c3d3c;
  color: white;
  /* padding: 1rem; */
  display: none;
  border-radius: 100%;
  font-family: Fontawesome;
  font-size: 1rem;
}

.move_up {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  background-color: #3c3d3c;
  color: white;
  /* padding: 1rem; */
  border-radius: 100%;
  font-family: Fontawesome;
  font-size: 1rem;
}

.modal_backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #000;
  opacity: 0.6;
}

#dsgvo {
  position: fixed;
  z-index: -1;
  overflow-y: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.dsgvo {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 50%;
  margin-left: -50%;
  background-color: rgba(37, 37, 37, 0.92);
  -webkit-transition: 1s margin;
  transition: 1s margin;
  overflow-y: scroll;
  height: 100%;
  color: white;
  padding: 3rem;
  color: white;
  overflow-y: scroll;
  overflow-x: hidden;
}

.dsgvo .dsgvo-inner {
  position: relative;
}

.dsgvo .close_dsgvo {
  position: absolute;
  right: 10px;
  top: -10px;
  font-family: Fontawesome;
  border-radius: 100%;
  font-size: 1rem;
}

.dsgvo.active {
  margin-left: 0 !important;
}

.gallery-item {
  display: inline-block;
  max-width: 32.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
}

figure {
  margin: 0;
}

.form-group label {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

#event_email_form .form-group .register,
#register_email_form .form-group .register {
  font-size: 0.7rem;
}

#event_email_form .terms,
#register_email_form .terms {
  line-height: 1rem;
  margin: 1.5rem 0 3.5rem !important;
}

#event_email_form .terms .email,
#register_email_form .terms .email {
  display: none;
}

#event_email_form .terms input[type="checkbox"],
#register_email_form .terms input[type="checkbox"] {
  position: absolute;
  width: 1rem;
  height: 1rem;
  margin: 0;
}

#event_email_form .checkbox_terms,
#register_email_form .checkbox_terms {
  float: left;
}

#event_email_form #error_message,
#register_email_form #error_message {
  font-size: 0.8rem;
  background-color: #b94a48;
  padding: 0.5rem;
  color: white;
  margin-bottom: 2rem;
  display: none;
  text-align: center;
}

.rl-aside {
  position: fixed;
  right: 0px;
  top: 40%;
  width: 65px;
  margin-right: 0px;
}

.rl-aside .newsletter_button,
.rl-aside .kontakt_button,
.rl-aside .dsgvo_button {
  z-index: 7;
  right: 0px;
  background-color: #3c3d3c;
  color: white;
  text-transform: uppercase;
  font-family: "Lato-Regular";
  width: 65px;
  padding: 0.5rem;
  font-size: 0.6rem;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: none;
  letter-spacing: 0.1rem;
}

.rl-aside .kontakt_button {
  top: calc(40% + 48px);
}

.rl-aside .dsgvo_button {
  top: calc(40% + 82px);
}

.more-link {
  display: none;
}

.no_events {
  text-align: center;
  margin-top: 5rem;
}

.checkbox_terms {
  line-height: 1rem;
  display: block;
}

.tns-item {
  vertical-align: middle !important;
}

.Sponsoren-wrapper {
  width: 61%;
  margin: auto;
}

.Sponsoren-wrapper h2 {
  font-family: "Lato-Bold";
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  color: #505451;
  font-size: 1.2rem;
}

.Sponsoren-wrapper .slider-controls {
  position: relative;
}

.Sponsoren-wrapper .slider-controls .prev {
  position: absolute;
  left: -5%;
  top: calc(50% + 2.6rem);
  cursor: pointer;
}

.Sponsoren-wrapper .slider-controls .prev:focus {
  outline: unset;
}

.Sponsoren-wrapper .slider-controls .next {
  position: absolute;
  right: -5%;
  top: calc(50% + 2.6rem);
  cursor: pointer;
}

.Sponsoren-wrapper .slider-controls .next:focus {
  outline: unset;
}

.Sponsoren-wrapper .tns-ovh {
  margin-top: -30px;
}

.Sponsoren-wrapper .Sponsoren {
  margin: 2.5rem 0;
}

.Sponsoren-wrapper .Sponsoren img {
  display: block;
  margin: auto;
  max-width: 120px;
}

.cookie-notice-container {
  background-color: #3c3d3c;
  letter-spacing: 0.05rem;
  padding: 1rem;
  font-size: 1rem;
}

.cookie-notice-container a.push_dsgvo {
  cursor: pointer;
}

.cookie-notice-container .cn-button.bootstrap {
  background-color: #3f944a !important;
  background-image: none;
}

@media screen and (max-width: 1280px) {
  article .picandtitle .article-title .entry-title {
    font-size: 0.9rem;
  }
  /*
	.rl-aside {

		position: fixed;
		left: 0px;
		top: unset;
		bottom: 0;
		width: 100%;
		margin-right: 0px;
		background-color: #3c3d3c;
	}

*/
}

@media screen and (min-width: 1024px) {
  #site-header-menu {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  #site-header-menu {
    display: none;
  }
  header .menu-burger {
    display: block;
  }
  header .menu-close {
    display: block;
  }
  header .RL-Logo_oben {
    display: none;
  }
  header .main-navigation li {
    float: none;
  }
  header .main-navigation ul ul {
    position: relative;
    border-bottom: none;
    left: auto;
    padding: 0;
  }
  header .main-navigation ul ul li {
    padding-left: 2rem;
    border: none;
  }
  header .main-navigation .menu_move {
    padding-left: 0;
	margin-left: 0;
  }
  header .menu-toggle {
    display: block;
  }
  .banner {
    margin-top: 0px;
  }
}

@media screen and (max-width: 991px) {
  article.post {
    width: 50%;
  }
  .banner {
    width: 100%;
  }
  .dsgvo {
    width: 80%;
    margin-left: -80%;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  article.post {
    width: 100%;
  }
  .slidewindow .entry-title {
    font-size: 1rem;
  }
  .slidewindow .article-title {
    padding: 0.2rem;
  }
}

@media screen and (max-width: 512px) {
  .slidewindow .entry-title {
    margin: 0;
  }
}
/*# sourceMappingURL=style.css.map */