/*! normalize.css 2012-01-31T16:06 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none; }

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0; }

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0; }

.cs_fl_left {
  float: left;
  margin: 0px 15px 0px 0px;
}
.cs_fl_right
{
  float: right;
  margin: 0px 0px 0px 15px;
}
/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 * Fix IE6/7 heading font-size not being relative to the root font-size
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none; }

/* 2 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin-left: 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul,
nav ol {
  padding: 0;
  list-style: none;
  list-style-image: none; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9 
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */ }

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@-ms-viewport {
  width: device-width; }
html {
  font: 62.5%/1.4 arial, sans-serif;
  padding: 1em 0 0 0;
  color: #010101;
  overflow-x: hidden; }

@media screen and (max-width: 62em) {
  html {
    padding: 1em 0.6em 0; } }
body {
  position: relative; }

.ease,
.ease:before,
.ease:after {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.skip-link,
.acc,
.hl-front {
  position: absolute;
  left: -599em; }

.hl-front {
  color: #fff;
  font-size: 0px;
  margin: 0;
  padding: 0;
  height: 0;
  width: 0;
  overflow: hidden; }

.skip-main {
  height: 0;
  margin: 0;
  padding: 0; }
  .skip-main li {
    height: 0;
    padding: 0; }

.acc:focus {
  color: #000;
  background: #fff;
  border: 1px solid #000;
  left: 0;
  z-index: 10; }

figcaption {
  padding: 5px;
  margin: 0;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem; }

.cs_img {
  margin: 0 10px; }

.cs_img_caption {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 20px 0;
  padding: 0; }

.acc-bot:focus {
  top: auto;
  bottom: 0; }

.clearfix {
  *display: inline-block; }
  .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.link-showmore {
  border: 1px solid #006FA8;
  padding: 4px 6px;
  float: right;
  margin: 1em 0;
  text-decoration: none; }

.list-img {
  margin: 0;
  padding: 0;
  list-style: none; }

/* main area */
.main {
  max-width: 960px;
  margin: 0 auto; }

.col-alpha {
  clear: both;
  float: left;
  width: 60%; }

.col-beta {
  padding: 3em 0 0 0;
  float: right;
  width: 34%;
  min-width: 300px; }

@media all and (max-width: 60em) {
  .col-alpha,
  .col-beta {
    float: none;
    width: auto;
    margin: 0 -0.6em; }

  #articlepage .col-alpha {
    margin: 0; }

  .link-showmore {
    float: none;
    margin: 1em 15px;
    display: inline-block; }

  .list-social {
    margin: 0 0 0 15px; }

  .footer .list-social {
    margin: 0; } }
@media all and (max-width: 40em) {
  .logo img {
    width: 150px; } }
