/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section
    {
    display: block;
}

audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not  ([controls] ) {
    display: none;
}

[hidden] {
    display: none;
}

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
 
html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,button,input,select,textarea {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    color: #676767;
}

body {
    margin: 0;
    font-size: 14px;
    color: #7e7062;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 */
::-moz-selection {
    background: #E2001A;
    color: white;
    text-shadow: none;    
}

::selection {
    background: #E2001A;
    color: white;
    text-shadow: none;
}

/* =============================================================================
   Links
   ========================================================================== */

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,a:active {
    outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
    border-bottom: 1px dotted;
}

b,strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

.text blockquote div p:first-child, .text blockquote div p:last-child {
    display: inline !important;
    margin: 0;
}


.blockquot-footer {
    font-size: 12px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre,code,kbd,samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

p {
    line-height: 1.45em;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul,ol {
    margin: 1em 0;
    padding: 0 0 0 30px;
}

dd {
    margin: 0 0 0 30px;
}

nav ul,nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root){
overflow:hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
figure {
    margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
    cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,input {
    line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,input[type="button"],input[type="reset"],input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],input[disabled] {
    cursor: default;
}

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button
    {
    -webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/* Colors for form validity */
input:valid,textarea:valid {
    color: #4D4D4D;
}

input:invalid,textarea:invalid {
    background-color: #f0dddd;
}

/* =============================================================================
   Tables
   ========================================================================== */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

/* overwrite this if valign attribute is set on TDs (eg. because of FCK) */
td[valign="middle"] {
    vertical-align: middle;
}

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    } /* Black prints faster: h5bp.com/s */
    a,a:visited {
        text-decoration: underline;
    }
    .ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
        content: "";
    } /* Don't show links for images, or javascript/internal links */
    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    } /* h5bp.com/t */
    tr,img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,h2,h3 {
        orphans: 3;
        widows: 3;
    }
    h2,h3 {
        page-break-after: avoid;
    }
}


/* =============================================================================
   General
   ========================================================================== */
input.button {
    width: auto;
}

a, a:link, a:active, a:focus {
    color: #e60a14;
    text-decoration: none;
}

a:hover {
    color: #e60a14;
    text-decoration: underline;
}

.text-align-left {
    text-align: left !important;
}

.text-align-right {
    text-align: right !important;
}

.text-align-center {
    text-align: center !important;
}

.font-weight-normal {
    font-weight: normal !important;    
}

/* =============================================================================
   Layout, positioning
   ========================================================================== */
.content-boundaries {
    width: 950px;
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 30px;
}

#meta {
    overflow: visible;
/*     clear: both; */ /*problem with flying saucer rendering -> why do we need this clear both? */
    height: 29px;
    padding: 7px 25px 0 25px;
    right: 0px;
    left: 0px;
    z-index: 500;
    position: fixed;
}

#meta.active {
    height: 37px;
    padding: 13px 25px 0 25px;
}

.csstransitions #meta.active {
    transition: 0.3s linear;
}

#header {
    width: 100%;
    margin-bottom: 50px;
    padding-top: 36px;
}

#header-content {
    width: 950px;
    height: 110px;
    margin: auto;
    position: relative;
    z-index: 400;
}

#stage {
    /* usually 42px, but #stage is not overvflow:hidden */
    margin-bottom: 68px;
}

#platform {
    clear: both;
}


#opener {
    margin: -40px 0 40px -80px;
    *margin-top: -41px;
}

#opener img {
    width: 950px;
    height: 350px;
}

#nav-global {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 42px;
}

#branding {
    position: absolute;
    left: 0;
    bottom: 0;
}

#wrapper-2 {
    overflow: visible;
    padding: 40px 70px 80px 80px;
    margin-bottom: 100px;
}
 
#breadcrumb {
    margin-bottom: 35px;
    overflow: hidden;
}

#wrapper-3 {
    overflow: visible;
}

#main {
    width: 470px;
    float: left;
}

#wrapper-4 {
    width: 284px;
    float: right;
    padding-top: 8px;
}

#base {
    clear: both;
    width: 790px;
}

#footer {
    height: 750px;
}

#sporthilfeNewsletter {
    background-color: white; 
    width: 200px; 
    padding: 10px;
}

.fancybox-wraps {
    position: fixed !important;
    top: 400px !important;
    left: 61% !important;
}

.fancybox-noscroll {
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;  
    z-index: 1200;
}

.clear {
    clear: both;
}

#functional #wrapper-4 {
    display: none;
}

#functional #main {
    width: 790px;
}

/* =============================================================================
   Global container styles
   ========================================================================== */
body{
    background-image: url(../img/misc/background.gif);
    background-attachment: fixed;
    background-size: 100%;
	background-color: #DED8D1; /* iphone fix */
}

#meta {
    background: #473f38;
    color: #ffffff;
    min-width: 910px;
}

#header {
    background: #fff;
}

#wrapper-2 {
    background: #fff;
}

.boxshadow #wrapper-2 {
    box-shadow: 2px 2px 4px 0 #999999;
}

#home #wrapper-2 {
    background: none;
    padding: 0;
}

.boxshadow #home #wrapper-2 {
    box-shadow: none;
}

#home #base {
    width: 960px;
    overflow: hidden;
}

#nav {
    margin: 0 0 0 24px;
    border-left: 1px solid #cfcfcf;
    width: 259px;
    padding-bottom: 45px;
}

#extras {
    border-left: 1px solid #cfcfcf;
    width: 259px;
    margin: 0 0 0 24px;
}

#footer {
    position: relative;
    background: #fff;
    margin-top: 78px;
}

.float-left {
    float: left;
}

.text-bold {
    font-weight: bold;
}

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}

.cursor-effect {
    cursor: pointer;
    cursor: hand;
}

/* declare container shadows here if they are the same */
.boxshadow .shadow {
    -webkit-box-shadow: 0px 0px 7px -2px #888888;
    -moz-box-shadow: 0px 0px 7px -2px #888888;
    box-shadow: 0px 0px 7px -2px #888888;
}

.wrapper-relative {
    position: relative;
}

/*==============================================
	 Section
==============================================*/

.section-container {
    float: left;
    background-color: #fff;
    margin-top: 20px;
    overflow: hidden;
}

#page-intro h1 {
    display: block;
    height: 39px;
    position: relative;
    color: #0064af;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
}

.section-intro-content {
    margin-top: 20px;
    background-color: #FFFFFF;
    overflow: hidden;
    position: relative;
}

/* Facebook Share Button
==============================================*/

.boxshadow .facebook-share {
}

.facebook-share {
    width: 450px;
    float: left;
    overflow: visible;
    padding: 10px;
    margin-top: 20px;
    position: relative;
}

.facebook-wrapper {
    /*width: 50%;
    margin: 0px auto;*/
    position: absolute;
    right: 0;
}

/* =============================================================================
   Header, branding
   ========================================================================== */
#logo em {
    display: none;
}

#print-logo {
    display: none;
}

/* =============================================================================
   Mini-Teasers
   ========================================================================== */

.mini-teaser-area-bg-de {
    background: url('../img/symbols/helfen-sie-mit_de.png') no-repeat left;
}
.mini-teaser-area-bg-fr {
    background: url('../img/symbols/helfen-sie-mit_fr.png') no-repeat left;
}

.mini-teaser-area {
    padding-left: 178px;
    width: 780px;
    height: 73px;
    padding-top: 10px;
    margin-bottom: 100px;
}

.mini-teaser-wrapper {
    position: relative;
    float: left;
}

.mini-teaser {
    font-size: 15px; 
    font-weight: bold; 
    color: #7e7062; 
    width: 195px; 
    height: 73px; 
    position: relative; 
    float: left
}

.mini-teaser-wrapper .bg {
    position: absolute;
    /*height: 61px;
    width: 185px;*/
    width: 195px; 
    height: 73px;
    background: url('../img/misc/miniteaser-bg.png') no-repeat;
    left: 0px;
    top: 0px;
}

.mini-teaser-wrapper .bg.hover {
    background: url('../img/misc/miniteaser-bg_hover.png') no-repeat;
}

.opacity .mini-teaser-wrapper .bg.hover {
    opacity: 0;
}

.opacity .mini-teaser-wrapper a:hover .bg.hover {
    opacity: 1;
}

.no-opacity .mini-teaser-wrapper .bg.hover {
    visibility: hidden;
}

.no-opacity .mini-teaser-wrapper a:hover .bg.hover {
    visibility: visible;
}

.csstransitions .mini-teaser-wrapper .bg {
    transition: opacity 0.3s linear;
}

.mini-teaser span {
    position: absolute; 
    right: 20px; 
    bottom: 20px;
    text-align: right;
}

.mini-teaser img {
    position: absolute; 
    left: 12px; 
    top: -10px; 
    border: none;
}


/* =============================================================================
   FAQ
   ========================================================================== */
   
.text .faq-list-ul {
    margin: 12px 0px;
}

.text .faq-list-li {
    background: none;
    padding-left: 0px;
}

.faq-item-answer {
    display: none;
}

.no-js .faq-item-answer {
    display: block;
}

.text .faq-list h2 {
    margin-top: 12px;
}

.text .faq-list a h3 {
    color: #4D4D4D;
    font-size: 14px;
    cursor: pointer;
    cursor: hand;
}

.text .faq-list a:hover h3  {
    color: #4D4D4D;
    text-decoration: underline;
    font-weight: bold;
}

