/* ==========================================================================
   Global Element Selectors 
   ========================================================================== */

/*
 * Basic
 */

html {
    height: 100%;
    width: 100%;
}
body {
    height: 100%;
    width: 100%;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
::-moz-selection {
    background: #89C1C1;
    color: #ffffff;
    text-shadow: none;
}
::selection {
    background: #89C1C1;
    color: #ffffff;
    text-shadow: none;
}

/*
 * Typography
 */

body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 62.5%;
    line-height: 1.3;
    transition: font-size 1s;
    -webkit-transition: font-size 1s;
    -moz-transition: font-size 1s;
    -ms-transition: font-size 1s;
}
a {
    color: #343434;
    transition: color 1s;
    -webkit-transition: color 1s;
    -moz-transition: color 1s;
    -ms-transition: color 1s;
}
a:visited {
    color: #343434;
}
a:hover {
    color: #3e8283;
}
h1 {
    color: #3e8283;
    font-size: 3.5em;  /* reob 140902 Original: font-size: 3.0em;   */
    font-weight: bold;  /* reob 140902 Original: font-weight: normal;   */
    margin: 0;
    padding: 20px 0 20px 0;
    text-transform: uppercase;
}
h2 {
    color: #3e8283;
    font-size: 2.5em;
    font-weight: normal;
    margin: 0;
    padding: 20px 0 0 0;
}
h3 {
    color: #ffffff;
    font-size: 2.0em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
h4 {
    margin: 0;
}
h5 {
    color: #3e8283;  /* Neu reob 140918   */
    font-size: 1.6em;  /* Neu reob 140918   */
    font-weight: bold;  /* Neu reob 140918   */
    margin: 0
}
h6 {
    margin: 0;
}

/* Neu reob 140918   */
h7 {
    color: #343434;
    font-size: 1.4em;
    margin: 0
}

p {
    color: #343434;
    font-size: 1.6em;
    margin: 0;
    padding: 20px 0 20px 0;
}
ul {
    color: #343434;
    font-size: 1.0em;
    margin: 0;
    padding: 20px 0 20px 20px;
}
    ul li {
        font-size: 1.6em;
		line-height: 150%;   /* NEU reob 140918   */
    }
table {
    border-spacing: 0;
    border-collapse: collapse;
    color: #343434;
    font-size: 1.6em;
    margin: 20px 0 20px 0;
    width: 100%;
}
    table tr {
        background: #ffffff;
        transition: background 1s;
        -webkit-transition: background 1s;
        -moz-transition: background 1s;
        -ms-transition: background 1s;
    }
    table tr:nth-child(even) {
        background: #ffffff;
    }
    table tr:nth-child(odd) {
        background: #E5E5E5;
    }
    table tr:hover {
        background: #89C1C1;
    }
    table th,
    table td {
        padding: 5px 5px 5px 5px;
    }
    table th {
        background: #3e8283;
        color: #ffffff;
        font-weight: normal;
        text-align: left;
    }

/* ==========================================================================
   Layout
   ========================================================================== */

/*
 * Basic
 */

.sprite {
    background-image: url('../img/layout/SPRITE_kickstarter_500x500.png');   
    background-repeat: no-repeat;
    display: block;
}
.wrapper {
    height: auto;
    margin: 0 auto;
    max-width: 1250px;
    min-width: 320px;
}

/*
 * Backbone
 */

#header {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
    #header > .wrapper {
        max-width: 100%;
        min-width: 100%;
    }
    #header #headerBar {
        height: auto;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 10;
    }
        #header #headerBar #headerTop {
            background: #232323;
            display: block;
            transition: padding 1s;
            -webkit-transition: padding 1s;
            -moz-transition: padding 1s;
            -ms-transition: padding 1s;
        }
            #header #headerBar #headerTop #headerInfo {
                color: #ffffff;
                font-size: 1.2em;
                padding: 28px 0 28px 0;
            }
            #header #headerBar #headerTop #mobileMainLogo {
                display: none;
            }
        #header #headerBar #headerBottom {
            display: block;
        }
            #header #headerBar #headerBottom #mainNav {
                padding: 25px 0 0 0;  /* reob 140902 Original: padding: 35px 0 0 0;   */
            }
    #header #headerSlogan {
        color: #FFF;   /* reob 140827 Original: #343434 */
        display: block;
        font-size: 4.8em;
        left: 0;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        top: 15%;   /* reob 140827 Original: 30% */
        width: 100%;
        z-index: 5;
    }
    #header #headerSlider {
        background: #232323;
        display: block;
        width: 100%;
    }
        #header #headerSlider img {
            display: block;
            height: auto;
            position: relative;
            width: 100%;
        }
    #header #mainNavMobile {
        display: none; 
    }
