

/*
* ---------------------------------------- 1.0 Reset ----------------------------------------
*/
/*
* @note: http://meyerweb.com/eric/tools/css/reset/v2.0 | 20110126 License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
* ---------------------------------------- 2.0 Global Layout --------------------------------
*/
*, *:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  -webkit-tap-highlight-color: transparent;
}

html {
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  line-height: 1.5rem;
  color: #5A5859;
  text-rendering: optimizeLegibility;
  /*-webkit-hyphens: auto;-moz-hyphens: auto;-ms-hyphens: auto;hyphens: auto;*/
  background: #fdc300;
}

a:link, a:visited {
  text-decoration: none;
  color: #08255c;
}

a,
button,
input[type="submit"],
input[type="reset"], label {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

:focus {
  outline: none;
  -moz-outline-style: none;
}

::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
  color: #333333;
}

::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  color: #333333;
}

:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  color: #333333;
}

input:-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  color: #333333;
}

::selection,
::-moz-selection {
  color: #fff;
}

strong,
.strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.center {
  text-align: center;
}

ul {
  list-style: none;
}

sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  margin: 0 auto;
}

.aligncenter-text {
  text-align: center;
}

.alignright-text {
  text-align: center;
}

.wrapper {
  width: 1100px;
  max-width: 100%;
  margin: 2rem auto;
  background: #FFFFFF;
  padding: 4%;
}
p {
  font-size: 14px;
  line-height: 23px;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  margin-bottom: 0.8rem;
}
p.info {
  font-weight: bold;
}

.confirm-adress {
  padding: 2rem 0;
}

/* 
* ---------------------------------------- Hinweise Success,Notice, Errror ----------------------------------------
*/
.success, .notice, .error {
  border: 1px solid;
  font-size: 14px;
  line-height: 23px;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  padding: 0.5rem;
}

.success {
  background: #E6EFC2;
  color: #264409;
  border-color: #C6D880;
}

.notice {
  background: #FFF6BF;
  color: #514721;
  border-color: #FFD324;
}

.error {
  background: #FBE3E4;
  color: #8A1F11;
  border-color: #FBC2C4;
}

/*
* ---------------------------------------- 3.0 Headlines ------------------------------------
*/
h1 {
  font-size: 36px;
  line-height: 54px;
  font-size: 2.25rem;
  line-height: 3.375rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 30px;
  line-height: 45px;
  font-size: 1.875rem;
  line-height: 2.8125rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 24px;
  line-height: 36px;
  font-size: 1.5rem;
  line-height: 2.25rem;
}

h4 {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.125rem;
  line-height: 1.6875rem;
}

h5 {
  font-size: 14px;
  line-height: 21px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

h6 {
  font-size: 12px;
  line-height: 18px;
  font-size: 0.75rem;
  line-height: 1.125rem;
}

h6text {
  font-size: 12px;

 padding-left: 3px;

}


/*
* ---------------------------------------- 4.0 Images ---------------------------------------
*/
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
  /*Firefox*/
  display: block;
}

.header-img {
  padding-bottom: 1rem;
}
.header-img img {
  width: 100%;
  height: auto;
}

/*
* ---------------------------------------- 5.0 Footer ---------------------------------------
*/




footer {
  background: #08255c;
  color: #FFFFFF;
}
footer a:link, footer a:visited {
  text-decoration: none;
  color: #FFFFFF;
}
footer ul {
  font-size: 14px;
  line-height: 23px;
  font-size: 0.875rem;
  line-height: 1.4375rem;
}
footer ul:after {
  content: "";
  display: table;
  clear: both;
}
footer ul li {
  display: block;
  float: left;
  margin: 1rem;
}

