/*
Theme Name: kosse
Theme URI: http://www.amisso.de
Version: 1.0
Description: 3 Column theme
Author: amisso GmbH
Author URI: http://www.amisso.de
*/


/*/////////////////// Basics /////////////////*/

* {
    font-family: "Trebuchet MS", Verdana, Georgia, Sans-Serif;
}

html {
    font-size: 62.5%;
    height: 100%;	height: auto\9;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;	height: auto\9;
    font-size: 14px;  font-size: 1.4rem;
    line-height: 24px;  line-height: 2.4rem;
    color: #404040;;
    background: url("images/body-bg.jpg") no-repeat fixed center top #445f81; /* Old browsers */
   /* background: -moz-linear-gradient(top,  #536f8c 19%, #3b567b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,#536f8c), color-stop(100%,#3b567b));
    background: -webkit-linear-gradient(top,  #536f8c 19%,#3b567b 100%);
    background: -o-linear-gradient(top,  #536f8c 19%,#3b567b 100%);
    background: -ms-linear-gradient(top,  #536f8c 19%,#3b567b 100%);
    background: linear-gradient(to bottom,  #536f8c 19%,#3b567b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#536f8c', endColorstr='#3b567b',GradientType=0 ); */
}

/* framework */
.clear,#clear{height:0.1px; height:0.01rem;font-size:0.1px;font-size:0.01rem;line-height:0.1px;line-height:0.01rem;clear:both;}
.invisible{width:0px;height:0px;left:-2000px;top:-2000px;position:absolute;overflow:hidden;display:inline;}
.error, .tl_error {color:#ff0000;}
.block {overflow:visible;}

/* --- Some grid patches --- */

#left,
#right,
#main {
  /*  display: inline;
    float: left;*/
    position: relative;
    margin-left: 1%;
    margin-right: 1%;
}
.single #main {
    margin: 0;
}

/*grid customized*/
.grid4padding {
    width: 28.333%;
}

.grid6padding {
    width: 45.0%;
}

.grid8padding {
    width: 61.667%;
}

.grid12padding {
    width: 95.0%;
}

/* --- End of grid patches --- */


/*//////////////////// Elements ///////////////*/

/* elements */
a img {
    border: 0;
}

figure img {
    _width: auto;
}

a,
a.visited,
a.active,
span.active {
    color: #404040;
    text-decoration: none;
}

#main a,
#main a.visited,
#main a.active,
#main span.active {
    color: #024476;
}

a:hover {
    text-decoration: underline;
}

h1 {
    padding: 13px 18px 10px;    padding: 1.3rem 1.8rem 1.0rem;
    margin: 0 0 15px;         margin: 0 0 1.5rem;
    font-size: 22px;            font-size: 2.2rem;
    line-height: 24px;            line-height: 2.4rem;
    display: inline-block; display: table;
    min-with: 50%;
}

#main h1 a,
#left h2 a,
#right h2 a {
    color: #fff;
}

h1 a:hover {
    text-decoration: none;
}

#main h1 {
    padding: 13px 15px 10px;    padding: 1.3rem 1.5rem 1.0rem;
    margin: 0 0 20px -15px;         margin: 0 0 2.0rem -1.5rem;
    font-size: 28px;            font-size: 2.8rem;
    line-height: 28px;            line-height: 2.8rem;
    color: #fff;
    background: #e9bb1d;
    display: inline-block; display: table;
    min-with: 50%;
}

.single #main h1 {
    display: table; /* spricht was degegen???*/
}

#left h1 {
    padding: 13px 18px 10px;    padding: 1.3rem 1.8rem 1.0rem;
    margin: 0 0 15px -20px;         margin: 0 0 1.5rem -2.0rem;
}

#footer h1 {
    padding: 0 0 5px;   padding: 0 0 0.5rem;
    margin: 0;
    background: none;
    font-size: 20px;  font-size: 2.0rem;
    line-height: 20px; line-height: 2.0rem;
}

h2 {
    margin: 0 0 10px 0;   margin: 0 0 1.0rem 0;
    font-size: 22px;    font-size: 2.2rem;
    line-height: 24px;    line-height: 2.4rem;
    font-weight: bold;
    clear: both;
}