.faq-tools .article-tool a {
    display: inline;
}

.faq-tools .article-tool {
    display: inline;
    padding-left: 10px;
}

.faq-tools .article-tool a:hover {
    color: black;
    text-decoration: underline;
    font-weight: normal;
}




/* =============================================================================
   Footer
   ========================================================================== */
#footer a
, #footer a:link
, #footer a:visited
, #footer a:focus {
    color: #7E7062;
    font-weight: normal;
}


#footer-wrapper {
    width: 950px;
    height: 750px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#footer-header {
    width: 100%;
    height: 100px;
    padding-top: 15px; 
}

#footer-content {
    width: 960px;
    height: 635px;
}

.footer-link-list {
    width: 222px;
    margin-right: 18px;
    float: left;
}

.newsletter {
    width: 230px;
    margin-right: 10px;
    float: right;
}

#footer h4 {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px dotted #d9d9d9;
    padding: 15px 0;
    margin: 0;
}

.footer-link-list ul {
    padding: 0;
}

.footer-link-list ul li {
    list-style: none;
    border-bottom: 1px solid #d9d9d9;
    padding: 7px 0;
    line-height: 18px;
}

#footer #about {
    width: 230px;
    margin-right: 10px;
    padding-bottom: 20px;
    text-transform: uppercase; 
    float: left;
    overflow: hidden;    
}

#footer #about p {
    line-height: 1.3em;
}

#footer .editorial-button-wrapper {
    margin-top: 25px;
}

#footer .teaser-overlay {
    display: none;
}

#newsletter-box {
    background: none repeat scroll 0 0 #7E7062;
    display: inline-block;
    font-size: 14px;
    letter-spacing: -0.3px;
    line-height: 18px;
    margin: 20px 0;
    padding: 8px 25px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

#footer  a:hover #newsletter-box {
    color: #e8e6e3;
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

.footer-button {
    position: absolute; 
    right: 0px; 
    top: -78px;
}

/* =============================================================================
   BannerAd
   ========================================================================== */

.banner-teaser {
    width: 950px;
    float: left;
    height: 348px;
    background: #fff;
    margin: 0 0 85px 0;    
}

.banner-teaser-paragraph {
    width: 278px;
    float: left;
    color: #474747;
    padding: 20px 15px 20px 17px;    
    height: 308px;
    position: relative;
}

.banner-teaser-paragraph p{
    letter-spacing: -0.3px;
}

.banner-teaser-paragraph h3 {
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-weight: normal;
    padding: 0px;
    margin: 0 0 35px;
    letter-spacing: -0.6px;
}

.banner-title p {
  font-size: 20px;
  letter-spacing: -0.6px;
  padding: 0;
  margin: 0;
}

.banner-logo {
    position: absolute;
    left: 17px;
    bottom: 0px;
}

.banner-teaser-link {
    width: 640px;
    overflow: hidden; 
    float: left;
    position: relative;
}

.rgba .banner-teaser-link a:hover .teaser-overlay {
    background: rgba(0, 51, 51, 0.25);
}

.banner-teaser-link #video-player {
    height: 348px;
    width: 640px;
}

.boxshadow .banner-teaser {
    box-shadow: 0 0 7px -2px #888888;
}


.banner-teaser-link .overlay-shadow {
    width: 640px;
    height: 348px;
}

.banner-teaser-paragraph ul {
    padding: 0;
    margin-top: 30px;
}

.banner-teaser-paragraph ul li {
    font-size: 14px;
    line-height: 18px;
    list-style: none outside none;
    padding: 5px 0;
}

.banner-teaser-paragraph ul li a {
    background: url("../img/misc/link-list-item-indicator.png") no-repeat left; 
    padding-left: 30px;
    color: #7e7062;
}

.banner-teaser-paragraph ul li a:hover {
    background: url("../img/misc/link-list-item-indicator_hover.png") no-repeat left;
}
     

   
/* =============================================================================
    Navigation, Meta-Navigation
    ========================================================================== */
#nav-global #navigation-whiteout {
    position: absolute;
    top: 0;
    height: 42px;
    background: white;
}

/** Level 1 stuff **/
#nav-global .navigation-l1 {
    float: left;
    margin: 0;
    padding: 0;
}

#nav-global .navigation-l1 li {
    display: block;
    float: left;
}

#nav-global .navigation-l1 a {
    background-color: #fff;
    cursor: pointer;
    height: 42px;
    display: block;
    font-weight: bold;
}

#nav-global .navigation-l1 a span {
    color: #4d4d4d;
    font-size: 13px;
    letter-spacing: -0.3px;
    padding: 6px 23px 0 10px;
    display: block;
    height: 26px;
    text-transform: uppercase;
    background-image: url(../img/misc/triangle-down-red.png);
    background-position: right 13px;
    background-repeat: no-repeat;
}

#nav-global .navigation-l1 a:hover
, #nav-global .navigation-l1 a.hoverIntent {
    text-decoration: none;
    background: transparent;
}

#nav-global .navigation-l1 a:hover span
, #nav-global .navigation-l1 a.hoverIntent span
, #nav-global .navigation-l1 a.on:hover span
, #nav-global .navigation-l1 a.on.hoverIntent span {
    background-image: url(../img/misc/triangle-down-black.png);
    color: #f01f27;
    text-decoration: none;
    padding: 6px 23px 0 10px;
    height: 26px;
    border: none;
}

.no-boxshadow #nav-global .navigation-l1 a:hover {
    background-color: #eeeeee;
}

#nav-global-box .navigation-l1 a.on span {
    color: #0064af;
    background-image: url(../img/misc/triangle-down-blue.png);
    border: 1px solid #dedede;
    height: 25px;
    padding: 5px 22px 0 9px;
}

/** Level 2 and drop down box stuff **/
#nav-global .drop-down {
    position: absolute;
    top: 0px;
    overflow: hidden;
    width: auto;
    visibility: hidden;
    z-index: -10;
}

.boxshadow #nav-global .drop-down {
    box-shadow: 3px 3px 3px #888888;
}

.boxshadow #nav-global .drop-down-inset {
    box-shadow: 0 15px 60px 30px #dddddd inset;
}

.no-boxshadow #nav-global .drop-down-inset {
    background-color: #eeeeee;
}

#nav-global .drop-down-inset {
    background-color: #fff;
    padding: 50px 15px 10px;
    overflow: hidden;
}

#nav-global .drop-down a {
    padding: 0px !important;
    background: none;
    height: auto;
    display: inline;
}

#nav-global .drop-down a span {
    display: inline;
    background: none;
    padding: 0;
    text-transform: none;
}

#nav-global .drop-down a:hover {
    color: #E2001A;
    text-decoration: none;
}

#nav-global .drop-down a:hover span {
    background: none;
    padding: 0;
}

#nav-global .drop-down ul {
    margin: 0 25px 0 0;
    padding: 0px;
}

#nav-global .drop-down ul li {
    display: list-item;
    border-top: dotted 1px #1f1f1f;
    list-style: none;
    display: list-item;
    padding: 10px 0;
    width: 190px;
    float: none;
    clear: both;
    height: auto;
}

#nav-global .drop-down ul li:FIRST-CHILD {
    border-top: none;
}

/** Level 3 stuff **/
#nav-global .drop-down-l3 {
    clear: both;
    margin: 10px 0 0;
    overflow: hidden;    
}

#nav-global .drop-down-l3 ul li {
    display: block;
    float: left;
    margin-right: 10px;
    border: none;
}

#nav-global .drop-down-l3 a {
    font-size: 12px;
    font-weight: normal;
    color: #ed1c24;
    box-shadow: none;
}

#nav-global .drop-down-l3 a:hover {
    text-decoration: underline;
}

#nav-global .border-right {
    border-right: 1px dotted #1f1f1f; 
    padding-right: 12px;
}

#nav-global .navigation-l3-item {
    float: left; 
    border-right: 1px dotted #1F1F1F; 
    padding: 0 8px 0 0;
    margin: 0 6px 0 0;
    display: block;
}

#nav-global-box .navigation-l3-item-margin {
    margin-left: 50px;
}

/* Vertical navigation
==============================================*/
#nav.special-finish {
    padding-bottom: 0;
}

.csstransitions #nav li a
, .csstransitions #nav li a span {
    transition: all 0.3s linear;
}

#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav h6 {
    display: none;
}

#nav li em {
    display: none;
}

#nav li strong {
    display: block;
    height: 37px;
}

#nav li {
    display: block;
    border-bottom: 1px solid #ededed;
}

#nav li.open {
}

#nav li li:last-child {
    border-bottom: none;
}

#nav li li:first-child {
    border-top: 1px solid #ededed;
}

/* level 1 stuff */
#nav li a {
    height: 29px;
    display: block;
    padding: 6px 0 0 50px;
    margin-left: -25px;
    color: #4d4d4d;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

#nav li.on span {
    height: 37px;
    display: block;
    padding: 8px 0 0 50px;
    margin-left: -25px;
    margin-top: -3px;
    position: relative;
    width: 243px;
    background: url('../img/misc/vnav-active-bg.png') no-repeat left top;
    color: #ffffff;
    font-size: 15px;
}

#nav li.open a {
    color: #e60a14;
}

#nav li.open.on a {
    padding: 0 0 0 25px;
    height: 37px;
}

