/*------------------------
	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;
}

/*
  GLOBAL VARIABLE DEFINITIONS
*/
/* colors (all of them) for the topicmenu */
/* error messages */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\0000321}}
.ui-messages-error-icon {
  background-position: 0 -184px !important;
}

/* Component containers
----------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\0000328}}
.ui-widget {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 1em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\0000333}}
.ui-widget .ui-widget {
  font-size: 1em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\0000337}}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 1em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\0000342}}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\0000346}}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\0000352}}
.ui-widget-content a {
  color: #333333;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\0000356}}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\0000363}}
.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\0000369}}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button,
html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #ffffff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\0000378}}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #ffffff;
  text-decoration: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\0000383}}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus,
.ui-button:hover, .ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\0000391}}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited,
a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\0000397}}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003101}}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #e30000;
  background: #ed1c24;
  font-weight: normal;
  color: #ffffff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003108}}
.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #e30000;
  background-color: #ffffff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003113}}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003120}}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #e30000;
  background: #ed1c24;
  color: #ffffff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003126}}
.ui-state-checked {
  border: 1px solid #e30000;
  background: #ed1c24;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003131}}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #ffffff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003135}}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003141}}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003145}}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003149}}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003153}}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003159}}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003165}}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003173}}
.ui-icon {
  width: 16px;
  height: 16px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003178}}
.ui-icon, .ui-widget-content .ui-icon {
  background-image: url('../img/ui-icons/ui-icons_444444_256x240.png.xhtml?ln=waff');
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003182}}
.ui-widget-header .ui-icon {
  background-image: url('../img/ui-icons/ui-icons_444444_256x240.png.xhtml?ln=waff');
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003186}}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url('../img/ui-icons/ui-icons_555555_256x240.png.xhtml?ln=waff');
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003190}}
.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url('../img/ui-icons/ui-icons_ffffff_256x240.png.xhtml?ln=waff');
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003198}}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url('../img/ui-icons/ui-icons_cc0000_256x240.png.xhtml?ln=waff');
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003202}}
.ui-button .ui-icon {
  background-image: url('../img/ui-icons/ui-icons_777777_256x240.png.xhtml?ln=waff');
}

/* positioning */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003207}}
.ui-icon-blank {
  background-position: 16px 16px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003211}}
.ui-icon-caret-1-n {
  background-position: 0 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003215}}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003219}}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003223}}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003227}}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003231}}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003235}}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003239}}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003243}}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003247}}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003251}}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003255}}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003259}}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003263}}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003267}}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003271}}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003275}}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003279}}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003283}}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003287}}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003291}}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003295}}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003299}}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003303}}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003307}}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003311}}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003315}}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003319}}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003323}}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003327}}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003331}}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003335}}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003339}}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003343}}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003347}}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003351}}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003355}}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003359}}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003363}}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003367}}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003371}}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003375}}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003379}}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003383}}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003387}}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003391}}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003395}}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003399}}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003403}}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003407}}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003411}}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003415}}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003419}}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003423}}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003427}}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003431}}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003435}}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003439}}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003443}}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003447}}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003451}}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003455}}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003459}}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003463}}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003467}}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003471}}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003475}}
.ui-icon-extlink {
  background-position: -32px -80px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003479}}
.ui-icon-newwin {
  background-position: -48px -80px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003483}}
.ui-icon-refresh {
  background-position: -64px -80px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003487}}
.ui-icon-shuffle {
  background-position: -80px -80px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003491}}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003495}}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003499}}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003503}}
.ui-icon-folder-open {
  background-position: -16px -96px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003507}}
.ui-icon-document {
  background-position: -32px -96px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003511}}
.ui-icon-document-b {
  background-position: -48px -96px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003515}}
.ui-icon-note {
  background-position: -64px -96px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003519}}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003523}}
.ui-icon-mail-open {
  background-position: -96px -96px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003527}}
.ui-icon-suitcase {
  background-position: -112px -96px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003531}}
.ui-icon-comment {
  background-position: -128px -96px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003535}}
.ui-icon-person {
  background-position: -144px -96px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003539}}
.ui-icon-print {
  background-position: -160px -96px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003543}}
.ui-icon-trash {
  background-position: -176px -96px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003547}}
.ui-icon-locked {
  background-position: -192px -96px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003551}}
.ui-icon-unlocked {
  background-position: -208px -96px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003555}}
.ui-icon-bookmark {
  background-position: -224px -96px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003559}}
.ui-icon-tag {
  background-position: -240px -96px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003563}}
.ui-icon-home {
  background-position: 0 -112px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003567}}
.ui-icon-flag {
  background-position: -16px -112px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003571}}
.ui-icon-calendar {
  background-position: -32px -112px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003575}}
.ui-icon-cart {
  background-position: -48px -112px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003579}}
.ui-icon-pencil {
  background-position: -64px -112px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003583}}
.ui-icon-clock {
  background-position: -80px -112px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003587}}
.ui-icon-disk {
  background-position: -96px -112px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003591}}
.ui-icon-calculator {
  background-position: -112px -112px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003595}}
.ui-icon-zoomin {
  background-position: -128px -112px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003599}}
.ui-icon-zoomout {
  background-position: -144px -112px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003603}}
.ui-icon-search {
  background-position: -160px -112px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003607}}
.ui-icon-wrench {
  background-position: -176px -112px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003611}}
.ui-icon-gear {
  background-position: -192px -112px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003615}}
.ui-icon-heart {
  background-position: -208px -112px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003619}}
.ui-icon-star {
  background-position: -224px -112px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003623}}
.ui-icon-link {
  background-position: -240px -112px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003627}}
.ui-icon-cancel {
  background-position: 0 -128px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003631}}
.ui-icon-plus {
  background-position: -16px -128px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003635}}
.ui-icon-plusthick {
  background-position: -32px -128px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003639}}
.ui-icon-minus {
  background-position: -48px -128px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003643}}
.ui-icon-minusthick {
  background-position: -64px -128px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003647}}
.ui-icon-close {
  background-position: -80px -128px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003651}}
.ui-icon-closethick {
  background-position: -96px -128px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003655}}
.ui-icon-key {
  background-position: -112px -128px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003659}}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003663}}
.ui-icon-scissors {
  background-position: -144px -128px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003667}}
.ui-icon-clipboard {
  background-position: -160px -128px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003671}}
.ui-icon-copy {
  background-position: -176px -128px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003675}}
.ui-icon-contact {
  background-position: -192px -128px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003679}}
.ui-icon-image {
  background-position: -208px -128px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003683}}
.ui-icon-video {
  background-position: -224px -128px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003687}}
.ui-icon-script {
  background-position: -240px -128px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003691}}
.ui-icon-alert {
  background-position: 0 -144px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003695}}
.ui-icon-info {
  background-position: -16px -144px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003699}}
.ui-icon-notice {
  background-position: -32px -144px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003703}}
.ui-icon-help {
  background-position: -48px -144px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003707}}
.ui-icon-check {
  background-position: -64px -144px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003711}}
.ui-icon-bullet {
  background-position: -80px -144px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003715}}
.ui-icon-radio-on {
  background-position: -96px -144px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003719}}
.ui-icon-radio-off {
  background-position: -112px -144px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003723}}
.ui-icon-pin-w {
  background-position: -128px -144px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003727}}
.ui-icon-pin-s {
  background-position: -144px -144px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003731}}
.ui-icon-play {
  background-position: 0 -160px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003735}}
.ui-icon-pause {
  background-position: -16px -160px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003739}}
.ui-icon-seek-next {
  background-position: -32px -160px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003743}}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003747}}
.ui-icon-seek-end {
  background-position: -64px -160px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003751}}
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003755}}
.ui-icon-seek-first {
  background-position: -80px -160px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003759}}
.ui-icon-stop {
  background-position: -96px -160px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003763}}
.ui-icon-eject {
  background-position: -112px -160px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003767}}
.ui-icon-volume-off {
  background-position: -128px -160px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003771}}
.ui-icon-volume-on {
  background-position: -144px -160px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003775}}
.ui-icon-power {
  background-position: 0 -176px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003779}}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003783}}
.ui-icon-signal {
  background-position: -32px -176px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003787}}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003791}}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003795}}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003799}}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003803}}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003807}}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003811}}
.ui-icon-circle-close {
  background-position: -32px -192px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003815}}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003819}}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003823}}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003827}}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003831}}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003835}}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003839}}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003843}}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003847}}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003851}}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003855}}
.ui-icon-circle-check {
  background-position: -208px -192px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003859}}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003863}}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003867}}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003871}}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003875}}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003879}}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003883}}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003887}}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003891}}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003895}}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003899}}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003903}}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003911}}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003915}}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003919}}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003923}}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003928}}
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003934}}
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

/* clearfix */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-theme-waff\.scss}line{font-family:\00003940}}
.ui-paginator:after,
.group:after {
  content: "";
  display: table;
  clear: both;
}

/* Overwritten styleclasses */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\000033}}
.ui-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\000037}}
.ui-button {
  box-sizing: border-box;
  border: 1px solid #e30000;
  border-radius: 2px;
  background: #ed1c24;
  color: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\0000314}}
.ui-button.ui-state-hover, .ui-button.ui-state-disabled:hover {
  border: 1px solid #e30000;
  background: #ac090e;
  color: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\0000321}}
.ui-button.ui-state-default {
  color: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\0000324}}
.ui-button.ui-state-active {
  border: 1px solid #e30000;
  background: #ac090e;
  color: #ffffff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\0000331}}
.ui-inputfield {
  border: 1px solid #dfdfdf;
  box-shadow: inset 0 0 1px 1px #f4f4f4;
  background: #ffffff;
  color: #666666;
  padding-left: 10px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  font-size: 0.9em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\0000341}}
.ui-inputfield.ui-state-hover {
  background: #ededed;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\0000347}}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  color: #666666;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\0000359}}
.ui-chkbox-box {
  border: 1px solid #dfdfdf;
  background: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\0000363}}
.ui-chkbox-box.ui-state-active {
  background: #666666;
  border: 1px solid #666666;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\0000369}}
.ui-radiobutton-box {
  background: #ffffff !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\0000372}}
.ui-radiobutton-box.ui-state-active {
  background: #ed1c24;
  border: 1px solid #ed1c24;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\0000376}}
.ui-radiobutton-box.ui-state-active .ui-icon {
  background-image: url('../img/ui-icons/ui-icons_ed1c24_256x240.png.xhtml?ln=waff');
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\0000384}}
.ui-accordion .ui-accordion-header.ui-state-default {
  color: #666666;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\0000388}}
.ui-accordion .ui-accordion-header.ui-state-active {
  color: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\0000393}}
.ui-accordion .ui-accordion-content {
  box-sizing: border-box !important;
  border: 1px solid #95989a;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003110}}
.ui-datatable table, .waff-search-datascroller table {
  font-size: 0.9em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003113}}
.ui-datatable table tbody, .waff-search-datascroller table tbody {
  border-left: none !important;
  border-right: none !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003118}}
.ui-datatable table th, .waff-search-datascroller table th {
  background: #f2f2f2;
  color: #666666;
  text-align: left !important;
  position: relative;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003125}}
.ui-datatable table th.ui-state-active, .waff-search-datascroller table th.ui-state-active, .ui-datatable table th.ui-state-hover, .waff-search-datascroller table th.ui-state-hover {
  background: #888888;
  color: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003131}}
.ui-datatable table th .ui-sortable-column-icon, .waff-search-datascroller table th .ui-sortable-column-icon {
  background-image: none !important;
  text-indent: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003139}}
.ui-datatable table th .ui-sortable-column-icon.ui-icon-carat-2-n-s, .waff-search-datascroller table th .ui-sortable-column-icon.ui-icon-carat-2-n-s {
  color: #4d4d4d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003143}}
.ui-datatable table th .ui-sortable-column-icon.ui-icon-carat-2-n-s::before, .waff-search-datascroller table th .ui-sortable-column-icon.ui-icon-carat-2-n-s::before {
  display: inline;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f077';
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003154}}
.ui-datatable table th .ui-sortable-column-icon.ui-icon-carat-2-n-s.ui-icon-triangle-1-s, .waff-search-datascroller table th .ui-sortable-column-icon.ui-icon-carat-2-n-s.ui-icon-triangle-1-s {
  color: #ed1c24;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003156}}
.ui-datatable table th .ui-sortable-column-icon.ui-icon-carat-2-n-s.ui-icon-triangle-1-s::before, .waff-search-datascroller table th .ui-sortable-column-icon.ui-icon-carat-2-n-s.ui-icon-triangle-1-s::before {
  display: inline;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f078';
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003167}}
.ui-datatable table th .ui-sortable-column-icon.ui-icon-carat-2-n-s.ui-icon-triangle-1-n, .waff-search-datascroller table th .ui-sortable-column-icon.ui-icon-carat-2-n-s.ui-icon-triangle-1-n {
  color: #ed1c24;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003169}}
.ui-datatable table th .ui-sortable-column-icon.ui-icon-carat-2-n-s.ui-icon-triangle-1-n::before, .waff-search-datascroller table th .ui-sortable-column-icon.ui-icon-carat-2-n-s.ui-icon-triangle-1-n::before {
  display: inline;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f077';
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003186}}
.ui-datatable table th, .waff-search-datascroller table th, .ui-datatable table td, .waff-search-datascroller table td {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 15px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003192}}
.ui-datatable table tr.ui-state-highlight, .waff-search-datascroller table tr.ui-state-highlight {
  background: #fcdee0;
  border: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003196}}
.ui-datatable table tr.ui-state-highlight td, .waff-search-datascroller table tr.ui-state-highlight td {
  border: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003205}}
.ui-datatable table tr:first-child, .waff-search-datascroller table tr:first-child {
  border-top: none;
  border-left: none;
  border-right: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003211}}
.ui-datatable table tr.ui-state-hover, .waff-search-datascroller table tr.ui-state-hover {
  border-bottom: 1px solid #bbbbbb !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003218}}
.ui-datatable .ui-expanded-row-content, .waff-search-datascroller .ui-expanded-row-content {
  border: none !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003222}}
.ui-datatable .ui-expanded-row-content table, .waff-search-datascroller .ui-expanded-row-content table {
  font-size: 1em !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003226}}
.ui-datatable .ui-expanded-row-content > td, .waff-search-datascroller .ui-expanded-row-content > td {
  padding: 0px !important;
  margin: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003231}}
.ui-datatable .ui-expanded-row-content td, .waff-search-datascroller .ui-expanded-row-content td {
  border: none !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003235}}
.ui-datatable .ui-expanded-row-content tr, .waff-search-datascroller .ui-expanded-row-content tr {
  border: 1px solid #bbbbbb;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003239}}
.ui-datatable .ui-expanded-row-content tr:first-child, .waff-search-datascroller .ui-expanded-row-content tr:first-child {
  display: none;
  border: none !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003248}}
.ui-datepicker.ui-datepicker-inline {
  border: none !important;
  margin-top: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003253}}
.ui-datepicker .ui-datepicker-header {
  border: none !important;
  background: none !important;
  color: #343434 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003259}}
.ui-datepicker .ui-datepicker-calendar {
  color: #343434 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003264}}
.ui-datepicker td a {
  text-align: center !important;
  border: none !important;
  background: none !important;
  border-radius: 50%;
  color: #666666 !important;
  width: 24px;
  height: 24px;
  margin-left: 6px;
  padding-top: 5px !important;
  padding-bottom: 0px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003276}}
.ui-datepicker td a.ui-state-hover {
  background: #f9c2c5 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003280}}
.ui-datepicker td a.ui-state-active {
  background: #fcdee0 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003286}}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003292}}
.ui-selectonemenu {
  border: none;
  border-radius: 0px;
  box-sizing: border-box;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003297}}
.ui-selectonemenu .ui-selectonemenu-label {
  background: #f6f6f6;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003301}}
.ui-selectonemenu .ui-selectonemenu-trigger {
  border: none;
  box-sizing: border-box;
  padding: 0px !important;
  padding-top: 4px !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003309}}
.ui-state-default a {
  color: #666666 !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003313}}
.ui-state-active a {
  color: #ffffff !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003317}}
.ui-dialog {
  border-radius: 0px;
  font-size: 0.9em !important;
  /* 	.ui-dialog-content {
  		padding: 0px !important;
  		overflow: visible !important;
  	} */
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003327}}
.ui-dialog .ui-dialog-titlebar {
  background: transparent;
  margin: 0px;
  border-radius: 0px;
  border-top: 10px solid #ed1c24 !important;
  font-size: 2em !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003337}}
.ui-dialog .ui-dialog-titlebar-close {
  margin-top: 8px !important;
  border: 0 !important;
  padding: 0 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003343}}
.ui-dialog .ui-dialog-titlebar-close .ui-icon {
  width: 24px;
  height: 24px;
  background-image: url('../img/ui-icons/dialogClose.png.xhtml?ln=waff');
  border: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003349}}
.ui-dialog .ui-dialog-titlebar-close .ui-icon.ui-icon-closethick {
  background-position: 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003354}}
.ui-dialog .ui-dialog-titlebar-close.ui-state-hover {
  padding: 0 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003356}}
.ui-dialog .ui-dialog-titlebar-close.ui-state-hover .ui-icon {
  background-image: url('../img/ui-icons/dialogClose_hover.png.xhtml?ln=waff');
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003370}}
.ui-paginator-page.ui-state-default {
  color: #666666;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003373}}
.ui-paginator-page.ui-state-active {
  color: #ffffff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003379}}
.ui-paginator {
  border: none;
  background: transparent;
  margin: 1em 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003389}}
.ui-panel,
.ui-accordion {
  padding: 0px !important;
  margin: 0px !important;
  border: none !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003395}}
.ui-panel .ui-panel-titlebar,
.ui-panel .ui-accordion-header,
.ui-accordion .ui-panel-titlebar,
.ui-accordion .ui-accordion-header {
  padding: 10px !important;
  cursor: pointer;
  border-radius: 5px !important;
  border: none !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003402}}
.ui-panel .ui-panel-titlebar.ui-state-default,
.ui-panel .ui-accordion-header.ui-state-default,
.ui-accordion .ui-panel-titlebar.ui-state-default,
.ui-accordion .ui-accordion-header.ui-state-default {
  color: #666666;
  background: #dddddd;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003407}}
.ui-panel .ui-panel-titlebar.ui-state-active,
.ui-panel .ui-accordion-header.ui-state-active,
.ui-accordion .ui-panel-titlebar.ui-state-active,
.ui-accordion .ui-accordion-header.ui-state-active {
  color: #ffffff;
  background: #ed1c24;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003412}}
.ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon,
.ui-panel .ui-panel-titlebar .ui-icon,
.ui-panel .ui-accordion-header .ui-panel-titlebar-icon,
.ui-panel .ui-accordion-header .ui-icon,
.ui-accordion .ui-panel-titlebar .ui-panel-titlebar-icon,
.ui-accordion .ui-panel-titlebar .ui-icon,
.ui-accordion .ui-accordion-header .ui-panel-titlebar-icon,
.ui-accordion .ui-accordion-header .ui-icon {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003418}}
.ui-panel .ui-panel-content,
.ui-panel .ui-accordion-content,
.ui-accordion .ui-panel-content,
.ui-accordion .ui-accordion-content {
  border: none !important;
  color: #666666;
  padding: 10px !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003426}}
.ui-datascroller {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003429}}
.ui-datascroller .ui-datascroller-content {
  width: 100%;
  padding: 0px !important;
  border-bottom: none !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003436}}
.ui-datagrid {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003439}}
.ui-datagrid .ui-datagrid-content {
  border: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003443}}
.ui-datagrid .ui-datagrid-column {
  padding: 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003448}}
.ui-row-toggler {
  background: #efefef;
  margin-top: 10px;
  font-size: 0.9em !important;
  padding: 5px;
  width: 150px;
  border-radius: 15px;
  padding-left: 15px;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003458}}
.ui-row-toggler:before {
  content: ' ';
  background: url('../img/icons/general/icons_Toggler-Down_Black.svg.xhtml?ln=default') !important;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  bottom: 4px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003470}}
.ui-expanded-row .ui-row-toggler:before {
  background: url('../img/icons/general/icons_Toggler-Up_Black.svg.xhtml?ln=default') !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003475}}
.ui-datatable-scrollable-body {
  height: 100% !important;
  overflow-x: hidden !important;
  max-height: initial !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003481}}
.ui-selectonemenu-panel {
  box-shadow: 0px 0 5px 2px #d9d9d9 !important;
  border-radius: 0px !important;
  padding: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003486}}
.ui-selectonemenu-panel .ui-selectonemenu-filter-container {
  width: 100%;
  padding: 0px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003490}}
.ui-selectonemenu-panel .ui-selectonemenu-filter-container .ui-selectonemenu-filter {
  width: 100% !important;
  padding: 5px 10px !important;
  background: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003496}}
.ui-selectonemenu-panel .ui-selectonemenu-filter-container .ui-icon-search {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003501}}
.ui-selectonemenu-panel .ui-selectonemenu-items-wrapper {
  margin-top: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003504}}
.ui-selectonemenu-panel .ui-selectonemenu-items-wrapper .ui-selectonemenu-items {
  padding-top: 0px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003507}}
