body {
    color: #333333;
}

#preloader {
    background: #ffffff url("/img/landing/loading.gif") no-repeat center center;
}

.logo img {
    width: 160px;
}
.site-name img {
    width: 160px;
}

.scrollToTop {
    border-radius: 0;
}

.landing-text ul {
    color: #ffffff;
    font-size: 17px;
    margin: 0;
    padding: 0 0 20px;
}
.landing-text ul li {
    list-style: outside none none;
}
.landing-text ul li i {
    font-size: 26px;
    margin-right: 6px;
    position: relative;
    top: 6px;
}
.landing-text ul li a,
.landing-text ul li a:focus,
.landing-text ul li a:active {
    color: #ffffff;
    font-weight: 300;
    text-decoration: none;
}
.landing-text ul li a:hover {
    text-decoration: underline;
}

.signup-header {

}
.signup-header .form-title {
    text-transform: uppercase;
}
.signup-header .form-sub-title {
    text-align: center;
}
.signup-header.forgot-password-header {
    margin-top: 120px;
}
.signup-header.change-password-header {
    margin-top: 120px;
}

.privacy a {
    font-size: 14px;
    text-decoration: none;
}
.privacy a:hover {
    text-decoration: underline;
}

#menu {
    position: relative;
}
#menu .navbar-default {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    box-shadow: 0 2px 2px #cecece;
}
#menu .dropdown-menu {
    border: medium none;
    box-shadow: 0 2px 2px #cecece;
}

.navbar-default .navbar-nav > li > a {
    color: #333333;
}

.btn-a-fix {
    line-height: 55px !important;
}

.row-no-margin {
    margin-left: 0;
    margin-right: 0;
}

.block-gray {
    background-color: #f5f5f5;
    padding-bottom: 30px;
    padding-top: 30px;
}
.block-gray h2 {
    font-size: 40px;
    font-weight: 400;
    margin: 15px 0;
}
.block-gray p {
    font-size: 18px;
}

.block-white {
    background-color: #ffffff;
    padding-bottom: 50px;
    padding-top: 50px;
}
.block-white h3 {
    font-size: 30px;
    font-weight: 400;
}

.signup-form label {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 14px;
}
.contact-form input.has-error,
.signup-form input.has-error {
    border-color: #e54a45 !important;
}
.signup-form .signup-agb {
    font-size: 20px;
    font-weight: 300;
    margin: 10px 0 20px;
}
.signup-form .signup-agb-checkbox {
    width: auto !important;
}
.signup-form .signup-agb-error {
    color: #e54a45;
}



.footer-menu ul {
    margin: 0 0 10px;
    padding: 0;
}
.footer-menu ul li {
    border-right: 1px solid #aaaaaa;
    display: inline;
    list-style: outside none none;
    margin-right: 20px;
    padding-right: 20px;
}
.footer-menu ul li:last-child {
    border-right: medium none;
    margin-right: 0;
    padding-right: 0;
}
.footer-menu ul li a {
    font-weight: 300;
}



/* Toastr */
#toast-container {
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    margin: 10px auto 0;
}

#toast-container > .toast-info,
#toast-container > .toast-error,
#toast-container > .toast-warning,
#toast-container > .toast-success {
    background-image: none;
}

#toast-container > div {
    background: #ffffff;
    border-radius: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #333333;
    opacity: 1;
    padding: 20px 20px 18px;
    width: 350px;
}

#toast-container > div:hover {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
}

.toast-message {
    line-height: 24px;
}

.toast-close-button {
    color: #000000;
    height: 16px;
    line-height: 10px;
    opacity: 0.2;
    right: -9px;
    top: -10px;
    width: 16px;
}

.toast-info {
    background: #ffffff;
    border-left: 6px solid #3498db;
}

.toast-warning {
    background: #ffffff;
    border-left: 6px solid #ffb606;
}

.toast-success {
    background-color: #62cb31 !important;
    border-left: 6px solid #62cb31 !important;
    color: #ffffff !important;
}
#toast-container > .toast-success {
    background-image: none !important;
}

.toast-error {
    background-color: #e74c3c !important;
    border-left: 6px solid #e74c3c !important;
    color: #ffffff !important;
}
#toast-container > .toast-error {
    background-image: none !important;
}

.toast-progress {
    opacity: 0.6;
}

.toast-info .toast-progress {
    background-color: #3498db;
}

.toast-success .toast-progress {
    background-color: #62cb31;
}

.toast-warning .toast-progress {
    background-color: #ffb606;
}

.toast-error .toast-progress {
    background-color: #e74c3c;
}


/* Short class */
.margin-bottom-10 { margin-bottom: 10px; }

.margin-top-10 { margin-top: 10px; }
.margin-top-20 { margin-top: 20px; }

.col-sm-margin {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .col-sm-margin {
        margin-bottom: 0;
    }
}



.modal-content {
    border-radius: 0;
}
.modal-header .close {
    margin-right: 8px;
    margin-top: 5px;
}


#modal_stelle .form-group {
    margin-bottom: 10px;
}
#modal_stelle .form-control {
    height: 45px;
}
#modal_stelle .btn {
    background-color: #3eb0f7;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    font-size: 17px;
    height: 45px;
    line-height: 18px;
    margin: 0;
    padding: 0 33px;
    transition: all 0.8s ease 0s;
    width: 100%;
}
#modal_stelle .btn:hover {
    background-color: #1f96e0;
    transition: all 0.8s ease 0s;
}
#modal_stelle ul {
    margin-bottom: 0;
}
#modal_stelle a.btn {
    line-height: 45px;
}
#modal_stelle .popover {
    max-width: 500px;
    width: 500px;
}
