@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background: #3d3d3d;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
}


.container{
	max-width: 80%;
	margin: 0 auto;
}
header{
	background: #FFFFFF;

}

header::after{
	content: '';
	display: table;
	clear: both;
}

.logo {
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
	max-width: 200px;
}

nav{
	float: right;
	overflow: hidden;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;


}

nav li {
	display: inline-block;
	margin-left: 70px;
	padding-top: 23px;
	position: relative;
}

nav a {
	color: #444444;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:900;
	font-size: 14px;
	transition: all ease-in-out 500ms;

}

nav a:hover {
	color: #000000;

}



.content{
	padding-top: 30px;
	box-sizing: content-box;
}


.table {
    display: table;
    max-width: 100%;


  }
.home-overview-right {
    display: table-cell;
    width: 40%;
    padding: 25px;
	vertical-align: top;
	padding-top: 70px;
	text-align: center;
  }
.myframe{
	align-self: stretch;
}

.home-overview-left {
    display: table-cell;
    width: 40%;
    height: 100%;
	vertical-align: middle;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 25px;
	padding-bottom: 50px;
  }

.container2{
	text-align: center;

}

.heading1{
	color: #FFFFFF;
	text-shadow: 3px 3px 20px black;
}

.flexbox{
	display: flex;
	max-width: 80%;
	flex-direction: row;
	justify-content: space-around;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 50px;

}


/*SHOWCASE BOX */
.ferienhaus1{
  opacity: 1;
  display: block;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  box-shadow: 10px 5px 50px black;
  transition: 750ms ease-in-out;

}
.box1{
	position: relative;
}
.box1:hover .ferienhaus1{
	opacity: 0.3;
	cursor: pointer;
}
.box1:hover .fancymiddle{
	opacity: 1;
cursor: pointer;}
.fancymiddle{
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.fancytext1{
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
  transition: 750ms;
}
.n1{
	color: #444444;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:900;
	font-size: 14px;
}
/*DROPDOWNMENU CSS */
.dropbtn{
	position: relative;
	color: #444444;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:900;
	font-size: 14px;
	margin-top: 19px;
	cursor: pointer;
}

.dropdown {
  float: left;
  overflow: hidden;
	padding-top: 5px;
}


.dropdown-content {
  display: none;
  position: absolute;
	z-index: 10;

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

/* Create three equal columns that floats next to each other */
.column {
	float: left;

	margin-top: 0px;
	background-color: white;
	opacity: 1;
	border-width: 0px;
	border-color: black;
	border-style: solid;
	padding-left: 20px;
	padding-right: 20px;
	box-shadow: 5px 5px 5px lightgray;
	padding-bottom: 20px;

}

.column a {
	float: none;
  color: black;
  padding: 7px;
  text-decoration: none;
  display: block;
  text-align: left;
	color: #444444;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:900;
	font-size: 14px;


}



/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {
  .column {
    width: 33.3333333333333333%;
    height: auto;
		padding: 20px;
  }
}

nav li a::after {
  content: '';
  display: block;
  height: 5px;
  background-color: #97ca32;

  position: absolute;
  top: 0;
  width: 0%;

  transition: all ease-in-out 250ms;
}
nav li a:hover::after {
  width: 100%;
}

.dropdown::after {
  content: '';
  display: block;
  height: 5px;
  background-color: #97ca32;

  position: absolute;
  top: 0;
  width: 0%;

  transition: all ease-in-out 250ms;
}
.dropdown:hover::after {
  width: 3%;
}

.column a:hover{
	background-color: lightgray;
}
.kp1{
	width: 200%;
}

.kontakt{
	float: right;
	position: absolute;
}
.footer{
	display: flex;
	justify-content: space-evenly;
	flex-direction: row;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 0px;
}

.mail{
	color: black;
	text-decoration: none;
}

.heading2{
	text-align: center;
	background-image: url("../media/bg1.svg");
	background-repeat:no-repeat;
	background-size: cover;
	text-transform: uppercase;
}
.heading3{
	padding-top: 10px;
	margin-bottom: -50px;
}
.Beschreibung{
	display: flex ;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding-bottom: 50px;
	padding-top: 50px;
	padding-left: 5%;
	padding-right: 0%;
}
.pic1{
width: 80%;
box-shadow: 10px 5px 50px black;

}
.Beschreibungstext{
		background-color: gray;
		width: 100%;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 30px;
		padding-left: 5%;
		padding-right: 5%;
		box-shadow: 10px 5px 50px black;
}

/*Button für weblink */
.weblinkbutton{
display: inline-block;
border-radius: 4px;
background-color: #FFFFFF;
border: none;
color: black;
text-align: center;
font-size: 14px;
padding: 10px;
width: 150px;
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}

.weblinkbutton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.weblinkbutton span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.weblinkbutton:hover span {
  padding-right: 25px;
}

.weblinkbutton:hover span:after {
  opacity: 1;
  right: 0;
}
.hr{
	margin-top:  60px;
	width: 30%;
}


































.dropdowncontent1{
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 200px;
 	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	opacity: 0.5;
}

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

.dropdown1:hover .dropdowncontent1 {
  display: block;
}

.dropdown1{
	float: right;
	overflow: hidden;
}
.dropdowncontent1 a:hover {
  background-color: #ddd;
}

.dropdownbutton::before {
	content: '';
	display: block;
	height: 0px;
	background-color: #444444;

	position: absolute;
	top: 0;
	width: 0%;

	transition: all ease-in-out 250ms;
}

.dropdownbutton:hover::before{
	width: 100%;
}


.dropdownbutton:hover{
	cursor: pointer;
	font-size: 15px;
	color: black;
}


svg.map { width: 110%; 
	height: auto;
	margin-top: -10%;
}