/*!
Theme Name: karlshof-theme
*/

/* Fonts
	 ========================================================================== */

@font-face { font-family: 'OldStandardTT';
	src: url('./fonts/OldStandardTT-Regular.ttf') format('truetype'); }

@font-face {
	font-family: 'Raleway';
	src: url('./fonts/Raleway-ExtraLight.ttf') format('truetype');
	font-style: normal;
	font-weight: 200;
}

@font-face {
	font-family: 'Raleway';
	src: url('./fonts/Raleway-Bold.ttf') format('truetype');
	font-style: bold;
  font-weight: 700;
}


/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	color: #323335;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 3.75em;
	margin: 0.67em 0;
	font-family: 'Old Standard TT', serif;
	color: #000;
	font-weight: 400;
	line-height: 1.25;
}

h2, .h2 {
	font-size: 2.250em;
	margin: 0.25em 0;
	font-family: 'Old Standard TT', serif;
	color: #000;
	font-weight: 400;
}

h3 {
	font-size: 1.50em;
	margin: 0.2em 0;
	font-family: 'Old Standard TT', serif;
	color: #000;
	font-weight: 400;
}

h4 {
	font-size: 1.20em;
	margin: 0.1em 0;
	font-family: 'Old Standard TT', serif;
	color: #000;
	font-weight: 400;
}

.subheading{
	font-size: 1.60em;
	margin: -1em 0 2.6em;
	font-family: 'Old Standard TT', serif;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous re.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	line-height: 1.5;
}


p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0px;
}

ul {
	list-style: disc;
	padding: 0 0 0 15px;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	transition: all 0.3s ease-in-out;
	color: #3a5240;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #E3AF69;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #000;
	border-radius: 25px;
	color: #fff;
	padding: 12px 30px;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	border: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #3a5240;
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;

	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.erde{
	color: #a5886e !important;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.menu-menu-1-container{
	clear: both;
	padding: 20px 0 0;
	display: inline-block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #000;
}

#navigation{
	float: right;
	margin-right: 100px;
}

#navigation ul li a{
	color: #000 !important;
	border-bottom: 2px solid #fff !important;
	font-size: 17px;
}

#navigation ul li a:hover{
	border-bottom: 2px solid #000 !important;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after{
	border-color: #000 transparent transparent;
}

.dropdown.menu > li > a {
    padding: 0.7rem 0.7rem;
}

.btn-nav{
	display: inline-block;
	margin-left: 15px;
}

.btn-nav a{
	background-color: #3a5240;
	border-radius: 25px;
	color: #fff;
	padding: 8px 25px;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
}

.btn-nav a:hover{
	color: #3a5240;
    background-color: #efefef;
}

.menu-menu-1-container li .sub-menu {
	list-style: none;
	border: none;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	left: -30px !important;
	min-width: 188px;
	padding: 0px;
}

.menu-menu-1-container li .sub-menu li {
	border-bottom: 1px solid #eaeaea;
}

.menu-menu-1-container li .sub-menu li:nth-child(6){
    border-bottom: 1px solid #000 !important;
}

.menu-menu-1-container li .sub-menu li a{
	font-size: 16px;
	line-height: 1.3;
}

.menu-menu-1-container li .sub-menu li a:hover{
	background-color: #f8f8f8;
}

#navigation ul .current-menu-item a{
	border-bottom: 2px solid #000 !important;
}

#navigation .menu-item-has-children li a{
	border-bottom: 2px solid #fff !important;
}

#navigation .menu-item-has-children .current-menu-item a{
	border-bottom: 2px solid #000 !important;
	background-color: #f8f8f8;
}

#navigation ul .menu-item-695 a, #navigation ul .menu-item-696 a{
    color: #c99c50 !important;
}

#navigation ul .menu-item-695 a:hover, #navigation ul .menu-item-696 a:hover, #navigation ul .menu-item-695.current-menu-item a, #navigation ul .menu-item-696.current-menu-item a {
    border-bottom: 2px solid #c99c50 !important;
    color: #000 !important;
}

.responsiveMenu{
  display:none;
	position:absolute;
  top: 40px;
  right: 25px;
  width: 25px;
  height: 25px;
	background: url(img/mmenu.png) center center no-repeat;
  background-size: cover;
  cursor: pointer;
}

.responsiveMenu a{
  display: block;
  width: 100%;
  height: 100%;
}

#responsiveMenu{
  display: none;
  z-index: 10;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}


/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*--- STARTSEITE ---*/