#left h2,
#right h2 {
    padding: 8px 15px 7px;    padding: 0.8rem 1.5rem 0.7rem;
    margin: 0 0 20px -15px;         margin: 0 0 2.0rem -1.5rem;
    font-size: 18px;            font-size: 1.8rem;
    line-height: 18px;            line-height: 1.8rem;
    color: #fff;
    background: #e9bb1d;
    display: inline-block; display: table;
    min-with: 50%;
}

h3 {
    margin: 5px 0;    margin: 0.5rem 0;
    font-size: 18px;  font-size: 1.8rem;
    line-height: 20px;    line-height: 2.0rem;
    font-weight: bold;
}

h4, h5, h6 {
    margin: 5px 0;    margin: 0.5rem 0;
    font-size: 14px;    font-size: 1.4rem;
}


input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
    border: 1px solid #dbdbdb;
    margin: 0 0 10px 0;
    padding: 6px;   padding: 0.6rem;
    color: #404040;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow:    inset 0 0 4px #b1b1b1;
    -webkit-box-shadow: inset 0 0 4px #b1b1b1;
    box-shadow:         inset 0 0 4px #b1b1b1;
}

label {
    margin-right: 20px;   margin-right: 2.0rem;
}

#main input,
#main textarea {
    border: 1px solid #bbb;
}

input[type="submit"] {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;    font-size: 1.6rem;
    margin-bottom: 15px;    margin-bottom: 1.5rem;
}

input[type="button"] {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;    font-size: 1.2rem;
    border: 0;
    padding: 2px; padding: 0.2rem;
    cursor: pointer;
    margin-left: 20px;    margin-left: 2.0rem;
}

/* border radius global */
#main .inside,
#left .inside .sideblock,
#right .inside .sideblock,
#header .mod_customnav .level_1 li a,
#header .inside .mod_navigation ul.sub-menu,
#footer .inside .logos img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/* border radius customized */

#main h1,
#left .mod_navigation h1,
#left h2,
#right h2 {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* global shadow */
#main .inside,
#left .inside .sideblock,
#right .inside .sideblock,
#header .inside .mod_navigation ul.sub-menu,
#header .mod_customnav .level_1 li a,
#footer .inside .logos img {
    -webkit-box-shadow: 2px 3px 3px rgba(44, 44, 44, 0.75);
    -moz-box-shadow:    2px 3px 3px rgba(44, 44, 44, 0.75);
    box-shadow:            2px 3px 3px rgba(44, 44, 44, 0.75);
}

/* clear shadow */
h2, h3, h4, h5, h6 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*---------- LAYOUT ----------*/

#wrapper {
    padding: 0;
    margin: 0 auto;
    position: relative;
    min-height: 100%;
}

#header {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    *z-index: 20;
    background: url("images/blurwhite.png");
    /*background: rgba(255, 255, 255, 0.6);*/
}

#header .inside {
    max-width: 1200px;   _width: 1200px;
    margin: 0 auto;
    padding: 0;
}

#header .inside .content {
    margin: 0 1%;
    min-height: 230px;    min-height: 23rem;    _height: 230px;
    position: relative;
    *z-index: 20;
}

#container {
    max-width: 1200px;   _width: 1200px;
    margin: 30px auto 0;
    padding: 0;
    position: relative;
    z-index: 10;
}

#main {
    width: 48%; /*org. grid6*/
    padding: 0;
    float: left; /* important to keep template untouched */
}

.single #main {
    width: 100%; /*grid12 vorlage angepasst*/
}

#left,
#right {
    width: 23%; /* grid3*/
    padding: 0;
    _margin: 0;
}

#left {
    float: left;
}

#right {
    float: right;
}

#footer {
    margin: 30px 0 0 0;
    padding: 0;
    background: url("images/footer-bg.jpg") repeat-x top #767676;
    min-height: 200px;   _height: 200px;   /* height = #container padding-bottom */
    min-width: 100%;    _width: 100%;
    position: relative;
    bottom: 0;
    z-index: 20;
}

#footer .inside {
    margin: 0 auto;
    padding: 30px 0 0;
    max-width: 1200px;   _width: 1200px;
}

#footer .mod_navigation {
	display: none !important;
}

/*---------- LAYOUT ENDE ----------*/

/*----- Header Elements -----------*/

#header .inside h1 {
    background: none;
    font-size: 0px;
    float: right;
    margin: 15px 0;
    padding: 0;
}

#header .inside h1 a {
    text-decoration: none;
    font-size: 0;
    display: block;
    height: 119px;    height: 11.9rem;
    width: 768px;     width: 76.8rem;
    background-size: 100%;
    background: url("images/header.png") no-repeat right top;
}