/*
* ---------------------------------------- 6.0 Formular -------------------------------------
*/
#dataform {
  padding: 4% 0;
}
#dataform .text-label,
#dataform .select-label {
  font-weight: 600;
  width: 100%;
  display: block;
  line-height: 1.5rem;
  padding-left: 3px;
}
#dataform .form-group {
  padding: 0.5rem;
}
#dataform .form-group input[type="text"],
#dataform .form-group input[type="email"],
#dataform .form-group select,
#dataform .form-group .form-btn {
  padding: 0.8rem;
  width: 100%;
  border: 1px solid #cad0d4;
  border-radius: 2px;
  color: #646e80;
}

#dataform .form-group .form-btn {
  display: block;
  width: 50%;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  line-height: 22.5px;
  font-size: 0.9375rem;
  line-height: 1.40625rem;
}
#dataform .form-group .form-btn:hover {
  background: #009ee3;
  color: #FFFFFF;
}
#dataform .form-group #strasse {
  width: 76%;
  margin-right: 2%;
}
#dataform .form-group #hausnr {
  width: 22%;
}
#dataform .form-group #exp {
  
  height: 100px;
}
#dataform .form-group #plz {
  width: 22%;
  margin-right: 2%;
 } 
  #dataform .form-group #piloten {
  width: 22%;
  margin-right: 2%;
  
}
#dataform .form-group #teiln {
  width: 22%;
 
}
#dataform .form-group #birthday {
  width: 22%;
  margin-right: 2%;
}
#dataform .form-group #land {
  width: 29%;
  margin-right: 2%;
}
#dataform .form-group #nm {
  width: 22%;
  margin-right: 2%;
}
#dataform .form-group #ort {
  width: 76%;
  }
#dataform .form-group #name2 {
  width: 26%;
  }
#dataform .form-group #vorname2 {
  width: 26%;
}
#dataform .form-group:after {
  content: "";
  display: table;
  clear: both;
}
#dataform label.info {
  font-size: 14px;
  line-height: 23px;
  font-size: 0.875rem;
  line-height: 1.4375rem;
}
#dataform input:focus {
  border: 1px solid #009ee3 !important;
}
#dataform .error-msg {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.4rem;
  border: none;
  font-size: 13px;
  line-height: 19.5px;
  font-size: 0.8125rem;
  line-height: 1.21875rem;
  position: relative;
}
#dataform .error-msg:before {
  content: "";
  display: inline-block;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FBE3E4;
  position: absolute;
  top: -8px;
  left: 13px;
}
#dataform #f_error, #dataform #f_success, #dataform .error-msg {
  display: none;
  font-size: 14px;
  line-height: 23px;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  padding: 0.5rem;
}
#dataform #f_error, #dataform #f_success {
  font-size: 14px;
  line-height: 23px;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  padding: 0.5rem;
}

/*
* ---------------------------------------- Formular > 600px -------------------------------------
*/
@media screen and (min-width: 40em) {
  #dataform .text-label, #dataform .select-label {
    font-weight: 600;
    width: 30%;
    display: block;
    float: left;
    line-height: 3rem;
  }
  #dataform .error-msg {
    margin-left: 31%;
    width: 59%;
  }
  #dataform .form-group input[type="text"],
  #dataform .form-group input[type="email"],
  #dataform .form-group select {
    width: 60%;
  }
  #dataform .form-group .form-btn {
    width: inherit;
    min-width: 200px;
    margin-left: 30%;
    padding: 0.8rem 1.5rem;
  }
  #dataform .form-group #strasse, #dataform .form-group #ort {
    width: 40%;
  }
  #dataform .form-group #hausnr, #dataform .form-group #plz {
    width: 18%;
  }
  #dataform .form-group #ds, #dataform .form-group #urgent {
    margin-left: 30%;
    padding-left: 0;
  }
  #dataform #f_error, #dataform #f_success {
    width: 60%;
    margin-left: 30%;
    font-size: 14px;
    line-height: 23px;
    font-size: 0.875rem;
    line-height: 1.4375rem;
    padding: 0.5rem;
  }
}

/*# sourceMappingURL=style.css.map */
