

/* Basic elements */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	-webkit-font-smoothing: subpixel-antialiased;
}
body {
	background: #fff;
	color: #212529;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	margin: 0;
	min-height: 100%;
	padding: 0;
	word-wrap: break-word;
}
a,
a.inverse:active,
a.inverse:focus,
a.inverse:hover,
.itemInfo a.inverse:active,
.itemInfo a.inverse:focus,
.itemInfo a.inverse:hover,
.itemAdditionalInfo a.inverse:active,
.itemAdditionalInfo a.inverse:focus,
.itemAdditionalInfo a.inverse:hover {
	color: #cc6060;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration: none;
}
.itemInfo a.inverse,
.itemAdditionalInfo a.inverse {
	color: #a8a8a8;
}
a.inverse,
a:hover,
a:active,
a:focus {
	color: #010101;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #212529;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
.itemBody h1,
.itemBody h2,
.itemBody h3,
.itemBody h4,
.itemBody h5,
.itemBody h6 {
	font-weight: bold;
	margin: 100px 0 30px;
}
h1 {
	font-size: 40px;
	margin-bottom: 32px;
	text-transform: none
}
h2 {
	font-size: 36px;
	text-transform: none
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
.itemBody h1 {
	font-size: 36px;
}
.itemBody h2 {
	font-size: 26px;
}
.itemBody h4 {
	font-size: 18px;
}
.itemBody h5 {
	font-size: 16px;
}
.itemBody h6 {
	font-size: 14px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	font-size: 18px;
	line-height: 1.7;
}
p {
	margin: 1em 0 1.8em;
}
iframe {
	max-width: 100%!important;
}


/* Containers */
.narrow-width .gk-page {
	max-width: 960px;
}
#gk-bg {
	overflow: hidden;
	width: 100%;
}
#gk-footer,
#gk-sidebar,
#gk-breadcrumb {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

/* Logo  */
.gk-logo-wrap {
	left: auto;
	position: absolute;
	right: 50%;
	top: 0;
	width: 50%;
	z-index: 998;
}
.gk-logo-wrap .gk-logo,
.gk-logo-wrap .gk-logo-text {
	    margin: 20px 0 0 0;
	/*margin: 86px 0 0 0;*/
}
.gk-logo {
	color: #fff;
	display: block;
	float: left;
}
.gk-logo img {
	display: block;
	height: auto;
	max-height: 64px;
}
.gk-logo-text {
	color: #fff;
	display: block;
	float: left;
	font-size: 30px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 40px 0;
	text-transform: uppercase;
}
.gk-logo-text:hover {
	color: rgba(255, 255, 255, .8);
}
.gk-logo-text > span {
	display: block;
	float: left;
	line-height: 1;
	padding: 0 22px 0 0;
}
.gk-logo-text > span + span {
	font-size: 12px;
	font-weight: 400;
	line-height: 35px;
	padding: 0;
}
.gk-logo-text > span + span:before {
	border-left: 1px solid rgba(255, 255, 255, .15);
	content: "";
	display: block;
	float: left;
	height: 30px;
	margin: 0 25px 0 0;
	width: 1px;
}
/* Logo in the header */
.gk-logo-text.inverse > span {
	color: #212529; /*#212529*/ 
	font-size: 20px;
	line-height: 33px;
}
.logo-inverse .gk-logo-text.inverse > span {
	color: #fff;
}
.gk-logo-text.inverse > span + span {
	font-size: 12px;
	line-height: 31px;
}
.gk-logo-text.inverse > span + span:before {
	border-left-color: rgba(33, 37, 41, .3);
	height: 26px;
}

/* Stylearea */
#gk-style-area {
	clear: both;
	display: block;
	float: right;
	line-height: 10px;
	margin: 0 0 40px 0;
	padding: 0;
	text-align: center;
}
#gk-style-area a {
	border-radius: 50%;
	display: inline-block;
	height: 7px;
	margin: 5px 0 0 5px;
	text-indent: -9999px;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	width: 7px;
}
#gk-style-area a:first-child {
	margin-left: 0;
}
#gk-style-area a:hover {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}
#gk-color1 {
}
#gk-color2 {
	background: #8e3a1e;
}
#gk-color3 {
	background: #de8e1c;
}
#gk-color4 {
	background: #c4bcfb;
}
#gk-color5 {
	background: #777;
}

