/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/* Shortcodes */
a.mfn-link-4 { margin-left: 0; }
.dark a.mfn-link-4::before, .dark a.mfn-link-4::after { background: rgba(255, 255, 255, 0.1); }

/* Newsletter */
.newsletter_form > input[type="email"] { display: inline-block; margin: 0 4px 0 0; max-width: 260px; }
.newsletter_form > input[type="submit"] { margin: 0; padding: 8px 15px; }

/* Footer */
#Footer .widgets_wrapper .widget h4 { font-size: 18px; line-height: 23px; font-weight: 400; }

/* HEADINGS
-------------------------------------------------------------- */

.page-id-5492 h2::after {
	    margin: 28px auto 20px !important;
}

h2::after {
    content: " ";
    background: #e3000f;
    width: 75px;
    height: 2px;
    display: block;
    margin: 28px auto 20px ;
}
.oax h2::after {
	display: none;
}
.column_attr.align_center h2::after {
    margin: 28px auto 0px auto;
}
.wso-subheading .column_attr,
.wso-language-intro {
    padding: 0 8%;
}
@media only screen and (max-width: 1239px) and (min-width: 960px) {
	h2 {
		font-size: 44px !important;
		line-height: 44px !important;
	}
}

/* EASY SOCIAL SHARE
-------------------------------------------------------------- */
.essb-point .essb_icon_share {
    background-color: #e3000f;
    padding: 9px 15px 14px 12px!important;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.essb-point .essb_icon_share:hover {
    background-color: #bd0310;	
}
.essb_icon_share:before {
	content: '\e91d' !important;
	font-family: "mfn-icons" !important;
}

/* TOP BAR
-------------------------------------------------------------- */
#Top_bar .menu > li > a {
    text-transform: uppercase;
}
#Top_bar .menu > li > a::before {
    content: "";
    height: 28px;
    width: 2px;
    position: absolute;
    right: 0;
    top: 51px;
    border-right: 2px dotted rgba(255, 255, 255, 0.5);
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
}
#Top_bar .menu > li:last-child > a::before {
    display: none;
}
#Top_bar.is-sticky .menu> li > a {
    color: #333333;
}
#Top_bar.is-sticky .menu > li > a::before {
    display: none;
}

/*SUBHEADER
-------------------------------------------------------------- */
#Subheader {
	background-position: center center !important;
	background-size: cover;
	padding: 15% 0 7% !important;
}
@media only screen and (max-width: 1490px) {
   #Subheader {
		padding: 19% 0 12% !important;
	}
}
@media only screen and (max-width: 1239px) {
   #Subheader {
		padding: 20% 0 12% !important;
	}
}
@media only screen and (max-width: 959px) {
   #Subheader {
        padding: 24% 0 11% !important;
    }
}
@media only screen and (max-width: 767px) {
	.minimalist-header-no #Subheader {
		padding: 40px 0 120px!important;
	}
}
@media only screen and (max-width: 479px) {
	#Subheader .title {
		font-size: 29px !important;
		line-height: 34px !important;
	}
}

/*UBERMENU
-------------------------------------------------------------- */
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
	font-weight: 300 !important;
}
@media only screen and (min-width: 960px) {
	#Top_bar .ubermenu-nav > li > a::before {
		content: "";
		height: 28px;
		width: 2px;
		position: absolute;
		right: 0;
		top: 51px;
		border-right: 2px dotted rgba(255, 255, 255, 0.5);
		transform: rotate(25deg);
		-webkit-transform: rotate(25deg);
		-moz-transform: rotate(25deg);
		-o-transform: rotate(25deg);
		-ms-transform: rotate(25deg);
	}
}
@media only screen and (min-width: 768px) {
	#Top_bar:not(.is-sticky) { 
		border-bottom: 3px dotted rgba(255, 255, 255, 0.5); 
	}
}
@media only screen and (min-width: 1240px) {
	.ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 {
		z-index: 21 !important;
	}
	.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
		/* font-family: "mfn-icons"; */
		/* content: '\e869'; */
	}
	.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
		letter-spacing: 1px;
	}
	.ubermenu-has-submenu-drop >.ubermenu-target:after {
		content: "";
		background: #ffffff;
		position: absolute;
		bottom: 20px;
		left: 50%;
		margin-left: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		height: 20px;
		width: 20px;
		bottom: 0px;
		margin-left: 0px;
		margin-left: -10px;
		bottom: -31px;
		z-index: 1 !important;
		opacity: 0;
		-moz-transition-delay: 0s;
		-webkit-transition-delay: 0s; /* Safari */
		transition-delay: 0s;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none ;
	}
	.ubermenu-has-submenu-drop.ubermenu-active>.ubermenu-target:after {
		bottom: -11px;
		opacity: 1;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		-moz-transition-delay: 0.15s;
		-webkit-transition-delay: 0.15s; /* Safari */
		transition-delay: 0.15s;
	}
	#Top_bar:not(.is-sticky) .ubermenu-skin-vanilla.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-submenu-drop {
		border-top: none;
	}
	#Top_bar.is-sticky .ubermenu-has-submenu-drop >.ubermenu-target:after {
		border: 1px solid #dedede !important;
		border-width: 0px 1px 1px 0px !important;
		z-index: 21 !important;
	}
}

/*UBERMENU SUBMENU
-------------------------------------------------------------- */
.ubermenu h2 {
	font-size: 30px !important;
	line-height: 30px !important;
}
.ubermenu h2::after {
	margin: 28px auto 0px 0;
}

@media only screen and (min-width: 768px) {
	.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega {
		padding: 25px 0px 25px 8px;
		box-sizing: border-box;
	}
	.ubermenu-submenu .ubermenu-target-text {
		font-size: 16px;
		line-height: 30px;
		color: #333333;
		margin-left: 20px;
		border-bottom: 1px dotted transparent;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	.ubermenu-submenu .ubermenu-target-text:hover {
		border-bottom: 1px dotted #e3000f;
		color: #e3000f;
	}
	.ubermenu-submenu .ubermenu-target-text:not(.ubermenu-target-description)::before {
		content: '\e916';
		font-family: "mfn-icons";
		font-style: normal;
		font-weight: 400;
		speak: none;
		display: inline-block;
		position: absolute;
		text-decoration: none!important;
		width: 1em;
		text-align: center;
		font-variant: normal;
		text-transform: none;
		font-size: 0.8em;
		line-height: inherit;
		margin-left: -20px;
		color: #e3000f;
	}
	.wso-mega-menu-heading {
		padding-bottom: 0px !important;
	}
	.wso-mega-menu-map {
		margin-top: -90px !important;
	}
	#Top_bar.is-sticky .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
		color: #333333;
		padding-top: 19px !important;
		padding-bottom: 18px !important;
		line-height: 21px !important;
		z-index: 21 !important;
	}
	#Top_bar.is-sticky .ubermenu-item-level-0 > .ubermenu-target::before {
		display: none;
	}
}
@media only screen and (max-width: 1239px) {
	.wso-menu-map {
		display: none !important;
	}
	.ubermenu .ubermenu-nav .ubermenu-column-1-5 {
		width: 50%;
	}
}

/* UBERMENU MAP
-------------------------------------------------------------- */
#wso-via-claudia-augusta,
#wso-tauernradwegrunde,
#wso-tauernradweg,
#wso-ennsradweg,
#wso-weinland-steiermark-radtour,
#wso-drauadweg,
#wso-murradweg,
#wso-donauradweg-suedufer,
#wso-donauradweg-nordufer,
#wso-eurovelo9,
#wso-traisental-radweg,
#wso-neusiedler-see-radweg,
#wso-muehlviertelradweg,
#wso-ybbstalradweg,
#wso-salzkammergutradweg,
#wso-innradweg,
#wso-roemerradweg,
#wso-thayarunde,
#wso-alpe-adria  {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.wso-trail-hover {
    opacity: 1 !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* TOPB BAR SEARCH
