@import "http://fonts.googleapis.com/css?family=Titillium+Web:600,400,300";

html, body {
    height: 100%;
}
html {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #262626;
    direction: ltr;
    font: 400 13px/20px Verdana,Arial,Helvetica,sans-serif;
}
body, body * {
    background-repeat: no-repeat;
    font-family: inherit;
    font-size: 1em;
    line-height: inherit;
}
html, body, ul, ol, li, dl, dd, dt, form, h1, h2, h3, h4, h5, h6, p, fieldset {
    margin: 0;
    padding: 0;
}
h\:hgroup, h\:header, h\:nav, h\:article, h\:section, h\:aside, h\:footer, h\:details, h\:output {
    display: block;
}
a {
    font-family: "Titillium Web",sans-serif;
    color: #B3001E;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    color: #B3001E;
    text-decoration: underline;
}
a:visited {
    color: #B3001E;
}
a:active {
    color: #B3001E;
}
ul li {
    display: block;
    list-style-type: none;
}
img {
    border: medium none;
}
a img {
    border: 0 none;
}

/* Aktion bestaetigen */
         #message { display: none; }
.success #message { display: block; }

/* Non-JavaScript */
#jsRequired {
    font-weight: 700;
    color: #C00418;
    font-size: 1.4em;
    line-height: 1.6em;
}
.jsActive #jsRequired {
    display: none;
}
.jsInactive #currentStatus,
.jsInactive #information,
.jsInactive #action {
    display: none;
}

/* Content (allgemein) */
body.opt-in  .opt-in  { display: block; }
body.opt-in  .opt-out { display: none; }
body.opt-out .opt-in  { display: none; }
body.opt-out .opt-out { display: block; }


.centered {
    text-align: center;
}
* html script {
    display: block;
    height: 0;
    left: -6000px;
    overflow: hidden;
    position: absolute;
    width: 0;
}
.hr {
    clear: both;
    display: none;
}
.hr hr {
    display: none;
}
.skip * {
    display: none;
}
.statistics {
    height: 0;
    left: -6000px;
    overflow: hidden;
    position: absolute;
    width: 0;
}
#page-header {
    margin: 0 20px;
    padding-top: 120px;
    position: relative;
}
* + html #page-header {
    z-index: 2;
}
#page-header.header-simple {
    margin-bottom: 0;
}
#header-brand {
    background: url(logo_uim.jpg) no-repeat scroll 0 0;
    width: 160px;
    height: 110px;
    position: absolute;
    text-indent: -200em;
    top: 0px;
    z-index: 1;
}
#header-service {
    height: 50px;
    left: 140px;
    position: absolute;
    text-indent: -200em;
    top: 20px;
    width: 350px;
    z-index: 1;
}
html { }
#wrapper {
    border-top: 7px solid #B3001E;
    min-height: 100%;
    min-width: 320px;
    overflow: hidden;
    position: relative;
    z-index: 100;
}
#container {
    margin: auto;
    position: relative;
    width: 980px;
}
#page-content {
    padding: 20px 20px 20px 20px;
    position: relative;
    width: 960px;
}
#main {
    min-height: 450px;
    position: relative;
}
#page-header.header-simple ~ #page-content #main {
    min-height: 0;
}

h3 {
    background: none;
    color: #333333;
    font-family: "Titillium Web",sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    padding: 0px;
    text-transform: uppercase;
}
p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    background: none;
    color: #333333;
    font-family: "Titillium Web",sans-serif;
}
.content h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-transform: none;
    padding-top: 14px;
}

.content-part .title {
    background-color: #f2f2f2;
    display: block;
    height: 14px;
    margin: 23px 0 0;
    position: relative;
}
.content-part .title h2 {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #B3001E;
    font-family: "Titillium Web",sans-serif;
    font-size: 20px;
    font-weight: normal;
    left: 0;
    line-height: 20px;
    margin: 0;
    padding: 0 10px 0 0;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    top: -4px;
}


/* Hinweismeldung */
.hint {
    border-bottom: 6px solid;
    margin: 20px 0px 35px 0;
    min-height: 40px;
    padding: 12px 15px 13px;
}
.hint-single {
    padding: 12px 15px;
}
.hint .hint-headline {
    background-image: url(hint.png);
    background-repeat: no-repeat;
    display: block;
    font-family: "Titillium Web",sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-transform: none;
    height: 45px;
    margin: 0;
    max-width: 540px;
    padding: 0 0 0 50px;
}
.hint-single .hint-headline {
    line-height: 42px;
    padding-top: 1px;
}
.hint p {
    margin: -16px 0 0 50px;
    max-width: 540px;
    padding: 0;
}
.hint .subtext {
    color: #6A6A6A;
    font-size: 11px;
    line-height: 13px;
    margin-left: 50px;
}
.hint-confirm .hint-headline {
    background-position: 0 3px;
}
.hint-info .hint-headline {
    background-position: 0 -77px;
}
.hint-warning .hint-headline {
    background-position: 0 -157px;
}
.hint-error .hint-headline {
    background-position: 0 -237px;
}
.hint-confirm {
    background-color: #F1F6ED;
}
.hint-info {
    background-color: #EFF4F8;
}
.hint-warning {
    background-color: #FDF9EA;
}
.hint-error {
    background-color: #F8EEEE;
}
.hint-confirm {
    border-color: #A9C88F;
}
.hint-info {
    border-color: #B9CFDD;
}
.hint-warning {
    border-color: #F3DA79;
}
.hint-error {
    border-color: #D59394;
}
.jsEnabled .hint-jsDisabled {
    display: none;
}

