@charset "utf-8";
/* CSS Document */

html {
	font-family: 'Cormorant Garamond', serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	position:relative;
}

body {
	margin: 5vh 0;
	font-family: 'Cormorant Garamond', serif;
	font-size:21px;
	font-weight:500;
	color:#000000;
	background: #ffffff;
}

p{
	margin: 0.8em 5vh;
}

h3 {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	font-size: 24px;
	color:#362727;
	text-align: center;
}

h2 {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	font-size: 32px;
	color:#362727;
	padding:0;
	margin: 16px 5vh;
}

h1 {
	font-family: 'Cormorant Garamond', serif;
	font-size:24px;
	font-weight:500;
	margin: 10vh 0 0 0; 
	padding: 0;
	color:#8A745C;
}

a:link {
  color: #0C492D;
}

a:visited {
  color: #0C492D;
}

a:hover {
  color: #0C492D;
}

a:active {
  color: #0C492D;
}

.navbar-toggler{
	border: none;
}

.navbar-toggler:focus {
    outline: none !important;
    border:none;
    box-shadow: none;
}

.custom-toggler{
	color: #381e10;
	font-size: 2em;
}

.nav-link{
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.3em;
	font-weight: 700;
	color:black;
	text-shadow: 1px 1px #ffffff;
}

.schriftzug{
	max-height: 12vh;
	margin:auto;
}

.biberengel{
	padding: 0;
	width:100%;
	margin:5vh auto 15vh;
}

.img-left{
	float:left;
	height:100%;
	object-fit:cover;
}

.img-right{
	float:right;
	height:100%;
	object-fit:cover;
}

.geschichte{
	background-color: #ffffff;
}

.herkunft{
	background-color: #7D998D;	
}

.botanicals{
	background-color: #070906;	
}

.handarbeit{
	background-color: #C6AAA2;	
}

.no-pad{
	padding:0;
}

.textbox{
	padding:5vh 0;
}
	
footer {
	font-family: 'Cormorant Garamond', serif;
	font-size:24px;
	font-weight:500;
	margin: 0;
	padding: 0;
	color:#8A745C;
}