/* ---------------------------------------------------------
 * Theme Name:		GeneratePress-Child
 * Author:				Alex Illmayer <alex@atstudio-berlin.de>
 * Template:			GeneratePress
 * --------------------------------------------------------*/
/* -------------------------------------------------------------
 * *  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:
 * *    -   css3-prefix             - arguments: Property, Value
 * *    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
 * *    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
 * *    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
 * *    -   background-size         - arguments: Width: 100%, Height: 100%
 * *    -   background-opacity      - arguments: Color: #000, Opacity: .85
 * *    -   border-radius           - arguments: Radius: 5px
 * *    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 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
 * *    -   transform-style         - arguments: Style: preserve-3d
 * *    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
 * *    -                           - Examples: @include transition (all 2s ease-in-out);
 * *    -                                       @include transition (opacity 1s ease-in 2s, width 2s ease-out);
 * *    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
 * *    -   keyframes               - arguments: Animation name
 * *                                - content:   Animation css
 * *    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
 *                                           (http://www.w3schools.com/cssref/css3_pr_animation.asp)
 *
 * *-------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

/* kontaktform button */
.content-container-left.gb-container {
  margin-left: 0;
}

.content-container-right.gb-container {
  margin-right: 0;
}

.p-margin-bottom-0 {
  margin-bottom: 0;
}

/* buttons */
.gp-button-text-left {
  text-align: left !important;
}

.wpcf7 {
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .wpcf7 {
    width: 80%;
  }
}
@media (min-width: 981px) {
  .wpcf7 {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .wpcf7 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.wpcf7 .wpcf7-form {
  /*submit-button*/
}
.wpcf7 .wpcf7-form p {
  padding-bottom: 12px;
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form p:nth-of-type(4) .placeholder {
  top: -110px;
}
.wpcf7 .wpcf7-form p:nth-of-type(5) {
  text-align: center;
}
.wpcf7 .wpcf7-form p:nth-of-type(6) {
  text-align: center;
  padding-top: 10px;
}
.wpcf7 .wpcf7-form .wpcf7-acceptance a {
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
}
.wpcf7 .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.wpcf7 .wpcf7-form .wpcf7-acceptance input {
  width: auto;
}
.wpcf7 .wpcf7-form .wpcf7-acceptance .accept {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  top: -1px;
}
.wpcf7 .wpcf7-form input, .wpcf7 .wpcf7-form textarea {
  width: 100%;
  color: #333333;
  font-size: 16px;
  line-height: 33px;
  border: 1px solid #333333;
  border-radius: 4px;
  padding: 20px 0 10px 12px;
  background-color: white;
}
.wpcf7 .wpcf7-form input:focus, .wpcf7 .wpcf7-form textarea:focus {
  border: 1px solid #2b8c68;
  outline: none;
}
.wpcf7 .wpcf7-form input.wpcf7-not-valid, .wpcf7 .wpcf7-form textarea.wpcf7-not-valid {
  border: 1px solid #ff0033;
}
.wpcf7 .wpcf7-form textarea {
  height: 140px;
  font-size: 16px;
  line-height: 20px;
  padding-top: 30px;
}
.wpcf7 .wpcf7-form .placeholder {
  position: absolute;
  top: -12px;
  left: 14px;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  line-height: 33px;
  user-select: none;
  pointer-events: none;
  color: #333333;
}
.wpcf7 .wpcf7-form .placeholder.small {
  background-color: white;
  top: -16px;
  left: 14px;
  font-size: 11px;
  line-height: 11px;
}
.wpcf7 .wpcf7-form .placeholder.color {
  color: #2b8c68;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
  width: 50%;
  background-color: white;
  border: 1px solid #333333;
  font-weight: 400 !important;
  color: #333333;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  padding: 15px 30px;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  -khtml-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.wpcf7 .wpcf7-form .wpcf7-submit:hover {
  color: white;
  background-color: #2b8c68;
  border: 1px solid #2b8c68;
  -webkit-transition: 0.2s;
  -khtml-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.wpcf7 .wpcf7-form .wpcf7-submit:active {
  color: #333333;
  background-color: #2b8c68;
  -webkit-transition: 0.2s;
  -khtml-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.wpcf7 .wpcf7-form .wpcf7-submit:focus {
  color: #333333;
  background-color: #2b8c68;
  -webkit-transition: 0.2s;
  -khtml-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  background-color: transparent;
  margin-top: -54px;
  right: 14px;
  font-size: 11px;
  line-height: 11px;
  color: #ff0033;
}
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip:nth-of-type(2) {
  text-align: left;
  left: 27px;
  margin-top: -2px;
  background-color: transparent;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  margin: 0 auto;
  width: auto;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding: 20px;
}
.wpcf7 .wpcf7-form .ajax-loader {
  display: none;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: #ff0033;
  background-color: rgba(255, 0, 51, 0.2);
  border: 0;
  padding: 15px;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #2b8c68;
  background-color: rgba(43, 140, 104, 0.2);
  border: 0;
  padding: 15px;
}
/*# sourceMappingURL=../maps/css/style.css.map */
