

/* ==========================================================================
   Body
   ========================================================================== */

/**
 * Body
 */

 body {
    font-family: 'Roboto', sans-serif;
     padding: 0 0 30px 0;
     color: #585858;
 }

 a {
     color: #00B9F1;
 }

 /* ==========================================================================
    Content
    ========================================================================== */

/**
  * Header
  */

.header-container {
    background: #c5e9fb;
    padding: 60px 0;
    background: url(../../img/bg_header.jpg) no-repeat 50% 0;
    margin-bottom: 20px;
}

header.headline  {
    margin-bottom: 50px;
}

header.headline h1 {
    font-size: 30.5px;
    margin: 0;
}

header.headline h1 span {
    display: block;
    font-size: 70px;
    line-height: 1.0;
    color: #00B9F1;
}

/**
  * Headings
  */

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
    line-height: 1.4em;
    color: #00B9F1;
    margin-bottom: 20px;
}
h3 span {
    display: block;
    font-size: 16px;
    color: #666;
    margin-top: 0;
}

h4 {
    font-size: 18px;
    line-height: 1.4em;
    margin: 20px 0 10px;
}

h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 25px 0 10px;
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Tables
 */

table.timeline tr td {
    vertical-align: top;
    padding: 5px 0 10px;
}

table.timeline tr td:first-child {
    width: 100px;
    color: #777;
}

table.timeline tr.separator td {
    font-weight: 700;
    color: #00B9F1;
    padding: 10px 0 20px;
}

table.timeline tr.separator td:first-child {
    font-weight: 400;
    color: #777;
}

table.table-modul tr th {
    background: #ececeb;
}
table.table-modul tr td {
    background: #dcf1f6;
    border-top: 3px solid #fff;
}

table td .checkbox {
    margin: 0;
    padding-left: 5px;
}
table td .checkbox input {
    font-size: 20px;
    margin: 2px 10px;
}
table td .checkbox label {
    display: block;
}


/**
 * Forms
 */

form .form-group {
    background: #dcf1f6;
    margin: 0 0 3px 0 !important;
    padding: 5px 0;
}

form .btn-primary {
    background: #fff;
    color: #444;
    border-radius: 0;
}

.btn-default {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #00B9F1;
    border: none;
    padding: 18px 40px;
    border-radius: 0;
    margin: 15px 0 35px 0;
}
.btn-default:hover {
    color: #fff;
    background: #444;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#signup-results.bg-success {
    padding: 15px;
    margin: 15px 0;
}

.pdf {
    position: relative;
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    color: #777;
    text-transform: uppercase;
    text-decoration: none;
    padding: 35px 0 35px 110px;
    border: 2px solid #dbdbdb;
    margin-bottom: 40px;
}
a.pdf:before {
    position: absolute;
    content: "";
    left: 20px;
    top: 50%;
    margin-top: -29px;
    width: 61px;
    height: 58px;
    background: url(../../img/icon_pdf.png) no-repeat 0 0;
}
.pdf:hover {
    color: #00B9F1;
    text-decoration: none;
    border-color: #00B9F1;
}
a.pdf span {
    font-size: 22px;
    font-size: 400;
    color: #444;
    display: block;
    margin-top: 5px;
    text-transform: none;
    line-height: 24px;
}
a.pdf span strong {
    color: #00B9F1;
}

/* ==========================================================================
   Media Styles
   ========================================================================== */

/**
 * Media Styles
 */

 @media (min-width: 1170px) {
     .container {
         max-width: 900px;
     }
 }
