@charset "UTF-8";
/*
 * HTML5 ? Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}

/* =============================================================================
   Base                                                                 pgpg
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  /* overflow-y: scroll; */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background-color:#ACDB91;
}
body {
  margin:0;
  padding:0;
  margin:0;
  padding:0;
  color:#E5F0DA;
  -background-color:wheat;
  /*background: url(/themes/zswd-11//img/auszeit-im-wald-mit-fabienne-hollarek.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  overflow-x: hidden;
  position: relative;
}


body, button, input, select, textarea {
  color:rgba(0,0,15,1);
  font-family:'Lato', Arial, sans-serif;
}
body .ccm-add-block {
  color:black;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #005eac;
  color:#ddd;
  text-shadow: none;
}
::selection {
  background: #005eac;
  color:#ddd;
  text-shadow: none;
}

/* =============================================================================
   Links
   ========================================================================== */
a { color:blue; }
a:visited { color:green; }
a:hover { color:red; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0;
  }

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
blockquote {
  margin: 1rem 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border:none;
  -border-top: 5px solid #ccc;
  -margin: 1em 0;
  padding: 0;
  /*background-color:rgba(215,85,46,1);*/
  background-color:lime;
}
ins {
  background: #ff9;
  color:#000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color:#000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1rem;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5rem;
}
sub {
  bottom: -0.25rem;
}

body.mceContentBody {
  background:#f0f0f0;
  color:black;
}
.ccm-add-block {
  color:red;
}


/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  -margin: 1rem 0;
  -padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image
 ers: h5bp.com/e
 */
img {
  border: 0;
  vertical-align: middle;
  max-width:auto !important;
  height:auto;
  -padding:0.8rem 0 1rem 0;
}

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button, input {
  line-height: normal;
  *overflow: visible;
}

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */
table button, table input {
  *overflow: auto;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color:rgba(243,244,164,1);
}

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}

/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

/* ===========================================================================


   ZSWD definitons.


   ========================================================================== */
#container {                                        /*pgpg*/
  width:100%;
  margin: 50px auto 0 auto;
  padding:0;
  color:#E5F0DA;
  -background-color: FloralWhite;
}
.mob {

}
.dsk {
  display:none;
}
.spacer-20 {
    height:40px;
}
.spacer-30 {
    height:40px;
}
.spacer-40 {
    height:40px;
}
.spacer-60 {
    height:60px;
}
.spacer-80 {
    height:80px;
}
.spalten2 {
  column-count: 2;
  column-width: 50%;
  column-gap: 30px;
}
.spalten3 {
  column-count: 3;
  column-width: 33%;
  column-gap: 30px;
}
.spalten4 {
  column-count: 4;
  column-width: 25%;
  column-gap: 30px;
}

#container h1,
#container h2,
#container h3,
#container h4,
#container h5,
#container p,
#container li,
#header-motto h1 {
  font-family:'Lato', Arial, sans-serif;
  font-weight:600;
  /*text-transform: uppercase;*/
  -color:rgba(243,244,164,1);
  /*color: #E5F0DA;*/
  color:#44693D;
  /*color:#1C4220;*/
  -color:rgba(243,244,164,1);
  margin:0;
  vertical-align: baseline;
}
#container h1,
#header-motto h1{
  font-size:30px;
  font-size:60px;
  letter-spacing:2px;
  /*letter-spacing:10px;*/
  margin-top:100px;
  margin-bottom:80px;
  padding:0;
  -webkit-margin-before:0px
  -webkit-margin-after:30px;
  /*line-height:70px;*/
  text-transform: uppercase;
  color: #E5F0DA;

}
#container h2,
#container .p-h2 p {
  font-size:22px;
  /*font-size:35px;*/
  font-weight:400;
  /*letter-spacing:1px;*/
  letter-spacing:3px;
  /*margin-top:20px;*/
  margin-bottom:20px;
  -webkit-margin-before:0px;
  -webkit-margin-after:22px;
  line-height:40px;
  color:#1C4220;
}
#container h3,
#container .p-h3 p{
  font-size:17px;
  font-weight:bold;
  letter-spacing:.5px;
  margin-top:0px;
  margin-bottom:17px;
  -webkit-margin-before:0px
  -webkit-margin-after:17px;
  line-height:20px;
}

#container p,
#container a,
#container li {
  font-size:17px;
  font-weight:normal;
  text-transform: none;
  margin-top:0px;
  margin-bottom:20px;
  -webkit-margin-before:0px;
  -webkit-margin-after:20px;
  line-height:30px;
}
#container li{
  margin: 0px ;
}
#container a {
  color:#44693D;
  text-decoration:underline;
}
#container a:hover {
    color:#1C4220 !important;
    transition-property: color;
    transition-duration:.1s;
    /*transition-delay:.15s;*/
}
#container a:visited {
}

