@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 32, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 52, ../scss/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 65, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 75, ../scss/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 87, ../scss/_normalize.scss */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 95, ../scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 107, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 115, ../scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 124, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 133, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 142, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 151, ../scss/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 159, ../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 167, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 182, ../scss/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 190, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 201, ../scss/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 209, ../scss/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 219, ../scss/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 227, ../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 250, ../scss/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 264, ../scss/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 275, ../scss/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 288, ../scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 300, ../scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 309, ../scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 320, ../scss/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 332, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 344, ../scss/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 355, ../scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 368, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, ../scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 388, ../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, ../scss/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 406, ../scss/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, ../scss/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 41, ../scss/_grid.scss */
body {
  width: 100%;
  *zoom: 1;
}
/* line 26, ../scss/_grid.scss */
body:before, body:after {
  content: "";
  display: table;
}
/* line 31, ../scss/_grid.scss */
body:after {
  clear: both;
}

/*#header { height:178px }
#header td.mailfield { width:192px; }
#header td.polaroid { background:transparent url('/styles/images/polaroid_home.jpg') top right no-repeat; width:209px; height:178px; }

#logo {
	width:657px; background:transparent url('/styles/images/paoso.gif') top left; text-align:right;
}
#logo table {width:100%; }*/
/* line 16, ../scss/_header.scss */
#header {
  width: 100%;
  height: 200px;
  padding: 0;
  margin-bottom: 1em;
}

/* line 25, ../scss/_header.scss */
#header_box1 {
  display: inline;
  float: left;
  width: 23.95833%;
  margin: 0 0.52083%;
  padding-top: 0.5%;
  padding-left: 0.5%;
}

/* line 30, ../scss/_header.scss */
#header_box2 {
  display: inline;
  float: left;
  width: 32.29167%;
  margin: 0 0.52083%;
}

/* line 33, ../scss/_header.scss */
#header_box3 {
  display: inline;
  float: left;
  width: 23.95833%;
  margin: 0 0.52083%;
}

/* line 36, ../scss/_header.scss */
#logo {
  height: 177px;
  margin-left: -97px;
}

/* line 40, ../scss/_header.scss */
#polaroid {
  height: 170px;
  margin-top: 0px;
  margin-left: 0px;
}

/* line 46, ../scss/_header.scss */
.header_breadcrumb_left {
  display: inline;
  float: left;
  width: 23.95833%;
  margin: 0 0.52083%;
}

/* line 50, ../scss/_header.scss */
.header_breadcrumb {
  display: inline;
  float: left;
  width: 32.29167%;
  margin: 0 0.52083%;
  padding-top: 5px;
}

@font-face {
  font-family: PTSansRegular;
  src: url("fonts/pt_sans/pts55f-webfont.eot");
  src: url("fonts/pt_sans/pts55f-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/pt_sans/pts55f-webfont.woff") format("woff"), url("fonts/pt_sans/pts55f-webfont.ttf") format("truetype"), url("fonts/pt_sans/pts55f-webfont.svg#pts55f") format("svg");
}
@font-face {
  font-family: PTSansBold;
  src: url("fonts/pt_sans/pts75f-webfont.eot");
  src: url("fonts/pt_sans/pts75f-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/pt_sans/pts75f-webfont.woff") format("woff"), url("fonts/pt_sans/pts75f-webfont.ttf") format("truetype"), url("fonts/pt_sans/pts75f-webfont.svg#pts75f") format("svg");
}
/* line 7, ../scss/_typography.scss */
body {
  color: #0074b6;
  font-family: PTSansRegular, Arial, sans-serif;
  font-size: 1em;
}

/* line 13, ../scss/_typography.scss */
footer {
  font-size: 1em;
}

/* line 17, ../scss/_typography.scss */
.header_breadcrumb {
  font-size: 12px;
  font-size: 0.8rem;
}

/* line 26, ../scss/_typography.scss */
a, a:visited {
  font-family: PTSansRegular, Arial, sans-serif;
  color: #0074b6;
  font-size: 1em;
  text-decoration: underline;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 33, ../scss/_typography.scss */
a:hover, a:visited:hover {
  color: #065b96;
}
/* line 43, ../scss/_typography.scss */
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
}