.ui-selectonemenu-panel .ui-selectonemenu-items-wrapper .ui-selectonemenu-items .ui-selectonemenu-item {
  font-size: 0.9em;
  line-height: 1.3em;
  background: none !important;
  color: #343434 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003513}}
.ui-selectonemenu-panel .ui-selectonemenu-items-wrapper .ui-selectonemenu-items .ui-selectonemenu-item.ui-state-hover {
  color: #ed1c24 !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003521}}
.ui-selectcheckboxmenu-panel,
.ui-overlaypanel {
  box-shadow: 0px 5px 5px 2px #d9d9d9 !important;
  border-radius: 0px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003526}}
.ui-selectcheckboxmenu-panel .ui-overlaypanel-content,
.ui-overlaypanel .ui-overlaypanel-content {
  font-size: 0.7em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003531}}
.ui-selectcheckboxmenu-header {
  background: none;
  border: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003535}}
.ui-selectcheckboxmenu-header .ui-chkbox {
  position: relative;
  width: 28px;
  top: 8px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003541}}
.ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-filter-container {
  width: 80%;
  width: calc( 100% - 0.6em - 28px );
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003546}}
.ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-filter-container input {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003550}}
.ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-filter-container .ui-icon-search {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003555}}
.ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-close {
  display: none !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003560}}
.ui-slider {
  max-height: 5px;
  background: #ed1c24;
  border: none !important;
  margin: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003566}}
.ui-slider .ui-slider-handle {
  outline: none !important;
  width: 16px !important;
  height: 16px !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_jquery-ui-custom-waff\.scss}line{font-family:\00003574}}
.ui-menu.ui-tieredmenu .ui-menuitem {
  padding: 3px !important;
}

@media (min-width: 641px) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_mobile\.scss}line{font-family:\000035}}
  .waff-search-show-filter-panel {
    display: none;
  }
}
@media (max-width: 640px) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_mobile\.scss}line{font-family:\0000311}}
  .waff-search-filter-panel, .waff-search-filter-panel--client {
    width: 100%;
    border-radius: 0px;
    margin-top: 0px;
  }
}
@media (max-width: 640px) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_mobile\.scss}line{font-family:\0000319}}
  .waff-toggleable-filter {
    display: none;
  }
}
/*
 * FRONTEND STYLES FOR ALL SCREEN SIZES
 */
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\0000314}}
.visuallyhidden.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\0000327}}
form {
  margin-block-end: 0em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\0000331}}
#primefacesmessagedlg {
  top: 30vh !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\0000335}}
svg {
  stroke: #353535;
  fill: #353535;
  animation: fadein 1s;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\0000341}}
img.svg {
  visibility: hidden;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\0000344}}
svg.svg.svg {
  visibility: visible;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\0000348}}
.explicitHp {
  display: none !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\0000354}}
.ui-widget-overlay {
  background: #000000;
  opacity: 0.6;
  filter: Alpha(Opacity=60);
}

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

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\0000365}}
.ui-tooltip.lightTip .ui-tooltip-arrow {
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #efefef;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\0000374}}
.ui-tooltip.lightTip .ui-tooltip-text {
  margin-top: 5px;
  padding: 10px 12px;
  background-color: #efefef;
  color: #343434;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*
.cls-1 {
	stroke: $accent-color !important;
	fill: $accent-color !important;
}
*/
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\0000398}}
.ui-button.button-not-starred {
  background-color: transparent !important;
  border-color: #b1b1b1 !important;
  color: #888888 !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003110}}
.waff-column-buttons .waff-button-remember .ui-button-text {
  padding: 4.3em 0.1em 0.3em 0.3em;
  font-size: 7px;
  margin: 3px 0px -11px 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003116}}
.waff-column-buttons .waff-button-remember .ui-button-icon-left {
  width: 24px;
  height: 24px;
  font-size: 24px;
  left: 5px;
  top: 9px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003127}}
.waff-column-buttons .waff-button-compare .ui-button-text {
  padding: 4.3em 0.1em 0.3em 0.3em;
  font-size: 7px;
  margin: 3px -11px -11px -11px;
  word-break: break-word;
  word-wrap: break-word;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003136}}
.waff-column-buttons .waff-button-compare .ui-button-icon-left {
  width: 24px;
  height: 24px;
  font-size: 24px;
  left: 6px;
  top: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003146}}
.waff-column-buttons .button-starred .ui-button-text {
  color: #ed1c24 !important;
  font-size: 7px !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_contact-info-table\.scss}line{font-family:\000033}}
.waff-contactinfo-table {
  max-width: 100%;
  border: none;
  border-spacing: 0;
  border-style: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_contact-info-table\.scss}line{font-family:\0000310}}
.waff-contactinfo-table tr.ui-widget-content {
  border: none;
  border-style: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_contact-info-table\.scss}line{font-family:\0000314}}
.waff-contactinfo-table .ui-panelgrid-cell.ui-panelgrid-cell {
  border: 0;
  border-style: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_contact-info-table\.scss}line{font-family:\0000317}}
.waff-contactinfo-table .ui-panelgrid-cell.ui-panelgrid-cell.label {
  padding-left: 0;
  padding-right: .8em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\000035}}
.courseCompareDialogInnerContainer {
  overflow: auto;
  	/*
      // https://css-tricks.com/accessible-simple-responsive-tables/
      // 1b) For column-oriented tables.
  	*/
  /* Table column sizing
  ================================== */
  /*
  		.Rtable--1cols{
  		
  			min-width: (280px * $i) ;
  		
  			// &:after{
  			// 	left: $width;
  			// }
          }
  */
  /*
  		.Rtable--2cols{
  		
  			min-width: (280px * $i) ;
  		
  			// &:after{
  			// 	left: $width;
  			// }
          }
  */
  /*
  		.Rtable--3cols{
  		
  			min-width: (280px * $i) ;
  		
  			// &:after{
  			// 	left: $width;
  			// }
          }
  */
  /*
  		.Rtable--4cols{
  		
  			min-width: (280px * $i) ;
  		
  			// &:after{
  			// 	left: $width;
  			// }
          }
  */
  /*
  		.Rtable--5cols{
  		
  			min-width: (280px * $i) ;
  		
  			// &:after{
  			// 	left: $width;
  			// }
          }
  */
  /*
  		.Rtable--6cols{
  		
  			min-width: (280px * $i) ;
  		
  			// &:after{
  			// 	left: $width;
  			// }
          }
  */
  /*
  		.Rtable--7cols{
  		
  			min-width: (280px * $i) ;
  		
  			// &:after{
  			// 	left: $width;
  			// }
          }
  */
  /*
  		.Rtable--8cols{
  		
  			min-width: (280px * $i) ;
  		
  			// &:after{
  			// 	left: $width;
  			// }
          }
  */
  /*
  		.Rtable--9cols{
  		
  			min-width: (280px * $i) ;
  		
  			// &:after{
  			// 	left: $width;
  			// }
          }
  */
  /*
  		.Rtable--10cols{
  		
  			min-width: (280px * $i) ;
  		
  			// &:after{
  			// 	left: $width;
  			// }
          }
  */
  /*
  		.Rtable--11cols{
  		
  			min-width: (280px * $i) ;
  		
  			// &:after{
  			// 	left: $width;
  			// }
          }
  */
  /*
  		.Rtable--12cols{
  		
  			min-width: (280px * $i) ;
  		
  			// &:after{
  			// 	left: $width;
  			// }
          }
  */
  /*
  		.Rtable--13cols{
  		
  			min-width: (280px * $i) ;
  		
  			// &:after{
  			// 	left: $width;
  			// }
          }
  */
  /*
  		.Rtable--14cols{
  		
  			min-width: (280px * $i) ;
  		
  			// &:after{
  			// 	left: $width;
  			// }
          }
  */
  /*
  		.Rtable--15cols{
  		
  			min-width: (280px * $i) ;
  		
  			// &:after{
  			// 	left: $width;
  			// }
          }
  */
  /* headline icons*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\0000311}}
.courseCompareDialogInnerContainer .ui-button.removeFromSelection {
  margin: 0;
  padding: 0;
  position: relative;
  background-color: transparent !important;
  border-color: transparent !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\0000322}}
.courseCompareDialogInnerContainer .ui-button.removeFromSelection.ui-state-default .ui-icon {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #ed1c24 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\0000327}}
.courseCompareDialogInnerContainer .ui-button.removeFromSelection.ui-state-default .ui-button-text {
  color: transparent !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\0000333}}
.courseCompareDialogInnerContainer .ui-button.removeFromSelection.ui-state-hover .ui-icon {
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
  color: #ffffff !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\0000338}}
.courseCompareDialogInnerContainer .ui-button.removeFromSelection.ui-state-hover .ui-button-text {
  color: #000000 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\0000344}}
.courseCompareDialogInnerContainer .ui-button.removeFromSelection .ui-icon {
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  border-radius: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\0000353}}
.courseCompareDialogInnerContainer .ui-button.removeFromSelection .ui-button-text {
  padding-right: 35px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\0000370}}
.courseCompareDialogInnerContainer .Rtable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
  border: 1px solid #f2f2f2;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\0000388}}
.courseCompareDialogInnerContainer .Rtable:after {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 160px;
  height: 100%;
  width: 18px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(left, rgba(239, 239, 239, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(239, 239, 239, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(239, 239, 239, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003111}}
.courseCompareDialogInnerContainer .Rtable-cell {
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  padding: 8px 12px;
  overflow: hidden;
  list-style: none;
  border: none;
  border-right: 1px solid #f2f2f2;
  background: rgba(112, 128, 144, 0.2);
  max-height: 250px;
  overflow: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003128}}
.courseCompareDialogInnerContainer .Rtable-cell.col-index-0 {
  padding-left: 30px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003134}}
.courseCompareDialogInnerContainer .Rtable-cell.courseDetail {
  position: relative;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003139}}
.courseCompareDialogInnerContainer .Rtable-cell.courseDetail .detail-wrapper {
  max-height: 235px;
  overflow: auto;
  box-sizing: border-box;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003144}}
.courseCompareDialogInnerContainer .Rtable-cell.courseDetail .detail-wrapper:after {
  content: ' ';
  display: block;
  height: 2em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003151}}
.courseCompareDialogInnerContainer .Rtable-cell.courseDetail:after {
  pointer-events: none;
  content: '';
  display: block;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+66 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 66%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 66%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 66%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003171}}
.courseCompareDialogInnerContainer .Rtable-cell.columnControls {
  text-align: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003175}}
.courseCompareDialogInnerContainer .Rtable-cell.row-even {
  background-color: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003179}}
.courseCompareDialogInnerContainer .Rtable-cell.row-odd {
  background-color: #f9f9f9;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003183}}
.courseCompareDialogInnerContainer .Rtable-cell.col-header.row-odd {
  background-color: #f9f9f9;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003187}}
.courseCompareDialogInnerContainer .Rtable-cell.col-header {
  font-weight: bold;
  width: 160px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003203}}
.courseCompareDialogInnerContainer .Rtable-cell > h1,
.courseCompareDialogInnerContainer .Rtable-cell > h2,
.courseCompareDialogInnerContainer .Rtable-cell > h3,
.courseCompareDialogInnerContainer .Rtable-cell > h4,
.courseCompareDialogInnerContainer .Rtable-cell > h5,
.courseCompareDialogInnerContainer .Rtable-cell > h6 {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003212}}
.courseCompareDialogInnerContainer .organizerLogoCell {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003216}}
.courseCompareDialogInnerContainer .organizerLogoCell img {
  max-width: 100%;
  max-height: 150px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003221}}
.courseCompareDialogInnerContainer .organizerLogoCell .waff-organizer-logo-text {
  font-weight: bold;
  display: block;
  vertical-align: middle;
  text-align: left;
  margin-top: 2em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003233}}
.courseCompareDialogInnerContainer .courseLocation {
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003244}}
.courseCompareDialogInnerContainer .Rtable--1cols > .Rtable-cell {
  width: calc( 100% - ( 160px / 1 ) );
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003244}}
.courseCompareDialogInnerContainer .Rtable--2cols > .Rtable-cell {
  width: calc( 50% - ( 160px / 2 ) );
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003244}}
.courseCompareDialogInnerContainer .Rtable--3cols > .Rtable-cell {
  width: calc( 33.3333333333% - ( 160px / 3 ) );
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003244}}
.courseCompareDialogInnerContainer .Rtable--4cols > .Rtable-cell {
  width: calc( 25% - ( 160px / 4 ) );
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003244}}
.courseCompareDialogInnerContainer .Rtable--5cols > .Rtable-cell {
  width: calc( 20% - ( 160px / 5 ) );
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003244}}
.courseCompareDialogInnerContainer .Rtable--6cols > .Rtable-cell {
  width: calc( 16.6666666667% - ( 160px / 6 ) );
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003244}}
.courseCompareDialogInnerContainer .Rtable--7cols > .Rtable-cell {
  width: calc( 14.2857142857% - ( 160px / 7 ) );
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003244}}
.courseCompareDialogInnerContainer .Rtable--8cols > .Rtable-cell {
  width: calc( 12.5% - ( 160px / 8 ) );
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003244}}
.courseCompareDialogInnerContainer .Rtable--9cols > .Rtable-cell {
  width: calc( 11.1111111111% - ( 160px / 9 ) );
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003244}}
.courseCompareDialogInnerContainer .Rtable--10cols > .Rtable-cell {
  width: calc( 10% - ( 160px / 10 ) );
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003244}}
.courseCompareDialogInnerContainer .Rtable--11cols > .Rtable-cell {
  width: calc( 9.0909090909% - ( 160px / 11 ) );
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003244}}
.courseCompareDialogInnerContainer .Rtable--12cols > .Rtable-cell {
  width: calc( 8.3333333333% - ( 160px / 12 ) );
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003244}}
.courseCompareDialogInnerContainer .Rtable--13cols > .Rtable-cell {
  width: calc( 7.6923076923% - ( 160px / 13 ) );
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003244}}
.courseCompareDialogInnerContainer .Rtable--14cols > .Rtable-cell {
  width: calc( 7.1428571429% - ( 160px / 14 ) );
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003244}}
.courseCompareDialogInnerContainer .Rtable--15cols > .Rtable-cell {
  width: calc( 6.6666666667% - ( 160px / 15 ) );
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003274}}
.courseCompareDialogInnerContainer svg.svg.headline-icon {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  margin-right: .5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_courseCompareDialog\.scss}line{font-family:\00003281}}
.courseCompareDialogInnerContainer .floatingHeader {
  vertical-align: top;
  margin-top: 4px;
  display: inline-block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_svg_icons\.scss}line{font-family:\000033}}
.ui-icon.waff-inline-svg {
  background-size: 0 0;
  background-position: -9999px -9999px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_svg_icons\.scss}line{font-family:\000038}}
.ui-icon.waff-inline-svg.waff-inline-svg-applied.waff-inline-svg-applied {
  text-indent: 0;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_svg_icons\.scss}line{font-family:\0000316}}
.ui-icon.waff-inline-svg.waff-docdownload-icon {
  background-image: url('../img/icons/general/icons_DocDownload.svg.xhtml?ln=default');
  background-position: 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_svg_icons\.scss}line{font-family:\0000321}}
.ui-icon.waff-inline-svg.waff-docdownload-icon svg {
  stroke: none;
  fill: #ffffff;
  margin-left: 0;
  margin-top: 6px;
  width: 36px;
  height: 36px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_svg_icons\.scss}line{font-family:\0000332}}
.ui-icon.waff-inline-svg.waff-rememberlist-icon {
  background-image: url('../img/icons/general/icons_Star.svg.xhtml?ln=default');
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_svg_icons\.scss}line{font-family:\0000334}}
.ui-icon.waff-inline-svg.waff-rememberlist-icon svg {
  stroke: none;
  fill: #353535;
  margin-left: 0;
  margin-top: 6px;
  width: 36px;
  height: 36px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_svg_icons\.scss}line{font-family:\0000344}}
.ui-icon.waff-inline-svg.waff-comparelist-icon {
  background-image: url('../img/icons/general/icons_Compare.svg.xhtml?ln=default');
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_svg_icons\.scss}line{font-family:\0000346}}
.ui-icon.waff-inline-svg.waff-comparelist-icon svg {
  fill: none;
  stroke: #353535;
  margin-left: 0;
  margin-top: 6px;
  width: 36px;
  height: 36px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003162}}
.waff-cookie-message {
  font-weight: bold;
  font-size: 1.2em;
  color: #ed1c24;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003168}}
.waff-search-at-cooperationpartner {
  padding: 1em 0;
  text-align: center;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003179}}
.waff-veranstalter-login {
  padding-left: 16px;
  padding-right: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003185}}
.waff-veranstalter-login a {
  color: #ffffff;
  text-shadow: none;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003189}}
.waff-veranstalter-login a:hover {
  text-decoration: underline;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003194}}
.searchResultHint {
  display: inline-block;
  font-size: .8em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003201}}
.searchResultHint > div {
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003205}}
.searchResultHint ul {
  display: inline-block;
  list-style-position: inside;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003210}}
.hintNoHits {
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003213}}
.hintNumberOfHits {
  display: block;
  color: #ed1c24;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003219}}
.waff-general-svg {
  width: 40px;
  height: 40px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003225}}
.waff-registration-content {
  /*
  
  .ui-inputfield,
  .ui-inputnumber,
  .ui-chips,
  .ui-spinner, 
  .ui-selectonemenu {
  	width: 100%;
  	color: #000000;
  }
  
  */
  /*
  .ui-autocomplete .ui-autocomplete-dropdown {
  	top: 5px;
  	height: calc( 100% - 5px );
  	right: -4px;
  }
  */
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_backend\/_gridFormLayout\.scss}line{font-family:\0000320}}
.waff-registration-content [class*="ui-g-"] > .pe-timepicker, .waff-registration-content [class*="ui-g-"] > .ui-inputfield, .waff-registration-content [class*="ui-g-"] > .ui-autocomplete, .waff-registration-content [class*="ui-g-"] > .ui-autocomplete > .ui-inputfield, .waff-registration-content [class*="ui-g-"] > .ui-autocomplete > .ui-autocomplete-input, .waff-registration-content [class*="ui-g-"] > .ui-inputnumber > .ui-inputfield, .waff-registration-content [class*="ui-g-"] > .ui-selectcheckboxmenu, .waff-registration-content [class*="ui-g-"] > .ui-chips, .waff-registration-content [class*="ui-g-"] > .ui-spinner, .waff-registration-content [class*="ui-g-"] > .ui-spinner .ui-spinner-input, .waff-registration-content [class*="ui-g-"] > .ui-calendar, .waff-registration-content [class*="ui-g-"] > .ui-selectonemenu,
.waff-registration-content [class*="ui-g-"] .ui-inputfield,
.waff-registration-content [class*="ui-md-"] > .pe-timepicker,
.waff-registration-content [class*="ui-md-"] > .ui-inputfield,
.waff-registration-content [class*="ui-md-"] > .ui-autocomplete,
.waff-registration-content [class*="ui-md-"] > .ui-autocomplete > .ui-inputfield,
.waff-registration-content [class*="ui-md-"] > .ui-autocomplete > .ui-autocomplete-input,
.waff-registration-content [class*="ui-md-"] > .ui-inputnumber > .ui-inputfield,
.waff-registration-content [class*="ui-md-"] > .ui-selectcheckboxmenu,
.waff-registration-content [class*="ui-md-"] > .ui-chips,
.waff-registration-content [class*="ui-md-"] > .ui-spinner,
.waff-registration-content [class*="ui-md-"] > .ui-spinner .ui-spinner-input,
.waff-registration-content [class*="ui-md-"] > .ui-calendar,
.waff-registration-content [class*="ui-md-"] > .ui-selectonemenu,
.waff-registration-content [class*="ui-md-"] .ui-inputfield,
.waff-registration-content [class*="ui-lg-"] > .pe-timepicker,
.waff-registration-content [class*="ui-lg-"] > .ui-inputfield,
.waff-registration-content [class*="ui-lg-"] > .ui-autocomplete,
.waff-registration-content [class*="ui-lg-"] > .ui-autocomplete > .ui-inputfield,
.waff-registration-content [class*="ui-lg-"] > .ui-autocomplete > .ui-autocomplete-input,
.waff-registration-content [class*="ui-lg-"] > .ui-inputnumber > .ui-inputfield,
.waff-registration-content [class*="ui-lg-"] > .ui-selectcheckboxmenu,
.waff-registration-content [class*="ui-lg-"] > .ui-chips,
.waff-registration-content [class*="ui-lg-"] > .ui-spinner,
.waff-registration-content [class*="ui-lg-"] > .ui-spinner .ui-spinner-input,
.waff-registration-content [class*="ui-lg-"] > .ui-calendar,
.waff-registration-content [class*="ui-lg-"] > .ui-selectonemenu,
.waff-registration-content [class*="ui-lg-"] .ui-inputfield {
  display: inline-block;
  width: 100%;
  border-color: #CCCCCC;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_backend\/_gridFormLayout\.scss}line{font-family:\0000343}}
.waff-registration-content [class*="ui-g-"] > .ui-chkbox.ui-widget,
.waff-registration-content [class*="ui-md-"] > .ui-chkbox.ui-widget,
.waff-registration-content [class*="ui-lg-"] > .ui-chkbox.ui-widget {
  display: inline-block;
  width: 100%;
  padding-top: .3em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_backend\/_gridFormLayout\.scss}line{font-family:\0000349}}