-------------------------------------------------------------- */
#Top_bar .top_bar_left {
	width: 100% !important;
	padding-right: 58px !important;
	box-sizing: border-box;
}
#Top_bar .top_bar_right {
	position: absolute !important;
	right: 0;
}
#Top_bar:not(.is-sticky) .top_bar_right a:not(.action_button) {
	color: #fff !important;
}
#Top_bar .top_bar_right a:not(.action_button) {
	margin-right: 14px !important;
}
#Top_bar .search_wrapper .icon_close {
	color: #333333;
}
#Top_bar .search_wrapper {
	background-color: #fff !important;
}
@media only screen and (min-width: 768px) {
	#Top_bar:not(.is-sticky) .search_wrapper:after {
		content: "";
		background: #ffffff;
		position: absolute;
		top: -9px;
		right: 18px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		height: 20px;
		width: 20px;
	}
}
#Top_bar .search_wrapper input[type="text"] {
	margin-bottom: 0 !important;
	color: #333333;
	font-size: 22px;
	font-weight: 300;
	padding: 7px 42px;
}
#Top_bar.is-sticky .search_wrapper {
	border-top: 1px solid #d5d5d5;
}

/* TOPB BAR / MENU RESPONSIV
-------------------------------------------------------------- */
#Top_bar a.responsive-menu-toggle {
	display: none !important;
}
@media only screen and (max-width: 1239px) and (min-width: 960px) {
	#Top_bar #logo {
		max-width: 170px;
	}
	#Top_bar .menu_wrapper {
		float: right;
	}
	.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
		padding-left: 12px;
		padding-right: 13px;
	}
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
	#Top_bar #logo {
		max-width: 135px;
		padding: 13px 0 !important;
	}
	#Top_bar .logo {
		margin-right: 0;
	}
	#Top_bar .menu_wrapper {
		float: right;
	}
	.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
		font-size: 13px !important;
		padding-left: 6px;
		padding-right: 6px;
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}
	#Top_bar .top_bar_right {
		height: 90px !important;
	}
	#Top_bar .top_bar_right_wrapper {
		top: 22px !important;
	}
	.ui-tabs .ui-tabs-nav li a {
		padding: 14px 20px !important;
	}
}
@media only screen and (max-width: 767px) {
	#Top_bar {
		position: fixed;
		top: 0px !important;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
		-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
	}
	.mobile-header-mini #Top_bar .logo {
		margin-left: 15px !important;
	}
	#Top_bar .menu_wrapper {
		float: right !important;
		width: auto;
	}
	.ubermenu-responsive.ubermenu {
		background-color: #fff;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
		-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
		position: fixed !important;
		width: 100% !important;
		left: 0;
	}
	.ubermenu-skin-vanilla.ubermenu-responsive-toggle {
		background: transparent !important;
		color: #333333 !important;
		font-size: 18px;
		line-height: 18px;
		font-weight: 300 !important;
		text-align: right;
		padding: 21px 20px;
	}
	.ubermenu-responsive-toggle .fa {
		float: right;
		margin-left: .6em;
		margin-right: 0px;
	}
	.fa-navicon:before, 
	.fa-reorder:before, 
	.fa-bars:before {
		content: "\e960";
		font-family: "mfn-icons";
	}
	.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, 
	.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, 
	.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
		color: #e3000f !important;		
	}
	.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
		color: #333333 !important;
		padding: 13px 51px !important;
		border-top: 1px solid #e6e6e6 !important;
	}
	#Top_bar .top_bar_right {
		display: block !important;
		right: 18px !important;
	}
	#Top_bar:not(.is-sticky) .top_bar_right a:not(.action_button) {
		color: #333333  !important;
	}
	#Top_bar .top_bar_left {
		padding-right: 25px !important;
	}
	#Top_bar .top_bar_right a:not(.action_button) {
		margin-right: 0 !important;
	}
	#Top_bar .search_wrapper {
		border-top: 1px solid #d5d5d5;
	}
}

/* SEARCH PAGE
-------------------------------------------------------------- */
.search-results .section {
    background-color: #f3f3f3;
}
.search-results #Subheader::before {
    background-image: url(/wp-content/uploads/wso-divider-bottom-down-grey.svg) !important;
}
.search-results .section_wrapper .column.one #searchform {
	display: none;
}
.wso-search-results h2 {
	text-align: center;
	margin: 55px 0;
}
.wso-search-results h2::after {
    margin: 28px auto 20px;
}

/* SUBHEADER
-------------------------------------------------------------- */
body:not(.template-slider) #Header_wrapper {
    background-position: center 77% !important;
}
#Subheader ul.breadcrumbs li, #Subheader ul.breadcrumbs li a {
    color: #fff !important;
}
#Subheader:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	z-index: 0;
	background: rgba(0, 0, 0, 0.35);
}

/* BUTTON
-------------------------------------------------------------- */
a.button, 
a.tp-button {
  -webkit-border-radius: 4px !important;
     -moz-border-radius: 4px !important;
          border-radius: 4px !important;
}

