/* londrina-sketch-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Londrina Sketch';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/londrina-sketch-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* ubuntu-300 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/ubuntu-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/ubuntu-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v20-latin-300.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/ubuntu-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/ubuntu-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v20-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-700 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/ubuntu-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/ubuntu-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v20-latin-700.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

@-webkit-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
.fade-in {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:0.8s;
	-moz-animation-duration:0.8s;
	animation-duration:0.8s;
}

.fade-in.one {-webkit-animation-delay: 0.3s;-moz-animation-delay: 0.3s;animation-delay: 0.3s;}
.fade-in.two {-webkit-animation-delay: 0.9s;-moz-animation-delay: 0.9s;animation-delay: 0.9s;}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.clearer {
	float: none;
	clear: both;
	width: 1px;
	font-size: 0.001em;
	line-height: 0.001em;
	height: 0.001em;
}

.logo {
width: 350px;
margin-top: -100px;
padding: 50px;
float: right;
/* border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
box-shadow: 3px 5px 14px #161616;
background-color: rgba(255, 255, 255, 1);*/
position: relative;
z-index: 20;
}

.logo.small {
width: 160px;
margin-top: -60px;
padding: 0px;
float: right;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
box-shadow: none;
background-color: rgba(255, 255, 255, 0);
}

img.symbol {
top: 10px;
padding: 0 7px 0 0;
position: relative;
}

img.symbol2 {
width: 40px;
margin: 0 1px 0 0px;
	position: relative;
	top: 13px;
}

img.bild1 {
  width: 55%;
  padding: 0 20px 0 0;
  position: relative;
  float: left;
}

img.bild2 {
 width: 45%;
 padding: 0 0 0 0px;
 margin: -8px -8px -8px 20px;
 border-left: 8px solid #fecc00;
 position: relative;
  float: right;
}

img.bild3 {
 width: 100%;
 padding: 0px;
 position: relative;
  float: none;
}

img.inzelle {
width: 100%;
margin-bottom: 0px;
}

img.werland {
width: 40px;
top: 6px;
padding: 0 5px 0 0;
position: relative;
}

html {
   font-family: 'Ubuntu', sans-serif;
}

body {
margin: 0;
height: 100%;
line-height: 1.7em;
background-color: #fff;
}

#bg {
background: url(img/bg-spaehne.jpg);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0px;
		background-repeat: no-repeat;
		background-position: center middle;
		background-size: cover;
		z-index: -1;
}

#bg1 {
background: url(img/bg-01.jpg);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0px;
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: cover;
		z-index: -1;
}

#bg2 {
background: url(img/bg-02.jpg);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0px;
		background-repeat: no-repeat;
		background-position: right middle;
		background-size: cover;
		z-index: -1;
}

#bg3 {
background: url(img/bg-ferienhaus-breit.jpg);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0px;
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: cover;
		z-index: -1;
}


#inhalt {
	max-width: 1300px;
	margin: 0px 15% 20px 15%;
}

.kopf {
	max-width: 1300px;
	color: #fff;
	padding: 50px 0 0 0;
	margin: auto;
	position: relative;
	transition: 0.3s;
	
}

.kopf.small {
  width: 70%;
  margin: 0em 0 0 0;
  padding: 1.7em 20px 0em 20px;
  position: fixed;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
box-shadow: 3px 5px 14px #161616;
background-color: rgba(255, 255, 255, 1);
  z-index: 10;
  height: 115px;
}

.kopf.small ~ .zeile0 {
padding-top: 310px;
}

.kontakt {
margin: 0px 0 0 100px;
position: relative;
z-index: 100;
}

.weg {
	display: inline;
}

.zeile0 {
padding-top: 170px;
}

.zeile1 {
	width: 100%;
	color: #000;
	padding: 0;
	margin: 0 0 6em 0;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 0;
	line-height: 0;
	float: left;
}

.text1 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
	padding: 50px 60px 60px 60px;
	margin: 0 0 0 0;
}

.zeile2 {
	font-size: 18px;
	font-weight: 400;
	padding: 40px 45px 45px 45px;
	margin: 0 0 6em 0;
	color: #000;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 24px 24px 24px 24px;
}

.zeile3 {
	width: 100%;
	font-size: 18px;
	color: #000;
	font-weight: 400;
	padding: 0;
	margin: 0 0 6em 0;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 0;
	border: 8px solid #fecc00;
	float: left;
}

