@charset "utf-8";
#rahmen {
    height: auto;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
}
#head {
    height: auto;
    width: 800px;
}
#footer {
    height: auto;
    width: 770px;
    background-color: #f9edb6;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    border-radius: 10px;
	font-size: 17px;
	font-family: 'Ubuntu', sans-serif;
}
body {
    background-color: #fcf8d3;
}
#head2 {
    height: auto;
    width: 588px;
    margin-left: auto;
    margin-top: -11px;
}
.menu {
    height: auto;
    width: 192px;
    padding-top: 10px;
    padding-right: 20px;
    margin-top: -13px;
    float: left;
}
#trennung {
    height: 1px;
    width: 800px;
	clear: both;
}
.btn {
    width: 195px;
    background: none;
    padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
    font-size: 14pt;
    font-family: 'Ubuntu', sans-serif;
    cursor: pointer;
    text-align: left;
    margin-bottom: 5px;
    border: 1px solid #EC5D2E;
    border-radius: 10px;
	transition: 0.5s;
	position: relative;
	overflow: hidden;
}
.btn1{
  color: #EC5D2E;
}
.btn1:hover{
	color: #fff;
}
.btn::before{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  background: #EC5D2E;
  transition: 0.5s;
	z-index: -1;
}
.btn1::before{
  bottom: 0;
  border-radius: 50% 50% 0 0;
}
.btn1:hover::before{
  height: 180%;
}
.button {
    width: auto;
    background: none;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 17px;
    font-family: 'Ubuntu', sans-serif;
    cursor: pointer;
    border: 1px solid #EC5D2E;
    border-radius: 10px;
    transition: 0.5s;
    overflow: hidden;
    float: right;
    margin-left: 10px;
	margin-right: 10px;
	margin-top: -10px
}
.btn2{
  color: #EC5D2E;
}
.btn2:hover{
	color: #0F60DD;
}
.button:hover{
	border: 1px solid #0F60DD;
}