#nav li a:hover
, #nav li a:hover span {
    text-decoration: underline;
}

/* level 2 stuff */
#nav li li a
, #nav li.open li a
, #nav li.open.on li a {
    height: 29px;
    padding: 6px 0 0 70px;
    color: #757575;
    font-weight: normal;
}

#nav li li.on span {
    padding: 8px 0 0 70px;
}

#nav.special-finish li li.on span {
    background: url('../img/misc/vnav-active-last.png') no-repeat 13px top;
    height: 80px;
}

#nav li.open li.on a {
    padding: 0 0 0 25px;
    height: 37px;
    font-weight: bold;
}

#nav li li a:hover {
    color: #8f8f8f;
    text-decoration: underline;
}

/* level 3 stuff */
#nav li li li a
, #nav li li.open li a
, #nav li li.open.on li a {
    height: 29px;
    padding: 8px 0 0 85px;
    color: #757575;
    font-weight: normal;
    font-size: 13px;
}

#nav li li li.on span {
    padding: 10px 0 0 85px;
    font-size: 13px;
}

#nav.special-finish li li li.on span {
    background: url('../img/misc/vnav-active-last.png') no-repeat 13px top;
    height: 80px;
}

#nav li li.open li.on a {
    padding: 0 0 0 25px;
    height: 37px;
    font-weight: bold;
}

#nav li li li a:hover {
    color: #8f8f8f;
    text-decoration: underline;
}


/* Meta
==============================================*/
#meta a
, #meta a:link
, #meta a:visited
, #meta a:focus {
    color: #ffffff;
    font-weight: normal;
}

#meta a:hover
, #meta a:active {
    text-decoration: none;
    color: #E2001A;
}

#meta a.selected {
    color: #bfbab3;
    font-weight: normal;
}

#nav-meta {
    float: left;
    font-size: 10px;
}

#nav-meta2 {
    float: right;
    font-size: 12px;
}

#nav-meta2 a.selected {
    pointer-events: none;
	cursor: default;
}

#nav-meta ul {
    padding: 0;
    margin: 3px 0;
    overflow: hidden;
    line-height: normal;
}

#nav-meta2 ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    line-height: normal;
    list-style: none;
}

#nav-meta li {
    display: block;
    float: left;
    height: 15px;
    padding: 0;
    margin: 0;
}

#nav-meta2 li {
    display: block;
    float: left;
    height: 18px;
    padding: 2px 0;
    margin: 0;
}

#nav-meta ul .spacer
, #nav-meta2 ul .spacer {
    background: url('../img/misc/metanav-dot.png') no-repeat center;
}

#nav-meta ul .spacer {
    width: 35px;
}

#nav-meta2 ul .spacer {
    width: 30px;
}

#nav-meta2 ul .spacer-small {
    width: 15px;
    text-align: center;
}

#search-box {
    float: right;
    position: relative;
}

#search-box #searchbar {
    border: none;
    background-color: #7a746f;
    border-radius: 0;
    width: 40px;
    height: 22px;
    padding: 0 2px;
    display: block;
    float: left;
}

.active #search-box #searchbar {
    width: 160px;
    background-color: #c8c8c8;
}

.csstransitions #search-box #searchbar {
    transition: 0.2s linear;
}

#search-box .search-button {
    border: 0;
    background: url(../img/misc/search.png) no-repeat right;
    box-shadow: none;
    margin: 2px 0 2px 8px;
    padding: 0;
    width: 15px;
    height: 18px;
    display: block;
    float: left;
}

#meta #nav-meta2 li.donation-button
, #meta #nav-meta2 li.facebook-button
, #meta #nav-meta2 li.twitter-button
, #meta #nav-meta2 li.youtube-button {
    height: 22px;
    padding: 0;
    margin-right: 7px;
}

#meta #nav-meta2 .facebook-button a
, #meta #nav-meta2 .twitter-button a
, #meta #nav-meta2 .youtube-button a
, #meta #nav-meta2 .facebook-button a span
, #meta #nav-meta2 .twitter-button a span
, #meta #nav-meta2 .youtube-button a span {
    display: block;
    width: 20px;
    height: 22px;
}

#meta #nav-meta2 li.facebook-button {
    margin-right: 20px;
}

#meta #nav-meta2 li.donation-button {
    margin-right: 35px;
    background: url('../img/symbols/metanav-spenden.png') no-repeat center;
    background-size: contain;
}

#meta #nav-meta2 li.donation-button:hover {
    background: url('../img/symbols/metanav-spenden-hover.png') no-repeat center;
    background-size: contain;
}

#meta #nav-meta2 .donation-button a {
    display: block;
    height: 22px;
    color: #000000;
    padding: 0 0 0 40px;
}

#meta #nav-meta2 .donation-button a span {
    padding: 2px 13px 0 0;
    margin-right: 8px;
    display: block;
    height: 19px;
}

#meta .facebook-button a {
    background: url('../img/symbols/metanav-facebook_white.png') no-repeat left bottom;
}

.rgba #meta .facebook-button a span {
    background: rgba(71, 63, 56, 0.3);
}

.rgba #meta .facebook-button a:hover span {
    background: rgba(71, 63, 56, 0);
}

.no-rgba #meta .facebook-button a {
    background: url('../img/symbols/metanav-facebook.png') no-repeat left bottom;
}

.no-rgba #meta .facebook-button a:hover {
    background: url('../img/symbols/metanav-facebook_white.png') no-repeat left bottom;
}

#meta .twitter-button a {
    background: url('../img/symbols/metanav-twitter_white.png') no-repeat left bottom;
}

.rgba #meta .twitter-button a span {
    background: rgba(71, 63, 56, 0.3);
}

.rgba #meta .twitter-button a:hover span {
    background: rgba(71, 63, 56, 0);
}

.no-rgba #meta .twitter-button a {
    background: url('../img/symbols/metanav-twitter.png') no-repeat left bottom;
}

.no-rgba #meta .twitter-button a:hover {
    background: url('../img/symbols/metanav-twitter_white.png') no-repeat left bottom;
}

#meta .youtube-button a {
    background: url('../img/symbols/metanav-youtube_white.png') no-repeat left 0px;
}

.rgba #meta .youtube-button a span {
    background: rgba(71, 63, 56, 0.3);
}

.rgba #meta .youtube-button a:hover span {
    background: rgba(71, 63, 56, 0);
}

.no-rgba #meta .youtube-button a {
    background: url('../img/symbols/metanav-youtube.png') no-repeat left 0px;
}

.no-rgba #meta .youtube-button a:hover {
    background: url('../img/symbols/metanav-youtube_white.png') no-repeat left 0px;
}

.csstransitions #meta .facebook-button a span
, .csstransitions #meta .twitter-button a span
, .csstransitions #meta .youtube-button a span {
    transition: 0.3s linear;
}

/* Breadcumbs
==============================================*/
#breadcrumb h5 {
    display: none;
}

#breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

#breadcrumb ol li {
    float: left;
}

#breadcrumb ol li a 
, #breadcrumb ol li strong {
    padding-left: 25px;
    background: url('../img/misc/arrow-right-blue.png') no-repeat 10px center;
    font-weight: bold;
    font-size: 12px;
}

#breadcrumb ol li:first-child a
, #breadcrumb ol li:first-child strong {
    padding-left: 0px;
    background: none;
}

#breadcrumb ol li a {
    color: #e60a14;
}

#breadcrumb ol li strong {
    color: #0064af;
}

/* =============================================================================
   Teaser
   ========================================================================== */

.teaser {
    
}

.teaser.latest li {
    position: relative;
}

.overlay-shadow {
    position: absolute;
    top: 0;
    left: 0;
}

.boxshadow .overlay-shadow {
    box-shadow: 0 0 3em #666666 inset;
}

.csstransitions .overlay-shadow {
    transition: background 0.3s linear;
}
    

.teaser.w1-3 .overlay-shadow
, .teaser.latest .small .overlay-shadow {
    width: 270px;
    height: 142px;
}

.teaser.latest .large .overlay-shadow {
    width: 550px;
    height: 300px;
}

 #extras .teaser.w1-3 .overlay-shadow {
    width: 270px;
    height: 100%;
}

.teaser .teaser-text .abstract {
    float: right;
    width: 200px;
}

.teaser .teaser-text .abstract span {
    width: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.teaser .teaser-text .abstract p {
    margin: 0 20px 0 0;
    padding-left: 15px;
    position: relative;
    float: right;
}

.teaser-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
}

.csstransitions .teaser-overlay {
    transition: background 0.3s linear;
}

.rgba .hover-grey a:hover .teaser-overlay {
    background: rgba(0, 51, 51, 0.25);
}

.rgba .hover-red a:hover .teaser-overlay {
    background: rgba(255, 0, 0, 0.3);
}


/* News teaser
==============================================*/
.news-overview-text {
    margin: 0px 15px 0 0;
}


.latest .group-teaser-header {
    background-color: #ffffff;
    height: 53px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 7px -2px #888888;
    -moz-box-shadow: 0px 0px 7px -2px #888888;
    box-shadow: 0px 0px 7px -2px #888888;
    position: relative;
    width: 550px;
}

.latest .group-teaser-header h1 {
    margin: 14px 17px 0 17px;
    padding: 0;
    font-size: 20px;
    color: #303030;
    text-transform: uppercase;
    font-weight: normal;
}

