#titel img#mascot {
  width: 11vw;
  padding: 1.5vw;
}
#titel img#ctw9 {
  width: 60vw;
  min-width: 188px;
}

#inner #tab_con {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  font-size: 0;
}
#inner #tab_con .tab {
  flex: 1 0 50%;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 400;
  background: rgb(14, 116, 192);
  background: -moz-linear-gradient(180deg, rgb(14, 116, 192) 20%, rgb(3, 49, 117) 100%);
  background: -webkit-linear-gradient(180deg, rgb(14, 116, 192) 20%, rgb(3, 49, 117) 100%);
  background: linear-gradient(180deg, rgb(14, 116, 192) 20%, rgb(3, 49, 117) 100%);
  cursor: pointer;
}
#inner #tab_con .tab.sel {
  background: #0e74c0;
}
#inner #connect_svep .screen {
  display: none;
  border: 1px solid transparent;
  font-size: 0;
  width: 100%;
}
#inner #connect_svep .screen#start {
  padding-bottom: 2.5rem;
}
#inner #connect_svep .screen#start #mode_svep .knapp {
  text-align: center;
  display: block;
  margin: 12px auto;
  z-index: 10;
}
#inner #connect_svep .screen#start #mode_svep, #inner #connect_svep .screen#start #niva_svep {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 1.5rem;
}
#inner #connect_svep .screen#start #mode_svep h2.rubrik, #inner #connect_svep .screen#start #niva_svep h2.rubrik {
  font-size: 2rem;
  font-weight: 500;
  margin: 1.4rem 0 2.6rem;
  text-align: center;
}

.start #connect_svep .screen#start,
.hof #connect_svep .screen#hof_list {
  display: inline-block;
}

#inner #connect_svep .screen #niva_svep #nivaer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#inner #connect_svep .screen #niva_svep #nivaer .niva {
  width: 150px;
  height: 46px;
  padding: 7px 12px;
  margin: 12px 10px;
  line-height: 46px;
  cursor: pointer;
  border: 1px dotted transparent;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px);
}
#inner #connect_svep .screen #niva_svep #nivaer .niva.sel {
  background-color: #1db9ff;
  border-color: white;
}
#inner #connect_svep .screen #niva_svep #nivaer .niva h3 {
  font-size: 20px;
}
#inner #connect_svep .screen #niva_svep #nivaer .niva img {
  height: 46px;
}
#inner #connect_svep .screen #niva_svep #nivaer .lr_tid {
  display: inline-block;
  position: relative;
  width: 80vw;
  height: 24px;
  line-height: 24px;
  font-size: 11px;
  text-align: center;
  padding: 4px 10px;
  border: 1px dashed white;
  border-left: none;
  border-right: none;
}
#inner #connect_svep .screen #niva_svep #nivaer .lr_tid img {
  margin-right: 10px;
  vertical-align: top;
}
#inner #connect_svep .screen #niva_svep #nivaer .lr_tid span {
  display: inline-block;
  min-width: 50vw;
}

