/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('../fonts/roboto-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('../fonts/source-sans-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-900 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/source-sans-pro-v11-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Black'), local('SourceSansPro-Black'),
       url('../fonts/source-sans-pro-v11-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v11-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v11-latin-900.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-900italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/source-sans-pro-v11-latin-900italic.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Black Italic'), local('SourceSansPro-BlackItalic'),
       url('../fonts/source-sans-pro-v11-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v11-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-900italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v11-latin-900italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/*
#------------------------------------------------------------------------
# Writer - #8 2014 Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2014 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Here you can include your override CSS styles */


/* +++ ALLGEMEIN +++*/

/* Import Font Awesome CSS */
@import url("font-awesome.css");

body {
    line-height: 1.5;
    font-weight: 200;
    background: #e6e6e6;
}

img {
    border: 0;
    max-width: 102%;
}

.img-fulltext-none, .img-fulltext-left, .img-fulltext-right {
    margin-bottom: 1.7em;
    max-height: 50vh;
}

#gk-content {
    background: #fff;
    padding-left: 75px;
    position: relative;
    z-index: 1;
}

p {
    margin: 0.5em 0 0em 0em;
}
#aside-menu .box p {
    margin: 1.1em 0 0em;
}

img.remote {
    height: 23px;
    margin-left: 50%;
    transform: translate(-50%, 0);
    display: block;
    float: left;
    margin: 20px auto 10px 50%;
}

.itemBody h3 {
    font-size: 28px;
}

h1 {
    font-size: 29px;
    text-transform: none;
    margin-top: 6px;
    margin-bottom: 11px;
}

h2, .componentheading {
    font-size: 25px;
    text-transform: none;
}


.single-page > header {
    margin: -75px -75px 0px -75px;
}
.itemBody h1, .itemBody h2, .itemBody h3, .itemBody h4, .itemBody h5, .itemBody h6 {
    font-weight: bold;
    margin: 60px 0 30px;
}
ul li {
    list-style-position: inside;
}

#system-message-container {
    padding: 85px;
    font-weight: 500;
}



/* +++ ENDE ALLGEMEIN +++ */

/* SIG Gallery */
ul.sigProResponsive li.sigProThumb a.sigProLink {
    color: #ffffff;
    background-color: #ffffff;
    border: 0px solid #ffffff;
    -webkit-transition: 200ms all ease-in;
    -moz-transition: 200ms all ease-in;
    transition: 200ms all ease-in;
}
ul.sigProResponsive li.sigProThumb a.sigProLink:hover {
    border: 0px solid #009fa0;
    opacity: 0.4;
}

ul.sigProResponsive span.sigProPseudoCaption {
    background: #00a0a0;
    padding-top: 4px;
    -webkit-transition: 200ms all ease-in;
    -moz-transition: 200ms all ease-in;
    transition: 200ms all ease-in;
}

/* LOGO CDN */

.cdn-logo {  
    padding: 9%;
    position: absolute;
    top: -3.3em;
    z-index: 125;
    font-size: 12px;
    left: 12px;
    margin-top: 1em;
}



/* BREADCRUMB */
.breadcrumbs {
    color: #dbdada;
    float: left;
    font-size: 14px;
    text-align: right;
    width: 100%;
}

.breadcrumbs li a {
    color: #fff;
}


#gk-breadcrumb-cdn {
    Position: absolute;
    display: block;
    border-bottom: 0px solid #d5d5d5;
    margin: 0px 0 32px 0;
    overflow: hidden;
    padding: 10px 19px;
    text-align: left;
    top: 1%;
    left: 10%;
    z-index: 125;
    color: #ffffff;
}
.breadcrumb-cdn-privat li a:hover {
    color: #3f9dda;
}
.breadcrumb-cdn-geschaeft li a:hover {
    color: #db3c62;
}

.box li {
	border-bottom: 0px solid #ddd;
	line-height: 1.6;
	padding: 7px 0;
}



/* KATEGORIE LAYOUT */

section.category .children li, section.blog .children li {
    border: none;
    font-weight: 400;
    overflow: hidden;
    padding: 20px 10px 0;
    max-width: 49%;
    float: left;
    background: #fff;
}

section.category .children li a {
    background: #fff;
    margin: -55px 41px 0;
    padding: 19px 69px 0;
    position: relative;
    top: 11.5em;
    color: #000;
    font-size: 28px;
}

section.category .children img a {
    margin: 0px 0px 0;
    padding: 0px 0px 0;
    position: relative;
    top: 0em;
}

section.category .children li a:hover {
    color: #009fa0;
}

.itemImageBlock + .itemBlock {
    background: #fff;
    margin: -55px 55px 0;
    padding: 35px 55px 0;
    position: relative;
}

.categoryDescription, .itemAuthorDetails p {
    color: #000;
    font-size: 23px;
    line-height: 1.6;
    margin: 60px 0px 0px 0px;
    font-weight: 600;
}





/* VERTICAL MENU */


#aside-menu {
  z-index: 1;
  transition-duration: 0.5s;
}

/* #aside-menu:hover {
  left: 0 !important;
  transition-duration: 0.5s;
} */

#aside-menu {
  overflow: inherit;
}




*/ STICKY */

img {
    max-width: 102% !important;
    min-width: 360px;
    background: transparent;
}

#gk-menu-button > span {
	margin-top: 0%;
	    width: 35px;
}
#gk-menu-button > span:after,
#gk-menu-button > span:before {
	left: 0;
	margin-left: -0px;
	width: 35px;	
}
#gk-menu-button:hover > span,
#gk-menu-button:hover > span:after,
#gk-menu-button:hover > span:before {
	width: 35px;
        background: #009fa0 !important;
}

#gk-logo-text {
	cursor: pointer;
}

/* deaktiviert am 12.01.2020 FG 
#gk-menu-button {
    left: 0;
    position: absolute;
    top: 192px;
    margin-top: 0%;
    height: 40%;
}
*/

#gk-menu-button {
    left: 0;
    position: absolute;
    top: 0;
    margin-top: 0%;
    height: 68%;
    padding-top: 195px;
}

#gk-menu-button-top {
    content: "";
    left: 0;
    position: absolute;
    top: 0px;
    margin-top: 0%;
    height: 170px;
    z-index: 2;
    width: 75px;
}



#gk-menu-button-top {
    display: none;
}


#gk-menu-button:hover > span:after, #gk-menu-button:hover > span:before {
    margin-left: 0px;
}

#gk-menu-button.menu-open > span:before {
    margin-left: 0px;
}


/* INAKTIV 
#gk-menu-home {
    position: absolute;
    top: 160px;
    margin-top: 0%;
    height: 40px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #252522;
    left: 0;
    width: 77px;
    text-align: center;
}
*/
#gk-menu-home {
    display: none;
}


#gk-menu-home a {
    color: #252522;
}
#gk-menu-home a:hover {
    color: #009fa0;
}

#gk-menu-button-bottom {
    left: 0;
    position: absolute;
    bottom: 20px;
    margin-top: 0%;
    width: 100%;
}


#aside-menu > div.overthrow {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 300px !important;
    padding: 0px 30px 0px 0px;
    min-width: 280px;
    max-width: 100%;
    background: #252522;
}




#off-menu_870 h3.sm-head {
    text-align: left;
}
#off-menu_868 h3.sm-head {
    text-align: left;
}

.box {
    font-size: 15px;
    line-height: normal;
    margin: 0 0 -9px 0;
    width: 100%;
}

/* ////////// Video News ////////// */

video.videonews {
    width: 100%;
}

/* ////////// AcyMailing Newsletter ////////// */

input.button.unsubbutton.btn.btn-inverse {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    text-transform: uppercase;
    margin: 1px 0px 0px 8px;
}

input.button.subbutton.btn.btn-primary {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    text-transform: uppercase;
}

/* ////////// NEUES MENÜ AKORDEON ////////// */

/* ///// PRIVATKUNDEN ///// */
/* GANZES MENÜ */
dd.level1.off-nav-1461 div.sm-level.level2 {
background: #3e9edb;
}
dd.level1.off-nav-1461 div.sm-level.level3 {
background: #3e9edb;
}
/* TITEL */
dt.level1.off-nav-1461.parent.opened.active {
background: #358dcc;
}
dt.level1.off-nav-1461.parent.opened.parent {
background: #358dcc;
}
/* EINZELNE MENÜPUNKTE AKTIV+HOVER */
.off-nav-1461 dl dt.opened.parent, .off-nav-1461 dl.level2 dt.opened.parent, .off-nav-1461 dl dt.hover, .off-nav-1461 dl dt:hover, .off-nav-1461 dl.level2 dt.hover, .off-nav-1461 dl.level2 dt:hover {
background: #358dcc;
}
.off-nav-1461 dl dt.active, .off-nav-1461 dl.level2 dt.active {
background: #358dcc;
}
/* /// ENDE PRIVATKUNDEN /// */