/* Group modules */
.no-mainbody #gk-header {
	height: 100%;
	position: absolute;
	width: 100%;
}
#gk-top,
#gk-bottom1,
#gk-bottom2 {
	clear: both;
	overflow: hidden;
}
#gk-mainbody {
	padding: 86px 0 24px 0;
	position: relative;
}

/* standard breadcrumb */
#gk-breadcrumb {
	margin: 0 0 0 50%;
	padding: 88px 0 0 0;
	position: relative;
	text-align: right;
	width: 50%;
	z-index: 999;
}
.breadcrumbs {
	color: #000;
	float: left;
	font-size: 14px;
	text-align: right;
	width: 100%;
}
.breadcrumbs li.separator {
	color: #aaa;
	font-size: 14px;
	padding: 4px 6px !important;
	text-align: center;
	width: 22px;
}
.breadcrumbs > li {
	clear: none;
	display: inline-block;
	font-size: 14px;
}
.breadcrumbs li a {
	color: #888;
}
.breadcrumbs li a:hover {
	color: #cc6060;
}

/* footer */
#gk-footer {
	clear: right;
	float: right;
}
#gk-footer a {
	color: rgba(255, 255, 255, 0.4);
	padding: 0!important;
}
#gk-footer a:active,
#gk-footer a:focus,
#gk-footer a:hover {
	color: #fff;
}
#gk-copyrights {
	color: rgba(255, 255, 255, 0.4);
	float: right;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}
#gk-lang,
#gk-copyrights,
#gk-style-area {
	float: right;
	margin-left: 20px;
}

/* Other footer elements */
#gk-framework-logo {
	display: block;
	width: 90px;
	height: 36px;
	background: url('../images/gavern-logo.png') no-repeat 0 0;
	text-indent: -9999em;
	margin: 12px auto 0 auto;
	opacity: 0.4;
}
/* Suffixes */

/* default suffix */
.box {
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 50px 0;
	width: 100%;
}
div.content {
	clear: both;
}
.box li {
	border-bottom: 1px solid #ddd;
	line-height: 1.6;
	padding: 7px 0;
}
.box li:last-child {
	border-bottom: none;
}
.box li a {
	line-height: 1.0;
	text-decoration: none;
}
.box a {
	text-decoration: none;
}
.box ul ul {
	margin-left: 20px;
}
.box .header, #loginForm > h3 {
	color: #111;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding: 0 0 24px 0;
	text-transform: uppercase;
}

/* clear suffix */
.box.clear {
	border: none !important;
	clear: none;
	padding: 0!important;
}
.clear div.content {
	clear: both;
}

/* advertisement suffix */
.box.advertisement .header {
	background: transparent;
	border-bottom: 1px solid #ddd;
	color: #bbb!important;
	font-family: Arial;
	font-size: 11px!important;
	font-weight: 300;
	line-height: 16px;
	margin: 0 0 16px 0;
	min-height: 21px;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
}

/* suffix light */
.box.light .box-wrap {
	background: #f5f5f5;
	border: none;
	padding: 32px!important;
}

/* suffix _text */
.box_text > div {
	background: #fff;
}

/* suffix dark */
.box.dark .box-wrap {
	background: #212529;
	border: none;
	color: #999;
	padding: 32px!important;
}
.box.dark .header {
	background: transparent!important;
	line-height: 1.2;
}
.box.dark h1,
.box.dark h2,
.box.dark h3,
.box.dark h4,
.box.dark h5,
.box.dark h6 {
	color: #fff;
}
.box.dark ul {
	margin: 0;
	padding: 0;
}
.box.dark ul li {
	border-bottom: 1px solid #555;
	font-size: 15px;
	position: relative;
}
.box.dark ul li:last-child {
	border-bottom: none;
}
.box.dark a {
	color: #ddd!important;
}
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
	color: #cc6060!important;
}
.box.dark ul ul {
	margin: 0 0 0 20px;
}

