@charset "UTF-8";
@font-face {
    font-family : 'FontAwesome';
    src         : url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src         : url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),
    url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),
    url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight : normal;
    font-style  : normal;
}


/**
 * HTML5  Boilerplate
 *
 ******************** normalize styles ********************
 */

 /* first for IE 6/7/8 */
 /* fontawesome */
/* [class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
} */

/* zocial */
/*[class*="zocial-"]:before {
  font-family: 'zocial', sans-serif;
}*/

html { overflow-y: scroll; width: 100%; height: 100%; -webkit-text-size-adjust: none;}
fieldset, p { border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }
em { font-style: italic; }

#fe_toolbar {display: none !important;}

/**
 ******************** primary styles :: mobile first ********************
 *
 * author :: janik tschanz 
 * CUSTOMIZINGS:
 lines:
 178:   Color Icons
 215:   Hover Icons
 255:   Subpage Header BG
 310:   BG Box
 375:   Color Box Icon
 412:   BG Hover Box
 413:   Border Hover Box Button
 433:   BG Slogan
 454:   BG Scroll-Down
 529:   BG Pin / Headline
 552:   Hover Pin / Headline
 575:   BG Navigation
 552:   Hover / Active 1. Level
 647:   Hover / Active 1. Level
 765:   BG Button 
 765:   Font Button 
 938:   LI Before COlor
 1142:  Submit Button BG
    
 */
 
 


 /* use inverted box model */
 *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

 body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5em;
    letter-spacing: 0em;
    font-weight: 300;
    color: #121212;  
    background-color: #ffffff;
}

::-moz-selection { background: #1D1D1B; text-shadow: none; color: #ffffff;}
::selection { background: #1D1D1B; text-shadow: none; color: #ffffff;}


/**
 * grid system
 *
 *
 */
 .grid-container { width: 100%; clear: both; }
 .grid-elm { vertical-align: top;}

 .grid-align-1-1 { width: 100%; display: inline-block;}
 .grid-align-1-2 { width: 100%; display: inline-block;}
 .grid-align-1-3 { width: 100%; display: inline-block;}
 .grid-align-2-3 { width: 100%; display: inline-block;}
 .grid-align-1-4 { width: 100%; display: inline-block;}
 .grid-align-3-4 { width: 100%; display: inline-block;}
 .grid-align-1-6 { width: 50%; display: inline-block;}
 .grid-align-5-6 { width: 100%; display: inline-block;}
 .grid-align-1-8 { width: 25%; display: inline-block;}
 .grid-align-3-8 { width: 50%; display: inline-block;}
 .grid-align-7-8 { width: 100%; display: inline-block;}

 .grid-offset { padding: 10px 10px; }
 .grid-offset.large { padding: 20px 20px; }
 .grid-offset.medium { padding: 15px 15px; }
 .grid-offset.small { padding: 5px 5px; }

 .grid-offset-top { padding-top: 10px; }
 .grid-offset-large-top { padding-top: 20px; }
 .grid-offset-larger-top { padding-top: 30px; }
 .grid-offset-medium-top { padding-top: 15px; }
 .grid-offset-small-top { padding-top: 5px; }

 .grid-offset-bottom { padding-bottom: 10px; }
 .grid-offset-large-bottom { padding-bottom: 20px; }     
 .grid-offset-larger-bottom { padding-bottom: 30px; }     
 .grid-offset-medium-bottom { padding-bottom: 15px; }
 .grid-offset-small-bottom { padding-bottom: 5px; }

 .grid-offset-left { padding-left: 10px; }
 .grid-offset-large-left { padding-left: 20px; }
 .grid-offset-larger-left { padding-left: 30px; }
 .grid-offset-medium-left { padding-left: 15px; }
 .grid-offset-small-left { padding-left: 5px; }

 .grid-offset-right { padding-right: 10px; }
 .grid-offset-large-right { padding-right: 20px; }
 .grid-offset-larger-right { padding-right: 30px; }
 .grid-offset-medium-right { padding-right: 15px; }
 .grid-offset-small-right { padding-right: 5px; }


/**
 * globals
 *
 *
 */
 .no-mobile { display: none; }

 .left { text-align: left; }
 .center { text-align: center; }
 .right { text-align: right; }


 .align-right { float: right; }
 .align-center { margin: 0 auto; }
 .align-left { float: left; }

 .show-on-tablet,
 .show-on-desktop,
 .show-on-screen {
    display: none;
}

.show-on-phone {
    display: inline-block;
}

#shadowbox_body {
    background-color: #009FE3 !important;
}

/**
 * layout 
 *
 *
 */
 header {
    position: fixed;
    top: 0;
    left: 0;         
    width: 100%;        
    z-index: 999;      
    background-color: #ffffff;
}

header.shadow
{
    box-shadow: 0 0 5px #1D1D1B;
}

#logo {     
    width: 180px;
    text-align: left;    
}

