@import url(fonts.css);
body {
    font-family: 'Lato', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    color: #2a3237;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-dropdown{
    border: 0;
    background-color: white;
    padding-top: 15px;
    font-size: 16px;
    color: #333;
}
.btn-group.open .dropdown-toggle.nav-dropdown{
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0);
    box-shadow: 0px 0px 0px 0px rgba(255,255,255,0);
}
/* Typography */

@media screen and (min-width:1024px){
    p {
        font-size: 21px;
        line-height: 1.5;
        color: #8a8e91;
    }
}

@media screen and (min-width:768px) and (max-width:1023px){
    p {
        font-size: 18px;
        line-height: 1.4;
        color: #8a8e91;
    }
}

@media screen and (max-width:767px){
    p {
        font-size: 16px;
        line-height: 1.3;
        color: #8a8e91;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
}
h1 {
    font-size: 50px;
    font-weight: bold;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 38px;
}

h4 {
    font-size: 29px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

@media(max-width:992px) {
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 12px;
    }
    .section {
        padding: 30px 0;
    }
}


@media(max-width: 480px) {
    header .header-text {
        margin-top: 35%;
        color: white;
    }
}

@media(min-width: 481px) {
    header .header-text {
        margin-top: 13%;
        color: white;
    }
}

a {
    text-decoration: none;
    color: #00a8ff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.container {
    position: relative;
    z-index: 1;
}


/* Navigation Bar ( Navbar ) */

.navbar{
    padding-top:8px;
}


.navbar-brand {
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    padding: 5px !important;
}

.navbar-border{
    background: white none repeat scroll 0 0;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.05);
}

.navbar-nav > li{
    margin-left: 0px !important;
}

.navbar-nav > li > a {
    padding: 15px 8px;
    font-size: 15px;
}