#header .inside .slogan {
    display: block;
    float: right;
    margin: 0 20px;   margin: 0 2rem;
    font-weight: bold;
    font-size: 25px;    font-size: 2.5rem;
}

/* --- Custom Navigation --- */

#header .mod_customnav {
    clear: both;
    margin: 0 10px;    margin: 0 1rem;
    padding: 0;
    /*position: relative;
    top: -20px; top: -2rem;*/
}

#header .mod_customnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* level_1 */
#header .mod_customnav .level_1 li {
    float: left;
    font-size: 21px;    font-size: 2.1rem;
    padding: 0;
    margin: 0;
    border: 0;
}

#header .mod_customnav .level_1 li a {
    float: left;
    padding: 15px;    padding: 1.5rem;
    margin: 0 15px 0 0;    margin: 0 1.5rem 0 0;
    color: #fff;
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    text-decoration: none;
}

#header .mod_customnav .level_1 li a.kontakt {
    background: url("images/kontaktbutton.jpg") repeat-x bottom #e9bb1d;
}

#header .mod_customnav .level_1 li a:hover {
    padding-top: 20px;
}


#header .nav-button {
    display: none;
}

/*------ Navigation ------*/


#header .mod_navigation {
    clear: both;
    float: left;
    margin: 17px 0 0 0;    margin: 1.7rem 0 0 0;
    padding: 0;
    width: 100%;
}

#header .inside .mod_navigation ul {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

#header .inside .mod_navigation a {
    color: #404040;
}

/* level_1 */
#header .inside .mod_navigation .level_1 li {
    font-size: 21px;    font-size: 2.1rem;
    padding: 0 0 16px 0;
    margin: 0 7px;
    border: 0;
    display: inline-block;		*display: inline;
}

#header .inside .mod_navigation .level_1 li:hover {
    border-bottom: 4px solid #e9bb1d;
    padding-bottom: 12px;
}

#header .inside .mod_navigation .level_1 li a {
    padding: 5px 0 25px;
    margin: 0;
    text-decoration: none;
}

/* level_2 */
#header .inside .mod_navigation ul li:hover ul.sub-menu,
#header .inside .mod_navigation ul a:hover ul.sub-menu {
    position: absolute;
    *margin-top: 31px;		*margin-left: -70px;
    display: block;
    z-index: 35;
    list-style: disc;
}

#header .inside .mod_navigation ul.sub-menu {
    margin: 16px 0 0 0;
    padding: 10px 0 20px;   padding: 1.0rem 0 2.0rem;
    position: absolute;
    text-align: left;
    z-index: 35;
    border: 1px solid rgba(99, 100, 102, 0.5);
    border-bottom: 0;
    background: url("images/yellow10.gif") repeat-x bottom #fff;
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    display: none;
}

#header .inside .mod_navigation ul.sub-menu li,
#left .menu-aufruf-fur-beitrage-container ul li,
#footer .menu-navigation-footer-container ul li {
    font-size: 17px;    font-size: 1.7rem;
    padding: 0 10px;    padding: 0 1.0rem;
    margin: 0;
    display: block;
}

#header .inside .mod_navigation ul.sub-menu li.active,
#header .inside .mod_navigation ul.sub-menu li:hover {
    border-bottom: 0;
    padding-bottom: 0;
}

#header .inside .mod_navigation ul.sub-menu li a,
#left .menu-aufruf-fur-beitrage-container ul li a,
#footer .menu-navigation-footer-container ul li a {
    color: #404040;
    padding: 0 15px 0 30px;   padding: 0 1.5rem 0 3.0rem;
    line-height: 26px;    line-height: 2.6rem;
    display: block;
    background: url("images/dott.png") no-repeat left 4px;
    _background: url("images/dott.jpg") no-repeat left 4px;
}

#header .inside .mod_navigation ul.sub-menu li a.active,
#header .inside .mod_navigation ul.sub-menu li a:hover,
#left .menu-aufruf-fur-beitrage-container ul li a.active,
#left .menu-aufruf-fur-beitrage-container ul li a:hover {
    color: #e9bb1d;
    background: url("images/dott_active.png") no-repeat left 4px;
    _background: url("images/dott_active.jpg") no-repeat left 4px;
}

/* Navigation Left */