.text3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
	padding: 50px 60px 60px 60px;
	margin: 0 0 0 0;
}

.zeile4 {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 2em;
	margin: 0 0 2em 0;
	text-align: right;
}

.linie {
	height: 1px;
	background-color: #ac8200;
	margin: 1em 0 1em 0;
}

.grid {
display: -ms-grid;
display: grid;
-ms-grid-columns: repeat(3, 1fr);
grid-template-columns: repeat(auto-fill, minmax(28.47%, 1fr));
grid-gap: 0.7vw;
margin-bottom: 2em;
}

.teaser {
width: 100%;
line-height: 0;
margin: 0 0 4em 0;
color: #000;
background-color: #fecc00;
-moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;

}

.teaser:hover {
width: 100%;
line-height: 0;
margin: 0 0 4em 0;
color: #fecc00;
background-color: #000;
}

.teasertext {
	padding: 40px 0px 40px 40px;
}

.haken {
width: 100%;
line-height: 3em;
margin: -0.7em 0 3em 0;
}

.yes {
display: inline-block;
font-weight: 400;
font-style: italic;
padding-right: 20px;
}

.zitat {
font-size: 17px;
font-weight: 400;
font-style: italic;
padding: 4em 0 4em 0;
}

h1 {
	font-family: 'Londrina Sketch', sans-serif;
	font-size: 100px;
	letter-spacing: 0.04em;
    line-height: 1.1em;
	color: #000;
	margin: 0px 0px 0.5em 0px;
	font-weight: 400;
}

h2 {
	font-size: 49px;
	color: #000;
	line-height: 1.2em;
	font-weight: 400;
	margin: 0px 0px 0.8em 0px;
}

h3 {
	font-size: 28px;
	line-height: 1.4em;
	color: #000;
	margin: 0px 0px 3em 0px;
	font-weight: 400;
}

.duenn {
	font-weight: 300;
	color: rgba(0, 0, 0, 1);
	padding: 0 5px 0 5px;
}

h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4em;
	color: #000;
	margin: 0 0px 1em 0px;
}

h5 {
	font-size: 36px;
    line-height: 1.4em;
	color: #ac8200;
	margin: 1.5em 0 0.5em 0;
	font-weight: 300;
}

h6 {
	font-family: 'Londrina Sketch', sans-serif;
	font-size: 65px;
    line-height: 1.4em;
	color: #000;
	margin: 0 0 0.5em 0;
}

.rechts1 {
	text-align: right;
	margin-top: 0em;
}

/*ACCORDION-ANFANG*/

.accordion {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0;
}

.accordion-item {
  position: relative;
}
.accordion-item.active .heading {
  color: #000;
  font-size: 1.3rem;
  font-weight: 700;
}
.accordion-item.active .icon {
  background: #fff;
}
.accordion-item.active .icon:before {
  background: #e7ae00;
}
.accordion-item.active .icon:after {
  width: 0;
}
.accordion-item .heading {
  display: block;
  text-decoration: none;
  color: #e7ae00;
  font-weight: 400;
  font-size: 1rem;
  position: relative;
  padding: 1rem 1rem 1rem 2.7rem;
  transition: 0.3s ease-in-out;
}
@media (min-width: 40rem) {
  .accordion-item .heading {
    font-size: 18px;
  }
}
.accordion-item .heading:hover {
  color: #869e00;
}
.accordion-item .heading:hover .icon:before, .accordion-item .heading:hover .icon:after {
  background: #01569c;
}
.accordion-item .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 0.15rem solid #fff;
  border-radius: 5px;
  transform: translateY(-50%);
}
.accordion-item .icon:before, .accordion-item .icon:after {
  content: "";
  width: 0.75rem;/*war 1.25*/
  height: 0.15rem;
  background: #01569c;
  position: absolute;
  border-radius: 5px;
  left: 50%;
  top: 50%;
  transition: 0.3s ease-in-out;
  transform: translate(-50%, -50%);
}
.accordion-item .icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}
.accordion-item .content {
  display: none;
}
.accordion-item .content p {

  padding-bottom: 0em;
}
@media (min-width: 40rem) {
  .accordion-item .content {
    line-height: 1.5;
    margin-top: -1em;
  }
}
/*ACCORDION-ENDE*/

