/*
@font-face {
    font-family: 'roboto_light';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/
body {
  margin: 0;
  padding: 0;
  font-family: Verdana;
  font-size: 16px;
  color: #020c25;
}
a {
  color: #448c00;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #448c00;
  text-decoration: underline;
}
img {
  border: 0;
  max-width: 100%;
}
p {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 21px;
}
h3 {
  font-size: 16px;
}
iframe {
  width: 100%;
  height: 350px;
}
#nav-icon3 {
  display: none;
}
.wrapper {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.txt_messages > div:first-child + div {
  clear: left;
}

.modal-dialog,
.modal-content {
    /* 80% of window height */
    /*height: 80%;*/
  height: 95%;
}
.modal-body {
    /* 100% = dialog height, 120px = header + footer */
    /*max-height: calc(100% - 120px);*/
  	max-height: 94%;
    overflow-y: scroll;
}

div.header {
  padding: 0;
  width: 100%;
  margin: 0;
  background: rgba(0,0,0, 0.5);
  position: fixed;
  z-index: 5;
}
div.header div.row {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 103px;
  overflow: hidden;
}
.logo img {
  padding-top: 7px;
}
.header_contact {
  text-align: right;
  color: #fff;
}
.header_contact {
  line-height: 50px;
}
.header_contact a {
  color: #fff;
}
.header_contact .telephone {
  background: url(../images/icon-telephone.png) left center no-repeat;
  display: inline-block;
  padding-left: 34px;
}
.header_contact .email {
  background: url(../images/icon-email.png) 12px center no-repeat;
  display: inline-block;
  padding-left: 50px;
}
.header_contact a {
  color: #fff;
  text-decoration: none;
}
.navigation .menu ul {
  list-style: none;
  text-align: right;
  margin: 12px 0 0;
}
.navigation .menu ul li {
  display: inline;
  margin: 0 0 0 58px;
}
.navigation .menu ul li a {
  display: inline;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.navigation .menu ul li a:hover, .navigation .menu ul li.active a {
  color: #a5ee23
}
.banner {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  text-align: center;
  position: relative;
}
.banner .row {
  margin: 0;
}
.banner .row > div {
  padding: 0;
}
.list_products {
  text-align: center;
  list-style: none;
  margin-bottom: 40px;
  padding-left: 0;
}
.list_products li {
  font-size: 45px;
  font-weight: bold;
  color: #FFF;
  display: inline;
  background: url(../images/green-dot-banner.png) 10px center no-repeat;
  padding-left: 48px;
}
.list_products li:first-child {
  background: none;
  padding-left: 0;
}
.trigger_order_form {
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding-top: 22%;
}
#btn_new_feedback {
  background: url(../images/bg-button.png) -3px top repeat-y;
  border: 0;
  border-radius: 25px;
  font-size: 20px;
  height: 47px;
  box-sizing: border-box;
  display: inline-block;
  line-height: 45px;
  padding-top: 0;
  padding-bottom: 0;
}
.camera_pag {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.camera_pag ul.camera_pag_ul:first-child {
  text-align: center;
}
.jetzt_aktuell {
  text-align: center;
}
.jetzt_aktuell h2 {
  font-size: 40px;
  font-weight: bold;
  margin: 40px 0 20px;
  background: url(../images/green-dot.png) center bottom no-repeat;
  padding-bottom: 25px;
}
.jetzt_aktuell h2 span {
  border-bottom: 1px solid #5ea015;
  padding-bottom: 15px;
}
.boxes_3cols {
  padding-top: 115px;
  padding-bottom: 50px;
  background: #f5f1e8;
  margin-top: -118px;
  font-size: 18px;
}
.boxes_6items img {
  width: 100%;
  height: auto;
}
.boxes_6items, .treffen_sie, .contact {
  max-width: 1600px;
  width: 100%;
  margin: 50px auto 0;
  padding: 0;
  position: relative;
}
.boxes_6items .row, .treffen_sie .row {
  margin: 0;
}
.boxes_6items .row > div {
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.boxes_6items .row > div > div {
  position: relative;
}
.boxes_6items .row > div > div .box_heading {
  font-size: 34px;
}
.boxes_6items .row > div > div .box_text {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
}
.boxes_6items .custom {
  cursor: pointer;
}
.boxes_6items .custom:hover .img_overlay {
  /*
  opacity: 0.6;
  -moz-transition: visibility 0s, opacity 0.3s linear; 
  -webkit-transition: visibility 0s, opacity 0.3s linear; 
  -ms-transition: visibility 0s, opacity 0.3s linear; 
  -o-transition: visibility 0s, opacity 0.3s linear; 
  transition: visibility 0s, opacity 0.3s linear; 
  */
  visibility: hidden;
  opacity: 0;
}
.img_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  visibility: visible;
  opacity: 1;
  cursor: pointer;
  -moz-transition: visibility 0.3s, opacity 0.3s linear; 
  -webkit-transition: visibility 0.3s, opacity 0.3s linear; 
  -ms-transition: visibility 0.3s, opacity 0.3s linear; 
  -o-transition: visibility 0.3s, opacity 0.3s linear; 
  transition: visibility 0.3s, opacity 0.3s linear; 
}
.angebotarticles .wrapper_article {
  display: none;
  margin-top: 25px;
}
.wrapper_article h2 {
  margin-top: 0;
}
.wrapper_article .imgLoaded {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0px !important;
  width: 100% !important;
}
.angebotarticles .slide_close {
  width: 45px;
  height: 45px;
  background: url(../images/back2top.png) center center no-repeat;
  cursor: pointer;
  margin: 20px auto 0;
}
.wrapper_article > div:first-child > div:first-child {
  float:right;
}
.treffen_sie .row > div {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.treffen_sie > div:first-child {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.treffen_sie > div:first-child + div {
  background: #dadada;
}
.treffen_sie > div:first-child > div {
  background: url(../images/bg_tariff.png) left top repeat-y;
  width: 556px;
  float: right;
  margin-right: 8%;
  margin-top: 5%;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  color: #fff;
}
.treffen_sie h2 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0;
}
.treffen_sie a.more {
  display: inline-block;
  background: #fff;
  margin-top: 20px;
  width: 140px;
  height: 40px;
  line-height: 36px;
  font-weight: bold;
  color: #000;
  border-radius: 20px;
  outline: none;
}
.treffen_sie a.more:hover {
  text-decoration: none;
}
.ueber_uns {
  margin-top: 20px;
  text-align: center;
}
.ueber_uns h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 20px 0 20px;
  background: url(../images/green-dot.png) center bottom no-repeat;
  padding-bottom: 25px;
}
.ueber_uns h2 span {
  border-bottom: 1px solid #5ea015;
  padding-bottom: 15px;
}
.contact {
  padding: 50px 0;
  background: #f5f1e8;
}
.contact a {
  text-decoration: none;
  color: #020c25;
}
.contact h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 20px;
}
.contact .row {
  max-width: 1175px;
  margin: auto;
}
.contact .row:first-child p {
  background-position-x: -5px !important;
  line-height: 38px;
  padding-left: 36px;
}
.contact .row:first-child p:nth-child(2) {
  line-height: 26px;
  padding-left: 0;
}
.contact .row:first-child p:nth-child(3) {
  background: url(../images/icons-set.png) left 2px no-repeat;
  margin-top: 10px;
}
.contact .row:first-child p:nth-child(4) {
  background: url(../images/icons-set.png) left -52px no-repeat;
}
.contact .row:first-child p:nth-child(5) {
  background: url(../images/icons-set.png) left -113px no-repeat;
  font-size: 15px;
  white-space: nowrap;
}
.contact .row:first-child p:nth-child(6) {
  background: url(../images/icons-set.png) left -164px no-repeat;
  font-size: 15px;
  white-space: nowrap;
}
.contact .green_map_title {
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #74b118;
  padding: 10px 0;
  margin-top: 35px;
}
.wrapper_iframe {
  padding-left: 0 !important;
  box-shadow: 0px 0px 6px 2px #888;
}
.footer p {
  text-align:center;
  margin-top: 8px;
}
.footer p:first-child {
  margin-top: 40px;
}
.back2top {
  position: fixed;
  width: 45px;
  height: 45px;
  display: inline-block;
  bottom: 10px;
  right: 10px;
  background: url(../images/back2top.png) left top no-repeat;
  cursor: pointer;
  z-index: 4;
}
.fox-container h1,
.fox-container h2,
.fox-container h3 {
  font-weight: bold !important;
}
.fox-container h2 {
  font-size: 18px !important;
}
.fox-container input,
.fox-container textarea {
  font-size: 14px !important;
}
.fox-container p,
.fox-container label,
.fox-container span {
  font-size: 13px !important;
}
.fox-container .control-group {
  margin-bottom: 8px !important;
}
.fox-item-submit-fields > span:first-child {
  display: none !important;
}
.fox-item-submit-fields .submit-button {
  background: url(/templates/direktverkaufkoenig/images/bg-button.png) -3px top repeat-y !important;
}
.fox-item-submit-fields .submit-button .caption {
  text-shadow: 0 0 0 rgb(255, 255, 255);
  color: #fff !important;
}
.invisible_at_frontend {
  display: none;
}
.fox-item-radio-label-stacked label {
  white-space: nowrap;
}

