@charset "UTF-8";
html, body {
    font-family: "Lato",sans-serif;
    /* font-size: 16px; */
    height: 100%;
    line-height: 25px;
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway",sans-serif;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
section {
    height: auto !important;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
	margin-top: 50px;
}
legend{
	margin-top: 50px;
}
/* Unterteilungsstrich */
span.divider.center {
    margin-left: auto;
    margin-right: auto;
}
span.divider {
    background-color: #ff6633;
    display: block;
    height: 2px;
    margin-bottom: 35px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 35px;
    width: 150px;
}
blockquote.pull-right {
	padding: 10px;
	color: #888;
	background-color:rgba(255,255,255,0.8); /* FF3.6+ */
}
a:hover, a:focus {
    color: #ff4000;
	text-weight: 700;
}
a {
    transition: all 0.5s ease 0s;
	color: #ff6633;
}
#impressum {
	padding: 50px 0 0 0;
	font-size: 14px;
}
.summe{
	font-size: bold;
}
.modal-dialog{
	width: 70%;
}
#summen_zeile{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 4px double #000000;
}
#hinweis_versand{
	font-size: 10px;
	color: #888;
	font-weight: normal;
	vertical-align: bottom;
}
/* Textarea beim Titel der Bücher */
.title_field{
	font-size: 14px;
    height: 90px;
    width: 150px;
}
