/* // UNIFORM // */


.kreis {
	height: 800px;
	width: 275px;
	left: 30%;
	top: 150px;
	//bottom: 40px;
	position: absolute;
	display: none; 
	z-index: 13;
}

@media (max-width:1280px) {

.kreis {
	left: 25%;
	}
}

@media (max-width:992px) {

.kreis {
	left: 15%;
	}
}


#uniform-s {
	background:url('../HP-Bilder/Tracht.png');
	center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}

.uniform-beschreibung {
	//height: 150px;
	//width: 600px;
	//left: 5%;
	//top: 210px;
	//margin: 10px;
	//padding: 5px;
	//position: absolute;
	display: none; 
	z-index: 13;
}

.uniform-bilder {
	height: 140px;
	width: 140px;
	//background: #fff;
	//position: absolute;
	display: none; 
	//z-index: 13;
}



#ufb1, #ufb2, #ufb3, #ufb4, #ufb5 { display: none;}



.plus {
	height: 32px;
	width: 32px;
	position: absolute;
	display: none;
	opacity: 0.75;
	z-index: 14;
	transform: matrix(0.8, 0, 0, 0.8, 0, 0);
}


.plus img {
	height: 32px;
	width: 32px;
}

#hut {
	right: 110px;
	bottom: 760px;
}

#hut2 {
	right: 2px;
	bottom: 711px;
	background:url('../HP-Bilder/tooltip-hut.png');
	center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	text-align: right;
}

/* // wams zu wams2 -108 und -34 // */

#wams {
	right: 200px;
	bottom: 610px;
}

#wams2 {
	right: 92px;
	bottom: 561px;
	background:url('../HP-Bilder/tooltip-wams.png');
	center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	text-align: right;
}

#handschuh {
	right: 175px;
	bottom: 560px;
}

#handschuh2 {
	right: 68px;
	bottom: 511px;
	background:url('../HP-Bilder/tooltip-handschuh.png');
	center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	text-align: right;
}

#gurtel {
	right: 130px;
	bottom: 470px;
}

#gurtel2 {
	right: 20px;
	bottom: 421px;
	background:url('../HP-Bilder/tooltip-guertel.png');
	center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	text-align: right;
}

#leggins {
	right: 100px;
	bottom: 320px;
}

#leggins2 {
	right: -8px;
	bottom: 271px;
	background:url('../HP-Bilder/tooltip-leggins.png');
	center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	text-align: left;
}

#stiefel {
	right: 120px;
	bottom: 120px;
}

#stiefel2 {
	right: 12px;
	bottom: 71px;
	background:url('../HP-Bilder/tooltip-stiefel.png');
	center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	text-align: left;
}

.plus-titel {
	//height: 32px;
	//width: 100px;
	height: 100px;
	width: 140px;
	display: none;
	position: absolute;
	z-index: 13;
	color: #000;
}

.plus-titel p {
	margin: 5px;
}

.plus:hover + .plus-titel {
	display : block;}

.plus:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 1.00;
	transform: matrix(1, 0, 0, 1, 0, 0);
	cursor: pointer;
}

#box-uniform{
	width: 35%;
	height:320px;
	margin: 10px;
	//background: #c0c0c0;
	position: absolute;
	font-size: 1.0em;
	top:120px;
	left:5%;
	z-index: 13;
	display: none;
}

/* // UNIFORM - ENDE // */







.hotspots__dot {
  position: absolute;
}

.hotspots__action {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  //border: 2px solid #ffff00;
  background: transparent;
  position: relative;
  background-color: #fff;
  transition: 0.3s linear all;
  transition: 0.2s linear background;
}

.hotspots__action:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid #ffff00;
  border-radius: 100%;
  left: -7px;
  top: -7px;
  transform: scale(1);
  transform-origin: 50% 50%;
  animation: wave2 2s ease-in-out infinite;
}

.hotspots__action:before {
  content: "+";
  color: #000;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 0;
  transform: translate(-50%, -50%);
}

.hotspots__popup-text {
  color: #fff;
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: justify;
}

.hotspots__popup-text h4 {
  //font-size: 1.4em;
  //line-height: 30px;
  font-size: 1.25em;
  color: #fff;
  letter-spacing: 2px;
  font-variant:small-caps;
  text-align: left;
  border-bottom: 1px dotted rgb(255, 255, 0);
  margin: 10px 0px 10px 0px;
}

/* Popup */
@media (min-width:768px) {
  .hotspots__popup {
    background: #c0c0c0;
    padding: 20px;
    width: 300px;
    max-width: calc(100vw - 20px);
    border-radius: 10px;
    position: absolute;
    z-index: 14;
    top: -25px;
    left: 400px;
    opacity: 0;
    transform-origin: bottom center;
    transform: translateY(calc(-100% - 20px)) translateX(-50%);
    transition: 0.4s all ease;
  }

  .hotspots__dot:hover .hotspots__popup {
    z-index: 4;
    opacity: 1;
    transform: translateY(-100%) translateX(-50%);
  }

  .hotspots__popup:after {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    background: #c0c0c0;
  }

  .hotspots__popup-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 12px;
    background: #ffff00;
  }

  .hotspots__popup-text h4,
  .hotspots__popup-text p {
    color: #000;
  }

  //.hotspots__popup-text h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
  }

  //.hotspots__popup-text p {
    font-size: 16px;
    line-height: 1.2;
  }
}

