/*
#------------------------------------------------------------------------
# Photo - #9 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 --- --- ---*/

/* Kleinschrift anzeigen im Footer */
#gk-copyrights {
    text-transform: none;
}

/* Brand on Mobile sichtbarer */
@media only screen and (max-width:640px) {
#page-nav.active #gk-social,
#page-nav.active .gk-logo-text {
    position: relative;
    top: -15px;
}
}

/* Menugroesse PC */
.gk-overlay-menu > ul > li {
   font-size: 30px;
}

/* Menugroesse Mobile */
@media (max-width: 640px) {
.gk-overlay-menu > ul > li {
   font-size: 22px;
}
}

/* Kein BG im Content-Header */
.single-page > .header.no-image {
    background: #fff!important;
    height: 150px!important;
}

/* Anpassung Projektmodule Widgetkit */
.uk-panel-box {
    padding: 21px;
}

/* Anpassung Projektmodule Widgetkit Farbe */
.uk-panel-box-secondary {
    background-color: #626266;
    color: #fff;
}

/* Anpassung Projektmodule Widgetkit Beschreibung */
.itemBody h1, .itemBody h2, .itemBody h3, .itemBody h4, .itemBody h5, .itemBody h6 {
    font-weight: bold;
    margin: 60px 0 30px;
}

/* Social Image Vollanzeige */
#gk-social a {
height: auto;
width: auto;
}

/* Ausblendung Footer Social */
@media only screen and (max-width:722px) {
#gk-social { display: none; }
}

/* Ausblendung Footer Mobile */
@media (max-width: 640px) {
#gk-copyrights {
display: none;
}
}

/* Linie zwischen Menu und Footer */
#page-nav {
bottom: 1px;
}

#page-nav.active + #overlay-menu-content.active {
    bottom: 40px !important;
}

/* Gross-Kleinschreibung Home Slider */
.gkIsWrapper-gk_photo figcaption h2 {
text-transform: none;
}

/* Linie unter Footer */
#page-nav:after {
content: '';
width: 100%;
height: 2px;
background: #212529;
position: absolute;
}

/* Ausblendung Footer bei Scrolling */
#page-nav.gk-small-height.active {
bottom: -45px;
}

/* Tabelle kein Abstand */
tbody tr td {padding: 0px 0px;}

/* Submenu Position */
@media (min-width: 840px) {
.gk-overlay-menu > ul > li {
     width: 25%;
}
}

/* Mainbody Footer Anpassung Abstand weiss */
#gk-mainbody {
	padding: 114px 0 0px 0;
	position: relative;
}

/* --- --- --- PROJEKTSPEZIFISCH --- --- ---*/

/* Template Farbe Menu */
#overlay-menu-content.active {
background-color: #004e92;
}

/* Template Farbe Footer */
#page-nav, #gk-menu-button > span::before {
background: #004e92;
}

/* Titel Grösse Footer Logo Schriftzug */
.gk-logo-text {
	color: #fff;
	display: block;
	float: left;
	font-size: 25px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 40px 0;
	text-transform: uppercase;
}

.uk-scope .uk-card-secondary {
    background: #626266;
    color: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
}

/* --- --- --- PROJEKTSPEZIFISCH --- --- ---*/