/* line 52, ../scss/_typography.scss */
a img {
  cursor: pointer;
}

/* line 60, ../scss/_typography.scss */
h1 {
  font-family: PTSansBold, Arial Bold, sans-serif;
  font-style: normal;
  font-size: 1em;
  text-decoration: none;
  font-variant: normal;
  color: #dae4f2;
  background-color: #0074b6;
  padding: 0.5em;
  margin-bottom: 1em;
  padding-left: 1.5em;
  font-weight: 400;
}

/* line 74, ../scss/_typography.scss */
h2 {
  font-family: PTSansBold, Arial Bold, sans-serif;
  font-style: normal;
  font-size: 1.17em;
  text-decoration: none;
  font-variant: normal;
  font-weight: 400;
  color: #0074b6;
}

/* line 84, ../scss/_typography.scss */
h3 {
  font-family: PTSansBold, Arial Bold, sans-serif;
  font-style: normal;
  font-size: 1.17em;
  text-decoration: none;
  font-variant: normal;
  color: #dae4f2;
}

/* line 93, ../scss/_typography.scss */
hr {
  background-color: #0074b6;
  border: 0px;
  height: 2px;
}

/*h1,h2,h3,h4,h5,h6 {

	margin: 0.7em 0px 0.3em 0px;	

	background-color:#095695;
	color:#FFFFFF;

	font-weight:bold; font-style:normal; text-decoration: none; text-transform: none;
}

h1 {
	padding: 2px 6px 2px 6px;
	margin:0px 0px 12px 0px;
	border:0px solid white;
	width:339px;

	text-indent:0px;
	line-height: 1.5em;

	font-size:12px;
	font-style:normal; text-decoration: none; text-transform: none;
}
h2 {
	padding: 0px 0px 0px 0px;
	margin:0px 0px 6px 0px;
	border:0px solid white;

	background-color:white;
	color:#095695;

	text-indent:0px;
	line-height: 1.5em;

	font-size:12px;
	font-style:normal; text-decoration: none; text-transform: none;
}
h3 {
	padding: 0px 0px 0px 0px;
	border:0px solid white;

	background-color:white;
	color:#095695;

	text-indent:0px;
	line-height: 1.5em;

	font-size:12px;
	font-style:normal; text-decoration: none; text-transform: none;
}
h4 {
	padding: 0px 0px 0px 0px;
	border:0px solid white;

	background-color:white;
	color:#095695;

	text-indent:0px;
	line-height: 1.5em;

	font-size:12px;
	font-style:normal; text-decoration: none; text-transform: none;
}
h5 {
	padding: 0px 0px 0px 0px;
	border:0px solid white;

	background-color:white;
	color:#095695;

	text-indent:0px;
	line-height: 1.5em;

	font-size:12px;
	font-style:normal; text-decoration: none; text-transform: none;
}
h6 {
	padding: 0px 0px 0px 0px;
	border:0px solid white;

	background-color:white;
	color:#095695;

	text-indent:0px;
	line-height: 1.5em;

	font-size:12px;
	font-style:normal; text-decoration: none; text-transform: none;
}

hr {
	background-color: #095695; 
	color: #095695; 
	border: 0;
	height: 1px; 
}*/
/* line 203, ../scss/_typography.scss */
.content.recoveryPass {
  background: #fff;
  padding: 10px;
}
/* line 206, ../scss/_typography.scss */
.content.recoveryPass h1 {
  margin-top: 0;
}

/* line 5, ../scss/_forms.scss */
input, select, textarea, button {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: #dee7f5;
  text-indent: 0px;
  line-height: 1.5em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  border: 0px;
}

/* line 18, ../scss/_forms.scss */
input.myInputText, textarea.myTextarea {
  width: 100%;
}

/* line 19, ../scss/_forms.scss */
input.defaultWidth {
  width: 100% !important;
}

/* line 21, ../scss/_forms.scss */
input.btn {
  background-image: url("/styles/images/sprite_button.jpg");
  background-repeat: no-repeat;
  float: right;
  clear: both;
  color: #dae4f2;
  text-align: left;
  margin-top: 10px;
  padding-left: 10px;
  width: 150px;
  height: 30px;
}

/* line 33, ../scss/_forms.scss */
input.btn:hover {
  background-position: 0 -30px;
}

