/* =============================================
 *
 *   FIXED RESPONSIVE NAV
 *
 *   (c) 2014 @adtileHQ
 *   http://www.adtile.me
 *   http://twitter.com/adtilehq
 *
 *   Free to use under the MIT License.
 *
 * ============================================= */

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: 0;
  font-family: 'DitedRegular', Arial, Helvetica, sans-serif;
  font-weight:normal;
  color: rgb(100,100,100);
  font-size: 17px;
  letter-spacing: 2px;
}

img
{
		max-width: 100%; 
		height: auto;
		margin: 1em 1em 1em 0em;
}

a:active,
a:hover {
  outline: 0.5em;
}

a:link 
{ 
	text-decoration: none; 
	color:  rgb(95,95,95);
	text-shadow: 1px 1px 1px #FAD9FF;
}

a:visited 
{ 
	text-decoration: none; 
	color: rgb(95,95,95);
	text-shadow: 1px 1px 1px #FAD9FF;
}




@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 78em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}


/* ------------------------------------------
  DEMO STYLES
--------------------------------------------- */

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #37302a;
  background: #fff;
}

section {
  border-bottom: 1px solid #FAD9FF;
  border-left: 0em solid #FFF;
  border-right: 0em solid #FFF;
  text-align: left;
  padding: 3em 2.1em 5em 3em; 
  height: auto;
  width: auto;
}

article {
  width: 250px;
  margin-left: 0.5em;
  margin-top: -1em;
  margin-bottom: 10em;
  font-size: 12px;
  line-height: 1.8em;
  text-indent: 0;
}

h1 {
  margin-bottom: 1.5em;
  margin-right: 0em;
  text-align: left;
  font-size: 17px;
  
}

p {
  margin-right: 0em;
  margin-top: -1em;
  margin-bottom: 15em;
  font-size: 12px;
  line-height: 1.8em;
  text-indent: 0;
}

p2 {
  margin-right: 0em;
  margin-bottom: 0em;
  font-size: 12px;
  line-height: 1.8em;
  text-indent: 0;
}



b {
margin-right: 6em;
text-align:left;

}

#akkordeon: not(:target) .inhalt {display: none;}
/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
  background: ;
  position: fixed;
  z-index: 3;
  width: 100%;
  padding: 0.8em 3em;
}

.logo {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  font-weight: bold;
  line-height: 35px;
  margin-top: -0.8em;
  color:  rgb(95,95,95);
  float: left;
}


/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: #FFF;
  opacity: ;
  visibility: hidden;
  position: fixed;
  z-index: 2;
  height: 23.5em;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
   border-bottom: 1px solid #FAD9FF;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 0.95;
}

@media screen and (min-width: 78em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
  
  section {
  border-bottom: 1px solid #FAD9FF;
  border-left: 0em solid #FFF;
  border-right: 0em solid #FFF;
  text-align: left;
  padding: 3em 2.1em 5em 3em;
  margin-right: 20em;
  height: auto;
  width: auto;
}

h1 {
  margin-bottom: 1.5em;
  margin-left: 31.8em;
  text-align: left;
  font-size: 17px;
  
}
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 78em) {
  .nav-collapse {
    float: right;
    width: auto;
	right: 3.5em;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 78em) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  text-shadow: 1px 1px 1px #FAD9FF;
  background: ;
  padding: 2em 1em 0em 0em;
  color:  rgb(95,95,95);
  width: 100%;
  float: left;
}

.nav-collapse a:active,
.nav-collapse .active a {
}

@media screen and (min-width: 78em) {
  .nav-collapse a {
    padding: 0em 0.5em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 78em) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  margin-right: 1.3em;
  width: 85px;
  height: 35px;
  float: right;
}

.nav-toggle:before {
  color:  rgb(95,95,95); /* Edit this to change the icon color */
  font: normal 18px/23px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: auto; 
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 16px;
  content: "\78"; /* Close icon */
}

#page-wrap 
{
	padding: 0 0 0 0;
	text-align: center;
}


box1
{
     float: right;
   width: auto;
	 margin-bottom: 0em;
  	margin-right: 0em;
	
}



box2
{
     float: left;
     width: auto;
     margin-right: 5em;
	 margin-bottom: 0em;
}
/*box2
{
     float: left;
     width: auto;
     margin-right: 0em;
	 margin-bottom: 0em;
}
box3
{
     float: left;
     width: auto;
     margin-right: 20%;
	 margin-bottom: 0em;
}
box4
{
     float: right;
     width: auto;
     margin-right: 0em;
	 margin-bottom: 0em;
}
*/
*/