/* ///// GESCHÄFTSKUNDEN ///// */
/* GANZES MENÜ */
dd.level1.off-nav-1268 div.sm-level.level2 {
background: #db3c62;
}
dd.level1.off-nav-1268 div.sm-level.level3 {
background: #db3c62;
}
/* TITEL */
dt.level1.off-nav-1268.parent.opened.active {
background: #c23456;
}
dt.level1.off-nav-1268.parent.opened.parent {
background: #c23456;
}
/* EINZELNE MENÜPUNKTE AKTIV+HOVER */
.off-nav-1268 dl dt.opened.parent, .off-nav-1268 dl.level2 dt.opened.parent, .off-nav-1268 dl dt.hover, .off-nav-1268 dl dt:hover, .off-nav-1268 dl.level2 dt.hover, .off-nav-1268 dl.level2 dt:hover {
background: #c23456;
}
.off-nav-1268 dl dt.active, .off-nav-1268 dl.level2 dt.active {
background: #c23456;
}
/* /// ENDE GESCHÄFTSKUNDEN /// */


/* ///// ÜBER UNS ///// */
/* GANZES MENÜ */
dd.level1.off-nav-1302 div.sm-level.level2 {
background: #009fa0;
}
dd.level1.off-nav-1302 div.sm-level.level3 {
background: #009fa0;
}
/* TITEL */
dt.level1.off-nav-1302.parent.opened.active {
background: #008c91;
}
dt.level1.off-nav-1302.parent.opened.parent {
background: #008c91;
}
/* EINZELNE MENÜPUNKTE AKTIV+HOVER */
.off-nav-1302 dl dt.opened.parent, .off-nav-1302 dl.level2 dt.opened.parent, .off-nav-1302 dl dt.hover, .off-nav-1302 dl dt:hover, .off-nav-1302 dl.level2 dt.hover, .off-nav-1302 dl.level2 dt:hover {
background: #008c91;
}
.off-nav-1302 dl dt.active, .off-nav-1302 dl.level2 dt.active {
background: #008c91;
}




/* CW Gallery Verkaufsgeschäfte */
span.ctitle {
    font-family: 'Roboto Condensed', Arial, sans-serif;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #009fa0!important;
}



/* CW Gallery Fix der Navigation-Buttons */
button.fancybox-button.fancybox-button--arrow_right svg {
    height: 210px;
        margin: -100px 0 0 0px;
}

button.fancybox-button.fancybox-button--arrow_left svg {
    height: 210px;
        margin: -100px 0 0 0px;
}

.fancybox-button:hover {
    color: #fff!important;
}


/* /// ENDE ÜBER UNS /// */


/* ///// AKTUELL ///// */
/* GANZES MENÜ */
dd.level1.off-nav-1326 div.sm-level.level2 {
background: #bead4d;
}
dd.level1.off-nav-1326 div.sm-level.level3 {
background: #bead4d;
}
/* TITEL */
dt.level1.off-nav-1326.parent.opened.active {
background: #ae9f47;
}
dt.level1.off-nav-1326.parent.opened.parent {
background: #ae9f47;
}
/* EINZELNE MENÜPUNKTE AKTIV+HOVER */
.off-nav-1326 dl dt.opened.parent, .off-nav-1326 dl.level2 dt.opened.parent, .off-nav-1326 dl dt.hover, .off-nav-1326 dl dt:hover, .off-nav-1326 dl.level2 dt.hover, .off-nav-1326 dl.level2 dt:hover {
background: #ae9f47;
}
.off-nav-1326 dl dt.active, .off-nav-1326 dl.level2 dt.active {
background: #ae9f47;
}
/* /// ENDE AKTUELL /// */





#gk-copyrights {
    border-top: 0px solid #ddd;
    padding: 20px 14px;
}
#gk-copyrights p {
    color: #ddd;
}


/* DOWNLOADS */

a.pdf, a.ipdf, a.link, a.word, a.excel, a.formular, a.download {
    position: relative;
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
    height: 4em;
    background: #ededed;
    border-bottom: solid 1px #fff;
    transition: all ease .5s;
}

a.pdf:hover, a.ipdf:hover, a.link:hover, a.word:hover, a.excel:hover, a.formular:hover, a.download:hover {
    text-decoration: none;
    color: #333333;
    background: #e4e4e4;
}

a.pdf:hover .download-icon, a.ipdf:hover .download-icon, a.link:hover .download-icon, a.word:hover .download-icon, a.excel:hover .download-icon, a.formular:hover .download-icon, a.download:hover .download-icon {
    background: #db3c62;
}

a.pdf:hover .download-icon:before, a.ipdf:hover .download-icon:before, a.link:hover .download-icon:before, a.word:hover .download-icon:before, a.excel:hover .download-icon:before, a.formular:hover .download-icon:before, a.download:hover .download-icon:before {
    transform: translate(-50%,-50%) scale(1.1);
}

.onlineschalter-titel {
    width: 80%;
    padding: 2% 13% 2% 2%;
    float: left;
    font-size: 1rem;
    line-height: 1.5;
    color: #333333;
}

.download-icon {
    position: relative;
    width: 20%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    float: right;
    background: #009fa0;
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 0.6rem;
    transition: all ease 0.5s;
}

a.pdf .download-icon:before {
    position: absolute;
    content: "";
    bottom: 12%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 23px;
    height: 26px;
    background-image: url(../images/downloads/download-pdf.svg);
    background-size: cover;
    transition: all ease 0.5s;
}

a.ipdf .download-icon:before {
    position: absolute;
    content: "";
    bottom: 12%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 23px;
    height: 26px;
    background-image: url(../images/downloads/download-ipdf.svg);
    background-size: cover;
}

a.link .download-icon:before {
    position: absolute;
    content: "";
    bottom: 18%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 27px;
    height: 23px;
    background-image: url(../images/downloads/download-link.svg);
    background-size: cover;
}

a.word .download-icon:before {
    position: absolute;
    content: "";
    bottom: 12%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 23px;
    height: 26px;
    background-image: url(../images/downloads/download-word.svg);
    background-size: cover;
}

a.excel .download-icon:before {
    position: absolute;
    content: "";
    bottom: 12%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 23px;
    height: 26px;
    background-image: url(../images/downloads/download-excel.svg);
    background-size: cover;
}

a.download .download-icon:before {
    position: absolute;
    content: "";
    bottom: 12%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 27px;
    background-image: url(../images/downloads/download-download.svg);
    background-size: cover;
}

a.formular .download-icon:before {
    position: absolute;
    content: "";
    bottom: 12%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 27px;
    background-image: url(../images/downloads/download-form.svg);
    background-size: cover;
}

/**** LOGIN FORM ***/

#form-login-buttons input {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    color: #fff!important;
    text-transform: uppercase;
    font-weight: 400;
    width: auto;
}

#form-login-buttons,
#form-login-remember {
    float: left;
    display: block;
    width: 100%;
    position: relative;
}

#form-login-forgot {
    display: none;
}



/* AUSWAHL */

.auswahl {
    background: #ffffff;
    background-size: cover!important;
    background-position: center center!important;
    display: block;
    float: left;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.auswahl-1, .auswahl-2, .auswahl-3, .auswahl-4 {
    position: relative;
    width: calc(50% - 1px);
    height: calc(50% - 1px);
    float: left;
    overflow: hidden;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

.auswahl-hover {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transition: all ease 1.5s;
}

.auswahl h2 {
    position: absolute;
    bottom: 10%;
    right: 10%;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    opacity: 1;
    z-index: 2;
    transition: all ease 0.3s;
}

.auswahl-1 h2:before, .auswahl-2 h2:before, .auswahl-3 h2:before, .auswahl-4 h2:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 3px;
}

.auswahl-1 h2:before {
    background: #de3b61;
}

.auswahl-2 h2:before {
    background: #389bdc;
}

.auswahl-3 h2:before, .auswahl-4 h2:before {
    background: #489d9f;
}


.auswahl-1:hover .auswahl-hover, .auswahl-2:hover .auswahl-hover, .auswahl-3:hover .auswahl-hover, .auswahl-4:hover .auswahl-hover {
    transform: scale(1.1);
}

.auswahl a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    cursor: pointer;
}

.auswahl .info {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1rem;
    opacity: 0;
    transition: all ease 0.3s;
    left: 50%;
    white-space: nowrap;
    padding: 20px;
    z-index: 2;
}

.auswahl-1:hover .info, .auswahl-2:hover .info, .auswahl-3:hover .info, .auswahl-4:hover .info {
    opacity: 1;
}



figure.effect-milo {
	background: #2e5d5a;
}

figure.effect-milo img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-30px,0,0) scale(1.12);
	transform: translate3d(-30px,0,0) scale(1.12);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

figure.effect-milo h2 {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1em 1.2em;
        color: #fff;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
}

figure.effect-milo p {
	font-size: 20px;
	padding: 0 10px 0 0;
	width: 50%;
	border-right: 1px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
        color: #fff;
        position: absolute;
        bottom: 7%;
        z-index: 999;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
}

figure.effect-milo:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
        z-index: 999;
}


.CoverImage {
    background-size: cover!important;
    background-position: center center!important;
    display: block;
    float: left;
    height: 50%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    opacity: 1;
}

.CoverImage2 {
    background-size: cover!important;
    background-position: center center!important;
    display: block;
    float: left;
    height: 50%;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 2;
    opacity: 1;
}

.CoverImage:hover {
    opacity: 1;
}