/* line 22, ../scss/content.scss */
html {
  height: 100%;
}

/* line 26, ../scss/content.scss */
body {
  font-family: PTSansRegular, Arial, sans-serif;
  color: #1c1c1c;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 1em;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border: 0px solid white;
  height: 100%;
}

/* line 49, ../scss/content.scss */
form {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/* line 54, ../scss/content.scss */
div, span, td, th, li {
  border: 0px solid white;
}

/* line 58, ../scss/content.scss */
p {
  font-family: PTSansRegular, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  text-decoration: none;
  font-variant: normal;
  color: #1c1c1c;
  line-height: 1.4em;
}

/* line 73, ../scss/content.scss */
.eventTopOfPage {
  position: absolute;
  right: 10px;
  top: 10px;
}

/* line 88, ../scss/content.scss */
a.btn {
  background-image: url("/styles/images/sprite_button.jpg");
  background-repeat: no-repeat;
  float: left;
  clear: both;
  color: #dae4f2;
  text-align: left;
  margin-top: 10px;
  padding-left: 10px;
  width: 150px;
  height: 30px;
  line-height: 32px;
  text-decoration: none;
}

/* line 102, ../scss/content.scss */
a.btn:hover {
  background-position: 0 -30px;
  color: #dae4f2;
}

/* line 107, ../scss/content.scss */
#eventform {
  max-width: 606px;
}

/* line 111, ../scss/content.scss */
.eventApplyGroup {
  width: 283px;
  float: left;
  height: 50px;
}
/* line 117, ../scss/content.scss */
.eventApplyGroup.left {
  margin-right: 40px;
}

/* line 122, ../scss/content.scss */
.eventApplyLeft {
  width: 120px;
  float: left;
  height: 50px;
}

/* line 128, ../scss/content.scss */
.eventApplyRight {
  float: left;
  width: 163px;
  height: 50px;
}

/* line 134, ../scss/content.scss */
.WOPaosoEvent_FormField {
  height: 26px;
}

/* line 138, ../scss/content.scss */
.WOPaosoEvent_FormText {
  height: 80px;
  width: 486px;
  float: right;
}

/* line 148, ../scss/content.scss */
#home_teaser {
  position: absolute;
  bottom: 70px;
  background: url("/styles/images/label_startseite.png") no-repeat;
  width: 289px;
  height: 92px;
}

/* line 156, ../scss/content.scss */
#home_content {
  float: right;
  background-color: #fff;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 12px;
  padding: 20px;
  width: 450px;
}

/* line 170, ../scss/content.scss */
.theme-default .nivoSlider {
  background: #FFFFFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 10px;
  position: relative;
}

/* line 178, ../scss/content.scss */
.nivoSlider {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
/* line 185, ../scss/content.scss */
.nivoSlider .nivo-directionNav .nivo-prevNav {
  background: url("/styles/images/sprite_button_slideshow_zurueck.jpg") no-repeat scroll 0 0 transparent;
  width: 32px;
  height: 32px;
  transition: none;
}
/* line 191, ../scss/content.scss */
.nivoSlider .nivo-directionNav .nivo-prevNav:hover {
  background-position: 0 -32px;
}
/* line 196, ../scss/content.scss */
.nivoSlider .nivo-directionNav .nivo-nextNav {
  background: url("/styles/images/sprite_button_slideshow_vor.jpg") no-repeat scroll 0 0 transparent;
  width: 32px;
  height: 32px;
  transition: none;
}
/* line 202, ../scss/content.scss */
.nivoSlider .nivo-directionNav .nivo-nextNav:hover {
  background-position: 0 -32px;
}

/* line 209, ../scss/content.scss */
.nivo-controlNav {
  display: none;
}

/* line 217, ../scss/content.scss */
.formGroup {
  float: left;
  width: 100%;
  margin-top: 20px;
}
/* line 222, ../scss/content.scss */
.formGroup .formGroupLeft {
  width: 30%;
  float: left;
}
/* line 227, ../scss/content.scss */
.formGroup .formGroupRight {
  float: left;
  width: 70%;
}
/* line 232, ../scss/content.scss */
.formGroup #formGroupEmail {
  width: 100%;
}

