select {-webkit-appearance:none;} 

/* Login-Site */
.login-container {
  padding: 1px 0;
  height: 100%;
  width: 100%;
  /*background-image: url("output/default/gfx/Other/bg1.jpg");
  background-size: cover;*/
  background-color: #fff;
  font-family: "Comfortaa", "Helvetica", sans-serif;
}

.login {
  position:relative;
  padding: 8px 20px 20px;
  max-width: 480px;
  min-height: 680px;
  margin: 30px auto;
  background-color: #7DD0B6; /*rgba(30,30,30,.1);*/
  border-radius: 6px;
}

.login-icon-field {
  height: 250px;
  width: 100%;
  /*background-color: red;*/
}

.login-icon {
  margin: 50px 65px;
}

.login-form {
  padding: 8px 20px -20px;
  height: 120px;
  width: 100%;
  /*background-color: green;*/
}

.row {
 display:block;
}

.username-row {
  position: relative;
  height: 40px;
  /*background-color: pink;*/
  border-bottom: 1px solid;
  margin-bottom: 10px;
}

.password-row {
  position: relative;
  height: 40px;
 /* background-color: grey;*/
  border-bottom: 1px solid;
}


.email-icon .mail-path,
.password-icon .key-path,
.user-icon .user-path{
  fill: rgba(10,10,10,0);
  stroke: #fff;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  -webkit-animation: dash 3s .3s linear forwards;
  animation: dash 3s .3s linear forwards;
}

.user-icon .user-path {
  -webkit-animation: dash 3s .8s linear forwards;
  animation: dash 3s .8s linear forwards;
}


.login-container input,
.login-container input:-webkit-autofill,
.login-container input:-webkit-autofill:hover,
.login-container input:-webkit-autofill:focus,
.login-container input:-webkit-autofill:active {
  position: absolute;
  width: 90%;
  height: 30px;
  margin: 5px 0;
  border: none;
  background:transparent;
  color:#22c08a;
  padding:0px 10px;
 /* -webkit-box-shadow: 0 0 0px 1000px #CCC inset !important; */
 /* -webkit-box-shadow: 0 0 0px 1000px white inset !important; */
}

.login-container input::-webkit-input-placeholder {
  color: rgba(255,255,255,.4);
}

.login-container input::-moz-placeholder {
  color: rgba(255,255,255,.4);
}

.call-to-action {
  margin: 22px 0;
  height: 130px;
  width: 100%;
  /*background-color: blue;*/
}

.login-container button {
  display: block;
  width: 240px;
  height: 40px;
  padding: 0;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  margin-bottom:10px;
  font-weight: 700;
  color: #fff;
  background-color: #22c08a;
  border: none;
  border-radius: 20px;
  transition: background-color .10s ease-in-out;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}


.login-container button:hover {
  background-color: #26d69a;
  cursor:pointer;
}

.login-container button:active {
  background-color: #1eaa7a;
}

.login-container p {
  display: inline-block;
  width: 100%;
  margin-left:auto;
  margin-right:auto;
  font-size: .8rem;
  color: rgba(255,255,255,.4);
  text-align:center;
  /*background-color: yellow;*/
}


.login-container label,
p a:hover {
  -webkit-cursor: pointer;
  cursor: pointer;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}



.snitch {
  display:block;
   margin-left: auto;
  margin-right: auto;
  height:80%;
  width:40%;
 
		-webkit-animation: rotation 3.5s infinite linear;
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}


/* End Login-Site */

/* Register-Site */
.register-container {
  padding: 1px 0;
  height: 100%;
  width: 100%;
  background-image: url("output/default/gfx/Other/register_bg2.jpg");
  background-size: cover;
  color: #fff;
  font-family: "Comfortaa", "Helvetica", sans-serif;
}

.register {
  padding: 8px 20px 20px;
  max-width: 480px;
  min-height: 500px;
  margin: 30px auto;
  background-color: rgba(10,10,10,.68);
  border-radius: 6px;
}

