.T5085 { margin: 0px auto; }
.T5085 .maxwidth { font-size: 16px; }
.T5085 i { font-size: 26px; }


.T5085 > div { margin-bottom: 1.5rem;  }

.T5085 .page_navigation {
    position: fixed !important;
    bottom: 7em;
    right: 0;
    background-color: #eee;
    background-image: linear-gradient( #ffffff, #e4e4e4);
    box-shadow: 0.1em 0.1em 0.7em rgba(0,0,0,0.3);
    border-radius: 0.5em;
    display: flex;
    z-index: 10;
    transition: right 250ms, transform 250ms;
    overflow: hidden;
    flex-direction: column;
    max-width: 190px;
}
.T5085 .page_navigation a {
    text-decoration: none;
    padding: 0.4rem 1rem;
    color: var(--signal_color, #000);
    scroll-margin-top: 100px;
}

.T5085 .page_navigation a:hover {
    background-color: lightgrey;
}

.T5085 .page_navigation .rarr {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 5px;
    color: #666;
    transition: font-size 250ms;
}

.T5085 .page_navigation .rarr i {
    font-size: 0.65em;
}

.T5085 .page_navigation.open .rarr { display: none; }

.T5085 .page_navigation:not(.open) {
    transform: translateX(calc(100% - 1.5em));
    padding-left: 1.5em;
}



.T5085 .ae-clock-filled { font-size: 46px; }
.T5085 .meta i { font-size: 15px; }

.T5085 .preis_info  { font-size: 11px; color: #666;  }

.T5085 .textBild .col2 .Bild.File { padding-top: 20px; }
.T5085 .textBild img { border-radius: 20px; }

.T5085 .termine-wrapper {
    border: 1px solid #ccc;
    border-radius: 20px;
    background-color: #fcfcfc;
    padding: 20px;
    margin-top: 30px;

}


.T5085 .termine-wrapper { margin: 40px 0px 15px 0px; font-size: 13px; }
.T5085 .termine-wrapper .legende_ampel__element { display: block;margin: 0px 8px 4px 0px; }
.T5085 .termine-wrapper  .legende_ampel__element span { vertical-align: middle; margin-right: 8px; }
.T5085 .termine-wrapper .bookinginfo_ampel {
  display: inline-block;
  width: 24px;
  height: 12px;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255, 0.5);
  cursor: pointer;

}


.T5085 .termine-wrapper .bookinginfo_ampel.green {  background-color: #1AA80B; }
.T5085 .termine-wrapper .bookinginfo_ampel.yellow {  background-color: #F9D905;; }
.T5085 .termine-wrapper .bookinginfo_ampel.red {  background-color: #D80B0B; }


.T5085 .termine__termin {
    margin-bottom: 6px;
    padding: 15px 15px 10px 15px;
    border-radius: 20px;
    border: 1px solid #ccc;
}


.T5085 .termine__termin .crew {
    margin: 4px 0;
    padding-left: 6px;
}


.T5085 .termine__termin .crew .guides {
    display: inline-flex;
    flex-direction: column;

}

.T5085 .termine__termin .crew .guides .guide {
    font-size: .9em;
    padding-left: 4px;
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}


.T5085 .detailseite__termine_wrapper .col.info.infov2 { flex-basis: 20%; justify-content: space-between; }

.T5085 .termine__termin .bookinginfo_ampel.green {  background-color: #1AA80B; }
.T5085 .termine__termin .bookinginfo_ampel.yellow {  background-color: #F9D905;; }
.T5085 .termine__termin .bookinginfo_ampel.red {  background-color: #D80B0B; }

.T5085 .termine__termin i.green {  color: #1AA80B; }
.T5085 .termine__termin i.yellow {  color: #F9D905;; }
.T5085 .termine__termin i.red {  color: #D80B0B; }

.T5085 .termine__termin .modalcart.hide { display: none; }
.T5085 .termine__termin .modalcart {
    text-align: center;
    margin-top: 10px;
    width: 100%;
    min-width: 320px;
    margin-top: 10px;
    margin-bottom: 10px;
    right: 0px;
    height: auto;
    background-color: #fcfcfc;
    color: #222;
    box-sizing: border-box;
    min-height: 80px;
    z-index: 10;
    top: 50px;
}
.T5085 .termine__termin .modalcart .cart_inner .booking_option {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.T5085 .termine__termin .modalcart .cart_inner .booking_option .booking_amount {
    display: flex;
    column-gap: 5px;
    flex-wrap: wrap;
}

.T5085 .termine__termin .modalcart .cart_inner .booking_option .priceinfo { font-size: 20px; font-weight: bold; margin-left: 20px; }
.T5085 .termine__termin .modalcart .cart_inner .booking_option .class_name { align-self: center; text-align: left; margin-top: 5px; } 
.T5085 .termine__termin .modalcart .cart_inner .booking_option .booking {
    color: #FFF;
    padding: 10px 25px 5px 25px;
    cursor: pointer;
    background-color: #5b7983 !important;

}

.T5085 .termine__termin .modalcart .cart_inner .booking_option .booking:hover {
  background-color: #003E4B !important;
}


.T5085 .faq .bullet {
   	padding: 8px 15px;;
    position: relative;
    border-top: 1px solid #ddd;
}
.T5085 .faq .bullet .top { cursor: pointer; }

.T5085 .faq .bullet .top .name { padding: 10px 50px 10px 0; }

.T5085 .faq .bullet .plus {
    position: absolute;
    transform-origin: center;
    transform: rotate(0deg);
    transition: 400ms ease-out;
    top: 15px;
    right: 20px;
    background-color: black;
    width: 2px;
    height: 20px;
    cursor: pointer;
}

.T5085 .faq .bullet.show .plus {
    transform: rotate(90deg);
    transition: 400ms ease-in;
    width: 2px;
}

.T5085 .faq .bullet .minus {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
    transform-origin: center;
    transform: rotate(90deg);
    background-color: black;
    color: black;
    width: 2px;
    height: 20px;
}

.T5085 .bullet .hiddencontent {
    margin: 0 -20px;
    padding: 0 20px;
}

.T5085 .metainfos {
    font-weight:  bold;
    line-height: 1.5;
    margin-right: 8px ;
}

.T5085 .faq .bullet .buttons {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.T5085 .faq .bullet .hiddencontent {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.T5085 .faq .bullet.show .hiddencontent {
    max-height: 3000px;
    transition: max-height 1s ease-in-out;
}

.T5085 .faq .bullet p {
    margin: 0px 0px 15px 0px;
}

.T5085 .faq .bullet .Bild {
    margin: 0px 20px 15px 0px;
    float: left;
}

.T5085 .T2901 { position: relative; display: flex; flex-wrap: wrap;  }
.T5085 .T2901 .col1 { flex-basis: 40%; }
.T5085 .T2901 .col2 { flex-basis: 55%; }
.T5085 .T2901 .col2 img { margin-left: auto; }


.T5085 .T2901.noimg .col1 { flex-basis: 100%; max-width: none; }
.T5085 .T2901.noimg .col2 { display: none; }


.T5085 .T4388 { margin: 0px 0px 15px 0px; }

.T5085 .bookingbutton {
    padding: 15px 0;
    text-decoration: none;
}
.T5085 .bookingbutton2 {
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 40px; 
    text-decoration: none;
}
.T5085 .bookingbutton .button { border-radius: 10px; }
.T5085 .bookingbutton2 .button { border-radius: 10px; }

.T5085 .days { margin: 35px 0px 35px 0px; }
.T5085 .days .headline {
    padding: 10px 0px;
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
}

.T5085 .days .bullet {
    padding: 12px 20px;
    position: relative;
    border-top: 1px solid #ddd;
    font-size: 18px;
    background-color: inherit;
}

.T5085 .days .bullet:last-child { border-bottom-width: 0px; }


.T5085 .days .bullet .top {
    cursor: pointer;
    display: flex;
}

.T5085 .days .bullet .top .name {
    flex-grow: 1;
    padding: 10px 0px;
}
.T5085 .days .bullet .top .toggle {
    width: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.T5085 .days .bullet .plus {
    transform-origin: center;
    transform: rotate(0deg);
    transition: 400ms ease-out;
    background-color: black;
    width: 3px;
    height: 20px;
	right: 0px;
}


.T5085 .days .bullet.show .plus {
    transform: rotate(90deg);
    transition: 400ms ease-in;
}


.T5085 .days .bullet .minus {
    position: absolute;
    transform-origin: center; 
    transform: rotate(90deg);
    background-color: black;
    color: black;
    width: 3px;
    height: 20px;
}


.T5085 .days .bullet .top  .meta span { display: inline-block; margin: 0 10px 0 0; }
.T5085 .days .bullet .top .meta span.last { margin: 0; }

.T5085 .days .tagestext { padding: 0px 10px; }
.T5085 .days .meta {
    margin: 5px 0px;
    color: #000000;
    padding: 0px 10px;
}

.T5085 .days .bullet .hiddencontent {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1), background-color 0.5s;
}

.T5085 .days .bullet.show { background-color: #EEE; }

.T5085 .days .bullet.show .hiddencontent {
    max-height: 3000px;
    transition: max-height 1s ease-in-out;
}

.T5085 .crew {
    display: flex;
    gap: 20px;
    margin: 14px 0px;
   
}

.T5085 .crewmitglied {
    padding: 10px 8px;
    display: flex;
    gap: 20px;
    flex-basis: 50%;
    flex-grow: 1;
    flex-wrap: wrap;
}

.T5085 .crewmitglied .image {
    
}

.T5085 .crewmitglied .image img { min-width: 160px; width: 100%; height: auto; }


.T5085 .leistungen { margin: 0px 0px 20px 0px; }
.T5085 .leistungen .leistungen_inner { padding: 5px 20px; }

.T5085 .headline {
    padding: 10px 0px;
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
}

.T5085 .crew .infos .kontakt-headline {
     padding-top: 10px;
}

.T5085 .crew .infos a {
     text-decoration: none;
}

.T5085 .crew .infos .kontakt-info {
   
}

.T5085 .crew .infos .kontakt-text {
   
}
.T5085 .crew:after { display: block; content: ""; clear: left; }

/* Störer */
.T4244 .inlay .inner .col1 .image img { margin:0 auto; }
.T4244 .inlay .inner .col2 .headline { text-align: center; }

/* Dokumente */
.T2887 .maxwidthsmall { margin-left: 0 !important }
.T2887 section .text a:link { font-size: 0.7em !important }


/* Alpintrekker */

.T5085 .downloads { display:flex; justify-content: space-around; }
.T5085 .downloads a { padding: 15px 0; text-decoration: none; }
.T5085 .downloads a .button { border-radius: 10px; }


.T5085 .merkliste { margin: 1rem 0 0 0; }
.T5085 .merkliste .bookmark_button .name { font-weight: bold; }
.T5085 .merkliste .bookmark_button .name:hover { text-decoration: underline; }
.T5085 .merkliste .bookmark_button svg { width: 2em; }

@media all and (max-width: 767px) {
	
	
	.T5085 table td  {
		font-size: 11px;
	}
	
}


/* Gästebuch */

.T5085 .TraminoCommentBox.CommentForm { background-color: unset; }
.T5085 .expander { height: 100px !important; }




.T5085 .contentbox {
	margin-top: 35px;
}

.T5085 .contentbox:before {
	content: "";
	display: block;
	width: 100%;
	border-top: 1px solid #333;
	margin: 20px auto; 
}

.T5085 .contentbox:after {
	content: "";
	display: block;
	width: 100%;
	border-bottom: 1px solid #333;
	margin: 20px auto; 
}

.T5085 .details {
	display: flex;
	flex-wrap: wrap;
}

.T5085 .detail {
	flex: 1 0 18%;
	display: flex;
	flex-direction: column;
	margin: 10px 0 0 2%;
}

.Mandant_42573 .T5085 .detail {	flex: 1 0 18%; }

.T5085 .detail a{
	text-decoration: none;
	font-size: 26px;
	text-align: center;
	margin-bottom: 10px;
	color: #000;
}
.T5085 .detail i{
	font-size: 26px;
	text-align: center;
	margin-bottom: 10px;
}

.T5085 .detail span {
	text-align: center;
	font-weight:  bold;
}

.T5085 .detail .icons {
	text-align: center;
	font-size: 26px !important;
}


.T5085 .schwierigkeit {
    margin: 5px auto 3px auto;
}

.T5085 .schwierigkeit img{
    margin: 5px auto 3px auto;
}
.T5085 .schwierigkeit.trekker img{ margin: 0 0 10px 0; }

.T5085 .questionmark{
	color: #aaa;
	border: 1px solid #aaa;
	border-radius: 50%;
	padding: 2px 8px;
	font-size: 14px;
	margin-left: 5px;
	vertical-align: text-top;
	cursor:  pointer;
}

@media all and (min-width: 1024px) and (max-width: 1279px) {
	.T5085 .page_navigation {
	    max-width: 180px;
	}
}

@media all and (min-width: 768px) and (max-width:1023px) {
	.T5085 .detail {
		flex: 1 0 27%;
	}

	.T5085 .headline {
	    max-width: 70%;
	}
	.T5085 .page_navigation {
	    max-width: 180px;
	}
	.Mandant_42573 .T5085 .detail { flex: 1 0 28%; }
}

@media all and (min-width: 424px) and (max-width: 767px) {
	.T5085 { padding: 0px 20px !important; }
	.T5085 .detail {
		flex: 1 0 34%;
	}
	.T5085 .headline {
	    max-width: 65%;
	}
	.T5085.S8897 .days_wrapper { display: block !important; }

	.Mandant_42573 .T5085 .detail { flex: 1 0 28%; }

	.T5085 .page_navigation {
	    max-width: 160px;
	}

}

@media all and (max-width: 423px) {
	.T5085 { padding: 0px 20px !important; }
	.T5085 .detail {
		flex: 1 0 51%;
	}
		

	.T5085 .headline::first-line {
	    max-width: 45%;
	}

	.T5085 .bookingbutton2 {
	    padding: 5px 10px;
	    position: absolute;
	    right: 0;
	    top: 45px; 
	    text-decoration: none;
	}

	.T5085 .bookingbutton2 .button {
		font-size: 12px !important;
		padding: 6px 10px;
	}

	.T5085.S8897 .days_wrapper { display: block !important; }

	.Mandant_42573 .T5085 .detail { flex: 1 0 28%; }

	.T5085 .page_navigation {
	    max-width: 160px;
	}
}
.T5085.S8897 .days_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
}