#container img {
  display: block;
  vertical-align: middle;
  max-width:100% !important;
  height:auto;
  margin:0 auto;
  padding:0;
  -padding:1rem 0;
}

#ccm-highlighter {
  margin-top: -50px;
}

#container .ccm-search-block-form {
  width:auto !important;
  padding:0;
  }
#container .ccm-search-block-text {
  display:block;
  width:100%;
  margin:0 auto 0 auto;
  margin-top:5px;
  padding-left:5px;
  padding-right:5px;
  background:red;
  }
#container .ccm-next-previous-previouslink a,
#container .ccm-next-previous-nextlink a {
  font-size:.9rem;
  margin:0;
  padding:.2rem 0 .2rem 0;
}

#ccm-toolbar{
	position: fixed;
	z-index: 9999 !important;
 }
#icon-wrapper {
	position: fixed;
	z-index: 9998;
  /*background-color:rgba(0,0,15,1);*/
  background-color:#E5F0DA;
	top: 0;
	width: 100%;
	height: 60px;
	box-shadow: 0 0 5px 2px #1C4220;
  margin-left:-8px;
  padding-left:10px;
}

/*pgpg WEBPAGE START*/

/*start cookieBanner - 2019-03*/
.cookieBanner{
  background-color: #fff;
  position: relative;
  z-index: 9999;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.6);
}
.cookieBanner__content{
  width: 90%;
  padding: 50px 0;
  margin: 0 auto;
}
.cookieBanner__button{
  text-decoration: none;
  margin-top: 30px;
  padding: 4px 10px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(68,105,61,1);
  color: #fff !important;
  display: inline-block;
}
.cookieBanner__button:hover{
  background-color: rgba(68,105,61,.8);
  color: #fff !important;
}
@media only screen and (min-width: 750px) {
  .cookieBanner__content{
    width: 50%;
  }
}
/*end cookieBanner - 2019-03*/

/*start hmnav - 2019-03*/
#hmnav {
  /* overflow: hidden; */
}
#hmnav-wrapper {
	position: fixed;
  width: 100%;
	z-index: 9997;
	height: 50px;
  top: 0;
  background-color: rgba(172,219,145,1);
	box-shadow: 0 0 5px 2px rgba(68,105,61,1);
}
#hmnav-coloumn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.burger {
	display: block;
	position: absolute;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	width: 20px;
	height: 20px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	-ms-transition: background 0.3s;
	transition: background 0.3s;
	top: 26px;
  top: 14px;
	right: 3.5%;
	background-color: transparent;
}
.burger:focus {
	outline: none;
}
.burger span {
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	height: 3px;
  background-color: rgba(68,105,61,1);
}
.burger span:before, .burger span:after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 3px;
  background-color: rgba(68,105,61,1);
  content: "";
}
.burger span:before {
	top: -7px;
}
.burger span:after {
	bottom: -7px;
}
.burgerX span {
	-webkit-transition: background 0s 0.3s;
	-moz-transition: background 0s 0.3s;
	-o-transition: background 0s 0.3s;
	-ms-transition: background 0s 0.3s;
	transition: background 0s 0.3s;
}
.burgerX span:before, .burgerX span:after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}
.burgerX span:before {
	transition-property: top, transform;
}
.burgerX span:after {
	transition-property: bottom, transform;
}
.burgerX.is-active span {
	background: none;
}
.burgerX.is-active span:before {
	top: 0;
	transform: rotate(45deg);
}
.burgerX.is-active span:after {
	bottom: 0;
	transform: rotate(-45deg);
}
.burgerX.is-active span:before, .burgerX.is-active span:after {
	transition-delay: 0s, 0.3s;
}


/* hmnav styling - mob-nav*/
.nav__langNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}
.nav__searchBar{
    display: none;
}
.nav__searchBar form{
    display: flex;
    padding: 10px;
}
.nav__searchBar .ccm-search-block-text{
    flex-grow: 1;
    padding-left: 5px;
    box-sizing: border-box;
    height: 28px;
}
.nav__searchBar input{
    padding-bottom: 0;
}
.nav__searchBar #searchResults,
.nav__searchBar h4,
.nav__searchBar .ccm-pagination{
    display: none;
}

#hmnav-sidebar {
	display: block !important;
  overflow: scroll !important;
	width: 320px;
	float: none;
	position: fixed;
	z-index: 9996;
	top: 50px;
	left: -320px;
	height: calc(100% - 50px);
	background-color: #333333;
	/* -webkit-transition: left ease-in-out .6s; */
	/* -moz-transition: left ease-in-out .6s; */
	/* -o-transition: left ease-in-out .6s; */
	/* -ms-transition: left ease-in-out .6s; */
	transition: left ease-in-out .6s;
}
#hmnav-sidebar.is-active {
	left: 0
}
#hmnav-sidebar-logo {
	position: absolute;
  /* right: 16px; */
	/* left: 80px; */
  margin:0;
  padding:0;
}
#hmnav-sidebar-logo img {
	display: inline-block;
  max-width: 100%;
	max-height: 100%;
  height: 35px;
	padding: 8px 0 10px 0;
  float:right;
	margin: auto;
	vertical-align: middle;
}


