:root {
	--stylecolor: #006CB5;
	--logourl: url("./images/elemente/logo_sappada.svg");
	--print-icon-url: url("./images/print_sappada.svg");
	--footer-url: url("./images/elemente/mtn_sappada.png");
}

iframe {
	width: 100%;
	aspect-ratio: 1.8;
}

@media (min-width: 768px) {

.mb-1:nth-of-type(2) {
      break-before: column;
  }
}

@media print {

  .mb-1:nth-of-type(2) {
      break-before: auto;
      margin-top: 50px;
  }
}

