* {
  box-sizing: border-box; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

/*Presets*/
@font-face {
  font-family: 'bbmIcons';
  src: url("../src/icons/font/bbm.ttf"); }
body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px; }

.mobileNav {
  display: none; }

.desktopNav {
  display: block; }

a {
  cursor: pointer; }

h1 {
  font-size: 55px;
  text-align: center;
  margin: 0px;
  font-weight: lighter; }

h2 {
  font-size: 28px;
  margin: 0px;
  font-weight: lighter; }

.rowHeadline h2 {
  line-height: 45px; }

p {
  font-size: 18px;
  line-height: 26px; }

ul {
  list-style: none; }

button {
  display: block;
  margin: 0 auto;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #02c6d9;
  padding-bottom: 4px;
  padding-left: 0px;
  padding-right: 0px; }

/* ------ -----   ng animate uebergaenge ------ -----  */
.animate-view.ng-enter, .animate-view.ng-leave {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.animate-view.ng-enter,
.animate-view.ng-leave.ng-leave-active {
  opacity: 0; }

.animate-view.ng-leave,
.animate-view.ng-enter.ng-enter-active {
  opacity: 1; }

/* ------ -----   ------ -----  */
.content a, .link, button {
  font-size: 21px;
  position: relative;
  right: 0px;
  top: 0px;
  color: #ed6d05;
  border-bottom: 1px solid #ed6d05;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid #ed6d05;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .content a:hover, .link:hover, button:hover {
    opacity: 0.75;
    padding-bottom: 8px; }

.clr a, .dt-hallenauswahl {
  position: relative;
  color: #fff;
  cursor: pointer;
  font-size: 21px;
  font-weight: lighter;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .clr a:hover, .dt-hallenauswahl:hover {
    opacity: 0.75;
    padding-bottom: 8px; }

.clr h1, .clr h2 {
  color: #fff; }

.clr h1, .content h1 {
  padding: 50px 0px 55px 0px; }

.innerW {
  position: relative;
  max-width: 1280px;
  padding: 0px 25px;
  margin: 0 auto;
  left: 0;
  right: 0; }

.agbTextBlock {
  text-align: center; }

.btnBlock {
  margin-top: 90px;
  text-align: center; }

.socialIcons {
  width: 25px;
  height: 25px;
  margin-left: 10px; }

#fb:before, #yt:before, #tw:before, #ig:before {
  position: absolute;
  font-family: bbmIcons;
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  color: #e6e6e6;
  line-height: 30px; }

#fb:before {
  content: "\E801"; }

#ig:before {
  content: "\E806"; }

#yt:before {
  content: "\E805"; }

#yt {
  margin-right: 5px; }

#tw:before {
  content: "\E804"; }

#fb:hover, #yt:hover, #tw:hover, #ig:hover {
  opacity: 0.5; }
  #fb:hover:before, #yt:hover:before, #tw:hover:before, #ig:hover:before {
    color: #ed6d05; }

.triangle {
  width: 100%; }

.padadj {
  margin-top: -1px !important; }

.tri_r {
  margin-top: 0px;
  margin-left: 0px; }

/*--Presets*/
/*Header*/
header {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 100; }
  header .subheader {
    width: 100%;
    height: 45px;
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
    color: #bfbfbf;
    font-size: 15px; }
    header .subheader ul {
      margin: 0px;
      list-style: none;
      padding-top: 8px;
      /*li:first-child{
      	float: left;
      	margin-top: 5px;
      	margin-left: -40px;
      }*/ }
      header .subheader ul li {
        float: right; }
  header .mainheader {
    width: 100%;
    height: 48px;
    background-color: #fff;
    position: relative; }
    header .mainheader .logo {
      width: 280px;
      position: absolute;
      top: 0px;
      left: 0px; }
      header .mainheader .logo img {
        width: 100%;
        height: auto;
        position: absolute;
        top: 15px; }
    header .mainheader nav {
      position: absolute;
      top: 0px;
      right: 26px; }
      header .mainheader nav ul {
        list-style: none;
        margin: 15px 0px 0px 0px; }
        header .mainheader nav ul li {
          font-size: 19px;
          margin-left: 26px;
          display: inline-block; }
          header .mainheader nav ul li a {
            text-decoration: none;
            color: #000;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
            header .mainheader nav ul li a:hover {
              color: #ed6d05;
              padding-bottom: 6px;
              border-bottom: 1px solid #ed6d05; }
          header .mainheader nav ul li .active {
            color: #ed6d05;
            padding-bottom: 4px;
            border-bottom: 1px solid #ed6d05; }

.ci_infoBlock_W {
  width: 750px;
  position: absolute;
  top: 200px;
  right: 0px; }
  .ci_infoBlock_W .ci_big {
    width: inherit;
    position: absolute;
    top: 0px;
    right: 0px; }
  .ci_infoBlock_W .ci_small {
    width: 400px;
    position: absolute;
    top: 328px;
    left: 0px; }

#mainnav {
  margin-top: 16px; }

#login {
  position: absolute;
  right: 0px;
  top: -7px; }

.loginW {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e6e6e6;
  position: relative;
  margin: 0px; }
  .loginW .loginBtn::before {
    font-family: bbmIcons;
    font-size: 20px;
    color: #fff;
    content: "\E802";
    position: absolute;
    top: 7px;
    right: 8.5px; }

/*--Header*/
/*Startseite*/
section {
  width: 100%;
  padding-top: 90px; }

.imgBlock {
  width: 100%;
  height: 800px;
  height: 90vh;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }

.imgBlock_Adj {
  height: 1000px;
  height: 90vh;
  min-height: 820px; }

#imgStart {
  background-image: url("../src/icons/header/headimg_loch.jpg"); }

.content {
  margin-top: -6px; }

