#myLegend1 {
	width: 50%;
	margin: 0 auto;
}

#myLegend2 {
	width: 50%;
	margin: 0 auto;
}

#myCanvas {
	text-align: center;
}

#label1 {
	display: inline-block;
	position: relative;
	border-radius:50%;
	height:60px;
	width:60px;
	margin-top: 20px;
}

#canvas-container1 {
   width: 100%;
   text-align:center;
	 margin-top: 40px;
}


canvas {
   display: inline;
}

/* Customize the label (the container1) */
.container1 {
  display: inline-block;
  position: relative;
	top: 20px;
	/* margin-top: 100px; */
	/* margin-left: 100px; */
	padding-left: 35px;
  /* left: 80px; */
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container1 input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container1 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container1 .checkmark:after {
  left: 11px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#small_image {
	display: inline-block;
	position: absolute;
	border-radius:50%;
	height:50px;
	width:50px;
	margin: 5px 0px 0px 5px;
}

body, html {
    height: 100%;
}

img1 {
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    -webkit-filter: blur(35px); /* Safari 6.0 - 9.0 */
    filter: blur(50%);
		filter:opacity(20%);
}

.background-image {
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;

  display: block;
  background-image: url('../images/background.jpg');
  height: 100%;

  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.content {
  /* position: fixed; */
  left: 0;
  right: 0;
  z-index: 9999;
  margin-left: 20px;
  margin-right: 20px;
}

#cost_value {
 text-align: center;
 font-size: 40px;
 font-family: sans-serif;
}

h2.headertekst {
  text-align: center;
}

/*-- New Aug 2020--*/
/*-- New Aug 2020--*/
#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
z-index: -1;
}

.topnav2 {
  overflow: hidden;
  background-color: #f1f1f1;
}

.topnav2 a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  border-bottom: 3px solid transparent;
}

.topnav2 a:hover {
  border-bottom: 3px solid red;
}

.topnav2 a.active {
  border-bottom: 3px solid red;
}


/*new 2020 */
.blob {
  border: solid 100px yellow;
  border-radius: 100%;
  position: absolute;
  width: 250px;
  height: 250px;
  z-index: -1;
  -webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0.7);
    opacity: 0.0;
  }
  25% {
    -moz-transform: scale(0.9);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1.3);
    opacity: 0.0;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.7);
    opacity: 0.0;
  }
  1% {
    -webkit-transform: scale(1);
    opacity: 0.9;
  }
  99% {
    -webkit-transform: scale(1.2);
    opacity: 0.03;
  }
  100% {
    -webkit-transform: scale(1.4);
    opacity: 0.0;
  }
}

/* top blob to highlight map"*/

.blob2 {
  border: solid 36px blue;
  border-radius: 100%;
  position: absolute;
  width: 250px;
  height:250px;
  z-index: 2;
  -webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0.7);
    opacity: 0.0;
  }
  25% {
    -moz-transform: scale(0.9);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1.3);
    opacity: 0.0;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.7);
    opacity: 0.0;
  }
  1% {
    -webkit-transform: scale(1);
    opacity: 0.7;
  }

  99% {
    -webkit-transform: scale(1.2);
    opacity: 0.04;
  }
  100% {
    -webkit-transform: scale(1.4);
    opacity: 0.0;
  }
}



.blob3 {
  border: solid 36px blue;
  border-radius: 100%;
  position: relative;
  width: 250px;
  height:250px;
  z-index: 2;
  -webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0.7);
    opacity: 0.0;
  }
  25% {
    -moz-transform: scale(0.9);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1.3);
    opacity: 0.0;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.7);
    opacity: 0.0;
  }
  1% {
    -webkit-transform: scale(1);
    opacity: 0.7;
  }

  99% {
    -webkit-transform: scale(1.2);
    opacity: 0.04;
  }
  100% {
    -webkit-transform: scale(1.4);
    opacity: 0.0;
  }
}

/* link button */

.buttonClick {
  background-color: #ffffff;
  border: blue;
  color: blue;
  padding: 10px;
	width:70%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 4px;
	border-radius: 12px;
}

.buttonClick {
  transition-duration: 0.4s;
}

.buttonClick:hover {
  background-color: white; /* Green */
  color: blue;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
	color: #222;
}

.text-right {
  position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:40px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);
}

.card__content{
  position:absolute;right:15%;bottom:100px;left:15%;z-index:10;padding-top:20px;padding-bottom:40px;color:#fff;text-align:left;text-shadow:0 1px 2px rgba(0,0,0,.6);
}


.carousel-caption2{
  position:absolute;right:15%;bottom:50px;left:15%;z-index:10;padding-top:20px;padding-bottom:40px;color:#fff;text-align:left;text-shadow:0 1px 2px rgba(0,0,0,.6);
}
