/* use:  http://csscomb.com/online */
/* ==========================================================================
   Layout styles and reset
   ========================================================================== */
*,
*:before,
*:after
{
    box-sizing: border-box;
}

html
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 17px;

    height: 100%;

    color: #000;
}

body
{
    height: 100%;
    margin: 0;

    background-color: #cfd0d2;
}

img
{
    border: 0;
}
.w-wrapper
{
    width: 1024px;
    height: 100%;
    margin: 0 auto;
}

.w-header
{
    height: 133px;

    border-bottom: 1px solid #a2a2a2;
    background-color: #008cc2;
}

.w-header .w-header__first-row
{
    position: relative;

    height: 102px;

    background: #008cc2; /* Old browsers */
    background:    -moz-linear-gradient(top,  #00a5d5 0%, #01a3d4 18%, #00a0d2 21%, #019dd0 40%, #0192c7 68%, #008bc2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #00a5d5 0%,#01a3d4 18%,#00a0d2 21%,#019dd0 40%,#0192c7 68%,#008bc2 100%); /* Chrome10-25,Safari5.1-6 */
    background:         linear-gradient(to bottom,  #00a5d5 0%,#01a3d4 18%,#00a0d2 21%,#019dd0 40%,#0192c7 68%,#008bc2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a5d5', endColorstr='#008bc2',GradientType=0 ); /* IE6-9 */
}

.w-header .w-header__second-row
{
    height: 30px;

    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.w-header .w-header__logo
{
    position: absolute;
    top: 0;
    left: 37px;
}

.w-header .w-header__info
{
    position: absolute;
    top: 0;
    left: 217px;

    padding-top: 17px;
}

.w-header__info .info-header--big
{
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;

    display: block;

    color: #fff;
}

.w-header__info .info-header--list
{
    margin: 0;
    padding: 0;

    list-style-type: none;
}
.info-header--list li
{
    display: -moz-inline-stack; /* FF2 */
    display: inline-block; /*removes list-icon's even if set*/
    zoom: 1; /* hasLayout für IE6 u. IE7 */

    color: #fff;

    *display: inline; /* für IE6 u. IE7 */
}
.info-header--list .marked:before
{
    content: '▪ ';
}

.info-header--link-list
{
    margin-bottom: 0;
    padding-left: 215px; /* menu-width - border */

    list-style-type: none;
}

.info-header--link-list li
{
    line-height: 28px;

    display: -moz-inline-stack; /* FF2 */
    display: inline-block;
    zoom: 1; /* hasLayout für IE6 u. IE7 */

    color: #fff;

    *display: inline; /* für IE6 u. IE7 */
}
.info-header--link-list a
{
    font-size: 11px;

    text-decoration: none;

    color: #fff;
}

.info-header--link-list a:hover,
.info-header--link-list a:focus
{
    text-decoration: underline;
}

.w-body
{
    display: table;

    height: 80%; /* Fallback */
    height: calc(100% - 133px);
}

.w-body__content,
.w-body__aside-left
{
    display: table-cell;

    height: 100%;

    vertical-align: top;
}

.w-body__aside-left
{
    padding: 2em 7px 0 7px;

    border-right: 1px solid #afafaf;
    background-color: #f5f5f5;
}


    /* sidebar classes */
.w-logos
{
    text-align: center;
}

.aside-section
{
    margin-bottom: 19px;
}

.w-body__content
{
    width: 100%;
    min-height: 90%; /* Fallback */
    min-height: calc(100% - 133px);
    padding: 2em 1em 4em 1em;

    background-color: #fff;
}

.w-body__content a
{
    text-decoration: underline;

    color: #000;
}

.w-body__content a:hover,
.w-body__content a:focus
{
    color: #008cc2;
}

.w-body__content ol
{
    padding: 0 0 0 1em;
    margin-left:0.25em;
}
.w-body__content ul
{
    padding: 0;

    list-style-type: none;
}

.w-body__content ul li
{
    padding-left: 1em;

    background-image: url(https://www.kh2016.de/kh2016_template_graphic_square_gray.gif);
    background-repeat: no-repeat;
    background-position: 0 7px;
}

/* ==========================================================================
   General content styles
   ========================================================================== */
h1,
.h1,
h2,
.h2,
h3,
.h3
{
    font-weight: bold;

    display: block;

    margin: 0 0 14px 0;

    color: #008cc2;
}



.h1,
h2,
.h2,
h3,
.h3
{
    padding-top: 1em;
}

h1,
.h1
{
    font-size: 20px;
    line-height: 24px;
}

h2,
.h2
{
    font-size: 16px;
    line-height: 17px;

    margin-bottom: 10px;
    padding-bottom: 3px;

    border-bottom: 1px solid #afafaf;
}

p,
ul,
ol,
.table--default
{
    margin: 0 0 1em 0;
}

.table--default
{
    border-spacing: 0;
    border-collapse: collapse;

    border: 1px solid #afafaf;
}
.table--default th,
.table--default td
{
    padding: 2px 4px;

    text-align: left;
    vertical-align: top;

    border: 1px solid #afafaf;
}
.table--default th
{
    font-weight: bold;

    background-color: #eee;
}

.table--expanded 
{
    width:100%;
}

/* ==========================================================================
   Navigation Module
   ========================================================================== */
.w-navigation {
    width:202px;
}

.w-navigation .menu_level1
{
    padding: 0;

    list-style-type: none;
}

.w-navigation .menuitem_level1
{
    margin: 0 0 5px 0;
}
.w-navigation .menuitem_level1,
.w-navigation .menuitem_level2,
.w-navigation .link_level1,
.w-navigation .link_level2
{
    display: block;
}

.w-navigation .link_level1
{
    line-height: 18px;

    padding: 2px 0 2px 5px;

    text-decoration: none;

    color: #fff;
    border-left: 6px solid #00a5d6;
    background-color: #008cc2;
}

.w-navigation .link_level1:hover,
.w-navigation .link_level1:focus
{
    text-decoration: underline;
}

/* ==========================================================================
   Module Legend
   ========================================================================== */
.legend 
{
    display: block;
    position:relative;
    padding: 1em;
    border:1px solid #008CC2;
    margin:0 0 1em 0;
}
.legend .legend-title 
{
    display: inline;
    position:absolute;
    background-color:#008CC2;
    color:#fff;
    padding:0.25em;
    top: -1em;
}

.legend .legend-body *:last-child
{
    margin-bottom:0 !important;
}
/* ==========================================================================
   Helper
   ========================================================================== */

.center 
{
    text-align:center !important;
}

.spacer--bottom--1x 
{
    margin-bottom: 1em;
} 
.spacer--bottom--2x 
{
    margin-bottom: 2em;
} 
.spacer--top--1x 
{
    padding-top: 1em;
} 
.spacer--top--2x 
{
    padding-top: 2em;
} 

.text-shaded 
{
 color:#7F7F7F; /* 50% #000 */
}

.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */

/* ==========================================================================
   IE fixing
   ========================================================================== */
.lt-ie8 .w-body
{
    zoom: 1;

    overflow: hidden;

    height: auto;
    min-height: 80%;
 
}

.lt-ie8 .w-body__aside-left
{
    float: left;

    width: 203px;
    height: auto;
    margin-bottom: -100%;
    padding-bottom: 100%;

    border: 0;
}

.lt-ie8 .w-body__content
{
    float: left;

    width: 782px;
    height: auto;
    margin-bottom: -100%;
    padding-bottom: 100%;

    border-left: 1px solid #afafaf;
}

.lt-ie8 .w-navigation {
    width:auto;
}

