/* ==========================================================================
   Nuernberg Newsletter CSS fuer Print
   ========================================================================== */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  height: 101%; }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  position: relative;
  margin: 0;
  font-size: 11pt;
  line-height: 1.5rem;
  background: white; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a {
  color: #999;
  background: transparent;
  font-weight: bold;
  text-decoration: underline; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 14pt;
  color: #464646; }

h2 {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 12pt;
  color: #464646; }

h3 {
  margin: 0 0 6px 0;
  padding: 0;
  font-size: 11pt;
  color: #464646; }

h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 11pt;
  color: #464646; }

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0 0 24px 0; }

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
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; }

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0 0 24px 0; }

dd {
  margin: 0 0 0 0; }

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 0; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
menu ul,
menu ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  max-width: 100%;
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   _base.scss: Allgemeine Elementanweisungen, uebergreifende Klassen
   ========================================================================== */

#binding-nl {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border-left: none;
  border-right: none;
}

hr {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #000;
}

.break {
  display: none; }

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

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  zoom: 1;
  /* IE <= 8 */ }

.print {
  display: block; }

.screen {
  display: none; }

.block {
  display: block; }

.box, .box-in-connection, .island,
.island-small {
  display: block; }
.box > :first-child, .box-in-connection > :first-child, .island > :first-child,
.island-small > :first-child {
  margin-top: 0; }
.box > :last-child, .box-in-connection > :last-child, .island > :last-child,
.island-small > :last-child {
  margin-bottom: 0; }

.with-js {
  display: none; }
.js .with-js {
  display: block; }

.box,
.box-sub,
.box-with-bg {
  margin-bottom: 15px; }

.in-connection {
  margin-bottom: 0; }

.fix {
  overflow: hidden; }

.table {
  overflow: auto; }

.nested-bg {
  background-color: #fff; }

/*
 * Link-Icons als Hintergrund-Image
 */
.link {
  margin-left: 0;
  padding-left: 0;
  text-indent: 0; }

.link-intern, .HTML, .link-extern, .link-download, .XPDF, .link-email, .link-map, .link-app, .link-audio, .link-skip, .link-back, .link-before, .link-next {
  display: none; }

/* ==========================================================================
   _header.scss: Logo, Titel, Titelbild
   ========================================================================== */
.skip-links {
  display: none; }

.mobile {
  display: none !important; }

.logo {
  position: absolute;
  top: -48px;
  right: 7%;
  white-space: nowrap;
  text-indent: 100%;
  width: 128px;
  height: 80px;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../images/global/nuernberg_logo.gif); }

.header {
  margin-top: 48px;
  border-top: 1px solid #464646; }

.heading-main  /* Newsletter Titel */{
  font-size: 14pt;
  border-top: none;
  margin-bottom: 0;
  padding: 5px 0;
  color: #464646;
}

.header img {
  display: none; }

/* ==========================================================================
   _intro.scss: Editorial und Inhaltsverzeichnis
   ========================================================================== */

.heading-menu {
  margin: 0;
  padding: 2px 0;
  font-size: 11pt;
  color: #000;
  border-bottom: none; }

.js .menu,
.no-js .menu {
  background-color: #fff; }

.menu .list-links {
  padding-left: 15px;
  list-style-type: square; }

.menu .list-links  li {
  background: none;
  border-bottom: none; }

.intro-1-col .editorial-img	{
  width: 150px;
  padding-right: 0; }


/* ==========================================================================
   _contentmoduls.scss: Module Content
   ========================================================================== */
/*
 * Spalten Verhalten
 */
.content-1-col {
  width: 31.57895%; }

.content-left {
  float: left; }

.content-right {
  float: right; }

.img-1-col {
  margin-right: 15px;
  margin-bottom: 7.5px; }

.text-2-col,
.text-2-col-bg {
  float: right;
  width: 65.78947%; }

.text-2-col-bg {
  padding-left: 0; }

.text-2-col {
  position: relative;
  top: -0.6px; }

/*
 * Abstaende im Contentbereich
 */

.island,
.island-linked,
.text-2-col,
.text-2-col-bg,
.heading-box,
.heading-menu,
.intro-1-col .menu .list-links li,
.intro-2-col .heading-menu,
.intro-2-col .menu .list-links li {
  padding-left: 0;
  padding-right: 0; }

.island {
  padding-top: 15px;
  padding-bottom: 15px; }

.island-small {
  padding-top: 7.5px;
  padding-bottom: 7.5px; }

/*
 * Farben
 */

.accent,
.teaser-large,
.teaser-large-linked,
.neutral {
  background-color: #fff; }

.print-color  /* ueberschreibt die hart codierte individuelle Hintergrundfarbe von teaser_large und teaser_small_rc */{
  background-color: #fff; }

/*
 * Typo
 */

.heading-box {
  margin: 0 0 10px 0;
  font-size: 12pt;
  color: #000; }

.heading-teaser,
.date-title {
  margin: 0 0 3px 0;
  padding: 0;
  font-size: 11pt;
  color: #000; }

.text-with-bg {
  color: #000;
}

/*
 * Listen
 */

.menu .list-links {
  list-style-image: url(../images/global/punkt.png); }

.list-links  li{
  border-bottom: 1px solid #666; }

/*
 * Link gesamte Box, Teaserbox, Bilderbox
 */
.box-linked {
  color: black;
  font-weight: normal;
  text-decoration: none;
  display: block; }

/*
 * Link-Icons als Hintergrund-Image
 */

.button,
.link-indicator:after,
.link-article-indicator:after {
  display: none; }

/*
 * Kalendarium
 */

.date {
  text-align: center; }

.date-box {
  margin-right: 15px;
  float: left; }

.date-left,
.date-right {
  display: block;
  color: #000;
  background-color: #fff; }

.date-left {
  border-style: solid;
  border-color: #000;
  border-width: 1px 1px 0 1px ; }

.date-right {
  border: 1px solid #000; }

.date-day {
  font-weight: bold;
  font-size: 24pt; }

/*
 * Panorama
 */
.panorama-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  max-width: 100%; }

.panorama-link span {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/global/icon_panorama.png) 50% 50% no-repeat; }

/*
 * Youtube-Video
 */
.youtube {
  display: none;}

/*
 * Bilderbox und Vorschauseite
 */
.thumbnail {
  border: 1px solid #666;
  background-color: #fff; }

/*
 * Teaser klein, Bild rechts, farbig (teaser_small_rc)
 */

.campain .campaign-body  {
  border-right: 15px solid #fff;
  margin-right: 15px; }

.campaign-img {
  width: 150px;
  float: left;
  padding: 0 0 15px 0; }

/* ==========================================================================
   _footer.scss: Footer, Links zu rechtlichen Hinweisen und Hilfe, Bildnachweis
   ========================================================================== */

.footer-heading {
  margin: 0;
  padding: 5px 0;
  font-size: 11pt;
  color: #000; }

.banner {
  border-bottom: none; }

.credits {
  padding: 5px 5px;
  font-size: 10pt;
  line-height: 24px; /* fuer IE 9 */
  line-height: 1.5rem;
  text-align: justify;
  color: #8f8f8f; }

.credits li,
.credits-header {
  margin: 0;
  padding: 0; }

.credits li {
  display: inline; }

.credits .credits-header {
  display: none; }

.credits li span {
  padding: 0 0 0 5px; }
