/*
.blue-bg {
    background: #1e5799;
    background: -webkit-linear-gradient(left, #1e5799 0%, #0070c0 0%, #16c9f6 100%);
    background: linear-gradient(to right, #1e5799 0%, #0070c0 0%, #16c9f6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#16c9f6', GradientType=1);
}
*/

h1 {
    font-size: 30px;
}

.black-bg {
    background-color: #0070c0;
}

.gray-bg {
    background-color: #f7f7f9;
}

.fix {
    overflow: hidden;
}

.text-white a,
.text-white {
    color: #ffffff;
}

.btn-icon {
    padding: 12px 0 12px 50px;
    position: relative;
}

.btn-icon:hover {
    color: #ffffff;
}

.btn-icon span {
    background-color: #16c9f6;
    border: 1px solid #16c9f6;
    border-radius: 50%;
    box-shadow: 2px 2px 5px 0 rgba(255, 255, 255, 0.2);
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    left: 0;
    line-height: 2.3;
    margin-right: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.btn-icon:hover span {
    background-color: #ffffff;
    color: #16c9f6;
}

.relative {
    position: relative;
}


/*----------------------
Header-Background
-----------------------*/
.parallax-image img {
    position: absolute;
}

.section-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.section-bg img {
    min-height: 100%;
    min-width: 100%;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.overlay-bg {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #1e5799 0%, #0070c0 0%, #16c9f6 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #1e5799 0%, #0070c0 0%, #16c9f6 100%) repeat scroll 0 0;
}

.dewo:after {
    background: url("../images/header-dew.png") no-repeat scroll center bottom -10px / 100% auto;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    position: absolute;
    width: 100%;
}

.grid-bg:after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.9),rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.25)),  url("../images/backgrounds/watergrid3.jpg") no-repeat scroll;
    background-blend-mode:lighten;
    background-size: cover;
    background-position: center bottom;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    position: absolute;
    width: 100%;
    filter: invert(100%);
}

.alpha.overlay-bg {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.section-bg #video-background {
    bottom: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    position: absolute;
    right: 0;
    top: 0;
}


.bg-slide {
    z-index: -999;
}

