/* Main changes */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/OpenSans/OpenSans-Light.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "Comic Sans";
  src: url("../fonts/ComicSans/15fbe4ccea5683707815c9aa9cf71a46.eot"); /* IE9*/
  src: local('Comic Sans MS'), local('ComicSans-MS'), 
  url("../fonts/ComicSans/15fbe4ccea5683707815c9aa9cf71a46.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/ComicSans/15fbe4ccea5683707815c9aa9cf71a46.woff2") format("woff2"), /* chrome?firefox */
  url("../fonts/ComicSans/15fbe4ccea5683707815c9aa9cf71a46.woff") format("woff"), /* chrome?firefox */
  url("../fonts/ComicSans/15fbe4ccea5683707815c9aa9cf71a46.ttf") format("truetype"); /* chrome?firefox?opera?Safari, Android, iOS 4.2+*/
}

body { font-size: 16px; font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

a {
  color: #EB008C;
  outline: none !important;
}
a:active,
a:focus,
a:hover {
  color: #EB008C;
  text-decoration: underline;
}

.nav li a:active,
.nav li a:focus,
.nav li a:hover {
  background-color: transparent;
  text-decoration: undeline;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
#slide-contact .accordion-heading {
  font-family: "Comic Sans" !important;
  text-rendering: optimizelegibility;
}

#slide-contact .accordion-heading a {
  font-weight: normal; font-size: 24px;
}

#slide-contact form legend,
#slide-contact form label {
  font-weight: normal; font-size: 16px !important;
}

#slide-contact form input[type='text'],
#slide-contact form input[type='email'],
#slide-contact form textarea { width: 90%;}

.page-header * { font-size: 30px; }

h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
h1 small { font-size: 24px; }
h2 small { font-size: 18px; }
h3 small { font-size: 16px; }
h4 small { font-size: 16px; }

body > header + section#gk-main::before { padding-top: 0; border-top: 0; position: relative; }