#main {
    display: block;
    width: 100%;
}
    #main .content {
        display: block;
        padding: 40px 20px 40px 20px;
    }
        #main .content .intro {
            display: block;
            text-align: center;
        }
        #main .content .details {
            display: block;
        }
            #main .content .details {
                display: block;
            }
                #main .content .details .detailsLeft {
                    display: block;
                    float: left;
                    max-width: 450px;
                    width: 36%;
                }
                #main .content .details .detailsRight {
                    display: block;
                    float: right;
                    max-width: 700px;
                    width: 56%;
                }
    #main .gallery {
        display: block;
        padding: 40px 20px 40px 20px;
    }
        #main .gallery .intro {
            display: block;
            text-align: center;
        }
        #main .gallery .galleryPreview {
            display: block;
            padding: 20px 10px 20px 10px;
        }
        #main .gallery .galleryAccordion {
            display: block;
        }
#footer {
    display: block;
    width: 100%;
}
    #footer #footerTop {
        background: #3f8283;
        color: #ffffff;
        display: block;
        padding: 40px 20px 40px 20px;
    }
        #footer #footerTop #footerTopLeft {
            display: block;
            float: left;
            max-width: 400px;
            width: 32%;
        }
        #footer #footerTop #footerTopRight {
            display: block;
            float: right;
            max-width: 850px;
            width: 68%;
        }
    #footer #footerMiddle {
        background: #333333;
        color: #999999;
        display: block;
        padding: 40px 20px 40px 20px;
    }
        #footer #footerMiddle #footerMiddleLeft {
            display: block;
            float: left;
            max-width: 625px;
            width: 50%;
        }
        #footer #footerMiddle #footerMiddleRight {
            display: block;
            float: right;
            max-width: 625px;
            width: 50%;
        }
    #footer #footerBottom {
        background: #222222;
        color: #999999;
        display: block;
        padding: 20px 20px 20px 20px;
    }
        #footer #footerMiddle #footerBottomLeft {
            color: #999999;
            display: block;
            float: left;
            font-size: 1.0em;
            max-width: 625px;
            width: 50%;
        }
        #footer #footerMiddle #footerBottomRight {
            display: block;
            float: right;
            max-width: 625px;
            width: 50%;
        }

/*
 * Header
 */

#headerInfo a {
    color: #ffffff;
    text-decoration: none;
}
#headerInfo a:visited {
    color: #ffffff;
}
#headerInfo a:hover {
    color: #3f8283;
    text-decoration: none;
}
    #headerInfo #headerLeft {
        display: block;
        float: left;
        max-width: 938px;
        text-align: left;
        width: 75%;
    }
        #headerInfo #headerLeft .icon {
            margin: 0 5px 0 5px;
        }
        #headerInfo #headerLeft .dividingLine {
            display: inline;
        }
        #headerInfo #headerLeft .wordWrap {
            display: none;
        }
      #headerInfo #headerRight {
        display: block;
        float: left;
        max-width: 313px;
        text-align: right;
        width: 25%;
    }