/* line 237, ../scss/content.scss */
.imageBox {
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 10px;
}
/* line 242, ../scss/content.scss */
.imageBox p {
  margin: 0;
  padding: 0;
}
/* line 248, ../scss/content.scss */
.imageBox p:first-of-type a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 8px;
  padding-right: 0;
  padding-left: 0;
  color: #dae4f2;
  background-color: #0074b6;
}
/* line 258, ../scss/content.scss */
.imageBox p:first-of-type a:hover {
  background-color: #065b96;
}
/* line 262, ../scss/content.scss */
.imageBox p:first-of-type a span {
  margin-left: 20px;
}
/* line 265, ../scss/content.scss */
.imageBox p:first-of-type a span::after {
  content: '»';
  float: right;
  margin-right: 10px;
  font-size: 30px;
}
/* line 277, ../scss/content.scss */
.imageBox .imageBoxIE a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 8px;
  padding-right: 0;
  padding-left: 0;
  color: #dae4f2;
  background-color: #0074b6;
}
/* line 287, ../scss/content.scss */
.imageBox .imageBoxIE a:hover {
  background-color: #065b96;
}
/* line 291, ../scss/content.scss */
.imageBox .imageBoxIE a span {
  margin-left: 20px;
}
/* line 294, ../scss/content.scss */
.imageBox .imageBoxIE a span::after {
  content: '»';
  float: right;
  margin-right: 10px;
  font-size: 30px;
}
/* line 304, ../scss/content.scss */
.imageBox h1 {
  margin: 0;
}

/* body end *********************************************************************/
/* general begin */
/* general end ******************************************************************/
/* lists begin ******************************************************************/
/* line 327, ../scss/content.scss */
ul, ol {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 1.0em;
  margin-bottom: 1.0em;
  border: 0px solid white;
}

/* line 332, ../scss/content.scss */
li {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 1.0em;
  border: 0px solid white;
  text-indent: 0px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
}

/* lists end ********************************************************************/
/* table begin ******************************************************************/
/* line 344, ../scss/content.scss */
table {
  margin: 0px;
  padding: 0px;
  empty-cells: show;
}

/* line 348, ../scss/content.scss */
td {
  padding: 0px 0px 0px 0px;
  border: 0px solid white;
  text-indent: 0px;
  line-height: 1.5em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
}

/* table end ********************************************************************/
/* style_formats begin **********************************************************/
/* line 362, ../scss/content.scss */
.bluefont {
  color: #095695 !important;
}

/* line 366, ../scss/content.scss */
.yellowbg {
  color: #095695 !important;
  background-color: #fff9db !important;
}

/* line 371, ../scss/content.scss */
.yellowfont {
  color: #fef2b6 !important;
}

/* line 375, ../scss/content.scss */
.orangefont {
  color: #fecb04 !important;
}

/* style_formats end ************************************************************/
/* form begin *******************************************************************/
/* line 384, ../scss/content.scss */
optgroup {
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  text-transform: none;
}

/* line 388, ../scss/content.scss */
option {
  background-color: white;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
}

/* form end *********************************************************************/
/* newsletter settings begin ****************************************************/
/* line 395, ../scss/content.scss */
.nlheader {
  position: relative;
}

/* line 399, ../scss/content.scss */
.nlsubheader {
  position: relative;
}

/* line 403, ../scss/content.scss */
.nlheader .nldate {
  position: absolute;
  left: 10px;
  top: 60px;
  color: #ffffff;
  font-weight: bold;
}

/* typography */
/* line 413, ../scss/content.scss */
.nl th,
.nl td,
.nl div,
.nl p,
.nl span,
.nl li {
  font-size: 14px;
  color: #666666;
}

/* line 424, ../scss/content.scss */
.nlunreadable {
  position: absolute;
  top: -30px;
}

/* line 429, ../scss/content.scss */
.nlunreadable p {
  font-size: 11px;
  padding-left: 30px;
}

/* spacing */
/* line 436, ../scss/content.scss */
.nl h1,
.nl_ps p {
  padding-left: 30px;
}

/* line 441, ../scss/content.scss */
.nl h1 {
  margin-top: 15px;
}

/* dimensions */
/* line 446, ../scss/content.scss */
.nl h1 {
  width: 417px;
}

