html,
body {
	height: 100%;
}

body {
	color: #333;
	font-family: 'Cormorant Garamond';
	font-size: 20px;
	line-height: 1.5;
	overflow-x: hidden;
	width: 100%;
}

a {
	color: #E6BE8A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,
.h1,
h1.black,
.h1.black,
h1.brown,
.h1.brown {
	font-size: 42px;
	font-weight: 600;
}

h1.black,
.h1.black {
	color: #000;
	font-family: 'Cormorant Garamond';
	font-size: 42px;
}

h1.brown,
.h1.brown {
	color: #000;
	font-family: 'Cormorant Garamond';
	font-size: 42px;
}

h2,
.h2 {
	font-size: 30px;
	font-weight: 600;
}

h2.brown,
.h2.brown {
	color: #000;
	font-family: 'Cormorant Garamond';
	font-size: 32px;
}

h3,
.h3 {
	font-size: 26px;
	font-weight: 600;
}

h3.brown,
.h3.brown {
	color: #000;
	font-family: 'Cormorant Garamond';
	font-size: 26px;
}

h4,
.h4 {
	font-size: 18px;
	font-weight: 600;
}

.tp-aside-specialoffertext-house .pure-button {
	display: block;
}

.error {
	color: red;
	font-size: 20px;
	font-weight: bold;
}

.slick-prev:before, .slick-next:before {
    color: black;
    font-size:40px;
}

.slick-prev {
    left: -45px;
}

/*-------------------------------------------*\
#BOOTSTRAP KLASSEN DIE ÜBERSCHRIEBEN WERDEN
\*-------------------------------------------*/
.rounded {
	border-radius: 25px !important;
}

/*
[class^="tooltip"] {
	background-color: rgba(0, 0, 0, .25) !important;
}
*/

/*------------------------------------*\
#SEITENHEADER
\*------------------------------------*/
header#pageheader {
	margin-bottom: 20px;
	position: relative;
}

#pageheader .logo {
	position: relative;
	margin-left: 15px;
}

#pageheader .logo a:hover {
	text-decoration: none;
}

#pageheader .logo img {
	height: 85px;
	width: auto;
	margin-right: 5px;
}

.kopfbild {
	max-width: 1600px;
	max-height: 700px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.kopfbild img {
	border-radius: 15px;
}

.kopfbild .copyright {
	color: #fff;
	bottom: 15px;
	right: 30px;
}

.grid-item-bild-text-box .copyright,
.teaserbox-bild-wrap .copyright,
.farmtravel-host-wrap .farmtravel-host-bild .copyright {
	color: #fff;
	top: 10px;
	left: 10px;
	position: absolute;
}

.kopfbild .copyright i,
.grid-item-bild-text-box .copyright i,
.teaserbox-bild-wrap .copyright i,
.farmtravel-host-wrap .farmtravel-host-bild .copyright i {
	color: #fff;
}

header#pageheader .topwrap {
	padding: 15px;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

header#pageheader .topwrap .shortcuts ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

header#pageheader .topwrap .shortcuts ul li a:before {
	content: "\F624";
	font-family: bootstrap-icons !important;
	font-size: 10px;
	padding-right: 5px;
}

header#pageheader .topwrap .shortcuts ul li a {
	color: #333;
	padding: 0 10px;
}

.topwrap .sprachmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.topwrap .sprachmenu ul li {}

.topwrap .sprachmenu ul li a {}

header#pageheader div.buchungsstrecke form#book_form .row {
	width: 1160px;
}

header#pageheader .buchungsstrecke {
	background: rgb(255, 255, 255, 0.8);
	border-radius: 15px;
	position: absolute;
	bottom: 50px;
	width: 1160px;
	left: 50%;
	margin-left: -580px;
	padding: 10px;
}

header#pageheader .buchungsstrecke form {
	display: flex;
}

header#pageheader .buchungsstrecke form input.form-field {
	padding: 10px;
}

header#pageheader .buchungsstrecke form input#destination.form-field,
header#pageheader .buchungsstrecke form#book_form input#date_from.form-field,
header#pageheader .buchungsstrecke form#book_form input#date_to.form-field,
header#pageheader .buchungsstrecke form#book_form select#farm_adults.form-field {
	border-right: 1px solid #ccc;
	width: 100%;
}