.zeitBlock, .rankBlock {
  margin-top: -8%;
  color: #fff;
  position: relative;
  overflow-x: hidden; }
  .zeitBlock .anmeldeBlock, .rankBlock .anmeldeBlock {
    width: 100%;
    margin: 0px;
    text-align: center;
    position: absolute;
    top: 0px;
    z-index: 100; }
    .zeitBlock .anmeldeBlock .tri_r, .rankBlock .anmeldeBlock .tri_r {
      margin: 0px; }
    .zeitBlock .anmeldeBlock .content, .rankBlock .anmeldeBlock .content {
      height: 110px;
      background-image: url("../src/icons/kachel_dunkel_grau.png"); }
      .zeitBlock .anmeldeBlock .content h2, .rankBlock .anmeldeBlock .content h2 {
        padding-top: 25px; }
        .zeitBlock .anmeldeBlock .content h2 a, .rankBlock .anmeldeBlock .content h2 a {
          font-size: 28px;
          font-weight: lighter; }
  .zeitBlock #zeit, .rankBlock #zeit {
    padding-top: 200px; }
  .zeitBlock .content, .rankBlock .content {
    /*margin-top: -6px;*/ }
    .zeitBlock .content .timetable, .rankBlock .content .timetable {
      padding: 0px 0px 120px 0px; }
      .zeitBlock .content .timetable .row, .rankBlock .content .timetable .row {
        height: 90px;
        position: relative;
        display: block;
        border-bottom: 1px solid #e6e6e6; }
        .zeitBlock .content .timetable .row .info, .rankBlock .content .timetable .row .info {
          position: absolute;
          left: 30px;
          top: 28px; }
        .zeitBlock .content .timetable .row h2, .zeitBlock .content .timetable .row a, .rankBlock .content .timetable .row h2, .rankBlock .content .timetable .row a {
          display: inline-block; }
        .zeitBlock .content .timetable .row h2, .rankBlock .content .timetable .row h2 {
          font-size: 28px;
          font-weight: lighter; }
          .zeitBlock .content .timetable .row h2 b, .rankBlock .content .timetable .row h2 b {
            font-weight: bold; }
        .zeitBlock .content .timetable .row h2:first-child, .rankBlock .content .timetable .row h2:first-child {
          margin-right: 100px; }
        .zeitBlock .content .timetable .row a, .rankBlock .content .timetable .row a {
          position: absolute;
          right: 30px;
          top: 28px;
          color: #fff;
          font-size: 18px;
          text-decoration: none;
          padding-bottom: 3px;
          border-bottom: 1px solid #fff;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .zeitBlock .content .timetable .row a:hover, .rankBlock .content .timetable .row a:hover {
            opacity: 0.75;
            padding-bottom: 8px; }
  .zeitBlock #zeit, .rankBlock #zeit {
    background-color: #ed6d05; }
  .zeitBlock #rank, .rankBlock #rank {
    background-color: #fff; }

.timeTableAdj {
  width: 200px; }

.rankBlock {
  margin-top: 0px;
  color: #ed6d05; }
  .rankBlock .content .tableSwitcher {
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center; }
    .rankBlock .content .tableSwitcher a, .rankBlock .content .tableSwitcher .dt-hallenauswahl {
      margin: 0px 20px;
      color: #c0c0c0;
      border-bottom: 1px solid;
      border-color: #c0c0c0; }
      .rankBlock .content .tableSwitcher a:hover, .rankBlock .content .tableSwitcher .dt-hallenauswahl:hover {
        color: #ed6d05;
        border-bottom: 1px solid;
        border-color: #ed6d05; }
    .rankBlock .content .tableSwitcher .halleActive, .rankBlock .content .tableSwitcher .active {
      color: #ed6d05;
      border-bottom: 1px solid;
      border-color: #ed6d05; }
  .rankBlock .content .timetable {
    width: 100%; }
    .rankBlock .content .timetable .row {
      width: 100%; }
      .rankBlock .content .timetable .row .info {
        width: 95%;
        top: 7px; }
        .rankBlock .content .timetable .row .info .ranknr {
          width: 10%;
          display: inline-block; }
          .rankBlock .content .timetable .row .info .ranknr h2 {
            font-size: 65px;
            font-weight: bold;
            letter-spacing: 0px;
            color: #808080;
            vertical-align: middle; }
        .rankBlock .content .timetable .row .info .rankperson {
          width: calc(90% - 200px);
          display: inline-block; }
          .rankBlock .content .timetable .row .info .rankperson h3 {
            min-width: 40%;
            display: inline-block;
            font-weight: lighter;
            position: relative; }
            .rankBlock .content .timetable .row .info .rankperson h3 a, .rankBlock .content .timetable .row .info .rankperson h3 span {
              font-size: 21px;
              position: relative;
              right: 0px;
              top: 0px;
              color: #ed6d05;
              border-bottom: 1px solid #ed6d05; }
              .rankBlock .content .timetable .row .info .rankperson h3 a:hover .statBlock, .rankBlock .content .timetable .row .info .rankperson h3 span:hover .statBlock {
                bottom: 38px;
                opacity: 1; }
          .rankBlock .content .timetable .row .info .rankperson .statBlock {
            width: 320px;
            height: auto;
            background-color: #cecece;
            position: absolute;
            text-align: center;
            bottom: 28px;
            left: -60px;
            opacity: 0;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
            .rankBlock .content .timetable .row .info .rankperson .statBlock p {
              color: #3f3f3f;
              font-size: 12px;
              padding: 6px 8px;
              margin: 0px;
              line-height: 13px; }
            .rankBlock .content .timetable .row .info .rankperson .statBlock .statArrow {
              width: 25px;
              height: 10px;
              position: absolute;
              left: 0;
              right: 0;
              margin: auto;
              bottom: -6px;
              background-image: url("../src/icons/arrow_stat.svg");
              background-position: center center;
              background-repeat: no-repeat;
              background-size: cover; }
      .rankBlock .content .timetable .row .punkte {
        position: absolute;
        right: 0px;
        top: 7px;
        min-width: 200px;
        width: 200px;
        text-align: right; }
        .rankBlock .content .timetable .row .punkte h2 {
          font-size: 65px;
          font-weight: bold; }
        .rankBlock .content .timetable .row .punkte h2, .rankBlock .content .timetable .row .punkte h3 {
          margin: 0px;
          display: inline-block; }
        .rankBlock .content .timetable .row .punkte .punkteWrapper {
          width: 70px;
          position: relative;
          display: inline-block;
          text-align: left;
          margin-left: 10px; }
        .rankBlock .content .timetable .row .punkte h3 {
          font-weight: lighter;
          text-align: left; }
        .rankBlock .content .timetable .row .punkte .flashZahl {
          font-size: 10px;
          display: block;
          position: absolute;
          bottom: 22px;
          left: 0px; }
  .rankBlock .buttonW {
    width: 100%;
    text-align: center;
    margin-top: 75px;
    margin-bottom: 105px; }

.dropdownW {
  width: 165px;
  margin-left: 20px;
  position: relative;
  color: #c0c0c0;
  display: inline-block;
  border-bottom: 1px solid #c0c0c0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .dropdownW .arrow {
    width: 15px;
    height: 8px;
    position: absolute;
    top: 7px;
    right: 0px;
    background-image: url("../src/icons/arrow_down.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }

.dropdownW:hover {
  color: #ed6d05 !important;
  border-color: #ed6d05;
  /*border-bottom: 1px solid $ci_blau;*/
  padding-bottom: 4px; }

.dropdownW:hover .arrow {
  background-image: url("../src/icons/arrow_down_c.svg"); }

.dropdown {
  width: 100%;
  font-size: 21px;
  padding-bottom: 2px;
  position: relative;
  border: 0px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0px;
  outline: none;
  background-color: transparent; }

.rankBlock .content .tableSwitcher .dropdownW.active select {
  border: none; }

.adjUserBoulderliste {
  padding-top: 30px; }

.rankBlock .content .userBoulderliste .trenner {
  width: 100%;
  height: 90px; }
.rankBlock .content .userBoulderliste h2 {
  margin-bottom: 30px;
  color: #808080; }
  .rankBlock .content .userBoulderliste h2 span {
    border-bottom: 1px solid #808080; }
.rankBlock .content .userBoulderliste .row {
  height: 56px; }
.rankBlock .content .userBoulderliste .row .info {
  top: -5px; }
.rankBlock .content .userBoulderliste .row .info .ranknr {
  width: 10%; }
  .rankBlock .content .userBoulderliste .row .info .ranknr h2 {
    color: #ed6d05;
    font-size: 38px;
    letter-spacing: 0.0em;
    margin-top: 15px; }

.zeitBlock .content .timetable .row .noBorderRow, .rankBlock .content .timetable .noBorderRow {
  border: none; }
.zeitBlock .content .timetable .row .subrow, .rankBlock .content .timetable .subrow {
  height: 30px; }
  .zeitBlock .content .timetable .row .subrow .subrowItem, .rankBlock .content .timetable .subrow .subrowItem {
    color: #808080;
    text-align: left;
    font-size: 12px;
    float: left;
    width: 100%;
    margin: 0; }
.zeitBlock .content .timetable .row .row .info .ranknr h2, .rankBlock .content .timetable .row .info .ranknr h2 {
  color: #ed6d05; }
.zeitBlock .content .timetable .row .subHeadlineRanking .active, .rankBlock .content .timetable .subHeadlineRanking .active {
  color: #ed6d05;
  border-color: #ed6d05 !important; }

.clickable {
  cursor: pointer !important; }

#news .content {
  background-color: #ed6d05;
  text-align: center;
  /*margin-top: -6px;*/ }
  #news .content .innerContent {
    width: 850px;
    min-width: 400px;
    margin: 0 auto;
    padding-bottom: 20px; }
    #news .content .innerContent h2 {
      font-size: 35px;
      line-height: 45px;
      font-weight: lighter;
      padding-bottom: 50px; }

/*--Startseite*/
/*Eventseite*/
#eventImg {
  background-image: url("../src/bilder/header_event.jpg");
  background-position: center center; }

#teilnahme, #wertung {
  margin-top: -8%; }

#teilnahme .content {
  background-color: #ed6d05; }
  #teilnahme .content .innerContent {
    padding-bottom: 100px; }
    #teilnahme .content .innerContent p {
      margin-top: 0px; }

#halle_reg_info .content {
  background-color: #ed6d05;
  color: #fff; }
  #halle_reg_info .content .innerContent {
    padding-bottom: 0; }

#ablauf {
  z-index: 110;
  position: relative; }

#ablauf .content {
  background: #fff;
  color: #ed6d05; }
  #ablauf .content .innerContent {
    text-align: left;
    line-height: 38px; }
    #ablauf .content .innerContent .eventHeadline {
      font-size: 40px;
      line-height: 44px; }

#ablaufBild {
  margin-top: -9%;
  background-image: url("../src/bilder/bids3.jpg"); }

#wertung .content {
  background-color: #ed6d05; }
  #wertung .content .innerContent p {
    margin-top: 5px;
    margin-bottom: 40px;
    color: #fff;
    font-weight: lighter; }
    #wertung .content .innerContent p:last-child {
      margin-bottom: 0px; }
  #wertung .content .innerContent h2 {
    font-size: 40px; }