@media (max-width: 768px) and (min-width: 415px) {
  .header_contact,
  .header_contact .email a {
    /*color: #448c00;*/
  }
  .navigation .menu ul {
    padding-left: 0;
  }
  .navigation .menu ul li {
    margin-left: 20px;
  }
  .navigation .menu ul li a {
    font-size: 15px;
  }
  .wrapper_article .moduletable {
    margin: 0 auto 20px;
    float: none !important;
  }
  .wrapper_article .moduletable > div {
    margin: 0 auto;
  }
  .treffen_sie > div:first-child > div {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}

@media (max-width: 414px) {
  .logo {
    text-align: center;
  }
  .list_products {
    display: inline-block;
    margin-left: -7px;
  }
  .list_products li {
    font-size: 24px;
    display: block;
    text-align: left;
    padding-left: 50px;
    background-size: 20px auto;
  }
  .list_products li:first-child {
    padding-left: 50px;
    background: url(../images/green-dot-banner.png) 10px center no-repeat;
    background-size: 20px auto;
  }
  .trigger_order_form {
    padding-top: 60%;
  }
  
  .fox-item-html > p:first-child {
    text-align: left !important;
  }
  .fox-item-html > p:first-child br {
    display: none;
  }
  .fox-item-submit-fields > span:first-child {
    display: none;
  }
  
  .angebotarticles .wrapper_article > div:first-child + div {
    margin-top: 25px;
  }
  
  .wrapper_article > div:first-child > div:first-child {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  
  .treffen_sie > div:first-child {
    position: relative;
  }
  .treffen_sie > div:first-child > div  {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .treffen_sie h2 {
    font-size: 22px;
  }
  .invisible_at_frontend_mobile {
    display: none;
  }
  
  #nav-icon3 {
    display: block;
    width: 32px;
    height: 26px;
    position: fixed;
    left: 15px;
    top: 15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 6;
  }
  #nav-icon3 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #a5ee23; /*#a8a247;*/ /*#908020;*/ /*#d3531a;*/
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  #nav-icon3 span:nth-child(1) {
    top: 0px;
  }
  #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 9px;
  }
  #nav-icon3 span:nth-child(4) {
    top: 18px;
  }
  #nav-icon3.open span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
  }
  #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #nav-icon3.open span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
  }
  
  .flyout {
    background: #a8a247;
  }
  .flyout div.header div.row {
    overflow: inherit;
  }
  .flyout .header_contact,
  .flyout .navigation .menu ul {
    display: none;
  }
  .flyout .navigation .menu ul {
    padding-left: 0;
    width: 80%;
    margin: 12px auto 0;
  }
  .flyout .navigation .menu ul li {
    display: block;
    text-align: center;
    line-height: 36px;
    background: green;
    border-bottom: 1px solid #fff;
    margin-left: 0;
  }
  .flyout .wrapper {
    /*left: -220px;
    position: absolute;
    width: 100%;*/
  }
  .flyout .wrapper_menu {
    display: block;
    position: absolute;
    right: -220px;
    top: 10px;
    width: 220px;
  }
  .flyout .wrapper_menu > ul {
    text-align: left;
    display: block;
  }
  .flyout .wrapper_menu > ul > li {
    display: block;
  }
  .flyout .wrapper_menu > ul > li > a {
    display: block;
    text-align: left;
    height: auto;
    padding: 0 10px;
  }
  .flyout .wrapper_menu > ul > li > a:hover {
    background: none;
    color: #908020;
  }
  .flyout .wrapper_menu > ul > li > ul {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    display: block !important;
    height: auto !important;
    left: auto;
    padding-top: 0 !important;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }
  .flyout .wrapper_menu > ul > li > ul > li {
    background: none;
    border: 0;
  }
}