.CoverImage2:hover {
    opacity: 1;
}




/* BUTTONS SIDEBAR LINKS UNTEN */

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000;
	-webkit-perspective: 1000; /* Chrome, Safari, Opera */
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d; /* Chrome, Safari, Opera */
	margin-bottom: 8px;
}
	/*  UPDATED! flip the pane when hovered */
	.flip-container:hover .back {
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg); /* Safari */
	}
.flip-container:hover .front {
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg); /* Safari */
	}

.flip-container, .front, .back {
	width: 73px;
	height: 52px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d; /* Chrome, Safari, Opera */
	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
	transition: 0.6s;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d; /* Chrome, Safari, Opera */
	position: absolute;
	top: 0;
	left: 0;
}

/*  UPDATED! front pane, placed above back */
.front {
	z-index: 2;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg); /* Safari */
}

/* back, initially hidden pane */
.back {
	transform: rotateX(-180deg);
	-webkit-transform: rotateX(-180deg); /* Safari */
        font-size: 15px;
        text-align: center;
        background-color: #ffffff;
	width: 175px;
	height: 51px;
}







.sidebar-button {
width:75px; height:62px; position:relative;
-webkit-transform-style: preserve-3d;
-webkit-transform-origin: 100% 31px;
-webkit-transition: all 0.4s ease;
transform-style: preserve-3d;
transform-origin: 100% 31px;
transition: all 0.4s ease;
}

.sidebar-button:hover {
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}

.oberseite, .unterseite {
width:75px; height:56px; position:absolute; left:0; 
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}

.unterseite {
    width:175px;
    height:52px;
    font-size: 15px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    text-align: center;
    background-color: #252522;
    margin-top: 8px;
    color: #fff;
    padding: 23px;
}




/* QUICK ICONS RECHTE SPALTE */


.quick {
    padding: 1px 0px 0px 2px;
    width: 100%;
    float: left;
}

.quick_contact {
 background: rgba(214,214,214,1);
background: -moz-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(240,240,240,1) 53%, rgba(240,240,240,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,214,214,1)), color-stop(53%, rgba(240,240,240,1)), color-stop(100%, rgba(240,240,240,1)));
background: -webkit-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(240,240,240,1) 53%, rgba(240,240,240,1) 100%);
background: -o-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(240,240,240,1) 53%, rgba(240,240,240,1) 100%);
background: -ms-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(240,240,240,1) 53%, rgba(240,240,240,1) 100%);
background: linear-gradient(to bottom, rgba(214,214,214,1) 0%, rgba(240,240,240,1) 53%, rgba(240,240,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#f0f0f0', GradientType=0 );
    border: solid 1px #d9d9d9;
    color: #4c4c4c;
    padding: 9px 0px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    margin-right: -2px;
    width: 24.8%;
    /*-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);*/
}
.quick_contact:hover {
    border: solid 1px #d9d9d9;
    color: #009fa0;
}
.quick_mitarbeitende {
background: rgba(214,214,214,1);
background: -moz-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(240,240,240,1) 53%, rgba(240,240,240,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,214,214,1)), color-stop(53%, rgba(240,240,240,1)), color-stop(100%, rgba(240,240,240,1)));
background: -webkit-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(240,240,240,1) 53%, rgba(240,240,240,1) 100%);
background: -o-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(240,240,240,1) 53%, rgba(240,240,240,1) 100%);
background: -ms-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(240,240,240,1) 53%, rgba(240,240,240,1) 100%);
background: linear-gradient(to bottom, rgba(214,214,214,1) 0%, rgba(240,240,240,1) 53%, rgba(240,240,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#f0f0f0', GradientType=0 );
    border: solid 1px #d9d9d9;
    color: #4c4c4c;
    padding: 9px 0px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    margin-right: -2px;
    width: 24.8%;
    /*-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);*/
}
.quick_mitarbeitende:hover {
    border: solid 1px #d9d9d9;
    color: #009fa0;
}
.quick_jobs {
background: rgba(214,214,214,1);
background: -moz-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(240,240,240,1) 53%, rgba(240,240,240,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,214,214,1)), color-stop(53%, rgba(240,240,240,1)), color-stop(100%, rgba(240,240,240,1)));
background: -webkit-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(240,240,240,1) 53%, rgba(240,240,240,1) 100%);
background: -o-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(240,240,240,1) 53%, rgba(240,240,240,1) 100%);
background: -ms-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(240,240,240,1) 53%, rgba(240,240,240,1) 100%);
background: linear-gradient(to bottom, rgba(214,214,214,1) 0%, rgba(240,240,240,1) 53%, rgba(240,240,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#f0f0f0', GradientType=0 );
    border: solid 1px #d9d9d9;
    color: #4c4c4c;
    padding: 9px 0px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    margin-right: -2px;
    width: 24.8%;
    /*-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);*/
}
.quick_jobs:hover {
    border: solid 1px #d9d9d9;
    color: #009fa0;
}
.quick_imagefilm {
background: rgba(214,214,214,1);
background: -moz-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(240,240,240,1) 53%, rgba(240,240,240,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,214,214,1)), color-stop(53%, rgba(240,240,240,1)), color-stop(100%, rgba(240,240,240,1)));
background: -webkit-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(240,240,240,1) 53%, rgba(240,240,240,1) 100%);
background: -o-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(240,240,240,1) 53%, rgba(240,240,240,1) 100%);
background: -ms-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(240,240,240,1) 53%, rgba(240,240,240,1) 100%);
background: linear-gradient(to bottom, rgba(214,214,214,1) 0%, rgba(240,240,240,1) 53%, rgba(240,240,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#f0f0f0', GradientType=0 );
    border: solid 1px #d9d9d9;
    color: #4c4c4c;
    padding: 9px 0px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    margin-right: -2px;
    width: 25.1%;
    /*-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);*/
}
.quick_imagefilm:hover {
    border: solid 1px #d9d9d9;
    color: #009fa0;
}
[class^="wf-icon-"], [class*=" wf-icon-"] {
    display: none;
}

.search {
    width: 100%;
    position: relative;
    left: 0%;
    top: -22.5px;
    margin-bottom: 20px;
}

.box.search {
    margin-left: 0% !important;
    max-width: 100% !important;
    top: 46px;
}




/* SWITCHER */
#gk-logo {
    min-height: 170px;
}





/* LOGO */
#gk-social {
    margin-top: -51px;
    margin-right: 204px;
    padding: 0px 20px 0px 12px;
}

#gk-search + #gk-social {
    border-right: 0px solid #d5d5d5;
}


#gk-right-top-bg {
    height: 121px;
    left: 0;
}



/* SIDEBAR */

body {
    background: #f3f3f3;
}

#gk-right.has-top-area {
    padding-top: 51px;
    padding-right: 1.5%;
}

#gk-sidebar {
    margin-left: -40px;
    margin-top: 33px;
}


.box .header {
    padding: 18px 0 0px 0;
}

.avacube {
    margin-left: -38px;
}

.sidebar {
    padding: 1px;
    margin-bottom: -27px;
}

.contact {
    color: #1b1b1d;
    background: #fff;
    padding: 15px 0px 15px 0px;
    text-align: center;
    font-size: 24px;
}
.contact p,h2 {
    color: #1b1b1d;
}

.contact-sub {
    color: #1b1b1d;
    background: #419a9e;
    padding: 11px;
}
.contact-sub p,h2 {
    color: #252522;
}

.dienstleistungen {
    color: #fff;
    padding: 18px;
}

.dienstleistungen [class^="fa fa-"], [class*=" fa-"] {
    color: #000;
}

.dienstleistungen span,p {
    color: #000;
}
.dienstleistungen table {
    border: 0px solid #e5e5e5;
}

.cdn-sidebar-team {
    text-align: center;
    margin-bottom: 12px;
    background: #dedede;
    margin-top: 50px;
    padding: 0px 0px 15px 0px;
}

.cdn-sidebar-team h3 {
    text-align: center;
    background: #dedede;
    margin-top: 25px;
}

.cdn-sidebar-team-about {
    text-align: center;
    background: #dedede;
    margin-bottom: -14px;
    margin-top: 25px;
    padding: 0px 0px 15px 0px;
}

.cdn-sidebar-contact {
    text-align: center;
    margin-bottom: -11px;
    background: none;
    margin-top: 0px;
    padding: 0px 1px 22px 12px;
}

.cdn-sidebar-docs {
    padding: 1px 0px 8px 0;
    margin-bottom: 10px;
    background: #dedede;
    line-height: normal;
    margin-top: 18px;
}

.cdn-sidebar-video {
    padding: 0px 5px 0px 1px;
    text-align: center;
    margin-bottom: 0px;
    /*background: #dedede;*/
    line-height: normal;
}

.cdn-sidebar-text p {
    padding: 15px 0px 0px 47px;
}

.cdn-sidebar .header {
    padding: 0px 0px 0px 47px;
    background: #f5f5f5;
    text-align: left;
    font-family: 'Roboto Condensed',Helvetica, Arial;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    text-align: left;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.20);
    line-height: 47px;
    margin-bottom: -30px;
    margin-top: 26px;
}

