@font-face {
    font-family: 'univers_lt_std45_light';
    src: url('../fonts/univers_lt_std_45_light-webfont.eot');
    src: url('../fonts/univers_lt_std_45_light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/univers_lt_std_45_light-webfont.woff') format('woff'),
    url('../fonts/univers_lt_std_45_light-webfont.ttf') format('truetype'),
    url('../fonts/univers_lt_std_45_light-webfont.svg#univers_lt_std45_light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'univers_lt_std47LtCn';
    src: url('../fonts/univers_lt_std_47_light_condensed-webfont.eot');
    src: url('../fonts/univers_lt_std_47_light_condensed-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/univers_lt_std_47_light_condensed-webfont.woff') format('woff'),
    url('../fonts/univers_lt_std_47_light_condensed-webfont.ttf') format('truetype'),
    url('../fonts/univers_lt_std_47_light_condensed-webfont.svg#univers_lt_std47LtCn') format('svg');
    font-weight: normal;
    font-style: normal;
}
    html{
        font-size: 62.5%;
        -webkit-font-smoothing: antialiased;
        /*font-smooth: always;*/
        -webkit-text-size-adjust: none;
        background: white;
    }
    html, body{
     padding:0;
     margin:0;
     background: #ffffff;
 }
 body{
     text-rendering: optimizeLegibility;
 }
 body, button, input, select, textarea{
     font-family: 'univers_lt_std47LtCn', sans-serif;
     color: #333;
     font-size: 16px;
     font-size: 1.6rem;  /* =14px */
     line-height: 1.4;
 }
 button, input, select, textarea{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-font-smoothing: subpixel-antialiased;
}
button::-moz-focus-inner{
    padding: 0;
    border: 0
}
input {
    -webkit-appearance: none;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'univers_lt_std45_light', sans-serif;
	margin: 1.5em 0 0.75em 0;
    font-weight: normal;
    color: #025d59;
}
h1{
	font-size: 22px; font-size: 2.2rem;
}
h1 a{
    color: inherit;
}
#main-entries h1 a,
#highlights article h1{
    color: #ffffff;
}
h2{
	font-size: 20px; font-size: 2.0rem;
}
h3{
	font-size: 18px; font-size: 1.8rem;
}
h4{
	font-size: 16px; font-size: 1.6rem;
}
h5{
	font-size: 14px; font-size: 1.4rem;
}
h6{
	font-size: 13px; font-size: 1.3rem;
}
p{
	margin: 0.75em 0;
}
ul, ol, dl{
	margin: 1em 0;
}
li{
    margin: 0.25em 0;
}
fieldset ul{
	margin: 0.25em 0;
}
ul ul, ol ol{
	margin: 0.25em 0;
}
dt{
	font-weight: bold;
}
dt, dd{
	line-height: 1.5;
}
/* Grouping > Figures */
figure{
    margin: 1em 0 2em 0; /* 0 0 32px 0 */
}
figcaption, small, caption, fieldset div em{
    color: #666;
    font-size: 11px; font-size: 1.1rem;
    margin: 0.5em 0;
    clear: left;
}
figcaption *{
    margin: 0.5em 0;
}
#related article a h1{
    color: #ffffff;
}
a{
    color: #009d96;
    text-decoration: none;
}
a:focus{
    outline: 1px dotted #f19741;
    outline: 1px dotted rgba(238,125,17,0.8);
}
a:hover:not(.masthead header a),
a:active:not(.masthead header a){
    color: #ff6600;
    border-bottom: 1px dotted rgba(238,125,17,.75);
}
a:link:not(.button),
a:visited,
a:hover:not(.button),
input[type="submit"]:hover{
   -webkit-transition:all 0.2s ease;
   -moz-transition:all 0.2s ease;
   -o-transition:all 0.2s ease;
   transition:all 0.2s ease;
}
a:active:not(.masthead header a,.button){
    color: #ff6600;
    border-bottom: 1px solid #ff6600;
    -webkit-transition:none;
    -moz-transition:none;
    -o-transition:none;
    transition:none;
}
img, iframe, video {
    max-width: 100%;
    max-height: 100%;
    /* height: auto; */
    border: none;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-wrapper {
    width: 684px;
    max-width: 100%;
}
/* ============================================================
    Tabular data
    ============================================================ */
    table {
        margin: 1em 0;
        border-collapse: collapse;
        border-spacing: 0;
        font-size: 12px; font-size: 1.2rem;
    }
    td, th {
        text-align: left;
        border-bottom: 1px solid #f0f0f0;
        padding: 0.25em 2.5em 0.25em 0;
        vertical-align: top;
    }
    th {
        color: #555;
        line-height: 1;
        border-bottom-color: #ccc;
        padding-bottom: 0.5em;
        padding: 0.25em 2.5em 0.75em 0;
    }
    caption{
     caption-side: bottom;
     text-align: left;
 }
/* ============================================================
    Forms
    ============================================================ */
    form{
     background: #f5f5f5;
 }
 fieldset {
    margin-top: 1.5em;
    border: none;
}
fieldset legend {
    margin-top: 0;
    width: 100%;
    padding-bottom: 0.75em;
}
fieldset > div {
    margin: 1.5em 0 0.75em 0; /* 8px 0 16px */
}
fieldset div em {
    display: block;
}
fieldset abbr[title="Required"] {
    color: #EE7D11;
    line-height: 0.1;
}
label,
fieldset.options legend {
    line-height: 1;
    margin: 0.5em 0;
    display: block;
}
label {
    cursor: pointer;
}
label.check {
    margin: 0;
    padding: 0.5em 0; /* 8px 0 */
    width: inherit;
    float: none;
}
fieldset.options legend {
    border: 0 none;
    padding: 0 0 1em 0; /* 0 0 16px */
}
label.check,
fieldset.options label {
    font-size: 1em; /* 16px */
    line-height: 1; /* 16px */
}
fieldset.options li {
    list-style: none;
    margin: 0;
}
label.check input,
fieldset.options li input {
    margin-right: 0.25em;
}
input.text,
select,
textarea,
button, input[type="submit"], input[type="button"], input[type=search] {
    background-color: white;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: inset 0 0 0 #e0e0e0;
    -moz-box-shadow: inset 0 0 0 #e0e0e0;
    box-shadow: inset 0 0 0 #e0e0e0;
    box-sizing: border-box;
    border-radius: 0;
    padding: 0.5em;
    margin: 0;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #aaa;
}
input[type="submit"], input[type="button"]{
    border: none;
}
textarea {
    overflow: auto;
    resize: vertical;
    -webkit-appearance: none;
}
select {
    background-color: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: -0.25em;
    border: 1px solid #ccc;
    padding: 0.25em; /* 4px 0 */
    width: auto;
}

/* START NIDOS */

.stroke{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
}
    .stroke li{
        width: 20%;
        height: 100%;
        display: block;
        float: left;
        margin: 0
    }
        .stroke li:nth-child(1){
            background-color: #27738c;
        }
        .stroke li:nth-child(2){
            background-color: #009d96;
        }
        .stroke li:nth-child(3){
            background-color: #e4b81f;
        }
        .stroke li:nth-child(4){
            background-color: #ff4d40;
        }
        .stroke li:nth-child(5){
            background-color: #cc1445;
        }

nav, .searchTop-input, .mobile-btns a, #main-content{
    position: relative;
    float: left;
}
#container, .masthead, #main-entries, #main-entries article, .article-wrapper, .article-wrapper section, .img-holder, .article-entry, #about, #highlights, #highlights article, footer, .slider-wrapper, aside, aside > div, .content-wrapper, #related, #related article{
    position: relative;
    float: left;
    width: 100%;
}
.content-wrapper img.alignleft {
    float: left;
    margin-right: 20px;
}
.content-wrapper img.alignright {
    float: right;
    margin-left: 20px;
}
@media screen and (max-width: 600px){
    .content-wrapper img.alignleft, .content-wrapper img.alignright {
        float: none;
        margin: 0;
    }
}
.masthead .wrapper{
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
}
@media screen and (max-width: 600px){
    .masthead,
    .masthead a,
    .masthead input{
        font-family: 'univers_lt_std45_light', sans-serif;
        color: #ffffff;
    }
}
@media screen and (min-width: 601px){
    .masthead,
    .masthead a,
    .masthead input{
        font-family: 'univers_lt_std45_light', sans-serif;
        color: #8b8b8b;
    }
}

