/*
          /\
         /**\
        /****\   /\
       /      \ /**\
      /  /\    /    \
     /  /  \  /      \
    /  /    \/ /\     \
   /  /      \/  \/\   \
__/__/_______/___/__\___\______________________________

Made with Passion by GIPFELGOLD // www.gipfelgold.com
_______________________________________________________
*/


/* Version 250220 */


/*


       /\
      /  \/\
_____/___/__\______________________________________________________________

                                 ROOT
___________________________________________________________________________*/


:root {
    --gruen: #32864B;
    --dunkelgruen: #163c21;
}
/*


       /\
      /  \/\
_____/___/__\______________________________________________________________

                                 BASICS
___________________________________________________________________________*/


.header-20vh {
	height: 200px;
}

.fairtours-herovideo video {
	/*top: unset !important;
  bottom: 0 !important;
  transform: translate(-50%, 0%) !important;*/
	top: 0 !important;
	bottom: -100%;
}

.herohide {
	display: none !important;
}

.desktophide {}

/* button */

#btn-green a {
  background: var(--gruen);
  color: white;
}
#btn-green a:hover {
  background: var(--dunkelgruen);
  color: white;
}

/*


       /\
      /  \/\
_____/___/__\______________________________________________________________

                                 FOOTER
___________________________________________________________________________*/

.footer .footer-logo-holder {
	padding-top: 30px;
}

/* Footer Logo */
.footer .footer-logo-holder .footer-logolink .logoimg {
	height: 70px;
}

.footer .footer-logo-holder .footer-logolink {
	margin-bottom: 30px;
}

/* Footer Zeile */
.footer.footer-full-width-on .row.footer-row {
	background: #f3f3f3;
	padding-top: 60px;
}

/* Footer Spalten */
.footer.footer-full-width-on .row.footer-row .columns {
	text-align: center;
}

/* Image hover */
.footer.footer-full-width-on .row.footer-row .columns a.vc_single_image-wrapper::after {
	display: none !important;
}

/* Gipfelgold */
.footergipfelgold {
	text-transform: uppercase;
	font-size: 10px;
	opacity: 0.6;
}

.footergipfelgold:hover {
	opacity: 1;
}

/* Kontaktformular */
.wpcf7-response-output {
	text-transform: none;
}

.footer.footer-full-width-on .row.footer-row .columns .wpcf7-form-control-wrap input[type="text"],
.footer.footer-full-width-on .row.footer-row .columns .wpcf7-form-control-wrap input[type="password"],
.footer.footer-full-width-on .row.footer-row .columns .wpcf7-form-control-wrap input[type="date"],
.footer.footer-full-width-on .row.footer-row .columns .wpcf7-form-control-wrap input[type="datetime"],
.footer.footer-full-width-on .row.footer-row .columns .wpcf7-form-control-wrap input[type="email"],
.footer.footer-full-width-on .row.footer-row .columns .wpcf7-form-control-wrap input[type="number"],
.footer.footer-full-width-on .row.footer-row .columns .wpcf7-form-control-wrap input[type="search"],
.footer.footer-full-width-on .row.footer-row .columns .wpcf7-form-control-wrap input[type="tel"],
.footer.footer-full-width-on .row.footer-row .columns .wpcf7-form-control-wrap input[type="time"],
.footer.footer-full-width-on .row.footer-row .columns .wpcf7-form-control-wrap input[type="url"],
.footer.footer-full-width-on .row.footer-row .columns .wpcf7-form-control-wrap textarea {
	margin-bottom: 0.5em;
	padding: 10px;
	height: 2.5em;
	width: 70%;
}

@media only screen and (min-width: 640px) {
	.footer .footer-logo-holder {
		padding-top: 60px;
	}

	.footer .footer-logo-holder .footer-logolink {
		margin-bottom: 60px;
	}
}

/* vertical Align */

.row.row-o-content-middle .vc_column-inner {
	justify-content: flex-start;
}

ul .wpml-ls-menu-item a {
    display: inline-block;
}

