@charset "UTF-8";
/**264px**/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table, .table-uni {
    border-collapse: collapse !important; }
    .table td, .table-uni td,
    .table th,
    .table-uni th {
      color: var(--focus-background-color) !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
 /* font-size: 10px;*/
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Roboto", sans-serif, Arial, Helvetica, sans-serif;
  font-size: 11.5pt;
  line-height: 1.42857143;
  color: #333333;
  color: var(--focus-background-color); }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: var(--focus-color);
  text-decoration: none; }
  
#main a {
  text-decoration: underline solid;
  text-underline-offset: 0.15em;

}
  a:hover, a:focus {
    color: #00355a;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  color: var(--focus-background-color);
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 16pt;
  margin-bottom: 16pt;
  border: 0;
  border-top: 1px solid #f2f2f2; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: inherit;
 }
 /* h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #e4e4e4; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 16pt;
  margin-bottom: 8pt; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 8pt;
  margin-bottom: 8pt; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 26pt; }

h2, .h2 {
  font-size: 22pt; }

h3, .h3 {
  font-size: 17.5pt; }

h4, .h4, .ce_accordion .toggler{
  font-size: 15pt; }

h5, .h5 {
  font-size: 14pt; }

h6, .h6 {
  font-size: 13pt; }

p {
  margin: 0 0 8pt; }

.lead, .lead-p {
  margin-bottom: 16pt;
  font-size: 13pt;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead, .lead-p {
      font-size: 17.25pt; } }
*/
small,
.small {
  font-size: 86%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center, .nav-pills-top > li.quicklinks-btn, .nav-pills-top-mobile > li.quicklinks-btn {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #e4e4e4; }

.text-primary {
  color: var(--focus-color); }

a.text-primary:hover,
a.text-primary:focus {
  color: #004573; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: var(--focus-color); }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #004573; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 7pt;
  margin: 32pt 0 16pt;
  border-bottom: 1px solid #f2f2f2; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 0.75em; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 16pt; }

dt,
dd {
  line-height: 1.42857143; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e4e4e4; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 8pt 16pt;
  margin: 0 0 16pt;
  font-size: 18pt;
  border-left: 5px solid #f2f2f2; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #333333; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f2f2f2;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 16pt;
  font-style: normal;
  line-height: 1.42857143; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 7.5pt;
  margin: 0 0 8pt;
  font-size: 10.5pt;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #7b7b7b;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

 }


table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #e4e4e4;
  text-align: left; }

th {
  text-align: left; }




.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 11.5pt;
  text-align: left;
  color: var(--focus-background-color);
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 7pt 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #7b7b7b;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #6e6e6e;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: var(--focus-color); }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #e4e4e4; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 10pt;
  line-height: 1.42857143;
  color: #e4e4e4;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }


.breadcrumb, .breadcrumb-page {
  padding: 8px 15px;
  margin-bottom: 16pt;
  list-style: none;
  background-color: transparent;
  border-radius: 4px; }
  .breadcrumb > li, .breadcrumb-page > li {
    display: inline-block; }
    .breadcrumb > li + li:before, .breadcrumb-page > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active, .breadcrumb-page > .active {
    color: #e4e4e4; }




.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

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

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/************** TOP_ROW.scss *******************/
.langmenu {
  text-transform: uppercase; }

.langmenu li a {
  text-transform: none; }

.hidden-label {
  display: none; }

#top-row {
  position: fixed;
  background-color: white;
  z-index: 10000; }
  #top-row .top-row-shadow {
    -webkit-box-shadow: 48px 0 0 0 white, -48px 0 0 0 white, 0 8px 40px -6px rgba(70, 70, 70, 0.4);
    box-shadow: 48px 0 0 0 white, -48px 0 0 0 white, 0 8px 40px -6px rgba(70, 70, 70, 0.4); }
    @media (min-width: 1200px) {
      #top-row .top-row-shadow {
        padding-left: 80px;
        padding-right: 80px;
        margin-left: -80px;
        margin-right: -80px; } }
    @media (min-width: 992px) {
      #top-row .top-row-shadow {
        padding-left: 25px;
        padding-right: 25px;
        margin-left: -25px;
        margin-right: -25px; } }

#top-row h2, #top-row h3.top-row-header {
  margin-top: 0px;
  font-size: 19pt;
  color: white;
  background: url('../IMG/verlauf-weiss.png?1535542505') no-repeat left bottom; }

#search-top-mobile {
  display: none;
  background: #1a74b0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 7px; }
  #search-top-mobile .form-control-search {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 36px;
    padding: 4px;
    font-size: 10.5pt; }
  #search-top-mobile .input-group-addon-search {
    background-color: white;
    border-radius: 0;
    border: none;
    font-size: 9pt;
    max-height: 24px; }
    #search-top-mobile .input-group-addon-search a {
      padding: 10px;
      text-decoration: none;
      color: #7b7b7b; }
    #search-top-mobile .input-group-addon-search a:hover {
      background: #3383b8;
      border: 0;
      color: #FFF; }
  #search-top-mobile label {
    display: none; }
  #search-top-mobile .nav-tabs-search {
    font-size: 12pt;
    border: none;
    margin-top: 2px; }
    #search-top-mobile .nav-tabs-search > li {
      background-color: #3383b8;
      margin-right: 7px;
      margin-bottom: 4px; }
      #search-top-mobile .nav-tabs-search > li > a {
        padding: 5px;
        font-size: 9pt;
        color: white;
        border: none;
        border-radius: 0px;
        margin-right: 0px; }
        #search-top-mobile .nav-tabs-search > li > a:hover {
          border: none;
          color: #7b7b7b;
          background-color: white; }
      #search-top-mobile .nav-tabs-search > li.active > a, #search-top-mobile .nav-tabs-search > li.active > a:hover, #search-top-mobile .nav-tabs-search > li.active > a:focus {
        color: #7b7b7b;
        background-color: white;
        border: none;
        cursor: default;
        margin-bottom: -5px;
        padding-bottom: 10px; }

#login-top {
  display: none;
  background: #1a74b0 url("login-background.png") no-repeat;
  padding-top: 10px;
  padding-bottom: 25px;
  font-size: 13pt; }
  #login-top .login-top-container {
    padding-left: 15px;
    padding-right: 15px; }
  #login-top label {
    display: none; }
  #login-top .form-control-login-top {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    height: 32.5px;
    margin-bottom: 5px; }
  #login-top .login-top-fields, #login-top .login-top-btn, #login-top .login-top-btns {
    width: 300px;
    float: left;
    margin-right: 5px; }
  #login-top .login-top-btn {
    width: 100px; }
  #login-top .login-top-btns {
    width: 70px; }
  #login-top .btn-login-top {
    background-color: #3383b8;
    color: white;
    border: none;
    width: 100%; }
  #login-top #login-btn-top {
    height: 70px; }
  #login-top #login-btn-help {
    height: 32.5px;
    margin-bottom: 5px; }
  #login-top #login-btn-reset {
    height: 32.5px; }