.latest .group-teaser-header .tools {
    position: absolute;
    right: 0;
    top: 12px;
}

.latest .group-teaser-header .view-mode {
    display: block;
    float: left;
    height: 18px;
    padding: 6px 10px;
}

.latest .group-teaser-header .view-mode.thumbs {
    border-right: 1px solid #c7c7c7;
    background: url('../img/teaser/icon-teaserview.png') no-repeat 10px 6px;
    width: 14px;
}

.latest .group-teaser-header .view-mode.thumbs:hover
, .latest .group-teaser-header .view-mode.thumbs.selected {
    background: url('../img/teaser/icon-teaserview-black.png') no-repeat 10px 6px;
}

.latest .group-teaser-header .view-mode.list {
    background: url('../img/teaser/icon-listview.png') no-repeat 10px 6px;
    width: 18px;
}

.latest .group-teaser-header .view-mode.list:hover
, .latest .group-teaser-header .view-mode.list.selected {
    background: url('../img/teaser/icon-listview-black.png') no-repeat 10px 6px;
}

.latest .all {
    overflow: hidden;
    padding: 65px 0 0;
    clear: both;
}

.latest .all a {
    color: #ffffff;
    padding: 4px 0 0;
    height: 23px;
    width: 156px;
    text-align: center;
    border: 2px solid #545454;
    background-color: #393939;
    display: block;
    line-height: 1.3em;
}

.csstransitions .latest .all a {
    transition: all 0.3s linear;
}

.latest .all a:hover {
    background-color: #e2001a;
    text-decoration: none;
    border: 2px solid #e2001a;
}

.latest p.warning {
    background: none repeat scroll 0 0 white;
    color: red;
    padding: 10px;
    clear: both;
    float: left;
    width: 530px;
}

/* Thumnail view */
.latest.thumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.latest.thumbs li {
    display: block;
    float: left;
    width: 270px;
    margin: 15px 10px 0 0;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 7px -2px #888888;
    -moz-box-shadow: 0px 0px 7px -2px #888888;
    box-shadow: 0px 0px 7px -2px #888888;    
}

.csstransitions .latest.thumbs li {
    transition: background 0.3s linear;
    
}

.latest.thumbs li:hover {
    background-color: #f3f3f3;
}

.no-rgba .latest.thumbs li:hover .overlay-shadow {
    /* nothing */ 
}

.rgba .latest.thumbs li:hover .overlay-shadow {
    background: rgba(0, 51, 51, 0.25);
}

.latest.thumbs li.large {
    width: 550px;
    clear: both;
}

.latest.thumbs li h3 {
    margin: 14px 17px 14px;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #000000;
}

.latest.thumbs li.large h3 {
    margin: 20px 17px 14px;
}

.latest.thumbs li h3 em {
    display: none;
}

.latest.thumbs li h3 a {
    font-size: 20px;
    color: #303030;
    text-transform: uppercase;
    font-weight: normal;
}

.latest.thumbs li h3 a:hover {
    text-decoration: none;
}

.latest.thumbs li p {
    margin: 14px 17px 30px;
}

.latest.thumbs p .date {
    display: none;
}

.latest.thumbs li p .more span {
    display: none;
}

.latest.thumbs li p .more {
    display: block;
    font-style: normal;
}

/* List view */
.latest.list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 470px;
    margin-top: 20px;
}

.teaser.latest.list ul {
    margin-top: 15px;
    -webkit-box-shadow: 0px 0px 7px -2px #888888;
    -moz-box-shadow: 0px 0px 7px -2px #888888;
    box-shadow: 0px 0px 7px -2px #888888;
}

.latest.list li {
    margin: 0;
    padding: 0;
}

.latest.list li h3 a {
    padding: 10px 15px;
    display: block;
    font-weight: normal;
    overflow: hidden;
}

.latest.list li h3 .kicker {
    display: none;
}

.latest.list li h3 {
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.latest.list li.odd {
    background-color: #f3f3f3;
}

.latest.list li.even {
    background-color: #ffffff;
}

.latest.list h3 .date {
    display: block;
    width: 90px;
    padding-right: 15px;
    font-style: normal;
    color: #7E7062;
    font-weight: normal;
    float: left;
}

.latest.list h3 .title {
    display: block;
    width: 320px;
    float: left;
}

.latest.list h3 a:hover .title {
    color: black;
    text-decoration: underline;
}

.latest.list li p {
    display: none;
}

.pager {
    height: 65px;
    background-color: #ffffff;
    text-align: center;
}

.pager h3 {
    display: none;
}

.pager table {
    margin: auto;
}

.pager table td {
    padding: 0;
    height: 65px;
    vertical-align: middle;
}

.pager ul
, .latest.list .pager ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
}

.pager ul li
, .latest.list .pager ul li {
    float: left;
    margin: 6px;
}

.pager ul li strong {
    background: url("../img/misc/pager-bullets.png") no-repeat scroll -5px -24px transparent;
    width: 13px;
    height: 14px;
    display: block;
    float: left;
}

.pager ul li.next
, .pager ul li.next a
, .pager ul li.previous
, .pager ul li.previous a
, .pager ul li.placeholder
, .latest.list .pager ul li.next
, .latest.list .pager ul li.next a
, .latest.list .pager ul li.previous
, .latest.list .pager ul li.previous a
, .latest.list .pager ul li.placeholder {
    width: auto;
    background: none;
    margin: 1px 6px 0;
    height: auto;
}

.pager ul li a {
    display: block;
    width: 13px;
    height: 14px;
    background: url("../img/misc/pager-bullets.png") no-repeat scroll -5px -2px transparent;
    color: #4D4D4D;
    font-weight: bold;
}

.pager ul li .number {
    display: none;
}

.pager em {
    display: none;
}

/* =============================================================================
   Extras
   ========================================================================== */
   
#extras {
    background: #F1F1F1;
}   
   
#extras .box, #extras .teaser {
    padding: 20px 0;
    margin: 0 20px;
    overflow: hidden;
    border-bottom: 1px dashed #cfcfcf;
}
   
#extras .teaser {
    padding-bottom: 10px;
}   
   
#extras h2 {
    display: block;
    position: relative;
    color: #0064af;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 0;
}

#extras ul.download, #extras .link-list ul {
    padding: 0px;
}

#extras ul.download li, #extras .link-list ul li {
    list-style: none;
    background: url("../img/misc/arrow-right-red.png") no-repeat left 0.4em;
    padding-left: 15px;
    margin: 7px 0;
}

#extras ul.download li a, #extras .link-list ul li a {
    color: #7e7062;
}

#extras img {
    width: 219px;
}

.rgba a:hover .teaser-overlay {
    background: rgba(0, 51, 51, 0.25);
}

#extras p {
    color: #000;
}

#extras .teaser-text p {
    color: #7E7062;
}

#extras .teaser ul {
    padding: 0;
    margin: 10px 0;
}

#extras .teaser ul li {
    font-size: 14px;
    line-height: 18px;
    list-style: none outside none;
    padding: 5px 0;
    background: none;
}

#extras .teaser ul li a {
    background: url("../img/misc/link-list-item-indicator.png") no-repeat left; 
    padding-left: 20px;
    color: #7e7062;
}

#extras .teaser ul li a:hover {
    background: url("../img/misc/link-list-item-indicator_hover.png") no-repeat left;
}

.teaser h2 p, #extras h2 p {
    margin: 0;
}

/* athlete login box */
.login-box .login-button {
    color: #fff;
    letter-spacing: -0.3px;
    background: #7e7062;
    display: block;
    padding: 5px 20px 0;
    height: 25px;
    float: left;
}

.login-box .login-button:hover {
    color: #e8e6e3;
    text-decoration: none;
}

/* =============================================================================
   Base
   ========================================================================== */

#base .editorial-teaser .mgnlEditor {
    position: relative;
    z-index: 20;
}   

.boxshadow #base .editorial-teaser {
    box-shadow: 0 0 7px -2px #888888;
}

#base .editorial-teaser {
    position: relative;
    float: left; 
    width: 278px;
    margin: 0px 10px 85px 0;
    overflow: hidden;
    padding: 20px 15px 20px 17px;
    background: #fff;
    height: 566px;
} 

#base .editorial-teaser img {
    width: 278px;
}

#base .editorial-teaser .overlay-shadow {
    width: 278px;
    height: 200px;
}

#base .editorial-teaser p {
    font-size: 14px;
    color: #2d2d2d;
    margin: 30px 0 0 0;
    letter-spacing: -0.3px;
}

#base .editorial-teaser h3 {
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-weight: bold;
    color: #2d2d2d;
    padding: 0px;
    margin: 0 0 5px;
    letter-spacing: -0.6px;
    height: 52px;
}

#base .editorial-teaser a {
    font-weight: normal;
    color: #2d2d2d;
}

#base .editorial-teaser a:hover {
    text-decoration: underline;
    color: #7e7062;
}

#base .editorial-teaser ul {
    padding: 0;
    margin-top: 30px;
}

#base .editorial-teaser ul li {
    border-top: 1px solid #D9D9D9;
    font-size: 14px;
    line-height: 18px;
    list-style: none outside none;
    padding: 5px 0;
}

#base .editorial-teaser ul li a {
    background: url("../img/misc/link-list-item-indicator.png") no-repeat left; 
    padding-left: 30px;
    color: #7e7062;
}

#base .editorial-teaser ul li a:hover {
    background: url("../img/misc/link-list-item-indicator_hover.png") no-repeat left;
}

