@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold_italic';
    src: url('../fonts/opensans-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansextrabold';
    src: url('../fonts/opensans-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansextrabold_italic';
    src: url('../fonts/opensans-extrabolditalic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-extrabolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansitalic';
    src: url('../fonts/opensans-italic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight_italic';
    src: url('../fonts/opensans-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold_italic';
    src: url('../fonts/opensans-semibolditalic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*	---------------------------------------------------------------------------------------------------- */


body, html { padding: 0; margin: 0; height: 100%;}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
	background-color: #FFFEEE;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height:1.375;
	color: #000;
	letter-spacing: -1px;
	text-rendering: optimizeLegibility;
}


/*	Header		---------------------------------------------------------------------------------------------------- */

header {
	position:absolute;
	display: block;
	margin:0;
	width:100%;
    height: 160px;
	max-height: 20%;
	padding:10px;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	z-index:99;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    opacity: 1;
}
.header {
    opacity: 0;
}
.logos, .claim {
	position: relative;
	display: block;
    float: right;
	height:100%;
}
.logos {
	width: 240px;
	min-height:125px;
    background-size:150px 125px;
	background-position: center center;
	background-repeat: no-repeat;
	padding:0;
	margin:0;
}
.logos.react {
	background-image: url("../img/react.png");
    border-right: 0.5px solid #00395B;
}
/* Retina */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
.logos.react {
	background-image: url("../img/react@2x.png");
}
}
.logos.gfp {
	background-image: url("../img/gfp.png");
}
/* Retina */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
.logos.gfp {
	background-image: url("../img/gfp@2x.png");
}
}

.claim {
    font-family: 'open_sanslight_italic', Helvetica, Arial, sans-serif;
	text-align: left;
    border-right: 0.5px solid #00395B;
	padding:42px 40px 78px 0;
	width: auto;
	margin:0;
	color: #9BB1BF;
	font-size: 30px;
    letter-spacing: .1em;
    text-transform:uppercase;
	line-height: 40px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.claim span br {
    display: none;
}


/*	---------------------------------------------------------------------------------------------------- */


a {
	color: #9BB1BF;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #00395B;
}

.container { height: 100%; }

.bl-main {
	position: absolute;
	width: calc(100% - 80px);
	height: calc(100% - 80px);
    margin: 40px;
	overflow: hidden;
}
.bl-main section {
	position: absolute;
	height:calc(50% - 80px);
	width:50%;
	border:5px solid #FFFEEE;
}

/* Farben
GfP
100% = #9BB1BF
50% = rgba(155,177,191,0.50)

React
100% = #00395B

SK Orange = #F1921E

#97A5B8
#7A8EA4
#45687D
*/
.bl-main section p {
	color: #00395B;
	font-size:1.25em;
}
.bl-main section.first {
	top:160px;
	left: 0;
	background-color: #97A5B8;
}
.bl-main section.second {
	top:160px;
	left: 50%;
	background-color: #9BB1BF;
}
.bl-main section.third {
	top:calc(50% + 80px);
	left: 0;
	background-color: #45687D;
}
.bl-main section.fourth {
	top:calc(50% + 80px);
	left: 50%;
	background-color: #7A8EA4;
}
.bl-main section.first:hover {
	background-color: rgba(151,165,184,0.50);
}
.bl-main section.second:hover {
	background-color: rgba(155,177,191,0.50);
}
.bl-main section.third:hover {
	background-color: rgba(69,104,125,0.50);
}
.bl-main section.fourth:hover {
	background-color: rgba(122,142,164,0.50);
}


.bl-box {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 1;
	/* Centering with flexbox */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
.flexstart {
    align-items: flex-start;
}
.flexend {
    align-items: flex-end;
}

.bl-box div {
	margin: 0;
	padding:0;
	width: 100%;
	height:150px;
	overflow:visible;
}
.bl-main section.first .bl-box div h2,
.bl-main section.third .bl-box div h2 {
	text-align: right;
}
.bl-main section.second .bl-box div h2,
.bl-main section.forth .bl-box div h2 {
	text-align: left;
}

.bl-box h2 {
	padding: 45px 5%;
	margin:0;
	font-family: 'open_sansbold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 45px;
    letter-spacing: .025em;
	font-weight:normal;
	color: #FFFEEE;
	line-height:50px;
}

.bl-icon {
	font-family: "Font Awesome 6 Free";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	color:#00395B;
}

.bl-icon:before {
	display: block;
	font-size:1em;
	margin:0;
}

.bl-icon-close {
	cursor: pointer;
    border-top: 0.5px solid #00395B;
	text-align:center;
}
.bl-main section .bl-icon-close {
	position: absolute;
	width:45px;
	right: 25px;
	top: 90px;
	margin:0;
	padding:20px 0 0;
	z-index: 100;
	opacity: 0;
	pointer-events: none;
	font-size:40px;
}

.bl-content {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 20px;
	left: 20px;
	right: 95px;
	bottom: 20px;
	padding: 0;
	overflow: hidden;
	overflow-y: auto;
    border: 0.5px solid #00395B;
	background-color:#FFF;
}

.logo {
	position:absolute;
	display:block;
	right:10px;
	top:20px;
	width:72px;
	height:60px;
	background-image: url("../img/react.png");
	background-size: 72px 60px;
	background-repeat:no-repeat;
	background-position: right top;
	opacity:0;
}
/* Retina */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
.logo {
	background-image: url("../img/react@2x.png");
}
}

/* Custom content */

.bl-content div {
	display:block;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}
.bl-content h1 {
	font-family: 'open_sansbold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
	font-size:1.5em;
    color: #00395B;	
    letter-spacing: 0;
	text-align:right;
    margin: 0 0 20px auto;
	padding:20px 20px 17px;
	border-bottom: 0.5px solid #00395B;
}
.bl-content h2, 
.bl-content h3, 
.bl-content h4,
.bl-content h5 {
    color: #9BB1BF;
    text-transform: uppercase;
    margin: 0 0 0 auto;
	padding:20px 20px 0;
}
.bl-content h2 {
	font-family: 'open_sansbold', Helvetica, Arial, sans-serif;
	font-size:2em;
	text-align:right;
}
.bl-content h3 {
	font-family: 'open_sansbold', Helvetica, Arial, sans-serif;
	font-size:1.5em;
	text-align:right;
}
.bl-content h4,
.bl-content h5 {
	font-family: 'open_sanssemibold', Helvetica, Arial, sans-serif;
	font-size:1.25em;
	text-align:left;
	padding:10px 20px 0;
}
.bl-content h4 {
    display: inline;
    float: left;
}
.bl-content h5 {
    display: block;
}
.bl-content p {
	max-width:1024px;
    font-size: inherit;
    color: #00395B;
    margin: 0 0 0 auto;
	padding:10px 20px;
}
.left {
	text-align:left !important;
}
.right {
	text-align:right !important;
}
.bl-content span.smallprint p,
.bl-content span.smallprint li {
	max-width:100%;
    color: #9BB1BF;
}
.bl-content span.smallprint ul {
	list-style: none;
	margin:0;
	padding:10px 20px;
}
.bl-content span.smallprint li h5,
.bl-content span.smallprint li p {
	margin:0;
	padding:0;
}
.bl-content span.smallprint p.gen,
.bl-content span.smallprint p.gen a {
    color: rgba(155,177,191,0.40);
}
.bl-content ul#bl-work-items {
    display:block;
    width:auto;
    height:auto;
    float:right;
	list-style: none;
	padding: 10px;
	margin: 0;
    text-align: right;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
} 

.bl-content ul#bl-work-items li {
    position: relative;
    display:block;
	width: 20%;
    aspect-ratio: 1 / 1;
    height: auto;
    float:right;
	margin: 0;
	padding:20px 10px;
	background-color:#FFF;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
    overflow: hidden;
}

.bl-content ul#bl-work-items li p {
    position:absolute;
    display: block;
    bottom: 0;
    left: 10px;
    right: 10px;
	font-family: 'open_sansbold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
	font-weight:normal;
	color: #00395B;
	line-height:24px;
	width: auto;
    height: 68px;
	margin: 0;
	padding: 10px;
    text-align: right;
	background-color:rgba(255,255,255,0.50);
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.bl-content ul#bl-work-items li p:hover {
	background-color:rgba(255,255,255,0.90);
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.bl-content ul#bl-work-items li img {
    display:block;
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: 50%;
    line-height:0;
	border: none;
}

/* Panel Items */

div.bl-panel-items,
div.bl-panel-items div.panelitem {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
div.bl-panel-items div.panelitem div {
	position: absolute;
	width: 75%;
    max-width: 900px;
	margin: 0 auto;
	padding:0 0 20px;
	opacity: 1;
	bottom: 0;
	top: 25px;
	left: 0;
	right: 0;
	pointer-events: auto;
	overflow: hidden;
	overflow-y: auto;
	background-color:#FFF;
	border:0.5px solid #00395B;
}
div.bl-panel-items div.panelitem div h3 {
	position: relative;
    display: block;
	font-family: 'open_sansbold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: .025em;
	font-weight:normal;
	line-height:50px;
	height:50px;
	margin:-50px auto 0;
	padding:0;
	text-align:center;
	color:#00395B;
	background-color:rgba(255,255,255,0.60);
	border:none;
}

div.bl-panel-items div.panelitem div p {
	margin:0;
	padding:10px;
	text-align:left;
	color:#00395B;
}
div.bl-panel-items div.panelitem div p:first-of-type {
	font-family: 'open_sanssemibold', Helvetica, Arial, sans-serif;
	font-size: 1.125em;
	margin:0 0 10px;
	text-align:center;
	border-bottom:0.5px solid #00395B;
}
div.bl-panel-items div.panelitem div table {
	width: auto;
	margin:0;
	padding:0 10px;
	border: none;
}
div.bl-panel-items div.panelitem div td {
	font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
	margin:0;
	padding:0 20px 0 0;
	text-align:left;
	color:#00395B;
	border: none;
	vertical-align: top;
}
div.bl-panel-items div.panelitem div td:first-of-type {
	font-family: 'open_sanssemibold', Helvetica, Arial, sans-serif;
}
div.bl-panel-items div.panelitem div p.link {
    font-size: 2em;
	text-align:center;
}

div.bl-panel-items div.panelitem div img {
	margin:0;
	padding:0;
	line-height:0;
	display:block;
	width:100%;
	height:auto;
	max-width: 100%;
	background-color:#FFF;
}


div.bl-panel-items {
	top: 100%;
	z-index: 9999;	
}

div.bl-panel-items div.panelitem {
	background-color:#FFFEEE;
	z-index: 0;
	opacity: 0;
	-webkit-transform: translateY(0);
	-webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0s linear 0.5s;
	-moz-transform: translateY(0);
	-moz-transition: -moz-transform 0.5s ease-in-out, opacity 0s linear 0.5s;
	transform: translateY(0);
	transition: transform 0.5s ease-in-out, opacity 0s linear 0.5s;
	-ms-transform: translateY(0);
}

div.bl-panel-items nav {
	position: fixed;
	display:table;
	width:400px;
	height:40px;
	top:0;
	right: calc(50% - 200px);
	left: calc(50% - 200px);
	margin:10px 0;
	-webkit-transition: opacity 0.2s ease-in-out 0.5s;
	-moz-transition: opacity 0.2s ease-in-out 0.5s;
	transition: opacity 0.2s ease-in-out 0.5s;
	opacity:0;
	z-index: 9999;
}

div.bl-panel-items nav .logo {
	position: relative;
    display: table-cell;
	right:auto;
	top:auto;
	width:auto;
    min-width: 100px;
	height:40px;
	background-size: 48px 40px;
	background-position: center center;
	border-right:0.5px solid #00395B;
	border-left:0.5px solid #00395B;
    opacity: 1;
}
div.bl-panel-items nav span.bl-icon-close, 
div.bl-panel-items nav span.bl-next-work {
	position: relative;
    display: table-cell;
    top: 0;
	height:40px;
    line-height: auto;
	width:auto;
    min-width: 100px;
	cursor: pointer;
	padding:0;
    margin:0;
	font-size:32px;
	text-align:center;
    vertical-align: middle;
}
div.bl-panel-items nav span.bl-icon-close {
	border-top:none;
}
div.bl-panel-items nav span.bl-next-work {
	speak: none;
	text-transform: none;
	cursor: pointer;
	color:#00395B;
	-webkit-font-smoothing: antialiased;
}

div.bl-panel-items.bl-panel-items-show nav {
	opacity: 1;
}

div.bl-panel-items div.bl-show-work {
	z-index: 1000;
	opacity: 1;
	-webkit-transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	-moz-transform: translateY(-100%);
	-moz-transition: -moz-transform 0.5s ease-in-out;
	transform: translateY(-100%);
	transition: transform 0.5s ease-in-out;
	-ms-transform: translateY(-100%);
}

div.bl-panel-items div.bl-hide-current-work {
	opacity: 0;
	-webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	-webkit-transform: translateY(-100%) scale(0.5);
	-moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	-moz-transform: translateY(-100%) scale(0.5);
	transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	transform: translateY(-100%) scale(0.5);
	-ms-transform: translateY(-100%) scale(0.5);
	z-index: 0;
}

/* Transition classes and properties */
/* Separated for a better overview and control */

.bl-main section {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.bl-main section.bl-expand {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #FFFEEE;
	border:none;
}
.bl-main section.bl-expand:hover {
	background-color: #FFFEEE;
}


.bl-main section.bl-expand-top {
	z-index: 100;
}

.bl-main.bl-expand-item section:not(.bl-expand),
.bl-main.bl-expand-item section.bl-scale-down {
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}

.bl-box {
	-webkit-transition: opacity 0.2s linear 0.5s;
	-moz-transition: opacity 0.2s linear 0.5s;
	transition: opacity 0.2s linear 0.5s;
}

section.bl-expand .bl-box {
	opacity: 0;
	-webkit-transition: opacity 0s linear;
	-moz-transition: opacity 0s linear;
	transition: opacity 0s linear;
}

.bl-box h2 {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.no-touch section:not(.bl-expand) .bl-box:hover h2 {
	color:#00395B;
	opacity:1;
}


.bl-content,
.bl-icon-close, 
.logo {
	-webkit-transition: opacity 0.1s linear 0s;
	-moz-transition: opacity 0.1s linear 0s;
	transition: opacity 0.1s linear 0s;
}

section.bl-expand .bl-content,
section.bl-expand .bl-icon-close, 
section.bl-expand .logo {
	pointer-events: auto;
	opacity: 1;
	-webkit-transition: opacity 0.3s linear 0.5s;
	-moz-transition: opacity 0.3s linear 0.5s;
	transition: opacity 0.3s linear 0.5s;
}



@media only screen and (max-width: 1920px) {


.bl-box div {
	height:125px;
}
.bl-box h2 {
	padding: 40px 5%;
    font-size: 40px;
	line-height:45px;
}

}

@media only screen and (max-width: 1600px) {

/*	Header		---------------------------------------------------------------------------------------------------- */

.claim {
	padding:38px 40px 78px 0;
	font-size: 30px;
	line-height: 36px;
}
.claim span br {
    display: block;
}
    

.bl-box div {
	height:90px;
}

.bl-box h2 {
	padding: 27px 5%;
    font-size: 36px;
	line-height:36px;
}
div.bl-panel-items div.panelitem div img {
    max-height:400px;
    object-fit: cover;
    object-position: 50%;
}

}

@media only screen and (max-width: 1280px) {

/*	Header		---------------------------------------------------------------------------------------------------- */

.logos {
	width: 220px;
    background-size:150px 125px;
}

.claim {
	padding:40px 30px 80px 0;
	font-size: 28px;
	line-height: 32px;
}

.bl-main {
	width: calc(100% - 60px);
	height: calc(100% - 60px);
    margin: 30px;
}

.bl-main section p, 
.bl-content h4,
.bl-content h5 {
	font-size:1.215em;
}
div.bl-panel-items div.panelitem div {
	top: 35px;
}
.bl-box div {
	height:70px;
}
.bl-box h2 {
	padding: 20px 5%;
    font-size: 30px;
	line-height:30px;
}
    
.bl-content ul#bl-work-items li {
	width: 25%;
}

}

@media only screen and (max-width: 1024px) {

/*	Header		---------------------------------------------------------------------------------------------------- */

.logos {
	width: 210px;
    background-size:150px 125px;
}
.claim {
	padding:50px 20px 78px 0;
	font-size: 18px;
	line-height: 24px;
}
    

.bl-main section p, 
.bl-content h4,
.bl-content h5 {
	font-size:1em;
}
.bl-main section.bl-expand {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border:none;
}

.bl-box div {
	height:65px;
}
.bl-box h2 {
	padding: 20px 5%;
    font-size: 25px;
	line-height:25px;
}
.bl-content {
	top: 10px;
	left: 10px;
	bottom: 10px;
}


.bl-main section .bl-icon-close {
	top:80px;
}
.logo {
	top:10px;
}

div.bl-panel-items div.panelitem div h3 {
    font-size: 1.25em;
	line-height:40px;
	height:40px;
	margin:-40px auto 0;
}

.bl-content ul#bl-work-items li {
	width: 33.3333%;
}
.bl-content ul#bl-work-items li p {
    font-size: 20px;
	line-height:20px;
    height: 60px;
}
    
}

@media only screen and (max-width: 800px) {

/*	Header		---------------------------------------------------------------------------------------------------- */

.logos {
	width: 50%;
    max-width: 220px;
}
.claim {
    display: none;
}


.bl-box div {
	height:60px;
}
.bl-box h2 {
	padding: 20px 5%;
    font-size: 22px;
	line-height:20px;
}

.bl-content ul#bl-work-items li {
	width: 33.3333%;
}

.bl-content ul#bl-work-items li p {
    font-size: 18px;
	line-height:18px;
    height: 56px;
}


}

