/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/*@import url(../lib/fancyinputs/jquery.fancyinputs.css);
@import url(../lib/isotope/isotope.css);*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
/* 2 */ }
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
/* 2 */ }
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
 display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover  {
  outline: 0;
 color: rgb(204, 0, 48) !important;
}
a.jmm:active, a.jmm:hover ,a.jmm  {
   color: rgb(204, 0, 48) !important;
}



/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `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;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
/* 3 */ }
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
/* 3 */ }
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
/* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and 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;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
/* 2 */ }
/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
@font-face {
  font-family: SofiaProBlack;
  src: url("../fonts/SofiaProBlackWeb.eot");
}
@font-face {
  font-family: SofiaProBlack;
  src: url("../fonts/SofiaProBlackWeb.woff") format("woff");
}
@font-face {
  font-family: SofiaProRegular;
  src: url("../fonts/SofiaProRegularWeb.eot");
}
@font-face {
  font-family: SofiaProRegular;
  src: url("../fonts/SofiaProRegularWeb.woff") format("woff");
}
 @-webkit-keyframes blurBrightnessContrast {
 0% {
 filter: brightness(1) contrast(1) blur(0px);
 -webkit-filter: brightness(1) contrast(1) blur(0px);
 -moz-filter: brightness(1) contrast(1) blur(0px);
 -o-filter: brightness(1) contrast(1) blur(0px);
 -ms-filter: brightness(1) contrast(1) blur(0px);
 filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0px');
}
 100% {
 filter: brightness(1.5) contrast(0.7) blur(10px);
 -webkit-filter: brightness(1.5) contrast(0.7) blur(10px);
 -moz-filter: brightness(1.5) contrast(0.7) blur(10px);
 -o-filter: brightness(1.5) contrast(0.7) blur(10px);
 -ms-filter: brightness(1.5) contrast(0.7) blur(10px);
 filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10px');
}
}
 @-moz-keyframes blurBrightnessContrast {
 0% {
 filter: brightness(1) contrast(1) blur(0px);
 -webkit-filter: brightness(1) contrast(1) blur(0px);
 -moz-filter: brightness(1) contrast(1) blur(0px);
 -o-filter: brightness(1) contrast(1) blur(0px);
 -ms-filter: brightness(1) contrast(1) blur(0px);
 filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0px');
}
 100% {
 filter: brightness(1.5) contrast(0.7) blur(10px);
 -webkit-filter: brightness(1.5) contrast(0.7) blur(10px);
 -moz-filter: brightness(1.5) contrast(0.7) blur(10px);
 -o-filter: brightness(1.5) contrast(0.7) blur(10px);
 -ms-filter: brightness(1.5) contrast(0.7) blur(10px);
 filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10px');
}
}
 @-ms-keyframes blurBrightnessContrast {
 0% {
 filter: brightness(1) contrast(1) blur(0px);
 -webkit-filter: brightness(1) contrast(1) blur(0px);
 -moz-filter: brightness(1) contrast(1) blur(0px);
 -o-filter: brightness(1) contrast(1) blur(0px);
 -ms-filter: brightness(1) contrast(1) blur(0px);
 filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0px');
}
 100% {
 filter: brightness(1.5) contrast(0.7) blur(10px);
 -webkit-filter: brightness(1.5) contrast(0.7) blur(10px);
 -moz-filter: brightness(1.5) contrast(0.7) blur(10px);
 -o-filter: brightness(1.5) contrast(0.7) blur(10px);
 -ms-filter: brightness(1.5) contrast(0.7) blur(10px);
 filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10px');
}
}
 @-o-keyframes blurBrightnessContrast {
 0% {
 filter: brightness(1) contrast(1) blur(0px);
 -webkit-filter: brightness(1) contrast(1) blur(0px);
 -moz-filter: brightness(1) contrast(1) blur(0px);
 -o-filter: brightness(1) contrast(1) blur(0px);
 -ms-filter: brightness(1) contrast(1) blur(0px);
 filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0px');
}
 100% {
 filter: brightness(1.5) contrast(0.7) blur(10px);
 -webkit-filter: brightness(1.5) contrast(0.7) blur(10px);
 -moz-filter: brightness(1.5) contrast(0.7) blur(10px);
 -o-filter: brightness(1.5) contrast(0.7) blur(10px);
 -ms-filter: brightness(1.5) contrast(0.7) blur(10px);
 filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10px');
}
}
 @keyframes blurBrightnessContrast {
 0% {
 filter: brightness(1) contrast(1) blur(0px);
 -webkit-filter: brightness(1) contrast(1) blur(0px);
 -moz-filter: brightness(1) contrast(1) blur(0px);
 -o-filter: brightness(1) contrast(1) blur(0px);
 -ms-filter: brightness(1) contrast(1) blur(0px);
 filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0px');
}
 100% {
 filter: brightness(1.5) contrast(0.7) blur(10px);
 -webkit-filter: brightness(1.5) contrast(0.7) blur(10px);
 -moz-filter: brightness(1.5) contrast(0.7) blur(10px);
 -o-filter: brightness(1.5) contrast(0.7) blur(10px);
 -ms-filter: brightness(1.5) contrast(0.7) blur(10px);
 filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10px');
}
}
 @-webkit-keyframes blurBrightness {
 0% {
 filter: brightness(1) contrast(1) blur(0px);
 -webkit-filter: brightness(1) contrast(1) blur(0px);
 -moz-filter: brightness(1) contrast(1) blur(0px);
 -o-filter: brightness(1) contrast(1) blur(0px);
 -ms-filter: brightness(1) contrast(1) blur(0px);
 filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0px');
}
 100% {
 filter: brightness(1.2) contrast(1) blur(10px);
 -webkit-filter: brightness(1.2) contrast(1) blur(10px);
 -moz-filter: brightness(1.2) contrast(1) blur(10px);
 -o-filter: brightness(1.2) contrast(1) blur(10px);
 -ms-filter: brightness(1.2) contrast(1) blur(10px);
 filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10px');
}
}
 @-moz-keyframes blurBrightness {
 0% {
 filter: brightness(1) contrast(1) blur(0px);
 -webkit-filter: brightness(1) contrast(1) blur(0px);
 -moz-filter: brightness(1) contrast(1) blur(0px);
 -o-filter: brightness(1) contrast(1) blur(0px);
 -ms-filter: brightness(1) contrast(1) blur(0px);
 filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0px');
}
 100% {
 filter: brightness(1.2) contrast(1) blur(10px);
 -webkit-filter: brightness(1.2) contrast(1) blur(10px);
 -moz-filter: brightness(1.2) contrast(1) blur(10px);
 -o-filter: brightness(1.2) contrast(1) blur(10px);
 -ms-filter: brightness(1.2) contrast(1) blur(10px);
 filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10px');
}
}
 @-ms-keyframes blurBrightness {
 0% {
 filter: brightness(1) contrast(1) blur(0px);
 -webkit-filter: brightness(1) contrast(1) blur(0px);
 -moz-filter: brightness(1) contrast(1) blur(0px);
 -o-filter: brightness(1) contrast(1) blur(0px);
 -ms-filter: brightness(1) contrast(1) blur(0px);
 filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0px');
}
 100% {
 filter: brightness(1.2) contrast(1) blur(10px);
 -webkit-filter: brightness(1.2) contrast(1) blur(10px);
 -moz-filter: brightness(1.2) contrast(1) blur(10px);
 -o-filter: brightness(1.2) contrast(1) blur(10px);
 -ms-filter: brightness(1.2) contrast(1) blur(10px);
 filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10px');
}
}
 @-o-keyframes blurBrightness {
 0% {
 filter: brightness(1) contrast(1) blur(0px);
 -webkit-filter: brightness(1) contrast(1) blur(0px);
 -moz-filter: brightness(1) contrast(1) blur(0px);
 -o-filter: brightness(1) contrast(1) blur(0px);
 -ms-filter: brightness(1) contrast(1) blur(0px);
 filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0px');
}
 100% {
 filter: brightness(1.2) contrast(1) blur(10px);
 -webkit-filter: brightness(1.2) contrast(1) blur(10px);
 -moz-filter: brightness(1.2) contrast(1) blur(10px);
 -o-filter: brightness(1.2) contrast(1) blur(10px);
 -ms-filter: brightness(1.2) contrast(1) blur(10px);
 filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10px');
}
}
 @keyframes blurBrightness {
 0% {
 filter: brightness(1) contrast(1) blur(0px);
 -webkit-filter: brightness(1) contrast(1) blur(0px);
 -moz-filter: brightness(1) contrast(1) blur(0px);
 -o-filter: brightness(1) contrast(1) blur(0px);
 -ms-filter: brightness(1) contrast(1) blur(0px);
 filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0px');
}
 100% {
 filter: brightness(1.2) contrast(1) blur(10px);
 -webkit-filter: brightness(1.2) contrast(1) blur(10px);
 -moz-filter: brightness(1.2) contrast(1) blur(10px);
 -o-filter: brightness(1.2) contrast(1) blur(10px);
 -ms-filter: brightness(1.2) contrast(1) blur(10px);
 filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10px');
}
}
 @-webkit-keyframes moveDown {
 0% {
 opacity: 0;
}
 0% {
 -webkit-transform: translateY(-40px);
 -moz-transform: translateY(-40px);
 -o-transform: translateY(-40px);
 -ms-transform: translateY(-40px);
 transform: translateY(-40px);
}
 100% {
 opacity: 1;
}
 100% {
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -o-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
 @-moz-keyframes moveDown {
 0% {
 opacity: 0;
}
 0% {
 -webkit-transform: translateY(-40px);
 -moz-transform: translateY(-40px);
 -o-transform: translateY(-40px);
 -ms-transform: translateY(-40px);
 transform: translateY(-40px);
}
 100% {
 opacity: 1;
}
 100% {
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -o-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
 @-ms-keyframes moveDown {
 0% {
 opacity: 0;
}
 0% {
 -webkit-transform: translateY(-40px);
 -moz-transform: translateY(-40px);
 -o-transform: translateY(-40px);
 -ms-transform: translateY(-40px);
 transform: translateY(-40px);
}
 100% {
 opacity: 1;
}
 100% {
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -o-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
 @-o-keyframes moveDown {
 0% {
 opacity: 0;
}
 0% {
 -webkit-transform: translateY(-40px);
 -moz-transform: translateY(-40px);
 -o-transform: translateY(-40px);
 -ms-transform: translateY(-40px);
 transform: translateY(-40px);
}
 100% {
 opacity: 1;
}
 100% {
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -o-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes moveDown {
 0% {
 opacity: 0;
}
 0% {
 -webkit-transform: translateY(-40px);
 -moz-transform: translateY(-40px);
 -o-transform: translateY(-40px);
 -ms-transform: translateY(-40px);
 transform: translateY(-40px);
}
 100% {
 opacity: 1;
}
 100% {
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -o-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
 @-webkit-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @-moz-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @-ms-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @-o-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @-webkit-keyframes hovering {
 0% {
 -webkit-transform: translate(0, 0);
 -moz-transform: translate(0, 0);
 -o-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 transform: translate(0, 0);
}
 50% {
 -webkit-transform: translate(0, -25px);
 -moz-transform: translate(0, -25px);
 -o-transform: translate(0, -25px);
 -ms-transform: translate(0, -25px);
 transform: translate(0, -25px);
}
 100% {
 -webkit-transform: translate(0, 0);
 -moz-transform: translate(0, 0);
 -o-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 transform: translate(0, 0);
}
}
 @-moz-keyframes hovering {
 0% {
 -webkit-transform: translate(0, 0);
 -moz-transform: translate(0, 0);
 -o-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 transform: translate(0, 0);
}
 50% {
 -webkit-transform: translate(0, -25px);
 -moz-transform: translate(0, -25px);
 -o-transform: translate(0, -25px);
 -ms-transform: translate(0, -25px);
 transform: translate(0, -25px);
}
 100% {
 -webkit-transform: translate(0, 0);
 -moz-transform: translate(0, 0);
 -o-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 transform: translate(0, 0);
}
}
 @-ms-keyframes hovering {
 0% {
 -webkit-transform: translate(0, 0);
 -moz-transform: translate(0, 0);
 -o-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 transform: translate(0, 0);
}
 50% {
 -webkit-transform: translate(0, -25px);
 -moz-transform: translate(0, -25px);
 -o-transform: translate(0, -25px);
 -ms-transform: translate(0, -25px);
 transform: translate(0, -25px);
}
 100% {
 -webkit-transform: translate(0, 0);
 -moz-transform: translate(0, 0);
 -o-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 transform: translate(0, 0);
}
}
 @-o-keyframes hovering {
 0% {
 -webkit-transform: translate(0, 0);
 -moz-transform: translate(0, 0);
 -o-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 transform: translate(0, 0);
}
 50% {
 -webkit-transform: translate(0, -25px);
 -moz-transform: translate(0, -25px);
 -o-transform: translate(0, -25px);
 -ms-transform: translate(0, -25px);
 transform: translate(0, -25px);
}
 100% {
 -webkit-transform: translate(0, 0);
 -moz-transform: translate(0, 0);
 -o-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 transform: translate(0, 0);
}
}
 @keyframes hovering {
 0% {
 -webkit-transform: translate(0, 0);
 -moz-transform: translate(0, 0);
 -o-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 transform: translate(0, 0);
}
 50% {
 -webkit-transform: translate(0, -25px);
 -moz-transform: translate(0, -25px);
 -o-transform: translate(0, -25px);
 -ms-transform: translate(0, -25px);
 transform: translate(0, -25px);
}
 100% {
 -webkit-transform: translate(0, 0);
 -moz-transform: translate(0, 0);
 -o-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 transform: translate(0, 0);
}
}
 @-webkit-keyframes pulse {
 0% {
 opacity: 0;
}
 0% {
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -o-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 8% {
 opacity: 0;
}
 8% {
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -o-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 15% {
 opacity: 1;
}
 15% {
 -webkit-transform: scale(0.1);
 -moz-transform: scale(0.1);
 -o-transform: scale(0.1);
 -ms-transform: scale(0.1);
 transform: scale(0.1);
}
 30% {
 opacity: 1;
}
 30% {
 -webkit-transform: scale(0.5);
 -moz-transform: scale(0.5);
 -o-transform: scale(0.5);
 -ms-transform: scale(0.5);
 transform: scale(0.5);
}
 100% {
 opacity: 0;
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
 @-moz-keyframes pulse {
 0% {
 opacity: 0;
}
 0% {
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -o-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 8% {
 opacity: 0;
}
 8% {
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -o-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 15% {
 opacity: 1;
}
 15% {
 -webkit-transform: scale(0.1);
 -moz-transform: scale(0.1);
 -o-transform: scale(0.1);
 -ms-transform: scale(0.1);
 transform: scale(0.1);
}
 30% {
 opacity: 1;
}
 30% {
 -webkit-transform: scale(0.5);
 -moz-transform: scale(0.5);
 -o-transform: scale(0.5);
 -ms-transform: scale(0.5);
 transform: scale(0.5);
}
 100% {
 opacity: 0;
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
 @-ms-keyframes pulse {
 0% {
 opacity: 0;
}
 0% {
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -o-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 8% {
 opacity: 0;
}
 8% {
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -o-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 15% {
 opacity: 1;
}
 15% {
 -webkit-transform: scale(0.1);
 -moz-transform: scale(0.1);
 -o-transform: scale(0.1);
 -ms-transform: scale(0.1);
 transform: scale(0.1);
}
 30% {
 opacity: 1;
}
 30% {
 -webkit-transform: scale(0.5);
 -moz-transform: scale(0.5);
 -o-transform: scale(0.5);
 -ms-transform: scale(0.5);
 transform: scale(0.5);
}
 100% {
 opacity: 0;
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
 @-o-keyframes pulse {
 0% {
 opacity: 0;
}
 0% {
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -o-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 8% {
 opacity: 0;
}
 8% {
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -o-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 15% {
 opacity: 1;
}
 15% {
 -webkit-transform: scale(0.1);
 -moz-transform: scale(0.1);
 -o-transform: scale(0.1);
 -ms-transform: scale(0.1);
 transform: scale(0.1);
}
 30% {
 opacity: 1;
}
 30% {
 -webkit-transform: scale(0.5);
 -moz-transform: scale(0.5);
 -o-transform: scale(0.5);
 -ms-transform: scale(0.5);
 transform: scale(0.5);
}
 100% {
 opacity: 0;
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes pulse {
 0% {
 opacity: 0;
}
 0% {
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -o-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 8% {
 opacity: 0;
}
 8% {
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -o-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 15% {
 opacity: 1;
}
 15% {
 -webkit-transform: scale(0.1);
 -moz-transform: scale(0.1);
 -o-transform: scale(0.1);
 -ms-transform: scale(0.1);
 transform: scale(0.1);
}
 30% {
 opacity: 1;
}
 30% {
 -webkit-transform: scale(0.5);
 -moz-transform: scale(0.5);
 -o-transform: scale(0.5);
 -ms-transform: scale(0.5);
 transform: scale(0.5);
}
 100% {
 opacity: 0;
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
@font-face {
  font-family: SofiaProBlack;
  src: url("../fonts/SofiaProBlackWeb.eot");
}
@font-face {
  font-family: SofiaProBlack;
  src: url("../fonts/SofiaProBlackWeb.woff") format("woff");
}
@font-face {
  font-family: SofiaProRegular;
  src: url("../fonts/SofiaProRegularWeb.eot");
}
@font-face {
  font-family: SofiaProRegular;
  src: url("../fonts/SofiaProRegularWeb.woff") format("woff");
}
html, body {
  font-family: SofiaProRegular, Arial, sans-serif;
  font-size: 14px;
}
address {
  font-style: normal;
}
time {
  color: #cc0030;
  font-family: SofiaProBlack;
  text-transform: uppercase;
}
p, input, select, textarea {
  font-size: 16px;
  font-family: SofiaProRegular;
  color: #262626;
  line-height: 20px;
  margin: 10px 0;
}
strong {
  font-family: SofiaProBlack;
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: SofiaProBlack;
  color: #262626;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0;
}
h1 .alpha, h1.alpha, h2 .alpha, h2.alpha, h3 .alpha, h3.alpha, h4 .alpha, h4.alpha, h5 .alpha, h5.alpha, h6 .alpha, h6.alpha {
  color: #cc0030 !important;
}
.slide-title .alpha, .slide-title.alpha {
  color: #cc0030 !important;
}
.slide-title, .slide-title .alpha, .slide-title.alpha {
  color: #fff;
    font-family: SofiaProBlack;
    font-weight: normal;
    margin-top: 0;
    text-transform: uppercase;
}
h1 .bravo, h1.bravo, h2 .bravo, h2.bravo, h3 .bravo, h3.bravo, h4 .bravo, h4.bravo, h5 .bravo, h5.bravo, h6 .bravo, h6.bravo {
  color: white !important;
}
h1 .charlie, h1.charlie, h2 .charlie, h2.charlie, h3 .charlie, h3.charlie, h4 .charlie, h4.charlie, h5 .charlie, h5.charlie, h6 .charlie, h6.charlie {
  color: #262626 !important;
}
h1 {
  font-size: 42px;
  line-height: 1;
}
h2 {
  font-size: 26px;
  line-height: 1;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 12px;
}

.alpha h1, .alpha h2, .alpha h3, .alpha h4, .alpha h5, .alpha h6, .alpha p, .alpha a, .alpha strong {
  color: #cc0030;
  text-decoration: none;
}
.bravo h1, .bravo h2, .bravo h3, .bravo h4, .bravo h5, .bravo h6, .bravo p, .bravo a, .bravo strong {
  color: white;
    text-decoration: none;
}
.charlie h1, .charlie h2, .charlie h3, .charlie h4, .charlie h5, .charlie h6, .charlie p, .charlie a, .charlie strong {
  color: #262626;
  text-decoration: none;
}
.bravo.headweiss h1 {
  color: #262626;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #262626;
}

.alpha a:hover,
.alpha a:focus {
  color: #cc0030 !important;
  text-decoration: underline;
}

.bravo a:hover,
.bravo a:focus {
  color: white !important;
  text-decoration: underline;
}

.charlie a:hover,
.charlie a:focus {
  color: #262626 ;
  text-decoration: underline;
}


a.invert {
  -moz-filter: invert();
  -o-filter: invert();
  -ms-filter: invert();
  -webkit-filter: invert();
  filter: invert();
}
a.link .highlight {
  color: #cc0030;
  font-family: SofiaProBlack;
}
a.link.linkDefault {
  font-family: SofiaProBlack;
  float: left;
  font-size: 14px;
  line-height: 1;
}
a.link.linkDefault:before {
  background: url("/fileadmin/layout/img/icons/icon_arrowRight.png") no-repeat center left transparent;
  content: "\00a0";
  width: 16px;
  height: 12px;
  padding-left: 14px;
  float: left;
}
a.link.linkDefault.black:before {
  background-image: url("/fileadmin/layout/img/icons/icon_arrowRightBlack.png");
}
a.link.linkLarge {
  font-family: SofiaProBlack;
  float: right;
  font-size: 17px;
  line-height: 1;
}
a.link.linkLarge:before {
  background: url("/fileadmin/layout/img/icons/icon_arrowRight.png") no-repeat center left transparent;
  content: "\00a0";
  width: 16px;
  height: 14px;
  padding-left: 14px;
  float: left;
}
a.link.linkLarge.black:before {
  background-image: url("/fileadmin/layout/img/icons/icon_arrowRightBlack.png");
}
a.link.hero:before {
  background-image: url("/fileadmin/layout/img/icons/icon_arrowRightLarge.png");
  background-position: center left;
  background-repeat: no-repeat;
  content: "\00a0";
  width: 22px;
  height: 14px;
  padding-left: 14px;
}
a.link.bravo.overview {
  overflow: visibile;
}

.overviewbutton > p,
.nextarticlebutton > p {
    margin: 0;
    padding: 0;
    line-height: 1;
}

section.prevAndNext a:first-child:before,
a.link.bravo.overview:before {
  background-image: url("/fileadmin/layout/img/icons/icon_overview.png");
  background-position: left center;
  position: relative;
  line-height: 28px;
  background-repeat: no-repeat;
  content: "\00a0";
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-left: 0;
  padding-right: 15px;
  margin-right: 5px;
}
a.link.bravo.next {
  line-height: 28px;
}
a.link.bravo.next:after {
  background-image: url("/fileadmin/layout/img/icons/icon_arrowRightBravoLarge.png");
  background-position: center left;
  background-repeat: no-repeat;
  content: "\00a0";
  width: 15px;
  height: 28px;
  display: inline-block;
  margin-left: 10px;
  padding-right: 10px;
}
a.link.bravo.next:before {
  background-image: none;
  background-position: center left;
  background-repeat: no-repeat;
  content: "";
  width: 0;
  height: 0;
  padding-left: 0;
}
a.link.bravo:before {
  background-image: url("/fileadmin/layout/img/icons/icon_arrowRightBravoLarge.png");
  background-position: center left;
  background-repeat: no-repeat;
  content: "\00a0";
  width: 22px;
  height: 14px;
  padding-left: 14px;
}
a.emailItem {
  color: #000;
}
a.emailItem:before {
  background-image: url(/fileadmin/layout/img/icons/icon_emailCharlie.png);
  background-position: center left;
  background-repeat: no-repeat;
  content: "\00a0";
  width: 22px;
  height: 18px;
  padding-left: 26px;
  float: left;
}
a.emailItem.bravo {
  color: #FFF;
}
a.emailItem.bravo:before {
  background-image: url(/fileadmin/layout/img/icons/icon_emailBravo.png);
}
p.number {
  font-size: 65px;
  color: #cc0030;
  font-family: SofiaProBlack;
}
p.align-justify {
  text-align:justify;
}
p.align-left {
  text-align: left;
}
p.align-right {
  text-align: right;
}


@font-face {
  font-family: SofiaProBlack;
  src: url("../fonts/SofiaProBlackWeb.eot");
}
@font-face {
  font-family: SofiaProBlack;
  src: url("../fonts/SofiaProBlackWeb.woff") format("woff");
}
@font-face {
  font-family: SofiaProRegular;
  src: url("../fonts/SofiaProRegularWeb.eot");
}
@font-face {
  font-family: SofiaProRegular;
  src: url("../fonts/SofiaProRegularWeb.woff") format("woff");
}
/*Buttons*/
.btn {
  display: inline-block;
  color: white;
  height: 30px;
    padding-right: 10px;
    padding-top: 6px;
  font-family: SofiaProBlack;
  text-transform: uppercase;
  font-size: 12px;
  background: #cc0030;
}

footer div.btn.btnEv.btnBlock a,
btn.btnBlock a {
  display: block;
}

footer div.btn.btnEv.btnBlock a:hover,
btn.btnBlock a:hover {
  text-decoration:none;
}

.btn.btnBlock {
  display: block;
  text-align: right;
  padding: 8px 12px 0 0;
}
.btn.btnEv {
  background-color: #cc0030;
}
.btn.btnHs {
  background-color: #00b1eb;
}
.btn.btnCs {
  background-color: #f5750f;
}
.btn.btnCo {
  background-color: #003c65;
}
.btn.btnSe {
  background-color: #7030a0;
}
.btn.btnFaf {
  background-color: #b9c900;
}
.btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
/*Select-Fields*/
.fancy-select {
  background-color: rgba(38, 38, 38, 0.7);
  cursor: pointer;
  border-radius: 0 0 0;
  padding: 10px 10px 6px 10px;
  height: 32px;
  padding-right: 40px;
}
.fancy-select span.fancy-select-span-arrow {
  background-image: url(/fileadmin/layout/img/icons/icon_arrowDown.png);
  background-position: right center;
  background-repeat: no-repeat;
  margin-right: 0px;
  background-color: transparent;
  right: 10px;
  cursor: pointer;
}
.fancy-select span.fancy-select-span-text {
  color: #FFF;
  font-size: 16px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  min-height: 0;
  line-height: 1;
  cursor: pointer;
  display: block;
}
.fancy-select.open span.fancy-select-span-arrow {
  background-image: url(/fileadmin/layout/img/icons/icon_arrowDown.png);
}
.fancy-select.open span.fancy-select-span-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fancy-select .fancy-select-ul {
  top: 32px;
  border-top: 0;
  padding: 0;
  border-radius: 0 0 0;
  left: 0;
  width: 100% !important;
  right: 0;
}
.fancy-select .fancy-select-ul li {
  margin: 0;
  padding: 10px;
  height: 32px;
  color: white;
  width: 100%;
  display: block;
}
.fancy-select .fancy-select-ul li:hover {
  background-color: rgba(38, 38, 38, 0.7);
  border-radius: 0;
}
@font-face {
  font-family: SofiaProBlack;
  src: url("../fonts/SofiaProBlackWeb.eot");
}
@font-face {
  font-family: SofiaProBlack;
  src: url("../fonts/SofiaProBlackWeb.woff") format("woff");
}
@font-face {
  font-family: SofiaProRegular;
  src: url("../fonts/SofiaProRegularWeb.eot");
}
@font-face {
  font-family: SofiaProRegular;
  src: url("../fonts/SofiaProRegularWeb.woff") format("woff");
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
}
 [class*='col-'] {
 float: left;
 padding-right: 20px;
}
[class*='col-']:last-of-type {
  padding-right: 0px;
}

.grid {
  width: 100%;
  max-width: 1040px;
  min-width: 1040px;
  margin: 0 auto;
}

.grid:before, .grid:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.grid:after {
  clear: both;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}
.grid-pad {
  padding: 0 0 0 20px;
}
.grid-pad > [class*='col-']:last-of-type {
  padding-right: 20px;
}
.push-right {
  float: right;
}
/* ==========================================================================
   Content Column
   ========================================================================== */
.col-1-1 {
  width: 100%;
}
.col-1-2, .col-6-12 {
  width: 50%;
}
.col-1-3, .col-4-12 {
  width: 33.33%;
}
.col-1-4, .col-3-12 {
  width: 25%;
}
.col-1-5 {
  width: 20%;
}
.col-1-6, .col-2-12 {
  width: 16.667%;
}
.col-1-7 {
  width: 14.28%;
}
.col-1-8 {
  width: 12.5%;
}
.col-1-9 {
  width: 11.1%;
}
.col-1-10 {
  width: 10%;
}
.col-1-11 {
  width: 9.09%;
}
.col-1-12 {
  width: 8.33%;
}
.col-2-3, .col-8-12 {
  width: 66.66%;
}
/* ==========================================================================
   Layout Columns
   ========================================================================== */
.col-11-12 {
  width: 91.66%;
}
.col-10-12 {
  width: 83.333%;
}
.col-9-12 {
  width: 75%;
}
.col-5-12 {
  width: 41.66%;
}
.col-7-12 {
  width: 58.33%;
}
 @media handheld, screen and (max-width: 767px) {
.grid {
  width: 100%;
  min-width: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
 [class*='col-'] {
 width: auto;
 float: none;
 margin: 10px 0;
 padding-left: 20px;
 padding-right: 20px;
}
}
@font-face {
  font-family: SofiaProBlack;
  src: url("../fonts/SofiaProBlackWeb.eot");
}
@font-face {
  font-family: SofiaProBlack;
  src: url("../fonts/SofiaProBlackWeb.woff") format("woff");
}
@font-face {
  font-family: SofiaProRegular;
  src: url("../fonts/SofiaProRegularWeb.eot");
}
@font-face {
  font-family: SofiaProRegular;
  src: url("../fonts/SofiaProRegularWeb.woff") format("woff");
}
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.half {
  width: 50%;
}
.icon {
  display: inline-block;
  line-height: 1;
}
.icon.iconReadMore {
  background: url(/fileadmin/layout/img/icons/icon_readMore.png) no-repeat;
  height: 9px;
  width: 8px;
}
.box {
  background-color: rgba(38, 38, 38, 0.7);
  padding: 15px;
  margin-bottom: 20px;
}
.box figure {
  margin: 0 0 18px 0;
}
.circle {
  width: 96px;
  height: 96px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  border-radius: 48px;
  text-align: center;
}
.circle.circleLarge {
  width: 124px;
  height: 124px;
  -webkit-border-radius: 62px;
  -moz-border-radius: 62px;
  border-radius: 62px;
  text-align: center;
}
.circle.circleLarge a span {
  font-size: 15px;
}
.circle a {
  width: 100%;
  height: 100%;
  display: block;
}
.circle a span {
  position: relative;
  top: 50%;
  margin: 0;
  line-height: 1;
  font-size: 12px;
  text-transform: uppercase;
  font-family: SofiaProBlack;
  display: block;
}
.circle a span {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.circle:hover {
  opacity: 0.8;
}
.circle:hover a {
  text-decoration: none;
}
.circle.noHover:hover {
  opacity: 1;
}
.circle.circleHero {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
  text-align: center;
  float: left;
  margin-right: 20px;
}
.circle.circleHero:last-child {
  margin-right: 0;
}
.circle.circleHero a span {
  font-size: 19.4px;
  line-height: 16.72px;
}
.circle.circleSmall {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  text-align: center;
}
/* TYPO3 Style */
div.circle p {
    display: block;
    font-family: SofiaProBlack;
    font-size: 12px;
    line-height: 1;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    top: 50%;
}
.circle.circleHero p a {
    font-size: 19.4px;
    line-height: 16.72px;
}
.circle p {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}
div.circle p a.internal-link {
    display: block;
    height: 100%;
    padding-bottom: 46%;
    padding-top: 46%;
    position: relative;
    top: 50%;
    width: 100%;
  line-height:1;
}


.highlight {
  color: #cc0030 !important;
}
.bgcolorEv {
  background-color: #cc0030;
}
.bgcolorHs {
  background-color: #00b1eb;
}
.bgcolorDs {
  background-color: #006937;
}
.bgcolorCs {
  background-color: #f5750f;
}
.bgcolorCo {
  background-color: #003c65;
}
.bgcolorSe {
  background-color: #7030a0;
}
.bgcolorFaf {
  background-color: #b9c900;
}
.bgcolorDefault {
  background-color: #262626;
}
hr {
  border: 1px solid #ffffff;
  border-bottom-style: none;
  border-color: white;
  border-color: rgba(255, 255, 255, 0.1);
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
header[role="mainHeader"] {
  height: 140px;
  position: absolute;
  top: 100%;
  width: 100%;
    height: auto;
  z-index: 10;
}
/*#headroom.headroom--top {
    top: 110px !important;
}*/
header[role="mainHeader"]:before, header[role="mainHeader"]:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
header[role="mainHeader"]:after {
  clear: both;
}
.nav-collapse {
  display: none;
}

.nav-collapse-text {
  display: none;
}

header[role="mainHeader"] nav[role="navigation"] {
  display: block;
  float: right;

}
header[role="mainHeader"] nav[role="navigation"] > #nav-collapse .navbar-toggle {
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    outline: none;
}
header[role="mainHeader"] nav[role="navigation"] > #vokdams-navbar-collapse {
    float: left;
  
}
header[role="mainHeader"] nav[role="navigation"] > #vokdams-navbar-collapse ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header[role="mainHeader"] nav[role="navigation"] > #vokdams-navbar-collapse ul li ,header[role="mainHeader"] nav[role="navigation"] > ul.languages li {
  display: block;
  position: relative;
  float: left;
  border-left: 1px solid;
  z-index: 1;
  border-color: white;
  border-color: rgba(255, 255, 255, 0.2);
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
header[role="mainHeader"] nav[role="navigation"] > ul.languages li a.active,
header[role="mainHeader"] nav[role="navigation"] > ul.languages li.active,
header[role="mainHeader"] nav[role="navigation"] > ul.languages li a:hover,
header[role="mainHeader"] nav[role="navigation"] > #vokdams-navbar-collapse ul li a.active,
header[role="mainHeader"] nav[role="navigation"] > #vokdams-navbar-collapse ul li.active,
header[role="mainHeader"] nav[role="navigation"] > #vokdams-navbar-collapse ul li a:focus,
header[role="mainHeader"] nav[role="navigation"] > #vokdams-navbar-collapse ul li a:hover {
  background-color: #cc0030;
  color: white !important;
}
header[role="mainHeader"] nav[role="navigation"] > #vokdams-navbar-collapse ul li a , header[role="mainHeader"] nav[role="navigation"] > ul.languages li a {
  display: block;
  text-decoration: none;
  padding: 23px 16px 20px;
  color: white;
  font-size: 17px;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}

header[role="mainHeader"] nav[role="navigation"] > ul.languages li.languageSwitcher a:after {
  content: "\00a0";
  width: 10px;
  height: 22px;
  padding-right: 10px;
  background: url("/fileadmin/layout/img/icons/icon_arrowDownSmall.png") no-repeat transparent right center;
}
header[role="mainHeader"].active {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
header[role="mainHeader"] .logo {
  float: left;
  position: fixed;
    top: 0;
  left: 0;
  z-index: 11;
}
header[role="mainHeader"] .logo a {
  display: block;
  line-height: 0;
}
.main {
  clear: both;
  padding-top: 160px;
  padding-bottom: 160px;
  min-width: 1040px;
}
.main .imgPersonalContact {
  margin:0;
}
.main .person address.col-9-12 {
    padding-left: 5px;
    padding-right: 5px;
}
.imgPersonalContact img {
    width: 100%;
    height: auto;
}
.main .sector,  .main .client {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
}
.main .sector {
  margin-bottom: -10px;
}
.main .client {
  margin-top: 0px;
}

.main .sector strong,  .main .client strong {
  margin-right: 4px;
}
.isotope .box {
    width: 320px;
}
.isotope .box.boxHero {
  width: 660px;
}
.fancy-select {
  float: right;
  margin-left: 20px;
}
.prevAndNext {
  /*position: absolute;*/
  position: fixed;
  /*top: 70px;
  padding: 25px;*/
  top: 60px;
    padding-left: 58px;
    padding-right: 62px;
  height: 50px;
  width: 100%;
  text-transform: uppercase;
  z-index: 2;
}
.prevAndNext a {
  color: rgba(38, 38, 38, 0.7);
  font-family: SofiaProBlack;
  font-size: 16px;
}
.prevAndNext .prev {
  float: left;
}
.prevAndNext .next {
  float: right;
}
aside h3 {
  margin-top: 13px;
  margin-bottom: 20px;
}
aside section {
  margin-bottom: 45px;
}
.download {
  display: block;

  width: 100%;
}
.download:before, .download:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.download:after {
  clear: both;
}
.download img {
  float: left;
  margin-right: 5px;
}
.download span {
  margin-top: 18px;
  float: left;
}
a.close {
  float: right;
  margin: 0 0 10px 0;
  background: url(/fileadmin/layout/img/icons/icon_close.png) no-repeat;
  display: block;
  width: 45px;
  height: 46px;
}
.rounded {
  border-radius: 50%;
}
.person:before, .person:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.person:after {
  clear: both;
}
.person figure {
  float: left;
  margin-left: 0;
  margin-right: 20px;
}
.person .content {
  float: left;
}
.toggleItem {
  background-color: rgba(38, 38, 38, 0.7);
  padding: 10px 10px 5px 10px;
  position: relative;
}
.toggleItem:after {
  background: url(/fileadmin/layout/img/icons/icon_arrowDown.png) no-repeat right center;
  position: absolute;
  right: 10px;
  top: 15px;
  width: 17px;
  height: 11px;
  content: "";
}

nav.downloadNav ul {
  margin: 0px;
  padding: 0px;
}

nav.downloadNav li,
nav.socialNav ul,
nav.socialNav li {
  padding: 0;
  margin-top: 0;
  list-style: none;
}

nav.downloadNav ul li h3 {
  margin-top: 0px;
}
nav.socialNav .share {
  /*background: url(/fileadmin/layout/img/icons/icon_share.png) no-repeat;*/
  width: 66px;
  height: 65px;
  display: block;
}
nav.socialNav .share.shareFacebook {
  background: url(/fileadmin/layout/img/icons/icon_facebook_sw.png) no-repeat;
}
nav.socialNav .share.shareFacebook:hover {
  background: url(/fileadmin/layout/img/icons/icon_facebook.png) no-repeat;
  opacity: 1;
}
nav.socialNav .share.shareTwitter {
  background: url(/fileadmin/layout/img/icons/icon_twitter_sw.png) no-repeat;
}
nav.socialNav .share.shareTwitter:hover {
  background: url(/fileadmin/layout/img/icons/icon_twitter.png) no-repeat;
  opacity: 1;
}
nav.socialNav .share.shareGoogle {
  background: url(/fileadmin/layout/img/icons/icon_googlep_sw.png) no-repeat;
}
nav.socialNav .share.shareGoogle:hover {
  background: url(/fileadmin/layout/img/icons/icon_googlep.png) no-repeat;
  opacity: 1;
}
nav.socialNav ul li {
  float: left;
  margin-right: 5px;
}
nav.socialNav ul li:before {
  content: '';
}
nav.socialNav ul li a {
  display: block;
}

a.socialIcon img:hover,
a.socialIcon:hover img,
nav.socialNav ul li a:hover {
  /*opacity: 0.8;*/
  opacity: 0.25;
}
nav.socialNav ul li:last-child {
  margin-right: 0;
}
.city {
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
footer[role="mainFooter"] {
  min-width: 1040px;
  background-color: #262626;
  color: white;
  padding: 68px 0;
  position: relative;
  z-index: 2;
}
footer[role="mainFooter"]:before, footer[role="mainFooter"]:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
footer[role="mainFooter"]:after {
  clear: both;
}
footer[role="mainFooter"] .footerCircle {
  padding-bottom: 14px;
}
footer[role="mainFooter"] .footerCircle:before, footer[role="mainFooter"] .footerCircle:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
footer[role="mainFooter"] .footerCircle:after {
  clear: both;
}
footer[role="mainFooter"] .footerCircle .circle {
  float: left;
  margin-right: 12px;
}
footer[role="mainFooter"] .footerCircle .circle:last-child {
  margin-right: 0;
}
footer[role="mainFooter"] p {
  font-size: 12px;
  line-height: 16px;
}
footer[role="mainFooter"] h4 {
  margin: 0 0 10px;
}
footer[role="mainFooter"] h4.alpha {
  margin-bottom: 4px;
}
footer[role="mainFooter"] nav.socialNav ul li:before {
  content: '';
}
footer[role="mainFooter"] nav ul {
  padding: 0;
  margin-top: 0;
}
footer[role="mainFooter"] nav ul li {
  list-style-type: none;
}
footer[role="mainFooter"] nav ul li:before {
  content: '\203a\00a0';
}
footer[role="mainFooter"] nav ul li,
footer[role="mainFooter"] nav ul li a {
  font-size: 12px;
}

/* Awards */
section.main article aside section div.award {
  width: 70px;
  height:auto;
  float:left;
}

section.main article aside section div.award span {
    width: 68px;
  height:68px;
  background-image:url("/fileadmin/layout/img/icons/icon_award.png");
  background-position: top center;
  background-repeat:no-repeat;
  display: block;
}

section.main article aside section div.award p.award_text {
    text-align: center;
  font-family: SofiaProRegular;
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
}

section.asidePersonal {
    margin: 0 0 14px;
    padding: 0;
    position: relative;
    top: -8px;
}

section.asideDownload {
    margin: 0 0 30px;
    padding: 0;
}

section.asideShare {
  margin: 0 0 28px;
  padding:0;
}

section.asideShare nav.socialNav {
    position: relative;
    top: -14px;
}


section.asidePersonal h3 {
  margin:0;
  padding:0;
}

section.asideDownload h3 {
  margin:0;
  padding:0;
}

section.asideShare h3 {
  margin:0;
  padding:0 0 6px 0;
}


/* IsotopBox additional Link */
article.box.item a,
.isotope article.box.isotope-item a {
  display:block;
}
article.box.item a:hover,
.isotope article.box.isotope-item a:hover {
  text-decoration:none;
}

/* more space between bodytext and aside*/
article div.grid.grid-pad.charlie div.col-8-12 {
  padding-right: 5%;
}

/* Navigation */

ul.topnav {
  float:left;
}
ul.languages {
  float:right;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0px;
}

header[role="mainHeader"] nav[role="navigation"] > ul.languages li,
ul.languages li {
  float: none;
}



header[role="mainHeader"] nav[role="navigation"] > ul.languages li.languageSwitcher.normal {
    display:none;
  background-color: rgba(38, 38, 38, 0.7);
}

header[role="mainHeader"] nav[role="navigation"] > ul.languages:hover li.languageSwitcher.normal {
    display:block;
  background-color: rgba(38, 38, 38, 0.7);
  -webkit-transition: background 0.3s ease-out 0s;
    -moz-transition: background 0.3s ease-out 0s;
    -o-transition: background 0.3s ease-out 0s;
    transition: background 0.3s ease-out 0s;
}




header[role="mainHeader"] nav[role="navigation"] > ul.languages li.languageSwitcher.normal a:after {
  background-image:none;
}

/* Links im Text

aside a,
p a.mail,
article p a.mail,
article p a.internal-link,
article p a.external-link,
article p a.external-link-new-window,
article p a {
    color: #cc0030 !important;
    font-family: SofiaProBlack;
    text-decoration: underline;
}

aside a:hover,
p a.mail:hover,
article p a.mail:hover,
article p a.internal-link:hover,
article p a.external-link:hover,
article p a.external-link-new-window:hover,
article p a:hover {
    color: #262626 !important;
    font-family: SofiaProBlack;
    text-decoration: underline;
}*/

/* Links im Text */
article aside section div.download span a,
.personalfooter section nav.downloadNav ul li div.download span a,
aside section .person address p a,
.personalfooter section .person address p a,
article p a.mail,
article p a.download,
article p a.external-link,
article p a.external-link-new-window {
    color: #cc0030 !important;
    font-family: SofiaProBlack;
    text-decoration: underline;
}
.person address p a {
    word-wrap: break-word;
}
article aside section div.download span a:hover,
.personalfooter section nav.downloadNav ul li div.download span a:hover,
aside section .person address p a:hover,
.personalfooter section .person address p a:hover,
article p a.mail:hover,
article p a.download:hover,
article p a.external-link:hover,
article p a.external-link-new-window:hover {
    color: #262626 !important;
    font-family: SofiaProBlack;
    text-decoration: underline;
}

/* Flexslider Loading */
.loading {
  background: url('/fileadmin/layout/img/misc/ajax-loader.gif') no-repeat center center;
  }

/* Word Wrap für Überschriften in Boxen erzwingen */
article a header h2 {
  /*word-wrap: break-word;
  word-break: break-all;*/
}

.overviewbutton {
    background-color: rgba(255, 255, 255, 0.3);
    float: left;
    /*padding: 0.2% 0.5% 0.2% 0.2%;*/
  padding: 0.9% 2.5% 0.6% 1%;
  }

.nextarticlebutton {
    background-color: rgba(255, 255, 255, 0.3);
    float: right;
    /*padding: 0.2% 0.2% 0.2% 0.5%;*/
  padding: 0.9% 0 0.7% 1%;
  }


/* Newsletter Anmeldung */
.newslettersubscription {
  display:none;
    height: auto;
    padding-top:0.75%;
  padding-bottom: 0.75%;
  background-color: rgba(38, 38, 38, 0.7);
}
.newslettersubscription .col-sm-3 {
  padding-right:0px !important;
}
.newslettersubscription .Tx-Formhandler form#newsletter-form.form-examples.form-horizontal .row h1 {
  font-size:20px;
  margin-bottom: 5px;
  font-family: SofiaProRegular;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
.nextarticlebutton {
  padding-right: 2%; /* IE10, IE11 */
}
}


/*##### TABLET LAYOUT #####*/

@media only screen and (min-width: 768px) and (max-width: 959px) {

  header[role="mainHeader"] nav[role="navigation"] > #vokdams-navbar-collapse ul li a , header[role="mainHeader"] nav[role="navigation"] > ul.languages li a {
    font-size: 14px;
    line-height: 1;
    padding: 25px 6px 21px;
  }


  .main {
    clear: both;
    min-height: 750px;
    min-width: 768px;
    padding-bottom: 40px;
    padding-top: 110px;
  }

  .grid {
    max-width: 768px;
    min-width: 768px;
  }

  .main > .grid {
    margin: 0 auto;
    max-width: 768px;
    min-width: 768px;
    width: 100%;
  }

  .grid .col-12-12 section .csc-header h1 {
    margin-left: 35px;
  }


  .prevAndNext {
    position: relative;
    top: 0;
    width: 100%;
    height: 37px;
    background: #fff;
    margin-top: 60px;
    padding: 0;
    border-bottom: 1px solid #676767;
  }

  .prevAndNext a {
    color: rgba(38, 38, 38, 0.7);
    font-family: SofiaProBlack;
    font-size: 16px;

  }

  .overviewbutton {
    margin: 5px 0 0 15px;
    width: 130px;
    float: left;
    background-color: transparent;
    padding: 0;
  }

  .nextarticlebutton {
    padding: 7px 0 1px 322px;
    float: right;
    background-color: transparent;
  }

  .overviewbutton > p,
  .nextarticlebutton > p {
    margin: 0;
    padding: 0;
    line-height: 1;
  }

  a.link.bravo.next:after {
    padding-right: 0!important;
  }

  section.prevAndNext a:first-child:before, a.link.bravo.overview:before {
    padding-right: 5px!important;

  }

  nav.socialNav .share {
    display: block;
    height: 35px;
    width: 36px;
  }

  nav.socialNav .share img {
    height: 35px!important;
    width: 36px!important;
  }
  .newsfiles>.download>span,
  section .person.mobile address.addressIcon p a.tel ,
  section .person.mobile address.addressIcon p a.author_email,
  article aside section.asidePersonal.mobile address.addressIcon p a.author_email,
  article aside section.asidePersonal.mobile address.addressIcon p a.tel, .download span   {
     background-size: 36px 36px;
  }
  section .person.mobile address.addressIcon,
  .personalfooter .person address,
  section.pageNewsDetail .person.mobile address.addressIcon,
  section.pageWorkDetail article aside section.asidePersonal.mobile address.addressIcon
  {
    width: 37px;
        height: 37px;
        margin-bottom: 10px;
  }
  nav.socialNav .share.shareFacebook,
  nav.socialNav .share.shareTwitter {
    background: none;
  }

  nav.socialNav .share.shareFacebook:hover,
  nav.socialNav .share.shareTwitter:hover {
    background: none;
  }


   aside h2 {
    font-size: 22px;
   }

   p.number {
    font-size: 46px;
   }

  .grid.isotope {
    width: 700px!important;
    max-width: 700px!important;
    min-width: 700px!important;
    margin: 0 auto;
  }

  .circle.circleHero {
    border-radius: 60px;
    float: left;
    height: 120px;
    margin-right: 20px;
    text-align: center;
    width: 120px;
  }

  footer[role="mainFooter"] {
    min-width: 768px;
    margin-top: -2px;
  }

  footer[role="mainFooter"] nav ul li, footer[role="mainFooter"] nav ul li a {
    font-size: 12px;
  }

  footer[role="mainFooter"] nav ul {
    padding: 0;
    margin: 0 0 0 12px;
    list-style-type: ;
    list-style-image: url("/fileadmin/layout/img/icons/icon_arrowRightSmall.png");
    list-style-position: outside;
  }
  footer[role="mainFooter"] nav ul li {
    box-sizing: content-box!important;
    padding: 0 0 0 0;
    margin: 0 0 2px -3px;
    text-align: left!important;
  }
  footer[role="mainFooter"] nav ul li a{
    content:""!important;+
    padding: 0;
    margin: 0 0 0 -3px;
  }
  footer[role="mainFooter"] nav ul li:before {
    /*content: '\203a\00a0';*/
    content: ''!important;
    padding: 0!important;
    margin: 0!important;
    box-sizing: content-box!important;
    width: 0;
    height: 0;
  }

  footer[role="mainFooter"] nav ul li:after {
    content: ''!important;
    padding: 0!important;
    margin: 0!important;
    box-sizing: content-box!important;
    width: 0;
    height: 0;
  }

  footer[role="mainFooter"] nav ul li a:before {
    content: ''!important;
    padding: 0!important;
    margin: 0!important;
    box-sizing: content-box!important;
    width: 0;
    height: 0;
  }

  footer[role="mainFooter"] nav ul li a:after {
    content: ''!important;
    padding: 0!important;
    margin: 0!important;
    box-sizing: content-box!important;
    width: 0;
    height: 0;
  }

  footer .socialIcon img {
    width: 40px;
    height: 40px;
  }

  .footerCircle .circle {
    border-radius: 38px;
    height: 76px;
    text-align: center;
    width: 76px;
  }

  .footerCircle div.circle p {
    font-size: 10px;
  }
}


/*##### ALL PHONE LAYOUT #####*/
@media only screen and (max-width: 767px) {
  /*header {*/
    /*width: 480px;*/
  /*}*/
/*   .cookies-ban .ban-text {
    float: left;
      width: 80%;
  }
  .cookies-ban .ban-button {
    float: right;
      width: 20%;
  } */
  header .csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 0!important;
  }

  header[role="mainHeader"] {
    background-color: black;
      height: auto;
  }

  header.active[role="mainHeader"] {
    position: relative;
  }

    header[role="mainHeader"] .logo {
        float: none;
        position: relative;
        text-align: right;
        height: 60px;
    }

  header[role="mainHeader"] nav[role="navigation"] {
    float: none;
  }

  ul.topnav {
    float: none;
  }

  ul.languages {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3000;
  }

    header[role="mainHeader"] nav[role="navigation"] > #vokdams-navbar-collapse , header[role="mainHeader"] nav[role="navigation"] > #vokdams-navbar-collapse ul li {
    float : none;
    overflow: hidden;
  }
    header[role="mainHeader"] nav[role="navigation"] > #vokdams-navbar-collapse>ul>li {
        border-left: 1px solid;

    }
  header[role="mainHeader"] nav[role="navigation"] > #vokdams-navbar-collapse ul li a, header[role="mainHeader"] nav[role="navigation"] > ul.languages li a {
    color: white;
    display: block;
    font-size: 16px;
    line-height: 1;
    padding: 17px 16px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .nav-collapse {
    display: block;
    color: #fff;
    text-align: right;
    position: absolute;
    z-index: 40000;
    top: 0px;
    right: 61px;
    cursor: pointer;
    padding: 15px 15px 15px 15px;
    margin: 0;
    height: 60px;
  }

  .nav-collapse:hover,
  .nav-collapse:active {
    background: #cc0030;
  }
  .nav-collapse-icon {
    padding: 0;
    margin: 0;
  }
  .prevAndNext {
    position: relative;
    top: 0;
    width: 100%;
    height: 37px;
    background: #fff;
    margin: 0 0 0 0;
    padding: 0;
    border-bottom: 1px solid #676767;
    overflow: hidden;
  }
  .prevAndNext a {
    color: rgba(38, 38, 38, 0.7);
    font-family: SofiaProBlack;
    font-size: 16px;

  }
  .overviewbutton {
    width: 35px;
    height: 30px;
    float: left;
    padding: 5px 0 2px 10px;
    overflow: hidden;
    background-color: transparent;
  }
  .overviewbutton a{
    padding-top: 80px;
  }
  .overviewbutton > p,
  .nextarticlebutton > p {
    margin: 0;
    padding: 0;
    line-height: 1;
  }
  .nextarticlebutton {
    text-align: right;
    width: 16px;
    height: 37px;
    overflow: hidden;
    margin: 3px 10px 0 0;
    text-indent: -1200px;
    background-color: transparent;
  }
  .nextarticlebutton a{
    margin-top: -40px;
    padding: 40px 0 40px 40px;
  }
  .slide.active-slide img {

  }
  .main {
    min-width: 480px;
    margin: 0 auto;
      padding-bottom: 40px;
      padding-top: 40px;
  }
  .grid {
    width: 480px;
    margin: 0 auto;
  }
  .grid-pad > [class*="col-"]:last-of-type {
    padding-right: 0px;
  }
  [class*="col-"]:last-of-type {
    padding-right: 0;
  }
  [class*="col-"] {
    float: none;
    margin: 0;
    padding-left: 0px;
    padding-right: 0px;
    width: auto;
  }
  .isotope {
    width: 320px;
    margin: 0 auto;
  }
  .isotope-item > a > header > h2 {
    width: 300px;
  }
  .wrapperCircle {
    float: left;
    margin-bottom: 30px;
  }
  .circle.circleHero {
    margin-bottom: 20px;
  }
  footer[role="mainFooter"] {
    min-width: 480px;
  }

  footer .grid {
    width: 480px;
  }

  footer[role="mainFooter"] .footerCircle .circle {
    float: none;
    margin-right: 0px;
    margin-bottom:10px;
  }

  footer[role="mainFooter"] h4 {
    margin: 5px 0 10px;
  }

  footer[role="mainFooter"] a.link.linkDefault {
    float: none;
  }

  .circle {
    width: 64px;
    height: 64px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    text-align: left;
  }
  .circle p {
    position: relative;
    left: 74px;
    font-size: 20px!important;
  }

  .circle P a {
    font-size: 20px!important;
  }

  .circleHero p {
    position: relative;
    left: 0!important;
  }

  .newslettersubscription .col-sm-3 {
      padding-right:15px !important;
  }
}


/*##### PHONE WIDE ONLY LAYOUT #####*/

@media only screen and (min-width: 480px) and (max-width: 767px) {

/* Newsletter Anmeldung */
.newslettersubscription h1,
section#contact.panel.panelContact.main.bravo.parallax .container .row h1 {
  font-size: 19px !important;
}

}

/*##### PHONE PORTRAIT ONLY LAYOUT #####*/

@media only screen and (min-width: 240px) and (max-width: 479px) {

  header {
    /* width: 320px; */
  }


  h1 {
    width: 300px!important;
    max-width: 300px!important;
    overflow: hidden;
    font-size: 34px;
    line-height: 1;
  }

  h1 span {
    width: 300px!important;
    max-width: 300px!important;
    overflow: hidden;
  }

  .main {
    min-width: 320px;
    margin: 0 auto;
      padding-bottom: 40px;
      padding-top: 40px;
  }


  .col-1-1,
  aside.col-4-12 {
    width: 300px;
  }

   p.number {
    font-size: 46px;
   }

  .grid {
    width: 300px;
    max-width: 300px;
    margin: 0 auto;
  }

  .pageContact h1 {
    margin: 0 0 0 10px;
  }

  /*Thomas*/
  .pageContact .grid,
  .pageCareer .grid,
  .grid.isotope,
  .isotope {
    width: 340px!important;
    max-width: 340px!important;
    margin: 0 auto;
  }


  header .csc-textpic .csc-textpic-imagewrap .csc-textpic-image img{
    width: 190px!important;
    height: 41px!important;
    margin: 11px 0 8px 0!important;
  }


  .circle.circleHero:last-child {
    margin-right: 20px;
  }


  footer[role="mainFooter"] {
    min-width: 320px;
  }

  footer .grid {
    width: 320px;
  }
  /* Newsletter Anmeldung */
  .newslettersubscription h1,
  section#contact.panel.panelContact.main.bravo.parallax .container .row h1 {
    font-size: 14px !important;
    padding-top: 2%;
    width: auto !important;
  }
  .ban-button {
    top:-8px;
  }

    /*#study-245 {*/
        /*height: 258px*/
    /*}*/
    /*#study-253 {*/
        /*height: 281px*/
    /*}*/
    /*#study-255 {*/
        /*height: 364px*/
    /*}*/
    /*#study-255 {*/
        /*height: 364px*/
    /*}*/
    /*#study-638 {*/
        /*height: 218px;*/
    /*}*/

}


a .white,
a.internal-link.link.linkLarge.white,
a.link.linkLarge.white {
  color:white;
}
area:focus, area {
    outline: none;

}
/*##### BIS MAXIMAL TABLET LAYOUT #####*/

.newsletter-head {
    font-size: 21px;
    color: white;
    text-transform: uppercase;
}

.cookies-ban>.ban-text {
    padding: 10px;
    margin: 0;
    border: 0;
    background:transparent;
}
.cookies-ban {
    background-color: #4d4d4d;
    /*padding: 10px;*/
    position: relative;
    overflow:hidden;
    z-index: 3;
    height: auto;
}
.cookies-ban p{
    color: #fff;
    margin: 0;
}
header[role="mainHeader"].active .headerContainer{
    position: relative;
}
.cookies-ban .btn-success{
    float: right;
    background-color: #C50431;
    color: #fff;
    border-radius: 0px;
    border: 0;
    position: relative;
    display: inline-block;
    margin-top: 15px;
}
.cookies-ban .btn-success:after {
    content:'';
    display:block; /* or whatever else than inline */
    clear:both;
}
.cookies-ban a.more-info{
    color: #C50431;
    white-space: nowrap;
    font-weight: bold;
}
.cookies-ban .btn-success:hover,.cookies-ban .btn-success:focus,.cookies-ban  .btn-success:active,.cookies-ban  .btn-success.active {
    color: #fff;color: #fff !important;
    background-color: #323232;
    border-color: #323232
}
.cookies-ban .btn-success {
    margin-left: 15px;
    margin-right: 15px;
}

/***************************************/
/************ Tablet Size **************/
@media only screen and (min-width: 480px) and (max-width: 767px) {
    /*** Cookies banner ***/
    #cookie-bar-mobile.cookies-ban{
        padding-bottom: 10px;
    }
    .cookies-ban>.ban-text {
        float: left;
        width: 80%;
        background:transparent;
    }
    .cookies-ban .ban-button {
        float: right;
        width: 20%;
    }
}

@media only screen and  (min-width: 768px) and (max-width: 801px) {
    .logo div.csc-textpic .csc-textpic-imagewrap img {
        width: 100%;
        height: auto;
    }
    header[role="mainHeader"] .logo {
        width: 31%;
    }
    .cookies-ban .ban-text {
        float: left;
        width: 85%;
    }
    .cookies-ban .btn-success {
        margin-top: 23px;
    }
}
/***********************************************/
/********** Desktop Size **************/
@media only screen and (min-width: 768px) {
  header[role="mainHeader"] nav[role="navigation"] > #vokdams-navbar-collapse {
    padding-right:0;
  }
    header[role="mainHeader"] nav[role="navigation"] > ul.languages li.languageSwitcher a {
        /*line-height: 17px;*/
    }
    .cookies-ban {
        background-color: #666666;
        position: fixed;
        top:0;
        overflow:hidden;
        z-index: 3;
        width: 100%;
    }
    .cookies-ban .ban-text {
        float: left;

    }
    .cookies-ban .btn-success{

        padding-left: 10px;
        padding-right: 10px;

    }
    .headerContainer {
        background-color: rgba(38, 38, 38, 0.7);
        height: 60px;
    }
}

/***********************************************/
/********** Tablet And Phone Size **************/
@media only screen and (max-width: 767px) {

    header[role="mainHeader"] nav[role="navigation"] > ul.languages li.languageSwitcher a {
        line-height: 29px;
    }

    .headerContainer {
        height: auto;
    }
    .cookies-ban>.ban-text {
        padding: 10px 10px 0px 10px;
    }
    .cookies-ban {
        padding-bottom: 0;
        background-color: #000;
    }
    .cookies-ban p{
        font-size: 13px;
    }

    .cookies-ban .btn-success{
        font-size: 11px;
        height: 25px;
        padding: 5px 10px;
        line-height: 1.45;
        margin: 11px 10px 10px 10px;

    }
    .ban-text p {
        margin: 0;

    }
    .ban-button{
        float: right;

        position: relative;
    }
}
@media only screen and (max-width: 959px) {
    .prevAndNext {
        border-top: 1px solid #676767;
        /*background: none repeat scroll 0 0 #fff;
        border-bottom: 1px solid #676767;
        bottom: 0;
        height: 37px;
        padding: 0;
        position: absolute;
        width: 100%;
      top: none;*/
    }
}
@media only screen and (min-width: 802px) {
    .cookies-ban>.ban-text {
        float: left;
        width: 80%;
        background:transparent;
    }
    .cookies-ban>.ban-button {
        float: right;
        width: 20%;
        margin-top: 24px;
    }
}


@media only screen and (min-width: 1100px) {
    .cookies-ban>.ban-text {
        float: left;
        width: 85%;
        background:transparent;
    }
    .cookies-ban>.ban-button {
        float: right;
        width: 10%;
        margin-top: 24px;
    }

}

@media only screen and (min-width: 1479px) {
    .logo {
        /*top:65px !important;*/
    }
    .cookies-ban .btn-success{
         margin-top: 6px;
     }
}
@media only screen and (max-width: 1126px) {
    .col-9-12 {
        width: 100%;
    }
}


/* cookie banner */
/*body.cookie-banner-shown #headroom.active .headerContainer{
    position:fixed;
    top:40px;
    width: 100%;
}*/

/*
.cookie-banner-shown section:first-child{
    top: 40px;
}
*/
.cookie-banner-shown .flexslider.h40{
    margin-top: 40px;
}
.cookie-banner-shown .flexslider.h60{
    margin-top: 60px;
}
.cookie-banner-shown .flexslider.h80{
    margin-top: 80px;
}

#cookie-bar-mobile{
    border-top: 1px solid rgb(17, 17, 17);
}

#cookie-bar{
    border-bottom: 1px solid rgba(255,255,255, 0.1);
}

h2.csc-firstHeader{
    font-size:36px;
}

.newslettersubscription {
    visibility: hidden ;
}

.location-detail-wrapper article{
  background-color: white;
  padding-top: 16px;
}
.location-detail-wrapper{
  padding-right: 23px;
  padding-left: 8px;
  padding-top: 8px;
}

/********** PRADEEP-23-01-18 changes *********/


#c436 .flex-control-nav
{display:none!important;}

#c453 img{ width:100% !important; }


blockquote{
  display:block;
  background: #fff;
  padding: 7px 20px 15px 45px !important;
  margin: 0 0 20px;
  position: relative;
  border: 0 !important;
  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
}

blockquote:before {
 font-size: 60px;
 font-weight: bold;
 color: #000;
 position: absolute;
 left: 0;
 top: 0;
 background: url('Images/d-quot2.png');
 content: "";
 width: 130px;
 height: 130px;
 background-size: 60px 60px;
display:inline-block;
background-repeat: no-repeat;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}
blockquote p,
blockquote em{
  font-style: italic;
  margin-top: 0;
  margin-left: 30px;
  line-height: 25px;
}

.location-detail-wrapper article{
  background-color: white;
  padding-top: 16px;
}
.location-detail-wrapper{
  padding-right: 23px;
  padding-left: 8px;
  padding-top: 8px;
}

#pid-63 .charlie p a{
  color:rgb(204, 0, 48) !important ;
  text-decoration:underline;
}
.pageWorkDetail .charlie h1{
  color:#cc0030 !important
}
.pageWorkDetail .charlie h2{
  line-height:30px;
}
.socialmenu{
  float:right;
}


.Eventheader2 .col-8-12 ul{
  float: left;
  width: 100%;
  margin-left: -20px;
}

.Eventheader2 .col-8-12 ul li{ 
  font-size:16px;
  line-height:1.5px;
  padding:8px 0;
  font-weight: 600;
  list-style-type: square;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.Eventheader2 .col-8-12 ul li{ 
  font-size:16px;
  line-height:1.5px;
  padding:12px 0;
  font-weight: 600;
  list-style-type: square;
}

}

#pid-70 .Eventheader2  ul li{ 
  font-weight:normal !important;
}

@media only screen and (max-width: 768px) {
  
.Eventheader .flexslider .slides img{
  height: auto;
  width: 100%;
}

.Eventheader2  ul li{ 
  line-height: 30px !important;
    padding: 0 !important;
}

}


div.csc-textpic .csc-textpic-imagewrap img {
    border: none;
    display: block;
    width: 100%;
    height: auto;
}

.flexslider .slides img {
    max-width: 100%;
    width: 100%;
    display: block;
    height: auto;
}






/* Updates 3-iQ
   ========================================================================== */

.pageNewsDetail section.newsfiles {display:none}

.nextasrticlebutton {display: none}

.pageNewsDetail .col-8-12 p a:link, .pageNewsDetail .col-8-12 p a:visited {
  color: #cc0030 !important;
text-decoration: underline;}

.pageNewsDetail .col-8-12 p a:hover, .pageNewsDetail .col-8-12 p a:active {
  color: #262626 !important;
text-decoration: underline;}

a.CybotCookiebotDialogBodyButton:active, a.CybotCookiebotDialogBodyButton:hover {
    color: rgb(44, 44, 44) !important;
}
