/*img {

    transition: filter 1s easeInOut 1s;
    /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    /*filter: gray; /* IE6-9 */
    /*-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */


/*    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}*/

/*img:hover {
    transition: all 1s;
    -webkit-filter: none;
    filter: none;
}*/

#header img {
    max-width: 395px;
    width: 100%;
}

html {
    min-height: 100%;
    position: relative;
}

#main-nav ul.nav.navbar-nav li a {
    padding: 0 10px;
    font-size: 14px;
    height: 70px;
    line-height: 70px;
    color: #58585a;
}

#main-nav ul.nav.navbar-nav li.active a {
    padding: 0 10px;
    font-size: 14px;
    height: 70px;
    line-height: 70px;
    color: #58585a;
    background: rgba(0,0,0,0.05);
    color: #013e79;
}

#main-nav ul.nav.navbar-nav li a:hover {
    background: rgba(0,0,0,0.1);
    color: #013e79;    
}

body {
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
}

a:link {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: 0 !important;
}

.dropdown a:link {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

a:visited {color:#58585a;}
a:hover {color:#013e79; text-decoration: none;}
a:active {color:#0098d7;}

.container .text-muted {
    margin: 20px 0;
}

body > .container {
    padding-bottom: 50px;
}

#top {
    display: none;
    background: #fff;
}

#navbar-brand img {
    height: 68px;
    width: auto;
    padding: 5px 0;
}

.navbar-brand {
    border-right: 1px solid #555;
    color: #888;
}

.navbar-brand a {
    color: #888;
}


.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #013e79;
}

.navbar-collapse {
    max-height: none;
}

header#top.navbar {
    padding-left: 0 !important;
}

#header {
    height: 120px;
    padding-top: 40px;
    width: 100%;
    clear: both;
}



#logo img {
    width: 100%;
}



.serviceNav {
    float: right;
    text-align: right;
}

.serviceNavItem {
    list-style: none;
    text-align: right;
}

.menu-container {
    /*background-color: #013e79;*/
    background-color: #fff;
}

.caret {
    float: right;
    margin-top: -26px;
    margin-left: -10px;
}



.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #58585a;
}



 @media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
    display: block;
    }
}

.dropdown-menu {
    margin-left: -1px;
}
.navbar-right .dropdown-menu {
    right: -1px;
}



#footer {
    position: absolute;
    bottom: 0;
    background-color: #013e79;
    font-weight: bold;
    height: 50px;
    width: 100%;
    color: #58585a;
}


#footer p {
    color: #fff;
}

.col-footer {
    margin-top: 22px;
}

ul.col-footer > li {
    list-style: none;
}

ul.col-footer > li > ul > li {
    list-style: none;
}

ul.col-footer > li > ul > li > a {
    color: #fff;
    margin-left: -20px;

}

.carousel {
    /*box-shadow: 0 3px 23px #ddd;*/
    position: relative;
    /*height: 350px;*/
    overflow: hidden !important;
}

#myCarousel img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#myCarousel figcaption.csc-textpic-caption {
    color:  #fff;
    font-weight: normal;
    font-size:  1.8em;
    float:right;
    position: relative;
    z-index:1;
    margin-top: -6.2%;
    background: #013e79;
    padding: 0 2%;
    text-align: right;
    max-width: 80%;
    right: 2%;
    opacity: 0.8;
    display: none;
}

/*#myCarousel figcaption.csc-textpic-caption {
    color:  #fff;
    font-weight: normal;
    font-size:  1.8em;
    position: absolute;
    z-index:1;
    background:  #58585a;
    padding: 0 2%;
    text-align: right;
    max-width: 80%;
    right: 50%;
    margin-right: -547px;
    top: 280px;
}*/

#myCarousel.carousel div.carousel-inner div.item header.csc-header h2 {
    color: #fff;
    font-weight: normal;
    font-size:  2em;
    float:right;
    position: relative;
    z-index:1;
    margin-top: 19.7%;
    margin-left: -100%;
    background:  rgba(51, 51, 51, 0.8);
    padding: 0.2% 2%;
    text-align: right;
    max-width: 80%;
    right: 2%;
    opacity: 0.8;
    display: none;
}

@media only screen and (max-width: 992px) {
    #myCarousel.carousel div.carousel-inner div.item header.csc-header h2.csc-firstHeader {
        margin-top: 18.8%;
    }
    #footer {
        height: auto;
        margin-bottom: -70px;
    }

}

@media only screen and (max-width: 767px) {
    #myCarousel figcaption.csc-textpic-caption {
        /*color: #AAC52E;*/
        color:  #fff;
        font-weight: normal;
        font-size:  0.8em;
        float:right;
        position: relative;
        z-index:1;
        margin-top: -5.5%;
        background:  #013e79;
        padding: 0 2%;
        text-align: right;
        max-width: 80%;
        right: 2%;
    }

    #myCarousel.carousel div.carousel-inner div.item header.csc-header h2.csc-firstHeader {
        color:  #fff;
        font-weight: normal;
        font-size:  1em;
        float:right;
        position: relative;
        z-index:1;
        margin-top: 19%;
        margin-left: -100%;
        background:  #013e79;
        padding: 0.2% 2%;
        text-align: right;
        max-width: 80%;
        right: 2%;
    }
    #footer {
        height: auto;
        margin-bottom: -500px;
    }

    /*.row {*/
    /*    margin: 0;*/
    /*}*/

    /*.egon-embedded-form-inner .row {*/
    /*    margin-left: -15px;*/
    /*    margin-right: -15px;*/
    /*    margin-bottom: 15px;*/
    /*}*/
}

