body {
	margin: 0px;
	font: 14pt Times, serif;
	line-height: 18pt;
	color: #333;
	background-color: #eee;
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer */
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #004494;
	}

h1 { text-align: center; }

p {
	text-align: justify;
	}

nav {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	width: 100%;
	background-color: #004494;
	text-align: center;
	position: fixed;
	}

nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline-flex;
	}

nav ul li {
	float: left;
	border-left: 1px solid #fff;
	text-align: center;
	}

nav ul li.active,
nav ul li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	}
	
nav ul li.active,
nav ul li a:hover {
	background-color: #0055ba;
	}
	
nav ul li:first-child {
	border: none;
	}

#menu-toggler {
	display: none;
	cursor: pointer;
	}
	
.backstretch img {  
	/*
	max-width: 100% !important;
	height: auto !important;
	*/
	left: 50% !important;
	-ms-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-webkit-transform: translateX(-50%); 
	transform: translateX(-50%); 
	}  

#container {
	}

.mod_article.block, #bijoux {
	margin: 0 20% 0 20%;
	padding: 40px;
	background-color: rgba(255, 255, 255, 0.9);
	}

#bijoux {
	padding: 70px 0 0 0;
	text-align: center;
	}

#bijoux img {
	width: 100px;
	height: 100px;
	}

.spacer {
	display: block;
	height: 70px;
	}
	
.mod_randomImage img {
	display: block;
	}

#error-403 .mod_login {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px dotted #ccc;
	}


/* Content */

.gallery_creator .list_albums .tstamp,
.gallery_creator .list_albums .col_2 .visitors { display: none; }

.gallery_creator .list_albums .col_2 h2 { margin-top: 0px; }


#nachrichtenleser .mod_newsreader * h1,
#nachrichtenleser .mod_newsreader * h2,
#nachrichtenleser .mod_newsreader * h3,
#nachrichtenleser .mod_newsreader * h4 { color: #606E94; }

#nachrichtenleser .back {
	border-bottom: 1px dotted #999;
	}

#nachrichtenleser form input[type=text],
#nachrichtenleser form input[type=email] {
	width: 40%;
	}

#nachrichtenleser form textarea {
	width: 80%;
	min-height: 80px;
	resize: vertical;
	}

fieldset {
    padding: 0px 0px 10px 0px;
    margin: 10px 0 0 0;
    border: none;
    border-bottom: 1px solid #999;
	}

.ce_gallery>ul li.col_first { clear:none; }

.dlh_googlemap .cc-module
{
	padding: 5px 15px 15px 15px;
	border: 1px solid #a00;
	background-color: #FFDBDB;
}

form label {
	display: inline-block;
	min-width: 200px;
	}

form button {
	margin: 5px 0;
	}

div.ce_downloads ul {
	padding: 0;
	}

dt {
  float: left;
  clear: left;
  margin-right: 5px;
  font-weight: bold;
}

dd {
  margin-left: 0px;
  float: left;
}

p.error { color: #aa0000; }

@media (max-width: 450px) {
	body {
		font-size: 12pt;
		line-height: normal;
		}
		
	h1 { font-size: 1.5em; }
	
	p {
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
		}
		
	nav {
		position: relative;
		display: none;
		width: 100%;
		background-color: #004494;
		}

	nav ul {
		display: block;
		position: relative;
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		}

	nav ul li {
		float: none;
		border: none;
		text-align: right;
		}

	nav ul li.active,
	nav ul li a {
		display: block;
		color: #fff;
		text-decoration: none;
		padding: 5px 10px;
		}
	
	nav ul li.active,
	nav ul li a:hover {
		background-color: #0055ba;
		}
	
	.mod_article.block, #bijoux {
		margin: 0 5%;
		}

	#bijoux {
		padding: 20px 0 0 0;
		margin: 0 5%;
		}

	#menu-toggler {
		display: block;
		text-align: right;
		padding-right: 10px;
		color: #004494;
		}
	
	#menu-toggler.active {
		color: #aaa;
		}

	#container {
		/* padding: 20px 10px; */
		}
	
	#container #main {
		margin-bottom: 20px;
		}
	
	#container #main .dlh_googlemap {
		width: 100% !important;
		height: 200px !important;
		}
	}

@media (min-width: 2048px) {
	body {
		font-size: 16pt;
		line-height: 20pt;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
		}
	}