.masthead .navigation-holder #main-nav a{
    color: #ffffff;
}

.masthead input{
    color: #27738c;
}
.masthead header {
    z-index: 1;
}
.masthead header a, #searchTop-form, #related article a{
    position: relative;
    float: left;
    display: block;
}
.masthead header a{
    width: 200px;
    height: auto;
}
.mobile-btns {
    position: absolute;
    visibility: visible;
}
.icon{
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/iconen.png) -16px top no-repeat;
}
.searchTop-btn .icon, .icon_holder .icon{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    background-position: left top;
    margin-left: -8px;
    margin-top: -8px;
}
.sequal-btn .icon{
    top: auto;
}
.searchTop-btn .icon{
    background-position: -176px top;
}
.sequal-btn .icon{
    background-position: -16px top;
}
#searchTop{
    position: absolute;
    z-index: 1;
}
.searchTop-input{
    display: block;
    border: 1px solid #009d96;
}
.navigation-holder ul{
    position: relative;
    float: left;
    list-style-type: none;
}
nav li{
    display: block;
}
.meta-nav li{
    display: inline-block;
}
.meta-nav a, nav a{
    position: relative;
    display: block;
}
@media screen and (max-width: 600px){
    #main-nav .current-page-item{
        background: #007772;
    }
}
@media screen and (min-width: 601px){
    #main-nav .current-page-item{
        background: #009d96;
    }
}