#left .menu-aufruf-fur-beitrage-container ul,
#left .menu-aufruf-fur-beitrage-container ul li  {
    padding: 0 !important;
    font-size: 15px;    font-size: 1.5rem;
    font-weight: bold;
}

#footer .menu-navigation-footer-container ul {
    padding: 0 15px !important;
    font-size: 15px;    font-size: 1.5rem;
    font-weight: bold;
}

#footer .menu-navigation-footer-container ul li {
    padding: 5px 0 !important;
}

#left .menu-aufruf-fur-beitrage-container ul li a {
    padding: 0 0px 0 30px;   padding: 0 0rem 0 3.0rem;
    text-decoration: none;
}


/*--- Navigation ENDE ----*/


/* Main Elements*/

#main .inside {
    margin: 0;
    padding: 0 15px 30px;
    background: url("images/yellow10.gif") repeat-x bottom #fff;
}

/* Left Elements*/

#left .inside .sideblock {
    background: #fff;
    padding: 0 15px 25px;
    margin: 0 0 30px 0;
    background: url("images/yellow10.gif") repeat-x bottom #fff;
}

#left .inside .sideblock ul {
    list-style-type: none;
    font-weight: bold;
    padding: 0;
}

#left .inside .sideblock ul li {
    padding: 5px 0;
}


/* Right Elements*/

#right .inside .sideblock {
    background: #fff;
    padding: 0 15px 25px;
    margin: 0 0 30px 0;
    background: url("images/yellow10.gif") repeat-x bottom #fff;
}

/* Footer Elements*/

#footer .grid4 {
    color: #fff;
}

#footer .copyright {
    display: block;
    text-align: center;
    margin-top: 15px;
}

#footer .grid4 a {
    color: #fff;
}

#footer .grid4.divider {
    min-height: 400px;
    background: url("images/footer-divider.png") no-repeat right top;
    background-size: contain;
}

#footer .grid4 h3,
#footer .grid4 p {
    padding: 0 15px;
}

#footer .grid4 form textarea {
    height: 100px;
}

#footer .logos {
    text-align: center;
    margin: 10px 0;
}

#footer .logos img {
    margin: 0 2px;   margin: 0 0.2rem;
}








/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #FFFFFF;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}


/*///////////////////////////////////////////*/
/*///////////////////////////////////////////*/
/*///////////////////////////////////////////*/
/*------- RESPONSIVENESS ------*/


/* Preparations */

#header .nav-button,
#main .mod_customnav button {
    display: none;
}


@media only screen and (min-width:468px) and (max-width:979px) {
	/**
	 * Reduce the overall width
	 */
	#header,
	#container,
	#footer .inside {
		width: 100%;
	}

  #main, #left, #right {
    width: 98%;
    float: none;
  }

  #main {
    margin-bottom: 30px;
  }

  #left .submenue.sideblock {
    display: none;
  }

  #header .inside .content {
    margin: 0;
  }

  #header .inside h1 {
    margin-top: 55px;
    margin-left: 1%;
    margin-right: 1%;
    width: 95%;
  }

  #header .inside h1 a {
    background-size: contain;
    width: 100%;
  }

  #header .inside slogan {
    margin-left: 1%;
    margin-right: 1%;
  }

  #header .mod_customnav {
    display: none;
  }

}



@media only screen and (max-width:767px) {
	/**
	 * Remove the overall width
	 */
	#header,
	#container,
	#footer .inside {
		width: 100%;
	}

  #main, #left, #right {
    width: 98%;
    float: none;
  }

  #main {
    margin-bottom: 30px;
    overflow: hidden; /*sorgt für das abschneiden von Text der nicht Umbrechen will (lange URLs)*/
  }

  #main table {
    width: 100% !important;
  }

  #main .anmeldung table tr td:first-child {
    font-size: 11px;
  }

  #left .submenue.sideblock {
    display: none;
  }


  #header .inside .content {
    margin: 0;
  }

  #header .inside h1 {
    margin-top: 55px;
    margin-left: 1%;
    margin-right: 1%;
    width: 95%;
  }

  #header .inside slogan {
    margin-left: 1%;
    margin-right: 1%;
  }

  #header .mod_customnav {
    display: none;
  }

  #header .inside h1 a {
    background-size: contain;
    width: 100%;
  }

  #header .inside slogan {
    margin-left: 1%;
    margin-right: 1%;
  }


	#footer {
		height: auto;
	}

}

