/* Font styles ********************************************************************************************************/

@font-face {
    font-family: 'Tele-Grotesk-Ultr';
    src: url('../fonts/Tele-Grotesk-Ultr.eot?') format('eot'), 
        url('../fonts/Tele-Grotesk-Ultr.woff') format('woff'), 
        url('../fonts/Tele-Grotesk-Ultr.ttf')  format('truetype'),
        url('../fonts/Tele-Grotesk-Ultr.svg#Tele-Grotesk-Ultr') format('svg');
}

@font-face {
    font-family: 'Tele-Grotesk-Norm';
    src: url('../fonts/TeleGroteskNormal.eot?') format('eot'), 
        url('../fonts/TeleGroteskNormal.woff') format('woff'), 
        url('../fonts/TeleGroteskNormal.ttf')  format('truetype'),
        url('../fonts/TeleGroteskNormal.svg#TeleGroteskNormal') format('svg');
}

@font-face {
    font-family: 'Tele-Grotesk-Fett';
    src: url('../fonts/TeleGroteskFett.eot?') format('eot'), 
        url('../fonts/TeleGroteskFett.woff') format('woff'), 
        url('../fonts/TeleGroteskFett.ttf')  format('truetype'),
        url('../fonts/TeleGroteskFett.svg#TeleGroteskFett') format('svg');
}

body, html
{
    font-family: Arial, sans-serif;
    line-height: 1.3em;
    font-size: 14px;
}

body
{
    margin-top: 15px;
    margin-bottom: 15px;
}

a:link, a:hover, a:active, a:visited
{
    text-decoration: underline;
}

.tk-pink
{
    color: #e20074;
}


.banner h2
{
    font-family: 'Tele-Grotesk-Fett';
    font-size: 40px;
    color: #e20074;
}

h3
{
    font-family: 'Tele-Grotesk-Fett';
    font-size: 28px;
    line-height: 3em;
}

.intro
{
    font-size: 20px;
    line-height: 1.2em;
    padding-bottom: 35px;
}

.visible-mobile
{
    display: none;
}

.container
{
    width: 980px;
    margin: 0 auto;
}

.content
{
    position: relative;
    padding: 64px 37px 24px 37px;
    margin-top: 27px;
    background: url(../img/bg-content.png) repeat-y;
    font-size: 16px;
    line-height: 1.2em;
}

.content:before, .content:after
{
    width: 100%;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
}

.content:before
{
    height: 36px;
    background: url(../img/bg-content-top.png) no-repeat;
}

.content:after
{
    top: auto;
    bottom: 0;
    height: 8px;
    background: url(../img/bg-content-bottom.png) no-repeat;
}

.banner
{
    overflow: hidden;
    margin-bottom: 20px;
}

.banner h2
{
    float: left;
    line-height: 126px;
    vertical-align: middle;
}

.banner img
{
    float: right;
}

p
{
    padding-bottom: 30px;
}

.divider
{
    border-bottom: 1px solid  #d0d0d0;
}

.footer p a
{
    color: #004490;
    text-decoration: underline;
}

.footer ul
{
    font-family: Arial, sans-serif;
    font-size: 10px;
}

.footer li
{
    margin-right: 20px;
}

.footer a
{
    color: #000;
    text-decoration: none;
}

/* Form styles ********************************************************************************************************/