.hmnav-nav {
	width: 100%;
	position: relative;
}
.nav__langNav ul {
  display: block;
  width: 100%;
  float:left;
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
.nav__langNav ul li{
    overflow: hidden;
    padding: 0;
    position: relative;
}
.nav__langNav ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    list-style: none;
    padding: 10px 15px 10px 15px;
    margin: 0 !important;
    line-height: 18pt;
    color: white;
    text-transform: uppercase;
    display:inline-block ;
    font-size: .95rem !important;
    text-decoration: none ;
}
.nav__langNav ul li i.fa{
    color: #fff;
    vertical-align: middle;
    line-height: 18pt;
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 0 10px;
}
.nav__langNav ul li i.fa:hover{
    color: #fff;
}
.nav__langNav ul li i.fa-minus{
    display: none;
}
.nav__langNav ul li ul{
    display: none;
}
.nav__langNav ul li ul li {
  margin: 0 !important;
}
.nav__langNav ul li ul li a{
    color: #000;
    background-color: rgba(243,243,243,1);
}
.nav__langNav ul li ul li i.fa{
    color: #000;
}
.nav__langNav ul li ul li i.fa:hover{
    color: #000;
}
.nav__langNav ul li a:hover,
.nav__langNav ul li ul li a:hover {
  color: rgba(172,219,145,1) !important;
}
.nav__langNav ul.menu li ul.sub-menu {
  min-width: 100%;
  white-space: nowrap;
}
.nav__langNav ul  li.nav-selected > a,
.nav__langNav  ul li.nav-path-selected > a,
.nav__langNav ul  li  ul  li.nav-selected > a,
.nav__langNav ul li ul li.nav-path-selected > a{
  color: rgba(172,219,145,1) ;
}
.nav__langNav ul li a,
.nav__langNav ul li a:hover {
  font-size: 14.2px;
  font-size:1rem;
  position: relative;
}
.nav__langNav ul li ul li ul li a{
  background-color: rgba(200,200,200,1);
}
.nav__langNav ul li ul li ul li a:hover {
  background-color: rgba(200,200,200,1);
}
@media only screen and (min-width: 550px) {
    .nav__langNav ul li a,
    .nav__langNav ul li ul li a{
        padding-left: 15px !important;
    }
}
@media only screen and (min-width: 750px) {
    .nav__langNav ul li a,
    .nav__langNav ul li ul li a {
        padding-left: 15px !important;
    }
}
@media only screen and (min-width: 960px) {
    .nav__langNav ul li a,
    .nav__langNav ul li ul li a{
        padding-left: 15px !important;
    }
}
.hmnav-tel-mail ul li:first-child {
  /* margin-top: 50px !important; */
}
/*end hmnav - 2019-03*/


/*start container blur - 2019-03*/
#container {
    position: relative;
	margin-left: 0;
	transition: all 600ms ease-in-out;
}
#container:after {
    position: absolute;
    top: -10px;left: -10px;bottom: -10px;right: -10px;
    background-color: rgba(0,0,0,.55);
    content: '';
    visibility: hidden;
    opacity: 0;
    transition: opacity 600ms ease-in-out;
}
#container.is-active {
  /*hmnav*/
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
    margin-left: 320px;
	transition: all 600ms ease-in-out;
}
#container.is-active:after{
    visibility: visible;
    opacity: 1;
    transition: opacity 600ms ease-in-out;
}
/*end container blur - 2019-03*/







#sidebar-nav {
	display: block !important;
	width: 200px;
	float: none;
	position: absolute;
	z-index: 9997;
	top: 0px;
	left: -200px;
	height: 100%;
	-background-color: white;
  background-color:#44693D;
	-webkit-transition: left ease-in-out .6s;
	-moz-transition: left ease-in-out .6s;
	-o-transition: left ease-in-out .6s;
	-ms-transition: left ease-in-out .6s;
	transition: left ease-in-out .6s
}
#sidebar-nav.is-active {
	left: 0
}
#sidebar-logo {
	position: absolute;
  right: 25px;
	left: 80px;
	top: 12px;
	-bottom: 5px;
}
#sidebar-logo a {
	display: block;
	width: 100%;
  font-size:12px;
  text-align:right;
  text-decoration:none;
  line-height:30px;
  margin-top:2px;
	overflow: hidden;
  /*color:rgba(243,244,164,1);*/
  color:#1C4220;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#sidebar-logo img {
	max-width: 100%;
	max-height: 100%;
	padding: 0;
	float:left;
  float:right;
	margin: auto;
	vertical-align: middle;
	display: inline-block;
}