/* WSO DIVIDER
-------------------------------------------------------------- */
.wso-divider-subheader {
    min-height: 50px;
}
.wso-move-up {
    margin-top: -220px;
}
.wso-divider-top-1::before,
.wso-divider-bottom-down-white::after,
.wso-divider-bottom-down-grey::after,
.wso-divider-invert::before, 
.wso-divider-subheader::before,
.wso-divider-top::before,
.wso-divider-top-2::before,
.wso-divider-top-down-white::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
}
.wso-divider-top::before {
    width: 110%;
    background-image: url(/wp-content/uploads/2017/03/triangle-4-01.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    right: 0;
	top: -1px;
}
.wso-divider-top-1::before,
.wso-divider-top-2::before,
.wso-divider-top-down-white::before {
    z-index: 0;
    height: 100%;
    width: 110%;
    background-image: url(/wp-content/uploads/2017/03/triangle-1-01.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    top: -1px;
}
.wso-divider-top-2::before {
    background-image: url(/wp-content/uploads/2017/03/triangle-5-01.svg);
}
.wso-divider-top-down-white::before {
    background-image: url(/wp-content/uploads/wso-divider-top-down-white.svg);
}
.wso-divider-bottom-down-white::after,
.wso-divider-bottom-down-grey::after {
    z-index: 0;
    height: 100%;
    width: 110%;
    background-image: url(/wp-content/uploads/wso-divider-bottom-down-white.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    right: 0;
    top: 1px !important;
}
.wso-divider-bottom-down-grey::after {
    background-image: url(/wp-content/uploads/wso-divider-bottom-down-grey.svg);
}
.wso-divider-invert:before {
    -moz-transform: skewY(2deg);
    -webkit-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    transform: skewY(2deg);
}
.wso-divider-subheader:before {
    -moz-transform: skewY(-2deg);
    -webkit-transform: skewY(-2deg);
    -o-transform: skewY(2deg);
    -ms-transform: skewY(-2deg);
    transform: skewY(-2deg);
    margin-top: -4.8%;
    background-color: #ffffff;
    height: 55%;
}
body:not(.home) .wso-divider-subheader:before {
	display: none;
}
body:not(.home) .wso-divider-subheader {
	padding-top: 56px !important;
}
#Subheader::before {
	content: "";
	bottom: -1px;
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 110%;
	background-image: url(/wp-content/uploads/wso-divider-bottom-down-white.svg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	left: 0;
	-moz-transform: scalex(-1);
	-webkit-transform: scalex(-1);
	-o-transform: scalex(-1);
	-ms-transform: scalex(-1);
	transform: scalex(-1);
}
#Subheader.wso-subheader-grey::before {
    background-image: url(/wp-content/uploads/wso-divider-bottom-down-grey.svg);
}
.wso-feature-section-1 {
    background-position: center 75% !important;
}

/* WSO START & SERVICE BOX
-------------------------------------------------------------- */   
.wso-start-box-small *,
.wso-start-box-big * {
	color: #fff;
}
.wso-start-box-small h2,
.wso-start-box-small h4,
.wso-start-box-small p {
    position: relative;
}
.wso-start-box-small h2,
.wso-start-box-big h2 {
    font-size: 40px;
    line-height: 1em;
}
.wso-3-column-box h2 {
    font-size: 30px;
    line-height: 1em;
}
.wso-start-box-small h2::after,
.wso-start-box-big h2::after {
    display: none;
}
.wso-start-box-big {
    width: 49% !important;
    margin-right: 1% !important;
    background-position: 14% bottom !important;
}
.wso-start-box-big .column_attr {
    padding: 20% 25% 20px 7%;
}
.wso-start-box-big.mcb-wrap::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(top,transparent 37%,#000 115%);
    background: linear-gradient(to bottom,transparent 37%,#000 115%);
    visibility: visible;
}
.wso-start-box-small .column {
    position: relative;
}
.wso-start-box-small .column_attr {
    padding: 19% 39% 20px 7% !important;
}
.wso-3-column-box .column_attr {
	padding: 45px 15% 22% 7% !important;
}
.wso-start-box-small .column_attr::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(top,transparent 35%,#000 120%);
    background: linear-gradient(to left,transparent 35%,#000 120%);
    visibility: visible;
}
.wso-service-box .column_divider {
	height: auto !important;
}
@media only screen and (min-width: 768px) {
	.wso-start-box-small:not(.wso-service-box) {
		width: 49% !important;
		margin-left: 0.5% !important;
	}
}
@media only screen and (max-width: 1239px) {
	.wso-start-box-small .column_attr,
	.wso-start-box-big .column_attr {
		padding: 25% 6% 10px 6% !important;
	}
	.wso-start-box-small h2,
	.wso-start-box-big h2 {
		font-size: 28px !important;
		line-height: 1em !important;
	}
	.wso-start-box-big.mcb-wrap::before,
	.wso-start-box-small .column_attr::before {
		background: rgba(0, 0, 0, 0.48) !important;
	}
}
@media only screen and (max-width: 959px) {
	.wso-interactiv-map-box {
		display: none;
	}
	.wso-cycling-tour-video iframe {
		max-height: 280px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.wso-start-box-small:not(.wso-3-column-box) .column {
		margin-bottom: 0px !important;
	}
	.wso-start-box-small .column_attr,
	.wso-start-box-big .column_attr {
		padding: 40% 6% 10px 6% !important;
	}
	.wso-3-column-box .column_attr {
		padding: 20px 15% 15% 7% !important;
	}
}
@media only screen and (max-width: 767px) {
	.wso-start-box-small .column:not(.column_divider),
	.wso-start-box-big  {
		margin-bottom: 20px !important;
	}
	.wso-start-box-big  {
		margin-top: 71px !important;
	}
}

/* WSO PRESSEBEREICH
-------------------------------------------------------------- */  
.wso-press-archiv-downloads {
	margin-bottom: 45px !important;
}
@media only screen and (min-width: 768px) {
	.wso-press-archiv-downloads {
		padding-right: 45px;
	}
}
.wso-press-archiv-downloads .column {
	height: auto !important;
}

/* THE GRID
-------------------------------------------------------------- */  
.tg-ajax-button {
    background-color: transparent !important;
    border: none !important;
    margin: 0px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0px;
    opacity: 0.7 !important;
    box-shadow: none !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.wso-news .tg-ajax-button::after {
    font-family: "mfn-icons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none!important;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    font-size: 1.2em;
    line-height: 2em;
    margin-left: .2em;
    content: '\e868';
    display: block;
    margin: 0 auto;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.tg-ajax-button:hover {
    opacity: 1 !important;
}
.tg-ajax-button:hover::after {
    margin-top: 10px;
}
.tg-dropdown-holder {
	border-width: 0px 0px 2px !important;
	border-color: #e3000f !important;
	border-style: dotted !important;
	padding: 0px;
}
.tg-dropdown-holder .tg-nav-font {
    font-size: 22px !important;
    line-height: 56px !important;
    font-weight: 300 !important;
    color: #333333 !important;
    padding: 0px;
}
.tg-dropdown-item, 
.tg-dropdown-item.tg-filter.tg-show-filter {
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
}
.tg-filters-holder {
	margin: 0 20px !important;
}
.tg-wso-radtouren-boxes .tg-item-content-holder::after, 
.tg-wso-radtouren-boxes .tg-item-content-holder::before,
.tg-wso-packages-boxes .tg-item-content-holder::after, 
.tg-wso-packages-boxes .tg-item-content-holder::before {
    content: '';
    width: 50%;
    height: 15px;
    background-color: rgb(255, 255, 255) !important;
    position: absolute;
    top: -15px;
}
.tg-wso-radtouren-boxes .tg-item-content-holder::before,
.tg-wso-packages-boxes .tg-item-content-holder::before {
    -webkit-transform: skew(45deg,0deg);
    transform: skew(45deg,0deg);
    right: 50%;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}
.tg-wso-radtouren-boxes .tg-item-content-holder::after,
.tg-wso-packages-boxes .tg-item-content-holder::after {
    -webkit-transform: skew(-45deg,0deg);
    transform: skew(-45deg,0deg);
    left: 50%;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}
@media only screen and (max-width: 767px) {
	.tg-dropdown-holder .tg-nav-font {
		font-size: 17px !important;
		line-height: 40px !important;
	}
	.tg-filters-holder {
		display: block !important;
		margin: 10px 0 0!important;
	}
}

/* THE GRID NEWS SKIN
-------------------------------------------------------------- */  
.tg-wso-news-boxes .tg-item-overlay::after, 
.tg-wso-news-boxes .tg-item-overlay::before {
    content: '';
    width: 50%;
    height: 15px;
    background-color: rgba(255,255,255,0.92) !important;
    position: absolute;
    top: -15px;
}
.tg-wso-news-boxes .tg-item-overlay::before {
    -webkit-transform: skew(45deg,0deg);
    transform: skew(45deg,0deg);
    right: 50%;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}
.tg-wso-news-boxes .tg-item-overlay::after {
    -webkit-transform: skew(-45deg,0deg);
    transform: skew(-45deg,0deg);
    left: 50%;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}
.tg-wso-news-boxes.tg-post-2307 .tg-element-1 {
    font-size: 30px;
    line-height: 36px;
    padding: 25px 70px 0;
}
.tg-wso-news-boxes.tg-post-2307 .tg-element-3 {
    font-size: 16px;
    line-height: 21px;
    padding: 15px 0 40px 70px;
}
.tg-wso-news-boxes.tg-post-2307 .tg-element-2 {
    font-size: 16px;
    line-height: 21px;
    padding: 0 70px;
}

/* THE GRID RADTOUREN SKIN
-------------------------------------------------------------- */
.tg-wso-radtouren-boxes h3 {
    margin-bottom: 0px;
}
.tg-wso-radtouren-boxes .tg-element-4::before,
.tg-wso-packages-boxes .tg-element-4::before {
    content: '\e916';
    font-family: "mfn-icons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: none!important;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 21px;
    margin-left: .2em;
    position: absolute;
    color: #e3000f;
    z-index: 999;
    left: -7px;
    top: 9px;
    font-size: 17px;
}
@media only screen and (min-width: 681px) {
	.wso-grid-radwege-overview .tg-item-content-holder {
		min-height: 300px !important;
	}
}

/* THE GRID RADHOTELS SKIN
-------------------------------------------------------------- */
.tg-wso-radhotels .tg-item-content-holder::after, 
.tg-wso-radhotels .tg-item-content-holder::before {
    content: '';
    width: 50%;
    height: 15px;
    background-color: rgb(255, 255, 255) !important;
    position: absolute;
    top: -15px;
}
.tg-wso-radhotels .tg-item-content-holder::before {
    -webkit-transform: skew(45deg,0deg);
    transform: skew(45deg,0deg);
    right: 50%;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}
.tg-wso-radhotels .tg-item-content-holder::after {
    -webkit-transform: skew(-45deg,0deg);
    transform: skew(-45deg,0deg);
    left: 50%;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}
.tg-wso-radhotels-light .tg-element-2 p {
	margin-bottom: 15px !important;
}
.tg-wso-radhotels-light .tg-element-2 p a {
	color: #e3000f !important;
}
@media only screen and (min-width: 681px) {
	.wso-grid-radhotels-overview .tg-wso-radhotels-light .tg-item-content-holder {
		min-height: 470px !important;
	}
}

/* THE GRID RESPONSIV
-------------------------------------------------------------- */
.tg-wso-radtouren-boxes .tg-element-2,
.tg-wso-radhotels .tg-element-2,
.tg-wso-packages-boxes .tg-element-2 {
	font-size: 1em !important;

}
@media only screen and (max-width: 767px) {
	.tg-item h3 {
		font-size: 18px !important;
		line-height: 24px !important;
	}
	.tg-wso-news-boxes .tg-element-1 {
		margin: 0 !important;
		padding: 10px 25px 0 !important;
	}
	.tg-wso-news-boxes .tg-element-3 {
		padding: 10px 0 18px 25px !important;
	}
	.tg-wso-news-boxes .tg-element-2 {
		display: none !important;
	}
	.tg-wso-news-boxes:not(.tg-force-play):not(.tg-is-playing):hover .tg-item-overlay[data-position="bottom"],
	.tg-wso-news-boxes .tg-element-1,
	.tg-wso-news-boxes .tg-element-3 {
		-webkit-transform: none !important;
		   -moz-transform: none !important;
		    -ms-transform: none !important;
		        transform: none !important;
	}
	.tg-wso-radtouren-boxes .tg-element-6 {
		display: none !important;
	}
}

/* THE GRID SPECIAL BUTTON
-------------------------------------------------------------- */
span.wso-package-price {
	font-size: 1.4em !important;
}
.tg-wso-packages-boxes .tg-element-6::before,
.tg-wso-news-boxes .tg-element-4::before {
    content: '';
    width: 90%;
    height: 90%;
    position: absolute;
    display: block;
    border: 2px dotted #e3000f;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 2.5%;
    left: 2.5%;
}
.tg-wso-news-boxes.tg-item:not(.f12) .tg-element-4 {
    display: none !important;
}

/* TESTIMONIAL SLIDER
-------------------------------------------------------------- */
.testimonials_slider {
    cursor: move;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.testimonials_slider.single-photo a.slider_prev, 
.testimonials_slider.single-photo a.slider_next {
	display: inline-block !important;
	background: transparent !important;
	color: #59585b;
	font-size: 18px;
	top: 50%;
	margin-top: -20px;
}
.testimonials_slider.single-photo a.slider_prev:hover, 
.testimonials_slider.single-photo a.slider_next:hover {
	color: #e3000f;
}
.testimonials_slider.single-photo a.slider_prev::after, 
.testimonials_slider.single-photo a.slider_next::after {
	display: none !important;
}
.testimonials_slider.single-photo .slider_pager {
	display: none;
}
blockquote {
    font-size: 18px;
    line-height: 28px !important;
    font-family: "Source Sans Pro", Arial, Tahoma, sans-serif !important;
}
.style-simple .testimonials_slider .testimonials_slider_ul li .bq_wrapper {
	margin-bottom: 0px
}
.style-simple .testimonials_slider .testimonials_slider_ul li .bq_wrapper::after {
    content: " ";
    background: #e3000f;
    width: 75px;
    height: 2px;
    display: block;
    margin: 28px auto 20px;
}
.testimonials_slider .testimonials_slider_ul li .hr_dots {
	display: none;
}
@media only screen and (max-width: 767px) {
	.testimonials_slider a.slider_prev {
		left: -15px
	}
	.testimonials_slider a.slider_next {
		right: -15px
	}
	.testimonials_slider.single-photo .testimonials_slider_ul li .bq_wrapper {
		padding: 0px 10px 0px;
	}
	blockquote {
		line-height: 22px !important;
	}
}

/* CLIENT SLIDER
-------------------------------------------------------------- */
.clients_slider .clients_slider_header {
    display: none;
}
ul.clients .client_wrapper {
    background: none !important;
    opacity: 0.8;
}
ul.clients .client_wrapper:hover {
    opacity: 1;
}

/* LIST STYLING
-------------------------------------------------------------- */
.column_column ul, 
.column_column ol, 
.the_content_wrapper ul, 
.the_content_wrapper ol {
    color: #626262 !important;
}

/* FORMULAR
-------------------------------------------------------------- */
input[type="submit"] {
    border-radius: 4px !important;
    font-size: 16px !important;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #626262;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #626262;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #626262;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #626262;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty {
    border-color: #e6e6e6 !important;
	-webkit-border-radius: 4px !important;
	   -moz-border-radius: 4px !important;
	        border-radius: 4px !important;
    box-shadow: none;
    padding: 18px 20px 13px;
    margin-bottom: 12px !important;
}
select {
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
}
.wso-select .wpcf7-form-control-wrap::after {
    content: '\e869';
    font-family: "mfn-icons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    position: absolute;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    font-size: 1.2em;
    color: #b4b4b4;
    right: 10px;
    top: 15px;
    pointer-events: none;
}

/* KATALOG BESTELLEN
-------------------------------------------------------------- */
.wpcf7-list-item-media.last {
	width: 25%;
}
.wpcf7-list-item-body {
	width: 75%;
	float: right;
	padding-left: 3%;
	padding-right: 37px;
	box-sizing: border-box;
}
.wpcf7-list-item::after {
	content: '';
    display: block;
	clear:both;
}
ul.wpcf7-post_image_checkbox > li.wpcf7-list-item {
	background-color: #fff;
	padding: 4% 4% 3% !important;
	box-sizing: border-box;
	margin-bottom: 25px;
	-webkit-border-radius: 4px !important;
	   -moz-border-radius: 4px !important;
	        border-radius: 4px !important;
	-ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
	    -ms-transition: all .5s ease-in-out;
	     -o-transition: all .5s ease-in-out;
	        transition: all .5s ease-in-out;
}
ul.wpcf7-post_image_checkbox > li.wpcf7-list-item:hover {
    -moz-box-shadow: 0px 0px 35px rgba(50, 50, 93, 0.05), 0px 0px 15px rgba(0,0,0,.07);
    -webkit-box-shadow: 0px 0px 35px rgba(50, 50, 93, 0.05), 0px 0px 15px rgba(0,0,0,.07);
    box-shadow: 0px 0px 35px rgba(50, 50, 93, 0.05), 0px 0px 15px rgba(0,0,0,.07);
}
ul.wpcf7-post_image_checkbox > li.wpcf7-list-item .wpcf7-list-item-label {
	font-size: 26px;
	line-height: 33px;
	font-weight: 300 !important;
	color: #333333 !important;
	margin-bottom: 15px !important;
}
ul.wpcf7-post_image_checkbox > li.wpcf7-list-item .wpcf7-list-item-label::after {
    content: " ";
    background: #e3000f;
    width: 40px;
    height: 1px;
    display: block;
    margin: 13px auto 12px 0;
}
ul.wpcf7-post_image_checkbox > li.wpcf7-list-item .wpcf7-list-item-excerpt {
	font-size: 14px !important;
	line-height: 21px !important;
	font-weight: 300 !important;
	color: #626262 !important;
}
.wpcf7-list-item-meta {
	background-color: transparent !important;
	color: #e3000f !important;
	font-size: 18px !important;
	padding: 20px 0 0 !important;
}
ul.wpcf7-post_image_checkbox > li.wpcf7-list-item > label {
	position: relative;
}
.wpcf7-list-item-image::before {
   content: "\e612";
   font-family: "the_grid";
   text-align: center;
   line-height: 30px;
   position: absolute;
   color: transparent;
   font-size: 1em;
   font-weight: 700;
   display: block;
   top: 0px;
   right: 0;
   width: 30px;
   height: 30px;
   background: #f3f3f3;
   -webkit-border-radius: 4px !important;
   -moz-border-radius: 4px !important;
   border-radius: 4px !important;
}
input[type="checkbox"]:checked + .wpcf7-list-item-image::before {
   color: #e3000f !important;
}
.wso-katalog-formular input[type="email"], 
.wso-katalog-formular input[type="text"],
.wso-katalog-formular input[type="text"]:focus,
.wso-katalog-formular input[type="email"]:focus {
    border-color: #ffffff !important; 
    background-color: #ffffff !important; 
}
.wso-katalog-formular {
    width: 50% !important;
    margin: 0 !important;
    -webkit-transition: top .5s, bottom .5s, right 0s;
       -moz-transition: top .5s, bottom .5s, right 0s;
        -ms-transition: top .5s, bottom .5s, right 0s;
         -o-transition: top .5s, bottom .5s, right 0s;
            transition: top .5s, bottom .5s, right 0s;
}
@media only screen and (min-width: 768px) {
	.wso-katalog-formular {
		position: absolute !important;
		top	: 0;
		bottom: auto;
		right: 0;
		padding: 0 20px !important;
    	box-sizing: border-box;
	}
	.wso-fixed-position {
		position: fixed !important;
		top	: 83px;
		bottom: auto;
		left: 50%;
		width: 600px !important;
		z-index: 99 !important;
	}
	.wso-absolute-position {
		position: absolute !important;
		top: auto;
		bottom	: 83px;
		right: 0;
	}
}
@media only screen and (max-width: 959px) {
	ul.wpcf7-post_image_checkbox > li.wpcf7-list-item .wpcf7-list-item-label {
		font-size: 18px;
		line-height: 25px;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1239px) {
	.wso-fixed-position {
		width: 470px !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.wso-fixed-position {
		width: 354px !important;
	}
}

/* NEWSLETTER
-------------------------------------------------------------- */
.wso-newsletter-box span.wpcf7-form-control-wrap {
    width: 64%;
}
.wso-newsletter-box div.wpcf7 .ajax-loader {
    display: none;
}
.wso-newsletter-box input[type="email"] {
	padding: 10px;
}
.dark input[type="email"] {
    border-color: #fff;
    border-width: 2px;
	-webkit-border-radius: 4px !important;
	   -moz-border-radius: 4px !important;
	        border-radius: 4px !important;
}
.wso-newsletter-box ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff;
}
.wso-newsletter-box :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #fff;
   opacity: 1;
}
.wso-newsletter-box ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #fff;
   opacity: 1;
}
.wso-newsletter-box :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff;
}

/* WSO BIKE TOURS, HOTELS & PACKAGES
-------------------------------------------------------------- */
.wso-tour-location {
    color: #e3000f;
    margin-bottom: 0px;
}
.wso-tour-location p {
    background-color: #fff;
    position: relative;
    display: inline-block;
    padding: 0px 11px 0 0;
}
.wso-tour-location-end p {
    padding: 0px 0px 0px 11px;
}
.wso-tour-location-end p::before {
    content: '\e916';
    font-family: "mfn-icons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: none!important;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 21px;
    margin-left: .2em;
    position: absolute;
    color: #e3000f;
    z-index: 999;
    left: -7px;
    top: 2px;
    font-size: 17px;
}
.wso-tour-line {
    margin-top: -40px;
}
.wso-tour-line hr {
    border-color: #e3000f !important;
    border-style: dotted;
    border-width: 2px 0px 0px 0px !important;
    background: none !important;
    display: inline-block;
    width: 100%;
    min-width: 100%;
    height: 0px;
}
.wso-tour-fact-box h5 {
    border-top: 1px solid #e6e6e6;
    color: #e3000f;
    margin-bottom: 5px;
    margin-top: 15px;
    padding-top: 11px;
}
.wso-tour-text-box strong,
.wso-post-content strong {
	font-weight: 300;
	color: #e3000f;
}
.wso-tour-text-box .one-second.column {
    padding-right: 7px;
    box-sizing: border-box;
}
.wso-tour-gallery::before,
.wso-tour-gallery::after {
     z-index: 2;
     pointer-events: none !important;
}
@media only screen and (min-width: 768px) {
	.wso-tour-fact-box {
		padding-left: 2%;
	}
	.wso-tour-text-box {
		padding-right: 2%;
	}
	.wso-tour-detail-section .section_wrapper.mcb-section-inner::before {
		content: " ";
		position: absolute;
		width: 1px;
		height: 100%;
		bottom: 0;
		background: #e6e6e6;
		left: 66.5%;
		z-index: 1;
	}
}

/*TABS*/
.wso-tour-text-box .ui-tabs-panel li::before {
    content: '\e917';
    font-family: "mfn-icons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    position: absolute;
    text-decoration: none!important;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: -22px;
    color: #e3000f;
}
.wso-tour-text-box .ui-tabs-panel li {
    list-style: none !important;
}
.wso-tour-text-box .ui-tabs-panel ul {
	margin-left: 18px !important;
}
.ui-tabs .ui-tabs-panel p:last-child {
    margin-bottom: 15px;
}
.ui-tabs .ui-tabs-nav li.ui-state-active a:after {
    background-color: #fff !important;
}
.wso-tour-text-box .ui-tabs .ui-tabs-panel {
    padding: 27px 0px 0px 0px;
}
.ui-tabs .ui-tabs-nav li a {
    font-size: 18px;
    line-height: 21px;
    font-weight: 300
}
.ui-tabs .ui-tabs-nav li.ui-state-active a {
    border: 1px solid #e6e6e6;
    border-width: 1px 1px 0px 1px;
    background-color: #fff !important;
    position: relative;
	-webkit-border-radius: 0px !important;
	   -moz-border-radius: 0px !important;
	        border-radius: 0px !important;
}
.style-simple .ui-tabs {
	-webkit-border-radius: 0px !important;
	   -moz-border-radius: 0px !important;
	        border-radius: 0px !important;
}
@media only screen and (max-width: 767px) {
	.wso-tour-text-box .ui-tabs {
		margin-top: 25px
	}
	.ui-tabs .ui-tabs-nav li.ui-state-active a {
		border-width: 1px 1px 1px 1px;
	}
	.ui-tabs .ui-tabs-nav li.ui-state-active a:after {
		display: none !important;
	}
}

/*PACKAGES*/
.wso-package-validity {
	font-size: 18px;
	color: #e3000f;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 14px;
	margin-bottom: 6px !important;
}
.wso-package-days li::before,
.mfn-acc .wso-package-days ul li::before {
    content: '\e869';
    font-family: "mfn-icons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    position: absolute;
    text-decoration: none!important;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: -31px;
    font-size: 1.2em;
    color: #e3000f;
    background-color: white;
}
.wso-package-days ul,
.mfn-acc .wso-package-days ul {
	position: relative;
}
.wso-package-days ul::before,
.mfn-acc .wso-package-days ul::before {
	content: " ";
	position: absolute;
	width: 1px;
	height: 100%;
	margin-left: -24px;
	border-right: 2px dotted #e3000f;
}
.wso-package-days li,
.mfn-acc .wso-package-days ul li {
    list-style: none !important;
    margin-bottom: 22px !important;
}
.wso-package-accordion .question:nth-child(2) .answer {
	padding: 16px 20px 10px 21px !important;
}

/* WSO TEMPLATES
-------------------------------------------------------------- */
.single-wso_cycling_tour .section_wrapper:not(.mcb-section-inner),
.single-wso_cycling_packages .section_wrapper:not(.mcb-section-inner),
.single-wso_cycling_hotel .section_wrapper:not(.mcb-section-inner) {
	max-width: 100% !important;
	padding: 0 !important;
}
.single-wso_cycling_tour .the_content_wrapper,
.single-wso_cycling_packages .the_content_wrapper,
.single-wso_cycling_hotel .the_content_wrapper {
	margin: 0px;
}
.single-wso_cycling_tour #Content,
.single-wso_cycling_packages #Content,
.single-wso_cycling_hotel #Content {
    padding-top: 0px;
}
.single-wso_cycling_tour .the_content_wrapper .image_frame,
.single-wso_cycling_packages .the_content_wrapper .image_frame,
.single-wso_cycling_hotel .the_content_wrapper .image_frame {
    margin-bottom: 0px;
}
@media only screen and (min-width: 1240px) {
	.single-wso_cycling_tour .jq-tabs .the_content_wrapper,
	.single-wso_cycling_packages .jq-tabs .the_content_wrapper,
	.single-wso_cycling_hotel .jq-tabs .the_content_wrapper {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
		-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
		-moz-column-gap: 40px; /* Firefox */
		column-gap: 40px;
	}
}
@media only screen and (min-width: 960px) {
	.wso-post-content {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
		-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
		-moz-column-gap: 40px; /* Firefox */
		column-gap: 40px;
	}
}
@media only screen and (max-width: 767px) {
	.single-wso_cycling_tour #Content,
	.single-wso_cycling_packages #Content,
	.single-wso_cycling_hotel #Content,
	.page-template-default:not(.home) #Content,
	.single-post #Content,
	.mfn-main-slider,
	.search-results #Content {
		padding-top: 60px !important;
	}
}
.wso-additional-contact-block {
	display: none;
}
.wso-show {
	display: block;
}
.wso-testimonial-section.wso-hide-testimonials,
.wso-tour-gallery.wso-hide-gallery,
.wso-cycling-hotel-list.wso-hide-cycling-hotel,
.wso-news-section.wso-hide-posts,
.wso-cycling-packages-list.wso-hide-cycling-packages,
.single-wso_cycling_hotel .wso-tour-detail-section.wso-hide-testimonials::after,
.single-wso_cycling_packages .wso-tour-detail-section.wso-hide-testimonials::after,
.single-wso_cycling_tour .wso-news-section.wso-hide-cycling-packages::before,
.single-wso_cycling_tour .wso-tour-detail-section.wso-hide-testimonials.wso-hide-cycling-hotel::after,
.single-post .wso-divider-subheader.wso-hide-testimonials::after {
	display: none;
}
.single-wso_cycling_hotel .wso-tour-gallery.wso-hide-testimonials::before,
.single-wso_cycling_packages .wso-tour-gallery.wso-hide-testimonials::before,
.single-post .wso-tour-gallery.wso-hide-testimonials::before {
    background-image: url(/wp-content/uploads/wso-divider-top-down-white.svg);
}
.single-wso_cycling_tour .wso-tour-gallery.wso-hide-testimonials::before,
.single-wso_cycling_tour .wso-tour-gallery.wso-hide-cycling-hotel::before {
    background-image: url(/wp-content/uploads/2017/03/triangle-5-01.svg);
}
.single-wso_cycling_tour .wso-tour-gallery.wso-hide-testimonials.wso-hide-cycling-hotel::before {
    background-image: url(/wp-content/uploads/wso-divider-top-down-white.svg);
}
.single-wso_cycling_tour .wso-tour-gallery.wso-hide-posts::after,
.single-wso_cycling_tour .wso-hide-cycling-packages::after {
	background-image: url(/wp-content/uploads/wso-divider-bottom-down-white.svg);
}
.single-post .wso-divider-subheader.wso-hide-testimonials.wso-hide-gallery {
	padding-bottom: 0px !important;
}
.wso-testimonial-section.wso-hide-cycling-hotel {
	background-color: #f3f3f3;
}
.wso-cycling-packages-list.wso-hide-posts {
	background-color: #ffffff !important;
}

/* WSO POST TYPES RESPONSIV
-------------------------------------------------------------- */
@media only screen and (max-width: 1239px) {
	.wso-tour-location,
	.wso-tour-line {
		display: none !important;
	}
	.wso-package-validity {
		font-size: 15px;
		line-height: 24px;
	}
}
@media only screen and (max-width: 767px) {
	.single-wso_cycling_packages .wpcf7,
	.single-wso_cycling_hotel .wpcf7 {
		margin-bottom: 45px;
	}
}
@media only screen and (min-width: 1240px) {
	.wso-tour-location-mobile {
		display: none !important;
	}
}

/* WSO INFO BUTTON
-------------------------------------------------------------- */   
.wso-highlight-button {
	height: auto !important;
	pointer-events: none;
	margin-top: -311px;
}
.wso-info-button .column_attr {
	background-color: #fff;
	width: 220px;
	height: 220px;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.22);
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.22);
	position: relative;
}
.wso-start-button .column_attr {
	width:250px;
	height:250px;
}
.wso-start-button h1 {
	color: #333333;
	font-size: 24px;
	line-height: 27px;
	margin-top: 10px;
}
.wso-info-button .column_attr::before {
    content: '';
    width: 90%;
    height: 90%;
    position: absolute;
    display: block;
    border: 2px dotted #e3000f;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    visibility: visible;
}
.wso-info-button-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
}
.wso-info-button-text {
	font-size: 37px !important;
	line-height: 1em;
	color: #e3000f;
	margin-bottom: 0px;
	margin-top: 5px;
}
.wso-info-button-sub-text {
	font-size: 26px;
	line-height: 1em;
	margin-bottom: 0px;
	margin-top: 5px;
}
@media only screen and (max-width: 1239px) and (min-width: 960px) {
	.wso-info-button .column_attr {
		position: absolute !important;
		right: 38px;
		top: 38px;
		transform: scale(0.9, 0.9);
		-webkit-transform: scale(0.9, 0.9);
		-moz-transform: scale(0.9, 0.9);
		-o-transform: scale(0.9, 0.9);
		-ms-transform: scale(0.9, 0.9);
		transform-origin: top right;
	}
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
	.wso-info-button .column_attr {
		position: absolute !important;
		right: 23px;
		top: 76px;
		transform: scale(0.75, 0.75);
		-webkit-transform: scale(0.75, 0.75);
		-moz-transform: scale(0.75, 0.75);
		-o-transform: scale(0.75, 0.75);
		-ms-transform: scale(0.75, 0.75);
		transform-origin: top right;
	}
	.wso-start-button .column_attr {
		transform: scale(0.82, 0.82);
		-webkit-transform: scale(0.82, 0.82);
		-moz-transform: scale(0.82, 0.82);
		-o-transform: scale(0.82, 0.82);
		-ms-transform: scale(0.82, 0.82);
	}
}
@media only screen and (max-width: 767px) {
	 .wso-highlight-button {
	    margin-top: -120px !important;
	 }
	.wso-info-button .column_attr {
		position: absolute !important;
		right: 0;
		top: 15px;
		transform: scale(0.5, 0.5);
		-webkit-transform: scale(0.5, 0.5);
		-moz-transform: scale(0.5, 0.5);
		-o-transform: scale(0.5, 0.5);
		-ms-transform: scale(0.5, 0.5);
		transform-origin: top right;
	}
	.wso-start-button .column_attr {
		transform: scale(0.6, 0.6);
		-webkit-transform: scale(0.6, 0.6);
		-moz-transform: scale(0.6, 0.6);
		-o-transform: scale(0.6, 0.6);
		-ms-transform: scale(0.6, 0.6);
	}
}

/* MODULO BOX
-------------------------------------------------------------- */
.mobx-top-bar {
    background-color: transparent !important;
    transform: none !important;
	-webkit-transform: none !important;
}

/* CONTACT BOX
-------------------------------------------------------------- */
.get_in_touch {
	background: transparent !important;
	padding: 0px 0px 25px !important;
}
.get_in_touch ul {
	color: #626262 !important;
}
.get_in_touch a {
	color: #e3000f !important;
}
.get_in_touch ul li {
    border-bottom: 1px solid rgb(235, 235, 235) !important;
    padding: 10px 0 7px 50px;
}

/* ACCORDION
-------------------------------------------------------------- */
.accordion .question {
    border: none !important;
}
.accordion .question.active:after {
	display: none !important;
}
.accordion .question .title {
	font-size: 18px;
	line-height: 22px;
	font-weight: 300 !important;
	border-bottom: 1px solid #e6e6e6 !important;
	padding: 13px 14px 13px 40px !important;
}
.accordion .question .answer {
	padding: 15px 20px 10px 40px !important;
}
.accordion .question .title > .acc-icon-plus, 
.accordion .question .title > .acc-icon-minus {
	left: 8px !important;
}
.mfn-acc ul li::before {
    content: '\e917';
    font-family: "mfn-icons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    position: absolute;
    text-decoration: none!important;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: -22px;
    color: #e3000f;
}
.mfn-acc ul li {
    list-style: none !important;
    margin-bottom: 5px;
}
.mfn-acc ul {
	margin-left: 18px !important;
	margin-bottom: 0px;
}

/* JUSTIFIED IMAGE GRID
-------------------------------------------------------------- */
.pswp__caption small {
    font-size: 13px !important;
}

/* CONTACT PAGE
-------------------------------------------------------------- */
.wso-contact-page-contact-box h4 a {
	color: #e3000f !important;
	border-bottom: 1px dotted #e3000f;
}
@media only screen and (min-width: 768px) {
	.wso-contact-page-contact-box {
		padding-left: 2%;
		float: right;
	}
	.wso-contact-page-form-box {
		padding-right: 2%;
	}
	.wso-contact-page-form-box h2 {
		padding-left: 10px;
	}
	.wso-contact-page-section .section_wrapper.mcb-section-inner::before {
		content: " ";
		position: absolute;
		width: 1px;
		height: 100%;
		bottom: 0;
		background: #e6e6e6;
		left: 66.5%;
		z-index: 1;
	}
}
@media only screen and (max-width: 767px) {
	.wso-contact-page-contact-box,
	.wso-contact-page-form-box {
		text-align: center;
		padding-bottom: 25px !important;
	}
	.wso-contact-page-section h2::after {
		margin: 28px auto 20px auto;
	}
	.wso-contact-page-contact-box h4 {
		font-size: 17px;
		line-height: 24px;
	}
}

/* LANGUAGE LANDING PAGE
-------------------------------------------------------------- */
.wso-language-intro h4::after {
    content: " ";
    background: #e3000f;
    width: 75px;
    height: 2px;
    display: block;
    margin: 28px auto 20px auto;
}

/*--------------------------------------------*\
    	         * COOKIE NOTICE *
\*--------------------------------------------*/

.cookie-notice-container {
    padding: 0 10px !important;
    background-color: #ffffff !important;
    text-align: center;
    -webkit-box-shadow: 0px -3px 5px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0px -3px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0px -3px 5px 0 rgba(0,0,0,0.1);
}

span#cn-notice-text,
#cookie-notice .button {
    display: inline-block;
    line-height: 1.25em !important;
    padding: 13px 10px !important;
    margin: 0px !important;
    float: none;
    font-size: 1em !important;
    color: #333333 !important;
    border-radius: 0 !Important;
    background: transparent !important;
    text-decoration: none !important;
    box-shadow: none !Important;
    vertical-align: middle !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#cookie-notice .button::after {
    display: none !important;
}