#main-nav .current-page-item a{
    color: #ffffff;
}
.img-holder{
    padding: 1px;
    margin-left: -1px;
    margin-right: -1px;
}
.img-holder:hover{

}
.img-holder a, .img-holder > span{
    position: relative;
    float: left;
    display: block;
    box-shadow: 0 0 5px #CCC;
    width: 100%;
}
.img-holder a{
    z-index: 1;
}
.img-holder a:hover, a:hover .img-holder > span{
    box-shadow: 0 0 8px #666;
}
.img-holder a:active, a:active .img-holder > span{
    box-shadow: 0 0 5px #CCC;
}
.img-holder a:hover, .img-holder a:active{
    border-bottom: none;
}
.img-holder img{
    position: relative;
    float: left;
    margin: 0;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
    border: 1px solid white;
}
header,
.article-entry > div{
    width: 100%;
}
.article-entry .button{
    width: 100px;
    margin: 15px 0 0 0;
}
#main-entries.blog .article-entry a{
    color: #009d96;
}
    #main-entries.blog .article-entry a:hover{
        text-decoration: underline;
    }
    #main-entries.blog .article-entry ul{
        list-style: none;
        padding: 0;
    }
        #main-entries.blog .article-entry li{
            position: relative;
            padding-left: 15px;
            margin-bottom: 10px;
        }
        #main-entries.blog .article-entry li:before{
            content: ">";
            position: absolute;
            left: 0;
            color: #025d59;
        }

.sequal-btn, input[type="submit"].sequal-btn{
    position: relative;
    display: block;
    padding: 10px 44px 10px 10px;
    font-family: 'univers_lt_std47LtCn', sans-serif;
    text-transform: uppercase;
    color: white;
    border: white;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: 1.5em;
    background: #009d96;
}
input[type="submit"].sequal-btn{
    padding: 10px;
}
a:hover.sequal-btn, a:active.sequal-btn, input[type="submit"]:hover.sequal-btn, input[type="submit"]:active.sequal-btn{
    color: white;
    border-bottom: none;
    background: #cc1445;
}
input[type="submit"]:hover.sequal-btn, input[type="submit"]:active.sequal-btn{
    cursor: pointer;
}
a:active.sequal-btn, input[type="submit"]:active.sequal-btn{
    background: #A70F37;
}

