/* Mobile Topmenu in Ubermenu Styles */
/*
.mobile-topmenu .ubermenu-custom-content {
	background-color: #616b74;
	color: #fff;
	text-align: center;
}

.mobile-topmenu .ubermenu-custom-content ul {
	margin-top: 10px;
	list-style: none;
}

.mobile-topmenu .ubermenu-custom-content ul li {
	display: inline;
	padding-left: 10px;
}

.ubermenu .ubermenu-search .ubermenu-searchform {
	width: 97% !important;
}

.ubermenu-responsive-toggle {
	border: 1px solid rgba(0, 0, 0 ,0.1) !important;
	border-radius: .25rem !important;
	padding: .25rem .75rem !important;
}

@media (max-width: 991px) {
	.ubermenu-responsive-toggle {
		display: inline-block !important;
	}
}

@media (min-width: 992px) {
	.ubermenu .menu-item-language {
		display: none !important;
	}
}
*/

/* PreMenu rechts und ohne Background Color */
.topmenu .navbar {
    background: 0;
    justify-content: flex-end;
	line-height: 1.2;
}

/* PreMenu schmaler zusammen */
.nav-link {
color: white;
	padding: .5rem .65rem;
}

/* Landesauswahl schmaler */
.dropdown-menu {
	min-width: 4rem;
}

/* Landesauswahl Pfeil weg */
.dropdown-toggle::after {
	display: none;
}

@media (min-width: 992px) {
	/* Mainmenu */
	.navbar-expand-lg {
		height: 66px;
	}

	.ubermenu .ubermenu-target {
		padding: 21px 20px !important;
	}

	/* .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target {
		border-bottom: 4px solid #216eae;
	} */

	.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target {
		border-bottom: none;
	}

	/* Wegen Sprünge */
	.ubermenu-main .ubermenu-item a {
		border-bottom: 4px solid transparent;
	}

	/* .ubermenu-main .ubermenu-item a:hover {
		border-bottom: 4px solid #216eae;
	} */

	.ubermenu-main .ubermenu-item a:hover {
		border-bottom: none;
	}

	/* Rahmen in Safari und Chrome */
	.ubermenu-main .ubermenu-item :focus {
		outline: 0;
	}
}

/* Shortcodes */
.tab-content p {
	padding-top: 10px;
	text-align: left;
}

/* Footer */
.footer-main h2.widget-title {
	text-align: left;
	color: #fff;
	font-size: 18px;
	text-transform: none;

	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 2px;
}

.footer-main .footer .widget ul {
	padding-left: 0;
	list-style: none;
}

.footer-main .footer .widget .menu li {
	padding: 3px 0px;
	/* border-bottom: solid 1px #aaa; */
}

.footer-main .footer .widget .menu li a {
	/* color: #fff; Edit by fd */
	font-size: 16px; /*Edit by fd*/
	margin-bottom: 3px;
	display: inline-block;
}

/* .footer-main .footer .widget .menu li a::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: " \f105";
} Edit by fd*/

.footer-main .footer .widget .menu li a:hover {
	color: #216eae;
}

.footer-main .footer .widget ul.list-inline {
	margin-bottom: 50px;
	padding-bottom: 10px;
}

/* Youtube */
.youtube-container {
    display: inline-block;
    width: 100%;
    height: 75%;
    overflow: hidden;
}
.youtube-container img {
    display: inline-block;
    width: 100%;
    height: 75%;
    margin: -11% 0;
}

/* Floatbox Mod */
a.floatbox:hover {
	text-decoration: none;
}

/* FancyBox Mod */
a.fb-link:hover {
	text-decoration: none;
}

.space_height_10 {
    height: 10px;
    width: 100%;
}

.space_height_20 {
    height: 20px;
    width: 100%;
}

.space_height_30 {
    height: 30px;
    width: 100%;
}

.space_height_50 {
    height: 50px;
    width: 100%;
}

.space_height_100 {
    height: 100px;
    width: 100%;
}

.nav-tabs .nav-link {
    color: #000;
}

.nav-tabs .nav-link:hover {
    background-color: #fff;
}

[data-toggle="collapse"] .fa:before {
  content: "\f0d7";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f0da";
}

/* Before After Slider */
.ba-slider-desc-left {
	text-align: left;
	font-style: italic;
	font-size: 14px;
	padding-top: 10px;
	/* padding-left: 36px; editbyfd*/
}

.ba-slider-desc-right {
	text-align: right;
	font-style: italic;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 36px;
}

/* Pricing.css */
.pricingTable .title {
    width: 70%;
    padding: 10px;
}

.pricingTable .pricingTable-signup {
    margin: 5px 5px 0;
}

/* max: high to low*/
@media (max-width: 767px) {
	.sf-business-cont {
    	padding: 40px;
	}
}
@media (max-width: 575px) {
	.sf-business-cont {
    	padding: 15px;
	}
}

/* Font Responsive */
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
	.lsi-title h1 {	font-size: 3.0em; }
	.sf-business-cont h1 { font-size: 50px; }
	.sf-business-cont p { font-size: 25px; }
}
@media (max-width: 575px) {
	.lsi-title h1 {	font-size: 2.5em; }
	.sf-business-cont h1 { font-size: 40px; }
	.sf-business-cont p { font-size: 16px; }
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