@media only screen and (max-width:979px) {

/*////////////////////// Mobile Navigation ////////////////*/

  #header .mod_navigation {
      padding: 0;
      background: none;
      float: none;
      top: 50px;
      clear: none;
      margin: 0;
      position: relative;
  }

  #header #mobilemenue ul,
  #header #mobilemenue ul li,
  #header #mobilemenue a,
  #header #mobilemenue a:hover {
      clear: both;
      float: none;
      position: static;
      display: inline;
      width: auto;
      height: auto;
      margin: 0;
      padding: 0;
      border: 0;
      text-decoration: none;
      list-style-type: none;
      background: none;
      border-radius: 0;
  }


	/* Navigation Button------------------------------------ */

	/*body { padding-top: 50px; }*/

	#header .nav-button.showbutton,
  #header #mobilemenue a.nav-button,
  #header #mobilemenue:target a.nav-button.close {
		display: block;
		position: fixed;
		top: 7px;
		left: 7px;
		width: 50px;
		height: 35px;
		background: url('images/menu-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('images/menu-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('images/menu-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('images/menu-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
		cursor: pointer;
		border: 0 none;
		border-bottom: 1px solid rgba(255,255,255,.1);
		box-shadow: 0 0 4px rgba(0,0,0,.7) inset;
		border-radius: 5px;
		z-index: 999;
		text-indent: -9999px;
	}
	#header .nav-button.showbutton:hover,
  #header #mobilemenue a.nav-button:hover {
		background-color: rgba(0,0,0,.1);
	}
	#header .nav-button.showbutton.open {
		background: url('images/close-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('images/close-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('images/close-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('images/close-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
	}

  #header #mobilemenue:target a.nav-button,
  #header #mobilemenue a.nav-button.close {
    display: none;
  }

  #header #mobilemenue:target a.nav-button.close {
		background: url('images/close-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('images/close-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('images/close-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('images/close-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
    display: block; /* makes it happen */
	}
	/* Navigation Bar--------------------------------------- */

	#header #mobilemenue .level_1  {
		width: 100%;
		float: none;
		background-color: #767676; /* changes the menu color */
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		display: block;
		height: 50px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		box-shadow: 0 1px 2px rgba(0,0,0,.6);
		position: absolute;
		top: -50px;
		left: 0px;
		z-index: 998;
		clear: both;
	}
	#header #mobilemenue .level_1 li {
		display: none;
		width: 100%;
	}
	#header #mobilemenue .level_1 li a {
		display: block;
		width: 90%;
		padding: 10px 5%;
		/*font-size: 14px;
		font-weight: bold;*/
		text-shadow: -1px -1px 0 rgba(0,0,0,.15);
		color: white;
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,.2);
		border-top: 1px solid rgba(255,255,255,.1);
	}
	#header #mobilemenue .level_1 li a:hover {
		background-color: rgba(0,0,0,.5);
		border-top-color: transparent;
	}
	#header #mobilemenue .level_1 > li:first-child {
		border-top: 1px solid rgba(0,0,0,.2);
	}

	/* Toggle the navigation bar open  */

	#header #mobilemenue .level_1.open,
  #header #mobilemenue:target .level_1 {
		height: auto;
		padding-top: 50px;
	}
	#header #mobilemenue .level_1.open li,
  #header #mobilemenue:target .level_1 li {
		display: block;
	}

	/* Submenus – optional .parent class indicates dropdowns */

	#header #mobilemenue .level_1 > li:hover > a {
		background: rgba(0,0,0,.5);
		border-bottom-color: transparent;
	}
	#header #mobilemenue .level_1 li.menuparent > a:after {
		content: "+";
		color: rgba(255,255,255,.5);
    position: absolute;
    right: 10%;
    font-size: 40px;
    font-weight: bold;
	}
	#header #mobilemenue .level_1 li.menuparent > a:hover {
		background: rgba(0,0,0,.75);
	}
	#header #mobilemenue .level_1 li ul {
		display: none;
		background: rgba(0,0,0,.5);
		border-top: 0 none;
		padding: 0;
  }
	#header #mobilemenue .level_1 li ul a {
		border: 0 none;
		/*font-size: 12px;*/
		padding: 10px 5%;
	}
	#header #mobilemenue .level_1 li:hover ul,
  #header #mobilemenue .noscript .level_1 li ul {
		display: block;
		border-top: 0 none;
	}

} /*//////////////////// End Mobile Navigation Styles /////*/