.site-header{
	padding: 20px 0;
	background-color: #FFF;
	width: 100%;
	z-index: 20;
	position: relative;
}

.site-header img{
	width: 120px;
	height: auto;
	margin-left: 100px;
}

.main-navigation{
	float: right;
	padding: 15px 0;
}

.intro{
	padding: 60px 0;
	background-color: #fff;
}

.intro p{
	margin: 10px 0 0;
}

.ferienwohnungen-startseite{
	text-align: center;
	background: url('img/Karlshof-Natursuiten-Spa-außen-2.jpg') center center;
	background-size: cover;
	padding: 300px 0;
	position: relative;
}

.overlay{
	background-color: rgba(255, 255, 255, 0.3);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
}

.ferienwohnungen-startseite .grid-container, .ferienwohnungen-uebersicht .grid-container{
	position: relative;
	z-index: 10;
}

.btn-black a{
	background-color: #3a5240;
	border-radius: 25px;
	color: #fff;
	padding: 12px 30px;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
}

.btn-black a:hover{
	color: #3a5240;
  background-color: #efefef;
}

.btn-erde a{
	background-color: #c99c50;
	border-radius: 25px;
	color: #fff;
	padding: 12px 30px;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
}

.btn-erde a:hover{
	background-color: #3a5240;
}

.btn-white a{
	background-color: #fff;
	border-radius: 25px;
	color: #000;
	padding: 12px 30px;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
}

.btn-white a:hover{
	background-color: #000;
	color: #fff;
}

.angebot-left{
	padding: 230px 5% !important;
	background-color: #EEE3DA;
}

.angebot-right{
	background: url('img/Karlshof-Natursuiten-Spa-Sauna-01.jpg') center center;
	background-size: cover;
}

.suite-single{
	margin: 35px 0;
}

.ueberblick-suiten{
	padding: 60px 230px;
	background-color: rgba(116,140,118, 0.75);
	text-align: left;
}

.ueberblick-suiten .image-ferienwohnung{
	width: 100%;
	height: 250px;
	background-size: cover;
	margin-bottom: 25px;
	background-position: center;
}

.ueberblick-suiten h3, .name-sehenswuerdigkeit, .name-aktivitaet{
	font-size: 1.50em;
	font-family: 'Old Standard TT', serif;
	font-weight: 400;
}

.ueberblick-suiten .text-ferienwohnung{
	min-height: 180px;
	text-align: left;
}

.ueberblick-suiten .text-ferienwohnung ul{
	margin: 0;
	padding-left: 20px;
}


.ext-hr{
	height: 1px;
	background-color: rgba(35,68,19, 0.25);
	margin: 20px 0 70px;
}

.ext-hr h2{
	margin: 0.5em 0;
}

.simple-text{
	padding: 60px 0;
	background-color: #FFF;
}

.erfahrungen{
	padding: 60px 120px;
}

.erfahrungen h2{
	text-align: center;
}

.img-bewertung-google{
	width: 50px;
	height: 50px;
	background-image: url('img/google-bewertung.png');
	background-size: cover;
}

.img-bewertung-airbnb{
	width: 138px;
	height: 50px;
	background-image: url('img/airbnb-bewertung.jpg');
	background-size: cover;
	border-radius: 10px;
}

.img-bewertung-booking{
	width: 212px;
	height: 35px;
	background-image: url('img/booking-bewertung.png');
	background-size: cover;
	border-radius: 10px;
}

.star-bewertung{
	height: 20px;
	width: 102px;
	background-image: url('img/stars.png');
	background-size: cover;
	margin-top: 15px;
}

.box-erfahrung{
	padding-top: 25px;
}

.text-erfahrung{
	min-height: 300px;
}

.grey{
	background-color: #f8f8f8;
}

.musical-startseite{
	padding: 60px 0;
	background-color: #748c76;
}

.kontakt-startseite ul{
	list-style-type: none;
	padding: 0;
}

.foerderung-img{
	width: 300px;
	height: 207px;
	background-image: url('img/foerderung.jpg');
	background-size: cover;
	margin: 10px 0;
	border-radius: 20px;
}


#map{
	width: 100%;
	height: 350px;
}

/*--- FERIENWOHNUNGEN ÜBERSICHT ---*/

.ferienwohnungen-uebersicht{
	text-align: center;
	background-color: #EEE3DA;
	position: relative;
	width: 100%;
	padding: 60px 0
}

.ferienwohungen-introtext{
	padding: 30px 5%;
}

