html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
body {
  font: 13px/1.231 sans-serif;
  *font-size: small;
}
select,
input,
textarea,
button {
  font: 99% sans-serif;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
body,
select,
input,
textarea {
  color: #444;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
html {
  overflow-y: scroll;
}
a:hover,
a:active {
  outline: none;
}
/*a, a:active, a:visited { color: #607890; }*/
/*a:hover { color: #036; }*/
ul,
ol {
  margin-left: 1.8em;
}
ol {
  list-style-type: decimal;
}
nav ul,
nav li {
  margin: 0;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
pre {
  padding: 15px;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
textarea {
  overflow: auto;
}
.ie6 legend,
.ie7 legend {
  margin-left: -7px;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
}
input:invalid,
textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}
::-moz-selection {
  background: #FF5E99;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #FF5E99;
  color: #fff;
  text-shadow: none;
}
a:link {
  -webkit-tap-highlight-color: #FF5E99;
}
button {
  width: auto;
  overflow: visible;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* Primary Styles ADMIN.CH
    Author: Antistatique.net
 */
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}
.ie6 .header,
.ie7 .header {
  zoom: 1 ;
}
a {
  color: #006699;
}
a:hover {
  color: #0085c7;
}
ul {
  list-style: square outside;
}
#container {
  width: 960px;
}
.help {
  color: #999;
  font-style: italic;
  font-size: 10px;
}
input[type=submit] {
  margin-top: 4px;
}
/** H E A D E R **/
header .logo-ch {
  display: block;
  float: left;
  background: url('../images/logo_suisse.jpg') no-repeat 13px 10px;
  height: 104px;
  width: 300px;
}
header .logo-ch strong {
  display: none;
}
header .admin-ch,
header h1,
header h2 {
  width: 550px;
  padding-right: 10px;
  text-align: right;
  /*       position: absolute;       
       right:0;
*/
  float: right;
  display: block;
  text-decoration: none;
}
header .admin-ch {
  top: 0;
  height: 20px;
  line-height: 20px;
  background: #999 url('../images/h_degr.png') 0 0 repeat-y;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(0.3, #999));
  background: -moz-linear-gradient(0deg, 0% #fff, 30% #999);
  color: #000;
  font-weight: bold;
  font-size: 0.85em;
}
header h1 {
  /*       top:20px;
       right:0;*/
  background: #006699 url('../images/h_degr.png') 0 0 repeat-y;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(0.3, #006699));
  background: -moz-linear-gradient(0deg, 0% #fff, 30% #006699);
  height: 20px;
  line-height: 20px;
  font-weight: bold;
  font-size: 0.85em;
  color: #fff;
}
header h2 {
  background: url(../images/h_photo.jpg) 0 0 no-repeat;
  display: block;
  height: 43px;
  /*       top:40px;*/
  color: #fff;
  font-size: 1.3em;
  padding-top: 20px;
}
header .topnav {
  clear: both;
  list-style: none;
  margin: 1px 0;
  padding: 0;
  height: 30px;
  background-color: #ccc;
}
header .topnav li {
  margin-left: 16px;
  float: left;
}
header .topnav li a {
  font-size: 0.8em;
  display: block;
  color: #000;
  line-height: 30px;
  text-decoration: none;
}
header .topnav li a:hover {
  text-decoration: underline;
}
header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 28px;
  background-color: #ccc;
}
header nav ul li {
  float: left;
}
header nav ul li a {
  display: block;
  line-height: 28px;
  font-size: 1.1em;
  font-weight: bold;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
  border-right: 1px solid #fff;
}
header nav ul li a:hover {
  background-color: #555;
  color: #fff;
}
header nav ul li a:active {
  background-color: #006699;
}
header nav ul li .current {
  background-color: #006699;
}
/** N A V **/
.main-nav {
  margin-top: 20px;
  margin-right: 30px;
  margin-bottom: 40px;
  float: left;
  width: 210px;
}
.main-nav ul {
  border-top: 1px solid #ccc;
  list-style: none;
  margin: 0;
}
.main-nav ul li ul {
  border-top: none;
}
.main-nav ul li ul li a {
  padding-left: 25px;
  font-weight: normal;
  font-size: 0.85em;
}
.main-nav ul li ul li .current {
  background-color: #fff;
  color: #006699;
}
.main-nav ul li ul li .current:hover {
  color: #006699;
}
.main-nav ul li ul li ul {
  border-top: none;
}
.main-nav ul li ul li ul li a {
  padding-left: 40px;
  font-weight: normal;
  font-size: 0.85em;
}
.main-nav ul li ul li ul li .current {
  background-color: #fff;
  color: #006699;
}
.main-nav ul li ul li ul li .current:hover {
  color: #006699;
}
.main-nav ul li a {
  color: #222;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  padding: 2px 5px 2px 15px;
  display: block;
  border-bottom: 1px solid #ccc;
  /*             &:active{
                color:#fff;
                background-color: #006699;
             }*/
}
.main-nav ul li a:hover {
  color: #006699;
}
.main-nav ul li .current {
  color: #fff;
  background-color: #006699;
}
.main-nav ul li .current:hover {
  color: #fff;
}
/** C O N T E N T **/
#content {
  float: left;
  width: 480px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#content .breadcrumb {
  padding: 2px;
  font-size: 0.9em;
  color: #333;
  background-color: #eee;
}
#content .breadcrumb:hover {
  background-color: #ccc;
}
#content .breadcrumb a {
  color: #333;
}
#content .page-title {
  margin: 10px 0 5px;
}
#content .page-title h1 {
  font-size: 1.5em;
  font-weight: bold;
}
#content h1 {
  font-size: 1.2em;
  font-weight: normal;
  margin: 8px 5px 0;
}
#content h2 {
  font-size: 1.1em;
  margin: 5px 5px 0;
}
#content p {
  line-height: 1.4em;
  margin: 2px 5px 0;
  font-size: 0.9em;
}
#content .successMsg {
  display: block;
  color: green;
}
#content form p {
  margin-top: 10px;
}
/** A S I D E **/
aside {
  float: right;
  width: 210px;
  margin-top: 10px;
  margin-left: 30px;
  margin-bottom: 40px;
}
aside img {
  width: 60px;
  float: left;
  margin-bottom: 40px;
  margin-right: 12px;
}
aside h2 {
  background-color: #eee;
  border-top: 1px solid #ccc;
  padding: 2px;
  margin: 10px 0 0;
}
aside p {
  margin: 4px 5px;
}
aside ul {
  list-style: none;
}
/** F O O T E R **/
footer {
  width: 470px;
  margin-left: 240px;
  margin-bottom: 20px;
  padding: 5px;
  clear: both;
  margin-top: 30px;
  border-top: 1px solid #ccc;
  font-size: 0.9em;
  color: #333;
}