p {
	margin-bottom: 2em;
}

a {
text-decoration:none;
-moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
a:focus {
outline:0;
}

a.link1 {
font-size: 18px;
font-weight: 400;
color: #f0c100;

}

a.link1:hover {
font-size: 19px;
color: #000;
}

a.link2 {
color:#f0c100;
text-decoration:none;
font-size:19px;
font-weight: 400;
padding: 0;
}
a.link2:hover {
color:#000;
}

a.link3 {
font-size: 16px;
color: #f0c100;
background-color: #fff;
padding: 7px;
border-radius: 6px;
}

a.link3:hover {
color: #000;
}


/*TABLETT*/

@media only screen and (max-width: 1460px) {

#inhalt {
	margin: 0px 6% 20px 6%;
}

.kopf {
	width: 100%;
}

.kopf.small {
  width: 88%;
}

.teasertext {
	padding: 30px 30px 30px 20px;
}

}

/*HANDY*/

@media only screen and (max-width: 810px) {

.logo {
width: 50%;
max-width: 250px;
margin-top: -50px;
padding: 30px 20px 30px 20px;
float: right;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
box-shadow: 0px 0px 0px #161616;
background-color: rgba(255, 255, 255, 0);
z-index: 0;
	position: relative;
}

.logo.small {
width: 120px;
margin-top: -15px;
padding: 0px 0px 0px 0px;
float: right;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
box-shadow: none;
background-color: rgba(255, 255, 255, 0);
}

img.symbol {
top: 10px;
padding: 0 7px 0 0px;
position: relative;
}

img.bild1 {
  width: 100%;
  padding: 0 0px 0 0;
  position: relative;
  float: none;
}

img.bild2 {
 width: 100%;
 padding: 0 0 0 0px;
 margin: 0px 0px 0px 0px;
 border-left: 0px solid #fecc00;
 position: relative;
  float: none;
}

img.breit {
width: 100%;
margin: 0 0 3em 0;
border-radius: 0px 0px 6px 6px;
}

img.auto {
width: 80%;
}

img.teaser {
width: 100%;
margin: 1.5em 0px 1.5em 0;
float: none;
}

body {
line-height: 1.5em;
}

#bg {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0px;
background-repeat: no-repeat;
background-position: middle center;
background-size: cover;
z-index: -1;
}

#inhalt {
	margin: 0px 1.5% 20px 1.5%;
}

.kopf {
	width: 100%;
	height: 120px;
	font-size: 14px;
	letter-spacing: 0.05em;
	margin: 0 0 0 0;
}

.kopf.small {
width: 97%;
height: 90px;
font-size: 14px;
letter-spacing: 0.05em;
  padding: 20px 10px 0em 0;
margin: 0 0 0 0;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
box-shadow: 3px 5px 14px #161616;
background-color: rgba(255, 255, 255, 1);
}

.kopf.small ~ .zeile0 {
padding-top: 200px;
}

.weg {
	display: none;
}

.text1 {
	font-size: 17px;
	padding: 2em 45px 45px 25px;
}

.teaser {
margin: 0 0 2em 0;
}

.teaser:hover {
margin: 0 0 2em 0;
}

.teasertext {
	padding: 30px 30px 30px 20px;
	font-weight: 700;
}

.grid {
display: -ms-grid;
display: grid;
-ms-grid-columns: repeat(3, 1fr);
grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
grid-gap: 6vw;
margin-bottom: 4em;
}

a.link1 {
font-size: 17px;
}

a.link2 {
font-size: 17px;
}

a.link3 {
font-size: 15px;
}

.zeile0 {
padding-top: 80px;
}

h1 {
	font-size: 55px;
    line-height: 1.2em;
	margin: 0px 0px 0.5em 20px;
	font-weight: 400;
}

h2 {
	font-size: 31px;
	margin: 0px 0px 0.6em 0px;
}

h3 {
	font-size: 20px;
	margin: 0px 0px 3em 20px;
	font-weight: 700;
}

h4 {
	font-size: 18px;
	margin: 0em 0px 0.6em 0px;
}

h5 {
	font-size: 26px;
}

h6 {
	font-size: 42px;
    line-height: 1.4em;
	margin: 0px 0px 1em 0px;
	font-weight: 300;
}

}