/*!
Theme Name: Animont
Theme URI: http://underscores.me/
Author: wunu webLab
Author URI: https://wunu.eu
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: animont
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Animont is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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 {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #756f60;
	font-family: neue-haas-unica, sans-serif !important;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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;
	border: 1px solid #ccc;
	border-radius: 3px;
	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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #756f60;
	text-decoration: underline;
}

a:visited {
	color: #756f60;
}

a:hover, a:focus, a:active {
	/*color: #eae9e7 !important;*/
	text-decoration: none !important;
}

a:focus {
	outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.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 {
	left: 100%;
}

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

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

.main-navigation li {
	float: left;
	position: relative;
}

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

/* 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: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

.post,
.page {
	margin: 0 0 1.5em;
}

.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;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* 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;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Animont Design
--------------------------------------------------------------*/
/* Global */

.animontLink {
	color: #756f60 !important;
	border-bottom: 1px solid #756f60 !important;
	width: max-content;
	font-size: 22px;
	text-decoration: none;
}
.animontLink:hover, .animontLink:visited, .subCatList li a:focus h3, .subCatList li a:visited h3, .subCatList li a:active h3 {
	color: #756f60 !important;
	border-bottom: none !important;
	text-decoration: none;
}
h2.tourTitel {
	-ms-word-break: break-word;
	word-break: break-word;
}
h3.tourTitel, .subKategorieTitel, h3.newsTitel, h3.teamTitel {
	font-size: 25px;
	font-weight: bold;
}

h3.tourTitel a, h3.teamTitel a {
	text-decoration: none;
}

h4.tourSubtitel {
	font-size: 20px;
}
h1.categoryPageTitel, h1.tourTitel, h2.categoryPageTitel{
	font-size: 60px;
	font-weight: 400;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
h3.tourSection {
	font-size: 60px;
	font-weight: 400;
	text-transform: lowercase;
}
.beschreibung {
	font-size: 25px;
}
.blue {
	color: #005078 !important;
}

.red {
	color: #af111d !important;
}
.page {
	margin-bottom: 0;
}

.woocommerce-breadcrumb {
	text-transform: lowercase;
	font-weight: bold;
	-ms-word-break: break-all;
	word-break: break-all;
}
.woocommerce-breadcrumb a{
	font-weight: normal;
}

a.dark:hover, a.dark:focus, a.dark:active {
	color: #756f60 !important;
	text-decoration: none !important;
}

.required {
	color: #af111d !important;
}

hr.trenner {
	background-color: #eae9e7;
	width: 100%;
}

ul {
	margin: 0;
	padding-left: 15px;
}

.row:before, .row:after{
	/*display:inline-block;*/
}
.lb-data .lb-number {
	font-weight: 400;
}

a.button.blue {
	color: #ffffff !important;
	background-color: #005078;
	font-size: 20px;
	line-height: 1;
	padding: 5px 10px;
	text-decoration: none;
}
/* Global END*/



/* NAVBAR */

#content {
	margin-top: 50px;
}

.navbar {
	background-color: #ffffff;
}
.navbar #logo {
	max-height: 30px;
}
#mainMenu li {
	padding: 1rem 1rem 0rem 1rem;
}
#mainMenu li:last-of-type {
	padding-right: 0px;
}
#mainMenu li a {
	font-size: 22px;
	line-height: 1;
	color: #756f60;
	text-transform: lowercase;
	text-decoration: none;
}

#mainMenu li.current-menu-item > a {
	text-decoration: underline;
	/*text-decoration: none;*/
}

#mainMenu li.current-menu-item a:hover {
	text-decoration: none;
}
#mainMenu li ul.sub-menu li.current-menu-item a {
	text-decoration: none;
}
.sub-menu {
	display: none;
	position: absolute;
	list-style-type: none;
	margin-left: 0;
	background-color: #ffffff;
	padding: 15px 15px 15px 10px;
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	transform: translateX(-20px);
}
ul.sub-menu li.menu-item {
	padding-left: 10px !important;
}
.menu-item-has-children:hover > .sub-menu {
	display: block;
}
ul.sub-menu li a {
	font-size: 20px !important;
	text-transform: none !important;
	border-bottom: 1px solid #756f60;
	width: max-content;
	font-size: 22px;
}

