@charset "UTF-8";
/* CSS Document */
@import "font-awesome/css/all.min.css";
@import "fonts.css";
.kursteaser {
  display: flex;
  gap: 1em;
}
.kursteaser .kurs {
  flex: 1 1 20%;
  border-radius: 0.75em;
  padding: 0.75em;
  color: white;
  cursor: pointer;
  text-decoration: none;
}
.kursteaser .kurs:hover {
  background-color: var(cGreen) !important;
  background-color: #333333 !important;
  text-decoration: none;
}
.kursteaser .kurs h4 {
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: 120%;
  text-align: center;
}
.kursteaser .kurs .shortdesc {
  text-align: center;
  display: block;
  opacity: 0.75;
  font-weight: bold;
  min-height: 3em;
  line-height: normal;
  font-size: 90%;
}
.kursteaser .kurs .next {
  text-align: center;
  display: block;
  padding-bottom: 0.5em;
  font-size: 90%;
}
.kursteaser .kurs .next strong {
  font-size: 150%;
  display: block;
}
.kursteaser .kurs.schnuppern {
  background-color: #C6361C;
}
.kursteaser .kurs.toprope {
  background-color: #4FAE30;
}
.kursteaser .kurs.vorstieg {
  background-color: #00A7E6;
}
.kursteaser .kurs.outdoor {
  background-color: #e69600;
}
.kursteaser .kurs.technik {
  background-color: #21bdbf;
}
.kursteaser .kurs.spezial {
  background-color: #A22DBA;
}
.shadow {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
}
* {
  box-sizing: border-box;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
body {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  line-height: 1.5em;
}
.clearfix {
  width: 100%;
  clear: both;
}
a {
  text-decoration: none;
  color: #689a37;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
p {
  position: relative;
  overflow: hidden;
}
h1 {
  color: #75AD3E;
  font-size: 250%;
  margin-bottom: 1.8em;
}
h2 {
  color: #75AD3E;
  font-size: 210%;
  line-height: 1em;
}
h2 small {
  color: #333;
  font-size: 75%;
  font-weight: normal;
}
h4 {
  cursor: pointer;
}
h4:hover {
  color: #75AD3E;
}
hr {
  margin: 2.5em 0em;
  height: 1px;
  border: none;
  background-color: #739452;
}
input[type="checkbox"] {
  outline: 1px solid black;
}
img[align="left"],
img[style*="float: left"],
img[style*="float:left"] {
  margin: 5px 15px 0px 0px;
}
img[align="right"],
img[style*="float: right"],
img[style*="float:right"] {
  margin: 5px 0px 0px 15px;
}
span.list {
  display: block;
  clear: left;
  margin: 0.5em 0em;
}
span.list span {
  display: list-item;
  clear: left;
  width: 100%;
  margin-left: 1em;
}
a.logo.desktop img {
  width: 180px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
}
a.logo.mobile {
  width: 140px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
}
#navigation {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
  background-color: #333;
}
#navigation .logo img {
  position: absolute;
  z-index: 100;
}
.error {
  background-color: #c00;
  color: white;
  padding: 0.5em;
}
header {
  background-size: cover;
  background-color: #75AD3E;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 90;
  border-bottom: 25px solid #333;
  line-height: 0px;
  margin-bottom: 4em;
}
header video {
  width: 100%;
  height: auto;
}
video {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.intro {
  float: left;
  width: 65%;
}
.intro p {
  margin-top: 0;
}
.intro img {
  max-width: 48%;
  height: auto;
  float: left;
  margin-right: 4%;
}
img {
  border-radius: 3px;
  max-width: 100%;
}
/*
#sidebar {
	.block {
		.shadow;

		padding: 1em;
		background-color: @cGreen;
		color: white;
		border-radius: @cornerRadius;
		margin-bottom: 1em;

		&:empty {
			display: none;
		}

		a {
			color: white;
		}

		.more {
			display: block;
			text-align: right;
		}
	}
}
*/
#topbar {
  display: flex;
  justify-content: space-between;
  margin: 2em 0em;
}
#topbar .bigButton {
  display: flexbox;
  width: 48%;
}
a.aButton {
  display: inline-block;
  background-color: #f06;
  padding: 0.5rem;
  border-radius: 3px;
  color: white;
}
.smallButton,
.bigButton {
  display: block;
  cursor: pointer;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  padding: 1em 1.5em;
  background-color: #333;
  margin-bottom: 0.7em;
  color: white !important;
  font-size: 125%;
  border: none;
  transition: all 0.25s;
}
.smallButton:active,
.bigButton:active,
.smallButton:hover,
.bigButton:hover {
  background-color: #75AD3E;
  text-decoration: none;
}
.smallButton.green,
.bigButton.green {
  background-color: #75AD3E;
}
.smallButton.green:hover,
.bigButton.green:hover {
  background-color: #333;
}
.smallButton {
  font-size: 90%;
}
#main {
  float: left;
}
body {
  margin: 0px;
  padding: 0px;
}
.content {
  color: #333;
}
footer {
  clear: both;
  padding: 1em;
  padding-top: 3em;
  padding-bottom: 2em;
}
footer .socials i {
  font-size: 300%;
}
footer ul {
  float: left;
  list-style: none;
}
footer ul li {
  float: left;
  padding-left: 1em;
}
.infobox {
  position: relative;
  padding: 1em 1.5em;
  border-radius: 3px;
  margin: 2em 0em;
  overflow: hidden;
}
.infobox img.right {
  float: right;
  max-width: 40%;
  height: auto;
  margin-left: 1em;
}
.infobox.green {
  color: white;
  background-color: #75AD3E;
}
.infobox.green a {
  color: #333;
}
.infobox.green h2 {
  color: white;
}
.infobox.half {
  width: 50%;
}
.infobox.kurse {
  background-color: #dbeccb;
}
.infobox.maintenance {
  font-size: 130%;
  width: 100% !important;
  clear: both;
  display: inline-block;
}
.infobox.maintenance img {
  float: right;
  max-width: 33%;
  height: auto;
}
.infobox.maintenance strong {
  margin-top: 170px;
  display: block;
}
.infobox.maintenance {
  background-color: #f06;
  color: white;
}
.infobox.sommer_klettertreff,
.infobox.winter_klettertreff {
  position: relative;
  background-image: url("/assets/media/icon/people-group-solid.svg");
  background-position: 1.5em 1.5em;
  background-repeat: no-repeat;
  background-size: 70px;
  font-size: 130%;
  width: 100% !important;
  height: 555px;
  clear: both;
  display: inline-block;
}
.infobox.sommer_klettertreff img,
.infobox.winter_klettertreff img {
  float: right;
  max-width: 33%;
  height: 515px;
}
.infobox.sommer_klettertreff .centerer,
.infobox.winter_klettertreff .centerer {
  height: 100%;
  align-content: center;
}
.infobox.sommer_klettertreff p,
.infobox.winter_klettertreff p {
  margin-right: 2em;
}
.infobox.sommer_klettertreff {
  background-color: #f06;
  color: white;
}
.infobox.winter_klettertreff {
  background-color: #f06;
  color: white;
  height: auto;
}
.infobox.winter_klettertreff img {
  float: none;
  max-width: 100%;
  height: auto;
}
.infobox.sidebarStats a.smallButton {
  background-color: #92c95c;
}
.numberSpinner {
  font-size: 200%;
}
.numberSpinner .minus,
.numberSpinner .plus {
  cursor: pointer;
  padding: 0.2em 0.3em;
  transition: all 0.25s;
}
.numberSpinner .minus:active,
.numberSpinner .plus:active {
  background-color: #75AD3E;
  color: white;
  border-radius: 3px;
}
.numberSpinner input {
  font-size: inherit;
  width: 2em;
  text-align: center;
  border: none;
  background-color: #75AD3E;
  color: white;
  border-radius: 3px;
}
.productList {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.productList li {
  background-color: #EEE;
  padding: 1em;
  margin: 1em 0em;
  border-radius: 3px;
}
.infoField {
  border: 1px solid #333;
  color: #333;
  padding: 1em;
  margin: 1em 0em;
  border-radius: 3px;
  display: inline-block;
}
.infoField input {
  display: inline;
  border: none;
  background-color: #EEE;
  padding: 0.5em;
  font-size: inherit;
}
.help-block {
  color: #C30;
}
.price {
  float: right;
}
.shop .vcard {
  padding: 1em;
  background-color: #efefef;
}
/* Cookiedingsbums */
#cookiedingsbums {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  color: white;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100000;
  padding: 0.3em;
  width: 100%;
}
#cookiedingsbumsDisclaimer {
  margin: 0.7em 0.7em 0.4em 0.7em;
  float: left;
}
#cookiedingsbumsDisclaimer a {
  color: #0094D1;
}
#cookiedingsbumsCloser {
  color: #000;
  background-color: #f1d600;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  float: right;
  margin: 0.3em 0.3em 0.3em auto;
  padding: 0.3em 0.5em;
}
#cookiedingsbumsCloser span {
  margin-left: 0.5em;
}
.stats {
  width: 100%;
  overflow: hidden;
  font-size: 80%;
}
.stats table {
  width: 100%;
}
.stats table th:first-child {
  text-align: right;
  padding-right: 0.5em;
}
.stats table th:last-child {
  text-align: left;
}
.stats table td:first-child {
  text-align: right;
  padding-right: 0.5em;
}
.stats table td:last-child {
  text-align: left;
}
.stats table td div {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.auslastungstabelle {
  border: none;
  border-collapse: collapse;
}
.auslastungstabelle tr {
  border: none;
  border-spacing: 0px;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
}
.auslastungstabelle tr.hours {
  font-size: 11px;
  text-align: center;
}
.auslastungstabelle th,
.auslastungstabelle td {
  position: relative;
  border-collapse: collapse;
  border: none;
  border-spacing: 0px;
  vertical-align: bottom;
  margin: 0px;
  padding: 0px;
}
.auslastungstabelle th div,
.auslastungstabelle td div {
  width: 15px;
  min-height: 1px;
  background-image: url(https://shop.dav-kletterzentrum-kiel.de/css/img/scale.png);
  background-position: bottom left;
  background-size: 200px 200px;
  background-repeat: repeat-x;
  background-color: #E10319;
}
.auslastungstabelle th div.y_legend,
.auslastungstabelle td div.y_legend {
  font-size: 12px;
  background-color: transparent;
  background-image: none;
}
.auslastungstabelle th div.stat,
.auslastungstabelle td div.stat {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 200, 0.1);
  background-image: none;
  border-top: 1px solid black;
}
.auslastungstabelle th.daydevider,
.auslastungstabelle td.daydevider {
  background-color: black;
  width: 1px;
  overflow: hidden;
}
.auslastungstabelle th.daydevider div,
.auslastungstabelle td.daydevider div {
  width: 1px;
}
.auslastungstabelle th {
  padding: 1em;
}
@media only screen and (max-width: 799px) {
  .desktop {
    display: none;
  }
  header {
    background-image: url(img/DAV-Kletterzentrum-Kiel-Mischke_21A2959_800.jpg);
    height: 174px;
    margin-bottom: 2em;
    width: 100%;
    background-size: cover;
  }
  header .headerText {
    text-align: center;
    font-size: 130%;
    line-height: 130%;
  }
  .intro {
    float: left;
    width: 100%;
  }
  .intro img {
    width: 100%;
  }
  .infobox {
    padding: 0.75em;
  }
  .infobox img,
  .infobox img.right {
    clear: both;
    width: 100%;
    max-width: 100%;
    margin: 0em;
    margin-bottom: 1em;
  }
  .infobox.sommer_klettertreff,
  .infobox.winter_klettertreff {
    background-image: none !important;
    background-position: 0 0;
    height: auto;
  }
  .infobox.sommer_klettertreff img,
  .infobox.winter_klettertreff img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .infobox.sommer_klettertreff .centerer,
  .infobox.winter_klettertreff .centerer {
    width: 100%;
    height: auto;
  }
  .infobox.sommer_klettertreff p,
  .infobox.winter_klettertreff p {
    margin: auto;
  }
  h1 {
    line-height: 120%;
    font-size: 180%;
  }
  h2,
  h3 {
    line-height: 120%;
    font-size: 130%;
  }
  #topbar {
    margin: 0;
  }
  #navigation {
    margin-bottom: 1em;
  }
  #navigation .logo {
    height: 70px;
  }
  #navigation .logo img {
    width: 180px !important;
    height: auto;
    top: 14px;
    right: auto;
    left: 30%;
    margin-left: -90px;
  }
  .bigButton {
    text-align: center;
  }
  .bigButton a {
    display: block;
    color: white;
    margin: 0;
  }
  .bigButton a:hover {
    color: white;
  }
  .width-wrap {
    width: 100%;
    margin: auto;
    clear: both;
  }
  #sidebar {
    max-width: 94%;
    float: left;
    width: 94%;
    margin: 3%;
  }
  #main {
    max-width: 100% !important;
    width: 100%;
    padding: 0 0.75em;
  }
  .productList em {
    padding: 0;
    background-color: #FC0;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  footer nav ul li {
    clear: both;
    margin: 0.3em;
  }
}
@media only screen and (min-width: 800px) {
  .mobile {
    display: none !important;
  }
  header {
    background-image: url(img/DAV-Kletterzentrum-Kiel-Mischke_21A2959_1920.jpg);
  }
  .width-wrap {
    width: 1100px;
    margin: auto;
    clear: both;
  }
  #navigation {
    margin-bottom: 5em;
  }
  #navigation .logo {
    height: 100px;
  }
  #navigation .logo img {
    width: 200px;
    top: 67px;
  }
  #sidebar {
    max-width: 28%;
    float: right;
  }
  .productList em {
    padding: 2em 1em;
    width: 100%;
    display: inline-block;
    text-align: center;
    clear: both;
    background-color: #FC0;
  }
}
@media only screen and (min-width: 1921px) {
  header {
    background-image: url(img/DAV-Kletterzentrum-Kiel-Mischke_21A2959_3000.jpg);
  }
}
@media only screen and (min-width: 3001px) {
  header {
    background-image: url(img/DAV-Kletterzentrum-Kiel-Mischke_21A2959.jpg);
  }
}