.cdn-sidebar-aktuell .header {
    padding: 0px 16px 14px 0px;
    font-family: 'Roboto Condensed',Helvetica, Arial;
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
    text-align: right;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.20);
    line-height: 47px;
    margin-bottom: -47px;
    text-transform: uppercase;
    margin-top: 90px;
}
.cdn-sidebar-aktuell .header:before {
    background: #009fa0;
    content: "";
    height: 2px;
    left: 15px;
    position: absolute;
    top: -8px;
    width: 100px;
}

.cdn-sidebar-aktuell .bt-cs .bt-inner .bt-title:before {
    background: #009fa0;
    content: "";
    height: 2px;
    left: 15px;
    position: absolute;
    top: -8px;
    width: 100px;
}


.box.oeffnungszeiten {
    border-top: solid 0px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 3em;
    margin-top: 0em;
    float: left;
}

.oeffnungszeiten h3 {
    text-align: center;
     text-transform: none !important;
    margin: 20px 0;
}


select, textarea, input[type="text"], input[type="password"], input[type="url"], input[type="email"] {
    width: 100%;
    margin-left: 2px;
    margin-top: 1px;
    float: left;
    max-width: 80%!important;
    max-height: 38px!important;
    /*-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);*/
}
button, input.button, span.button, button.button, div.button, input[type="button"], .pagenav-prev a, .pagenav-next a, .prev a, .next a, .button.invert:active, .button.invert:focus, .invert:hover, .readon {
    background: #00a0a0; /* Old browsers */
    background: -moz-linear-gradient(top,  #59c8c8 0%, #00a0a0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #59c8c8 0%,#00a0a0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #59c8c8 0%,#00a0a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59c8c8', endColorstr='#00a0a0',GradientType=0 ); /* IE6-9 */
    border: solid 0px #009fa0;
    color: #fff !important;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 15px;
    margin-right: -2px;
    margin-left: -2px;
    margin-top: 1px;
    width: 20.3%;
    max-height: 38px!important;
    /*-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);*/
}
.button, a.btn {
	border: solid 1px #00a0a0;
    color: #000;
    text-align: center;
    text-decoration: none;
    display: table;
    font-size: 15px;
	line-height: 2;
    padding: 0px 11px 0px 16px;
    margin-top: 18px;
    font-family: inherit;
    white-space: nowrap;
	transition: all ease .5s;
}

.button:hover, a.btn:hover {
    color: #fff;
	background: #00a0a0;
    background: -moz-linear-gradient(top, #59c8c8 0%, #00a0a0 100%);
    background: -webkit-linear-gradient(top, #59c8c8 0%,#00a0a0 100%);
    background: linear-gradient(to bottom, #59c8c8 0%,#00a0a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59c8c8', endColorstr='#00a0a0',GradientType=0 );
    border: solid 1px #fff;
}

dd.create {
    margin-inline-start: 0;
}


/* VIDEO LIGHTBOX */
<div id="vieo" style="display:none;">
  <div class="lightboxcontainer">
	<div class="lightboxleft">
	  <div class="divtext">
		<p class="divtitle" style="font-size:16px;font-weight:bold;margin:12px 0px;">WonderPlugin Gallery</p>
		<p class="divdescription" style="font-size:14px;line-height:20px;">WonderPlugin Gallery is a WordPress photo and video gallery plugin, and a great way to showcase your images and videos online. The plugin supports images, YouTube, Vimeo, Dailymotion, mp4 and webm videos. </p>
	  </div>
	</div>
	<div class="lightboxright">
	  <iframe width="100%" height="100%" src="https://www.youtube.com/embed/wswxQ3mhwqQ" frameborder="0" allowfullscreen></iframe>
	</div>
	<div style="clear:both;"></div>
</div></div>



/* KORREKTUR BEI FOX MODUL „Kontaktieren Sie Uns“ */
.lineheightnormal {
    line-height: normal!important;
}
div#fox-container-m1047 .btn {
    min-width: 130px;
    font-family: inherit;
}

/* ANPASSUNG FELDGRÖSSE BEI FOX MODUL "MIETGERÄTE" */
div#fox-container-m1047 .fox-form textarea {
    min-height: 200px;
}



/* ZWEI SPALTEN */

.columnsContainer { position: relative; margin: 0em; padding: 0px 0px; }
.cdn-sidebar-columns-left {width: 20.75em;}
.cdn-sidebar-columns-right {position: absolute; top: 0; right: 0; width: 20.75em;}
/* MEDIA QUERIES */
@media screen and (min-width: 47.5em ) {
  .leftColumn { margin-right: 19.5em; }

	.rightColumn { position: absolute; top: 0; right: 0; width: 15.75em; }   
}



/* AKTIONS HINWEIS */
.latest-posts-right .is-featured {
    background: #e9b928;
}

/* INLINEFRAME */
#outerdiv
{
width:100%;
height: 3000px;
overflow:hidden;
position:relative;
}

#inneriframe
{
position:absolute;
top: 0px;
left:0px;
width:100%;
height: 3000px;
} 



/* FIELDSATTACH */

/* PDF DOWNLOAD */

.download {
margin-top: 20px;
}


/* FERNSUPPORT */

.fernsupport input[type="submit"] {
    font-family: inherit;
}


/* NEWS BEITRÄGE */

.news.itemListView .itemImageBlock + .itemBlock {
    background: #fff;
    margin: 0px 1px 0;
    padding: 32px 19px 0;
    position: relative;
    padding: 33px 19px 21px;
    min-height: auto;
}
.news.itemListView .itemInfoBlock {
    color: #a8a8a8;
    font-size: 19px;
    line-height: 1;
    text-align: left;
    margin-top: -11px;
}
.news.itemListView .itemImageBlock {
    position: relative;
    max-height: 250px;
}
.news.fieldset.filters, .blog .leading, .content-links, .pane-sliders {
    margin-bottom: 30px;
    margin-top: 70px;
}

.blog article, .blog-featured article {
    margin-bottom: 0px!important;
    padding-top: 50px!important;
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 50px;
}


.projekte.article header h1, article header h2 {
    font-size: 20px;
}


.projekte.itemListView .itemImageBlock + .itemBlock {
    background: #fff;
    margin: 0px 1px 0;
    position: relative;
    padding: 4px 19px 21px;
    min-height: auto;
}
.projekte.itemListView .itemInfoBlock {
    color: #a8a8a8;
    font-size: 19px;
    line-height: 1;
    text-align: left;
    margin-top: -11px;
}
.projekte.itemListView .itemImageBlock {
    position: relative;
    max-height: 250px;
}
.projekte.fieldset.filters, .blog .leading, .content-links, .pane-sliders {
    margin-bottom: 30px;
    margin-top: 70px;
}




/* ///// POPUP ///// */

#ac-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 1001;
    display: flex;
    justify-content: center;
    align-items: center;
}
#popup {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    height: 361px;
    position: relative;
    width: 597px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3%;
    margin: 2%;
}

#popup img {
    max-width: 200px;
}


/* ///// JOBS ////// */

.jobs .items-row {
    padding: 5% 0;
    border-bottom: solid 1px #e5e5e5;
}

dd.field-entry.einleitungstext-jobs-n {
    font-weight: 600;
    margin-bottom: 20px;
    margin-inline-start: 0;
}

dd.field-entry.jobtitel {
    font-size: 25px;
    font-weight: 600;
    margin-inline-start: 0;
    line-height: 1.5;
    margin: 40px 0;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    padding: 10px 0;
}

dd.field-entry.jobbeschreibung, dd.field-entry.vor-jobtitel {
    margin-inline-start: 0;
}

.einleitungstext-jobuebersicht {
	width: 100%
}

.jobbeschreibung ul li {
    list-style-position: outside;
    margin-left: 17px;
}

dd.field-entry.inserat, dd.field-entry.bewerbung {
    margin-inline-start: 0;
    margin: 40px 0;
    line-height: 3;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
}

.inserat a, .bewerbung a {
	color: transparent;
	position: relative;
}

.inserat a:after {
    content: "Stelleninserat";
    position: absolute;
    color: #009fa0;
    text-transform: uppercase;
    font-size: 15px;
    left: 40px;
    top: 50%;
    transform: translate(-0%, -50%);
}

.inserat a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-0%, -50%);
    background-image: url(../images/download.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
}

.bewerbung a:after {
    content: "Bewerben";
    position: absolute;
    color: #009fa0;
    text-transform: uppercase;
    font-size: 15px;
    left: 40px;
    top: 50%;
    transform: translate(-0%, -50%);
}

.bewerbung a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-0%, -50%);
    background-image: url(../images/bewerbung.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
}

.box.fringebenefits.gkmod-1 ul {
    list-style: disc;
}


/* Button Wettbewerb */

div#fox-container-m1133 .btn, div#fox-container-m1133 .btn span {
    width: auto;
}

/* KATEGORIE HEADER / CATEGORY HEADER */

.itemAuthorData, .itemsCategory {
    margin: -75px -73px 20px -75px;
    padding: 0px 0px;
    position: relative;
    left: 0;
    overflow: hidden;
    width: auto;
    line-height: 0;
}
.itemAuthorData, .itemsCategory img {
    display: block;
    height: auto!important;
    max-width: 100%!important;
    width: 100%!important;
}

