/*------------------------
	mixin that calculates if text needs to be light or dark
	depending on the background color passed.
	
	From this W3C document: http://www.webmasterworld.com/r.cgi?f=88&d=9769&url=http://www.w3.org/TR/AERT#color-contrast
				
	Color brightness is determined by the following formula: 
	((Red value X 299) + (Green value X 587) + (Blue value X 114)) / 1000
------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/default\/css\/includes\/_grid\.scss}line{font-family:\000032}}
.grid-container-teaser {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  grid-template-rows: 50% 50%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/default\/css\/includes\/_grid\.scss}line{font-family:\000038}}
.grid-box {
  position: relative;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/default\/css\/includes\/_grid\.scss}line{font-family:\0000312}}
.grid-box-2x2-1 {
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 2;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/default\/css\/includes\/_grid\.scss}line{font-family:\0000319}}
.grid-box-2x2-2 {
  grid-column-start: 2;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 2;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/default\/css\/includes\/_cookieConsent\.scss}line{font-family:\000036}}
.cookie-consent {
  position: fixed;
  z-index: 1;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #ebebeb;
  padding: 1.5em;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/default\/css\/includes\/_cookieConsent\.scss}line{font-family:\0000340}}
.cookie-consent:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/default\/css\/includes\/_cookieConsent\.scss}line{font-family:\0000352}}
.cookie-consent:nth-child(2) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/default\/css\/includes\/_cookieConsent\.scss}line{font-family:\0000370}}
.cookie-consent-link {
  font-size: 0.7em;
  color: #bbbbbb;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/default\/css\/includes\/_cookieConsent\.scss}line{font-family:\0000380}}
.cookie-consent-button-sub-text {
  font-size: 0.7em;
  color: #bbbbbb;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/default\/css\/default\.scss}line{font-family:\000035}}
body {
  font-size: 16px !important;
  font-family: Helvetica, Trebuchet MS, Verdana !important;
  margin: 0px !important;
  word-wrap: break-word;
  word-break: break-word;
  color: #343434;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/default\/css\/default\.scss}line{font-family:\0000321}}
#content {
  position: relative;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/default\/css\/default\.scss}line{font-family:\0000325}}
p {
  line-height: 1.40em;
  letter-spacing: 0.5px;
  word-spacing: 1px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/default\/css\/default\.scss}line{font-family:\0000332}}
h1, h2, h3 {
  padding: 0px;
  margin: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/default\/css\/default\.scss}line{font-family:\0000337}}
h1 {
  font-size: 1.6em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/default\/css\/default\.scss}line{font-family:\0000341}}
.leaflet-map {
  height: 750px;
  margin-top: 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/default\/css\/default\.scss}line{font-family:\0000346}}
.leaflet-map-small {
  width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/default\/css\/default\.scss}line{font-family:\0000350}}
.leaflet-map-hidden {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/default\/css\/default\.scss}line{font-family:\0000354}}
.geocoding-importance-success {
  color: green;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/default\/css\/default\.scss}line{font-family:\0000358}}
.geocoding-importance-failure {
  color: red;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/default\/css\/default\.scss}line{font-family:\0000362}}
.vor-widget {
  width: 100%;
  height: 420px;
  overflow: hidden;
  padding: 1px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/default\/css\/default\.scss}line{font-family:\0000369}}
.linkwrap {
  position: relative;
  display: inline-block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/default\/css\/default\.scss}line{font-family:\0000370}}
.blocker {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/default\/css\/default\.scss}line{font-family:\0000371}}
.linkwrap iframe {
  z-index: 2;
}
