@charset "UTF-8";
/* CSS Document */

.button{
	width: auto;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	opacity:0.85;
	border-radius: 50px;
	
	transition:all .5s linear;
   -webkit-transition:all .5s  linear;
   -moz-transition:all .5s linear;
}

.parallax-col .button{
	margin-top: 30px;
	margin-left: 0px;
}

.button:hover {
	opacity:1;
}

.button a {
	width:auto;
	display:inline-block;
	color:#000000;
	font-size:0.8em;
	font-weight: 600;
	text-decoration:none;
	
	padding:10px 20px 10px 20px;
	
	transition:all .5s linear;
   -webkit-transition:all .5s  linear;
   -moz-transition:all .5s linear;
}

.button a:after {
	content:"";
	background-repeat: no-repeat;
	background-position: top center;
	width: 30px;
	height:10px;
	display: inline-block;
	
	transition:all .5s linear;
   -webkit-transition:all .5s  linear;
   -moz-transition:all .5s linear;
}

.button a:hover{

}

.button a:hover:after {
	background-position: top right;
}

.einleitung-wrapper .button{
	margin-left: 0px!important;
}

.slider-wrapper .button,
.slider-wrapper .button.style2,
.angebot-wrapper .button,
.angebot-wrapper .button.style2{		/*ZG*/
	position: relative;
	z-index: 52;
	text-transform: uppercase;
	width: auto;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	opacity:1;
	border-radius: 50px;
	
	transition:all .5s linear;
   -webkit-transition:all .5s  linear;
   -moz-transition:all .5s linear;
	
	transform: scale(0.9);
}

.slider-wrapper .button:hover,
.slider-wrapper .button.style2:hover,
.angebot-wrapper .button:hover,
.angebot-wrapper .button.style2:hover{		/*ZG*/
	transform: scale(1);
}

.button.c1{
	background-color: rgba(130,184,0,1.00);
}

.button.c2{
	background-color: rgba(0,104,172,1.00);
}

.button.c3{
	background-color: rgba(253,215,22,1.00);
}

.button.c1 a{
	color: rgba(255,255,255,1.00);
}

.button.c2 a{
	color: rgba(255,255,255,1.00);
}

.button.c3 a{
	color: rgba(30,151,212,1.00);
}

.button.c1.outline a{
	color: rgba(0,104,173,1.00);
}

.button.c2.outline a{
	color: rgba(0,104,172,1.00);
}

.button.c3.outline a{
	color: rgba(255,255,255,1.00);
}

.button.c1 a:after {
	background-image: url(../layout-images/arrows-button-c3.svg);
}

.button.c2 a:after {
	background-image: url(../layout-images/arrows-button-c3.svg);
}

.button.c3 a:after {
	background-image: url(../layout-images/arrows-button-c1.svg);
}

.button.c1.outline a:after {
	background-image: url(../layout-images/arrows-button-c1.svg);
}

.button.c2.outline a:after {
	background-image: url(../layout-images/arrows-button-c2.svg);
}

.button.c3.outline a:after {
	background-image: url(../layout-images/arrows-button-c3.svg);
}

.outline{
	opacity:0.9;
}

.button.c1.outline{
	background-color: transparent;
	border: rgba(253,215,22,1.00) 3px solid;
}

.button.c2.outline{
	background-color: transparent;
	border: rgba(0,104,172,1.00) 3px solid;
}

.button.c3.outline{
	background-color: transparent;
	border: rgba(255,255,255,1.00) 3px solid;
}

.referenzen-liste .button {
	margin-left: 0px;
}

.referenzen-liste .button a {
	padding:10px 40px 10px 40px;
}

.referenzen-liste .button a:after {
	width: 0px;
	height:0px;
	visibility: hidden;

}

.referenzen-liste .button.outline {
	opacity: 0.7;
}
.referenzen-liste .button.outline:hover {
	opacity: 1;
}


.footer-01-wrapper .button2{
	width: 220px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	opacity:0.7;
	border-radius: 0px;
	text-align: center;
	
	
	background-color: rgba(255,255,255,0.1);
	border: rgba(255,255,255,1.00) 3px solid;
	
	transition:all .5s linear;
   -webkit-transition:all .5s  linear;
   -moz-transition:all .5s linear;
}

.footer-01-wrapper .button2:hover {
	background-color: rgba(255,255,255,0.3);
	opacity:1;
}

.footer-01-wrapper .button2 a {
	width:100%;
	display:inline-block;
	color:rgba(255,255,255,1.00);
	font-size:0.9em;
	font-weight: 600;
	text-decoration:none;
	margin-left: auto;
	margin-right: auto;
	
	padding:10px 20px;
	
	transition:all .5s linear;
   -webkit-transition:all .5s  linear;
   -moz-transition:all .5s linear;
}

.content2-wrapper .button{
	margin-left: 0px;
	margin-top: 30px;
}