/*
#------------------------------------------------------------------------
# Mo - January Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 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 */

#gkHeader {
    background: white none repeat scroll 0 0;
    /*min-height: 360px;    */
}
#gkLogo img {
	/*width:50%; */
}
#gkBreadcrumb {
    background: #70D1BA none repeat scroll 0 0;
}

.gk-big-btn {
    background: #70D1BA none repeat scroll 0 0;
    
}

.box.centered .p-left-side p {
    text-align: left;
}

/*Bild Bäumle*/
.content .gk-avatar img {
    border: 3px solid rgb(255, 255, 255);
    border-radius: 50%;
    position: middle;
    margin-left: 35%;
}

.section img {
    border: 3px solid rgb(255, 255, 255);
    border-radius: 50%;
}

/*Icon vergroessern*/
.icon-chat::before {
    font-size: 800%;
}

/*Cloud*/
.k2TagCloudBlock a {
display: inline-block;
float: none;
}
.k2TagCloudBlock {text-align: center;}
a.tag-name {
    color: #888;
    float: left;
    border: 1px solid #E5E5E5;
    font-size: 16px!important;
    line-height: 1.5;
    margin: 3px;
    padding: 3px 6px;
}
/*logo verschieben*/
.has-header .gkLogo {
    left: 40px;
    top: 40px;
}     

/*liste GK*/
.gk-list {
    list-style-type: none;
    overflow: hidden;
  /*  width: 580px;   */
}
.gk-list li strong {
	float: right;
}

.box .gk-list li.color-red::before {
    border-color: rgb(250, 121, 96);
    color: rgb(250, 121, 96);
}
.box .gk-list li.color-red::before {
    border-color: rgb(250, 121, 96);
    color: rgb(250, 121, 96);
}
.box .gk-list li::before {
    border: 2px solid rgb(217, 220, 225);
    color: rgb(217, 220, 225);
}

.box .gk-list li::before {
    border: 2px solid rgb(217, 220, 225);
    border-radius: 50%;
    color: rgb(217, 220, 225);
    content: counter(gk-list, decimal) !important;
    display: block;
    float: left;
    font-family: Arial,sans-serif;
    font-size: 18px;
    height: 42px;
    left: -90px;
    line-height: 43px;
    text-align: center;
    top: 15px;
    width: 42px;
}

.box.centered p, .box.centered h4, .box.centered .highlight {
    text-align: center;   
}
.box h4 {
    margin-bottom: 20px;
}

/*.gk-big-btn {
    background: rgb(132, 203, 197) none repeat scroll 0 0;
    border-radius: 2px;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 18px;
    height: 80px;
    line-height: 33px;
    margin: 0 auto 10px;
    max-width: 300px;
    padding: 0 25px;
 }   */
#stempel .gk-header2 a{
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	display: block;
  background: none;
	margin: 0;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	-ms-transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	transition: background-color .3s linear;
}
#stempel{
	display: block;
	margin: 0;
}
#stempel.cssLogo {
	/* You can specify there logo size and background */
	height: 222px;
	width: 350px;
	background-size: contain;
  overflow: visible;
}

.gkCols + .button {
  margin-bottom:20px;
}

/* suchen */
#gkBreadcrumb .searchinputbox {
    float: right;
}

.custom.gk-header3 {
	background: url('../images/header_tee.jpg') no-repeat center center;
  	background-size: cover;
	padding: 240px 120px 140px 120px;
	text-align: center;
}
tbody tr td.item-num{
color:white;
}