.itemAuthorData, .itemsCategory:before {
    content: " ";
    left: 0;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.itemsCategory h1 {
    font-size: 55px;
    bottom: 55px;
    color: #fff;
    left: 0;
    line-height: 1;
    padding: 17px 75px;
    position: absolute;
    text-transform: uppercase;
}

.itemsCategory h1:before {
    background: #009fa0;
    content: "";
    height: 2px;
    left: 75px;
    position: absolute;
    top: 0;
    width: 200px;
}





/* AVACUBE BANNER */
/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.effect-goliath {
        background: #1b9fa0;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
	font-size: 27px;
}

figure.effect-goliath p {
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
background: #1b9fa0 !important;
}

figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/* BT CONTENT SLIDER */
.bt-cs .bt-inner {
    margin: 0;
    position: relative;
    padding: 0px 0px 0px 0px;
    margin-right: 13px;
}
.bt-introtext {
    height: auto !important;
}
.bt-cs .bt-inner img {
    outline: 0px solid #b5b5b5;
    border: 0px solid #fff;
    max-width: 99%;
    margin: 0px 0px;
}
.bt-cs .bt-center {
    text-align: left;
}
.bt-cs .bt-inner .bt-title {
    clear: both;
    color: #1d1d1b;
    font-weight: bold;
    text-transform: none;
    line-height: normal !important;
    display: inline-block;
    font-size: 20px;
    padding: 26px 0px 0px 0px;
}
.bt-row-separate {
    clear: both;
    height: 1px;
    border-bottom: 0px dotted #959595;
    margin: 0px 6px;
    margin-bottom: 17px;
}



/* KONTAKTFORMULAR */
div#fox-container-m920 form .fox-row.row-fluid {
    padding: 0px 47px;
}

#fox-container-m1185 button.btn.btn-primary.submit-button {
    width: 100%;
}



/* EXTRAFELDER */

.title {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #009fa0;
    width: 30%;
}

.value {
    font-size: 16px;
    text-transform: none;
    width: 70%;
    float: right;
}

/* =============================================================================
  NAV
============================================================================= */
.demo-nav {
  margin-bottom: 24px;
  text-align: center;
}

.demo-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.demo-nav li {
  display: inline-block;
  margin: 0 2px 4px 2px;
}

.demo-nav a {
  display: block;
  padding: 8px 24px;
  color: #28aadc;
  border: solid 2px #28aadc;
}

.demo-nav a:hover,
.demo-nav li.active a {
  color: #fff;
  background-color: #28aadc;
}





/* =============================================================================
  COMPONENT
============================================================================= */
.component {
  text-align: center;
}

.component__title {
  margin-bottom: 12px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

/* =============================================================================
  ICONS - COMMON
============================================================================= */
/**
 * Icon common styles.
 *
 * Set it to block or inline block, whichever suits your needs. Overflow set to
 * hidden for precautions, and make sure to set the font size to 0 and the text
 * indent to -9999px. This allows us to actually include text in the markup
 * which will be good for screen readers and accessibility purposes.
 */
.icon {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin: 0px;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
}
/* =============================================================================
  ICONS - DEMO 5
============================================================================= */
.icon-cube {
  position: relative;
  -webkit-perspective: 800px;
          perspective: 800px;
  overflow: visible;
}

.icon-cube::before,
.icon-cube::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url("../images/icons5.png");
  background-image: url("../images/icons5.svg"), none;
  content: "";
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.icon-cube::before {
  z-index: 2;
  background-color: #595959;
}

.icon-cube::after {
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(48px) rotateX(-90deg);
          transform: translateY(48px) rotateX(-90deg);
}

.icon-cube:hover::before {
  opacity: 0;
  -webkit-transform: translateY(-48px) rotateX(90deg);
          transform: translateY(-48px) rotateX(90deg);
}

.icon-cube:hover::after {
  opacity: 1;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}

/* facebook */
.icon-cube.facebook::before,
.icon-cube.facebook::after {
  background-position: 0 0;
}

.icon-cube.facebook::after {
  background-color: #3b5998;
}

/* twitter */
.icon-cube.twitter::before,
.icon-cube.twitter::after {
  background-position: -55px 0;
}

.icon-cube.twitter::after {
  background-color: #4099ff;
}

/* google plus */
.icon-cube.googleplus::before,
.icon-cube.googleplus::after {
  background-position: -111px 0;
}

.icon-cube.googleplus::after {
  background-color: #d34836;
}

/* github */
.icon-cube.github::before,
.icon-cube.github::after {
  background-position: -224px 0;
}

.icon-cube.github::after {
  background-color: #333333;
}

/* rss */
.icon-cube.rss::before,
.icon-cube.rss::after {
  background-position: -224px 0;
}

.icon-cube.rss::after {
  background-color: #ee802f;
}





#gk-right-top {
    max-width: 98.333%;
    background: transparent;
    content: "";
    display: block;
    height: 82px;
    left: 0;
    overflow: hidden;
    position: static;
    top: 0;
    width: 100%;
    z-index: 1;
}




/* ////// RESPONSIVE ////// */


@media (max-width: 1920px) {

#gk-sidebar {
    margin-left: -15px;
    margin-top: 33px;
}

#gk-social {
    margin-top: -71px;
    margin-right: 204px;
    padding: 0px 20px 0px 12px;
}

#gk-social img {
    width: 100%;
}

.itemBody h3, .itemBody h4 {
    margin: 52px 0 10px;
}
.single-page > header {
    margin: -75px -51px 0 -50px;
}

}


.fixed-content #gk-content {
    z-index: 1;
}
.itemSocialSharing {
    padding: 0px 0 0px;
}

@media only screen and (min-width: 1920px) {
#gk-right-top {
    height: 82px !important;
}
.logo-responsive {
    display: none;
}

}

@media only screen and (min-width: 1800px) and (max-width: 1919px) {

#gk-right-top {
    height: 85px !important;
}
.logo-responsive {
    display: none;
}
.itemAuthorData, .itemsCategory {
    margin: -75px -52px 20px;
}
}

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

#gk-right-top {
    height: 66px !important;
}
.logo-responsive {
    display: none;
}
.hovereffect h2 {
    font-size: 36px !important;
    width: 34%;
    left: 64%;
}
.itemAuthorData, .itemsCategory {
    margin: -75px -48px 0px -50px;
}
.quick {
    padding: 1px 0px 0px 2px;
    width: 100%;
    float: left;
}


}


@media only screen and (min-width: 1300px) and (max-width: 1599px) {

#gk-right-top {
    height: 50px !important;
}
.logo-responsive {
    display: none;
}
.hovereffect h2 {
    font-size: 33px !important;
    width: 36% !important;
    left: 57% !important;
}
.itemAuthorData, .itemsCategory {
    margin: -50px -48px 0px -50px;
}

.quick {
    padding: 1px 0px 0px 2px;
    width: 100%;
    float: left;
}
.quick_contact, .quick_mitarbeitende, .quick_jobs, .quick_imagefilm {
    width: 24.8%;
    font-size: 13px;
}

.search {
    top: -22.5px;
    margin-bottom: 20px;
}
.box.search {
    margin-left: 0% !important;
    max-width: 100% !important;
    top: 46px;
}
}

@media only screen and (min-width: 1241px) and (max-width: 1299px) {

#gk-right-top {
    height: 35px !important;
}
.logo-responsive {
    display: none;
}
.hovereffect h2 {
    font-size: 32px !important;
    width: 36% !important;
    left: 55% !important;
}

.itemAuthorData, .itemsCategory {
    margin: -50px -48px 0px -50px;
}
.quick {
    padding: 0px 0px 0px 0px;
    width: 100%;
    float: left;
}
.quick_contact, .quick_mitarbeitende, .quick_jobs, .quick_imagefilm {
    width: 24.8%;
    font-size: 12px;
}
.search {
    top: -22.5px;
    margin-bottom: 20px;
}
.box.search {
    margin-left: 0%;
    max-width: 100%;
    top: 46px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .search {
    top: -22.5px;
    margin-bottom: 20px;
}
.box.search {
    margin-left: 0% !important;
    max-width: 100% !important;
    top: 46px;
}
}
}

/* MOBILE-AREA*/

@media only screen and (min-width: 1100px) and (max-width: 1240px) {

.cdn-logo {  
    display: none;
}
.sidebar-responsive {  
    display: none;
}
#gk-menu-home {
    display: none;
}
#gk-menu-button {
    top: 190px;
}
.logo-responsive {
    display: default;
    padding: 6px;
    margin-bottom: 3%;
}
#gk-right-top {
    height: 10px !important;
    border-top: 0px;
}
#gk-right.has-top-area {
    padding-top: 0px;
}
#gk-sidebar {
    margin-left: 0px !important;
    margin-top: -6px !important;
}
.itemsCategory {
    margin: -75px -48px 20px -75px;
}
.itemsCategory h1 {
    font-size: 36px;
    bottom: 0px;
}
.breadcrumb-cdn {  
    display: none;
}
#gk-menu-button {
    height: 50%;
}


