@charset "UTF-8";


/* -----  FONTS  --------------------------------------------- */


@font-face {
    font-family: 'Drescher';
    src: url('../fonts/Drescher_Grotesk_Roman.woff2') format('woff2'),
         url('../fonts/Drescher_Grotesk_Roman.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Drescher';
    src: url('../fonts/Drescher_Grotesk_Demi.woff2') format('woff2'),
         url('../fonts/Drescher_Grotesk_Demi.woff') format('woff');
    font-weight: 600;
    font-style: bold;
}




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

html {
  font-family: 'Drescher', sans-serif;
  font-size: 20px;
  color:rgba(57, 57, 57, 1);
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

li {
  list-style: none;
}

a {
  color: currentColor;
  text-decoration: none;
}

footer a:hover {
  border-bottom: 1px solid;
}

strong, b {
  font-weight: 600;
}

img {
  width: 100%;
}

.page {
  padding: calc(10vh + 10vw) 5vw 10vh;
  max-width: 80rem;
  margin: 0 auto;
}

body {
width: 100%;
height: 100%;
margin: 0 auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}


.header {
  display: flex;
  position: fixed;
  flex-direction: row;
  justify-content: space-between;
  align-items: left;
  left: 0;
  right: 0;
  top: 0;
  max-width: 80rem;
  padding: 2vh 5vw 3vh;
  height: 5rem;
  z-index: 2300;
}

.header.white {
	color: #fff;
	background-color: rgba(245, 242, 233, 0)

}

.header a {
  position: relative;
  font-size: 1rem;
  letter-spacing: .04em;
  font-weight: 600;
}

.header .logo {
  display: block;
  position: fixed;
  margin-bottom: 1.5rem;
  padding: 0;
}


.menu {
	display:none;
}

.menu a {
  font-size: .85rem;
  margin: 0 1.05rem;
  text-transform: uppercase;
}

.menu a:last-of-type {
	margin: 0 0 0 1rem;
}

.menu a[aria-current], .menu a:hover {
  border-bottom: 2px solid;
  padding-bottom: .3rem;
}


.name {
	font-size: 1.6rem;
	margin-bottom: .5rem;
	z-index: 2500;
}

.subtitle {
	font-size: .9rem;
}


@media screen and (min-width: 1200px) {
  .header .logo {
    margin-bottom: 0;
  }
  .header {
  padding: 5vh 5vw 3vh;
    height: 8rem;
  }
  .menu {
    margin-right: -.75rem;
    margin-top: 1.6rem;
    padding: .7rem .7rem .5rem;
  }
  
  .page {
  padding: calc(10vh + 7vw) 5vw 10vh;
  }
}


main {
  position: relative;
  min-height:;
}

.intro {
  padding: 1vh 0 1.5vh;
  text-align: left;
}


.tags {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-size: .75rem;
  font-weight: 600;
}

.text {
  line-height: 1.5em;
  padding: 0;
}
.text p,
.text figure,
.text ul,
.text ol {
  margin-bottom: 1.5em;
}

.text ul {
  margin-left: 1.2rem;
  list-style: none;

}

.text li {
	text-indent: -1.1em;
}

.text li:before {
    content: "• ";
    font-size: 1em;
    vertical-align: top;
    margin-right: 0.5em;
    }
    
    
.text h1 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 1rem;
  text-align: left;
}
    

.text h2 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 1rem;
  text-align: left;
}

.text > *:first-child {
  margin-top: 0;
}


.text a {
  position: relative;
  white-space: nowrap;
  z-index: 1;
  display: inline-block;
  border-bottom: 1px solid #000;
}

.text figure {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.text.home {
	display: none;
}

.text img {
  width: 100%;
}

.footer {
  padding: 3rem 0;
  text-align: left;
  max-width: var(--content-width);
  margin: 0 auto;
  line-height: 1.5em;
  font-size: .75rem;
}

.footer a {
  display: inline-block;

}

.footer > a {
  margin-bottom: 1.5rem;
  border-top: 2px solid #000;
  width: 16.5rem;
  padding-top: .5rem;
}

.social a {
  margin: 0 .75rem;
  padding: .5rem 1rem;
  border: 2px solid #000;
  width: 7.5rem;
}

.social a:hover {
  background: #000;
  color: #fff;
}

.right {
	margin-bottom: 2rem;
	position: relative;
	top: auto;
    right: auto;
	width: auto;
}

#slides {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; 
    height: auto; /* optionally add !important for WP version */
    width: auto;
    z-index: 0;
}

.slicknav_menu {
	display:block;
}

.layout {
	position: relative;
	width: 100%;
}

.urlaub {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 1rem;
	font-size: 1.8rem;
	font-weight: 400;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.47)
}

.textimage {
	position: relative;

}

.textimage img {
	display: block;
}



.contact {
	margin-top: 2rem;
	font-size: .85rem;
	line-height: 2rem;
	text-align: right;
}

.contact b {
	font-size: 1rem;
}

.contact .field #name, .contact .field #email, .contact .field #phone{
	width: 80%;
	height: 1.2rem;
	text-align: left;
}
.contact .field #text {
	width: 80%;
	margin-top: .5rem;
	text-align: left;
	vertical-align: top;
}

.contact .field label {
	vertical-align: top;
}

.contact-notice {
	font-size: .75rem;

	padding: .5rem 0;
}

input[type=button], input[type=submit], input[type=reset] {
	padding: 10px;
	border: none;
	background-color: #fff;
    color: #000;
    font-weight: 400;
}

.uniform__potty {
    position: absolute;
    left: -9999px;
}
    .error {
        border: 1px solid red;
    }

abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}

.alert.error {
	display: block;
	font-size: .75rem;
}



@media screen and (min-width: 700px) {
	
	


.left {
	float: left;
	width: 45%;
	margin-right: 2.5rem
}

.imprint.left {
	width: calc(75% - 2.5rem);
}

.right {
	float: right;
    position: relative;

	width: 45%;

}	



.page > * {
  margin: 0 auto;
}



.intro {
  padding: 1vh 0 3vh;
}


}


@media screen and (min-width: 1200px) { 
	
	html {
  font-size: 20px;
}

  .name {
	font-size: 2.2rem;
	margin-bottom: .5rem;
}

  .subtitle {
	font-size: 1.1rem;
}
	
.slicknav_menu {
	display:none;
}

.menu {
	display:block;
}

.urlaub {
	font-size: 2rem;
}


	
}

@media screen and (min-width: 1400px) { 
.urlaub {
	font-size: 4rem;

}
}