.waff-registration-content [class*="ui-g-"] > .ui-calendar > .ui-inputfield, .waff-registration-content [class*="ui-g-"] > .pe-timepicker > .ui-inputfield,
.waff-registration-content [class*="ui-md-"] > .ui-calendar > .ui-inputfield,
.waff-registration-content [class*="ui-md-"] > .pe-timepicker > .ui-inputfield,
.waff-registration-content [class*="ui-lg-"] > .ui-calendar > .ui-inputfield,
.waff-registration-content [class*="ui-lg-"] > .pe-timepicker > .ui-inputfield {
  margin-top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_backend\/_gridFormLayout\.scss}line{font-family:\0000354}}
.waff-registration-content [class*="ui-g-"] > .ui-selectonemenu,
.waff-registration-content [class*="ui-md-"] > .ui-selectonemenu,
.waff-registration-content [class*="ui-lg-"] > .ui-selectonemenu {
  min-width: unset !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_backend\/_gridFormLayout\.scss}line{font-family:\0000358}}
.waff-registration-content [class*="ui-g-"] .ui-autocomplete-multiple-container,
.waff-registration-content [class*="ui-md-"] .ui-autocomplete-multiple-container,
.waff-registration-content [class*="ui-lg-"] .ui-autocomplete-multiple-container {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_backend\/_gridFormLayout\.scss}line{font-family:\0000363}}
.waff-registration-content [class*="ui-g-"] .cpb-charcount-display,
.waff-registration-content [class*="ui-md-"] .cpb-charcount-display,
.waff-registration-content [class*="ui-lg-"] .cpb-charcount-display {
  display: block;
  text-align: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_backend\/_gridFormLayout\.scss}line{font-family:\0000370}}
.waff-registration-content .ui-selectonemenu-label {
  width: 100% !important;
  margin: 0px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_backend\/_gridFormLayout\.scss}line{font-family:\0000374}}
.waff-registration-content .ui-selectonemenu-label + .ui-selectonemenu-trigger {
  border: 1px solid #CCCCCC !important;
  box-sizing: border-box;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_backend\/_gridFormLayout\.scss}line{font-family:\0000380}}
.waff-registration-content label {
  font-size: 0.9em !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003229}}
.waff-status-dialog {
  box-shadow: none !important;
  border: none !important;
  overflow: auto !important;
  background: none;
  left: 45% !important;
  left: calc( 50% - 75px ) !important;
  top: 45% !important;
  top: calc( 50% - 75px ) !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003239}}
.waff-status-dialog .ui-dialog-content {
  overflow: hidden !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003242}}
.waff-status-dialog .ui-dialog-content .animation-container {
  font-size: 4em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003245}}
.waff-status-dialog .ui-dialog-content .animation-container .animation-spinner {
  color: #ed1c24;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003249}}
.waff-status-dialog .ui-dialog-content .animation-container .animation-icon {
  font-size: 0.7em;
  color: #b90007;
  margin-left: 33px;
  margin-top: 36px;
}

@keyframes resize {
  0% {
    content: "\f244";
  }
  20% {
    content: "\f243";
  }
  40% {
    content: "\f242";
  }
  60% {
    content: "\f241";
  }
  80% {
    content: "\f240";
  }
  100% {
    content: "\f244";
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003274}}
.waff-icon-filter {
  background-image: url('../img/icons/general/icons_Filter.svg.xhtml?ln=default') !important;
  width: 20px;
  height: 20px;
  margin-top: -10px !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003281}}
.waff-index-info-panel {
  background: #f9f9f9;
  margin-right: 40px;
  margin-left: 0;
  margin-top: 50px;
  padding: 20px;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003289}}
.waff-index-info-panel h1 {
  font-size: 1.5em;
  color: #ed1c24;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003294}}
.waff-index-info-panel button {
  padding: 7px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003299}}
.waff-detail-info-panel {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003307}}
.waff-detail-info-panel h1 {
  font-size: 1.5em;
  color: #ed1c24;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003312}}
.waff-detail-info-panel button {
  padding: 7px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003317}}
.waff-mobile-filtertoggle-sort {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003321}}
.waff-mobile-campaings {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003325}}
.waff-search-header-panel {
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(0, 0, 0, 0.45) 100%), url('../img/header_image.jpg.xhtml?ln=default');
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(0, 0, 0, 0.45) 100%), url('../img/header_image.jpg.xhtml?ln=default');
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(0, 0, 0, 0.45) 100%), url('../img/header_image.jpg.xhtml?ln=default');
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#42000000',GradientType=0 );
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 66% top;
  width: 100%;
  min-height: 230px;
  box-sizing: border-box;
  position: relative;
  color: #ffffff;
  text-shadow: 0px 0px 7px #000000, -1px 0 #dedede, 0 1px #dedede, 1px 0 #dedede, 0 -1px #dedede;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003342}}
.waff-search-header-panel .waff-search-header-titles {
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  bottom: 63px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003352}}
.waff-search-header-panel .waff-search-header-titles .waff-search-header-title-panel .waff-search-header-title, .waff-search-header-panel .waff-search-header-titles .waff-teaser-title .waff-search-header-title {
  font-size: 2.6em !important;
  font-weight: bold;
  text-rendering: geometricPrecision;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003363}}
.waff-search-header-panel .waff-search-header-titles .waff-search-header-subtitle-panel .waff-search-header-subtitle, .waff-search-header-panel .waff-search-header-titles .waff-teaser-subtitle .waff-search-header-subtitle {
  padding-top: 10px;
  font-size: 1.2em !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003371}}
.organizerLoginButton {
  padding-left: 0em !important;
  padding-right: 1em !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003377}}
body.page-index .waff-search-header-panel {
  min-height: 270px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003382}}
.waff-search-header-true {
  min-height: 260px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003387}}
.ui-autocomplete-panel {
  display: none !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003391}}
.waff-autocomplete-panel {
  position: absolute;
  background: #ffffff;
  border: 1px solid #efefef;
  padding: 5px 20px 20px 20px;
  z-index: 100;
  line-height: 1.3em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003400}}
.waff-autocomplete-panel .waff-autocomplete-title {
  text-transform: uppercase;
  border-bottom: 1px solid #efefef;
  padding: 5px;
  font-size: 0.8em;
  margin-bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003408}}
.waff-autocomplete-panel .waff-autocomplete-entry {
  font-size: 0.9em;
  padding: 2px 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003413}}
.waff-autocomplete-panel .waff-autocomplete-entry + .waff-autocomplete-title {
  margin-top: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003417}}
.waff-autocomplete-panel .waff-autocomplete-entry a {
  color: #343434;
  display: block;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003424}}
.waff-autocomplete-panel .waff-autocomplete-entry a:hover {
  color: #ed1c24;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003428}}
.waff-autocomplete-panel .waff-autocomplete-entry .marked {
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003431}}
.waff-autocomplete-panel .waff-autocomplete-entry .waff-autocomplete-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003437}}
.waff-autocomplete-panel .waff-autocomplete-entry .waff-autocomplete-svg {
  width: 30px;
  stroke: #ed1c24;
  fill: none !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003443}}
.waff-autocomplete-panel .waff-autocomplete-entry .waff-autocomplete-topic-link {
  position: relative;
  left: 10px;
  top: -5px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003452}}
.waff-search-filter-panel, .waff-search-filter-panel--client {
  background: #efefef;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: none !important;
  padding: 0px !important;
  font-size: 1.4em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003463}}
.waff-search-filter-panel--client {
  background: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003469}}
.waff-search-filter-panel .ui-tabs-nav, .waff-search-filter-panel--client .ui-tabs-nav {
  padding: 0px 160px !important;
  background: none;
  border: none !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003474}}
.waff-search-filter-panel .ui-tabs-nav li, .waff-search-filter-panel--client .ui-tabs-nav li {
  border: none !important;
  position: relative !important;
  top: 2px !important;
  border-bottom: 0px !important;
  padding: 5px 100px !important;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003482}}
.waff-search-filter-panel .ui-tabs-nav li a, .waff-search-filter-panel--client .ui-tabs-nav li a {
  color: #343434 !important;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003488}}
.waff-search-filter-panel .ui-tabs-nav li.ui-state-default, .waff-search-filter-panel--client .ui-tabs-nav li.ui-state-default {
  background: #bababa;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003492}}
.waff-search-filter-panel .ui-tabs-nav li.ui-state-active, .waff-search-filter-panel--client .ui-tabs-nav li.ui-state-active {
  background: #efefef;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003498}}
.waff-search-filter-panel .ui-tabs-panels, .waff-search-filter-panel--client .ui-tabs-panels {
  background: #efefef;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003501}}
.waff-search-filter-panel .ui-tabs-panels .ui-tabs-panel, .waff-search-filter-panel--client .ui-tabs-panels .ui-tabs-panel {
  padding: 0px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003506}}
.waff-search-filter-panel .waff-search-type-container, .waff-search-filter-panel--client .waff-search-type-container {
  display: flex;
  position: absolute;
  margin-top: -47px;
  box-sizing: border-box;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003513}}
.waff-search-filter-panel .waff-search-type-container button, .waff-search-filter-panel--client .waff-search-type-container button {
  position: relative;
  border: none !important;
  background: #bababa !important;
  color: #343434 !important;
  padding: 8px 80px;
  font-weight: bold !important;
  font-size: 0.8em;
  border-radius: 5px 5px 0px 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003525}}
.waff-search-filter-panel .waff-search-type-container .waff-search-type-active, .waff-search-filter-panel--client .waff-search-type-container .waff-search-type-active {
  background: #efefef !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003529}}
.waff-search-filter-panel .waff-search-type-container .waff-search-type-inactive, .waff-search-filter-panel--client .waff-search-type-container .waff-search-type-inactive {
  opacity: .5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003533}}
.waff-search-filter-panel .waff-search-type-container .waff-search-type-inactive:after, .waff-search-filter-panel--client .waff-search-type-container .waff-search-type-inactive:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  display: block;
  height: 13px;
  border: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.53+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.53) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.53) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.53) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#87000000',GradientType=0 );
  /* IE6-9 */
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003556}}
.waff-search-filter-panel .waff-search-float-buttons, .waff-search-filter-panel--client .waff-search-float-buttons {
  position: absolute;
  right: 16px;
  top: -43px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003561}}
.waff-search-filter-panel .waff-search-float-buttons > .ui-button, .waff-search-filter-panel--client .waff-search-float-buttons > .ui-button {
  vertical-align: bottom;
  font-size: 16px;
  background-color: #efefef !important;
  color: #343434 !important;
  border-color: #bababa !important;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003569}}
.waff-search-filter-panel .waff-search-float-buttons > .ui-button > .ui-icon, .waff-search-filter-panel--client .waff-search-float-buttons > .ui-button > .ui-icon {
  color: #ed1c24 !important;
  font-size: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003574}}
.waff-search-filter-panel .waff-search-float-buttons > .ui-button > .ui-button-text, .waff-search-filter-panel--client .waff-search-float-buttons > .ui-button > .ui-button-text {
  padding: 0.6em 1em 0.4em 2.1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003581}}
.waff-search-filter-panel .waff-search-float-buttons .printButton, .waff-search-filter-panel--client .waff-search-float-buttons .printButton {
  margin-left: 50px;
  vertical-align: bottom;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003585}}
.waff-search-filter-panel .waff-search-float-buttons .printButton > .ui-icon, .waff-search-filter-panel--client .waff-search-float-buttons .printButton > .ui-icon {
  color: #774c9c !important;
  width: 33px;
  height: 33px;
  margin-top: -18px;
  margin-left: -16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003592}}
.waff-search-filter-panel .waff-search-float-buttons .printButton > .ui-icon svg, .waff-search-filter-panel--client .waff-search-float-buttons .printButton > .ui-icon svg {
  stroke: none;
  fill: #774c9c;
  margin-left: 0;
  margin-top: 3px;
  width: 31px;
  height: 31px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003603}}
.waff-search-filter-panel .waff-search-float-buttons .recommendButton, .waff-search-filter-panel--client .waff-search-float-buttons .recommendButton {
  vertical-align: bottom;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003606}}
.waff-search-filter-panel .waff-search-float-buttons .recommendButton > .ui-icon, .waff-search-filter-panel--client .waff-search-float-buttons .recommendButton > .ui-icon {
  color: #774c9c !important;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  margin-left: -12px;
  margin-top: -12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003622}}
.waff-search-filter-panel .waff-filter-panel, .waff-search-filter-panel--client .waff-filter-panel {
  background: #efefef;
  position: relative;
  width: auto;
  padding: 0px 16px !important;
  display: flex;
  margin-top: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003630}}
.waff-search-filter-panel .waff-filter-panel .waff-filter-container, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-container {
  border-right: 1px solid #d0d0d0;
  display: inline-block;
  min-height: 50px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003638}}
.waff-search-filter-panel .waff-filter-panel .waff-filter-container button.ui-state-focus, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-container button.ui-state-focus {
  background: #878787 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003641}}
.waff-search-filter-panel .waff-filter-panel .waff-filter-container button.ui-state-focus .ui-button-text, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-container button.ui-state-focus .ui-button-text {
  color: #ffffff !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003647}}
.waff-search-filter-panel .waff-filter-panel .waff-filter-intro, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-intro {
  font-size: 0.6em;
  font-weight: bold;
  width: 5%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003653}}
.waff-search-filter-panel .waff-filter-panel .waff-filter-organizer, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-organizer {
  width: 25%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003656}}
.waff-search-filter-panel .waff-filter-panel .waff-filter-date, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-date {
  width: 20%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003659}}
.waff-search-filter-panel .waff-filter-panel .waff-filter-price, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-price {
  width: 20%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003661}}
.waff-search-filter-panel .waff-filter-panel .waff-filter-price #price-min_input, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-price #price-min_input {
  text-align: right;
  width: 20%;
  max-width: 20%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003667}}
.waff-search-filter-panel .waff-filter-panel .waff-filter-price #price-max_input, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-price #price-max_input {
  text-align: right;
  width: 20%;
  max-width: 20%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003673}}
.waff-search-filter-panel .waff-filter-panel .waff-filter-place, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-place {
  width: 20%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003677}}
.waff-search-filter-panel .waff-filter-panel .waff-filter-more .ui-button-text, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-more .ui-button-text {
  transform: rotate(90deg);
  padding-bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003683}}
.waff-search-filter-panel .waff-filter-panel .waff-filter-ue, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-ue {
  width: 15%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003687}}
.waff-search-filter-panel .waff-filter-panel .waff-filter-course-certificate, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-course-certificate {
  width: 15%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003690}}
.waff-search-filter-panel .waff-filter-panel .waff-filter-reset, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-reset {
  width: 10%;
  border-right: none !important;
  font-size: 0.6em;
  cursor: pointer;
  padding-left: 15px;
  font-weight: bold;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003700}}
.waff-search-filter-panel .waff-filter-panel .waff-filter-reset .waff-filter-reset-icon, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-reset .waff-filter-reset-icon {
  width: 12px;
  height: 12px;
  fill: none !important;
  margin-right: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003708}}
.waff-search-filter-panel .waff-filter-panel .ui-selectonemenu, .waff-search-filter-panel--client .waff-filter-panel .ui-selectonemenu {
  width: 100%;
  border: none;
  background: none;
  box-shadow: none;
  min-width: 100% !important;
  min-height: 60px !important;
  margin: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003717}}
.waff-search-filter-panel .waff-filter-panel .ui-selectonemenu .ui-selectonemenu-label, .waff-search-filter-panel--client .waff-filter-panel .ui-selectonemenu .ui-selectonemenu-label {
  background: none;
  border: none;
  box-shadow: none;
  font-size: 0.75em;
  padding-left: 15px !important;
  text-overflow: ellipsis;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003726}}
.waff-search-filter-panel .waff-filter-panel .ui-selectonemenu .ui-selectonemenu-trigger, .waff-search-filter-panel--client .waff-filter-panel .ui-selectonemenu .ui-selectonemenu-trigger {
  background: none;
  border: none;
  box-shadow: none;
  width: 36px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003732}}
.waff-search-filter-panel .waff-filter-panel .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon, .waff-search-filter-panel--client .waff-filter-panel .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
  margin-top: 5px;
  margin-left: 7px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003740}}
.waff-search-filter-panel .waff-search-info-panel, .waff-search-filter-panel--client .waff-search-info-panel {
  display: flex;
  width: auto;
  padding: 20px 0px 20px 16px !important;
  margin-top: 10px;
  /*
  .waff-search-info-certificates {
  	padding-left: 20px;
  	width: 50%;
  	
  	.ui-chkbox {
  		margin-right: 10px;
  		margin-top: -5px;
  		
  		.ui-chkbox-box.ui-state-active {
  			background: #676767;
  			border: 1px solid #c7c7c7;
  		}
  	}
  }
  */
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003746}}
.waff-search-filter-panel .waff-search-info-panel .ui-buttonset, .waff-search-filter-panel--client .waff-search-info-panel .ui-buttonset {
  margin-right: 0px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003750}}
.waff-search-filter-panel .waff-search-info-panel .waff-search-info-container, .waff-search-filter-panel--client .waff-search-info-panel .waff-search-info-container {
  font-size: 0.65em;
  color: #676767;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003770}}
.waff-search-filter-panel .waff-search-info-panel .waff-search-info-text, .waff-search-filter-panel--client .waff-search-info-panel .waff-search-info-text {
  width: auto;
  font-style: italic;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003777}}
.waff-search-filter-panel .waff-search-info-panel .label-selectmanybutton, .waff-search-filter-panel--client .waff-search-info-panel .label-selectmanybutton {
  font-size: 0.65em;
  color: #676767;
  font-style: italic;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003785}}
.waff-search-filter-panel .waff-search-info-panel .ui-selectmanybutton .ui-button, .waff-search-filter-panel--client .waff-search-info-panel .ui-selectmanybutton .ui-button {
  background: #ffffff;
  border-color: #ffffff;
  color: #ed1c24;
  margin-left: 5px;
  font-style: normal;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003792}}
.waff-search-filter-panel .waff-search-info-panel .ui-selectmanybutton .ui-state-active, .waff-search-filter-panel--client .waff-search-info-panel .ui-selectmanybutton .ui-state-active {
  background: #ffffff;
  border-color: #ed1c24;
  color: #ed1c24;
  font-weight: 1000;
  font-style: normal;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003804}}
.waff-search-filter-panel .waff-search-inputs, .waff-search-filter-panel--client .waff-search-inputs {
  display: flex;
  width: auto;
  padding: 10px 16px 10px 16px !important;
  border-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003811}}
.waff-search-filter-panel .waff-search-inputs .waff-search-input-container, .waff-search-filter-panel--client .waff-search-inputs .waff-search-input-container {
  position: relative;
  display: flex;
  width: 100%;
  border: 1px solid #cacaca;
  box-shadow: 0px 0 10px 0px #d9d9d9;
  border-radius: 3px;
  min-height: 110px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003825}}
.waff-search-filter-panel .waff-search-inputs .waff-search-input-result, .waff-search-filter-panel--client .waff-search-inputs .waff-search-input-result {
  width: 15%;
  padding-left: 20px;
  font-style: italic;
  font-size: 0.65em;
  color: #676767;
  display: flex;
  align-items: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003835}}
.waff-search-filter-panel .waff-search-inputs .waff-search-reset, .waff-search-filter-panel--client .waff-search-inputs .waff-search-reset {
  border-right: none !important;
  font-size: 0.6em;
  cursor: pointer;
  font-weight: bold;
  overflow: hidden;
  width: 32px;
  min-width: 32px;
  min-height: 50px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003850}}
.waff-search-filter-panel .waff-search-inputs .waff-search-reset .waff-search-reset-icon, .waff-search-filter-panel--client .waff-search-inputs .waff-search-reset .waff-search-reset-icon {
  width: 12px;
  height: 12px;
  fill: none !important;
  margin-left: 10px;
  margin-right: 10px;
  user-select: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003864}}
.waff-search-filter-panel .waff-search-inputs .waff-search-result-count-text, .waff-search-filter-panel--client .waff-search-inputs .waff-search-result-count-text {
  text-align: left;
  display: inline;
  margin-right: 1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003872}}
.waff-search-filter-panel .waff-search-input-panel, .waff-search-filter-panel--client .waff-search-input-panel {
  display: inline-block;
  width: 100%;
  font-size: 0.9em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003877}}
.waff-search-filter-panel .waff-search-input-panel.waff-search-input-topic, .waff-search-filter-panel--client .waff-search-input-panel.waff-search-input-topic {
  width: 20%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003880}}
.waff-search-filter-panel .waff-search-input-panel.waff-search-input-text, .waff-search-filter-panel--client .waff-search-input-panel.waff-search-input-text {
  width: 65%;
  width: -webkit-fill-available;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003884}}
.waff-search-filter-panel .waff-search-input-panel.waff-search-input-place, .waff-search-filter-panel--client .waff-search-input-panel.waff-search-input-place {
  width: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003887}}
.waff-search-filter-panel .waff-search-input-panel.waff-search-input-place .ui-selectonemenu-label, .waff-search-filter-panel--client .waff-search-input-panel.waff-search-input-place .ui-selectonemenu-label {
  padding-right: 2em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003891}}
.waff-search-filter-panel .waff-search-input-panel.waff-search-input-button, .waff-search-filter-panel--client .waff-search-input-panel.waff-search-input-button {
  width: 15%;
  min-width: 32px;
  min-height: 50px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003900}}
