/* cmsms stylesheet: Accessibility and cross-browser tools 2 modified: 17.01.2017 23:32:25 */
/* 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: #3A6C41;
/* background image for the link to show wiki style arrow */
	background: url(https://nr-wahlen.at/images/cms/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #3A6C41;
/* 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://nr-wahlen.at/images/cms/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #248D00;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(https://nr-wahlen.at/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 */
/* cmsms stylesheet: resp-menu-top modified: 17.01.2017 23:32:25 */
#nav
{width: 100%; position: relative;
top: 25%;
margin: 0;
}

#nav > a
{
display: none;
}

#nav li
{
position: relative; list-style: none;
}
#nav li a
{
color: #555;
display: block;
text-decoration:none;
padding: 0 1.5em 0 0.5em ;
}
#nav li a:active
{
background-color: #85afd9 !important;
}


/* first level */

#nav > ul
{
height: 3.75em; /* 60 */
background-color: #fff;
}
#nav > ul > li
{
width: 13%;
height: 100%;z-index:1;
float: left;
}
#nav > ul > li > a
{
height: 100%;
font-size: 1em; /* 24 */
line-height: 2.5em; /* 60 (24) */
text-align: center;
}
#nav > ul > li:not( :last-child ) > a
{
border-right: 1px solid #CCC;
}

#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a
{
background-color: #CEE7FF;
}


/* second level */

#nav li ul
{
background-color: #CEE7FF;
display: none;
position: absolute;z-index:5;
top: 100%;
}
#nav li:hover ul
{
display: block;
left: 0;
right: 0;
}
#nav li:not( :first-child ):hover ul
{
left: -1px;
}
#nav li ul a
{
font-size: 1em; /* 20 */
border-top: 1px solid #555;
padding: 0.75em; /* 15 (20) */
}
#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a
{
background-color: #FAF3E8;
}

@media only screen and ( max-width: 1280px ) 
{
#nav > ul > li {
width: 18%;
height: 100%;z-index:1;
float: left; }
}

@media only screen and ( max-width: 960px ) /* 1000 */
{
#nav{
width: 100%;
position: static;
margin: 0;}
#nav li a
{
color: #555;
display: block;
text-decoration:none;
padding: 0 0.7em 0 0.3em ;
}
#nav > ul > li
{
width: 18%;
height: 100%;z-index:1;
float: left;
}
}

@media only screen and ( max-width: 800px ) /* 640 */
{
	html
	{
font-size: 75%; /* 12 */
	}

	#nav
	{
position: relative;
top: auto;
left: auto;
	}
#nav > a
{
	width: 3.125em; /* 50 */
	height: 3.125em; /* 50 */
	text-align: left;
	text-indent: -9999px;
	background-color: #85afd9;
	position: relative;
}
	#nav > a:before,
	#nav > a:after
	{
position: absolute;
border: 2px solid #fff;
top: 35%;
left: 25%;
right: 25%;
content: '';
	}
	#nav > a:after
	{
top: 60%;
	}

#nav:not( :target ) > a:first-of-type,
#nav:target > a:last-of-type
{
	display: block;
}


	/* first level */

	#nav > ul
	{
height: auto;
display: none;
position: absolute;
left: 0;
right: 0;
	}
#nav:target > ul
{
	display: block;
box-shadow: 0px 0px 6px #AAA;
}
#nav > ul > li
{
	width: 100%;
	float: none;
}
	#nav > ul > li > a
	{
height: auto;
text-align: left;
padding: 0 0.833em; /* 20 (24) */
	}
#nav > ul > li:not( :last-child ) > a
{
	border-right: none;
	border-bottom: 1px solid #555;
}


/* second level */

#nav li ul
{
	position: static;
	padding: 1.25em; /* 20 */
	padding-top: 0;
}
}
/* cmsms stylesheet: resp-12col modified: 17.01.2017 23:32:25 */
* {margin:0;padding:0;border:0;}


div {font-size: 1em;}
img {border: 0;}
div#hr{border-bottom:2px solid #AAA;margin:0.5em 0 0.5em 0 ;clear:both;}
div#hrwit{border-bottom:1px solid #FFF;margin:0.5em 0 0.5em 0 ;}

