* {
	margin: 0;
}

body {
	background-color: rgb(253, 247, 223);
font-family: Helvetica, Arial, Sans-Serif;
}

.fixed-nav-bar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 50px;
}
/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #4E0101;
}

/* Float the list items side by side */
ul.topnav li {
	float: left;
}

/* Style the links inside the list items */
ul.topnav li a {
	display: inline-block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 17px;
	font-family: Helvetica, Arial, Sans-Serif;
}

/* Change background color of links on hover */
ul.topnav li a:hover {
	background-color: #10100F;
}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {
	display: none;
}

/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:1020px) {
	ul.topnav li:not(:first-child) {
		display: none;
	}
	ul.topnav li.icon {
		display: inline-block;
	}
	.logo {
		display: none;
	}
	.left-logo {
		display: none;
	}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:1020px) {
	ul.topnav.responsive {
		position: relative;
	}
	ul.topnav.responsive li.icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	ul.topnav.responsive li {
		float: none;
		display: inline;
	}
	ul.topnav.responsive li a {
		display: block;
		text-align: left;
	}
	div.dropdown {
		float: none;
		display: inline;
	}
	.dropbtn {
		width: 100%;
		text-align: left;
		background-color: #4E0101;
	}
}

.dropdown {
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn {
	font-size: 16px;
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
}

nav a:hover, .dropdown:hover .dropbtn {
	background-color: #10100F;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #10100F;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content-black {
	color: black;
}

.dropdown-content a:hover {
	background-color: #ddd;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.logo {
	position: absolute;
	margin-left: 80%;
	margin-top: 30px;
        width: 10% !important;
}

.left-logo {
	position: absolute;
	width: 10%;
	margin-left: 80%;
	margin-top: 60px;
}

.hauptbild {
	display: block;
	width: 60%;
	margin-top: 1%;
        margin-left: 20%;
	z-index: 0;
}

.div0 {
	width: auto;
	height: auto;
}

.div1 {
	width: 80%;
	margin-left: 5%;
        margin-right: 15%;
        margin-top: 65px;
	font-size: 1.2em;
	float: none;
}

.div2 {
	margin: auto;
	width: 85%;
	padding: 10px;
}

.sparten{
	width: 90%;
	float: none;
}

.bilder {
	float: left;
	width: 280px;
	margin: 10px;
}

.bild {
	width: 200px;
}

.divHofladen {
	margin-top: 60px;
	margin-left: 10%;
	margin-right: 10%;
}

#Deckhengstdiv {
	margin-top: 60px;
	margin-left: 10%;
}

td {
	padding: 10px;
}

.divImpressum {
	margin-top: 60px;
	margin-left: 10%;
}

.div2016 {
	margin-top: 60px;
	margin-left: 10%;
}

.Friperuvian {
	position: relative;
}

.bildFriperuvian {
	width: 300px;
	float: left;
	padding: 20px;
	margin-top: -20px;
}

.bildFohlen {
	float: left;
	width: 270px;
	padding-right: 10px;
}

.bildFohlen {
	float: left;
	width: 270px;
	padding-right: 10px;
}

.bildFohlenHoch {
	float: left;
	padding-right: 10px;
	transform: rotate(90deg);
	height: 270px;
}

.fohlen {
	display: table;
	width: 100%;
	padding: 10px;
}

.bild2015 {
	height: 300px;
}

.events {
	margin-top: 60px;
	margin-left: 10%;
}

.divAlpakaseminar {
	margin-top: 60px;
	margin-left: 10%;
}

.divVerkaufstiere {
	margin-top: 60px;
	margin-left: 10%;
}

.bild_wandern {
	width: 40%;
}

.bild_satchmo_frieda {
	float: left;
	width: 250px;
	padding-right: 20px;
}

.bild_hofladen {
	float: left;
	width: 300px;
	padding: 10px;
}

dt, dl, dd {
	padding: 0;
	margin: 0;
}

dt a, dt img {
	display: block;
}

dl {
	margin: 20px;
	position: relative;
	width: 350px;
	float: left;
}

dd a {
	margin: 0;
	padding: 5px;
	position: absolute;
	/*left:-99999px;*/
	bottom: 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

dl:hover dd a, dl dd a:focus {
	left: 0;
	right: 0;
	outline: none;
	background: rgba(0, 0, 0, .3);
}

label {
	margin-right: 1.5em;
	float: left;
	width: 10em;
	padding-top: 0.3em;
	text-align: right;
}

input {
	display: block;
	font-size: 1em;
	margin-bottom: 0.8em;
	border: 1px solid #000;
	padding: 0.1em;
	width: 15em;
}

textarea {
	display: block;
}

.button {
	display: inline-block;
	padding: 10px 15px;
	font-size: 15px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #fff;
	background-color: #4E0101;
	border: none;
	border-radius: 15px;
	margin-left: 5em;
}

.button:hover {
	background-color: #10100F
}

.neueSachen {
	text-align: center;
	vertical-align: middle;
}

.center_seminar {
	text-align: center;
	vertical-align: middle;
}

.bild_Verkaufstiere {
	width: 50%;
    margin-left:10%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.div_mittig {
	text-align: center;
}

.pfeil {
	float: left;
	padding-right: 30px;
	padding-left: 100px;
}

.neueAnkundigung {
	width: 300px;
	height: 250px;
	transform: rotate(90deg);
}

.hofladenBild {
	float: left;
	width: 200px;
	padding: 10px;
}

.hofladenDiv {
	display: inline-block;
}

/* SLIDER */
.slider {
	max-width: 80em;
	height: 30em; 
	margin: 0 auto;
	position: relative;
	/* IN THE END */
	overflow: hidden;
}

.slide {
	position: absolute;
	top: 0;
	height: 30rm;
	padding-left: 15%;
	padding-right: 15%;
	display: flex;
	align-items: center;
	justify-content: center;
	/* THIS creates the animation! */
	transition: transform 1s;
}

.slide>img {
	/* Only for images that have different size than slide */
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider__btn {
	position: absolute;
	top: 200px;
	z-index: 10;
	border: none;
	background: none;
	/* background: rgba(255, 255, 255, 0.7); */
	font-family: inherit;
	color: white;
	border-radius: 50%;
	height: 5.5rem;
	width: 5.5rem;
	font-size: 3.25rem;
	cursor: pointer;
}

.slider__btn--left {
	left: 20%;
	transform: translate(-50%, -50%);
}

.slider__btn--right {
	right: 20%;
	transform: translate(50%, -50%);
}

.dots {
	position: absolute;
	bottom: 10px; 
	left: 50%;
	transform: translateX(-50%);
	display: flex;
}

.dots__dot {
	border: none;
	background-color: #b9b9b9;
	opacity: 0.7;
	height: 1rem;
	width: 1rem;
	border-radius: 50%;
	margin-right: 1.75rem;
	cursor: pointer;
	transition: all 0.5s;

	/* Only necessary when overlying images */
	/* box-shadow: 0 0.6rem 1.5rem rgba(0, 0, 0, 0.7); */
}

.dots__dot:last-child {
	margin: 0;
}

.dots__dot--active {
	/* background-color: #fff; */
	background-color: white;
	opacity: 1;
}

.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}

/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 200px;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
	background-color: #f1f1f1;
	color: black;
}