.anmeldeBlock .content .innerContent {
  padding-bottom: 80px; }

/*--Eventseite*/
/*Hallen*/
#hallenImg {
  background-image: url("../src/bilder/header_hallen.jpg"); }

.hallenW_outer, .bilderW_outer {
  margin-top: -120px;
  position: relative; }

.hallenW.clr a {
  color: #000; }

.hallenW, .bilderW {
  width: 100%;
  position: relative;
  background-color: #fff;
  margin-top: -6px;
  padding-bottom: 80px; }
  .hallenW h1, .hallenW h3, .bilderW h1, .bilderW h3 {
    color: #000; }
  .hallenW .halleBlock, .bilderW .halleBlock {
    width: 100%;
    position: relative;
    display: table;
    margin: 50px 0px 60px 0px; }
    .hallenW .halleBlock .halleBild, .bilderW .halleBlock .halleBild {
      width: 60%;
      height: 500px;
      position: relative;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      display: block;
      float: left; }
      .hallenW .halleBlock .halleBild .arrow, .bilderW .halleBlock .halleBild .arrow {
        width: 25px;
        height: 45px;
        display: block;
        position: absolute;
        top: 45%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
      .hallenW .halleBlock .halleBild .al, .bilderW .halleBlock .halleBild .al {
        right: 0px;
        background-image: url("../src/icons/arrow_l.svg"); }
      .hallenW .halleBlock .halleBild .ar, .bilderW .halleBlock .halleBild .ar {
        left: 0px;
        background-image: url("../src/icons/arrow_r.svg"); }
    .hallenW .halleBlock .halleBeschreibung, .bilderW .halleBlock .halleBeschreibung {
      width: 40%;
      color: #000;
      float: right;
      padding: 40px; }
      .hallenW .halleBlock .halleBeschreibung ul, .hallenW .halleBlock .halleBeschreibung li, .bilderW .halleBlock .halleBeschreibung ul, .bilderW .halleBlock .halleBeschreibung li {
        font-size: 18px;
        line-height: 26px;
        position: relative;
        padding: 0;
        margin: 0;
        margin-left: 10px; }
      .hallenW .halleBlock .halleBeschreibung li:before, .bilderW .halleBlock .halleBeschreibung li:before {
        content: "-";
        position: absolute;
        left: -13px; }
      .hallenW .halleBlock .halleBeschreibung h3, .bilderW .halleBlock .halleBeschreibung h3 {
        margin-top: 0px;
        font-size: 35px;
        font-weight: lighter; }
    .hallenW .halleBlock .floatr, .bilderW .halleBlock .floatr {
      float: right; }
    .hallenW .halleBlock .floatl, .bilderW .halleBlock .floatl {
      float: left;
      text-align: right; }
    .hallenW .halleBlock #bb_p, .bilderW .halleBlock #bb_p {
      background-image: url("../src/bilder/hallen/bild_berta_block.jpg"); }
    .hallenW .halleBlock #bw_p, .bilderW .halleBlock #bw_p {
      background-image: url("../src/bilder/hallen/bild_boulderworx.jpg"); }
    .hallenW .halleBlock #cliffhanger_img, .bilderW .halleBlock #cliffhanger_img {
      background-image: url("../src/bilder/hallen/bild_cliffhanger.jpg"); }
    .hallenW .halleBlock #kegel_img, .bilderW .halleBlock #kegel_img {
      background-image: url("../src/bilder/hallen/bild_kegel.jpg"); }
    .hallenW .halleBlock #bs_p, .bilderW .halleBlock #bs_p {
      background-image: url("../src/bilder/hallen/bild_brightsite.jpg"); }
    .hallenW .halleBlock #bk_p, .bilderW .halleBlock #bk_p {
      background-image: url("../src/bilder/hallen/bild_boulderklub.jpg"); }
    .hallenW .halleBlock #sb_p, .bilderW .halleBlock #sb_p {
      background-image: url("../src/bilder/hallen/bild_suedbloc.jpg"); }
    .hallenW .halleBlock #ob_p, .bilderW .halleBlock #ob_p {
      background-image: url("../src/bilder/hallen/bild_ostbloc.jpg"); }

.hallenW_outer {
  margin-top: 5px; }

/*--Hallen*/
/*Bilder*/
#bilderImg {
  background-image: url("../src/bilder/header_bilder.jpg"); }

#regImg {
  background-image: url("../src/bilder/header_registrierung.jpg"); }

#rankImg {
  background-image: url("../src/bilder/header_ranking.jpg"); }

.arrowBlock {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden; }
  .arrowBlock img {
    position: absolute;
    bottom: 0px; }
    .arrowBlock img:first-child {
      bottom: 0px; }

.bilderW_outer {
  margin-top: -200px;
  overflow-x: hidden; }
  .bilderW_outer .bilderW {
    color: #ed6d05;
    background-color: #fff;
    text-align: center;
    margin-top: -1px;
    display: table; }
    .bilderW_outer .bilderW h1 {
      padding-top: 50px;
      padding-bottom: 35px; }

.row3 {
  width: 29.3333%;
  height: 400px;
  position: relative;
  margin: 2%;
  float: left; }
  .row3 .bildInhalt {
    width: 100%;
    height: 85%;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .row3 .bildInhalt .arrow {
      width: 25px;
      height: 45px;
      display: block;
      position: absolute;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    .row3 .bildInhalt .bottom {
      background-image: url("../src/icons/arrow_l.svg");
      bottom: 50px;
      left: 35px;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .row3 #instaBildTest {
    background-image: url("../src/bilder/bids4.jpg"); }
  .row3 .bildAutor {
    width: 100%;
    height: 15%;
    display: block;
    background-color: #ed6d05;
    text-align: left;
    margin-top: -20px; }
    .row3 .bildAutor p {
      color: #fff;
      padding: 16px 0px 0px 16px; }

.linkAdj {
  clear: both;
  padding-top: 60px; }

/*--Bilder*/
/*Ranking*/
#rankingAB {
  margin-top: -200px; }
  #rankingAB #awhite {
    right: -2px; }

#rankingSite {
  margin-top: -1px; }

/*--Ranking*/
/*Anmeldung*/
.anmArrow img:last-child {
  bottom: -1px; }

#anmSeite h2, #info h2 {
  line-height: 38px; }

#anmSeite {
  margin-top: -8%; }
  #anmSeite .content {
    margin-top: -5px;
    background-color: #ed6d05; }
    #anmSeite .content .innerContent {
      text-align: left; }

