@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,700,800);

/*
*	General style
 */

* {
    box-sizing: border-box;
}

html,
body {
    font: 300 14px/1.8 'Raleway', sans-serif;
    color: #666;
    /* overflow: hidden; */
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
}

a {
    color: #E7746F;
}

a,
a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

.os-animation {
    opacity: 0;
}

.os-animation.animated {
    opacity: 1;
}

.flag {
    width: 19px;
    height: 17px;
}

.img-center {
    margin: 0 auto;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font: 700 40px/1.2 Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 5px 0 5px;
}

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

h3 {
    font-family: Raleway, "Times New Roman", Times, sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0 0 5px;
    font-style: normal;
    text-transform: none;
}

.text-danger {
    color: #E7746F;
    size: 17px;
}

a,
.btn {
    -webkit-transition: all 0.125s ease-in-out 0s;
    -moz-transition: all 0.125s ease-in-out 0s;
    -ms-transition: all 0.125s ease-in-out 0s;
    -o-transition: all 0.125s ease-in-out 0s;
    transition: all 0.125s ease-in-out 0s;
}

.btn,
.scroll-up a,
.form-control {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.btn {
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 8px 26px;
    border: 0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    outline: inherit !important;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 25px;
    font-size: 13px;
    color: #fff;
}

.btn-lg:hover,
.btn-group-lg > .btn:hover {
    color: #fff;
}


/*
*	Section
 */

section {
    padding: 100px 0;
}

.section-content {
    text-align: center;
    margin: -10px auto 80px;
}

.section-title {
    font-weight: 700;
    color: #fff;
}

.section-title-impressum {
    font-weight: 700;
    color: #333;
}

hr.section-line {
    background: rgba(135, 135, 135, 0.5);
    width: 100px;
    height: 1px;
    margin: 30px auto;
}


/*
*	Toggle button animation
 */

.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
}


/*
*	Navigation menu
 */

.navbar-default {
    border-color: rgba(34, 34, 34, .05);
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    padding: 30px;
    color: #333;
    outline: none;
}

@media(min-width:768px) {
    .navbar-default {
        background-color: rgb(255, 187, 2);
    }
    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        color: #222;
    }
    .navbar-default .nav > li > a:hover,
    .navbar-default .nav > li > a:focus {
        color: #666;
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        transition: all .35s;
    }
    .navbar-default.affix {
        border-color: rgba(34, 34, 34, .05);
        background-color: rgb(255, 187, 2);
    }
    .navbar-default.affix .nav > li > a,
    .navbar-default.affix .nav > li > a:focus {
        color: #222;
    }
    .navbar-default.affix .nav > li > a:hover,
    .navbar-default.affix .nav > li > a:focus:hover {
        color: #666;
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        transition: all .35s;
    }
}


/*
*	Home section
 */

#home {
    background: linear-gradient(rgba(44, 62, 80, 0.3), rgba(44, 62, 80, 0.3)), url('../images/home.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff;
}

#home .home-content {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 0px 15px;
    text-align: center;
}

#home .home-content img {
    width: 312px;
    height: 312px;
}

#home .home-content h1 {
    font-weight: 800;
}


/*
*	Contact section
 */

#contact {
    background-color: #222;
    color: #fff;
}

.contact-info-box {
    font-size: 15px;
    margin: 0 0 14px 68px;
    padding-left: 0;
}

.contact-info-box h3 {
    font-size: 15px;
    font-weight: 700;
    float: left;
    width: 116px;
    margin-right: 12px;
    line-height: 28px;
    color: #fff;
}

.contact-info-box h3 i {
    font-style: normal;
    font-size: 18px;
    color: #222222;
    font-family: 'FontAwesome';
    font-weight: normal;
    margin-right: 7px;
    color: #fff;
}

.contact-info-box span {
    line-height: 28px;
    font-weight: normal;
    font-family: Raleway, "Times New Roman", Times, sans-serif;
    display: block;
    overflow: hidden;
}

.form-control {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.form-control {
    border: 1px solid #D8E1E4;
    padding: 0 15px;
}

.form-control:focus {
    border-color: rgba(135, 135, 135, 0.7);
}

textarea.form-control {
    padding: 15px;
    max-width: 100%;
    min-width: 100%;
}


/*
*   Footer
 */

#footer {
    background: #222;
    text-align: center;
    padding: 40px 0;
    color: #FFF;
    border-top: 1px solid #FFD700;
}

.copyright {
    margin: 0;
}

#footer span {
    color: #ff5252;
}


/*
*   Scroll to top
 */

.scroll-up {
    position: fixed;
    display: none;
    z-index: 999;
    bottom: 2em;
    right: 2em;
}

.scroll-up a {
    background-color: rgba(135, 135, 135, 0.5);
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}

.scroll-up a:hover,
.scroll-up a:active {
    background-color: #E7746F;
    color: #fff;
    transition: all .2s ease-in-out;
}


/*
*   Scroll Down
 */

.scroll-down {
    position: absolute;
    left: 50%;
    /* bottom: 140px; */
    margin-top: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin-left: -15px;
    display: block;
    z-index: 10;
    text-align: center;
}

.scroll-down span {
    position: relative;
    color: #fff;
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: drop;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

@-webkit-keyframes drop {
    0% {
        top: 0px;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}

@keyframes drop {
    0% {
        top: 0px;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}

/*
*   Preloader
 */

.loading-overlay {
    background: #2c3e50;
    color: #fff !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.sk-fading-circle {
    margin: 100px auto;
    top: 200px;
    width: 70px;
    height: 70px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff !important;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}


/*--------------------------------*/
