/*
ichmachdas.net Stylesheet
*/
/* 
    Created on : 04.09.2014, 18:57:33
*/
body {
    font-family: 'Open Sans', sans-serif;
    padding-top: 60px;
    color: #555;
    font-weight: 300;
}

h1 {
    font-size: 38px;
    background-color: #4cabd7;
    color: #fff;
    display: inline-block;
    font-weight: 300;
    line-height: 60px;
    margin-top: 0;
    margin-bottom: 8px;
    padding: 0 10px;
    text-transform: uppercase;
}

h2 {
    font-weight: 600;
    padding: 20px;
    border-bottom: dotted 3px #4CABD7;
    display: inline-block;
    margin-bottom: 20px;
    color: #4CABD7;
}

/* The Logo styles go here */
.logo {
    padding: 8px 8px 0;
    float: left;
    font-size: 23px;
    font-weight: normal;
}

.logo span {
    color: #4CABD7;
}

/* Styling the navigation bar an links */
.navbar-default {
    border-bottom: 10px solid #4CABD7;
    background-color: #fff;
}

/* Here go the styles for the keyvisual part */
.keyvisual-wrapper {
    background: url(../img/keyvisual-border.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 701px;
}

#arrow-wrapper {
    text-align: center;
}

.key-visual-content .row {
    margin-top: 200px;
}

#headline-name {
    line-height: 18px;
    background: none repeat scroll 0 0 #25799d;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: 300;
    margin-top: 40px;
    padding: 10px;
}

#sub-headline {
    background: none repeat scroll 0 0 #ffff35;
    color: #4cabd7;
    display: inline-block;
    font-size: 24px;
    padding: 10px;
}

/* Styles for welcome part */

#hello {
    padding-bottom: 50px;
}

#hello .btn {
    border-radius: 0;
    background: #ffff35;
    color: #4CABD7;
    border: none;
    margin-top: 20px;
}

/* Styling the middle text parts */
.middle-text {
    padding-bottom: 85px;
    text-align: center;
    font-size: 18px;
}


/* Styling the about part */
.about-wrapper {
    font-size: 15px;
    background-color: #4CABD7;
    padding-top: 50px;
    padding-bottom: 50px;
}

.about {
    padding: 40px 0;
    color: #fff;
    background: #4CABD7;
}

.about-image h2 {
    margin-top: 0;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-top: 0;
    border-bottom-color: #fff;
    color: #fff;
}

#about-text {
    padding: 15px;
}

#about-text {
    padding-bottom: 5px;
}

.about-image {
    padding: 0;
}

/*.col-lg-6.about-image {
    padding-right: 0;
}*/

/* Styling the Icon Part */
#bau {
    margin-bottom: 50px;
    padding-bottom: 0;
}

#bau .col-md-4 {
    margin-bottom: 40px;
}

#bau-text {
    margin-bottom: 70px;
}

#bau ul {
    list-style: none;
    padding-left: 0;
    margin-top: 30px;
}

.panel {
    border-radius: 0;
}

/* Styling the organize part */
.organize-wrapper {
    background: #F4F5F9;
    padding: 0 0 40px 0;
}

.organize-wrapper ul {
    list-style: none;
    padding-left: 0;
    list-style-position: outside;
}

.organize-wrapper ul li {
    line-height: 40px;
}

.organize-wrapper ul i {
    color: #4CABD7;
    font-size: 30px;
    margin-right: 20px;
}

.organize-info {
    padding: 15px;
    margin-bottom: 80px;
    line-height: 22px;
    background: #4CABD7;
    color: #fff;
}

/* Styling the contact part */
.contact-wrapper {
    background: url(../img/footer.jpg) no-repeat;
    min-height: 643px;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}

.contact-wrapper h2 {
    color: #fff;
    border-bottom-color: #fff;
}

.contact-wrapper p {
    color: #fff;
}

.form {
    margin-top: 60px;
}

.form-wrapper {
    text-align: left;
}

.contact-wrapper ul {
    list-style: none;
    text-align: left;
    color: #fff;
    font-size: 16px;
    padding-left: 0;
    margin-bottom: 50px;
}

.contact-wrapper a[href^=tel] {
    color: inherit;
    text-decoration: underline;
}

.form-inline .form-group {
    vertical-align: baseline;
}

.form-control {
    border-radius: 0;
    border: 1px solid #fff;
    background: #F4F5F9;
    background: rgba(244, 245, 249, 0.4);
    color: #333;
}

.form-wrapper .btn {
    border-radius: 0;
    background: #ffff35;
    color: #4CABD7;
}

.btn {
    border-radius: 0;
}

.social-icons {
    color: #fff;
    font-size: 28px;
}

.social-icons i {
    margin-right: 10px;
}

/* Styling the footer part */
#footer {
    padding: 20px;
    background: #676767;
    color: #fff;
}

#footer a {
    color: #fff;
    text-decoration: underline;
}

/* Styles for Impressum */

.impressum {
    text-align: center;
}

.impressum ul {
    list-style: none;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    /* How to get the navigation bar not to float and center the content */
    .navbar-nav,
    .navbar-nav>li {
        float: none;
        text-align: center;
    }

    .nav>li {
        display: inline-block;
    }

    #sub-headline {
        margin-left: 40px;
    }

    .logo {
        padding: 2px 0 0 0;
        text-align: center;
        float: none;
        font-size: 19px;
        font-weight: normal;
    }

    body {
        padding-top: 60px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .message {
        padding: 0;
    }

    .btn-col {
        padding: 0;
    }

    .name-field {
        margin-left: -15px;
    }

    #email-field {
        padding-right: 0;
    }

    .form-inline .form-control {
        width: 241px;
    }

    .organize-wrapper ul {
        padding-left: 40px;
    }

    .about-image {
        padding: 15px;
    }

    .logo {
        font-size: 23px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #about-text {
        margin-top: 65px;
    }

    .about {
        padding: 40px;
    }
}
