/* cmsms stylesheet: himmelunderde modified: Freitag, 17. April 2026 10:29:43 */
/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
html {
	overflow-y: scroll;
}

body {
	text-align: left;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 75,01%;
	line-height: 1,5em;              
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1,33em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}
/*default link styles*/
a, a:link a:active {
/* set all links to have underline */
	text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	/*background-color: inherit;*/
/* this is a bluish color, you change this for all default link colors */
	color: #000;
}
a:visited {
/* keeps the underline */
	text-decoration: underline;
	background-color: inherit;
/* a different color is used for visited links */
	color: #000;
}
a:hover {
/* remove underline on hover */
	text-decoration: none;
	background-color: inherit;
/* using a different color makes the hover obvious */
	color: #000;
}
/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
/* default text color for entire site*/
	color: #000;
       background-color: #fff;
       margin-bottom: 11px;
}
div#pagewrapper {
	width: 1170px;
	height: 90%;
	margin: 20px auto;
	margin: 20 auto;
	border: 1px solid #00559b;
	background-image: url(https://www.himmelunderde.ch/uploads/images/zeitloses/blauoben_red.jpg);
        background-size: 700%;
        background-repeat: no-repeat;
        background-position: left top;
}
#back-to-top {
    position: fixed; /* Wichtig! */
    bottom: 65px; /* Abstand zum Browserrand */
    right: 25px; /* Abstand zum Browserrand */
    cursor: pointer;
    padding: 10px;
    background:  #222;
    color: #fff;
    display: none;
}

div#header .mobile {
     font-size: 0.2em;
     display: none;
}
div#header .mobile {
    font-size: 0.2em;
    /*height: 100px;*/
    color: #00559b;
    padding-left: 10px;
    margin-top: 10px;
    line-height: 300%;
    /*border-bottom: 1px solid #00559b;*/
    float: left;
}
 
/*header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */
div#header {
    height: 80px;
    color: #00559b;
    padding-left: 75px;
    margin-top: 35px;
    font-size: 1.30em;
    line-height: 200%;
    border-bottom: 1px solid #00559b;
}
div#header a {
	height: auto;
	display: block;
}

div#header a img {
	width: auto;
        padding-right: 40px;
        height: auto;
        margin: -35px;
	display: block;
        float: left;
}

div#header h2 {
	margin-left: 98px;
}

div#header2 {
	display: block;
}
div#titel{
	height: 35px;
	width: auto;
	margin-bottom: 20px;
	padding-right: 35px;
	border-bottom: 1px solid #00559b;
	background-color: #fff;
}
div#kommt{
	float: left;
	font-size: 1.1em;
	height: 25px;
	width: auto;
	padding-top: 10px;
	padding-bottom; 10px;
	margin-left: 40px;
	color: #00559b;
}
#kommt h4 {
color: #00559b;
font-size: 1.2em;
}

div#search {
	float: right;
	width: 25em;
	text-align: right;
	padding: 0.5em 0 0.2em 0;
	margin: 0 1.5em;
}

div#content {
	clear: both;
	margin: 45px auto 2em 0em;
	padding-right: 44px;
	height: 100%;
}
/* ------------ CGBlog------------ */

.CGBlogSummary {
padding-top: 30px;
font-style: italic;
/*text-decoration: underline;*/
}
.CGBlogSummaryPostdate {
font-style: italic;
/*font-size: 1.5em;*/
}
.CGBlogSummarySummary {
font-style: normal;
font-size: 1.0 em;
}
.CGBlogSummaryLink {
	margin: 2px 0;
}
.CGBlogContent {
/*margin: 10px 0;*/
}
/* ------------ End CGBlog Module ------------ */

/*-------------Hier schafft der Container für Imagebox und Textbox Ordnung-------*/
div#containerrechts {
	float: right;
	margin-top: -20px;
	margin-right: 13px;
	/*margin-bottom: 35px;*/
	width: 248px;
}
/*Hier ist Platz für die Imagebox*/
div#imagebox {
	font-size: 1.0em;
	width: 250px;
	text-align: left;
	line-height: 1.2em;
}
#imagebox h6 {
	margin-bottom: 35px;
	width: 250px;
	font-size: 0.6em;
	line-height: 1.0em;
}