#about .sequal-btn{
    background: rgb(136,188,168); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4YmNhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzc3YWM5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3N2FjOTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(136,188,168,1) 0%, rgba(119,172,150,1) 75%, rgba(119,172,150,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(136,188,168,1)), color-stop(75%,rgba(119,172,150,1)), color-stop(100%,rgba(119,172,150,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(136,188,168,1) 0%,rgba(119,172,150,1) 75%,rgba(119,172,150,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(136,188,168,1) 0%,rgba(119,172,150,1) 75%,rgba(119,172,150,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(136,188,168,1) 0%,rgba(119,172,150,1) 75%,rgba(119,172,150,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(136,188,168,1) 0%,rgba(119,172,150,1) 75%,rgba(119,172,150,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bca8', endColorstr='#77ac96',GradientType=0 ); /* IE6-8 */
}
#about a:hover.sequal-btn, #about a:active.sequal-btn{
    background: rgb(116,176,153); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc0YjA5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzY1YTE4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NWExODgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(116,176,153,1) 0%, rgba(101,161,136,1) 75%, rgba(101,161,136,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(116,176,153,1)), color-stop(75%,rgba(101,161,136,1)), color-stop(100%,rgba(101,161,136,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(116,176,153,1) 0%,rgba(101,161,136,1) 75%,rgba(101,161,136,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(116,176,153,1) 0%,rgba(101,161,136,1) 75%,rgba(101,161,136,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(116,176,153,1) 0%,rgba(101,161,136,1) 75%,rgba(101,161,136,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(116,176,153,1) 0%,rgba(101,161,136,1) 75%,rgba(101,161,136,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74b099', endColorstr='#65a188',GradientType=0 ); /* IE6-8 */
}
#about a:active.sequal-btn{
    background: rgb(105,171,146); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY5YWI5MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzVlOWE4MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZTlhODEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(105,171,146,1) 0%, rgba(94,154,129,1) 75%, rgba(94,154,129,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(105,171,146,1)), color-stop(75%,rgba(94,154,129,1)), color-stop(100%,rgba(94,154,129,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(105,171,146,1) 0%,rgba(94,154,129,1) 75%,rgba(94,154,129,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(105,171,146,1) 0%,rgba(94,154,129,1) 75%,rgba(94,154,129,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(105,171,146,1) 0%,rgba(94,154,129,1) 75%,rgba(94,154,129,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(105,171,146,1) 0%,rgba(94,154,129,1) 75%,rgba(94,154,129,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69ab92', endColorstr='#5e9a81',GradientType=0 ); /* IE6-8 */
}

.icon_holder {
    position: absolute;
    right: 0;
    top: 50%;
    width: 44px;
    height: 44px;
}

@media screen and (max-width: 600px){
    aside > div .icon_holder.mob-submenu{
        position: absolute;
        right: 0;
        top: 0;
        width: 58px;
        height: 60px;
        background-color: rgba(255,255,255,0.2);
        cursor: pointer;

        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }
    aside > div .icon_holder.mob-submenu:hover{
        background-color: rgba(255,255,255,0.5);
    }
        aside > div .icon_holder.mob-submenu > .icon{
            -webkit-transform: scaleY(-1);
            -moz-transform: scaleY(-1);
            -o-transform: scaleY(-1);
            transform: scaleY(-1);

            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;
        }
        aside > div .icon_holder.mob-submenu.active > .icon{
            -webkit-transform: scaleY(1);
            -moz-transform: scaleY(1);
            -o-transform: scaleY(1);
            transform: scaleY(1);
        }
}
@media screen and (min-width: 601px){
    aside > div .icon_holder.mob-submenu{
        display: none;
    }
}
@media screen and (max-width: 768px){
    #subnav li a .icon_holder{
        display: none;
    }
}

#about{
    background: #009d96;
    border-top: solid 3px #27738c;
    border-bottom: solid 3px #27738c;
}
    #about .content-holder{
        text-align: center;
    }
        #about h1{
            font-size: 26px; font-size: 2.6rem;
            color: #ffffff;
        }
            h1 span{
                border-width: 2px;
                border-bottom-style: solid;
                padding-bottom: 5px;
            }
            #about h1 span{
                border-color: #ffffff;
            }
            .highlights h1 span{
                border-color: #025d59;
            }
        #about p{
            color: #ffffff;
        }
        .button{
            padding: 14px 20px;
            margin: 30px 0;
            background-color: transparent;

            font-family: 'univers_lt_std45_light', sans-serif;
            text-transform: uppercase;
            text-align: center;
            color: #ffffff;

            -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
            -moz-box-shadow:    inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
            box-shadow:         inset 0px 0px 0px 2px rgba(255, 255, 255, 1);

            -webkit-transition: all .65s ease;
            -moz-transition: all .65s ease;
            -ms-transition: all .65s ease;
            -o-transition: all .65s ease;
            transition: all .65s ease;
        }
            .blog .button{
                color: #a9a9a9;
                -webkit-box-shadow: inset 0px 0px 0px 2px rgba(209, 209, 209, 1);
                -moz-box-shadow:    inset 0px 0px 0px 2px rgba(209, 209, 209, 1);
                box-shadow:         inset 0px 0px 0px 2px rgba(209, 209, 209, 1);
            }
        .button:hover,
        .button:focus{
            -webkit-box-shadow: inset 0px 0px 0px 80px rgba(255, 255, 255, 1);
            -moz-box-shadow:    inset 0px 0px 0px 80px rgba(255, 255, 255, 1);
            box-shadow:         inset 0px 0px 0px 80px rgba(255, 255, 255, 1);
        }
            .blog .button:hover,
            .blog .button:focus{
                -webkit-box-shadow: inset 0px 0px 0px 80px rgba(209, 209, 209, 1);
                -moz-box-shadow:    inset 0px 0px 0px 80px rgba(209, 209, 209, 1);
                box-shadow:         inset 0px 0px 0px 80px rgba(209, 209, 209, 1);
            }
        #about .button:hover,
        #about .button:focus{
            color: #009d96;
        }
        .blog .button:hover,
        .blog .button:focus{
            color: #ffffff;
        }
          .button.invert{
            color: #025d59;
            -webkit-box-shadow: inset 0px 0px 0px 2px rgba(2, 89, 93, 1);
            -moz-box-shadow: inset 0px 0px 0px 2px rgba(2, 89, 93, 1);
            box-shadow: inset 0px 0px 0px 2px rgba(2, 89, 93, 1);
        }
            .button.invert:hover{
                color: #ffffff;
                -webkit-box-shadow: inset 0px 0px 0px 80px rgba(2, 89, 93, 1);
                -moz-box-shadow: inset 0px 0px 0px 80px rgba(2, 89, 93, 1);
                box-shadow: inset 0px 0px 0px 80px rgba(2, 89, 93, 1);
            }

/*#highlights article a:hover, #highlights article a:active{
border-bottom: none;
}*/
#highlights article a:hover, #highlights article a:active{
    border-bottom: none;
}
#highlights article:last-of-type a:hover, #highlights article:last-of-type a:active{
    border-bottom: none;
}
#highlights article p{
    color: #ffffff;
}
.slider-btn, .masthead input#search-submit{
    display: none;
    opacity: 0;
    width: 0px;
    height: 0px;
}
#searchTop form{
    background: none;
}
#related{
    background: #f6f6f6;
}

#related article a{
    padding: 15px;
    color: #ffffff;
}
#related article a:hover,
#related article a:active{
    border-bottom: none;
}
#related article a:active{
    background: #f2efe6;
}
    #related .content-wrapper div ul{
        margin: 0;
        padding: 0 0 0 20px;
    }
    #related .content-wrapper div p{
        padding-bottom: 15px;
    }