#cookie-notice .button:hover {
    background: #f1f1f1 !Important;
}

@media only screen and (max-width: 1023px) {
	span#cn-notice-text {
		display: block;
		padding-bottom: 5px !important;
	}
	span#cn-notice-text,
	#cookie-notice .button {
		font-size: 0.75em !important;
	}
	.cookie-notice-container {
		padding: 0 10px 1px !important;
	}
	span#cn-notice-text,
	#cookie-notice .button {
		padding: 10px !important;
	}
	#cookie-notice .button {
		line-height: 1em !Important;
	}
}

/* FOOTER
-------------------------------------------------------------- */
.wso-logo-slider-section {
	border-top: 1px solid #d5d5d5;
}
#Footer .footer_action {
	background: white;
}
.footer_action .container {
	width: 100%;
	max-width: 100% !important;
	padding: 0px !important;
}
#Footer .footer_action .one {
    margin: 0px;
    padding-top: 0px;
    text-align: center;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
}
#Footer .column_attr {
	text-align: left !important;
}
#Footer .dark h2 {
	color: #ffffff;
}
@media only screen and (min-width: 768px) {	
	#Footer .one-fourth:first-child {
		width: 16%;
	}
	#Footer .one-fourth:first-child img {
		width: 145px;
	}
	#Footer .one-fourth:not(:first-child) {
		width: 25.33% !important;
	}
	#Footer .one-fourth:nth-child(2) {
    	width: 22% !important;
	}
	#Footer .one-fourth:nth-child(3) {
		width: 28.6% !important;
		padding-right: 2%;
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 767px) {	
	#Footer .one-fourth:first-child {
		display: none;
	}
}
#Footer .widget h4 {
    font-size: 1.5em !important;
    color: #333333 !important;
    font-weight: 300 !important;
    margin-bottom: 0px !Important;
}
#Footer .widget h4::after {
    content: " ";
    background: #e3000f;
    width: 38px;
    height: 2px;
    display: block;
    margin: 14px auto 10px 0 !important;
}
#Footer .widget li {
    padding: 0px !Important;
    line-height: 1em !important;
}
#Footer .widget p, 
#Footer .widget a, 
#Footer .widget li a {
    font-size: 1em !important;
    line-height: 1.66em !important;
    color: #333333 !important;
    font-weight: 300 !important;
    margin-bottom: 0px !Important;
    padding-bottom: 0px !important;
}
#Footer .widget .button {
	color: #fff !important;
	margin-top: 15px !important;
	line-height: 22px !important;
}
#Footer .widget .button:hover {
	color: #fff !important;
}
#Footer .widget a,
#Footer .widget_recent_entries ul li a,
#Footer .widget_recent_entries ul li a::after {
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
#Footer .widget_recent_entries ul li {
    background: transparent !important;
}
#Footer .widget_recent_entries ul li:after {
    display: none;
}
#Footer .widget_recent_entries ul li a {
    padding-right: 5px;
}
#Footer .widget_recent_entries ul li a:after {
    content: '\e916';
    font-family: "mfn-icons";
    font-style: normal;
    font-weight: 400;
    font-size: 0.9em !important;
    speak: none;
    display: inline-block;
    text-decoration: none!important;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    color: #e3000f !important;
    padding-left: 0.2em;
}
#Footer .widget_recent_entries ul li a:hover,
#Footer .widget a:hover {
    color: #e3000f !important;
    text-decoration: none !Important;
}
#Footer .widget_recent_entries ul li a:hover::after {
    padding-left: 0.5em !Important;
}
#Footer .widget_recent_entries ul li {
    position: relative;
}
#Footer .widget_recent_entries ul li:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    bottom: -6px;
    left: 0;
    width: calc(100% - 20px);
    height: 1px; 
    background: #d5d5d5;
}
.wso-footer-links {
	margin-top: 25px;
}
#Footer .wso-footer-links a {
	color: #e3000f !important;
}
#Footer .wso-footer-links a:hover {
	text-decoration: underline !important;
}
#Footer .wso-footer-links a:first-child::after {
	content:' | '
}

