.font {
  font-family: "cooper-black-std", "Cooper Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.imagecontainer .image_container {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
}
.imagecontainer .image_container img {
  display: block;
}
.imagecontainer .image_container.float_below {
  margin-top: 30px;
}
.imagecontainer .image_container.float_right {
  margin-left: 30px;
}
html,
body {
  background-color: #a4c639 !important;
  height: 100%;
  background-image: url("../img/hintergrund-gruen.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
* {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.5em;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
}
a {
  text-decoration: none;
  outline: none;
}
input {
  outline: none;
}
.textLeft {
  text-align: left !important;
}
.center {
  max-width: 1200px;
  margin: 0px auto;
}
.clear {
  clear: both;
}
.hide,
.invisible {
  display: none;
  visibility: hidden;
}
.FlashMonkey,
#FlashID,
#FlashID2 {
  width: 960px;
  height: 740px;
  display: block;
  position: relative;
}
.FlashMonkey {
  border-radius: 40px;
  overflow: hidden;
}
#map {
  display: block;
  width: 600px;
  height: 400px;
}
#map img {
  max-width: none;
}
#container {
  padding-top: 175px;
}
#header {
  position: fixed;
  width: 100%;
  z-index: 100;
  padding: 10px 0px;
  background-color: rgba(164,198,57,0);
}
#header-shadow {
  background-image: url('../img/shadowHeader.png');
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -26px;
  left: 0px;
  width: 100%;
  height: 26px;
  opacity: 0;
}
#hauptmenu {
  text-align: center;
  max-width: 1200px;
  margin: 0px auto;
}
#hauptmenu ul {
  margin: 0;
}
#hauptmenu li {
  margin: 0;
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
}
#hauptmenu li.first a,
#hauptmenu li.first span {
  width: 290px;
  height: 121px;
  background-image: url("../img/monkey-donuts-logo2.png");
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -999999em;
  display: inline-block;
  padding: 0px;
  margin-right: 20px;
}
#hauptmenu li.first a:hover,
#hauptmenu li.first span:hover {
  border: 1px dashed transparent;
}
#hauptmenu li.first.active span {
  background-color: transparent;
}
#hauptmenu li a,
#hauptmenu li span {
  color: #687f1e;
  padding: 8px 20px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
  border: 1px dashed transparent;
}
#hauptmenu li a:hover,
#hauptmenu li span:hover {
  border: 1px dashed #687f1e;
}
#hauptmenu li .active {
  background-color: #687f1e;
  color: #fff;
}
.box {
  background-color: #fff;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  padding: 40px 40px;
}
.box h1 {
  font-family: "cooper-black-std", "Cooper Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #687f1e;
  font-size: 1.9em;
}
.box p {
  margin-bottom: 1.4em;
}
.box .image_container {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
}
.box .image_container img {
  display: block;
}
.box .image_container.float_below {
  margin-top: 30px;
}
.box .image_container.float_right {
  margin-left: 30px;
}
.box.full {
  max-width: 900px;
  margin: 0px auto;
}
.box.braun {
  text-align: center;
  max-width: 750px;
}
.box.braun a {
  color: #687f1e;
  font-weight: 800;
  text-decoration: underline;
}
.box.braun h1 {
  color: #855233;
  margin-bottom: 20px;
}
.box.braun p {
  color: #855233;
  font-size: 1.4em;
  margin-bottom: 0px;
}
.box-shadow {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.box-shadow.full {
  max-width: 900px;
  height: 50px;
  margin: 0px auto;
  position: relative;
  background-image: url("../img/shadow2.png");
}
.box-shadow.braun {
  width: 100%;
  height: 50px;
  margin: 0px auto;
  position: relative;
  background-image: url("../img/shadow4.png");
}
.ueber {
  margin: 0px auto 50px;
  text-align: center;
  color: #687f1e;
  font-size: 1.2em;
}
.ueber h1 {
  font-family: "cooper-black-std", "Cooper Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  margin-bottom: 0.2em;
}
.ueber .image_container {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
}
.ueber .image_container img {
  display: block;
}
.ueber .image_container.float_below {
  margin-top: 30px;
}
.ueber .image_container.float_right {
  margin-left: 30px;
}
.ce_gallery {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 100px;
}
.ce_gallery li {
  display: inline-block;
  overflow: hidden;
  margin: 10px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.ce_gallery li .image_container img {
  vertical-align: bottom;
  border: none;
}
#social {
  position: fixed;
  z-index: 120;
  right: 200px;
  top: 0px;
  width: 200px;
  height: 24px;
  overflow: hidden;
  background-color: #fff;
  padding: 5px 10px;
  display: inline-block;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#social .fb-like {
  top: -4px;
}
#form .alert-error {
  border: 1px dashed #687f1e;
  max-width: 780px;
  padding: 10px 40px;
  margin: 0px auto 20px;
  background-color: #a7cc33;
  text-align: center;
  color: #687f1e;
}
#plzAbfrage .rahmen {
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
#plzAbfrage .rahmen.rahmen2 {
  max-width: 880px;
  margin: 0px auto;
  padding: 40px;
  background-color: #fff;
}
#plzAbfrage .rahmen.shadow {
  background-image: url("../img/shadow3.png");
  background-repeat: repeat-y;
  background-position: 42% top;
}
#plzAbfrage .rahmen p {
  margin-bottom: 20px;
}
#plzAbfrage .rahmen form {
  text-align: center;
}
#plzAbfrage .rahmen form:hover #adresse {
  width: 200px;
}
#plzAbfrage .rahmen form:hover #submit {
  width: 200px;
}
#plzAbfrage .rahmen .alert-error {
  margin: 0px auto 20px;
  width: 450px;
  border: 1px dashed #687f1e;
  padding: 10px 30px;
  color: #687f1e;
  text-align: center;
  background-color: #edf4d7;
}
#plzAbfrage .rahmen .select2-container {
  text-align: left;
}
#plzAbfrage .rahmen #adresse {
  background-color: #fff;
  color: #687f1e;
  height: 56px;
  width: 160px;
  display: inline-block;
  border: 2px solid #687f1e;
  padding-left: 30px;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-appearance: none;
}
#plzAbfrage .rahmen #submit {
  background-color: #687f1e;
  border: 2px solid #687f1e;
  color: #fff;
  height: 60px;
  width: 160px;
  display: inline-block;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  cursor: pointer;
  -webkit-appearance: none;
}
#plzAbfrage-shadow {
  width: 100%;
  height: 40px;
  display: block;
  margin: 0 auto;
  background-image: url("../img/shadow2.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.sparboxen {
  margin: 0px auto 50px;
  text-align: center;
  color: #687f1e;
}
.sparboxen table {
  width: 80%;
  margin: 0px auto;
}
.sparboxen table td {
  width: 33%;
}
.sparboxen table .box {
  border: 1px dashed #687f1e;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  width: 90%;
  padding: 10px 0px;
  background-color: #a7cc33;
}
.sparboxen table .box strong {
  font-family: "cooper-black-std", "Cooper Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
}
.sparboxen table .box i {
  color: #fff;
  display: inline-block;
  background-color: #855233;
  padding: 6px 12px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  margin: 10px 0px;
}
#rechnung {
  float: left;
  width: 330px;
}
#rechnung h3 {
  font-family: "cooper-black-std", "Cooper Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #687f1e;
  margin-bottom: 20px;
}
#rechnung .list {
  color: #855233;
  width: 100%;
  margin-bottom: 20px;
}
#rechnung .list td {
  border-bottom: 1px solid #ebd8cc;
  padding: 10px 10px;
}
#rechnung .list td:last-child {
  text-align: right;
}
#rechnung .list td strong {
  font-weight: 600;
}
#deineBotschaft {
  margin: 100px auto;
  text-align: center;
}
#deineBotschaft .ueber {
  margin: 0px auto 20px;
}
#deineBotschaft #botschaft {
  display: inline-block;
  width: 50%;
  padding: 10px;
  text-align: center;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  border: 1px solid #fff;
  -webkit-appearance: none;
}
.kontaktdaten {
  width: 440px;
  float: right;
}
.kontaktdaten td {
  padding: 5px 0px;
}
.kontaktdaten td.first {
  width: 120px;
}
.kontaktdaten input,
.kontaktdaten .datumRahmen {
  display: block;
  padding: 0px 18px;
  height: 36px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  border: 1px solid #ccc;
  width: 240px;
  -webkit-appearance: none;
}
.kontaktdaten input.readonly,
.kontaktdaten .datumRahmen.readonly {
  color: #666;
}
.kontaktdaten .datumRahmen select {
  margin-top: 5px;
}
.kontaktdaten textarea {
  display: block;
  padding: 0px 18px;
  height: 160px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  border: 1px solid #ccc;
  width: 240px;
  -webkit-appearance: none;
  outline: none;
}
.kontaktdaten .submit {
  padding: 0px 18px;
  height: 36px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  border: 1px solid #ccc;
  width: 400px;
  color: #fff;
  background-color: #687f1e;
  border: none;
  cursor: pointer;
}
.kontaktdaten .submit:hover {
  background-color: #576a19;
}
.kontaktdaten .error label {
  color: #ee3352;
}
.kontaktdaten .error input {
  border-color: #ee3352;
}
.kontaktdaten .btn-group label {
  background-color: #fff;
  border: 1px solid #ccc;
  height: 24px;
  line-height: 24px;
  padding: 0px 10px;
  margin: 0px 5px 5px 0px;
  color: #aaa;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  cursor: pointer;
}
.kontaktdaten .btn-group label:hover {
  background-color: #ccc;
  color: #fff;
}
.kontaktdaten .btn-group label.active {
  background-color: #855233;
  border: 1px solid #855233;
  color: #fff;
}
.donuts2 .donut {
  cursor: pointer !important;
}
#donuts {
  text-align: center;
}
#donuts .donut {
  display: inline-block;
  width: 210px;
  height: 200px;
  position: relative;
  margin: 10px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  background-image: url("../img/shadow-kugel.png");
  background-position: 65px 132px;
  background-repeat: no-repeat;
}
#donuts .donut small {
  font-size: 0.7em;
  display: block;
}
#donuts .donut:hover,
#donuts .donut.active {
  background-position: 65px 142px;
}
#donuts .donut:hover a.plus,
#donuts .donut.active a.plus {
  right: 0px;
}
#donuts .donut:hover a.minus,
#donuts .donut.active a.minus {
  left: 0px;
}
#donuts .donut:hover input,
#donuts .donut.active input {
  opacity: 1;
}
#donuts .donut:hover .preis,
#donuts .donut.active .preis {
  display: block;
  opacity: 1;
}
#donuts .donut .preis {
  display: block;
  opacity: 0;
  transition: all .8s;
  -moz-transition: all .8s;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
}
#donuts .donut .thumb {
  width: 150px;
  height: 150px;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  border-radius: 75px;
  position: absolute;
  top: 0px;
  left: 30px;
  z-index: 5;
  overflow: hidden;
}
#donuts .donut input {
  width: 40px;
  height: 40px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 0px;
  background-color: #687f1e;
  border: 1px solid #687f1e;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 23px;
  top: 7px;
  z-index: 10;
  opacity: 0;
  transition: all .8s;
  -moz-transition: all .8s;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  -webkit-appearance: none;
}
#donuts .donut input.active {
  opacity: 1;
}
#donuts .donut label {
  position: absolute;
  top: 160px;
  left: 0px;
  width: 210px;
  text-align: center;
  color: #687f1e;
}
#donuts .donut a {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#donuts .donut a.plus,
#donuts .donut a.minus {
  height: 40px;
  width: 60px;
  position: absolute;
  display: block;
  line-height: 40px;
  top: 55px;
  color: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  z-index: 0;
  text-decoration: none;
}
#donuts .donut a.plus {
  background-color: #37a615;
  right: 40px;
  text-align: right;
  padding-right: 15px;
}
#donuts .donut a.plus:hover {
  background-color: #308f12;
}
#donuts .donut a.minus {
  background-color: #dc2222;
  left: 40px;
  padding-left: 15px;
  text-align: left;
}
#donuts .donut a.minus:hover {
  background-color: #c61f1f;
}
#deineAuswahl {
  margin: 100px auto;
  text-align: center;
}
#deineAuswahl .info {
  width: 50%;
  margin: 0px auto 30px;
  background-color: #9aba36;
  padding: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#donutAuswahl {
  margin: 0px auto;
  max-width: 960px;
  text-align: left;
}
#donutAuswahl .donut {
  height: 70px;
  width: 70px;
  margin: 0px 5px 5px 5px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: left;
}
#donutAuswahl .donut img {
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  height: 70px;
  width: 70px;
  position: absolute;
  z-index: 0;
}
#donutAuswahl .donut .zufall {
  background-color: #fff;
  height: 70px;
  width: 70px;
  font-size: 2em;
  line-height: 70px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  text-align: center;
  color: #a4c639;
  display: inline-block;
  position: absolute;
}
#donutAuswahl .donut:hover a {
  top: 45px;
  text-decoration: none;
}
#donutAuswahl .donut a {
  position: absolute;
  height: 24px;
  width: 24px;
  color: #fff;
  line-height: 24px;
  top: 100px;
  text-align: center;
  z-index: 10;
}
#donutAuswahl .donut a.plus {
  background-color: #37a615;
  right: 0px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