/* Suffix nomargin */
.box.nomargin {
	margin: 0!important;
	padding: 0!important;
}

/* Menu suffix */
.box ul.menu ul {
	margin: 0 0 32px 0;
}
.box ul.menu li li {
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
	padding-left: 6px;
}
.box ul.menu li.active {
	background: #F2F4F5
}
.box ul.menu li.active a {
	padding: 8px 16px
}
.box ul.menu li li a {
	margin: 0 0 0 6px
}
.box .menu .header + .content ul li:first-child {
	border-top: none;
}
.menu li a {
	color: #000;
	display: inline-block;
	font-size: 15px;
	padding: 8px 0;
}
.menu li a:hover {
	color: #cc6060 !important;
	padding-left: 10px;
}
.box .menu li li a {
	color: #666;
	font-weight: normal
}
.box .menu li strong {
	display: block;
}

/* Social icons */
#gk-social {
	float: right;
	margin: 40px 0;
	overflow: hidden;
}
#gk-social a {
	color: rgba(255, 255, 255, 0.4);
	display: block;
	float: left;
	font-size: 25px;
	height: 25px;
	line-height: 25px;
	margin: 0 0 0 5px;
	overflow: hidden;
	text-align: center;
	width: 27px;
}
#gk-social a:before {
	font-size: 25px;
	line-height: 25px;
}
#gk-social a:hover {
	color: #fff!important;
}

/* tablet/mobile suffixes */
.onlydesktop {
	display: block;
}
.onlytablet {
	display: none;
}
.onlymobile {
	display: none;
}

/* Login form */
#gkFBLogin {
	float: left;
	width: 45%;
}
#gkFBLogin p {
	line-height: 18px;
	margin: 14px 0 20px;
}
#gkFBLogin + #login-form,
#gkFBLogin + #com-login-form {
	float: left;
	width: 45%;
	margin-left: 4%;
	padding-left: 30px;
	border-left: 1px solid #e7e7e7;
}
#form-login-remember {
	margin: 10px 0;
}

#login-form fieldset p {
	margin: 0.5em 0;
}
#login-form ul {
	border-top: 1px solid #E5E5E5;
	margin: 0 0 12px;
	overflow: hidden;
	padding: 12px 0;
}
#login-form ul li {
	color: #999;
	font-size: 12px;
	display: inline-block;
	line-height: 1.6;
	margin-right: 12px;
}
#login-form input[type="text"],
#login-form input[type="password"] {
	width: 95%;
}
label#jform_spacer-lbl {
	font-size: 14px;
	font-weight: normal;
	color: #666;
}

/* Popup login */
#gkPopupLogin {
	display: none;
	left: 0;
	opacity: 0;
	margin-top: 200px;
	padding: 0 0 0 75px;
	position: absolute;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
}
.popup-open #gkPopupLogin {
	margin-top: 45px;
	opacity: 1;
}
#gkPopupLogin span#fb-auth {
	margin-top: 0;
}
#gkPopupLogin .button:active,
#gkPopupLogin .button:focus,
#gkPopupLogin .button:hover {
	background: transparent;
}
.gkUsermenu {
	clear: both;
	float: left;
	margin: 20px 0;
}
.gkUserdata .logout-button .button {
	margin: 10px 0 0 0;
}
#gkPopupLogin #form-login-buttons {
	clear: both
}
#gkPopupLogin #form-login-buttons input.button {
	margin: 0 0 50px
}
#gkPopupLogin #fb-auth, #gkPopupLogin .button.full {
	width: 95%
}
#gkPopupLogin #form-login-remember {
	float: left;
}
#gkPopupLogin #form-login-forgot {
	float: right;
	margin: 10px 5% 0 0
}
#gkPopupLogin #form-login-forgot a {
	color: #999;
	font-size: 14px;
}
#gkPopupLogin #form-login-forgot a:hover {
	color: #111
}
/* Login with Facebook button */
span#fb-auth small {
	width: 20px;
	background: transparent url('../images/fbauth.png') no-repeat 0 2px;
	text-indent: -999em;
	display: block;
	float: left;
	border-right: 1px solid #a0aecd;
	margin: 17px 16px 0 10px;
	height: 17px;
}
span#fb-auth {
	background-color: #798db9;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	display: inline-block;
	color: #fff;
	line-height: 49px;
	font-size: 14px;
	font-weight: 700;
	padding: 0 30px 0 12px;
	cursor: pointer;
	height: 49px;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	position: relative;
	text-transform: uppercase;
	text-align: center;
}
span#fb-auth:hover {
	background-color: #556b9b;
}