#mainNav ul {
    display: block;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
}
    #mainNav ul li {
        color: #FFF;   /* reob 140827 Original: #4f4f4f */
        display: inline-block;
        font-size: 1.6em;
        font-weight: bold;
        padding: 0 0.8%  0 0.8%;
        text-transform: uppercase;
    }
        #mainNav ul li a {
            color: #FFF;   /* reob 140827 Original: #4f4f4f */
            display: block;
            padding: 20px 0 0 0;   /* reob 140902 Original: padding: 20px 10px 0 10px;      */
            position: relative;
            text-align: center;
            text-decoration: none;
        }
        #mainNav ul li a:visited {
            color: #FFF;   /* reob 140827 Original: #4f4f4f */
        }
        #mainNav ul li a:hover {
            color: #3e8283;   /* reob 140827 Original: #232323 */
        }
        #mainNav ul li a.mainNavActive {
            color: #3e8283;   /* reob 140827 Original: #232323 */
        }
            #mainNav ul li a span {
                background: #3f8283;
                height: 2px;
                left: 0;
                opacity: 0;
                position: absolute;
                top: 0;
                visibility: hidden;
                width: 100%;
                transition: opacity 1s;
                -webkit-transition: opacity 1s;
                -moz-transition: opacity 1s;
                -ms-transition: opacity 1s;
            }
            #mainNav ul li a:hover span {
                opacity: 1;
                visibility: visible;
            }
            #mainNav ul li a.mainNavActive span {
                opacity: 1;
                visibility: visible;
            }
        #mainNav ul li#mainLogo {
            margin: 0 0.8% 0 0.8% ;
            padding: 0;
            max-width: 370px;
            width: 29.6%;
        }
            #mainNav ul li#mainLogo a {
                display: block;
                padding: 0;
                width: 100%;
            }
                #mainNav ul li#mainLogo a img {
                    display: block;
                    width: 100%;
                }
#headerSlider a.rslides_nav {
    background: #3f8283;
    border-radius: 50px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 30px;
    opacity: 0.5;
    margin: -21px 0 0 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 50%;
    width: 42px;
    z-index: 5;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
}
#headerSlider a.rslides_nav:visited {
    color: #ffffff;
}
#headerSlider a.rslides_nav:hover {
    color: #ffffff;
    opacity: 1;
}
#headerSlider a.rslides_nav.prev {
    left: 40px;
}
#headerSlider a.rslides_nav.next {
    right: 40px;
}
#headerSlider ul.rslides_tabs {
    bottom: 20px;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 5;
}
    #headerSlider ul.rslides_tabs li {
        display: inline-block;
        margin: 0 5px 0 5px;
        overflow: hidden;
        text-indent: -999999px;
    }
        #headerSlider ul.rslides_tabs li a {
            background: none;
            border: 2px solid #ffffff;
            border-radius: 50px;
            cursor: pointer;
            display: block;
            height: 10px;
            width: 10px;
            transition: background 1s;
            -webkit-transition: background 1s;
            -moz-transition: background 1s;
            -ms-transition: background 1s;
        }
        #headerSlider ul.rslides_tabs li a:hover {
            background: #ffffff;
        }
        #headerSlider ul.rslides_tabs li.rslides_here a {
            background: #ffffff;
        }

/*
 * Content
 */

.intro hr {
    border: 0;
    border-top: 2px solid #3e8283;
    width: 100px;
    margin: 0 auto
}
.intro p {
    font-size: 1.8em;
}
.detailsRight img {
    display: block;
    height: auto;
    margin: 20px 0 0 0;
    max-width: 700px;
    width: 100%;
}
.galleryPreview img {
    display: block;
    float: left;
    height: auto;
    max-width: 410px;
    width: 33.3%;
}
.galleryAccordion .accordionTrigger {
    display: block;
    padding: 20px 0 20px 0;
    text-align: center;
}
    .galleryAccordion .accordionTrigger span {
        border: 1px solid #4F4F4F;
        color: #4F4F4F;
        cursor: pointer;
        display: inline-block;
        font-size: 1.8em;
        padding: 5px 10px 5px 10px;
        text-transform: uppercase;
        transition: border 1s, color 1s;
        -webkit-transition: border 1s, color 1s;
        -moz-transition: border 1s, color 1s;
        -ms-transition: border 1s, color 1s;
    }
    .galleryAccordion .accordionTrigger span:hover {
        border: 1px solid #3e8283;
        color: #3e8283;
    }
.galleryAccordion .accordionContent {
    display: none;
    padding: 20px 0 20px 0;
}
    .galleryAccordion .accordionContent img {
        display: block;
        float: left;
        height: auto;
        max-width: 410px;
        width: 33.3%;
    }

/*
 * Footer
 */

