/**
Theme Name: TMU
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: TMU
Template: astra
*/

/*Button Styling im MenÃ¼ entfernen*/
button.ast-menu-toggle,
button.ast-menu-toggle:focus,
button.ast-menu-toggle:hover {
	outline: none;
	background: none;
	border: none;
}

/*SchlieÃŸen Button im MenÃ¼ grÃ¶ÃŸer*/
svg.ast-close-svg {
	width: 50px;
    height: 50px;
	padding: 10px;
	margin-right: 10px;
	margin-top: 10px;
	color: #205293;
	background-color: #ffffff;
	border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #205293;
	border-radius: 100%;
	transition: transform .3s;
}
svg.ast-close-svg:hover {
	transform: scale(1.1);
	color: #205293;
	border-color: #205293;
}

/* Hintergrundfarbe im MenÃ¼ deaktivieren */
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu,
.ast-theme-transparent-header .main-header-menu .menu-item .sub-menu,
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-link,
.ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-link,
.ast-theme-transparent-header .main-header-menu .menu-link {
	background: none;
}

/* Rechtes Icon im MenÃ¼ in der ZeilenhÃ¶he korrigieren */
.ast-desktop-header-content .ast-builder-menu-mobile .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle,
.ast-desktop-popup-content .ast-builder-menu-mobile .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {
	line-height: 2em;
}

/* Burger Icon mobil verkleinern */
@media only screen and (max-width: 921px) {
	[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    	width: 30px;
	    height: 30px;
	}
}

.Header__icon-wrapper .fas{
	margin: 0 5px 0 0;
}

.Weather__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.Weather__items--inactive {
	display: none
}

.Weather__item {
	margin-top:20px;
	padding: 40px 20px 20px;
	text-align: center;
	width: 100%;
	background: white;
	color: #4B4F58;
}

.Weather__item h4{
	text-transform: capitalize !important;
}

.Weather__item--bigger {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: left;
	width: 100%!important
}

@media (min-width: 1280px) {
	.Weather__item--bigger {
		flex-direction:row;
		justify-content: space-between;
		padding: 50px
	}
}

@media (min-width: 768px) {
	.Weather__item {
		width:calc(50% - 10px)
	}

	.Weather__item:last-of-type {
		display: none
	}
}

@media (min-width: 1024px) {
	.Weather__item {
		margin-top:20px;
		padding: 30px;
		width: calc(33.33333% - 14px)
	}

	.Weather__item:last-of-type {
		display: block
	}
}

@media (min-width: 1440px) {
	.Weather__item {
		margin-top:20px;
	}
}

@media (min-width: 1680px) {
	.Weather__item {
		padding:30px 40px 50px
	}
}

.Weather__columns {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 15px
}

@media (min-width: 1024px) {
	.Weather__columns {
		margin-top:22.5px
	}
}

@media (min-width: 1440px) {
	.Weather__columns {
		margin-top:30px
	}
}

.Weather__column {
	padding: 0 20px;
	position: relative;
	text-align: center
}

.Weather__column:first-of-type:after {
	border-right: 1px solid #d8d8d8;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0
}

@media (min-width: 1024px) {
	.Weather__column {
		padding:0 30px
	}
}

@media (min-width: 1680px) {
	.Weather__column {
		padding:0 20px
	}
}

.Weather__micro {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 2.5
}

.Weather__rain-forecast {
	display: flex;
	justify-content: center;
	margin-top: 7px
}

@media (min-width: 1440px) {
	.Weather__rain-forecast {
		margin-top:10px
	}
}

.Weather__rain {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .5px;
	line-height: 1.875;
	margin: 3px 3px 0
}

@media (min-width: 768px) {
	.Weather__rain {
		font-size:16px
	}
}

.Weather__degree {
	display: flex;
	justify-content: center;
	position: relative
}

.Weather__detail {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .5px;
	line-height: 1.875;
	display: inline-flex;
	flex-direction: column
}

.Weather__detail i{
	font-size: 22px;
	text-align: center;
	color: #205293;
}

@media (min-width: 768px) {
	.Weather__detail {
		font-size:16px
	}
}

.Weather__detail--centered {
	justify-content: center;
	margin-top: 20px
}

.Weather__detail--centered .Weather__info {
	margin-left: 3px
}

@media (min-width: 480px) {
	.Weather__detail--centered .Weather__info {
		margin-left:0;
		margin-right: 0
	}
}