/*pgpg*/
  .cookieBanner__content,
  #header-logo-wrapper,
  #header-sldr-img-wrapper,
  #header-img-clm-wrapper,
  #header-nav-wrapper,
  #header-motto-wrapper,
  /*#central-wrapper-101,*/
  #main-wrapper-101,
  #central-wrapper-111,
  #central-wrapper-112,
  #central-wrapper-113,
  #central-wrapper-114,
  #central-wrapper-201,
  #central-wrapper-202,
  #central-wrapper-203,
  /*#central-wrapper-211,
  #central-wrapper-212,
  #central-wrapper-213,*/
  #main-wrapper-211,
  #main-wrapper-212,
  #main-wrapper-213,
  #central-wrapper-201-rsb,
  #central-wrapper-211-rsb,
  #central-wrapper-212-rsb,
  #central-wrapper-213-rsb,
  #central-wrapper-201-lsb,
  #central-wrapper-211-lsb,
  #central-wrapper-212-lsb,
  #central-wrapper-213-lsb,
  #central-wrapper-301,
  #central-wrapper-311,
  #central-wrapper-312,
  #central-wrapper-313,
  #central-wrapper-401,
  #central-wrapper-411,
  #central-wrapper-412,
  #central-wrapper-413,
  /*#footer-wrapper-01,*/
  #footer-info-wrapper {
    width:93%;
    margin:0 auto;
  }
  #central-wrapper-111.full,
  #central-wrapper-201.full,
  #main-wrapper-211.full,
  #main-wrapper-212.full,
  #central-wrapper-211-rsb.full,
  #central-wrapper-212-rsb.full,
  #central-wrapper-301.full,
  #central-wrapper-311.full,
  #central-wrapper-312.full{
    width: 100%;
}
  header {                                                /*pgpg*/
    margin:0;
    padding:0;
  }
  #header-wrapper-01{
    -background-color:rgba(210,194,179,1);
    width: 100%;
    height: 150px;
    -margin-top:45px;
  }
#header-pic .img{
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
  }
#header-motto-wrapper{
  position: relative;
}
#header-motto{
  position: absolute;
  margin: 0 auto;
  background-color: #1C4220;
  bottom: 30px;
}
#header-motto h1{
  padding: 10px 20px 10px 20px;
  margin: 0px !important;
  font-size: 25px;
}
.nav-wrapper{
  display: none;
}

  #central-01 {                               /*pgpg*/
    overflow:hidden;
    width:100%;
    padding-top: 30px;
    margin-bottom: 60px;

  }
  #central-01:after{
    content: "";
    display: block;
    clear: both;
  }
  #central-02 {
    overflow:hidden;
    width:100%;
    padding-top:40px;
    padding-bottom:40px;
    -background-color:rgba(63,51,40,.5);
    }
  #central-02 p {
    color:rgba(212,212,212,1);
  }
  #central-02 a {
    color:rgba(212,212,212,1);
  }
  #central-02 a:hover {
    color:rgba(118,95,68,1);
  }

  .centered{
	  text-align:center;
  }
  .button p{
	  float: none !important;
	  margin-top: 15px !important;
	  text-align: center;
	  border: solid #005EAC 2px;
    border-radius: 6px;
	  background-color: #005EAC;
	  width: 99%;
  }
  .button a{
	  color: #fff !important;
	  line-height: 2rem;
	  text-decoration: none !important;
  }
  .button p:hover{
	  background-color: transparent;
  }
  .button:hover a{
    color: #005EAC !important;
  }
  #footer-wrapper-01 {                                            /*pgpg*/
    overflow:hidden;
    width:100%;
    -height: 200px;
    -background-color:rgba(46,37,29,1);
    background-color:#1C4220;
    padding-bottom: 40px;
  }
  #footer-info-wrapper {
    margin:0px auto;
  }
  #footer-column {

  }
  #footer-content {
    float:left;
    width:70%;
    overflow:hidden;
    margin:30px auto 0;
  }
  #footer-impressum {
    float: right;
    width: 20%;
    margin: 30px auto ;
  }
  #footer-impressum li,
  #footer-impressum a {
    text-align: right;
    margin: 0;
    padding: 0;
  }
  #footer-content p,
  #footer-content a,
  #footer-impressum p,
  #footer-impressum a {
    /*font-size:14px !important;*/
    font-weight:normal;
    text-transform: none;
    /*margin-top:0px;*/
    /*margin-bottom:0px;*/
    /*-webkit-margin-after:0px;*/
    /*-webkit-margin-before:0px;*/
    line-height: 17px;
    line-height: 23px;
    color: #E5F0DA;
  }
  #footer-content a:hover,
  #footer-impressum  a:hover {
    color: #ACDB91 !important;
  }
  #footer-impressum p,
  #footer-impressum a {
    /* float:right; */
    text-align: right;
  }

  .fontawesome p,
  .fontawesome a {
	  font-family: fontawesome;
	  font-size: 2rem !important;
	  color: #999 !important;
	  float:right;
	  line-height: 2rem;
	  text-decoration: none !important;
    transition: color 500ms ease-in-out;
  }
  .fontawesome p {
	  margin-left:  20px !important;
	  padding-left: 0.3rem !important;
  }
  .fontawesome p:hover,
  .fontawesome a:hover{
	  font-family: fontawesome;
	  font-size: 2rem !important;
	  color: #005eac!important;
    transition: color 500ms ease-in-out;
  }

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999rem;
  overflow: hidden;
  background-color:transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}