/*Hier ist Platz für die Textbox*/
div#textbox {
	margin-right: 0px;
	width: 250px;
}

#textbox h6 {
	font-size: 0.6em;
	line-height: 1.0em;
}
div#vraqtitel {
	width: 250px;
}
div#ketzereientitel {
	width: 250px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#vraqtitel h5 {
	line-height: 1.2em;
	color: #00559b;
}
div#vraqtext {
	width: 250px;
	font-size: 1.0em;
	line-height: 1.0em;
	color: #111;
}

div#main {
	float: left;
	display: block;
	margin: 0 0 25px 0px;
	width: 500px;
	background-color: #fff;
	border: solid 1px #7b6a6e;
}

div#main .inner {
	margin: 25px;
}

#main p {
	line-height:1.4em;
	margin-bottom: 10px;
}
#main h3 {
	margin-bottom: 15px;
	font-size: 0.8em;
}
#main h2 {
	margin-bottom: 25px;
	color: #00559b;
}
#main h5 {
	color: #00559b;
	font-size: 1.0em;
	margin-bottom: 7px;
}
div#sidebar {
	float: left;
	width: 25%;
	display: inline;
	margin: 0;
	padding: 0;
}

div#sidebara {
	padding: 10px 15px 3px 0px;
	margin-bottom: 350px;
}
/**********************LISE STYLING**********************/
div#eintrag {
	font-color: ##899092;
}
.nichtfett {
	font-weight: normal;
}
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
	color: #111;
	font-size: 2.5em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	color: #00559b;
	font-size: 1.5em;
	text-align: left;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
}
div#content h3 {
	color: #000;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #000;
	font-size: 1.3em;
	line-height: 1.3em;
	margin-top: 1.5em;
}
div#content h5 {
	color: #000;
	font-size: 1.1em;
	line-height: 1.3em;
}
h6 {
	color: #000;
	font-size: 0.6em;
	line-height: 1.0em;
	margin-top: 0.5em;
}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 1em;
/* some air around p elements */
	margin: 0 0 1.5em 0;
	line-height: 1.6em;
	padding: 0;
}
blockquote {
	/*border-left: 10px solid #ddd;*/
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
        border: none;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	/*border-bottom: 1px solid #c0c0c0;*/
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */


#mobilenavbutton {
	display: none;
}


/********************FUSSZEILE*********************/
div#fusszeile {
	clear: both;
        border-top: solid 1px #00559b;
        border-bottom: solid 1px #00559b;
	margin-top: 122px;
	width: 1165px;
	height: 32px;
	padding-left: 5px;
	padding-right: px;
	background-color: #fff;
}
/* Box "zuletzt" */
div#zuletzt {
	float: left;
	color: #000;
	width: 240px;
	font-size: 0.85em;
	padding-left: 1px;
	padding-top: 22px;
}

/* Box «Motto» */
div#motto {
	float: left;
	padding-top: 7px;
	font-size: 0.85em;
	color: #000;
	width: 365px;
}
/* Box "Impressum"*/
div#impressum {
	font-size: 0.85em;
	text-align: right;
	margin-left: 0px;
        margin-right: 20px;
	padding-left: 250px;
	padding-top: 7px;
	padding-bottom: 0px;
	padding-right: 52px;
}
/* Ende Fusszeile */

div#imageboxcontent {
	display: none;
}

.umbruch {
	display: none;
}

.mobilenav.active {
    opacity: 1;
    visibility: visible;
}

.mobilenav {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    background: rgba(0,0,0,0.8);
    margin: 0px;
    overflow: auto;
}

.mobilenav .nav  {
	width : 200px;
	margin: 20px 20px 0 80px;
}

.mobilenav ul {
	display: inline;
	list-style: none;
	margin: 0;
}
.mobilenav  li a{
	border-top: 1px dotted #D2D5D7;
	padding : 8px 0 8px 15px;
	display: block;
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	text-decoration: none;
}
.mobilenav  li:first-child a {
	border-top: none;
}
    
