﻿/* General style instruction */
* {
    font-size: 12px;
    font-family: Verdana,Tahoma,Arial,sans-serif,wf_segoe-ui_normal;
    color: #274670;
}
html, body {
    margin: 0px;
    height: 100%; /* Seite soll über volle Höhe gehen */
    background-color: #889CB3;
    background: -ms-radial-gradient(55% 25%, closest-corner, #FFF, #889CB3);
    background: -webkit-radial-gradient(55% 25%, closest-corner, #FFF, #889CB3);
    background: -moz-radial-gradient(55% 25%, closest-corner, #FFF, #889CB3);
}

body {
    overflow-y: scroll; /* Firefox Scrollleiste */
}

a:focus {
    outline: 0px;
}

/* Container centralized positioning */
.container {
    position: relative;
    min-width: 1000px;
    width: 65%; /* Container auf halbe Breite */
    margin: auto; /* Den Container zusätzlich zentrieren */
    background-color: transparent;
    border: 0px solid red;
}


/* Main navigation panel on left side */
.nav {
    position: relative;
    float: left;
    height: 100%;
    min-width: 200px;
    max-width: 320px;
    width: 28%;
    margin-top: 10px !important;
    min-height: 900px;
    box-shadow: 0px 0px 25px #889CB3;
    background-color: #FFF;
}


/* Main panel on right side */
.main {
    position: relative;
    float: left;
    width: 60%;
    min-width: 650px;
    margin: 10px auto 10px 15px;
    padding: 10px;
    min-height: 880px;
    box-shadow: 0px 0px 15px #889CB3;
    background-color: #FAFAFA;
    background: -webkit-linear-gradient(left, #FFF 70% , #EFEFEF); /* For Safari */
    background: -o-linear-gradient(right,  #FFF 70%, #FAFAFA); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right,  #FFF 70%, #FAFAFA); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFF 80%, #E6EBF0 95%); /* Standard syntax (must be last) */
    clear: right;
}


/* Top div containing logo within navigation panel */
.navTop {
    position:relative;
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 15px #889CB3;
    background-color: #EDEDED;
    background: linear-gradient(to right, #FFF 30%, #EDEDED 65%); /* Standard syntax (must be last) */
}

.navTop img {
    border: 0px;
}


/* 1st level navigation within navigation panel */
.mainMenu li {
    padding-top: 10px;
    list-style-type: none;
}

.navItems {
    height: 100%;
}

.navItems a {
    text-decoration: none;
    color: #495F85;
}

.navItems a:hover {
    color: #9FAABD;
}

.navItemSelevted a{
    color: #9FAABD;
}

.navItemSelevted > ul a{
    text-decoration:none;
    color: #495F85;
}

.navItemSelevtedChild a{
    color: #9FAABD !important;
}

/* 2nd level navigation animation for ng-show */
.animate-shiny {
    transition: 0.3s all ease-out;
    margin-left: -20px;
    opacity: 1;
}

.animate-shiny.ng-hide-remove {
    display: block !important;
}

.animate-shiny.ng-hide {
    margin-left: -10px;
    opacity: 0;
}


/* Contact part within navigation panel */
.navContact {
    position: absolute;
    bottom: 0px;
    box-shadow: 0px 0px 15px #889CB3 !important;
    height: 270px;
    right: 0px;
    left: 0px;
    padding-left: 40px;
    background-color: #EDEDED;
    background: linear-gradient(to right, #FFF 30%, #EDEDED 65%); /* Standard syntax (must be last) */
    line-height: 18px;
}

.navContact p {
    padding-top: 15px;
    color: #495F85;
}

.navContact span {
    color: #9FAABD;
}

.navCopyRight {
    position: absolute;
    bottom: 0px;
    height: 20px;
    text-align: center;
    padding-top: 5px;
    right: 0px;
    left: 0px;
    box-shadow: 0px 0px 15px #889CB3;
    background-color: #EDEDED;
    background: linear-gradient(to right, #FFF 30%, #EDEDED 65%); /* Standard syntax (must be last) */
}

h1 {
    font-size: 20px;
    color:#889CB3;
    line-height: 10px;
    text-decoration: none;
}

h2 {
    font-size: 18px;
    color:#889CB3;
    line-height: 10px;
    text-decoration: none;
}

h3 {
    font-size: 16px;
    color:#889CB3;
    line-height: 10px;
    text-decoration: none;
}

h4 {
    font-size: 14px;
    color:#889CB3;
    line-height: 10px;
    text-decoration: none;
	margin-bottom: 0px;
}

h5 {
    font-size: 12px;
    color:#889CB3;
    line-height: 10px;
    text-decoration: none;
	margin-bottom: 0px;
}

.headerImg img{
    width: 100% !important;
}

.basic {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    padding: 5px;
}

.basicRoundCorner {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 4px ;
    padding: 5px;
}

.basicRCShadow{
    background: #f5f5f5;
    border: 1px solid #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 1px 2px 4px rgba(0,0,0,.4);
    padding: 5px;
}

.gradient {
    background: #eee;
    border: 1px solid #DDD;
    background: -moz-linear-gradient(top, #EEE, #FFF);    
    background: -webkit-linear-gradient(top, #eee, #fff);
    background: -ms-linear-gradient(top, #eee, #fff);
    background: -o-linear-gradient(top, #eee, #fff);
    box-shadow: 1px 2px 4px rgba(0,0,0, .2);
    padding: 5px;
}

.whitebordered {
      background: #eee;
      border: 4px solid white;
      box-shadow: 0 0 1px rgba(0,0,0, .4);
      padding: 5px;
    }

.info {
    background-color: #FDFDEF;
    border: 1px solid #EBE9C5;
    border-radius: 4px ;
    padding: 5px;
}

.generalBold {
    color:#889CB3;
    font-weight:bold;
}

.highlightColor1 {
    color:maroon;
}