/***** Kontakt, Mitarbeitende, Team, Video ******/
.quick {
    padding: 0px 6px 3px 2px;
    width: 100%;
    float: left;
		clear: none!important;
}
.quick_contact, .quick_mitarbeitende, .quick_jobs, .quick_imagefilm {
    width: 24.8%;
    font-size: 12px;
}

	div.content .quick {
    float: initial;
}
	
	img.kronenvideo {
    max-width: -webkit-fill-available;
}
	
	
.search {
    top: 0px;
    margin-bottom: 0px;
}
.box.search {
    margin-left: 0% !important;
    max-width: 100% !important;
    top: 5px;
}
input {
    -webkit-border-radius:0; 
    border-radius:0;
}
select, textarea, input[type="text"], input[type="password"], input[type="url"], input[type="email"] {
    max-width: 80%!important;
}
button, input.button, span.button, button.button, div.button, input[type="button"], .pagenav-prev a, .pagenav-next a, .prev a, .next a, .button.invert:active, .button.invert:focus, .invert:hover, .readon {
      width: 19%;
}
.cdn-sidebar-aktuell .header {
    margin-top: 88px;
}
.cols-2 .column-2, .cols-3 .column-3 {
    padding-left: 10px !important;
}
}

@media only screen and (min-width: 841px) and (max-width: 1099px) {

.cdn-logo {  
    display: none;
}
.sidebar-responsive {  
    display: none;
}
#gk-menu-home {
    display: none;
}
#gk-menu-button {
    top: 190px;
}
.logo-responsive {
    display: default;
    padding: 6px;
    margin-bottom: 3%;
}
#gk-right-top {
    height: 10px !important;
    border-top: 0px;
}
#gk-right.has-top-area {
    padding-top: 0px;
}
#gk-sidebar {
    margin-left: 0px !important;
    margin-top: -6px !important;
}
.itemsCategory {
    margin: -75px -48px 20px -75px;
}
.itemsCategory h1 {
    font-size: 36px;
    bottom: 0px;
}
.hovereffect h2 {
    font-size: 36px !important;
    width: 44% !important;
    left: 49% !important;
}
.hovereffect:hover a.info {
    font-size: 16px;
    padding: 32px 80px;
}
.breadcrumb-cdn {  
    display: none;
}
#gk-menu-button {
    height: 50%;
}

/***** Kontakt, Mitarbeitende, Team, Video ******/
.quick {
    padding: 0px 6px 3px 2px;
    width: 100%;
    float: left;
		clear: none!important;
}
.quick_contact, .quick_mitarbeitende, .quick_jobs, .quick_imagefilm {
    width: 24.76%;
    font-size: 12px;
}

	div.content .quick {
    float: initial;
}
	
	img.kronenvideo {
    max-width: -webkit-fill-available;
}
	
	
	
	
.search {
    top: 0px;
    margin-bottom: 0px;
}
.box.search {
    margin-left: 0% !important;
    max-width: 100% !important;
    top: 5px;
}
input {
    -webkit-border-radius:0; 
    border-radius:0;
}
select, textarea, input[type="text"], input[type="password"], input[type="url"], input[type="email"] {
    max-width: 80%!important;
}
button, input.button, span.button, button.button, div.button, input[type="button"], .pagenav-prev a, .pagenav-next a, .prev a, .next a, .button.invert:active, .button.invert:focus, .invert:hover, .readon {
    width: 19%;
}
.cdn-sidebar-aktuell .header {
    margin-top: 88px;
}
.cols-2 .column-2, .cols-3 .column-3 {
    padding-left: 10px !important;
}

}


@media only screen and (max-width: 900px) {
.auswahl h2 {
    font-size: 1.0rem;
}
}


@media only screen and (min-width: 768px) and (max-width: 840px) {
.cdn-logo {  
    display: none;
}
.sidebar-responsive {  
    display: none;
}
#gk-menu-home {
    display: none;
}
#gk-menu-button {
    top: 190px;
}
.logo-responsive {
    display: default;
    padding: 6px;
    margin-bottom: 3%;
}
.single-page > header {
    margin: -26px -25px 0px -25px;
}
#gk-right-top {
    height: 10px !important;
    border-top: 0px;
}
#gk-right.has-top-area {
    padding-top: 0px;
}
#gk-sidebar {
    margin-left: -25px !important;
    margin-top: -6px !important;
    margin-right: -24px;
}
.itemsCategory {
    margin: -75px -24px 20px -75px;
}
.itemsCategory h1 {
    font-size: 36px;
    bottom: 0px;
}
.hovereffect h2 {
    font-size: 36px !important;
    width: 44% !important;
    left: 49% !important;
}
.hovereffect:hover a.info {
    font-size: 16px;
    padding: 32px 80px;
}
.breadcrumb-cdn {  
    display: none;
}
#gk-menu-button {
    height: 50%;
}

/***** Kontakt, Mitarbeitende, Team, Video ******/
.quick {
    padding: 0px 6px 3px 2px;
    width: 100%;
    float: left;
		clear: none!important;
}
.quick_contact, .quick_mitarbeitende, .quick_jobs, .quick_imagefilm {
    width: 24.76%;
    font-size: 12px;
}

	div.content .quick {
    float: initial;
}
	
	img.kronenvideo {
    max-width: -webkit-fill-available;
}
	
	
	
	
.search {
    top: 0px;
    margin-bottom: 0px;
}
.box.search {
    margin-left: 0% !important;
    max-width: 100% !important;
    top: 5px;
}
input {
    -webkit-border-radius:0; 
    border-radius:0;
}
select, textarea, input[type="text"], input[type="password"], input[type="url"], input[type="email"] {
    max-width: 80%!important;
}
button, input.button, span.button, button.button, div.button, input[type="button"], .pagenav-prev a, .pagenav-next a, .prev a, .next a, .button.invert:active, .button.invert:focus, .invert:hover, .readon {
    width: 18.7%;
}
.cdn-sidebar-aktuell .header {
    margin-top: 88px;
}
.cdn-sidebar-contact {
    padding: 15px 0px 22px 12px;
}
.cols-2 .column-2, .cols-3 .column-3 {
    padding-left: 10px !important;
}
#inneriframe {
    position: absolute;
    top: -500px;
    left: 0px;
    width: 100%;
    height: 3600px;
}
#outerdiv {
    width: 100%;
    height: 3600px;
    overflow: hidden;
    position: relative;
}
}


@media only screen and (min-width: 640px) and (max-width: 768px) {
#gk-content {
    padding-left: 50px;
}
#aside-menu {
    width: 320px;
}
	
	.quick_contact, .quick_mitarbeitende, .quick_jobs, .quick_imagefilm {
    width: 24.65%;
    font-size: 12px;
}
	
}

@media only screen and (min-width: 480px) and (max-width: 600px) {
.cdn-sidebar-team-ansprechpartner {
    padding: 0px 0px 0px 0px !important;
}
}

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

.cdn-logo {  
    display: none;
}
.sidebar-responsive {  
    display: none;
}
#gk-menu-home {
    display: none;
}
.logo-responsive {
    display: default;
    padding: 6px !important;
    margin-bottom: 3% !important;
}
#gk-menu-home {
    top: 102px;
    width: 50px;
}
#gk-menu-button {
    top: 127px;
}
#gk-header {
    width: 50px !important;
}
#gk-mainbody {
    padding: 15px;
    margin-bottom: -20px;
}
.single-page > header {
    margin: -48px -14px 0px -15px;
}
.fixed-content #gk-mainbody {
    left: 50px !important;
}
#gk-right-top {
    height: 10px !important;
    border-top: 0px;
}
#gk-right.has-top-area {
    padding-top: 0px;
}
#gk-right {
    padding-left: 48px!important;
    padding-right: 0px!important;
}
#gk-sidebar {
    margin-left: 0px !important;
    margin-top: -6px !important;
}
.itemsCategory {
    margin: -75px -13px 20px -75px;
}
.hovereffect:hover a.info {
    font-size: 12px;
    padding: 25px 40px;
}
.hovereffect h2 {
    font-size: 28px !important;
    font-weight: 800;
    width: 60% !important;
    left: 32% !important;
    top: 32% !important;
}
.hovereffect a.info {
    margin: 0em 0 0 0 !important;
}
.breadcrumb-cdn {  
    display: none;
}
#gk-menu-button {
    height: 50%;
}


/***** Kontakt, Mitarbeitende, Team, Video ******/
.quick {
    padding: 0px 6px 3px 2px;
    width: 100%;
    float: left;
		clear: none!important;
}
.quick_contact, .quick_mitarbeitende, .quick_jobs, .quick_imagefilm {
    width: 24.5%;
    font-size: 12px;
}

	div.content .quick {
    float: initial;
}
	
	img.kronenvideo {
    max-width: -webkit-fill-available;
}
	
	
	
