@charset "utf-8" {
   }
/*
 * CSS Document
 */
/*
 * ligh green
 */
/*
 * ligh green
 */
/*
 * grey dark
 */
/*
 * dark green
 */
/*
 * light light grey
 */
/*
 * lError red
 */
/*
 * dark
 */
article ul,
article ul li {
  list-style-type: disc; }

article ul li ul {
  padding-left: 20px; }

article ul li ul li {
  list-style-type: circle; }

#page {
  background: #fafafa; }

#impressum h3,
#impressum h4 {
  margin: 1em 0 0.6em; }

#mobile .halfText,
#mobile .text-line {
  padding: 10px; }

#mobile .startH {
  font-size: 1.2em; }

#mobile .shoutBox > .text,
#mobile .shoutBox-under > .text {
  font-size: 1em; }

#mobile #logo img {
  max-width: 140px; }

#mobile #logoBackground {
  left: -300px; }

#mobile h3.teaser-head-project {
  font-size: 1.2em; }

#mobile h3.teaser-head-project span {
  font-size: 1em; }

#mobile #project-teaser {
  padding: 50px 0; }

.flexImageHolder {
  position: relative; }

.overImageTextStatusCont {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100; }

.overImageTextStatusInner {
  background: rgba(152, 194, 31, 0.8);
  color: white;
  font-size: 1em;
  height: auto;
  padding: 5px 20px;
  position: absolute;
  right: -8%;
  text-align: center;
  top: 17%;
  transform: rotate(340deg) scale(1) skew(1deg) translate(0%);
  width: 130%; }

.overImageTextStatusCont div.overImageTextStatusInner {
  font-size: 1em;
  left: -25%;
  top: 15%;
  width: 130%; }

.overImageTextStatus {
  background: rgba(152, 194, 31, 0.8);
  border-radius: 0.35em;
  color: white;
  height: auto;
  left: 1%;
  padding: 5px 20px;
  position: absolute;
  text-align: center;
  top: 1%;
  transform: rotate(344deg) scale(1) skew(1deg) translate(5px);
  width: 200px; }

a {
  transition: all 0.4s; }

.closeImp span {
  padding-right: 10px; }

.closeImp {
  color: #98c21f;
  text-decoration: none;
  font-size: 1.5em; }

.closeImp:hover {
  color: #6d6763; }

#owl-sub {
  margin: 60px auto; }

#owl-sub .item {
  border: solid 1px #6d6763 !important; }

a.downloadList span.icon:before {
  font-size: 1.5em;
  padding-right: 10px; }