.waff-search-filter-panel .waff-search-input-panel .ui-selectonemenu, .waff-search-filter-panel--client .waff-search-input-panel .ui-selectonemenu {
  padding: 10px 0px 10px 0px;
  border: none;
  background: #ffffff !important;
  width: 100%;
  min-height: 54px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003907}}
.waff-search-filter-panel .waff-search-input-panel .ui-selectonemenu .ui-selectonemenu-label, .waff-search-filter-panel--client .waff-search-input-panel .ui-selectonemenu .ui-selectonemenu-label {
  background: #ffffff !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003911}}
.waff-search-filter-panel .waff-search-input-panel .ui-selectonemenu.ui-state-hover, .waff-search-filter-panel--client .waff-search-input-panel .ui-selectonemenu.ui-state-hover, .waff-search-filter-panel .waff-search-input-panel .ui-selectonemenu.ui-state-active, .waff-search-filter-panel--client .waff-search-input-panel .ui-selectonemenu.ui-state-active, .waff-search-filter-panel .waff-search-input-panel .ui-selectonemenu.ui-state-focus, .waff-search-filter-panel--client .waff-search-input-panel .ui-selectonemenu.ui-state-focus {
  background: #ffffff !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003916}}
.waff-search-filter-panel .waff-search-input-panel .ui-selectonemenu.ui-state-hover .ui-selectonemenu-label, .waff-search-filter-panel--client .waff-search-input-panel .ui-selectonemenu.ui-state-hover .ui-selectonemenu-label, .waff-search-filter-panel .waff-search-input-panel .ui-selectonemenu.ui-state-active .ui-selectonemenu-label, .waff-search-filter-panel--client .waff-search-input-panel .ui-selectonemenu.ui-state-active .ui-selectonemenu-label, .waff-search-filter-panel .waff-search-input-panel .ui-selectonemenu.ui-state-focus .ui-selectonemenu-label, .waff-search-filter-panel--client .waff-search-input-panel .ui-selectonemenu.ui-state-focus .ui-selectonemenu-label {
  background: #ffffff !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003921}}
.waff-search-filter-panel .waff-search-input-panel .ui-selectonemenu .ui-selectonemenu-label, .waff-search-filter-panel--client .waff-search-input-panel .ui-selectonemenu .ui-selectonemenu-label {
  display: block;
  border: none !important;
  box-shadow: none !important;
  overflow: initial !important;
  font-weight: normal;
  width: initial !important;
  text-align: left;
  padding-left: 25px !important;
  white-space: nowrap !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003933}}
.waff-search-filter-panel .waff-search-input-panel .ui-selectonemenu .ui-selectonemenu-trigger, .waff-search-filter-panel--client .waff-search-input-panel .ui-selectonemenu .ui-selectonemenu-trigger {
  border: initial !important;
  width: 48px;
  background: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003938}}
.waff-search-filter-panel .waff-search-input-panel .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon, .waff-search-filter-panel--client .waff-search-input-panel .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
  margin-top: 16px;
  margin-left: 18px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003945}}
.waff-search-filter-panel .waff-search-input-panel .ui-autocomplete, .waff-search-filter-panel--client .waff-search-input-panel .ui-autocomplete {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003949}}
.waff-search-filter-panel .waff-search-input-panel > .ui-inputtext, .waff-search-filter-panel--client .waff-search-input-panel > .ui-inputtext,
.waff-search-filter-panel .waff-search-input-panel .ui-autocomplete-input,
.waff-search-filter-panel--client .waff-search-input-panel .ui-autocomplete-input {
  padding: 14px 0px 17px 25px !important;
  width: 100%;
  border: none;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-radius: 0px !important;
  background: #ffffff !important;
  box-shadow: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003960}}
.waff-search-filter-panel .waff-search-input-panel > .ui-inputtext.ui-state-hover, .waff-search-filter-panel--client .waff-search-input-panel > .ui-inputtext.ui-state-hover, .waff-search-filter-panel .waff-search-input-panel > .ui-inputtext.ui-state-active, .waff-search-filter-panel--client .waff-search-input-panel > .ui-inputtext.ui-state-active, .waff-search-filter-panel .waff-search-input-panel > .ui-inputtext.ui-state-focus, .waff-search-filter-panel--client .waff-search-input-panel > .ui-inputtext.ui-state-focus,
.waff-search-filter-panel .waff-search-input-panel .ui-autocomplete-input.ui-state-hover,
.waff-search-filter-panel--client .waff-search-input-panel .ui-autocomplete-input.ui-state-hover,
.waff-search-filter-panel .waff-search-input-panel .ui-autocomplete-input.ui-state-active,
.waff-search-filter-panel--client .waff-search-input-panel .ui-autocomplete-input.ui-state-active,
.waff-search-filter-panel .waff-search-input-panel .ui-autocomplete-input.ui-state-focus,
.waff-search-filter-panel--client .waff-search-input-panel .ui-autocomplete-input.ui-state-focus {
  background: #ffffff !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003967}}
.waff-search-filter-panel .waff-search-input-panel button, .waff-search-filter-panel--client .waff-search-input-panel button {
  padding: 9px 7px 10px 7px;
  border: none !important;
  border-radius: initial !important;
  margin-right: 0px !important;
  width: 100%;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003976}}
.waff-search-filter-panel .waff-search-input-panel button .ui-button-text, .waff-search-filter-panel--client .waff-search-input-panel button .ui-button-text {
  white-space: nowrap !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003981}}
.waff-search-filter-panel .waff-search-input-panel .searchSubmitButton, .waff-search-filter-panel--client .waff-search-input-panel .searchSubmitButton {
  height: 85%;
  margin-left: 5px;
  border-radius: 5px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\00003988}}
.waff-search-filter-panel .waff-search-input-panel .waff-search-topic-menu, .waff-search-filter-panel--client .waff-search-input-panel .waff-search-topic-menu {
  box-sizing: border-box;
  height: 54px;
  width: auto;
  color: #666666;
  font-size: 0.9em;
  background: #f6f6f6 !important;
  margin-right: 0px !important;
  padding-left: 0;
  border: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031002}}
.waff-search-filter-panel .waff-search-input-panel .waff-search-topic-menu > .ui-menu-list > .ui-menuitem.ui-menu-parent, .waff-search-filter-panel--client .waff-search-input-panel .waff-search-topic-menu > .ui-menu-list > .ui-menuitem.ui-menu-parent {
  width: 100%;
  min-height: 47px;
  border: 0;
  padding-left: 1em;
  box-sizing: border-box;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031009}}
.waff-search-filter-panel .waff-search-input-panel .waff-search-topic-menu > .ui-menu-list > .ui-menuitem.ui-menu-parent > .ui-menuitem-link, .waff-search-filter-panel--client .waff-search-input-panel .waff-search-topic-menu > .ui-menu-list > .ui-menuitem.ui-menu-parent > .ui-menuitem-link {
  position: relative;
  color: #666666 !important;
  min-width: 140px;
  padding-right: 35px;
  padding-top: 11px;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031019}}
.waff-search-filter-panel .waff-search-input-panel .waff-search-topic-menu > .ui-menu-list > .ui-menuitem.ui-menu-parent > .ui-menuitem-link .ui-icon, .waff-search-filter-panel--client .waff-search-input-panel .waff-search-topic-menu > .ui-menu-list > .ui-menuitem.ui-menu-parent > .ui-menuitem-link .ui-icon {
  position: absolute;
  right: 0;
  top: 8px;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-indent: 0;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031039}}
.waff-search-filter-panel .waff-search-input-panel .waff-search-topic-menu > .ui-menu-list > .ui-menuitem.ui-menu-parent > .ui-menuitem-link .ui-icon:before, .waff-search-filter-panel--client .waff-search-input-panel .waff-search-topic-menu > .ui-menu-list > .ui-menuitem.ui-menu-parent > .ui-menuitem-link .ui-icon:before {
  content: "\f078";
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031048}}
.waff-search-filter-panel .waff-search-input-panel .waff-search-topic-menu .ui-menu-list.ui-menu-child, .waff-search-filter-panel--client .waff-search-input-panel .waff-search-topic-menu .ui-menu-list.ui-menu-child {
  width: 26em;
  font-size: 0.9em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031052}}
.waff-search-filter-panel .waff-search-input-panel .waff-search-topic-menu .ui-menu-list.ui-menu-child .ui-icon.ui-icon-triangle-1-e, .waff-search-filter-panel--client .waff-search-input-panel .waff-search-topic-menu .ui-menu-list.ui-menu-child .ui-icon.ui-icon-triangle-1-e {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031068}}
.waff-search-filter-panel .waff-search-input-panel .waff-search-topic-selectone, .waff-search-filter-panel--client .waff-search-input-panel .waff-search-topic-selectone {
  background: #f6f6f6 !important;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-right: 2em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031076}}
.waff-search-filter-panel .waff-search-input-panel .waff-search-topic-selectone.ui-button, .waff-search-filter-panel--client .waff-search-input-panel .waff-search-topic-selectone.ui-button {
  color: #666666;
  font-size: 0.9em;
  height: 54px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031081}}
.waff-search-filter-panel .waff-search-input-panel .waff-search-topic-selectone.ui-button .ui-icon, .waff-search-filter-panel--client .waff-search-input-panel .waff-search-topic-selectone.ui-button .ui-icon {
  width: 24px;
  height: 24px;
  margin-top: -9px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031088}}
.waff-search-filter-panel .waff-search-input-panel .waff-search-topic-selectone .ui-selectonemenu-label, .waff-search-filter-panel--client .waff-search-input-panel .waff-search-topic-selectone .ui-selectonemenu-label {
  background: #f6f6f6 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031092}}
.waff-search-filter-panel .waff-search-input-panel .waff-search-topic-selectone.ui-state-hover, .waff-search-filter-panel--client .waff-search-input-panel .waff-search-topic-selectone.ui-state-hover, .waff-search-filter-panel .waff-search-input-panel .waff-search-topic-selectone.ui-state-active, .waff-search-filter-panel--client .waff-search-input-panel .waff-search-topic-selectone.ui-state-active, .waff-search-filter-panel .waff-search-input-panel .waff-search-topic-selectone.ui-state-focus, .waff-search-filter-panel--client .waff-search-input-panel .waff-search-topic-selectone.ui-state-focus {
  background: #f6f6f6 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031097}}
.waff-search-filter-panel .waff-search-input-panel .waff-search-topic-selectone.ui-state-hover .ui-selectonemenu-label, .waff-search-filter-panel--client .waff-search-input-panel .waff-search-topic-selectone.ui-state-hover .ui-selectonemenu-label, .waff-search-filter-panel .waff-search-input-panel .waff-search-topic-selectone.ui-state-active .ui-selectonemenu-label, .waff-search-filter-panel--client .waff-search-input-panel .waff-search-topic-selectone.ui-state-active .ui-selectonemenu-label, .waff-search-filter-panel .waff-search-input-panel .waff-search-topic-selectone.ui-state-focus .ui-selectonemenu-label, .waff-search-filter-panel--client .waff-search-input-panel .waff-search-topic-selectone.ui-state-focus .ui-selectonemenu-label {
  background: #f6f6f6 !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031106}}
.waff-search-breadcrumb-panel {
  background: #efefef;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: none !important;
  padding: 0px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031114}}
.waff-search-breadcrumb-panel .waff-breadcrumb-panel {
  position: relative;
  width: auto;
  padding: 0.6em 16px !important;
  border-bottom: 1px solid #d0d0d0;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-content: stretch;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031127}}
.waff-search-breadcrumb-panel .waff-breadcrumb-panel .waff-breadcrumb-container {
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031130}}
.waff-search-breadcrumb-panel .waff-breadcrumb-panel .waff-districtcrumb-container {
  text-align: right;
  margin-right: 172px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031139}}
.waff-breadcrumb-link {
  text-decoration: none;
  color: #666666;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031143}}
.waff-breadcrumb-link:hover {
  text-decoration: underline;
  text-decoration-color: #ed1c24;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031150}}
.waff-breadcrumb-separator:after {
  content: '>';
  display: inline;
  padding: 0 .2em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031161}}
.waff-search-input-place button {
  color: #666666 !important;
  padding-bottom: 8px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031165}}
.waff-search-input-place button.ui-state-hover, .waff-search-input-place button.ui-state-active {
  color: #666666 !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031172}}
.waff-search-topic-selectone-menu {
  min-width: 350px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031174}}
.waff-search-topic-selectone-menu .ui-menu-list {
  min-width: 350px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031181}}
.waff-filter-calendar-component .ui-overlaypanel-content {
  display: flex;
  padding: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031186}}
.waff-filter-calendar-component .waff-calendar-filter-border {
  border-left: 1px solid #cecece;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031189}}
.waff-filter-calendar-component .waff-calendar-filter {
  padding: 5px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031194}}
.waff-filter-calendar-button-panel {
  min-height: 100%;
  min-width: 200px;
  padding: 0px 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031199}}
.waff-filter-calendar-button-panel .waff-filter-calendar-box {
  width: 100%;
  margin: 15px 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031203}}
.waff-filter-calendar-button-panel .waff-filter-calendar-box .waff-filter-calendar-button {
  background: none !important;
  border: 1px solid #bbbbbb !important;
  color: #343434 !important;
  border-radius: 20px;
  padding: 2px;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031212}}
.waff-filter-calendar-button-panel .waff-filter-calendar-box .waff-filter-calendar-button.waff-filter-calendar-button-active {
  background: #fcdee0 !important;
  border: 1px solid #fcdee0 !important;
  font-weight: bold;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031221}}
.waff-display-inline {
  display: inline-block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031267}}
.waff-search-header-title {
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031270}}
.waff-search-header-subtitle {
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031274}}
.waff-searchresult-headline {
  font-size: 1.2em;
  font-weight: bold;
  color: #ed1c24;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031284}}
.waff-big-teaser .waff-search-teaser-background {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031298}}
.waff-big-teaser .waff-search-teaser-background a {
  color: inherit;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031303}}
.waff-big-teaser .waff-search-teaser-background img {
  top: 0;
  left: 0;
  min-width: 100%;
  max-width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031321}}
.waff-small-teaser.waff-teaser {
  width: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031325}}
.waff-small-teaser .waff-search-teaser-background {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031339}}
.waff-small-teaser .waff-search-teaser-background a {
  color: inherit;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031344}}
.waff-small-teaser .waff-search-teaser-background img {
  top: 0;
  left: 0;
  height: 250px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031376}}
.waff-search-teaser {
  position: relative;
  height: 100px;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031383}}
.waff-search-teaser.teaser-type-GRID {
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031387}}
.waff-search-teaser.teaser-type-GRID .waff-teaser-title {
  padding: 20px;
  box-sizing: border-box;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031392}}
.waff-search-teaser.teaser-type-GRID .waff-teaser-subtitle {
  padding: 20px;
  box-sizing: border-box;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031397}}
.waff-search-teaser.teaser-type-GRID img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031407}}
.waff-search-teaser.teaser-type-LIST {
  padding: 10px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031415}}
.waff-search-teaser.teaser-type-LIST img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031424}}
.waff-search-teaser a {
  display: block;
  height: 100%;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  text-align: center;
}

/*
.waff-search-teaser {
	
	&.teaser-type-LIST{
		padding: 10px;
	}
	
	&.teaser-type-GRID{
		padding:0;
	}
	
	min-height: 200px;
	position: relative;
	height: 100%;
	cursor: pointer;
	
	a{
		color: inherit;
		text-decoration: none;
	}
	
	img{
		position: absolute;
	    top: 0;
	    left: 0;
	    max-width: 100%;
	    max-height: 100%;
	}
	
}

*/
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031471}}
.waff-search-header-title-panel, .waff-teaser-title {
  width: 100%;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031480}}
.waff-search-header-title-panel .waff-search-header-title, .waff-teaser-title .waff-search-header-title {
  color: #ffffff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031486}}
.waff-search-header-subtitle-panel, .waff-teaser-subtitle {
  min-width: 250px;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031496}}
.waff-search-header-subtitle-panel .waff-search-header-subtitle, .waff-teaser-subtitle .waff-search-header-subtitle {
  color: #ffffff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031501}}
.waff-header-center {
  text-align: center;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031505}}
.waff-teaser-title {
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 5px 15px 5px;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031521}}
.waff-teaser-subtitle {
  text-decoration: none;
  position: relative;
  text-shadow: 1px 1px 5px #000000;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031540}}
.waff-side-scrolling-panel {
  overflow-x: auto;
  overflow-y: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031547}}
.waff-side-scrolling-panel .waff-teaser {
  display: inline-block;
  margin: 2px;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031557}}
.waff-side-scrolling-panel .waff-teaser .waff-search-header-subtitle-panel, .waff-side-scrolling-panel .waff-teaser .waff-teaser-subtitle {
  min-width: 200px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031563}}
.waff-side-scrolling-parent {
  margin: auto;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px !important;
  padding-top: 5px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031575}}
.waff-search-topics-header-panel {
  padding: 20px 10px 20px 30px;
  margin-right: 40px;
  margin-left: 0;
  margin-top: 20px;
  border-bottom: 2px solid #dddddd;
  color: #343434;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031584}}
.waff-topic-svg, .waff-topic-svg-detail, .waff-dialog .waff-dialog-topic-svg {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 40px;
  left: 25px;
  stroke: #ed1c24;
  fill: none !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031594}}
.waff-topic-svg-detail {
  width: 50px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031599}}
.waff-search-topics-panel {
  margin-right: 40px;
  margin-left: 0;
  justify-content: flex-start;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031605}}
.waff-search-topics-panel .waff-search-topic-box {
  background: #ffffff !important;
  height: 145px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  font-size: 1.2em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031609}}
.waff-search-topics-panel .waff-search-topic-box:hover {
  background: #fcdee0 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031620}}
.waff-search-topics-panel .waff-search-topic-box .waff-topic-svg, .waff-search-topics-panel .waff-search-topic-box .waff-topic-svg-detail, .waff-search-topics-panel .waff-search-topic-box .waff-dialog .waff-dialog-topic-svg, .waff-dialog .waff-search-topics-panel .waff-search-topic-box .waff-dialog-topic-svg {
  fill: none !important;
  stroke: #ed1c24 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031625}}
.waff-search-topics-panel .waff-search-topic-box.waff-search-topic-box-active {
  background: #ed1c24 !important;
  color: #ffffff !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031629}}
.waff-search-topics-panel .waff-search-topic-box.waff-search-topic-box-active .waff-search-topic-box-text {
  color: #000000;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031633}}
.waff-search-topics-panel .waff-search-topic-box.waff-search-topic-box-active .waff-topic-svg, .waff-search-topics-panel .waff-search-topic-box.waff-search-topic-box-active .waff-topic-svg-detail, .waff-search-topics-panel .waff-search-topic-box.waff-search-topic-box-active .waff-dialog .waff-dialog-topic-svg, .waff-dialog .waff-search-topics-panel .waff-search-topic-box.waff-search-topic-box-active .waff-dialog-topic-svg {
  stroke: #ffffff !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031637}}
.waff-search-topics-panel .waff-search-topic-box.waff-search-topic-box-active .waff-search-topic-box-subtext {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031641}}
.waff-search-topics-panel .waff-search-topic-box.waff-search-topic-box-active .waff-search-topic-box-downarrow {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031649}}
.waff-search-topics-panel .waff-search-topic-box.waff-search-topic-box-active .waff-search-topic-box-downarrow .waff-svg-arrow-down {
  fill: #ffffff !important;
  stroke: #ffffff !important;
  width: 35px;
  height: 35px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031658}}
.waff-search-topics-panel .waff-search-topic-box .waff-search-topic-box-icon {
  display: inline-block;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031663}}
.waff-search-topics-panel .waff-search-topic-box .waff-search-topic-box-text {
  position: absolute;
  left: 130px;
  bottom: 60px;
  max-height: 70px;
  overflow: hidden;
  display: inline-block;
  font-size: 0.85em;
  clear: left;
  padding: 10px 10px 0px 0px;
  font-weight: bold;
  word-wrap: initial;
  word-break: initial;
  line-height: 1.5em;
  color: #343434;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031684}}
.waff-search-topics-panel .waff-search-topic-box .waff-search-topic-box-subtext {
  position: absolute;
  bottom: 22px;
  left: 130px;
  font-size: 0.8em;
  padding-top: 10px;
  padding-right: 40px;
  border-top: 1px solid #aaaaaa;
  color: #666666;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031696}}
.waff-search-topics-panel .waff-search-topic-box .waff-search-topic-box-downarrow {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031702}}
.waff-content-panel {
  margin: 0px auto 0px auto;
  box-sizing: content-box;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031708}}
.waff-topic-menu {
  position: relative;
  background: #f7f7f7;
  display: flex;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031714}}
.waff-topic-menu .waff-general-svg {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031721}}
.waff-topic-menu .waff-general-close-icon {
  fill: none !important;
  z-index: 10;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031724}}
.waff-topic-menu .waff-general-close-icon:hover {
  stroke: #ed1c24 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031729}}
.waff-topic-menu .waff-subtopic-menu {
  position: relative;
  padding: 0px;
  border-right: 1px solid #dddddd;
  margin-right: -1px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031742}}
.waff-topic-menu .waff-subtopic-menu .waff-topic-menu-item {
  color: #343434;
  display: block;
  text-decoration: none;
  padding: 9px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
  line-height: 1.2em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031747}}