.search {
    top: 0px;
    margin-bottom: 0px;
}
.box.search {
    margin-left: 0% !important;
    max-width: 100% !important;
    top: 5px;
}
input {
    -webkit-border-radius:0; 
    border-radius:0;
}
select, textarea, input[type="text"], input[type="password"], input[type="url"], input[type="email"] {
    max-width: 80%!important;
}
button, input.button, span.button, button.button, div.button, input[type="button"], .pagenav-prev a, .pagenav-next a, .prev a, .next a, .button.invert:active, .button.invert:focus, .invert:hover, .readon {
    width: 18.0%;
}
.cdn-sidebar-aktuell .header {
    margin-top: 88px;
}
.itemBody h1, .itemBody h2, .itemBody h3, .itemBody h4, .itemBody h5, .itemBody h6 {
    margin: 50px 0 15px;
}
.cdn-sidebar-contact {
    padding: 15px 0px 22px 12px;
}
.cols-2 .column-2, .cols-3 .column-3 {
    padding-left: 10px !important;
}
#inneriframe {
    position: absolute;
    top: -500px;
    left: 0px;
    width: 100%;
    height: 3300px;
}
#outerdiv {
    width: 100%;
    height: 3300px;
    overflow: hidden;
    position: relative;
}
}

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

	
		.nspTopInterface {
    top: -30px!important;
}
	
	
.cdn-logo {  
    display: none;
}
.sidebar-responsive {  
    display: none;
}
#gk-menu-home {
    display: none;
}
.logo-responsive {
    display: default;
    padding: 4px;
    margin-bottom: 3%;
}
#gk-menu-home {
    top: 102px;
    width: 50px;
}
	/* deaktiviert 12.01.2020 FG 
#gk-menu-button {
    top: 124px;
}
	*/
	
	#gk-menu-button {
    top: 112px;
    padding-top: 24%;
}
	
	
	
#gk-mainbody {
    padding: 15px;
    margin-bottom: -20px;
}
.single-page > header {
    margin: -15px -14px 0px -15px;
}
#gk-right-top {
    height: 10px !important;
    border-top: 0px;
}
#gk-right.has-top-area {
    padding-top: 0px;
}
#gk-right {
    padding-left: 48px!important;
    padding-right: 0px!important;
}
#gk-sidebar {
    margin-left: 0px !important;
    margin-top: -6px !important;
}
.itemsCategory {
    margin: -75px -15px 20px -75px;
}
.itemsCategory h1 {
    font-size: 20px;
    bottom: 0px;
}
.cdn-sidebar-team-ansprechpartner {
    padding: 0px 0px 0px 0px !important;
}
#gk-menu-button {
    height: 50%;
}
.hovereffect:hover a.info {
    font-size: 12px;
    padding: 25px 12px;
}
.hovereffect h2 {
    font-size: 20px !important;
    width: 64% !important;
    left: 28% !important;
    font-weight: 800;
}
.breadcrumb-cdn {  
    display: none;
}
#content3footer {
    width: 53%;
}
#middle3footer {
    width: 7%;
}
#sidebar3footer {
    width: 40%;
}
.contact {
    font-size: 16px;
    padding: 1px 0px 11px 0px;
}
button, .button, input.button, span.button, button.button, div.button, .pagenav-prev a, .pagenav-next a, .prev a, .next a, .button.invert:active, .button.invert:focus, .button.invert:hover, .readon {
    float: left;
    margin-left: 0px !important;
    line-height: 43px;
    width: 50%;
    padding: 0 9px !important;
    text-align: center;
}

	
	/***** Kontakt, Mitarbeitende, Team, Video ******/
.quick {
    padding: 0px 0px 0px 0px;
    width: 100%;
    float: left;
		clear: none!important;
}
.quick_contact, .quick_mitarbeitende, .quick_jobs, .quick_imagefilm {
    width: 50%;
    font-size: 12px;
}

	div.content .quick {
    float: initial;
}
	
	
.search {
    top: 0px;
    margin-bottom: 0px;
}
.box.search {
    margin-left: 0% !important;
    max-width: 100% !important;
    top: 5px;
}
input {
    -webkit-border-radius:0; 
    border-radius:0;
}
select, textarea, input[type="text"], input[type="password"], input[type="url"], input[type="email"] {
    max-width: 78.4%!important;
}
button, input.button, span.button, button.button, div.button, input[type="button"], .pagenav-prev a, .pagenav-next a, .prev a, .next a, .button.invert:active, .button.invert:focus, .invert:hover, .readon {
    width: 21.6%;
}
.cdn-sidebar-aktuell .header {
    margin-top: 88px;
}
.itemBody h1, .itemBody h2, .itemBody h3, .itemBody h4, .itemBody h5, .itemBody h6 {
    margin: 50px 0 15px;
}
.cdn-sidebar-contact {
    padding: 15px 0px 22px 12px;
}
.cols-2 .column-2, .cols-3 .column-3 {
    padding-left: 10px !important;
}
#inneriframe {
    position: absolute;
    top: -500px;
    left: 0px;
    width: 100%;
    height: 3300px;
}
#outerdiv {
    width: 100%;
    height: 3300px;
    overflow: hidden;
    position: relative;
}
	

	
}


/* Quer */
@media only screen and (max-height: 400px) {

.custom.logo-responsive img {
    zoom: 50%;
    margin: 0 0 0 50%;
}

}




/* INTERNET EXPLORER */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   img {
    border: 0;
    max-width: 100%;
}
#aside-menu > div.overthrow {
    width: 317px !important;
    padding: 0px 30px 0px 0px;
}


select, textarea, input[type='text'], input[type='password'], input[type='url'], input[type='email'] {
    max-width: 74.2% !important;
}

button, .button, input.button, span.button, button.button, div.button, input[type='submit'], input[type='button'], .pagenav-prev a, .pagenav-next a, .prev a, .next a, .invert.button:active, .invert.button:focus, .invert.button:hover, .readon {
    line-height: 40px;
    height: 40px;
}
.cdn-sidebar-team-ansprechpartner {
    padding: 0px 0px 55px 0px;
}
.itemAuthorData, .itemsCategory {
    margin: -52px -48px 0px -51px !important;
}
.search.box {
    margin-left: 68.7%;
    max-width: 32.8%;
}
.cdn-sidebar-video {
    padding: 0px 0px 0px 1px;
}
.cdn-sidebar-team-ansprechpartner {
    padding: 0px 0px 40px 0px;
}
.box.search {
    margin-left: 69.2%;
}

}


@media only screen and (min-width: 1240px) and (max-width: 1799px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .search {
    top: -22.5px;
    margin-bottom: 20px;
}
.box.search {
    margin-left: 0%;
    max-width: 100%;
    top: 46px;
}
.quick {
    padding: 0px 0px 0px 0px;
    width: 100%;
    float: left;
}
.quick_contact, .quick_mitarbeitende, .quick_jobs, .quick_imagefilm {
    width: 24.7% !important;
}
button, input.button, span.button, button.button, div.button, input[type='button'], .pagenav-prev a, .pagenav-next a, .prev a, .next a, .invert.button:active, .invert.button:focus, .invert:hover, .readon {
    width: 21% !important;
}
select, textarea, input[type='text'], input[type='password'], input[type='url'], input[type='email'] {
    max-width: 79.2% !important;
}
	
img.kronenvideo {
    width: 100%!important;
}
	
}

@media only screen and (min-width: 866px) and (max-width: 1240px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
button, input.button, span.button, button.button, div.button, input[type='button'], .pagenav-prev a, .pagenav-next a, .prev a, .next a, .invert.button:active, .invert.button:focus, .invert:hover, .readon {
    width: 26.2% !important;
}
select, textarea, input[type='text'], input[type='password'], input[type='url'], input[type='email'] {
    width: 80% !important;
}
.search {
    max-width: 700px;
}
}

@media only screen and (min-width: 100px) and (max-width: 865px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
button, input.button, span.button, button.button, div.button, input[type='button'], .pagenav-prev a, .pagenav-next a, .prev a, .next a, .invert.button:active, .invert.button:focus, .invert:hover, .readon {
    width: 26.2% !important;
}
select, textarea, input[type='text'], input[type='password'], input[type='url'], input[type='email'] {
    width: 80% !important;
}
}






/* NEWS SHOW PRO NSP */

.nspNext:after, .nspPrev:after {
    border: 1px solid #505050;
}
.nspMain .nspPagination li, .nspMain .nspBotInterface .nspPagination li {
    border: 1px solid #505050!important;
    border-top: 1px solid #505050!important;
    border-bottom: 1px solid #505050!important;
}

.nspList, .nspArtPage {
    border-bottom: solid 1px #d2d2d2;
}



/* ROKSPROCKET */

.sprocket-mosaic {
    position: relative;
    top: -60px !important;
}

.news .sprocket-mosaic {
    position: relative;
    top: 20px !important;
}

.hovereffect {
  text-align: center;
  cursor: default;
}

.hovereffect gk-mainbody {
padding: 0px !important;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hover-privat h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: right;
    position: relative;
    font-size: 38px;
    padding: 12px 0px 12px 0px;
    background: rgba(0, 0, 0, 0.0);
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: 63%;
    width: 31%;
    left: 64%;
    border-top: solid 4px #389bdc;
}

.hover-geschaeft h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: right;
    position: relative;
    font-size: 38px;
    padding: 12px 0px 12px 0px;
    background: rgba(0, 0, 0, 0.0);
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: 63%;
    width: 31%;
    left: 64%;
    border-top: solid 4px #de3b61;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: 6em 0 0 0;
  padding: 62px 100px;
  font-size: 20px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}