.Weather__detail .WeatherIcon svg {
	margin-bottom: 0!important
}

@media (min-width: 480px) {
	.Weather__detail {
		align-items:center;
		flex-direction: row
	}
}

@media (min-width: 1280px) {
	.Weather__detail {
		margin-bottom:10px;
		padding-left: 25%;
		width: 100%
	}

	.Weather__detail:last-of-type {
		margin-bottom: 0
	}
}

.Weather__info {
	margin-left: 3px
}

@media (min-width: 480px) {
	.Weather__info {
		margin-left:10px;
		margin-right: 20px
	}
}

@media (min-width: 1280px) {
	.Weather__info {
		margin-left:20px;
		margin-right: 0
	}
}

.Weather__primary {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2
}

@media (min-width: 1024px) {
	.Weather__primary {
		font-size:40px
	}
}

@media (min-width: 1440px) {
	.Weather__primary {
		font-size:48px
	}
}

.Weather__celcius {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.875;
	line-height: 1;
	position: relative;
	right: -1px;
	top: 4px
}

@media (min-width: 1024px) {
	.Weather__celcius {
		top:9px
	}
}

.Weather__icon {
	margin: 0 auto;
	width: 80px
}

@media (min-width: 1280px) {
	.Weather__icon {
		width:100px
	}
}

.Weather__title {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.1;
	font-family: Lustria;
	color: #205293;
}

@media (min-width: 1024px) {
	.Weather__title {
		font-size:50px
	}
}

@media (min-width: 1440px) {
	.Weather__title {
		font-size:60px
	}
}

.Weather__title--mobile {
	display: inline-block
}

@media (min-width: 1280px) {
	.Weather__title--mobile {
		display:none
	}
}

.Weather__title--desktop {
	display: none
}

@media (min-width: 1280px) {
	.Weather__title--desktop {
		display:inline-block
	}
}

.Weather__date {
	font-family: Lustria;
	color: #205293;
	font-weight: 700;
	line-height: 1.2;
	font-size: 24px
}

.Weather__date--mobile {
	display: inline-block
}

@media (min-width: 1280px) {
	.Weather__date--mobile {
		display:none
	}
}

.Weather__date--desktop {
	display: none
}

@media (min-width: 1280px) {
	.Weather__date--desktop {
		display:inline-block;
		font-size: 24px
	}
}

@media (min-width: 1280px) {
	.Weather__date {
		margin-top:0
	}
}

.Weather__center {
	text-align: center;
	width: 100%;
	max-width: 300px;
}

@media (min-width: 1024px) {
	.Weather__center {
		width:45%;
		max-width: 100%;
	}
}

.Weather__summary {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .5px;
	line-height: 1.875;
	margin: 30px auto;
	max-width: 310px;
	width: 100%
}

@media (min-width: 768px) {
	.Weather__summary {
		font-size:16px;
		margin: 30px auto 0
	}
}

.Weather__table {
	display: flex;
	justify-content: center;
	margin: 10px
}

.Weather__table--bigger {
	margin: 20px 0
}

@media (min-width: 1024px) {
	.Weather__table--bigger {
		margin:30px 0
	}
}

@media (min-width: 1440px) {
	.Weather__table--bigger {
		margin:35px 0 40px
	}
}

@media (min-width: 1024px) {
	.Weather__table {
		margin:15px
	}
}

@media (min-width: 1440px) {
	.Weather__table {
		margin:20px
	}
}

.Weather__row {
	padding: 5px;
	width: 25%
}

.Weather__row:last-of-type {
	border-right: 0
}

@media (min-width: 480px) {
	.Weather__row {
		border:1px solid #d8d8d8;
		border-left: 0;
		padding: 10px
	}
}

@media (min-width: 768px) {
	.Weather__row {
		padding:15px
	}
}

@media (min-width: 1440px) {
	.Weather__row {
		padding:20px 20px 30px
	}
}

.Weather__today-temp {
	font-size: 16px;
	font-weight: 700
}

.Weather__today-temp,
.Weather__today-time {
	line-height: 1.875;
	line-height: 1.2;
	color: #4B4F58;
}

.Weather__today-time {
	font-size: 14px;
	font-weight: 300
}

@media (min-width: 1024px) {
	.Weather__today-time {
		font-size:14px
	}
}

@media (min-width: 1440px) {
	.Weather__today-time {
		font-size:16px
	}
}