.panel
{
    width: 660px;
    margin: 0 auto;
    padding: 26px;
    border: 6px solid #cfcfcf;
    -moz-border-radius: 6px / 5px;
    -webkit-border-radius: 6px / 5px;
    border-radius: 6px / 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.4);
    box-shadow: 0 3px 5px rgba(0,0,0,.4);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, #e5e5e5 0%, #fff 100%);
    background-image: -o-linear-gradient(bottom, #e5e5e5 0%, #fff 100%);
    background-image: -webkit-linear-gradient(bottom, #e5e5e5 0%, #fff 100%);
    background-image: linear-gradient(bottom, #e5e5e5 0%, #fff 100%);

}

form p.start
{
    padding-bottom: 0;
    margin-bottom: 10px;
}

form .info
{
    font-family: 'Tele-Grotesk-Fett';
    font-size: 18px;
    color: #4b4b4b;
    margin-top: 15px;
    padding-bottom: 0;
    padding-top: 15px;
    border-top: 1px solid #d0d0d0;
}

.input-container
{
    padding: 12px 4px 0 4px;
}

input[type="text"], select, textarea
{
    border: 1px solid #c5c5c5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    -moz-box-shadow: inset 0 1px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,0.2);
    box-shadow: inset 0 1px 4px rgba(0,0,0,0.2);
    height: 35px;
    padding: 8px;
    font-size: 14px;
    color: #4b4b4b;
}

input[type="text"][disabled]
{
    opacity: 0.6;
    filter: alpha(opacity=60);
    cursor: default;
}

input[type="text"].invalid, input[type="checkbox"].invalid, select.invalid, textarea.invalid, .checkbox-wrapper.invalid, .select-wrapper.invalid
{
    border-color: #f77;
    background-color: #fff2f2;
}

input[type="text"].disabled, input[type="checkbox"].disabled, select.disabled, textarea.disabled, .checkbox-wrapper.disabled, .select-wrapper.disabled
{
    background-color: #e9e9e9;
}

.select-wrapper
{
    position: relative;
    border: 1px solid #cfcfcf;
    -moz-border-radius: 4px / 3px;
    -webkit-border-radius: 4px / 3px;
    border-radius: 4px / 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
    box-shadow: 0 1px 2px rgba(0,0,0,.4);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, #e5e5e5 0%, #fff 100%);
    background-image: -o-linear-gradient(bottom, #e5e5e5 0%, #fff 100%);
    background-image: -webkit-linear-gradient(bottom, #e5e5e5 0%, #fff 100%);
    background-image: linear-gradient(bottom, #e5e5e5 0%, #fff 100%);
    font-size: 14px;
    height: 33px;
    padding: 8px;
}

.select-wrapper:after
{
    position: absolute;
    content: "\25BC";
    right: 8px;
    top: 50%;
    font-size: 11px;
    margin-top: -6px;
    border-left: none;
    line-height: 14px;
    font-family: Tahoma, Arial, sans-serif;
}

.select-wrapper select
{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1010;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
}

.select-wrapper span
{
    position: relative;
    top: -2px;
}

.code-input
{
    font-size: 20px;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 30px;
    vertical-align: middle;
    font-weight: bold;
}

.code-input.empty
{
    background-image: url(../img/code-input-placeholder.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.code-input:focus
{
    background-image: none;
}

/* Buttons ************************************************************************************************************/

.tk-btn-pink, a.tk-btn-pink, a.tk-btn-pink:link, a.tk-btn-pink:visited, a.tk-btn-pink:active, a.tk-btn-pink:hover
{
    display: block;
    border: 1px solid #cb0069;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #e10073;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.6);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.6);
    box-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NiMDA2OSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZTEwMDczIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmYzMzliIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(bottom, #cb0069 0%, #e10073 50%, #ff339b 100%);
    background-image: -o-linear-gradient(bottom, #cb0069 0%, #e10073 50%, #ff339b 100%);
    background-image: -webkit-linear-gradient(bottom, #cb0069 0%, #e10073 50%, #ff339b 100%);
    background-image: linear-gradient(bottom, #cb0069 0%, #e10073 50%, #ff339b 100%);
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

.disabled, .tk-btn-pink.disabled, button[disabled]
{
    opacity: 0.6;
    filter: alpha(opacity=60);
    cursor: default;
}

/* Placeholders *******************************************************************************************************/

::-webkit-input-placeholder /* WebKit browsers */
{
    color: #8b8b8b !important;
    opacity: 1 !important;
}

:-moz-placeholder /* Mozilla Firefox 4 to 18 */
{
    color: #8b8b8b !important;
    opacity: 1 !important;
}

::-moz-placeholder /* Mozilla Firefox 19+ */
{
    color: #8b8b8b !important;
    opacity: 1 !important;
}

:-ms-input-placeholder /* Internet Explorer 10+ */
{
    color: #8b8b8b !important;
    opacity: 1 !important;
}

/* Lists **************************************************************************************************************/

/* Popup **************************************************************************************************************/

.popup-shadow
{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 909090;
    width: 100%;
    height: 100%;
    padding: 40px 0 60px 0;

    background: #000;
    background: rgba(0, 0, 0, 0.5);
}

.popup
{
    position: fixed;
    z-index: 919191;
    left: 50%;
    top: 50%;
    width: 700px;
    background: #000;
    margin-left: -350px;
    border-radius: 7px;
    box-shadow: 0 0 30px #000;
    /*overflow: hidden;*/
}

.popup iframe
{
    width: 100%;
    min-height: 400px;
    background: #fff;
}

.popup .header
{
    position: relative;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    padding: 0 20px;
}

.popup .content-wrapper
{
    height: 100%;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.popup .content
{
    padding: 0 20px 20px 20px;
    font: 12px/16px Verdana, sans-serif;
    color: #0c3a85;
}

.popup .content .headline
{
    font-size: 14px;
    display: block;
    text-align: center;
}

.popup .content .item-paragraph
{
    display: block;
}

.popup .content .item-paragraph.first
{
    padding-top: 30px;
}

.popup .content .item-number
{
    display: block;
    position: absolute;
    left: 0;
}

.popup .content  .item-number-text
{
    display: block;
    position: relative;
    padding-left: 28px;
}

.popup .content  .item-bullet
{
    display: block;
    position: absolute;
    left: 35px;
}

.popup .content .item-bullet-text
{
    display: block;
    position: relative;
    padding-left: 54px;
}

.popup .btn-close
{
    position: absolute;
    right: -20px;
    top: -20px;
    display: block;
    width: 36px;
    height: 36px;
    background: url(../img/close.png) no-repeat;
}

ul.dotted{list-style: outside;}
ul.dotted li{margin-left:25px;padding-left:35px;}