a.downloadList:hover span.icon:before {
  color: #98c21f; }

a.downloadList {
  color: #514d49;
  font-size: 1em;
  text-decoration: none;
  display: block;
  margin-bottom: 20px; }

a.downloadList strong {
  font-size: 1.1em;
  color: #98c21f; }

a.downloadList span {
  font-size: 1em;
  color: #514d49; }

/*
 * Table
 */
.table-wrapper {
  overflow-x: auto; }

table {
  margin: 0 0 2em;
  width: 100%; }

table tbody tr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #efefef -moz-use-text-color;
  border-image: none;
  border-style: solid none;
  border-width: 1px 0; }

table tbody tr:nth-child(2n+1) {
  background-color: #f7f7f7; }

table td {
  padding: 0.75em; }

table th {
  color: #787878;
  font-size: 0.9em;
  font-weight: 400;
  padding: 0 0.75em 0.75em;
  text-align: left; }

table thead {
  border-bottom: 2px solid #efefef; }

table tfoot {
  border-top: 2px solid #efefef; }

table.alt {
  border-collapse: separate; }

table.alt tbody tr td {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #efefef;
  border-image: none;
  border-style: solid;
  border-width: 0 2px 2px 0; }

table.alt tbody tr td:first-child {
  border-left-width: 2px; }

table.alt tbody tr:first-child td {
  border-top-width: 2px; }

table.alt thead {
  border-bottom: 0 none; }

table.alt tfoot {
  border-top: 0 none; }

#innerCont p {
  padding: 10px 0; }

.dgnb {
  width: 100%;
  text-align: center; }

.dgnb h3 {
  color: #f6f6f6;
  padding: 30px 0 0;
  font-size: 1.5em; }

.dgnb .dgnb-text {
  color: #f6f6f6;
  max-width: 500px;
  width: 90%;
  margin: 0 auto; }

.dgnb .dgnb-text a {
  color: #514d49;
  padding: 10px 0;
  display: block;
  transition: all 0.4s; }

.dgnb .dgnb-text a:hover {
  color: #f6f6f6; }

#owl-cont {
  width: 100%;
  margin: 0 auto; }

button.accordion {
  background-color: #98c21f;
  color: #f6f6f6;
  cursor: pointer;
  padding: 30px;
  font-size: 1.5em;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-bottom: 2px; }

/*
 * Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover)
 */
button.accordion.active,
button.accordion:hover {
  background-color: #514d49; }

div.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0; }

div.panel.show {
  opacity: 1;
  max-height: 5000px;
    /*
   * Whatever you like, as long as its more than the height of the content (on all screen sizes)
   */ }

button.accordion:after {
  content: '\02795';
    /*
   * Unicode character for "plus" sign (+)
   */
  font-size: 18px;
  color: #f6f6f6;
  float: right;
  margin-left: 5px; }

button.accordion.active:after {
  content: "\2796";
    /*
   * Unicode character for "minus" sign (-)
   */ }

.wrapper {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto; }

.startH {
  font-size: 2.5em;
  line-height: 1.5em;
  margin-top: 50px; }

.zemThanks {
  color: #6aab35;
  padding: 10px;
  border: solid 1px #6aab35; }

.zemContactForm {
  margin-bottom: 60px;
  box-sizing: border-box; }

.zemContactForm label {
  display: block-inline; }

.zemText,
.zemSelect,
.zemTextarea {
  display: block;
  width: 97%;
  padding: 10px;
  font-size: 1em;
  box-sizing: border-box; }

.zemSelect {
  width: 100%; }

.zemText:focus,
.zemSelect:focus,
.zemTextarea:focus {
  -webkit-box-shadow: 0px 0px 5px 0px #b3b3b3;
  -moz-box-shadow: 0px 0px 5px 0px #b3b3b3;
  box-shadow: 0px 0px 5px 0px #b3b3b3; }

.zemContactForm h2,
.zemContactForm h3,
.zemContactForm h4,
.zemContactForm p {
  margin: 20px 0; }

.zemRequirederrorElement {
  -webkit-box-shadow: 0px 0px 2px 1px rgba(232, 102, 102, 0.44);
  -moz-box-shadow: 0px 0px 2px 1px rgba(232, 102, 102, 0.44);
  box-shadow: 0px 0px 2px 1px rgba(232, 102, 102, 0.44); }

label.zemRequirederrorElement {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

input.zemSubmit {
  float: right;
  margin-top: 30px;
  background: #98c21f none repeat scroll 0 0 !important;
  border: solid 1px #3a3735;
  color: #f6f6f6 !important;
  display: block;
  font-size: 1em;
  padding: 9px 20px;
  transition: all 0.4s ease-out 0s; }

input.submit:hover,
input.zemSubmit:hover {
  background: none !important;
  border: solid 1px false;
  color: #98c21f !important;
  cursor: pointer;
  text-decoration: none; }

/*
 * 
 * .fadeInBlock{transition: all 0.7s ease-in-out;  opacity:0; transition: all 0.7s ease-in-out; -ms-transform: translate(0, 200px); -webkit-transform: translate(0,200px); transform: translate(0, 200px); overflow:hidden;}
 * 
 * .fadeInUp{opacity:1; -ms-transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
 * 
 * 
 * .fade-item:nth-child(1){
 * 
 * transition-delay:0.2s;
 * }
 * 
 * .fade-item:nth-child(2){
 * 
 * transition-delay:0.4s;
 * }
 * 
 * .fade-item:nth-child(3){
 * 
 * transition-delay:0.6s;
 * }
 * 
 * .fade-item:nth-child(4){
 * 
 * transition-delay:0.8s;
 * }
 * .fade-item:nth-child(5){
 * 
 * transition-delay:1s;
 * }
 */
#project-teaser {
  padding: 100px 0 100px; }

h3.teaser-head-project {
  font-size: 2em;
  width: 100%;
  height: auto;
  margin: 0 auto 50px;
  text-align: center;
  color: #98c21f;
  line-height: 1.5em; }

h3.teaser-head-project span {
  font-size: 0.5em;
  display: block;
  font-weight: normal; }

#teaser-holder-project .teaser-inner {
  border: solid 1px #6d6763;
  margin: 0 0 10px 10px;
  display: block;
  text-decoration: none;
  transition: all 0.8s ease-in-out;
  color: #3a3735;
  position: relative;
  background: white; }

#teaser-holder-project .teaser-inner span {
  width: 100%;
  display: block;
  text-align: center;
  color: #6d6763; }

#teaser-holder-project .teaser-inner span.teaser-title {
  font-size: 1.5em;
  padding: 20px 0 10px; }

#teaser-holder-project .teaser-inner span.teaser-excerpt {
  padding-bottom: 30px; }

#teaser-holder-project .teaser-inner:hover {
  color: #98c21f; }

#teaser-holder-project > .teaser-inner {
  margin-left: 0; }

.teaser-image-project {
  position: relative;
  overflow: hidden; }

.teaser-image-project img {
  transition: All 1.5s ease-out;
  -webkit-transform: scale(1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform: scale(1);
  -moz-transform-origin: 50% 50%;
  -ms-transform: scale(1);
  -ms-transform-origin: 50% 50%;
  -o-transform: scale(1);
  -o-transform-origin: 50% 50%;
  transform: scale(1);
  transform-origin: 50% 50%; }

#teaser-holder-project .teaser-inner:hover .teaser-image-project img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

#scrollDownIcon {
  position: absolute;
  bottom: 10%;
  left: 48%;
  color: white;
  font-size: 3em;
  z-index: 100; }

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.flex-item {
  -webkit-flex: 1 0 600px;
  flex: 1 0 600px; }

.text-line {
  margin: auto;
  padding: 10px 50px; }

.container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
    /*
   * remove this for responsive
   */ }

.half-text {
  margin: 0 auto; }

.goGreen {
  border: solid 10px white !important; }

.bigOuter {
  color: #b8b8b8;
  width: 100%;
  text-align: center;
  font-size: 2em;
  font-weight: 100;
  padding: 40px 0;
  border: dotted 1px #a1a1a1;
  font-family: "Roboto Slab", serif;
  border-top: none; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #6d6763;
  line-height: 1.5em;
  font-size: 16px; }

header {
  width: 100%;
  height: 70%;
  position: relative;
  z-index: 3; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.2em;
  font-family: font-family: 'PT Serif', serif;
  color: #98c21f; }

a {
  transition: all 0.5s ease-in-out; }

h2 {
  font-size: 1.5em;
  font-weight: 400; }

.underCont {
  top: 100px; }

#logoContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 420px;
  height: 250px;
  overflow: hidden;
  z-index: 3;
  transition-property: left, opacity;
  transition-duration: 1s, 0.5s;
    /*
   * transition-delay: 0s, 0.5s, 1s, 1.5s;
   */ }

#mobile #logoContainer {
  top: 60px; }

