/* compiled by scssphp v0.6.7 on Wed, 11 Sep 2019 09:25:16 +0200 (0.3972s) */

.group_head {
  background-color: #42aeeb;
  margin: -20px -20px 0px -20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-wrap: nowrap;
  -webkit-box-wrap: nowrap;
  -ms-flexbox-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  margin-bottom: 75px; }
  .group_head .title {
    width: 100%;
    text-align: center;
    font-weight: normal;
    color: #fff;
    font-size: 2rem;
    padding: 25px 0px; }
  .group_head .bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -moz-box-wrap: nowrap;
    -webkit-box-wrap: nowrap;
    -ms-flexbox-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    z-index: 1;
    position: relative; }
    .group_head .bottom .left {
      width: 100px;
      white-space: nowrap;
      background-color: #fff;
      text-align: left;
      color: #00476f; }
      .group_head .bottom .left a {
        display: inline-block;
        padding: 10px 20px 10px 25px;
        text-decoration: none;
        color: #42aeeb;
        position: relative;
        font-size: 13px; }
        .group_head .bottom .left a:after {
          content: ' ';
          width: 10px;
          height: 10px;
          left: 10px;
          -webkit-transform: rotate(-45deg);
          -khtml-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          top: 50%;
          margin-top: -6px;
          position: absolute;
          border-top: 2px solid #42aeeb;
          border-left: 2px solid #42aeeb; }
    .group_head .bottom .middle {
      width: 125px; }
      .group_head .bottom .middle .photo {
        line-height: 0px; }
        .group_head .bottom .middle .photo .foto_image_wrap {
          width: 125px;
          height: 125px;
          position: relative; }
          .group_head .bottom .middle .photo .foto_image_wrap .foto_image {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0px;
            top: 0px;
            border-radius: 50%;
            border: 8px solid #00476f;
            box-sizing: border-box;
            background-size: cover; }
        .group_head .bottom .middle .photo img {
          background-color: #fff;
          border-radius: 50%;
          margin-bottom: -10px;
          border: 8px solid #00476f;
          box-sizing: border-box; }
        .group_head .bottom .middle .photo .badge {
          position: absolute;
          left: 50%;
          margin-left: -30px;
          bottom: -30px;
          margin-bottom: -15px;
          text-align: center;
          width: 60px;
          height: 70px;
          line-height: 50px;
          color: #fff;
          background-image: url('../gfx/Medaille.svg');
          background-repeat: no-repeat;
          background-size: contain; }
    .group_head .bottom .right {
      width: 100px;
      white-space: nowrap;
      background-color: #fff;
      text-align: right;
      color: #00476f; }
      .group_head .bottom .right a {
        float: right;
        display: inline-block;
        padding: 10px 25px 10px 20px;
        text-decoration: none;
        color: #42aeeb;
        position: relative;
        font-size: 13px; }
        .group_head .bottom .right a:after {
          content: ' ';
          width: 10px;
          height: 10px;
          right: 10px;
          -webkit-transform: rotate(135deg);
          -khtml-transform: rotate(135deg);
          -moz-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          -o-transform: rotate(135deg);
          transform: rotate(135deg);
          top: 50%;
          margin-top: -6px;
          position: absolute;
          border-top: 2px solid #42aeeb;
          border-left: 2px solid #42aeeb; }
  .group_head .border {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 39px;
    z-index: 1;
    width: 100%;
    background-color: #fff; }
  .group_head .close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    font-weight: bold;
    text-decoration: none; }
  .group_head.user_head {
    background-color: #aec43b; }
    .group_head.user_head .bottom .left a {
      color: #aec43b; }
      .group_head.user_head .bottom .left a:after {
        border-color: #aec43b; }
      .group_head.user_head .bottom .middle .photo .foto_image_wrap .foto_image {
        border-color: #9ec2e7; }
      .group_head.user_head .bottom .middle .photo .badge {
        background: transparent;
        width: 50px;
        height: 50px;
        margin-left: -25px;
        border-radius: 50%;
        background-color: #aec43b;
        bottom: -5px; }
      .group_head.user_head .bottom .right a {
        color: #aec43b; }
      .group_head.user_head .bottom .right a:after {
        border-color: #aec43b; }
  .group_head.community_head {
    background-image: url('../gfx/cloud_bg.jpg');
    background-size: cover;
    background-color: #00476f;
    margin-bottom: 25px; }
    .group_head.community_head .bottom .left a {
      color: #00476f; }
      .group_head.community_head .bottom .left a:after {
        border-color: #00476f; }
      .group_head.community_head .bottom .middle .photo .foto_image_wrap .foto_image {
        border-color: #9ec2e7;
        background-color: #00476f;
        background-repeat: no-repeat;
        background-position: 50% 15px;
        background-size: 65%; }
      .group_head.community_head .bottom .middle .photo .badge {
        background: transparent;
        width: 50px;
        height: 50px;
        margin-left: -25px;
        border-radius: 50%;
        background-color: #aec43b;
        bottom: -5px; }
      .group_head.community_head .bottom .right a {
        color: #00476f; }
      .group_head.community_head .bottom .right a:after {
        border-color: #00476f; }

.home_profilview {
  text-align: center; }
  .home_profilview hr {
    height: 1px;
    width: 100%;
    background-color: #e5e5e8;
    margin: 15px 0px;
    border: 0px; }
  .home_profilview .ranktitle {
    color: #00476f;
    font-size: 14px;
    display: block; }
  .home_profilview .groupname {
    display: block; }
  .home_profilview .button {
    margin-top: 30px; }
  .home_profilview .cdate, .home_profilview .points {
    font-size: 3rem;
    color: #00476f;
    font-weight: bold;
    display: block; }
  .home_profilview .label {
    color: #00476f;
    padding: 10px 0px; }
  .home_profilview .edit .wrap {
    position: relative; }
    .home_profilview .edit .wrap:after {
      content: ' ';
      background-image: url('../gfx/Stift_grau.svg') !important;
      background-repeat: no-repeat !important;
      background-size: auto 25px !important;
      background-position: right 50% !important;
      width: 25px;
      height: 25px;
      position: absolute;
      right: 15px;
      top: 20px; }
    .home_profilview .edit .wrap input {
      font-size: 13px;
      width: 100%;
      line-height: 64px;
      height: 64px;
      border: 1px solid #fdfdfd;
      margin-bottom: 10px;
      text-indent: 15px;
      -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      -khtml-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      position: relative; }
  .home_profilview .block {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -khtml-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 10px; }
    .home_profilview .block .row {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: center;
      align-items: center;
      -moz-box-wrap: nowrap;
      -webkit-box-wrap: nowrap;
      -ms-flexbox-wrap: nowrap;
      flex-wrap: nowrap;
      padding: 5px 10px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.16); }
    .home_profilview .block .row .label {
      color: #00476f; }
    .pulse {
      position: absolute;
      right: 15px;
      bottom: 50px;
      height: 60px;
      width: 60px;
      z-index: 100; }

.menu_wrap {
  padding-bottom: 50px; }

.tutorial_link {
  display: block;
  width: 100%;
  line-height: 20px;
  font-size: 17px;
  margin-bottom: 13px;
  color: #35383a;
  text-decoration: none;
  margin-left: 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-wrap: nowrap;
  -webkit-box-wrap: nowrap;
  -ms-flexbox-wrap: nowrap;
  flex-wrap: nowrap;
  position: absolute;
  left: 0px;
  bottom: 20px; }
  .tutorial_link svg {
    height: 20px;
    width: auto;
    margin-right: 8px; }

#header .tabmenu ul li:nth-child(1) a.active {
  border-color: #aec43b;
  color: #aec43b; }

#header .tabmenu ul li:nth-child(2) a.active {
  border-color: #42aeeb;
  color: #42aeeb; }

.group_bilanz .slick-dots li button:before {
  font-size: 16px; }

.group_index .block1 {
  text-align: center;
  border-top: 1px solid #f2f2f4;
  border-bottom: 1px solid #f2f2f4;
  color: #00476f;
  padding: 10px 0px;
  margin-bottom: 30px; }
  .group_index .block1 .points {
    font-size: 1.5rem;
    line-height: 2rem; }
  .group_index .block2 {
    padding-top: 15px; }
  .group_index .block_meeting {
    border-top: 1px solid #dedede;
    padding-top: 15px;
    margin-top: 15px; }
  .group_index .block_invite {
    border-top: 1px solid #dedede;
    padding-top: 15px;
    margin-top: 30px; }
  .group_index .group_wall {
    margin-top: 30px; }
  .group_index .group_wall .tick {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -moz-box-wrap: nowrap;
    -webkit-box-wrap: nowrap;
    -ms-flexbox-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    border-top: 1px solid #f2f2f4;
    padding: 15px 0px; }
  .group_index .group_wall .tick .photo {
    width: 50px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 15px; }
  .group_index .group_wall .tick .photo .foto_image_wrap {
    width: 100%;
    padding-top: 100%;
    position: relative; }
  .group_index .group_wall .tick .photo .foto_image_wrap .foto_image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    background-size: cover; }
  .group_index .group_wall .tick .text {
    flex-grow: 1; }
  .group_index .group_wall .tick .text .line2 {
    color: #a1a1a5;
    font-size: 1em; }

.groupmeeting_addedit label {
  width: 100%;
  display: block;
  border-top: 1px solid #f2f2f4;
  padding: 5px 0px;
  text-align: center;
  font-size: 1.5rem; }
  .groupmeeting_addedit label:last-child {
    border-bottom: 1px solid #f2f2f4; }
  .groupmeeting_addedit label input {
    width: 100%;
    text-align: center;
    border: 0px;
    background: transparent;
    font-size: 1.15rem;
    line-height: 1.75rem; }

.group_randomimage {
  margin: -20px -20px 20px -20px;
  background-color: grey;
  width: auto;
  position: relative;
  line-height: 0px; }
  .group_randomimage img {
    width: 100%;
    height: auto; }
  .group_randomimage .close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    font-weight: bold;
    text-decoration: none; }

.group_addedit .head {
  background-color: #42aeeb;
  margin: -20px -20px 0px -20px;
  width: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-wrap: nowrap;
  -webkit-box-wrap: nowrap;
  -ms-flexbox-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  margin-bottom: 80px; }
  .group_addedit .head .title, .group_addedit .head input[name="name"] {
    background: transparent;
    border: 0px;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center;
    color: #fff;
    margin: 40px 0px 20px 0px;
    max-width: 80vw; }
  .group_addedit .head .upload {
    margin-bottom: -50px;
    border-radius: 50%;
    border: 10px solid #00476f;
    position: relative;
    background-color: #fff; }
  .group_addedit .head .upload .badge {
    position: absolute;
    left: 50%;
    height: 70px;
    padding-top: 15px;
    width: 60px;
    bottom: -60px;
    margin-left: -30px;
    color: #fff;
    text-align: center;
    background-image: url('../gfx/Medaille.svg');
    background-repeat: no-repeat;
    background-size: contain; }
  .group_addedit .block1 {
    border-top: 1px solid #f2f2f4;
    margin-top: 100px;
    padding: 5px 0px;
    color: #00476f;
    text-align: center; }
  .group_addedit .block1 textarea {
    width: 300px;
    padding: 0px;
    background: transparent;
    border: 0px;
    color: #00476f;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 15px;
    box-sizing: border-box;
    height: 115px; }
  .group_addedit .block1 textarea::placeholder {
    color: #00476f; }
  .group_addedit .block1 .info {
    text-align: center;
    width: 100%;
    color: #00476f; }
  .group_addedit .block1 #userslider {
    margin-top: 15px; }
  .group_addedit .block1 #userslider .user {
    padding: 35px 5px 30px 5px;
    text-align: center;
    position: relative; }
  .group_addedit .block1 #userslider .user .badge {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    background-image: url('../gfx/Krone.svg');
    background-repeat: no-repeat;
    background-size: contain; }
  .group_addedit .block1 #userslider .user .foto_image_wrap {
    position: relative;
    height: 100px;
    width: 100px;
    margin: auto; }
  .group_addedit .block1 #userslider .user .foto_image_wrap .foto_image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    background-size: cover;
    background-color: #fff; }
  .group_addedit .block1 #userslider .user .foto_image_wrap.placeholder {
    padding: 0px;
    width: auto; }
    .group_addedit .block1 #userslider .user .foto_image_wrap.placeholder img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .group_addedit .block1 #userslider .user .title {
    color: #00476f;
    text-decoration: underline;
    margin-top: 10px; }
  .group_addedit .block1 #userslider .user .subtitle {
    color: #95989a; }
  .group_addedit .block1 #userslider .user .points {
    margin-top: 10px;
    color: #95989a; }
  .group_addedit .close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    font-weight: bold;
    text-decoration: none; }

.group_battle .group_head {
  background-image: url('../gfx/Header/Header6.jpg');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }
  .group_battle .battle_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -moz-box-wrap: nowrap;
    -webkit-box-wrap: nowrap;
    -ms-flexbox-wrap: nowrap;
    flex-wrap: nowrap;
    border-top: 1px solid #f2f2f4;
    border-bottom: 1px solid #f2f2f4;
    padding: 15px 0px; }
  .group_battle .battle_wrap > a {
    font-size: 2rem;
    color: #42aeeb;
    text-decoration: underline;
    display: block;
    text-align: center;
    padding: 5px 0px; }
  .group_battle .battle_wrap > .badge {
    margin: 5px 0px; }
  .group_battle .battle_wrap > span {
    color: #98989d; }

.group_selectenemy .enemy_list .group_link {
  border-bottom: 1px solid #f2f2f4;
  margin-bottom: 5px; }
  .group_selectenemy .enemy_list .group_link .vs_badge {
    width: 70px;
    height: 50px;
    text-align: center;
    color: #fff;
    padding-top: 20px;
    background-image: url('../gfx/Medaille.svg');
    background-repeat: no-repeat;
    background-size: contain; }

#bg.sws_page_bg_2 p {
  text-align: center; }
  #bg.sws_page_bg_2 h1 {
    font-weight: normal;
    text-align: center;
    font-size: 1.75rem;
    margin-bottom: 30px; }
  #bg.sws_page_bg_2 .group_list {
    margin-bottom: 30px; }
  #bg.sws_page_bg_2 .group_list > a {
    text-decoration: none; }
  #bg.sws_page_bg_2 .group_list .group {
    border-bottom: 1px solid #f2f2f4;
    padding: 5px 0px;
    margin-bottom: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: stretch;
    justify-content: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -moz-box-wrap: nowrap;
    -webkit-box-wrap: nowrap;
    -ms-flexbox-wrap: nowrap;
    flex-wrap: nowrap; }
  #bg.sws_page_bg_2 .group_list .group:last-child {
    border-bottom: 0px; }
  #bg.sws_page_bg_2 .group_list .group .ranking {
    font-size: 2rem;
    color: #a9bd43;
    margin-right: 10px;
    font-weight: bold; }
  #bg.sws_page_bg_2 .group_list .group .photo {
    flex-grow: 0;
    position: relative;
    margin-right: 15px;
    margin-bottom: 10px; }
  #bg.sws_page_bg_2 .group_list .group .photo .foto_image_wrap {
    width: 50px;
    height: 50px;
    position: relative; }
  #bg.sws_page_bg_2 .group_list .group .photo .foto_image_wrap .foto_image {
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 4px solid #00476f; }
  #bg.sws_page_bg_2 .group_list .group .photo .badge {
    text-align: center;
    margin-bottom: -10px;
    font-size: 12px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 30px;
    height: 40px;
    line-height: 25px;
    color: #fff;
    margin-left: -15px;
    background-image: url('../gfx/Medaille.svg');
    background-repeat: no-repeat;
    background-size: contain; }
  #bg.sws_page_bg_2 .group_list .group .label {
    flex-grow: 1; }
  #bg.sws_page_bg_2 .group_list .group .label .line1 {
    text-decoration: underline;
    margin-bottom: 5px;
    font-size: 1rem; }
  #bg.sws_page_bg_2 .group_list .group .label .line2 {
    font-size: 1rem; }
  #bg.sws_page_bg_2 .group_list .group > .badge .battlewin {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-image: url('../gfx/Medaille.svg');
    background-repeat: no-repeat;
    background-size: contain; }
  #bg.sws_page_bg_2 hr {
    margin-top: 15px;
    margin-bottom: 30px; }
  #bg.sws_page_bg_2 .badge {
    flex-grow: 0; }
  #bg.sws_page_bg_2 .badge .vs {
    background-color: grey;
    display: block;
    width: 50px;
    height: 75px;
    text-align: center;
    color: #fff;
    line-height: 50px; }
  #bg.sws_page_bg_2 .badge .points {
    border-radius: 30%;
    padding: 10px;
    text-align: center;
    background-color: #aec43b;
    color: #fff;
    width: 50px;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -moz-box-wrap: nowrap;
    -webkit-box-wrap: nowrap;
    -ms-flexbox-wrap: nowrap;
    flex-wrap: nowrap; }
  #bg.sws_page_bg_2 .button_red {
    color: #fff;
    -webkit-appearance: none; }
  #bg.sws_page_bg_2 .button_yellow {
    color: #fff;
    -webkit-appearance: none; }
  #bg.sws_page_bg_2 .button_green {
    color: #fff;
    -webkit-appearance: none; }