ul.sub-menu li a:hover, ul.sub-menu li a:hover:visited, ul.sub-menu li a:hover:active {
	border-bottom: none !important;
	color: #756f60 !important;
}

.carticon {

}

.carticon a {
	background-image: url('/wp-content/themes/animont/img/cart_icon.svg');
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: 20px;
	background-size: 25px;
	color: transparent !important;
}

.navbar-toggler:active, .navbar-toggler:focus, .navbar-toggler:active:visited, .navbar-toggler:active:hover {
	border: none;
	outline: none;
}
/* NAVBAR END*/

/* Homepage */

#introContainer {
	height: 600px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: right;
}
#introContainer div.container {
	height: inherit;
}
#introContainer div.row {
	height: inherit;
	align-content: center;
}
#introImage {
	align-self: flex-end;
}
#introText {
	align-self: flex-end;
	color: #ffffff;
	font-size: 30px;
	line-height: 1;
}

#aboutAnimont img.round{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 0 30px;
}

#aboutAnimont p.highlight {
	font-size: 2rem;
	margin-top: 20px;
}


#testimonialSlider .testimonialImg {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 0 100px;
}
#testimonialSlider h4, #testimonialSlider p {
	text-align: center;
}
#testimonialSlider p {
	font-style: italic;
	padding: 0 40px;
}

#missionContainer {
	color: #af111d;
}
#missionContainer h2 {
	font-size: 60px;
}
#missionContainer p {
	font-size: 25px;
}

.categoryContainer {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 66% 33%;
	height: 500px;

}

