body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}.aspect--9\:16,.responsive.ratio-916{padding-bottom:177.7777%}.aspect--1\:1,.responsive.ratio-11{padding-bottom:100%}
.mod_visitors .invisible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    float: left;
	width:0px;
	height:0px;
}
/* ::::::::::::::::::: FOOTER BASE ::::::::::::::::::: */
footer {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer .inside {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

footer h3 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #9CA3AF;
  text-transform: uppercase;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}

.footer-tvw {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-tvw img {
  height: 2rem;
  width: auto;
}

.footer-tvw p {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #9CA3AF;
}

.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links ul li {
  margin-top: 1rem;
}

.footer-links a {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #D1D5DB;
}

.footer-links a:hover {
  color: var(--primary-color);
}

.social-media {
  display: flex;
  margin-top: 1rem;
}

.social-media img {
  height: 1.5rem;
  width: auto;
}

.footer-copyright {
  padding-top: 2rem;
  margin-top: 2rem;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #374151;
}

.footer-copyright p {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: #9CA3AF;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@font-face {
  font-family: 'opensans';
  font-style: normal;
  font-weight: 600;
  src: url(../../files/fonts/OpenSans-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'opensanssb';
  font-style: normal;
  font-weight: 600;
  src: url(../../files/fonts/OpenSans-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'opensansb';
  font-style: normal;
  font-weight: 600;
  src: url(../../files/fonts/OpenSans-Bold.ttf) format('truetype');
}

:root {
  --primary-color: #0E6837;
  --secondary-color: #FFFFFF;
  --tertiary-color: #FFFFFF;
  --quaternary-color: #6F788F;
  --quinary-color: #1B151A;
  --senary-color: #8E8774;
  --prim-dark-color: #0c5d31;
  --font-color: #FFFFFF;
  --prim-bg-color: linear-gradient(270deg, rgba(11,84,44,1) 0%, rgba(14,104,55,1) 100%);
  --prim-bg-color2: radial-gradient(circle, rgba(11,84,44,1) 0%, rgba(14,104,55,1) 100%);
  --sec-bg-color: linear-gradient(90deg, rgba(226,226,226,1) 0%, rgba(255,255,255,1) 100%);
  --sec-bg-color2: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(226,226,226,1) 100%);
  --tert-bg-color: linear-gradient(90deg, rgba(62,110,165,1) 0%, rgba(47,83,125,1) 100%);
  --tert-bg-color2: linear-gradient(90deg, rgba(62,110,165,1) 34%, rgba(255,255,255,1) 100%);
  --quin-bg-color: linear-gradient(180deg, rgba(14,104,55,1) 0%, rgba(27,21,26,1) 46%);
  --quin-bg-color2: linear-gradient(180deg, rgba(14,104,55,1) 0%, rgba(27,21,26,1) 84%);
  --btn-hover-color: #EEE5E9;
  --logo-color: #EFC88B;
}

/* zwischenspeicher: farben; --tertiary-color: #3E6EA5;*/

html, body {
	margin: 0;
	padding: 0;
  width: 100%;
  height: 100%;
  font-family: opensans;
  background: var(--primary-color);
  color: var(--font-color);
  -webkit-overflow-scrolling: touch;
}
a {
  text-decoration: none;
}
.link-span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#main .inside {
  margin-bottom: 4rem;
}

/* ---------------------- Header ---------------------- */
header {
  position: fixed;
  width: 100%;
  color: white;
  transition: all 300ms ease-in 0s;
  z-index: 100;
}
header .inside {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#logo {
  padding: .5rem 1rem;
  text-align: center;
}
#logo img {
  height: auto;
  width: 50px;
}
.site-title {
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-title .rte {
  max-width: 60vw;
  text-align: center;
}
.desk-site-title {
  display: none;
  text-shadow: 0 0 5px #1B151A, 0 0 10px #1B151A;
}
#header-title {
  display: none;
  color: var(--primary-color);
}

/* HAMBURGER ICON */
#hamburger-icon {
  padding: .5rem 1rem;
}
#hamburger-icon div {
  width: 35px;
  height: 3px;
  background-color: var(--secondary-color);
  margin: 6px 0;
  transition: 0.4s;
  border-radius: 40px;
}
.open #bar1 {
  -ms-transform: rotate(-45deg) translate(-6px, 6px);
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}
.open #bar2 {
  opacity: 0;
}
.open #bar3 {
  -ms-transform: rotate(-45deg) translate(-6px, 6px);
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}

/* MOBILE NAVIGATION */
#mobile-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 300ms;
  z-index: -99;
}
#mobile-nav .active {
  text-shadow: 0 0 5px var(--primary-color), 0 0 5px var(--primary-color), 0 0 5px var(--primary-color), 0 0 5px var(--primary-color);
}
#mobile-nav .level_2 {
  display: none;
}
ul.level_1 {
  margin: 0;
  padding: 0;
}
#mobile-nav li {
  padding: .5rem;
  font-size: 2rem;
  text-align: center;
}
#mobile-nav a {
  color: var(--primary-color);
  text-decoration: none;
}
.mod_navigation ul {
  list-style: none;
}