.fachwerk{
	background-image: url('img/fachwerk.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	padding: 20px 0;
}

.image-suiten{
	width: 100%;
	height: 420px;
	background-size: cover;
	background-position: center;
	margin-bottom: 25px;
}


/*--- EINZELNE FERIENWOHNUNG ---*/

.ferienwohnung-basic, .apartment-basic{
	padding: 60px 140px;
	background-color: #748c76;
}

.suite-basic{
    padding: 60px 140px;
    background-color: #EEE3DA;
}

.suite-basic h1,.suite-basic h2, .suite-basic h3, .suite-basic h4{
    color: #a5886e; 
}

.info-neu p{
    background-color: #c99c50;
    padding: 10px 0;
    font-size: 1em;
    text-align: center;
    margin: 0;
    color: #fff;
}

.ferienwohnung-basic .basic-btn .btn-black{
	text-align: center;
	margin-top: 25px;
}

.apartment-basic .basic-btn .btn-black{
	text-align: center;
	margin-top: 50px;
}



.hero-suite{
	height: 500px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.full-slider .glide .glide__slides li{
	height: 650px !important;
	background-position: center;
	background-size: cover;
}

.full-slider .glide .glide__arrows{
	position: absolute;
	top: 290px;
	width: 100%;

}

.full-slider .glide .glide__arrows .glide__arrow--right{
	float: right;
}

.full-slider .glide .glide__arrows .glide__arrow--left, .full-slider .glide .glide__arrows .glide__arrow--right{
	background-color: rgba(0,0,0,0.3);
	border-radius: 35px;
	padding: 11px 15px;
	margin: 15px;
	cursor: pointer;
	border: 0;
}


/*--- BUCHUNGSTOOL ---*/

.buchungstool{
	padding: 60px 0;
}

.belegungstool{
	padding: 60px 0 0;
	background-color: #F9F9F9;
}


/*--- KONTAKT ---*/

.intro-kontakt{
	padding: 60px 0;
	background-color: #748c76;
}

/*--- CONTACT-FORM ---*/

.contactform div{
    margin-bottom: 15px;
}

.contactform input{
    width: 100%;
    padding: 5px 15px;
    border-radius: 25px;
    border: 1px solid #dadada;
}

.contactform textarea{
    border: 1px solid #dadada;
    padding: 15px;
    width: 100%;
    min-height: 300px !important;
    max-height: 450px !important;
    max-width: 100% !important;
		border-radius: 25px;
}

.contactform button, [type="button"], [type="reset"], [type="submit"]{
	background-color: #000;
	border-radius: 25px;
	color: #fff;
	padding: 12px 30px;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.contactform button:hover, [type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover{
    background-color: #748c76;
}

div.wpcf7-response-output {
    margin: 2em 0em 1em !important;
}

/*--- KONTAKT BOX ---*/

.contact-box{
	padding: 10px;
	border: 1px solid rgba(35,86,19,0.5);
	width: 300px;
	font-size: 15px;
	height: 380px;
}
.contact-box p{
	float: left;
	margin: 0 0 15px;
}

.contact-text{
	width: 190px;
	float: left;
}

.contact-img{
	background-image: url('img/kontakt-florian-wehner.jpg');
	background-position: center;
	background-size: cover;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	float: right;
}

.contact-btn-small a{
	background-color: #3a5240;
	border-radius: 25px;
	color: #fff;
	padding: 6px 15px;
	float: left;
	font-family: 'Raleway', sans-serif;
	border: 1px solid #3a5240;
}

.contact-btn-small a:hover, .btn-wa-hero a:hover{
	background-color: #fff;
	color: #3a5240;
	border: 1px solid #fff;
}

.btn-wa a{
	margin-left: 10px;
}

.btn-wa-hero{
    margin-top: 25px;
}

.btn-wa-hero a{
    background-color: #3a5240;
	border-radius: 25px;
	color: #fff;
	padding: 6px 15px;
	font-family: 'Raleway', sans-serif;
	border: 1px solid #3a5240;
    margin-top: 15px;
    font-size: 0.95em;
}

.hr {
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
}

.contact-box .hr{
	float: left;
	margin: 20px 0;
	background-color: rgba(35,86,19,0.5);
}

.text-bold{
	font-weight: 700;
	float: left;
}

/*--- FOOTER ---*/

.outro{
	background-color: #dca9a1;
	padding: 40px 0;
}

.outro p{
	margin: 12px 0 0;
}

footer{
	text-align: center;
	padding: 30px 0;
	border-top: 1px solid #eaeaea;
	background-color: #EEE3DA;
	color: #c99c50;
}

footer ul{
	display: inline-block;
	text-align: center;
	list-style-type: none;
}

footer p{
	margin: 0;
}

footer ul li {
	display: inline-block;
	padding: 10px;
}

footer a, footer p, footer ul li{
	color: #a5886e !important;
}

footer a:hover{
	border-bottom: 1px dotted #c99c50;
}

.blackfont{
	color: #000 !important;
}

/*--- RESPONSIVE ---*/

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

	.text-erfahrung{
		min-height: 360px;
	}
	
	.ueberblick-suiten{
		padding: 60px 130px;
	}
}

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

	.ueberblick-ferienwohnungen, .ferienwohnung-basic, .apartment-basic, .erfahrungen, .suite-basic{
		padding: 60px 0;
	}

	.text-erfahrung{
		min-height: 300px;
	}
    
    .image-ferienwohnung-2{
        height: 300px;
    } 
	
	.ueberblick-suiten{
		padding: 50px 80px;
	}
	
	.image-suiten{
		height: 350px;
	}

}

@media screen and (max-width: 1310px) {
    #navigation{
        margin-right: 10px;
    }

		.text-erfahrung{
			min-height: 360px;
		}
}

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

	#navigation{
		display: none;
	}

	#responsiveMenu, .responsiveMenu{
			display: block;
	}

    .text-02-wissenswertes, .text-01-wissenswertes {
        padding: 80px 20px;
    }

    .text-02-wissenswertes .textsection-single{
        margin-bottom: 20px;
    }

    .fd-right, .angebot-left{
        padding: 90px 5% !important;
    }

	.ferienwohnungen-startseite{
		padding: 150px 0;
	}

	.text-erfahrung{
		min-height: 410px;
	}

	.box-erfahrung{
		margin-top: 60px;
	}
	
	.image-suiten{
		height: 350px;
	}
}

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

	.text-erfahrung{
		min-height: 0;
	}

	.box-erfahrung{
		margin: 50px auto 0 !important;
	}

	.contact-box{
		margin: 0 auto;
	}
    
    .image-ferienwohnung-2{
        height: 450px;
    }
	
	.ueberblick-suiten{
		padding: 50px 50px;
	}
	
	.image-suiten{
		height: 300px;
	}
	
	.outro, .outro .btn-black{
		text-align: center;
	}
	
	.outro .btn-black{
		margin-top: 20px;
	}

	.outro p{
		margin: 0;
	}
}

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

	.ext-hr{
		margin: 20px 0 120px;
	}
    
    .image-ferienwohnung-2{
        height: 400px;
    } 
	
	.image-suiten{
		height: 250px;
	}

}

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

    
    .image-ferienwohnung-2{
        height: 350px;
    }
	.ueberblick-suiten{
		padding: 50px 20px;
	}

}

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

	.fachwerk{
		padding: 20px 2%;
		height: 440px;
	}

  .fd-left, .angebot-right{
      height: 500px;
  }

  .fd-right{
      padding: 60px 5% !important;
  }

  h1{
      font-size: 2em !important;
	  line-height: 43px !important;
  }

	h2{
		font-size: 2em !important;
		margin: 0;
		line-height: 1.25;
	}

	.ferienwohnungen-startseite{
		padding: 70px 0;
	}

	.intro, .ueberblick-suiten, .ferienwohnung-basic, .apartment-basic, .erfahrungen, .suite-basic {
  	padding: 40px 0;
	}

	.ueberblick-suiten .text-ferienwohnung {
  		min-height: 110px;
    	margin-bottom: 20px;
	}

	.suite-single {
  	margin: 20px 0;
	}

	.btn-black a {
		padding: 10px 20px;
		font-size: 16px;
	}

	.fd-right, .angebot-left {
  	padding: 40px 5% !important;
    }

    .image-ferienwohnung-2{
        height: 550px;
    } 
    
    .instrument-blockfloete, .instrument-violine{
        height: 400px;
        margin: 30px 0;
    }
    
    .skizze-blockfloete, .skizze-violine{
        height: 400px;
        margin: 0 0 15px;
    }
    
	.image-suiten{
		height: 320px;
	}
	
	.foerderung{
	margin-top: 25px;
}
}

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

	.ext-hr{
		margin: 20px 0 180px;
	}
    
    .image-ferienwohnung-2{
        height: 420px;
    }
    
    .instrument-blockfloete{
        height: 350px;
    }
}