.categoryImg {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 1;
	grid-row-end: 2;

	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 1rem;

	-webkit-background-size: contain;
	background-size: cover;
	background-repeat: no-repeat;
}
.categoryImg h2 {
	font-size: 60px;
}
.categoryImg h2 a {
	text-transform: lowercase;
	color: #ffffff;
	text-decoration: none;
}
.subCategories {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 2;
	grid-row-end: 3;

	padding: 1rem 1rem 2rem 1rem;

	background-color: #eae9e7;

}
.subCatList {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

.subCatList li a  {
	color: #756f60 !important;
	text-decoration: none !important;

}

.subCatList li a h3 {
	border-bottom: 1px solid #756f60;
	width: max-content;
	font-size: 22px;
	max-width: 100%;
}
.subCatList li a:hover, .subCatList li a:focus, .subCatList li a:visited,  .subCatList li a:active {
	color: #756f60 !important;
	text-decoration: none !important;
	border-bottom: none;
}
.subCatList li a:hover h3, .subCatList li a:focus h3, .subCatList li a:visited h3, .subCatList li a:active h3 {
	border-bottom: none;
}

.newsVorschau {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 1fr 1fr;
}

.newsVorschau .vorschaubild {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 1;
	grid-row-end: 2;


	background-origin: content-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.newsVorschau .vorschaubild a {
	display: block;
	width: 100%;
	height: 100%;
}
.newsVorschau .inhalt {
	color: #756f60;
	background-color: #eae9e7;
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 2;
	grid-row-end: 3;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.newsVorschau .inhalt p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.newsVorschau .addTourInfo {
	height: 100%;
	align-content: flex-end;
}


/* Homepage END*/
/* Animont Special*/
.animontSpecialTitelbild, .subKategorieTitelbild {
	background-origin: content-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.animontSpecialMeta {
	background-color: #eae9e7;
	color: #756f60 !important;
}

.animontSpecialMeta .level:after {
	position: absolute;
	left: 15px;
	bottom: 0;
	width: calc(100% - 30px);
	height: 1px;
	border-bottom: 1px solid #756f60 !important;
	content: ""
}
.animontSpecialMeta .level span {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
/* Animont Special END*/

/* Tour Vorschau */
.tourVorschau {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 1fr 1fr auto;
}

.filterd {
	display: none !important;
}
.tourVorschau .vorschaubild {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 1;
	grid-row-end: 2;


	background-origin: content-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.tourVorschau .vorschaubild a {
	display: block;
	width: 100%;
	height: 100%;
}
.tourVorschau .tourdaten {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 2;
	grid-row-end: 3;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.tourVorschau .addTourInfo {
	height: 100%;
	align-content: flex-end;
}

/* Hack for Safari 11+ (https://browserstrangeness.bitbucket.io/css_hacks.html#webkit) */
@media not all and (min-resolution:.001dpcm) {
	@supports (-webkit-appearance:none) and (stroke-color:transparent) {
		.tourVorschau .addTourInfo {
			height: unset;
		}
	}
}
/* Hack for Safari 10.1 (https://browserstrangeness.bitbucket.io/css_hacks.html#webkit) */
@media not all and (min-resolution:.001dpcm) {
	@supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {
		.tourVorschau .addTourInfo {
			height: unset;
		}
	}
}

.tourVorschau .tourpreis {
	background-color: #005078;
	color: #ffffff !important;
	font-size: 1.75rem;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.tourVorschau .tourdaten {
	color: #756f60 !important;
	background-color: #eae9e7;
}

.tourVorschau .parentCategory {
	text-transform: lowercase;
}

.tourVorschau .addTourInfo .level {
	position: relative;
	padding-bottom: 3px;
}

.tourVorschau .addTourInfo .level:after {
	position: absolute;
	left: 15px;
	bottom: 0;
	width: calc(100% - 30px);
	height: 1px;
	border-bottom: 1px solid #756f60 !important;
	content: ""
}

.tourVorschau .addTourInfo .level span {
	-ms-word-break: break-word;
	word-break: break-word;
}

/* Team Vorschau */
.teamVorschau {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 1fr 1fr;
}

.teamVorschau .vorschaubild {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 1;
	grid-row-end: 2;
	background-origin: content-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.teamVorschau .bergfuehrerPreview {
	color: #756f60 !important;
	background-color: #eae9e7;
	display: flex;
	flex-direction: column;
	align-content: space-between;
	justify-content: space-between;
}


/* Highlight Slider */
.lSPager {
	margin-top: 20px !important;
	display: inline-block;
}
.lSPrev, .lSNext {
	/*display: none !important;*/
}

.lSSlideOuter .lSPager.lSpg > li a {
	background-color: transparent !important;
	border: 1px solid #005078;
}
.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
	background-color: #005078 !important;
}

/* Custom nav controls for galery slidres*/

.lSSlideOuter .lSPager.lSpg > a {
	text-decoration: none !important;

}
.lSSlideOuter .lSPager.lSpg > li a {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}
a.sliderNav  {
	font-size: 15px;
	text-decoration: none;
}
a.sliderNav:first-of-type {
	padding-right: 10px;
}
a.sliderNav:last-of-type {
	padding-left: 10px;
}

/* Tour Vorschau END*/

/* Archive/Category Page */

.subKategorie .subKategorieMeta {
	background-color: #eae9e7;
	color: #756f60 !important;
}

#contentArrow {
	background-color: #eae9e7;
	color: #005078;
	font-size: 50px;
	padding: 12px;
	border-radius: 50%;
	width: 50px !important;
	height: 50px;
}
#contentArrow:hover {
	cursor: pointer;
}


/* Archive/Category Page END */
/* WC Bookings */

.wc-bookings-booking-form-button.single_add_to_cart_button {
	color: #ffffff;
	background-color: #af111d;
	font-size: 25px;
	padding: 10px 20px;
}
.wc-bookings-booking-form {
	border: none;
	padding: 0;
}
.wc-bookings-date-picker {
	padding: 0;
}
.wc-bookings-booking-form .wc-bookings-booking-cost {
	background: transparent;
	border-top: none;
}
.wc-bookings-booking-form label {
	width: 50%;
	float: left;
}
.wc-bookings-booking-form .form-field input[type="number"] {
	width: 50%;
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #756f60;
}
.wc-bookings-booking-cost {
	font-size: 25px;
}
.wc-bookings-booking-cost .booking-error {
	font-size: 16px;
	color: #af111d;
}

fieldset.wc-bookings-date-picker p.picker-chooser label {
	display: none;
}
/* WC Bookings END */

/* Tour Page */
.containerTourMeta {
	overflow-y: hidden;
}
.list-group-item {
	padding: 5px 10px;
}
a.list-group-item {
	text-decoration: none;
}

.list-group-horizontal .list-group-item:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
	margin-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.list-group-item.active {
	background-color: #005078 !important;
	border: none;
}

.list-group-item-action {
	color: #756f60;
}

.list-group-item-action:hover, .list-group-item-action:active {
	background-color: #eae9e7;
	color: #ffffff !important;
	border: none;
}
.tab-content {
	background-color: #eae9e7;
	height: 100%;
}

.detailTitel {
	color: #756f60;
	font-weight: bold;
	margin-bottom: 0;
}

#buchungsWidget {
	background-color: #eae9e7;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
	display: block !important;
}

/* Tour Page END */


/* Cart */

table.cart thead, table.cart tbody tr {
	border-bottom: 1px solid #756f60;
}
table.cart tbody tr:last-of-type {
	border-bottom: none;
}
table.cart thead tr th {
	padding-bottom: 20px;
}

table.cart tbody tr td {
	padding: 20px 0;
	vertical-align: top;
}
dt {
	font-weight: 400;
}
dd {
	margin: 0;
}

a.remove {
	text-decoration: underline;
}
a.remove:hover {
	text-decoration: none;
	color: #756f60 !important;
}

.actions .coupon {
	text-align: right !important;
}

.actions .coupon label{
	display: none;
}

.actions .coupon .button {
	color: #ffffff !important;
	background-color: #005078;
	font-size: 1rem;
	padding: 8px 10px 8px 10px;
	border-radius: 0;
	border: none;
}

.cart_totals, .cart-subtotal th, .cart-subtotal td, .order-total th, .order-total td, .cart-discount td, .cart-discount th {
	text-align: right !important;
}
.cart-subtotal td {
	width: 200px;
}
.wc-proceed-to-checkout {
	margin-top: 2rem;
}
.checkout-button {
	color: #ffffff !important;
	background-color: #af111d;
	font-size: 20px;
	padding: 5px 20px;
	text-decoration: none;
}
.wc-gzd-additional-wrapper {
	padding-top: 30px;
}
.cart_totals p.wc-gzd-additional-info {
	border-top: 1px solid #756f60 !important;
}
.cart-subtotal th {
	font-weight: 400;
}
table.shop_table .order-total th, table.shop_table .order-total tr, table.shop_table .woocommerce-Price-amount {
	font-size: 20px;
	padding: 10px 0px;
}
table.shop_table_responsive tr td::before {
	font-weight: bold;
}
/* Cart END */

/* Checkout  */
.checkout_coupon p {
	margin-top: 12px;
}

.checkout_coupon .coupon {
	margin-bottom: 24px;
}

.checkout_coupon .coupon .button {
	color: #ffffff !important;
	background-color: #005078;
	font-size: 1rem;
	padding: 8px 10px 8px 10px;
	border-radius: 0;
	border: none;
}

#customer_details {
	display: flex;
	flex-direction: column;
}
#customer_details .form-row {
	margin-right: 0px;
	margin-left: 0px;
	width: 50%;
	float: left;
}
#customer_details .form-row:not(#order_comments_field) > span {
	margin-left: -30px;
}
#customer_details .form-row label {
	width: 50%;
}
#customer_details .form-row span.woocommerce-input-wrapper {
	width: 50%;
	padding-right: 30px;
}
#customer_details .form-row span.woocommerce-input-wrapper input[type="text"], #customer_details .form-row span.woocommerce-input-wrapper input[type="tel"], #customer_details .form-row span.woocommerce-input-wrapper input[type="email"] {
	width: 100%;
}