/* DESKTOP NAVIGATION */
#desktop-nav {
  display: none;
  margin-right: 10vw;
}
#desktop-nav .level_1 {
  display: flex;
  flex-flow: row nowrap;
}
#desktop-nav li {
  padding: 0 1vw;
}
#desktop-nav a { 
  color: black;
  padding: 0 1vw;
  transition: color .2s ease;
}
#desktop-nav a:hover { 
  color: var(--senary-color);
}
#desktop-nav strong {
  color: var(--quinary-color);
  text-shadow: 0 0 1px #1B151A, 0 0 1px #1B151A;
  padding: 0 1vw;
}
#desktop-nav .level_2 strong {
  padding: 0;
}
#desktop-nav .active.submenu::after {
  content: none;
}
#desktop-nav .level_1 .submenu a::after {
  position: relative;
  content:none;
  display: inline-block;
  width: 0;
  height: 0;
  bottom: 2px;
  left: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
}
#desktop-nav .level_2 {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  width: 190px;
  box-shadow: 0 .5px black;
}
#desktop-nav .level_2 li {
  margin: 0;
  padding: 0 1vw;
  background: var(--tertiary-color);
  border-top: 1px solid rgba(142,135,116,.2);
  position: relative;
}
#desktop-nav .level_2 li a {
  padding: 10px 0 10px 0;
  display: block;
  width: 100%;
}
#desktop-nav .level_2 li a:hover {
  color: var(--secondary-color);
}
#desktop-nav .level_2 strong {
  padding: 10px 0 10px 0;
  display: block;
  width: 100%;
}
#desktop-nav .level_1 li:hover .level_2 {
  display: block;
}
#desktop-nav .level_2 li:hover {
  background: var(--senary-color);
}
#desktop-nav .level_3 {
  display: none;
  margin: 0;
  padding: 0;
  width: 190px;
  top: -1px;
  left: 190px;
  box-shadow: 0 .5px black;
}
#desktop-nav .satz-ordn .level_3 {
  left: -190px;
}
#desktop-nav .level_2 li:hover .level_3 {
  display: block;
  position: absolute;
}
.ext-link a::after {
  background-image: url('/files/icons/ext-link-icon-green.svg');
  background-size: 1.5rem 1.5rem;
  display: inline-block;
  content: "";
  height: 1.5rem;
  width: 1.5rem;;
  margin-left: 12px;
}

/* ---------------- Home - Landing Page ----------------- */
.landing-page {
  background: url(../../files/images/JZ8B4134_kl.JPG);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 80vh;
  box-shadow: inset 0 0 0 50vw rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.landing-dark {
  position: absolute;
  opacity: .6;
  width: 100%;
  height: 80vh;
  top: 0;
  left: 0;
  background: black;
}
.landing-page .content-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 10;
}
.landing-page h1 {
  margin: 0;
  margin-bottom: 1.5rem;
  font-size: 3rem;
  text-align: center;
  font-family: opensansb;
  padding: 0 10vw;
}
.quicklinks .rte {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.quicklinks p {
  margin: 0;
}
.landing-page a {
  padding: 0.5rem 1.25rem 0.5rem 1.25rem;
  border-radius: 4px !important;
  margin-left: 1rem;
  display: inline-block;
  margin-top: 1rem;
}
.f-link {
  color: var(--secondary-color);
  background-color: var(--primary-color);
}
.m-link {
  color: var(--primary-color);
  background-color: var(--secondary-color);
}
.l-link {
  color: var(--secondary-color);
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--secondary-color);
}
.f-link:hover {
  background-color: rgba(14, 104, 55, 0.9);
}
.m-link:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.l-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* ---------------- Home - Willkommens-Text ----------------- */
.welcome-content h2 {
  text-align: center;
  font-size: 1.5rem;
  padding: 0 5vw;
}

.welcome-content p {
  text-align: center;
  padding: 0 5vw;
}

