@import url("https://use.typekit.net/tho0tfd.css");
/**
 * Contao Open Source CMS
 *
 * Copyright (c) 2005-2014 Leo Feyer
 *
 * @package Core
 * @link    https://contao.org
 * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
 */
/**
 * Standardize some basic elements
 */
body,form,figure {
    margin:0;
    padding:0;
}
img {
    border:0;
}
header,footer,nav,section,aside,article,figure,figcaption {
    display:block;
}
/**
 * Fix some font issues
 */
body {
    font-size: 100%;
}
select,input,textarea {
    font-size:99%;
}
/**
 * Fix some positioning issues
 */
#container,.inside {
    position:relative;
}
/**
 * Clear floats
 */
.block {
    overflow:hidden;
}
.clear,#clear {
    height:0.1px;
    font-size:0.1px;
    line-height:0.1px;
    clear:both;
}
/**
 * Hide invisible elements
 */
.invisible {
    width:0;
    height:0;
    left:-1000px;
    top:-1000px;
    position:absolute;
    overflow:hidden;
    display:inline;
}
/**
 * Custom layout sections
 */
.custom {
    display:block;
}
#container:after,.custom:after {
    content:"";
    display:table;
    clear:both;
}
/**
 * Float classes (see #6851)
 */
.float_left {
    float:left;
}
.float_right {
    float:right;
}
html {
    font-family: skolar-sans-latin, sans-serif;
    font-weight: 400;
    font-size: 100%;
    color: #222;
    text-align: center;
    min-width: 300px;
}
#wrapper {
    width: calc(100% - 20px);
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}
.kacheln {
    margin: 32px 0;
    margin: 2rem 0
}
.kacheln > .inside {
    display: grid;
    grid-template-columns: repeat(1, minmax(220px, 350px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 20px;
}
.kacheln a {
    position: relative;
    display: block;
    float:left;
    background: #cbd3d3;
    color: #222;
    text-decoration: none;
    padding: 15px;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
}
.kacheln a:after {
    position: absolute;
    display: block;
    content: "→";
    bottom: 20px;
    left: 50%;
}
.kacheln a:hover {
    background: #adbdbd;
}
.kacheln img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}
.kacheln .text {
    padding: 30px 0 25px 0;
}
#scrollToTop {
    display: none;
}
h1 {
    font-family: 'EB Garamond', serif;
    font-size: 32px;
    font-size: 2rem
}
h1 span:first-child {
    display: block;
    font-size: 16px;
    font-size: 1rem;
}
h1 span:last-child {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
}
h2 {
    font-weight: 600;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
    line-height: 1.25rem;
    margin: 0 0 0 0;
}
p {
    margin: 0.5em 0 20px 0;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
}
@media screen and (min-width: 768px) {
    #wrapper {
        width: calc(100% - 40px);
    }

    .kacheln > .inside {
        grid-template-columns: repeat(3, minmax(220px, 350px));
        -ms-grid-columns: 1fr 1fr 1fr;
        -webkit-column-gap: 10px;
           -moz-column-gap: 10px;
                column-gap: 10px;
    }

    .kacheln a {
        padding: 5px;
    }

    h1 {
        font-size: 3rem
    }

    h1 span:first-child {
        font-size: 1.5rem;
    }

    h1 span:last-child {
        font-size: 1.2rem;
    }

    h2 {
        font-size: 0.9375rem;
        line-height: 1.1875rem;
    }

    p {
        font-size: 0.9375rem;
        line-height: 1.1875rem;
    }
}
@media screen and (min-width: 900px){

    h2 {
        font-size: 1.0625rem;
        line-height: 1.1875rem;
    }

    p {
        font-size: 1.0625rem;
        line-height: 1.1875rem;
    }
}
@media screen and (min-width: 980px){
    h1 {
        font-size: 4rem
    }
    h1 span:first-child {
        font-size: 2rem;
    }
    h1 span:last-child {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.25rem;
        line-height: 1.25rem;
    }

    p {
        font-size: 1.125rem;
        line-height: 1.25rem;
    }
}
@media screen and (min-width: 1024px) {
    .kacheln > .inside {
        -webkit-column-gap: 25px;
           -moz-column-gap: 25px;
                column-gap: 25px;
    }
    .kacheln a {
        padding: 15px;
    }
}
@media screen and (min-width: 1200px) {
    .kacheln > .inside {
        -webkit-column-gap: 50px;
           -moz-column-gap: 50px;
                column-gap: 50px;
    }
    .kacheln a {
        padding: 25px;
    }
}
/*# sourceMappingURL=bo.css.map */