span.klein{font-size:80%;}
a, a:link a:active {text-decoration: underline;	background-color: inherit;color: #61809F;}
a:visited {text-decoration: underline;	background-color: inherit; color: #61809F;}
a:hover {text-decoration: none;	background-color: inherit;color: #333;}

#myframe { height: 440px; display:block;}
div.horlin {height: 1px; padding: 0;  border-bottom: 1px solid #888; margin: 0;}
input.fulldiv { box-sizing: border-box; width: 99%;
        border: 1px solid #85afd9;
        background: #fff;
        padding: 0.3em 0 0.3em 0;
    }

body{margin:0;padding:0;
    font-family:Roboto;
    font-weight:400;
    font-size: 18px;
    color:#555;
    background-color:#FFF;
}

div#header{width:100%;}
div#header img.bghead{width:100%;}
div#header::after {clear: both; display: block;}
h2{color:#555;font-weight:300;}
div#headtext{position:absolute;z-index:10; width:13.50%; right:13.5%;top:0; }
div#headtext>img{width:93%;}

/*******vloerkl start*********/
@keyframes one {0% {opacity:1;} 25% {opacity:0;} 50% {opacity:0;} 75% {opacity:0;} 100% {opacity:1;} }
@keyframes two {0% {opacity:0;} 25% {opacity:1;} 50% {opacity:0;} 75% {opacity:0;} 100% {opacity:0;} }
@keyframes three {0% {opacity:0;} 25% {opacity:0;} 50% {opacity:1;} 75% {opacity:0;} 100% {opacity:0;} }
@keyframes four {0% {opacity:0;} 25% {opacity:0;} 50% {opacity:0;} 75% {opacity:1;} 100% {opacity:0;}  }

img.b0{width:100%;} 
img.b1{width:100%; animation-name: one; animation-timing-function: ease-in; animation-duration: 16s;animation-iteration-count: infinite;}
img.b2{width:100%; animation-name: two; animation-timing-function: ease-in; animation-duration: 16s;animation-iteration-count: infinite;}
img.b3{width:100%; animation-name: three; animation-timing-function: ease-in; animation-duration: 16s;animation-iteration-count: infinite;}
img.b4{width:100%; animation-name: four; animation-timing-function: ease-in; animation-duration: 16s;animation-iteration-count: infinite;}

div#erste{position:absolute;top:0%;right:0%;z-index:15;width:10.5%;}
div#zweite{position:absolute;top:00%;right:0%;z-index:14;width:10.5%;}
div#dritte{position:absolute;top:0%;right:0%;z-index:13;width:10.5%;}
div#vierte{position:absolute;top:0%;right:0%;z-index:12;width:10.5%;}
div#null{position:absolute;top:0%;right:0%;z-index:10;width:10.5%;}
/*******vloeierkl stop*********/

div#menuwrapper{ margin:0; background-color:#FFF; width:94%; padding:0.5em 3% 0.5em 3%;display:block;float:left;}
.crbk{padding:0 0 0 3%;width:62.7%;float:left;}

div#sidebar{width:33%;padding:1em 0;float: right;background-color:#FFF;margin-top:0.15em;}

div#news{width:48%;padding:0.3em 1%;float:left;margin-top:0.1em;}
div#news > h2{font-size:200%;margin:0.1em 0 0.4em 0;background-color:#85afd9;color:#FFF;}

div#search {float: left;width: 48%;text-align: left;padding:0.3em 1%;margin-top: 0.1em;}
input.search-button {border: none;height: 3em; width: 99%;margin: 0;padding: 0 0.15em 0.15em 0;cursor: pointer;background-color: #90B7DE;}
input.search-input {color:#444; font-family: arial; border:1px solid #85afd9; padding:0.5em 0 0.5em 0;width:98%;}
input.search-button{color:#FFF;font-weight:bold;}
input.search-button:hover{color:#000;}
div#search > h2{font-size:200%;margin:0.1em 0 0.4em 0;background-color:#85afd9;color:#FFF;}

div#aanmelden{width:48%;padding:0.3em 1%;float:left;margin-top:0.1em;}
div#aanmelden > h2{font-size:200%;margin:0.1em 0 0.4em 0;background-color:#85afd9;color:#FFF;}

input#feu_username {color:#555}
input#feu_password {color:#555;}
.btn{margin:0;padding:0.7em 0 0.7em 0;background-color:#85afd9;width:99%;font-weight:bold;color:#FFF;cursor:pointer;}
.btn:hover{color:#000;}

input, textarea {margin:0;padding:0.5em;border:1px solid #999;box-shadow:1px 1px 4px 1px #DDD inset;}

div#content{width:60%;padding:1em 3%;float: left;background-color:#FFF;margin-top:0.15em;}
div#content::after { clear: both; content: ""; display: block;}

div.cgfeedback_addcoment
{margin:0;padding:0.3em 0 0.3em 0;background-color:#9cceff;}

textarea {width:90%;}


table.calendar{
padding:0;
}
table.calendar td{
background-color:#85afd9;
padding:3px;
border-right:1px solid #BBB;
border-left:1px solid #DDD;
border-bottom:1px solid #BBB;
border-top:1px solid #DDD;
margin:2px;
}

table.calendar td a{
font-weight:bold;
color:#007730;
}
caption.calendar-month{
font-size:150%;
padding:5px 0 5px 0;}
.calendar-today
{font-weight:bold;
color:#CC0000;}



div.left49 {width: 70%;}
div.right49 {float: right;width: 29%;text-align: right;}

div#footer{width:100%;background-color:#90b7de;padding:1% 0;clear:both;}
div#fatfoot{background-color:#90b7de;margin:0 auto;padding:1em 3% 1em 3%;width:94%;display:block;clear:both;}
div#fatfoot a{color:#FFF;}
div#fatfoot a:hover{color:#000;}
div#foottxt{width:100%;text-align:center;font-size:80%;clear:both;}



@media screen and (min-width: 1680px) and (max-width: 1920px) 
{
body{font-size: 18px;}
}

@media screen and (min-width: 1280px) and (max-width: 1679px) 
{
body{font-size: 16px;}
}

@media screen and (min-width: 960px) and (max-width: 1279px)
{
body{font-size: 16px;}
div#content{width:44%;padding:1em 3%;float: left;background-color:#FFF;margin-top:0.15em;}
div#sidebar{width:50%;padding:1em 0;float: right;background-color:#FFF;margin-top:0.15em;}
}

@media screen and (min-width: 600px) and (max-width: 959px) 
{
body{font-size: 16px;}
div#content{width:94%;padding:1em 3%;float: left;background-color:#FFF;margin-top:0.15em;}
div#sidebar{width:100%;padding:1em 0;float: right;background-color:#FFF;margin-top:0.15em;}
div#news{width:98%;padding:0.3em 1%;float:left;margin-top:0.1em;}
div#search {float: left;width: 98%;text-align: left;padding:0.3em 1%;margin-top: 0.1em;}
div#aanmelden{width:98%;padding:0.3em 1%;float:left;margin-top:0.1em;}

}

@media screen and (min-width: 320px) and (max-width: 599px) 
{
body{font-size: 14px;}
div#content{width:94%;padding:1em 3%;float: left;background-color:#FFF;margin-top:0.15em;}
div#sidebar{width:100%;padding:1em 0;float: right;background-color:#FFF;margin-top:0.15em;}
div#news{width:98%;padding:0.3em 1%;float:left;margin-top:0.1em;}
div#search {float: left;width: 98%;text-align: left;padding:0.3em 1%;margin-top: 0.1em;}
div#aanmelden{width:98%;padding:0.3em 1%;float:left;margin-top:0.1em;}
}

@media screen and (min-width: 30px) and (max-width: 320px)
{
body{font-size: 12px;}
div#content{width:94%;padding:1em 3%;float: left;background-color:#FFF;margin-top:0.15em;}
div#sidebar{width:100%;padding:1em 0;float: right;background-color:#FFF;margin-top:0.15em;}
div#news{width:98%;padding:0.3em 1%;float:left;margin-top:0.1em;}
div#search {float: left;width: 98%;text-align: left;padding:0.3em 1%;margin-top: 0.1em;}
div#aanmelden{width:98%;padding:0.3em 1%;float:left;margin-top:0.1em;}
}
/* cmsms stylesheet: FatFootMenu modified: 17.01.2017 23:32:25 */
#footer ul {
/* some margin is set in the footer padding */
   margin: 0px;
/* calling a specific side, left in this case */
   margin-left: 5px;
   padding: 0px;
/* remove any default bullets, image used in li call */
   list-style: none;
}
#footer ul li {
/* remove any default bullets, image used for consistency */
   list-style: none;
/* float left to set first level li items across the top */
   float:left;
/* a little margin at top */
   margin: 5px 0px 0px;
/* padding all the way around */
   padding: 5px;
/* you can set your own image here, used for consistency */
   background: url(https://nr-wahlen.at/uploads/themes/bluetop-rd/dot.gif) no-repeat left 10px;
}
#footer ul li a {
/* this will make the "a" link a solid shape */
   display:block;
   margin: 2px 0px 4px;
   padding: 0px 5px 5px 5px;
}
/* set h3 to look like "a" */
#footer li h3 {
   font-weight:normal;
   font-size:100%;
   margin: 2px 0px 2px 0px;
   padding: 0px 5px 5px 5px;
}
/* set h3 to look like "a", less margin at this level */
#footer li li h3 {
   font-weight:normal;
   font-size:100%;
   margin: 0px;
   padding: 0px 5px 5px 5px;
}
#footer ul li li {
/* remove any default bullets, image used for consistency */
   list-style: none;
/* remove float so they line up under top li */
   float:none;
/* less margin/padding */
   margin: 0px;
   padding: 0px 0px 0px 5px;
/* you can set your own image here, used for consistency */
   background: url(https://nr-wahlen.at/uploads/themes/bluetop-rd/dot.gif) no-repeat left 3px;
}
/* fix for IE6 */
* html #footer ul li a {
   margin: 2px 0px 0px;
   padding: 0px 5px 5px 5px;
}
* html #footer ul li li a {
   margin: 0px 0px 0px;
   padding: 0px 5px 0px 5px;
}
/* End fix for IE6 */
#footer ul ul {
/* remove float so they line up under top li */
   float:none;
/* a little margin to offset it */
   margin: 0px 0px 0px 8px;
   padding: 0;
}
#footer ul ul ul {
/* remove float so they line up under li above it */
   float:none;
/* a little margin to offset it */
   margin: 0px 0px 0px 8px;
   padding: 0;
}