/* event */
/* line 451, ../scss/content.scss */
a.event {
  background: url("/content/C/lib/newsletter/templates/event.png") no-repeat scroll left top transparent;
  line-height: 22px;
  font-weight: bold;
  padding: 3px 0 4px 30px;
  color: #0072bc;
  cursor: pointer;
}

/* line 460, ../scss/content.scss */
a.event:hover {
  color: #666666;
  font-weight: bold;
}

/* line 465, ../scss/content.scss */
p.event,
span.event {
  background: url("/content/C/lib/newsletter/templates/event.png") no-repeat scroll left top transparent;
  line-height: 22px;
  font-weight: bold;
  padding: 3px 0 4px 30px;
}

/* line 473, ../scss/content.scss */
p.event a,
span.event a {
  color: #0072bc;
  cursor: pointer;
}

/* line 479, ../scss/content.scss */
p.event a:hover,
span.event a:hover {
  color: #666666;
  font-weight: bold;
}

/* newsletter settings end ******************************************************/
/* Breadcrumbs */
/* line 7, ../scss/_nav.scss */
td.spacerleft {
  width: 237px;
}

/* line 8, ../scss/_nav.scss */
#nav_crumbTrail {
  height: 40px;
  padding-top: 5px;
}

/* line 12, ../scss/_nav.scss */
#nav_crumbTrail a span.link, #nav_crumbTrail a {
  color: #666666;
  text-decoration: none;
  font-size: 11px;
  cursor: pointer;
}

/* line 15, ../scss/_nav.scss */
#nav_crumbTrail a:hover span.link {
  color: #095695;
  text-decoration: underline;
}