.register-row {
  position:relative;
  height: 40px;
  /*background-color: pink;*/
  border-bottom: 1px solid;
  margin-bottom: 50px;
  vertical-align:middle;
}


.register-container input,
.register-container input:-webkit-autofill,
.register-container input:-webkit-autofill:hover,
.register-container input:-webkit-autofill:focus,
.register-container input:-webkit-autofill:active {
  position: absolute;
  width: 80%;
  height: 30px;
  margin: 0;
  border: none;
  background:transparent;
  color:#22c08a;
  padding:0px 10px;
 /* -webkit-box-shadow: 0 0 0px 1000px #CCC inset !important; */
 /* -webkit-box-shadow: 0 0 0px 1000px white inset !important; */
}

.register-container button {
  display: block;
  width: 240px;
  height: 40px;
  padding: 0;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  margin-bottom:10px;
  font-weight: 700;
  color: #fff;
  background-color: #22c08a;
  border: none;
  border-radius: 20px;
  transition: background-color .10s ease-in-out;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}


.register-container button:hover {
  background-color: #26d69a;
  cursor:pointer;
}

.register-container button:active {
  background-color: #1eaa7a;
}

 /* End Register-Site */

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  overflow:hidden;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.centered {
  border:0px;
  position:relative;
  top:50%;
  left:50%;
  margin-left: -170px; /* Breite des Elemtens + Padding */
}

#spin_button {
  cursor:pointer;
}
#spin_button:hover {
  cursor:pointer;
}

#prizePointer {
    position: absolute;
    left: 146px;
    top: -20px;
    z-index: 999;
    height:100px;
  
}

.wheelmessage_win {
  background-color: rgba(13,98,23,.4)
}

#teabtable {
    border-radius: 10px;
    border: 1px solid gainsboro;
    border-collapse: collapse;
}

#teamtable tr:hover td {
background-color: rgba(149, 82, 81,1);
color:#FFF;
cursor:pointer;
}

.gamebutton {
  display: block;
  width: 240px;
  height: 40px;
  padding: 0;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  margin-bottom:10px;
  font-weight: 700;
  color: #fff;
  background-color: #22c08a;
  border: none;
  border-radius: 6px;
  transition: background-color .10s ease-in-out;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  border-bottom:4px solid #29d69a; 
}


.gamebutton:hover {
  background-color: #26d69a;
  cursor:pointer;
}

.btn {
  border-radius: 5px;
  width:80%;
  padding: 10px 15px;
  font-size: 14px;
  text-decoration: none;
  margin: 8px;
  color: #fff;
  position: relative;
  display: inline-block;
  border:0px;
}

.inpt {
  border-radius: 5px;
  width:80%;
  padding: 10px 15px;
  font-size: 14px;
  text-decoration: none;
  margin: 8px;
  color: #444;
  position: relative;
  display: inline-block;
  border:0px;
}

.lineupselect {
  border-radius: 5px;
  width:80%;
  padding: 10px 15px;
  font-size: 14px;
  text-decoration: none;
  margin: 8px;
  color: #444;
  position: relative;
  display: inline-block;
  border:0px;
}


/* Slider im Aufstellungsmenü */
.rangeslider,
input[type='range'] {
  max-width: 400px;
}

.rangeslider__ruler {
  cursor: pointer;
  font-size: .7em;
  margin: 20px 3px 0 3px;
  position: relative;
  top: 100%;
  text-align: justify;
}

/* Workaround to justify only one-line.
// Extra element to force a new line.*/
.rangeslider__ruler:after {
  content: "";
  display: inline-block;
  width: 100%;
}




.btn:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0px 1px 0px 0px;
}


.lightgreen {
  background-color: #22c08a;
  box-shadow: 0px 5px 0px 0px #09a36d;
}

.lightgreen:hover {
  background-color: #29d69a;
}

.blue {
  background-color: #55acee;
  box-shadow: 0px 5px 0px 0px #3C93D5;
}

.blue:hover {
  background-color: #6FC6FF;
}

