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


@font-face {
font-family: ms300;
src: url(../fonts/ms300.otf)
}

@font-face {
font-family: ms500;
src: url(../fonts/ms500.otf)
}

@font-face {
font-family: ms700;
src: url(../fonts/ms700.otf)
}

@font-face {
font-family: ms900;
src: url(../fonts/ms900.otf)
}

@font-face {
font-family: fu-med;
src: url(../fonts/fu-med.ttf)
}

@font-face {
font-family: fu-bold;
src: url(../fonts/fu-bold.ttf)
}

@font-face {
font-family: fu-reg;
src: url(../fonts/fu-reg.ttf)
}

@font-face {
font-family: fu-light;
src: url(../fonts/fu-light.ttf)
}






a.kontakt-button:link {
	text-decoration: none;
	color: rgba(255,0,0,1.00);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.kontakt-button:visited {
	text-decoration: none;
	color: rgba(255,0,0,1.00);
}

a.kontakt-button:hover {
	text-decoration: none;
	color: rgba(254,255,67,1.00);
}
a.kontakt-button:active {
	text-decoration: none;
	color: rgba(255,0,0,1.00);
}



a.pakete-button-1:link {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.pakete-button-1:visited {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}

a.pakete-button-1:hover {
	text-decoration: none;
	color: rgba(255,0,0,1.00);
}
a.pakete-button-1:active {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}



a.pakete-button-2:link {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.pakete-button-2:visited {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}

a.pakete-button-2:hover {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}
a.pakete-button-2:active {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}




a.alle-pakete:link {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.alle-pakete:visited {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}

a.alle-pakete:hover {
	text-decoration: none;
	color: rgba(255,0,0,1.00);
}
a.alle-pakete:active {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}