body {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight:normal;
    color: rgba(0,0,0,0.6);
    font-size: 16px;
    line-height: 24px;
    margin:0;
    padding:0;
    width: 1px;
    width: 100%;
}

/**
 * Typography.
 */
h1 {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    color:#000;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    margin-top:0px;
    margin-bottom:32px;
    hyphens: none;
    -ms-hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
}

h2, h2:last-child {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    color:#000;
    font-weight: 500;
    font-size:32px;
    line-height: 40px;
    margin-top:0px;
    margin-bottom:20px;
}

h3, h3:last-child {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    color:#000;
    font-weight: normal;
    font-weight: 500;
    font-size:24px;
    line-height:32px;
    margin-top:0px;
    margin-bottom: 8px;
}

h4, h4:last-child {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    color:#000;
    font-weight: normal;
    font-size:20px;
    line-height:28px;
    margin-bottom: 8px;
    font-weight: 500;
    margin-top:0px;
}

a, p {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

a {
    color: #000000;
    transition: color .3s;
    text-decoration: none;
}

a:hover {
    color: #232323;
}

p {
    margin:0px 0px 30px;
    font-size: 16px;
    line-height: 24px;
}

strong {
    display: inline-block;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    color: #000;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
    font-weight: 500;
    margin-top: 0px;
}


em {
    display: block;
    text-align: center;
    margin:0px;
    font-size:20px;
    line-height: 28px;
    font-style: normal;
}

.image img {
    display: block;
    width:100%;
    height:auto;
}

a svg {
    width:18px;
    height:18px;
}

a svg * {
    transition: all .25s ease-in-out;
    fill: rgba(0, 0, 0, 0.6);
}

iframe {
    width:100%;
}

b, strong {
    font-weight: 500;
    color:#000;
}

.info h2 b {
    color: #fff;
}

/**
 * Listing.
 */
ul {
    margin:0;
    padding:0;
}
li {
    list-style-type:none;
}
section ul li {
    position: relative;
    padding-left:15px;
}
section ul li:before {
    position:absolute;
    left:0px;
    content:"•";
}

/**
 * Grid.
 */
.multicolumn {
    display:table;
    width:100%;
    table-layout: fixed;
}

.multicolumn > * {
    display:table-cell;
    vertical-align: top;
    width:100%;
}

.width-85 {
     width:82%;
 }

.width-80 {
    width:80%;
    padding-right:20%;
}

.width-75 {
    width:75%;
}

.width-66 {
    width:66%;
}

.width-50 {
    width:50%;
}

.width-33 {
    width:33%;
}

.width-25 {
    width:25%;
}

.width-20 {
    width:20%;
}

.width-15 {
    width:19%;
}

.separator {
    width:80px;
}

@media screen and (max-width: 599px) {
    .multicolumn > * {
        display:block;
        width:100%;
        clear:both;
        margin-top: 12px;
    }
    .multicolumn .separator {
        display:none;
    }
}


/**
 * Buttons.
 */
.button,
a.button {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    background: #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 16px 32px;
    transition: all 0.2s ease;
    cursor: pointer;
    text-decoration: none;
    margin:0px;
    white-space: nowrap;
}
.button:hover,
a.button:hover {
    -webkit-box-shadow: 0px 4px 6px -4px rgb(0 0 0 / 12%), 0px 8px 8px -4px rgb(0 0 0 / 8%);
    box-shadow: 0px 4px 6px -4px rgb(0 0 0 / 12%), 0px 8px 8px -4px rgb(0 0 0 / 8%);
}

/**
 * Moduls
 */
.ui.dimmer {
    background-color:rgba(0,0,0,.45)
}
.ui.modal {
    border-radius: 0px;
    background: transparent;
    width:960px;
}
.modal .modal-content {
    width: 100%;
    max-width: 960px;
    margin:0 auto;
    padding:0px;
    position:relative;
}
.modal iframe {
    width:100%;
    display:block;
    min-height: 540px;
    overflow: hidden;
}
.modal-close {
    transition: color .1s ease;
    top: 24px!important;
    right: 24px!important;
    cursor: pointer;
    z-index: 8040;
    position: absolute;
    width: 15px;
    height: 15px;
    background:url(../images/svg/icons/BKW_Icon_Close.svg) no-repeat;
    background-size: cover;
}



/**
 * Print.
 */
.print-only {
    display: none !important;
}
.print-only.benefits {
    display: block !important;
    opacity: 0;
    height: 0;
    margin: 0;
}