.regBlock {
  padding-top: 90px;
  padding-bottom: 100px;
  text-align: center; }
  .regBlock input {
    width: 560px;
    padding-bottom: 12px;
    color: #ed6d05;
    font-size: 40px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #808080;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    display: block;
    margin: 0 auto; }
    .regBlock input:focus {
      color: #ed6d05;
      border-bottom: 1px solid #ed6d05; }
  .regBlock ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #808080; }
  .regBlock :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #808080;
    opacity: 1; }
  .regBlock ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #808080;
    opacity: 1; }
  .regBlock :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #808080; }
  .regBlock button {
    margin-top: 45px;
    margin-bottom: 30px;
    display: inline-block;
    background: none;
    border: none;
    border-bottom: 1px solid #ed6d05;
    -webkit-appearance: none;
    appearance: none;
    outline: none; }
  .regBlock .ng-binding {
    font-size: 18px;
    color: #bfbfbf;
    margin-top: 35px;
    /*&:before{
    	font-family: bbmIcons;
    	content: "\E80A";
    	margin-right: 10px;
    }*/ }

#info {
  margin-top: 0px; }

#info .content {
  background-color: #ed6d05; }
  #info .content .innerContent {
    padding-top: 135px;
    text-align: left; }
    #info .content .innerContent a {
      font-size: 28px;
      color: #fff;
      border-bottom: 1px solid #fff; }

.infoB h2 {
  position: relative; }
  .infoB h2:before {
    font-family: bbmIcons;
    content: "\E80A";
    position: absolute;
    top: -45px; }

/*--Registrierungsformular*/
#regForm {
  margin-top: -130px; }

.alignCenter {
  text-align: center; }

.outerFormW {
  background-color: #808080;
  margin-top: -6px;
  padding-bottom: 300px; }

