/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* #Karo Styles
================================================== */
/*ACCESSIBILITY*/


#box_the_project p {
    font-size: 16px;
    font-family: TyfoonSansSemiBold-Regular, sans-serif;
    letter-spacing: 0.3px;
    text-align: justify;
}

.project_desc_background {
    width: 100%;
}

.post_background {
    /*width: 990px;*/
}

.post_background {
    background-image: url(../images/HG_Active_60x60.png);
    background-repeat: repeat;
    padding: 60px 0px 60px 0px;
}

.project_desc_background {
    background: url('../images/HG_for_content.png') repeat;
}

.project_desc_background .glow {
    padding: 90px 0px 60px 0px;
    background: url('../images/HG_overlay_glow.png') repeat-y center;
}

.post_content_area {
    background-color: white;
    /*margin: 0px 60px 0px 60px;*/
}

.project_desc_content_area {
    background-color: white;
    margin: 15px auto;
    /*padding: 0px 40px 54px 40px;*/
    font-family: TyfoonSansBold-Regular, sans-serif;
    width: 900px;
    overflow:auto;
}

.project_desc_content_area h1 {
    /*padding: 107px 0px 0px 0px;*/
    font-size: 24px;
    /*margin-bottom: 40px;*/
    font-family: TyfoonSansXBold-Regular, sans-serif;
}

.project_desc_content_area p {
    line-height: 23px;
}

.project_desc_content_area p.short_desc {
    line-height: 23px;
    font-size: 16px;
    text-align:center;
    margin-bottom: 18px;
    font-family: TyfoonSansXBold-Regular, sans-serif;
    color: #4c4c4e;
}

#box_outcomes .project_desc_content_area p.short_desc {
    text-align: center;
}

#box_outcomes .project_desc_content_area p {
    font-size: 16px;
    font-family: TyfoonSansSemiBold-Regular, sans-serif;
    letter-spacing: 0.3px;
    text-align: justify;
}

