/* Table of Contents
––––––––––––––––––––––––––––––––––––––––––––––
- CSS Rreset
- General Content
- Header
- Biography
- Footer
- Media Queries
–––––––––––––––––––––––––––––––––––––––––––––– */


/* CSS Reset
–––––––––––––––––––––––––––––––––––––––––––––– */

html, body, div, a, p, h1, h2, h3, h4, h5, form, fieldset, legend, label {
	margin: 0;
	padding: 0;
	border:0; 
	line-height:1;
	vertical-align: baseline;
	}
img { 
	border: 0; 
	}
a, a:link, a:visited a:hover, a:active {
	color: inherit;
    text-decoration: none;
	}
:focus {
	outline: 0;
	}
  
  
/* General Content
–––––––––––––––––––––––––––––––––––––––––––––– */

body {
	font-family: Arial, Verdana, Helvetica, Roboto, 'Droid Sans', sans-serif;
	background: #ffffff;
	font-size: 16px;
	color: #888888;
    }

.container {
	max-width: 960px;
	margin: 3% auto;
}
.header {
	margin-bottom: 80px;
}
.header-inner {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-inner img {
	width: 70%;
}
li {
	list-style: none;
	margin: 0;
	padding: 0;
  }
.header-menu__list {
	display: flex;
	align-items: center;
}
.header-menu__list a {
	padding-right: 16px;
}
.header-menu__list a:hover {
	color: red;
}
.main {
	margin-bottom: 130px;
}
.main-title {
	font-size: 1.44em;
	color: #888888;
	font-weight:normal;
	margin-bottom:1.4em;
}
.main-content p {
	font-size: 18px;
	margin-bottom: 24px;
    line-height: 1.55em;
}
.main-wrapper p {
	font-size: 18px;
	margin-bottom: 0.95em;
	line-height: 1.45em;
}
.main-wrapper__title p {
	font-size: 16px;
	line-height: 1.55em;
	font-weight: bold;
	margin: 0;
}

/* Udgivelser
–––––––––––––––––––––––––––––––––––––––––––––– */

.wrapper-book {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
}
.box-book {
	display: flex;
	align-items: flex-start;
    border: 1px solid #b7b8b9;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	min-height: 215px;
	width: 45%;
	margin-bottom: 25px;
}
.wrapper-book .box-book img {
	max-width: 200px;
	height: 100%;
	margin-top:1em !important;
}
.box-book__title {
	color: #818285;
	font-size: 16px;
	margin-bottom: 0.5em;
}
.box-book__text {
	font-size: 14px;
    color: #818285;
    line-height: 1.2em;
	margin-bottom: 7px;
}
.label {
	color: #fff!important;
    background-color: #818285;
    font-size: 14px;
    border-radius: 6px;
	margin-top: 7px;
	text-align: left;
	display: block;
	margin-bottom: 8px;
	padding: 9px 11px 9px 11px;
	max-width: 150px;
}
.label:hover {
    background-color: red;
}

.labelbooks {
	color: #fff!important;
    background-color: #818285;
    font-size: 0.95em;
    border-radius: 6px;
	margin-top: 2em;
	text-align: left;
	display: inline-block;
	margin-bottom: 8px;
	padding: 12px 16px 12px 16px;
}
.labelbooks:hover {
    background-color: red;
}
.box-book__content {
	margin-top: 22px;
	font-size: 0.97em;
}
.box-book p {
	line-height:1.5em;
}
.box-book__link:link, .box-book__link:visited {
	display: block;
    margin-bottom: 25px;
	margin-top: 4px;
	font-size: 15px;
	color: red;
}
.box-book__link:hover, .box-book__link:active {
	display: block;
    margin-bottom: 25px;
	margin-top: 4px;
	font-size: 15px;
	color: #818285;

	
/* Om forlaget
–––––––––––––––––––––––––––––––––––––––––––––– */

}
.text1 {
	font-size: 16px;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 18px;
}
.text3 {
	font-size: 16px;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 18px;
}
.text2 {
	font-size: 16px;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 18px;
}
.contact-title {
	font-size: 16px;
	line-height: 1.3em;
	text-align: center;
	margin-top: 55px;
	margin-bottom: 0px;
}
a.contact-link {
	display: block;
	font-size: 16px;
	line-height: 1.3em;
	text-align: center;
}
.gucca a {
	color:  #888888;
    text-decoration: none;
}
.gucca a:hover {
	color: red;
}

/* Kontaktformular
–––––––––––––––––––––––––––––––––––––––––––––– */

.wpcf7 {
	width:50%;
    background-color: #fff;
    border: 1px solid #b7b8b9;
	margin:2em 0 2em 0;
	padding:1.5em 2em 0 1.5em !important;
}
label {
  font-size:0.9em;
}
input[type="text"], input[type="email"], input[type="tel"] {
	width:100%;
    background-color: #fff;
	color: #000000;
    border: 1px solid #b7b8b9;
	display:block;
	line-height:1.7em;
	font-size:1.2em;
	margin-bottom:0.5em;
}
.wpcf7-form input[type="submit"] {
	font-size:0.93em;
	color: #fff!important;
    border: none;
    background-color: #818285;
    text-align: center;
    border-radius: 6px;
	margin-top: 30px;
	display: block;
	padding: 10px 17px 10px 17px;
}
.wpcf7-form input[type="submit"]:hover {
    background-color: red;
}
.wpcf7-form p {
    margin-bottom:0;
}