/* line 28, ../scss/_nav.scss */
.verticalMenu {
  display: inline;
  float: left;
  width: 15.625%;
  margin: 0 0.52083%;
  margin-top: 12px;
  /* general styles */
}
/* line 34, ../scss/_nav.scss */
.verticalMenu .submenu {
  display: none;
}
/* line 38, ../scss/_nav.scss */
.verticalMenu .menu-item {
  background-color: #0074b6;
  width: 220px;
  display: block;
}
/* line 44, ../scss/_nav.scss */
.verticalMenu .menu-item.current, .verticalMenu .menu-item.ancestor {
  background-color: #dae4f2;
}
/* line 46, ../scss/_nav.scss */
.verticalMenu .menu-item.current a, .verticalMenu .menu-item.ancestor a {
  color: #0074b6;
}
/* line 52, ../scss/_nav.scss */
.verticalMenu .menu-item:hover {
  background-color: #dae4f2;
}
/* line 54, ../scss/_nav.scss */
.verticalMenu .menu-item:hover a {
  color: #0074b6;
}
/* line 58, ../scss/_nav.scss */
.verticalMenu .menu-item h3 {
  margin: 0;
}
/* line 61, ../scss/_nav.scss */
.verticalMenu .menu-item h3 a {
  color: #dae4f2;
  font-family: PTSansBold, Arial Bold, sans-serif;
  font-size: 15px;
  font-size: 1.0rem;
  font-weight: 400;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  width: 240px;
  padding: 10px;
}
/* line 74, ../scss/_nav.scss */
.verticalMenu .menu-item h3 .first {
  border-top: 1px solid #fff;
}
/* line 80, ../scss/_nav.scss */
.verticalMenu .current > .submenu, .verticalMenu .ancestor > .submenu {
  display: block;
}
/* line 85, ../scss/_nav.scss */
.verticalMenu ul {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  text-shadow: none;
  list-style-type: none;
  margin-top: -3px;
}
/* line 93, ../scss/_nav.scss */
.verticalMenu ul.level-1 {
  margin-left: -8px;
}
/* line 97, ../scss/_nav.scss */
.verticalMenu li {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
/* line 103, ../scss/_nav.scss */
.verticalMenu .target-link {
  width: 100%;
}
/* line 108, ../scss/_nav.scss */
.verticalMenu .submenu > li {
  border-top: 0;
}
/* line 113, ../scss/_nav.scss */
.verticalMenu .submenu > .menu-item {
  background-color: #fffad1;
}
/* line 116, ../scss/_nav.scss */
.verticalMenu .submenu > .menu-item a {
  font-family: PTSansRegular, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.0rem;
  font-weight: 400;
}
/* line 123, ../scss/_nav.scss */
.verticalMenu .submenu > .menu-item.current {
  background-color: #dae4f2;
}
/* line 125, ../scss/_nav.scss */
.verticalMenu .submenu > .menu-item.current a {
  color: #0074b6;
}
/* line 130, ../scss/_nav.scss */
.verticalMenu .submenu > .menu-item:hover {
  background-color: #dae4f2;
}
/* line 132, ../scss/_nav.scss */
.verticalMenu .submenu > .menu-item:hover a {
  color: #0074b6;
}

/* line 36, ../scss/std.scss */
.content {
  display: inline;
  float: left;
  width: 73.95833%;
  margin: 0 0.52083%;
  float: left;
}

/* line 41, ../scss/std.scss */
.contentSpacer {
  display: inline;
  float: left;
  width: 7.29167%;
  margin: 0 0.52083%;
}

/* line 45, ../scss/std.scss */
.contentLeft {
  float: left;
  min-height: 1px;
  display: inline;
  float: left;
  width: 32.29167%;
  margin: 0 0.52083%;
  padding-right: 40px;
}
/* line 52, ../scss/std.scss */
.contentLeft p img {
  max-width: 100%;
  height: auto;
}

/* line 59, ../scss/std.scss */
.contentRight {
  float: left;
  min-height: 1px;
  display: inline;
  float: left;
  width: 32.29167%;
  margin: 0 0.52083%;
}
/* line 65, ../scss/std.scss */
.contentRight p img {
  max-width: 100%;
  height: auto;
}

/* line 72, ../scss/std.scss */
.contentSpan {
  display: inline;
  float: left;
  width: 73.95833%;
  margin: 0 0.52083%;
  margin-left: 0px;
}
/* line 77, ../scss/std.scss */
.contentSpan p img {
  width: 100%;
  height: auto;
}

/* line 84, ../scss/std.scss */
.contentSpan100 {
  width: 100%;
  float: left;
}
/* line 88, ../scss/std.scss */
.contentSpan100 .dragable {
  clear: both;
}

/* line 93, ../scss/std.scss */
.contentSplit {
  display: inline;
  float: left;
  width: 73.95833%;
  margin: 0 0.52083%;
  clear: both;
  margin-left: 0px;
}

/* line 99, ../scss/std.scss */
.contentSplitLeft {
  float: left;
  width: 45%;
}
/* line 104, ../scss/std.scss */
.contentSplitLeft p img {
  width: 100%;
  height: auto;
}

/* line 110, ../scss/std.scss */
.contentSplitRight {
  position: relative;
  float: left;
  margin-left: 10%;
  width: 45%;
}
/* line 117, ../scss/std.scss */
.contentSplitRight p img {
  width: 100%;
  height: auto;
}

/* line 124, ../scss/std.scss */
.pageControlPanel {
  display: inline;
  float: left;
  width: 65.625%;
  margin: 0 0.52083%;
}

/* line 128, ../scss/std.scss */
.div_m_LoginBox {
  background-color: #fff;
  padding: 10px;
  margin-right: 10px;
}
/* line 133, ../scss/std.scss */
.div_m_LoginBox input {
  margin: 5px;
}

/* line 141, ../scss/std.scss */
.eventTopOfPage {
  position: absolute;
  right: 10px;
  top: 10px;
}



/* Retina (HDPI)
 ----------------------------------------------------------------- */
/* line 164, ../scss/std.scss */
.container {
  min-height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

/* line 171, ../scss/std.scss */
.footer {
  width: 100%;
  background-color: #dae4f2;
  height: 58px;
  position: absolute;
  bottom: 0;
}

/* line 179, ../scss/std.scss */
.adress {
  padding: 7px;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.3em;
}

/* line 186, ../scss/std.scss */
.space {
  padding-right: 1%;
}

/* line 190, ../scss/std.scss */
.wrapper {
  padding-bottom: 58px;
}

/* line 194, ../scss/std.scss */
.buttonLink {
  width: 400px;
  float: right;
  margin-top: 20px;
}
/* line 199, ../scss/std.scss */
.buttonLink a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 8px;
  padding-right: 0;
  padding-left: 0;
  color: #dae4f2;
  background-color: #0074b6;
}
/* line 209, ../scss/std.scss */
.buttonLink a:hover {
  background-color: #065b96;
  color: #dae4f2;
}
/* line 214, ../scss/std.scss */
.buttonLink a span {
  margin-left: 20px;
}
/* line 217, ../scss/std.scss */
.buttonLink a span::after {
  content: '»';
  float: right;
  margin-right: 10px;
  font-size: 30px;
}

/* line 227, ../scss/std.scss */
#iconHome1 {
  margin-top: 7px;
}