/* ---------------- Home - Abteilungen+Kursangebote ----------------- */
.depa {
  background: var(--primary-color);
  color: black;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.depa h2 {
  display: none;
  width: 100%;
  text-align: center;
}
.depa .content-hyperlink {
  position: relative;
  width: 100vw;
  height: auto;
}
.depa a {
  text-decoration: none;
}
.depa img {
  display: block;
  margin: 0 auto;
}
.depa .content-hyperlink::before {
  position: absolute;
  top: 10%;
  width: 100%;
  color: white;
  font-size: 2rem;
  text-align: center;
  pointer-events: none;
  text-shadow: 0 0 5px #1B151A, 0 0 10px #1B151A;
}
.mp_gesundbreiten::before {
  content: 'Gesundheits- und Breitensport';
}
.mp_geraeteturnen::before {
  content: 'Geräteturnen';
}
.mp_volleyball::before {
  content: 'Volleyball';
}
.mp_tennis::before {
  content: 'Tennis';
}
.mp_handball::before {
  content: 'Handball';
}
.mp_kursangebote::before {
  content: 'Kursangebote';
}

/* ---------------- Home - Nachrichtenliste ----------------- */
.news-home {
  padding: 1rem;
}
.news-home h2 {
  text-align: center;
  text-shadow: 0 0 5px #1B151A, 0 0 10px #1B151A;
  color: var(--secondary-color);
}
.news-home time {
  font-size: 10px;
}
.news-home a {
  text-decoration: none;
  color: var(--secondary-color);
  font-weight: bold;
  padding: .5rem 0;
}
.news-home .layout_simple {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: .5rem;
}
.news-home .arc_1::after {
  content: "";
  display: inline-block;
  width: 90vw;
  height: 1px;
  background: rgba(255,255,255,.3);
}
.news-link {
  padding: 10px;
  display: flex;
  justify-content: flex-end;
}
.news-link a {
  background: var(--tertiary-color);
  color: var(--quinary-color);
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 1px 1px 3px #000000;
  padding: 5px 10px;
  transition: all .2s ease;
}
.news-link a:hover {
  background: var(--quinary-color);
  color: var(--tertiary-color);
}

/* ---------------- Home - Eventliste ----------------- */
.events-home-wrapper {
  margin-top: 1rem;
  display: flex;
  position: relative;
  justify-content: space-between;
}
.events-home-wrapper::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -10px;
  width: 1px;
  height: 320px;
  background: rgba(255,255,255,.3);
}
.layout_upcoming_home {
  display: flex;
  position: relative;
  flex-flow: column nowrap;
  justify-content: space-between;
  min-width: 200px;
  max-width: 200px;
  height: 320px;
  align-content: stretch;
}
.layout_upcoming_home::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 225px;
  width: 1px;
  height: 320px;
  background: rgba(255,255,255,.3);
}
.layout_upcoming_home::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 350px;
  width: 190px;
  height: 1px;
  background: rgba(255,255,255,.3);
}
.layout_upcoming_home img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}
.events-home {
  display: none;
  margin: 0 auto;
  padding: 1rem 0 4rem 0;
  width: 700px;
}
.events-home h2 {
  text-align: center;
  text-shadow: 0 0 5px #1B151A, 0 0 10px #1B151A;
  color: var(--secondary-color);
}
.events-home time {
  font-size: 14px;
  padding: .1rem .5rem;
}
.events-home a {
  text-decoration: none;
  color: var(--secondary-color);
  font-weight: bold;
  font-size: 16px;
  padding: .1rem .5rem;
}
.events-home-mobile {
  padding: 1rem;
}
.events-home-mobile h2 {
  text-align: center;
  text-shadow: 0 0 5px #1B151A, 0 0 10px #1B151A;
  color: var(--secondary-color);
}
.events-home-mobile time {
  font-size: 11px;
}
.events-home-mobile a {
  text-decoration: none;
  color: var(--secondary-color);
  font-weight: bold;
  padding: .1rem 0;
}
.events-home-mobile .layout_upcoming {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: .5rem;
}

/* ::::::::::::::::::: NEWS SITE ::::::::::::::::::: */
.news .info {
  display: none;
  font-size: 12px;
  text-align: right;
}
.news .more {
  font-size: 16px;
  text-align: right;
  margin-right: 10vw;
}
.news .more a {
  color: var(--quinary-color);
  background: var(--tertiary-color);
  border-radius: 2px;
  box-shadow: 1px 1px 3px black;
  padding: 5px 10px;
  text-decoration: none;
}
.news .arc_1::after {
  content: "";
  display: inline-block;
  width: 90vw;
  margin: 0 5vw;
  height: 1px;
  background: #fff;
}
.news h2 a {
  display: block;
  text-decoration: none;
  text-align: left;
  text-shadow: 0 0 5px #1B151A, 0 0 10px #1B151A;
  color: var(--secondary-color);
}
.news p {
  padding: 0 5px;
}
.news h1 {
  padding: 0 5px;
}
.news h2 {
  padding: 0 5px;
}
.news h3 {
  padding: 0 5px;
}
.news a {
  color: var(--quinary-color);
}
.news figure {
  margin-top: 2rem;
}
.pagination p {
  display: none;
}
.pagination ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.pagination li {
  padding: 0 5px;
}
.pagination .active, .pagination .link, .pagination a.next, .pagination a.previous, .pagination a.last, .pagination a.first {
  background: var(--tertiary-color);
  padding: 5px 10px;
  color: var(--quinary-color);
  box-shadow: 1px 1px 3px black;
  text-decoration: none;
  transition: all .2s ease;
}
.pagination .active:hover, .pagination .link:hover, .pagination a.next:hover, .pagination a.previous:hover, .pagination a.last:hover, .pagination a.first:hover {
  color: var(--tertiary-color);
  background: var(--quinary-color);
}
.pagination .active {
  text-decoration: overline;
  color: var(--tertiary-color);
  background: var(--quinary-color);
}


