@charset "UTF-8";

p {
    font-family: "PT Sans", Roboto;
}

.contents, .contents p, .contents ul li, .contents ol li {
    font-size: 1.125rem;
}

/*Top-bar style*/

.top-bar {
    margin-top: 1.2rem;
}

.krug-logo {
    display: inline-block;
    height: 3rem;
    margin-top: 0.25rem;
}

.top-bar .top-bar-left span {
    margin-left: 2rem;
    height: 3rem;
    line-height: 4.2rem;
    font-family: 'john_sans_lite_proregular';
    font-size: 1rem;
}

.top-bar .top-bar-left .button {
    margin-left: 2rem;
    margin-top: 0.9rem;
    font-family: 'john_sans_medium_proregular';
    font-size: 1.125rem;
}

@media screen and (max-width: 40em) {
    .top-bar .top-bar-left .button {
        font-size: 0.75rem;
        margin-top: 0;
    }
}

.lang {
    font-style: italic;
    margin-left: 2rem;
    margin-top: 1.8rem;
    font-family: 'john_sans_lite_proregular';
}

ul.lang > li > a, ul.lang > li > ul > li > a {
    padding: 0.1rem 0.2rem;
}

ul.lang > li > ul {
    border: none !important;
    padding-right: 1.25rem;
}

@media screen and (max-width: 40em) {
    .krug-logo {
        margin-top: -0.5rem;
        height: 2rem;
    }

    .lang {
        margin-top: 0.3rem;
    }

    .top-bar {
        padding: 0.8rem 1.5rem;
    }

    ul.lang > li > a, ul.lang > li > ul > li > a {
        font-size: 0.8rem !important;
    }

    p {
        font-size: 0.9rem;
    }
}

/*End Top-bar style*/

/*Top-menu style*/
ul.level-1 li a, ul.level-2 li a {
    color: black !important;
}

ul.level-1 li a:last-child {
    padding-right: 0;
}

ul.level-1 li a:hover, ul.level-2 li a:hover,
ul.level-1 li.active a, ul.level-2 li.active a {
    color: #991B1E !important;
}

/*ul.level-1 li.active a, ul.level-2 li.active a {
	color: #991B1E !important;
}*/

ul.level-1 {
    margin-top: -0.5rem;
}

ul.level-1 li {
    font-size: 1.375rem;
    font-family: 'john_sans_medium_proregular';
    /*	margin-top: 1rem;*/
}

ul.level-2 li {
    font-family: 'john_sans_medium_proregular';
    font-size: 1rem;
}

@media screen and (max-width: 40em) {
    ul.level-1 li, ul.level-2 li {
        float: left !important;
    }

    ul.level-2 li {
        font-size: 0.8rem;
    }

    ul.level-2 li a {
        padding: 0.3rem 0.4rem;
    }

    ul.level-1 {
        font-size: 0.9rem;
        margin-top: -0.5rem;
        margin-bottom: 3rem;
    }

    ul.level-2 {
        margin-top: 0.8rem;
    }
}

/*End Top-menu style*/

/*Page h1 style*/

h1, h2, h3, h4 {
    font-family: "john_sans_heavy_probold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

h1 {
    color: #991B1E !important;
    margin-bottom: 2rem;
    font-size: 3.8rem;
    font-weight: 900;
    font-family: "john_sans_heavy_probold";
}

h1 span {
    font-size: 1.625rem;
    display: block;
    font-family: 'john_sans_lite_proregular';
}

h1 span.data {
    font-size: 2rem;
    display: block;
    font-family: 'john_sans_lite_proregular';
}

h2.heavy, h3.heavy, h4.heavy, h5.heavy {
    font-family: "john_sans_heavy_probold";
}

h2.medium, h3.medium, h4.medium, h5.medium {
    font-family: 'john_sans_medium_proregular';
}

p.small, span.small {
    font-size: 0.875rem;
}

h1 a, h2 a, h3 a, h4 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
    color: inherit;
}

@media screen and (max-width: 40em) {
    h1 {
        font-size: 2.5rem;
    }

    h1 span {
        font-size: 1rem;
        display: block;
        letter-spacing: normal;
    }

    h1 span.data {
        font-size: 1.2rem;
    }
}