#inner #connect_svep #hof_list .glob-switch-svep {
  margin: 4vw 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  justify-items: center;
}
#inner #connect_svep #hof_list .glob-switch-svep .glob-switch {
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 10px;
  transition: border-radius 0.2s cubic-bezier(0.59, 1.87, 0.4, 0.01);
  width: 40px;
  height: 40px;
}
#inner #connect_svep #hof_list .glob-switch-svep .glob-switch .imdisc {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin: 2px;
}
#inner #connect_svep #hof_list .glob-switch-svep .glob-switch#gsw-knapp .imdisc {
  background-image: url("/grafik/glob.png");
}
#inner #connect_svep #hof_list .glob-switch-svep .glob-switch#usw-knapp .imdisc {
  width: 34px;
  height: 34px;
  background-size: 115%;
  background-image: url("/portratt");
  overflow: hidden;
  border-radius: 50%;
  margin: 3px;
}
#inner #connect_svep #hof_list .glob-switch-svep .glob-switch.sel {
  border-color: white;
  border-radius: 23px;
}
#inner #connect_svep #hof_list .hof_sw_con {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 8vw;
}
#inner #connect_svep #hof_list .hof_sw_con > .hof_switch {
  transition: border-radius 0.2s cubic-bezier(0.59, 1.87, 0.4, 0.01);
  flex: 0 1 auto;
  height: 20vw;
  width: 20vw;
  border-radius: 5vw;
  opacity: 0.6;
  border: 2px solid transparent;
  background-position: center 40%;
  background-repeat: no-repeat;
}
#inner #connect_svep #hof_list .hof_sw_con > .hof_switch.sel {
  border-color: white;
  opacity: 1;
  border-radius: 11vw;
}
#inner #connect_svep #hof_list .hof_sw_con > .hof_switch#hl_s1, #inner #connect_svep #hof_list .hof_sw_con > .hof_switch#hl_s4 {
  background-position: center;
}
#inner #connect_svep #hof_list .top5 {
  position: relative;
  display: none;
  vertical-align: top;
  padding: 30px 1.5% 0;
  color: white;
}
#inner #connect_svep #hof_list .top5.disp {
  display: block;
}
#inner #connect_svep #hof_list .top5 .rubrik {
  display: block;
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  color: white;
}
#inner #connect_svep #hof_list .top5 .scorebox {
  position: relative;
  margin-top: 6vw;
  padding: 17vw 0 14.5vw;
  height: 0;
  transition: height 0.2s ease-in-out;
}
#inner #connect_svep #hof_list .top5 .scorebox .score {
  position: absolute;
  top: 17vw;
  left: 0;
  right: 0;
  transition: opacity 0.4s ease-in-out;
}
#inner #connect_svep #hof_list .top5 .scorebox .score ul {
  position: relative;
}
#inner #connect_svep #hof_list .top5 .scorebox .score ul.none {
  height: 0;
}
#inner #connect_svep #hof_list .top5 .scorebox .score ul > li {
  height: 24px;
  line-height: 24px;
  margin: 0 auto 10px 50px;
  width: calc(90vw - 60px);
  overflow: hidden;
}
#inner #connect_svep #hof_list .top5 .scorebox .score ul > li img, #inner #connect_svep #hof_list .top5 .scorebox .score ul > li .r_plc {
  font-size: 13px;
  position: absolute;
  left: 10px;
  width: 22px;
  text-align: center;
}
#inner #connect_svep #hof_list .top5 .scorebox .score ul > li .r_namn_date {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  min-width: 128px;
  width: calc(66vw - 40px);
  color: white;
}
#inner #connect_svep #hof_list .top5 .scorebox .score ul > li .r_namn_date.date {
  text-align: center;
  letter-spacing: 0.05rem;
  padding-left: 3.5vw;
}
#inner #connect_svep #hof_list .top5 .scorebox .score ul > li .r_tid {
  display: inline-block;
  font-style: oblique;
  font-size: 11px;
  font-weight: 400;
  text-align: right;
  width: 40px;
}
#inner #connect_svep #hof_list .top5 .scorebox .score .norec_con {
  text-align: center;
}
#inner #connect_svep #hof_list .top5 .scorebox img.orn {
  display: block;
  position: absolute;
  width: 90%;
  max-width: 355px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#inner #connect_svep #hof_list .top5 .scorebox img.orn:last-child {
  width: 68%;
  max-width: 258px;
  top: unset;
  bottom: 0;
  margin: 0 auto;
}
#inner #connect_svep #hof_list.glob .top5 .scorebox .score.glob {
  opacity: 1;
}
#inner #connect_svep #hof_list.glob .top5 .scorebox .score.user {
  opacity: 0;
}
#inner #connect_svep #hof_list.glob .infoboll {
  right: -90px;
}
#inner #connect_svep #hof_list.guser .top5 .scorebox .score.glob {
  opacity: 0;
}
#inner #connect_svep #hof_list.guser .top5 .scorebox .score.user {
  opacity: 1;
}
#inner #connect_svep #hof_list.guser .infoboll {
  right: -8px;
}
#inner #connect_svep #hof_list .infoboll {
  position: absolute;
  top: 48vw;
  font-size: 13px;
  line-height: 19px;
  text-align: right;
  width: 76px;
  height: 60px;
  padding: 64px 14px 56px 0;
  border-radius: 90px 0 0 90px;
  transition: right 0.4s ease-out;
  background-color: #2a447c;
}

.start #inner #connect_svep #go.ready {
  display: inline-block;
}

#inner #connect_svep #go {
  display: none;
}

body.logut #rot, body.rmscore #rot {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  -o-filter: blur(3px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius = "3");
  filter: blur(3px);
}
body.logut #ol_bg, body.rmscore #ol_bg {
  display: block;
}
body.xgem, body.logut, body.rmscore {
  height: 100vw;
  overflow: hidden;
}
body.logut #logut_modal {
  display: block;
}
body.rmscore #rmscore_modal {
  display: block;
}

