@import url('css/bootstrap.min.css');
    * {
    font-family: 'Arimo', Arial, sans-serif;
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s
    }
    p {
        line-height: 1.5em;
    }
    .box {
        margin: 1em auto;
        width: 90%;
        max-width: 1100px;
        height: auto;
        padding: 2em;
    }
    .center {
        text-align: center;
    }
    .grey {
        background: rgba(64, 64, 48, .05);
    }
    .btn,
    button {
        margin: 1em 0;
        text-transform: uppercase;
    }

    a.btn:link,
    a.btn:visited,
    a.btn:active,
    a.btn:hover {
        color: rgba(0, 0, 0, 1);
        border: none;
        
    }
    .btn-empty {
        background-color: rgba(127, 140, 141, .4) !important;
    }
    .btn-info {
        background-color: rgba(127, 140, 141, .8);
        border-color: rgba(127, 140, 141, .8);
    }
    .btn-info:hover {
        background-color: rgba(127, 140, 141, 1);
        border-color: rgba(127, 140, 141, 1);
    }
    .btn-default {
        background-color: rgba(236, 142, 0, .8);
        border-color: rgba(236, 142, 0, .8);
    }
    .btn-default:hover {
        background-color: rgba(236, 142, 0, 1);
        border-color: rgba(236, 142, 0, 1);
    }
    .btn-success {
        background-color: rgba(127, 172, 0, .8);
        border-color: rgba(127, 172, 0, .8);
    }
    .btn-success:hover {
        background-color: rgba(127, 172, 0, 1);
        border-color: rgba(127, 172, 0, 1);
    }
    .meldung {
        color: rgba(130, 175, 0, 1);
        font-weight: 400;
        font-size: 120%;
        text-align: left;
        line-height: 2em;
    }

    h1 {
        font-size: 2.35em;
        font-weight: 700;
        line-height: 1.1em;
    }
    h3 {
        margin-top: 0;
        font-size: 1.6em;
        line-height: 1.1em;
    }
    .price {
        font-size: 2.5em;
        margin: .5em 0 -.2em 0
    }
    .hinweis {
        font-size: .9em;
        color: rgba(127, 172, 0, 1);
        margin: -.5em 0 .5em 0
    }    
    blockquote {
        margin-top:.5em;
    }

    @font-face {
    font-family: 'FontAwesome';
    src: url('fa/fontawesome-webfont.eot?v=4.4.0');
    src: url('fa/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('fa/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('fa/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('fa/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    }
    ul.check {
    padding-left: 60px;
    list-style: none;
    font-size: 1.3em;
    margin: 1em 0;
    }
    ul.check > li {
    margin: .2em 0;
    }
    ul.check > li:before {
    font-family: 'FontAwesome';
    content: '\f00c ';
    margin: 0 14px 0 -40px;
    font-size: 1.4em;
    }


    a,
    a:active,
    a:link,
    a:visited {
    text-decoration: none;
    border-bottom: 1px solid #639BB4;
    color: rgba(127, 140, 141, .8);
    }
    a:hover {
    text-decoration: none;
    border-bottom: 1px solid #fff;
    color: rgba(127, 140, 141, 1);
    }

    form {
        margin-top: 2em;
    }

    @media (max-width: 800px) {
    p, .btn {
        font-size: 90%;
    }
    h1, h2, h3, h4 {
        font-size: 150%;
    }
}