ul.nav a:link { color: #333 }
ul.nav a:visited { color: #333 }
ul.nav a:hover, ul.nav button:hover, a.navbar-brand:hover { color: black; background-color: rgb(245,245,245)!important; border-radius: 6px }
ul.nav a:active { color: black }

.solution-name {
    color: #666;
    padding-left: 0.4em;
    line-height: 2.8;
    font-size: 15px
}


@media screen and (min-width:1400px){
    .navbar .container{
        width: 1265px !important;
    }
}


/* Scrollbar */
@media screen and (min-width:535px){
    .back-to-top{cursor:pointer;position:fixed;bottom:10px;right:20px;display:none; z-index: 11000;
    }
}
@media screen and (max-width:534px){
    .back-to-top{cursor:pointer;position:fixed;bottom:110px;right:20px;display:none; z-index: 11000;
    }
}

/* Buttons */


.btn{
    color: white;
    border: 2px solid transparent;
    border-radius: 2px;
    overflow: hidden;
}

@media screen and (min-width:768px){
    .btn {
        font-size: 22px;
        padding: 15px 30px;
    }
}
@media screen and (max-width:767px){
    .btn {
        font-size: 14px;
        padding: 3px 6px;
    }
}


.btn:hover,
.btn:focus {
    color: white;
}

.btn.btn-blue {
    background: #00a8ff;
}

.btn.btn-blue:hover {
    background: #31b9ff;
}

.btn.btn-blue-fill {
    color: #00a8ff;
    border-color: #00a8ff;
    background: transparent;
}

.btn.btn-blue-fill:hover {
    color: white;
    background: #00a8ff;
}

.btn.btn-white-fill {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

.btn.btn-white-fill:hover {
    color: #00a8ff;
    background: #fff;
}

.btn.btn-gray-fill {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

.btn.btn-gray-fill:hover {
    border-color: #bbb;
    background: #bbb;
}

.btn-login {
    color: white !important;
    border: 2px solid transparent !important;
    padding: 0.8em !important;
    border-radius: 4px !important;
}

.btn-login:hover {
    color: #333 !important;
}


/* Sections */
section {
    position: relative;
}

.section {
    padding: 40px 0;
    background: #fff;
}

.section-padded {
    padding: 50px 0 40px;
}

/* Footer */

footer .trial-button {
    overflow: hidden !important;
    margin: 40px 0;
}

footer .bottom-footer {
    margin-top: 150px;
}

footer .social-footer {
    padding: 0;
    list-style: none;
}

footer .social-footer li {
    display: inline-block;
    margin: 0 10px;
}

footer .social-footer li a {
    font-size: 24px;
    color: #fff;
}

footer div.social-media-icons {
    margin: 3em 1em
}
footer .social-media-icons img {
    border: 1px solid #ddd;
    border-radius: 50%;
    margin: 0 auto;
    width: 50px; height: auto;
}

footer .social-footer li:hover a {
    color: #00a8ff;
}

footer .container {
    font-size: 14px !important;
}

footer .container .row{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

footer {
    background: #eee;
    color: #000;
}

.footer-icon{
    padding-top:25px;
    font-size: 16px;
}

.tweetbox iframe {
    height: 420px !important;
    width: 540px !important;
}

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


/* Form Control */

.form-control {
    font-size: 18px;
    position: relative;
    left: 0;
    height: auto;
    padding: 20px 30px;
    border: 1px;
    border-radius: 0;
    box-shadow: 0;
}

.form-control.form-white {
    color: #fff;
    border: 2px solid white;
    background: transparent;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.form-control.form-white::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.form-control.form-white:-moz-placeholder {
    opacity: 1;
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.form-control.form-white::-moz-placeholder {
    opacity: 1;
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.form-control.form-white:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.form-control.form-white:focus {
    background: rgba(255,255,255,0.2);
}


/* Modal Lead Form */
.b2s-form-lead .form-control {
    padding: 6px 12px;
    border: 1px solid #ccc;
}

.b2s-lead-modal-close-btn {
    color: black;
    background-color: white;
    border-color: #79B331;
}

.b2s-lead-modal-close-btn:hover, .b2s-lead-modal-close-btn:focus, .b2s-lead-modal-close-btn:active, .b2s-lead-modal-close-btn:focus:active {
    color: black;
    background-color: #eee;
    border-color: #398439;
}

.b2s-form-lead .help-block {
    padding-left: 20px;
    font-size: 14px;
}

.b2s-form-error {
    border-color: red !important;
}

.error {
    border-color: red !important;
}



/* Checkbox */

.checkbox-holder {
    white-space: nowrap;
}

.checkbox {
    position: relative;
    display: block;
}

.checkbox {
    position: relative;
}

.checkbox label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 2px solid white;
    background: transparent;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.checkbox input[type=checkbox]:focus + label:before {
    background: rgba(255,255,255,0.2);
}

.checkbox label:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    opacity: 0;
    background: white;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* mk 2020-02-25 gelöscht, da checkboxen im Social Media Kalender nicht erscheinen
.checkbox input[type=checkbox] {
    position: absolute;
    width: 0;
    height: 0;
}
*/
.checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.checkbox-holder span {
    position: relative;
    display: inline-block;
    margin: 0 0 0 10px;
    white-space: normal;
    color: #fff;
}

.btn.btn-submit {
    width: 100%;
    margin-top: 30px;
    color: #00a8ff;
    border: 2px solid #fff;
    background: #fff;
}

.btn.btn-submit:focus {
    font-weight: bold;
}

.btn.btn-submit:hover {
    color: #00a8ff;
    background: #fff;
}
.btn-success {
    background: #79B331 !important;
}

.btn-warning {
    background: #E1CC93 !important;
    color: #000 !important;
}

.btn-shadow{
    box-shadow: 0 4px 2px -2px gray;
}


@media (min-width: 1150px) and (max-width:1590px){
    .button .btn-lg{
        padding: 10px 8px !important;
        font-size: 15px !important;
    }
}

@media (min-width: 992px) and (max-width:1149px){
    .button .btn-lg{
        padding: 10px 3px !important;
        font-size: 12px !important;
    }
}

/* Mobile Nav */
.mobile-nav {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    background: rgba(255, 255, 255, 0.98);
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.mobile-nav.active {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mobile-nav ul {
    display: table-cell;
    padding: 0;
    list-style: none;
    vertical-align: middle;
}

.mobile-nav ul li {
    margin: 25px 0;
}

.mobile-nav ul li a:not(.btn) {
    color: #aaa;
}

.mobile-nav a.close-link {
    font-size: 24px;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 10px);
    left: 0;
    width: 100%;
    padding: 15px 0;
    color: #fff;
    background: #00a8ff;
}

.row.title {
    padding: 0 20px;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.bold {
    font-weight: bold;
}

/* Colors */

.white {
    color: white;
}

.light-white {
    color: rgba(255, 255, 255, 0.5);
}

.white-bg {
    background: white;
}

.gray-bg {
    background: #f7f7f7;
}

.blue {
    color: #00a8ff;
}

.blue-bg {
    background: #00a8ff;
}

.muted {
    color: #989da0;
}

.margin-top {
    margin-top: 150px;
}

/*Carousel*/

#fade-quote-carousel.carousel {
    padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
    min-height: 250px;
}
#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: #79b331;
    border: none;
}
#fade-quote-carousel blockquote {
    border: none;
}
#fade-quote-carousel .profile-circle {
    text-align: center;
}

#fade-quote-carousel .profile-circle  > img{
    height: 150px;
}

/* Custom */

@media(max-width:991px) {
    .text-center-mobile {
        text-align: center !important;
    }
}
.icon-size{
    height: 28px;
}

.margin-top-90{
    margin-top: 90px;
}
.cursor-pointer{
    cursor: pointer;
}
.embed-portrait{
    padding-bottom: 100%;
}



/* neue Startseite: Menü und Footer MK 2019-05-28 */

/* neue NavBar */
/* gehört in die blog2social.css, also nicht nur in die Startseite */

nav.navneu {
    font-weight: bold;
    background-color: white; border: none;
    box-shadow: 0 0 22px rgba(0,0,0,.1);
    padding: .3em 0;
    z-index: 99999;
}
nav.navneu li {
    margin-left: 1em!important
}
nav.navneu span.caret { display: none }

nav.navbar.navneu { margin-bottom: 0 }

/* neue NavBar ENDE */


/* neuer Footer */
/* gehört in die blog2social.css, also nicht nur in die Startseite */

footer.footer-neu { font-size: 1rem; background-color: rgb(225,225,225) }
footer.footer-neu a { text-decoration: none }
footer.footer-neu li a { display: block }
footer.footer-neu a:hover { background-color: rgba(255,255,255,1)!important }
footer.footer-neu ul { list-style-type: none; padding-left: 0 }
footer.footer-neu p.legal { text-align: center }

/* neuer Footer ENDE */


/* ### neue FAQ Anpassungen AB 2022-11-24 */


/* ### neue FAQ Anpassungen AB 2022-11-24 */