#related article:nth-child(3n+1){
    background-color: rgba(228, 184, 31, 1);
}
    #related article:nth-child(3n+1) .button:hover,
    #related article:nth-child(3n+1) .button:focus{
        color: rgba(228, 184, 31, 1);
    }
    #related article:nth-child(3n+1):hover,
    #related article:nth-child(3n+1):focus{
        background-color: rgba(228, 184, 31, 0.8);
    }
#related article:nth-child(3n+2){
    background-color: rgba(255, 77, 64, 1);
}
    #related article:nth-child(3n+2) .button:hover,
    #related article:nth-child(3n+2) .button:focus{
        color: rgba(255, 77, 64, 1);
    }
    #related article:nth-child(3n+2):hover,
    #related article:nth-child(3n+2):focus{
        background-color: rgba(255, 77, 64, 0.8);
    }
#related article:nth-child(3n+3){
    background-color: rgba(204,20,69,1);
}
    #related article:nth-child(3n+3) .button:hover,
    #related article:nth-child(3n+3) .button:focus{
        color: rgba(204,20,69,1);
    }
    #related article:nth-child(3n+3):hover,
    #related article:nth-child(3n+3):focus{
        background-color: rgba(204,20,69,0.8);
    }

#related a h1, #main-content h1{
    display: inline;
}



aside ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
aside h1{
    margin-top: 0;
}
aside.blog li{
    margin:0;
    display: block;
    border-bottom: 1px solid #246b82;
}
aside.blog a{
    display: block;
    padding: 0.5em 0.5em 0.5em 1em;
    background: #27738c;
}
    aside.blog a:hover{
        background: #1f6177;
    }

aside.blog a > span{
    color: #ffffff;
    margin-left: 0.25em;
}
#main-entries.blog article{
    border-bottom: 1px dotted #d1cdc5;
}
#main-entries.blog article h1 a{
    color: #025d59;
}
/*#main-entries.blog article:first-child{
    background: white;
}*/
.content-loader{
    position: relative;
    float: left;
}
.content-loader .sequal-btn{
    margin-top: 0;
}
.content-loader .icon{
    background-position: -32px top;
}
#main-entries.blog.detail #comment-form{
    margin: 30px 0 0 0;
}
#comment-form h1, #comment-form h2, #comment-form h3,
#comments > h1, #comments > h2, #comments > h3{
    margin-top: 0;
}
#comment-form fieldset{
    margin: 0;
}
#main-entries.blog.detail #comments{
    margin-top: 30px;
}
#main-entries.blog.detail .comment-meta{
    position: relative;
    float: left;
    border-bottom: 1px dotted #d1cdc5;
}
#main-entries.blog.detail .comment-body{
    float: none;
}
.comment-body > p:first-child{
    margin-top: 0;
}
#main-entries.blog.detail #comments article{
    border-top: 1px dotted #d1cdc5;
    margin: 0 0 15px 0;
    padding-top: 15px;
}
#main-entries.blog.detail .comment-meta{
    margin: 0 0 15px 0;
}
#main-entries.blog.detail .comment-meta .img-holder, #main-entries.blog.detail article:first-child .comment-meta .img-holder{
    margin-left: 0;
    padding-bottom: 15px;
    float: left;
}
#main-entries.blog.detail article:first-child .img-holder {
    margin-right: 15px;
}
#main-entries.blog.detail #comments article:first-of-type{
    border-bottom: 0;
}
#main-entries.blog.detail .comment-meta .img-holder, #main-entries.blog.detail article:first-child .comment-meta .img-holder{
    width: 50px;
    margin-right: 15px;
}
#main-entries.blog.detail .comment-meta p{
    margin: 0;
}