.mobilenav  li ul {
	margin : 0;
}
.mobilenav  li li a {
	font-size : 12px;
	padding: 0 0 0 25px;
	border: none;
	line-height: 2;
}
    
.mobilenav  li li li a {
	padding: 0 0 0 40px;
	line-height: 1.5;
}
 .mobilenav li a.menuactive {
	color: #99E6FF;
}
.mobilenav  a.menuparent {
	padding-bottom: 0px;
}

.mobilenav  li.menuparent a.menuparent {
	padding-bottom: 8px;
}

.mobilenav  li li a,
.mobilenav  li.menuparent li.menuparent a.menuparent {
	padding-bottom: 0px;
}
.mobilenav  li li:last-child a {
	padding-bottom: 8px;
	border-bottom: none;
}
.mobilenav  li li li:last-child a {
	padding-bottom: 0px;
}


div#search {
	margin-right: 18px;
}

@media screen and (max-width: 1220px) 
{
	body {
		margin: 0 20px 10px 20px;
	}
	
	.topnav {
		padding: 8px 20px;
	}
	
	div#titel {
		height: 42px;
	}
	
	#mobilenavbutton {
		display: block;
		width: 30px;
		float: left;
		padding: 0;
		/*position: absolute;
		left: 30px;
		top: 162px;
		z-index: 9999;*/
	}
	
	#mobilenavbutton.opened img {
		display: block;
	}
	
	#mobilenavbutton.opened img {
		display: none;
	}
	
	#mobilenavbutton:hover {
		cursor: pointer;
	}
	
	#close-menu {
		display: none;
		width: 32px;
		height: 32px;
		background: url('/template/images/close.png') center center no-repeat;
		position: absolute;
		left: 30px;
		top: 30px;
		z-index: 9999;
	}
	
	#mobilenavbutton.opened #close-menu {
		display: block;
	}
	
	
	#headnav {
		float: right;
		height: 50px;
	}
		
	div#kommt {
		margin: -2px 0 0 30px;
		padding: 0;
	}
	
	div#search {
		float: right;
		margin: -4px -15px 0 0;
		padding: 0;
	}
	
	div#pagewrapper {
		width: 100%;
		min-width: auto;
	}
	
	div#menu_horiz,
	div#sidebar
	{
		display: none;
	}
	
	div#search {
		width: auto;
	}
	
	div#main {
		width: 67%;
		margin: 0;
	}	
	div#content {
		margin: 0 20px;
		padding: 0;
	}
	
	div#containerrechts {
		float: right;
		width: 30%;
		margin: 0;
	}
	
	div#imagebox {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	div#imagebox .img,
	div#imagebox h6,
	div#textbox,
	div#textbox div#vraqtitel,
	div#textbox div#vraqtext,
	div#textbox div#ketzereientitel,
	div#textbox div#ketzereien {
		width: 100%;
	}
	div#imagebox img {
		width: 100%;
		height: auto;
	}
	
	.table {
		overflow-x:auto;
	}
	
	.fullwidth div#main {
		width: 95%;
	}
	
	/*div#fusszeile {
		height: auto;
		padding-left: 0px;*/
	}
	
	div#cms {
		display: none;
	}
	
	div#zuletzt,
	div#impressum {
		width: 48%;
		padding: 7px 20px;
		width: auto;
	}
	div#impressum {
		float: right;
		text-align: right;
	}
	
	.gallery .img {
		text-align: left !important;
	}	
}

@media screen and (max-width:830px) 
{
	div#kommt {
		font-size: 12px;
	}
	
	div#main {
		width: 65%;
	}
}

