/******************************************
Copyright (c) 2025 cdnet-internetservice  *
       Alle Rechte reserviert             *
    BG-Investitions & Handelsgesellschaft*
*   @lastmodified 2024-03-25 16:00        *
*******************************************/
html * {
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


body {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-size:100%;
	line-height:150%;
	background-color: #eee;
	color:#666;
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* alumni-sans-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Alumni Sans';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/alumni-sans-v18-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* alumni-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Alumni Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/alumni-sans-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-v30-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


	/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/oswald-v49-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/oswald-v49-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v49-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v49-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v49-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v49-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}



h1 {
	font-family: 'Alumni Sans';
	font-size:280%;
	margin:3% 0;
	color:#bbb;
	line-height:120%
}



h2 {
	display:inline;
	font-family: 'Oswald';
	background-color:#e6953e;
	color:#fff;
	font-size:140%;
	font-weight:100;
	line-height:280%;
	padding:0.3em 1em ;
	margin:0.5em 0 1.5em 0;
}



a {	text-decoration:none;color:#600;font-family: 'Oswald';
  font-style: normal;font-size:160%;line-height:200%;
}

.subline {line-height:145%;
}

.black {
	color:#000;
	font-size:130%;font-weight:900;
}

/* ======= BODY - BEREICH ========= */


#main  {
width: 100%;
margin:3% auto;
text-align:left;
position:relative;
padding:0;
text-align:center
}


/********************************************
=======     Content     ========
*********************************************/

#main #content{
	padding: 6% 8%;
	min-width:22em
}


/********************************************
======= Textbox mit runden Ecken =====
******************************************* */

#main #content .box{
	width:86%;
	min-width:22em;
	margin:2%  5% 2% 0;
	padding:1% 5%;
	background-color:#2a6bb0;
	border-radius: 0 7em 7em 0;
	box-shadow: 10px 10px 15px silver;
	color:#fff;
}


#main #content .box .colL{
	width:77%;
}

#main #content .box img{
	width:3em;
	height:auto;
	float:right;
	margin:5% 0;
}

#main #content .box h2{
	display:block;
	color:#fff;
	line-height:120%;
	background-color:transparent;
	padding:0;
}




/*======== LISTEN IM TEXTKOERPER =======*/

#main #feet{
	background-image:none;
	background-color:#999;
	color:#fff;
	padding: 2% 8%;
	font-size:90%;	
	line-height:170%;
	border-radius: 0 0 55px 55px;
min-width:62em
}


#main #feet a {
	padding:1%  1%;
	color:#fff
}

#main #feet a:hover,
#main #feet a.active{
	color:#000;

}

#main #feet .adressfeld,
#main #feet .subnavi {
	float:left;
	width:42%;
	text-align:left;
	margin-bottom:2em;
}
#main #feet .subnavi {
	float:right;
	text-align:right;
	width:55%;	font-size:110%;	
}
#main #feet .rubrum {
	text-align:center;
	margin:0 18%
}


	

.clear  {
	clear:both;
	font-size:0;
	padding: 0;
	margin: 0;
	border: 0;
}

