/* mukta-300 - latin */
@font-face {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 300;
    src: local('Mukta Light'), local('Mukta-Light'),
    url('fonts/mukta-v6-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('fonts/mukta-v6-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* mukta-regular - latin */
@font-face {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 400;
    src: local('Mukta Regular'), local('Mukta-Regular'),
    url('fonts/mukta-v6-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('fonts/mukta-v6-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* mukta-600 - latin */
@font-face {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 600;
    src: local('Mukta SemiBold'), local('Mukta-SemiBold'),
    url('fonts/mukta-v6-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('fonts/mukta-v6-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

*, *:before, *:after {
    box-sizing: border-box;
}

body, html {
    font-size: 16px;
    font-family: Mukta, sans-serif;
    font-weight: 400;
    color: #444;
    line-height: 1.625;
    margin: 0;
    padding: 0;
}

body {
    border-top: 10px solid #061D4F;
}

a, a:visited, a:active {
    color: #061D4F;
    text-decoration: none;
}

a:hover, a:focus {
    color: #0b3287;
}

a[href^='tel:'] {
    color: #444;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 600;
    line-height: 1.3;
}

h1 {
    font-size: 3.75rem;
    color: #061D4F;
    margin-top: 3.125rem;
    margin-bottom: 2.5rem;
}

h2 {
    font-size: 1.625rem;
    margin-bottom: 0.625rem;
    margin-top: 1.9rem;
    color: #061D4F;
    font-weight: 100;
}

h3 {
    color: #061D4F;
    font-size: 1.4rem;
    margin-bottom: 0.625rem;
    margin-top: 1.9rem;
}

p, ul, ol {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 300;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1330px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

/***
 * Frontpage
 **/
.start-header {
    padding-top: 70px;
    padding-bottom: 80px;
}

.start-logo {
    width: 290px;
    margin: 0 auto;
}

.start-header__subtext {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-top: 5px;
}

.start-header__subtext h1 {
    margin: 0;
    font-size: 35px;
    color: #444;
    line-height: 1.2;
}

.start h1 {
    margin: 0 0 0.625rem;
    font-weight: 100;
}

.start h2 {
    font-size: 2.6875rem;
    margin: 0;
}

.start p {
    font-size: 1.125rem;
    line-height: 1.875;
    font-weight: 400;
}

h2 + h3 {
    margin-top: 10px;
}

.start {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -100px;
    margin-right: -100px;
}

.start .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;

    width: 100%;
    padding: 10px 100px 0;
    min-height: 1px;
}

.start .col:first-child {
    text-align: right;
    border-right: 1px solid #1C1C1C;
}

.start-info {
    text-align: center;
    padding: 0 0 100px;
}

.skills {
    font-size: 16px !important;
}

.description {
    margin: 120px auto 0;
    max-width: 850px;
    text-align: center;
}

.description p {
    font-size: 1.125rem;
    line-height: 1.875;
    font-weight: 400;
}

.opening-hours__wrap {
    margin-top: 90px;
}

.opening-hours {
    text-align: center;
    max-width: 190px;
    margin: 0 auto;
}

.opening-hours__headline {
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 300;
}

.opening-hours dt {
    font-size: 1.125rem;
    line-height: 1.875;
    font-weight: bold;
}

.opening-hours dd {
    margin: 0 0 15px;
    font-size: 1.125rem;
    line-height: 1.875;
    font-weight: 400;
}


/***
 * Header (subpages only, start page is custom)
 **/

.header {
    height: 230px;
    background: #F6F6F6;
    font-weight: 600;
    padding-top: 25px;
}

.header__title {
    font-size: 2.5625rem;
    line-height: 3.125rem;
}

.header__subtitle {
    font-size: 1.8125rem;
    line-height: 2.5rem;
}

.header a .header__title {
    color: #061D4F;
}

.header a .header__subtitle {
    color: #444;
}

/***
 * Footer
 **/

.footer {
    padding: 80px 0 30px;
    text-align: center;
}

.footer__text {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 100px;
}

.footer__linklist {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 300;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.footer__linklist li {
    padding: 0 20px;
}

.footer__linklist li:first-child {
    position: relative;
    padding-right: 21px;
}

.footer__linklist li:first-child:after {
    content: "";
    display: block;
    position: absolute;
    background: #D4D4D4;
    width: 1px;
    height: 40px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer__header {
    color: #061D4F;
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 300;
}

/**
 * Mobile stuff
 */

@media (max-width: 991.98px) {
    .start {
        margin-left: -50px;
        margin-right: -50px;
    }

    .start .col {
        padding: 10px 50px 0;
    }

    .start h1 {
        font-size: 2.95rem;
    }

    .start h2 {
        font-size: 1.625rem;
    }

    .start p, .description p {
        font-size: 1rem;
    }
    .description {
        margin-top: 60px;
    }
}

@media (max-width: 767.98px) {
    h1, .start h1 {
        margin-top: 3.125rem;
        margin-bottom: 0;
    }

    h2, .start h2 {
        margin-bottom: 0.625rem;
        margin-top: 1.9rem;
    }

    .start h1 {
        margin-top: 0;
    }

    .start h2 {
        margin-top: 0.5rem;
    }

    .start {
        display: block;
        margin: 0;
        text-align: center;
    }

    .start .col {
        padding: 0;
        width: auto;
        max-width: none;
    }

    .start .col:first-child {
        text-align: center;
        border: none;
        padding-bottom: 3rem;
        margin-bottom: 4rem;
        position: relative;
    }

    .start .col:first-child:after {
        content: "";
        position: absolute;
        display: block;
        height: 1px;
        background: #1C1C1C;
        width: 50%;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }

    .start-info {
        padding: 0 0 50px;
    }
}

.interferer {
    padding: 30px;
    border: 3px solid #7e1a2e;
    max-width: 1000px;
    margin: -10px auto 100px;
}

.interferer strong  {
    font-weight: 700;
}

.interferer__list {
    list-style: none;
    padding-left: 0;
}
