/*
	Original .fitgrd (www.fitgrd.com) - responsive grid system by Jan MÃ¼ller
	Fitrgrid - small screen first fork by John Coyne (aoimedia.co.uk) 2016
	Licensed under GPL and MIT.
	##########################
*/



header{
	background: #eee;
    margin: 0;
    padding:5px 50px 25px 50px;
    text-align: center;
}
header .row{
	max-width: 70em;
	margin: 0 auto;    
}
#nav{
	background: #eee;   
}
#hero{
	background: #eee;    
}
#hero .row{
	max-width: 70em;
	margin: 0 auto;    
}

.phone-one {
  position: relative;
  background: #191825;
  overflow: hidden;
}

.phone-one .inner {
  display: block;
  text-align: center;
}

.phone-one .inner h2 {
  color: #fff;
  font-weight: bold;
  font-size: 2.5em;
}

.phone-one a {color: #fff; text-decoration: none}

.phone-one a:link, a:hover, a:active, a:visited {color: #fff; text-decoration: none}

.phone-one .inner .fa-fw {margin-top:8px}

.phone-one .inner .content::after {
  content: '';
  position: absolute;
  left: 85%;
  top: 0;
  width: 2000px;
  height: 101%;
  background: #97c21e;
  -ms-transform: skewX(-35deg);
  transform: skewX(-35deg);
}

.slide{
	padding: 2em 0;
	max-width: 90em;
	margin: 0 auto;
}

.slide h1 {font-size:2.0em}
.slide h2 {font-weight: bold}

.box {
	background-color: rgba(148, 193, 31, 1.0);
	padding: 5px 10px 10px 10px;
	border-radius: 20px 20px 20px  20px; 
    -webkit-border-radius: 20px 20px 20px  20px; 
    -moz-border-radius: 20px 20px 20px  20px;
	-webkit-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.86); 
    box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.86);
}

.box h3 {color:#fff; margin: 20px 10px;}

.box li {color:#fff}

.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;
}

aside ul li {
    list-style-type: none;
}

.aktion {
    border: dashed 5px #97c21e;
    	border-radius: 10px 10px 10px  10px; 
-webkit-border-radius: 10px 10px 10px  10px; 
-moz-border-radius: 10px 10px 10px  10px;
}
.aktion h1 {text-transform: uppercase; font-weight: bold}

.aktion a:link {
	font-size: 1.5em; 
	text-transform: uppercase; 
	background-color:rgba(148, 193, 31, 1.0); 
	color:#ffffff !important;
	text-decoration: none;
	padding:5px 15px;
	border-radius: 10px 10px 10px  10px; 
-webkit-border-radius: 10px 10px 10px  10px; 
-moz-border-radius: 10px 10px 10px  10px;
}
.aktion a:hover {
    background-color:rgba(148, 193, 31, 0.1);
	-webkit-transition: all 1s ease;
    transition: all 1s ease;	
	border: solid 1px #97c21e;
	color: #97c21e;
}

.aktion a:active, a:visited, a:focus, a:after {
	background-color:rgba(148, 193, 31, 1.0); 
}

.bottom{
	background: rgba(0, 0, 0, 0.8);
}

.bottom h1 {color:#fff; margin-top:50px}
.bottom p {color:#fff; margin:30px}

.bottom a {color:#fff !important; font-weight: 100}

.bottom a:link {
	background-color:rgba(148, 193, 31, 1.0);
	padding:15px 20px;
    text-transform: uppercase;
	text-decoration: none;
	border-radius: 10px 10px 10px  10px; 
-webkit-border-radius: 10px 10px 10px  10px; 
-moz-border-radius: 10px 10px 10px  10px;
}

.bottom a:hover {
	background-color:rgba(148, 193, 31, 0.5);
	-webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.bottom a:after, a:active, a:visited {color:#fff; font-weight: 100}

.adress{
	background: rgba(148, 193, 31, 0.8);
}

.adress .inner {
    max-width: 90em; 
    margin: 0 25px; 
}

.adress h1 {font-size:1.5em !Important; color: #fff; text-align: left; text-transform: uppercase;}

.adress a {color: #fff; text-decoration: none; font-weight:normal;}

.adress a:link, a:hover, a:active, a:visited {color: #fff !important; text-decoration: none; }

.adress p {color: #fff; margin: 5px; font-size:1.1em}

footer{
	background: #97c21e;
	min-height: 50px;
	text-align: center;
	color: #fff
}
footer .row{
	max-width: 70em;
	margin: 0 auto;    
}

footer .copy {
	display: flex;
  align-items: center;
  justify-content: center;
}

footer p {font-size:1.0em; color: #fff; margin-top:10px}

footer .fa-fw {color: #fff; margin:5px}

/* 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:#97c21e; background-color:#fff;}

.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: #808080;
}

.frontpage .breadcrumbs {display:none;}

.fg1,.fg2,.fg3,.fg4,.fg5,.fg6,.fg7,.fg8,.fg9,.fg10,.fg11,.fg12 {
	color: #333;
}

.fg-no-gutter > [class*="fg"] {
	height: auto;
	background: none;
}

.headline{
	font-size: 2em;
	line-height: 1em;
	background: none;
	color: #333;
	padding: 1em 0;
}

.meta {
text-align:right;
}

#meta-bottom {
text-align: center;	
}

.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;
}
footer .meta {
padding-bottom: 20px;
}
.sp {
border-left: 5px #4CA6D5 solid;
padding-left: 15px;
margin-left: 0px;
color: #444;
  }
/* ======================================= 
   media queries
   ======================================= */

/* larger viewport breakpoint: 640px+ */ 	
@media screen and (min-width: 40.000em) {
	
	/* css */
	
}