/* line 231, ../scss/std.scss */
#iconHome2 {
  margin-top: 30px;
}

/* line 235, ../scss/std.scss */
#iconHome3 {
  margin-top: 27px;
}

/* line 243, ../scss/std.scss */
table.WOpaosoEvent_table_width tr td, table.table_DataForm tr td {
  padding: 7px;
}

/* line 247, ../scss/std.scss */
table.WOpaosoEvent_table_width, table.table_DataForm {
  width: 100%;
}

/* line 251, ../scss/std.scss */
table.table_DataForm {
  margin-bottom: 30px;
}

/* line 255, ../scss/std.scss */
tr.WOpaosoEvent_table_trHead {
  width: 100%;
  background-color: #0074b6;
  color: #dae4f2;
  font-weight: 12px;
}
/* line 261, ../scss/std.scss */
tr.WOpaosoEvent_table_trHead td {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/* Begin special settings for WOpaosoEvent */
/* line 269, ../scss/std.scss */
tr.WOpaosoEvent_table_trOdd {
  width: 100%;
  background-color: #FFFFFF;
  color: #000000;
  font-weight: 12px;
}

/* line 276, ../scss/std.scss */
tr.WOpaosoEvent_table_trEven {
  width: 100%;
  background-color: #DAE4F2;
  color: #000000;
  font-weight: 12px;
}

/* line 283, ../scss/std.scss */
td.WOpaosoEvent_table_trHead_sep {
  padding-right: 20px;
  text-align: left;
}

/* line 288, ../scss/std.scss */
div.WOPaosoEvent {
  border-top: 1px solid #095695;
}

@media only screen and (max-width: 1250px) {
  /* line 2, ../scss/_1250down.scss */
  .contentLeft {
    display: inline;
    float: left;
    width: 32.29167%;
    margin: 0 0.52083%;
  }

  /* line 6, ../scss/_1250down.scss */
  .contentRight {
    display: inline;
    float: left;
    width: 32.29167%;
    margin: 0 0.52083%;
  }

  /* line 10, ../scss/_1250down.scss */
  #header_box3 {
    display: none;
  }
}
@media only screen and (max-width: 1150px) {
  /* line 1, ../scss/_1150down.scss */
  .contentLeft {
    display: inline;
    float: left;
    width: 65.625%;
    margin: 0 0.52083%;
    padding-right: 10px;
    float: right;
  }

  /* line 7, ../scss/_1150down.scss */
  .contentRight {
    display: inline;
    float: left;
    width: 82.29167%;
    margin: 0 0.52083%;
    clear: left;
    margin-left: 10%;
  }

  /* line 13, ../scss/_1150down.scss */
  #header_box1, #header_box2 {
    display: none;
  }

  /* line 17, ../scss/_1150down.scss */
  #header {
    background-color: #0074b6;
    height: 70px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
    background-image: url("/styles/images/logo_paoso_small.png");
    background-repeat: no-repeat;
    background-position: center center;
  }

  /* line 29, ../scss/_1150down.scss */
  #home_teaser {
    display: none;
  }

  /* line 33, ../scss/_1150down.scss */
  .header_breadcrumb {
    display: none;
  }

  /* line 37, ../scss/_1150down.scss */
  .contentSpacer {
    display: inline;
    float: left;
    width: 15.625%;
    margin: 0 0.52083%;
  }

  /* line 41, ../scss/_1150down.scss */
  .content {
    display: inline;
    float: left;
    width: 65.625%;
    margin: 0 0.52083%;
  }

  /* line 45, ../scss/_1150down.scss */
  .contentSplitLeft {
    float: left;
    width: 100%;
  }

  /* line 49, ../scss/_1150down.scss */
  .contentSplitRight {
    float: left;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 930px) {
  /* line 1, ../scss/_930down.scss */
  .footer {
    height: 80px;
  }

  /* line 5, ../scss/_930down.scss */
  .adress {
    padding: 0;
    padding-left: 7px;
    padding-right: 7px;
  }

  /* line 11, ../scss/_930down.scss */
  .wrapper {
    padding-bottom: 120px;
  }

  /* line 15, ../scss/_930down.scss */
  #home_content {
    width: 330px;
  }

  /* line 19, ../scss/_930down.scss */
  .buttonLink {
    width: 295px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 1, ../scss/_600down.scss */
  .verticalMenu {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 220px;
    float: none;
  }

  /* line 9, ../scss/_600down.scss */
  .contentLeft {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 355px;
    float: none;
  }

  /* line 17, ../scss/_600down.scss */
  #home_content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-top: 20px;
  }

  /* line 25, ../scss/_600down.scss */
  .content {
    padding-top: 50px;
    display: inline;
    float: left;
    width: 82.29167%;
    margin: 0 0.52083%;
  }
}
/* IE
 ----------------------------------------------------------------- */