@media (max-width: 479px) {
	.Weather__today-time {
		font-size:12px
	}
}

.Weather .Content {
	padding-left: 0;
	padding-right: 0
}

@media (min-width: 768px) {
	.Weather {
		margin-top:70px
	}
}

@media (min-width: 1024px) {
	.Weather {
		margin-top:80px
	}
}

@media (min-width: 1280px) {
	.Weather {
		margin-top:100px
	}
}

.WeatherIcon {
	height: 100px;
	text-align: center;
	color: #205293;
}

.Weather__left .WeatherIcon{
	font-size: 50px;
}

.WeatherIcon--small {
	height: auto;
}

.WeatherIcon--small .WeatherIcon {
	height: 50px;
}

.WeatherIcon--small svg {
	height: 30px!important;
	margin: 0 auto 10px!important;
	width: 30px!important;
}

@media (min-width: 1440px) {
	.WeatherIcon--small svg {
		height:40px!important;
		width: 40px!important;
	}
}

.WeatherIcon--smallest {
	height: auto;
}

.WeatherIcon--smallest svg {
	height: 30px!important;
	margin: 0 0 10px!important;
	width: 30px!important;
}

@media (min-width: 1440px) {
	.WeatherIcon--smallest svg {
		height:35px!important;
		width: 35px!important;
	}
}

.WeatherIcon--inverted {
	color: #fff;
	height: 42px;
}

.WeatherIcon--inverted svg {
	fill: #fff!important;
	margin: 0 auto!important;
	max-height: 42px!important;
	max-width: 42px!important;
}

.WeatherIcon--inverted .climacon_component-stroke {
	fill: #fff;
	stroke: #fff;
	stroke-width: 0;
}

.WeatherIcon--inverted .climacon_component-fill {
	fill: hsla(0,0%,100%,.4);
	stroke: #fff;
	stroke-width: 0;
}

.WeatherIcon svg {
	display: block;
	fill: #e2001a;
	height: 100px;
	margin: 10px auto;
	position: relative;
	shape-rendering: geometricPrecision;
	width: 100px;
}

@media (min-width: 1024px) {
	.WeatherIcon svg {
		height:124px;
		margin: 20px auto;
		width: 124px;
	}
}

.Weather__forecast .WeatherIcon {
	height: auto;
	font-size: 30px;
}

.Weather__forecast .WeatherIcon svg {
	height: 60px;
	margin: 40px auto 20px;
	width: 60px;
}

@media (min-width: 1024px) {
	.Weather__forecast .WeatherIcon svg {
		height:80px;
		margin: 60px auto 30px;
		width: 80px;
	}
}

/* ========== wishlist */

.OffCanvas{
	position: fixed;
	top: 0;
	right: -1000px;
	bottom: 0;
	width: 100%;
	z-index: 101;
	padding: 20px;
	overflow: auto;
	transition: right 0.3s;
	background: url('/wp-content/uploads/2022/05/bg_struktur_menue_illustration_templin_blau2.jpg');
}

.OffCanvas__wrapper{
	position: relative;
}

.OffCanvas:before{
	position: absolute;
	content:'';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(32, 82, 147, 0.4);
}

.OffCanvas-overlay{
	position: absolute;
	content:'';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.4);
	pointer-events: none;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s;
}

.wishlist-active .OffCanvas-overlay{
	visibility: visible;
	opacity: 1;
}

.wishlist-active .OffCanvas{
	right: 0;
}

@media (min-width: 500px) {
	.OffCanvas{
		width: 70%;
		padding: 30px;
	}
}

@media (min-width: 1280px) {
	.OffCanvas{
		width: 30%;
	}
}

.OffCanvas__headline {
	font-size: 25px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 60px 40px 30px 0;
	color: #fff;
}

@media (min-width: 500px) {
	.OffCanvas__headline {
		padding: 0 40px 50px 0;
	}
}

.OffCanvas__close{
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0;
	width: 50px;
	height: 50px;
	transition: color 0.3s, border-color 0.3s, background 0.3s, transform 0.3s;
}

.OffCanvas__close:before,
.OffCanvas__close:after{
	position: absolute;
	content:'';
	height: 2px;
	top: 50%;
	left: 12px;
	right: 12px;
	background: #205293;
	transform: rotate(45deg);
	transition: color 0.3s, border-color 0.3s, background 0.3s;
}

.OffCanvas__close:after{
	transform: rotate(-45deg);
}

