* {
  box-sizing: border-box;
}
html,
body {
  font-family: "Poppins", sans-serif;
}
body {
  margin: 0;
  padding: 0;
  background: url(../Images/wall.jpg) top left repeat;
}
.wrapper {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
}
#menubar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  height: 80px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: height 0.3s;
}
#menubar .logo {
  height: 88px;
  width: 260px;
  padding: 10px 0;
  margin: 0;
  transition: all 0.3s;
  position: absolute;
  left: 60px;
}
#menubar .logo img {
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 1050px) {
  #menubar .logo {
    position: relative;
    left: 0;
  }
}
.smallMenu #menubar {
  height: 40px;
  background: rgba(255, 255, 255, 0.95);
}
.smallMenu #menubar .logo {
  height: 46px;
  padding: 5px 0;
}
nav.mainMenu {
  float: right;
}
@media only screen and (max-width: 1050px) {
  nav.mainMenu {
    display: none;
  }
}
.header_image {
  border-bottom: 5px solid #4b7b30;
}
.header_image img {
  display: block;
  width: 100%;
  height: auto;
}
.content_col {
  clear: both;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 20px;
}
aside,
main {
  display: table-cell;
  vertical-align: top;
}
aside {
  width: 28%;
  padding-right: 2%;
}
main {
  width: 70%;
}
footer {
  padding-right: 2%;
  padding-bottom: 10px;
}
footer .copy {
  float: left;
}
footer nav {
  float: right;
}
@media only screen and (max-width: 1050px) {
  nav.mainMenu {
    float: none;
    clear: both;
  }
  #menubar {
    position: relative;
    transition: none;
    height: 40px !important;
    background: rgba(255, 255, 255, 0.85) !important;
  }
  #menubar .logo {
    transition: none;
    height: 55px !important;
    padding: 2px 0 10px 0 !important;
    float: none;
    margin-top: 0 !important;
  }
  aside,
  main {
    width: 100%;
    margin: 0;
  }
  main {
    display: table-row;
  }
  aside {
    display: table-footer-group;
  }
  footer {
    padding-left: 0;
  }
  footer .copy,
  footer nav {
    float: none;
    text-align: center;
  }
}
p.kontakt-subtitle {
  font-size: 85%;
  margin: 0;
}
.mainMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mainMenu li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  transition: background 0.5s;
}
.mainMenu li a {
  display: block;
  padding: 0 16px;
  text-decoration: none;
  color: #9c9e9f;
  line-height: 80px;
  transition: line-height 0.3s;
}
.smallMenu .mainMenu > ul > li > a {
  line-height: 40px;
}
.mainMenu li > a:hover,
.mainMenu a.active {
  color: #4b7b30;
}
.mainMenu li.sub:hover {
  color: #fff;
  background: #4b7b30;
}
.mainMenu li li.sub:hover {
  background: none;
  color: #9c9e9f;
}
.mainMenu li.sub:hover > a,
.mainMenu li.sub:hover > a:hover {
  color: #fff;
}
.mainMenu li li.sub:hover > a {
  color: #9c9e9f;
}
.mainMenu li li.sub:hover > a:hover {
  color: #4b7b30;
}
.mainMenu ul ul {
  display: none;
  position: absolute;
  min-width: 200px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  border-radius: 0 0 2px 2px;
  transition: background 0.3s;
}
.smallMenu .mainMenu ul ul {
  background: rgba(255, 255, 255, 0.95);
}
.mainMenu li li {
  display: block;
}
.mainMenu li li a {
  display: block;
  padding: 10px;
  line-height: 1em;
}
.mainMenu ul ul ul {
  position: relative;
  background: none !important;
  box-shadow: none;
}
.mainMenu ul ul ul a {
  padding-left: 30px;
}
.mainMenu li:hover ul {
  display: block;
}
.submenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.submenu ul ul {
  padding-left: 1.5em;
}
.submenu a.active {
  font-weight: bold;
}
#menuTrigger {
  display: none;
  position: absolute;
  right: 30px;
  top: 5px;
}
#menuTrigger a img {
  height: 30px;
}
@media only screen and (max-width: 1050px) {
  #menuTrigger {
    display: block;
  }
}
@media only screen and (max-width: 1050px) {
  /* no transiotions at scrolling */
  nav li {
    display: block !important;
  }
  .mainMenu > ul > li > a {
    transition: none;
    line-height: 1em !important;
  }
  /* bottom menu */
  footer nav {
    margin-top: 10px;
    color: transparent;
  }
  footer nav a {
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid #4b7b30;
    border-radius: 2px;
  }
}
.mainMenu_mobile {
  display: none;
}
.mainMenu_mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mainMenu_mobile ul li a {
  display: block;
  padding: 10px;
  background: #2e4b1d;
  text-decoration: none;
  color: white;
  border-bottom: 1px solid #597748;
}
.mainMenu_mobile ul li ul li a {
  padding-left: 24px;
  background: #1e3213;
}
@media only screen and (min-width: 1051px) {
  .mainMenu_mobile {
    display: none !important;
  }
}
#page .frame {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
}
#page .frame .frame {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
#page .frame .frame h3 {
  border-bottom: 1px dotted #999;
}
#page .frame h2 {
  margin-top: 0;
  font-size: 2em;
  font-weight: normal;
  color: #4b7b30;
}
#page .frame a {
  color: #4b7b30;
}
figure.table {
  margin: 0;
}
figure.table .contenttable {
  width: 100%;
  border-collapse: collapse;
}
figure.table .contenttable th,
figure.table .contenttable td {
  padding: 8px 4px 8px 8px;
}
figure.table .contenttable td:first-child {
  font-weight: bold;
}
figure.table .contenttable tr:nth-child(odd) td {
  background: #dee7d9;
}
@media only screen and (max-width: 1050px) {
  .ce-column {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .ce-column figure {
    margin: 0 auto;
  }
  .ce-column figure img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 700px) {
  .ce-textpic.ce-left > *,
  .ce-textpic.ce-right > * {
    float: none;
  }
}
.frame-type-form_formframework > * {
  width: 60%;
  min-width: 320px;
  margin: 0 auto;
}
.frame-type-form_formframework > * .row {
  display: table;
  width: 100%;
}
.frame-type-form_formframework > * .row > div {
  display: table-cell;
}
.frame-type-form_formframework > * .row > div:first-child {
  padding-right: 5px;
  width: 25%;
}
.form-group {
  margin-bottom: 5px;
  width: 100%;
}
.form-group label {
  display: none;
}
.form-group input:not([type='checkbox']),
.form-group textarea {
  padding: 3px 6px;
  width: 100%;
}
.form-group .form-check-label {
  display: table;
}
.form-group .form-check-label input[type="checkbox"],
.form-group .form-check-label > span {
  display: table-cell;
}
.form-group .form-check-label span {
  padding-left: 3px;
}
textarea,
input,
select {
  font-size: inherit;
  font-weight: inherit;
}
.sg-contentblock {
  border: 1px solid #7abc55;
}
.sg-contentblock.teaser .content {
  display: grid;
  grid-template-areas: 'image header' 'image text' 'image more';
  grid-template-columns: 1fr 4fr;
}
.sg-contentblock.teaser .content * {
  text-align: left;
}
.sg-contentblock.teaser .content .header {
  grid-area: header;
}
.sg-contentblock.teaser .content .header h2,
.sg-contentblock.teaser .content .header h3,
.sg-contentblock.teaser .content .header h4 {
  margin: 5px 0 0 0;
}
.sg-contentblock.teaser .content .image {
  grid-area: image;
  padding-right: 10px;
}
.sg-contentblock.teaser .content .image img {
  display: block;
  margin: auto;
}
.sg-contentblock.teaser .content .text {
  grid-area: text;
}
.sg-contentblock.teaser .content .more {
  grid-area: more;
  margin-bottom: 10px;
}
@media only screen and (max-width: 700px) {
  .sg-contentblock.teaser .content {
    grid-template-areas: 'header' 'image' 'text' 'more';
    grid-template-columns: 1fr;
  }
  .sg-contentblock.teaser .content * {
    text-align: center;
  }
}
.sg-contentblock.teaser.rows + .sg-contentblock.teaser.rows {
  margin-top: 20px;
}
.sg-contentblock.teaser.cols .content {
  grid-template-areas: 'header' 'image' 'text' 'more';
  grid-template-columns: 1fr;
}
.sg-contentblock.teaser.cols .content * {
  text-align: center;
}
.sg-contentblock.teaser.cols .content .image {
  padding-right: 0;
}
.sg-contentblock.teaser.cols .content .image img {
  max-width: 100%;
  height: auto;
}
.sg-containers-1col .sg-contentblock.teaser:last-child {
  margin-bottom: 0;
}
.sg-containers-2cols .sg-containers-col:first-child .sg-contentblock.teaser.cols,
.sg-containers-3cols .sg-containers-col:first-child .sg-contentblock.teaser.cols {
  margin-right: 10px;
}
@media only screen and (max-width: 700px) {
  .sg-containers-2cols .sg-containers-col:first-child .sg-contentblock.teaser.cols,
  .sg-containers-3cols .sg-containers-col:first-child .sg-contentblock.teaser.cols {
    margin: 0;
  }
}
@media only screen and (max-width: 700px) {
  .sg-containers-2cols .sg-containers-col + .sg-containers-col,
  .sg-containers-3cols .sg-containers-col + .sg-containers-col {
    margin-top: 10px;
  }
}
.sg-containers-2cols .sg-containers-col:last-child .sg-contentblock.teaser.cols,
.sg-containers-3cols .sg-containers-col:last-child .sg-contentblock.teaser.cols {
  margin-left: 10px;
}
@media only screen and (max-width: 700px) {
  .sg-containers-2cols .sg-containers-col:last-child .sg-contentblock.teaser.cols,
  .sg-containers-3cols .sg-containers-col:last-child .sg-contentblock.teaser.cols {
    margin: 0;
  }
}
body {
  color: #000;
}
a {
  color: #0d95e8;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.indentation {
  padding-left: 1em;
}
.small {
  font-size: 80%;
}
.capitalized {
  text-transform: uppercase;
  /*text-transform: capitalize;*/
}
.quoted {
  border-left: 4px solid #ccc;
  padding-left: 1em;
  font-style: italic;
}
span.label {
  display: inline-block;
  width: 125px;
}
@media only screen and (max-width: 600px) {
  span.label {
    display: block;
    width: 100%;
    font-weight: bold;
  }
}
a.download {
  display: inline-block;
  margin-right: 3px;
}
a.download:before {
  font-family: FontAwesome;
  content: "\f019 ";
  display: inline-block;
  margin-right: 3px;
}
a.download.pdf,
a.download.zip,
a.download.doc,
a.download.xls {
  padding-left: 1.2em;
  background-size: 1.2em 1.2em !important;
  display: inline;
}
a.download.pdf:before,
a.download.zip:before,
a.download.doc:before,
a.download.xls:before {
  content: "";
  margin: 0 2px 0 0;
}
a.download.pdf {
  background: url(/typo3conf/ext/sitepackage/Resources/Public/Images/icon_pdf.svg) left center no-repeat;
}
a.download.zip {
  background: url(/typo3conf/ext/sitepackage/Resources/Public/Images/icon_zip.svg) left center no-repeat;
}
a.download.doc {
  background: url(/typo3conf/ext/sitepackage/Resources/Public/Images/icon_doc.svg) left center no-repeat;
}
a.download.xls {
  background: url(/typo3conf/ext/sitepackage/Resources/Public/Images/icon_xls.svg) left center no-repeat;
}
a.button,
a.button_broad,
.btn {
  transition: all 0.3s;
  display: inline-block;
  padding: 4px 8px;
  background: #4b7b30;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 4px;
  border: 0;
}
a.button_broad {
  display: block;
  text-align: center;
  margin-bottom: 8px;
}
a.button:hover,
a.button_broad:hover,
.btn:hover {
  background: #609744;
}
.border-bottom {
  border-bottom: 1px solid #000;
}
ul[class^="ul-"],
ul[class^="ul-"] ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul[class^="ul-"] li {
  padding-left: 0;
}
ul[class^="ul-"] li li {
  padding-left: 20px;
}
ul[class^="ul-"] li:before {
  font-family: "FontAwesome";
  margin-right: 10px;
}
ul.ul-check li:before,
ul.ul-check-colored li:before {
  content: "\f00c";
}
ul.ul-check-colored li:before {
  color: #0000FF;
}
/** justify **/
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
