.ae-dsw-wyn-plugin.mb-3,
.ae-dsw-wyn-plugin .mb-3 {
  margin-bottom: 1rem !important;
}

.ae-dsw-wyn-plugin.mb-4,
.ae-dsw-wyn-plugin .mb-4 {
  margin-bottom: 2rem !important;
}

.ae-dsw-wyn-plugin.mb-5,
.ae-dsw-wyn-plugin .mb-5 {
  margin-bottom: 3rem !important;
}

.ae-dsw-wyn-plugin.mt-3,
.ae-dsw-wyn-plugin .mt-3 {
  margin-top: 1rem !important;
}

.ae-dsw-wyn-plugin.mt-4,
.ae-dsw-wyn-plugin .mt-4 {
  margin-top: 2rem !important;
}

.ae-dsw-wyn-plugin.mt-5,
.ae-dsw-wyn-plugin .mt-5 {
  margin-top: 3rem !important;
}

.ae-dsw-wyn-plugin .mr-0 {
  margin-right: 0 !important;
}

.ae-dsw-wyn-plugin .hide {
  display: none !important;
}

@media (min-width: 900px) {
  .ae-dsw-wyn-plugin.mb-lg-0,
  .ae-dsw-wyn-plugin .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ae-dsw-wyn-plugin.mb-lg-3,
  .ae-dsw-wyn-plugin .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ae-dsw-wyn-plugin.mb-lg-4,
  .ae-dsw-wyn-plugin .mb-lg-4 {
    margin-bottom: 2rem !important;
  }

  .ae-dsw-wyn-plugin.mb-lg-5,
  .ae-dsw-wyn-plugin .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ae-dsw-wyn-plugin .text-lg-center {
    text-align: center !important; 
  }
}

.ae-dsw-wyn-plugin .h2 {
  font-size: 3rem;
}

.ae-dsw-wyn-plugin .h3 {
  font-size: 2rem;
}

.ae-dsw-wyn-plugin .content {
  margin: 0 auto;
  max-width: 30rem;
}

.ae-dsw-wyn-plugin .img-fluid {
  max-width: 100%;
  height: auto;
}

.ae-dsw-wyn-plugin.bg-magenta,
.ae-dsw-wyn-plugin .bg-magenta {
  background-color: #C4007B;
  color: #fff;
  padding: 3rem 0;
}

.ae-dsw-wyn-plugin .text-center {
  text-align: center;
}

.ae-dsw-wyn-plugin .text-right {
  text-align: right;
}

.ae-dsw-wyn-plugin .text-left {
  text-align: left;
}

.ae-dsw-wyn-plugin .text-white,
.ae-dsw-wyn-plugin .text-white * {
  color: #fff !important;
}

.ae-dsw-wyn-plugin .btn {
  align-items: center;
  border-radius: .375rem;
  font-size: .875rem;
  font-weight: 900;
  line-height: 1rem;
  max-width: 20rem;
  width: fit-content;
  cursor: pointer;
  padding: .625rem 1.125rem;
  transition: .6s ease;
  text-decoration: none;
}

.ae-dsw-wyn-plugin .btn:hover,
.ae-dsw-wyn-plugin .btn-sm:hover {
  box-shadow: 0 .25rem .5rem rgba(75,75,75,.502);
  /* transform: translateY(-.25rem); */
}

.ae-dsw-wyn-plugin .btn-sm {
  font-size: .75rem;
  padding: .5rem 1.125rem;
}

.ae-dsw-wyn-plugin .btn-orange {
  background-color: #e3a51d;
  border-color: #e3a51d;
  color: #fff;
}

.ae-dsw-wyn-plugin .btn-white {
  background-color: #fff;
  border-color: #fff;
}

.ae-dsw-wyn-plugin .text-magenta {
  color: #C4007B !important;
}


/* population-clock */
.dsw-wyn-population-clock {
  position: relative;
  max-width: 50rem;
  margin: 0 auto;
}

.dsw-wyn-population-clock .dsw-wyn-population-clock__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  color: #fff;
	line-height: 1;
}

.dsw-wyn-population-clock .dsw-wyn-population-clock__content h2,
.dsw-wyn-population-clock .dsw-wyn-population-clock__content h3 {
  text-align: center;
  color: #fff;
  line-height: 1.2;
  margin: 0;
  font-size: 1.7rem;
}

.dsw-wyn-population-clock .dsw-wyn-population-clock__content h3 {
  font-weight: 700;
}