.innerFormW {
  color: #fff;
  width: 600px;
  margin: 0 auto;
  font-weight: lighter; }
  .innerFormW h1 {
    padding: 80px; }
  .innerFormW .row_f1 {
    width: 100%; }
  .innerFormW .row_f2 {
    width: 45%;
    float: left; }
  .innerFormW #rw2_adjl {
    margin-right: 5%; }
  .innerFormW #rw2_adjr {
    margin-left: 5%; }
  .innerFormW .row_f3 {
    width: 26.6%;
    float: left; }
  .innerFormW #rw3_adjl {
    margin-right: 5%; }
  .innerFormW #rw3_adjm {
    margin-left: 5%;
    margin-right: 5%; }
  .innerFormW #rw3_adjr {
    margin-left: 5%; }
  .innerFormW .radioBtn {
    width: 100%;
    color: #fff; }
    .innerFormW .radioBtn label {
      font-size: 18px;
      margin: 0px 30px 0px 5px; }
  .innerFormW .textBtn input, .innerFormW .formField, .innerFormW .selectBlock ul li {
    margin-top: 60px;
    padding-bottom: 12px;
    color: #fff;
    font-size: 28px;
    text-align: left;
    border: none;
    border-radius: 0px;
    letter-spacing: 1px;
    background: transparent;
    border-bottom: 1px solid #fff;
    -webkit-appearance: none;
    appearance: none;
    outline: none; }
  .innerFormW .textBtn textarea {
    margin-top: 60px;
    padding: 12px;
    color: #fff;
    font-size: 21px;
    text-align: left;
    border-radius: 0px;
    letter-spacing: 1px;
    background: transparent;
    border: 1px solid #fff;
    -webkit-appearance: none;
    appearance: none;
    outline: none; }
  .innerFormW button {
    margin: 0px auto;
    display: block;
    padding-top: 95px;
    padding-left: 0px;
    padding-right: 0px;
    background: none;
    border: none;
    border-bottom: 1px solid #ed6d05;
    -webkit-appearance: none;
    appearance: none;
    outline: none; }
  .innerFormW .hint {
    clear: both;
    display: block;
    text-transform: uppercase; }
    .innerFormW .hint p {
      color: #949494;
      font-size: 14px;
      padding-top: 5px; }

form h2 {
  font-size: 24px;
  margin-top: 135px;
  text-align: center; }

.selectBlock {
  width: 100%;
  display: table;
  text-align: center; }
  .selectBlock h2 {
    margin-top: 60px;
    padding: 12px;
    color: #999999;
    font-size: 24px;
    border-radius: 0px;
    letter-spacing: 1px;
    background: transparent;
    border-bottom: 1px solid #bfbfbf;
    -webkit-appearance: none;
    appearance: none;
    outline: none; }
    .selectBlock h2:hover {
      color: #fff;
      border-bottom: 1px solid #fff;
      cursor: pointer; }

h2.active {
  color: #fff;
  cursor: inherit;
  border-bottom: 1px solid #fff !important; }

.successForm {
  margin-top: -8%; }
  .successForm .content {
    background-color: #eeeeee; }
    .successForm .content .innerContent {
      padding-top: 50px;
      padding-bottom: 50px; }
      .successForm .content .innerContent p {
        color: #808080; }

.bereitsReg .content .innerContent {
  padding-top: 60px;
  padding-bottom: 60px; }
  .bereitsReg .content .innerContent h2 {
    color: #ed6d05; }

.spielregeln {
  font-size: 14px;
  line-height: 17px; }
  .spielregeln ul {
    margin: 0;
    padding: 0;
    margin-bottom: 50px; }
  .spielregeln li {
    margin-top: 10px;
    margin-left: 10px;
    list-style: disc; }
  .spielregeln .subList {
    margin-bottom: 25px;
    margin-top: 10px; }
  .spielregeln .subList li {
    list-style: circle;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 25px; }

.spielregelnTopMargin {
  margin-top: 80px; }

/*----Registrierungsformular*/
/*--Anmeldung*/
/*LoginSeite*/
#logAdjh1 {
  padding-top: 200px; }

.loginSeiteAdj {
  padding-bottom: 250px; }

#formAdj {
  margin-top: 0px; }

.loginSeiteBtn button {
  padding-top: 75px;
  display: inline-block; }
.loginSeiteBtn .pw_verg {
  color: #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  margin-left: 45px; }

.troubleBox .subButton {
  color: #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  margin: 0px;
  padding-top: 30px;
  margin-bottom: 5px; }
  .troubleBox .subButton:first-child {
    padding-top: 55px; }

.loginInfo, .regInfo {
  margin-top: 140px;
  position: relative; }
  .loginInfo p, .regInfo p {
    color: #808080; }
  .loginInfo p::before, .regInfo p::before {
    font-family: bbmIcons;
    content: "\E80A";
    position: absolute;
    top: -35px; }
  .loginInfo h2, .regInfo h2 {
    margin-top: 35px; }

.regInfo {
  margin-top: 90px; }

.regInfo p::before {
  top: 0;
  margin-left: -28px; }

.dialogBlock {
  padding-top: 20px;
  padding-bottom: 75px; }
  .dialogBlock h2 {
    color: #999999;
    font-size: 15px;
    text-transform: uppercase; }
    .dialogBlock h2:before {
      font-family: bbmIcons;
      content: "\E80A";
      position: relative;
      margin-right: 10px; }
  .dialogBlock .formField {
    margin-top: 45px; }
  .dialogBlock button {
    margin: 0px;
    margin-top: 20px;
    padding: 0px; }

/*--LoginSeite*/
/*MemberSeite*/
.memSeite .rankBlock, .memSeite .rankBlock #rank {
  background-color: transparent; }

.memSeite {
  background-color: #e7e7e7;
  text-align: center;
  padding-bottom: 0px;
  position: relative; }
  .memSeite h1 {
    padding-top: 120px; }
  .memSeite .begrBlock {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 20px; }
    .memSeite .begrBlock b {
      color: #7f7f7f; }
    .memSeite .begrBlock a {
      color: #ed6d05;
      font-size: 24px;
      border-bottom: 1px solid #ed6d05; }
  .memSeite .timetable {
    text-align: left; }
    .memSeite .timetable .row {
      border-bottom: 1px solid #c1c1c1 !important; }
      .memSeite .timetable .row .bolderinfo_check h2, .memSeite .timetable .row .bolderinfo_uncheck h2 {
        font-size: 50px !important;
        margin-bottom: 10px; }
      .memSeite .timetable .row .bolderinfo_check h3, .memSeite .timetable .row .bolderinfo_uncheck h3 {
        font-size: 28px;
        min-width: auto; }
      .memSeite .timetable .row .bolderinfo_check #wertung, .memSeite .timetable .row .bolderinfo_uncheck #wertung {
        text-align: right; }
      .memSeite .timetable .row .bolderinfo_check h2, .memSeite .timetable .row .bolderinfo_check h3 {
        color: #ed6d05 !important; }
      .memSeite .timetable .row .bolderinfo_uncheck h2, .memSeite .timetable .row .bolderinfo_uncheck h3 {
        color: #999999 !important; }
      .memSeite .timetable .row .punkte {
        position: absolute;
        width: 100px;
        height: 100%;
        background-color: #D8D8D8;
        right: 0px !important;
        top: 0px !important; }
        .memSeite .timetable .row .punkte:hover {
          cursor: pointer;
          opacity: 0.75; }
        .memSeite .timetable .row .punkte #delete::before {
          font-family: bbmIcons;
          content: '\E80E';
          position: absolute;
          font-size: 28px;
          top: 42px;
          line-height: 0px;
          left: 38px;
          color: #bfbfbf; }
        .memSeite .timetable .row .punkte #add::before {
          font-family: bbmIcons;
          content: '\E80D';
          position: absolute;
          font-size: 28px;
          top: 45px;
          line-height: 0px;
          left: 38px;
          color: #bfbfbf; }
      .memSeite .timetable .row .rankingInaktiv {
        text-align: center;
        font-size: 11px;
        cursor: no-drop; }
        .memSeite .timetable .row .rankingInaktiv:hover {
          cursor: no-drop;
          opacity: 1; }
        .memSeite .timetable .row .rankingInaktiv #add {
          margin-top: 0px;
          padding-top: 32px;
          position: absolute;
          width: 100%;
          left: 0; }
        .memSeite .timetable .row .rankingInaktiv #add::before {
          font-family: bbmIcons;
          content: '';
          position: absolute;
          font-size: 28px;
          top: 45px;
          line-height: 0px;
          left: 38px;
          color: #bfbfbf; }
  .memSeite .hint {
    text-transform: uppercase;
    color: #bfbfbf; }
  .memSeite .profilBlock {
    margin-top: 45px;
    margin-bottom: 110px; }
    .memSeite .profilBlock h4 {
      color: #bfbfbf;
      font-size: 24px;
      margin: 5px;
      font-weight: lighter; }
      .memSeite .profilBlock h4 b {
        font-weight: bold; }
  .memSeite .statBlock textarea {
    width: 600px;
    margin-top: 35px;
    padding: 12px;
    color: #737373;
    font-size: 21px;
    text-align: left;
    border-radius: 0px;
    letter-spacing: 1px;
    background: transparent;
    border: 1px solid #bfbfbf;
    -webkit-appearance: none;
    appearance: none;
    outline: none; }
  .memSeite .statBlock button {
    margin-top: 50px; }
  .memSeite .abmeldeBlock {
    margin-top: 50px; }
    .memSeite .abmeldeBlock .content {
      background-color: #ed6d05; }
      .memSeite .abmeldeBlock .content .innerContent {
        padding-top: 60px;
        padding-bottom: 70px; }
        .memSeite .abmeldeBlock .content .innerContent a {
          font-size: 30px; }
  .memSeite .whitelabel {
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #fff; }

.memSeite .rankBlock .content .timetable .row .info .ranknr {
  width: 15%; }
.memSeite .rankBlock .content .timetable .row .info .rankperson {
  width: calc(85% - 140px); }
.memSeite .rankBlock .content .timetable .row .punkte {
  min-width: 100px;
  width: 100px; }
.memSeite .clr h2, .memSeite .clr h1 {
  color: #808080; }
.memSeite .rankBlock .content .memberHallenAuswahl {
  text-align: left; }
.memSeite .hallenListeMember {
  width: 23%;
  margin: 1%;
  display: inline-block;
  text-align: center; }
.memSeite .headline_ueber_hallen {
  padding-top: 40px;
  padding-bottom: 15px; }

/*--MemberSeite*/
/*Resets*/
.resets {
  padding-top: 125px;
  background-color: #e5e5e5;
  text-align: center; }
  .resets .logo {
    margin-bottom: 45px; }
  .resets h2, .resets p {
    color: #808080; }
  .resets .innerFormW {
    width: 500px; }
    .resets .innerFormW button {
      padding-top: 35px; }

.formField {
  margin-top: 60px;
  padding-bottom: 12px;
  color: #737373;
  font-size: 28px;
  text-align: left;
  border: none;
  border-radius: 0px;
  letter-spacing: 1px;
  background: transparent;
  border-bottom: 1px solid #bfbfbf;
  -webkit-appearance: none;
  appearance: none;
  outline: none; }
  .formField:focus {
    color: #ed6d05;
    border-bottom: 1px solid #ed6d05; }

/*--Resets*/
/*Footer*/
#sponsor .content {
  background-color: #fff; }
#sponsor .innerContent h1 {
  color: #ed6d05;
  padding-top: 60px;
  padding-bottom: 55px; }
#sponsor .innerContent ul {
  padding: 0px; }
  #sponsor .innerContent ul li {
    display: inline-block;
    margin: 0px 15px; }
    #sponsor .innerContent ul li a {
      border-bottom: none; }
  #sponsor .innerContent ul li:first-child {
    margin-left: 0px; }
  #sponsor .innerContent ul li:last-child {
    margin-right: 0px; }

.logo {
  width: 120px;
  height: 140px;
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: none; }

#ad {
  width: 80px;
  background-image: url("../src/icons/logos/Adidas.png"); }

#rb {
  width: 130px;
  background-image: url("../src/icons/logos/rb.jpg"); }

#fi {
  width: 71px;
  background-image: url("../src/icons/logos/five.jpg"); }

#bf {
  width: 260px;
  background-image: url("../src/icons/logos/bergfreunde.png"); }

#cp {
  width: 130px;
  background-image: url("../src/icons/logos/camp4.png"); }

#alpinclub {
  width: 108px;
  background-image: url("../src/icons/logos/alpenclub.jpg"); }

#blackbox {
  width: 110px;
  background-image: url("../src/icons/logos/black_box_music.jpg"); }

#kontakt .content {
  margin-top: -6px;
  background-color: #808080; }

#kontakt .content .innerContent {
  height: 500px; }

.content .innerContent {
  width: 850px;
  text-align: center;
  margin: 0 auto;
  display: table;
  padding-bottom: 130px; }
  .content .innerContent p {
    font-size: 18px; }
  .content .innerContent .row2 {
    width: 47%;
    text-align: left;
    color: #fff;
    float: left;
    line-height: 25px;
    margin-right: 3%; }
    .content .innerContent .row2 p a {
      font-size: 18px;
      border: none; }
  .content .innerContent .row2:last-child {
    margin-right: 0%;
    margin-left: 3%; }
.content .finale a {
  font-size: 16px;
  border: none; }