.main section {
  margin: 0;
  padding: 0 0 1em 0;
  border-top: 1px solid #006FA8;
  position: relative;
  clear: both; }
  .main section p {
    padding: 0 10px 0 0.1em;
    margin: 0 0 0 15px; }
  .main section figure {
    float: left;
    margin: 0.6em 1em 0 15px; }
  .main section figcaption {
    display: block; }
  .main section h2 {
    margin: 0;
    padding: 0; }
  .main section h2 a {
    text-decoration: none;
    font-size: 26px;
    font-size: 2.6rem;
    padding: .1em;
    display: block;
    display: inline-block;
    margin: .3em 0 .3em 0;
    color: #006FA8; }
  .main section .article-info {
    padding: .4em 0 0 0; }

@media all and (max-width: 60em) {
  .main section h2 a {
    font-size: 22px;
    font-size: 2.2rem; } }
.mediatips img {
  float: left;
  margin: 0.6em 1em 2em 15px; }

.archive-page section strong {
  padding: 1px 4px;
  background-color: #efefef; }

.main .section-even {
  background: #efefef; }

.front .main section h2 {
  background: #006FA8;
  color: #fff;
  font-weight: bold;
  padding: 0.2em 15px;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0; }
.front .main section h3 {
  margin: 0 0 0 15px;
  padding: 0; }
.front .main section h3 a {
  text-decoration: none;
  font-size: 26px;
  font-size: 2.6rem;
  padding: .1em;
  display: block;
  display: inline-block;
  margin: .3em 0 .3em 0;
  color: #006FA8; }
.front .main section img {
  max-width: 150px; }

.section-page .main section h2 {
  margin: 0 0 0 15px; }

.main .eventslist h2 {
  margin: 0 0 0 15px; }
.main .eventslist h3 {
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  padding: .1em;
  display: block;
  display: inline-block;
  margin: .1em 0 .1em 15px;
  color: #010101; }
.main .eventslist img {
  margin: 0.6em 1em 0 15px; }
.main .eventslist h4 {
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #010101;
  margin: 0 0 0 15px; }
.main .eventslist p {
  color: #000;
  padding: 0.4em 0;
  font-size: 16px;
  font-size: 1.6rem; }

.geomap_locations,
.geomap_menu,
.geomap_open_large_map {
  display: none; }

.front .main .section-featured {
  margin: 1em 0 2em 0;
  background-color: #eee; }
  .front .main .section-featured figure {
    margin: 0.6em 1em 0 15px; }

.archive-page .main section {
  margin: 0; }

.static-page article {
  padding: 0 0 3em 0; }
  .static-page article li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6; }
  .static-page article .cs_img {
    clear: both;
    float: left;
    padding: 1em 2em 0 0; }
    .static-page article .cs_img img {
      max-width: 117px; }
  .static-page article .cs_img_caption {
    max-width: 117px;
    padding: 0 0 1em 0;
    font-size: 12px;
    font-size: 1.2rem; }

/* ads */
.ad-hint {
  color: #010101;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0;
  margin: -10px 0 0 0; }

header iframe {
  float: left;
  margin: 0 20px 10px 0; }

aside .ad-openx {
  width: 300px;
  margin: 0 auto 10px auto; }

iframe .feed_item_podcast {
  display: none; }

h1 {
  font-size: 32px;
  font-size: 3.2rem;
  margin: 0;
  padding: 1.33333em 0 0 0;
  font-weight: normal;
  font-family: Arial, sans-serif;
  color: #257083;
  padding: 0.3em 0 0; }

.hl-s {
  margin-bottom: -0.5em;
  padding-bottom: 0; }

h2 {
  font-size: 28px;
  font-size: 2.8rem;
  margin: 0;
  padding: 1.16667em 0 0 0;
  font-weight: normal;
  font-family: Arial, sans-serif; }

h2 a {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
  padding: 0.75em 0 0 0; }

h3 {
  font-size: 26px;
  font-size: 2.6rem;
  margin: 0;
  padding: 1.08333em 0 0 0;
  font-family: Arial, sans-serif; }

h3 a {
  font-size: 26px;
  font-size: 2.6rem; }

h4 {
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
  padding: 0.83333em 0 0 0;
  font-weight: normal;
  color: #257083; }

h5 {
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
  padding: 0.83333em 0 0 0;
  font-weight: normal; }

h6 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
  padding: 0.75em 0 0 0; }

p {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  padding: 0.58333em 0 0 0;
  line-height: 1.7;
  margin: 0; }

small {
  font-size: 0.5em; }

a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #257083; }

article p,
article p a {
  font-size: 16px;
  font-size: 1.6rem; }

.col-alpha a:hover, .col-alpha a:focus,
.list-arr a:hover,
.list-arr a:focus,
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  background-color: #ffcf00;
  color: #010101 !important;
  text-decoration: underline !important; }

.col-alpha .date-picker-control:hover {
  background-color: transparent; }

nav a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

li {
  font-size: 14px;
  font-size: 1.4rem; }

@media all and (max-width: 60em) {
  .front .main section h3 a {
    font-size: 20px;
    font-size: 2rem; }

  .archive-page h2 {
    font-size: 20px;
    font-size: 2rem;
    padding-left: 15px; } }
.main-header {
  max-width: 960px;
  margin: 0 auto; }

.head-first {
  width: 40%;
  float: left; }

.head-second {
  text-align: right;
  float: right;
  width: 60%; }

.main-time {
  padding: 0.5em 0; }

/* search head*/
.head-search {
  padding: 1em 0 0 0; }
  .head-search label {
    position: absolute;
    top: -200em; }
  .head-search input {
    height: 22px;
    border: 1px solid #010101;
    color: #fff;
    background: #010101;
    font-size: 14px;
    font-size: 1.4rem; }
  .head-search .head-search-inp {
    background: #fff;
    color: #666;
    padding: 0 0.3em; }
  .head-search .head-search-inp:focus {
    color: #000; }

@media screen and (max-width: 35em) {
  .head-first {
    float: none;
    width: 100%; }

  .head-second {
    float: none;
    margin: -1em 0 1em;
    text-align: left;
    width: 100%; }

  .head-search .head-search-inp {
    width: 12em; } }
nav {
  clear: both;
  background: transparent url(../../_img/nav-bg.jpg) repeat-x 0 0;
  height: 37px;
  border-bottom: 4px solid #006FA8; }
  nav ul {
    max-width: 960px;
    margin: 0 auto; }
  nav li {
    list-style: none;
    float: left; }
  nav a {
    color: #fff;
    text-decoration: none;
    line-height: 2.2;
    padding: 0 1em;
    margin: 0 12px 0 0;
    height: 37px;
    display: block; }
  nav a:hover,
  nav .selected a {
    background: #006FA8; }

.nav-hl {
  display: none; }

.breadcrumbs {
  max-width: 960px;
  margin: 0 auto;
  padding: 0; }
  .breadcrumbs li {
    float: left;
    list-style: none;
    padding: 0.4em 1em 0 0; }
  .breadcrumbs a {
    text-decoration: none;
    color: #010101; }

@media all and (max-width: 60em) {
  nav,
  footer {
    margin: 0 -0.6em; }

  .breadcrumbs li {
    padding: 0.4em 1em 0.4em 0; } }
@media all and (max-width: 58em) {
  nav {
    background-repeat: repeat;
    height: 74px; }
    nav li {
      width: 25%; }
    nav a {
      text-align: center;
      margin: 0;
      padding: 0; } }
@media all and (max-width: 27em) {
  nav li {
    width: auto; }

  nav a {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.8;
    padding: 0 0.4em; } }
.form dt {
  float: left;
  clear: both;
  width: 20%;
  padding: 0 0 2em 1em; }
.form .hint-info {
  font-size: 13px;
  font-size: 1.3rem;
  border-left: 2px solid #ddd;
  padding: 0 0 0 0.9em;
  margin: 0 0 2em 0;
  display: block; }
.form dd {
  float: left;
  width: 60%;
  margin: 0 0 1em 0;
  font-size: 16px;
  font-size: 1.6rem; }
.form input {
  border: 1px solid #010101; }
.form label {
  border: 1px solid #fff; }
.form label,
.form input,
.form textarea {
  font-size: 16px;
  font-size: 1.6rem; }
.form .submit,
.form #submit {
  clear: both;
  margin-left: 22%;
  float: left;
  color: #fff;
  background: #010101; }
.form .form-links {
  padding: 2em 0 0 0;
  clear: both; }

.hint-ok {
  color: green; }

.hint-not-ok {
  color: red; }

#article_comment_submit {
  border: 1px solid #010101;
  color: #fff;
  background: #010101; }

.form-register {
  border: 1px solid #ddd;
  padding: 10px; }

.form .terms-of-use-l {
  float: right;
  margin: 0.7em 0 0 0;
  width: 75%; }

.form .terms-of-use-i {
  float: left;
  margin: 1em 0 1em 20%; }

.form-register #submit {
  margin: 1em 0 0 20%; }

.form-register-after div {
  height: 3.5em; }

.form-register-after label {
  display: block;
  float: left;
  width: 30%; }

.form-register-after #submit {
  margin: 1em 0 0 30%; }

.form-archive {
  clear: both;
  margin: 1em 0 0 0;
  padding: 2em 1em 4em;
  border: 1px solid #ddd;
  background: #ddd; }
  .form-archive label {
    position: relative;
    top: 0;
    width: 22%;
    float: left;
    border: none; }
  .form-archive div {
    width: 100%;
    height: 4em; }
  .form-archive .archive-start-date input,
  .form-archive .archive-end-date input {
    background: #fff;
    color: #000; }

.hint-error {
  color: red;
  color: rgba(200, 58, 58, 0.8); }

.main .user-dashboard p {
  margin: 0 0 0.3em 0; }

@media all and (max-width: 60em) {
  .form .terms-of-use-l {
    width: 90%; }

  .form .terms-of-use-i {
    margin: 1em 0 1em 0; } }
@media all and (max-width: 32em) {
  .archive-page .form-archive input {
    max-width: 11em; }

  .form-archive label {
    width: 32%; }

  .form dt {
    width: 30%; }

  .form .submit,
  .form #submit {
    margin-left: 32%; }

  .form-register #submit {
    margin: 1em 0 0 0; }

  .form-login label {
    max-width: 10em; } }
@media all and (max-width: 23em) {
  .archive-page .form-archive input {
    max-width: 9em; } }
.zend_form #image-label,
.zend_form #image-label + dd {
  display: none; }

.form-register-after .zend_form dt {
  width: 33%; }

.box {
  clear: both;
  margin: 0 0 2em 0; }
  .box header {
    background: #006FA8;
    color: #fff;
    font-weight: bold;
    padding: 0.3em 15px; }
    .box header p {
      padding: 0; }

.box-ad header {
  margin: 0 0 10px 0; }

.box-ad-inner {
  padding: 10px;
  text-align: center; }

.rssFeed {
  padding: 0; }

.rssFeed ul {
  list-style: disc;
  margin: 0;
  padding: 0 0 0 30px; }

.rssFeed ul li {
  list-style-image: url(../../_img/arrow.png); }

.rssFeed ul li h4 {
  margin: 0;
  padding: 0;
  font-weight: bold; }

.rssFeed ul li a {
  text-decoration: none;
  color: #010101; }

.rssFeed ul li a:hover,
.rssFeed ul li a:focus {
  background-color: #ffcf00;
  color: #010101 !important;
  text-decoration: underline !important; }

.list-arr {
  padding: 0 0 0 30px; }

.list-arr li {
  list-style-image: url(../../_img/arrow.png); }
  .list-arr li a {
    text-decoration: none;
    color: #010101; }
  .list-arr li a:hover {
    text-decoration: underline; }

.list-social li {
  float: left; }

.list-social a {
  width: 40px;
  height: 50px;
  display: block;
  text-indent: -2013em;
  margin: 1em 1em 0 0; }
  .list-social a:hover {
    opacity: 0.8; }

.icon-rss {
  background: url(../../_img/social/rss.jpg) no-repeat 0 0 transparent; }

.icon-twitter {
  background: url(../../_img/social/twitter.jpg) no-repeat 0 0 transparent; }

.icon-fb {
  background: url(../../_img/social/fb.jpg) no-repeat 0 0 transparent; }

.icon-email {
  background: url(../../_img/social/mail.jpg) no-repeat 0 0 transparent; }

.icon-share {
  background: url(../../_img/social/share.jpg) no-repeat 0 0 transparent; }

.icon-newsletter {
  background: url(../../_img/social/newsletter.jpg) no-repeat 0 0 transparent; }

@media all and (max-width: 60em) {
  .box {
    clear: none;
    float: left;
    margin: 0 2% 2em 0;
    min-height: 10em;
    width: 48%; }

  .box-related-articles {
    width: auto;
    float: none; } }
@media all and (max-width: 32em) {
  .box {
    margin: 0 0 1em 0;
    width: 100%; }

  .main section h2 a {
    font-size: 18px;
    font-size: 1.8rem; }

  .main section p {
    font-size: 13px;
    font-size: 1.3rem; }

  .main section img {
    max-height: 90px;
    max-width: 90px; }

  .main .eventslist h3 {
    font-size: 16px;
    font-size: 1.6rem; }

  .box-related-articles {
    width: auto;
    float: none; } }
.section-page h1 {
  margin: 0.3em 0 0;
  padding: 0; }
.section-page .col-alpha header p {
  padding: 0 0 0.5em 0; }
.section-page section h2 a {
  margin: 0; }
.section-page figcaption {
  margin: 0; }
.section-page section img {
  max-width: 150px;
  max-height: 100%; }

@media all and (max-width: 60em) {
  h1,
  .section-page h1 {
    font-size: 26px;
    font-size: 2.6rem;
    padding: 0 0 0 15px; }

  .article-page h1 {
    padding: 0;
    margin: 1em 0 0 0; } }
.section-info {
  display: block;
  float: right;
  text-indent: -2013em;
  position: relative;
  margin: -35px 0 0 0; }
  .section-info:hover {
    background: #fff !important; }
  .section-info:after {
    content: "?";
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    padding: 5px 10px;
    background: #257083;
    color: #fff;
    text-indent: 0;
    display: block;
    font-weight: bold; }

.section-info-txt {
  color: #fff;
  text-decoration: none;
  background: #257083;
  padding: 3px 5px;
  display: block;
  float: right;
  position: relative;
  margin: -35px 0 0 0; }

.infobox {
  border: 1px solid #257083;
  margin: 20px 0 40px;
  padding: 10px;
  position: relative; }
  .infobox:before {
    background: none repeat scroll 0 0 #257083;
    border-radius: 50% 50% 50% 50%;
    color: #FFFFFF;
    content: "!";
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    left: -14px;
    padding: 2px 10px;
    position: absolute;
    text-indent: 0;
    top: -14px; }

@media all and (max-width: 60em) {
  .section-info,
  .section-info-txt {
    margin: -35px 15px 0 0; }

  .infobox {
    margin: 20px 20px 40px 20px; } }
.pagination {
  margin: 10px 0 0 0;
  padding: 0;
  float: right; }
  .pagination li {
    list-style: none;
    float: left; }
  .pagination a {
    display: block;
    padding: 0.2em 0.6em;
    text-decoration: none;
    border: 1px solid #257083;
    margin: 0 0.6em 0.4em 0;
    font-size: 16px;
    font-size: 1.6rem; }
    .pagination a:hover, .pagination a:focus, .pagination a.selected {
      background: #257083;
      border-color: #257083;
      color: #fff !important; }

.pagination-users {
  clear: both;
  float: none;
  padding: 2em 0 2em 0; }

@media all and (max-width: 60em) {
  .pagination {
    margin: 10px 15px 0; }

  .archive-page h4 {
    margin: 1em 0 0 15px; }

  .static-page article p {
    margin: 0 0 0 15px; } }
.article-nav {
  margin: 1em 0 -1em 0;
  padding: 0.5em 0;
  border: 2px solid #257083;
  border-width: 2px 0;
  height: 2em; }
  .article-nav li {
    float: left;
    display: block;
    list-style: none; }
  .article-nav .article-nav-next {
    float: right; }
  .article-nav a {
    text-decoration: none;
    color: #257083;
    font-size: 14px;
    font-size: 1.4rem; }

@media all and (max-width: 60em) {
  .article-nav {
    padding: 0.5em 15px; } }
.article-nav-bottom {
  margin: 1em 0 3em 0; }

.section-nav {
  clear: both; }

.art-item figure {
  float: left;
  margin: 2em 2em 0 0; }
  .art-item figure figcaption {
    display: block;
    border: none; }

@media all and (max-width: 800px) {
  .art-item figure figcaption {
    max-width: 150px; } }
.art-item img {
  max-width: 100%; }

@media all and (min-width: 900px) {
  .col-alpha {
    width: 600px; }

  .art-item img {
    max-width: 590px; } }
.art-meta {
  font-weight: bold;
  border-bottom: 1px solid #ddd; }

.box-related-articles {
  margin: 3em 0 2em 0;
  background: #eee;
  padding: 0 0 1em 0; }

.art-item-event h2 {
  padding: 0;
  font-size: 20px;
  font-size: 2rem; }
.art-item-event img {
  float: left;
  margin: 17px 10px 20px 0; }
.art-item-event .art-map img {
  float: none;
  margin: 0;
  max-width: 100%; }

.art-map {
  margin: 40px 0 0 0; }

@media all and (max-width: 60em) {
  .art-map {
    margin: 40px 0 0 10px; } }
.related-articles {
  margin: 0;
  padding: 0; }
  .related-articles li {
    list-style: none;
    width: 44%;
    margin: 0 3%;
    padding: 0;
    float: left; }
  .related-articles p {
    padding: 0; }
  .related-articles h5 {
    padding: 0;
    font-size: 20px;
    font-size: 2rem; }
  .related-articles h5 a {
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem; }
  .related-articles img {
    margin: 0 10px 0 0;
    float: left;
    max-width: 30%; }

.related-articles-single li {
  width: 100%; }

.related-articles-single h5 {
  height: auto; }

.article-comments section p {
  margin: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }
.article-comments h4 {
  margin: 1em 0 0 0;
  clear: both; }
  .article-comments h4 a {
    font-size: 20px;
    font-size: 2rem; }
.article-comments h5 {
  background: #eee;
  padding: 0.3em;
  margin: 1em 0 0 0;
  border-top: 1px solid #ddd;
  font-size: 18px;
  font-size: 1.8rem; }
.article-comments form {
  background: #eee;
  border-top: 1px solid #ddd;
  padding: 1em 0 6em 0.3em; }
.article-comments label,
.article-comments input {
  font-size: 16px;
  font-size: 1.6rem;
  width: 20%;
  margin: 0 1em 0 0;
  display: block;
  float: left; }
.article-comments input {
  width: auto;
  margin: 0.5em 0 0 22%; }
.article-comments textarea {
  width: 70%;
  min-height: 10em;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333; }
  .article-comments textarea:focus {
    color: #010101; }
.article-comments article {
  border: 1px solid #ddd;
  padding: 0 1em 0.3em 1em;
  margin: 0 0 1em 0; }
  .article-comments article header {
    border-bottom: 1px solid #ddd; }
  .article-comments article h4 {
    margin-top: 0;
    font-size: 14px;
    font-size: 1.4rem; }
  .article-comments article a {
    font-size: 16px;
    font-size: 1.6rem;
    margin: -0.2em 1em 0 0;
    text-decoration: none; }
  .article-comments article time {
    font-size: 12px;
    font-size: 1.2rem; }

.comments-page-list {
  margin: 0;
  padding: 0;
  list-style: none; }

@media all and (max-width: 60em) {
  .comments-page-list {
    margin: 0 15px; } }
.comments-page-list-el {
  margin: 0;
  padding: 0 0 1em 0;
  border-top: 1px solid #006FA8; }
  .comments-page-list-el h2 {
    padding: 0; }
  .comments-page-list-el a {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0;
    padding: 0.75em 0 0 0;
    text-decoration: none; }

@media all and (max-width: 32em) {
  .article-comments textarea {
    width: 90%; }

  #article_comment_submit {
    margin: 0.2em; }

  .comments-page-list-el h2 {
    font-size: 20px;
    font-size: 2rem; }
  .comments-page-list-el a {
    font-size: 16px;
    font-size: 1.6rem; } }
.mediatips {
  margin: 1em 0 0 0; }
  .mediatips p {
    padding: 0; }
  .mediatips li {
    list-style: none;
    padding: 0 0 0 3.5em; }
  .mediatips img {
    margin: 1em 10px 0px 17px; }

.tabs-event {
  margin: 1em 0 0 0;
  padding: 0; }
  .tabs-event li {
    list-style: none;
    float: left;
    padding: 0.4em 1em;
    background: #ddd; }
  .tabs-event .tab-featured {
    padding: 0; }
    .tabs-event .tab-featured a {
      padding: 0.4em 1em;
      display: block;
      background: #000;
      color: #fff;
      text-decoration: none; }
      .tabs-event .tab-featured a:hover, .tabs-event .tab-featured a:focus {
        color: #000;
        background: #ddd; }

.sponsored {
  clear: both;
  border-top: 4px solid #006FA8; }
  .sponsored div {
    margin: 0 auto;
    max-width: 960px;
    padding: 1em 0 3em 0; }
  .sponsored p {
    clear: both; }

.sponsor-first a,
.sponsor-second a,
.sponsor-first span {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  background: url(../../_img/logos/logos_1.jpg) no-repeat 0 0;
  text-indent: -2013em; }
  .sponsor-first a:hover,
  .sponsor-second a:hover,
  .sponsor-first span:hover {
    opacity: 0.8; }

.sponsor-second a {
  background: url(../../_img/logos/logos_2.jpg) no-repeat 0 0; }

.sponsor-first .bottom-logo-bizeps {
  background-position: -10px 0;
  width: 140px; }

.sponsor-first .bottom-logo-movado {
  background-position: -150px 0;
  width: 200px; }

.sponsor-first .bottom-logo-netzwerk {
  background-position: -347px 0; }

.sponsor-first .bottom-logo-forsea {
  background-position: -450px 0;
  width: 180px; }

.sponsor-first .bottom-logo-cebeef {
  background-position: -640px 0; }

.sponsor-second .bottom-logo-dimedis {
  background-position: -10px 0;
  width: 198px;
  height: 70px; }

.sponsor-second .bottom-logo-sourcefabric {
  background-position: -200px 0;
  width: 216px;
  height: 70px; }

.sponsor-second .bottom-logo-nc-klage-psychologie {
  height: 70px;
  margin: 15px 0 0;
  width: 240px;
  background: url(../../_img/logos/nc-klage-medizin.gif) no-repeat 0 0; }

.sponsor-second .bottom-logo-technik-fuer-alle {
  margin: 5px 0 0 10px;
  background: url(../../_img/logos/TFA_80x70.jpg) no-repeat 0 0; }

.sponsor-second .bottom-logo-rechtsanwalt {
  width: 185px;
  background: url(../../_img/logos/schulrecht-rechtsanwalt-200x70.png) no-repeat 0 0; }
  
  .sponsor-second .bottom-logo-yomma {
  background-position: -420px 0;
  margin: 5px 0 0 10px;
  width: 260px;
  background: url(../../_img/logos/yomma_228x70.jpg) no-repeat 0 0; }
 
.sponsor-second .bottom-logo-technik-fuer-alle {
  background-position: -650px 0;
  margin: 5px 0 0 10px;
  background: url(../../_img/logos/TFA_80x70.jpg) no-repeat 0 0; }
  
footer {
  clear: both;
  padding: 2em 0.5em 0;
  background: #233761;
  color: #fff; }
  footer div {
    clear: both;
    max-width: 960px;
    margin: 0 auto; }
  footer a {
    color: #fff;
    text-decoration: none; }
  footer .copy {
    clear: both;
    padding: 2em 0; }

footer .logo {
  float: left;
  padding: 0 5em 0 0; }

.footer-nav-first,
.footer-nav-second {
  width: 23%;
  float: left;
  border-left: 2px solid #fff;
  margin: 0 3em 0 0;
  padding: 0;
  list-style: none; }
  .footer-nav-first a,
  .footer-nav-second a {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.7;
    display: block;
    padding: 0.1em 0.3em; }
    .footer-nav-first a:hover, .footer-nav-first a:focus,
    .footer-nav-second a:hover,
    .footer-nav-second a:focus {
      background: #fff;
      color: #233761; }

.footer-social {
  float: left;
  width: 24%; }
  .footer-social p {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.7;
    padding: 0; }

@media screen and (max-width: 58em) {
  .footer-social {
    width: 100%; } }
@media screen and (max-width: 37em) {
  .footer-social {
    width: 100%; }

  .footer-nav-second {
    width: 100%;
    margin: 3em 0;
    border: 1px solid #fff;
    border-width: 1px 0; }
    .footer-nav-second li {
      float: left; } }
@media screen and (max-width: 29em) {
  .footer-nav-first {
    width: 100%;
    margin: 3em 0 1em 0;
    border: 1px solid #fff;
    border-width: 1px 0; }
    .footer-nav-first li {
      float: left; } }
.cc_banner-wrapper ~ .main-footer {
  padding-bottom: 100px; }

@media print {
  body {
    margin: 20px; }

  * {
    color: #000 !important;
    background: #fff !important;
    margin-left: 0 !important;
    clear: both !important; }

  .skip-main,
  .head-second,
  nav,
  .article-nav,
  aside,
  .sponsored,
  footer .logo,
  .footer-nav-first,
  .footer-nav-second,
  .footer-social,
  form,
  footer .copy,
  .ad-openx-wrapper,
  #head00,
  .ad-openx iframe,
  iframe,
  .article-comments,
  #socialshareprivacy {
    display: none !important; }

  footer {
    background: #fff; }
    footer p {
      color: #000; }

  .col-alpha {
    width: 100%; } }

/*# sourceMappingURL=styles.css.map */