.buchungsstrecke form#book_form select#farm_adults.form-field.select-feld {
	color: #888;
}

/* header#pageheader .buchungsstrecke form#book_form select#farm_adults.form-field {
	border: none;
	background: none;
} */

header#pageheader .buchungsstrecke form#book_form button.form-button {
	background: #000;
	border-radius: 25px;
	color: #fff;
	border: none;
	padding: 10px 25px;
	width: 100%;
}

.buchungsstrecke input.form-field {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 15px;
}

.buchungsstrecke .select-feld {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 15px;
	padding: 12px 10px;
}

/*------------------------------------*\
#BREADCRUMB
\*------------------------------------*/
nav ol {
	color: #434343;
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

nav .rootline {
	margin-bottom: 30px;
	margin-top: 10px;
}

nav ol.rootline li {}

nav ol.rootline li.rootline-item a {
	color: #888 !important;
	font-size: 14px;
}

.rootline li.rootline-item i {
	margin-left: 10px;
	margin-right: 10px;
}

/*------------------------------------*\
#CONTENT
\*------------------------------------*/
.ce-gallery img {
	max-width: 100%;
	height: auto;
}

/*------------------------------------*\
#FOOTER
\*------------------------------------*/
.premiumfooter {
	color: #fff;
	padding-top: 100px;
	padding-bottom: 0;
}

.footer-wrap {
	background: #1F1F1F;
	position: relative;
}

.svg-footer-top-divider {
	background: #1F1F1F;
	width: 100%;
	height: 125px;
}

.premiumfooter a {
	color: #fff;
}

#c1 h3.brown {
	color: #fff;
}

#c1766 {
	padding-top: 15px;
}

.premiumfooter #c221 .mask-cta-button-wrap a .button.gruen.linie {
	background: #fff;
	color: #000;
}

.premiumfooter #c221 .mask-cta-button-wrap a:hover .button.gruen.linie {
	background: #E6BE8A;
	color: #fff;
}

.premiumfooter .footer-bottom {
	background: #f9f9f9;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
}

.footer-bottom div a {
	color: #000;
}

.footer-bottom div a:after {
	content: "|";
}

.footer-bottom div a:last-child:after {
	content: "";
}

.footer-wrap .social-media-wrap .social-media-wrap-header {
	margin-top: -10px;
}

.footer-wrap .social-media-wrap-header h3 {
	line-height: 1;
}

.social-media-wrap i {
	font-size: 30px;
}

.footer-wrap .farmtravel-logo-weiss {
	position: absolute;
	top: -100px;
}

.footer-wrap .farmtravel-logo-weiss img {
	width: 200px;
	height: auto;
}

/*------------------------------------*\
#TYPO3
\*------------------------------------*/
p {
	margin-bottom: 15px;
}

strong {
	font-weight: 600;
}

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

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

.frame-space-before-extra-small {
	margin-top: 15px;
}

.frame-space-before-small {
	margin-top: 30px;
}

.frame-space-before-medium {
	margin-top: 60px;
}

.frame-space-before-large {
	margin-top: 80px;
}

.frame-space-before-extra-large {
	margin-top: 100px;
}

.frame-space-after-extra-small {
	margin-bottom: 15px;
}

.frame-space-after-small {
	margin-bottom: 30px;
}

.frame-space-after-medium {
	margin-bottom: 60px;
}

.frame-space-after-large {
	margin-bottom: 80px;
}

.frame-space-after-extra-large {
	margin-bottom: 100px;
}

/*------------------------------------*\
#FORMULAR
\*------------------------------------*/


