@font-face{
	font-family: "HEADLINES";
	src: url("./fonts/RobotoCondensed-Bold.ttf");
}
@font-face{
	font-family: "TEXT";
	src: url("./fonts/Roboto-Regular.ttf");
}
.rb-back-gruen{background-color: rgb(44,87,44);}
.rb-text-gruen{color: rgb(44,87,44);}
.rb-back-blau{background-color: rgb(0,47,107);}
.rb-text-blau{color: rgb(0,47,107);}
.rb-back-grau{background-color: rgb(230,230,230);}
.rb-text-grau{color: rgb(122,122,122);}
.rb-text-weiss{color: rgb(255,255,255);}
.rb-tf-head{font-family: HEADLINES;}
.rb-tf-text{font-family: TEXT;}
.rb-button:hover{color:rgb(255,255,255);background-color:rgb(44,87,44);transition: 0.3s;}
.rbf-button{padding:8px 16px;}
.rbf-button:hover{color:rgb(44,87,44);background-color:rgb(230,230,230);transition: 0.3s;padding:8px 16px;}
.rb-footer-mh{min-height: 230px;}
.rb-einruck{padding-left:20px;}
.rb-partner-kachel{padding:8px;}
.rb-hr-line{border-top: 1px solid rgb(44,87,44);}