#placeholder {
    width: 100%;
}

/* still loads navigation button, if weloveiconfonts.com is offline */
.entypo-menu:before { content: "\2630"; }
.entypo-cancel:before { content: "\2715"; }

#contact,
#open-mobile-navigation,
#close-mobile-navigation {
    color: #97989A;
    cursor: pointer;
    display: table;
    table-layout: fixed;
    font-size: 1.8em;
    height: 100%;
    position: absolute;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;  
    opacity: 0;
    right: 0;
}

#contact {
    opacity: 1;
    right: 68px;
}

#open-mobile-navigation.active,
#close-mobile-navigation.active {
    opacity: 1;
}

#contact span,
#open-mobile-navigation span,
#close-mobile-navigation span {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 28px;
}

#contact:hover,
#open-mobile-navigation:hover,
#close-mobile-navigation:hover {
    color: #225C8A;
}

section {
    height: auto;   
    position: relative;
}

section article{ 
    height: auto;   
    min-height: 100%; 
    height: 100%; 
    position: relative;
    opacity: 0;
}

section article.title {
    min-height: 230px;
    background-color: #225c8a;
    text-align: center;
    color: #ffffff;
    position: relative;
}

section article.image::before,   
section article.slider .slides .slide::before,   
section article.eyecatcher::before,   
section article.title::before {  
    height: 50%;                   
    width: 100%;
    content: "";
    z-index: 700;
    top: 0;
    left: 0;
    position: absolute;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222222+0,000000+100&0.4+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(34,34,34,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(34,34,34,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(34,34,34,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66222222', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

section article.title h1,
section article.title p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    z-index: 800;
    position: relative;
}

section article.title p {
    font-size: 1.5em;
    line-height: 1.2em;
}

section article.image img{
    display: block;
    height: 100%;
    width: 100%;
    max-height: auto;
    max-width: auto;
    object-fit: cover;
}

section article.slider img{
    display: block;
    height: 100%;
    width: 100%;
    max-height: auto;
    max-width: auto;
    object-fit: cover;
}

section article.slider .slides{
    display: block;
    height: 100%;
    width: 100%;
}

section article.slider .slides .slide img{
    display: block;
 /*   height: 100%;
    width: 100%;
    max-height: auto;
    max-width: auto; */
    object-fit: cover;
    /* Workaround for IE "object-fit:cover" Polyfill: https://github.com/bfred-it/object-fit-images */
	font-family: 'object-fit: cover;'
}

section article.slider .slide .label {
    display: block;
    position: absolute;
    width: 100%;
    top: 25%;
    text-align: center;
    z-index: 800;
}

section article.slider .slide .label h2{
    color: #ffffff;
    font-size: 2.5em;
    padding: 0 20px 10px 20px;
    margin: 0 auto;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.3em;
    display: block;
}

section article.slider .slide  .label p{
    color: #ffffff;
    font-size: 1.8em;
    padding: 0 20px 30px 20px;
    margin: 0 auto;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
    font-weight: 400;
    line-height: 1.3em;
    display: block;
}

section article.slider .pager {
    display: block;
    position: absolute;
    width: 100%;
    height: 25px;
    bottom: 0;
    z-index: 700;
    text-align: center;
}

section article.slider .pager .slide-item {
    display: inline-block;
    line-height: 25px;
    padding: 0 4px;
    text-decoration: none;
}

section article.slider .pager .slide-item::before {
    content: "\f1db";
    content: "\f10c";
    content: "\f111";
    color: #ffffff;
    text-decoration: none;
    font-family: FontAwesome;
    font-size: 0.8em;
}

section article.slider .pager .slide-item.activeSlide::before,
section article.slider .pager .slide-item:hover::before {
    content: "\f111";
    color: #97989A;
    color: #225C8A;
    font-family: FontAwesome;
    text-decoration: none;
    font-size: 0.8em;
}



section article.eyecatcher {
    height: 350px;
    width: 100%;
    display: block;
}

section article.eyecatcher img{
    display: block;
    height: 100%;
    width: 100%;
    max-height: auto;
    max-width: auto;
    object-fit: cover;
}

section article.eyecatcher h1 {
    position: absolute;
    width: 100%;
    color: #ffffff;
    top: 20%;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(34, 34, 34, 1);
    font-size: 3em;
}

section article.eyecatcher p {
    position: absolute;
    width: 100%;
    color: #ffffff;
    top: 50%;
    text-align: center;
    font-size: 1.6em;
    line-height: 1.4em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
    font-weight: 400;
}

section article.box {
    background-color:rgba(151, 152, 154, 0.25);
    text-align: center;
    min-height: 250px;
}

section article.box.thumb {
    min-height: auto;
}

section article.box a{
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
}

section article.box a img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: block;
}

section article.box a:last-child img {
    margin-bottom: 0px;
}

section article.box.references a:hover:before  {
    background-color: rgba(1, 105, 170, 1);
    color: #ffffff;
    content: "\f108";
    font-family: "FontAwesome",sans-serif;
    font-size: 2.2em;
    font-weight: 400;
    left: 0;
    height: calc(100% - 20px);
    padding-top: 11%;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 940;
}

section article.box.thumb a:hover:before  {
    background-color: rgba(1, 105, 170, 1);
    color: #ffffff;
    content: "\f00e";
    font-family: "FontAwesome",sans-serif;
    font-size: 2.2em;
    font-weight: 400;
    left: 0;
    height: 100%;
    padding-top: 25%;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 940;
}

section article.box.references a:last-child:hover:before  {
    height: 100%;
}

section article.box .icon{
    color: #225C8A;
    font-size: 2.8em;
    line-height: 1em;
    padding: 10px;
}

section article.box p.comment:before {
    font-family: 'FontAwesome', sans-serif;
    content:"\f10d\00a0\00a0";
    color: #0169AA;
}

section article.box p.comment {
    font-style: italic;
    font-size: 1.2em;
}

section article.box p.comment:after {
    font-family: 'FontAwesome', sans-serif;
    content:"\00a0\00a0\f10e";
    color: #0169AA;
}

section article.box p.company {
    color: #888888;
    font-size: 0.75em;
}

section article.box.link:hover,
section article.box.link:hover a,
section article.box.link:hover .comment,
section article.box.link:hover .comment:before ,
section article.box.link:hover .comment:after ,
section article.box.link:hover .company,
section article.box.link:hover .icon {
    background-color: rgba(34, 92, 138, 1);
    color: #ffffff;
    cursor: pointer;
    border-color: #ffffff;
}

section article.border {
    border: 2px solid #f1f1f1;
    text-align: center;
    width: 100%;
}

section article.border:hover,
section article.border.reference:hover {
    cursor: pointer;
    border-color: #383838;
}

section article.border.reference {
    border: 2px solid #f1f1f1;
    text-align: center;
    min-height: 250px;
    width: 100%;
    min-height: 180px;
}

#title{
    min-height: 80px;   
    position: absolute;
    width: 100%;
    background-color: rgba(34,92,138,0.75);
    bottom: 0;           
    text-align: center;
    display: none;    
    z-index: 700;  
    height: auto;   
}

#title h1{
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    padding: 30px 20px 20px 20px;
}