#rec_svep {
  position: fixed;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100vw;
  height: 100vh;
  z-index: 20;
  background-color: rgba(189, 220, 188, 0.4705882353);
  backdrop-filter: blur(2px);
}
#rec_svep #winpop {
  width: 90vw;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: white;
  padding: 1rem;
  border: 1px solid white;
  background-color: #0e74c0;
  margin-top: -10vh;
}
#rec_svep #winpop.soft > img {
  max-width: 100%;
}
#rec_svep #winpop.fame #endr_head {
  text-align: center;
  margin: 10px 0;
}
#rec_svep #winpop.fame #endr_head img {
  display: inline-block;
  image-rendering: pixelated;
}
#rec_svep #winpop.fame #endr_head h2 {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  font-weight: 400;
  padding: 20px 0 20px 40px;
}
#rec_svep #winpop.fame #endr_head.nocup h2 {
  padding: 20px 0;
}
#rec_svep #winpop #endr_con #knapp_svep {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 1rem;
}
#rec_svep #winpop #endr_con #knapp_svep > .knapp {
  width: 100%;
}
#rec_svep #winpop #endr_con #knapp_svep > .knapp#set_nrec {
  background-image: url("bilder/setrec.png");
  top: 320px;
  left: 200px;
}
#rec_svep #winpop #endr_con #knapp_svep > .knapp#no_nrec {
  background-image: url("bilder/norec.png");
  top: 320px;
  left: 380px;
}
#rec_svep #winpop #endr_con #endr_msg {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
}
#rec_svep #winpop #endr_con #endr_msg span {
  display: block;
}
#rec_svep #winpop #endr_con #endr_msg span.gmsg {
  font-size: 16px;
  line-height: 22px;
  padding-top: 2vw;
}
#rec_svep #winpop #endr_con #endr_inp {
  width: 100%;
  font-size: 14px;
}
#rec_svep #winpop #endr_con #endr_inp input:focus {
  outline: none;
}
#rec_svep #winpop #endr_con #endr_inp input#endr_rnom {
  background: transparent;
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  color: white;
  padding: 6px 10px;
  border: none;
  border-bottom: 1px dashed white;
}
#rec_svep #winpop #endr_con #endr_inp #inplab {
  display: inline-block;
  font-size: 14px;
  margin-right: 0.5rem;
}

.knapp#mog_ok {
  background-image: url("/grafik/mlabel.png");
}

#ol_bg, #logut_modal, #rmscore_modal {
  display: none;
  position: fixed;
}

#ol_bg {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}

.btn_svep {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.btn_svep .knapp {
  margin: 0 0.6rem;
  font-size: 1.25rem;
  letter-spacing: 0.15rem;
}
.btn_svep .knapp.disabled {
  opacity: 0.3;
}

#logut_modal {
  top: 30vh;
  z-index: 20;
  min-width: 300px;
  width: 50vw;
  text-align: center;
  padding: 0 0 2.8vh;
  border-radius: 1.25rem;
  color: white;
  background-color: #608eef;
}
#logut_modal h2 {
  font-size: 24px;
  margin: 3vh 0;
}
#logut_modal input {
  text-align: center;
}
#logut_modal .sektion {
  margin-top: 1rem;
}
#logut_modal .sektion.logut .knapp {
  border-color: #f99faf;
  color: #f2d2d8;
}

#rmscore_modal {
  top: 30vh;
  z-index: 20;
  min-width: 300px;
  width: 50vw;
  text-align: center;
  padding: 0 0 2.8vh;
  border-radius: 1.25rem;
  color: white;
  background-color: #608eef;
}
#rmscore_modal h2 {
  font-size: 24px;
  margin: 3vh 0;
}
#rmscore_modal img#protest {
  display: none;
}
#rmscore_modal.cup img#protest {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30vw;
  opacity: 0.25;
}
#rmscore_modal.cup .knapp#rmscr_ok {
  background-color: rgba(230, 86, 86, 0.5607843137);
  color: #611818;
  font-weight: 800;
  opacity: 0.9;
  z-index: 10;
}
#rmscore_modal.cup .knapp#rmscr_cc {
  background-color: rgba(103, 199, 72, 0.5607843137);
}
#rmscore_modal #rms_tid {
  display: flex;
  justify-content: space-evenly;
}
#rmscore_modal #rms_tid img {
  margin-top: -1vw;
  z-index: 6;
  animation: 400ms linear 0s infinite alternate both running puls;
}
#rmscore_modal #rms_lvl .lv {
  display: block;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 8vw;
  padding: 1vw 10vw 4vw 0;
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: 64% 1.75vw;
}
#rmscore_modal #rms_lvl .lv.n1 {
  background-image: url("/grafik/stg_1.png");
}
#rmscore_modal #rms_lvl .lv.n2 {
  background-image: url("/grafik/stg_2.png");
}
#rmscore_modal #rms_lvl .lv.n3 {
  background-image: url("/grafik/stg_3.png");
}
#rmscore_modal #rms_lvl .lv.n4 {
  background-image: url("/grafik/stg_4.png");
}
#rmscore_modal .btn_svep {
  margin-top: 6vw;
}

.stang {
  top: 1rem;
  right: 1rem;
}

@keyframes puls {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
@media screen and (max-width: 600px) {
  #logut_modal, #rmscore_modal {
    width: 90vw;
    margin: 0 5vw;
  }
}

/*# sourceMappingURL=Cutesy_connect-start.css.map */