#footerTopLeft p {
    color: #ffffff;
    padding: 0;
}
#footerTopRight .contactForm {
    display: block;
}
    #footerTopRight .contactForm .formField {
        display: block;
        float: left;
        max-width: 170px;
        width: 20%;
    }
        #footerTopRight .contactForm .formField label,
        #footerTopRight .contactForm .formField input,
        #footerTopRight .contactForm .formField button {
            transition: max-width 1s;
            -webkit-transition: max-width 1s;
            -moz-transition: max-width 1s;
            -ms-transition: max-width 1s;
        }
        #footerTopRight .contactForm .formField label,
        #footerTopRight .contactForm .formField input {
            display: block;
            font-size: 1.4em;
            max-width: 150px;
            width: 100%;
        }
        #footerTopRight .contactForm .formField label {
            padding: 0 0 3px 0;
        }
        #footerTopRight .contactForm .formField input {
            background: #ffffff;
            border: 0;
            border-radius: 0;
            color: #343434;
            padding: 3px 3px 3px 3px;
        }
        #footerTopRight .contactForm .formField button {
            background: #333333;
            border: 0;
            border-radius: 0;
            color: #ffffff;
            display: block;
            float: right;
            font-size: 1.4em;
            margin: 21px 0 0 0;
            max-width: 150px;
            padding: 3px 0 3px 0;
            width: 100%;
            transition: background 1s;
            -webkit-transition: background 1s;
            -moz-transition: background 1s;
            -ms-transition: background 1s;
        }
        #footerTopRight .contactForm .formField button:hover {
            background: #222222;
        }
#footerMiddleLeft #footerLogo {
    display: block;
    float: left;
    max-width: 250px;
    width: 40%;
}
    #footerMiddleLeft #footerLogo img {
        display: block;
        height: auto;
        width: 100%;
    }
#footerMiddleLeft #contact {
    display: block;
    float: right;
    max-width: 325px;
    width: 52%;
}
    #footerMiddleLeft #contact #address {
        display: block;
        font-size: 1.2em;
        font-style: normal;
        padding: 15px 0 15px 0;
    }
        #footerMiddleLeft #contact #address .contactField {
            display: block;
            padding: 5px 0 5px 0;
        }
            #footerMiddleLeft #contact #address .contactField .contactLeft {
                color: #ffffff;
                display: block;
                float: left;
                max-width: 100px;
                width: 30.8%;
            }
            #footerMiddleLeft #contact #address .contactField .contactRight {
                color: #999999;
                display: block;
                float: left;
                max-width: 200px;
                width: 61.5%;
            }
                #footerMiddleLeft #contact #address .contactField .contactRight a {
                    color: #3F8283;
                    text-decoration: none;
                }
                #footerMiddleLeft #contact #address .contactField .contactRight a:visited {
                    color: #3F8283;
                }
                #footerMiddleLeft #contact #address .contactField .contactRight a:hover {
                    color: #3F8283;
                    text-decoration: underline;
                }
#footerMiddleRight #footerShortlink1 {
    display: block;
    float: left;
    max-width: 300px;
    width: 46.2%;
}
    #footerMiddleRight #footerShortlink1 a {
        color: #ffffff;
        text-decoration: none;
    }
    #footerMiddleRight #footerShortlink1 a:visited {
        color: #ffffff;
    }
    #footerMiddleRight #footerShortlink1 a:hover {
        color: #ffffff;
        text-decoration: none;
    }
    #footerMiddleRight #footerShortlink1 img {
        display: block;
        height: auto;
        margin: 15px 0 0 0;
        width: 100%;
    }
#footerMiddleRight #footerShortlink2 {
    display: block;
    float: right;
    max-width: 300px;
    width: 46.2%;
}
    #footerMiddleRight #footerShortlink2 a {
        color: #ffffff;
        text-decoration: none;
    }
    #footerMiddleRight #footerShortlink2 a:visited {
        color: #ffffff;
    }
    #footerMiddleRight #footerShortlink2 a:hover {
        color: #ffffff;
        text-decoration: none;
    }
    #footerMiddleRight #footerShortlink2 p {
        color: #999999;
        font-size: 1.2em;
    }
#footerBottomLeft a {
    color: #999999;
    text-decoration: none;
}
#footerBottomLeft a:visited {
    color: #999999;
}
#footerBottomLeft a:hover {
    color: #3F8283;
    text-decoration: none;
}

/*
 * Changes after GoLive (marked with Date and Description)
 */

/*
 * Browser specific Hacks
 */