.waff-topic-menu .waff-subtopic-menu .waff-topic-menu-item.waff-topic-menu-item-active {
  background: #fcdee0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031761}}
.waff-topic-menu .waff-subtopic-menu .waff-topic-menu-item .waff-topic-menu-item-all {
  font-style: italic;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031766}}
.waff-topic-menu .waff-subtopic-menu .waff-topic-menu-item .waff-general-svg {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-20px);
  stroke: #000000;
  fill: #000000;
  width: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031778}}
.waff-topic-menu .waff-subtopic-menu .waff-topic-menu-item:hover {
  background: #fcdee0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031785}}
.waff-search-result-panel {
  position: relative;
  margin-top: 20px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031799}}
.waff-search-datatable, .waff-search-datascroller {
  margin: 0px !important;
  width: 100%;
  color: #363636 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031801}}
.waff-search-datatable .waff-certificate-logo, .waff-search-datascroller .waff-certificate-logo {
  max-width: 100%;
  max-height: 80px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031810}}
.waff-search-datatable .ui-datatable-tablewrapper, .waff-search-datascroller .ui-datatable-tablewrapper {
  overflow: hidden !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031814}}
.waff-search-datatable table, .waff-search-datascroller table {
  margin: 0px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031818}}
.waff-search-datatable td, .waff-search-datascroller td {
  max-height: 100px;
  color: #343434 !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border: none !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031828}}
.waff-search-datatable th, .waff-search-datascroller th {
  background: none !important;
  color: #343434 !important;
  border: none !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031833}}
.waff-search-datatable th a, .waff-search-datascroller th a {
  color: #343434 !important;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031841}}
.waff-search-datatable tbody tr, .waff-search-datascroller tbody tr,
.waff-search-datatable tbody tr.ui-state-hover,
.waff-search-datascroller tbody tr.ui-state-hover {
  border: 1px solid #bbbbbb;
  border-left: none !important;
  border-right: none !important;
  height: 100px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031850}}
.waff-search-datatable thead tr:first-child, .waff-search-datascroller thead tr:first-child {
  border: none !important;
  border-bottom: 1px solid #343434 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031855}}
.waff-search-datatable tr.ui-expanded-row, .waff-search-datascroller tr.ui-expanded-row {
  border-top: 1px solid #343434 !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  /*& ~ tr.ui-datatable-selectable:first-of-type {
  	border: 1px solid $search-subtable-border-color !important;
  }*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031861}}
.waff-search-datatable tr.ui-expanded-row tbody > tr:last-child, .waff-search-datascroller tr.ui-expanded-row tbody > tr:last-child {
  border-bottom: 1px solid #343434 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031871}}
.waff-search-datatable .ui-expanded-row-content > td, .waff-search-datascroller .ui-expanded-row-content > td {
  border-bottom: 1px solid #343434 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031875}}
.waff-search-datatable .ui-expanded-row-content .ui-datatable tbody tr, .waff-search-datascroller .ui-expanded-row-content .ui-datatable tbody tr, .waff-search-datatable .ui-expanded-row-content .waff-search-datascroller tbody tr, .waff-search-datascroller .ui-expanded-row-content .waff-search-datascroller tbody tr {
  height: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031884}}
.waff-search-datatable .waff-column-logo, .waff-search-datascroller .waff-column-logo {
  position: relative;
  width: 180px;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031889}}
.waff-search-datatable .waff-column-logo .waff-organizer-logo, .waff-search-datascroller .waff-column-logo .waff-organizer-logo {
  max-height: 75px;
  max-width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031894}}
.waff-search-datatable .waff-column-logo .waff-organizer-logo-text, .waff-search-datascroller .waff-column-logo .waff-organizer-logo-text {
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031899}}
.waff-search-datatable .waff-column-course-title, .waff-search-datascroller .waff-column-course-title {
  font-weight: bold !important;
  vertical-align: middle;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031906}}
.waff-search-datatable .waff-column-course-date, .waff-search-datascroller .waff-column-course-date {
  width: 180px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031911}}
.waff-search-datatable .waff-column-course-price, .waff-search-datascroller .waff-column-course-price {
  width: 180px;
  text-align: right !important;
  white-space: nowrap;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031917}}
.waff-search-datatable .waff-column-course-place, .waff-search-datascroller .waff-column-course-place {
  line-height: 1.5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031921}}
.waff-search-datatable .waff-column-buttons, .waff-search-datascroller .waff-column-buttons {
  width: 65px;
  white-space: nowrap;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031927}}
.waff-search-datagrid {
  margin-top: 40px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031931}}
.waff-search-datagrid .ui-datagrid-content {
  margin-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031935}}
.waff-search-datagrid .ui-datagrid-column {
  height: 420px;
  margin: 10px;
  padding: 0px;
  color: #343434;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031942}}
.waff-search-datagrid .ui-datagrid-column .waff-datagrid-item {
  border: 1px solid #cacaca;
  border-radius: 3px;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031947}}
.waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-column-additional-dates {
  background: #f8f8f8;
  padding-left: 30px;
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  height: 50px;
  padding-top: 16px;
  border-radius: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031959}}
.waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-column-additional-dates .waff-additional-dates-buttons {
  position: absolute;
  right: 20px;
  bottom: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031964}}
.waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-column-additional-dates .waff-additional-dates-buttons .waff-additional-dates-button {
  background: none !important;
  border: none !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031972}}
.waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-column-additional-dates .waff-additional-dates-buttons .waff-additional-dates-button .waff-button-svg.waff-svg-toggle-left, .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-column-additional-dates .waff-additional-dates-buttons .waff-additional-dates-button .waff-button-svg.waff-svg-toggle-right {
  stroke: #353535;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031976}}
.waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-column-additional-dates .waff-additional-dates-buttons .waff-additional-dates-button .waff-button-svg.waff-svg-toggle-left:hover, .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-column-additional-dates .waff-additional-dates-buttons .waff-additional-dates-button .waff-button-svg.waff-svg-toggle-right:hover {
  stroke: #ed1c24;
  fill: #ed1c24;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031983}}
.waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-column-additional-dates .waff-additional-dates-buttons .waff-additional-dates-button.waff-svg-toggle-disabled {
  cursor: initial;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031987}}
.waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-column-additional-dates .waff-additional-dates-buttons .waff-additional-dates-button.waff-svg-toggle-disabled svg {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000031995}}
.waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-search-inner-container {
  height: 100%;
  position: relative;
  cursor: pointer;
  /*
  .waff-column-course-title {
  	position: absolute;
  	top: 32%;
  	left: 20px;
  	border-top: 1px solid #f2f2f2;
  	border-bottom: 1px solid #f2f2f2;
  	padding: 20px;
  	font-size: 1.2em;
  	font-weight: bold;
  	width: 100%;
  	width: calc(100% - 80px);
  }
  */
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032002}}
.waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-search-inner-container:hover {
  background: #fafafa;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032005}}
.waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-search-inner-container:active {
  background: #fcdee0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032009}}
.waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-search-inner-container .waff-column-organizer {
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 80px;
  max-width: 65%;
  padding: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032020}}
.waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-search-inner-container .waff-organizer-logo {
  max-height: 100%;
  max-width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032025}}
.waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-search-inner-container .waff-column-buttons {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032037}}
.waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-search-inner-container .waff-column-course-title {
  position: absolute;
  top: 32%;
  left: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 3px 10px;
  width: 100%;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 400px;
  max-height: 96.6px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-weight: bold;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032072}}
.waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-search-inner-container .waff-schedule-container {
  position: absolute;
  top: 248px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  animation: fadein 1s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032084}}
.waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-search-inner-container .waff-schedule-container.waff-schedule-container-disabled {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032088}}
.waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-search-inner-container .waff-schedule-container > .waff-schedule-container-contentwrapper {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  overflow: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032106}}
.waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-search-inner-container .waff-column-course-price {
  text-align: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032111}}
.waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-search-inner-container .waff-column-course-place {
  display: block;
  /* Fallback for non-webkit */
  padding: .3em 0;
  max-height: 96.6px;
  /* Fallback for non-webkit */
  font-size: 1em;
  font-weight: normal;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032135}}
.waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-search-inner-container .waff-column-course-url {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: .3em 0;
  display: block;
  /* Fallback for non-webkit */
  max-height: 96.6px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032166}}
.waff-search-datascroller table {
  width: 100% !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032170}}
.waff-search-datascroller tr {
  border: none !important;
  border-bottom: 1px solid #dddddd !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032175}}
.waff-search-datascroller td {
  border: none !important;
  box-sizing: border-box;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032181}}
.waff-search-column-button, .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-column-additional-dates .waff-additional-dates-buttons .waff-additional-dates-button, .waff-viewmode-button {
  width: 38px;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032190}}
.waff-search-column-button + .waff-search-column-button, .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-column-additional-dates .waff-additional-dates-buttons .waff-additional-dates-button + .waff-search-column-button, .waff-viewmode-button + .waff-search-column-button, .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-column-additional-dates .waff-additional-dates-buttons .waff-search-column-button + .waff-additional-dates-button, .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-column-additional-dates .waff-additional-dates-buttons .waff-additional-dates-button + .waff-additional-dates-button, .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-column-additional-dates .waff-additional-dates-buttons .waff-viewmode-button + .waff-additional-dates-button, .waff-search-column-button + .waff-viewmode-button, .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-column-additional-dates .waff-additional-dates-buttons .waff-additional-dates-button + .waff-viewmode-button, .waff-viewmode-button + .waff-viewmode-button {
  margin-left: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032194}}
.waff-search-column-button .waff-button-svg, .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-column-additional-dates .waff-additional-dates-buttons .waff-additional-dates-button .waff-button-svg, .waff-viewmode-button .waff-button-svg {
  width: 19px;
  height: 19px;
  margin-left: 10px;
  margin-top: 8px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032200}}
.waff-search-column-button .waff-button-svg.waff-svg-favorite, .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-column-additional-dates .waff-additional-dates-buttons .waff-additional-dates-button .waff-button-svg.waff-svg-favorite, .waff-viewmode-button .waff-button-svg.waff-svg-favorite {
  fill: #888;
  stroke: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032204}}
.waff-search-column-button .waff-button-svg.waff-svg-favorite.waff-favorite-active, .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-column-additional-dates .waff-additional-dates-buttons .waff-additional-dates-button .waff-button-svg.waff-svg-favorite.waff-favorite-active, .waff-viewmode-button .waff-button-svg.waff-svg-favorite.waff-favorite-active {
  fill: #ed1c24;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032209}}
.waff-search-column-button .waff-button-svg.waff-svg-compare, .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-column-additional-dates .waff-additional-dates-buttons .waff-additional-dates-button .waff-button-svg.waff-svg-compare, .waff-viewmode-button .waff-button-svg.waff-svg-compare {
  fill: none;
  stroke: #888;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032216}}
.waff-search-column-button:hover .waff-svg-favorite, .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-column-additional-dates .waff-additional-dates-buttons .waff-additional-dates-button:hover .waff-svg-favorite, .waff-viewmode-button:hover .waff-svg-favorite {
  fill: #ed1c24;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032220}}
.waff-search-column-button:hover .waff-svg-compare, .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-column-additional-dates .waff-additional-dates-buttons .waff-additional-dates-button:hover .waff-svg-compare, .waff-viewmode-button:hover .waff-svg-compare {
  stroke: #ed1c24;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032226}}
.waff-viewmode-panel {
  position: relative;
  margin-top: 10px;
  box-sizing: border-box;
  z-index: 1;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032234}}
.waff-viewmode-panel .waff-svg-view-grid,
.waff-viewmode-panel .waff-svg-view-list {
  fill: #343434;
  stroke: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032239}}
.waff-viewmode-panel .waff-svg-view-grid:hover, .waff-viewmode-panel .waff-svg-view-grid.waff-svg-view-active,
.waff-viewmode-panel .waff-svg-view-list:hover,
.waff-viewmode-panel .waff-svg-view-list.waff-svg-view-active {
  fill: #ed1c24;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032246}}
.waff-viewmode-button {
  border: none !important;
  margin-right: 0px !important;
  width: 24px !important;
  height: 24px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032254}}
.waff-viewmode-button svg {
  width: 24px !important;
  height: 24px !important;
  margin-top: 0px !important;
  margin-left: 0px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032261}}
.waff-viewmode-button + .waff-viewmode-button {
  margin-left: 15px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032266}}
.waff-tablesort-dropdown {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032273}}
.waff-tablesort-dropdown label.ui-outputlabel {
  line-height: 29px;
  vertical-align: top;
  display: inline-block;
  text-align: right;
  font-size: .8em;
  margin-right: 1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032282}}
.waff-tablesort-dropdown label.ui-outputlabel > .ui-outputpanel {
  margin-right: .5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032288}}
.waff-tablesort-dropdown .ui-selectonemenu {
  min-width: unset !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032292}}
.waff-tablesort-dropdown .ui-selectonemenu label.ui-selectonemenu-label {
  text-align: right;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032301}}
#table-sorting_panel .ui-selectonemenu-items-wrapper,
#table-sorting-organizer_panel .ui-selectonemenu-items-wrapper {
  height: auto !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\000032}}
.waff-dialog {
  max-width: 1100px !important;
  min-height: 700px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\000038}}
.waff-dialog.waff-imprint-dialog {
  max-width: 50% !important;
  min-height: none !important;
}
@media (max-width: 599px) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\000038}}
  .waff-dialog.waff-imprint-dialog {
    width: 90vw;
    max-width: 90vw !important;
    min-width: 90vw !important;
    min-height: none !important;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\0000322}}
.waff-dialog .waff-dialog-info-panel {
  background: #f8f8f8;
  box-shadow: 0px 5px 10px 0px #d4d4d4;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  /*
          @media (max-width: 1024px) {
              div {
                  border-left: none !important;
              }
  
              div:nth-child(even) {
                  border-left: 1px solid $dialog-menu-border !important;
              }
          }
  
  */
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\0000347}}
.waff-dialog .waff-dialog-info-panel svg {
  stroke: none;
  width: 32px;
  margin-left: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\0000352}}
.waff-dialog .waff-dialog-info-panel svg.waff-dialog-svg-termine {
  fill: #a5c67b;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\0000356}}
.waff-dialog .waff-dialog-info-panel svg.waff-dialog-svg-karte {
  fill: #4cb19c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\0000360}}
.waff-dialog .waff-dialog-info-panel svg.waff-dialog-svg-preis {
  fill: #df9661;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\0000364}}
.waff-dialog .waff-dialog-info-panel svg.waff-dialog-svg-teilnehmer {
  fill: #e08978;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\0000368}}
.waff-dialog .waff-dialog-info-panel svg.waff-dialog-svg-ue {
  fill: #5b7cb9;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\0000373}}
.waff-dialog .waff-dialog-info-panel .waff-dialog-info-panel-block {
  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: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -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\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\0000394}}
.waff-dialog .waff-dialog-info-panel .waff-dialog-info-panel-block img.svg,
.waff-dialog .waff-dialog-info-panel .waff-dialog-info-panel-block svg.svg {
  -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;
  margin-right: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003109}}
.waff-dialog .waff-dialog-info-panel .waff-dialog-info-panel-block .waff-dialog-info-wrapper {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003123}}
.waff-dialog .waff-dialog-info-panel .waff-dialog-info-panel-block .waff-multiple-lectures {
  margin-top: .5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003134}}
.waff-dialog .waff-dialog-info-panel > div {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003137}}
.waff-dialog .waff-dialog-info-panel > div .waff-dialog-info-header {
  display: block;
  font-size: 0.9em;
  color: #9a9a9a;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003145}}
.waff-dialog .waff-dialog-info-panel > div .waff-dialog-info-content {
  display: block;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003158}}
.waff-dialog .waff-dialog-info-panel div + div {
  border-left: 1px solid #ebebec;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003176}}
.waff-dialog .waff-dialog-scoll-panel {
  height: calc( 100% - 181px );
  overflow-y: scroll;
  margin-top: -17px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003184}}
.waff-dialog .waff-dialog-top-panel .waff-dialog-close-container {
  width: 100%;
  text-align: right;
  height: 40px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003189}}
.waff-dialog .waff-dialog-top-panel .waff-dialog-close-container svg {
  cursor: pointer;
  fill: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003193}}
.waff-dialog .waff-dialog-top-panel .waff-dialog-close-container svg:hover {
  stroke: #ed1c24;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003199}}
.waff-dialog .waff-dialog-top-panel .waff-dialog-logo-panel {
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003204}}
.waff-dialog .waff-dialog-top-panel .waff-dialog-logo-panel .waff-organizer-logo {
  max-width: 180px;
  max-height: 180px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003210}}
.waff-dialog .waff-dialog-top-panel .waff-dialog-course-number {
  text-transform: uppercase;
  color: #9a9a9a;
  font-size: 1.0em;
  margin-bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003217}}
.waff-dialog .waff-dialog-top-panel .waff-dialog-course-subtitle {
  font-size: 1.1em;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003223}}
.waff-dialog .waff-dialog-topic-svg {
  width: 30px !important;
  height: 30px !important;
  position: static !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003231}}
.waff-dialog .waff-dialog-topic-box-icon {
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003235}}
.waff-dialog .waff-dialog-topic-box-text {
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;
  word-wrap: initial;
  word-break: initial;
  line-height: 1.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003244}}
.waff-dialog .waff-dialog-topic-container {
  line-height: 1.5;
  min-height: 45px;
  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: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -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\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003269}}
.waff-dialog .waff-dialog-topic-container .waff-dialog-topic-box-icon {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 0 30px;
  -ms-flex: 1 0 30px;
  flex: 1 0 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003283}}
.waff-dialog .waff-dialog-topic-container .waff-dialog-topic-box-text {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding-top: 8px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003299}}
.waff-dialog .waff-dialog-organizer {
  font-weight: bold;
  line-height: 1.3;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003304}}
.waff-dialog .waff-dialog-course-name {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.3;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003310}}
.waff-dialog .waff-dialog-organizer-name {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003316}}
.waff-dialog .waff-dialog-description-panel {
  line-height: 1.5;
  padding-right: 50px;
  /* 		& > p.waff-dialog-description-content{
              
              white-space: pre;
              
              & *{
                  white-space: unset;
              }
          } */
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003320}}
.waff-dialog .waff-dialog-description-panel > h1, .waff-dialog .waff-dialog-description-panel > h2, .waff-dialog .waff-dialog-description-panel > p, .waff-dialog .waff-dialog-description-panel > div {
  padding: 5px;
  margin: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003329}}
.waff-dialog .waff-dialog-description-panel .ui-datalist-content.ui-widget-content {
  border: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003342}}
.waff-dialog .waff-dialog-description-panel > h1 {
  font-size: 1.2em;
  text-transform: uppercase;
  border-bottom: 1px solid #7e7e7e;
  margin-bottom: .5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003349}}
.waff-dialog .waff-dialog-description-panel > h2 {
  font-size: 1.0em;
  margin-bottom: .5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003354}}
.waff-dialog .waff-dialog-description-panel > div {
  padding-top: 3px;
  padding-bottom: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003359}}
.waff-dialog .waff-dialog-description-panel h1 + p {
  margin-top: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003363}}
.waff-dialog .waff-dialog-description-panel h2 + p {
  padding-top: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003367}}
.waff-dialog .waff-dialog-description-panel p + h1,
.waff-dialog .waff-dialog-description-panel p + h2,
.waff-dialog .waff-dialog-description-panel div + h2 {
  margin-top: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003374}}
.waff-dialog .waff-dialog-description-panel div + h1 {
  margin-top: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003378}}
.waff-dialog .waff-dialog-description-panel .waff-dialog-price {
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003382}}
.waff-dialog .waff-dialog-description-panel .waff-dialog-contact {
  font-weight: bold;
  min-width: 100px;
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003389}}
.waff-dialog .waff-dialog-sidepanel {
  border-right: 1px solid #f7f7f7;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003394}}
.waff-dialog .waff-dialog-sidepanel img.waff-organizer-logo {
  max-width: 100%;
  max-height: 200px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003403}}
.waff-dialog .waff-dialog-sidepanel .ui-accordion-header.ui-state-default .waff-panel-uparrow {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003406}}
.waff-dialog .waff-dialog-sidepanel .ui-accordion-header.ui-state-default .waff-panel-downarrow {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003412}}
.waff-dialog .waff-dialog-sidepanel .ui-accordion-header.ui-state-active .waff-panel-downarrow {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003415}}
.waff-dialog .waff-dialog-sidepanel .ui-accordion-header.ui-state-active .waff-panel-uparrow {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003421}}
.waff-dialog .waff-dialog-sidepanel .waff-panel-header {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003424}}
.waff-dialog .waff-dialog-sidepanel .waff-panel-header .svg {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  right: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003432}}
.waff-dialog .waff-dialog-sidepanel .waff-panel-header h1 {
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 1.1px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003438}}
.waff-dialog .waff-dialog-sidepanel .waff-panel-header h2 {
  font-size: 1.0em;
  padding-top: 2px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003444}}