/* responsive stylesheet */



.nav-menu-button-container {
  display: none;
}

@media only screen and (max-width: 1100px){
*{
	box-sizing: border-box;
}
#container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#content {
    max-width: 960px;
	width: auto;
    margin: 20px;
    flex: 1 1 auto;
}

aside {
  margin-right: auto;
}

footer {
  width:100%;
  margin-left: 0 ;
}

#content p {
  width: 90%;
  max-width: 490px;
}

.no-scroll {
    overflow: hidden;
}

header {
    width:100%
}

header nav {
    display: flex;
    justify-content: center;
    background: #ccc;
}

header nav ul {
  width: 1000px;
}

nav.main-nav {
  margin: 10px auto;
}
  nav.main-nav ul li a{
    padding: 0.6em 1em;
  }

header .admin-ch,
header h1 {
  width: 50%;
  height: auto;
  padding-left: 1em;
}

header .logo-ch {
    height: 5em;
    background-size: contain;
    width: 30%;
    background-position: 0;
    margin: 1em;
  }

.nav-menu-button-container {
  background: white; 
  position: fixed;
  right: 0;
  bottom: 5vh;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.6);
}


.nav-menu-button {
  padding: 0.6em;
  background: none;
  font-size: 2em;
  width: 100%;
  height: 100%;
  border:none;
}
    .nav-menu-button:hover {
  color: #006699; 
}
.nav-menu-button > p:last-of-type {
  display:none;
}

.nav-menu-button-container.mobile-navigation--is-open p:last-of-type {
  display:inline-block;
}

.nav-menu-button-container.mobile-navigation--is-open p:first-of-type {
  display:none;
}


  header .logo-ch {
    width: 260px;
  }
  
  .page-content img{
    max-width:100%;
  }
}

@media only screen and (max-width: 1000px){
  .main-nav {
    width: 100%;
  }
  #content p {
    max-width: initial;
  }
  
  header nav ul {
    height: auto;
    clear: both;

  }
   header nav ul:after {
    content: "";
    display: table;
    clear: both;
  }
  aside {
      float: none;
      display: block;
      margin-left: 0;

  }
  #content {
      float: none;
  }
  
  .main-nav {
      margin-right: 0;
      float: none;
  }
  
}

@media only screen and (max-width: 500px) {
  #container {
  display: block;
  }
  header nav {
    display: none;
  }
  header nav.mobile-navigation--is-open {
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    background: #ccc;
    top: 0;
    left: 0;
  }
  
  header nav.mobile-navigation--is-open li {
    display: block;
  }
  
  header nav.mobile-navigation--is-open ul li {
    float: none;
  }
  
  header nav.mobile-navigation--is-open li a{
    text-decoration: none;
    font-weight: normal;
    font-size: 1.2em;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    padding: 1em 3em;
  }
  
  .nav-menu-button-container {
    z-index: 1;
    display: block;
  }
 
  header nav.mobile-navigation--is-open li a.current {
     font-weight: bold;
  }
}

@media only screen and (max-width: 700px){ 
  aside {
    width: 100%
  }

  header .admin-ch,
  header h1 {
    width:100%;
  }
    header .admin-ch,
    header h1{
    background-image: none;
  }
    header h1{ background-color: #006699; }
    header .admin-ch{background-color: #999;}
}