.hero {
    background: none no-repeat scroll 0 0;
    border-bottom: 1px solid #B3B3B3;
    margin: 0px;
    padding: 0px;
    width: 940px;
    height: 420px;
}
.hint + .hero {
    margin-top: 0;
}
.hero-content {
    border-radius: 4px;
    padding: 35px 30px 0;
    position: relative;
}
.hero-content h1 {
    margin-bottom: 26px;
}
.hero-content h1 img {
    display: block;
}
.hero-headline {
    position: relative;
    z-index: 10;
}
.hero-headline span {
    color: #333333;
    font-family: "Titillium Web",sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 52px;
    text-align: left;
    text-shadow: none;
}
.hero-visual {
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 1;
    line-height: 0;
    right: 0px;
}
.hero h\:details {
    color: #515151;
    font-size: 18px;
    line-height: 25px;
    position: relative;
    z-index: 1000;
    margin-bottom: 34px;
}

#page-footer {
    background-color: #404040;
    background-image: -webkit-linear-gradient(#404040, #595959);
    background-image: -moz-linear-gradient(#404040, #595959);
    background-image: -o-linear-gradient(#404040, #595959);
    background-image: linear-gradient(#404040, #595959);
    color: #FFFFFF;
    min-height: 90px;
    width: 100%;
}

#footerMain {
    margin: auto;
    position: relative;
    width: 980px;
}
#footerMainlinks {
    position: relative;
    width: 960px;
    padding: 0 20px;
    overflow: hidden;
}

#footerMainlinks ul {
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 50px;
    float: right;
}
#footerMainlinks ul li {
    float: left;
    font-family: Arial;
    font-size: 12px;
    margin-left: 20px;
}
#footerMainlinks .footer-logos {
    float: left;
    width: 340px;
}
#footerMainlinks .footer-logos img {
    height: auto;
    max-width: 100%;
}

#footerMainlinks a {
    color: #FFFFFF;
    line-height: 18px;
    outline: none;
}
#action { margin-top: 20px;}
#action .with-bg {
    overflow: hidden;
    position: relative;
    clear: both;
    background-color: #f2f2f2;
    padding: 20px;
}

#action .with-bg h3 {
    float: left;
    text-transform: none;
    font-size: 30px;
    line-height: 40px;
}
#action p {
    clear: both;
}
#action .cta {
    cursor: pointer;
    float: right;
    width: 280px;
    margin-top: -23px;
    position: absolute;
    right: 20px;
    top: 50%;
    min-height: 45px;
    background: none repeat scroll 0 0 #595959;
}
#action .cta a {
    color: #FFFFFF;
    font-family: "Titillium Web",sans-serif;
    font-size: 20px;
    line-height: 45px;
    padding: 0 10px 0 0;
    text-decoration: none;
    text-transform: uppercase;
}
#action .cta span {
    padding-left: 20px;
}

.row {
    margin-top: 20px;
    margin-bottom: 40px;
    overflow: hidden;
}
.row .tx-ivi-teaser h3 {
    padding-top: 0px;
}
.row .tx-ivi-teaser {
    float: left;
    width: 300px;
    margin-right: 20px;
}
.row .tx-ivi-teaser.last { margin-right: 0px;}
.row .tx-ivi-teaser img {
    height: auto;
    max-width: 300px;
    width: 100%;
}
.row .tx-ivi-teaser .content {
    background-color: #F7F7F7;
    border-bottom: 1px solid #7F7F7F;
    min-height: 144px;
    padding: 14px 20px 12px;
}


/* medium */
@media only screen and (min-width: 640px) and (max-width: 980px) {
    #container {
        width: 660px;
    }
    .hero {
        height: 350px;
        width: 620px;
    }
    .hero-container .hero-visual {
        overflow: hidden;
        background-image: url(hero-medium.jpg);
        width: 620px;
        height: 350px;
    }
    .hero-visual > img {
        display: none;
    }
    .hero-headline span {
        font-size: 35px;
        line-height: 37px;
    }
    #footerMain {
        width: 660px;
    }
    #footerMainlinks {
        width: 620px;
    }
    #footerMainlinks ul {
        margin-top: 20px;
    }
    .content-part {
        width: 620px;
    }
    #action .with-bg h3 {
        width: 250px;
        line-height: 32px;
    }
}

/* small */
@media only screen and (max-width: 639px) {
    #container {
        width: 340px;
    }
    .hero {
        height: 350px;
        width: 300px;
    }
    .hero-content {
        padding-top: 20px;
    }
    .hero-container .hero-visual {
        overflow: hidden;
        background-image: url(hero-small.jpg);
        width: 300px;
        height: 350px;
    }
    .hero-visual > img {
        display: none;
    }
    .hero-headline span {
        font-size: 25px;
        line-height: 27px;
    }
    h3 {
        font-size: 18px;
        line-height: 22px;
    }
    #footerMain {
        width: 340px;
    }
    #footerMainlinks {
        width: 300px;
    }
    .footer-logos img {
        width: 300px;
        height: auto;
    }
    .content-part {
        width: 300px;
    }
    #action .with-bg a {
        margin-top: 10px;
    }
    .row {
        margin-bottom: 20px;
    }
    .row .tx-ivi-teaser {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .hint-single .hint-headline {
        line-height: 22px;
        padding-top: 1px;
        width: 200px;
    }
    #action .with-bg {
        padding: 10px;
    }
    #action .with-bg h3 {
        width: 250px;
        line-height: 32px;
    }
    #action .with-bg .cta {
        margin-top: 15px;
        position: relative;
        right: auto;
        top: auto;
    }
}
