html {
  font-family: arial;
}

body::after {
    content: "";
    background: transparent url(../medien/hintergrund.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    opacity: 0.4;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    /*-webkit-filter: grayscale(1);*/
    /*filter: grayscale(1);*/
    /* transform: scaleX(-1); */
}

.skip-link {
	display:none;
}

.container {
  margin-top: 50px;
}

#mainlogo {
    width: 200px;
}

#mainlogo:hover {
/*    transition: 0.5s;
    transform: scale(1.1);*/
}


img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: #182235;
}

::selection {
  color: #ffffff; 
  background: #182235;
}


.contact {
    /*border: 1px solid black;*/
    background-color: #182235;
    color: #fff;
    padding: 1.3em;
    display: table;
    margin: 1.5em auto;
}

/*#contact:hover {
    background: #000000;
    color: #ffffff;
    transition: 1s;
}*/

#footerbar {
  text-align: center;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: #a5ced2;
    text-decoration: underline;
}

.toggleButton {
    font-size: 0.8em;
  cursor: pointer;
  display: inline-block;
}

.toggleActive {
  text-decoration: underline;
}

.toggleText {
    padding: 3em;
    text-align: left;
}

.toggleText a{
  font-size: 1em;
  font-weight: normal;
}