#title #scroll-down {
     background-color: rgba(34, 92, 138, 1);
    border-radius: 25px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 23px;
    height: 50px;
    left: 50%;
    line-height: 67px;
    margin-left: -25px;
    padding-right: 5px;
    position: absolute;
    text-align: right;
    top: -25px;
    width: 50px;
    display: none;
}

#title #scroll-down:hover {
    color: #97989A;
}

footer {
    height: auto;
    opacity: 0;
    background-color: #222222;
    color: #bdbdbd;
    font-size: 0.9em;
}           

footer #imprint{         
    background-color: #121212;   
    font-size: 0.9em;  
    color: #5f5f5f;
    clear: both;
}

footer .imprint,
footer .social {
    text-align: center;
}

/*footer .social {
    font-size: 2em;
}*/

footer .social a {
    padding-right: 10px;
}

footer .lang  {
    text-align: center;
    padding: 0 10px;
} 

footer .lang a {
    padding: 0 10px;
    display: inline-block;
} 

footer .lang a.active {
    color: #ffffff;
} 

/**
 * containers
 *
 *
 */


 #pin,
 #headline {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 140px;
    height: 140px;
    display: table-cell;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;   
    z-index: 900; 
    opacity: 0;
    overflow: hidden;
}


#pin a,
#headline a {
    display: block;
    color: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    writing-mode: lr-tb;
    width: 255px;
    height: 255px;
    background-color: rgba(151,152,154,0.75); 
    position: absolute;
    right: -148px;
    top: -148px;
    padding: 220px 0 0 0;
}