/* ---- START IHRE ANSPRECHPARTNER ---- */


.custom.cdn-sidebar-team-ansprechpartner {
    text-align: center;
    margin-bottom: 0px;
background: rgba(205,205,205,1);
background: -moz-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(205,205,205,1) 58%, rgba(243,243,243,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(205,205,205,1)), color-stop(58%, rgba(205,205,205,1)), color-stop(100%, rgba(243,243,243,1)));
background: -webkit-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(205,205,205,1) 58%, rgba(243,243,243,1) 100%);
background: -o-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(205,205,205,1) 58%, rgba(243,243,243,1) 100%);
background: -ms-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(205,205,205,1) 58%, rgba(243,243,243,1) 100%);
background: linear-gradient(to bottom, rgba(205,205,205,1) 0%, rgba(205,205,205,1) 58%, rgba(243,243,243,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#f3f3f3', GradientType=0 );
    /* margin-top: 50px; */
    margin-left: 0px;
    padding: 0px 0px 60px 0px;
    line-height: normal;
}

.custom.cdn-sidebar-team-ansprechpartner1person {
    text-align: center;
    margin-bottom: 16px;
background: rgba(205,205,205,1);
background: -moz-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(205,205,205,1) 58%, rgba(243,243,243,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(205,205,205,1)), color-stop(58%, rgba(205,205,205,1)), color-stop(100%, rgba(243,243,243,1)));
background: -webkit-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(205,205,205,1) 58%, rgba(243,243,243,1) 100%);
background: -o-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(205,205,205,1) 58%, rgba(243,243,243,1) 100%);
background: -ms-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(205,205,205,1) 58%, rgba(243,243,243,1) 100%);
background: linear-gradient(to bottom, rgba(205,205,205,1) 0%, rgba(205,205,205,1) 58%, rgba(243,243,243,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#f3f3f3', GradientType=0 );
    /* margin-top: 50px; */
    margin-left: 0px;
    padding: 0px 0px 8px 0px;
    line-height: normal;
}
.custom.cdn-sidebar-team-ansprechpartner2personen {
    text-align: center;
    margin-bottom: 5px;
background: rgba(205,205,205,1);
background: -moz-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(205,205,205,1) 58%, rgba(243,243,243,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(205,205,205,1)), color-stop(58%, rgba(205,205,205,1)), color-stop(100%, rgba(243,243,243,1)));
background: -webkit-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(205,205,205,1) 58%, rgba(243,243,243,1) 100%);
background: -o-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(205,205,205,1) 58%, rgba(243,243,243,1) 100%);
background: -ms-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(205,205,205,1) 58%, rgba(243,243,243,1) 100%);
background: linear-gradient(to bottom, rgba(205,205,205,1) 0%, rgba(205,205,205,1) 58%, rgba(243,243,243,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#f3f3f3', GradientType=0 );
    /* margin-top: 50px; */
    margin-left: 0px;
    padding: 0px 0px 42px 0px;
    line-height: normal;
}
.custom.cdn-sidebar-team-ansprechpartner4personen {
    text-align: center;
    margin-bottom: 0px;
background: rgba(205,205,205,1);
background: -moz-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(205,205,205,1) 58%, rgba(243,243,243,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(205,205,205,1)), color-stop(58%, rgba(205,205,205,1)), color-stop(100%, rgba(243,243,243,1)));
background: -webkit-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(205,205,205,1) 58%, rgba(243,243,243,1) 100%);
background: -o-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(205,205,205,1) 58%, rgba(243,243,243,1) 100%);
background: -ms-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(205,205,205,1) 58%, rgba(243,243,243,1) 100%);
background: linear-gradient(to bottom, rgba(205,205,205,1) 0%, rgba(205,205,205,1) 58%, rgba(243,243,243,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#f3f3f3', GradientType=0 );
    /* margin-top: 50px; */
    margin-left: 0px;
    padding: 0px 0px 110px 0px;
    line-height: normal;
}


/* STRUCTURE */

.ansprechpartner {
    margin: auto;
    width: 100%;
    padding: 5px;
    line-height: initial!important;
}

headeransprechpartner {
  height: 100px;
  padding: 0 15px;
}

/* ---- START 4 COLUMNS ---- */

#left4 {
  width: 49%;
  float: left;

}

#leftmiddle4 {
  width: 49%;
  float: left;
}


#rightmiddle4 {
  width: 49%;
  float: left;
}

#right4 {
  width: 49%;
  float: left;
}



/* ---- END 4 COLUMNS ---- */

/* ---- START 3 COLUMNS ---- */

#content3 {
  width: 33%;
  float: left;

}

#middle3 {
  width: 33%;
  /* Account for margins + border values */
  float: left;
}


#sidebar3 {
  width: 33%;

  float: left;
}

#content3footer {
  width: 45%;
  float: left;

}

#middle3footer {
  width: 10%;
  /* Account for margins + border values */
  float: left;
}


#sidebar3footer {
  width: 45%;

  float: left;
}



/* ---- END 3 COLUMNS ---- */

/* ---- START 2 COLUMNS ---- */
#content2 {
  width: 49%;
  float: left;

}

#middle2 {
  width: 49%;
  /* Account for margins + border values */
  float: left;
}
/* ---- END 2 COLUMNS ---- */

/* ---- START 2 COLUMNS UNTERNEHMEN ---- */
#content2cdn {
  width: 49%;
  float: left;
  padding: 3px;
}

#middle2cdn {
  width: 49%;
  /* Account for margins + border values */
  float: left;
  padding: 3px;
}
/* ---- END 2 COLUMNS UNTERNEHMEN ---- */

/* ---- START 2 COLUMNS VERKAUFSGESCHÄFTE ---- *

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}


/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 0%;
	padding: 0px 20px 0px 0px;
}
.col:first-child { margin-left: 0;margin-top: 65px;}

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 50%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}
/* ---- END 2 COLUMNS VERKAUFSGESCHÄFTE ---- */




footeransprechpartner {
  clear: both;
  padding: 0 3px;
}


/************************************************************************************
MEDIA QUERIES
*************************************************************************************/


/* for 980px or less */

@media screen and (max-width: 980px) {
  #pagewrap {
    width: 94%;
  }

/* ---- START 3 COLUMNS ---- */
  #content3 {
    width: 41%;
    padding: 1% 4%;
  }
  #middle3 {
    width: 41%;
    padding: 1% 4%;
    margin: 0px 0px 5px 5px;
    float: right;
  }
  #sidebar3 {
    clear: both;
    padding: 1% 4%;
    width: auto;
    float: none;
  }
/* ---- END 3 COLUMNS ---- */


/* ---- START 2 COLUMNS ---- */
    #content2 {
    width: 41%;
    padding: 1% 4%;
  }
  #middle2 {
    width: 41%;
    padding: 1% 4%;
    margin: 0px 0px 5px 5px;
    float: right;
  }
/* ---- END 2 COLUMNS ---- */

 headeransprechpartner,
  footeransprechpartner {
    padding: 1% 4%;
  }
}


/* for 700px or less */

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

/* ---- START 3 COLUMNS ---- */
  #content3 {
    width: auto;
    float: none;
  }
  #middle3 {
    width: auto;
    float: none;
    margin-left: 0px;
  }
  #sidebar3 {
    width: auto;
    float: none;
  }
/* ---- END 3 COLUMNS ---- */
/* ---- START 2 COLUMNS ---- */
  #content2 {
    width: auto;
    float: none;
  }
  #middle2 {
    width: auto;
    float: none;
    margin-left: 0px;
  }

/* ---- END 2 COLUMNS ---- */


.auswahl-1, .auswahl-2, .auswahl-3, .auswahl-4 {
    width: 100%;
    height: 25%;
    border-right: 0px;
}

.auswahl-4 {
    border-right: 0px;
}

.auswahl h2 {
    bottom: 15%;
    right: 5%;
}

}


/* for 480px or less */

@media screen and (max-width: 480px) {
  headeransprechpartner {
    height: auto;
  }
  h1 {
    font-size: 2em;
  }
/* ---- START 3 COLUMNS ---- */
  #sidebar3 {
    width: auto;
    float: none;
  }
/* ---- END 3 COLUMNS ---- */

#content2cdn {
  width: auto;
  float: none;
  padding: 3px;
}

#middle2cdn {
  width: auto;
  /* Account for margins + border values */
  float: none;
  padding: 3px;
}

.auswahl-1:hover .info, .auswahl-2:hover .info, .auswahl-3:hover .info, .auswahl-4:hover .info {
    opacity: 0;
}

}



headeransprechpartner,
#left4,
#leftmiddle4,
#rightmiddle4,
#right4,
#content3,
#content2,
#middle3,
#middle2,
#sidebar3 {
  margin-bottom: 5px;
}

#pagewrap,
headeransprechpartner,
#left4,
#leftmiddle4,
#rightmiddle4,
#right4,
#content3,
#content2,
#middle3,
#middle2,
#sidebar3,
footeransprechpartner {
  /*border: solid 1px #ccc;*/
}
/* ---- END IHRE ANSPRECHPARTNER ---- */