/*------------------------------------*\
#2-KLICK
\*------------------------------------*/
.map {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.map .privacy-msg.privacy-map-msg {
	background-image: url(/typo3conf/ext/farmtravel_template/Resources/Public/Images/Template/Mapdummy.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100% !important;
}


.map .privacy-msg.privacy-map-msg::after {
	content: "© OpenStreetMap contributors";
	position: absolute;
	left: 15px;
	bottom: 0;
}

.map .privacy-msg.privacy-map-msg p {
	background-image: url(/typo3conf/ext/farmtravel_template/Resources/Public/Images/Template/trans-80-schwarz.png);
	width: 90%;
	position: absolute;
	margin-top: 50px;
	margin-left: 5%;
	color: #fff;
	font-size: 14px;
	padding: 10px 20px;
	text-align: center;
}

.privacy-msg.privacy-script-msg {
	position: relative;
}

.privacy-msg.privacy-script-msg p {
	background-image: url(/typo3conf/ext/farmtravel_template/Resources/Public/Images/Template/trans-80-schwarz.png);
	width: 100%;
	position: relative;
	margin-top: 0;
	margin-left: 0;
	color: #fff;
	font-size: 14px;
	padding: 10px 20px;
	text-align: center;
	z-index: 99;
}

[data-eobp-media="desktop"] .eobp {
	margin: 15px 0 !important;
}

.map iframe {
	width: 100%;
	margin-bottom: -6px;
}

.privacy-msg.privacy-script-msg a,
.privacy-msg.privacy-map-msg a {
	color: #a90015;
}

.privacy-msg a.btn {
	background: #a90015;
	border-color: #a90015;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}

.privacy-msg.privacy-script-msg p a,
.privacy-msg.privacy-map-msg p a {
	color: #fff;
	text-decoration: underline;
}

.privacy-map-msg p a.btn {
	text-decoration: none;
}

/*------------------------------------*\
#MASK
\*------------------------------------*/
/*--------- BILDERGALERIE ------------*/
.mask-bildergalerie .bildspalte {
	margin-bottom: 30px;
}

.mask-bildergalerie .bildspalte .zoom img {
	width: 100%;
	height: auto;
}

.mask-bildergalerie .mask-bildergalerie-wrapper {
	margin-bottom: 15px;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.mask-bildergalerie .bildspalte {
	margin-bottom: 15px;
}

.mask-bildergalerie .bildspalte img {
	width: 100%;
	height: auto;
}

.bildspalte .zoom,
.mask-linkbox-bild .zoom {
	overflow: hidden;
	position: relative;
}

.bildspalte .zoom img,
.mask-linkbox-bild .zoom img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease-in-out;
}

.bildspalte .zoom:hover img,
.mask-linkbox-bild .zoom:hover img {
	width: 100%;
	height: auto;
	transform: scale(1.1);
}

.bildspalte figcaption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background: url(/typo3conf/ext/farmtravel_template/Resources/Public/Images/Template/trans-60-schwarz.png);
}

.bildspalte:hover figcaption {
	opacity: 1;
}

.bildspalte figcaption div {
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	padding: 0 10px;
	position: absolute;
	width: 100%;
	bottom: 20px;
}

/*--------- Grid-Item-Bild-Textbox ------------*/
.grid-item-bild-text-box .grid-item-bild-text-box-text-wrap {
	background-color: rgba(255, 255, 255, .9);
}

/*--------- Teaserbox-mit-Bild ------------*/
.teaserbox-bild-wrap .item .item-bild img {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.teaserbox-bild-wrap .item .item-ueberschrift {
	background-color: rgba(0, 0, 0, .25);
	color: #fff;
}

.teaserbox-bild-wrap .item .item-text {
	background: #f4dab7;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	padding: 15px 15px 5px 15px;
}

.teaserbox-bild-wrap .item .item-text p:nth-child(2){
	min-height:125px;
}

.teaserbox-bild-wrap .item a {
	color: #333;
}

.teaserbox-bild-wrap .item a:hover {
	text-decoration: none;
}

.teaserbox-bild-wrap .item section.container {
	padding: 0;
}

/*--------- Masonry-Galerie ------------*/
.grid-item .grid-item-text {
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 24px;
	width: 100%;
}

.grid-item .copyright i,
.grid-item a .copyright i {
	color: #fff;
}

/*--------- FAQ ------------*/
.accordion-item {
	border-bottom: none;
}

.accordion-item .accordion-button.collapsed,
.accordion-item .accordion-button:not(.collapsed) {
	background-color: #f9f9f9;
	box-shadow: unset;
	color: #000;
}

.accordion-item .accordion-button:hover,
.accordion-item .accordion-button:hover {
	background-color: #000;
	box-shadow: unset;
	color: #fff;
}

.accordion-item .accordion-collapse div div {
	padding: 10px 10px 0 10px;
}

.accordion-item .accordion-header button.accordion-button {
	font-size: 20px;
}

.accordion-item .accordion-header button.accordion-button::after {
	background-image: url(/typo3conf/ext/farmtravel_template/Resources/Public/Fonts/Bootstrap-Icons/chevron-down.svg);
}

.accordion-item .accordion-header button.accordion-button:hover::after {
	background-image: url(/typo3conf/ext/farmtravel_template/Resources/Public/Fonts/Bootstrap-Icons/chevron-down-white.svg);
}

/*--------- Farm Host ------------*/
.farmtravel-host-wrap {
	background: #000;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}

.farmtravel-host-wrap .farmtravel-host-bild img {
	width: 90%;
	height: auto;
}

.farmtravel-host-wrap .farmtravel-host-inhalt-wrap .farmtravel-host-button {
	background: #fff;
	border-radius: 25px;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: center;
}

.farmtravel-host-wrap .farmtravel-host-inhalt-wrap .farmtravel-host-button a {
	color: #000;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
}

.farmtravel-host-wrap .farmtravel-host-inhalt-wrap .farmtravel-host-button:hover {
	background: #E6BE8A;
}

.farmtravel-host-wrap .farmtravel-host-inhalt-wrap .farmtravel-host-button:hover a {
	color: #fff;
}

.farmtravel-host-wrap .farmtravel-host-inhalt-wrap {
	min-height: 400px;
}

.farmtravel-host-wrap .farmtravel-host-text ul li {
	margin-bottom: 10px;
}

.farmtravel-host-wrap .farmtravel-host-text ul li:last-child {
	margin-bottom: 0;
}

/*--------- Text-Icon-Box ------------*/
.text-icon-box-wrap .text-icon-box-icon {
	display: contents;
}

.text-icon-box-wrap .text-icon-box-icon i {
	color: #62421C;
	font-size: 32px;
}

.text-icon-box-wrap .text-icon-box-ueberschrift {
	font-weight: 600;
	margin-bottom: 20px;
}

/*--------- CTA-Button ------------*/
.mask-cta-button-wrap {
	width: auto;
	text-align: center;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

.mask-cta-button-wrap .button {
	padding: 10px 10px;
}

/* .mask-cta-button-wrap.mitte {
	left: 50%;
	margin-left: -125px;
} */

.mask-cta-button-wrap.rechts {
	right: 0;
}

.mask-cta-button-wrap .button.gruen.linie {
	border: 2px solid #000;
	color: #000;
	border-radius: 25px;
}

.mask-cta-button-wrap:hover .button.gruen.linie {
	border: 2px solid #000;
	background: #000;
	color: #E6BE8A;
}

.mask-cta-button-wrap .button.gruen.voll {
	border: 2px solid #000;
	background: #fff;
	border-radius: 25px;
	color: #E6BE8A;
	font-weight: 600;
}

.mask-cta-button-wrap:hover .button.gruen.voll {
	background: #000;
	border: 2px solid #000;
	color: #fff;
}

.mask-cta-button-wrap .button.braun.linie {
	border: 2px solid #000;
	color: #000;
	border-radius: 25px;
}

.mask-cta-button-wrap:hover .button.braun.linie {
	border: 2px solid #fff;
	background: #fff;
	color: #000;
}

.mask-cta-button-wrap .button.braun.voll {
	border: 2px solid #000;
	background: #000;
	border-radius: 25px;
	color: #fff;
}

.mask-cta-button-wrap:hover .button.braun.voll {
	border: 2px solid #fff;
	background: #fff;
	color: #000;
}

.mask-cta-button-wrap a:hover {
	text-decoration: none
}

/*--------- Bubble ------------*/
.mask-bubble-wrap {
	width: 400px;
	height: 356px;
	position: absolute;
	top: -220px;
	margin-left: 0;
	right: 0;
}

.mask-bubble-wrap .mask-bubble-bild {
	filter: brightness(80%);
	-webkit-mask-image: url(/typo3conf/ext/farmtravel_template/Resources/Public/Images/Template/bubble-mask.png);
	mask-image: url(/typo3conf/ext/farmtravel_template/Resources/Public/Images/Template/bubble-mask.png);
	mask-repeat: no-repeat;
	transition: all 0.5s ease-in-out;
}

.mask-bubble-wrap:hover .mask-bubble-bild {
	filter: brightness(50%);
}

.mask-bubble-wrap .mask-bubble-text {
	position: absolute;
	font-family: 'Cormorant Garamond';
	font-size: 30px;
	top: 50%;
	left: 50%;
	width: 330px;
	height: 250px;
	margin-left: -165px;
	margin-top: -125px;
	text-shadow: 2px 2px 2px #000;
	text-align: center;
}

.mask-bubble-wrap a .mask-bubble-text {
	color: #fff;
}

.footer-wrap .rechte-spalte {
	position: relative;
}

.mask-bubble-wrap .mask-bubble-bild img {
	width: 100%;
	height: auto;
}

/*------------------------------------*\
#NEWS
\*------------------------------------*/
.news .news-list-view .news-list-item img {
	width: 100%;
	height: auto;
}

.news .news-list-view .news-list-item {
	text-align: center;
}

.news .news-list-view .news-list-item h3 a {
	color: #000;
	font-size: 22px;
	font-weight: 600;
}

.news .news-list-view .news-list-item .articletype-0 {
	background: #E6BE8A;
}

.news .news-list-view .news-list-item .news-text-wrap {
	padding: 15px 15px 5px 15px;
}

.news .news-list-view .news-list-item .lead {
	text-align: left;
	margin-bottom: 45px;
}

.news.news-single .read-more-button {
	width: 110px;
	text-align: center;
}

.news.news-single .read-more-button,
.news .news-text-wrap .read-more-button {
	background: #000;
}

.news.news-single .read-more-button:hover,
.news .news-text-wrap .read-more-button:hover {
	background: #fff;
}

.news.news-single .read-more-button a,
.news .news-text-wrap .read-more-button a {
	color: #fff;
}

.news.news-single .read-more-button:hover a,
.news .news-text-wrap .read-more-button:hover a {
	color: #000;
}

.news.news-single .read-more-button a {
	display: block;
	padding: 5px;
}

.news .extra {
	font-size: 18px;
}

.news.news-single img {
	width: 100%;
	height: auto;
}

.news.news-single .article .extra {
	padding-left: 0 !important;
	position: relative !important;
}

.news .news-list-view .news-list-item a {
	color: #fff;
}

.news .news-list-view .news-list-item .copyright {
	top: 15px;
	left: 15px;
}

/*------------------------------------*\
#CONTAINER
\*------------------------------------*/
.masonry-3-spalten-v1-links .frame-type-mask_texticonbox,
.masonry-3-spalten-v1-mitte-unten .frame-type-mask_texticonbox,
.masonry-3-spalten-v1-rechts .frame-type-mask_teaserbox_bild,
.masonry-3-spalten-v2-mitte .frame-type-mask_teaserbox_bild {
	height: 100%;
}

/*------------------------------------*\
#FORMS
\*------------------------------------*/
#c191 .form-check,
#list_Your_Property-596 #c897 .form-check,
#contact_us_Farmtravel-836 #c897 .form-check,
#contact_us_Farmtravel-836 .input.checkbox .form-check,
form#kontakt_DE-1896 #c897 .input.checkbox .form-check,
form#kontakt_DE-836 #c897 .input.checkbox .form-check {
	padding-left: 0;
}

.frame-type-form_formframework form .form-group {
	margin-bottom: 15px;
}

.frame-type-form_formframework form .actions .submit button {
	background: #000;
	border-color: #000;
}

.frame-type-form_formframework form .actions .submit button:hover {
	background: #fff;
	border-color: #000;
	color: #000
}

/*------------------------------------*\
#GLOSSARY
\*------------------------------------*/
.glossary-glossary-list .glossary-entry-title {
	font-size: 20px;
	font-weight: 600;
}

.glossary-glossary-list .glossary-entry-teaser {
	margin-top: 5px;
	margin-bottom: 10px;
}

.glossary-glossary-list a.btn {
	border: 2px solid #6ca601;
	background: #6ca601;
	border-radius: 25px;
	color: #fff;
	font-weight: 600;
}

.glossary-glossary-list a.btn:hover {
	border: 2px solid #f4c000;
	background: #f4c000;
	text-decoration: none;
}

.glossary-glossary-list .glossary-entry-item a {
	color: #000;
	padding: 10px 5px 0 15px;
	border-left: 5px solid #6ca601;
}

.glossary-glossary-list .glossary-entry-item a:hover {
	text-decoration: none;
	background: #eee;
	border-radius: 15px;
}

/*------------------------------------*\
#SHARIFF EXTENSION
\*------------------------------------*/
.shariff .orientation-horizontal.button-style-standard li {
	width: 107px;
	height: 38px;
}

.shariff .theme-white .shariff-button a {
	background-color: #FAF5EF;
	height: 38px;
	padding: 4px 0;
}

.shariff .theme-white .shariff-button {
	border: none;
}

.shariff li .share_count {
	height: 36px;
	line-height: 36px;
}

.shariff .xing .fa-xing,
.shariff .facebook .fa-facebook-f,
.shariff .whatsapp .fa-whatsapp,
.shariff .linkedin .fa-linkedin-in,
.shariff .pinterest .fa-pinterest-p,
.shariff .telegram .fa-telegram {
	font-size: 30px;
}

.shariff .orientation-horizontal.button-style-standard li .share_text {
	font-size: 20px;
}

/*------------------------------------*\
  #BACK-TO-TOP
\*------------------------------------*/
.back-to-top {
	background: #000;
	border-radius: 5px;
	border: 1px solid #fff;
	position: fixed;
	bottom: 20px;
	right: 20px;
	line-height: 1;
	padding: 10px;
	z-index: 100;
}

.back-to-top i {
	color: #fff;
	font-size: 36px;
}

/*------------------------------------*\
#MEDIA-QUERIES
\*------------------------------------*/
@media (max-width: 1399px) {
	.farmtravel-host-wrap .farmtravel-host-inhalt-wrap {
		min-height: 440px;
	}
}

@media (max-width: 1199px) {

	.slick-prev {
		left: -30px;
	}
	
	.slick-next {
		right: -10px;
	}

	header#pageheader .buchungsstrecke {
		width: 96%;
		left: 2%;
		margin-left: auto;
		margin-right: auto;
	}

	header#pageheader div.buchungsstrecke form#book_form .row {
		width: auto;
	}

	.farmtravel-host-wrap .farmtravel-host-inhalt-wrap {
		min-height: 460px;
	}

	header#pageheader .topwrap .shortcuts ul li a {
		color: #333;
		padding: 0 10px;
	}

	.mask-cta-button-wrap {
		max-width: 250px;
	}

	.premiumfooter {
		padding-top: 45px;
	}

	.footer-wrap {
		padding-top: 0;
	}

	.mask-bubble-wrap {
		top: -230px;
		right: -20px;
	}
}

@media (max-width: 991px) {

	.slick-prev {
		left: -10px;
		z-index:20;
	}
	
	.slick-next {
		right: 10px;
		z-index:20;
	}

	.container {
		min-width: 100%;
	}

	.randomslider .container {
		min-width: 0;
	}

	h1.black,
	.h1.black {
		font-size: 42px;
	}

	h1.brown,
	.h1.brown {
		font-size: 42px;
	}

	h2.brown,
	.h2.brown {
		font-size: 32px;
	}

	h3.brown,
	.h3.brown {
		font-size: 26px;
	}

	footer h3.brown {
		font-size: 26px;
	}

	header#pageheader .topwrap .shortcuts ul li a {
		padding: 0 10px;
		font-size: 14px;
	}

	.kopfbild {
		--bs-gutter-x: 1.5rem;
		--bs-gutter-y: 0;
		margin-right: calc(var(--bs-gutter-x) * .5);
		margin-left: calc(var(--bs-gutter-x) * .5);
	}

	header#pageheader .buchungsstrecke form input#destination.form-field,
	header#pageheader .buchungsstrecke form#book_form input#date_from.form-field,
	header#pageheader .buchungsstrecke form#book_form input#date_to.form-field,
	header#pageheader .buchungsstrecke form#book_form select#farm_adults.form-field {
		border-right: none;
		margin-right: 0;
		width: 100%;
	}

	header#pageheader .buchungsstrecke {
		background: #eee;
		position: relative;
		bottom: -10px;
		left: unset;
	}

	.grid-item-bild-text-box .grid-item-bild-text-box-text-wrap {
		background: #FAF5EF;
		margin-right: 0 !important;
		position: relative !important;
		width: 100% !important;
	}

	.farmtravel-host-wrap .farmtravel-host-bild img {
		width: 100%;
		height: auto;
	}

	.mask-bubble-wrap {
		width: 275px;
		height: 245px;
		position: absolute;
		top: -430px;
		margin-left: 0;
		right: 0;
	}

	.svg-footer-top-divider {
		height: 240px;
	}

	.mask-bubble-wrap .mask-bubble-bild {
		-webkit-mask-image: url(/typo3conf/ext/farmtravel_template/Resources/Public/Images/Template/bubble-mask-phone.png);
		mask-image: url(/typo3conf/ext/farmtravel_template/Resources/Public/Images/Template/bubble-mask-phone.png);
	}

	.mask-bubble-wrap .mask-bubble-text {
		position: absolute;
		font-size: 38px;
		top: 50%;
		left: 50%;
		width: 200px;
		height: 200px;
		margin-left: -100px;
		margin-top: -100px;
	}

	.footer-wrap .linke-spalte {
		text-align: center;
	}

	.footer-wrap .mittlere-spalte {
		text-align: center;
		margin-top: 0;
	}

	.mask-bubble-wrap {
		position: relative;
		top: -275px;
		margin-left: -137px;
		right: unset;
		left: 50%;
	}

	.svg-footer-top-divider {
		height: 30px;
	}

	.footer-wrap .farmtravel-logo-weiss {
		margin-bottom: 20px;
	}

	.footer-wrap .farmtravel-logo-weiss {
		position: relative;
		margin-bottom: 45px;
		top: unset;
	}

	#c220 {
		text-align: center;
	}
}