/* Main Nav */
.lt-ie8 #mainNav ul li {
    display: inline;
}
/* Header Slider Nav */
.lt-ie9 #headerSlider a.rslides_nav {
    display: none;
}
/* Header Slider Pagination */
.lt-ie8 #headerSlider ul.rslides_tabs {
    display: none;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

/* ASPECT RATIO
----------------------------------------------- */

@media screen and (max-aspect-ratio: 8/5) {

  /*
   * Typography
   */

  /*
   * Basic
   */

  /*
   * Backbone
   */

  /*
   * Header
   */

  #header {
      height: auto;
  }

  /*
   * Content
   */

  /*
   * Footer
   */

  /*
   * Changes after GoLive (marked with Date and Description)
   */

  /*
   * Browser specific Hacks
   */

}

/* DESKTOP LAYOUT
----------------------------------------------- */

@media only screen and (min-width: 1000px) and (max-width: 1249px) {

  /*
   * Typography
   */

  body {
      font-size: 56.3%;
  }

  /*
   * Basic
   */

  /*
   * Backbone
   */

  #header #headerBar #headerTop {
      padding: 0 20px 0 20px; 
  }

  /*
   * Header
   */

  #mainNav ul li {
      padding: 0;
  }

  /*
   * Content
   */

  /*
   * Footer
   */

  #footerTopRight .contactForm .formField label,
  #footerTopRight .contactForm .formField input,
  #footerTopRight .contactForm .formField button {
      max-width: 100px;
  }

  /*
   * Changes after GoLive (marked with Date and Description)
   */

  /*
   * Browser specific Hacks
   */

}

/* TABLET LAYOUT
----------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 999px) {

  /*
   * Typography
   */

  body {
      font-size: 50%;
  }

  /*
   * Basic
   */

  /*
   * Backbone
   */

  #header {
      height: auto;
  }
      #header #headerBar #headerTop {
          padding: 0 20px 0 20px;
          position: relative;
      }
          #header #headerBar #headerTop #mobileMainLogo {
              bottom: -60px;
              display: block;
              left: 0;
              position: absolute;
              text-align: center;
              width: 100%;
              z-index: 10;
          }
      #header #headerBar #headerBottom #mainNav {
          padding: 70px 0 0 0;    /* reob 140902 Original: padding: 70px 0 0 0;  */
      }
      #header #headerSlogan {
          display: none;
      }

  /*
   * Header
   */

  #mainNav ul li#mainLogo {
      display: none;
  }
  #headerSlider a.rslides_nav {
      display: none;
  }

  /*
   * Content
   */

  /*
   * Footer
   */

  #footerTopRight .contactForm .formField label,
  #footerTopRight .contactForm .formField input,
  #footerTopRight .contactForm .formField button {
      max-width: 80px;
  }

  /*
   * Changes after GoLive (marked with Date and Description)
   */

  /*
   * Browser specific Hacks
   */

}

/* MOBILE LAYOUT
----------------------------------------------- */