/* Responsive */
@media (max-width:767px) {
  
  .hotspots__popup,
  .hotspots__action:before {
    display: none;
  }

  .hotspot__mobile {
    position: relative;
  }

  .hotspots__dot {
    opacity: 1;
    transition: 0.6s all ease;
    //padding: 20px;
    cursor: pointer;
    opacity: 0.75;
    transform: translate3d(-50%, -50%, 0);
  }

  .hotspots__dot.active {
    opacity: 1;
  }

  .hotspots__dot .hotspots__action {
    transform: scale(0.6);
  }

  .hotspots__dot.active .hotspots__action {
    background: #ffd100;
    border: 2px solid #ffd100;
    transform: scale(1);
  }

  .hotspots__dot.active .hotspots__action:after {
    border: 2px solid #ffd100;
  }

  .hotspots__mobile-text>div:not(.active) {
    display: none;
  }

  .hotspots__action {
    width: 20px;
    height: 20px;
  }

  .hotspots__action:after {
    height: 30px;
    width: 30px;
  }

  .hotspots__mobile-text {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hotspots__mobile-text h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #ffd100;
  }

  .hotspots__mobile-text p {
    font-size: 16px;
    line-height: 1.4;
	font-size: 1.2em;
	color: #c0c0c0;
	line-height: 1.4em;
	text-align: justify;
  }

  .hotspots__mobile-steps {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .hotspots__mobile-steps div {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    border-radius: 50%;
    margin: 6px;
    transform: scale(1);
    transition: 0.6s all ease;
  }

  .hotspots__mobile-steps div.active {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
  }
}


/* Animations */
@keyframes wave {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    transform: scale(0.7);
  }
}

@keyframes wave2 {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.3;
  }

  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

/*
desktop popup
*/
@media (min-width:768px) {
  .hotspots__dot {
    cursor: pointer;
  }

  .hotspots__dot .hotspots__popup {
    display: none;
    opacity: 1;
    transition: none;
    transform: translateY(-100%) translateX(-50%);
  }
}




/*
mobile popup
*/
.hotspots__mpopup * {
  cursor: pointer;
}

.hotspots__mpopup {
  border-radius: 10px;
  border: 3px dotted #ffff00;
  position: absolute;
  max-width: 90%;
  z-index: 14;
  background-color: #555;
  padding: 15px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  min-width: 70%;
}

.hotspots__mpopup__close {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 40px;
  height: 40px;
  display: block;
}

.hotspots__mpopup__close::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Transformed by: SVG Repo Mixer Tools --%3E%3Csvg fill='%23ffff00' width='256px' height='256px' viewBox='0 0 32.00 32.00' xmlns='http://www.w3.org/2000/svg' stroke='%23ffff00' transform='rotate(0)' stroke-width='2.016'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'/%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round' stroke='%23000000' stroke-width='2.6239999999999997'%3E%3Cpath d='M18.8,16l5.5-5.5c0.8-0.8,0.8-2,0-2.8l0,0C24,7.3,23.5,7,23,7c-0.5,0-1,0.2-1.4,0.6L16,13.2l-5.5-5.5 c-0.8-0.8-2.1-0.8-2.8,0C7.3,8,7,8.5,7,9.1s0.2,1,0.6,1.4l5.5,5.5l-5.5,5.5C7.3,21.9,7,22.4,7,23c0,0.5,0.2,1,0.6,1.4 C8,24.8,8.5,25,9,25c0.5,0,1-0.2,1.4-0.6l5.5-5.5l5.5,5.5c0.8,0.8,2.1,0.8,2.8,0c0.8-0.8,0.8-2.1,0-2.8L18.8,16z'/%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M18.8,16l5.5-5.5c0.8-0.8,0.8-2,0-2.8l0,0C24,7.3,23.5,7,23,7c-0.5,0-1,0.2-1.4,0.6L16,13.2l-5.5-5.5 c-0.8-0.8-2.1-0.8-2.8,0C7.3,8,7,8.5,7,9.1s0.2,1,0.6,1.4l5.5,5.5l-5.5,5.5C7.3,21.9,7,22.4,7,23c0,0.5,0.2,1,0.6,1.4 C8,24.8,8.5,25,9,25c0.5,0,1-0.2,1.4-0.6l5.5-5.5l5.5,5.5c0.8,0.8,2.1,0.8,2.8,0c0.8-0.8,0.8-2.1,0-2.8L18.8,16z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.hotspots__mpopup img {
  display: block;
  margin: 0px auto 30px;
  width: 100%;
  height: auto;
}
        



