/* ------
project specific styles
------ */
.bg_cashmere {
  background-color: #fef7da; }

.bg_cream {
  background-color: #fff1d0; }

.bg_melone {
  background-color: #feee75; }

.bg_honig {
  background-color: #fdd75c; }

.bg_papaya {
  background-color: #fcc471; }

.bg_mango {
  background-color: #ef8d10; }

.bg_salsa {
  background-color: #d9001d; }

.bg_ziegel {
  background-color: #81131e; }

.bg_lounge {
  background-color: #431e2f; }

.bg_twilight {
  background-color: #af7f8d; }

.bg_orchidee {
  background-color: #b12262; }

.bg_malve {
  background-color: #f7d2da; }

.bg_provence {
  background-color: #bbc7e1; }

.bg_sky {
  background-color: #c9dfec; }

.bg_lagune {
  background-color: #017781; }

.bg_fresh {
  background-color: #c7d661; }

.bg_farn {
  background-color: #d7d475; }

.bg_pearl {
  background-color: #e2dbd1; }

.bg_sand {
  background-color: #dac9b7; }

.bg_macchiato {
  background-color: #9a846c; }

.bg_noisette {
  background-color: #814f2e; }

.bg_savanne {
  background-color: #bb826e; }

ul.prj_gallery {
  list-style: none; }

ul.prj_gallery li a {
  position: relative;
  float: left;
  padding: 10px 10px 25px 10px;
  margin: -15px;
  background: #eeeeee;
  border: 1px solid white;
  -moz-box-shadow: 0px 2px 15px #333333; }

ul.prj_gallery li a.polaroid_rotate {
  z-index: 1; }

ul.prj_gallery li a:hover {
  z-index: 10;
  -moz-box-shadow: 3px 5px 15px #333333; }

#gallery_wrapper {
  margin: -20px;
  padding: 10px 0 80px 60px;
  background-image: url("../img/bg-gallery-02-200x200.jpg");
  background-repeat: repeat; }

#gallery_wrapper h1, #gallery_wrapper h2 {
  color: #eeeeee;
  font-weight: bold; }

#gallery_wrapper h2 {
  margin-bottom: 60px; }

.clearing-assembled .clearing-container .visible-img {
  background-image: url("../img/bg-gallery-02-200x200.jpg"); }

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Left: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transition              - arguments: What: all, Length: 1s, Easing: ease-in-out
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0

------------------------------------------------------------- */
/* BACKGROUND GRADIENT */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/*
@mixin opacity($opacity: 0.5) {
    filter:         alpha(opacity=($opacity * 100));
    -ms-filter:     "progid:DXImageTransform.Microsoft.Alpha(Opacity=" + ($opacity * 100) + ")";
    -moz-opacity:   $opacity;
    -khtml-opacity: $opacity;
    opacity:        $opacity;
}
*/
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSITION */
/* TRIPLE BORDERS */
p:last-child {
  margin-bottom: 0 !important;
  margin-right: 0 !important; }

h4:first-child {
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 0; }

h2:first-child {
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 0; }

body {
  background-color: #ef8d10; }

.wrapper {
  background-color: #fef7da;
  padding: 20px 20px 0; }

.wrapper_page_42 {
  background: url(../img/BG_Formular.jpg);
  margin-top: 30px;
  max-width: 700px;
  padding: 20px 30px;
  border: 1px solid #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

.pic-main-slider-left {
  float: left;
  max-height: 300px;
  margin: 0 20px 0 0; }

.prj_sold {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(
                     M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
  zoom: 1;
  position: absolute;
  top: 200px;
  z-index: 9999;
  background-color: #9b2c05;
  font-size: 28px;
  padding: 10px 20px; }

.prj_banner {
  position: fixed;
  left: 0;
  top: 45px;
  z-index: 1; }

.prj_eventModal {
  background: url(../img/BWD-Banner.jpg);
  min-height: 500px;
  color: #dddddd; }
  .prj_eventModal h2 {
    color: #dddddd; }
  .prj_eventModal p {
    font-size: 16px;
    margin-bottom: 6px !important;
    line-height: 1.3; }

label {
  display: inline;
  color: #dddddd; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
  background: transparent !important;
  color: #dddddd;
  margin: 0 0 3px; }

.captcha_table input {
  color: black;
  width: 100px !important; }

.mpform .row {
  margin: 0; }

h2 label {
  font-size: 32px;
  color: #9b2c05; }

.orbit-container p {
  margin-bottom: 10px;
  line-height: 1.5; }

.main-slider-content {
  height: 330px; }

.main-slider-content li div {
  padding: 30px 40px 0; }

.small_top_margin {
  margin-top: 10px; }

.small_bottom_margin {
  margin-bottom: 10px; }

.small_top_bottom_margin {
  margin-top: 10px;
  margin-bottom: 5px; }

#main-slider {
  background-color: #e2dbd1;
  border-color: white;
  border-radius: 1%;
  border-style: solid;
  border-width: 7px; }

footer {
  background-color: #431e2f; }

.row footer {
  margin-left: -20px !important;
  margin-right: -20px !important; }

#anfahrt .row {
  max-width: 100%; }

footer h6 {
  color: #dddddd;
  font-size: 14px;
  font-weight: bold; }

footer {
  color: #dddddd; }

footer a, .prj_style_01 a {
  color: #dddddd; }

footer a:hover, .prj_style_01 a:hover {
  color: #dddddd;
  text-decoration: underline; }

footer a:visited, .prj_style_01 a:visited {
  color: #dddddd;
  text-decoration: none; }

footer ul, .prj_style_01 ul {
  margin-bottom: 5px;
  font-size: 13px; }

.prj_style_01 a {
  color: #676767; }

.prj_style_01 a:hover {
  color: #676767;
  text-decoration: underline; }

.prj_style_01 a:visited {
  color: #676767;
  text-decoration: none; }

.small_font p {
  font-size: 13px; }

.no_margin_padding {
  margin: 0 !important;
  padding: 0 !important; }

.polaroid {
  background: white;
  padding: 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  -moz-box-shadow: 1px 1px 3px #222222;
  -webkit-box-shadow: 1px 1px 3px #222222;
  box-shadow: 1px 1px 3px #222222; }

.anchor {
  padding-top: 30px;
  margin-top: -30px; }

.accordion a {
  margin-top: 10px;
  margin-bottom: 2px;
  padding-top: 2px !important;
  padding-bottom: 2px !important; }

.vco-storyjs {
  background-color: #fef7da !important; }

table tr th, table tr td {
  vertical-align: top; }

bold {
  font-weight: bold; }
