/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-muted {
    color: #777;
    text-align: left;
}

.text-primary {
    color: #fed136;
}

.text-right {
    color: #777;
    text-align: right;
    font-size: 10px;
    font-style: italic;
}

p {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 20px;
}

p.large {
    font-size: 16px;
}

.imp {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 35px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #222;
    text-decoration: none;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #222;
    text-decoration: none;
}

a.impressum {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 30px;
}    

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.logo {
    border-color: transparent;
    background-color: transparent;
    margin-top: 20px;
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    color: #222;
    font-size: 28px;
    margin-left: -1.3px;
}

section {
    padding: 100px 0;
}

section#logo {
    padding: 0 0;
}
section h2.section-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 40px;
}

section h3.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

section h3.news-subheading {
    margin-bottom: 10px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}


@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
}

footer {
    padding: 25px 0;
    text-align: center;
    background-color: #f7f7f7;
}
 
footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 30px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

body {
    webkit-tap-highlight-color: #fed136;
}