/* ::::::::::::::::::: NEWS READER SITE ::::::::::::::::::: */
.mod_newsreader {
  padding: 4.5rem 0 6rem 0;
}
.mod_newsreader .info {
  font-size: 12px;
  text-align: right;
}
.mod_newsreader p {
  padding: 0 5px;
}
.mod_newsreader a {
  box-shadow: inset 0 0 0 0 var(--quinary-color);
  color: var(--quinary-color);
  transition: all .3s ease-in-out;
}
.mod_newsreader a:hover {
  box-shadow: inset 500px 0 0 0 var(--quinary-color);
  color: #fff;
}
.mod_newsreader h1 {
  display: block;
  padding: 0 5px;
  text-shadow: 0 0 5px #1B151A, 0 0 10px #1B151A;
  color: var(--secondary-color);
}
.mod_newsreader h2 {
  display: block;
  padding: 0 5px;
  color: var(--secondary-color);
}
.mod_newsreader .back a {
  color: var(--quinary-color);
  background: var(--tertiary-color);
  border-radius: 2px;
  box-shadow: 1px 1px 3px black;
  padding: 5px 10px;
  text-decoration: none;
  transition: all .2s ease;
}
.mod_newsreader .back a:hover {
  background: var(--quinary-color);
  color: var(--tertiary-color);
}


/* ::::::::::::::::::: AKKORDEON ABTEILUNGEN & KURSE ::::::::::::::::::: */
.abteilungen, .kurse {
  color: var(--secondary-color);
}
.abteilungen .ce_accordionSingle, .kurse .ce_accordionSingle {
  background: var(--prim-bg-color);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
  margin: 1rem 0 1rem 0;
}
.abteilungen .toggler, .kurse .toggler {
  color: var(--quinary-color);
  background: var(--sec-bg-color2);
  padding: 20px;
}
.abteilungen .accordion, .kurse .accordion {
  background: var(--prim-bg-color);
}
.abteilungen p, .kurse p {
  padding: 2px 10px;
  margin: 0;
}
.abteilungen h1, .kurse h1 {
  font-family: opensansb;
  font-size: 1.5rem;
  margin: 0;
  text-shadow: 0 0 5px #1B151A, 0 0 10px #1B151A;
  padding: 15px 10px 5px 10px;
  text-align: center;
}
.abteilungen h2, .kurse h2 {
  font-family: opensanssb;
  font-size: 1.2rem;
  margin: 0;
  padding: 15px 10px 10px 10px;
}
.abteilungen .contact_info, .kurse .contact_info {
  background: var(--senary-color);
  padding: 10px 10px;
  margin-top: 15px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.contact_info a {
  display: inline-block;
  width: 100%;
  color: var(--quinary-color);
  padding: 5px 10px;
}
.contact_info a::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-left: 3px;
  background-image: url(../../files/icons/right-arrow-16.png);
}
.hb_links {
  color: var(--quinary-color);
}


/* ::::::::::::::::::: ÜBERSICHT ABTEILUNGEN & KURSE ::::::::::::::::::: */
.box_link {
  position: relative;
}
.box_link h2 {
  position: absolute;
  width: 80%;
  top: 10%;
  margin: 0 10%;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  text-shadow: 0 0 5px #1B151A, 0 0 10px #1B151A;
  pointer-events: none;
}
.box_link img {
  display: block;
  width: 100vw;
  margin: 0 auto;
  object-fit: cover;
}
.abteilung {
  display: flex;
  flex-wrap: wrap;
}