@media only screen and (max-width: 640px) {

    
/*	Header		---------------------------------------------------------------------------------------------------- */


.bl-main {
	width: calc(100% - 40px);
	height: calc(100% - 40px);
    margin: 20px;
}
.bl-box div {
	height:50px;
}
.bl-box h2 {
	padding: 15px 5%;
    font-size: 20px;
    letter-spacing: .0125em;
	line-height:20px;
}
    
.bl-content ul#bl-work-items li {
	width: 50%;
}
.bl-content ul#bl-work-items li p {
    font-size: 16px;
	line-height:16px;
    height: 52px;
}

div.bl-panel-items div.panelitem div {
	width: 90%;
	top: 45px;
}
div.bl-panel-items div.panelitem div h3 {
    font-size: 1em;
    letter-spacing: 0;
	line-height:30px;
	height:30px;
	margin:-30px auto 0;
}

}


@media only screen and (max-width: 480px) {

/*	Header		---------------------------------------------------------------------------------------------------- */


.bl-main {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
    margin: 10px;
}
.bl-main section p, 
.bl-content h4,
.bl-content h5 {
	font-size:0.9375em;
}
.bl-main section.first, 
.bl-main section.second, 
.bl-main section.third, 
.bl-main section.fourth {
	border:none;
}
.bl-main section.bl-expand {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
div.bl-panel-items div.panelitem div {
	top: 50px;
}
.bl-box div {
	height:40px;
}
.bl-box h2 {
	padding: 12px 5%;
    font-size: 16px;
    letter-spacing: 0;
	line-height:16px;
}
.bl-content {
	top: 0;
	left: 0;
	right: 65px;
	bottom: 0;
	border-bottom:none;
	border-top:none;
	border-left:none;
}

.bl-content p, 
.bl-content h4,
.bl-content h5 {
	padding:10px;
}
.bl-main section .bl-icon-close {
	width:35px;
	top: 60px;
	right:15px;
}
.logo {
	width:45px;
	height:30px;
	background-size: 45px 30px;
}

div.bl-panel-items div.panelitem div img {
	max-width: 100%;
}
}

@media only screen and (max-width: 400px) {
    
/*	Header		---------------------------------------------------------------------------------------------------- */

.logos {
	max-width: 160px;
	min-height:100px;
    background-size:120px 100px;
}
.bl-box h2 {
	padding: 12px 5%;
    font-size: 14px;
    letter-spacing: 0;
	line-height:16px;
}
div.bl-panel-items div.panelitem div {
    width: 100%;
	border-right:none;
	border-left:none;
	border-bottom:none;
}

.bl-content ul#bl-work-items li {
	width: 100%;
}

}



/* Farben
GfP
100% = #9BB1BF
50% = rgba(155,177,191,0.50)

React
100% = #00395B

SK Orange = #F1921E

#97A5B8
#7A8EA4
#45687D
*/