#mobile .underCont {
  top: 60px; }

#logoContainer.outside {
  left: -600px;
  opacity: 0; }

#logoContainer.outside > #logo {
  opacity: 0; }

#navMain.inside {
  opacity: 0; }

#navMain.insideAni {
  opacity: 1;
  position: fixed;
  transition-property: opacity, box-shadow;
  transition-duration: 0.9s, 0.1s;
  transition-delay: 0.1s, 0.1s; }

#logoBackground {
  background: white;
  height: 238px;
  left: -153px;
  position: absolute;
  top: -82px;
  width: 549px;
  -webkit-transform: rotate(149deg);
  -ms-transform: rotate(149deg);
  transform: rotate(149deg);
  -webkit-box-shadow: 0px 2px 4px black;
  -moz-box-shadow: 0px 2px 4px black;
  box-shadow: 0px 2px 4px black; }

#logo {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 1s;
  transition-delay: 1s; }

#navMain {
  width: 100%;
  height: 100px;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  background-image: url(../images/logo_Bg_Nav_Main.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-color: white; }

#navMain ul {
  float: right;
  margin-right: 50px; }

#navMain ul li {
  display: inline;
  list-style: none; }

#navMain ul li a {
  display: inline-block;
  padding: 41px 30px;
  color: #6d6763;
  text-decoration: none;
  font-size: 1.2em; }

#navMain ul li a:hover,
#navMain ul li.active a {
  text-decoration: none;
  color: #98c21f; }

#imgContHead {
  width: 100%;
  height: 70%;
  background: #98c21f;
  position: relative;
  top: 0;
  left: 0; }

