/*
	.fitgrd - responsive grid system
	open http://www.fitgrd.com for more information
	download at https://github.com/jayalai/fitgrd
	Licensed under GPL and MIT.
*/

body{
	font: normal 1em 'Work Sans', Arial, sans-serif;
	margin: 0 auto;
} 

/* ----- typography ----- */

/* ----- colors ----- */

header{
	background:  url(https://www.hit4you.de/templates/web399_simple/images/header_back.jpg) #ffffff  top center ;    
	margin: 0;
	padding:5px 0 25px 0;
}

#hero {
 background: #CCCCCC;   
}

.meta {
	text-align:right;
}

#meta-bottom {
	text-align: center;
	margin-top: 1em;
}

.meta ul {
	margin:0;
	padding:0;
	display:inline;
}

.meta ul li {
	list-style-type:none;
	font-size:80%;
	text-transform:uppercase;
	display:inline-block;
	margin:0;
	padding:0 1em;	
}

.meta ul li a:link, 
.meta ul li a:visited {
	text-decoration:none;
	color:#ffffff;
}

.meta ul li a:hover, 
.meta ul li a:visited:hover,
.meta ul li a:active, 
.meta ul li a:visited:active {
	color:#ff0000;
}

a {color: #808080; text-decoration: none; line-height: inherit; font-weight: bold; }
a:hover {color: #333; text-decoration: underline; }
a:focus {color: #333; outline: none; }

.second-content{background: #eee; padding: 0;}

.align-center {
    text-align: center;
}

.align-right {
	text-align: right;
}

.fg4.equal-box {
    padding:0 0 60px 0 ;
}
.fg4.equal-box button {
    position: absolute;
    bottom: 10px;
    display: block;
}

footer {background: #000000; font-size:16px; padding:15px 0 15px 0}
footer a {color: #808080; text-decoration: none; line-height: inherit; font-weight: bold;  }
footer a:hover {color: #333; text-decoration: underline;}
footer a:focus {color: #333; outline: none; }


.fg1,.fg2,.fg3,.fg4,.fg5,.fg6,.fg7,.fg8,.fg9,.fg10,.fg11,.fg12 {
	background: transparent;
	color: #333;
}
.fg-no-gutter > [class*="fg"] {
	height: auto;
	background: none; border: 1px solid #ff0000;
}

/* ----- Images ----- */


/* Back to Top */
#backtotop{z-index:999; display:inline-block; position:fixed; visibility:hidden; bottom:5px; right:5px; width:30px; height:30px; line-height:26px; border-radius:5px; font-size:1rem; text-align:center; opacity:.2; text-decoration:none;}
#backtotop i{display:block; width:100%; height:100%; line-height:inherit;}
#backtotop.visible{visibility:visible; opacity:.5;}
#backtotop:hover{opacity:1;}
#backtotop{color:#fff; background-color:#666;}

.breadcrumbs {
	height:30px;
	line-height:100%;
	margin: 0 0 0 0;
	padding: 3px 0 3px 0;
	clear:both;
}

.innerbc {
	font-size:14px;
	margin:10px 0 0 0;
}

.breadcrumbs .innerbc span {
	background: transparent url(img/bclink.gif) no-repeat;
	padding: 6px 2px 0px 12px; font-weight: normal; }

.breadcrumbs .innerbc a {
	padding:1px;
	border-bottom: 1px dotted #666;
	text-decoration: none;
}
.breadcrumbs .innerbc a:hover {border-bottom: 1px solid #505567;}

.breadcrumbs .innerbc .menu-current a{
	color: #666666;
}


.frontpage .breadcrumbs {display:none;}

/* ======================================= 
   media queries
   ======================================= */

/* tablet size */   
@media screen and (max-width: 48em ) {
	
	/* css */
	
}   
    
/* smartphone size */
@media screen and (max-width: 36.5em ) {
	
	/* css */

}


/* back-to-top */
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}