#order_comments_field {
	width: 100% !important;
}
#order_comments_field label {
	width: 100% !important;
}

ul.wc_payment_methods {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

#order_review .legal {
	margin-left: 3px;
}

.woocommerce-checkout .shop_table {
	background-color: #ffffff !important;
}
table.woocommerce-checkout-review-order-table thead, table.woocommerce-checkout-review-order-table tbody tr {
	border-bottom: 1px solid #756f60;
}

table.woocommerce-checkout-review-order-table thead tr th {
	padding-bottom: 20px;
	padding-top: 30px;
}

table.woocommerce-checkout-review-order-table tbody tr td {
	padding: 20px 0;
	vertical-align: top;
}
table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
	font-weight: 700;
}
table.woocommerce-checkout-review-order-table tfoot tr.order-total td p.wc-gzd-additional-info {
	font-weight: 400 !important;
}

dt {
	font-weight: 400;
}
dd {
	margin: 0;
}

button#place_order {
	color: #ffffff !important;
	background-color: #af111d;
	font-size: 20px;
	padding: 5px 20px;
}

.form-row.place-order.wc-gzd-place-order {
	justify-content: flex-end;
}

span.woocommerce-gzd-legal-checkbox-text, .woocommerce-form__label-for-checkbox label, .woocommerce-form__label-for-checkbox label {
	padding-left: 25px;
	display: inline-block;
	margin-top: -25px;
}