.rgba .editorial-teaser a:hover .teaser-overlay {
    background: rgba(190, 190, 190, 0.25);
}

.editorial-teaser span.img-text-bg {
    background: none repeat scroll 0 0 #0062AC;
    bottom: 0;
    color: #FFFFFF;
    font-size: 14px;
    left: 0;
    letter-spacing: -0.3px;
    line-height: 18px;
    padding: 8px 12px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    width: 254px;
}

.rgba .editorial-teaser span.img-text-bg {
    background: rgba(0, 102, 153, 0.83);
}

div.dark-grey span {
    text-align: center; 
    display: block; 
    color: #fff; 
    font-size: 14px; 
    background: #7e7062; 
    padding: 8px 15px;
    letter-spacing: -0.3px;
    font-weight: bold;
}

div.dark-grey a:hover span, div.dark-grey a:hover {
    color: #e8e6e3;
    text-decoration: none;
}

.csstransitions div.dark-grey a:hover span {
    transition: color 0.3s linear;
}

div.light-grey span {
    background: none repeat scroll 0 0 #E6E6E6;
    color: #0064AF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.3px;
    text-align: center;
    padding: 25px 15px 24px;
}

div.light-grey a:hover span {
    color: #0064AF;
    text-decoration: underline;
}

div.light-grey img {
    padding-bottom: 2px;
    width: auto !important;
}

div.blue span {
    text-align: right; 
    display: block; 
    color: #fff; 
    font-size: 14px; 
    background: #0064af; 
    padding: 8px 15px;
    letter-spacing: -0.3px;
    font-weight: bold;
    float: right;
    width: 262px;
}

#base div.blue span {
    width: 248px;
}

div.blue a:hover span, div.blue a:hover span{
    color: #fff;
    text-decoration: underline;
}


.editorial-button-wrapper {
    margin-top: 40px;    
    margin-bottom: 15px;
    overflow: hidden;
}

.button-link-wrapper {
    margin: 20px 0;
    overflow: hidden;
}

#base .button-link-wrapper {
    margin-top: 40px;
}

.editorial-button-img {
    
}

div.athlete-teaser-img {
    width: 278px;
    height: 200px;
    background-size: cover;
    background-color: #ccc;
}


#base .multimedia-block {
    overflow: hidden;
    float: left;
    width: 960px;
    height: 564px;
    margin: 0 0 85px;   
    padding: 0 0 5px;
}

.athlete-preview-box {
    width: 310px;
    height: 277px;
    margin: 0 10px 10px 0;
    position: relative;
    float: left; 
}

.athlete-preview-box div.bg {
    width: 310px;
    height: 277px;
    background: no-repeat;
    background-size: cover;    
}

.athlete-preview-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 310px;
    height: 277px;
    background: #E2001A;
    display: block;
    opacity: 0;
}

.no-opacity .athlete-preview-overlay {
    visibility: hidden;
}

.athlete-link:hover .athlete-preview-overlay {
    display: block;
    opacity: 1;
}

.no-opacity .athlete-link:hover .athlete-preview-overlay {
    display: block;
    visibility: visible;
}

.boxshadow .athlete-preview-box {
    box-shadow: 0 0 7px -2px #888888;
}

.rgba .athlete-preview-overlay {
    background: rgba(226, 0, 26, 0.8);    
}

/* ffd700  */
.rgba .athlete-preview-overlay.GOLD {
    background: rgba(255, 215, 0, 0.8);
}

/* c0c0c0 */
.rgba .athlete-preview-overlay.SILVER {
    background: rgba(192, 192, 192, 0.8);
}

/* 8c7853 */
.rgba .athlete-preview-overlay.BRONZE {
    background: rgba(140, 120, 83, 0.8);
}

.no-rgba .athlete-preview-overlay {
    background: #E2001A;    
}

.no-rgba .athlete-preview-overlay.GOLD {
    background: #ffd700;
}

.no-rgba .athlete-preview-overlay.SILVER {
    background: #c0c0c0;
}

.no-rgba .athlete-preview-overlay.BRONZE {
    background: #8c7853;
}

.csstransitions .athlete-preview-overlay {
    transition: all .3s ease-in-out;    
}

.boxshadow .athlete-preview-overlay {
    box-shadow: 0 0 3em #666666 inset; 
}
      
.athlete-preview-overlay h3 {
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    margin: 25px;
    word-wrap: break-word;
}

.athlete-preview-info {
    position: absolute;
    color: #fff;
    left: 25px;
    bottom: 25px;
    font-size: 20px;
}

.athlete-preview-info .sport {
    font-weight: bold;
}

.athlete-preview-sponsorship {
    position: absolute;
    left: 0;
    top: 0;
    width: 310px;
    height: 277px;
}

.lang-de .athlete-preview-sponsorship {
    background: url("../img/misc/mmb-pate-werden-de.png") no-repeat scroll right top transparent;
}

.lang-fr .athlete-preview-sponsorship {
    background: url("../img/misc/mmb-pate-werden-fr.png") no-repeat scroll right top transparent;
}

/* =============================================================================
   Athlte Portrait Overview
   ========================================================================== */
   
#portrait-overview-overlay {
    background: rgba(1, 1, 1, 0.2) url("../img/nivo/loading.gif") center no-repeat;
    bottom: 0;
    height: 100%;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    display: none;
}

.no-rgba #portrait-overview-overlay {
    background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#35010101,endColorstr=#35010101); 
    zoom: 1;
}
   
.athlete-preview-small {
    padding: 5px 5px 10px 5px; 
    background-color: #fff;      
    width: 190px;
    float: left;
    position: relative;
    height: 260px;
}

.rgba .athlete-preview-small.GOLD:hover {
    background: rgba(255, 215, 0, 0.8)
}

.rgba .athlete-preview-small.SILVER:hover {
    background: rgba(192, 192, 192, 0.8);
}

.rgba .athlete-preview-small.BRONZE:hover {
    background: rgba(140, 120, 83, 0.8);
}

.no-rgba .athlete-preview-small.GOLD:hover {
    background: #ffd700;
}

.no-rgba .athlete-preview-small.SILVER:hover {
    background: #c0c0c0;
}

.no-rgba .athlete-preview-small.BRONZE:hover {
    background: #8c7853;
}

.athlete-preview-small:hover {
    background-color: #F3F3F3;
}

.csstransitions .athlete-preview-small {
    transition: background-color 0.5s ease;    
}

.athlete-preview-small div.bg {
    width: 190px; 
    height: 185px;     
    background-size: cover;
}

.athlete-preview-small div.bg.no-picture {
    background-image: url("../img/symbols/gian-grau.jpg");
}

.athlete-preview-small .ahtlete-name {
    clear: both; 
    color: #e60a14; 
    font-weight: bold; 
    display: block; 
    margin-top: 10px;
    font-size: 13px;
}

.athlete-preview-small .athlete-city,  .athlete-preview-small .athlete-sport{
    clear: both; 
    color: #7e7062; 
    font-weight: normal; 
    display: block;
    font-size: 13px;
}

.athlete-preview-small .athlete-sport {
    font-weight: bold;
}

.athlete-preview-small-sponsorship {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 190px;
    height: 185px;
}

.lang-de .athlete-preview-small-sponsorship {
    background: url("../img/misc/mmb-pate-werden-de-small.png") no-repeat scroll right top transparent;
}

.lang-fr .athlete-preview-small-sponsorship {
    background: url("../img/misc/mmb-pate-werden-fr-small.png") no-repeat scroll right top transparent;
}

/* =============================================================================
   Text
   ========================================================================== */
   
   
h3.info {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    position: absolute;
    top: 0;
    z-index: 10;
}   
   
.text {
    background-color: #ffffff;
    overflow: hidden;
    padding-bottom: 30px;
}

.text h1 {
    margin: 20px 0px 2px 0px;
    padding: 0;
    font-weight: bold;
    font-size: 17px;
    color: #0064af;
}

.text h2 {
    margin: 20px 0px 12px 0px;
    padding: 0;
    font-weight: bold;
    font-size: 17px;
    color: #0064af;
}

.text h3 {
    margin: 20px 0px 12px 0px;
    padding: 0;
    font-weight: bold;
    font-size: 17px;
    color: #0064af;
}

.text h1 em {
    display: none;
}

.text p.intro {
    margin: 2px 0;
}

.text p
, .text div.flash
, .text dl.media
, .text select
, .text span.indented {
    margin: 12px 0px 12px 0px;
}

.text blockquote {
    margin: 12px 0px 12px;
    overflow: hidden;
    font-size: 17px;
}

.text ul {
    list-style: none;
    padding: 0;
    margin: 12px 15px;
}

.text ol {
    margin: 12px 20px;
    padding: 0;
}

.text ol li {
    padding: 0px;
    margin: 10px 0px 10px 15px;
}

.text ul li {
    background: url("../img/misc/list-dot.png") no-repeat scroll 2px 7px transparent;
    margin: 10px 0;
    overflow: auto;
    padding-left: 20px;
}

.text ul li a, .text ol li a{
    color: #7e7062;
    font-size: 14px;
}

.text ul li a:hover, .text ol li a:hover {
    color: #000;
}

.text-meta {
    overflow: hidden;
    margin: 12px 0px;
    font-size: 11px;
}

.text-meta ul.text-data {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    overflow: hidden;
}