#donutAuswahl .donut a.plus:hover {
  background-color: #308f12;
}
#donutAuswahl .donut a.minus {
  background-color: #dc2222;
  left: 0px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
#donutAuswahl .donut a.minus:hover {
  background-color: #c61f1f;
}
#donutOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0px;
  left: 0px;
  background-color: rgba(164,198,57,0.95);
  display: none;
}
#donutOverlay #abstand {
  width: 1px;
  height: 50%;
  margin-bottom: -300px;
  float: left;
}
#donutOverlay #rahmen {
  margin: 0 auto;
  width: 600px;
  height: 600px;
  position: relative;
  clear: left;
}
#donutOverlay #rahmen .title {
  width: 160px;
  height: 120px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 30;
  padding: 80px 20px 0px;
  font-size: 24px;
  line-height: 30px;
  display: table-cell;
  color: #fff;
  box-shadow: 0px 4px 0px rgba(0,0,0,0.2);
  text-align: center;
}
#donutOverlay #rahmen .bColor {
  background-color: #855233;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}
#donutOverlay #rahmen .boColor {
  border-color: #855233;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}
#donutOverlay #rahmen .tColor {
  color: #855233;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}
#donutOverlay #rahmen .img {
  width: 580px;
  height: 580px;
  background-color: #fff;
  -moz-border-radius: 310px;
  -webkit-border-radius: 310px;
  border-radius: 310px;
  border: 10px solid #fff;
  position: relative;
  z-index: 20;
  overflow: hidden;
  box-shadow: 0px 4px 0px rgba(0,0,0,0.2);
}
#donutOverlay #rahmen .img .d {
  width: 600px;
  height: 600px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}