/*


       /\
      /  \/\
_____/___/__\______________________________________________________________

                                 Cookienotice
___________________________________________________________________________*/

#cn-notice-text,
.cn-button {
	line-height: 1.3em;
	font-weight: 400;
	padding: 0;
	border: none;
	margin: 0;
	outline: 0;
	color: #fff;
	background: rgba(255, 255, 255, 0);
	letter-spacing: -0.05em;
	display: unset;
}

.cn-button {
	color: #40ab60 !important;
}

.cn-button:hover {
	text-decoration: underline;
	background: none;
}

/*


       /\
      /  \/\
_____/___/__\______________________________________________________________

                                 Recaptcha
___________________________________________________________________________*/

.grecaptcha-badge {
	right: -400px !important;
}


/* protraits */
#portraits {
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.21);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.21);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.21);
}

/*


       /\
      /  \/\
_____/___/__\______________________________________________________________

                                 Guide Table
___________________________________________________________________________*/
@media screen and (min-width: 1024px) {
	#diefuehrung {
		padding-top: 12vh !important;
		padding-right: 15vw !important;
		padding-bottom: 8vh !important;
		padding-left: 15vw !important;
	}
}

@media screen and (min-width: 1200px) {
	#diefuehrung {
		padding-top: 12vh !important;
		padding-right: 25vw !important;
		padding-bottom: 8vh !important;
		padding-left: 25vw !important;
	}
}

.tourtable {
	font-size: 16px;
	line-height: 1.4;
	margin: 0 auto;
	padding: 1em 0.5em;
	color: #333;
}

#wrapper table.ft-table tbody,
#wrapper table.ft-table tfoot {
	border: 0;
	background: transparent;
}

#wrapper table.ft-table tbody tr td {
	padding: 0.75rem 0.625rem 0.75rem 0.625rem;
	padding-right: 3.625rem;
	padding-right: 7vw;
}

#wrapper table.ft-table tbody tr td:last-child {
	padding-right: 0.625rem;
}

.rg-header {
	margin-bottom: 1em;
	text-align: left;
}

.rg-header>* {
	display: block;
}

.rg-hed {
	font-weight: bold;
	font-size: 1.4em;
}

.rg-dek {
	font-size: 1em;
}

.rg-source {
	margin: 0;
	font-size: 0.75em;
	text-align: right;
}

.rg-source .pre-colon {
	text-transform: uppercase;
}

.rg-source .post-colon {
	font-weight: bold;
}


/* table */
table.ft-table {
	width: 100%;
	margin-bottom: 0.5em;
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 0;
}

table.ft-table h5,
table.ft-table p {
	margin-bottom: 0;
}

table.ft-table a {
	color: #ffffff;
	text-decoration: underline;
}

table.ft-table a:hover,
table.ft-table a:focus {
	text-decoration: none;
}

table.ft-table tr {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: middle;
	text-align: left;
	color: #333;
}

table.ft-table thead {
	border-bottom: 3px solid #ddd;
}

table.ft-table tr,
table:not(.variations):not(.shop_table):not(.group_table) tbody tr:nth-child(even) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	background: transparent;
	color: #fff;
}

table.ft-table th {
	font-weight: bold;
	padding: 0.35em;
	font-size: 0.9em;
}

table.ft-table td {
	padding: 0.35em;
	font-size: 0.9em;
	color: #ffffff;
}

table.ft-table td span {
	color: #fff;
	font-size: 24px;
	text-align: center;
}