/* ----------------------------Carousel-from-Bootstrap---------------------------- */

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel2-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel2-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel2-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel2-control .icon-prev,
.carousel2-control .icon-next,
.carousel2-control .glyphicon-chevron-left,
.carousel2-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel2-control .icon-prev,
.carousel2-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel2-control .icon-next,
.carousel2-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel2-control .icon-prev,
.carousel2-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel2-control .icon-prev:before {
  content: '\2039';
}
.carousel2-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}

/* ----------------------------Carousel-from-Bootstrap-end--------------------------- */

.dropdown-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #333333;
  border-color: #58585a;
}

.btn-primary,
.btn-primary,
.btn-primary,
.btn-primary,
.open .dropdown-toggle.btn-primary  {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #013e79;
}

.btn-default {
    background-color: #013e79;
}

.form-group a .btn {
    line-height: 20px;
}

#footer .container .col-md-6 .col-sm-4 li > a:hover {
    color: #fff;
}

#footer .container .col-md-6 .col-sm-4 li > ul > li > a:hover {
    color: #58585a;
}

html body div.container div.row div.col-sm-8 div#egon-embedded-app-menu.row div.col-md-6 div.panel div.panel-body:hover {
    overflow-x: hidden;
    overflow-y: hidden !important;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
}


/*html body div.container div.row div.col-sm-8 div#egon-embedded-app-menu.row div.col-md-6 div.panel div.panel-body:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);

}*/

.navbar-toggle {
    margin-top: 6px;
    margin-right: 5px;
}

.navbar-toggle:hover, .navbar-toggle:focus {
    background-color: #013e79 !important;
    border-radius: 2px;
    border: 1px solid #555;
}

/*.tx-egon-pi1 input{*/
/*    padding-left: 5px;*/
/*}*/

.carousel-caption {
    z-index: 0;
    display: none;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    padding-bottom: 30px;
    background: rgba(100, 100, 100, 0.5);
}


/****** TYPO3 BOOTSTRAP */
.tx-powermail .powermail_input, .tx-felogin-pi1 input[type="text"], .tx-felogin-pi1 input[type="password"] {
	height: inherit !important;
}

#main-nav{
  z-index: 1000;
  top:0;
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
  
}

.news-list-item h2 {
    font-size: 26px;
}

#news-slide-container {
    border: 1px solid #ddd;
    height: 127px !important;
    padding: 0 !important;
}

#news-slide-container img {
    width: 100px !important;
    height: auto !important;
    padding-right: 15px;
}

#news-slide {
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);*/
    box-shadow: none;
    /*height: 200px !important;*/
    overflow: hidden;
}

#news-slide-container .news-latest-item .news-latest-date {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #aaa;
}

#news-slide .news-latest-item {
    padding: 15px !important;
    border: none !important;
}

.news-latest-container {
    padding: 0;
}

#news-slide-container .news-latest-item .news-latest-category {
    display: none;
}

.panel-primary > .panel-heading {
    background-color: #013e79;
    border-color: #013e79;
    color: #ffffff;
}

.panel-primary {
    border-color: #013e79;
}

#footer .container .col-md-6 ul.pull-right {
    padding: 0;
    margin: 0;
}


#footer .container .col-md-6 ul.pull-right li {
    float: left;
    list-style: none;
}

#footer .container .col-md-6 ul.pull-right li:after {
    content: '|';
    color: #fff;
}

#footer .container .col-md-6 ul.pull-right li:last-child:after {
    display: none;
}

#footer .container .col-md-6 ul.pull-right li a {
    font-weight: normal;
    color: #fff;
    line-height: 50px;
    height: 50px;
    padding: 0 15px;
}

#footer .copyright {
    color: #fff;
    font-weight: normal;
    line-height: 50px;
}

.news-panel-container .panel {
    background: #f3f3f3;
    height: 220px;
    overflow: hidden;
}

.news-panel-container .panel h2 {
    font-size: 18px;
}

.news-panel-container .panel .news-bar {
    height: 50px;
    line-height: 50px;
    background: rgba(140,198,63,0.9);
}

.news-panel-container .panel .news-bar a img {
    float: left;
    height: 40px;
    width: auto;
    margin-top: 5px;
}

.news-panel-container .panel .news-bar span.news-list-date {
    padding-right: 10px;
}

.fluid-container > .container > .row > .col-sm-8 > a.pull-right {
    position: relative;
}

#egon-embedded-registerreseller .input-group-addon.btn.btn-primary {
  color: #fff;
}

.col-sm-8 .news-list-container .news-list-item {
  padding: 15px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}