.genric-btn_n {
    display: inline-block;
    outline: none;
    line-height: 95px;
    padding: 0 103px;
    font-size: 0em;
    text-align: center;
    text-decoration: none;
    font-weight: 50;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.genric-btn_g {
    display: inline-block;
    outline: none;
    line-height: 95px;
    padding: 0 103px;
    font-size: 32px;
    text-align: center;
    text-decoration: none;
    font-weight: 5550;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	margin: 25px 0 0 700px;
}



.genric-btn.förderungen{
		color:#275f41;
		background:#fdb913;
		border:1px solid transparent
		}
		
.genric-btn.förderungen:hover{
		color:#fdb913;
		border:1px solid #fdb913;
		background:#275f41
		}
		
.genric-btn.förderungen-border{
		color:#f4e700;
		border:1px solid #f4e700;
		background:#fff
		}
		
.genric-btn.förderungen-border:hover{
		color:#fff;
		background:#f4e700;
		border:1px solid transparent
		}
		
.genric-btn_n.noe{
		color:transparent;
		background: url(../img/förderungen/noe_banner.png) transparent;
		border:1px solid transparent
		}
		
.genric-btn_n.noe:hover{
		color:transparent;
		border:1px solid #00306f;
		background: url(../img/förderungen/noe_banner.png) transparent;
		}
		
.genric-btn_n.noe-border{
		color:#f4e700;
		border:1px solid #f4e700;
		background:#fff
		}
		
.genric-btn_n.noe-border:hover{
		color:#fff;
		background:#f4e700;
		border:1px solid transparent
		}
		
.genric-btn_g.geschichte{
		color:white;
		background: #cd0000;
		/* border:1px solid #fff */
	}
	
.genric-btn_g.geschichte:hover{
		color:#cd0000;
		border:1px solid #cd0000;
		background:#ffc107