#container #image-slider{
    position: relative;
    width: 100%;
    height: 420px;
    padding: 0;
    overflow: hidden;
    background: #ffffff;
}
    #image-slider .container-slides{
        height: 100%;
        width: 100%;
        list-style: none;
    }
        #image-slider .container-slides li{
            height: 100%;
            width: 100%;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;

            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
        }
        #image-slider .container-slides li.active{
            opacity: 1;
        }
            #image-slider .container-slides li .image{
                position: absolute;
                display: block;
                width: 100%;
                height: 100%;

                background-position: center center;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                background-size: cover;

                -webkit-box-sizing:border-box;
                -moz-box-sizing:border-box;
                box-sizing:border-box;
            }
    #image-slider .slider-controls{
        position: absolute;
        height: 40px;
        width: 120px;
        margin: 0 auto;
        padding: 0;
        bottom: 0; left: 0; right: 0;
    }
        #image-slider .slider-controls li{
            display: block;
            float: left;
            margin-right: 10px;
            padding: 0;
            width: 20px;
            height: 20px;
        }
        #image-slider .slider-controls li:last-child{
            margin-right: 0;
        }
            #image-slider .slider-controls li a{
                display: block;
                background-color: #ffffff;
                height: 100%;
                width: 100%;
                opacity: 0.6;
                border-radius: 100%;
            }
                #image-slider .slider-controls li a.active{
                    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, .85);
                    -moz-box-shadow:    inset 0px 0px 0px 2px rgba(255, 255, 255, .85);
                    box-shadow:         inset 0px 0px 0px 2px rgba(255, 255, 255, .85);
                }
                #image-slider .slider-controls li a:nth-child(1).active{
                    background-color: #e4b81f;
                }

    #image-slider .container-slides,
    #image-slider .container-slides li{
        margin: 0;
        padding: 0;
    }
    #image-slider .container-slides li > div{
        -webkit-box-sizing:;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }
        #image-slider .container-slides li h1{
            color: white;
            font-size: 36px; font-size: 3.6rem;
            margin: 20px 0 0 0;
        }
            #image-slider .container-slides li h1 span{
                background: #e4b81f;
                padding: 4px 15px;
                border: none;
            }
            #image-slider .container-slides li h1 .blue{
                background: #e4b81f;
            }
            #image-slider .container-slides li h1 .green{
                background: #009d96;
            }
            #image-slider .container-slides li h1 .yellow{
                background: #e4b81f;
            }
            #image-slider .container-slides li h1 .red{
                background: #ff4d40;
            }
        #image-slider .container-slides li p{
            background: rgba(255, 255, 255, .9);
            padding: 20px;
            margin-top: 5px;
            font-size: 20px; font-size: 2rem;
            color: #696969;
        }
        @media screen and (max-width: 480px) {
            #image-slider .container-slides li p{
                width: auto;
            }
            #image-slider .container-slides li .image{
                padding: 10px;
            }
        }
        @media screen and (min-width:481px) and (max-width: 600px) {
            #image-slider .container-slides li p{
                width: auto;
            }
            #image-slider .container-slides li .image{
                padding: 20px;
            }
        }
        @media screen and (min-width:601px) and (max-width: 768px) {
            #image-slider .container-slides li p{
                width: auto;
            }
            #image-slider .container-slides li .image{
                padding: 30px;
            }
        }
        @media screen and (min-width:769px) {
            #image-slider .container-slides li p{
                width: 50%;
            }
            #image-slider .container-slides li .image{
                padding: 30px;
            }
        }
        #image-slider .container-slides li .image >div{
            max-width: 978px;
            margin: 0 auto;
        }
            #container #image-entries{
                clear: both;
                background: green;
                height: 250px;
                padding: 0;
            }
                #image-entries ul{
                    width: 100.5%;
                    height: 100%;
                    margin: 0;
                    padding: 0;
                    list-style: none;
                }
                    #image-entries ul li{
                        float: left;
                        margin: 0;
                        padding: 0;
                        height: 100%;
                        width: 33.3%;
                        overflow: hidden;
                    }
                    @media screen and (max-width:480px){
                        #container #image-entries{
                            height: auto;
                        }
                        #image-entries ul li{
                            width: 100%;
                            height: 250px;
                            float: none;
                        }
                    }
                    @media screen and (min-width:481px){
                        #container #image-entries{
                            height: 350px;
                            width: 100%;
                            overflow: hidden;
                        }
                        #image-entries ul li{
                            width: 50%;
                            float: left;
                            height: 100%;
                        }
                    }
                        #image-entries ul li .image{
                            position: relative;
                            height: 100%;
                            width: 100.5%;

                            background-position: center center;
                            -webkit-background-size: cover;
                            -moz-background-size: cover;
                            background-size: cover;

                            -webkit-box-sizing:border-box;
                            -moz-box-sizing:border-box;
                            box-sizing:border-box;

                            -webkit-transition: all .5s ease;
                            -moz-transition: all .5s ease;
                            -ms-transition: all .5s ease;
                            -o-transition: all .5s ease;
                            transition: all .5s ease;
                        }
                        #image-entries ul li:last-child .image{
                          background-position: top center;
                        }
                        #image-entries ul li:hover .image{
                            -webkit-transform: scale(1.2,1.2);
                            -moz-transform: scale(1.2,1.2);
                            -ms-transform: scale(1.2,1.2);
                            -o-transform: scale(1.2,1.2);
                            transform: scale(1.2,1.2);
                        }
                        #image-entries ul li .image:after{
                            content: "";
                            position: absolute;
                            height: 100%;
                            width: 100%;
                            opacity: 0.2;
                            background-color: #000000;

                            -webkit-transition: all .5s ease;
                            -moz-transition: all .5s ease;
                            -ms-transition: all .5s ease;
                            -o-transition: all .5s ease;
                            transition: all .5s ease;
                        }
                            #image-entries ul li .image:hover:after{
                                opacity: 0;
                            }
                            #image-entries ul li .image .button{
                                position: absolute;
                                padding: 10px 20px;
                                height: 40px;
                                width: 160px;
                                left: 0; right: 0; top: 0; bottom: 0;
                                margin: auto;
                                line-height: 40px;
                                z-index: 2;

                                -webkit-transition: all .75s ease;
                                -moz-transition: all .75s ease;
                                -ms-transition: all .75s ease;
                                -o-transition: all .75s ease;
                                transition: all .75s ease;
                            }

                                #image-entries ul li .image .button:hover{
                                    color: #27738c;
                                }

        #section-entries{
            width: 100%;
            overflow: hidden;
            padding: 0 !important;
            border-bottom: solid 3px #27738c;
        }
            #section-entries ul{
                float: left;
                margin: 0;
                padding: 0;
                list-style: none;
                width: 100.5%; height: 400px;
                position: relative;
            }
                #section-entries li{
                    position: relative;
                    float: left;
                    width: 33.3%; height: 100%;
                    margin: 0; padding: 0;
                }
                    #section-entries li .image{
                            width: 100%; height: 100%;
                            background-position: center center;
                            -webkit-background-size: cover;
                            -moz-background-size: cover;
                            background-size: cover;

                            -webkit-box-sizing:border-box;
                            -moz-box-sizing:border-box;
                            box-sizing:border-box;
                    }
                        #section-entries li .image:after{
                            content: "";
                            position: absolute;
                            height: 100%;
                            width: 100%;
                            opacity: 0.4;

                            -webkit-transition: all .5s ease;
                            -moz-transition: all .5s ease;
                            -ms-transition: all .5s ease;
                            -o-transition: all .5s ease;
                            transition: all .5s ease;
                        }
                            #section-entries li .image.red:after{
                                background-color: #cc1445;
                            }
                            #section-entries li .image.yellow:after{
                                background-color: #f0d628;
                            }
                            #section-entries li .image.blue:after{
                                background-color: #27738c;
                            }
                            #section-entries li:hover .image:after{
                                opacity: 0;
                            }
                    #section-entries li .wrapper{
                        position: absolute;
                        display: table;
                        width: 80%; height: 90%;
                        top: 0; left: 0; right: 0; bottom: 0;
                        margin: auto;
                        padding: 20px;
                        background-color: rgba(255,255,255,0.75);

                        -webkit-box-sizing:border-box;
                        -moz-box-sizing:border-box;
                        box-sizing:border-box;

                        -webkit-transition: all .5s ease;
                        -moz-transition: all .5s ease;
                        -ms-transition: all .5s ease;
                        -o-transition: all .5s ease;
                        transition: all .5s ease;
                    }
                    #section-entries li:hover .wrapper{
                        background-color: rgba(255,255,255,0.95);
                    }

                        #section-entries li .wrapper .center{
                            display:table-cell;
                            vertical-align: middle;
                        }
                            #section-entries li .wrapper h1{
                                margin-top:0;
                            }
                            #section-entries li .wrapper p{
                                padding-bottom: 30px;
                                margin: 0;
                            }