/* begin general settings *******************************************************/
/* COLORS */
/* line 337, ../scss/std.scss */
*.bg_styleVeryDarkGray {
  background-color: #404040;
}

/* line 339, ../scss/std.scss */
*.c_styleVeryDarkGray {
  color: #404040;
}

/* line 341, ../scss/std.scss */
*.b_styleVeryDarkGray {
  border: 1px solid #404040;
}

/* MAIN ELEMENTS */
/* line 344, ../scss/std.scss */
body {
  margin: 0px;
  padding: 0px;
}

/* line 352, ../scss/std.scss */
td.spacingcontent {
  width: 67px;
}

/* line 355, ../scss/std.scss */
#content td.content_left {
  width: 351px;
}

/* line 358, ../scss/std.scss */
#content td.content_right {
  width: 351px;
}

/* line 362, ../scss/std.scss */
#content td.content_full {
  width: 749px;
}

/* line 366, ../scss/std.scss */
#content td.content_WOPaosoEvent {
  width: 549px;
}

/* line 370, ../scss/std.scss */
td.content {
  margin: 0px;
  padding: 0px;
}

/* line 379, ../scss/std.scss */
table.newsletter {
  background: transparent url("/styles/images/newsletter_background.gif") top left no-repeat;
  width: 351px;
  height: 150px;
  color: #000000;
}

/* line 386, ../scss/std.scss */
table.newsletter input.submitButton {
  background-color: #DAE4F2;
  text-align: center;
  vertical-align: middle;
  line-height: 11px;
  margin-left: 3px;
  width: 75px;
  height: 20px;
}

/* line 396, ../scss/std.scss */
table.newsletter input.radioButton {
  background-color: #FEF2B6;
}

/* line 400, ../scss/std.scss */
td.formSubtext {
  height: 0px;
}

/* line 401, ../scss/std.scss */
td.formDescription {
  width: 100px;
}
.WOPaosoEvent_FormField {
  width: 100%;
}

/*input.WOPaosoEvent_FormField, textarea.WOPaosoEvent_FormField {
	width:230px;
	border:1px solid grey;
}

input.WOPaosoEvent_FormField_plz {
	width:50px;
	border:1px solid grey;
}

input.WOPaosoEvent_FormField_city {
	width:177px;
	border:1px solid grey;
}

textarea.WOPaosoEvent_FormField {
	height:150px;
}

input.WOPaosoEvent_FormField_radio {
	display:inline; line-height:18px; vertical-align:middle; margin-left:5px; 
}*/
/* End special settings for WOpaosoEvent */
/* end general settings *********************************************************/


.contentSplitRight {
  max-width: 700px;
}

.eventRow {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px 20px;
  margin-bottom: 10px;
  align-items: start;
}
.eventRow_100{
  display: grid;
  grid-column: 1 / -1;
  align-items: start;
   margin-bottom: 10px;
}

.eventApplyGroup.full {
  float: none;
  width: 100%;
}

.eventApplyGroup.full .eventApplyRight {
  width: calc(100% - 120px);
}