.green {
  background-color: #2ecc71;
  box-shadow: 0px 5px 0px 0px #15B358;
}

.green:hover {
  background-color: #48E68B;
}

.red {
  background-color: #e74c3c;
  box-shadow: 0px 5px 0px 0px #CE3323;
}

.red:hover {
  background-color: #FF6656;
}

.purple {
  background-color: #9b59b6;
  box-shadow: 0px 5px 0px 0px #82409D;
}

.purple:hover {
  background-color: #B573D0;
}

.orange {
  background-color: #e67e22;
  box-shadow: 0px 5px 0px 0px #CD6509;
}

.orange:hover {
  background-color: #FF983C;
}

.yellow {
  background-color: #f1c40f;
  box-shadow: 0px 5px 0px 0px #D8AB00;
}

.yellow:hover {
  background-color: #FFDE29;
}


.countdown {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}





/*
*
* ==================================================
* UNNECESSARY STYLE - JUST TO MAKE IT LOOKS NICE
* ==================================================
*
*/
.countdown {
    text-transform: uppercase;
    font-weight: bold;

}

.countdown span {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 2rem;
    margin-left: 0.8rem;
}

.countdown span:first-of-type {
    margin-left: 0;
}

.countdown-circles {
    text-transform: uppercase;
    font-weight: bold;

} 

.countdown-circles span {
    width: 50px;
    height:50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    margin:5px;
}

.countdown-circles span:first-of-type {
    margin-left: 0;  
}

.countdown-circles i {
   font-size:1.0vh;

    font-style:normal;
  margin-left:0;
}

/*
*
* ==================================================
* FOR DEMO PURPOSES
* ==================================================
*
*/



