.ueberschrift b
{
font-family: Eagle Lake;
font-size: 1.5em;
}

.row2
{

padding: 15px;
border-radius: 7px;

}

.row3
{
margin-top: 30px;

}

.gaestebuch-navi
{
background: #834e02;
}


.img2
{
margin-top: 120px;
}

.img1
{
margin-top: 100px;
}


/*----------------------------------------Gästebuch-------------------------*/



.gaestebuch-form
{

margin-top: 20px;





}



.gbtabelle
{
border: 2px solid #242424;
width: 95%;
margin-top: 30px;

}


@media (min-width: 768px) {

.gbtabelle
{
width:55%;
}

}




.gbtabelle td
{
padding: 15px;
}

.oberetabelle
{

border: 2px solid #242424;
background: #242424;
overflow: hidden;
color: white;
}

.oberetabelle a
{

text-decoration: none;
}

.gaestebuch-wrapper
{

min-height: 690px;

margin-bottom: 0px;
border-radius: 10px;


}

.button
{
background: #fff;

margin-top: 20px;

}





.falsch
{
margin: 0px auto;
	font-family: 'Open Sans', sans-serif;
	background: url(../img/falschrichtig/falsch.png) no-repeat;
	width: 650px;
	height: 813px;
	
}

.falsch p
{
margin-top: 180px;
position: absolute;
margin-left: 120px;
color: white;
}

.falsch a
{
color: white;
margin-left: 55px;

}

.falsch-captcha
{
margin: 0px auto;

	background: url(../img/falschrichtig/falsch-captcha.png) no-repeat;
	width: 650px;
	height: 813px;

}

.falsch-captcha p
{
margin-top: 180px;
position: absolute;
margin-left: 120px;
color: white;
}

.falsch-captcha a
{
color: white;
margin-left: 55px;

}


.richtig
{
margin: 0px auto;

	background: url(../img/falschrichtig/richtig.png) no-repeat;
	width: 650px;
	height: 813px;
	
}

.richtig p
{
margin-top: 180px;
position: absolute;
margin-left: 120px;
color: white;
}

.richtig a
{
color: white;
margin-left: 55px;

}


input, textarea
{
border: 2px solid #242424;
background: none;
color: #242424;
}


.name
{
width: 75%;	
}

textarea
{
width: 95%;	
}

@media (min-width: 768px) {

.name
{
width: 55%;	
}

textarea
{
width: 65%;	
}


}



input[type="submit"]
{
border: 2px solid #242424;
background: none;
color: #242424;

min-width: 120px;
}


input[type="submit"]:hover
{
background: #1c1204;
cursor: pointer;
color: white;

}