#limitlines {
  font-size: 16px !important;
  line-height: 20px !important;
  height: 60px; }

.text_calc_grau, .text_edit_grau, .text_edit {
  /*transform:translateX(-35px);*/
  padding-right: 35px !important;
  padding-left: 35px !important;
  background-image: url('../gfx/Stift.svg') !important;
  background-repeat: no-repeat !important;
  background-size: auto 25px !important;
  background-position: right 50% !important; }

textarea.text_edit {
  transform: translateX(0px);
  padding-right: 35px !important;
  background-image: url('../gfx/Stift_grau.svg') !important;
  background-repeat: no-repeat !important;
  background-size: auto 25px !important;
  background-position: right 5px !important; }

.text_edit_grau {
  background-image: url('../gfx/Stift_grau.svg') !important;
  box-sizing: border-box; }

.text_calc_grau {
  background-image: url('../gfx/Kalender.svg') !important;
  box-sizing: border-box; }

.Medaille_vs {
  position: relative; }
  .Medaille_vs span {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 75%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -moz-box-wrap: nowrap;
    -webkit-box-wrap: nowrap;
    -ms-flexbox-wrap: nowrap;
    flex-wrap: nowrap;
    color: #fff; }

.TickerGruppe {
  position: relative; }
  .TickerGruppe img {
    border-radius: 50%;
    border: 3px solid #00476f;
    box-sizing: border-box; }
  .TickerGruppe .badge {
    position: absolute;
    left: 50%;
    margin-left: -13px;
    bottom: -8px;
    margin-bottom: -5px;
    text-align: center;
    width: 26px;
    height: 30px;
    line-height: 50px;
    color: #fff;
    background-image: url('../gfx/Medaille.svg');
    background-repeat: no-repeat;
    background-size: contain; }

.battlealert ol li {
  margin-bottom: 10px; }

#layer.battlealert {
  background-color: #fbdf00; }

.button {
  -webkit-appearance: none; }