.blog-header {
    background: url("../images/blog/bg-1.jpg") no-repeat scroll 0 0 / cover;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.particles-js {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


/*-------------------------
Angle-background
--------------------------*/

.angle-bg:after {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(right bottom, #ffffff 50%, transparent 50%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to left top, #ffffff 50%, transparent 50%) repeat scroll 0 0;
    content: "";
    height: 20%;
    right: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    bottom: 0px;
    width: 50%;
    opacity: 1;
    z-index: 1
}

.angle-bg:before {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left bottom, #ffffff 50%, transparent 50%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right top, #ffffff 50%, transparent 50%) repeat scroll 0 0;
    content: "";
    height: 20%;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    bottom: 0px;
    width: 50%;
    opacity: 1;
    z-index: 2
}

.offset-top {
    margin-top: -100px;
}

.down-offset {
    margin-bottom: -100px;
}

.monitor-graphic
{
    margin-bottom: 30px;
    max-height: 100%;
}

.border-icon {
    border: 1px solid;
    border-radius: 50%;
    color: #16c9f6;
    font-size: 20px;
    height: 50px;
    line-height: 2.7;
    text-align: center;
    width: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.active .single-feature .border-icon,
.single-feature:hover .border-icon {
    background-color: #16c9f6;
    color: #ffffff;
}

.section-video-text {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}


.ivideo {
    margin-bottom: -10px;
    width:100%;
    max-height: 600px;
}

.video-button {
    border: medium none;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    color: #0070c0;
    height: 60px;
    text-align: center;
    width: 60px;
    background-color: #ffffff;
}

.video-button span {
    font-size: 26px;
    line-height: 2;
}

/* Showcase Pagetop */
/* Image Background */
.single_screen_slide {
    background: rgba(256, 256, 256, 0.5) no-repeat scroll center center;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    
}

.list_screen_slide:after {
    content: url("../images/screen/phone.png");
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-51.4%, -48.9%);
    transform: translate(-50%, -48.9%)
}


.owl-item 
{
    background: rgba(0, 0, 0, 0.0);
    border-radius: 5px;
    padding: 50px 20px 50px 20px;
}

.social-menu img
{
    width: 20px;
    height: 20px;
}

.social-menu img:hover
{
    -webkit-filter: invert(100%)  saturate(0%) brightness(200%); /* Safari */
    filter: invert(100%)  saturate(0%) brightness(200%);
}

.social-menu a {
    color: #0070c0;
    display: inline-block;
    height: 35px;
    line-height: 2.8;
    width: 35px;
    border-radius: 50%;
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0);
    background-color: #ffffff;
    margin: 0 5px;
}

.social-menu a:hover {
    background-color: #0070c0;
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.box100 {
    border-radius: 50%;
    height: 90px;
    overflow: hidden;
    width: 90px;
    margin: auto;
}

.box100 img {
    width: 100%;
}

.client_photo .owl-item {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.client_photo .owl-item.center {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.client_nav .testi_next {
    left: 100%;
    right: auto;
}

.price-table {
    padding: 30px 0;
}

.price-table ul li {
    margin: 10px 0;
}

.price-table p {
    padding-left: 15px;
    padding-right: 15px;
}

.big {
    font-size: 40px;
    line-height: 1
}

.btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  
}

.btn.btn-primary
{
    background-color: #ffffff;
    border-color: #0070c0;
    border-radius: 100px;
    border:solid;
    border-width: 1px;
    color: #0070c0;
    margin-top: 5px;
    font-weight: 500;
}

.btn.btn-primary:hover
{
    background-color: #0070c0;
    color: #ffffff;
}

.btn.btn-white {
    border: 1px solid #ffffff;
    border-radius: 100px;
    margin: 0 5px;
    min-width: 150px;
    padding: 12px 25px;
}

.btn.btn-white:hover {
    background-color: #ffffff;
    color: #16c9f6;
}


.btn.btn-link.active:hover,
.btn.btn-link {
    border: 1px solid #0070c0;
    border-radius: 100px;
    color: #0070c0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    min-width: 150px;
    padding: 15px 15px;
    text-decoration: none;
    background: transparent;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.btn.btn-link.active,
.btn.btn-link:hover,
.price-table.active .btn.btn-link {
    background-color: #0070c0;
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.big-button {
    border-radius: 100px;
    display: inline-block;
    min-width: 180px;
    padding: 6px 30px 6px 60px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 1);
}

.big-button .big-button-icon {
    left: 25px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.big-button.aligncenter {
    display: block;
    margin: auto;
    width: 180px;
}

.big-button:hover {
    box-shadow: 0 0 6px 4px rgba(255, 255, 255, 0.6);
    color: #ffffff;
}

.big-button:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #00c9fd;
    background: -webkit-linear-gradient(left, #00c9fd 0%, #16c9f6 100%);
    background: linear-gradient(to right, #00c9fd 0%, #16c9f6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00c9fd', endColorstr='#16c9f6', GradientType=1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.big-button:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.border-icon.sm {
    font-size: 16px;
    height: 40px;
    width: 40px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
    border: none;
    margin: 10px 0;
}

address {
    margin-bottom: 0;
}

.subscrie-form .form-control {
    border-radius: 100px 0 0 100px !important;
    padding: 0 20px;
    min-height: 45px;
    font-size: 14px;
}

.subscrie-form .btn {
    border-radius: 0 100px 100px 0;
    min-width: 150px;
    min-height: 45px;
}

.md-icon {
    width:75px;
    height: 75px;
}

.mainmenu-area {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 20px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: -webkit-linear-gradient(left, transparent 0%, transparent 0%, transparent 100%);
    background: linear-gradient(to right, transparent 0%, transparent 0%, transparent 100%);
}

.mainmenu-area.affix {
    background: #1e5799;
    background: -webkit-linear-gradient(left, #1e5799 0%, #0070c0 0%, #16c9f6 100%);
    background: linear-gradient(to right, #1e5799 0%, #0070c0 0%, #16c9f6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#16c9f6', GradientType=1);
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
    padding: 0;
    position: fixed;
    z-index: 9999;
}

.navbar-brand .logo-text {
    line-height: 0.6;
}

.mainmenu-area .navbar-brand .logo-text {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#mainmenu li a {
    color: #ffffff;
}

#mainmenu li.active a {
    position: relative;
    font-weight: 600;
}

#mainmenu li a:before {
    /* content: "\e71a"; */
    font-family: themify;
    margin-right: 5px;
    position: absolute;
    left: 50%;
    bottom: 5px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#mainmenu li.active a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.price-table .amount,
.price-table .price-title {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price-table.active .price-title {
    color: #0070c0;
}

.price-item
{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color:rgba(0, 0, 0, 0.05);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color:rgba(0, 0, 0, 0.05);
   /* background-color:rgba(0, 0, 0, 0.05); */
}

.price-item:hover
{
    background-color: #0070c0;
    color:white;
}


.price-table {
    -webkit-transform: translateY(-0px);
    transform: translateY(-0px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0);
}

.price-table.active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}


.team_details {
    background-color: #ffffff;
    bottom: -70px;
    left: 0;
    padding: 5px 0 0 0;
    position: absolute;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
}

.team_subdetails {
    height: 35px;
}

.team_subdetails ul {
    padding: 0px;
    margin:0px;
    list-style-type: none;
}

.team_subdetails li
{
    float: left;
    padding-left: 5px;
    margin-left: 15px;
}


.single-team:hover .team_details:hover {
    bottom: 0;
}


.single-team  img {
    -webkit-transform: scale(1);
    transform: scale(1);
    /* width: 75%; */
    height: 250px;
    display:block;
    margin: auto;
    padding: 20px 50px 80px 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.single-team:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



.single-blog {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.single-blog:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
}

#scrollUp {
    background-color: #0070c0;
    border: 1px solid #0070c0;
    border-radius: 2px;
    bottom: 30px;
    color: #ffffff;
    height: 40px;
    line-height: 3;
    right: 30px;
    text-align: center;
    width: 40px;
}

#scrollUp:hover {
    background-color: #16c9f6;
}

.img-full {
    width: 100%;
}


.list_screen_slide .owl-stage .owl-item .item img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.list_screen_slide .owl-stage .owl-item.center .item img {
    -webkit-transform: scale(1);
    transform: scale(1);
}



.list_screen_slide .owl-stage .owl-item .item img:hover {
    -webkit-filter: brightness(0.5);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.5" /><feFuncG type="linear" slope="0.5" /><feFuncB type="linear" slope="0.5" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.5)
}

.client_nav .testi_next,
.client_nav .testi_prev {
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 30px;
    z-index: 2;
}

.client_nav .testi_next {
    left: auto;
    right: 0;
}

.screen_image {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 83%;
}


/*-----------------
Preloader
-----------------*/

.preloade {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}


img.preloade  {
    border-radius: 100%;
    bottom: 0;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    -webkit-animation: mymove 1.5s infinite linear;
    animation: mymove 1.5s infinite linear;
}


.preloade span {
    background: rgba(58, 123, 213, 1);
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(58, 123, 213, 0.8), rgba(0, 210, 255, 0.8));
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(58, 123, 213, 0.8), rgba(0, 210, 255, 0.8));
    border-radius: 100%;
    bottom: 0;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    -webkit-animation: mymove 1.5s infinite linear;
    animation: mymove 1.5s infinite linear;
}

@-webkit-keyframes mymove {
    0 {
        box-shadow: 0 0 0 0 rgba(0, 112, 192, 0.4), 0 0 0 0 rgba(0, 112, 192, 0.4);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(0, 112, 192, 0.4), 0 0 0 10px rgba(0, 112, 192, 0.4);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(0, 112, 192, 0.4), 0 0 0 20px rgba(0, 112, 192, 0.4);
    }
    75% {
        box-shadow: 0 0 0 10px rgba(0, 112, 192, 0.4), 0 0 0 10px rgba(0, 112, 192, 0.4);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 112, 192, 0.4), 0 0 0 0 rgba(0, 112, 192, 0.4);
    }
}

@keyframes mymove {
    0 {
        box-shadow: 0 0 0 0 rgba(0, 112, 192, 0.4), 0 0 0 0 rgba(0, 112, 192, 0.4);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(0, 112, 192, 0.4), 0 0 0 10px rgba(0, 112, 192, 0.4);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(0, 112, 192, 0.4), 0 0 0 20px rgba(0, 112, 192, 0.4);
    }
    75% {
        box-shadow: 0 0 0 10px rgba(0, 112, 192, 0.4), 0 0 0 10px rgba(0, 112, 192, 0.4);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 112, 192, 0.4), 0 0 0 0 rgba(0, 112, 192, 0.4);
    }
}

.preloade span i {
    bottom: -7px;
    color: #ffffff;
    font-size: 25px;
    height: 32px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}

#accordion .panel-title a {
    position: relative;
}

#accordion .panel-title a:after {
    content: "\e648";
    font-family: themify;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#accordion .panel-title a.collapsed:after {
    content: "\e64b";
}


/*-----------------
Pagination
------------------*/

.paginations li a {
    background-color: #16c9f6;
    border: 1px solid #16c9f6;
    border-radius: 2px;
    color: #ffffff;
    display: block;
    height: 40px;
    line-height: 2.8;
    width: 40px;
}

.paginations li a:hover {
    background-color: #fff;
    color: #16c9f6;
}

.search-form button {
    color: #cccccc;
}

.search-form button:hover {
    background-color: #0070c0;
    border-color: #0070c0;
    color: #ffffff;
}

.single-sidebar ul li a q {
    float: right;
}

.single-sidebar ul li a q:before {
    content: "(";
}

.single-sidebar ul li a q:after {
    content: ")";
}

.single-sidebar ul li a {
    display: block;
    padding: 10px 10px 10px 0;
}

.single-sidebar ul.instagram li {
    padding: 5px;
    width: 33.33%;
}

.single-sidebar .instagram li a {
    padding: 0;
}

.round {
    border-radius: 100px !important;
    padding-left: 20px;
}

.hover-shadow {
    border-radius: 5px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.hover-shadow:hover {
    box-shadow: 0 3px 22px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.no-round {
    border-radius: 2px !important;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.overview-icon {
    width: 90px;
    height: 90px;
}

/* PopUp*/

.content-popup {
    position: relative;
    padding: 0px;
    width: auto;
    margin-top: 60px;
    margin-left:  auto;
    margin-right: auto;
  }

  @media (min-width: 1200px) {
    .content-popup {
        width: 1170px;
    }
    .panel-content-row {
        margin-right: 40px;
    }
    .content-popup-small {
        width: 800px;
    }
  }


  
 .panel-head-icon
  {
      height: 35px;
      background-color: #ffffff;
      border-radius: 100%;
      padding:5px;
      margin: 0px;
  }

 .panel-content-row
  {
      margin-bottom: 45px;
  }

img.panel-content-icon
{
    width:75px;
    height: 75px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;

    /*
    border-radius: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #cfcfcf;
    box-shadow:  0px 0px 6px 1px #cccccc;
    background-color: #ffffff;
    */
}

.panel-content-image
{
    border-radius: 4px;
    padding:1px;
    max-width: 90%;
    box-shadow:  1px 2px 6px 1px #cccccc;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    /*
    border-width: 1px;
    border-style: solid;
    border-color: #cfcfcf;
    background-color: #ffffff;
    */
}


  .inline
  {
    display:inline;
  }

  /* Banner Slides */
  .home_screen_slide
  {

  }

  .banner-image-content
  {
      min-height: 300px;
      min-width: 100px;
  }


  .newsletter label
  {
      color: white;
  }

  .newsletter h2
  {
      color: white;
      font-size: 1em;
  }


  .image-center
  {
      display: block;
      margin-left: auto;
      margin-right: auto;
  }

  .water-color-bg
  {
      background-color:#0085c1;
      }

  .gas-color-bg
  {
      background-color: #4caf50;
  }

  .heating-color-bg
  {
      background-color: #f44336;
  }

  .color-icon
  {
    filter: saturate(150%) hue-rotate(-10deg) contrast(105%);
  }

 

    .pricing-list
    {
        padding-top: 20px;
    }

    .alert-login-bn {
    position: absolute;
    bottom: -55px;
    left: 320px;
    padding-top: 15px;
    padding-left: 15px;
    height: 50px;
    width: 240px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 7px;
  }
  .alert-login-kw {
    position: absolute;
    top: 80px;
    left: 320px;
    padding-top: 15px;
    padding-left: 30px;
    height: 50px;
    width: 240px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 7px;
  }
  .alert-loginCombi {
    position: absolute;
    top: 40px;
    left: 320px;
    padding-top: 4px;
    padding-left: 17.5px;
    height: 50px;
    width: 240px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 7px;
  }
  .alert-login-ext {
    position: absolute;
    top: 140px;
    left: 10px;
    padding-top: 3.5px;
    padding-left: 17.5px;
    height: 50px;
    width: 330px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 7px;
  }
  .alert-approval-dsgvo {
    position: absolute;
    top: 230px;
    left: 10px;
    padding-top: 3.5px;
    padding-left: 17.5px;
    height: 190px;
    width: 150px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 7px;
  }
  figure.helpdesk_header {
      position: absolute;
      top: 85px;
      left: -40px;
      width: 100%;
  }
  figure.pdf_manual {
    position: absolute;
    top: 960px;
    left: -20px;
    width: 40px;
    height: 40px;
  }
  a.link_manual {
    color: blue;
    position: absolute;
    top: 980.0px;
    left: 35px;
    padding-left: 25px;
    text-decoration: underline;
    font-size: auto;
    background-size: contain;
    background-image: url(roka3.de/images/helpdesk/PDF_Symbol_small_3.jpg); 
    background-repeat: no-repeat;
    background-position: left 0px; 
  }
  a.link_manual::before  {
    content: '>>';
  }
  figure.pdf_installation {
    position: absolute;
    top: 1000px;
    left: -20px;
    width: 40px;
    height: 40px;
  }
  a.link_installation {
    color: blue;
    position: absolute;
    top: 1020.0px;
    left: 35px;
    padding-left: 25px;
    text-decoration: underline;
    font-size: default;
    background-size: contain;
    background-image: url(roka3.de/images/helpdesk/PDF_Symbol_small_3.jpg); 
    background-repeat: no-repeat;
    background-position: left 0px; 
  }
  a.link_installation::before  {
  content: '>>';
  }
  figure.pdf_system {
    position: absolute;
    top: 1040px;
    left: -20px;
    width: 40px;
    height: 40px;
  }
  a.link_systemrequirements {
    color: blue;
    position: absolute;
    top: 1060.0px;
    left: 35px;
    padding-left: 25px;
    text-decoration: underline;
    font-size: default;
    background-size: contain;
    background-image: url(roka3.de/images/helpdesk/PDF_Symbol_small_3.jpg); 
    background-repeat: no-repeat;
    background-position: left 0px; 
  }
  a.link_systemrequirements::before  {
    content: '>>';
  }
  .form-dsgvo {
    position: absolute;
    top: 80.0px;
    left: 15px;
  }
  .link_dsgvo {
    color: blue;
    position: absolute;
    top: 126.0px;
    left: 15px;
    text-decoration: underline;
    font-size: default;
  }
  a.link_dsgvo::before  {
    content: '>>';
  }
  .helpdesk-contact-button {
    position: absolute;
    top: 1155px;
    left: 180px;
  }
  .helpdesk-R3-registration {
    position: absolute;
    top: -80px;
    left: 460px;
  }
  .helpdesk-R3-download {
    display: none;
    position: absolute;
    top: 465px;
    left: 180px;
  }
  dialog {
      display: none;
    position: absolute;
    top: 560px;
    left: -120px;
    background: white;
    border: 4px solid grey;
      border-radius: 20px;
      z-index:1002;
      padding: 15px 25px;	
      width: 430px;
      height: 280px;
  }
  dialog[open="open"] {
    display: block;
  }
  dialog::backdrop, #backdrop {      /* Ebene zwischen Hintergrund und Dialog-Box, Pseudoelement noch nicht implementiert */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);    
  }
  dialog #close-dialog {
      position: absolute;
      right: 8px;
    top: 5px;		
  }
  dialog #save-dialog {
      position: absolute;
      left: 8px;
    bottom: 10px;		
  }		
  [aria-hidden="true"] {
  display: none;
  }
  [aria-hidden="false"] {
    display: block;
    }
  feld {
    display: none;
    position: absolute;
    top: 190px;
    left: 25px;
    width: 400px;
    height: 50px;
  }  
  feld #text-dialog {  
    color: blue; 
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 20px;
  }