@charset "UTF-8";
.ctpl-nav {
  width: 100%;
  background-color: #126f0d;
}
@media (min-width: 768px) {
  .ctpl-nav {
    position: static;
    box-shadow: inset 0 -5px 10px rgba(0, 0, 0, 0.2);
    border-top: 3px solid white;
  }
}

#ctpl-nav-checkbox:checked + .ctpl-container .j-nav-level-0 {
  display: flex;
}

.ctpl-navbar {
  display: flex;
  align-items: stretch;
  padding: 0;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #ctpl-nav-checkbox:checked + .ctpl-container .ctpl-navbar {
    border-bottom: 3px solid rgba(255, 255, 255, 0.25);
  }
}
.ctpl-navbar a:link,
.ctpl-navbar a:visited {
  display: flex;
  align-items: center;
  color: white;
  font-size: 0.85rem;
  padding: 0 10px 0 5vw;
  text-decoration: none;
  transition: color 0.1s ease-in;
}
#ctpl-nav-checkbox:checked + .ctpl-container .ctpl-navbar a:link,
#ctpl-nav-checkbox:checked + .ctpl-container .ctpl-navbar a:visited {
  color: rgba(255, 255, 255, 0.63);
}
@media (min-width: 768px) {
  .ctpl-navbar a:link,
  .ctpl-navbar a:visited {
    display: none;
  }
}

.j-nav-level-0 {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .j-nav-level-0 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .j-nav-level-0 {
    justify-content: flex-start;
    padding-left: 70px;
    padding-right: 70px;
  }
}
.j-nav-level-0 > li {
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .j-nav-level-0 > li.jmd-nav__item--last-opened .j-nav-level-1 {
    display: block;
  }
}
.j-nav-level-0 > li.j-nav-has-children > a:after {
  content: "▼";
  display: inline-block;
  font-size: 0.5rem;
  margin-left: 5px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.5);
  transition: transform 0.3s ease;
}
.j-nav-level-0 > li > a:link, .j-nav-level-0 > li > a:visited {
  display: block;
  padding: 15px 5vw;
  color: white;
  font-size: 1rem;
  line-height: 130%;
  text-decoration: none;
  transition: color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (min-width: 768px) {
  .j-nav-level-0 > li > a:link, .j-nav-level-0 > li > a:visited {
    border-bottom: 0;
    padding: 20px 12px;
    border-right: 1px rgba(255, 255, 255, 0.1) solid;
  }
  .j-nav-level-0 > li > a:link:hover, .j-nav-level-0 > li > a:visited:hover {
    border-right-color: transparent;
  }
}
@media (min-width: 992px) {
  .j-nav-level-0 > li > a:link, .j-nav-level-0 > li > a:visited {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .j-nav-level-0 > li:hover .j-nav-level-1, .j-nav-level-0 > li:focus .j-nav-level-1 {
    display: block;
  }
}
.j-nav-level-0 > li:last-child > a {
  border-right: 0;
}

.j-nav-level-1 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #126f0d;
  display: none;
}
@media (min-width: 768px) {
  .j-nav-level-1 {
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 200;
    min-width: 200px;
  }
}
.j-nav-level-1 > li {
  display: block;
}
.j-nav-level-1 > li > a:link, .j-nav-level-1 > li > a:visited {
  display: block;
  color: white;
  padding: 15px 25px;
  padding-left: 4rem;
  transition: color 0.1s ease, background-color 0.1s ease;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (min-width: 768px) {
  .j-nav-level-1 > li > a:link, .j-nav-level-1 > li > a:visited {
    font-size: 0.85rem;
    padding: 0.8rem 1.5rem;
  }
}

.ctpl-nav li > a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.ctpl-nav li.j-nav-current > a:visited,
.ctpl-nav li.j-nav-current > a:link,
.ctpl-nav li.j-nav-parent > a:visited,
.ctpl-nav li.j-nav-parent > a:link {
  color: #d6dd11;
}

div.weekplan_table table {
  width: 100%;
  border-spacing: 0;
}
div.weekplan_table table td {
  vertical-align: top;
  text-align: left;
  border-top: 1px #ccc solid;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  div.weekplan_table table td {
    padding: 5px 0;
    display: flex;
  }
  div.weekplan_table table td:first-of-type {
    margin: 20px 0 0 0;
    font-weight: bold;
    border-top: 0;
  }
  div.weekplan_table table td:nth-of-type(3) {
    border-top: 0;
  }
  div.weekplan_table table td:not(:first-of-type) {
    padding-left: 2rem;
  }
}
div.weekplan_table table th {
  padding: 5px 10px;
  vertical-align: top;
  text-align: left;
}
@media (max-width: 767px) {
  div.weekplan_table table th {
    display: none;
  }
}
div.weekplan_table table #weekday_column {
  width: 100px;
}
@media (min-width: 768px) {
  div.weekplan_table table tr:nth-child(4n) td {
    background-color: #eee;
  }
  div.weekplan_table table tr:nth-child(4n-1) td {
    background-color: #eee;
  }
}

