/* reset */

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* render html5 elements as block 

   rendert html5 elemente als block  */

header,
footer,
section,
aside,
nav,
article {
  display: block;
}

body {
  background-color: #ebe9de;
  color: #564b47;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.75em;
}

pre,
code {
  font-size: 1.1em;
}

a {
  color: #1a6600;
}

a:visited {
  color: #152941;
}

a:hover {
  color: #564b47;
}

a:active {
  color: #000;
}

a image {
  border: none;
}

h1 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 20px;
}

h2 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 15px;
}

h3 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.15em;
  font-weight: bold;
  margin: 0 0 10px 0;
}

h4 {
  background: #132941;
  color: #fff;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.15em;
  font-weight: bold;
  margin: 0 0 10px 0;
}

img.download {
  vertical-align: middle;
}

table {
  padding: 0 0 0 20px;
  border-collapse: collapse;
}

table td,
th {
  font-size: 1.1em;
  vertical-align: top;
  padding: 5px;
}

/* ----------container zentriert das layout-------------- */

#container {
  background-color: #fff;
  width: 1000px;
  margin: 10px  auto;
}

/* ----------header for logo-------------- */

header.headline {
  background: #8cb91b;
  background-image: url('../../../../i/Logo_Homes_uP_a.png');
  background-repeat: no-repeat;
  background-position: right  bottom;
  color: #ededed;
  font-family: Verdana, Geneva, sans-serif;
  height: 100px;
  padding: 20px;
}

header.headline p {
  /*text-transform:uppercase;*/
  font-size: 11px;
  text-align: right;
  margin: 10px;
}

header.headline h1 {
  color: #ededed;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2.3em;
  font-weight: normal;
  text-align: left;
  margin: 20px 10px 20px 25px;
}

header.headline h2 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.5em;
  font-weight: left;
  text-align: right;
  margin: 2px 10px;
}



header.headline h3 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.3em;
  font-weight: left;
  text-align: right;
  margin: 0 10px 1px 10px;
}

header.headline img {
  padding: 0 0 10px;
}

header.headline a {
  color: #fff;
  font-family: Verdana, Geneva, sans-serif;
  text-decoration: none;
}

header.headline a:visited {
  color: #fff;
  text-decoration: none;
}

header.headline a:hover {
  color: #ccc;
  text-decoration: none;
}

/* ----------------- content--------------------- */

section#content {
  border-right: 1px solid #ccc;

/*background: url(i/bg_seite.jpg);*/
  border-left: 1px solid #ccc;
  background-color: #fff;
  min-height: 685px;
  margin: 0 205px;
  padding: 30px 20px 20px 20px;
}

section#content ul {
  padding: 0 0 10px 20px;
  list-style: disc;
}

section#content li {
  padding: 0 20px 10px 20px;
}

p,
pre {
  line-height: 1.5em;
  padding: 0 0 10px;
}

dl dt {
  width: 120px;
  padding: 2px 0 10px 0;
}



dl dd {
  margin: 0 0 0 20px;
  padding: 2px 0 20px 0;
}



dl dd img {
  float: right;
  clear: both;
  margin: 0 0 10px 10px;
}

/*iframe {

  margin-left: -40px;

}*/



/* -------------- navigation links------------- */

nav {
  float: left;
  clear: both;

/*min-height:600px;*/
  background-color: #fff;
  width: 205px;
  padding: 20px 20px 20px 20px;
}

/* -------------- navigation oben------------- */

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  border: none;
  line-height: 1;
  margin: 0;
  padding: 0;
}

#cssmenu {
  display: block;

/*border: 1px solid #ccc;*/
  width: auto;
  height: 37px;
  margin: 0;
  padding: 0;
}

#cssmenu > ul {
  margin: 0;
  padding: 0;
  padding-left: 25px;
  list-style: inside none;
}

#cssmenu > ul > li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: inside none;
}

#cssmenu.align-center > ul {
  text-align: center;
}

#cssmenu.align-center > ul > li {
  float: none;
  margin-left: -3px;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu > ul > li > a {
  position: relative;
  display: block;

/*border-right: 1px solid #080808;*/
  color: #555;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;

/*text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);*/
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding: 12px 20px;
  outline: none;
}

#cssmenu > ul > li > a:after {
  position: absolute;
  z-index: 99;

/*border-right: 1px solid #3c3c3c;*/
  top: -1px;
  right: -2px;
  bottom: -1px;
  content: '';
}

#cssmenu ul li.has-sub:hover > a:after {
  top: 0;
  bottom: 0;
}

