@font-face {
    font-family: 'clanproX';
    src: url('../fonts/clanpro-bold-opentype-webfont.eot');
    src: url('../fonts/clanpro-bold-opentype-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clanpro-bold-opentype-webfont.woff2') format('woff2'),
         url('../fonts/clanpro-bold-opentype-webfont.woff') format('woff'),
         url('../fonts/clanpro-bold-opentype-webfont.ttf') format('truetype'),
         url('../fonts/clanpro-bold-opentype-webfont.svg#clanprobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'clanproboldX';
    src: url('../fonts/clanpro-black-opentype-webfont.eot');
    src: url('../fonts/clanpro-black-opentype-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clanpro-black-opentype-webfont.woff2') format('woff2'),
         url('../fonts/clanpro-black-opentype-webfont.woff') format('woff'),
         url('../fonts/clanpro-black-opentype-webfont.ttf') format('truetype'),
         url('../fonts/clanpro-black-opentype-webfont.svg#clanproblack') format('svg');
    font-weight: bold;
    font-style: normal;

}




h1 {
	font-size: 2rem;
}
@media (min-width: 576px) {
	h1 {
		font-size: 2.5rem;
	}
}
@media (min-width: 768px) {
	h1 {
		font-size: 2.5rem;
	}
}
@media (min-width: 992px) {
	h1 {
		font-size: 2.5rem;
	}
}
@media (min-width: 1200px) {
	h1 {
		font-size: 2.5rem;
	}
}


.font_clanpro {	
	font-family: 'clanpro';
}
.font_clanprobold {
	font-family: 'clanprobold';
}



body {
	font-style: normal;
	font-family: 'clanpro', Helvetica, 'Times New Roman', Times, serif;
	color: #FFF;
	margin: 0px;
	background-color: #000;
	
	background-image: url(../images/bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	
}

a, a:visited, a:focus, a:active {
	text-decoration: none;
	color: #fff;
}

h1 {
	text-transform: uppercase;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 24px;
}



.container p, .container-fluid p {
	margin-bottom: 0;
}

#logo img {
	width: 100%;
}

.small-button {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;	
}

.small-button:hover {
	color: black;
}



#menubar #ausland, .small-button.ausland {
	background-color: #D8CB10;
}
#menubar #beteiligungen, .small-button.beteiligungen {
	background-color: #D79608;
}
#menubar #consultin, .small-button.consultin {
	background-color: #2D59A5;
}
#menubar #immobilien, .small-button.immobilien {
	background-color: #A71920;
}
#menubar #stiftung, .small-button.stiftung {
	background-color: #7CB927;
}
#menubar #ausland, #menubar #beteiligungen, #menubar #consultin, #menubar #immobilien, #menubar #stiftung {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
	text-align: center;
	font-weight: bold;
}

#menubar ul li {
	margin-left: -20px;
}

.bg_black {
	background-color: rgba(0, 0, 0, 0.4);
}


.fixed_footer {
	position: fixed;
	bottom: 0;
}

#infos {
	font-size: 0.8rem;
}
#infos a {
	color: #fff;
}







.menue,
.untermenue {
	font-size: 25px;
}
.menue ul,
.untermenue ul {
	 list-style:none !important;
}
.menue ul.nav-pills li.nav-link,
.untermenue ul.nav-pills li.nav-link  {
	line-height: 40px;
	padding: 0 30px 0 30px;
	border-radius: 0;
}

.menue .homeicon img {
	margin-top: -5px;
}
.menue .homeicon span {
	display: none;
}




.menue ul li {
	-webkit-transition: background-color .4s ease;
	-moz-transition: background-color .4s ease;
	-o-transition: background-color .4s ease;
	transition: background-color .4s ease;
}


.menue ul li:hover, .menue ul.nav-pills li.nav-link.active {
	background-color: #EFEFEF;
}
.untermenue ul li:hover, .untermenue ul.nav-pills li.nav-link.active  {
	background-color: #E8E8E8;
}

.menue ul li , .menue ul a, .menue ul a:visited,
.untermenue ul li , .untermenue ul a, .untermenue ul a:visited  {
	text-decoration: none;
	color: #555555;
}
.menue ul li a:hover, .menue ul li a:active, .menue ul li.active a,
.untermenue ul li a:hover, .untermenue ul li a:active, .untermenue ul li.active a  {
	color: #000000;
}
.untermenue ul  {
	background-color: #EFEFEF;
}


.menue.menue_untermenue nav {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-bottom: 0 !important;
}
.menue.menue_untermenue nav ul {
	padding-left: 0 !important;
}	
.menue.menue_untermenue nav ul ul li.active a {
	font-weight: bold;
}	




* {
	box-sizing: border-box;
}

img {
	width: 100%;
}





