/* ----------------------------------------------------------
 file: mobile.css

 Definitions for mobile & small resolutions devices.

 last update: 04.07.19 by Patricia Engelskirchen
 ---------------------------------------------------------- */


aside#socialfunctions {
	display: none !important;
}

aside#mobileEscape {
	position: absolute;
	display: block;
	right: 10px;
	top: 10px;
	height: 64px;
	width: 64px;
	background-color: rgb(58, 113, 176);
	background-image: url("/pic/v3/bt_screen64.png");
	background-repeat: no-repeat;
	opacity: 0.7;
	z-index: 9999;
}

aside#mobileEscape:hover {
	opacity: 1.0;
}

body {
	background-color: white;
	overflow: auto;
}

article, article p, article ul li {
	font-size: 14pt;
}

article form, article form input {
	font-size: 14pt;
}

article ul li ul li {
	font-size: 14pt;
}

article h1, article h2 {
	font-size: 20pt;
}

article h3 {
	font-size: 18pt;
}

article h4 {
	font-size: 16pt;
}

header {
	background-image: none;
	height: auto;
	padding-bottom: 15px;
	position: static;
}

header img {
	width: 150px;
}

header h1 {
	font-size: 22pt;
	line-height: 1.0em;
}

header h1.subtitle {
	font-size: 20pt;
	margin-bottom: 20px;
	line-height: 1.0em;
}

nav div[data-widgets] {
	display: none;
}

article {
	border: none;
	position: static;
	height: auto;
	display: block;
}

article table {
	font-size: 1.0em;
	/*
	font-size: 1.0em;
	*/
}

div#hint {
	font-size: 1.0em;
	/*
	font-size: 2.5em;
	*/
}	

div#hint.visible {
	height: 50%;
}	

section[data-left] {
	position: static;
	padding: 0px;
}

section[data-right] {
	position: static;
	padding: 0px;
}

div#openleftnav {
	display: none;
}

div#closeleftnav {
	display: none;
}

aside#leftnavigation {
	display: none;
}

aside#searchbar {
	display: none;
}

footer {
	position: static;
	height: auto;
	font-size: 0.8em !important;
}

footer > a {
    font-size: 1em !important;
}

div#hint {
	position: fixed;
	bottom: 0px;
	height: 20%;
}



.minor {
	display: none;
}

/* */

div.kform, 
div.kform input, 
div.kform input[type="text"], 
div.kform input[type="email"], 
div.kform textarea {
/*
	font-size: 20pt;
*/
	font-size: 1.0em;
	padding: 10px;
}


div#innercontainer {
    max-width: 100% !important;
    left: 0;
    margin-left: 0;
}

header {
    background-image: url('/pic/v3/_header_mosaik.png');
    background-repeat: repeat-x;
    background-position: right;
    background-color: #ededed;
	background-size: cover;
}