@media screen and (max-width: 960px){
    #section-entries ul{
        width: 100%;
        height: auto;
    }
        #section-entries li{
            float: none;
            width: 100%; height: 350px;
        }
}



.wrapper .breadcrumb{
    padding-top: 10px;
    float: left;
    margin: 10px 2.232142857143%;
}
    .wrapper .breadcrumb ul{
        padding: 0;
        margin: 0;
        list-style: none;
    }
        .wrapper .breadcrumb li{
            float: left;
            margin-right: 10px;
        }
            .wrapper .breadcrumb li span{
                color: #27738c;
                margin-left: 10px;
            }
            .wrapper .breadcrumb li a{
                color: #27738c;
            }
                .wrapper .breadcrumb li a:hover{
                    text-decoration: underline;
                }
                .wrapper .breadcrumb li:last-child a{
                    color: #009d96;
                }
                .wrapper .breadcrumb li:last-child a:hover{
                    cursor: default;
                    text-decoration: none;
                }
.faq{
    margin-top: 20px;
}
    .faq ul{
        margin: 0;
        padding :0;
        list-style: none;
    }
    /*TABS*/
    .faq .tabs{
        height: 38px;
        border-bottom: solid 1px #D1D1D1;
        margin-bottom: 20px;
        margin-top: 40px;
    }
        .faq .tabs >li{
            float: left;
        }
        .faq .tabs > li > a{
            padding: 15px 20px;
        }
        .faq .tabs > li.active > a{
            border-left: solid 1px #D1D1D1;
            border-top: solid 1px #D1D1D1;
            border-right: solid 1px #D1D1D1;
            background-color: #ffffff;
        }
        .faq .tabs > li > a:hover{
            color: #27738c;
            text-decoration: underline;
        }
        .faq .tabs > li > a.active:hover{
            text-decoration: none;
        }

            /*CONTENT*/
            .faq div{
                display: none;
            }
            .faq div.active{
                display: block;
            }
                .faq div.active li .content{
                    display:none;
                }
                .faq div.active li > a{
                    display: block;
                    padding: 10px 20px;
                    border: solid 1px #d1d1d1;
                    background-image: url(../images/list-normal.png);
                    background-position: right center;
                    background-repeat: no-repeat;
                }
                    .faq div.active li.active > a{
                        background-color: #27738c;
                        background-image: url(../images/list-active.png);
                        border: solid 1px #27738c;
                        color: #ffffff;
                    }
                .faq div.active li .content{
                    display: none;
                    padding: 10px 20px;
                    border-left: solid 1px #d1d1d1;
                    border-right: solid 1px #d1d1d1;
                    border-bottom: solid 1px #d1d1d1;
                }
                    .faq div.active li.active .content{
                        display: block;
                    }
    .faq-form{
        margin-top: 40px;
        padding-top: 40px;
        border-top: solid 1px #d1d1d1;
        padding-bottom: 20px;
    }
        .faq-form form{
            width: 50%;
            background: none;
            float: left;
        }
            .faq-form input[type="text"],
            .faq-form textarea{
                display: block;
                width: 100%;
                border: solid 1px #d1d1d1;
                padding: 10px;
                margin-top: 10px;
                font-size: 1.4rem; font-size: 14px;

                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box
                box-sizing: border-box
            }
                .faq-form textarea{
                    height: 100px;
                }
            .faq-form input[type="submit"]{
                background: #27738c;
                color: #ffffff;
                padding: 10px 20px;
                width: auto;
                cursor: pointer;
                margin-top: 10px;
            }
            .faq-form input[type="submit"]:hover{
                background:#1f6177;
            }
        .faq-form .contact{
            float: right;
            width: 40%;
        }
            .faq-form .contact p{
                padding-bottom: 15px;
            }