#pin a:hover,
#headline a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(34,92,138,0.75);
}


/**
 * icons
 *
 *
 */

/**
 * navigation
 *
 *
 */
 
 


/**
 * elements / fonts 
 *
 *
 */
 h1 {
    font-size: 2.2em;
    line-height: 1.3em;   
    margin-top: 1.2em;
    margin-bottom: 1.2em;
   /* font-family: 'Raleway', sans-serif;*/
    text-transform: uppercase;
    font-weight: 600;
}

h2 {
    font-size: 1.8em;
    margin-bottom: 0.5em;
    /*font-family: 'Raleway', sans-serif;*/
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2em;   
}

section article.image h2{
    display: none;
}

h3 {
    font-size: 1.4em;    
    margin-bottom: 0.5em;
   /* font-family: 'Raleway', sans-serif;*/
    text-transform: uppercase;
    font-weight: 600;
}

h4 {
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: 0.5em;
}

a {
    color: #0169AA;
}

a,
a:link,
a:focus,
a:active {
    outline: none; 
    text-decoration:none;
}

a.more:before{
    font-family: 'FontAwesome', sans-serif;
    content:"\f105\00a0"
}

.title a {
    color: #383838;  
}

#content a {
}

#content aside a,
#content .border a,
#content .box a {
}

footer a {
    color: #757575;  
}

footer #imprint a {
    color: #5f5f5f;  
}       

a:hover {
    color: #0169AA;
    text-decoration: underline;
    cursor: pointer;
}

.title a:hover {
    color: #383838;  
}

#content .box:hover a,
#content .box a:hover,
#content .reference:hover a,
#content .reference a:hover {
    text-decoration: none;
    font-weight: 400;
}

#content .reference:hover a,
#content .reference a:hover {
    color: #383838;
}


footer a:hover,
footer  #imprint a:hover {
    color: #ffffff;
    text-decoration: none;
}

a.button {
    color: #ffffff;
    background-color: rgba(34, 92, 138, 1);
    font-weight: 400;
    display: inline-block;
    padding: 8px 20px;
    width: auto;
    margin: 0 20px 20px 0;
    min-width: 100%;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

a.button.invert {
    color: rgba(34, 92, 138, 1);
    background-color: transparent;
    border: 1px solid rgba(34, 92, 138, 1);
    font-weight: 500;
}

a.button.more:before{
    font-family: 'FontAwesome', sans-serif;
    content:"\f105\00a0"
}

a.button:hover {
    background-color: rgba(34, 92, 138, 0.8);
    text-decoration: none;
}

#social {
    text-align: center;
}

#social a {
    font-size: 1em;
    color: rgba(151, 152, 154, 0.5);
    border: 1px solid rgba(151, 152, 154, 0.5);   
    display: inline-block;
    padding: 10px;
    width: 45px;
    text-align: center;
}

#social a:hover {
    color: rgba(151, 152, 154, 1); 
    text-decoration: none;
    border: 1px solid rgba(151, 152, 154, 1); 
}