/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 300px) {
#sidebar-logo a {
  font-size:18px;
}
}
@media only screen and (min-width: 350px) {
#sidebar-logo a {
  font-size:20px;
}
}
@media only screen and (min-width: 400px) {
#sidebar-logo a {
  font-size:25px;
}
}
@media only screen and (min-width: 500px) {
#sidebar-logo a {
  font-size:30px;
}
#header-motto h1{
  font-size: 35px;
}
}

@media only screen and (min-width: 750px) {
body .ccm-add-block {
  color:orange;
}
  .hmnav-nav,
  #hmnav-wrapper {
    display: none;
  }
  #container {
    margin-top:0;
  }
  /*#container h1 {
    margin-top:550px !important;
  }*/
  #container .mob {
    display:none;
  }
  #container .dsk {
    display:inline;
  }

  #header-wrapper-01,
  #header-pic .img{
    margin-top:0px;
    height: 200px;
  }
  #header-logo {
	  width:35% !important;
    float:left !important;
  }
  #header-logo img {
    margin:0;
  }
  #header-infos {
    -width:37% !important;
  }
  #header-infos {
    -padding:0;
    -margin:0 auto 0 0;
    -margin-right:30px;
  }
  #header-sldr-wrapper {
    margin-top:0px;
  }
  #header-img {
    width:70%;
  }
  #header-clm {
    display:inline;
  }

  #header-wrapper-02{
    -background-color:rgba(210,194,179,1);
  }
  .nav-wrapper{
    display: inline;
  }
  .nav-wrapper ul {      /*Sidebar-NAV*/
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .nav-wrapper ul li{
    padding: 0px;
    margin: 0 0 2px 0 !important;
    background-color: #44693D;
    transition-property: background-color;
    transition-duration: 500ms;
    transition-delay: 0;
  }
  .nav-wrapper ul li a,
  #main-content-211-lsb.nav-wrapper ul li a:hover{
    color: #E5F0DA !important;
    display: block;
    padding: 10px;
    text-align: center;
    margin: 0px !important;
    text-decoration: none !important;
  }
  .nav-wrapper ul li:hover {
    background-color: #1C4220;
    transition-property: background-color;
    transition-duration: 500ms;
    transition-delay: 0;
  }
  .nav-wrapper ul li.nav-selected a{
    color: #1C4220 !important;
    pointer-events: none;
  }
  .nav-wrapper ul li.nav-selected{
    background-color: #E5F0DA;
  }
  #header-nav-column-wrapper {
	  position: relative;
    width:65%;
    float:right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top:15px;
  }
  .header-info p {
    font-size:14px !important;
    font-weight:normal;
    text-align:right;
    text-transform: none;
    margin-top:0px;
    margin-bottom:14px;
    -webkit-margin-after:0px;
    -webkit-margin-before:14px;
    line-height:17px;
  }

  }

@media only screen and (min-width: 960px) {
body .ccm-add-block {
  color:blue;
}
  /*pgpg*/
  .cookieBanner__content,
  #header-logo-wrapper,
  #header-sldr-img-wrapper,
  #header-img-clm-wrapper,
  #header-nav-wrapper,
  #header-motto-wrapper,
  /*#central-wrapper-101,*/
  #main-wrapper-101,
  #central-wrapper-111,
  #central-wrapper-112,
  #central-wrapper-113,
  #central-wrapper-114,
  #central-wrapper-201,
  #central-wrapper-202,
  #central-wrapper-203,
  /*#central-wrapper-211,
  #central-wrapper-212,
  #central-wrapper-213,*/
  #main-wrapper-211,
  #main-wrapper-212,
  #main-wrapper-213,
  #central-wrapper-201-rsb,
  #central-wrapper-211-rsb,
  #central-wrapper-212-rsb,
  #central-wrapper-213-rsb,
  #central-wrapper-201-lsb,
  #central-wrapper-211-lsb,
  #central-wrapper-212-lsb,
  #central-wrapper-213-lsb,
  #central-wrapper-301,
  #central-wrapper-311,
  #central-wrapper-312,
  #central-wrapper-313,
  #central-wrapper-401,
  #central-wrapper-411,
  #central-wrapper-412,
  #central-wrapper-413,
  /*#footer-wrapper-01,*/
  #footer-info-wrapper {
    width:85%;
  }
  #header-slider .ccm-SlideshowBlock-display .slideImgWrap div {
    background-size: cover !important;
    padding-top: 0px;
    position: initial;
  }
  }