.dotted-line {
  margin: 0;
  padding: 20px;
  border: dashed 1px white; }

.owl-carousel,
.owl-carousel .item {
  height: 100%;
  position: relative;
  background: white; }

#owl-cont .owl-carousel,
#owl-cont .owl-carousel .item {
  background: #98c21f; }

.owl-carousel .item .more {
  padding: 15px;
  color: white;
  background: rgba(152, 194, 31, 0.8);
  position: absolute;
  right: -50%;
  bottom: 70px;
  width: auto;
  max-width: 40%;
  transition: right ease-out 1s 0.1s; }

.owl-carousel .item .more h2 {
  font-size: 1.2em;
  margin-bottom: 15px;
  font-family: 'Roboto Slab', serif;
  color: white; }

.owl-carousel .active .more {
  right: 0; }

.owl-theme .owl-controls {
  top: 40px;
  right: 5%;
  position: absolute;
  z-index: 200; }

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: #fafafa none repeat scroll 0 0;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px; }

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  background: #869791 none repeat scroll 0 0;
  color: white;
  text-decoration: none; }

.owl-theme .owl-controls .owl-nav .disabled {
  cursor: default;
  opacity: 0.5; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block; }

.owl-theme .owl-dots .owl-dot span {
  background: rgba(152, 194, 31, 0.8);
  border: 2px solid #6d6763;
  border-radius: 50%;
  display: block;
  height: 15px;
  margin: 5px 7px;
  width: 15px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: white none repeat scroll 0 0; }

#mainContent {
  position: relative; }

#innerCont,
#innerContSub {
  margin: -150px auto 0;
  background: white;
  box-shadow: 2px 1px 6px 0px rgba(64, 64, 64, 0.29);
  position: relative;
  z-index: 2;
  -moz-box-shadow: 2px 1px 6px 0px rgba(64, 64, 64, 0.29);
  -webkit-box-shadow: 2px 1px 6px 0px rgba(64, 64, 64, 0.29); }

section {
  width: 100%;
  height: auto; }

#innerContSub {
  margin: -50px auto 0; }

#teaser {
  padding: 200px 0 100px;
  margin-top: -150px;
  position: relative;
  z-index: 1; }

#teaserDGNB {
  padding: 50px 0 20px;
  margin-top: -50px;
  position: relative;
  z-index: 1; }

h3.teaser-head {
  font-size: 2em;
  width: 100%;
  height: auto;
  margin: 0 auto 50px;
  text-align: center;
  color: white;
  line-height: 1.5em; }

h3.teaser-head span {
  font-size: 0.5em;
  display: block;
  font-weight: normal; }