@media screen and (max-width:760px) 
{
	.topnav {
		height: 30px;
		width: 25px;
		padding: 8px 12px;
		float:left;
	}
	div#titel {
		height: auto;
		padding-right: 15px;
		margin-bottom: 0;
	}
	div.headtext {
		margin: -0 0 0 75px;
		padding-top: 5px;
	}
	div#kommt {
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
		height: auto;
	}
	div#search {
		width: 100%;
		float: none;
		text-align: left;
	}
	div#search input {
		float: none;
		margin-bottom: 10px;
		width: 100%;
	}
	
	div#content {
		margin: 0
	}
	
	div#main {
		float: none;
		width: 100%;
		border: none;
		background-color: rgba(255,255,255,0.6)
	}
	
	div#containerrechts {
		float: none;
		width: 100%;
		padding: 0;
	}
	
	div#containerrechts .inner {
		margin: 30px;
	}

	div#imageboxcontent {
		display: block;
		margin-bottom: 20px;
	}

	div#imageboxcontent .gallery {
		width: 250px;
		margin: 0 auto;
	}

	div#imageboxcontent h6{
		text-align: center !important;
		margin: 0 auto;
	}

	div#imageboxcontent .img {
		display: block;
		float: none;
	}

	div#imageboxcontent .img img {
		width: 100%;
	}
	
	div#imagebox {
		display: none;
	}
	
	div#textbox {
		float: none;
		width: 100%;
	}	
}

@media screen and (max-width:653px) 
{
	div#header .desktop {
		display: none;
	}

	div#header .mobile {
		display: block;
	}
	
	div#main .inner img {
		width: 100%;
		max-width: 350px;
		height: auto;
		text-align: center;
	}
	
}


@media screen and (max-width:450px) 
{
	div#header {
		font-size: 0.8em;
		padding-left: 50px;
	}

	div#zuletzt,
	div#impressum {
		float: none;
		text-align: left;
	}
	
	div#imagebox,
	div#textbox {
		float: none;
		width: 100%
	}
	
}
@media screen and (max-width:350px) 
{
	div#header {
		font-size: 0.7em;
	}
	div#imageboxcontent .gallery {
		width: 200px;
		margin: 0 auto;
       div#header
                font-size: 1.5em;
	}
}
/* cmsms stylesheet: Navigation_vertikal modified: Samstag, 23. April 2022 08:47:54 */
/******************** MENU *********************/
h3 {
font-size: 0,8em;
color: #7b6a6e;
text-decoration: none;
border: 0;
font-weight: normal;
}
/******************** MENU *********************/
#menu_vert {
	margin: -7px 0 0 40px;
	font-size: 1.0em;
        width: 195px;
        
            
}
#menu_vert ul {
/* remove any bullets */
	list-style: none;
/* margin/padding set in li */
	margin: 0px;
       
}
#menu_vert ul ul {
	margin: 0;
/* padding right sets second level li in on right from first li */
	padding:0px 0px 3px 0px;
	
}
#menu_vert li {
/* remove any bullets */
	list-style: none;
/* negative bottom margin pulls them together, images look like one border between */
	margin: 0px 0px 0px;
/* bottom padding pushes "a" up enough to show our image */
	padding:3px 0px 0px 0px;
/* you can set your own image here */
	border-top: 1px solid #7b6a6e;
     
}
#menu_vert li.currentpage {
	padding: 0px 0px 0px 0px;
       color: #000;;
        list-style: none;
}
#menu_vert li.menuactive {
	margin: 0;
	/*padding-left: 15px;*/
/* replaced by image in ul ul */
	/*background: transparent;*/
}
#menu_vert li.menuactive ul {
	margin: 0;
        padding-left: 15px;
}
#menu_vert li.activeparent {
	margin: 0;
	padding-left: 5px;
       
}
/* fix stupid IE6 bug with display:block; */
* html #menu_vert li {
	height: 1%;
}
* html #menu_vert li a {
	height: 1%;
}
* html #menu_vert li hr {
	height: 1%;
}
/** end fix **/

/* first level links */
div#menu_vert a {
/* IE6 has problems with this, fixed above */
	display: block;
/* some air for it */
	/*padding: 0.8em 0.3em 0.5em 1.5em;*/
/* this will be link color for all levels */
	color: #000;
/* Fixes IE7 whitespace bug */
	min-height: 1.4em;
/* no underline for links */
	text-decoration: none;