.text-meta ul.text-data li {
    background: none;
    float: left;
    display: block;
    margin: 10px 20px 10px 0;
    padding: 0;
}


.text .img-wrapper { 
    background: #fff;
    display: inline-block;
    position: relative;
}

.boxshadow .text .img-wrapper {
    box-shadow: 0 0 5px #CCCCCC; 
}

.no-boxshadow .text .img-wrapper {
    border: 1px solid #AAACAF; 
}

.text .img-wrapper-inset {
    position: relative;
    margin: 5px;
}

.text .img-wrapper-inset.photo {
    width: 179px;
    height: 125px;
}

.text .img-wrapper-inset.large {
    width: 450px;
    height: 300px;
}

#wrapper .text .img-wrapper .overlay-shadow {
    width: 100%;
    height: 100%;
    display: block;
}

.text div.img-wrapper.photo {
    margin: 3px 20px 15px 2px;
    float: left;
}

.text div.img-wrapper.photo.pos-2 {
    margin: 3px 2px 15px 20px;
    float: right;
}

.text div.img-wrapper.large {
    margin: 3px 5px 15px;   
}

.text img.photo
, .text dl.photo {
    float: left;    
    width: 177px;
    border: 1px solid #AAACAF;
}

.text img.photo.pos-2
, .text dl.photo.pos-2 {
    float: right;
    border: 1px solid #AAACAF;
}

.text img.photo.large
, .text dl.photo.large {
    width: 448px;
    height: 298px;    
}

.text .photo dd {
    margin: 0;
    padding: 3px 10px;
    background: #eeeeee;
    font-size: 10px;
}

.text .photo dd.zoom {
    /*float: left;
    padding-right: 15px;*/
    display: none;
}

.text .photo dd.caption {
    font-weight: bold;
}

.text .photo dd.copyright {
    font-style: italic;
}

.text-newsletter-title {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    border-bottom: dotted 1px #1f1f1f;
}

.highlight {
    background-color: #ffff00;
}

.text table {
    margin: 12px 20px 12px 0px;
}

.text-section {
    clear: both;
}

.text-section.text-quoted {
    margin: 60px 0;
}

.text-section.text-quoted blockquote div p {
    letter-spacing: -0.6px;
    line-height: 0.8em;
}

.text .links ul {
    list-style: none;
    padding: 0;
    margin: 12px 0px;
}

.text .links ul li {
    background: url("../img/misc/arrow-right-red.png") no-repeat scroll 2px 5px transparent;
    margin: 10px 0;
    overflow: auto;
    padding-left: 15px;
}

.text .content-menu-item .header {
    min-height: 63px;
    *height: 63px;
    overflow: hidden;
    margin-bottom: 5px;
    display: block;
    text-decoration: none;
    background-color: #7e7062;
    padding-right: 8px;
}

.text .content-menu-item .header:hover {
    text-decoration: none;
}

.text .content-menu-item h3 {
    color: #fefefe;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -0.3px;
    margin: 0;
    padding: 21px 30px 5px 15px;
    background: url(../img/misc/menu-item-plus.png) no-repeat right 21px;
}

.text .content-menu-item.open h3 {
    background: url(../img/misc/menu-item-minus.png) no-repeat right 21px;
}

.text .content-menu-item .content {
    background: #f3f3f3;
    overflow: hidden;
    margin-bottom: 5px;
    display: none;
}

.text .content-menu-item .content p {
    color: #363636;
    font-size: 14px;
    letter-spacing: -0.3px;
    margin: 20px 15px;
}

img.quote {
    padding-bottom: 5px;    
}

h1.numbered {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    margin: 27px 0 0;
}

h2.numbered {
    font-weight: bold;
    font-size: 23px;
    color: #0064af;
    margin: 15px 0 0;
}

h3.numbered {
    font-size: 14px;
    font-weight: bold;
    color: #7e7062;
    margin: 15px 0 50px;
    padding: 0 60px;
}

.round-number {
    background: url("../img/misc/round-number-bg.png") no-repeat scroll transparent;
    height: 73px;
    width: 83px;
    text-align: center;
    display: inline-block;
    padding-top: 10px;
}

.numbered-content-area ol {
    margin: 0;
}

.numbered-content-area ol li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.numbered-content {
    width: 468px;
    border: 1px solid #ebebeb;
    height: 150px;
    margin-bottom: 10px;
}

.numbered-content-left {
    text-align: center;
    background: #e6e6e6;
    color: #fff;    
    font-size: 75px;
    width: 106px;
    height: 121px;
    padding-top: 29px;
    float: left;
}

.numbered-content-right {
    float: left;
    height: 150px;
    width: 362px;
    text-align: center;
}

.numbered-content-right p {
    color: #0064AF;
    font-size: 14px;
    font-weight: bold;
    padding: 0 30px;
    text-align: left;
    margin: 15px 0;
}

.numbered-content-right img {
    margin-top: 15px;
}

/* =============================================================================
   Search
   ========================================================================== */
#searchResults.text {
    box-shadow: none;
}

#searchResults h1 {
    margin-bottom: 30px;
}

#searchResults h2 {
    border-bottom: none;
    font-size: 14px;
    margin: 0px;
    padding: 0;    
}

#searchResults h2 a {
    color: #4D4D4D;
}

#searchResults ol {
    list-style: none;
    padding-left: 0px;
    margin: 0;
    padding: 0;
}

#searchResults ol li {
    margin: 0;
    padding: 0;
}

#searchResults .text-meta {
    margin: 2px 0px;
}

#searchResults .text-meta li {
    margin: 5px 20px 5px 0;
}

#searchResults p {
    border-bottom: dotted 1px #000;
    margin-bottom: 20px;
    padding-bottom: 5px; 
}

.new-search {
    padding-bottom: 30px;
}

.new-search input[type="text"] {
    background: none repeat scroll 0 0 #F6F6F6;
    border: medium none;
    box-shadow: none;
    clear: none;
    color: #969696;
    float: left;
    font-size: 16px;
    height: 30px;
    margin-right: 10px;
    padding-left: 35px;
    width: 295px !important;
}

.lang-fr .new-search input[type="text"] {
    width: 295px;
}

.new-search input {
    margin-left: 0px;
    float: left;
}

#main .new-search input[type="submit"] {
    background: none repeat scroll 0 0 #515151;
    clear: none;
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    margin: 0;
    width: 110px !important;
}

.new-search label {
    width: auto;
    clear: both;
    color: #acacac; 
    font-size: 13px;
    float: left;
    display: block;
    width: 130px;
    text-align: left;
}

.new-search h2 {
    border-bottom: none;
    font-size: 17px;
    margin: 17px 0;
    padding: 0;
    color: #0064AF;
}


.eva-search-header {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3em;
    text-transform: uppercase;
    width: 253px;
    background-color: #fff;
    padding: 5px 0 5px 13px;
    margin-bottom: 8px;
}

.boxshadow .eva-search-header {
    box-shadow: 0 0 7px -2px #888888;
}

a.eva-search-item, a.eva-search-item-fancybox {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3em;
    text-transform: uppercase;
    width: 253px;
    padding: 5px 0 5px 13px;
    margin-bottom: 8px;
    font-weight: bold; 
}

a.eva-search-item:hover, a.eva-search-item-fancybox:hover {
    background: #f01e27;
    color: #ffffff;     
    text-decoration: none;   
}

.csstransitions a.eva-search-item, .csstransitions a.eva-search-item-fancybox {
    transition: background 0.3s linear;
}

/* =============================================================================
   Sitemap
   ========================================================================== */
#sitemap .links h2 a {
    color: #0064AF;
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0 2px;
    padding: 0;
}

#sitemap .links ul {
    list-style: none outside none;
    margin: 12px 20px;
    padding: 0;
}

#sitemap .links ul li {
    background: url("../img/misc/list-dot-grey.png") no-repeat scroll 2px 5px transparent;
    margin: 10px 0;
    overflow: auto;
    padding-left: 27px;
    color: #4D4D4D;
}

#sitemap .links ul li a {
    color: #4D4D4D;
    font-weight: bold;
}

#sitemap .content {
    padding-bottom: 20px;
}

/* =============================================================================
   Forms, Form module
   ========================================================================== */
form input, form textarea, form select {
  border: 1px solid #CFCFCF;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1) inset;
  padding: 5px;
  width: 235px;
  margin: 0;
  display: block;
}

form select {
    width: 247px !important;
    margin: 0px !important;
}


form input.search-button, form #searchbar {
    display: inline;
    margin: 0;
}

form label {
    color: #7E7062;
    float: left;
    margin: 5px 25px 5px 0;
    width: 185px;
    text-align: right;
}

form label span {
    float: right;    
}

form .form-item {
    overflow: hidden;
    margin: 0px;
}

form .form-item label {
    width: auto;
    text-align: left;
}


.button-wrapper {
    clear: both;
}

.button-wrapper input[type="submit"] {
    margin-bottom: 5px;
}

form div {
    float: none;
}

form input[type="submit"] {
  background: none repeat scroll 0 0 #7E7062;
  color: #FFFFFF;
  display: block;
  float: left;
  height: 35px;
  letter-spacing: -0.3px;
  margin: 0 0 0 210px;
  width: auto;
}

form .form-item-m, form .form-item-s, form .form-item-l {
    float: left;
    clear: right;
}

