body{
   
    background-attachment: fixed;
}
#wrapper{
   -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.colored-row{
    background-color: #e4f7f6 !important;
}
.blackAndWhiteInvert,
.blackAndWhiteInvert img,
.blackAndWhiteInvert embed,
.blackAndWhiteInvert video {
    -webkit-filter: grayscale(100%) invert(100%);
       -moz-filter: grayscale(100%) invert(100%);
        -ms-filter: grayscale(100%) invert(100%);
         -o-filter: grayscale(100%) invert(100%);
            filter: grayscale(100%) invert(100%);
}
.blackAndWhite {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}
.blackInvert,.normal-site{
    /*display: none;*/
    /*float:left;*/
    /*text-decoration: underline;*/
}
.blackInvert a,.normal-site a{
    margin-right:5px;
}
.blackInvert a:hover,.normal-site a:hover{
    color:#333!important;
}
.blackAndWhiteInvert .normal-site,.blackAndWhite .normal-site,.blackAndWhiteInvert .blackInvert,.blackAndWhite .blackInvert{
    display: block!important;
}
.blackAndWhiteInvert .helpicon,.blackAndWhite .helpicon{
    /*display: none!important;*/
}


 .short-list li a {
    line-height: 1.2;
    color: #0074b4;
    min-height: 195px;
    position: relative;
    display: block;
    padding: 20px 19px;
    -webkit-transition-duration: 0.5s; 
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}
.short-list a img {
    position: relative;
}
.short-list li a span {
    position: relative;
    top:40px;
}
.short-list li {
    height: 195px;
    width: 226px;
    background: #f0fbff;
    display: inline-block;
    list-style: none;
    float: left;
    margin: 5px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.panel-classic {
    border: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.panel-classic .panel-body {
    padding: 15px 0 0 0 !important;
    border: none !important;
    position: relative;
}
.eventImage {
    display: table;
    position: relative;
}
.eventImage .date {
    background: url(../img/pixe_caption.png) repeat;
    font-size: 28px;
    color: #fff;
    padding: 5px 3px 5px 3px;
    text-align: center;
    min-width: 50px;
    margin: 0 0 0 0;
    position: absolute;
    line-height: 35px;
    right: 10px;
}
.eventImage .caption {
    background: url(../img/pixe_caption.png) repeat;
    font-size: 12px;
    color: #fff; 
    padding: 2px 5px 2px 10px;
    margin: 60% 0 0 0;
    position: relative;
}
.eventImage p.caption a {
    color: #fff;
}
.eventImage .date span {
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 13px;
}
.list_items{

	padding:0px;
}
.list_items li {
    list-style: none;
    margin:0!important;
    display: table;
    clear: both;
    cursor: pointer;
}
.list_items li p {
    background: #00b3f2;
    font-size: 28px;
    color: #fff;
    display: table;
    text-align: center;
    padding: 20px 0;
    margin: 0 5px 0 0;
    float: left;
    width: 65px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.list_items.events li div {
    font-size: 14px;
    height: 97px;
    display: table-cell;
    vertical-align: middle;
}
.list_items li a {
    color: #00b3f2;
}
.list_items.events li div span {
    font-size: 12px;
}
.list_items li div span {
    display: inherit;
    color: #0cafe2;
    margin: 5px 0 0 0;
    font-weight: normal;
}	
.list_items li p span {
    font-size: 12px;
    display: block;
}
.eventImage img {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}
.site-header.header-style-2 .main-menu.menu > li{
    cursor: pointer!important;
}



/*navigation*/

.fix_ul li a:hover{
    text-decoration: underline;
}
.fix_ul li{

}
.fix_ul li .speech2, .fix_ul li .faq2, .fix_ul li .email2, .fix_ul li .phone2, .fix_ul li .subscription2 {
    display: none;
}
.fix_ul li a{
    position: absolute;
    right: 55px;
    color: #ffffff;
    border-right: 1px solid white;
    padding: 5px 10px;
}
.fix_ul li:last-child img{
    border: none;
}
.fix_ul img.home{
    margin: 3px;
    width: 28px;
    height: 23px;
}
.fix_ul img.speech0{
    margin: 2px;
}
.fix_ul img.speech2{
    margin: 2px;
}
.fix_ul img.email0{
    margin: 2px;
}
.fix_ul img.email2{
    margin: 2px;
}
.fix_ul img.faq0{
    margin: 2px;
}
.fix_ul img.faq2{
    margin: 2px;
}
.fix_ul img.phone0{
    margin: 6px;
}
.fix_ul img.phone2{
    margin: 6px;
}
.fix_ul img.subscription-1{
    margin: 2px;
}
.fix_ul img.subscription-2{
    margin: 2px;
}
.fix_ul img{
    float: right;
}
.fix_ul li:hover{
    background: #25c699;
}
.fix_ul li{
    clear: both;
    list-style: none;
    padding: 10px;
    display: block;
    background: #05adfa;
    position: relative;
    min-height: 53px;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    transition-timing-function:ease-out;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.fix_ul ul{
    margin-left: -240px;
}
.fix_ul{
    width: 240px;
    display: block;
    position: fixed;
    top: 20%;
    left: -185px;
    z-index: 1;
}
.fix_ul li:hover{
    cursor: pointer;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    transition-timing-function:ease-out;
}
.seps{
    width: 40px;
    border-bottom: 1px solid #ffffff;
    position: fixed;
    padding-top: 43px;
    margin: -1px;
    left: 8px;
}
.fix_ul li.speechHover{
    background: #25c699;
}
.rightFixed .modal-dialog {
    width: 50%;
}
/*diagramm*/
.diagramm_all a:focus{
    color: #fff;
}
.btn-grey{
    background:url(../img/squares.jpg) repeat;
    color: #FFFFFF;
    background-color: #aeaeae;
    border-color: #7b797c;
}
a.btn-grey{
    color:white;
}
.btn-grey:hover, .btn-grey:focus, .btn-grey.focus, .btn-grey:active, .btn-grey.active, .open > .dropdown-toggle.btn-grey{
    background-color: #A0A0A0;
    border-color: #686669;
    color:#FFFFFF;
}
a.btn-blue:hover,a.btn-grey:hover{
    text-decoration: none;
}

.btn-blue {
    color: #FFFFFF;
    background-color: #0cafe2;
    border-color: #0CAFE2;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue.focus, .btn-blue:active, .btn-blue.active, .open > .dropdown-toggle.btn-blue {
    background-color: #048BC5;
    border-color: #009CEF;
    color: #FFFFFF;
}
.eventImage .caption span {
    background: url(../img/pixe_white.png) repeat;
    color: #00adf9;
    position: absolute;
    margin: -22px 0 0 80px;
    padding: 2px 5px;
    font-size: 12px;
    right: 10px;
}