#social span {
    font-size: 0.8em;    
    padding: 0px 10px 0 0;     
    color: rgba(151, 152, 154, 1);  
    min-width: 70px;
    display: inline-block;
}

strong {
    font-weight: bold;
}

del {
    color: #ff0000;
    text-decoration:line-through;
}

img {
    height: auto;
    width: auto;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}


.content-template img {
    width: 100%;
}


p {
    padding: 0 0 20px 0;
}

hr {
    border: 0;
    width: 100%;  
    color: #cccccc;
    background-color: #cccccc;
    height: 1px;
}

ul { /* empty */ }

ul li { 
    list-style: none;
    position: relative;
}

ul li:before{
    font-family: 'FontAwesome', sans-serif;
    content:"\f105\00a0";
    position: absolute;
    left: -15px;
    color: #225c8a;
}

table {
    width: 100%;
    padding: 0;
    margin: 0;
}

table tr:nth-child(even) {
    background-color: transparent;
}

table tr:nth-child(odd) {
    background-color: rgba(151, 152, 154, 0.25);
}

table tr th {
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px solid rgba(151, 152, 154, 0.25);
    background-color: rgba(151, 152, 154, 0.25);
    text-align: left;
}

table tr th a{
    color: #000000;
}


table tr td {
    padding: 10px;
}


/**
 * forms
 *
 *
 */
footer input.newsletter[type="text"] {
    height: 40px;
    border: 1px solid #757575;  
    background-color: #222222;
    border-bottom: 0px;     
    color: #757575;   
    padding-left: 10px;
}

footer input.newsletter[type="submit"]{
    font-family: 'FontAwesome', sans-serif;
    background-color: #757575;
    border: 1px solid #757575;
    color: #222222;
    font-weight: 400;
    min-width: 38px;
    height: 40px;
}

footer input.newsletter[type="submit"]:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
}

/**
 ******************** media queries :: replace images for retina displays ********************
 *
 *
 */
 @media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
 }