.woocommerce-form__label-for-checkbox abbr.required {
	display: none;
}
#tourdetails_verstanden_field {
	clear: both;
	margin-left: 0;
	margin-right: 0;
	padding-left: 3px;
	padding-right: 3px;
}
input[type="checkbox"].input-checkbox {
	-webkit-appearance: none;
	background-color: #ffffff;
	border: 1px solid #756f60;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 7px;
	border-radius: 0px;
	display: inline-block;
	position: relative;
	transform: translateY(2px);
	margin-right: 5px;
}
input[type="checkbox"].input-checkbox:active,input[type="checkbox"].input-checkbox:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

input[type="checkbox"].input-checkbox:checked {
	background-color: #ffffff;
	border: 1px solid #adb8c0;
	/*box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);*/
	color: #756f60;
}
input[type="checkbox"].input-checkbox:checked:after {
	content: '\2714';
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #756f60;
}
#payment_method_wc-booking-gateway {
	display: inline-block !important;
}
p#tourdetails_verstanden_field {
	margin-bottom: 0;
}

/* Stripe */
.stripe-card-group, div#stripe-cvc-element, div#stripe-exp-element {
	width: 100%;
}

label[for=wc-stripe-new-payment-method] {
	margin-bottom: 2px;
  margin-left: 5px;
}


/* Checkout END */



/* Thank you page */
.wc-booking-summary {
	border: none;
}
.wc-booking-summary-list {
	padding-left: 0;
}
.wc-booking-summary-number {
	font-style: italic;
}
.woocommerce-table--order-details .woocommerce-table__line-item.order_item {
	border-bottom: 1px solid #756f60;
}

.woocommerce-table--order-details .woocommerce-table__line-item.order_item:last-of-type {
	border-bottom: none;
}

.woocommerce-table--order-details td.product-total {
	text-align: right;
}

.woocommerce-order-details {
	margin-top: 1rem;
}

.wc-bacs-bank-details-heading {
	padding-top: 1rem;
	padding-bottom: 2rem;
}
section.woocommerce-bacs-bank-details {
	display: none;
}
h3.wc-bacs-bank-details-account-name {
	font-size: 1rem;
	font-weight: normal;
}
/* Thank you page END */