@media screen and (max-width: 640px){
    .faq-form .contact,
    .faq-form form{
        display: block;
        float: none;
        width: 100%;
    }
    .faq-form .contact .button{
        margin-
    }
}


footer{
    background: #27738c;
}
    footer .links{
        margin: 0;
        padding: 0;
        list-style: none;
        float: right;
        padding: 20px 0;
    }
        footer .links li{
            float: left;
            margin-right: 20px;
        }
            footer .links li a{
                color: #ffffff;
            }
                footer .links li a:hover{
                    text-decoration: underline;
                }
.warning{
    background-color: #f8c100;
    padding: 10px 0 !important;
    clear: both;
    text-align: center;
}
    .warning .wrapper{
        text-align: center;
        float: none;
        margin: 0;
        width: 96%;
        padding: 0 2%;
    }
        .warning .wrapper a{
            color: #ffffff;
				font-size: 1.6rem;
        }
            .warning .wrapper a:hover{
                text-decoration: underline;
            }
	.warning.blue{
		background-color: #009d96;
	}

#main-entries.blog .article-entry .article-entry-p{
    margin-top: 10px;
}


    @media
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (   min--moz-device-pixel-ratio: 2),
    only screen and (     -o-min-device-pixel-ratio: 2/1),
    only screen and (        min-device-pixel-ratio: 2),
    only screen and (                min-resolution: 192dpi),
    only screen and (                min-resolution: 2dppx) {

        .icon, #searchColleague .ui-icon{
            background-image: url(../images/iconen@2x.png);
            background-size: 224px 96px;
        }

    }


/* .popup {
  right: -100%;
  bottom: 0;
  background-color: #ff4d40;
  width: 240px;
  height: 180px;
  position: fixed;
  z-index: 100;
  transition: right 0.5s ease;
  padding: 20px;
  color: #ffffff;
}

.popup.is-shown {
  right: 0;
}

.popup .popup-text  {
  margin-top: 20px;
  margin-bottom: 40px;
}

.popup .close {
  color: #fff;
}

.popup .button {
  display: block;
  margin: 0 auto;
  width: 200px;
}

.popup .button:hover{
  color: #ff4d40;
} */


@media screen and (max-width: 640px){
  .popup {
    left: 0;
    right: 0;
    bottom: -210px;
    width: auto;
    height: 170px;
    transition: bottom 0.5s ease;
  }

  .popup.is-shown {
    bottom: 0;
    right: auto;
  }

  .popup .popup-text {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