/**
 ******************** media queries :: tablet screen view ********************
 *
 *
 */
 @media only screen and (min-width: 768px) {
    /**
     * grid system
     *
     *
     */
    
 .grid-container { /* empty */ }
.grid-elm { /* empty */ }

.grid-align-1-1 { width: 100%; display: inline-block; }
.grid-align-1-2 { width: 100%; display: inline-block;}
.grid-align-1-3 { width: 50%; display: inline-block; }      
.grid-container .grid-align-1-3:nth-child(3n) { width: 100%; display: inline-block;}   
aside.grid-align-1-3 { width: 100%; display: inline-block;}       
aside.grid-align-1-3 .grid-elm.grid-align-1-1{ width: 50%; display: inline-block;}  
.content-template .grid-elm.grid-align-1-2 { width: 50%; display: inline-block; float: left;}  
.grid-align-2-3 { width: 100%; display: inline-block; }
.grid-align-1-4 { width: 50%; display: inline-block; }
.grid-align-3-4 { width: 100%; display: inline-block;}
.grid-align-1-6 { width: 25%; display: inline-block; }
.grid-align-5-6 { width: 100%; display: inline-block; }
.grid-align-1-8 { width: 16.66%; display: inline-block; }
.grid-align-3-8 { width: 50%; display: inline-block; }
.grid-align-7-8 { width: 100%; display: inline-block; }

.grid-offset { padding: 15px; }
.grid-offset.large { padding: 30px 30px; }
.grid-offset.larger { padding: 45px 45px; }
.grid-offset.medium { padding: 23px 23px; }
.grid-offset.small { padding: 8px 8px; }

.grid-offset-top { padding-top: 15px; }
.grid-offset-large-top { padding-top: 30px; }
.grid-offset-larger-top { padding-top: 45px; }
.grid-offset-medium-top { padding-top: 23px; }
.grid-offset-small-top { padding-top: 8px; }

.grid-offset-bottom { padding-bottom: 15px; }
.grid-offset-large-bottom { padding-bottom: 30px; }     
.grid-offset-larger-bottom { padding-bottom: 45px; }     
.grid-offset-medium-bottom { padding-bottom: 23px; }
.grid-offset-small-bottom { padding-bottom: 8px; }

.grid-offset-left { padding-left: 15px; }
.grid-offset-large-left { padding-left: 30px; }
.grid-offset-larger-left { padding-left: 45px; }
.grid-offset-medium-left { padding-left: 15px; }
.grid-offset-small-left { padding-left: 5px; }

.grid-offset-right { padding-right: 15px; }
.grid-offset-large-right { padding-right: 30px; }
.grid-offset-larger-right { padding-right: 45px; }
.grid-offset-medium-right { padding-right: 23px; }
.grid-offset-small-right { padding-right: 8px; }

    /**
     * globals
     *
     *
     */
     .show-on-phone,
     .show-on-screen{
        display: none;
    }
    
    .show-on-tablet {
        display: inline-block;
    }

    /**
     * layout 
     *
     *
     */
     body {
        font-size: 16px;
    }
    
    #logo {     
        width: 210px;
    }
    
    section article.eyecatcher {
        height: 450px;
    }
    
    #pin,
    #headline {
        width: 160px;
        height: 160px;
    }

    #pin a,
    #headline a {
        width: 255px;
        height: 255px;
        right: -138px;
        top: -138px;
        padding: 220px 0 0 0;
    }
    
    section article.title {
        min-height: 280px;
    }

    section article.image img{
        margin: 0 auto;
    }
    
    section article.box {
        min-height: 290px;
    }
    
    .content-template  {
        overflow: hidden;
    }
    
    .content-template .grid-elm:first-child {
        padding-right: 20px;
    }
    
    .content-template .grid-elm:last-child {
        padding-left: 20px;
    }
    
    
    footer .imprint,
    footer .social {
        width: 100%;
    }

    /**
     * containers
     *
     *
     */
    #title {              
        height: 100px; 
    }
     
    #title h1{              
        line-height: 100px; 
        font-size: 1.8em;
        padding: 0px 30px;
    }
    
    section article.slider .slide .label {
        top: 33%;
    }

    section article.slider .slide .label h2{
        font-size: 3em;
        padding: 0 30px 15px 30px;
    }

    section article.slider .slide .label p{
        font-size: 1.8em;
        padding: 0 30px 45px 30px;
    }
     
    /**
     * icons
     *
     *
     */

    /**
     * navigation
     *
     *
     */

    /**
     * elements / fonts 
     *
     *
     */
     a.button {
        min-width: 150px;
    }
    
    .content-template h2:first-child {
        margin-top: 0;
    }

    /**
     * forms
     *
     *
     */    
    
    footer input.newsletter[type="text"] {          
        border-bottom: 1px solid #757575;
        border-right: 0px;  
        width: 80%; 
    }  
    
    footer input.newsletter[type="submit"] {          
        margin: 0; 
        vertical-align: top;
    }
}