header .gk-main-menu { background: #FFD800; border: 10px solid #FFD800; margin-right: 2% }

header .gk-main-menu a { margin-bottom: 0px; padding: 0  10px !important;background-color: #EB008C; color: #fff !important; font-size: 14px }

header .gk-main-menu li.active a { color: #000 !important }
header .gk-main-menu a:focus,
header .gk-main-menu a:hover { color: #fff !important; background-color: #f254b2 !important }

.btn {
    background-color: #e6e6e6;
    background-image: linear-gradient(to bottom, #F254B2, #EB008C);
    border-color: #EB008C #EB008C #EB008C;
    box-shadow: 0;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 15px;
    text-shadow: 0;
}
  
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #000;
  background-color: #FFD800;
  *background-color: #FFD800;
}
.btn:active,
.btn.active {
  background-color: #FFD800 \9;
}
.btn:hover,
.btn:focus {
  color: #000;
  background-position: 0 -35px;
}

.gk-article,
.blog_intro .category-desc  { font-size: 16px; color: #333; }

.items-row .gk-article { padding: 0 20px;}

.items-leading .gk-article.no-sidebar {
    margin: 0 0 20px 0;
}

.gk-article li { line-height: 26px; }

#gk-main #gk-breadcrumb { text-align: right;}
#gk-main #gk-breadcrumb li { z-index: 150; position: relative;}

#phocagallery .pg-cv-box,
.boxplus-dialag { border: 10px solid #EB008C !important; background: #FFD800 !important; }

/*
#phocagallery .pg-cv-box div,
.boxplus-center { background-color: #FFD800} */

#phocagallery #pg-msnr-container,
#phocagallery .pg-cv-box.item { display: flex; flex-wrap: wrap !important; width: 18.85%; min-width: 110px; max-width: 200px }

#phocagallery .pg-cv-box.item * { max-width: 100%; height: auto !important; }

#phocagallery .pg-cv-box.item .pg-image { width: 100%; height: auto !important; }

#phocagallery #pg-msnr-container { min-width: 100%;}

#phocagallery .pg-cv-box div.pg-cv-name,
#phocagallery .pg-cv-box div.pg-icon-detail{ margin: 0; min-width: 40%; padding: 8px 5%; font-size: 16px; line-height: 24px; color: #000; text-shadow: 0; }

#phocagallery .pg-cv-box div.pg-cv-folder { min-width: 90%; text-align: center;}

/*
#phocagallery #pg-msnr-container,
#phocagallery .pg-cv-box.item { display: flex; flex-wrap: wrap; width: 100%; }

#phocagallery .pg-cv-box.item { width: 20% !important; max-width: 132px !important}

#phocagallery .pg-cv-box-img .pg-box2 { display: inline-block !important; width: auto; min-width: auto !important; max-width: 100% !important; margin: 0 !important; padding: 0 !important; background: green !important}

#phocagallery .pg-cv-box-img .pg-box2,
#phocagallery .pg-cv-box-img .pg-box3 a,
#phocagallery .pg-cv-box-img .pg-box3 a img { max-width: 132px !important; display: inline-block}

#phocagallery .pg-cv-box div.ph-cb { display: none;}
*/
#phocagallery-categories-detail img { width: 100%;}

    /* Footer */
  footer #gk-framework-logo,
  footer p.gk-disclaimer{ display: none; }
  footer p.gk-disclaimer { background-color: #f6006d !important; color: #fff; padding: 10px 0; border: 5px solid #FFD800; }
  footer { color: #f6006d !important; border-top: 0 !important; padding-right: 7.5% !important}
  footer .gk-copyrights { color: #000;  background-color: #FFD800 !important; padding: 5px 10px}
  footer .gk-toplink { margin-top: 5px; border: 1px solid}
  footer .gk-toplink a { background-color: #f6006d; padding: 5px 10px; color: #fff; }
  footer .gk-toplink a:hover { background-color: #fff !important; color: #f6006d; }

@media (min-width: 980px) {
  body { background: #ffba00 url('/images/webdesign/background.png') 20% 0px no-repeat !important; }
  #gk-logo { padding: 0px 0 0 0px !important; left: 5% !important; position: relative; z-index: 100; }
  #gk-main > section.container-fluid { max-width: 1180px !important; padding: 10px}
  #gk-main #gk-content { border: 10px solid #FFD800; background-color: #fff; padding: 10px 20px; }

  /* mobile stuff */
  .gk-main-menu ul.menu_mobil { display: none; }

}

@media (max-width: 979px) {
  #gk-top,
	#sidebar { display: none}
  .gk-mainmenu-toggle { position: absolute !important; right: 30px; }
}

@media (min-width: 481px) and (max-width: 979px) {
  body { background: #ffba00 url('/images/webdesign/background.png') 20% 0px no-repeat !important; }
  header .gk-mainmenu-toggle { z-index: 1000; position: relative; }
  header .gk-main-menu { border: 0; }
  header .gk-main-menu.in { border: 10px solid #EB008C; background-color: #fff; max-width: 25%; position: absolute; right: 2px; top: 50px;
    border-radius: 4px; z-index: 1000; box-shadow: 1px 2px 10px 2px rgba(120, 120, 120, 0.5), 0 0 7px 7px rgba(240, 240, 240, 0.2) inset;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a { background-color: #fff; border: 0}
  .nav-collapse .nav > li.current > a,
  .nav-collapse .dropdown-menu  .current a { color: #EB008C !important; outline: none !important; }
  #gk-logo { padding: 0px 0 0 0px !important; left: 5% !important; position: relative; z-index: 100; }
  #gk-main > section.container-fluid { max-width: 1180px !important; padding: 10px; }
  #gk-main #gk-content { border: 10px solid #FFD800; background-color: #fff; padding: 10px 20px; width: 100%; }
  #gk-logo { margin-bottom: -83px}

  body > footer .gk-copyrights,
  body > footer .gk-toplink { width: auto; }

}

@media (min-width: 481px) and (max-width: 768px) { 


}

@media (max-width: 480px) { 

  header .gk-mainmenu-toggle { z-index: 1000; position: relative; }
  .gk-mainmenu-toggle { position: absolute !important; right: 20px; }
  header .gk-main-menu { border: 0; }
  header .gk-main-menu.in { border: 10px solid #EB008C; background-color: #fff; max-width: 55%; position: absolute; right: 2px; top: 50px;
    border-radius: 4px; z-index: 1000; box-shadow: 1px 2px 10px 2px rgba(120, 120, 120, 0.5), 0 0 7px 7px rgba(240, 240, 240, 0.2) inset;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a { background-color: #fff; border: 0}
  .nav-collapse .nav > li.current > a,
  .nav-collapse .dropdown-menu  .current a { color: #EB008C !important; outline: none !important; }
  body { font-size: 14px !important; background: #ffba00 url('/images/webdesign/background.png') -500px -0px no-repeat !important; }
  .gk-main-menu ul.menu_mobil { display: block; }
#gk-main #gk-content { border: 10px solid #FFD800; background-color: #fff; padding: 10px 20px; width: 100%; }
  body > footer .gk-copyrights,
  body > footer .gk-toplink { width: 100%; border: 0; margin: 20px 0 0; padding: 0 !important}
body > footer .gk-toplink a { display: block; padding: 0; background-color: #f6006}
footer { padding-right: 0 !important}
.page-header * { font-size: 30px; }

h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
h1 small { font-size: 18px; }
h2 small { font-size: 16px; }
h3 small { font-size: 14px; }
h4 small { font-size: 14px; }
}