#donutOverlay #rahmen .img .d.active {
  left: 0px;
}
#donutOverlay #rahmen .img .d.left {
  left: -600px;
}
#donutOverlay #rahmen .img .d.right {
  left: 600px;
}
#donutOverlay #rahmen .prev,
#donutOverlay #rahmen .next {
  width: 66px;
  height: 76px;
  position: absolute;
  top: 262px;
  -moz-border-radius: 38px;
  -webkit-border-radius: 38px;
  border-radius: 38px;
  z-index: 0;
  background-color: #fff;
  font-size: 50px;
  line-height: 65px;
}
#donutOverlay #rahmen .prev {
  left: -38px;
  text-align: left;
  padding-left: 10px;
}
#donutOverlay #rahmen .next {
  right: -38px;
  text-align: right;
  padding-right: 10px;
}
#monkeySearch {
  max-width: 830px;
  margin: 0px auto 80px;
  text-align: center;
}
#monkeySearch h1 {
  color: #687f1e;
  font-family: "cooper-black-std", "Cooper Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
}
#monkeySearch h1 strong {
  font-family: "cooper-black-std", "Cooper Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
}
#monkeySearch:hover #adresse {
  width: 330px;
}
#monkeySearch:hover #submit {
  width: 220px;
}
#monkeySearch #adresse {
  background-color: #fff;
  color: #687f1e;
  height: 60px;
  width: 270px;
  display: inline-block;
  border: none;
  padding-left: 30px;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-appearance: none;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#monkeySearch #submit {
  background-color: #687f1e;
  border: none;
  color: #fff;
  height: 60px;
  width: 160px;
  display: inline-block;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  cursor: pointer;
  -webkit-appearance: none;
}
#monkeyFinder {
  background-color: #fff;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  height: 600px;
  max-width: 960px;
  margin: 0px auto;
}
#monkeyFinder #filialen {
  float: left;
  width: 35%;
  height: 540px;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-top: 30px;
}
#monkeyFinder #filialen table {
  margin: 0px 20px;
}
#monkeyFinder #filialen table tr td {
  padding: 20px 10px;
  color: #687f1e;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  cursor: pointer;
}
#monkeyFinder #filialen table tr td:hover {
  background-color: #f0f6df;
}
#monkeyFinder #filialen table tr td strong.title {
  color: #855233;
  display: inline-block;
  margin-bottom: 5px;
  font-family: "cooper-black-std", "Cooper Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
}
#monkeyFinder #filialen table tr td .entfernung {
  background-color: #687f1e;
  color: #fff;
  height: 20px;
  margin-left: 5px;
  padding: 0px 10px;
  display: inline-block;
  font-size: 0.8em;
  vertical-align: text-bottom;
}
#monkeyFinder #filialen table tr td .entfernung.hide {
  display: none !important;
}
#monkeyFinder #filialen table tr:first-child td {
  padding-top: 20px;
}
#monkeyFinder #map {
  float: right;
  width: 60%;
  height: 560px;
  margin-top: 20px;
  margin-right: 20px;
  background-color: #dfdfdf;
}
#shadow-maps {
  max-width: 960px;
  height: 37px;
  margin: 0px auto;
  background-image: url("../img/shadow-maps.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
#id-403-zugriff-verweigert {
  width: 370px;
  margin: 0px auto;
  border: 1px dashed #687f1e;
  padding: 30px;
}
#id-403-zugriff-verweigert .col_first {
  padding-right: 20px;
}
#id-403-zugriff-verweigert input {
  border: none;
  height: 30px;
  padding: 0px 20px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 5px;
}
#id-403-zugriff-verweigert .submit {
  background-color: #687f1e;
  color: #fff;
  cursor: pointer;
}
#id-403-zugriff-verweigert .ce_text {
  text-align: center;
  color: #687f1e;
  margin-bottom: 15px;
}
#id-403-zugriff-verweigert h1 {
  font-family: "cooper-black-std", "Cooper Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4em;
}
#impressum {
  background-color: #fff;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  padding: 30px;
  max-width: 1000px;
  margin: 0px auto;
}
#impressum h1 {
  font-size: 1.4em;
  font-weight: 800;
}
#impressum h2 {
  font-size: 1.2em;
  font-weight: 800;
}
#impressum .ce_text {
  margin-bottom: 20px;
}
#impressum strong {
  font-weight: 800;
}
#impressum a {
  color: #687f1e;
}
#footer {
  max-width: 1200px;
  margin: 0px auto;
  padding: 40px 0px 60px;
}
#footer .footerList {
  font-size: 0.8em;
  color: #687f1e;
  text-align: center;
}
#footer .footerList a {
  color: #687f1e;
  text-decoration: underline;
}
#footer .footerList li {
  display: inline-block;
  margin: 0px 20px;
  text-align: left;
}
#footer .fbtwi {
  text-align: center;
  margin-bottom: 30px;
}
#footer a.fb,
#footer a.loveDonuts,
#footer a.twi {
  background-color: #3b5999;
  height: 53px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  width: 190px;
  text-align: left;
  padding: 7px 0px 0px 110px;
  vertical-align: text-bottom;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  font-size: 0.8em;
}
#footer a.fb strong,
#footer a.loveDonuts strong,
#footer a.twi strong {
  font-size: 2em;
  line-height: 1em;
  font-weight: 800;
}
#footer a.fb:hover,
#footer a.loveDonuts:hover,
#footer a.twi:hover {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#footer a.loveDonuts {
  background-color: #855233;
  margin: 0px 25px;
  padding: 0px;
  height: 60px;
  text-align: center;
  width: 300px;
  line-height: 60px;
  font-size: 1em;
}
#footer a.fb {
  background-image: url("../img/logo-fb.png");
  background-position: 60px 10px;
  background-repeat: no-repeat;
}
#footer a.fb:hover {
  background-color: #2d4474;
}
#footer a.twi {
  background-color: #00a0d2;
  background-position: 60px 13px;
  background-repeat: no-repeat;
  background-image: url("../img/logo-twi.png");
  width: 180px;
  padding: 7px 0px 0px 120px;
}
#footer a.twi:hover {
  background-color: #00799f;
}
.ie8 #header {
  position: relative;
  margin-bottom: 20px;
}
.ie8 #header #header-shadow {
  display: none;
}
.ie8 #container {
  padding-top: 0px;
}
.ie8 #donuts .donut input {
  top: 0px;
  right: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.ie8 #donutAuswahl .donut:hover a {
  top: 46px;
}
@media only screen and (max-width: 480px) {
  body {
    background-image: none !important;
  }
  .sparboxen table {
    width: 100%;
  }
  #header {
    position: relative;
    margin-bottom: 20px;
  }
  #header #hauptmenu li {
    width: 95%;
    display: inline-block;
    margin-bottom: 5px;
  }
  #header #hauptmenu li.first {
    width: 100%;
    display: block;
  }
  #header #hauptmenu li.first a {
    border: none;
  }
  #header #hauptmenu li a,
  #header #hauptmenu li span.active {
    display: block;
    border: 1px solid #687f1e;
  }
  #header #header-shadow {
    display: none;
  }
  #social {
    display: none !important;
  }
  #container {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
  }
  .box {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 15px 10px;
  }
  .box h1 {
    font-size: 1.3em;
  }
  .box p {
    font-size: 1em;
  }
  .box.braun p {
    font-size: 1em;
  }
  .box-shadow {
    height: 25px;
  }
  .ueber h1 {
    font-size: 1.3em;
  }
  .ueber p {
    font-size: 1em;
  }
  .ce_gallery {
    margin: 25px auto 35px;
  }
  .ce_gallery li {
    margin: 10px 0px;
  }
  .image_container.float_right {
    display: block;
    float: none !important;
  }
  #monkeySearch h1 {
    font-size: 1.3em;
  }
  #monkeySearch #adresse {
    padding-left: 20px;
    width: 150px;
    -webkit-transition: none;
  }
  #monkeySearch #submit {
    width: 120px;
    -webkit-transition: none;
  }
  #monkeySearch:hover #adresse {
    width: 150px;
    -webkit-transition: none;
  }
  #monkeySearch:hover #submit {
    width: 120px;
    -webkit-transition: none;
  }
  #monkeyFinder {
    height: auto;
  }
  #monkeyFinder #filialen {
    float: none;
    width: 100%;
    height: auto;
  }
  #monkeyFinder #filialen table {
    width: 100%;
    margin: 0px;
  }
  #monkeyFinder #map {
    float: none;
    width: 100%;
    height: 300px;
  }
  #plzAbfrage .rahmen {
    padding: 15px 10px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
  #plzAbfrage .rahmen.shadow {
    background-image: none;
  }
  #plzAbfrage #rechnung {
    float: none;
    width: auto;
  }
  #plzAbfrage .kontaktdaten {
    float: none;
    width: auto;
  }
  #plzAbfrage .kontaktdaten input,
  #plzAbfrage .kontaktdaten .datumRahmen,
  #plzAbfrage .kontaktdaten textarea {
    width: 120px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #plzAbfrage .kontaktdaten .btn.submit {
    width: 250px;
  }
  #footer {
    padding: 30px 10px 50px;
  }
  #footer .fbtwi a {
    margin: 10px 0px;
  }
  #footer .footerList li {
    display: block;
    width: 100%;
    margin: 10px 0px;
  }
  #donuts .donut {
    width: auto;
    height: 100px;
    display: block;
    background-image: none;
    margin: 0px 0px 10px;
    border: 1px solid #687f1e;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    opacity: hidden;
  }
  #donuts .donut:hover a.plus,
  #donuts .donut.active a.plus {
    right: 20px;
  }
  #donuts .donut:hover a.minus,
  #donuts .donut.active a.minus {
    left: auto;
    right: 20px;
  }
  #donuts .donut:hover .preis,
  #donuts .donut.active .preis {
    display: none;
  }
  #donuts .donut .thumb {
    height: 100px;
    width: 100px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    left: 0px;
  }
  #donuts .donut input {
    top: 30px;
    left: 80px;
    right: auto;
  }
  #donuts .donut label {
    left: 130px;
    top: 40px;
    text-align: left;
  }
  #donuts .donut label .preis {
    display: none;
  }
  #donuts .donut a.plus,
  #donuts .donut a.minus {
    width: 40px;
    text-align: center;
    padding: 0px;
  }
  #donuts .donut a.plus {
    right: 20px;
    bottom: 10px;
  }
  #donuts .donut a.minus {
    left: auto;
    right: 20px;
    top: 10px;
  }
  #donutOverlay #abstand {
    margin-bottom: -150px;
  }
  #donutOverlay #rahmen {
    width: 300px;
    height: 300px;
  }
  #donutOverlay #rahmen .title {
    width: 60px;
    height: 40px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 30;
    padding: 80px 20px 0px;
    font-size: 24px;
    line-height: 30px;
    display: none;
    color: #fff;
    box-shadow: 0px 4px 0px rgba(0,0,0,0.2);
  }
  #donutOverlay #rahmen .img {
    width: 260px;
    height: 260px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    margin: 0px 10px;
  }
  #donutOverlay #rahmen .img .d {
    width: 300px;
    height: 300px;
  }
  #donutOverlay #rahmen .img .d.left {
    left: -300px;
  }
  #donutOverlay #rahmen .img .d.right {
    left: 300px;
  }
  #donutOverlay #rahmen .prev,
  #donutOverlay #rahmen .next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: auto;
    bottom: -45px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    z-index: 100;
    font-size: 50px;
    line-height: 45px;
  }
  #donutOverlay #rahmen .prev {
    left: 10px;
    text-align: center;
    padding-left: 0px;
  }
  #donutOverlay #rahmen .next {
    right: 10px;
    text-align: center;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .sparboxen table {
    width: 100%;
  }
  #container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .box {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 25px 20px;
  }
  .box h1 {
    font-size: 1.4em;
  }
  .box p {
    font-size: 1.1em;
  }
  .box.braun p {
    font-size: 1.1em;
  }
  .box-shadow {
    height: 35px;
  }
  #header {
    position: absolute;
  }
  #header #header-shadow {
    display: none;
  }
  #social {
    right: 20px;
    position: absolute;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
  #hauptmenu li.first a,
  #hauptmenu li.first span {
    background-image: url("../img/monkey-donuts-logo2@2x.png");
    background-size: contain;
  }
}

.rabatt {
    color: #ff0000;
    text-align: center;
	margin: -25px auto 25px;
}

.rabatt p {
  font-family: "cooper-black-std", "Cooper Black", "Helvetica Neue", Helvetica, Arial, sans-serif;	
  font-size: 1.4em;
}