body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
* {
  margin: 0;
  padding: 0;
}

html body {
  overflow-y: scroll;
}

ul,
ol,
dl {
  margin: 0 0 1em 1em;
}

p {
  margin-bottom: 1rem;
}

li {
  margin-left: .8em;
}

body {
  font: .8em Verdana;
}

#main .inside {
  margin: 1em;
}

#footer .inside {
  margin-top: 1em;
  padding: 1em 0 1em 1em;
  text-align: right;
  border-top: 1px solid #ccc;
  font-size: .8em;
}

#footer ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
}

#footer ul li:after {
  content: " | ";
}

#footer ul li.last:after {
  content: "";
}

#wrapper {
  margin-top: 1em;
  margin-right: auto;
  margin-left: auto;
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 10px;
  behavior: url('assets/css3pie/1.0.0/PIE.htc');
}

a {
  font-weight: normal;
  text-decoration: underline;
  color: #000;
}

.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

h1 {
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: bold;
}

h2 {
  margin-bottom: 1em;
  font-size: 1.1em;
  font-weight: bold;
}

.code {
  margin: 1em;
  padding: 1em;
  background-color: #f9f9f9;
  border: 1px dashed #2f6fab;
}

p.back {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: right;
  border-bottom: 1px solid #ccc;
}

.ce_form .formbody,
.ce_comments .formbody {
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 10px;
  behavior: url('assets/css3pie/1.0.0/PIE.htc');
}

.ce_form .formbody label {
  display: block;
  margin-bottom: .25em;
  font-weight: bold;
}

.ce_form .formbody input,
.ce_form .formbody textarea {
  width: 97%;
  margin-bottom: 1em;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 120%;
  behavior: url('assets/css3pie/1.0.0/PIE.htc');
}

.ce_form .formbody input:focus,
.ce_form .formbody textarea:focus,
.ce_form .formbody input:hover,
.ce_form .formbody textarea:hover {
  background-color: #fff;
  border: 1px solid #a66;
  border-radius: 10px;
  behavior: url('assets/css3pie/1.0.0/PIE.htc');
}

.ce_form .formbody .submit_container {
  text-align: right;
}

.ce_form .formbody .submit_container .submit {
  width: 100px;
  border: 1px solid #ddd;
}

.ce_form .formbody input.error,
.ce_form .formbody textarea.error {
  border: 1px dashed #e80707;
}

#startseite {
  animation: fadein 4s;
  -moz-animation: fadein 4s;
  -webkit-animation: fadein 4s;
  -o-animation: fadein 4s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