/* ::::::::::::::::::: INHALT ABTEILUNGEN & KURSE ::::::::::::::::::: */
.dept-content {
  padding-top: 5.5rem;
}
.dept-content p {
  padding: 0 10px;
}
.dept-content h1 {
  font-family: opensansb;
  font-size: 1.5rem;
  margin: 0;
  text-shadow: 0 0 5px #1B151A, 0 0 10px #1B151A;
  padding: 5px 10px 5px 10px;
  text-align: center;
}
.dept-content h2 {
  font-family: opensanssb;
  font-size: 1.2rem;
  margin: 0;
  padding: 15px 5px 10px 5px;
}
.dept-content a {
  color: var(--quinary-color);
}
.u-betrieb {
  margin: 5px 5px;
  background: var(--prim-dark-color);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.u-betrieb .rte {
  padding: 2px 0;
}
.u-betrieb p {
  padding: 0 5px;
}
.an-partner {
  margin: 5px 5px;
  background: var(--prim-dark-color);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.an-partner .rte {
  padding: 2px 0;
}
.an-partner p {
  padding: 0 5px;
}


/* ::::::::::::::::::: PANORAMA-LAUF ::::::::::::::::::: */
.toIdButton button {
  font-family: opensans;
  font-size: 1rem;
  color: var(--secondary-color);
  width: 100%;
  background: red;
  padding: 20px 0;
  border: none;
}
.toIdButton button::after {
  content: "";
  background: url('/files/icons/arrow-down_16px.png') 0 0 no-repeat;
  display: inline-block;
  width: 16px;
  height: 18px;
  margin-left: 15px;
}
.panola p {
  padding: 0 5px;
}
.panola a {
  color: var(--quinary-color);
}
#panola-links {
  padding-top: 10vh;
}
.panola-link-wrapper {
  position: relative;
}
.panola-link-wrapper h2 {
  position: absolute;
  width: 90%;
  top: 15px;
  margin: 0 5%;
  text-shadow: 0 0 5px #1B151A, 0 0 10px #1B151A;
  text-align: center;
  font-size: 2rem;
  pointer-events: none;
}
.panola-link-wrapper img {
  display: block;
  margin: 0 auto;
}


/* ::::::::::::::::::: EVENT SEITE ::::::::::::::::::: */
.events {
  padding: 1rem 15px 0 15px;
}
.new-events {
  padding-top: 0;
}
.events .event {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #138b49;
  background: #0c5d31;
  margin: 10px 0;
  padding: 0;
  position: relative;;
}
.events figure {
  min-width: 100px;
  max-height: 100px;
  max-width: 100px;
}
.events .event-data {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
  margin-right: 5px;
  padding: 5px 0;
}
.events .event-data h2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.events .event-data p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.events img {
  background: #107940;
}
.events h2 {
  display: block;
  padding: 0 5px;
  text-shadow: 0 0 5px #1B151A, 0 0 10px #1B151A;
  color: var(--secondary-color);
}
.events a {
  color: var(--secondary-color);
  text-decoration: none;
  text-shadow: none;
}


/* ::::::::::::::::::: EVENT READER SITE ::::::::::::::::::: */
.mod_eventreader {
  padding: 10vh 5px 10rem 5px;
}
.mod_eventreader .info {
  font-size: 12px;
  text-align: right;
}
.mod_eventreader p {
  padding: 0 5px;
}
.mod_eventreader h1 {
  display: block;
  padding: 0 5px;
  text-shadow: 0 0 5px #1B151A, 0 0 10px #1B151A;
  color: var(--secondary-color);
}
.mod_eventreader h2 {
  display: block;
  padding: 0 5px;
  color: var(--secondary-color);
}
.mod_eventreader img {
  padding: 0 5px;
}
.mod_eventreader .back a {
  color: var(--quinary-color);
  background: var(--tertiary-color);
  border-radius: 2px;
  box-shadow: 1px 1px 3px black;
  padding: 5px 10px;
  text-decoration: none;
}
.mod_eventreader .back a:hover {
  color: var(--tertiary-color);
  background: var(--quinary-color);
}

/* :::::::::::::::::::: DER VEREIN :::::::::::::::::::: *//* :::::::::::::::::::: DER VEREIN :::::::::::::::::::: *//* :::::::::::::::::::: DER VEREIN :::::::::::::::::::: */

.club-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem;
}

.club-content-text h2 {
  text-shadow: 0 0 5px #1B151A, 0 0 10px #1B151A;
  color: var(--secondary-color);
}

.club-content-text p {
  font-size: 1rem;
  color: var(--secondary-color);
}

.club-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}
.club-card {
  background-color: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  text-decoration: none;
  color: var(--secondary-color);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 5;
  position: relative;
  overflow: hidden;
}
.club-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.club-card-bg {
  position: absolute;
  opacity: 0.1;
  top: 50%;
  left: 90%;
  transform: translateY(-50%) translateX(-50%);
  width: 150px;
  z-index: 6;
}
.club-card-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
  z-index: 7;
}
.club-card-title {
  font-family: opensansb;
  font-size: 1.25rem;
  color: var(--quinary-color);
  z-index: 7;
}
.club-card-desc {
  font-size: 0.8rem;
  color: #555;
  z-index: 7;
}

/* ::::::::::::::::::: SPORTGELÄNDE ::::::::::::::::::: */
.sportgelaende h2 {
  text-shadow: 0 0 5px #1B151A, 0 0 10px #1B151A;
  color: var(--secondary-color);
  padding: 0 15px;
  margin-top: 1rem;
}
.sportgelaende p {
  padding: 5px 15px;
}
.sportgelaende li {
  padding: 0 5px 0 0;
}
.sportgelaende .vors {
  padding: 0 10px;
}
.sportgelaende .vors-name {
  padding: 0 10px;
  text-align: center;
}
.bauliches {
  padding-top: 10px;
}


/* ::::::::::::::::::: LINKS ::::::::::::::::::: */
.external-links h2 {
  text-shadow: 0 0 5px #1B151A, 0 0 10px #1B151A;
  color: var(--secondary-color);
  padding: 0 15px;
}
.external-links p {
  padding: 0 15px;
}
.external-links a {
  color: var(--secondary-color);
}
.external-links a::after {
  content: url('../../files/icons/ext-link-icon-14px.png');
  margin-left: 10px;
}
.external-links ul li {
  padding: 4px 0;
}