/**
 ******************** media queries :: maximal screen view ********************
 *
 *
 */
 
 
 @media only screen and (min-width: 1024px) {
    /**
     * grid system
     *
     *
     */
     
     .grid-container { max-width: 1200px; margin: 0 auto; }
     .grid-elm { /* empty */ }

     .grid-align-1-1 { width: 100%; display: inline-block; }
     .grid-align-1-2 { width: 50%; display: inline-block; }
     .grid-align-1-3 { width: 33.33%; display: inline-block; }
     .grid-container .grid-align-1-3:nth-child(3n) { width: 33.33%; display: inline-block;} 
     aside.grid-align-1-3 .grid-elm.grid-align-1-1{ width: 100%; display: inline-block;}  
     aside.grid-align-1-3 { width: 33.33%; display: inline-block;} 
     .grid-align-2-3 { width: 66.66%; display: inline-block; }
     .grid-align-1-4 { width: 25%; display: inline-block; }
     .grid-align-3-4 { width: 75%; display: inline-block; }
     .grid-align-1-6 { width: 16.66%; display: inline-block; }
     .grid-align-5-6 { width: 83.33%; display: inline-block; }
     .grid-align-1-8 { width: 12.5%; display: inline-block; }
     .grid-align-3-8 { width: 37.5%; display: inline-block; }
     .grid-align-7-8 { width: 87.5%; display: inline-block; }


     .grid-offset { padding: 20px; }
     .grid-offset.large { padding: 40px 40px; }
     .grid-offset.larger { padding: 60px 60px; }
     .grid-offset.medium { padding: 30px 30px; }
     .grid-offset.small { padding: 10px 10px; }

     .grid-offset-top { padding-top: 20px; }
     .grid-offset-large-top { padding-top: 40px; }
     .grid-offset-larger-top { padding-top: 60px; }
     .grid-offset-medium-top { padding-top: 30px; }
     .grid-offset-small-top { padding-top: 10px; }

     .grid-offset-bottom { padding-bottom: 20px; }
     .grid-offset-large-bottom { padding-bottom: 40px; }     
     .grid-offset-larger-bottom { padding-bottom: 60px; }     
     .grid-offset-medium-bottom { padding-bottom: 30px; }
     .grid-offset-small-bottom { padding-bottom: 10px; }

     .grid-offset-left { padding-left: 20px; }
     .grid-offset-large-left { padding-left: 40px; }
     .grid-offset-larger-left { padding-left: 60px; }
     .grid-offset-medium-left { padding-left: 30px; }
     .grid-offset-small-left { padding-left: 10px; }

     .grid-offset-right { padding-right: 20px; }
     .grid-offset-large-right { padding-right: 40px; }
     .grid-offset-larger-right { padding-right: 60px; }
     .grid-offset-medium-right { padding-right: 30px; }
     .grid-offset-small-right { padding-right: 10px; }

    /**
     * globals
     *
     *
     */

     .show-on-phone,
     .show-on-tablet {
        display: none;
    }
    
    .show-on-screen {
        display: inline-block;
    }

    /**
     * layout 
     *
     *
     */
     body {
        font-size: 18px;
    }

    
    #logo {   
        width: 272px;  
    }
    
    section article.eyecatcher {
        height: 550px;
    }
    
    #pin,
    #headline {
        width: 180px;
        height: 180px;
    }

    #pin a,
    #headline a {
        width: 255px;
        height: 255px;
        right: -128px;
        top: -128px;
        padding: 220px 0 0 0;
    }
    
    section article.title {
        min-height: 330px;
    }
    
    section article.eyecatcher h1 {
        max-width: 900px;
        left: 50%;
        margin-left: -450px;
    }

    section article.eyecatcher p {
        max-width: 900px;
        margin-left: -450px;
        left: 50%;
    }
    
    section article.box {
        min-height: 330px;
    }
    
    #title {              
        height: 114px; 
    }
     
    #title h1{              
        line-height: 114px; 
        font-size: 2em;
        padding: 0px 40px;
    }
    
    section article.slider .slide .label{
        top: 33%;
    }
    
    section article.slider .slide .label h2{
        font-size: 3.5em;
        max-width: 1000px;
        padding: 0 40px 20px 40px;
    }

    section article.slider .slide .label p{
        font-size: 2em;
        padding: 0 40px 60px 40px;
        max-width: 1000px;
    }
    
    footer {
        min-height: 250px;  
    }
    
    footer .imprint{
        width: 66.66%;
        text-align: left;
    }
    
    footer .social {
        width: 33.33%;
        text-align: right;
    }

    /**
     * containers
     *
     *
     */
    /**
     * icons
     *
     *
     */

    /**
     * navigation
     *
     *
     */

    /**
     * elements / fonts 
     *
     *
     */

    /**
     * forms
     *
     *
     */
}

/**
 ******************** media queries :: maximal screen view ********************
 *
 *
 */
 @media only screen and (min-width: 1400px) {

 }

/*
 ******************** helper classes ********************
 *
 *
 */

 .ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /**text-indent: -9999px;*/
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    /* *zoom: 1; */
}

/*
 ******************** print styles ********************
 *
 *
 */
 
 .breadcrumb{
     padding-top: 10px;
     padding-bottom: 0;
     font-size: 12px;
     color: grey;
 }
 
 .breadcrumb a{
     color: grey;
 }
 
 p.comment {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

p.comment.not-centered {position: unset;transform: none;}

.fuuter-block{
    float: left;
}

@media only screen and (max-width: 1023px){
    .bottom-block ul{
         margin-top: 0;
     }
     .top-block ul{
         margin-bottom: 0;
     }
}

a.news-button:hover, #news-content a.button:hover {
    color: #fff;
}