@media only screen and (min-width: 1280px) {
body .ccm-add-block {
  color:blue;
}
  .cookieBanner__content,
  #header-logo-wrapper,
  #header-sldr-img-wrapper,
  #header-img-clm-wrapper,
  #header-nav-wrapper,
  #header-motto-wrapper,
  /*#central-wrapper-101,*/
  #main-wrapper-101,
  #central-wrapper-111,
  #central-wrapper-112,
  #central-wrapper-113,
  #central-wrapper-114,
  #central-wrapper-201,
  #central-wrapper-202,
  #central-wrapper-203,
  /*#central-wrapper-211,
  #central-wrapper-212,
  #central-wrapper-213,*/
  #main-wrapper-211,
  #main-wrapper-212,
  #main-wrapper-213,
  #central-wrapper-201-rsb,
  #central-wrapper-211-rsb,
  #central-wrapper-212-rsb,
  #central-wrapper-213-rsb,
  #central-wrapper-201-lsb,
  #central-wrapper-211-lsb,
  #central-wrapper-212-lsb,
  #central-wrapper-213-lsb,
  #central-wrapper-301,
  #central-wrapper-311,
  #central-wrapper-312,
  #central-wrapper-313,
  #central-wrapper-401,
  #central-wrapper-411,
  #central-wrapper-412,
  #central-wrapper-413,
  /*#footer-wrapper-01,*/
  #footer-info-wrapper {
    width: 80%;
  }

  #header-wrapper-01,
  #header-pic .img{
    height: 280px;
  }
  }

@media only screen and (min-width: 1400px) {
body .ccm-add-block {
  color:green;
}
  .cookieBanner__content,
  #header-logo-wrapper,
  #header-sldr-img-wrapper,
  #header-img-clm-wrapper,
  #header-nav-wrapper,
  #header-motto-wrapper,
  /*#central-wrapper-101,*/
  #main-wrapper-101,
  #central-wrapper-111,
  #central-wrapper-112,
  #central-wrapper-113,
  #central-wrapper-114,
  #central-wrapper-201,
  #central-wrapper-202,
  #central-wrapper-203,
  /*#central-wrapper-211,
  #central-wrapper-212,
  #central-wrapper-213,*/
  #main-wrapper-211,
  #main-wrapper-212,
  #main-wrapper-213,
  #central-wrapper-201-rsb,
  #central-wrapper-211-rsb,
  #central-wrapper-212-rsb,
  #central-wrapper-213-rsb,
  #central-wrapper-201-lsb,
  #central-wrapper-211-lsb,
  #central-wrapper-212-lsb,
  #central-wrapper-213-lsb,
  #central-wrapper-301,
  #central-wrapper-311,
  #central-wrapper-312,
  #central-wrapper-313,
  #central-wrapper-401,
  #central-wrapper-411,
  #central-wrapper-412,
  #central-wrapper-413,
  /*#footer-wrapper-01,*/
  #footer-info-wrapper {
    width: 75%;
  }
  }

@media only screen and (min-width: 1600px) {
body .ccm-add-block {
  color:grey;
}
  .cookieBanner__content,
  #header-logo-wrapper,
  #header-sldr-img-wrapper,
  #header-img-clm-wrapper,
  #header-nav-wrapper,
  #header-motto-wrapper,
  /*#central-wrapper-101,*/
  #main-wrapper-101,
  #central-wrapper-111,
  #central-wrapper-112,
  #central-wrapper-113,
  #central-wrapper-114,
  #central-wrapper-201,
  #central-wrapper-202,
  #central-wrapper-203,
  /*#central-wrapper-211,
  #central-wrapper-212,
  #central-wrapper-213,*/
  #main-wrapper-211,
  #main-wrapper-212,
  #main-wrapper-213,
  #central-wrapper-201-rsb,
  #central-wrapper-211-rsb,
  #central-wrapper-212-rsb,
  #central-wrapper-213-rsb,
  #central-wrapper-201-lsb,
  #central-wrapper-211-lsb,
  #central-wrapper-212-lsb,
  #central-wrapper-213-lsb,
  #central-wrapper-301,
  #central-wrapper-311,
  #central-wrapper-312,
  #central-wrapper-313,
  #central-wrapper-401,
  #central-wrapper-411,
  #central-wrapper-412,
  #central-wrapper-413,
  /*#footer-wrapper-01,*/
  #footer-info-wrapper {
    width:63.4%;
  }

  }
                                               /*pgpg*/

/* ==|== main styles =========================================================
   Main 1 Coloumn
   ========================================================================== */
  #main-wrapper-101,
  #main-wrapper-111,
  #main-wrapper-112,
  #main-wrapper-113 {
    overflow:hidden;
  }
  #main-column-111 {
	  position: relative;
    width:100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  @media only screen and (min-width: 750px) {

  }
  @media only screen and (min-width: 960px) {

  }
  @media only screen and (min-width: 1280px) {

  }
  @media only screen and (min-width: 1400px) {

  }
  @media only screen and (min-width: 1600px) {

  }