/* ::::::::::::::::::: KONTAKTFORMULAR ::::::::::::::::::: */
.contact-site {
  padding: 0 10vw;
}
.contact-site h2 {
  text-shadow: 0 0 5px #1B151A, 0 0 10px #1B151A;
  color: var(--secondary-color);
  margin-top: 1rem;
}
.contact-site a {
  color: var(--quinary-color);
}
.contact-form .widget {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
.contact-form label {
  padding: 0 0 7px 0;
}
.contact-form input {
  border: 1px solid black;
  border-radius: 5px;
  padding: 5px;
}
.contact-form textarea {
  border: 1px solid black;
  border-radius: 5px;
  padding: 5px;
  max-width: 80vw;
  height: 120px;
}
.contact-form button {
  border: 1px solid black;
  border-radius: 5px;
  font-family: opensans;
  padding: 5px;
  width: 25vw;;
  cursor: pointer;
  transition: all .2s ease;
}
.contact-form button:hover {
  background-color: LightGrey;
}
.altcha {
  display: none !important;
}

/* ::::::::::::::::::: VORSTANDSSCHAFT ::::::::::::::::::: */
.vorstand {
}
.vorstand h3 {
  padding: 0 10px;
  font-size: 18px;
  text-shadow: 0 0 5px #1B151A, 0 0 10px #1B151A;
}
.vorstand p {
  padding: 0 10px;
  font-size: 14px;
}
.vorstand .content-text::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 90vw;
  height: 1px;
  background: rgba(255,255,255,.2);
}
.vorstand .site-title::after {
  content: none;
}
.vorstand h4 {
  margin-top: 4rem;
  font-size: 18px;
  background: #0c572e;
  padding: 10px;
}


/* ::::::::::::::::::: MITGLIEDSBEITRÄGE + BEITRITT ::::::::::::::::::: */
.beitritt {
  padding: 0 5px;
}
.beitritt a {
  color: var(--quinary-color);
}
.beitritt table {
}
.beitritt td {
  padding: 5px;
}
.beitritt td:nth-child(1) {
  width: 75%;
}
.beitritt td:nth-child(2) {
  text-align: right;
}
.beitritt tr:nth-child(even) {
  background: #0c572e;
}
.beitritt tr:nth-child(odd) {
  background: #094525;
}


/* ::::::::::::::::::: SATZUNGEN + ORDNUNGEN ::::::::::::::::::: */
.satzungen .large-button-dl-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: left;
  background: #0c572e;
  margin: 20px 20px;
  padding: 12px 10px;
  border-radius: 20px;
  position: relative;
}
.satzungen .large-button-dl-link h3 {
  font-size: 1.1rem;
  margin: 0;
  padding: 2px 0 20px 2px;
}
.satzungen .pdf-dl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.satzungen .pdf-dl img {
  max-width: 28px;
}
.satzungen .large-button-dl-link a {
  font-size: .8rem;
  color: var(--secondary-color);
}


/* ::::::::::::::::::: IMPRESSUM & DATENSCHUTZ ::::::::::::::::::: */
.datenschutz, .notice {
  padding: 0 5px 0 5px;
}
.pri-imp-title {
  padding-top: 10px;
  text-shadow: 0 0 5px #1B151A, 0 0 10px #1B151A;
  color: var(--secondary-color);
}
.pri-imp-text h2, .pri-imp-text h3, .pri-imp-text h4 {
  text-shadow: 0 0 5px #1B151A, 0 0 10px #1B151A;
  color: var(--secondary-color);
}
.pri-imp-text strong {
  font-family: opensansb;
}
.pri-imp-text a {
  color: var(--quinary-color);
  box-shadow: inset 0 0 0 0 var(--quinary-color);
  transition: all .3s ease-in-out;
}
.pri-imp-text a:hover {
  box-shadow: inset 500px 0 0 0 var(--quinary-color);
  color: var(--secondary-color);
}


/* ::::::::::::::::::: Standard-Seite ::::::::::::::::::: */
.standard-site {
  padding-top: 10px;
}
.standard-site h2 {
  text-shadow: 0 0 5px #1B151A, 0 0 10px #1B151A;
  color: var(--secondary-color);
  margin: 0;
  padding: 5px 10px;
}
.standard-site h3 {
  text-shadow: 0 0 2px #1B151A, 0 0 5px #1B151A;
  color: var(--secondary-color);
  padding: 0 10px;
  margin: 0;
}
.standard-site p {
  padding: 5px 10px;
  margin: 0;
  margin-bottom: 1rem;
}
.standard-site a {
  color: var(--quinary-color);
}
.standard-site ul {
  margin: 0;
  margin-top: 4px;
  margin-bottom: 0;
}
.standard-site .title-pic {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}


/* ::::::::::::::::::: ERROR 404 ::::::::::::::::::: */
.error404 {
  padding: 4.5rem 10px 0 10px;
}