.project_desc_content_area .cell,
.project_desc_content_area ul {
    font-size: 16px;
    font-family: TyfoonSansSemiBold-Regular, sans-serif;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.project_desc_content_area ul li {
    line-height: 23px;
    background: url(../images/Bulletpoint_projektbeschr.png) no-repeat;
    padding-left: 57px;
    padding-bottom: 18px;
    text-align: justify;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.project_desc_content_area .one_cell {
    vertical-align: middle;
    text-align: center;
}

.project_desc_content_area .one_cell h1 {
    padding: 41px 0px 0px 0px;
}

.project_desc_content_area .one_cell img.book {
    margin: 35px auto 0px auto;
    position: relative;
    height: 90px;
    width: 113px;
    height: 84px;
}

.project_desc_content_area .cell {
    width: 370px;
    float: left;
}

.project_desc_content_area .cell.second {
    margin-left: 65px;
}

.project_desc_content_area .download_cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.project_desc_content_area .download_cell h1 {
    padding: 50px 0px 0px 0px;
    font-size: 24px;
    margin-bottom: 40px;
    font-family: TyfoonSansXBold-Regular, sans-serif;
}

.project_desc_content_area img.head_80 {
    margin-top:27px;
    position: relative;
    left: -18px;
}

.project_desc_content_area img.head_info {
    margin-top:32px;
    position: relative;
    left: -25px;
    height: 90px;
}

.project_desc_content_area img.three_heads {
    margin-top: 30px;
    position: relative;
    left: -55px;
    height: 90px;
}

.project_desc_content_area > img.book {
    margin-top: 30px;
    position: relative;
    left: -30px;
}

.project_desc_content_area img.book_left {
    margin-top: 35px;
}

.project_desc_content_area img.book_right {
    margin-top: 35px;
}

.partnerlogos {
    height: 250px;
    border: 1px solid #bababa;
}

.logo_inactive {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
}

.logo_inactive a:focus {
    border: none;
}

.two_columns {
    column-count: 2;
    column-gap: 60px;
    -moz-column-count: 2;
    -moz-column-gap: 60px;
    -webkit-column-count: 2;
    -webkit-column-gap: 60px;
    padding: 66px;
}

.img_and_title_columns {
    padding: 50px 50px 0px 50px;
}
.only_title_column {
    padding: 50px 50px 0px 50px;
}

.img_and_title_columns > .title_column {
    padding: 0px 60px 0px 40px;
    text-align: center;
    display: table;
    /*height: 240px;*/
    width: 50%;
    float: left;
}

.img_and_title_columns > .img_column {
    width: 50%;
}

.img_and_title_columns > .img_column > img {
    /*margin: auto;*/
}

.img_and_title_columns > .title_column > h1 {
    vertical-align: middle;
    display: table-cell;
}

.post .img_column {
    /*display: table;*/
    /*padding: 0px 0px 0px 30px;*/
           /*test*/
    /*height: 25px;      *//* equals max image height */
    /*width: 160px;*/
    /*border: 1px solid red;*/
    white-space: nowrap;
    text-align: center;
    /*margin: 1em 0;*/
}

.post img {
    max-width: 300px;
    vertical-align: middle;
    display: table-cell;
}

/*.img_column {*/
    /*height: 25px;      *//* equals max image height */
    /*width: 160px;*/
    /*border: 1px solid red;*/
    /*white-space: nowrap;*/
/**/
    /*text-align: center; margin: 1em 0;*/
/*}*/



.post div a {
    display: inline-block;
}

.only_title_column > .title_column {

}

.only_title_column > .title_column > h1 {

}

.fixed-header {
    position: fixed;
    top:0; left:0;
    width: 100%;
}

nav {
    width:100%;
    height:60px;
    background: #292f36;
    position:fixed;
    z-index:10;
    font-size: 12pt;
}

nav ul {
    list-style-type: none;
    margin: 0 auto;
    padding-left:0;
    text-align:center;
    /*width: 960px;*/
}
nav ul li {
    display: inline-block;
    line-height: 60px;
    /*margin-left: 10px;*/
}
nav ul li a {
    text-decoration: none;
    color: #a9abae;
}

nav a:hover {
    background-color: #949494;
}


/* #Basic Styles
================================================== */
body {
    background: #fff;
    font: 14px TyfoonSansSemiBold-Regular, sans-serif;
    color: #949494;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

/* #Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
    /*color: #181818;*/
    font-family: 'TyfoonSansXBold-Regular', sans-serif;
    color: #19A4CC;
    font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

a {
    color: #19A4CC;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
    font-weight: 800;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 21px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 14px;
}

.subheader {
    color: #777;
}

p img {
    margin: 0;
}

p {
    line-height: 24px;
}

p.lead {
    font-size: 21px;
    line-height: 27px;
    color: #777;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
    color: #333;
}

small {
    font-size: 80%;
}

/*	Blockquotes  */
blockquote, blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
}

blockquote cite {
    display: block;
    font-size: 14px;
    color: #555;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
    color: #555;
}

hr {
    border: solid #bababa;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}
.partnerlogos hr {
    margin: 0;
}

/* #Links
================================================== */
a, a:visited {
    text-decoration: none;
    outline: 0;
    /* Transitions on links cause link color bug 1. Apr. 2015 */
    /*transition: all 0.2s;*/
    /*-moz-transition: all 0.2s; *//* Firefox 4 */
    /*-webkit-transition: all 0.2s; *//* Safari and Chrome */
    /*-o-transition: all 0.2s; *//* Opera */
}

p a, p a:visited {
    line-height: inherit;
}

/* #Lists
================================================== */
ul {
    list-style: none outside;
}

ol {
    list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul, ul ol,
ol ol, ol ul {
    margin: 4px 0 5px 30px;
    font-size: 90%;
}

ul ul li, ul ol li,
ol ol li, ol ul li {
    margin-bottom: 6px;
}

li {
    line-height: 18px;
}

ul.large li {
    line-height: 21px;
}

li p {
    line-height: 21px;
}

/* #Images
================================================== */

img {
    max-width: 100%;
    height: auto;
}

/* #Buttons
================================================== */

.button,
.button:visited,
button,
button a,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    border: none;
    background: #19A4CC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    letter-spacing: 1.5px;
    /*padding: 8px 30px;*/
    padding: 5px 2px 2px 3px;
    font-family: TyfoonSansLight-Regular, "Open Sans", sans-serif;
    text-align: center;

    /*transition: all 0.2s;*/
    /*-moz-transition: all 0.2s; *//* Firefox 4 */
    /*-webkit-transition: all 0.2s; *//* Safari and Chrome */
    /*-o-transition: all 0.2s; *//* Opera */
}

.button.green, .button.green:visited {
    background: #19A4CC !important; /* Old browsers */
}

.button.green:hover {
    background: #6e9300 !important; /* Old browsers */
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    color: #fff;
    background: #19A4CC; /* Old browsers */
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
    background: #19A4CC; /* Old browsers */
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea:focus, input:focus, select:focus {
    outline: none;
    -webkit-appearance: none;
}