@media screen only screen and (min-width: 40em) and (max-width: 64em) {
    h1 {
        font-size: 1.4rem;
    }

    h1 span {
        font-size: 1.2rem;
        display: block;
    }

    h1 span.data {
        font-size: 1.3rem display : block;
        font-weight: bold;
    }
}

/*End Page h1 style*/

.allwidth {
    margin-top: 2rem;
    padding: 2rem 0 1rem 0;
}

.bgmaroon {
    background: #981B1E;
    color: #fff;
}

.bgmaroon a, .bgmaroon a:hover {
    color: white;
    text-decoration: underline;
}

.bgmaroon h4 {
    font-weight: bold;
    font-size: 1.425rem;
}

.menu.path {
    margin-top: 5rem;
    font-family: 'john_sans_medium_proregular';
    font-size: 1rem;
}

.menu.path, .menu.path ul li, .menu.path a {
    color: black;
}

.menu.path li {
    padding-right: 2rem !important;
    padding-left: 0rem;
    position: relative;
}

.menu.path li:last-child {
    padding-right: 0rem !important;
}

.menu.path li:last-child a {
    padding-right: 0;
}

.menu.path li a {
    padding-left: 0rem;
}

.menu.path li a:after {
    display: block;
    width: 2rem;
    height: 0.8rem;
    position: absolute;
    top: 0.8rem;
    right: 0.5rem;
    content: ' ';
    background: url(/static/img/arrow.png) no-repeat center center;
    background-size: contain;
    z-index: 9999;
}

.menu.path li:last-child a:after {
    display: none !important;
}

.menu.path a {
    text-decoration: underline;
}

ul.left-menu {
    list-style: none;
    margin: 0;
}

ul.left-menu li {
    margin: 1.5rem 0;
}

ul.left-menu a, ul.left-menu a:hover {
    font-family: 'john_sans_heavy_probold' !important;
    color: #991b1e !important;
    text-decoration: underline;
    font-size: 1.5625rem !important;
    line-height: 1.5rem !important;
}

ul.left-menu li.selected a {
    text-decoration: none;
}

img.imgaction {
    margin: 1.5rem 0;
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    filter: url('/static/js/vendor/grey/filters.svg#grayscale');
}

img.imgaction:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
}

.video {
    position: relative;
}

.video:after {
    display: block;
    position: absolute;
    top: 42%;
    left: 42%;
    width: 16%;
    height: 16%;
    content: ' ';
    font-size: 0;
    background: url(/static/img/play.png) no-repeat;
    background-size: contain;
}

/*Page Footer style*/
#footer {
    font-size: 0.9rem;
    padding: 3rem 1rem 12rem 1rem;
}

#footer div.row:first-child img {
    margin: 1rem 0rem 1rem -1rem;
}

#footer h5.krug {
    color: #fff !important;
    font-family: 'john_sans_medium_proregular';
    font-size: 1.25rem;
}

#footer h5, #footer h5 a, #footer h5 a:hover {
    color: #b3b3b3;
    font-family: 'john_sans_medium_proregular';
    font-size: 1.25rem;
}

#footer h5 a, #footer h5 a:hover {
    text-decoration: none !important;
}

#footer .row {
    /*	padding: 1rem 0.5rem;*/
}

#footer form label {
    margin-top: 0.3rem;
    margin-bottom: 0.7rem;
}

#footer form input {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
}

#footer .social.menu {
    margin: 3rem 0 4.6rem 0;
    font-size: 2.5rem;
}

#footer .social.menu li, #footer .social.menu li a {
    padding-left: 0;
    padding-right: 3px;
}

#footer .menu.vertical {
    margin-bottom: 1.5rem;
}

#footer .menu.vertical li a {
    padding: 5px 0;
    margin-left: 0;
}

#footer form {
    margin: 0 auto;
    padding: 0;
}

#footer form label {
    color: #fff;
}

#footer input#search-label {
    height: 2.2rem;
}

#footer .hollow.button {
    color: white;
    border: 1px solid white;
}

@media screen and (max-width: 40em) {
    #footer .social.menu {
        margin: 1rem 0;
    }

    #footer .menu.vertical {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 63.9375em) {
    #footer {
        padding: 2rem 1rem;
    }
}

/*End Page Footer style*/