.dsw-wyn-population-clock .population-clock__wrapper {
  position: relative;
}

.dsw-wyn-population-clock .population-clock {  
  
}

.dsw-wyn-population-clock .population-clock ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
  color: #fff;
  font-weight: 900 !important;
  font-size: 2em;
  text-align: center;
}

.dsw-wyn-population-clock-simple .population-clock ul {
  color: inherit !important;
}

@media (min-width: 600px) {
  .dsw-wyn-population-clock .population-clock ul {
    font-size: 3em;
  }
}

@media (min-width: 900px) {
  .dsw-wyn-population-clock .population-clock ul {
    font-size: 3.75em;
  }
}

.dsw-wyn-population-clock .population-clock ul li {
	display:inline-block;
}

.dsw-wyn-population-clock .population-clock ul li::before {
  display: none;
}

.dsw-wyn-population-clock .population-clock__bubble {
  position: absolute;
  right: -205px;
  bottom: 46px;
  width: 200px;
  height: 200px;

  background-image: url('/wp-content/plugins/dsw-wyn/assets/img/Bubble_unten.svg');
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
}

.dsw-wyn-population-clock .population-clock__bubble .population-clock__bubble-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);

  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}

.dsw-wyn-population-clock .population-clock__bubble .population-clock__bubble-content a {
  margin-top: 3rem;

  color: #C4007B;
  background-color: #fff;
  border-color: #fff;
}

/* dsw-wyn-calculator */
.dsw-wyn-calculator input {
  margin-right: .75rem;
  text-align: center;
  font-size: .75rem;
  padding: .5rem 0;
}

.dsw-wyn-calculator input:last-child {
  margin-right: 0;
}

.dsw-wyn-calculator .dsw-wyn-pdf-name {
  margin-right: 0;
  padding: .5rem;
}

.dsw-wyn-calculator #dsw-wyn-your-birthday {
  font-weight: 700;
}

.dsw-wyn-calculator .result {
  display: none;
  margin: 0 auto;
  max-width: 60rem;
  position: relative;
}

.dsw-wyn-calculator .result .graph {
	position: relative;
	width: 300px;
	max-width: 100%;
	height: 330px;
	max-height: 100%;
}

.dsw-wyn-calculator .result .graph .overlay,
.dsw-wyn-calculator .result .graph .base {
	width: 100%;
}

.dsw-wyn-calculator .result .tooltip {
	position: absolute;
	display: none;
	opacity: 1;
	z-index: 100;
	background-color: #e3a51d;
	color: #fff;
	padding: 5px 10px;
}

.dsw-wyn-calculator .error-messages {
	color: #fff;
}

.dsw-wyn-calculator .dsw-wyn-share img {
  width: auto;
  display: inline-block;
}


@media (max-width: 600px) {
  .dsw-wyn-population-clock {
    grid-column: span 3;
    width: 100%;
    min-height: 400px;
  }

  .ae-dsw-wyn-plugin .img-world {
    position: relative;
    left: -25%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .dsw-wyn-population-clock .dsw-wyn-population-clock__content {
    left: 20px;
    transform: translate(0%, -50%);
    max-width: 60%;
  }

  .ae-dsw-wyn-plugin.dsw-wyn-population-clock-without-bubble .img-world {
    left: -10%;
  }

  .ae-dsw-wyn-plugin.dsw-wyn-population-clock-without-bubble .dsw-wyn-population-clock__content {
    left: 42px;
  }

  .dsw-wyn-population-clock .population-clock ul {
    font-size: 1.5rem;
  }

  .dsw-wyn-population-clock .dsw-wyn-population-clock__content h2 {
    font-size: 1rem;
  }

  .dsw-wyn-population-clock .dsw-wyn-population-clock__content h3 {
    font-size: 1rem;
  }

  .dsw-wyn-population-clock .dsw-wyn-population-clock__people-on-earth {
    font-size: .9rem;
    margin-top: 1rem !important;
  }   
  
  .dsw-wyn-population-clock .population-clock__bubble {
    right: -142px;
    bottom: 39px;
    width: 130px;
    height: 130px;
  }

  .dsw-wyn-population-clock .population-clock__bubble .population-clock__bubble-content {
    font-size: .8rem;
  }

  .dsw-wyn-population-clock .population-clock__bubble .population-clock__bubble-content a {
    font-size: .7rem;
    padding: 0.25rem 0.5rem;
  }

  .dsw-wyn-calculator {
    padding: .5rem !important;
  }
}