.OffCanvas__close:hover{
	border-color: #205293;
	transform: scale(1.1);
}

.OffCanvas__close:hover:before,
.OffCanvas__close:hover:after{
	background: #205293;
}


.OffCanvas__item{
	background: white;
	display: flex;
	position: relative;
	margin: 0 0 30px;
}

@media (min-width: 500px) {
	.OffCanvas__item{
		height: 150px;
	}
}

.OffCanvas__item > .OffCanvas__link{
	width: 130px;
	background: #000;
	display: none;
}

@media (min-width: 500px) {
	.OffCanvas__item > .OffCanvas__link{
		display: block;
	}
}

.OffCanvas__item .OffCanvas__picture{
	height: 100%;
}

.OffCanvas__item .OffCanvas__picture img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.OffCanvas__desc{
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.OffCanvas__desc a:hover,
.OffCanvas__desc h3:hover,
.OffCanvas__desc .OffCanvas__category:hover{
	color: #000;
	transition: color 0.3s;
}

@media (min-width: 500px) {
	.OffCanvas__desc{
		width: 260px;
	}
}

.OffCanvas__desc h3{
	margin: 0;
	font-size: 18px;
	line-height: 1.2;
}

.OffCanvas__item .OffCanvas__remove{
	position: absolute;
	width: 40px;
	height: 40px;
	padding: 0;
	bottom: -20px;
	right: 20px;
	transition: transform 0.3s;
	z-index: 1;
}

.OffCanvas__item .OffCanvas__remove:before,
.OffCanvas__item .OffCanvas__remove:after,
.Wishlist .Wishlist__remove:before,
.Wishlist .Wishlist__remove:after{
	position: absolute;
	content:'';
	height: 2px;
	top: 50%;
	left: 10px;
	right: 10px;
	background: #205293;
	transform: rotate(45deg);
	transition: background 0.3s;
	pointer-events: none;
}

.Wishlist .Wishlist__remove:hover:before,
.Wishlist .Wishlist__remove:hover:after,
.OffCanvas__item .OffCanvas__remove:hover:before,
.OffCanvas__item .OffCanvas__remove:hover:after{
	background: #205293;
}

.Wishlist .Wishlist__remove:hover,
.OffCanvas__item .OffCanvas__remove:hover{
	transform: scale(1.1);
}

.OffCanvas__item .OffCanvas__remove:after,
.Wishlist .Wishlist__remove:after{
	transform: rotate(-45deg);
}

.OffCanvas__headline--no-item {
	display: none;
}

/* .OffCanvas .ButtonInverted{
	display: inline-block;
	vertical-align: top;
	padding: 10px 20px;
	background: white;
	border: 1px solid white;
}


.OffCanvas .ButtonInverted:hover{
	background: none;
} */

.wishlist-count{
	cursor: pointer;
	position: relative;
	white-space: nowrap;
}

.wishlist-count span{
	margin: 0 0 0 5px;
}

@media (min-width: 500px) {
	.Wishlist{
		padding: 50px 0;
	}
}

.Header__icon-wrapper{
	display: block;
	white-space: nowrap;
}



@media (max-width: 768px) {
	.site-header-section>*{
		padding: 0 5px;
	}
	.Header__temperatur{
		font-size: 11px;
	}
	.ast-button-wrap .menu-toggle.main-header-menu-toggle{
		padding: 5px;
	}
}

/* @media (max-width: 500px) {
	.site-header-primary-section-left{
		width: 40%;
	}
	#ast-mobile-header{
		overflow: hidden;
	}
	.site-header-section>*{
		padding: 0;
	}
} */

.Wishlist .Filter__text,
.Wishlist .Wishlist__micro{
	text-align: center;
	color: #fff;
}

.Wishlist .elementor-row{
	flex-wrap: wrap;
}

.Wishlist .elementor-column img{
	width: 100%;
	height: 50vw;
	object-fit: cover;
}

@media (min-width: 768px) {
	.Wishlist .elementor-column img{
		height: 200px;
	}
}

@media (min-width: 1024px) {
	.Wishlist .elementor-column img{
		height: 300px;
	}
}

.Wishlist .elementor-widget-image a{
	display: block;
}

.Wishlist .elementor-widget-image{
	position: relative;
}

.Wishlist h4 a:hover{
	color: #000 !important;
}

.Wishlist .Wishlist__remove{
	position: absolute;
	top: -23px;
	right: 10px;
	transition: transform 0.3s;
	z-index: 1;
}

.Wishlist .elementor-widget-wrap{
	background: white;
}

.Wishlist .elementor-widget-image{
	margin: 0;
}

.Wishlist .elementor-widget-heading{
	padding: 15px 20px 0;
	margin: 0;
}

.Wishlist .elementor-widget-heading:last-child{
	padding: 0 20px 15px;
}

.Wishlist .elementor-widget-heading h5 a:hover{
	color: #000;
}

.entry-content p {
    margin-bottom: 0.2em !important;
}

@media (max-width: 500px) {
	.Wishlist .elementor-column-wrap{
		padding: 0 0 20px !important;
		margin-top: 10px !important;
	}
	.Wishlist .elementor-widget-heading {
    padding: 20px 10px 0px 10px !important;
    margin: 0;
	}
	.Wishlist .elementor-widget-heading:last-child{
	padding: 10px 10px 10px 10px !important;
	}
}

.HeroAside__wishlist{
	position: fixed;
	left: 30px;
	bottom: 30px;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px !important;
	line-height: 1 !important;
	width: 45px;
	height: 45px;
	padding: 0 !important;
	transition: color 0.3s, border-color 0.3s;
	color: #4B4F58 !important;
	border-color: #4B4F58 !important;
}

.HeroAside__wishlist:hover{
	color: #000 !important;
	border-color: #000 !important;
}

@media (min-width: 500px) {
	.HeroAside__wishlist{
		width: 55px;
		height: 55px;
		font-size: 25px !important;
	}
}

.HeroAside__wishlist .HeroAside__teaser-add,
.HeroAside__wishlist .HeroAside__teaser-added{
	position: absolute;
	left: 100%;
	top: 9px;
	white-space: nowrap;
	font-size: 12px;
	line-height: 1.2;
	margin: 0 0 0 20px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
	padding: 3px 5px;
	background: white;
	border: 2px solid #000;
}

@media (min-width: 500px) {
	.HeroAside__wishlist .HeroAside__teaser-add,
	.HeroAside__wishlist .HeroAside__teaser-added{
		top: 15px;
	}
}

/* .single-post .HeroAside__wishlist .HeroAside__teaser-add:after,
.single-post .HeroAside__wishlist .HeroAside__teaser-added:after,
.single-post .HeroAside__wishlist .HeroAside__teaser-add:before,
.single-post .HeroAside__wishlist .HeroAside__teaser-added:before{
	position: absolute;
	content:'';
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-right: 9px solid white;
	border-bottom: 9px solid transparent;
	z-index: 1;
}

.single-post .HeroAside__wishlist .HeroAside__teaser-add:before,
.single-post .HeroAside__wishlist .HeroAside__teaser-added:before{
	border-top: 10px solid transparent;
	border-right: 10px solid black;
	border-bottom: 10px solid transparent;
	z-index: 0;
} */

.HeroAside__wishlist:hover .HeroAside__teaser-add,
.HeroAside__wishlist:hover .HeroAside__teaser-added{
	opacity: 1;
	pointer-events: auto;
}

.HeroAside__wishlist .HeroAside__teaser-added{
	display: none;
}

.HeroAside__wishlist.HeroAside__wishlist--added .HeroAside__teaser-added{
	display: block;
}

.HeroAside__wishlist.HeroAside__wishlist--added i{
	font-weight: 900;
}

.HeroAside__wishlist.HeroAside__wishlist--added .HeroAside__teaser-add{
	display: none;
}

.HeroAside__wishlist.HeroAside__wishlist-alt {
	position: absolute;
	left: auto;
	right: 10px;
	top: 21px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px !important;
	line-height: 1 !important;
	width: 45px;
	height: 45px;
	padding: 0 !important;
	margin: 0;
}

.HeroAside__wishlist.HeroAside__wishlist-alt .HeroAside__teaser-add,
.HeroAside__wishlist.HeroAside__wishlist-alt .HeroAside__teaser-added{
	background: white;
	border: 2px solid #000;
	font-size: 10px;
	line-height: 1.2;
	text-align: center;
	width: 170px;
	padding: 5px 3px 3px;
	top: 10px;
	right: 100%;
	left: auto;
	margin: 0 10px 0 0;
}

.elementor-widget-macmon-wishlist-button-alt{
	margin-bottom: 0 !important;
}