@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Semi+Expanded:400,500,600,700,800');

body {
	font-family: 'Encode Sans Semi Expanded', sans-serif;
	background-color:#f0f0f0;
	font-size:15px;
}
ul {
	margin-left: -25px;
	list-style: "» ";
}
.medium {
	font-weight:500;
}

/* -----------
	HEADER
----------- */
.header {
	background-color:#f2f2f2;
}
.bannerimg {
	width: 100vw;
}
.bottom {
	position: absolute;
	bottom: 0;
}
/* ----------- */


/* -----------
	CONTENT
----------- */
.content-box {
	width:100%;
	padding: 20px;
	margin-top:-92px;
	margin-bottom: 40px;
	padding-left:30px;
}
.content-box a {
	color:#fff;
}
.content-box h2 {
	margin-top: 10px;
	margin-bottom: 20px;
}
.content-box li {
	color: #fff;
}
.content-box h2 {
	color: #b9a5a5;
}
.content-box p {
	color:#fff;
}
.content-box p, .content-box li {
	font-size:18px;
}
.content-box-trenner {
	width:15%;
	padding:5px;
	background-color:#0042c5;
	margin-left:-30px;
}
.dark-blue {
	background-color:#193484;
	/* background-color:#0b1a44; */
}
.text-right {
	text-align: right;
}
.content {
	margin-top:50px;
	margin-bottom:50px;
}
.content p, .content a, .content li {
	font-size: 18px;
}
.content h2 a, .content h3 a {
	font-size: inherit;
}
.content-bg {
	background-image: url("../img/content-bg.png");
	background-repeat: no-repeat;
	background-size:cover;
}
.dunkelblau {
	color:#284899;
}
.leistung h2 {
	color: #fff;
}
.leistung ul {
	list-style: url("../img/arrow.png");
	margin-left:0px;
}
/* ----------- */

/* -----------
	FOOTER
----------- */
.footer-blue {
	background-color:#0b1a44;
}
.footer-white {
	background-color:#fff;
	padding:20px;
	margin-top:-50px;
	color:#05174b;
	font-size:17px;
}
.footer-white .martop {
	margin-top:25px;
}
.footer-info-nav {
	color: #fff;
	padding: 0px 19px;
	line-height: 2.7em;
	width: max-content;
	margin-bottom: 10px;
	font-size:24px;
}
.footer-info {
	padding-top:80px;
	padding-bottom:130px;
}
.footer-info-links li {
	/* background-color: #fff; */
	padding: 10px 20px;
	line-height: 50px;
	display:ruby;
	color:#fff;
}
.footer-info-links div:hover {
	cursor:pointer;
}
.footer-info-box {
	/* background-color: #fff; */
	display:none;
	/* height: 293px; */
	/* margin-top: 6px; */
	background-image: url("../img/info_bg.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}
.info-content, .info-content a {
	color: #fff;  
}
.info-content {
	padding:20px 40px;
}
.info-content li, .info-content a {
	font-size:20px;
}
.info-content a {
	text-decoration:underline;
	font-weight: bold;
	font-size: 16px;
}
.info-content h3 {
	font-size:25px;
}
.info-content li {
	list-style: url("../img/arrow.png");
	line-height: 1.8em;
	color: #fff;
	margin-left: 17px;
} 
.px16 {
	font-size:16px; 
}
.activeFooter {
	/* padding:10px 100% 10px 20px !important; */
	width:120%;
}
.footer-info #info1, .footer-info-links #link1, .steuerberatung {
	background-color:#114de4;
}
.footer-info #info2, .footer-info-links #link2, .existenzgruendung {
	background-color:#266cf6;
}
.footer-info #info3, .footer-info-links #link3, .unternehmensberatung {
	background-color:#0564c5;
}
.footer-info #info4, .footer-info-links #link4, .vermoegen {
	background-color:#215ab1;
}
.footer-info #info5, .footer-info-links #link5, .erbschaft {
	background-color:#005eae;
}
.footer-info #info6, .footer-info-links #link6, .buchung {
	background-color:#2099e5;
}
.toptricks {
    margin-top: -20px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
/* ----------- */

/* -----------
	NAVBAR
----------- */
.col2dropdown ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.dropdown-menu {
	font-size: 16px;
	/* background-color: #1e357a; */
	background-color: #193484;
	border-radius: 0px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #000;
    background-color: #fff;
}
.dropdown-menu > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
}
.navbar-nav > li > a {
	padding-top: 3px;
	padding-bottom: 3px;
}
.navbar-default .navbar-nav > li > a {
    color: #05174b;
}
.navbar-default {
    background-color: #fff;
    border-color:transparent;
}
.navbar {
    border-radius: 0px;
	min-height: 10px;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #193484;
    /* background-color: #0042c5; */
}
#navheight {
	height:139px;
}
/* ----------- */

/* -----------
	@MEDIA
----------- */
@media(max-width: 1199px) {
	#navheight {
		height:113px;
	}
}
@media(max-width: 991px) {
	.activeFooter {
		width: 100%;
	}
	#navheight {
		height: auto !important;
	}
	.bottom {
		position: relative;
	}
	.content-box {
		margin-top:5px;
	}
	.toptricks {
		margin-top:5px;
	}
	.col2dropdown ul {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
	#navheight {
		height:251px;
	}
}
@media(max-width: 708px) {
	#navheight {
		height:auto;
	}
	.navbar-nav {
   	 margin: inherit;
	}
}