/*-----------------------------------------------------------------------------
Bestellung Style Sheet 
media:     Screen
version:   1.0 / last modified 2018/09/10
author:    Wolf Gebler
website:   https://backcountry.design
-----------------------------------------------------------------------------*

/* =General
-----------------------------------------------------------------------------*/
.clear {
	clear:both;
}

.center {
	margin-right:auto;
	margin-left:auto;
	width:850px;
}

.mB20 {
	margin-bottom: 20px;
}

.mT20 {
	margin-top: 20px;
}

.mT60 {
	margin-top: 60px;
}

.fett {
	font-weight: bold;
}

.kursiv {
	font-style: italic;
}

.zentriert {
	text-align: center;
}

/* =Typography
-----------------------------------------------------------------------------*/

@font-face {
    font-family: 'opensansratregular';
    src: url('http://localhost/bodenbender-verlag/wp-content/themes/Divi-Child-Theme/fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('http://localhost/bodenbender-verlag/wp-content/themes/Divi-Child-Theme/fonts/opensans-regular-webfont.woff') format('woff');

}


body {
	width: 100%;
	background-color: #fff;
	font: 100%/1.6 'opensansratregular', Arial, sans-serif;
}


h1 {
	font-size: 1.75em; /*28px, 28/16=1.75 */
}

h2 {
	font-size: 1.625em; /* 26px; */
}

h3 {
	font-size: 1.125em; /* 18px; */
}

a {
	text-decoration: none;
	color: #000;
}


a.link {
	text-decoration: underline;
	color: #000;
}

p, td {
	font-size: .875em; /*  14px; */
}


/* =Main Content
-----------------------------------------------------------------------------*/


/* = Kontakt
-----------------------------------*/
/*main {
	width: 100%;
	height: 1200px;
	overflow: inherit;
	border: 1px solid green;
}*/


fieldset {
	border: none;
}

table.books caption {
	text-align: left;
	font-size: 20px;
	font-size: 1.25rem;
}

/*.bestellung {
	width: 570px;
	height: 790px;
	margin-bottom: 50px;
	padding: 5px 30px 30px 30px;
	background-color: #e8e8e8;
}*/

form {
	width: 570px;
	float: left;
	overflow: hidden;
}

#mitaText {
	width: 540px;
	height: 40px;
}


label {
	width: 160px;
	float: left;
}

input.datenSch {
	float: left; 
/*	margin-left: 0px !important;*/
	margin-top: 8px;
}

label.datenSchLab {
	width: 420px;
}

a.datenS {
	color: #09F;
	text-decoration: underline;
}


input {
	width: 120px;
}

input#kalender1, input#kalender2, input#buch1, input#buch2, input#buch3, input#buch4, input#buch5, input#buch6, input#buch7, input#buch8, input#buch9, input#winterkarten,  input#panokarten-12, input#panokarten-24, input#panokarten-52, input#gelesen   {
	width: 30px;
}

table.books {
	margin-top: 30px;
}

table.books tr {
	height: 40px;
}


td.anz {
	padding-right: 30px;
}

td.titel {
	width: 300px;
}


#vers {
	width: 440px;
	height: 200px;
	position: absolute;
	top: -100px; 
	left: -260px;
}

@media (max-width: 576px) {
	#vers {
		left: -20px;
	}
}


#vers p {
	font-size: 14px;
	margin-top: 20px;
	margin-left: 0;
	color: red;
}

#vers a {
	font-size: 14px;
	color: #09F;
	text-decoration: underline;
}

#vers a:hover {
	text-decoration: underline;
}

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
/*	vertical-align: baseline;*/
	width: 250px;
	margin: 30px 2px;
	outline: none;
	text-align: center;
	text-decoration: none;
	padding: .5em 2em .55em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: white;
	border: solid 1px #999;
	background: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#ccc));
	background: -moz-linear-gradient(top,  #999,  #ccc);
}

.absch {
	margin-left: 30px;
}

#errormess {
	width: 280px;
	position: absolute;
	top: 220px;
	right: 0px;
}




/* =css Ende
-----------------------------------------------------------------------------*/