form div.mgnlEditorBar.component, .mgnlEditorBar.placeholder {
    clear: both;
}

input:invalid, textarea:invalid {
    background: none;
}

form label[for="FileUpload"] {
    margin: 12px 20px;
}

form input[type="checkbox"], form input[type="radio"] {
    display: block;
    width: 30px; 
    margin-right: 0px;
    float: left;
    margin: 8px 0 4px 0;
    border: none;
    box-shadow: none;
}

form input[type="file"] {
    display: inline;
}


fieldset.mod div {
    float: left;
    clear: right;
    margin: 0;
}

form fieldset > div {
    margin-bottom: 10px;
    clear: both;
}

fieldset > div.form-item > label {
	float: none;
	display: block;
	margin-left: 30px;
}

fieldset.mod > div.form-item > label {
	float: left;
	display: block;
	margin-left: 0;
}

form div.error span {
    text-align: right;
}

form div.error em {
    color: #FF0000;
}

form div.error {
    overflow: hidden;
}

form div.error input, select, textarea {
    margin-top: 15px !important;
}

#mgnlhp {
    display: none;
}

form.portrait-search input, form.portrait-search textarea, form.portrait-search select {
    width: 225px !important;
    clear: both;
}

form .captcha {
	float: right;
    padding-right: 12px;
    margin-bottom: 10px;
}

form.portrait-search label {
    width: auto;
    clear: both;
    color: #acacac; 
    font-size: 13px;
    float: left;
    display: block;
    width: 200px;
    text-align: left;
}

form.portrait-search .critera-wrapper {
    float: left; 
    overflow:hidden; 
    margin: 0 10px 10px 0;
    position: relative;
}

form.portrait-search .critera-wrapper-hits {
    clear: both;
    overflow:hidden; 
    margin: 10px 0;
    padding: 20px 0 0 5px;
    visibility: hidden;
}

form.portrait-search .hits-blue {
    font-weight: bold;
    font-size: 15px;
    color: #0064af;
}

form.portrait-search .hits-red {
    font-weight: bold;
    font-size: 15px;
    color: #e3001b;
}

form.portrait-search .wrapper-bottom {
    border-bottom: 1px dotted #D9D9D9; 
    padding-bottom: 20px;
}

form.portrait-search input.text-search {
    font-size: 16px; 
    color: #969696; 
    box-shadow: none;
    border: none;
    width: 295px !important;
    float: left;
    margin-right: 10px;    
    padding-left: 35px;
    height: 30px;
    clear: none;
    background: #f6f6f6;
}

form.portrait-search input[type=submit] {
    background: #515151;
    font-size: 16px;
    color: #fff;
    margin: 0;
    width: 110px !important;
    float: left;
    font-weight: bold;
    height: 40px;
    clear: none;
}

.load-more-athletes {
    margin: 10px 0 0 0;
    clear: both;
    float: right;
}

.load-more-athletes input {
    background: #515151;
    font-size: 16px;
    color: #fff;
    width: 110px !important;
    font-weight: bold;
    height: 40px;
    display: block;
    padding: 7px 20px;
    letter-spacing: -0.3px;
    border: 1px solid #CFCFCF;
}

.cursor-label {
    background: url(../img/misc/search.png) no-repeat 10px 5px #f6f6f6 !important;
    font-size: 16px !important;
    color: #969696 !important; 
    padding-left: 35px !important;
    position: absolute !important;
    top: 5px;
}

/* =============================================================================
   Portrait Detail
   ========================================================================== */

.athlete-portrait-header {
    overflow: visible;
    margin-top: 30px;   
}

.athlete-portrait-header h2 {
    width: 336px;
    font-weight: bold;
    font-size: 21px;
    color: #0062ac;    
    text-align: center;
    float: left;
    margin-bottom: 40px;
}

.athlete-portrait-header .overlay-box {
    position: absolute;
    background: url(../img/misc/nav-hover-bubble-bg.png) no-repeat center;
    width: 104px;
    height: 60px;
    opacity: 0;
    color: #a4a4a4;
    font-size: 13px;
    font-style: italic;
    text-align: center;
    left: -15px;
    top: -60px;
}

.athlete-portrait-header .overlay-box-content {
    padding: 5px;
}

.csstransitions .athlete-portrait-header .overlay-box  {
    transition: opacity 0.5s ease;    
}


.athlete-portrait-header .next-athlet, .athlete-portrait-header .previous-athlet {
    position: relative;    
}

.athlete-portrait-header .next-athlet:hover .overlay-box, .athlete-portrait-header .previous-athlet:hover .overlay-box{
    opacity: 1;    
    left: -15px;
    top: -60px;
}
   
.athlete-portrait-header .navigation-left {
    width: 67px; 
    height: 67px; 
    background: url(../img/misc/nav-portrait-left.png) no-repeat center; 
    border-radius: 5px;
    float: left;    
    position: relative;
}

.athlete-portrait-header .navigation-placeholder-left {
    width: 67px; 
    height: 67px; 
    float: left;
}

.athlete-portrait-header .navigation-placeholder-right {
    width: 67px; 
    height: 67px;
    float: right; 
}

.athlete-portrait-header .navigation-left:hover, .athlete-portrait-header .navigation-right:hover {    
    background-color: #F3F3F3;
}

.csstransitions .athlete-portrait-header .navigation-left, .csstransitions .athlete-portrait-header .navigation-right {
    transition: background-color 0.5s ease;    
}

.athlete-portrait-header .navigation-right {
    width: 67px; 
    height: 67px; 
    background: url(../img/misc/nav-portrait-right.png) no-repeat center; 
    float: right;
    border-radius: 5px;
    position: relative;
}

.athlete-portrait-pictures {
    clear: both;
    margin-top: 20px;
    overflow: hidden;
}

.athlete-portrait-pictures .no-picture {
    background-image: url("../img/symbols/gian-grau.jpg");
}

.athlete-portrait-picture-portrait {
    float: left;
    width: 234px;
    height: 234px;
    background-size: cover;
    margin-right: 2px;
}

.athlete-portrait-picture-action {
    float: left;
    width: 234px;
    height: 234px;
    background-size: cover;
}

.athlete-portrait-sponsorship, .athlete-portrait-cardholder {
    clear: both;
    margin-top: 65px;
    border: 1px solid #e4e4e4;
    background: #f3f3f3;
    font-size: 16px;    
    font-weight: bold;
    position: relative;
    height: auto;
    overflow: visible;
    padding: 10px 5px 10px 80px;
}

.badge-BRONZE, .badge-SILVER, .badge-GOLD {
    position: absolute;
    width: 42px;
    height: 70px;
    left: 25px;
    top: -5px;
}

.badge-BRONZE {
    background: url(../img/misc/badge-BRONZE.png) no-repeat;
}

.badge-SILVER {
    background: url(../img/misc/badge-SILVER.png) no-repeat;
}

.badge-GOLD {
    background: url(../img/misc/badge-GOLD.png) no-repeat;
}

.athlete-contributions table {
    margin: 0;
}

.athlete-contributions td {
    padding: 3px 5px 3px 0;
}

.athlete-contributions td:nth-child(1) {
    min-width: 170px;
}

.athlete-contributions a, 
.athlete-contributions a:link, 
.athlete-contributions a:active, 
.athlete-contributions a:focus,
.athlete-contributions a:hover  {
    color: #7e7062;
    text-decoration: none;
}

/* .athlete-contributions td:nth-child(1) { */
/*     display: table; */
/* } */

/* .athlete-contribution-wrapper { */
/*     display: table-row; */
/*     padding: 3px 0; */
/*     clear: both; */
/*     overflow: hidden; */
/* } */

/* .athlete-contribution-label {   */
/*     display: table-column; */
/*     width: 230px; */
/*     float: left;      */
/* } */

/* .athlete-contribution-value { */
/*     display: table-column; */
/*     float: left; */
/*     width: 120px;         */
/* } */

.athlete-portrait-sponsorship .thumbs-up {
    background: url(../img/misc/thumbs-up-badge.png) no-repeat;
    position: absolute;
    width: 42px;
    height: 70px;
    left: 25px;
    top: -5px;    
}

.athlete-portrait-sponsorship .sponsored-athlete {
    color: #414141;
}

.athlete-portrait-sponsorship .sponsor {
    color: #e60a14;        
}

.athlete-portrait-info {
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 40px;
}

.athlete-property-wrapper {
    background: url(../img/misc/spacer-1px-dots.png) no-repeat top transparent;
    padding: 5px 0;
    clear: both;
    overflow: hidden;
}

.athlete-property-label {
    font-size: 14px;
    color: #2d2d2d;
    font-weight: bold;   
    width: 200px;
    float: left;     
}

.athlete-property-value {
    font-size: 14px;
    color: #7e7062;
    font-weight: normal;
    float: left;
    width: 270px;        
}

.athlete-property-value .athlete-url {
    background: none repeat scroll 0 0 #7E7062;
    border-radius: 14px 14px 14px 14px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 18px;
    height: 23px;
    margin: 0 5px 5px 0;
    padding: 5px 0 0;
    text-align: center;
    width: 28px;
}

.athlete-property-value .athlete-url.inverted {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #7E7062;
    border-radius: 14px 14px 14px 14px;
    color: #7E7062;
    display: block;
    float: left;
    font-size: 18px;
    height: 21px;
    margin: 0 5px 5px 0;
    padding: 3px 0 0;
    text-align: center;
    width: 24px;
}