/*

#cssmenu > ul > li.has-sub > a:before {

  content: "";

  position: absolute;

  top: 19px;

  right: 6px;

  border: 5px solid transparent;

  border-top: 5px solid #ffffff;

} */

#cssmenu > ul > li.has-sub:hover > a:before {
  top: 19px;
}

#cssmenu > ul > li.has-sub:hover > a {
  z-index: 999;
  border-color: #3f3f3f;
  padding-bottom: 12px;
}

#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
  display: block;
}

#cssmenu > ul > li.has-sub > a:hover,
#cssmenu > ul > li.has-sub:hover > a {
  border-color: #3f3f3f;
  background: #ccc;
}

#cssmenu ul li > ul,
#cssmenu ul li > div {
  position: absolute;

/*border-radius: 0 0 5px 5px;*/
  z-index: 999;
  top: 37px;
  display: none;
  background: #ccc;
  width: auto;
  padding: 10px 0;
}

#cssmenu ul li > ul {
  width: 202px;
}

#cssmenu ul ul ul {
  position: absolute;
}

#cssmenu ul ul li:hover > ul {
  top: -10px;
  left: 100%;

  /*border-radius: 5px;*/
}

#cssmenu ul li > ul li {
  position: relative;
  display: block;
  background: #ccc;
  margin: 0;
  padding: 0;
  list-style: inside none;
}

#cssmenu ul li > ul li a {
  position: relative;
  display: block;
  color: #000;
  font: 10pt Arial, Helvetica, sans-serif;
  text-decoration: none;

/*text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);*/
  margin: 0;
  padding: 8px 20px;
  outline: none;
}

#cssmenu,
#cssmenu ul ul > li:hover > a,
#cssmenu ul ul li a:hover {
  border-top: 1px solid #8cb91b;
  border-bottom: 1px solid #ccc;
  background: #c7ed69;
  padding: 0 0 0 110px;

  /*background: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c3c3c), color-stop(100%, #222222));

  background: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);

  background: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);

  background: -ms-linear-gradient(top, #3c3c3c 0%, #222222 100%);

  background: linear-gradient(top, #3c3c3c 0%, #222222 100%);*/
}

#cssmenu > ul > li > a:hover {
  background: #8cb91b;
  color: #000;
}

#cssmenu ul ul a:hover {
  color: #000;
}

#cssmenu > ul > li.has-sub > a:hover:before {
  border-top: 5px solid #fff;
}

/* -------------- side infos ------------- */

aside {
  float: right;
  background-color: #fff;
  width: 202px;
  padding: 30px 20px 20px 20px;

  /*min-height:600px;*/
}

/* -----------footer--------------------------- */

footer {
  clear: both;
  border-top: 5px solid #ccc;
  background-color: #ebe9de;
  font-size: 12px;
  text-align: center;
  padding: 20px;
}

/* ---------print--------------------------- */

/*@media print { 

    .kein_druck { 

        display: none; 

    }

}*/

.printOnly {
  display: none;
}

/*-----class------------------------*/
.a {
  background: #46a4d9;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.15em;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.b {
  background: #feba18;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.15em;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.c {
  background: #65b75d;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.15em;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.d {
  background: #f1592a;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.15em;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.h4 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.15em;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.csc-textpic-caption {
  font-size: 11px;
  margin-top: 10px;
}


/* ----------- Admin Panel Edit Icons ----------- */

.typo3-editPanel {
  display: inline-block !important;
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
  ;
}
.typo3-editPanel .typo3-editPanel-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  border: 1px solid #c5c5c5;
  background: #f5f5f5;
  padding: 3px 0 3px 3px;
  ;
}
.typo3-editPanel .typo3-editPanel-btn-group .typo3-editPanel-btn {
  display: inline-block !important;
  border: 1px solid #c5c5c5;
  background: #f5f5f5;
  width: auto;
  height: 24px;
  margin-right: 3px;
  padding: 3px;
}
.typo3-editPanel .typo3-editPanel-btn-group .typo3-editPanel-btn:hover {
  border: 1px solid #acacac;
  background: #dcdcdc;
  ;
}
.typo3-editPanel .typo3-editPanel-btn-group .typo3-editPanel-btn svg {
  width: auto;
  height: 100%;
  ;
}
.typo3-editPanel .typo3-editPanel-label {
  display: none;
}
.frontEndEditIconLinks.content-link {
  display: block !important;
  float: right;
  border: 1px solid #c5c5c5;
  background: #f5f5f5;
  width: 24px;
  height: 24px;
  margin: 5px;
  padding: 3px;
}