#gk-btn-login {
	float: right;
	margin: -12px 0 0 20px;
	padding: 0 20px;
}

ul.lang-inline li {
	border: none;
}

.frontpage .gk-logo-text.inverse > span {
	display: none;
}
.chronoform-container {
	float: left;
	width: 49%;
	margin-right: 2%;
}
.chronoform-container.right {
	margin-right: 0;
}

.gcore-display-table {
	width: 100%;
}
.gcore-line-td input, .gcore-line-td textarea, .gcore-line-td select {
	line-height: 1;
}
.gcore-line-td input, .gcore-line-td textarea {
	width: 100%!important;
}
input[type="submit"] {
	width: auto!important;
}

#system-message-container {
	text-align: center;
}
.alert.alert-message {
	background: #c00;
	color: #fff;
}
.chrono_credits {
	display: none;
}
.popover {
	display: none!important;
}

.gkIsWrapper-gk_photo figcaption p {
	font-size: 72px!important;
	line-height: 1!important;
}
#gk-content.no-breadcrumb {
    padding: 26px 10px 110px;
}
#bg-video {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	z-index: -1;
	height: 100%;
}
div#gk-header {
	display: inline-block;
	height: auto;
	width: 100%;
}
.single-page > .header.no-image {
	background: transparent!important;
	height: 0!important;
}
 
#gk-header figcapture {
	position: absolute;
	top: 50%!important;
	transform: translateY(-50%);
	display: table;
	width: 100%;
	text-align: center;
}
#gk-header figcapture * {
	color: #fff;
	-webkit-font-smoothing: antialiased;
}
  
#gk-header .custom {
	position: relative;
	max-height: 1080px;
	height: 100%;
	margin: auto;
	float: none;
	display: block;
	text-align: center;
}
#gk-header figcapture h1 {
	font-weight: 700;
	font-size: 60px;
	opacity: 0;
	-webkit-transition: all 3s ease;
	transition: opacity 3s;
	text-shadow: 1px 1px 10px rgba(0,0,0,.3);
}
.single-page .itemIntroText {
	font-size: 22px;
}
.single-page blockquote {
	border: none!important;
}
#gk-copyrights {
	margin-top: -20px;
	right: 0px;
}
.no-logo a.gk-logo-text.inverse {
	display: none;
}

.content-loaded #gk-header figcapture h1 {
	opacity: 1;
}


#gk-copyrights p {
	margin: 0;
}

@media only screen and (min-width:1900px) {
	#bg-video {
		width: 100%;
		height: auto;
	}
	.single-page > .header {
		height: 900px!important;
	}

}
@media only screen and (max-width:1024px) {
	#gk-header .custom {
		height: 100%;
		overflow: hidden;
		width: auto;
	}
	#bg-video {
	}
	#gk-mainbody {
		padding: 0 0 30px;
	}
	#gk-header figcapture h1 {
		letter-spacing: -1px;
		font-size: 40px;
	}
	div#gk-header {
		display: inline-block;
		height: auto;
		width: 100%;
		overflow: hidden;
	}

}


div#gk-bg-wrap {
}
#gk-header .custom.small img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
}
#gk-header .custom.small {
	height: 210px!important;
	overflow: hidden;
}
.small-header #gk-mainbody {
	padding: 0 0 124px 0;
	position: relative;
}

.small-header div#gk-content {
}

.small-header #gk-content.no-breadcrumb {
	padding: 0 10px;
}

