.headline{
  font-size:36px;
  font-weight: bold;
}

.subheadline{
  font-size:30px;
  font-weight: bold;
}

.text2{
  font-size: 26px;
  text-align: justify;
}
.text{
  font-size: 22px;
  text-align: justify;
}

.product-container{
  width:90%;
  /* height: 300px; */
  margin:30px 0 30px 0;
  border-radius: 20px;
  background: rgba(237, 190, 84);
}

.product-head{
  font-size:24px;
  color:#683513;
  padding-top:20px;
  font-weight: bold;
}

.footer{
  background: rgba(0,0,0,0.7);
  padding:40px 0 60px 0;
  margin-top:100px;
}

.impressum-head{
  font-size:26px;
  color:#EDBE54;
  font-weight: bold;
}

.impressum-subhead{
  font-size:22px;
  color:#683513;
  font-weight: bold;
}

.impressum-text{
  font-size:18px;
  color:white;
}

.header-link{
  margin-right: 48px;
}

.bg-float-text{
  background-color:rgba(104,53,19,0.3); padding:20px;
}

.head{ font-size:24px; }
.subhead{ font-size:20px; }
.text { font-siez: 18px; }

.bold { font-weight: bold; }
.yellow{ color: #EDBE54; }
.brown{ color: #683513; }
.white{ color: white; }

a.product-link:link{  color:#683513; }
a.product-link:visited{  color:#683513; }
a.product-link:hover{  color:#683513; text-decoration: none; font-weight: bold;}
a.product-link:active{  color:#683513; }

a.header-link:link{  color:#683513; font-size:22px; font-weight: bold;}
a.header-link:visited{  color:#683513; }
a.header-link:hover{  color:#EDBE54; text-decoration: none;}
a.header-link:active{  color:#683513; }

a.impressum-link:link{  color:white; }
a.impressum-link:visited{  color:white; }
a.impressum-link:hover{  color:#EDBE54; text-decoration: none;}
a.impressum-link:active{  color:white; }

a{
  transition: 0.5s;
}


.contact-button{
	margin:10px;
	border: none;
	background-color: #683513;
	padding: 10px 32px;
	color:#EDBE54;
  transition: all 0.5s ease;
  border-radius: 15px;
}
.contact-button:hover, .contact-form-btn:hover{

	background-color: #EDBE54 !important;
		color: #683513 !important;
	-webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.5s ease;
		cursor:pointer;
}