#login-top-mobile {
  display: none;
  background: #1a74b0;
  padding: 5px 5px 0 5px; }
  #login-top-mobile label {
    display: none; }
  #login-top-mobile .form-group {
    margin-bottom: 7px; }
    #login-top-mobile .form-group:first-child {
      margin-top: 4px; }
    #login-top-mobile .form-group:last-child {
      margin-bottom: 0; }
  #login-top-mobile .form-control, #login-top-mobile #search-top-mobile .form-control-search, #search-top-mobile #login-top-mobile .form-control-search, #login-top-mobile #login-top .form-control-login-top, #login-top #login-top-mobile .form-control-login-top, #login-top-mobile .dropdown-menu-search .form-control-search, .dropdown-menu-search #login-top-mobile .form-control-search {
    font-size: 10.5pt;
    padding: 3px;
    line-height: 10.5pt;
    height: 34px; }
  #login-top-mobile .btn-login-top:first-child {
    margin-left: 0; }
  #login-top-mobile .btn-login-top {
    background-color: #3383b8;
    border: none;
    color: white;
    font-size: 10.5pt;
    margin-bottom: 5px;
    margin-left: 5px; }

#quicklinks-top {
  display: none;
  background: #1a74b0 url('../IMG/quicklinksbackground.png?1535542505') no-repeat;
  padding-top: 10px;
  padding-bottom: 25px;
  padding-right: 65px;
  font-size: 12pt;
  color: white;
  position: relative; }
  #quicklinks-top a {
    color: white; }
  #quicklinks-top ul {
    list-style-type: none;
    padding: 0px;
    margin-left: -5px; }
    #quicklinks-top ul li {
      padding-left: 5px; }
    #quicklinks-top ul li:hover {
      background-color: white; }
      #quicklinks-top ul li:hover > a {
        color: #7b7b7b;
        text-decoration: none;
        background-color: transparent;}
  #quicklinks-top ul.indent > li a > span:before {
    display: inline-block;
    min-width: 20px; }
  #quicklinks-top .active {
    background-color: white;
    color: #7b7b7b; }
    #quicklinks-top .active > a {
      color: #7b7b7b; }

#lang-top {
  display: none; }

.top-menu-active-color, .nav-pills-top > li > a:hover, .nav-pills-top-mobile > li > a:hover, .nav-pills-top > li > a:focus, .nav-pills-top-mobile > li > a:focus, .nav-pills-top > li > a.open, .nav-pills-top-mobile > li > a.open, .nav-pills-top .open > a, .nav-pills-top-mobile .open > a, .nav-pills-top .open > a:hover, .nav-pills-top-mobile .open > a:hover, .nav-pills-top .open > a:focus, .nav-pills-top-mobile .open > a:focus {
  background-color: #1a74b0;
  color: white; }

.navbar-top {
  border: none;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  float: right;
} 

.quicklinks-btn {
  position: relative;
  right: 7em;
}

/*.mod_changelanguage{
  position: absolute;
  right: 0;
}*/

.navbar-top-mobile {
  height: 35px;
  background-color: #b1b1b1;
  border-bottom: 2px solid white; }

.nav-pills-top, .nav-pills-top-mobile {
  height: 32px; }
  .nav-pills-top > li, .nav-pills-top-mobile > li {
    float: left;
    font-size: 11pt;
    margin-left: 2px;
    vertical-align: middle; }
    .nav-pills-top > li > a, .nav-pills-top-mobile > li > a {
      position: relative;
      display: block;
      padding-top: 2px;
      padding-bottom: 2px;
      padding-left: 10px;
      padding-right: 10px;
      /*color: #7b7b7b;*/ }
      .nav-pills-top > li > a:hover, .nav-pills-top-mobile > li > a:hover, .nav-pills-top > li > a:focus, .nav-pills-top-mobile > li > a:focus, .nav-pills-top > li > a.open, .nav-pills-top-mobile > li > a.open {
        text-decoration: none; }
    .nav-pills-top > li.open, .nav-pills-top-mobile > li.open {
      border-bottom: 2px solid #1a74b0;
      position:relative;
      
    }
  .nav-pills-top > li.quicklinks-btn, .nav-pills-top-mobile > li.quicklinks-btn {
    background-color: var(--focus-color) !important;
    color: white;
    margin-right: 0;
    width: 263px;
    white-space: nowrap; }
    @media (max-width: 1199px) {
      .nav-pills-top > li.quicklinks-btn, .nav-pills-top-mobile > li.quicklinks-btn {
        width: 210px; } }
    .nav-pills-top > li.quicklinks-btn > a, .nav-pills-top-mobile > li.quicklinks-btn > a {
      color: white; }