.bg-gradient-1 {
    background: #7f7fd5;
    background: -webkit-linear-gradient(to right, #7f7fd5, #86a8e7, #91eae4);
    background: linear-gradient(to right, #7f7fd5, #86a8e7, #91eae4);
}

.bg-gradient-1h {
    background: #7f7fd5;
    background: -webkit-linear-gradient(to bottom, #7f7fd5, #86a8e7, #91eae4);
    background: linear-gradient(to bottom, #7f7fd5, #86a8e7, #91eae4);
}

.bg-gradient-2 {
    background: #654ea3;
    background: -webkit-linear-gradient(to right, #654ea3, #eaafc8);
    background: linear-gradient(to right, #654ea3, #eaafc8);
}

.bg-gradient-3 {
    background: #ff416c;
    background: -webkit-linear-gradient(to right, #ff416c, #ff4b2b);
    background: linear-gradient(to right, #ff416c, #ff4b2b);
}

.bg-gradient-4 {
    background: #007991;
    background: -webkit-linear-gradient(to right, #007991, #78ffd6);
    background: linear-gradient(to right, #007991, #78ffd6);
}

.bg-gradient-4u {
    background: #78ffd6;
    background: -webkit-linear-gradient(to right,#78ffd6, #007991);
    background: linear-gradient(to right, #78ffd6, #007991);
}

.bg-gradient-4h {
    background: #007991;
    background: -webkit-linear-gradient(to bottom, #007991, #78ffd6);
    background: linear-gradient(to bottom, #007991, #78ffd6);
}

.bg-gradient-5 {
    background: #FDC830;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #F37335, #FDC830);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #F37335, #FDC830); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.bg-gradient-5c {
  background: #FDC830;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #F37335, #FDC830);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #F37335, #FDC830); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-gradient-6 {
  background: #00B4DB;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #0083B0, #00B4DB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-gradient-7 {
background: #e53935;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #e35d5b, #e53935);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #e35d5b, #e53935); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.bg-gradient-grey {
  background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%);
}

.bg-gradient-grey2 {
  background: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%); 90%);
}

.bg-hover:hover {
background-color: #000;
opacity: 0.7;
}

.bg-hover2:hover {
background-color: #000;
opacity: 0.2;
}

.bg-hover3:hover {
background-color: #CD5C5C;
color:#0000FF;
}

.bg-hover4:hover {
background-color: #CD5C5C;
opacity: 0.8;
color:#FF0000;
}

.rounded {
    border-radius: 1rem !important;
}

.btn-demo {
    padding: 0.5rem 2rem !important;
    border-radius: 30rem !important;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    text-transform: uppercase;

    font-weight: bold !important;
}

.btn-demo:hover, .btn-demo:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.5);
}


#countdown {
  width: 100%;
  margin:0px;
  padding:0px;
}
label {
  clear: both;
  display: block;
}
#countdown span {
  background: rgba(0,0,0,0);
  color: #000;
  font-size: 8px;
  font-weight: normal;
  text-align: center;
  width: 12%;
 
  float: left;
  border-right: 1px solid #FFF;
}
#countdown span:last-child {
  border-right: 1px solid #313233;
}

.cardImageBox{
    position: relative;
    display: inline-block; /* Make the width of box same as image */
}
.cardImageBox .text{
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;        
    text-align: center;
    align-items:center;
    justify-content:center;
    top: 25%; /* Adjust this value to move the positioned div up and down */
    /*background: rgba(178, 0, 0, 0.8);*/
    font-size:7.5vh;
    color: #fff;
    width: 100%; /* Set the width of the positioned div */
    height: 10%;
  font-family:Amatic SC;
text-shadow: 3px 0px 7px rgba(88,88,88,0.8), 
	  -3px 0px 7px rgba(88,88,88,0.8), 
	  0px 4px 7px rgba(88,88,88,0.8);
  
}
.cardImageBox .text_small{
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;        
    text-align: center;
    align-items:center;
    justify-content:center;
    top: 40%; /* Adjust this value to move the positioned div up and down */
    /*background: rgba(178, 0, 0, 0.8);*/
    font-size: clamp(1.5rem, 2vw, 2.5rem);
    color: #fff;
    width: 100%; /* Set the width of the positioned div */
    height: 10%;
  font-family:Amatic SC;
text-shadow: 3px 0px 7px rgba(88,88,88,0.8), 
	  -3px 0px 7px rgba(88,88,88,0.8), 
	  0px 4px 7px rgba(88,88,88,0.8);
  
}

/* Drag&Drop Reisezeitplan */
#modules {
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
  z-index: 1;
  border-radius: 5px;
}

.dropzone {
  padding: 20px;
  background: #FFF;
  min-height: 100px;
  margin-bottom: 20px;
  z-index: 0;
  border-radius: 2px;
}

.active_drop {
  outline: 1px solid #ff781f;
}

.hover_drop {
  outline: 1px solid #94DE8B;
}

.drop-item {
  cursor: pointer;
}

.drop-item .remove {
  position: absolute;
  top: 4px;
  right: 4px;
}

.drop-item .edit {
  position: absolute;
  top: 4px;
  right: 4px;
}

.drag {
  background-color:#EFEFEF;
  width:100px;
  word-wrap:break-word;
}
@media screen and (min-width: 601px) {
  .drag {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .drag {
    font-size: 10px;
  }
}

@media screen and (max-width: 600px) {
  .wraptext {
    width:100px;
  }
}

.drag img {
  width:80px;
  height:80px;
  border-radius:50%;
}

.dragold img {
  width:80px;
  height:80px;
  border-radius:50%;
}

.dropdown-item row a:hover {
  background-color:#F1F1F1;
  border-radius:8px;
}



.dropdown-item_underline {
  border-bottom:1px solid #FFF;
}

.input-icon {
  position: relative;
}

.input-icon > i {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  width: 25px;
  text-align: center;
	font-style: normal;
}

.input-icon > input {
  padding-left: 25px;
	padding-right: 0;
}

.input-icon-right > i {
  right: 0;
}

.input-icon-right > input {
  padding-left: 0;
  padding-right: 25px;
  text-align: right;
}

#todolabel:hover > *[contenteditable="true"] {
  background-color: rgba(217, 245, 255,0.5);
  border:1px solid #EFEFEF;
}

/* Drag Transportmittel */
.drag-trans {
  display:inline-block;
  padding:0.8rem;
  margin-bottom:1rem;
}
.drag-trans img {
  width:2.2rem;
  height:2.2rem;
}

.trans-select {
  
}

 
.trans-dropdown {
  position:relative;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  background-color: #828282;
  border-radius: 0.25rem;
  text-align: left;
  padding:0.1 0.45rem;
  margin:-0.2rem;
}

.trans-dropdown > a,
.trans-dropdown > span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  padding: 0.3rem 1.9rem;
  display: inline-block;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.trans-dropdown > a:before,
.trans-dropdown > span:before {
  position: absolute;
  right: 0.5rem;
  top: 1rem;
  content: " ";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
  cursor: none;
}

.trans-dropdown input[type="checkbox"] {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  opacity: 0;
  cursor: pointer;
}

.trans-dropdown input[type="checkbox"]:checked {
  position: fixed;
  z-index: +0;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.trans-dropdown label {
  width: 100%;
}
.trans-dropdown ul {
  text-align: left;
  position: absolute;
  top: 36px;
  border: 1px solid #ccc;
  border-radius: 3px;
  left: 0px;
  list-style: none;
  padding: 4px 0px;
  display: none;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  width: 100%;
}

.trans-dropdown input[type="checkbox"]:checked + ul {
  display: block;
}

.trans-dropdown ul li {
  display: block;
  padding: 6px 20px;
  white-space: nowrap;
  min-width: 60px;
}

.trans-dropdown ul li:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

.trans-dropdown ul li a {
  text-decoration: none;
  display: block;
  color: black;
}
.trans-dropdown .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  font-size: 1px;
  padding: 0;
}
.trans-dropdown:hover {
  background-position: right center;
}




/* Mobile Navbar */
.m_navbar {
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.m_navbar a {
  float: left;
  display: block;
  color: #FFF;
  text-align: center;
  padding: 1rem 1rem;
  text-decoration: none;
  font-size: 0.75rem;
}

.m_navbar a:hover {
  background: rgba(241, 241, 241, 0.8);
  color: black;
}

.m_navbar a.active {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

@media screen and (min-width: 1000px) {
/*Mobile Navbar am PC ausschalten (größer 1000px)*/
  #m_navbar {
    display:none;
    visibility: hidden;
    background:transparent;
  }
}  

@media screen and (max-width: 800px) {
  .mobile_none { 
  display:none;
    visibility:hidden;
    background:transparent;
  }
}





/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition:    
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition:         
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 260px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -130px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px); 
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px); 
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px); 
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform:    translateX(12px);
  transform:         translateX(12px); 
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px
}

/* Slider-Farbe */
.rangeslider {
  background: linear-gradient(90deg, rgba(140,246,118,1) 0%, rgba(210,237,107,1) 25%, rgba(255,244,81,1) 50%, rgba(255,176,64,1) 75%, rgba(251,125,52,1) 100%);
  position: relative;
  margin:5px; 
}

.rangeslider--horizontal {
  height: 20px;
  width: 100%;
  margin:5px;
  margin:0 auto;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%
}

.rangeslider--disabled {
  filter: alpha(Opacity=40);
  opacity: .4
}
/* Slider-Farbe bei Füllung */
.rangeslider__fill {
  position: absolute;
  
}

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%
}

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%
}

.rangeslider__handle {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g) #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, .1)));
  ackground-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .1));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .1));
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
  webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
  box-shadow: 0 0 8px rgba(0, 0, 0, .3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(0, 0, 0, .13)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, .13), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, .13), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, .13), rgba(255, 255, 255, 0));
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.rangeslider--active .rangeslider__handle,
.rangeslider__handle:active {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, .12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12));
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12))
}

.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y
}

.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x
}

input[type=range]:focus+.rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, .9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, .9);
  box-shadow: 0 0 8px rgba(255, 0, 255, .9)
}

/*# sourceMappingURL=rangeslider.min.css.map */