#contentfooter {
  margin-top: 0rem;
  padding: 1rem 0;
  background-color: #126f0d;
  clear: both;
}
#contentfooter .jimdo-free-footer-ad {
  display: none !important;
}
#contentfooter > div.rightrow {
  display: none;
}
#contentfooter > div.leftrow {
  float: none !important;
  width: 100% !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#contentfooter a:link,
#contentfooter a:visited {
  display: block;
  text-align: center;
  padding: 1rem;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem !important;
  transition: background-color 0.2s ease;
}
#contentfooter a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.ctpl-nav-label {
  display: block;
  position: relative;
  z-index: 3;
  width: 90px;
  height: 70px;
  padding: 20px 30px;
  margin: 0 0 0 auto;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .ctpl-nav-label {
    display: none;
  }
}

.ctpl-nav-label-inner {
  position: relative;
  top: 50%;
  display: block;
  border-top: 3px solid white;
  height: 0;
  width: 100%;
  transition: border-color 150ms ease-in-out;
}

.ctpl-nav-label-inner:before,
.ctpl-nav-label-inner:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  border-top: 3px solid white;
  transition: transform 150ms ease-in-out, top 150ms ease-in-out, bottom 150ms ease-in-out, border-width 150ms ease-in-out;
  transform-origin: center;
}

.ctpl-nav-label-inner:before {
  top: -15px;
}

.ctpl-nav-label-inner:after {
  bottom: -12px;
}

#ctpl-nav-checkbox {
  display: none;
}

#ctpl-nav-checkbox:checked + .ctpl-container .ctpl-nav-label-inner {
  border-color: transparent;
}

#ctpl-nav-checkbox:checked + .ctpl-container .ctpl-nav-label-inner:before {
  transform: rotate(45deg);
  top: -5px;
  border-width: 4px;
}

#ctpl-nav-checkbox:checked + .ctpl-container .ctpl-nav-label-inner:after {
  transform: rotate(-45deg);
  bottom: 1px;
  border-width: 4px;
}

/* reset jimdo grid columns float behavior with flexbox
 *-----------------------------------*/
.cc-pagemode-default .ctpl-main .j-hgrid {
  justify-content: space-between;
}
@media (min-width: 768px) {
  .cc-pagemode-default .ctpl-main .j-hgrid {
    display: -ms-flexbox;
    display: flex;
  }
}
.cc-pagemode-default .ctpl-main .cc-m-hgrid-column {
  float: none;
  min-height: 0;
  min-width: 0;
  padding: 0;
  -ms-flex: 0 1 auto;
}
@media (max-width: 991px) {
  .cc-pagemode-default .ctpl-main .cc-m-hgrid-column {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cc-pagemode-default .ctpl-main .cc-m-hgrid-column {
    width: 100% !important;
  }
}

div.datetime {
  display: none !important;
}

.body {
  background-color: #608e2e;
  background-size: 100% auto;
}
@media (min-width: 992px) {
  .body {
    background-image: url(https://u.jimcdn.com/cms/o/s425a7de145ef7436/userlayout/img/bg-body.jpg?t=1426726193);
    background-repeat: no-repeat;
    background-position: fixed;
    background-position: top left;
    padding: 0 30px;
  }
}

.ctpl-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  background-color: white;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .ctpl-container {
    margin-top: 30px;
  }
}

.ctpl-logo {
  display: none;
}
@media (min-width: 768px) {
  .ctpl-logo {
    display: block;
    position: absolute;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.7));
    width: 95px;
    left: 50%;
    top: 10px;
    transition: opacity 0.1s ease;
    transform: translateX(-50%);
    z-index: 1121251;
    opacity: 0.95;
  }
  .ctpl-logo img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .ctpl-logo {
    top: -15px;
    width: 125px;
  }
}

.ctpl-header {
  display: none;
}
@media (min-width: 768px) {
  .ctpl-header {
    display: block;
    position: relative;
    height: 170px;
    filter: contrast(1.2) brightness(1.2) sepia(60%);
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .ctpl-header {
    border-top: 3px solid white;
  }
}
@media (min-width: 768px) {
  .ctpl-header:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background: #126f0d url(https://u.jimcdn.com/cms/o/s425a7de145ef7436/userlayout/img/fussball-1.jpg?t=1748532674) no-repeat center center;
    background-size: cover;
  }
  .ctpl-header:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 50%;
    background: #126f0d url(https://u.jimcdn.com/cms/o/s425a7de145ef7436/userlayout/img/sportgruppen-1.jpg?t=1748532681) no-repeat top center;
    background-size: cover;
  }
}

.ctpl-main {
  padding: 20px calc(5vw - 5px);
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .ctpl-main {
    padding: 40px 70px;
  }
}
@media (min-width: 992px) {
  .ctpl-main {
    padding-left: 85px;
    padding-right: 85px;
  }
}

.ctpl-sidebar {
  display: none;
}

/*# sourceMappingURL=layout.css.map */