.content .subfooter {
  width: 100%;
  height: 60px;
  clear: both;
  position: relative;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #7f7f7f; }
  .content .subfooter p {
    margin: 0px; }
  .content .subfooter .links {
    position: absolute;
    right: 0px;
    top: 0px; }
    .content .subfooter .links a {
      font-size: 18px;
      color: #7f7f7f;
      border-bottom: 1px solid #7f7f7f; }
    .content .subfooter .links a:last-child {
      margin-left: 45px; }

/*--Footer*/
/*Impressum*/
.impTextBlock {
  color: #a6a6a6;
  margin-top: 50px;
  text-align: center; }
  .impTextBlock:first-of-type {
    margin-top: 0px; }
  .impTextBlock h2 {
    font-size: 24px; }

.impressum .outerFormW {
  padding-bottom: 130px; }

/*---Impressum*/
/*Michl Stuff*/
.errormsg {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #BFBFBF;
  margin-top: 5px;
  margin-bottom: 5px; }

.errormsgBlock {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #BFBFBF;
  margin-top: 60px;
  margin-bottom: 60px;
  /* margin: 0 auto; */
  text-align: center;
  color: red; }

button:disabled {
  opacity: 0.2; }

.active {
  color: #ed6d05;
  /*border-bottom: 1px solid; */
  border-color: #ed6d05 !important;
  padding-bottom: 4px; }

.btnflashRotpunk {
  position: absolute;
  width: 200px;
  height: 100%;
  right: 100px;
  background: #bfbfbf;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 10; }
  .btnflashRotpunk .rotpkFlashBtns {
    cursor: pointer;
    height: 100%;
    width: 50%;
    padding-top: 35px;
    float: left;
    color: #e5e5e5;
    text-align: center; }
    .btnflashRotpunk .rotpkFlashBtns:hover {
      background-color: #cccccc; }
  .btnflashRotpunk #rotpk {
    border-right: 1px solid #e5e5e5; }

.btnflashRotpunk.ng-hide {
  width: 0;
  right: 100px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.errorRed {
  color: #ff5800; }

.colorGrey {
  color: #808080; }

/*--Michl Stuff*/
.rankBlock .content .timetable .subHeadlineRanking {
  text-align: center; }
  .rankBlock .content .timetable .subHeadlineRanking a {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0px 12px;
    color: #c0c0c0;
    border-bottom: 1px solid;
    border-color: #c0c0c0; }
  .rankBlock .content .timetable .subHeadlineRanking .active {
    color: #ed6d05;
    /* border-bottom: 1px solid; */
    border-color: #ed6d05 !important;
    padding-bottom: 4px; }

@media all and (min-width: 640px) and (max-width: 1350px) {
  header .mainheader .logo {
    width: 230px; }

  header .mainheader nav {
    right: 0px; }

  header .mainheader nav ul li {
    margin-left: 20px; }

  .ci_infoBlock_W {
    width: 500px;
    top: 260px; }

  .ci_infoBlock_W .ci_small {
    top: 220px; }

  .imgBlock {
    height: 72vh; }

  .innerW {
    max-width: 680px;
    padding: 0px; }

  .rankBlock .content .timetable .row .punkte {
    top: 0px; }

  .rankBlock .content .timetable .row .info .ranknr {
    width: 120px;
    text-align: right; }
    .rankBlock .content .timetable .row .info .ranknr h2 {
      margin-right: 5px;
      vertical-align: inherit; }

  .rankBlock .content .timetable .hallenrow {
    height: 80px; }
    .rankBlock .content .timetable .hallenrow .info .ranknr h2 {
      margin-right: 10px; }
    .rankBlock .content .timetable .hallenrow .info .rankperson h3 a {
      top: -10px; }

  .rankBlock .content .timetable .subrow .subrowItem {
    text-align: left;
    padding-left: 85px; }

  .rankBlock .content .timetable .row .info .rankperson {
    width: calc(100% - 320px); }

  .rankBlock .content .timetable .row .info .rankperson h3 {
    min-width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 5px; }

  .rankBlock .content .timetable .row .info .rankperson h3:last-of-type {
    min-width: 20%; }

  #news .content .innerContent {
    width: 680px; }

  #sponsor .innerContent ul li {
    margin: 0px 10px; }

  .logo {
    width: 120px; }

  .content .innerContent {
    width: 680px; }

  .hallenW .halleBlock .halleBild, .bilderW .halleBlock .halleBild {
    width: 100%;
    height: 420px;
    float: none; }

  .hallenW .halleBlock .halleBeschreibung, .bilderW .halleBlock .halleBeschreibung {
    width: 100%;
    float: none;
    padding: 40px 20px; }

  .hallenW .halleBlock .halleBild .al, .bilderW .halleBlock .halleBild .al,
  .hallenW .halleBlock .halleBild .ar, .bilderW .halleBlock .halleBild .ar {
    left: 30px;
    bottom: 0px;
    top: auto;
    left: 30px;
    bottom: -11px;
    top: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-image: url("../src/icons/arrow_l.svg"); }

  .hallenW .halleBlock .floatl, .bilderW .halleBlock .floatl {
    float: left;
    text-align: left; }

  .padadj {
    margin-top: -1px; }

  .row3 {
    width: 46%;
    height: 350px;
    position: relative;
    margin: 2%;
    float: left; }

  .row3 .bildInhalt .bottom {
    bottom: 42px; }

  .row3 .bildAutor p {
    padding: 13px 0px 0px 16px; }

  #logAdjh1 {
    padding-top: 300px; }

  .memSeite .begrBlock {
    width: 100%; }

  .memSeite h1 {
    padding-top: 180px; }

  .rankBlock .content .tableSwitcher a, .rankBlock .content .tableSwitcher .dt-hallenauswahl {
    line-height: 50px; }

  .memSeite .timetable .row .bolderinfo_check h3, .memSeite .timetable .row .bolderinfo_uncheck h3 {
    font-size: 21px; }

  .rankBlock .content .timetable .row .info {
    width: 100%;
    top: 0px;
    left: 0px; }

  .memSeite .timetable .row .bolderinfo_check h2, .memSeite .timetable .row .bolderinfo_uncheck h2 {
    font-size: 35px !important;
    margin-bottom: 5px; }

  .memSeite .timetable .row .bolderinfo_check #wertung, .memSeite .timetable .row .bolderinfo_uncheck #wertung {
    text-align: right;
    width: 100px;
    min-width: 100px;
    display: inline-block; }

  .memSeite #wertung {
    margin-top: 4%; }

  .memSeite .rankBlock .content .timetable .row .info .rankperson h3 {
    width: auto;
    min-width: calc(100% - 112px);
    padding: 0;
    margin: 0;
    margin-top: 3px;
    display: inline-block; }

  .memSeite .rankBlock .content .timetable .row .info .rankperson {
    width: 68%;
    margin-left: 3%; }

  .memSeite .rankBlock .content .timetable .row .info .ranknr {
    width: 15%; }
  .memSeite .rankBlock .content .timetable .row .info .rankperson {
    width: calc(85% - 140px); }
  .memSeite .rankBlock .content .timetable .row .punkte {
    min-width: 100px;
    width: 100px; }
  .memSeite .clr h2, .memSeite .clr h1 {
    color: #808080; }
  .memSeite .rankBlock .content .memberHallenAuswahl {
    text-align: left; }
  .memSeite .hallenListeMember {
    width: 29%;
    margin: 1%;
    display: inline-block;
    text-align: left; }

  #ad {
    width: 120px; }

  #rb {
    width: 110px; }

  #fi {
    width: 100px; }

  #bf {
    width: 200px; }

  .rankBlock .content .userBoulderliste .row {
    height: 50px; }
    .rankBlock .content .userBoulderliste .row .bolderinfo_check {
      top: -12px; }
      .rankBlock .content .userBoulderliste .row .bolderinfo_check .ranknr {
        width: 18%; }
        .rankBlock .content .userBoulderliste .row .bolderinfo_check .ranknr h2 {
          font-size: 35px;
          margin-top: 18px; } }