.athlete-url.icon-FACEBOOK_FANPAGE {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #7E7062;
    border-radius: 14px 14px 14px 14px;
    color: #7E7062;
    display: block;
    float: left;
    font-size: 18px;
    height: 21px;
    margin: 0 5px 5px 0;
    padding: 3px 0 0;
    text-align: center;
    width: 24px;
}

.athlete-property-value .athlete-url:hover {
    text-decoration: none;
}

.text .athlete-portrait .content-menu-item {
    margin-top: 5px;
}

.text .athlete-portrait .content-menu-item .header {
    text-transform: uppercase;
}

.portrait-button-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
}

.portrait-button {
    font-size: 18px;
    border: 1px solid #d5d5d5;
    color: #9d9d9d;
    padding: 7px;
    width: auto;
    background-color: #fff;
    float: right;
    margin-left: 10px;
}

.portrait-button:hover {
    background-color: #f3f3f3;  
}

.csstransitions .portrait-button:hover {
    transition: background-color 0.5s ease;    
}

.portrait-close-button {
    width: 40px;
    height: 40px;
    display: block;
    background: transparent url(../img/misc/icon-close.png) center top no-repeat;
    background-size: 40px 40px;
}

.portrait-close-button:hover {
    background: transparent url(../img/misc/icon-close-hover.png) center top no-repeat;
    background-size: 40px 40px;
}

.donation-button-wrapper {
    position: relative;
    left: 500px;
    top: -227px
}

.portrait-donation-button {
    overflow: visible;
    width: 300px;
    height: 227px;
    display: block;
    margin-bottom: -227px;
}

.lang-de .portrait-donation-button {
	background: transparent url(../img/misc/img-donation.png) center top no-repeat;
	background-size: 300px 227px;
}

.lang-fr .portrait-donation-button {
	background: transparent url(../img/misc/img-donation-fr.png) center top no-repeat;
	background-size: 300px 227px;
}

.lang-de .portrait-donation-button:hover {
	background: transparent url(../img/misc/img-donation-hover.png) center top no-repeat;
	background-size: 300px 227px;
}

.lang-fr .portrait-donation-button:hover {
	background: transparent url(../img/misc/img-donation-hover-fr.png) center top no-repeat;
	background-size: 300px 227px;
}

.export-button-wrapper {
    position: relative;
    left: 500px;
    top: 75px
}

.portrait-export-button {
    overflow: visible;
    width: 60px;
    height: 72px;
    display: block;
    background: transparent url(../img/misc/icon-pdf.png) center top no-repeat;
    background-size: 60px 72px;
    margin-bottom: -60px;
}

.portrait-export-button:hover {
    background: transparent url(../img/misc/icon-pdf-hover.png) center top no-repeat;
    background-size: 60px 72px;
}

.portrait-link-icon {
    height: 15px;
    margin-bottom: 4px;
}

/* =============================================================================
   Youtube list for voting
   ========================================================================== */
#main ul.youtube-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#main table.youtube-list
, #main table.youtube-list td
, #main table.youtube-list th {
    border: 0;
    border-collapse: collapse;
}

#main ul.youtube-list li {
    float: left;
    display: block;
    margin: 5px;
    padding: 0;
    background: none;
    width: 380px;
}

#main table.youtube-list td
, #main table.youtube-list th {
    padding: 5px;
}

#main .youtube-list .fancybox-video {
    width: 380px;
    height: 210px;
    display: block;
    overflow: hidden;
    position: relative;
}

#main .youtube-list .fancybox-video .thumbnail {
    width: 100%;
    height: 100%;
    position: relative;
}

#main .youtube-list a.name
, #main .youtube-list p {
    margin: 10px 0;
    font-size: 12px;
}

#main .youtube-list .hover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;        
}

.csstransitions #main .youtube-list .hover {
    transition: background 0.3s linear;
}

.rgba #main .youtube-list .fancybox-video:hover .hover {
    background: rgba(0, 51, 51, 0.25);
}

#main .youtube-list .play-button {
    position: absolute;
    background: url(../img/misc/play.png) center no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;    
}

/* =============================================================================
   Nivo Slider
   ========================================================================== */
   
/*
 * jQuery Nivo Slider v3.0.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */

.boxshadow .nivo-slider {
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.nivoSlider {
    position:relative;
    width:100%;
    height:auto;
    overflow: hidden;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
}
.nivoSlider a.nivo-imageLink img {
    display: block !important;
}
.nivo-main-image {
    display: block !important;
    position: relative !important; 
    width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    border:0;
    display:block;
    background-color: #fff;
    filter:alpha(opacity=0);
    opacity: 0;
    -webkit-opacity:0;
    -moz-opacity:0;
    -khtml-opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
    top:0;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
    overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0px;
    bottom:0px;
    background:#000;
    color:#fff;
    width:100%;
    z-index:8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter:alpha(opacity=8);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
    padding:5px;
    margin:0;
}
.nivo-caption a {
    display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
}
.nivo-prevNav {
    left:0px;
}
.nivo-nextNav {
    right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align:center;
    padding: 15px 0;
}
.nivo-controlNav a {
    cursor:pointer;
}
.nivo-controlNav a.active {
    font-weight:bold;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/


.theme-default .nivoSlider {
    position:relative;
    background:#fff url(../img/nivo/loading.gif) no-repeat 50% 50%;    
}

.theme-default .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

.theme-default .nivoSlider a {
    border:0;
    display:block;
}

.theme-default .nivo-controlNav-corner-left {
    background: url("../img/nivo/slider-pager-left-finish.png") no-repeat left top transparent;
    height: 26px;
    width: 24px;
    float: right;
}

.theme-default .nivo-controlNav {
    text-align: center;
    padding: 4px 0 0;
    float: right;
    background: #2a2a2a;    
}

.boxshadow .theme-default .nivo-controlNav {
    box-shadow: 0 1px 5px 0 #4A4A4A;
}

.theme-default .nivo-controlNav a {
    display:inline-block;
    width:22px;
    height:22px;
    background:url(../img/nivo/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin: 0 2px;
    
    /*IE7-Hack */
    *text-indent: 0;
    *font-size: 0;
    *line-height: 0;
}

.theme-default .nivo-controlNav a.active {
    background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
    display:block;
    width:13px;
    height:30px;
    background:url(../img/nivo/arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;        
}

.theme-default:hover .nivo-directionNav a {
    opacity: 1;
}

.theme-default a.nivo-nextNav {
    background-position:-13px 0 !important;
    right:15px;
}

.theme-default a.nivo-prevNav {
    left:15px;
}

.theme-default a.nivo-prevNav:hover, .theme-default a.nivo-nextNav:hover {
    background:url(../img/nivo/arrows_hover.png) no-repeat;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}

.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}


/* =============================================================================
   Fancy-Box
   ========================================================================== */

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../img/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}


#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../img/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../img/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../img/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../img/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../img/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../img/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 18px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: absolute;
	top: 5px;
	font-weight: bold;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../img/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../img/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../img/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../img/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

/** SSH additional classes **/
.athlete-url.icon-WEBSITE:before {
    content: "\f015";
}

.athlete-url.icon-FACEBOOK_PROFILE:before {
    content: "\f09a";
}

.athlete-url.icon-FACEBOOK_FANPAGE:before {
    content: "\f09a";
}

.athlete-url.icon-TWITTER:before {
    content: "\f099";
}

.athlete-url.icon-YOUTUBE:before {
    content: "\f16a";
}

.athlete-url.icon-INSTAGRAM:before {
    content: "\f16d";
}

.athlete-url.icon-GOOGLE_PLUS:before {
    content: "\f0d5";
}

.athlete-url.icon-FLICKR:before {
    content: "\f16e";
}

.athlete-url.icon-OTHER:before {
    content: 'W';
}

/*
 * 1. CSS für SMS-Widget
 */

.bre2-container#bre2-container .bre2-btn {
	background-color: #e60a14 !important;
}

.bre2-container#bre2-container .bre2-title {
	color: #e60a14 !important;
}

.bre2-container#bre2-container .bre2-amounts li a.active,
	.bre2-container#bre2-container .bre2-amounts li a:hover {
	color: #e60a14 !important;
	border: #e60a14 2px solid !important;
}

.bre2-container#bre2-container .bre2-meta a {
	color: #e60a14 !important;
}

.bre2-container#bre2-container .bre2-meta a:hover {
	color: #e60a14 !important;
}

.bre2-container#bre2-container .bre2-title::after {
	background: #e60a14 !important;
}

.bre2-container#bre2-container .bre2-amounts .active.bre2-custom-amount input,
	.bre2-container#bre2-container .bre2-amounts .bre2-custom-amount:hover input
	{
	color: #e60a14 !important;
}

.bre2-container#bre2-container .bre2-amounts .active.bre2-custom-amount,
	.bre2-container#bre2-container .bre2-amounts .bre2-custom-amount:hover
	{
	color: #e60a14 !important;
	border: #e60a14 2px solid !important;
}

bre2-container#bre2-container .bre2-linklist a:hover {
	color: #e60a14 !important;
}

.bre2-container#bre2-container .bre2-linklist a {
	color: #e60a14 !important;
}

.bre2-container#bre2-container .bre2-wrapper {
	background-color: #ffffff !important;
}

.bre2-container#bre2-container .bre2-text {
	text-align: left!imporant;
}