/* ==|== main styles =========================================================
   Main 2 Coloumns
   ========================================================================== */
  #main-wrapper-201,
  #main-wrapper-211,
  #main-wrapper-212,
  #main-wrapper-213 {
	  overflow: hidden;
  }
  #main-column-211,
  #main-column-212 {
	  position: relative;
    width:100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  @media only screen and (min-width: 750px) {
  #main-column-211,
  #main-column-212 {
    width:50%;
  }
  #main-column-211 {
    float:left;
    padding:0 30px 0 0;
  }
  #main-column-212 {
    float:right;
    padding:0 0 0 30px;
  }
  }
  @media only screen and (min-width: 960px) {

  }
  @media only screen and (min-width: 1280px) {

  }
  @media only screen and (min-width: 1400px) {

  }
  @media only screen and (min-width: 1600px) {

  }

/* ==|== main styles =========================================================
   Main 2 RSB
   ========================================================================== */
  #central-wrapper-201-rsb,
  #central-wrapper-211-rsb,
  #central-wrapper-212-rsb,
  #central-wrapper-213-rsb {
	  overflow: hidden;
  }
  #main-column-201-rsb,
  #main-column-211-rsb,
  #main-column-212-rsb {
	  position: relative;
    width:100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #main-content-212-rsb {
    /*margin-top:80px;*/
    margin-bottom:40px;
  }

  @media only screen and (min-width: 750px) {
  #main-column-211-rsb {
    float:left;
    width:62%;
    -padding:0 15px 0 0;
  }
  #main-column-212-rsb {
    float:right;
    width:38%;
    -padding:0 0 0 15px;
  }
  #main-column-211-rsb {
    float:left;
    padding:0 30px 0 0;
  }
  #main-content-211-rsb img {
    margin-left:0px !important;
    padding-left:0px !important;
  }
  #main-column-212-rsb {
    float:right;
    padding:0 0 0 30px;
  }
  #main-content-201-rsb {
    margin-top:40px;
  }
  #main-content-211-rsb {
    /*margin-top:14px;*/
    margin-bottom:40px;
  }
  #main-content-212-rsb {
    /*margin-top:20px;*/
  }
  }
  @media only screen and (min-width: 960px) {

  }
  @media only screen and (min-width: 1280px) {

  }
  @media only screen and (min-width: 1400px) {

  }
  @media only screen and (min-width: 1600px) {

  }

/* ==|== main styles =========================================================
   Main 2 LSB
   ========================================================================== */
  #central-wrapper-201-lsb,
  #central-wrapper-211-lsb,
  #central-wrapper-212-lsb,
  #central-wrapper-213-lsb {
	  overflow: hidden;
  }
  #main-column-201-lsb,
  #main-column-211-lsb,
  #main-column-212-lsb {
	  position: relative;
    width:100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #main-column-211-lsb {
    padding-bottom:20px;
  }
  #main-content-213-lsb-foto img,
  #main-content-214-lsb-foto img,
  #main-content-215-lsb-foto img,
  #main-content-216-lsb-foto img,
  #main-content-217-lsb-foto img,
  #main-content-218-lsb-foto img,
  #main-content-219-lsb-foto img {
    padding-top:0 !important;
    -webkit-animation: fadein 5s linear 1 normal forwards;