/* you can set your own image here this is tall enough to cover text heavy links */
	/* background: transparent url(uploads/ngrey/libk.gif) no-repeat right top; */
}
/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
	font-size: 100%;
	/*padding: 0.8em 0.3em 0.5em 3.8em; */
          /* padding-left: 10px;*/
}
/* third level links, more padding */
div#menu_vert ul ul ul a {
	/*padding: 0.5em 0.3em 0.3em 3em;*/
          /* padding-left: 1.2pem*/
}
/* hover state for all links */
div#menu_vert a:hover {
	background-color: transparent;
	color:#ca7f53;
	text-decoration: none;
}
div#menu_vert a.activeparent:hover {
	color: #000;
        text-decoration: none;
}
/* active parent, that is the first level parent of a child page that is the current page */
div#menu_vert li.activeparent {
/* you can set your own image here */
	/* background: transparent url(uploads/ngrey/liup.gif) no-repeat right -65px; */
/* white to contrast with background image */
	color: #000;
        border-bottom: 0;
        padding-left: 1.6em;
}
div#menu_vert li.activeparent a.activeparent {
/* you can set your own image here */
	/* background: transparent url(uploads/ngrey/libk.gif) no-repeat right top; */
/* to contrast with background image */
	color: #000;
}
div#menu_vert li a.parent {
/* takes left padding out so span image has room on left */
	/*padding-left: 1.6em;*/
}
div#menu_vert ul ul li a.parent {
/* increased padding on left offsets it from one above */
	/*padding-left: 0.9em;*/
}
div#menu_vert li a.parent span {
	display: block;
	margin: 0px;
/* adds left padding taken out of "a.parent" */
	padding-left: 0.0em;
/* arrow on left for pages with children, points down, you can set your own image here */
	/* background: transparent url(uploads/ngrey/active.png) no-repeat 2px center; */
}
div#menu_vert li a.parent:hover {
/* removes underline hover effect */
	text-decoration: none;
        color: #00559b;
}
div#menu_vert li a.parent:hover span {
	display: block;
	margin: 0;
	padding-left: 0em;
/* arrow on left for pages with children, points right for hover, you can set your own image here */
	/* background: transparent url(uploads/ngrey/parent.png) no-repeat 2px center; */
}
div#menu_vert li a.menuactive.menuparent {
/* sets it in a little more than a.parent */
	/*padding-left: 0.35em;*/
}
div#menu_vert ul ul li a.menuactive.menuparent {
/* sets it in a little more on next level */
	/*padding-left: 0.99em;*/
}
div#menu_vert li a.menuactive.menuparent span {
	display: block;
	/*margin: 0.2em;*/
        color: #7b6a6e;
        /*font-weight: bold;*/
/* to contrast with non active pages */
	/*font-weight: bold; */
 /* padding-left: 2.5em; */
/* arrow on left for active pages with children, points right, you can set your own image here */
	/* background: transparent url(uploads/ngrey/parent.png) no-repeat 2px center; */
}
div#menu_vert li a.menuactive.menuparent:hover {
	text-decoration: none;
	/*color:#7b6a6e*/
}
div#menu_vert ul ul li a.activeparent {
	color: #000;
       /* padding: 0.1em 0.0em 0.1em 2em;*/
}
/* current pages in the default Menu Manager template are unclickable. This is for current page on first level */
div#menu_vert ul h3 {
	display: block;
/* some air for it */
	padding: 0 0 0 0px;
/* this will be link color for all levels */
	color:#7b6a6e;
/* instead of the normal font size for <h3> */
	font-size: 1.0em;
/* as <h3> normally has some margin by default */
	margin: 0;
/* you can set your own image here, same as "a" */
	/* background: transparent url(uploads/ngrey/libk.gif) no-repeat right top; */
}
/* next level current pages, more padding, smaller font and no background color or bottom border */
div#menu_vert ul ul h3 {
	font-size: 1.0em;
	/*padding: 0.0em 0.0em 0.0em 1.5em;*/
/* you can set your own image here, same as "a" */
	/* background: transparent url(uploads/ngrey/libk.gif) no-repeat right top;*/
	color: #7b6a6e;
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
         /*padding: 0.0em 0.0em 0.0em 2em;*/
            color:#7b6a6e;
}
/* BIG NOTE: I didn't do anything to these, never tested */
/* section header */
/*div#menu_vert li.sectionheader {*/
	/*border-right: none;*/