/* Contact Forms */
input.wpcf7-submit {
	color: #ffffff !important;
	background-color: #af111d;
	font-size: 20px;
	padding: 5px 20px;
}
input.wpcf7-form-control {
	/*width: 100%;*/
}
div.wpcf7-response-output {
	background-color: transparent !important;
	/* border-radius: 20px; */
	list-style-type: none;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

div.wpcf7-response-output.wpcf7-validation-errors {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #af111d;
	color: #af111d;
}

div.wpcf7-response-output.wpcf7-mail-sent-ok {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid green;
	color: green;
}
.wpcf7-quiz-label {
	display: block;
}

.wpcf7-form-control.wpcf7-acceptance > .wpcf7-list-item {
	margin: 0 0 0 0 !important;
}

/* Contact Forms END */



/* FAQs */
.faqContainer h5 {
	background-color: #eae9e7;
	margin-bottom: 0;
}
.faqContainer div {
	border: 1px solid #eae9e7;
}
a.faqBtn {
	display: block;
	width: 100%;
	text-decoration: none;
}
a.faqBtn:hover, a.faqBtn:active, a.faqBtn:focus {
	text-decoration: none;
	color: #756f60;
}
a.faqBtn::after {
	float: right;
}
a.faqBtn[aria-expanded="true"]::after {
	content: '-';
}
a.faqBtn[aria-expanded="false"]::after {
	content: '+';
}

/* FAQs END */



/* Tourübersicht */
.tourUebersichtContainer h5 {
	background-color: #eae9e7;
	margin-bottom: 0;
}
.tourUebersichtContainer h5 .pdf {
	font-size: 1rem;
}

.tourUebersichtContainer h5 .pdf:hover {
	color: #756f60;
}
.tourUebersichtContainer div.collapse {
	border: 1px solid #eae9e7;
}
a.collapseBtn {
	display: block;
	width: 100%;
	text-decoration: none;
}
a.collapseBtn:hover, a.collapseBtn:active, a.collapseBtn:focus {
	text-decoration: none;
	color: #756f60;
}
a.collapseBtn::after {
	float: right;
}
a.collapseBtn[aria-expanded="true"]::after {
	content: '-';
}
a.collapseBtn[aria-expanded="false"]::after {
	content: '+';
}

div.routenBeschreibung p, div.routenPreis p{
	margin-bottom: 10px;
	overflow-wrap: break-word;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	hyphens: auto;
}

/* Tourübersicht END */

/* Woocommerce notics */

.woocommerce-message {
	background-color: transparent !important;
	border: 1px solid green;
	border-radius: 20px;
	padding: 10px 20px;
	color: green;
}
.woocommerce-message a {
	color: green;
	text-decoration: underline;
}
.woocommerce-message a:hover {
	color: green !important;
	text-decoration: none !important;
}

.woocommerce-info {
	background-color: transparent !important;
	border: 1px solid #005078;
	border-radius: 20px;
	padding: 10px 20px;
	color: #005078;

}

.woocommerce-info a {
	color: #005078;
	text-decoration: underline;
}
.woocommerce-info a:hover {
	color: #005078 !important;
	text-decoration: none !important;
}

.woocommerce-error {
	background-color: transparent !important;
	border: 1px solid #af111d;
	border-radius: 20px;
	padding: 10px 20px;
	color: #af111d;
	list-style-type: none;
}
.woocommerce-error li:before {
	content: '\00D7';
}
.woocommerce-notices-wrapper {
	width: max-content;
	max-width: 100%;
}
.woocommerce-notices-wrapper div.row div.col-12 div, .woocommerce-notices-wrapper div.woocommerce-info {
	margin-top: 20px;
}
.woocommerce-notices-wrapper div.row div.col-12 div:first-of-type, .woocommerce-notices-wrapper div.woocommerce-info:first-of-type {
	margin-top: 0px;
}
/* Woocommerce notics END */

/* Blog */
.blogpostVorschaubild {
	background-origin: content-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
h3.blogpostTitel {
	font-size: 25px;
	font-weight: bold;
}
.blogpostMeta {
	background-color: #eae9e7;
	color: #756f60 !important;
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

	.blogpostVorschaubild {
		padding-left: 0px;
		height: 300px;
	}
}
.galerieOhneSlider {
	padding-left: 5px;
	padding-right: 5px;
}
.galerieBild {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 30px !important;
}
/* Blog END */

/* COMMENTS */
footer.comment-meta, footer div.comment-author, footer div.comment-author span.says, footer.comment-meta div.comment-metadata a{
	color: #756f60 !important;
}
footer.comment-meta div.comment-metadata {
	display: none !important;
}
ul.comment-list {
	list-style: none;
	margin-left: 0 !important;
}
ul.children {
	margin-left: 20px;
}
ul.children li.comment {
	margin-top: 20px;
	list-style-type: none;
	list-style-type: none;
}

form#commentform label {
	margin-right: 10px;
}
form#commentform input#submit {
	color: #ffffff !important;
	background-color: #af111d;
	font-size: 20px;
	padding: 5px 20px;
	text-decoration: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
form#commentform input#submit:active form#commentform input#submit:focus {
	outline: none !important;
}
form#commentform textarea, form#commentform input {
	outline: none;
}

