* {
  margin: 0;
  padding: 0;
}

.imageompagespecial
{
	height:250px;
}


body {
  font-size: medium;
  overflow-x: hidden;
  background: url("../graphics/background.jpg") repeat center center fixed;
}


a.linkdev {
  color: white;
}

a.linkdev:hover {
  color: #282828;
}

.headlineImg {
  width: 80%;
  animation: fadeInDown;
  animation-duration: 0.5s;
}

.imageompage {
  max-width: 99%;
}

h1 {
  color: #9e8368;
  margin: auto;
  text-align: center;
  animation: fadeInUp;
  animation-duration: 0.5s;
}

h2 {
  font-size: larger;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

[class*=col-] {
  margin-bottom: 30px;
}

.chapter {
  padding: 1em;
  color: #282828;
  opacity: 0.9;
  z-index: 100;
}

.chapter ul {
  line-height: 180%;
}

.chapter li a {
  text-decoration: none;
  color: #282828;
}
.chapter li a:hover {
  background-color: #282828;
  color: white;
}
.chapter li a:focus {
  border-style: dotted;
  border-width: 4px;
  border-color: #282828;
}

.chapter_1 {
  background-color: #7fa6b2;
  animation: fadeInLeft;
  animation-duration: 0.5s;
}

.chapter_2 {
  background-color: #afaf71;
  animation: fadeInRight;
  animation-duration: 0.5s;
}

.chapter_3 {
  background-color: #c37d27;
  animation: fadeInLeft;
  animation-duration: 0.5s;
}

.chapter_4 {
  background-color: #9e8368;
  animation: fadeInRight;
  animation-duration: 0.5s;
}

.modal-backdrop {
  background-color: #7fa6b2;
  opacity: 0.9 !important;
}

.modal-header, .modal-body, .modal-footer {
  background: #afaf71;
  color: white;
  border-bottom: none;
  border-top: none;
}

.modal-body {
  padding: 30px;
}

.modal-header, .modal-footer {
  padding-left: 30px;
  padding-right: 30px;
}

.video-js.video-js .vjs-big-play-button {
  background-color: #806a53;
  opacity: 0.95;
  width: 100px;
  height: 100px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  border-color: #806a53;
  -webkit-animation: pulse 1.5s infinite;
}

.video-js.video-js .vjs-big-play-button:hover {
  background-color: #9e8368;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  margin-top: 25px;
  margin-left: 0px;
  font-size: 100px;
  color: white;
  opacity: 0.9;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(158, 131, 104, 0.2);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(158, 131, 104, 0.3);
  }
}
.btn-primary {
  background-color: #282828;
  border-color: #282828;
  color: white;
}
.btn-primary:hover {
  background-color: #5b5b5b;
  border: none;
}

#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: url("../graphics/footer.png") no-repeat;
  background-size: cover;
  z-index: -1;
  animation: fadeInUp;
  animation-duration: 0.5s;
}

#inputPreview {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.hiddenClass {
  display: none;
}

.pagelink {
  color: #282828;
  text-decoration: none;
  line-height: 180%;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  font-family: var(--bs-font-sans-serif);
}

.pagelink:hover {
  background-color: #5b5b5b;
  color: white;
}

 .video-js {
  max-width: 100% !important;
   height: 100% !important;
width: 300px!important;
}

@media (min-height: 441px) 
 {
    .video-js {
  width: 100% !important;
  height: 100% !important;
width: 400px!important;
}

}

@media (min-height: 800px) 
 {
    .video-js {
  width: 100% !important;
  height: 100% !important;
}

}



/************/
/* Bubbles  */
/************/
.bubble {
  position: relative;
  margin: 1em 0 3em;
  color: white;
  background: #282828;
  font-size: 15px;
  border: none;
  text-align: left;
  vertical-align: top !important;
  min-width: 99% !important;
  max-width: 99% !important;
  min-height: 20px;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
  height: 100%;
}

.bubble:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 25px;
  border: 0;
  border-right-width: 20px;
  border-bottom-width: 20px;
  border-style: solid;
  border-color: transparent #282828;
  display: block;
  width: 0;
}

.bubble:hover {
  color: white;
  background: #5b5b5b;
}

.bubble:hover:before {
  border-color: transparent #5b5b5b;
}

.logotype {
  max-width: 99% !important;
  clear: left;
}

.AvfallSverigeLogotype {
  max-width: 99% !important;
  height: 55px;
  margin-right: 100px;
}

.AvfallSverigeLogotypeSmall {
  max-width: 99% !important;
  height: 44px;
}

.UndpLogotype {
  max-width: 99% !important;
  height: 149px;
}

.UndpLogotypeSmallScreen {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.smallMiddle {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 33%;
}

.SmartCityLogotype {
  max-width: 99% !important;
  height: 73px;
  margin-left: 100px;
}

.SmartCityLogotypeSmall {
  max-width: 99% !important;
  height: 73px;
}

.logoHeadline {
  margin-top: 50px;
}

.logorow {
  margin-top: 10px !important;
  margin-bottom: 150px !important;
  display: flex;
  justify-content: center;
  margin: auto;
}

.logorowSmall {
  margin-top: 20px !important;
  margin-bottom: 150px !important;
}

.logoSmallMargin {
  margin-bottom: 60px;
}

.logoSmallMarginFirst {
  margin-top: 60px;
  margin-bottom: 60px;
}

.logoSmallMarginLast {
  margin-bottom: 400px;
}

.bigscreen {
  display: none;
}

@media (min-width: 1103px) {
  .rightloggadiv {
    text-align: right;
  }

  .bigscreen {
    display: block;
  }

  .smallscreen {
    display: none;
  }

  .pullright {
    margin: 0 0 0 auto;
  }

  .specialogga {
    margin-right: auto !important;
    margin-left: auto !important;
    display: block !important;
  }

  .logorow {
    padding-top: 50px !important;
    padding-bottom: 220px !important;
  }
}
@media (max-width: 576px) {
  .undp {
    height: 85px;
  }
}

/*# sourceMappingURL=styles.css.map */