@media only screen and (max-width: 767px) {

  /*
   * Typography
   */
  
  body {
      font-size: 50%;
  }

  /*
   * Basic
   */

  /*
   * Backbone
   */

  #header {
      height: auto;
  } 
  #header > .wrapper {
      min-width: 320px;
  }
  #header #headerBar {
      left: auto;
      position: relative;
      top: auto;
  }
      #header #headerBar #headerTop #mobileMainLogo {
          display: block;
          width: 100%;
      }
          #header #headerBar #headerTop #mobileMainLogo img {
              display: block;
              height: auto;
              margin: 0 auto;
              max-width: 370px;
              padding: 30px 0 60px 0;
              width: 100%;
          }
      #header #headerBar #headerBottom {
          display: none;
      }
  #header #headerSlogan {
      display: none;
  }
  #header #headerSlider {
      position: relative;
  }
  #header #mainNavMobile {
      background: #232323;
      display: block;
      padding: 0 20px 0 20px;
      min-width: 320px;
  }
  #main .content .details .detailsLeft {
      clear: both;
      float: none;
      max-width: 100%;
      width: 100%;
  }
  #main .content .details .detailsRight {
      clear: both;
      float: none;
      max-width: 100%;
      width: 100%;
  }
  #footer #footerTop #footerTopLeft {
      clear: both;
      float: none;
      max-width: 100%;
      padding: 5px 0 5px 0;
      width: 100%;
  }
  #footer #footerTop #footerTopRight {
      clear: both;
      float: none;
      max-width: 100%;
      padding: 15px 0 0 0;
      width: 100%;
  }
  #footer #footerMiddle #footerMiddleLeft {
      clear: both;
      float: none;
      max-width: 100%;
      width: 100%;
  }
  #footer #footerMiddle #footerMiddleRight {
      clear: both;
      float: none;
      max-width: 100%;
      padding: 20px 0 0 0;
      width: 100%;
  }
  #footer #footerMiddle #footerBottomLeft {
      clear: both;
      float: none;
      max-width: 100%;
      width: 100%;
  }
  #footer #footerMiddle #footerBottomRight {
      clear: both;
      float: none;
      max-width: 100%;
      width: 100%;
  }
  

  /*
   * Header
   */

  #headerInfo #headerLeft {
      clear: both;
      display: block;
      float: none;
      line-height: 2.0;
      max-width: 100%;
      text-align: center;
      width: 100%;
  }
      #headerInfo #headerLeft .dividingLine {
          display: none;
      }
      #headerInfo #headerLeft .wordWrap {
          display: inline;
      }
  #headerInfo #headerRight {
      display: none;
  }
  #headerSlider a.rslides_nav {
      display: none;
  }
  #mainNavMobile ul {
      display: block;
      line-height: 35px;
      list-style-type: none;
      margin: 0 auto;
      max-width: 370px;
      padding: 0 0 5px 0;
      text-align: right;
      text-transform: uppercase;
      width: 100%;
  }
      #mainNavMobile ul li {
          display: block;
          font-size: 2.5em;
          margin: 5px 0 0 0;
      }
          #mainNavMobile ul li a {
              background: #232323;
              border: 1px solid #343434;
              color: #ffffff;
              display: block;
              margin: 0;
              padding: 0 10px 0 5px;
              text-decoration: none;
              transition: background 1s;
              -webkit-transition: background 1s;
              -moz-transition: background 1s;
              -ms-transition: background 1s;
          }
          #mainNavMobile ul li:hover a {
              background: #3f8283;
          }
          #mainNavMobile ul li a:visited {
              color: #ffffff;
          }
          #mainNavMobile ul li a:hover {  
              color: #ffffff;
          }
              #mainNavMobile ul li a span {
                  display: inline-block;
                  float: left;
              }
              #mainNavMobile ul li a div {
                  background: #ffffff;
                  border-left: 0px solid #343434;
                  border-right: 0px solid #343434;
                  color: #161719;
                  display: block;
                  float: right;
                  font-weight: bold;
                  letter-spacing: 2px;
                  max-width: 0;
                  overflow: hidden;
                  padding: 2px 0 2px 0;
                  text-align: center;
                  width: 100%;
                  transition: border 1s, max-width 1s;
                  -webkit-transition: border 1s, max-width 1s;
                  -moz-transition: border 1s, max-width 1s;
                  -ms-transition: border 1s, max-width 1s;
              }
              #mainNavMobile ul li:hover a div {
                  border-left: 1px solid #343434;
                  border-right: 1px solid #343434;
                  max-width: 120px;
              }

  /*
   * Content
   */

  /*
   * Footer
   */

  #footerTopRight .contactForm .formField,
  #footerTopRight .contactForm .formField,
  #footerTopRight .contactForm .formField {
      clear: both;
      float: none;
      max-width: 100%;
      padding: 5px 0 5px 0;
      width: 100%;
  }
      #footerTopRight .contactForm .formField label,
      #footerTopRight .contactForm .formField input,
      #footerTopRight .contactForm .formField button {
          max-width: 100%;
      }
      #footerTopRight .contactForm .formField label,
      #footerTopRight .contactForm .formField input {
          padding: 5px 0 5px 0;
      }
      #footerTopRight .contactForm .formField button {
          margin: 20px 0 0 0;
          padding: 10px 0 10px 0;
      }
  #footerMiddleLeft #contact {
      max-width: 300px;
      width: 46.2%;
  }

  /*
   * Changes after GoLive (marked with Date and Description)
   */

  /*
   * Browser specific Hacks
   */

}