/*  background:#fcefdc;
  -webkit-transition-property: background;
  -webkit-transition-duration: .3s;
  -webkit-transition-delay: .05s;
  transition-property:background;
  transition-duration:.3s;
  transition-delay:.05s;
*/
  }
  #main-content-219-lsb-text,
  #main-content-219-lsb-foto {
    margin-bottom:50px;
  }
  #main-content-212-lsb {
    /*margin-bottom:60px;*/
  }
  #main-content-212-lsb h3 {
    text-transform: none;
  }

  @media only screen and (min-width: 750px) {
  #main-column-211-lsb {
    float:left;
    width:30%;
    -padding:0 15px 0 0;
  }
  #main-column-212-lsb {
    float:right;
    width:70%;
    -padding:0 0 0 15px;
  }
  #main-column-211-lsb {
    float:left;
    padding:0 15px 0 0;
  }
  #main-content-211-lsb img {
    margin-left:0px !important;
    padding-left:0px !important;
  }
  #main-column-212-lsb {
    float:right;
    padding:0 0 0 15px;
  }
  #main-content-212-lsb.feedback {
    background-color: #E5F0DA;

  }
  #feedback-wrapper{
    padding-left: 20%;
    position: relative;
  }
  #main-content-212-lsb.feedback p{
    color: #44693D;
  }
  #main-content-212-lsb.feedback{
    padding: 20px;
  }
  #feedback-wrapper svg{
    position: absolute;
    left: 20%;
    overflow: visible;
    bottom: 0px;
    fill: #E5F0DA;
  }

  #main-content-213-lsb-wrapper,
  #main-content-214-lsb-wrapper,
  #main-content-215-lsb-wrapper,
  #main-content-216-lsb-wrapper,
  #main-content-217-lsb-wrapper,
  #main-content-218-lsb-wrapper,
  #main-content-219-lsb-wrapper {
    overflow:hidden;
    width:100%;
  }
  #main-content-213-lsb-text,
  #main-content-214-lsb-text,
  #main-content-215-lsb-text,
  #main-content-216-lsb-text,
  #main-content-217-lsb-text,
  #main-content-218-lsb-text,
  #main-content-219-lsb-text {
    float:left;
    width:70%;
    margin-top:0;
  }
  #main-content-213-lsb-text h3,
  #main-content-214-lsb-text h3,
  #main-content-215-lsb-text h3,
  #main-content-216-lsb-text h3,
  #main-content-217-lsb-text h3,
  #main-content-218-lsb-text h3,
  #main-content-219-lsb-text h3 {
    margin-top:0;
  }
  #main-content-213-lsb-foto,
  #main-content-214-lsb-foto,
  #main-content-215-lsb-foto,
  #main-content-216-lsb-foto,
  #main-content-217-lsb-foto,
  #main-content-218-lsb-foto,
  #main-content-219-lsb-foto {
    float:right;
    width:21%;
  }
  }
  @media only screen and (min-width: 960px) {
    #main-column-211-lsb {
      width:20%;
    }
    #main-column-212-lsb {
      width:80%;
    }
  }
  @media only screen and (min-width: 1280px) {

  }
  @media only screen and (min-width: 1400px) {

  }
  @media only screen and (min-width: 1600px) {

  }

/* ==|== main styles =========================================================
   Main 3 Coloumns
   ========================================================================== */
  #central-wrapper-301,
  #central-wrapper-311,
  #central-wrapper-312,
  #central-wrapper-313{
	  overflow:hidden;
  }
  #central-wrapper-311 h2 {
    color:rgba(201,165,135,1) !important;
  }
  #main-column-301,
  #main-column-311,
  #main-column-312,
  #main-column-313 {
	  position: relative;
    width:100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #main-column-312,
  #main-column-313 {
    padding-top:40px;
  }

  @media only screen and (min-width: 850px) {
  #main-column-311,
  #main-column-312,
  #main-column-313  {
 	  width: 33.33%;
	  float: left;
  }
  #main-column-311 {
    padding:0 30px 0 0;
  }
  #main-column-312 {
    padding:0 15px 0 15px;
  }
  #main-column-313 {
    padding:0 0 0 30px;
  }
  }
  @media only screen and (min-width: 960px) {

  }
  @media only screen and (min-width: 1100px) {

  }
  @media only screen and (min-width: 1280px) {

  }
  @media only screen and (min-width: 1400px) {

  }
  @media only screen and (min-width: 1600px) {

  }

/* ==|== main styles =========================================================
   Main 4 Coloumns
   ========================================================================== */
  #main-wrapper-401,
  #main-wrapper-411,
  #main-wrapper-412,
  #main-wrapper-413 {
    overflow: hidden;
  }
  #main-column-411,
  #main-column-412,
  #main-column-413,
  #main-column-414 {
	  position: relative;
    width:100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  @media only screen and (min-width: 750px) {
  #main-column-411,
  #main-column-412,
  #main-column-413,
  #main-column-414 {
    width:50%;
    float:left;
  }
  #main-column-411,
  #main-column-413 {
    padding:0 30px 0 0;
  }
  #main-column-412,
  #main-column-414 {
    padding:0 0 0 30px;
  }
  }
  @media only screen and (min-width: 960px) {

  }
  @media only screen and (min-width: 1280px) {
  #main-column-411,
  #main-column-412,
  #main-column-413,
  #main-column-414 {
    width:25%;
    float:left;
  }
  #main-column-411 {
    padding:0 30px 0 0;
  }
  #main-column-412 {
    padding:0 20px 0 10px;
  }
  #main-column-413 {
    padding:0 10px 0 20px;
  }
  #main-column-414 {
    padding:0 0 0 30px;
  }
  }
  @media only screen and (min-width: 1400px) {

  }
  @media only screen and (min-width: 1600px) {

  }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color:black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}







/* ==========================================================================
   c5
   ========================================================================== */
/*body.mceContentBody {
  background:#f0f0f0;
  color:black;
  -letter-spacing:1px;
}
body {
  color:black;
  -letter-spacing:1px;
}
.ccm-add-block {
  color:orange;
  -letter-spacing:1px;
} */

/*
#main-content-318 img {
    width:20%;
    height:auto;
    border: 2px solid magenta;
  }