.waff-dialog .waff-dialog-sidepanel .waff-panel-header .waff-panel-uparrow .waff-svg-panel-up {
  stroke: #ffffff !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003450}}
.waff-dialog .waff-dialog-sidepanel .waff-panel-header .waff-panel-downarrow .waff-svg-panel-down {
  stroke: #666666 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003456}}
.waff-dialog .waff-dialog-sidepanel .waff-dialog-description-panel {
  padding-right: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003460}}
.waff-dialog .waff-dialog-sidepanel .waff-dialog-timetable, .waff-dialog .waff-dialog-sidepanel .waff-dialog-timetable-organizer {
  font-size: 0.8em;
  margin-bottom: 10px;
  line-height: 1.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003465}}
.waff-dialog .waff-dialog-sidepanel .waff-dialog-timetable div:last-child, .waff-dialog .waff-dialog-sidepanel .waff-dialog-timetable-organizer div:last-child {
  text-align: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003470}}
.waff-dialog .waff-dialog-sidepanel .waff-dialog-timetable-organizer {
  font-size: 0.9em;
  line-height: 1.7em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003476}}
.waff-dialog .waff-dialog-sidepanel .waff-dialog-timetable-organizer div:last-child {
  text-align: initial;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003481}}
.waff-dialog .waff-dialog-sidepanel .waff-dialog-side-panel-block {
  font-size: 1.0em;
  line-height: 1.5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003485}}
.waff-dialog .waff-dialog-sidepanel .waff-dialog-side-panel-block h1 {
  text-transform: uppercase;
  border-bottom: 1px solid #ebebec;
  color: #9a9a9a;
  font-size: 1.0em;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003499}}
.waff-dialog .waff-dialog-sidepanel .waff-dialog-side-panel-attachment img {
  max-width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003504}}
.waff-dialog .waff-dialog-sidepanel .waff-dialog-map-button {
  border: 1px solid #dddddd !important;
  background: #dddddd !important;
  color: #666666 !important;
  font-size: 0.8em;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003514}}
.waff-dialog .waff-dialog-sidepanel .waff-dialog-map-button.ui-state-hover, .waff-dialog .waff-dialog-sidepanel .waff-dialog-map-button.ui-state-disabled:hover {
  border: 1px solid #ed1c24 !important;
  background: #ed1c24 !important;
  color: #ffffff !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003521}}
.waff-dialog .waff-dialog-sidepanel .waff-dialog-map-button.ui-state-active {
  border: 1px solid #e30000 !important;
  background: #ac090e !important;
  color: #ffffff !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003529}}
.waff-dialog .waff-detail-info-panel {
  position: relative;
  margin-top: 4em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003534}}
.waff-dialog .waff-detail-info-panel::before {
  display: block;
  content: '';
  position: absolute;
  top: -2em;
  left: 0;
  width: 100%;
  border-top: 1px solid #7e7e7e;
  height: 1px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003548}}
.waff-dialog .waff-dialog-control-button {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0;
  cursor: pointer;
  -moz-box-shadow: 3px 2px 5px -3px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 3px 2px 5px -3px rgba(0, 0, 0, 0.8);
  box-shadow: 3px 2px 5px -3px rgba(0, 0, 0, 0.8);
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003558}}
.waff-dialog .waff-dialog-control-button + .waff-dialog-control-button {
  margin-top: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003562}}
.waff-dialog .waff-dialog-control-button.waff-dialog-button-print, .waff-dialog .waff-dialog-control-button.waff-dialog-button-download, .waff-dialog .waff-dialog-control-button.waff-dialog-button-share, .waff-dialog .waff-dialog-control-button.waff-dialog-button-favorite, .waff-dialog .waff-dialog-control-button.waff-dialog-button-compare {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003568}}
.waff-dialog .waff-dialog-control-button.waff-dialog-button-print svg, .waff-dialog .waff-dialog-control-button.waff-dialog-button-download svg, .waff-dialog .waff-dialog-control-button.waff-dialog-button-share svg, .waff-dialog .waff-dialog-control-button.waff-dialog-button-favorite svg, .waff-dialog .waff-dialog-control-button.waff-dialog-button-compare svg {
  width: 24px;
  height: 24px;
  margin-left: 12px;
  margin-top: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003583}}
.waff-dialog .waff-dialog-control-button.waff-dialog-button-print .ui-icon, .waff-dialog .waff-dialog-control-button.waff-dialog-button-download .ui-icon, .waff-dialog .waff-dialog-control-button.waff-dialog-button-share .ui-icon, .waff-dialog .waff-dialog-control-button.waff-dialog-button-favorite .ui-icon, .waff-dialog .waff-dialog-control-button.waff-dialog-button-compare .ui-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  margin-left: -12px;
  margin-top: -12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003605}}
.waff-dialog .waff-dialog-control-button.waff-dialog-button-compare .ui-icon {
  width: 36px;
  height: 44px;
  margin-left: -18px;
  margin-top: -22px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003611}}
.waff-dialog .waff-dialog-control-button.waff-dialog-button-compare svg {
  stroke: #353535;
  margin-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003616}}
.waff-dialog .waff-dialog-control-button.waff-dialog-button-compare.pf-isInList {
  background-color: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003618}}
.waff-dialog .waff-dialog-control-button.waff-dialog-button-compare.pf-isInList svg {
  stroke: #ed1c24;
  margin-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003624}}
.waff-dialog .waff-dialog-control-button.waff-dialog-button-compare:hover {
  background-color: #ac090e;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003626}}
.waff-dialog .waff-dialog-control-button.waff-dialog-button-compare:hover svg {
  stroke: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003641}}
.waff-dialog .waff-dialog-control-button.waff-dialog-button-favorite .ui-icon {
  width: 36px;
  height: 44px;
  margin-left: -18px;
  margin-top: -22px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003647}}
.waff-dialog .waff-dialog-control-button.waff-dialog-button-favorite svg {
  fill: #353535;
  margin-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003653}}
.waff-dialog .waff-dialog-control-button.waff-dialog-button-favorite.pf-isInList {
  background-color: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003655}}
.waff-dialog .waff-dialog-control-button.waff-dialog-button-favorite.pf-isInList svg {
  fill: #ed1c24;
  margin-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003662}}
.waff-dialog .waff-dialog-control-button.waff-dialog-button-favorite:hover {
  background-color: #ac090e;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003664}}
.waff-dialog .waff-dialog-control-button.waff-dialog-button-favorite:hover svg {
  fill: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003670}}
.waff-dialog .waff-dialog-control-button.waff-dialog-button-print {
  background: #774c9c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003673}}
.waff-dialog .waff-dialog-control-button.waff-dialog-button-print.ui-button {
  background: #774c9c;
  border-color: #774c9c;
  color: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003679}}
.waff-dialog .waff-dialog-control-button.waff-dialog-button-print .ui-icon {
  width: 36px;
  height: 44px;
  margin-left: -18px;
  margin-top: -22px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003685}}
.waff-dialog .waff-dialog-control-button.waff-dialog-button-print svg {
  stroke: none;
  fill: #ffffff;
  margin-left: 0;
  margin-top: 6px;
  width: 36px;
  height: 36px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003695}}
.waff-dialog .waff-dialog-control-button.waff-dialog-button-download {
  background: #4796cb;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003698}}
.waff-dialog .waff-dialog-control-button.waff-dialog-button-download svg {
  stroke: #ffffff;
  fill: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003703}}
.waff-dialog .waff-dialog-control-button.waff-dialog-button-share {
  background: #5db702;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003706}}
.waff-dialog .waff-dialog-control-button.waff-dialog-button-share.ui-button {
  background: #5db702 !important;
  border-color: #5db702 !important;
  color: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003712}}
.waff-dialog .waff-dialog-control-button.waff-dialog-button-share svg {
  stroke: none;
  fill: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003717}}
.waff-dialog .waff-dialog-control-button.waff-dialog-button-favorite {
  background: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003720}}
.waff-dialog .waff-dialog-control-button.waff-dialog-button-favorite svg {
  stroke: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003723}}
.waff-dialog .waff-dialog-control-button.waff-dialog-button-favorite svg.waff-favorite-active {
  fill: #ed1c24;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003728}}
.waff-dialog .waff-dialog-control-button.waff-dialog-button-compare {
  background: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003731}}
.waff-dialog .waff-dialog-control-button.waff-dialog-button-compare svg {
  fill: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003746}}
.waff-dialog .waff-dialog-control-button:hover.waff-dialog-button-print, .waff-dialog .waff-dialog-control-button:hover.waff-dialog-button-download, .waff-dialog .waff-dialog-control-button:hover.waff-dialog-button-share {
  background: #ed1c24;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003754}}
.waff-dialog .waff-dialog-buttons-share {
  position: absolute;
  top: 207px;
  right: -49px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003760}}
.waff-dialog .waff-dialog-buttons-favorite {
  position: absolute;
  top: 90px;
  right: -48px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003766}}
.waff-dialog .waff-dialog-button-previous,
.waff-dialog .waff-dialog-button-next {
  background: #ffffff;
  width: 48px;
  height: 168px;
  position: absolute;
  top: 320px;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003776}}
.waff-dialog .waff-dialog-button-previous svg,
.waff-dialog .waff-dialog-button-next svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: #6e6e6e;
  position: absolute;
  top: 68px;
  left: 7px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003788}}
.waff-dialog .waff-dialog-button-previous:hover,
.waff-dialog .waff-dialog-button-next:hover {
  background: #ed1c24;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003790}}
.waff-dialog .waff-dialog-button-previous:hover svg,
.waff-dialog .waff-dialog-button-next:hover svg {
  stroke: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003796}}
.waff-dialog .waff-dialog-button-previous {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  left: -48px;
  -moz-box-shadow: -3px 2px 5px -3px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: -3px 2px 5px -3px rgba(0, 0, 0, 0.8);
  box-shadow: -3px 2px 5px -3px rgba(0, 0, 0, 0.8);
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003805}}
.waff-dialog .waff-dialog-button-next {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  right: -48px;
  -moz-box-shadow: 3px 2px 5px -3px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 3px 2px 5px -3px rgba(0, 0, 0, 0.8);
  box-shadow: 3px 2px 5px -3px rgba(0, 0, 0, 0.8);
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003814}}
.waff-dialog .waff-multiple-lectures {
  top: initial !important;
  bottom: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003818}}
.waff-dialog .waff-multiple-lectures .waff-multiple-lectures-label {
  background: #dddddd;
  font-size: 0.9em !important;
  border-radius: 15px;
  padding: 3px 10px 3px 10px;
  height: initial;
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003828}}
.waff-dialog .waff-certificate-logo {
  max-width: 80px;
  max-height: 80px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003833}}
.waff-dialog .waff-google-image-container {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003836}}
.waff-dialog .waff-google-image-container img {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003843}}
.waff-dialog.noHeader .ui-dialog-titlebar {
  padding-top: 0;
  padding-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003848}}
.waff-dialog.controlsOutside {
  overflow: visible;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog\.scss}line{font-family:\00003851}}
.waff-dialog.controlsOutside .ui-dialog-content {
  padding: 0px;
  overflow: visible;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog_sidebox\.scss}line{font-family:\000031}}
.waff-event-question-info-block {
  border: 1px solid #cacaca;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog_sidebox\.scss}line{font-family:\0000312}}
.waff-event-question-info-block .waff-question-header {
  position: relative;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: .8em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog_sidebox\.scss}line{font-family:\0000315}}
.waff-event-question-info-block .waff-question-header:before {
  content: '';
  position: relative;
  display: block;
  height: 52px;
  background-image: url('../img/ui-icons/frage.png.xhtml?ln=waff');
  background-size: 41px 38px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_dialog_sidebox\.scss}line{font-family:\0000335}}
.waff-event-question-info-block .waff-question-button {
  margin-top: .8em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032310}}
.waff-error-table {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border-collapse: collapse;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032317}}
.waff-error-table, .waff-error-table td, .waff-error-table tr {
  border: 1px solid #dddddd;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032321}}
.waff-error-table td {
  padding: 5px;
  vertical-align: top;
  font-size: 0.8em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032326}}
.waff-error-table td pre {
  font-size: 1.2em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032331}}
.waff-error-table td:first-child {
  min-width: 200px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032336}}
.waff-total-results-container {
  display: inline-block;
  border-right: 1px solid #dddddd;
  margin-right: 10px;
  padding-right: 10px;
  min-height: 24px;
  padding-top: 6px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032344}}
.waff-total-results-container .waff-total-results-label {
  animation: fadein 1s;
  font-weight: bold;
  font-style: italic;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032352}}
.waff-login-container {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032359}}
.waff-login-container form {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032363}}
.waff-login-container .ui-wizard-step-titles {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032367}}
.waff-login-container a:visited {
  color: blue;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032371}}
.waff-login-container .waff-login-inner-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032376}}
.waff-login-container .waff-login-inner-container .waff-login-input {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032380}}
.waff-login-container .waff-login-inner-container .waff-login-cooperation-logo {
  background: url('../img/waff-logo-wide.png.xhtml?ln=waff');
  min-width: 150px;
  min-height: 150px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032388}}
.waff-login-container .waff-login-inner-container .waff-login-label {
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032392}}
.waff-login-container .waff-login-inner-container .cooperationMessage {
  margin-left: 90px;
  margin-bottom: -15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032397}}
.waff-login-container .waff-login-inner-container .waff-login-button-column {
  text-align: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032400}}
.waff-login-container .waff-login-inner-container .waff-login-button-column .waff-login-button {
  padding: 10px 20px 10px 20px !important;
  background: #ed1c24;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032404}}
.waff-login-container .waff-login-inner-container .waff-login-button-column .waff-login-button:disabled {
  background: #c5c5c5 !important;
  border: 1px solid #a5a5a5 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032413}}
.waff-login-container .waff-login-inner-container .waff-new-account-button-column .waff-login-button {
  padding: 10px 20px 10px 20px !important;
  background: #ed1c24;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032417}}
.waff-login-container .waff-login-inner-container .waff-new-account-button-column .waff-login-button:disabled {
  background: #c5c5c5 !important;
  border: 1px solid #a5a5a5 !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032428}}
.waff-filter-calendar-label {
  color: #6a6a6a;
  position: relative;
  top: 5px;
  left: 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032437}}
.waff-filter-fake-selectone.waff-filter-organizer .ui-selectcheckboxmenu-panel {
  font-size: 0.7em !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032440}}
.waff-filter-fake-selectone.waff-filter-organizer .ui-selectcheckboxmenu-panel ul:before {
  display: none !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032445}}
.waff-filter-fake-selectone.waff-filter-organizer .ui-chkbox {
  left: 7px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032449}}
.waff-filter-fake-selectone.waff-filter-organizer .ui-selectcheckboxmenu-items-wrapper {
  overflow-x: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032453}}
.waff-filter-fake-selectone.waff-filter-organizer ul:empty:before {
  text-align: left;
  color: #666666 !important;
  font-size: 0.7em;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032461}}
.waff-filter-fake-selectone.waff-filter-organizer ul:not(:empty):before {
  text-align: left;
  color: #666666 !important;
  font-size: 0.7em;
  position: absolute;
  top: 5px;
  left: 15px;
  font-size: 0.5em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032473}}
.waff-filter-fake-selectone.waff-filter-label .ui-selectcheckboxmenu-panel {
  display: none !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032477}}
.waff-filter-fake-selectone.waff-filter-label ul:before {
  text-align: left;
  color: #666666 !important;
  font-size: 0.7em;
  position: absolute;
  top: 5px;
  left: 15px;
  font-size: 0.5em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032488}}
.waff-filter-fake-selectone {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 0.7em;
  width: 100% !important;
  min-height: 50px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032497}}
.waff-filter-fake-selectone ul {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  width: 100%;
  max-width: 100%;
  max-width: calc( 100% - 16px );
  padding: 0px 10px 0px 10px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032509}}
.waff-filter-fake-selectone .ui-selectcheckboxmenu-token {
  font-size: 0.6em;
  background: #68BDE6 !important;
  border: none;
  color: #373737;
  font-weight: bold;
  padding: 5px;
  border-radius: 10px;
  max-width: 100%;
  max-width: calc( 100% - 10px );
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032520}}
.waff-filter-fake-selectone .ui-selectcheckboxmenu-token .ui-selectcheckboxmenu-token-label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032526}}
.waff-filter-fake-selectone .ui-selectcheckboxmenu-token .ui-selectcheckboxmenu-token-icon {
  display: none;
  background-image: url('../img/ui-icons/ui-icons_ed1c24_256x241.png.xhtml?ln=waff');
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032533}}
.waff-filter-fake-selectone .ui-selectcheckboxmenu-trigger,
.waff-filter-fake-selectone .ui-autocomplete-dropdown {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032541}}
.waff-filter-fake-selectone .ui-button-text {
  text-align: left;
  color: #666666 !important;
  font-size: 0.7em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032547}}
.waff-filter-fake-selectone.ui-state-hover, .waff-filter-fake-selectone.ui-state-active {
  background: none !important;
  border: none !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032552}}
.waff-filter-fake-selectone.ui-state-hover .ui-button-text, .waff-filter-fake-selectone.ui-state-active .ui-button-text {
  color: #666666 !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032559}}
.waff-filter-price-input input {
  max-width: 70px;
  margin: 0px 5px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032566}}
.waff-filter-ue-input input {
  max-width: 65px;
  margin: 0px 5px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032573}}
.waff-filter-organizer-component .ui-overlaypanel-content {
  padding: 0px !important;
  margin: 0px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032577}}
.waff-filter-organizer-component .waff-filter-organizer-checkboxes {
  padding: 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032582}}
.waff-filter-place-component {
  right: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032589}}
.waff-filter-place-component .ui-overlaypanel-content,
.waff-filter-district-component .ui-overlaypanel-content {
  padding: 0px !important;
  margin: 0px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032594}}
.waff-filter-place-component .waff-filter-place-checkboxes,
.waff-filter-district-component .waff-filter-place-checkboxes {
  padding: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032599}}
.waff-filter-place-component .waff-filter-place-checkboxes td,
.waff-filter-district-component .waff-filter-place-checkboxes td {
  line-height: 1.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032604}}
.waff-filter-place-component .waff-filter-place-radius,
.waff-filter-district-component .waff-filter-place-radius {
  padding: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032607}}
.waff-filter-place-component .waff-filter-place-radius .ui-chkbox-box,
.waff-filter-district-component .waff-filter-place-radius .ui-chkbox-box {
  margin-right: 10px;
  margin-top: -3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032613}}
.waff-filter-place-component .waff-radius-borders,
.waff-filter-district-component .waff-radius-borders {
  width: 100%;
  min-height: 20px;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032618}}
.waff-filter-place-component .waff-radius-borders .waff-radius-max,
.waff-filter-district-component .waff-radius-borders .waff-radius-max {
  position: absolute;
  right: 10px;
  margin-top: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032623}}
.waff-filter-place-component .waff-radius-borders .waff-radius-min,
.waff-filter-district-component .waff-radius-borders .waff-radius-min {
  position: absolute;
  left: 10px;
  margin-top: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032630}}
.waff-filter-place-component .ui-g,
.waff-filter-district-component .ui-g {
  max-height: 450px;
  overflow: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032636}}
.waff-filter-place-panel {
  border-bottom: 1px solid #cecece;
  width: 100%;
  margin: 10px 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032641}}
.waff-filter-place-panel .waff-filter-place-or {
  padding: 0px 10px 5px 10px;
  text-transform: uppercase;
  font-size: 0.8em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032648}}
.tieredTopicMenuPanel .ui-selectonemenu-panel {
  display: none !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032653}}
.waff-event-question-info-block {
  border: 1px solid #cacaca;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032664}}
.waff-event-question-info-block .waff-question-header {
  position: relative;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: .8em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032667}}
.waff-event-question-info-block .waff-question-header:before {
  content: '';
  position: relative;
  display: block;
  height: 52px;
  background-image: url('../img/ui-icons/frage.png.xhtml?ln=waff');
  background-size: 41px 38px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032687}}
.waff-event-question-info-block .waff-question-button {
  margin-top: .8em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032692}}
.waff-event-question-info-block .waff-question-button .waff-question-button-inner.ui-state-hover, .waff-event-question-info-block .waff-question-button .waff-question-button-inner.ui-state-disabled:hover {
  border: 1px solid #ed1c24 !important;
  background: #ed1c24 !important;
  color: #ffffff !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032699}}
.waff-event-question-info-block .waff-question-button .waff-question-button-inner.ui-state-active {
  border: 1px solid #e30000 !important;
  background: #ac090e !important;
  color: #ffffff !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032712}}
.waff-info-check {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 1em;
  height: 1em;
  line-height: 1em;
  cursor: help;
  background: transparent;
  font-size: 1em !important;
  padding: 3px;
  border-radius: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032727}}
.waff-info-check::before {
  content: '\f05d';
  display: inline;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032741}}
.waff-info-i {
  position: relative;
  left: 10px;
  width: 1em;
  height: 1em;
  padding: 3px;
  background: transparent;
  border-radius: 15px;
  text-align: center;
  display: inline-block;
  cursor: help;
  line-height: 1em;
  font-size: 0.9em !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032756}}
.waff-info-i::before {
  content: 'i';
  display: inline;
  font-weight: bold;
  font-style: italic;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032765}}
.waff-cert-popup-header {
  display: block;
  font-size: .9em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032779}}
.ui-tooltip.ui-tooltip-left .ui-tooltip-arrow {
  border-left-color: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032785}}
.ui-tooltip.ui-tooltip-right .ui-tooltip-arrow {
  border-right-color: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032791}}
.ui-tooltip.ui-tooltip-topt .ui-tooltip-arrow {
  border-top-color: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032797}}
