@import "/_sbhg/css/icomoon/icomoon.css";
@import "/_sbhg/css/colaborate/colaborate.css";
@import url('https://fonts.googleapis.com/css?family=Alex+Brush');

.typography{
    font-size: 16px;
    font-family: colaborate-regularregular, sans-serif;
    font-weight: 300;
}

.typography hr{
    border: 1px solid #E1E1E1;
    border-width: 0 0 1px 0;
}

.typography *{
    color: #464646;
    line-height: 25px;
}
.typography p{
    font-family: colaborate-thinregular, sans-serif;
    font-size: 17px;
}

.typography a{
    text-decoration: none;
    color: #37999B;
}

.typography a:hover{
    color: #1f5a5e;
}

h1,
.h1,
.typography h1 {
    font-family: colaborate-thinregular, sans-serif;
    font-size: 36px;
    font-weight: 300;
    color: #524640;
    margin-bottom: 20px;
    line-height: 32px;
}

h2,
.h2,
.typography h2 {
    font-family: colaborate-thinregular, sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #524640;
    margin-bottom: 20px;
    line-height: 30px;
}

h3,
.h3,
.typography h3 {
    color: #524640;
    font-size: 24px;
    font-family: colaborate-thinregular, sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}

h4,
.h4,
.typography h4 {
    color: #726357;
    font-size: 21px;
    font-family: colaborate-regularregular, sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

h5,
.h5,
.typography h5 {
    color: #524640;
    font-size: 18px;
    font-family: colaborate-regularregular, sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

h6,
.h6,
.typography h6 {
    color: #524640;
    font-size: 16px;
    font-family: colaborate-mediumregular, sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}


.typography ul,
.typography ol{
    padding-left: 20px;
}

.typography ol{
    list-style: decimal;
}

.typography ul li{
    position: relative;
}

.typography ul li::before{
    margin-right: 6px;
    content: '•';
    position: absolute;
    right: 100%;
}

strong,
.typography strong {
    font-weight: 500;
}

em {
    font-style: italic;
}

.typography_margin > *{
    margin-bottom: 40px;
}
.typography_margin > *:last-child{
    margin-bottom: 0;
}


[class*="ornament-"]{
    display: block;
    background: url(../images/ornamente.png) no-repeat 0 -27px;
    width: 304px;
    margin: 0 auto;
    height: 30px;
    overflow: hidden;
}

.ornament-schwarz{

}

.ornament-brown{

}
.ornament-cyan{
    background-position: 0 -167px;
}
.ornament-sterne-cyan{
    background-position: 0 -307px;
    height: 20px;
}
.ornament-sterne-weiss{
    background-position: 0 -447px;
    height: 20px;
}
.ornament-weiss{
    background-position: 0 -587px;
}

.typography .button,
.button{
    display: inline-block;
    font-size: 18px;
    min-width: 205px;
    height: 43px;
    line-height: 43px;
    font-family: "colaborate-thinregular", sans-serif;
    cursor: pointer;
    text-align: left;
    padding: 0 20px;

    background-color: transparent;
    color: #534741;
    border: 1px solid #534741;
    text-decoration: none;
}

    .typography .button::after,
    .button::after{
        content: "\f105";
        font-family: icomoon;
        float: right;
    }

    .typography .button-cyan,
    .button-cyan{
        background-color: #56a3ad;
        border-color: #56a3ad;
        color: #fff;
    }

    .typography .button-brown,
    .button-brown{
        background-color:#534741;
        color: #fff;
        border-color: #534741;
    }

    .typography .button-back::after,
    .button-back::after{
        content: "\f104";
        float: left;
        margin-right: 20px;
    }

.typography .button:hover,
.button:hover{
    background-color: #534741;
    color: #fff;
}


strong{
    font-family: colaborate-regularregular;
}