/*	padding: 0.8em 0.5em 0.5em 1.5em;*/
	/* background: transparent url(uploads/ngrey/libk.gif) no-repeat right top; */
/*	line-height: 1em;*/
/*	margin: 0; */
/*        color: #000;*/
/*        cursor:text; */
/* separator */
/* div#menu_vert .separator {
	height: 1px !important;
	margin-top: -1px;
	margin-bottom: 0;
	/*padding: 2px 0 2px 0;*/
	/* background-color: #000; */
	overflow: hidden !important;
	line-height: 1px !important;
	font-size: 1px;
/* for ie */
} */
div#menu_vert li.separator hr {
	display: none;
/* this is for accessibility */
}
/* cmsms stylesheet: formbuilder modified: Dienstag, 13. Februar 2018 15:19:45 */
.formbuilder div { margin: 0 0 5px 0 }.formbuilder div div {margin: 0 0 0 500px;padding: 0 0 5px 0;}.formbuilder input[type="email"],.formbuilder input[type="file"],.formbuilder input[type="option"],.formbuilder input[type="text"],.formbuilder textarea,.formbuilder select {width: 100%;max-width: 500px;margin: 0 5px 0 0;padding: 5px;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size: 13px;border: #ccc solid 2px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;}.formbuilder select { width: 504px }.formbuilder input[type="email"]:hover,.formbuilder input[type="file"]:hover,.formbuilder input[type="option"]:hover,.formbuilder input[type="text"]:hover,.formbuilder textarea:hover,.formbuilder select:hover {border: #666 solid 2px;cursor: default;}.formbuilder input[type="submit"] {/*width: 100%;*/max-width: 504px;margin: 10px 0 0 0;padding: 5px;border: #ccc solid 2px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;cursor: pointer;}.formbuilder input[type="submit"]:hover { border: #666 solid 2px; }.formbuilder label {/*width: 100%;*/width: 500px;margin-top: 15px;margin-bottom: 5px;float: left;}.formbuilder input[type="checkbox"] + label,.formbuilder input[type="radio"] + label {width: 60px;float: left;}.formbuilder input[type="checkbox"] + label.label {width: 190px;float: right;}.formbuilder_text_error {color: #f00;font-weight: bold;}.captchapict {width: 500550px;border: #ccc solid 2px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;}.formbuilder_field_error input[type="email"],.formbuilder_field_error input[type="file"],.formbuilder_field_error input[type="option"],.formbuilder_field_error input[type="text"],.formbuilder_field_error select,.formbuilder_field_error textarea,.formbuilder_field_error .captchapict { border: #f00 solid 2px }/*** Below some more available CSS codes...* Note: when you need them, the sequence of all lines is important!.formbuilder input { }.formbuilder input[type="button"] { }.formbuilder input[type="radio"] { }.formbuilder input[type="checkbox"] { }.formbuilder legend { }.formbuilder optgroup { }.formbuilder fieldset { }.formbuilder form { }***/
/* cmsms stylesheet: Accessibility and cross-browser tools modified: Freitag, 5. Mai 2017 17:03:42 */
/* accessibility */
/* menu links accesskeys */
span.accesskey {
	text-decoration: none;
}
/* accessibility divs are hidden by default, text, screenreaders and such will show these */
.accessibility, hr {
/* position set so the rest can be set out side of visual browser viewport */
	position: absolute;
/* takes it out top side */
	top: -999em;
/* takes it out left side */
	left: -999em;
}
/* definition tags are also hidden, these are also used for accessibility menu links */
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
/* end accessibility */
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #18507C;
/* background image for the link to show wiki style arrow */
	background: url(https://www.himmelunderde.ch/images/cms/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(https://www.himmelunderde.ch/images/cms/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(https://www.himmelunderde.ch/images/cms/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* clearing */
/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	height: 0;
	clear: both;
	width: 90%;
	visibility: hidden;
}
#main .clear {
	height: 0;
	clear: right;
	width: 90%;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clear {
/* Hides from IE-mac \*/
	height: 1%;
	clear: right;
	width: 90%;
/* End hide from IE-mac */
}
/* end clearing */