@media (max-width: 767px) {

	h3,
	.h3,
	.news .news-list-view .news-list-item h3 a {
		font-size: 20px;
	}

	#c1,
	{
	text-align: center;
}

.footer-bottom .container {
	display: block !important;
	text-align: center;
}

.farmtravel-host-wrap .farmtravel-host-bild img {
	width: 100%;
	height: auto;
}

.news .news-list-view .news-list-item {
	text-align: center;
	height: auto !important;
}

.news-list-view .news-list-item .news-text-wrap .extra {
	position: relative !important;
}

.farmtravel-host-wrap {
	padding-right: 15px;
	padding-left: 15px;
}

.premiumfooter {
	padding-top: 150px;
}

.footer-wrap .rechte-spalte {
	position: unset;
}

.social-media-wrap-header h3 {
	text-align: center !important;
}

.mask-bubble-wrap {
	width: 275px;
	height: 245px;
	position: absolute;
	top: -280px;
	left: 50%;
	margin-left: -135px;
	right: unset;
}
}

@media (max-width: 576px) {
	#pageheader .logo img {
		height: 90px;
		width: auto;
	}

	#pageheader .logo {
		padding-bottom: 15px;
	}

	.news-list-view .news-list-item .news-text-wrap .extra {
		position: absolute !important;
	}

	.farmtravel-host-wrap .farmtravel-host-inhalt-wrap .farmtravel-host-button {
		width: 100%;
	}
}

@media (max-width: 500px) {
	#pageheader .logo img {
		height: 70px;
		width: auto;
	}
}


@media print {

	#pageheader,
	.premiumfooter {
		display: none !important;
	}
}