/*--------------------------------------------*\
    	         * COPYRIGHT *
\*--------------------------------------------*/

.footer_copy {
    background: #ffffff;
}

.footer_copy .column.one {
    margin-bottom: 10px !important;
    padding-top: 20px !important;
}

.copyright {
    background: #ffffff;
    font-size: 0.9em !important;
}

/* RESPONSIV ALLGEMEIN
-------------------------------------------------------------- */
@media only screen and (max-width: 1239px) {
	.tp-bullets,
	.tparrows {
		display: none !important;
	}
}
@media only screen and (max-width: 767px) {
	.section_wrapper, 
	.container, 
	.four.columns, 
	.widget-area {
		padding: 0 20px!important;
	}
	body:not(.home) .wso-divider-subheader {
		padding-top: 30px !important;
	}
	.wso-subheading .column_attr,
	.wso-subheading {
		padding: 0;
	}
	.tg-slider-bullets-holder {
		display: none !important;
	}
	.tp-bullets,
	.tparrows {
		display: none !important;
	}
	.wso-slider-overlay {
		background-color: rgba(0, 0, 0, 0.27) !important;
	}
	.wso-move-up {
		margin-top: 0px;
	}
	.wso-move-up {
		padding-top: 60px !important;
	}
	.column_visual p, .column_button {
		text-align:center
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.wso-feature-section-1 .one-second.column {
		width: 65% !important;
	}
}

/*--------------------------------------------*\
    	     * JQuery UI Datepicker  *
\*--------------------------------------------*/
.ui-datepicker {
    display: none;
    padding: .2em .2em 0;
    width: 17em;
}

.ui-datepicker .ui-datepicker-header {
    padding: .2em 0;
    position: relative;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }

.ui-datepicker .ui-datepicker-prev { left: 2px; }

.ui-datepicker .ui-datepicker-next { right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover { left: 1px; }

.ui-datepicker .ui-datepicker-next-hover { right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year { width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%; }

.ui-datepicker table {
    border-collapse: collapse;
    font-size: .9em;
    margin: 0 0 .4em;
    width: 100%;
}

.ui-datepicker th {
    border: 0;
    font-weight: bold;
    padding: .7em .3em;
    text-align: center;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin: .7em 0 0 0;
    padding: 0 .2em;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: .5em .2em .4em;
    overflow: visible;
    padding: .2em .6em .3em .6em;
    width: auto;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; }

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi { width: auto; }

.ui-datepicker-multi .ui-datepicker-group { float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto .4em;
    width: 95%;
}

.ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; }

.ui-datepicker-row-break {
    clear: both;
    font-size: 0em;
    width: 100%;
}

/* RTL support */

.ui-datepicker-rtl { direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
    left: auto;
    right: 2px;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    left: auto;
    right: 1px;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float: right; }

.ui-datepicker-rtl .ui-datepicker-group { float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */

.ui-datepicker-cover {
    filter: mask(); /*must have*/
    height: 200px; /*must have*/
    left: -4px; /*must have*/
    position: absolute; /*must have*/
    top: -4px; /*must have*/
    width: 200px; /*must have*/
    z-index: -1; /*must have*/
}

/* THE Grid Smart Templates Icon Fix */

.tg-txt .tg-icon-left-arrow::before {
	content: "\e604" !important;
}
.tg-txt .tg-icon-right-arrow::before {
	content: "\e602" !important;
}

/* IE9 HACKS
-------------------------------------------------------------- */
/*
@media screen and (min-width:0) and (min-resolution: .001dpcm) { 
	.tg-wso-news-boxes .tg-element-1 {
		margin: 0 !important;
		padding: 10px 25px 0 !important;
	}
	.tg-wso-news-boxes .tg-element-3 {
		padding: 10px 0 18px 25px !important;
	}
	.tg-wso-news-boxes .tg-element-2 {
		display: none !important;
	}
 	.tg-wso-news-boxes .tg-element-2 {
		display: none !important;
	}
	.tg-wso-news-boxes:not(.tg-force-play):not(.tg-is-playing):hover .tg-item-overlay[data-position="bottom"],
	.tg-wso-news-boxes .tg-element-1,
	.tg-wso-news-boxes .tg-element-3 {
		-webkit-transform: none !important;
		   -moz-transform: none !important;
		    -ms-transform: none !important;
		        transform: none !important;
	}
}
*/

.tg-grid-wrapper * {
    pointer-events: all !Important;
}

body.oax-detailmap-visible #Header,
body.oax-detailmap-visible .wso-tour-fact-box,
body.oax-detailmap-visible .wso-cycling-hotel-list,
body.oax-detailmap-visible .wso-testimonial-section,
body.oax-detailmap-visible .wso-tour-gallery,
body.oax-detailmap-visible .wso-cycling-packages-list,
body.oax-detailmap-visible .wso-news-section,
body.oax-detailmap-visible #Footer,
body.oax-detailmap-visible .essb-point-bottomright  {
    display: none;
}

/* MEHRSPRACHIGKEIT
-------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
	.mlp-language-nav-item .ubermenu-submenu {
		width: auto !important;
		right: 0;
		left: auto !important;
	}
	html:lang(de) .mlp-language-nav-item .ubermenu-submenu {
		right: 62px;
	}
}
.mlp-language-nav-item .ubermenu-submenu {
	padding: 5px !important;
}
.mlp-language-nav-item .ubermenu-submenu .ubermenu-column {
	float: none !important;
	min-width: auto;
}
.mlp-language-nav-item .ubermenu-submenu .ubermenu-target {
    padding: 0px 10px !important;
    font-weight: 300 !important;
}
.mlp-language-nav-item .ubermenu-submenu .ubermenu-target .ubermenu-target-text {
	margin-left: 0;
}
.mlp-language-nav-item .ubermenu-submenu .ubermenu-target-text:not(.ubermenu-target-description)::before {
	display: none;
}
#Top_bar.is-sticky .ubermenu-has-submenu-drop.mlp-language-nav-item >.ubermenu-target:after {
	display: none;
}

html:not(:lang(de)) #Top_bar #logo {
    max-width: 170px;
}
html:not(:lang(de)) #Top_bar .top_bar_left {
	padding-right: 0 !important;
}
html:not(:lang(de)) .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
	text-transform: none;
	padding-left: 16px;
	padding-right: 16px;
}
html:not(:lang(de)) #Top_bar .ubermenu-nav > li:last-child > a::before {
	display: none;
}
html:not(:lang(de)) .ubermenu-submenu .ubermenu-target-text {
	font-size: 14px;
    line-height: 24px;
}
@media only screen and (max-width: 1239px) and (min-width: 960px) {
	html:not(:lang(de)) #Top_bar #logo {
		max-width: 140px;
	}
	html:not(:lang(de)) .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
		font-size: 14px !important;
		padding-left: 14px;
		padding-right: 14px;
	}
	html:lang(de) .mlp-language-nav-item .ubermenu-submenu {
		right: 52px;
	}
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
	html:not(:lang(de)) #Top_bar #logo {
		max-width: 95px;
	}
	html:not(:lang(de)) .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
		font-size: 12px !important;
		padding-left: 7px;
		padding-right: 7px;
	}
	html:lang(de) .mlp-language-nav-item .ubermenu-submenu {
		right: 42px;
	}
}
@media only screen and (max-width: 767px) {
	.ubermenu .ubermenu-retractor {
		display: none;
	}
	.mlp-language-nav-item .ubermenu-submenu {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		padding-left: 39px !important;
	}
	.mlp-language-nav-item .ubermenu-submenu .ubermenu-column {
		font-size: 1.3em !important;
		display: inline-block !important;
		min-width: auto !important;
		width: auto !important;
	}
}

.wso-highlight-info .column {
	padding: 50px 50px 50px 160px;
	box-sizing: border-box;
	background-color: white;
	margin-bottom: 70px !important;
}
.wso-highlight-info .column::before {
    position: absolute;
    text-align: center;
    top: 44px;
    bottom: 0;
    left: 50px;
    width: 78px;
    height: 78px;
    font-size: 40px;
    font-weight: 700;
    line-height: 78px;
    color: #db071f;
    content: '!';
    background-color: #f3f3f3;
    border-radius: 50%;
}
.wso-highlight-info h2::after {
	margin-left: 0;
}
@media only screen and (max-width: 767px) {
	.wso-highlight-info .column {
		padding: 30px
	}
	.wso-highlight-info .column::before {
		display: none;
	}
}