/* ::::::::::::::::::: FOOTER ::::::::::::::::::: */
footer {
  background: rgba(17,24,39,1);
  background: rgba(27,21,26,1);
}
footer p {
  margin: 0;
  padding: 0;
}
footer h3 {
  margin: 0;
  padding: 0;
}
.footer-copyright p {
  margin: 0;
  padding: 0;
}


/* :::::::::::::::::::  MEDIA QUERIES ::::::::::::::::::: */
@media (min-width: 568px) {
  .landing-page h1 { font-size: 3.2vw; }
  .landing-page a { padding: 0.75rem 1.5rem 0.75rem 1.5rem; }
  .depa .content-hyperlink { width: 50%; }
  .footer-logo img { width: 10vw; }
  .box_link { width: 50%; }
  .info-site .box_link { width: 100vw; }
  .club-site .box_link { width: 100vw; }
  .satzungen .large-button-dl-link { margin: 20px 40px; }
  footer { padding-left: 1.5rem; padding-right: 1.5rem; }
}

@media (min-width: 768px) {
  .landing-page h1 { font-size: 3.2vw; }
  .landing-page { min-height: 90vh; }
  .quicklinks .rte { flex-direction: row; }
  .depa .content-hyperlink { width: calc(100%/3); }
  .landing-page { min-height: 90vh; }
  .welcome-text { padding: 20px 0 60px 0; }
  .events-home-mobile { display: none; }
  .events-home { display: block; }
  .news { display: flex; flex-flow: row wrap; }
  .news .arc_1 { width: 50%; position: relative; }
  .news .arc_1::after { position: absolute; width: 46vw; margin: 0 2vw; bottom: 0; }
  .news p { padding: 0 10px; }
  .news h1 { padding: 0 10px; }
  .news h2 { padding: 0 10px; }
  .news h3 { padding: 0 10px; }
  .panola p { padding: 0 10px; }
  .panola .content-hyperlink { width: 50vw; padding-left: 10px; }
  #panola-links { display: flex; flex-flow: row wrap; }
  #panola-links .panola-link-wrapper { width: 50%; }
  .mod_eventreader { padding: 10vh 10px 6rem 10px; }
  .info-site { display: flex; flex-flow: row wrap; }
  .info-site .site-title { width: 100vw; }
  .info-site .box_link { width: 100vw; }
  .u-betrieb { margin: 10px 5px; }
  .an-partner { margin: 10px 5px; }
  .external-links { margin-top: 0; margin-bottom: 6rem; }
  .satzungen .large-button-dl-link { margin: 20px 80px; }
  .datenschutz { padding: 0 10px 0 10px; }
  .notice { padding: 0 10px 0 10px; }
}