.logo-inverse .gk-logo-text.inverse > span,
.small-header .gk-logo-text.inverse > span {
	color: #fff;
}

.contact-form .button.validate {
	float: right;
	margin: 0 0 0 0;
}

.logo-inverse .gk-logo-text.inverse > span + span:before,
.small-header .gk-logo-text.inverse > span + span:before {
	border-left-color: rgba(255,255,255, .6);
}
.header.no-image {
	display: none;
}
.fb-like.fb_iframe_widget iframe {
	top: -7px;
}
.contact .gk-page {
	padding-top: 90px;
	vertical-align: top;
	max-width: 1440px;
}
.portfolio .itemImageBlock {
	background-size: cover;
	position: relative;
	background-position: 50% 50%;
	image-rendering: pixelated;
}
.portfolio.grid.itemView .header {
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #000;
}
.white-logo .gk-logo-text.inverse > span {
	color: #fff;
}
.g-recaptcha > div {
	margin: auto;
}
input#send_btn {
	margin: auto;
	float: none;
	padding: 10px 30px;
	letter-spacing: 2px;
}
div#inquiry {
	display: block;
	float: none;
	clear: both;
}
.chronoform h3 {
	text-align: center;
	padding: 0 0 20px;
	text-transform: uppercase;
	font-weight: 300;
}
.itemExtraFields dt {
	float: none;
	padding: 0;
	width: 100%;
}
.itemExtraFields dd {
	margin: 0 0 20px;
	padding: 0;
	width: 100%;

}
.grid.single-page .itemExtraFields h3 {
	display: none;
}
.project-description > p:first-child {
	margin-top: 0;
}
.portfolio.single-page .item-basic-info {
	float: none;
	text-align: center;
	width: auto;
	margin: auto;
}
.portfolio.single-page .item-basic-info h1 {
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}
.portfolio.single-page .item-header {
}
.itemExtraFields dl {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.itemExtraFields {
	font-size: inherit;
	margin: 0 0 0;
	clear: both;
}
.project-info > .project-link a {
	border: 1px solid #212529;
	margin-bottom: 60px;
	width: 100%;
}
.project-info {
	display: table;
}
.project-info > .project-description {
	width: 70%;
}
dl.project-details {
	width: 100%;
	display: inline-block;
	margin: 0;
}
.itemFacebookButton {
	margin-top: 7px!important;
}
.itemTwitterButton {
	margin-top: 1px!important;
	position: relative;
}
 
.project-link a.button {
	margin: auto!important;
	float: none;
	width: auto!important;
	display: table;
}
 
.itemSocialSharing {
	clear: both;
	padding: 30px 0 0;
}
.portfolio.single-page .item-basic-info h1 small {
	font-size: 18px;
}
.portfolio.blog-grid > .itemList[data-cols="2"] > article, .portfolio.blog-grid > .itemList[data-cols="3"] > article, .portfolio.blog-grid > .itemList[data-cols="4"] > article, .portfolio.blog-grid > .itemList[data-cols="5"] > article, .portfolio.blog-grid > .itemList[data-cols="6"] > article, .portfolio.portfolio-grid > .itemList[data-cols="2"] > article, .portfolio.portfolio-grid > .itemList[data-cols="3"] > article, .portfolio.portfolio-grid > .itemList[data-cols="4"] > article, .portfolio.portfolio-grid > .itemList[data-cols="5"] > article, .portfolio.portfolio-grid > .itemList[data-cols="6"] > article {
   
}
.portfolio.blog-grid .item-filter, .portfolio.portfolio-grid .item-filter {

    margin: 0 0 16px 50%!important;
   
}

.itemNavigation.gk-page { 
    padding: 40px;
}
textarea#nachricht {
    height: 124px!important;
   
}
.overview-btn {
	font-size: 13px;
	    text-transform: uppercase;
	    position: absolute;
	    right: 30px;
	    top: 30px;
	    color: #fff;
	    border: 1px solid #fff;
	    padding: 5px 15px;
	    font-weight: bold;
	    letter-spacing: 1px;
	
}
.overview-btn:hover { color:#fff;}