.ui-tooltip.ui-tooltip-bottom .ui-tooltip-arrow {
  border-bottom-color: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032802}}
.ui-tooltip .ui-tooltip-text.ui-tooltip-text {
  margin-top: 5px;
  background-color: #ffffff;
  color: black;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032809}}
.ui-tooltip.certTip .ui-tooltip-text.ui-tooltip-text {
  padding: 1.2em 1.2em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032814}}
.ui-tooltip .waff-certificate-logo {
  max-width: 100px;
  max-height: 80px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_recommendation-popover\.scss}line{font-family:\000032}}
.waff-recommendation-popover {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 2000;
  background-color: #efefef;
  font-size: 15px;
  min-width: 330px;
  border-color: #bababa;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px 0 2px 2px;
  /* Spezialbehandlung fuer unterschiedliche Bereiche in der app */
  /* used in popups with floating controls */
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_recommendation-popover\.scss}line{font-family:\0000320}}
.waff-recommendation-popover .waff-recommendation-popover-root {
  max-width: 400px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_recommendation-popover\.scss}line{font-family:\0000324}}
.waff-recommendation-popover .introTextBlock {
  display: block;
  white-space: pre-line;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_recommendation-popover\.scss}line{font-family:\0000329}}
.waff-recommendation-popover .ui-inputfield,
.waff-recommendation-popover .ui-button,
.waff-recommendation-popover .ui-message {
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_recommendation-popover\.scss}line{font-family:\0000338}}
.waff-recommendation-popover .mail-label {
  padding-left: 2px;
  padding-bottom: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_recommendation-popover\.scss}line{font-family:\0000343}}
.waff-recommendation-popover .recoommendation-mail-label {
  font-weight: bold;
  font-size: 12px;
  color: #686868;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_recommendation-popover\.scss}line{font-family:\0000349}}
.waff-recommendation-popover::before {
  content: '';
  display: none;
  height: 36px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_recommendation-popover\.scss}line{font-family:\0000355}}
.waff-recommendation-popover::after {
  content: '';
  display: block;
  position: absolute;
  right: -3px;
  top: -1px;
  width: 3px;
  height: 36px;
  box-sizing: border-box;
  background-color: #efefef;
  border-color: #bababa;
  border-style: solid;
  border-width: 1px 0 1px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_recommendation-popover\.scss}line{font-family:\0000375}}
.waff-recommendation-popover .ui-button {
  border-color: #bababa;
  background: #bababa;
  color: #000000;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_recommendation-popover\.scss}line{font-family:\0000383}}
.waff-recommendation-popover.filterRecommendDiv {
  top: -10px;
}
@media (max-width: 599px) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_recommendation-popover\.scss}line{font-family:\0000383}}
  .waff-recommendation-popover.filterRecommendDiv {
    max-width: calc( 100vw - 95px );
    min-width: calc( 84vw );
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_recommendation-popover\.scss}line{font-family:\0000393}}
.waff-recommendation-popover.searchResultRecommendDiv {
  top: 0px;
  right: 9px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_recommendation-popover\.scss}line{font-family:\0000398}}
.waff-recommendation-popover.searchResultRecommendDiv::before {
  background-color: #5db702;
  height: 47px;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_recommendation-popover\.scss}line{font-family:\00003104}}
.waff-recommendation-popover.searchResultRecommendDiv::after {
  background-color: #5db702;
  right: -11px;
  width: 11px;
  height: 48px;
}
@media (max-width: 599px) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_recommendation-popover\.scss}line{font-family:\0000393}}
  .waff-recommendation-popover.searchResultRecommendDiv {
    min-width: calc( 100vw - 51px );
    right: auto;
    left: 48px;
    top: 0;
    border-top: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_recommendation-popover\.scss}line{font-family:\00003121}}
  .waff-recommendation-popover.searchResultRecommendDiv::before {
    height: 48px;
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_recommendation-popover\.scss}line{font-family:\00003126}}
  .waff-recommendation-popover.searchResultRecommendDiv::after {
    left: -11px;
    right: auto;
    top: 0;
    border: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_recommendation-popover\.scss}line{font-family:\00003133}}
  .waff-recommendation-popover.searchResultRecommendDiv .waff-recommendation-popover-root {
    max-width: unset;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_frontend\/_recommendation-popover\.scss}line{font-family:\00003142}}
.waff-recommendation-popover.searchResultRecommendDiv .ui-button {
  border-color: #5db702;
  background: #5db702;
  color: #ffffff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032824}}
.ui-button.btn-primary {
  border: 1px solid #e30000;
  background: #ed1c24;
  color: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032830}}
.ui-button.btn-primary.ui-state-hover, .ui-button.btn-primary.ui-state-disabled:hover {
  border: 1px solid #e30000;
  background: #ac090e;
  color: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032837}}
.ui-button.btn-primary.ui-state-default {
  color: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032840}}
.ui-button.btn-primary.ui-state-active {
  border: 1px solid #e30000;
  background: #ac090e;
  color: #ffffff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032849}}
fieldset.waff-filter-place-modeChangeTarget.ui-widget.ui-widget-content {
  padding: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  margin-top: .5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032856}}
fieldset.waff-filter-place-modeChangeTarget.ui-widget.ui-widget-content legend.ui-fieldset-legend {
  display: block;
  width: 80%;
  box-sizing: border-box;
  margin-left: 10%;
  padding: 0.3em 1em;
  white-space: nowrap;
  background: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032867}}
fieldset.waff-filter-place-modeChangeTarget.ui-widget.ui-widget-content + fieldset.waff-filter-place-modeChangeTarget.ui-widget.ui-widget-content {
  margin-top: 1em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032881}}
.ui-selectonebutton.fakeRadioButton .ui-button {
  box-sizing: border-box;
  border: none !important;
  border-radius: 0;
  background: transparent !important;
  color: #666666;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032888}}
.ui-selectonebutton.fakeRadioButton .ui-button.ui-state-hover, .ui-selectonebutton.fakeRadioButton .ui-button.ui-state-disabled:hover {
  border: none !important;
  background: transparent !important;
  color: #666666;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032895}}
.ui-selectonebutton.fakeRadioButton .ui-button.ui-state-default {
  color: #666666;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032898}}
.ui-selectonebutton.fakeRadioButton .ui-button.ui-state-active {
  border: none;
  background: transparent !important;
  color: #666666;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032904}}
.ui-selectonebutton.fakeRadioButton .ui-button .ui-button-text {
  display: inline;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032910}}
.ui-selectonebutton.fakeRadioButton .ui-button::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 1px solid #ed1c24;
  border-radius: 16px;
  margin-bottom: -3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032925}}
.ui-selectonebutton.fakeRadioButton.active-true .ui-button::before {
  background-image: url('../img/ui-icons/ui-icons_ed1c24_256x240.png.xhtml?ln=waff');
  background-repeat: no-repeat;
  background-position: -79px -144px;
}

/*

*:focus,
.ui-selectonemenu-trigger:focus,
.ui-inputfield:focus,
.ui-selectonemenu:focus{
	outline-offset: -5px;
	outline-width: 5px;
	outline-color: red;
	outline-style: solid;
}

*/
/* hidden UI elements for the soft launch */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032952}}
.option-wrapper {
  position: relative;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032956}}
.option-wrapper-label {
  position: absolute;
  top: 50%;
  right: -0.6em;
  writing-mode: vertical-lr;
  text-orientation: upright;
  background-color: white;
  text-align: center;
  transform: translateY(-50%);
  padding: 0.7em 0;
  letter-spacing: 0.2em;
  font-size: 14px;
  color: lightgray;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend\.scss}line{font-family:\000032972}}
.option-wrapper-border {
  border-right: 1px solid lightgray;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_cookie-consent\.scss}line{font-family:\000032}}
.cookie-consent {
  background-color: #efefef;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_cookie-consent\.scss}line{font-family:\000036}}
.cookie-consent-button-accept {
  background-color: #ed1c24;
  color: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_cookie-consent\.scss}line{font-family:\0000310}}
.cookie-consent-button-accept .ui-button-text {
  white-space: nowrap;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_campaign-icons\.scss}line{font-family:\000032}}
.waff-column-course-campaign.waff-column-course-campaign {
  overflow: visible;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_campaign-icons\.scss}line{font-family:\000036}}
.waff-campaign-logo-wrapper {
  overflow: hidden;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_campaign-icons\.scss}line{font-family:\0000310}}
.waff-column-campaigns {
  position: relative;
  text-align: right;
  white-space: nowrap;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_campaign-icons\.scss}line{font-family:\0000317}}
.waff-column-campaigns a {
  white-space: nowrap;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_campaign-icons\.scss}line{font-family:\0000322}}
.more-campaigns-badge {
  z-index: 51;
  position: absolute;
  top: -16px;
  right: -16px;
  display: inline-block;
  background-color: #666666;
  color: #ffffff;
  border-radius: 18px;
  padding: 0.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_campaign-icons\.scss}line{font-family:\0000339}}
.more-campaigns-badge:link, .more-campaigns-badge:visited, .more-campaigns-badge:active {
  color: #ffffff;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_campaign-icons\.scss}line{font-family:\0000346}}
.more-campaigns-badge:hover {
  color: #ed1c24;
  background-color: #ffffff;
  text-decoration: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/components_misc\/_campaign-icons\.scss}line{font-family:\0000356}}
.waff-datagrid-item .waff-column-campaigns {
  position: absolute;
  margin-top: 0px;
  bottom: calc( 60px - 16px );
  padding-bottom: 0;
  right: 18px;
}

/*
 * FRONTEND STYLES FOR PHONE SCREENS
 */
@media (max-width: 599px) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\000037}}
  body.productstage-dev:after {
    position: absolute;
    top: 0;
    left: 0;
    content: 'mobile';
    background-color: rgba(0, 255, 0, 0.8);
    color: black;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\0000316}}
  .waff-search-result-hint-panel {
    text-align: center;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\0000320}}
  .searchResultHint {
    text-align: center;
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\0000324}}
  .searchResultHint > div {
    text-align: center;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\0000332}}
  #header {
    padding-left: 10px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\0000336}}
  .waff-veranstalter-login {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\0000343}}
  .handyReducedPaddings, .waff-search-header-panel .waff-search-header-titles, .waff-search-filter-panel .waff-search-info-panel, .waff-search-filter-panel--client .waff-search-info-panel, .waff-search-filter-panel .waff-search-inputs .waff-search-input-result, .waff-search-filter-panel--client .waff-search-inputs .waff-search-input-result {
    padding-left: 10px;
    padding-right: 10px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\0000348}}
  .waff-mobile-campaings {
    font-size: 14px !important;
    text-align: right;
    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: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -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\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\0000372}}
  .waff-mobile-campaings .ui-selectmanybutton .ui-button {
    background: #ffffff;
    border-color: #ffffff;
    color: #ed1c24;
    margin-left: 5px;
    font-style: normal;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\0000379}}
  .waff-mobile-campaings .ui-selectmanybutton .ui-state-active {
    background: #ffffff;
    border-color: #ed1c24;
    color: #ed1c24;
    font-weight: 1000;
    font-style: normal;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\0000389}}
  .waff-mobile-filtertoggle-sort {
    font-size: 14px !important;
    text-align: right;
    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: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -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\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003113}}
  .waff-mobile-filtertoggle-sort > button.ui-button.waff-filtertoggle-button-mobile {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border: 1px solid #484848 !important;
    background: #484848 !important;
    color: #ffffff !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003133}}
  .waff-mobile-filtertoggle-sort > button.ui-button.waff-filtertoggle-button-mobile .ui-button-text {
    white-space: nowrap;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003138}}
  .waff-mobile-filtertoggle-sort .waff-tablesort-dropdown-mobile {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    line-height: 30px;
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003153}}
  .waff-mobile-filtertoggle-sort .waff-tablesort-dropdown-mobile .ui-selectonemenu {
    display: block;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003171}}
  .waff-search-header-panel .waff-search-header-titles .waff-search-header-title.waff-search-header-title {
    font-size: 1.5em !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003174}}
  .waff-search-header-panel .waff-search-header-titles .waff-search-header-subtitle.waff-search-header-subtitle {
    font-size: 1.2em !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003185}}
  .waff-search-filter-panel .waff-search-type-container-wrapper, .waff-search-filter-panel--client .waff-search-type-container-wrapper {
    position: relative;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003189}}
  .waff-search-filter-panel .waff-search-float-buttons, .waff-search-filter-panel--client .waff-search-float-buttons {
    position: absolute;
    right: 10px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003195}}
  .waff-search-filter-panel #floatbutton-list, .waff-search-filter-panel--client #floatbutton-list {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003199}}
  .waff-search-filter-panel .waff-search-type-container, .waff-search-filter-panel--client .waff-search-type-container {
    position: relative;
    top: auto;
    display: flex;
    padding-left: 0;
    margin-top: 0;
    margin: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003207}}
  .waff-search-filter-panel .waff-search-type-container button, .waff-search-filter-panel--client .waff-search-type-container button {
    padding: 7px 12px;
    border-radius: 0;
    background-color: transparent !important;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003217}}
  .waff-search-filter-panel .waff-search-type-container button .ui-button-text, .waff-search-filter-panel--client .waff-search-type-container button .ui-button-text {
    display: inline-block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003221}}
  .waff-search-filter-panel .waff-search-type-container button:before, .waff-search-filter-panel--client .waff-search-type-container button:before {
    content: '';
    position: relative;
    top: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #454545;
    background: #fff;
    font-weight: normal;
    color: #555;
    background-image: url('../img/ui-icons/ui-icons_ed1c24_256x241.png.xhtml?ln=waff');
    background-position: 16px 16px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003248}}
  .waff-search-filter-panel .waff-search-type-container button.waff-search-type-active:before, .waff-search-filter-panel--client .waff-search-type-container button.waff-search-type-active:before {
    background-position: -80px -144px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003254}}
  .waff-search-filter-panel .waff-search-type-container button.waff-search-type-inactive:after, .waff-search-filter-panel--client .waff-search-type-container button.waff-search-type-inactive:after {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003264}}
  .waff-search-filter-panel .waff-search-info-panel, .waff-search-filter-panel--client .waff-search-info-panel {
    display: none;
    padding: 20px 10px 20px 10px !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003271}}
  .waff-search-filter-panel .waff-search-info-panel .waff-search-info-text, .waff-search-filter-panel--client .waff-search-info-panel .waff-search-info-text {
    width: auto;
    padding: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003279}}
  .waff-search-filter-panel .waff-search-inputs, .waff-search-filter-panel--client .waff-search-inputs {
    padding: 0 10px 0 10px !important;
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003283}}
  .waff-search-filter-panel .waff-search-inputs .waff-search-input-container, .waff-search-filter-panel--client .waff-search-inputs .waff-search-input-container {
    width: auto;
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003293}}
  .waff-search-filter-panel .waff-search-inputs .waff-search-input-result, .waff-search-filter-panel--client .waff-search-inputs .waff-search-input-result {
    width: auto;
    padding-top: .5em;
    padding-bottom: .5em;
    font-style: italic;
    font-size: 0.65em;
    color: #676767;
    text-align: center;
    display: block;
    				/*
    				position: fixed;
    				top: 0;
    				left: 0;
    				right: 0;
    				z-index: 50000;
    				background-color: rgba(255, 255, 255, .5) !important;
    
    				transition: opacity 2s linear;
    
    				&.waff-search-result-count-0{
    					visibility: hidden;
    					opacity: 0;
    				}
    
    				&:not(.waff-search-result-count-0){
    					visibility: visible;
    					opacity: 1;
    				}
    				*/
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003330}}
  .waff-search-filter-panel .waff-search-inputs .waff-search-reset, .waff-search-filter-panel--client .waff-search-inputs .waff-search-reset {
    display: none;
    width: auto;
    text-align: center;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003336}}
  .waff-search-filter-panel .waff-search-inputs .waff-search-reset .waff-search-reset-icon, .waff-search-filter-panel--client .waff-search-inputs .waff-search-reset .waff-search-reset-icon {
    margin-left: auto;
    margin-right: auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003346}}
  .waff-search-filter-panel .waff-search-input-panel, .waff-search-filter-panel--client .waff-search-input-panel {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003349}}
  .waff-search-filter-panel .waff-search-input-panel.waff-search-input-topic, .waff-search-filter-panel--client .waff-search-input-panel.waff-search-input-topic {
    width: auto;
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003353}}
  .waff-search-filter-panel .waff-search-input-panel.waff-search-input-text, .waff-search-filter-panel--client .waff-search-input-panel.waff-search-input-text {
    width: auto;
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003357}}
  .waff-search-filter-panel .waff-search-input-panel.waff-search-input-button, .waff-search-filter-panel--client .waff-search-input-panel.waff-search-input-button {
    width: auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003363}}
  .waff-search-filter-panel .searchSubmitButton, .waff-search-filter-panel--client .searchSubmitButton {
    height: auto !important;
    margin-left: 5px;
    border-radius: 5px !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003369}}
  .waff-search-filter-panel .waff-filter-intro, .waff-search-filter-panel--client .waff-filter-intro {
    display: none !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003373}}
  .waff-search-filter-panel .waff-filter-panel, .waff-search-filter-panel--client .waff-filter-panel {
    display: none;
    padding: 0 10px !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003377}}
  .waff-search-filter-panel .waff-filter-panel .ui-selectcheckboxmenu-panel, .waff-search-filter-panel--client .waff-filter-panel .ui-selectcheckboxmenu-panel,
  .waff-search-filter-panel .waff-filter-panel .ui-overlaypanel,
  .waff-search-filter-panel--client .waff-filter-panel .ui-overlaypanel {
    box-shadow: none !important;
    border-radius: 0px !important;
    visibility: visible !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003386}}
  .waff-search-filter-panel .waff-filter-panel .waff-filter-more .ui-button-text, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-more .ui-button-text {
    transform: rotate(0deg);
    padding-bottom: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003391}}
  .waff-search-filter-panel .waff-filter-panel .waff-filter-more .waff-filter-calendar-button-panel, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-more .waff-filter-calendar-button-panel {
    min-width: unset;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003397}}
  .waff-search-filter-panel .waff-filter-panel .waff-filter-organizer .ui-selectcheckboxmenu-trigger, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-organizer .ui-selectcheckboxmenu-trigger {
    pointer-events: none;
    height: unset;
    position: relative;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003405}}
  .waff-search-filter-panel .waff-filter-panel .waff-filter-organizer .ui-selectcheckboxmenu-trigger > .ui-icon, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-organizer .ui-selectcheckboxmenu-trigger > .ui-icon {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003410}}
  .waff-search-filter-panel .waff-filter-panel .waff-filter-organizer .ui-selectcheckboxmenu-multiple-container, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-organizer .ui-selectcheckboxmenu-multiple-container {
    min-height: 50px;
    pointer-events: none;
    padding: 0 !important;
    max-width: unset;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003419}}
  .waff-search-filter-panel .waff-filter-panel .waff-filter-organizer .ui-selectcheckboxmenu-multiple-container:before, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-organizer .ui-selectcheckboxmenu-multiple-container:before {
    content: 'Veranstalter';
    text-align: left;
    color: #ffffff !important;
    font-size: 0.7em;
    position: absolute;
    top: 15px;
    left: 15px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003429}}
  .waff-search-filter-panel .waff-filter-panel .waff-filter-organizer .ui-selectcheckboxmenu-multiple-container li, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-organizer .ui-selectcheckboxmenu-multiple-container li {
    display: none !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003434}}
  .waff-search-filter-panel .waff-filter-panel .waff-filter-organizer .ui-selectcheckboxmenu-panel, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-organizer .ui-selectcheckboxmenu-panel {
    z-index: 1 !important;
    left: auto !important;
    top: auto !important;
    display: block !important;
    width: auto !important;
    border: none !important;
    position: relative;
    font-size: 0.7em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003447}}
  .waff-search-filter-panel .waff-filter-panel .waff-filter-organizer .ui-selectcheckboxmenu-panel .waff-filter-fake-selectone ul, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-organizer .ui-selectcheckboxmenu-panel .waff-filter-fake-selectone ul {
    width: auto;
    max-width: none;
    overflow-x: hidden;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003457}}
  .waff-search-filter-panel .waff-filter-panel .waff-filter-organizer .ui-selectcheckboxmenu-header, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-organizer .ui-selectcheckboxmenu-header {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003461}}
  .waff-search-filter-panel .waff-filter-panel .waff-filter-organizer .ui-selectcheckboxmenu-items-wrapper, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-organizer .ui-selectcheckboxmenu-items-wrapper {
    height: auto !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003467}}
  .waff-search-filter-panel .waff-filter-panel .waff-filter-container, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-container {
    width: unset;
    display: block;
    border-right: none;
    margin-top: 1em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003474}}
  .waff-search-filter-panel .waff-filter-panel .waff-filter-container button.ui-button, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-container button.ui-button {
    pointer-events: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003478}}
  .waff-search-filter-panel .waff-filter-panel .waff-filter-container button.ui-button > .ui-button-icon-right, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-container button.ui-button > .ui-button-icon-right {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003484}}
  .waff-search-filter-panel .waff-filter-panel .waff-filter-reset, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-reset {
    margin-top: 1.2em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003491}}
  .waff-search-filter-panel .scss-filter-container-reset, .waff-search-filter-panel--client .scss-filter-container-reset, .waff-search-filter-panel .waff-filter-place-component, .waff-search-filter-panel--client .waff-filter-place-component, .waff-search-filter-panel .waff-filter-calendar-component, .waff-search-filter-panel--client .waff-filter-calendar-component, .waff-search-filter-panel .waff-filter-more-component, .waff-search-filter-panel--client .waff-filter-more-component {
    z-index: 1 !important;
    top: auto !important;
    left: auto !important;
    visibility: visible !important;
    border: none !important;
    position: relative;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003500}}
  .waff-search-filter-panel .scss-filter-container-reset.ui-overlay-hidden *, .waff-search-filter-panel--client .scss-filter-container-reset.ui-overlay-hidden *, .waff-search-filter-panel .ui-overlay-hidden.waff-filter-place-component *, .waff-search-filter-panel--client .ui-overlay-hidden.waff-filter-place-component *, .waff-search-filter-panel .ui-overlay-hidden.waff-filter-calendar-component *, .waff-search-filter-panel--client .ui-overlay-hidden.waff-filter-calendar-component *, .waff-search-filter-panel .ui-overlay-hidden.waff-filter-more-component *, .waff-search-filter-panel--client .ui-overlay-hidden.waff-filter-more-component * {
    visibility: visible !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003504}}
  .waff-search-filter-panel .scss-filter-container-reset .ui-overlaypanel-content, .waff-search-filter-panel--client .scss-filter-container-reset .ui-overlaypanel-content, .waff-search-filter-panel .waff-filter-place-component .ui-overlaypanel-content, .waff-search-filter-panel--client .waff-filter-place-component .ui-overlaypanel-content, .waff-search-filter-panel .waff-filter-calendar-component .ui-overlaypanel-content, .waff-search-filter-panel--client .waff-filter-calendar-component .ui-overlaypanel-content, .waff-search-filter-panel .waff-filter-more-component .ui-overlaypanel-content, .waff-search-filter-panel--client .waff-filter-more-component .ui-overlaypanel-content {
    display: block;
    overflow: hidden;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003509}}
  .waff-search-filter-panel .scss-filter-container-reset .ui-shadow, .waff-search-filter-panel--client .scss-filter-container-reset .ui-shadow, .waff-search-filter-panel .waff-filter-place-component .ui-shadow, .waff-search-filter-panel--client .waff-filter-place-component .ui-shadow, .waff-search-filter-panel .waff-filter-calendar-component .ui-shadow, .waff-search-filter-panel--client .waff-filter-calendar-component .ui-shadow, .waff-search-filter-panel .waff-filter-more-component .ui-shadow, .waff-search-filter-panel--client .waff-filter-more-component .ui-shadow {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003516}}
  .waff-search-filter-panel .scss-mobile-filter-header, .waff-search-filter-panel--client .scss-mobile-filter-header, .waff-search-filter-panel .waff-filter-panel .waff-filter-organizer .ui-selectcheckboxmenu-multiple-container, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-organizer .ui-selectcheckboxmenu-multiple-container, .waff-search-filter-panel .waff-filter-panel .waff-filter-container button.ui-button, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-container button.ui-button {
    min-height: 50px;
    pointer-events: none;
    border-radius: 0;
    background-color: #888888 !important;
    color: #ffffff !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003524}}
  .waff-search-filter-panel .scss-mobile-filter-header .ui-button-text, .waff-search-filter-panel--client .scss-mobile-filter-header .ui-button-text, .waff-search-filter-panel .waff-filter-panel .waff-filter-organizer .ui-selectcheckboxmenu-multiple-container .ui-button-text, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-organizer .ui-selectcheckboxmenu-multiple-container .ui-button-text, .waff-search-filter-panel .waff-filter-panel .waff-filter-container button.ui-button .ui-button-text, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-container button.ui-button .ui-button-text {
    color: #ffffff !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003537}}
  .waff-search-filter-panel .waff-filter-district-component, .waff-search-filter-panel--client .waff-filter-district-component {
    width: 100%;
    border: none !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003542}}
  .waff-search-filter-panel .waff-filter-district-component .ui-overlaypanel-content, .waff-search-filter-panel--client .waff-filter-district-component .ui-overlaypanel-content {
    display: block;
    overflow: hidden;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003547}}
  .waff-search-filter-panel .waff-filter-district-component .ui-shadow, .waff-search-filter-panel--client .waff-filter-district-component .ui-shadow {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003553}}
  .waff-search-filter-panel .waff-filter-district-component .waff-filter-place-radius, .waff-search-filter-panel--client .waff-filter-district-component .waff-filter-place-radius {
    margin: .5em 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003556}}
  .waff-search-filter-panel .waff-filter-district-component .waff-filter-place-radius > .ui-chkbox, .waff-search-filter-panel--client .waff-filter-district-component .waff-filter-place-radius > .ui-chkbox {
    margin-right: .5em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003573}}
  .waff-search-filter-panel .waff-filter-calendar-component.ui-shadow, .waff-search-filter-panel--client .waff-filter-calendar-component.ui-shadow {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003580}}
  .waff-search-filter-panel .waff-filter-calendar-component .waff-calendar-filter, .waff-search-filter-panel--client .waff-filter-calendar-component .waff-calendar-filter {
    visibility: visible !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003583}}
  .waff-search-filter-panel .waff-filter-calendar-component .waff-calendar-filter-border, .waff-search-filter-panel--client .waff-filter-calendar-component .waff-calendar-filter-border {
    border-left: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003587}}
  .waff-search-filter-panel .waff-filter-calendar-component .waff-display-inline, .waff-search-filter-panel--client .waff-filter-calendar-component .waff-display-inline {
    display: block !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003591}}
  .waff-search-filter-panel .waff-filter-calendar-component .ui-datepicker, .waff-search-filter-panel--client .waff-filter-calendar-component .ui-datepicker {
    width: unset;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003597}}
  .waff-search-filter-panel .waff-filter-calendar-button-panel, .waff-search-filter-panel--client .waff-filter-calendar-button-panel {
    min-height: unset;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003608}}
  .waff-search-filter-panel .waff-filter-more-component .waff-filter-calendar-button-panel, .waff-search-filter-panel--client .waff-filter-more-component .waff-filter-calendar-button-panel {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003622}}
  .waff-search-topics-panel {
    margin-left: 0;
    margin-right: 0;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003627}}
  .waff-search-topics-header-panel {
    padding-left: 1em;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003634}}
  .waff-index-info-panel {
    margin-left: 0;
    margin-right: 0;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003643}}
  .waff-autocomplete-panel {
    box-sizing: border-box;
    width: 100%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003648}}
  .waff-viewmode-panel {
    display: none;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003652}}
  .waff-search-datagrid {
    margin-top: 0px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003658}}
  .waff-search-breadcrumb-panel {
    display: none;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003667}}
  .waff-content-panel {
    width: auto !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003673}}
  .waff-filter-panel {
    display: none;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003679}}
  .waff-search-datagrid .ui-datagrid-column {
    margin-left: 0;
    margin-right: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003681}}
  .waff-search-datagrid .ui-datagrid-column:empty {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003690}}
  .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-search-inner-container {
    overflow: hidden;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003694}}
  .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-search-inner-container .waff-organizer-logo {
    max-width: 100%;
    max-height: 110px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003698}}
  .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-search-inner-container .waff-column-course-title {
    width: 100%;
    box-sizing: border-box;
    display: block;
    left: 0;
    padding: 5px 20px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003705}}
  .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-search-inner-container .waff-schedule-container {
    left: 0;
    padding: 5px 20px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003709}}
  .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-search-inner-container .waff-schedule-container.waff-schedule-container-disabled {
    display: none !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003719}}
  .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-search-inner-container .waff-column-buttons .waff-button-compare {
    display: none;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003733}}
  .waff-dialog .ui-dialog-titlebar {
    border-top-width: 1px !important;
    border-bottom: 1px solid #ebebeb !important;
    min-height: 48px;
    padding: 0 !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003740}}
  .waff-dialog .ui-dialog-titlebar-close {
    margin-top: 0px !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003744}}
  .waff-dialog .ui-dialog-titlebar-close .ui-icon {
    width: 48px;
    height: 48px;
    text-align: center;
    background-image: none !important;
    background-color: #ebebeb;
    text-indent: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003752}}
  .waff-dialog .ui-dialog-titlebar-close .ui-icon:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 44px;
    line-height: 44px;
    color: #ffffff;
    content: "\f00d";
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003772}}
  .waff-dialog .waff-dialog-button-next {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003775}}
  .waff-dialog .waff-dialog-button-previous {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003779}}
  .waff-dialog .waff-dialog-control-button {
    display: inline-block;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003796}}
  .waff-dialog .waff-dialog-button-compare {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003800}}
  .waff-dialog .waff-dialog-control-button + .waff-dialog-control-button {
    margin-top: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003804}}
  .waff-dialog .waff-dialog-buttons-share {
    position: absolute;
    top: -49px;
    right: auto;
    left: 0px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003811}}
  .waff-dialog .waff-dialog-buttons-favorite {
    right: auto;
    top: -49px;
    left: 48px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003820}}
  .waff-dialog .waff-dialog-info-panel .waff-has-multiple-lectures- {
    padding-bottom: 53px;
  }

  	/*
  	.waff-search-teaser{
  	
  
  		&.teaser-type-GRID{
  			
  			.waff-teaser-title {
  				padding: 20px;
  				box-sizing: border-box;
  			}
  
  			.waff-teaser-subtitle{
  				padding: 20px;
  				box-sizing: border-box;
  			}
  
  			img{
  				position: absolute;
  				top: 0;
  				left: 0;
  				width: 100%;
  				max-height: 100%;
  			}
  
  		}
  
  		&.teaser-type-LIST{
  			
  		}
  
  		a{
  			display: block;
  			height: 100%;
  			cursor: pointer;
  			
  		}
  	}
  	 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003874}}
  .waff-topic-menu .waff-subtopic-menu.lv2, .waff-topic-menu .waff-subtopic-menu.lv3 {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f7f7f7;
    min-height: 100%;
    -moz-box-shadow: -5px 0 0px rgba(247, 247, 247, 0.8);
    -webkit-box-shadow: -5px 0 0px rgba(247, 247, 247, 0.8);
    box-shadow: -5px 0 0px rgba(247, 247, 247, 0.8);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003886}}
  .waff-topic-menu .waff-subtopic-menu.lv1 {
    z-index: 1;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003889}}
  .waff-topic-menu .waff-subtopic-menu.lv2 {
    z-index: 2;
    width: 85vw;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003893}}
  .waff-topic-menu .waff-subtopic-menu.lv3 {
    z-index: 3;
    width: 72vw;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003901}}
  .waff-search-input-panel .ui-autocomplete-input {
    border-left: none !important;
    border-right: none !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003908}}
  .waff-search-teaser-panel {
    display: none !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_handy\.scss}line{font-family:\00003912}}
  .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: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
}
/*
 * FRONTEND STYLES FOR TABLET SCREENS
 */