.dropdown-menu-lang {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: var(--focus-color);
  border: none;
  border-radius: 0;
  padding: 2px;
  margin-top: 2px; }
  .dropdown-menu-lang > li {
    margin-top: 2px;
    background-color: #1a74b0; }
    .dropdown-menu-lang > li > a {
      color: white;
      font-size: 10pt; }
      .dropdown-menu-lang > li > a:hover, .dropdown-menu-lang > li > a:focus {
        text-decoration: none;
        background-color: #3383b8;
        color: white; }
  .dropdown-menu-lang > li:first-child {
    margin-top: 0; }
/*changed*/
.dropdown-menu-search {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: var(--color-primary-light);
  border: 0;
  border-radius: 0;
  padding-top: 1.5rem;
  padding-bottom: 3.5rem;
  margin-top: 0;
  width: 100%;
  position:absolute;
  top:0;
  left:0;
  display:flex;
  flex-flow:row wrap;
}
  .dropdown-menu-search .form-control-search {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 34px; }
  .dropdown-menu-search .input-group-addon-search {
    padding: 0;
    font-size: 12pt;
    background-color: white;
    border-radius: 0;
    border: none; }
    .dropdown-menu-search .input-group-addon-search a {
      padding: 10px;
      text-decoration: none;
      color: #7b7b7b; }
    .dropdown-menu-search .input-group-addon-search a:hover {
      background: #3383b8;
      border: 0;
      color: #FFF; }
  .dropdown-menu-search label {
    display: none; }
  .dropdown-menu-search .nav-tabs-search {
    font-size: 11pt;
    border: none; }
    .dropdown-menu-search .nav-tabs-search > li {
      background-color: #3383b8;
      margin-right: 6px;
      margin-bottom: 6px; }
      .dropdown-menu-search .nav-tabs-search > li > a {
        padding-top: 5px;
        padding-bottom: 3px;
        color: white;
        border: none;
        border-radius: 0px;
        margin-right: 0px; }
        .dropdown-menu-search .nav-tabs-search > li > a:hover {
          border: none;
          color: #7b7b7b;
          background-color: white; }
      .dropdown-menu-search .nav-tabs-search > li.active > a, .dropdown-menu-search .nav-tabs-search > li.active > a:hover, .dropdown-menu-search .nav-tabs-search > li.active > a:focus {
        color: #7b7b7b;
        background-color: white;
        border: none;
        cursor: default;
        margin-bottom: -16px;
        padding-bottom: 20px; }

@media (max-width: 1199px) {
  #search_staff {
    margin-right: 0;
    float: right; }

  .dropdown-menu-search {
    width: 291px; } }
/********************** HEADER.scss ********************/
.header-logo-container {
  margin-bottom: 10px; }
  .header-logo-container > img {
    margin-right: 17px;
    transition: all 0.1s ease-in-out; }
  .header-logo-container .logo-container {
    display: flex;
    align-items: center; }
    .header-logo-container .logo-container img {
      margin-right: 15px; }
    @media (max-width: 991px) {
      .header-logo-container .logo-container {
        margin-top: 8px; }
        .header-logo-container .logo-container img {
          max-width: 240px; } }
    @media (max-width: 767px) {
      .header-logo-container .logo-container {
        margin-top: 0; } }
    @media (max-width: 767px) {
      .header-logo-container .logo-container .logo {
        margin-left: 6px;
        width: 240px;
        margin-top: 5px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .header-logo-container .logo-container .logo-single {
        margin-top: 9px; } }
  .header-logo-container .header-text {
    color: var(--focus-color);
    font-size: 14pt;
    font-weight: 400;
    vertical-align: middle;
    display: inline;
    line-height: 18pt;
    margin-left: 60px;
    position: relative; }
    @media (max-width: 991px) {
      .header-logo-container .header-text {
        font-size: 13pt;
        line-height: 15pt; } }
    @media (max-width: 767px) {
      .header-logo-container .header-text {
        border-left: none;
        font-size: 10pt;
        line-height: 11pt;
        padding: 2px 4px;
        width: 280px;
        height: 40px;
        display: block; } }
  .header-logo-container .header-text::before {
    display: inline-block;
    font-family: "icomoon";
    content: "";
    color: #a4a4a4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10pt; }
  .header-logo-container .header-text a {
    margin-left: 20px;
    display: inline-block; }
    @media (min-width: 992px) {
      .header-logo-container .header-text a {
        max-width: 500px; } }
    @media (min-width: 1200px) {
      .header-logo-container .header-text a {
        max-width: 600px; } }
  .header-logo-container .header-text-uni {
    padding: 4px;
    text-transform: uppercase;
    color: var(--focus-color);
    font-size: 11pt;
    vertical-align: middle;
    display: table-cell;
    line-height: 13pt;
    width: 100px;
    height: 60px; }
    @media (max-width: 767px) {
      .header-logo-container .header-text-uni {
        font-size: 10pt;
        line-height: 11pt;
        padding: 6px 4px 0;
        width: 280px;
        height: 20px;
        display: block; } }

/********************** END HEADER.scss ********************/
/********************** BREADCRUM.scss ********************/
.breadcrumb-uni-bg {
  margin-top: 30px;
  background-color: #f2f2f2;
  width: 100%;
  max-height: 25px;
  height: 25px; }

.breadcrumb-uni {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }
  .breadcrumb-uni > li {
    float: left;
    font-size: 12pt; }
    .breadcrumb-uni > li > a {
      line-height: 25px;
      padding-left: 5px;
      padding-right: 5px; }

.breadcrumb-page-social .social-icon-youtube, .breadcrumb-uni .social-icon-youtube, .footer-social .social-icon-youtube {
  font-size: 21px; }
.breadcrumb-page-social .social-icon-instagram, .breadcrumb-uni .social-icon-instagram, .footer-social .social-icon-instagram {
  font-size: 20px; }
.breadcrumb-page-social .social-icon-twitter, .breadcrumb-uni .social-icon-twitter, .footer-social .social-icon-twitter {
  font-size: 20px; }
.breadcrumb-page-social .social-icon-facebook, .breadcrumb-uni .social-icon-facebook, .footer-social .social-icon-facebook {
  font-size: 20px; }
.breadcrumb-page-social .social-icon-flickr, .breadcrumb-uni .social-icon-flickr, .footer-social .social-icon-flickr {
  font-size: 20px; }

.social-index > li {
  font-size: 13pt;
  line-height: 25px; }
  .social-index > li > a {
    display: inline-block;
    min-width: 25px; }
.social-index > li:hover {
  background-color: var(--focus-color); }
  .social-index > li:hover > a {
    text-decoration: none; }
    .social-index > li:hover > a span {
      color: white; }

.breadcrumb-uni-border > li {
  border-right: solid 2px white; }

.gray-color * {
  color: #a4a4a4; }

.breadcrumb-page-container {
  margin-top: 24px;
  padding-top: 0px; }

.breadcrumb-page {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 10pt;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  border-radius: 0;
  font-weight: 400; }
  .breadcrumb-page > li {
    display: inline; }
    .breadcrumb-page > li + li:before {
      content: "";
      font-family: 'icomoon';
      color: #c2c2c2;
      font-size: 6pt; }

hr.breadcrumb-page {
  margin: 0;
  border-top: 1px solid #bdbdbd;
  border-radius: 0; }

.breadcrumb-page-social {
  display: block;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }
  .breadcrumb-page-social > li {
    float: left;
    font-size: 13pt;
    line-height: 21px;
    margin-left: 4px; }
    .breadcrumb-page-social > li a {
      display: inline-block;
      padding: 4px 8px; }
    .breadcrumb-page-social > li:hover {
      background-color: var(--focus-color); }
      .breadcrumb-page-social > li:hover > a {
        text-decoration: none; }
        .breadcrumb-page-social > li:hover > a > span {
          color: white !important; }

/********************** END BREADCRUM.scss ********************/
/********************** PAGES.scss ********************/
/*********** Korrektur für Ankerlinks ***************/
:target::before {
  display: block;
  content: " ";
  margin-top: -135px;
  height: 135px;
  visibility: hidden; }

.underline {
  padding-bottom: 2px;
  border-bottom: solid 1px #bdbdbd; }

.right-border {
  margin-top: 38px;
  margin-bottom: 64px; }
  @media (min-width: 992px) {
    .right-border {
      border-right: solid 1px #bdbdbd; } }

.right-border-view {
  margin-bottom: 30px;
  padding-top: 38px; }
  @media (min-width: 992px) {
    .right-border-view {
      border-right: solid 1px #bdbdbd; } }
  @media (min-width: 992px) {
    .right-border-view {
      margin-bottom: 60px; } }

.right-border-sidebarfix {
  margin-top: 38px; }

.no-margin {
  margin-top: 0;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .right-border-content {
    border-right: solid 1px #bdbdbd; } }

.equal-height h2 {
  margin-top: 0; }

.top-align h3 {
  margin-top: 0; }

h2.no-top-margin {
  margin-top: 0 !important; }

.last-content {
  margin-bottom: 60px; }

.nav-pills-info > li, .nav-pills-info-condensed > li, .content ul.releated-links-content > li {
  margin-bottom: 15px;
  background-color: #f2f2f2; }
  @media (max-width: 1199px) {
    .nav-pills-info > li, .nav-pills-info-condensed > li, .content ul.releated-links-content > li {
      margin-bottom: 4px; } }
  .nav-pills-info > li > a, .nav-pills-info-condensed > li > a, .content ul.releated-links-content > li > a {
    border-radius: 0;
    font-size: 10pt;
    text-transform: uppercase;
    padding: 8px;
    padding-right: 20px; }
    @media (max-width: 1199px) {
      .nav-pills-info > li > a, .nav-pills-info-condensed > li > a, .content ul.releated-links-content > li > a {
        padding: 3px 8px;
        padding-right: 20px; } }
  .nav-pills-info > li > a:after, .nav-pills-info-condensed > li > a:after, .content ul.releated-links-content > li > a:after {
    font-family: "icomoon";
    content: "";
    color: #a4a4a4;
    position: absolute;
    right: 10px;
    vertical-align: middle; }
.nav-pills-info > li:hover, .nav-pills-info-condensed > li:hover, .content ul.releated-links-content > li:hover {
  background-color: #a4a4a4 !important; }
  .nav-pills-info > li:hover a, .nav-pills-info-condensed > li:hover a, .content ul.releated-links-content > li:hover a {
    color: white;
    text-decoration: none;
    background-color: #a4a4a4; }
  .nav-pills-info > li:hover a:after, .nav-pills-info-condensed > li:hover a:after, .content ul.releated-links-content > li:hover a:after {
    color: white; }
.nav-pills-info > li:last-child, .nav-pills-info-condensed > li:last-child, .content ul.releated-links-content > li:last-child {
  margin-bottom: 0; }

.nav-pills-info-condensed > li, .content ul.releated-links-content > li {
  margin-bottom: 4px; }

.quicklinks-list {
  background-color: #f2f2f2;
  font-size: 11pt;
  margin-bottom: 4px;
  padding-left: 10px;
  position: relative; }
  .quicklinks-list a {
    display: block;
    padding-right: 20px; }
  .quicklinks-list a:hover {
    text-decoration: none; }
  .quicklinks-list a:after {
    font-family: "icomoon";
    content: "";
    color: #a4a4a4;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10.5px;
    vertical-align: middle; }

.quicklinks-list:hover {
  background-color: #a4a4a4; }
  .quicklinks-list:hover a {
    color: white; }
  .quicklinks-list:hover a:after {
    color: white; }

.header-icon {
  color: #c2c2c2; }

.column {
  padding: 5px; }

.download-blau-bg {
  background-color: #267ab3;
  color: white;
  padding: 5px 28px 5px; }
  .download-blau-bg strong {
    font-size: 14pt; }
  .download-blau-bg a {
    color: white; }

.download-grau-bg {
  background-color: #e4e4e4;
  text-align: right;
  padding-right: 10px;
  padding-top: 18px;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .download-grau-bg {
      padding-top: 5px;
      padding-bottom: 0px; } }
  .download-grau-bg a {
    color: var(--focus-color);
    font-weight: 400;
    font-size: 14pt; }
    @media (max-width: 991px) {
      .download-grau-bg a {
        font-size: 12pt; } }
  .download-grau-bg a.download-link {
    font-weight: 500; }
    @media (max-width: 991px) {
      .download-grau-bg a.download-link {
        float: right;
        margin-left: 15px; } }

@media (min-width: 992px) {
  .download-grau-bg {
    margin-left: -25px; } }
.table-uni {
  margin: 0 auto;
  border-collapse: collapse;
  border-style: hidden; }
  .table-uni > thead > tr > th,
  .table-uni > thead > tr > td,
  .table-uni > tbody > tr > th,
  .table-uni > tbody > tr > td,
  .table-uni > tfoot > tr > th,
  .table-uni > tfoot > tr > td {
    border: 10px solid white;
    background-color: #e4e4e4;
    padding-left: 4px;
    padding-right: 4px; }
  .table-uni > thead > tr > th,
  .table-uni > tbody > tr > th,
  .table-uni > tfoot > tr > th {
    font-weight: normal; }
  .table-uni > thead.blue-bg > tr > th,
  .table-uni > thead.blue-bg > tr > td {
    background-color: #267ab3;
    color: white;
    border: 10px solid white; }

.job-title {
  color: var(--focus-color);
  font-weight: 400; }

.address {
  font-size: 11pt;
  line-height: 13.5pt; }

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border-top: 1px solid #c2c2c2;
  border-radius: 0; }

hr.dark {
  margin-top: 24px;
  margin-bottom: 24px;
  border-top: 1px solid #b1b1b1;
  border-radius: 0; }

@media (min-width: 768px) {
  .img-left {
    max-width: 50%;
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 20px; } }

@media (min-width: 768px) {
  .img-right {
    max-width: 50%;
    float: right;
    padding-left: 15px;
    margin-left: 15px;
    margin-bottom: 20px; } }

abbr {
  cursor: help;
  text-decoration: none;
  border-bottom: 1px dotted;
  border-color: inherit !important; }

acronym {
  cursor: help;
  text-decoration: none;
  border-bottom: 1px dotted;
  border-color: inherit !important; }

code {
  color: #333333;
  background: none;
  padding: 0; }

.tooltippdescription {
  display: none;
  position: absolute;
  border: 1px solid #999999;
  width: 400px;
  height: 600px;
  z-index: 20000;
  box-shadow: 8px 8px 40px 0px rgba(70, 70, 70, 0.4); }

/********************** END PAGES.scss ********************/


/********************** SIDEBAR.scss ********************/
div.sidebar h2 {
  font-size: 20pt;
  margin-top: 40px; }
  div.sidebar h2:first-child {
    margin-top: 32px; }
  @media (min-width: 1200px) {
    div.sidebar h2 {
      font-size: 21pt; } }
  @media (max-width: 991px) {
    div.sidebar h2 {
      margin-bottom: 15px;
      margin-top: 30px; } }
  @media (min-width: 768px) {
    div.sidebar h2 {
      margin-bottom: 20px; } }
  @media (min-width: 992px) {
    div.sidebar h2 {
      margin-bottom: 20px; } }
div.sidebar a.more {
  font-size: 10.5pt;
  float: right;
  /*text-transform: uppercase;*/ }
div.sidebar div.event-box {
  margin-bottom: 20px; }

div.sidebar div.col-xs-12:last-child .event-box, div.col-sm-12:last-child .event-box {
  margin-bottom: 0px; }

/********************** END SIDEBAR.scss ********************/
/********************** IMAGE.scss ********************/
.image-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 15px;
  line-height: 1.428571429; }
  @media (max-width: 767px) {
    .image-container {
      margin-bottom: 40px; } }
  .image-container .caption {
    display: table-caption;
    background-color: #f2f2f2;
    text-align: left;
    caption-side: bottom;
    font-size: 10pt;
    padding: 7px; }

.image-container.nozoom {
  width: auto; }

.image-left {
  margin-bottom: 0; }

.logo-box-container > img {
  -webkit-box-shadow: 0 0 5px 1px #464646;
  box-shadow: 0 0 5px 1px #464646; }
.logo-box-container > .caption > p {
  font-size: 10pt;
  padding: 7px;
  text-align: center; }

/****** IE cant handle max-width: *********/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  img.img-nozoom {
    width: 100%; } }
img.img-nozoom {
  max-width: 100%; }

/*.imageMargin{
    margin-bottom: 10px;
}*/
/********************** END IMAGE.scss ********************/
/********************** BLOCKQUOTE.scss ********************/
blockquote {
  line-height: 24pt;
  border-left: none;
  color: var(--focus-color);
  padding: 0;
  margin: 22px 11px 22px 44px; }
  blockquote p {
    margin-left: 36px; }
    @media (max-width: 767px) {
      blockquote p {
        margin-left: 50px; } }
  blockquote footer {
    display: block;
    font-size: 11.5pt;
    margin-left: 120px; }
    @media (max-width: 767px) {
      blockquote footer {
        margin-left: 50px; } }
    blockquote footer:before {
      content: ''; }
  blockquote:before {
    content: "";
    font-family: 'icomoon';
    font-size: 13pt;
    margin-right: 2px;
    vertical-align: top;
    float: left;
    margin-top: 0; }
    @media (max-width: 767px) {
      blockquote:before {
        font-size: 25pt;
        margin-top: 7px; } }

/* Google-Search */
blockquote.g {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 24px 60px; }

blockquote.g::before {
  content: none; }

blockquote.g p {
  margin-left: 0; }

p.g {
  margin: 0; }

/********************** END BLOCKQUOTE.scss ********************/
/********************** LISTS.scss ********************/
ul.gray-bg, ul.gray-bg-striped, ul.white-bg {
  width: 100%;
  background-color: #f2f2f2;
  padding-left: 1.4em;
  list-style: none; }

ul.gray-bg-striped li:nth-child(even) {
  background-color: white; }

ul.white-bg {
  background-color: white; }

/*ol.gray-bg {
@extend ul.gray-bg;
}*/
ol.gray-bg, ol.gray-bg-striped, ol.white-bg {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */
  background-color: #f2f2f2;
  overflow: hidden; }
  ol.gray-bg > li, ol.gray-bg-striped > li, ol.white-bg > li {
    position: relative;
    /* Create a positioning context */
    padding: 12px 2em;
    /*padding-left: 2em;*/
    list-style: none;
    /* Disable the normal item numbering */
    border-top: 1px dotted #e4e4e4; }
  ol.gray-bg > li:before, ol.gray-bg-striped > li:before, ol.white-bg > li:before {
    content: counter(li);
    /* Use the counter as content */
    counter-increment: li;
    /* Increment the counter by 1 */
    /* Position and style the number */
    position: absolute;
    top: 16px;
    left: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*        width:1.2em; */
    height: 1.4em;
    /* Some space between the number and the content in browsers that support
    generated content but not positioning it (Camino 2 is one example) */
    margin-right: 8px;
    /*        margin-top: 8px; */
    background-color: #267ab3;
    color: white;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    padding: 1px 3px; }

ol.gray-bg-striped li:nth-child(even) {
  background-color: white; }

ol.white-bg {
  background-color: white; }

.univiepersonal-data p {
  margin: 0; }

ul.gray-bg, ul.gray-bg-striped, ul.white-bg, ul.gray-bg-striped, ul.white-bg {
  padding: 0 1em 0.5em 2em; }
  ul.gray-bg li, ul.gray-bg-striped li, ul.white-bg li, ul.gray-bg-striped li, ul.white-bg li {
    text-indent: -1.4em;
    padding: 0.5em 0 0; }
    ul.gray-bg li pre, ul.gray-bg-striped li pre, ul.white-bg li pre, ul.gray-bg-striped li pre, ul.white-bg li pre {
      text-indent: 0; }

ul.gray-bg li, ul.gray-bg-striped li, ul.white-bg li, ul.gray-bg-striped li, ul.white-bg li {
  background: none;
  text-indent: -1.4em; }
  ul.gray-bg li pre, ul.gray-bg-striped li pre, ul.white-bg li pre, ul.gray-bg-striped li pre, ul.white-bg li pre {
    text-indent: 0; }

ul.gray-bg li > ul > li, ul.gray-bg-striped li > ul > li, ul.white-bg li > ul > li, ul.gray-bg-striped li > ul > li, ul.white-bg li > ul > li {
  background: none; }

ul.gray-bg li > ul > li > ul > li, ul.gray-bg-striped li > ul > li > ul > li, ul.white-bg li > ul > li > ul > li, ul.gray-bg-striped li > ul > li > ul > li, ul.white-bg li > ul > li > ul > li {
  background: none; }

ul.gray-bg li > ul > li > ul > li > ul > li, ul.gray-bg-striped li > ul > li > ul > li > ul > li, ul.white-bg li > ul > li > ul > li > ul > li, ul.gray-bg-striped li > ul > li > ul > li > ul > li, ul.white-bg li > ul > li > ul > li > ul > li {
  background: none; }

ul.gray-bg li > ul > li > ul > li > ul > li > ul > li, ul.gray-bg-striped li > ul > li > ul > li > ul > li > ul > li, ul.white-bg li > ul > li > ul > li > ul > li > ul > li, ul.gray-bg-striped li > ul > li > ul > li > ul > li > ul > li, ul.white-bg li > ul > li > ul > li > ul > li > ul > li {
  background: none; }

ul.gray-bg li:before, ul.gray-bg-striped li:before, ul.white-bg li:before, ul.gray-bg-striped li:before, ul.white-bg li:before, ul.gray-bg li:before, ul.gray-bg-striped li:before, ul.white-bg li:before, ul.gray-bg-striped li:before, ul.white-bg li:before {
  font-family: 'icomoon';
  content: "\ea1e";
  float: left;
  width: 1.4em; }

ul.gray-bg li > ul > li:before, ul.gray-bg-striped li > ul > li:before, ul.white-bg li > ul > li:before, ul.gray-bg-striped li > ul > li:before, ul.white-bg li > ul > li:before {
  font-family: 'icomoon';
  content: "\ea53";
  float: left;
  width: 1.4em; }

ul.gray-bg li > ul > li > ul > li:before, ul.gray-bg-striped li > ul > li > ul > li:before, ul.white-bg li > ul > li > ul > li:before, ul.gray-bg-striped li > ul > li > ul > li:before, ul.white-bg li > ul > li > ul > li:before {
  font-family: 'icomoon';
  content: "\ea1e";
  float: left;
  width: 1.4em; }

ul.gray-bg li > ul > li > ul > li > ul > li:before, ul.gray-bg-striped li > ul > li > ul > li > ul > li:before, ul.white-bg li > ul > li > ul > li > ul > li:before, ul.gray-bg-striped li > ul > li > ul > li > ul > li:before, ul.white-bg li > ul > li > ul > li > ul > li:before {
  font-family: 'icomoon';
  content: "\ea53";
  float: left;
  width: 1.4em; }

ul.gray-bg li > ul > li > ul > li > ul > li > ul > li:before, ul.gray-bg-striped li > ul > li > ul > li > ul > li > ul > li:before, ul.white-bg li > ul > li > ul > li > ul > li > ul > li:before, ul.gray-bg-striped li > ul > li > ul > li > ul > li > ul > li:before, ul.white-bg li > ul > li > ul > li > ul > li > ul > li:before {
  font-family: 'icomoon';
  content: "\ea1e";
  float: left;
  width: 1.4em; }

li:before {
  color: var(--focus-color); }

/********************** END LISTS.scss ********************/
.jumbotron-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 991px;
  overflow: hidden; }
  .jumbotron-container:before, .jumbotron-container:after {
    content: " ";
    display: table; }
  .jumbotron-container:after {
    clear: both; }
  @media (min-width: 768px) and (max-width: 991px) {
    .jumbotron-container {
      padding: 0; }
      .jumbotron-container .container {
        padding: 0;
        margin-right: 0;
        margin-left: 0;
        width: 100%; } }
  @media (min-width: 992px) {
    .jumbotron-container {
      max-width: 1042px; } }
  @media (min-width: 1200px) {
    .jumbotron-container {
      max-width: 1300px; } }
  .jumbotron-container .mobile-banner-title {
    border-right: 1px solid white;
    padding-right: 4px;
    margin-right: 7px; }

.jumbotron-shadow {
  -webkit-box-shadow: inset 0px 79px 40px -62px rgba(70, 70, 70, 0.4), inset 0px -79px 40px -62px rgba(70, 70, 70, 0.4);
  box-shadow: inset 0px 79px 40px -62px rgba(70, 70, 70, 0.4), inset 0px -79px 40px -62px rgba(70, 70, 70, 0.4); }

.page-header-shadow {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 991px;
  background: transparent;
  height: 50px;
  -webkit-box-shadow: inset 48px 0px 32px -22px white, inset -48px 0px 32px -22px white, inset 0px 22px 14px -11px rgba(70, 70, 70, 0.4);
  box-shadow: inset 48px 0px 32px -22px white, inset -48px 0px 32px -22px white, inset 0px 22px 14px -11px rgba(70, 70, 70, 0.4); }
  .page-header-shadow:before, .page-header-shadow:after {
    content: " ";
    display: table; }
  .page-header-shadow:after {
    clear: both; }
  @media (min-width: 992px) {
    .page-header-shadow {
      max-width: 1042px; } }
  @media (min-width: 1200px) {
    .page-header-shadow {
      max-width: 1300px; } }

.mobile-header {
  background: var(--focus-color);
  position: fixed;
  top: 94px;
  width: 100%;
  z-index: 1;
  color: white;
  transition: margin-top 0.2s ease-in;
  font-size: 10pt;
  line-height: 1;
  padding: 6px 9px; }

.jumbotron-alert {
  overflow: visible;
  min-height: 240px;
  background-color: #dd4814;
  text-align: center;
  color: white;
  padding-top: 50px; }
  @media (max-width: 767px) {
    .jumbotron-alert {
      padding-top: 25px;
      min-height: 140px; } }
  .jumbotron-alert h1 {
    font-size: 30pt;
    color: white;
    margin: 0; }
    @media (max-width: 767px) {
      .jumbotron-alert h1 {
        font-size: 18pt; } }
  .jumbotron-alert p {
    font-size: 11pt; }
    @media (max-width: 767px) {
      .jumbotron-alert p {
        font-size: 9pt; } }
  .jumbotron-alert .btn-notfall {
    color: #d11851;
    background-color: white;
    margin-right: 25px;
    border-radius: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 5px; }

@media (min-width: 768px) {
  .insert-shadow {
    background-image: url('../IMG/schatten.png?1535542505');
    background-position: right center;
    background-size: auto 84px;
    background-repeat: no-repeat; } }


.content-box {
  background-color: #f2f2f2;
  padding: 25px 10px;
  margin-bottom: 40px; }
  .content-box small {
    color: white;
    padding: 5px 10px;
    margin-left: -10px;
    text-transform: uppercase; }
  .content-box h3 {
    font-size: 22pt;
    line-height: 22pt;
    margin-top: 17pt !important;
    margin-bottom: 8.5pt;
    word-wrap: break-word; }
  .content-box ul.gray-bg, .content-box ul.gray-bg-striped, .content-box ul.white-bg {
    padding: 0 1em 0.5em 1.4em; }

.content-box-uni-blau h2.info-box-bar, .content-box-uni-blau h3.info-box-bar, .content-box-uni-blau h4.info-box-bar, .content-box-uni-blau h5.info-box-bar {
  background-color: var(--focus-color);
  font-size: 10.8pt;
  color: white;
  display: table;
  line-height: 14pt;
  margin: 0 0 20px -10px !important;
  padding: 5px 10px; }
.content-box-uni-blau h2, .content-box-uni-blau h3, .content-box-uni-blau h4, .content-box-uni-blau h5, .content-box-uni-blau h6, .content-box-uni-blau a {
  color: var(--focus-color); }
.content-box-uni-blau li:before {
  color: var(--focus-color); }
.content-box-uni-blau ol > li:before {
  background-color: var(--focus-color); }

.content-box-uni-rot h2.info-box-bar, .content-box-uni-rot h3.info-box-bar, .content-box-uni-rot h4.info-box-bar, .content-box-uni-rot h5.info-box-bar {
  background-color: #dd4814;
  font-size: 10.8pt;
  color: white;
  display: table;
  line-height: 14pt;
  margin: 0 0 20px -10px !important;
  padding: 5px 10px; }
.content-box-uni-rot h2, .content-box-uni-rot h3, .content-box-uni-rot h4, .content-box-uni-rot h5, .content-box-uni-rot h6, .content-box-uni-rot a {
  color: #dd4814; }
.content-box-uni-rot li:before {
  color: #dd4814; }
.content-box-uni-rot ol > li:before {
  background-color: #dd4814; }

.content-box-uni-orange h2.info-box-bar, .content-box-uni-orange h3.info-box-bar, .content-box-uni-orange h4.info-box-bar, .content-box-uni-orange h5.info-box-bar {
  background-color: #f6a800;
  font-size: 10.8pt;
  color: white;
  display: table;
  line-height: 14pt;
  margin: 0 0 20px -10px !important;
  padding: 5px 10px; }
.content-box-uni-orange h2, .content-box-uni-orange h3, .content-box-uni-orange h4, .content-box-uni-orange h5, .content-box-uni-orange h6, .content-box-uni-orange a {
  color: #f6a800; }
.content-box-uni-orange li:before {
  color: #f6a800; }
.content-box-uni-orange ol > li:before {
  background-color: #f6a800; }

.content-box-uni-weinrot h2.info-box-bar, .content-box-uni-weinrot h3.info-box-bar, .content-box-uni-weinrot h4.info-box-bar, .content-box-uni-weinrot h5.info-box-bar {
  background-color: #a71c49;
  font-size: 10.8pt;
  color: white;
  display: table;
  line-height: 14pt;
  margin: 0 0 20px -10px !important;
  padding: 5px 10px; }
.content-box-uni-weinrot h2, .content-box-uni-weinrot h3, .content-box-uni-weinrot h4, .content-box-uni-weinrot h5, .content-box-uni-weinrot h6, .content-box-uni-weinrot a {
  color: #a71c49; }
.content-box-uni-weinrot li:before {
  color: #a71c49; }
.content-box-uni-weinrot ol > li:before {
  background-color: #a71c49; }

.content-box-uni-hellgruen h2.info-box-bar, .content-box-uni-hellgruen h3.info-box-bar, .content-box-uni-hellgruen h4.info-box-bar, .content-box-uni-hellgruen h5.info-box-bar {
  background-color: #94c154;
  font-size: 10.8pt;
  color: white;
  display: table;
  line-height: 14pt;
  margin: 0 0 20px -10px !important;
  padding: 5px 10px; }
.content-box-uni-hellgruen h2, .content-box-uni-hellgruen h3, .content-box-uni-hellgruen h4, .content-box-uni-hellgruen h5, .content-box-uni-hellgruen h6, .content-box-uni-hellgruen a {
  color: #94c154; }
.content-box-uni-hellgruen li:before {
  color: #94c154; }
.content-box-uni-hellgruen ol > li:before {
  background-color: #94c154; }

.content-box-uni-mint h2.info-box-bar, .content-box-uni-mint h3.info-box-bar, .content-box-uni-mint h4.info-box-bar, .content-box-uni-mint h5.info-box-bar {
  background-color: #11897a;
  font-size: 10.8pt;
  color: white;
  display: table;
  line-height: 14pt;
  margin: 0 0 20px -10px !important;
  padding: 5px 10px; }
.content-box-uni-mint h2, .content-box-uni-mint h3, .content-box-uni-mint h4, .content-box-uni-mint h5, .content-box-uni-mint h6, .content-box-uni-mint a {
  color: #11897a; }
.content-box-uni-mint li:before {
  color: #11897a; }
.content-box-uni-mint ol > li:before {
  background-color: #11897a; }

.content-box-uni-gray h2.info-box-bar, .content-box-uni-gray h3.info-box-bar, .content-box-uni-gray h4.info-box-bar, .content-box-uni-gray h5.info-box-bar {
  background-color: #7b7b7b;
  font-size: 10.8pt;
  color: white;
  display: table;
  line-height: 14pt;
  margin: 0 0 20px -10px !important;
  padding: 5px 10px; }
.content-box-uni-gray h2, .content-box-uni-gray h3, .content-box-uni-gray h4, .content-box-uni-gray h5, .content-box-uni-gray h6, .content-box-uni-gray a {
  color: #7b7b7b; }
.content-box-uni-gray li:before {
  color: #7b7b7b; }
.content-box-uni-gray ol > li:before {
  background-color: #7b7b7b; }

a.infobox-link:hover {
  text-decoration: none; }

a div[class^="info-box-"] {
  color: #333333; }

a div[class="info-box-uni-blau"]:hover {
  color: var(--focus-color); }

a div[class="info-box-uni-rot"]:hover {
  color: #dd4814; }

a div[class="info-box-uni-orange"]:hover {
  color: #f6a800; }

a div[class="info-box-uni-weinrot"]:hover {
  color: #a71c49; }

a div[class="info-box-uni-hellgruen"]:hover {
  color: #94c154; }

a div[class="info-box-uni-mint"]:hover {
  color: #11897a; }

a div[class="info-box-uni-gray"]:hover {
  color: #7b7b7b; }

.color-box {
  min-height: 100px;
  padding: 25px 10px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  /* Vertical center alignment */
  justify-content: center;
  /* Horizontal center alignment */ }
  .color-box h2, .color-box h3, .color-box h4, .color-box h5, .color-box h6 {
    color: white;
    text-decoration: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0; }

.color-box-uni-blau {
  background-color: var(--focus-color); }

.color-box-uni-blau:hover {
  background-color: rgba(0, 99, 166, 0.8); }

.color-box-uni-rot {
  background-color: #dd4814; }

.color-box-uni-rot:hover {
  background-color: rgba(221, 72, 20, 0.8); }

.color-box-uni-orange {
  background-color: #f6a800; }

.color-box-uni-orange:hover {
  background-color: rgba(246, 168, 0, 0.8); }

.color-box-uni-weinrot {
  background-color: #a71c49; }

.color-box-uni-weinrot:hover {
  background-color: rgba(167, 28, 73, 0.8); }

.color-box-uni-hellgruen {
  background-color: #94c154; }

.color-box-uni-hellgruen:hover {
  background-color: rgba(148, 193, 84, 0.8); }

.color-box-uni-mint {
  background-color: #11897a; }

.color-box-uni-mint:hover {
  background-color: rgba(17, 137, 122, 0.8); }

.color-box-uni-gray {
  background-color: #7b7b7b; }

.color-box-uni-gray:hover {
  background-color: rgba(123, 123, 123, 0.8); }

.gray-box {
  background-color: #f2f2f2;
  padding: 10px; }

.toplink-wrapper {
  font-size: 15pt;
  color: var(--focus-color); }

.toplink-icon {
  margin-right: 12px; }



.nav-tabs-content > li {
  float: left;
  margin-bottom: -1px;
  background-color: #e4e4e4;
  margin-right: 16px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .nav-tabs-content > li {
      max-width: 80px;
      max-height: 30px; } }
  .nav-tabs-content > li > a {
    color: #7b7b7b;
    line-height: 1.42857143;
    padding: 4px 4px; }
    @media (min-width: 768px) {
      .nav-tabs-content > li > a {
        padding: 4px 15px; } }
    .nav-tabs-content > li > a:hover {
      border-color: #f2f2f2 #f2f2f2 #ddd; }
  .nav-tabs-content > li.active > a, .nav-tabs-content > li.active > a:hover, .nav-tabs-content > li.active > a:focus {
    color: white;
    background-color: #267ab3;
    cursor: default; }

.tab-content-uni {
  background-color: #f2f2f2;
  padding: 20px; }
  .tab-content-uni > .tab-arrow {
    background: #f2f2f2 url('../IMG/slider-arrow.png?1535542505') no-repeat;
    background-position: 7px 0;
    height: 8px;
    padding-left: 20px;
    margin-top: -20px;
    margin-bottom: 13px;
    margin-left: -12px; }
  .tab-content-uni .tab-pane img {
    margin-bottom: 15px; }
  .tab-content-uni .tab-pane h3 {
    font-size: 12.5pt;
    margin-top: 0; }
  .tab-content-uni .tab-pane p {
    font-size: 9pt; }
    .tab-content-uni .tab-pane p:last-child {
      margin-bottom: 30px; }
    .tab-content-uni .tab-pane p .more {
      font-weight: 500; }

#univiepersonal-tabs .nav-tabs li.active a, #univiepersonal-tabs #search-top-mobile .nav-tabs-search li.active a, #search-top-mobile #univiepersonal-tabs .nav-tabs-search li.active a, #univiepersonal-tabs .dropdown-menu-search .nav-tabs-search li.active a, .dropdown-menu-search #univiepersonal-tabs .nav-tabs-search li.active a {
  font-weight: 500;
  color: #7b7b7b; }



.image-preview-input {
  position: relative;
  overflow: hidden;
  margin: 0 0 0 10px !important;
  padding-left: 12px;
  color: #FFF;
  font-weight: 300;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #a4a4a4;
  border-color: transparent; }

.image-preview-input:hover {
  color: #FFF;
  background-color: var(--focus-color);
  border-color: transparent; }

.image-preview-input input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

.image-preview-input-title {
  margin-left: 2px; }

.image-preview-clear {
  margin: 0 0 0 10px !important;
  padding-left: 12px;
  margin: 0 0 0 10px !important;
  padding-left: 12px;
  color: #FFF;
  font-weight: 300;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #a4a4a4;
  border-color: transparent; }

.image-preview-clear:hover {
  color: #FFF;
  background-color: var(--focus-color);
  border-color: transparent; }

/********************** APPLICATION.scss ********************/
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
.lead, .lead-p {
  font-size: 15pt;
  font-weight: 300; }
  @media (max-width: 767px) {
    .lead, .lead-p {
      font-size: 12pt;
      font-weight: 500; } }

.lead-p {
  font-size: 12pt;
  color: #4c4c4c;
  font-weight: 400; }

figure.image-container p {
  margin: 0; }

body {
  font-weight: 300;
  padding-top: 134px;
  transition: padding-top 0.2s ease-in-out;
  text-rendering: optimizeLegibility; }
  @media (max-width: 991px) {
    body {
      padding-top: 62px; } }

.content h1 {
  margin-top: 0; }
  @media (max-width: 767px) {
    .content h1 {
      font-size: 25pt; } }
.content h2 {
  margin-top: 0;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .content h2 {
      font-size: 18pt; } }
.content h3 {
  margin-top: 0; }
.content h4, .content h5, .content h6 {
  margin-top: 0;
  font-style: italic; }
.content hr.content-divider {
  border-bottom: solid 1px #bdbdbd;
  margin: 0; }
.content ul.releated-links-content > li {
  background: var(--focus-color);
  margin-left: 2px;
  width: 100%; }
  .content ul.releated-links-content > li > a {
    color: white;
    padding-top: 1px;
    padding-bottom: 1px; }
    .content ul.releated-links-content > li > a:hover {
      border-radius: 0;
      background: #a4a4a4; }
    .content ul.releated-links-content > li > a:after {
      color: white; }

.content-element:not(:last-child) {
  padding-bottom: 42px; }

.content-element {
  padding-top: 42px; }

.first-element-space {
  padding-top: 30px; }
  @media (min-width: 992px) {
    .first-element-space {
      padding-top: 60px; } }

.content-element-margin {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .content-element-margin {
      margin-bottom: 60px; } }

.content-element-margin-small {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .content-element-margin-small {
      margin-bottom: 30px; } }

.content-element-margin-zero {
  margin-bottom: 0px; }

.tx-wecmap-pi1 {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .tx-wecmap-pi1 {
      margin-bottom: 60px; } }

@media (max-width: 767px) {
  .social_share_privacy_area li {
    float: none !important; } }

.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-justify {
  text-align: justify; }

.indent {
  margin-left: 35px; }

td.valign-top {
  vertical-align: top !important; }

td.valign-middle {
  vertical-align: middle !important; }

td.valign-bottom {
  vertical-align: bottom !important; }

th.valign-top {
  vertical-align: top !important; }

th.valign-middle {
  vertical-align: middle !important; }

th.valign-bottom {
  vertical-align: bottom !important; }

/********************** END APPLICATION.scss ********************/




.tx-irfaq-pi1 ul.tx-irfaq-questions-list {
  margin-bottom: 75px; }

.tx-irfaq-pi1 ul li a p.bodytext {
  display: inline;
  font-weight: bold;
  margin: 0; }

.tx-irfaq-pi1 ul li a {
  text-decoration: none; }

.tx-irfaq-pi1 ul li a:hover {
  text-decoration: underline; }

.tx-irfaq-pi1 .tx-irfaq-answer {
  margin-bottom: 10px; }

.tx-irfaq-pi1 .tx-irfaq-answer h4 p.bodytext {
  display: inline;
  font-weight: bold;
  margin: 0; }

.tx-irfaq-pi1 dt p {
  display: inline;
  font-weight: bold;
  margin: 0; }

.tx-irfaq-pi1 dd {
  margin-left: 15px; }

.tx-irfaq-pi1 dd p {
  margin-top: 0; }

.tx-irfaq-pi1 .additional-info {
  border-top: 1px solid #e4e4e4;
  margin-bottom: 10px; }

.tx-irfaq-pi1 .irfaq-related-faq, .tx-irfaq-pi1 .irfaq-related-links {
  margin-bottom: 15px;
  margin-top: 3px;
  padding-bottom: 0;
  padding-top: 0; }

.tx-irfaq-cleaner {
  clear: left;
  height: 1px; }

.tx-irfaq-dynheader {
  cursor: pointer;
  overflow: hidden; }

tx-irfaq-dynheader a {
  display: table-cell; }

.tx-irfaq-dynans-hidden {
  display: none; }

.tx-irfaq-dynans-visible {
  display: inline; }

.tx-irfaq-toggle-plus {
  background: transparent url("/typo3conf/ext/irfaq/res/plus.gif") no-repeat scroll left center;
  padding-left: 15px; }

.tx-irfaq-toggle-minus {
  background: transparent url("/typo3conf/ext/irfaq/res/minus.gif") no-repeat scroll left center;
  padding-left: 15px; }

.tx-irfaq-toggle-all-hide, .tx-irfaq-toggle-all-show {
  background: transparent none repeat scroll 0 0;
  color: var(--focus-color);
  border: medium none;
  cursor: pointer; }

[class^="tx-irfaq-toggle-"], .tx-irfaq-dynheader {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.tx-irfaq-toggle-plus {
  background: none; }

.tx-irfaq-toggle-plus:before {
  content: "\e626";
  font-size: 0.5em;
  font-family: 'icomoon'; }

.tx-irfaq-toggle-minus {
  background: none; }

.tx-irfaq-toggle-minus:before {
  content: "\e625";
  font-size: 0.5em;
  font-family: 'icomoon'; }

.tx-irfaq-toggle-faq:before {
  content: "\e61c";
  font-family: 'icomoon'; }

.panel-irfaq {
  margin-bottom: 0.3em; }

.panel-default > .panel-heading {
  color: var(--focus-color);
  font-size: 1.2em; }

.irfaq-search-form .btn-submit {
  width: 98%; }