/* media queries */
@media screen and (max-width: 600px) {
	.tourtable {
		max-width: 600px;
		margin: 0 auto;
	}

	table.ft-table {
		width: 100%;
	}

	table.ft-table tbody {
		width: 100%;
	}

	table.ft-table tr,
	table.ft-table th,
	table.ft-table td {
		display: block;
		padding: 0;
	}

	table.ft-table tr {
		border-bottom: none;
		margin: 0 0 1em 0;
		padding: 0.5em;
	}

	#wrapper table.ft-table tr:nth-child(even) {
		border-bottom: none;
	}

	table.ft-table tr:nth-child(even) {
		background-color: transparent;
	}

	#wrapper table.ft-table tbody tr td {
		padding: 0.75rem 0.625rem 0.75rem 0.625rem;
	}

	table.ft-table td {
		padding: 0.5em 0 0.25em 0;
		border-bottom: 1px dotted #ccc;
	}

	table.ft-table td[data-title]:before {
		content: attr(data-title);
		font-weight: bold;
		display: inline-block;
		content: attr(data-title);
		float: left;
		margin-right: 0.5em;
		font-size: 0.95em;
	}

	table.ft-table td:last-child {
		padding-right: 0;
		border-bottom: 2px solid #ccc;
	}

	table.ft-table td:empty {
		display: none;
	}
}

@media screen and (min-width: 640px) {
	.desktophide {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	.mobilehide {
		display: none;
	}
}


/*


       /\
      /  \/\
_____/___/__\______________________________________________________________

                                 Tablepress
___________________________________________________________________________*/


.guidetable {
	max-width: 900px;
	min-width: 410px;
}

.guidetable tr td.column-1 { width: 25%; }
.guidetable tr td.column-2 { width: 20%; }
.guidetable tr td.column-3 { width: 30%; }
.guidetable tr td.column-4 { width: 25%; }

#tablepress-3.guidetable,
#tablepress-2.guidetable,
#tablepress-3.guidetable thead,
#tablepress-2.guidetable thead,
#tablepress-3.guidetable tbody,
#tablepress-2.guidetable tbody,
#tablepress-3.guidetable tfoot,
#tablepress-2.guidetable tfoot {
    border: none;
    background: none;
}

.guidetable tr {
	border-bottom: none !important;
}

.tablepress tfoot th,
.tablepress thead th {
    background-color: transparent;
    font-weight: 700;
    vertical-align: middle;
    font-size: clamp(14px, 1.1vw, 16px);
    letter-spacing: 0.02em;
    border: none;
    padding: 0.5em;
    color: var(--gruen);
    border-bottom: 2px solid var(--gruen);
    text-align: left;
    text-transform: none;
}

.guidetable tr td {
    border: none;
    padding: 0.5em;
    font-size: clamp(14px, 1.1vw, 16px);
    border-bottom: 1px dotted rgba(0,0,0,0.1) !important;
    text-align: left;
    line-height: 16px;
    vertical-align: middle;
}
.guidetable tr td.column-1 {
    font-weight: 700;
    line-height: 1.5em;
}

.guidetable tr:nth-child(2n+1) {
    background: none;
}

.tablepress .row-hover tr:hover td {
    background-color: #f2f2f2;
}

/* 
.projektdetails a.planlink {
    display: block;
    width: 18px;
    height: 35px;
    text-indent: -10000px;
    background-image: url("/wp-content/uploads/2023/02/icon-plan-02.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin: 0 auto;
} */

@media only screen and (max-width:420px) {
    #tablepress-3-scroll-wrapper:before {
        content: "← →";
        display: block;
        width: 100%;
        text-align: center;
        font-size: 23px;
        line-height: 2em;
        color: var(--gruen);
    }
}


@media only screen and (min-width: 1000px) {
.guidetable tr td,
.guidetable tr th {
  hyphens: auto;
}
}





/*


       /\
      /  \/\
_____/___/__\______________________________________________________________

                                 Web Zugänglichkeit Anpassungen
___________________________________________________________________________*/

.widget,
.subfooter {
	color: #666666;
}

@media only screen and (min-width: 769px) {
	*:focus {
		outline: 3px dotted #d90000 !important;
	}
}

/* Startvideo abdunkeln */
.fairtours-herovideo>div:nth-child(1) {
	background-color: #000000 !important;
}

.fairtours-herovideo>div:nth-child(1)>video {
	opacity: 0.5 !important;
}

/* scroll to top doppelt */
#scroll-to-top {
	display: none !important;
}