@media (min-width: 600px) and (max-width: 1259px) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\000039}}
  body.productstage-dev:after {
    position: absolute;
    top: 0;
    left: 0;
    content: 'tablet';
    background-color: rgba(255, 0, 0, 0.8);
    color: white;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\0000321}}
  .globalMinWidthTablet, #content {
    min-width: 600px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\0000324}}
  .globalMaxWidthTablet, #header, .waff-veranstalter-login, .waff-search-header-panel .waff-search-header-titles, .waff-search-filter-panel .waff-search-type-container-wrapper, .waff-search-filter-panel--client .waff-search-type-container-wrapper, .waff-search-filter-panel .waff-search-info-panel, .waff-search-filter-panel--client .waff-search-info-panel, .waff-search-filter-panel .waff-search-inputs, .waff-search-filter-panel--client .waff-search-inputs, .waff-search-filter-panel .waff-filter-panel, .waff-search-filter-panel--client .waff-filter-panel, .waff-search-breadcrumb-panel .waff-breadcrumb-panel, .waff-content-panel {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\0000338}}
  .waff-veranstalter-login {
    padding-top: 16px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\0000353}}
  .waff-search-header-panel .waff-search-header-titles {
    box-sizing: border-box;
    padding-left: 31px !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\0000363}}
  .searchResultContainer[class~="ui-g-12"] {
    padding-left: 0;
    padding-right: 0;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\0000370}}
  .waff-search-filter-panel .waff-search-type-container-wrapper, .waff-search-filter-panel--client .waff-search-type-container-wrapper {
    position: relative;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\0000375}}
  .waff-search-filter-panel .waff-search-float-buttons, .waff-search-filter-panel--client .waff-search-float-buttons {
    right: 0px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\0000379}}
  .waff-search-filter-panel .waff-search-type-container, .waff-search-filter-panel--client .waff-search-type-container {
    position: absolute;
    top: -47px;
    display: block;
    padding-left: 0;
    margin-left: 0 !important;
    margin-top: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\0000388}}
  .waff-search-filter-panel .waff-search-type-container button, .waff-search-filter-panel--client .waff-search-type-container button {
    padding: 8px 12px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\0000393}}
  .waff-search-filter-panel .waff-search-info-panel, .waff-search-filter-panel--client .waff-search-info-panel {
    display: inline !important;
    padding-top: 3px !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\0000398}}
  .waff-search-filter-panel .waff-search-info-panel .waff-search-info-text, .waff-search-filter-panel--client .waff-search-info-panel .waff-search-info-text {
    padding-left: 25px;
    padding-right: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\00003104}}
  .waff-search-filter-panel .waff-search-inputs, .waff-search-filter-panel--client .waff-search-inputs {
    padding-top: 20px !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\00003116}}
  .waff-search-filter-panel .waff-search-input-panel.waff-search-input-topic, .waff-search-filter-panel--client .waff-search-input-panel.waff-search-input-topic {
    width: auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\00003123}}
  .waff-search-filter-panel .waff-search-input-panel.waff-search-input-text, .waff-search-filter-panel--client .waff-search-input-panel.waff-search-input-text {
    width: auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\00003130}}
  .waff-search-filter-panel .waff-search-input-panel.waff-search-input-button, .waff-search-filter-panel--client .waff-search-input-panel.waff-search-input-button {
    width: auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\00003143}}
  .waff-search-filter-panel .waff-filter-panel .waff-filter-intro, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-intro {
    width: auto !important;
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\00003151}}
  .waff-search-filter-panel .waff-filter-panel .waff-filter-more .ui-button:before, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-more .ui-button:before {
    content: '...';
    display: inline-block;
    transform: rotate(90deg);
    padding-bottom: 12px;
    color: #666666;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\00003159}}
  .waff-search-filter-panel .waff-filter-panel .waff-filter-more .ui-button .ui-button-text, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-more .ui-button .ui-button-text {
    display: none;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\00003214}}
  .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-search-inner-container {
    overflow: hidden;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\00003218}}
  .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-search-inner-container .waff-organizer-logo {
    max-width: 100%;
    max-height: 110px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\00003222}}
  .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-search-inner-container .waff-column-course-title {
    width: 100%;
    box-sizing: border-box;
    display: block;
    left: 0 !important;
    padding: 5px 20px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\00003229}}
  .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-search-inner-container .waff-schedule-container {
    left: 0;
    padding: 5px 20px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\00003233}}
  .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-search-inner-container .waff-schedule-container.waff-schedule-container-disabled {
    display: none !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\00003253}}
  .waff-topic-menu-wrapper {
    width: 100% !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\00003257}}
  .waff-teaser-menu-wrapper {
    width: 100% !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\00003262}}
  .waff-teaser-menu-wrapper .waff-search-teaser-panel .waff-big-teaser {
    height: 230px;
    display: inline-block;
    max-width: 280px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\00003276}}
  .waff-search-teaser-background img {
    max-width: unset;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\00003283}}
  .waff-search-topics-header-panel {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\00003288}}
  .waff-search-topics-panel {
    margin-left: 0;
    margin-right: 0;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\00003292}}
  .waff-index-info-panel {
    margin-left: 0;
    margin-right: 0;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_tablet\.scss}line{font-family:\00003305}}
  .waff-search-teaser-panel {
    display: none !important;
  }
}
/*
 * FRONTEND STYLES FOR DESKTOP SCREENS
 */
@media (min-width: 1260px) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\000037}}
  body.productstage-dev:after {
    position: absolute;
    top: 0;
    left: 0;
    content: 'desktop';
    background-color: rgba(0, 255, 255, 0.8);
    color: black;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\0000320}}
  .globalMinWidthDesktop, #content {
    min-width: 1260px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\0000324}}
  .globalMaxWidthDesktop, #header, .waff-veranstalter-login, .waff-search-header-panel .waff-search-header-titles .waff-search-header-title-panel, .waff-search-header-panel .waff-search-header-titles .waff-teaser-title, .waff-search-header-panel .waff-search-header-titles .waff-search-header-subtitle-panel, .waff-search-header-panel .waff-search-header-titles .waff-teaser-subtitle, .waff-search-filter-panel .waff-search-type-container-wrapper, .waff-search-filter-panel--client .waff-search-type-container-wrapper, .waff-search-filter-panel .waff-search-info-panel, .waff-search-filter-panel--client .waff-search-info-panel, .waff-search-filter-panel .waff-search-inputs, .waff-search-filter-panel--client .waff-search-inputs, .waff-search-filter-panel .waff-filter-panel, .waff-search-filter-panel--client .waff-filter-panel, .waff-search-breadcrumb-panel .waff-breadcrumb-panel, .waff-content-panel {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\0000330}}
  #header {
    padding-left: 16px;
    padding-right: 16px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\0000336}}
  .waff-veranstalter-login {
    padding-top: 16px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\0000349}}
  .waff-flex-container {
    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: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 10px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\0000383}}
  .waff-flex-item {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 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\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\0000397}}
  .waff-search-header-panel .waff-search-header-titles {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\00003118}}
  .searchResultContainer[class~="ui-g-12"] {
    padding-left: 0;
    padding-right: 0;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\00003126}}
  .waff-search-filter-panel .waff-search-type-container-wrapper, .waff-search-filter-panel--client .waff-search-type-container-wrapper {
    position: relative;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\00003137}}
  .waff-search-filter-panel .waff-search-type-container, .waff-search-filter-panel--client .waff-search-type-container {
    position: absolute;
    top: -47px;
    display: block;
    padding-left: 0;
    margin-top: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\00003146}}
  .waff-search-filter-panel .waff-search-info-panel, .waff-search-filter-panel--client .waff-search-info-panel {
    padding-top: 3px !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\00003151}}
  .waff-search-filter-panel .waff-search-inputs, .waff-search-filter-panel--client .waff-search-inputs {
    padding-top: 20px !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\00003163}}
  .waff-search-filter-panel .waff-search-input-panel.waff-search-input-topic, .waff-search-filter-panel--client .waff-search-input-panel.waff-search-input-topic {
    width: auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\00003170}}
  .waff-search-filter-panel .waff-search-input-panel.waff-search-input-text, .waff-search-filter-panel--client .waff-search-input-panel.waff-search-input-text {
    width: auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\00003177}}
  .waff-search-filter-panel .waff-search-input-panel.waff-search-input-button, .waff-search-filter-panel--client .waff-search-input-panel.waff-search-input-button {
    width: auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\00003193}}
  .waff-search-filter-panel .waff-filter-panel .waff-filter-more .ui-button:before, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-more .ui-button:before {
    content: '...';
    display: inline-block;
    transform: rotate(90deg);
    padding-bottom: 12px;
    color: #666666;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\00003201}}
  .waff-search-filter-panel .waff-filter-panel .waff-filter-more .ui-button .ui-button-text, .waff-search-filter-panel--client .waff-filter-panel .waff-filter-more .ui-button .ui-button-text {
    display: none;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\00003221}}
  .waff-content-panel {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: content-box;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\00003258}}
  .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-search-inner-container {
    overflow: hidden;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\00003262}}
  .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-search-inner-container .waff-organizer-logo {
    max-width: 100%;
    max-height: 110px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\00003266}}
  .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-search-inner-container .waff-column-course-title {
    width: 100%;
    box-sizing: border-box;
    display: block;
    left: 0 !important;
    padding: 5px 20px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\00003273}}
  .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-search-inner-container .waff-schedule-container {
    left: 0;
    padding: 5px 20px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\00003277}}
  .waff-search-datagrid .ui-datagrid-column .waff-datagrid-item .waff-search-inner-container .waff-schedule-container.waff-schedule-container-disabled {
    display: none !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\00003291}}
  .waff-search-teaser-panel {
    width: 100%;
    margin-top: 20px;
    position: relative;
    box-sizing: border-box;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\00003299}}
  .waff-search-teaser-panel .waff-big-teaser {
    padding-left: 0;
    padding-right: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\00003304}}
  .waff-search-teaser-panel .waff-big-teaser .waff-search-header-title {
    font-size: 1.5em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\00003309}}
  .waff-search-teaser-panel .waff-small-teaser {
    height: 240px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\00003312}}
  .waff-search-teaser-panel .waff-small-teaser .waff-search-header-title {
    font-size: 1.2em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\00003317}}
  .waff-search-teaser-panel div {
    box-sizing: border-box;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/arns\/IntelliJProjects\/waff2\/backend\/src\/main\/webapp\/resources\/waff\/css\/includes\/_frontend_desktop\.scss}line{font-family:\00003350}}
  .waff-side-scrolling-parent {
    display: none;
  }
}