@media all and (max-width: 690px) {
  .mobileNav {
    display: block; }

  .desktopNav {
    display: none; }

  header .subheader {
    z-index: 500; }
  header .subheaderW {
    z-index: 500; }
    header .subheaderW ul {
      margin-right: 3%; }
  header .mobileNav .mobile_list {
    position: absolute;
    z-index: 200;
    top: -400px;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    header .mobileNav .mobile_list ul {
      background-color: #fff;
      padding: 20px 0px 10px 0px; }
  header .mobileNav .mobile_nav_open {
    top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

  h1 {
    font-size: 40px; }

  h2 {
    font-size: 21px; }

  p {
    font-size: 16px;
    line-height: 23px; }

  .triangle {
    margin: 0;
    width: 100%;
    margin-bottom: 0px;
    margin-top: -1px; }

  .tri_r {
    width: 100%;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px; }

  section, footer {
    overflow-x: hidden; }

  .dropdownW {
    width: 140px; }

  .dropdown {
    font-size: 18px;
    margin-left: 0px !important;
    padding-left: 0px !important; }

  #mainnav {
    margin-top: 65px;
    display: none;
    padding: 0px; }

  .mainnav_T {
    display: block !important; }

  .hamW {
    width: 30px;
    height: 25px;
    position: absolute;
    right: 0px;
    top: 12px;
    z-index: 500;
    margin-right: 3%; }

  .hamIcon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    background-image: url("../src/icons/header/ham_icon.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer; }

  .closeIcon {
    width: 80%;
    height: 80%;
    margin: 0 auto;
    position: absolute;
    top: 3px;
    left: 0;
    /* bottom: 0; */
    right: 0;
    color: #000;
    background-image: url("../src/icons/header/close_icon.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer; }

  header .mainheader {
    height: 50px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out; }

  .mainheader_T {
    height: 320px !important; }

  header .mainheader .logo {
    width: 100px; }

  header .mainheader .logo img {
    top: 18px; }

  header .mainheader nav {
    right: 0px;
    width: 100%;
    text-align: center; }

  header .mainheader nav ul li {
    margin-left: 0px;
    display: block;
    margin-top: 20px; }

  .ci_infoBlock_W {
    width: 230px;
    top: 195px; }

  .ci_infoBlock_W .ci_small {
    width: 200px;
    top: 101px; }

  .imgBlock {
    height: 50vh;
    min-height: 380px; }

  .content {
    margin-top: -4px; }

  #kontakt .content {
    margin-top: -5px; }

  .clr h1, .content h1 {
    padding: 50px 0px 45px 0px; }

  .rankBlock .content .timetable .hallenrow {
    height: 65px; }

  .zeitBlock .content .timetable, .rankBlock .content .timetable {
    padding: 0px 0px 100px 0px; }

  .zeitBlock .anmeldeBlock .content h2, .rankBlock .anmeldeBlock .content h2 {
    padding-top: 30px; }

  .zeitBlock .content .timetable .row h2, .rankBlock .content .timetable .row h2 {
    font-size: 21px; }

  .zeitBlock .anmeldeBlock .content h2 a, .rankBlock .anmeldeBlock .content h2 a {
    font-size: 21px; }

  .zeitBlock #zeit, .rankBlock #zeit {
    padding-top: 140px; }

  .zeitBlock .content .timetable .row h2:first-child, .rankBlock .content .timetable .row h2:first-child {
    margin-right: 0px;
    margin-bottom: 2px; }

  .zeitBlock .content .timetable .row .info, .rankBlock .content .timetable .row .info {
    left: 0px;
    top: 18px; }

  .zeitBlock .content .timetable .row h2, .zeitBlock .content .timetable .row a {
    display: block; }

  .content a, .link, button {
    font-size: 18px; }

  .rankBlock .content .tableSwitcher a, .rankBlock .content .tableSwitcher .dt-hallenauswahl {
    margin: 0px 15px; }

  .innerW {
    max-width: 90%;
    padding: 0px; }

  .rankBlock .content .timetable .row .punkte {
    top: 20px;
    min-width: 125px; }
    .rankBlock .content .timetable .row .punkte .punkteWrapper {
      margin-left: 5px; }

  .rankBlockAdj .content .timetable .row .punkte {
    top: 32px; }

  .rankBlock .content .timetable .row .info .rankperson {
    width: 25px;
    margin-left: 5px; }

  .rankBlock .content .timetable .row .info .rankperson h3 {
    min-width: 60%;
    display: block;
    margin: 0px;
    padding-top: 5px;
    line-height: 18px;
    font-size: 14px; }

  .rankBlock .content .timetable .subrow {
    height: 25px; }
    .rankBlock .content .timetable .subrow .subrowItem {
      padding-left: 23px; }

  .rankBlock .content .timetable .hallenrow {
    heigth: 57px; }
    .rankBlock .content .timetable .hallenrow .info .rankperson h3 a {
      top: 5px; }

  .memSeite .rankBlock .content .timetable .row .info .rankperson h3 {
    width: 60% !important; }

  .rankBlock .content .timetable {
    padding: 0px 0px 20px 0px; }

  .rankBlock .content .timetable .row .info .rankperson h3 a, .rankBlock .content .timetable .row .info .rankperson h3 span {
    font-size: 14px;
    padding-bottom: 0px; }

  .rankBlock .content .timetable .row .info .rankperson h3:last-of-type {
    min-width: 20%; }

  .rankBlock .content .timetable .row .punkte h3, .rankBlock .content .timetable .row .punkte h2 {
    font-size: 18px; }

  .rankBlock .content .timetable .row .info .ranknr {
    width: 33px;
    margin-right: 2px; }

  .rankBlock .content .timetable .row .info .ranknr h2 {
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 0px; }

  #news .content .innerContent {
    width: 90%;
    min-width: 0px; }

  #news .content .innerContent h2 {
    font-size: 21px;
    line-height: 30px; }

  #sponsor .innerContent ul li {
    margin: 0px 0px;
    display: block; }

  .logo {
    width: 90px;
    height: 100px; }

  #sponsor .innerContent h1 {
    padding-bottom: 25px; }

  #sponsor .innerContent ul {
    margin: 0px; }

  #bfAdj {
    margin-left: 0px !important; }

  #fiAdj {
    margin-left: 0px !important;
    margin-right: 0px !important; }

  #ad {
    width: 100px; }

  #bf {
    width: 150px; }

  #kontakt .content .innerContent {
    height: auto; }

  .content .innerContent {
    width: 90%;
    padding-bottom: 70px !important; }

  .content .innerContent .row2:last-child {
    margin-right: 0%;
    margin-left: 0%; }

  .content .innerContent p {
    font-size: 16px;
    line-height: 24px; }

  .content .subfooter .links a {
    font-size: 16px; }

  .content .subfooter .links a:last-child {
    margin-left: 20px; }

  .content .innerContent .row2 {
    width: 100%;
    text-align: center;
    line-height: 25px; }

  #anmSeite h2, #info h2 {
    line-height: 30px; }

  .regBlock input {
    width: 90%;
    font-size: 20px;
    padding-left: 0px;
    padding-right: 0px; }

  .regInfo {
    width: 80%;
    margin-top: 0px;
    margin: 0 auto; }

  #info .content .innerContent {
    padding-top: 90px;
    text-align: left; }

  #info .content .innerContent a {
    font-size: 21px; }

  .subfooter p, .subfooter .links a {
    font-size: 16px; }

  #wertung b {
    display: block; }

  #ablauf .content .innerContent {
    line-height: 30px; }

  .btnBlock {
    margin-top: 70px; }

  .hallenW .halleBlock, .bilderW .halleBlock {
    margin: 0px; }

  .hallenW .halleBlock .halleBild, .bilderW .halleBlock .halleBild {
    width: 100%;
    height: 200px;
    float: none; }

  .hallenW .halleBlock .halleBeschreibung, .bilderW .halleBlock .halleBeschreibung {
    width: 100%;
    float: none;
    padding: 25px 0px; }

  .halleBlock {
    padding-bottom: 75px; }

  .halleBlock:last-of-type {
    padding-bottom: 0px; }

  .hallenW .halleBlock .halleBild .al, .bilderW .halleBlock .halleBild .al,
  .hallenW .halleBlock .halleBild .ar, .bilderW .halleBlock .halleBild .ar {
    left: 30px;
    bottom: 0px;
    top: auto;
    left: 30px;
    bottom: -11px;
    top: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-image: url("../src/icons/arrow_l.svg"); }

  .hallenW .halleBlock .floatl, .bilderW .halleBlock .floatl {
    float: left;
    text-align: left; }

  .hallenW .halleBlock .halleBeschreibung h3, .bilderW .halleBlock .halleBeschreibung h3 {
    font-size: 28px; }

  .clr a, .dt-hallenauswahl {
    font-size: 18px; }

  .hallenW .clr a {
    margin-bottom: 25px; }

  .padadj {
    margin-top: -1px !important; }

  .row3 {
    width: 100%;
    height: 330px;
    position: relative;
    margin: 20px 0px;
    float: none; }

  .row3 .bildInhalt .bottom {
    bottom: 42px; }

  .row3 .bildAutor p {
    padding: 13px 0px 0px 16px; }

  #logAdjh1 {
    padding-top: 220px; }

  .innerFormW h1 {
    padding: 60px 0px; }

  .loginSeiteBtn button {
    padding-top: 60px; }

  .innerFormW {
    width: 90%; }

  .loginSeiteAdj {
    padding-bottom: 100px; }

  .loginInfo {
    margin-top: 120px; }

  .troubleBox .subButton {
    text-align: left; }

  .innerFormW .textBtn input, .innerFormW .formField, .innerFormW .selectBlock ul li {
    margin-top: 40px;
    padding-bottom: 10px;
    font-size: 21px;
    padding-left: 0px;
    margin-left: 0px; }

  form h2 {
    margin-top: 100px; }

  .innerFormW .selectBlock .row_f3 {
    width: 47%; }

  .selectRow #rw3_adjm {
    margin-right: 0%;
    margin-left: 0%; }

  .innerFormW #rw3_adjr {
    margin-left: 0%; }

  .innerFormW .sR2 #rw3_adjl {
    margin-left: 5%;
    margin-right: 0%; }

  .innerFormW .sR2 #rw3_adjr {
    margin-left: 5%; }

  .outerFormW {
    padding-bottom: 120px; }

  .selectBlock h2 {
    font-size: 16px; }

  .innerFormW .textBtn textarea {
    font-size: 16px; }

  .memSeite .begrBlock {
    width: 100%;
    padding-bottom: 0px; }

  .memSeite h1 {
    font-size: 28px;
    padding-top: 40px; }

  .memSeite .begrBlock a {
    font-size: 21px; }

  .rankBlock .content .innerW {
    width: 100% !important; }

  .rankBlock .content .tableSwitcher a, .rankBlock .content .tableSwitcher .dt-hallenauswahl {
    line-height: 50px; }

  .rankBlockAdj .content .timetable .row .info .ranknr {
    display: inline-block;
    margin-top: 35px;
    width: 33px;
    margin-right: 2px;
    text-align: right; }

  .rankBlockAdj .content .timetable .hallenrow .info .ranknr {
    margin-top: 25px; }

  .rankBlockAdj .content .timetable .row .info .ranknr h2 {
    padding-bottom: 0px; }

  .rankBlockAdj .content .timetable .row .info .rankperson {
    width: calc(100% - 161px);
    vertical-align: middle; }

  .rankBlockAdj .content .timetable .hallenrow .info .rankperson {
    vertical-align: top; }

  .rankBlockAdj .hallenRank_Adj {
    margin-top: 15px !important; }

  .memSeite .timetable .row .bolderinfo_check h3, .memSeite .timetable .row .bolderinfo_uncheck h3 {
    font-size: 12px; }

  .memSeite .rankBlock .content .timetable .row {
    height: 60px; }

  .memSeite .rankBlock .content .timetable .row .info, .rankBlock .content .timetable .row .info {
    width: 100%;
    height: inherit;
    top: 0px;
    left: 0px; }

  .memSeite .rankBlock .content .timetable .row .info .ranknr {
    width: 10%;
    display: inline-block;
    float: left;
    margin-top: 30px;
    margin-right: 20px; }

  .memSeite .timetable .row .bolderinfo_check h2, .memSeite .timetable .row .bolderinfo_uncheck h2 {
    font-size: 21px !important;
    margin-bottom: 5px; }

  .memSeite .timetable .row .bolderinfo_check #wertung, .memSeite .timetable .row .bolderinfo_uncheck #wertung {
    text-align: right;
    float: right; }

  .memSeite .timetable .row .punkte {
    width: 50px; }

  .memSeite #wertung {
    margin-top: -14%; }

  .memSeite .rankBlock .content .timetable .row .info .rankperson h3 {
    width: auto;
    display: table-cell;
    vertical-align: middle; }

  .memSeite .rankBlock .content .timetable .row .info .rankperson {
    width: 70%;
    margin-left: 3%;
    height: inherit;
    display: table; }

  .memSeite .rankBlock .content .timetable .row .info .rankperson h3 {
    padding-top: 0px; }

  .memSeite .timetable .row .punkte #add::before {
    font-family: bbmIcons;
    content: '\E80D';
    position: absolute;
    font-size: 25px;
    top: 31px;
    line-height: 0px;
    left: 16px;
    color: #bfbfbf; }

  .memSeite .rankBlock .content .timetable .row .info .rankperson h3 a, .memSeite .rankBlock .content .timetable .row .info .rankperson h3 span {
    font-size: 12px;
    top: 30px;
    right: 20px; }

  .memSeite .timetable .row .punkte #delete::before {
    font-family: bbmIcons;
    content: '\E80E';
    position: absolute;
    font-size: 24px;
    top: 30px;
    line-height: 0px;
    left: 16px;
    color: #bfbfbf; }

  .memSeite .rankBlock .content .timetable {
    padding: 0px 0px 50px 0px; }

  .memSeite .profilBlock {
    margin-top: 25px;
    margin-bottom: 60px; }

  .memSeite .profilBlock h4 {
    font-size: 21px; }

  .memSeite .statBlock textarea {
    width: 100%;
    font-size: 18px; }

  .memSeite .rankBlock .content .timetable .row .punkte {
    width: 55px;
    min-width: 55px; }
  .memSeite .rankBlock .content .timetable .row .info .ranknr {
    width: 58px; }
  .memSeite .rankBlock .content .timetable .row .info .rankperson {
    width: calc(100% - 135px); }

  .memSeite .rankBlock .content .memberHallenAuswahl {
    text-align: left; }
  .memSeite .hallenListeMember {
    width: 48%;
    margin: 1%;
    display: inline-block;
    text-align: left; }

  .btnflashRotpunk {
    width: 160px;
    right: 50px; }

  .btnflashRotpunk .rotpkFlashBtns {
    padding-top: 22px; }

  .impTextBlock p {
    font-size: 16px; }

  .impTextBlock h2 {
    font-size: 21px; }

  .adjUserBoulderliste {
    padding-top: 30px; }

  .rankBlock .content .userBoulderliste h2 {
    margin-bottom: 30px; }
    .rankBlock .content .userBoulderliste h2 span {
      border-bottom: 1px solid #808080; }
  .rankBlock .content .userBoulderliste .row {
    height: 50px; }
    .rankBlock .content .userBoulderliste .row .info .ranknr {
      margin-top: 24px;
      width: 19%; }
      .rankBlock .content .userBoulderliste .row .info .ranknr h2 {
        font-size: 23px; }
  .rankBlock .content .userBoulderliste .row .info .rankperson {
    font-size: 12px;
    margin-top: 13px; }

  #teilnahme, #wertung {
    margin-top: -3%;
    font-size: 11px; }

  .rankBlock .content .timetable .subHeadlineRanking a {
    font-size: 13px;
    margin: 0px 4px; }

  .innerW.innerWMobildeNav {
    width: 100% !important;
    max-width: 100% !important; } }

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