body {
    padding-top: 50px;
    color: #6f6c6c;
    font-family: "fira-sans", sans-serif;
    font-weight: 200;
}

strong {
    font-weight: 400;
}

a {
    color: #ac6d6d;
}

a:focus, a:hover {
    color: #ac3f3c;
}

p {
    margin-bottom: 20px;
    line-height: 2;
}

li {
    line-height: 2;
}

ul {
    list-style-image: url('../img/list.png');
    list-style-position: inside;
    padding-left: 5px;
}

h1, h2, h3, h4, h5, h6 {
    color: #ac6d6d;
    font-weight: 200;
}

h1 {
    font-size: 50px;
    margin-top: 50px;
}

h2 {
    font-size: 30px;
    margin: 30px 0;
}

h3 {
    color: #6f6c6c;
    font-weight: 400;
    font-size: 15px;
}

.navbar {
    background-color: #ffffff;
    box-shadow: 0 1px 2px #a3a3a3;
}

.navbar-toggle .icon-bar {
    background-color: #ac6d6d;
}

@media (min-width: 768px) {
    #navbar {
        float: right;
    }
}

.section-anchor-scroll {
    padding-top: 50px;
    margin-top: -50px;
}

.header {
    height: 425px;
    background-image: url('../img/header.jpg');
    background-repeat: repeat-x;
    background-size: cover;
    position: relative;
}

.header-2 {
    height: 425px;
    background-image: url('../img/header_2.jpg');
    background-position: center center;
    background-size: cover;
    position: relative;
}

@media (min-width: 715px) {
    .header-2 {
        background-position: center -50px;
    }
}

@media (min-width: 768px) {
    .header-2 {
        background-position: center -80px;
    }
}

@media (min-width: 816px) {
    .header-2 {
        background-position: center -115px;
    }
}

@media (min-width: 880px) {
    .header-2 {
        background-position: center -155px;
    }
}

@media (min-width: 938px) {
    .header-2 {
        background-position: center -195px;
    }
}

@media (min-width: 992px) {
    .header {
        background-position: center -50px;
    }

    .header-2 {
        background-position: center -235px;
    }
}

@media (min-width: 1100px) {
    .header-2 {
        background-position: center -305px;
    }
}

@media (min-width: 1200px) {
    .header {
        background-position: center -150px;
    }

    .header-2 {
        background-position: center -372px;
    }
}

@media (min-width: 1300px) {
    .header-2 {
        background-position: center -438px;
    }
}

@media (min-width: 1446px) {
    .header-2 {
        background-position: center -534px;
    }
}

@media (min-width: 1600px) {
    .header-2 {
        background-position: center -638px;
    }
}

@media (min-width: 1780px) {
    .header {
        background-position: center -250px;
    }

    .header-2 {
        background-position: center -756px;
    }
}

@media (min-width: 2300px) {
    .header {
        background-position: center -350px;
    }

    .header-2 {
        background-position: center -856px;
    }
}

.quote {
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .quote {
        top: 80px;
        right: 20px;
        width: auto;
    }
}

.quote h2 {
    color: #ffffff;
    margin: 20px;
    font-weight: 200;
    font-size: 25px;
}

.center-narrow {
    /*margin: 0 15px;*/
    padding: 15px;
}

.center-narrow img {
    max-width: 100%;
}

@media (min-width: 768px) {
    .center-narrow {
        margin: 0 auto;
        max-width: 400px;
    }
}

.section {
    padding-bottom: 30px;
}

#about {
    text-align: center;
    background-color: #f7f7f7;
}

#about img {
    padding-bottom: 20px;
}

#methods {
    text-align: center;
}

#psychotherapie {
    background-image: url('../img/background_right.jpg');
    background-repeat: no-repeat;
    background-position: top right;
}

#traumatherapie {
    background-color: #f7f7f7;
    background-image: url('../img/background_left.jpg');
    background-repeat: no-repeat;
    background-position: top left;
}

#kontakt {
    background-color: #a86c6c;
    background-image: url('../img/pattern.png');
    color: #ffffff;
    padding-bottom: 30px;
}

#kontakt a:focus,
#kontakt a {
    color: #ffffff;
    text-decoration: none;
}

#kontakt h1 {
    text-align: center;
    color: #ffffff;
    /*padding-top: 30px;*/
    padding-bottom: 30px;
}

a.mail {
    font-size: 32px;
    color: #632323;
    text-decoration: underline;
}

#kontakt .form-group {
    position: relative;
}

#kontakt .form-group label {
    position: absolute;
    top: 10px;
    line-height: 24px;
    font-weight: 200;
    color: #ffffff;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

#kontakt .form-control:focus + label {
    top: -20px;
    color: #ffffff;
}

#kontakt .form-control.input-filled + label {
    top: -20px;
}

#kontakt .form-control {
    color: #ffffff;
    padding: 10px 0;
    margin-bottom: 40px;
    /*font-size: 18px;*/
    height: auto;
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid;
    box-shadow: none !important;
    -webkit-transition: border .25s ease-out;
    transition: border .25s ease-out;
}

#kontakt textarea {
    max-width: 100%;
    min-width: 100%;
}

#contact-form .form-control::-webkit-input-placeholder, /* WebKit browsers */
#kontakt .form-control:-moz-placeholder, /* Mozilla Firefox 4 to 18 */
#kontakt .form-control::-moz-placeholder, /* Mozilla Firefox 19+ */
#kontakt .form-control:-ms-input-placeholder, /* Internet Explorer 10+ */
#kontakt .form-control:focus::-webkit-input-placeholder,
#kontakt .form-control:focus::-moz-placeholder,
#kontakt .form-control:focus:-ms-placeholder {
    color: #ffffff;
    opacity: .5;
}

#kontakt form {
    position: relative;
    padding-bottom: 60px;
}

#kontakt .btn,
#kontakt .btn:focus {
    position: absolute;
    bottom: 0;
    right: 10px;
    padding: 0;
    font-size: 16px;
    color: #ffffff;
    background: none !important;
}

#kontakt .success {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 16px;
    color: #ffffff;
}

#kontakt .form-group .error-message {
    margin-left: 8px;
    color: #ebd654;
}

#kontakt .error label,
#kontakt .error input {
    color: #ebd654;
}

@media (max-width: 768px) {
    #kontakt input,
    #kontakt textarea {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    a.mail {
        font-size: 24px;
    }

    #kontakt .success,
    #kontakt .btn,
    #kontakt .btn:focus {
        bottom: -25px;
    }
}

@media (max-width: 767px) {
    a.mail {
        font-size: 20px;
    }

    #kontakt form {
        padding-top: 40px;
    }
}

.footer {
    padding-top: 50px;
    margin-bottom: 0px;
    text-align: center;
}