
body, input, textarea, button {		/* Wichtig, weil input und button die Schrift nicht vererben */
	font-family: 'Open Sans', Roboto, Arial, Sans-Serif;
  font-size: 16px;
	color: #404040;
	line-height: 140%;
}

hr {
	background-color: #aaa;
  border: 0 none;
  height: 1px;
}

.MainCenteredWindow {
  max-width: 900px;
  margin: 0 auto;   /* centered */
	padding: 12px;
  text-align: left;
	position: relative;
}

h1 {
	/* Mit Absicht anders: Als Überschrift ist Arial schöner */
	font-family: Arial;
  color: green;	
  font-size: 26px;
	margin-top: 16px;
	margin-bottom: 10px;
}

h2 {
	/* Mit Absicht anders: Als Überschrift ist Arial schöner */
	font-family: Arial;
  color: green;	
  font-size: 22px;
	margin-top: 13px;
	margin-bottom: 8px;
}

h3 {
	/* Mit Absicht anders: Als Überschrift ist Arial schöner */
	font-family: Arial;
  color: green;	
  font-size: 18px;
	margin-top: 10px;
	margin-bottom: 6px;
}

table {
	border-spacing: 0;
  border-collapse: collapse;
}

th {
	padding-bottom: 5px;
	font-weight: normal;
}

td {
	vertical-align: top;
	padding: 0;
}

.padright {
	padding-right: 12px;
}

.fullwidth {
	width: 100%;
	max-width: 100%;
}

.breakline {
	word-break: break-all;
	overflow: hidden;
	width: 100%;
}

.sepline {	
	border-top: 1px solid grey;
	line-height: 7px;
}

.header {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: green;
	margin-top: 15px;
	margin-bottom: 24px;
}

.titlebox {
  display: inline-block;
  width: 100%;
	margin-bottom: 12px;
	text-align: right;
}

.title, .title a {
	display: inline-block;
	width: 50%;
	font-family: Arial;
  font-size: 42px;
	font-weight: bold;
  color: green;
	text-align: left;
	text-decoration: none;
}

.myip {
	width: 50%;
	display: inline-block;
  font-size: 17px;
	text-align: right;
}

.menu {
	position: relative;
	padding-bottom:8px;
	border-top: 1px solid #a8a8a8;
}

.menu a {
	text-decoration: none;
}

.menuitem {
	font-size: 17px;
	font-weight: bold;
	color: green;
	padding-right: 0.6em;
}

.menuitem_selected {
	color: green;
}

.menuitem_unselected {
	color: #a8a8a8;
}

.grey {
	color: #a8a8a8;
}

.inputline {
	display: flex;
	justify-content: center;
  align-items: center;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 14px;
}

.inputfield {
	flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  box-sizing: border-box;
  border: 1px solid #C2C2C2;
  box-shadow: 1px 1px 4px #EBEBEB;
  border-radius: 1em;
  padding: .4em .9em;
  outline: none;
	margin-right: 6px;
}

.submitbutton {
	lex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  box-sizing: border-box;
  border: 1px solid #C2C2C2;
  box-shadow: 1px 1px 4px #EBEBEB;
  border-radius: 1em;
  padding: .4em .9em;
  outline: none;
  background: #eeeeee;
  cursor: pointer;
}

.submitbutton:hover {
  background: #d0ffd0;
}

.submitbutton:active {
	background: #22DD00;
}

.clicklink {
	text-decoration: underline;
	cursor: pointer;
}

.checkable {
	text-decoration: none;
	cursor: pointer;
	color: green;
	font-weight: bold;
}

.rss_title {
	color: #202020;
	font-weight: 600;
}

.rss_link,
.rss_link:visited {
	text-decoration: none;
	cursor: pointer;
	color: green;

}

.rss_link:hover {
	color: black;
}


.heading {
	font-family: Arial;
	font-size: 150%;
  font-weight: bold;
  color: green;
	padding-top: 20px;
	padding-bottom: 10px;
}

.heading a {
	text-decoration: none;
	color: green;
}

.center {
  text-align: center;
}


.footer,
.footer a {
	/* bei kleiner Schrift ist Lesbarkeit wichtiger */
	font-family: Verdana, Arial;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #808080;
}

.error {
  color: red;
  font-weight: bold;
}

.code {
  color: #336600;
  font-weight: bold;
  font-family: monospace;
}

.optional {
	display: none;
}

.optional.detailview {
	display: unset;
}

.circle {
	display: inline-block;
  border-radius: 50%;
  width: 18px;
  height: 18px;
	vertical-align: middle;
	margin-bottom: 4px;
	margin-left: 5px;
}

.alignright {
	text-align: right;
}

#Spinner {
	display: none;
	padding-top: 20px;
}

#DetailToggle {
	display: none;
	padding-top: 10px;
	float: right;
}


#ResultArea {
	padding-top: 8px;
	font-family: monospace;
	line-height: 120%
}

#FlexContainer {
	width: 100%;
	display: flex;
  flex-direction: row;
}

.flexbox1of1 { 
	padding: 0 18px 0 0;
	width: 100%;
}

.flexbox1of2 { 
	padding: 0 18px 0 0;
	width: 62%;
}

.flexbox2of2 { 
  background-color: #eff8ff;
	margin-top: 16px;
	padding: 0 12px 0 12px;
	width: 38%;
	font-size: 14px;
	line-height: 140%;
}

/* ==================================== SMALL SCREENS ======================================== */
/*   Fast alle Mobile Phones haben einen Landscape Viewport von 640px, */
/*   erst darunter das mobile Menü anzeigen! */


@media only screen and (max-width: 705px) {
	
	body, input, textarea, button {		/* Wichtig, weil input und button die Schrift nicht vererben */
	  /* Nur Arial zeigt // in URL ausreichend eng an, sieht in Verdana schrecklich aus
		font-family: Arial;
		font-size: 14px;
	}
	
	.header {
		margin-top: 0px;
	}
	
	.title, .title a {
		font-size: 32px;
	}

	.myip {
		font-size: 14px;
	}
	
	.menuitem {
		font-size: 14px;
	}
	
	#FlexContainer {
		flex-direction: column;
	}
	

	.flexbox1of2 { 
		width: 100%;
	}

	.flexbox2of2 { 
		width: 95%;
		font-size: 14px;
	}
}

/* ==================================== Tiny screen SCREENS ======================================== */
/*   */
@media only screen and (max-width: 335px) {
	
	.myip {
		visibility: hidden;
	}
}