div#respond {
	margin-top: 30px;
}

/* COMMENTS END */
/* Footer */
footer {
	color: #ffffff !important;
}
footer div.container-fluid {
	min-height: 300px;
}
footer div.red {
	background-color: #af111d;
}
.footerMenu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footerMenu li {
	float: left;
	padding-right: 10px;
	display: inline-block;
}
.footerMenu li:last-of-type {
	padding-right: 0px;
}
.footerMenu li a{
	text-decoration: underline;
}
.menu-subfooter-container {
	clear: both;
	padding-top: 10px;
}
footer a, footer div {
	color: #ffffff !important;
}

footer span {
	line-height: 2;
	color: #ffffff;
}

footer a svg {
	margin: 0px 10px;
	margin-top: 10px;
}
#ivbvLogo {
	width: 100px;
}

/* Footer END*/


/* Media Queries */


@media (min-width: 1200px) {
	.container {
		max-width: 1180px;
	}
}
@media (min-width: 1400px) {
	.container {
		max-width: 1350px;
	}
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.navbar-collapse {
		max-height: calc(100vh - 110px);
		overflow-y: auto;
	}
	.sub-menu {
		display: block;
		position: relative;
		padding-left: 20px;
		padding-top: 5px;
	}
	ul.sub-menu li:first-of-type {
		padding-top: 5px;
	}
	.animontSpecialTitelbild {
		padding-left: 0px;
		height: 300px;
	}
	#introText {
		line-height: 1.2;
	}
	.categoryContainer:not(:last-of-type) {
		margin-bottom: 3rem;
	}

	.newsVorschau .vorschaubild {
		min-height: 250px;
	}
	#testimonialSlider .testimonialImg {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		padding: 0 20%;
	}

	#testimonialSlider p {
		font-style: italic;
		padding: 0 10%;
	}

	h1.categoryPageTitel, h1.tourTitel, h2.categoryPageTitel {
		font-size: 40px;
	}
	.beschreibung {
		font-size: 20px;
	}
	.subKategorieTitelbild {
		padding-left: 0px;
		height: 300px;
	}
	.footerMenu li {
		float: none;
	}

	.list-group {
		display: block;
	}
	.containerTourMeta {
		padding-left: 0px;
		padding-right: 0px;
	}
	h3.tourSection {
		font-size: 35px;
	}
	table.shop_table_responsive tr td {
		width: 100%;
	}
	#customer_details .form-row {
		width: 100%;
	}
	#customer_details .form-row label {
		width: 100%;
	}
	#customer_details .form-row span.woocommerce-input-wrapper {
		width: 100%;
	}
	#customer_details .form-row:not(#order_comments_field) > span {
		margin-left: 0px;
	}
	table.woocommerce-checkout-review-order-table thead tr th:last-of-type {
		word-break: break-all;
	}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	h2 {
		font-size: 1.8rem;
	}

	.subCatList li a h3 {
		font-size: 18px;
	}
	#missionContainer h2 {
		font-size: 40px;
		word-break: break-word;
	}
	#missionContainer p {
		font-size: 20px;
	}

}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
	#missionContainer h2 {
		word-break: break-word;
	}
	#introText {
		font-size: 25px;
	}

	#testimonialSlider .testimonialImg {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		padding: 0 20%;
	}

	#testimonialSlider p {
		font-style: italic;
		padding: 0 10%;
	}
}


/* Media Queries END */

