.header .inner {
    padding-top: 10px;
    min-height: 72px; 
}

.header {
    background: #0372b3;
}
.header .primary li a {
    color: #fff;
}
.header .primary li a:hover, .header .primary li.current a {
    color: #01c696 !important;
}
.brand p {
    color: #fff;
    margin-bottom: 22px;
}

.subnav ul li {
    list-style: none;
}

#cookie-consent h3{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

.cookie-consent__button--accept{
    background-color: dodgerblue;
    padding: 8px;
    font-size: 15px;
    color:#fff;
    text-align: center;
}

.cookie-consent__button--manage{
    background-color: royalblue;
    padding: 8px;
    font-size: 15px;
    color:#fff;
    text-align: center;
}


form{
    width: 100%;
}

.middleColumn{
    margin-bottom: 20px;
}

#doCreateFreeDemo{
    background: #01c696;

}


.typography img {
    border: 0;
    height:auto;
    background: none;
}

#FreeDemo-AjaxLoader{
    display: none;
}

#alert-form-error, #alert-form-success{
    display: none;
    width: 100%;
}

#alert-form-error{
    color: red;
}

#alert-form-success{
    color: green;
}

.header .app-icon{
    position: absolute;
    right: 0;
    top:0px;

}

.header .app-icon ul li{
    display:inline;
}



.header .app-icon .img-app-store, .header .app-icon .img-google-play-store{
    float:left;
}

.header .app-icon .img-app-store{
    width: 110px;
    height: auto;
    margin-top: 0px;
}

.header .app-icon .img-google-play-store{
    width: 140px;
    margin-top: -8px;
}


.about-everydatastore{
    padding: 20px;
    background-color: #fff;
}

.about-everydatastore .left-content img, .deployment-areas .left-content img, .possibilities .right-content img{
    width: 100%;
    height: auto;
}

.possibilities{
    padding: 20px;
    background-color: #b2eedf;
}

.deployment-areas{
    padding: 20px;
    background-color: #b3d4e8;  
}
.deployment-areas .left-content img{
    width: 70%;
}

.user-mobile-app-image ul li{
    list-style: none;
    display: inline-block;
}

.user-mobile-app-wrapper .slider {
    width: 100%;
    margin: 10px auto;
}

.user-mobile-app-wrapper   .slick-slide {
    margin: 0px 10px;
}

.user-mobile-app-wrapper   .slick-slide img {
    width: 100%;
}
.user-mobile-app-content h1{
    color:#fff;
    border: 0;
}

.user-mobile-app-wrapper a, .user-mobile-app-wrapper a:hover{

    color: #01c696
}
.left-content, .right-content{
    width: 49%;
    float: left;
}


.homepage-main{
    padding-bottom: 0;

}

.everydatastore-wrapper h1{
    color:#333;
    border: 0;
    padding-top: 15px;
}

.apps-wrapper{
    background-color: #b2eedf;

    
}



.launch-ecm{
    background-color: #fff;
    padding: 20px;
}
.launch-ecm ul{
    text-align: center;
}
.launch-ecm ul li{
    display: inline-block;
    list-style: non;
    padding-right: 20px;
    margin: 0 auto;
    text-align: center;
}

.launch-ecm ul li a:hover{
    text-decoration: none;
    color: transparent;
}

.launch-ecm ul li img{
    width: 70px;
    height: 70px;
}
.ecm-install-wrapper pre{
    background: #5E5E5E;
    border: 1px solid #5E5E5E;
    font-family: Courier, monospace;
    margin: 0 0 0px 0;
    padding: 15px;
    color: #fff;
    width: 90%;
}

.free-30-days-demo{
    background-color: #fff;
    padding: 20px;
}

.free-30-days-demo .right-content{
    padding-left: 20px;
}
.user-mobile-app-wrapper{
    background-color: #0372b3;
    color:#fff;
    padding-top: 20px;
}
.user-mobile-app-wrapper h1{
    color:#fff;
}
input:invalid, textarea:invalid {
    border-radius: 1px;
    box-shadow: 0px 0px 2px red;
}

.app-item{
    width: 24%;
    text-align: center;
    float: left;
    margin-bottom: 30px;
}

.app-item a{
    color: #0372b3;
    text-decoration: none;
}

.app-item a .fi{
    display: block;
    font-size: 50px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

.app-item a .text{
    text-align: center;
    width: 100%;
}

.app-item a:hover, .app-item a .text:hover,.app-item a .fi:hover, .app-item:hover{
    border: 0;
    color: #01c696;
}


.apps-wrapper .app-item a:hover, .apps-wrapper .app-item a .text:hover, .apps-wrapper .app-item a .fi:hover, .apps-wrapper .app-item:hover{
    border: 0;
    color: #01c696;
}
.cookie-consent-background {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1005;
    top: auto !important;
    background-color: transparent;
    overflow-y: visible;          
    padding:0;
    transform: translateY(100%);
    opacity: 0;
    animation: slideUp 0.9s forwards ease-out;
}

.cookie-consent-background.show {
    transform: translateY(0);
    opacity: 1;
}

.cookie-consent {
    width: 100%;
    max-width: 95%; 
    padding: 10px;
    background-color: #fefefe;
    border: 1px solid #cacaca;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* optional: schöner Effekt */
    z-index: 1006;
    position: relative;
    bottom:-10px;
    left:0;
    top: auto !important;
}

#search-input{
    width: 400px;
    margin-bottom: 20px;
    padding: 10px;
}

#autocomplete-list {
    position: absolute;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    background: white;
    width: 400px;
    z-index: 1000;
    margin-bottom: 20px;
    padding: 10px;
    display: none;
}

.autocomplete-item {
    padding: 8px;
    cursor: pointer;
}
.autocomplete-item:hover {
    background-color: #f0f0f0;
}

.search-term-highlight {
    background-color: yellow;
    padding: 0 2px;
}


.banner-ecm-demo{
    margin-top: 20px;
    width: 70%;
    height: auto;
    text-align: center;
}

@media (min-width: 768px) {
    .hero-caption {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 640px) {
    .header .app-icon{
        position: absolute;
        right: 60px;
        top:0px;

    }
    .tablet-nav .header .primary .nav-open-button {
        top: 0px;
    }

    .header .app-icon .img-app-store{
        width: 65px;
        height: auto;
        margin-top: 0px;
    }

    .header .app-icon .img-google-play-store{
        width: 90px;
        margin-top: -7px;
    }

    .header .brand img{
        width: 120px;
        height: auto;
    }

    .left-content, .right-content{
        width: 99%;
        float: left;
    }
    .free-30-days-demo .right-content{
        padding-left: 0px;
    }

    .launch-ecm ul li{
        display:block;
        margin-bottom: 20px;

    }
    
    .deployment-areas .left-content img{
    width: 100%;
}

.app-item{
    width: 45%;

}

#search-input{
    width: 300px;

}

#autocomplete-list {

    width: 300px;

}

.banner-ecm-demo{
    width: 100%;
}
}

