@charset "utf-8";
/* *:hover { outline: 1px dashed red; } */

/* *, *:before, *:after { - wird vererbt... also reicht:* */
html { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; -moz-box-sizing: inherit; -webkit-box-sizing: inherit; }

/* #brotkruemel > a:not(:first-child)::before {content: "|";} */

html , body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #edeeee;
}

body { width: auto;}
body.uid-1 ,
body.uid-2 { overflow: hidden; }


.ym-wrapper {
  max-width: 80%;
  max-width: 1140px;
  margin: 0 auto;
}

/*
.lay-100 main {
  padding-top: 0px;
}
*/
.lay-100 main .ym-wrapper {
  max-width: 100%;
}

.ym-wbox { padding: 0 20px; }
body.uid-1 .ym-wbox,
body.uid-2 .ym-wbox { padding: 0; }

body > header {
  background-color: #3c4247;
  height: 3.7em;
  height: 80px;
}

header .logo {
  float: left;
  margin: 20px 10px;
  max-height: 40px;
  width: auto;
}

body > main {
  min-height: 80%;
  padding-bottom: 2em;
/*  padding-bottom: 80px;*/
}
body.uid-1 > main,
body.uid-2 > main { padding-bottom: 0; margin-top: 2px; }

body > footer {
  background-color: #3c4247;
  color: #fff;
  color: #edeeee;
  padding-top: 0.7em;
  height: auto;
/*    height: 20%;*/
}

body.uid-1 footer,
body.uid-2 footer {
  display: none;
}

/* Google Maps */
.googlemaps {
  height: auto;
  min-height: 15em;
  width: 100%;
}


@media screen and ( max-width: 1000px ) {
  body { font-size: 19px; }
/*  body > header { height: 4.1em;}*/
}

@media screen and ( max-width: 219px ) {
  .ym-wrapper { padding: 0; }
}

.csectionframe-100 {
  border-left: 1px solid #FBB630;
  padding-left: 1em;
}

div.csc-textpic-border div.csc-textpic-imagewrap img {
  border: none;
  width: 100%;
  height: auto;
}

div.csc-textpic-border div.csc-textpic-imagewrap,
div.csc-textpic-border div.csc-textpic-imagewrap figure { }

.nav1 {
    line-height: 80px;
    text-align: right;
    right: 0;
    font-size: 100%;
}

.nav1 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.nav1 ul li {
  display: inline;
  margin-left: 1;
  margin-right: 0;
}

.nav1 ul li a {
  text-decoration: none;
  color: #fff;
  color: #edeeee;
  padding-right: 0.8em;
}

.nav1 li.cur a,
.nav1 li a:hover,
.nav1 li.act a {
  color: #fdb813;
}

.nav1 li.cur a,
.nav1 li.act a {
  cursor: default;
}

img .logo {
width: 50%;
}

.csc-text {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}


/* Google Maps */
.googlemaps {
  height: auto;
  min-height: 15em;
  width: 100%;
}

#secprot {
/* display: none;*/
 position: absolute;
 top: 120px;
 left: 20px;
 background-color: #ccc;
 width: 200px;
 z-index: 100;
}