@media (min-width: 1024px) {
  #mobile-nav { display: none; }
  #hamburger-icon { display: none; }
  #header { background: #FFFAFA; }
  #header .inside { justify-content: flex-end; align-items: center; transition: all .4s ease-in}
  #header .inside:hover { background: var(--tertiary-color); border-radius: 2px; box-shadow: 0 1px 10px black;}
  #desktop-nav { display: block; }
  #desktop-nav a:hover::after { background-image: url('/files/icons/ext-link-icon-green.svg'); }
  #desktop-nav .level_2 .ext-link a::after { content: url('/files/icons/ext-link-icon-black-14px.png');  border-left: none; border-right: none; border-top: none; bottom: 0; width: 14px; height: 14px; }
  .ext-link a::after { background-image: url('/files/icons/ext-link-icon-black.svg'); background-size: 14px 14px; height: 14px; width: 14px; margin-left: 8px; }
  .site-title { opacity: 0; }
  .desk-site-title { display: block; margin: 2rem 0}
  #logo { position: absolute; top: 0; left: 0; padding: .8rem 1.6rem; }
  #logo img { width: 120px; }
  #header .inside { height: 4.5rem; }
  .welcome-text { padding: 60px 0 100px 0; }
  .welcome-content p { padding: 0 15vw; text-align: left; }
  .welcome-content h2 { padding: 0 15vw; text-align: left; }
  .depa h2 { display: none; text-shadow: 0 0 5px #1B151A, 0 0 10px #1B151A; color: var(--secondary-color); }
  .depa .content-hyperlink { width: calc(100%/3); }
  .events-home { padding: 90px 0 100px 0; }
  .news-home { padding: 30px 15vw 1rem 15vw; }
  .news { padding-left: 15vw; padding-right: 15vw; padding-top: 20px; }
  .news .info { display: block; margin-top: 20px; }
  .news h2 { margin-top: 0; }
  .news a { box-shadow: inset 0 0 0 0 var(--quinary-color); transition: all .3s ease-in-out; }
  .news a:hover { box-shadow: inset 500px 0 0 0 var(--quinary-color); color: #fff; }
  .news .arc_1 { width: 100%; padding-bottom: 10px; margin: 1rem 1%; background: var(--prim-dark-color); }
  .news .arc_1::after { content: none; }
  .news .arc_1 figure { padding: 0 5%; padding-bottom: 1rem; }
  .news .more { margin-right: 0; }
  .news .more a { transition: all .2s ease; }
  .news .more a:hover { color: var(--secondary-color); background: var(--quinary-color); }
  .news .pagination ul { padding: 0; margin-top: 40px; }
  .mod_newsreader { padding: 5.5rem 15vw 6rem 15vw; }
  .abteilungen { padding: 0 15vw; }
  .abteilungen .toggler { cursor: pointer; }
  .abteilungen .abteil_accord_top, .kurse .abteil_accord_top { margin-top: 2rem; }
  .abteilungen .abteil_accord, .kurse .abteil_accord { margin-bottom: 1.25rem; }
  .kurse { padding: 0 15vw; }
  .kurse .toggler { cursor: pointer; }
  .contact_info, .contact_info a { transition: all .2s ease; }
  .contact_info a:hover { color: var(--secondary-color); }
  .abteilung { padding: 0 15vw; margin: 4.5rem 0; justify-content: space-between; gap: 10px;}
  .abteilung .box_link { width: 33vw; }
  .abteilung .box_link img { width: 100%; }
  .dept-content { padding: 6.5rem 15vw 4.5rem 15vw; }
  .dept-content a, .beitritt a, .external-links a { box-shadow: inset 0 0 0 0 var(--quinary-color); transition: all .3s ease-in-out; }
  .dept-content a:hover, .beitritt a:hover, .external-links a:hover { box-shadow: inset 500px 0 0 0 var(--quinary-color); color: #fff; }
  .toIdButton button { cursor: pointer; }
  .panola p { padding: 0 15vw; }
  .panola .content-text a { box-shadow: inset 0 0 0 0 var(--quinary-color); transition: all .3s ease-in-out; }
  .panola .content-text a:hover { box-shadow: inset 500px 0 0 0 var(--quinary-color); color: #fff; }
  .panola .content-hyperlink { padding: 0 40vw; width: 20vw; }
  #panola-links { padding: 10vh 15vw 0 15vw; }
  .standard-site .title-pic { margin-left: 15vw; }
  .standard-site h2 { padding: 5px 0; }
  .standard-site h3 { padding: 0 15vw; }
  .standard-site p { padding: 0 15vw; }
  .standard-site ul { padding: 0 18vw; }
  .standard-site a { box-shadow: inset 0 0 0 0 var(--quinary-color); transition: all .3s ease-in-out; }
  .standard-site a:hover { box-shadow: inset 500px 0 0 0 var(--quinary-color); color: #fff; }
  .events { padding: 1rem 15vw 0 15vw}
  .new-events { padding-top: 1rem; }
  .mod_eventreader { padding: 10vh 15vw 6rem 15vw; }
  .club-container { margin: 2rem auto; }
  .info-site { justify-content: center; }
  .info-site .box_link { width: 60vw; }
  .sportgelaende { padding: 0 15vw; }
  .sportgelaende h2 { margin-top: 2rem; }
  .external-links { padding: 0 15vw; }
  .external-links h2 { margin-top: 2rem; }
  .contact-site { padding: 0 15vw; }
  .contact-site h2 { margin-top: 2rem; }
  .contact-site a { box-shadow: inset 0 0 0 0 var(--quinary-color); transition: all .3s ease-in-out; }
  .contact-site a:hover { box-shadow: inset 500px 0 0 0 var(--quinary-color); color: #fff; }
  .contact-form button { width: 300px; }
  .vorstand { padding: 0 15vw; }
  .vorstand .content-text::after { width: 100%; }
  .vorstand .site-title { margin-bottom: 2rem; }
  .beitritt { padding: 0 15vw; }
  .beitritt .site-title { margin-bottom: 2rem; }
  .satzungen { padding: 0 15vw; }
  .satzungen .large-button-dl-link { margin: 20px 0; }
  .datenschutz { padding: 4.5rem 15vw 0 15vw; }
  .notice { padding: 4.5rem 15vw 0 15vw; }
  .error404 { margin-top: 5.5rem; margin-bottom: 4.5rem; padding: 4.5rem 15vw 0 15vw; }
}

@media (min-width: 1300px) {
  #logo { padding: 1rem 2rem; }
  .depa { padding: 0 15vw; }
  .depa .content-hyperlink { width: calc(100%/3); }
  .news .arc_1 { width: 48%; margin: 1rem 1%; background: #0c5d31; }
  .news .arc_1::after { content: none; }
  .mod_newsreader { padding: 5.5rem 20vw 6rem 20vw; }
  .panola p { padding: 0 20vw; }
  #panola-links { padding: 10vh 20vw 0 20vw; }
  .mod_eventreader { padding: 10vh 20vw 6rem 20vw; }
  .club-container { width: 100%; }
  .vorstand { padding: 0 20vw 0 20vw; }
  .datenschutz { padding: 4.5rem 20vw 0 20vw; }
  .notice { padding: 4.5rem 20vw 0 20vw; }
  .error404 { padding: 4.5rem 20vw 0 20vw; }
}