.teaser-inner {
  border: solid 1px #f6f6f6;
  margin: 0 0 10px 10px;
  display: block;
  text-decoration: none;
  transition: all 0.8s ease-in-out;
  color: #f6f6f6; }

.teaser-inner span {
  width: 100%;
  display: block;
  text-align: center;
  color: false; }

.teaser-inner span.teaser-icon {
  font-size: 5em;
  padding: 60px 0; }

.teaser-inner span.teaser-title {
  font-size: 1.5em;
  padding: 10px 0; }

.teaser-inner span.teaser-excerpt {
  padding-bottom: 30px; }

.teaser-inner:hover,
.active .teaser-inner {
  color: #6d6763;
  border-color: #6d6763; }

.teaser-inner span.teaser-icon {
  transition: all 0.8s ease-in-out;
  -webkit-transform: scale(1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform: scale(1);
  -moz-transform-origin: 50% 50%;
  -ms-transform: scale(1);
  -ms-transform-origin: 50% 50%;
  -o-transform: scale(1);
  -o-transform-origin: 50% 50%;
  transform: scale(1);
  transform-origin: 50% 50%; }

.teaser-inner:hover  span.teaser-icon,
.active .teaser-inner span.teaser-icon {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

#teaser-holder > .teaser-inner {
  margin-left: 0; }

.halfText {
  padding: 120px; }

.shoutBox,
.shoutBox-under {
  width: 100%;
  height: 300px;
  text-align: center;
  box-sizing: border-box;
  padding: 40px;
  font-family: 'Roboto Slab', serif;
  font-size: 1.2em;
  font-weight: 300;
  background: url(../images/dotted.png) no-repeat center top #98c21f; }

#shoutProject {
  height: 180px;
  padding: 40px; }

.shoutBox-under {
  height: 300px; }

.shoutBox > .logo,
.shoutBox-under > .logo {
  width: 100%;
  height: auto;
  background: #98c21f; }

.shoutBox > .text,
.shoutBox-under > .text {
  width: 100%;
  height: auto;
  background: #98c21f;
  padding: 20px 0 1px;
  font-variant: small-caps;
  font-size: 1.5em; }

.iconHolder {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 20%; }

footer {
  margin-top: 100px; }

footer .footer-top {
  min-height: 200px;
  height: auto;
  background: #514d49;
  width: 100%;
  padding-top: 60px; }

footer .footer-bottom {
  min-height: 30px;
  background: #3a3735;
  width: 100%; }

footer p {
  color: white;
  font-size: 13px; }

footer a {
  color: white; }

footer a:hover {
  color: #98c21f; }

footer ul.footer-group {
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  padding-top: 25px;
  margin: 0 auto; }

footer ul.footer-group li {
  display: inline-block; }

footer ul.footer-group li a {
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none; }

footer ul.footer-group li a:hover,
footer ul.footer-group li a.active {
  color: #98c21f;
  text-decoration: none; }

footer ul.footer-group li {
  margin-right: 15px; }

footer ul.footer-group li:last-child {
  margin-right: 0; }

footer span.icon {
  font-size: 12px;
  margin: 0 2px; }

footer .footer-links {
  margin: 120px 0 120px 0; }

a {
  color: #98c21f; }

a:hover {
  color: #514d49;
  text-decoration: none; }

.fl {
  float: left; }

.fr {
  float: right; }

.bgGreen {
  background: #98c21f; }

.bgGrey {
  background: #514d49; }

.bgLightGrey {
  background: #f6f6f6; }

.mt50 {
  margin-top: 50px; }

.mb50 {
  margin-bottom: 50px; }

.mt25 {
  margin-top: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.p10 {
  padding: 10px; }

.p20 {
  padding: 20px; }

.p25 {
  padding: 25px; }

.pt50 {
  padding-top: 50px; }

.pb50 {
  padding-bottom: 50px; }

.txtWhite {
  color: white; }

.txtCenter {
  text-align: center; }

.txtRight {
  text-align: right; }

.txtBig {
  font-size: 1.2em; }

b,
strong {
  font-weight: 700; }

.topShad {
  box-shadow: 0 -5px 5px -5px #333333; }

.rightShad {
  box-shadow: 5px 0 5px -5px #333333; }

.bottomShad {
  box-shadow: 0 5px 5px -5px #333333;
  box-shadow: 0px 0px 6px 2px rgba(64, 64, 64, 0.34);
  -moz-box-shadow: 0px 0px 6px 2px rgba(64, 64, 64, 0.34);
  -webkit-box-shadow: 0px 0px 6px 2px rgba(64, 64, 64, 0.34); }

.leftShad {
  box-shadow: -5px 0 5px -5px #333333; }

.allShad {
  box-shadow: 0 0 5px #333333; }

.button {
  background-color: #eeeeee;
  border: medium none;
  box-sizing: border-box;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-property: all; }

.btnGreen {
  color: white;
  background: #98c21f;
  border: dashed 1px #98c21f; }

.btnGreen:hover {
  color: #514d49;
  background: white;
  border-color: #98c21f; }

#mobileTop {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  height: 60px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4444; }

#hamburger {
  box-sizing: border-box;
  display: block;
  height: 45px;
  left: 5px;
  position: absolute;
  top: 7px;
  width: 70px; }

#hamburger::before,
#hamburger::after,
#hamburger span {
  background: #3f4044 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 6px;
  left: 20px;
  position: absolute;
  width: 30px; }

#hamburger::before {
  top: 10px; }

#hamburger span {
  top: 20px; }

#hamburger::after {
  top: 30px; }

#hamburger::before,
#hamburger::after,
#hamburger span {
  transition-delay: 0.5s;
  transition-duration: 0.5s;
  transition-property: transform, top, bottom, left, opacity;
  transition-timing-function: ease; }

html.mm-opening #hamburger::before,
html.mm-opening #hamburger::after {
  top: 20px; }

html.mm-opening #hamburger span {
  left: -50px;
  opacity: 0; }

html.mm-opening #hamburger::before {
  transform: rotate(45deg); }

html.mm-opening #hamburger::after {
  transform: rotate(-45deg); }

