/************************************************************************************
Fonts
*************************************************************************************/

/* roboto-condensed-300 - latin-ext_latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local(''),
	   url('fonts/roboto-condensed-v24-latin-ext_latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('fonts/roboto-condensed-v24-latin-ext_latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-300italic - latin-ext_latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: local(''),
	   url('fonts/roboto-condensed-v24-latin-ext_latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('fonts/roboto-condensed-v24-latin-ext_latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-regular - latin-ext_latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local(''),
	   url('fonts/roboto-condensed-v24-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('fonts/roboto-condensed-v24-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-italic - latin-ext_latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: local(''),
	   url('fonts/roboto-condensed-v24-latin-ext_latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('fonts/roboto-condensed-v24-latin-ext_latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-700 - latin-ext_latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local(''),
	   url('fonts/roboto-condensed-v24-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('fonts/roboto-condensed-v24-latin-ext_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-700italic - latin-ext_latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: local(''),
	   url('fonts/roboto-condensed-v24-latin-ext_latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('fonts/roboto-condensed-v24-latin-ext_latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
	margin: 40px auto;
	margin: 40px 20px;
	text-align:center;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size:18px;
	line-height: 1.3em;
	color: dimgray;
	background:#fff;
}

.globalbox 	{ 
	background:#fff; 
	text-align: center;
	padding: 0px; 
	/*
	margin: 0 auto; 
	max-width: 100%;
	*/
}

.logobox {width: 100%;}
.logobox img {max-width: 90%;}

.introbox {
	font-size: 20px;
	font-weight: 400;
	margin: 20px 0px 40px 0px;
	padding: 0px;
}

.outrobox {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3em;
	margin: 40px 0px 40px 0px;
	padding: 0px;
}

.flexbox {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	align-items: stretch;
	padding: 0px; margin: 0px;
	background: none;
	border: 0px solid red;
}

.my_button {
	text-align: left;
	margin: 20px 10px;
	padding: 30px 30px 30px 50px;
	background-repeat:no-repeat;
	background-position: 20px 33px;
	background-color: white;
	box-shadow: 5px 3px 10px gainsboro;
	border-radius: 8px;
}

@media (min-width:1230px){
	.flexbox {
		flex-direction: row;
		justify-content: center;
	}
	.my_button {
		width: 300px;
	}
}

.my_button a:link,
.my_button a:visited,
.my_button a:hover 	{ 
	display: block;
	text-decoration: none;
	color: dimgray;
}

.my_button:hover		{background-color: whitesmoke;cursor: pointer;}
.my_button.webserver	{background-image: url("lock_2.png");}
.my_button.mailkonto	{background-image: url("user_2.png");}
.my_button.webmailer	{background-image: url("mail_2.png");}


h1 {
	font-size: 28px;
	font-weight: 700;
	color: silver;
	margin: 0px; padding: 0px;
}

h2 {
	font-size: 24px;
	font-weight: 700;
	color: darkgreen;
	margin: 0px;
	padding: 0px 0px 14px 0px;
}

h3 {
	font-size: 17px;
	font-weight: 700;
	color: gray;
	margin: 0px;
	padding: 0px 0px 14px 0px;
}

div.descr {
	font-size: 15px; 
	margin: 0px; padding: 0px;
	border: 0px solid red;
}

ul {
	list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
}

.nowrap{white-space:nowrap;}
.myg_f16 {font-size: 16px !important;}
