/*
	.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 'Helvetica', Arial, sans-serif;
	margin: 0 auto;
} 

/* ----- typography ----- */

/* ----- colors ----- */

header{
	background: #fff;
	margin: 0;
	padding:5px 0 25px 0;
}

#contact {
 background: #c31718;
 font-size:22px;
}

#contact .fa {
	color: #fff;
	margin: 0 5px; 
}

#contact a:link {
display: inline-block;
 color: #fff;
 font-size:22px;
 font-weight:400;
 text-decoration: none;
 transition: transform 0.3s ease;
}

#contact a:hover {transform: scale(1.05);}

#contact a:active, a:focus, a:visited {color: #fff;}

#hero {
 background: #fff; 
 padding: 100px 0 100px 0;
}

#hero h2 {
 text-align: center; 
 font-weight: 400;  
}

.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:#808080;
}

.meta ul li a:hover, 
.meta ul li a:visited:hover,
.meta ul li a:active, 
.meta ul li a:visited:active {
	color:#333;
}

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: #fff; padding: 0;}*/
.second-content{
    background-image: linear-gradient(to top, white, transparent), url(https://www.grundschule-muelheim.de/wbce/templates/fg-grey/images/news_bg.jpg); 
	background-color: rgba(255, 255, 255, 0.6); /* Bestimmt die Helligkeit */
    background-blend-mode: overlay; /* Mischt Bild und Farbe */  
	background-repeat: repeat-x-y;
	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: #333; font-size:16px; color: #fff; padding:10px 0 20px 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;
}

/* ----- Images ----- */


/* Back to Top */
#backtotop{background-image: url(https://www.grundschule-muelheim.de/wbce/templates/fg-grey/images/scroll_totop.png); z-index:999; display:inline-block; position:fixed; visibility:hidden; bottom:120px; right:20px; width:57px; height:125px;}
#backtotop i{display:block; width:100%; height:100%; line-height:inherit;}
#backtotop.visible{visibility:visible; opacity:1;}
#backtotop:hover{opacity:0.5;}


.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 ) {
    p {font-size: 1.0em;}
    .phone {float: left; margin:0;}
    .mail {float: left; margin:0;}
    .red h2, .green h2, .yellow h2 {font-size: 1.5em !important;}
    #contact {font-size:15px;}
    #contact p {font-size:15px;}
    #contact .fa {font-size:15px; margin-top:3px}
    #contact a:link {font-size:15px;}
    address h2 {text-align: center;}
    address p {text-align: center;}	
	/* 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;}
}