@charset "UTF-8";
* {
  outline: none; }

.disabled {
  color: #6F7680;
  pointer-events: none;
  cursor: default; }

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

@font-face {
    font-family: 'basier_squareregular';
    src: url('../../fonts/Basier-Square-regular-webfont/basiersquare-regular-webfont.eot');
    src: url('../../fonts/Basier-Square-regular-webfont/basiersquare-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/Basier-Square-regular-webfont/basiersquare-regular-webfont.woff2') format('woff2'),
         url('../../fonts/Basier-Square-regular-webfont/basiersquare-regular-webfont.woff') format('woff'),
         url('../../fonts/Basier-Square-regular-webfont/basiersquare-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'basier_squaremedium';
    src: url('../../fonts/Basier-Square-medium-webfont/basiersquare-medium-webfont.eot');
    src: url('../../fonts/Basier-Square-medium-webfont/basiersquare-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/Basier-Square-medium-webfont/basiersquare-medium-webfont.woff2') format('woff2'),
         url('../../fonts/Basier-Square-medium-webfont/basiersquare-medium-webfont.woff') format('woff'),
         url('../../fonts/Basier-Square-medium-webfont/basiersquare-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'basier_squaresemibold';
    src: url('../../fonts/Basier-Square-semibold-webfont/basiersquare-semibold-webfont.eot');
    src: url('../../fonts/Basier-Square-semibold-webfont/basiersquare-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/Basier-Square-semibold-webfont/basiersquare-semibold-webfont.woff2') format('woff2'),
         url('../../fonts/Basier-Square-semibold-webfont/basiersquare-semibold-webfont.woff') format('woff'),
         url('../../fonts/Basier-Square-semibold-webfont/basiersquare-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'basier_squarebold';
    src: url('../../fonts/Basier-Square-bold-webfont/basiersquare-bold-webfont.eot');
    src: url('../../fonts/Basier-Square-bold-webfont/basiersquare-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/Basier-Square-bold-webfont/basiersquare-bold-webfont.woff2') format('woff2'),
         url('../../fonts/Basier-Square-bold-webfont/basiersquare-bold-webfont.woff') format('woff'),
         url('../../fonts/Basier-Square-bold-webfont/basiersquare-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
 font-family: 'basier_squaremedium';
  line-height: 1.6;
  font-weight: 400;
  font-size: 16px;
}

ul {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none !important;
  color: #6F7680;
  transition: ease .2s; }

p {
  color: #6F7680; }

a:hover {
  color: #363F4A; }

h1,
h2,
h3,
h4 {
  color: #363F4A;
  margin: 0;
  line-height: 1.4; }

h1 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 24px; }

h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px; }

h3 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px; }

h4 {
  font-size: 18px;
  color: #0053A7;
  font-weight: 400; }

img {
  width: 100%;
  height: auto; }

.text-right {
	text-align: right;
}

.btn {
  min-width: 140px;
  padding: 10px 30px;
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: ease .2s; }

.btn.focus,
.btn-select:hover {
  	color: #0053A7 !important;
	border-color: #0053A7;
	background: #F6FAFF; }

.btn-primary {
  background: #0053A7;
  color: #FFF;
  margin-top: 36px; }
  .btn-primary:hover {
    background: #F6FAFF;
    color: #0053A7; }

.btn-secondary {
  background: #EFF6FF;
  color: #0089FF; }
  .btn-secondary:hover {
    background: #0089FF;
    color: #FFF; }

.btn-select {
  background: #FFF;
  border: 1px solid #EAECEE;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  color: #6F7680 !important;
  margin: 0 12px 12px 12px; }

.btn-phone {
	padding: 4px 12px 4px 36px;
	background-color: #FFF6F2 !important;
	color: #F97F3A;
	background-image: url("../../assets/images/icons/phone.svg");
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: center left 12px;
	margin-top: 0;
}

.btn-phone:hover {
	color: #F97F3A !important;
}

.button-container {
  margin-top: 10px;
	margin-bottom: 12px;
  margin-left: -12px; }

@media screen and (max-width: 991px) {
  h3 {
    font-size: 16px; }

  .btn-select {
    min-width: calc(50% - 28px) !important; }

  .btn {
    min-width: 100%; }

  .button-container {
    margin-left: -12px;
    margin-right: -12px; } }
.header-top-container {
  width: 100%;
  border-bottom: 1px solid #EAECEE;
  background: #FFF;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1; }
  .header-top-container .row {
    height: 52px; }

.header-brand {
  display: block;
  width: 142px; }

.header-contact {
  text-align: right;
  color: #6F7680;
  padding-right: 15px; }
  .header-contact a {
    color: #0089FF;
    margin-left: 10px; }
    .header-contact a img {
      width: 14px; }

.navbar {
  width: 280px;
  padding-left: 30px;
  position: fixed;
  left: 0;
  background: #F8F9FA;
  height: calc(100vh - 52px);
  bottom: 0;
  padding-top: 60px;
  font-size: 14px; }

.navbar ul li {
  display: block;
  margin: 8px 0; }
.navbar ul a {
  display: block;
  position: relative;
  padding: 0 0 0 16px; }
.navbar ul a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #6F7680;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 8px; }
.navbar ul a.active {
  color: #363F4A; }
  .navbar ul a.active:before {
    border-color: #363F4A; }

.navbar-toggler {
  display: none; }

.alert-box-mobile {
  display: none; }

@media screen and (max-width: 991px) {
  .header-container {
    width: 100%;
    position: static;
    margin-left: 0;
    padding-top: 0; }

  .header-contact {
    float: right;
    padding: 0;
    margin-right: 15px; }
    .header-contact a {
      margin: 0; }
    .header-contact span {
      display: none; }

  .alert-box-mobile {
    display: block;
    background: #D8F9F3;
    color: #189C86;
    padding: 5px 30px;
    font-size: 14px; }

  .navbar-toggler {
    width: 18px;
    height: 24px;
    position: relative;
    display: block;
    padding: 0;
    float: right; }
    .navbar-toggler span {
      display: block;
      width: 18px;
      height: 2px;
      background: #363F4A;
      position: absolute;
      transition: ease .2s; }
    .navbar-toggler .line-1 {
      top: 5px; }
    .navbar-toggler .line-2 {
      top: 10px; }
    .navbar-toggler .line-3 {
      top: 15px; }

  .navbar {
    position: static;
    height: auto;
    width: 100%;
    padding: 0;
    margin-top: 52px;
    height: auto;
    max-height: 0;
    overflow: hidden;
    max-height: 0; }
    .navbar ul {
      padding: 1.5rem; }

  .navbar.open {
    transition: ease 1s;
    max-height: 1000px; }

  .navbar-toggler.close .line-1 {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .navbar-toggler.close .line-2 {
    opacity: 0; }
  .navbar-toggler.close .line-3 {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
.contact-person {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  color: #6F7680;
  font-size: 14px; }
  .contact-person span {
    color: #363F4A;
    display: block;
    font-size: 16px;
    margin-bottom: 3px; }

.contact-img {
  width: 56px;
  margin-right: 12px; }

.content {
  max-width: 1230px;
  width: 100%;
  min-height: calc(100vh - 202px);
  padding-left: 280px;
  padding-top: 116px; }

.alert-box {
  background: #D8F9F3;
  color: #189C86;
  padding: 15px;
  border-radius: 8px;
  font-size: 14px; }
  .alert-box h3 {
    color: #189C86; }

.form-container {
  margin-top: 28px; }

.hide-form {
  display: none; }

.input-anderes {
  display: none; }

.field {
  margin-bottom: 24px; }
  .field a {
    color: #0053A7; }

.field-row {
  margin-top: 16px; }

::-webkit-input-placeholder {
  color: #8E959D; }

:-ms-input-placeholder {
  color: #8E959D; }

::placeholder {
  color: #8E959D; }

input,
select,
textarea{
  border: 1px solid #C4C5C7;
  border-radius: 8px; }
  input:focus,
	select:focus{
    border: 1px solid #0053A7;
    box-shadow: 0 0 5px #F6FAFF; }

textarea {
	min-height: 200px;
	padding: 12px;
	width: 100%;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"]{
  padding: 10px;
  width: 100%;
  -webkit-appearance: none; }

select{
  padding: 10px;
  width: 100%;
	cursor: pointer;
	transition: ease .2s;
}

input[type="number"] {
  padding: 10px 10px 10px 9px;
  width: 55px;
  text-align: center;
  -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.btn-plus,
.btn-minus {
  background: none;
  border: none; }

.input-euro {
  position: relative; }
  .input-euro:after {
    content: "€";
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 10px; }

label {
  display: block;
  font-weight: 400;
  color: #6F7680;
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 9px; }

input[type="checkbox"] {
  margin-right: 8px;
  border-radius: 6px;
  width: 20px;
  height: 20px;
  border-color: #C4C5C7;
  margin-top: 1px;
  float: left; }

.checkbox-field {
  font-size: 16px;
  margin: 0; }

.field-upload {
  background: #F6FAFF;
  border: 1px dashed #0053A7;
  border-radius: 8px;
  padding: 60px;
  position: relative;
  cursor: pointer;
  color: #0053A7;
  font-size: 18px; }
  .field-upload h4 span {
    border-bottom: 1px solid #0089FF; }

.upload-info {
  color: #6F7680;
  font-size: 14px;
  position: relative;
  padding-left: 60px;
  max-width: 390px;
  width: 100%;
  margin: 0 auto; }
  .upload-info img {
    width: 24px;
    position: absolute;
    left: -5px;
    top: 10px; }

.file-input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer; }

.sign-container {
  position: relative; }
  .sign-container canvas {
    background: #F6FAFF;
    border-radius: 8px;
    width: 100%;
    height: 200px; }

.btn-reset {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #363F4A; }
  .btn-reset img {
    width: 12px;
    position: absolute;
    left: 0;
    top: 5px; }
  .btn-reset input[type="reset"] {
    border: none;
    background: none;
    padding-left: 16px;
    color: #363F4A; }

.btn-add {
  background: none;
  border: none;
  color: #0089FF;
  margin-top: 15px;
  display: flex;
  align-items: center; }
  .btn-add img {
    width: 14px;
    margin-right: 8px; }

.upselling-container {
  border: 1px solid #EAECEE;
  border-radius: 8px;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 40px; }
  .upselling-container .btn {
    min-width: 100%;
    padding: 10px 0; }

.option-box {
  padding: 24px 32px;
  border-radius: 20px;
  border: 2px solid transparent;
  margin-bottom: 32px; }
  .option-box.opacity {
    opacity: .3; }

.option-headline {
  display: flex;
  align-items: center; }
  .option-headline span {
    font-size: 46px;
    font-weight: 700;
    margin-right: 30px; }

.option-subline {
  font-size: 14px;
  margin-bottom: 24px; }

.box-blue {
  background: #EFF6FF;
  color: #0089FF; }
  .box-blue h2 {
    color: #0089FF; }
  .box-blue.focus {
    border-color: #0089FF; }

.box-green {
  background: #F1FFF5;
  color: #4BC16C; }
  .box-green h2 {
    color: #4BC16C; }
  .box-green.focus {
    border-color: #4BC16C; }

.btn-option {
  background: #FFF;
  color: #363F4A;
  font-size: 14px;
  padding: 8px 14px;
  transition: ease .2s;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-align: center; }
  .btn-option:after {
    content: "Ausgewählt";
    display: inline-block;
    position: absolute;
    font-size: 14px !important;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    visibility: hidden; }

.focus .btn-option:after {
  visibility: visible; }

.focus .btn-option span {
  visibility: hidden; }

.iban-box {
  display: none; }
  .iban-box .field {
    margin-top: 24px; }
  .iban-box.show {
    display: block; }

.btn-blue:hover {
  background: #0089FF;
  color: #FFF; }

.btn-green:hover {
  background: #4BC16C;
  color: #FFF; }

@media screen and (max-width: 991px) {
  .alert-box {
    display: none; }

  .content {
    padding-left: 0;
    padding-top: 40px;
    min-height: calc(100vh - 360px); }

  .upselling-container {
    padding: 25px; }

  .field-upload {
    padding: 25px; }

  .option-box {
    padding: 20px; }

  .option-headline {
    display: block; }

  .btn-option {
    width: 100%; } }
.footer-container {
  margin-top: 85px;
  padding-left: 280px; }

.footer-bottom {
  font-size: 12px;
  color: #6F7680;
  padding: 32px 0 24px 0; }

.info {
  display: inline-block;
  background: #FFF6F2;
  color: #F97F3A;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14px; }
  .info span {
    display: flex; }
  .info img {
    width: 14px;
    margin-right: 8px; }

.footer-nav {
  text-align: right;
  padding-right: 15px; }
  .footer-nav li {
    margin-left: 15px;
    display: inline-block; }

.trust {
  position: fixed;
  left: 30px;
  bottom: 24px;
  width: 220px;
  display: flex;
  justify-content: space-between; }

.trust-1 {
  width: 75px; }

.trust-2 {
  width: 55px; }

.trust-3 {
  width: 55px; }

@media screen and (max-width: 991px) {
  .footer-container {
    padding-left: 0; }

  .trust {
    position: static;
    width: 220px; }

  .info {
    display: none; }

  .footer-nav {
    text-align: left; }
    .footer-nav li {
      margin: 15px 15px 0 0; } }





img {
	display: block;
}

.button-container {
	margin-top: 0;
	margin-bottom: 0;
}

.reset-margin {
	margin: 0;
}

.form-area {
	padding-top: 24px;
}

.form-area:first-child {
	padding-top: 0;
}
.form-area h2 {
	margin-bottom: 24px;
}

.field {
	position: relative;
}

.add-field {
	color: #0053A7;
	border-radius: 8px;
	font-size: 14px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.add-field img {
	width: 14px;
	height: 14px;
	margin-right: 8px;
}

.delete-field {
	width: 14px;
	height: 14px;
	position: absolute;
	right: -28px;
	bottom: 17px;
	cursor: pointer;
}

.load-more {
	width: 124px;
	color: #0053A7;
	border-radius: 8px;
	font-size: 14px;
	cursor: pointer;
	display: flex;
	align-items: center;
	margin-top: 24px;
}

.load-more img {
	width: 14px;
	height: 14px;
	margin-left: 8px;
}


.flugnummer-input {
	display: flex;
}

.flugnummer-input input {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.fluggesellschaf-id {
	height: 48px;
	line-height: 48px;
	background: #d9d9d9;
	display: inline-block;
	padding: 0 10px;
	color: #8E959D;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.flugverbindung {
	margin-bottom: 12px;
	display: flex;
	align-items: center;
}

a .flugverbindung {
	margin: 0;
	justify-content: center;
}

.icon-plane {
	display: inline-block;
	width: 16px;
	margin: 0 9px 0 8px;
}

.btn-radio-container {
	margin-bottom: 12px
}

.btn-radio {
  background: #FFF;
  border: 1px solid #EAECEE;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  color: #6F7680 !important;
	margin-bottom: 12px;
	display: block;
}

.btn-radio:hover {
	color: #0053A7 !important;
	border-color: #0053A7;
	background: #F6FAFF;
}

.checkbox-whatsapp {
	display: flex;
	align-items: center;
}

.checkbox-whatsapp img {
	width: 20px;
}

.info-text {
	display: block;
	font-weight: 400;
	color: #6F7680;
	cursor: pointer;
	font-size: 12px;
	margin-bottom: 9px
}

input#startflughafen,
input#zielflughafen {
	background-repeat: no-repeat;
	background-size: 18px;
	padding-left: 36px;
}

input#startflughafen {
	background-image: url("../../assets/images/icons/plane-take-off.svg");
	background-position: left 10px top 14px;
}

input#zielflughafen {
	background-image: url("../../assets/images/icons/plane-land.svg");
	background-position: left 10px top 14px;
}

.flight {
	display: flex;
	justify-content: space-between;
}

.flight-connection {
	display: flex;
	align-items: center;
}

.flight-table-header {
	display: flex;
	justify-content: space-between;
	font-weight: 400;
	color: #6F7680;
	cursor: pointer;
	font-size: 12px;
	margin-bottom: 12px;
}


.airline {
	font-weight: 400;
	color: #6F7680;
	cursor: pointer;
	font-size: 12px;
	margin-left: 12px;
}

.btn:hover .fluggesellschaft {
	color: #0089FF;
}

.success-text {
	margin-top: 20px;
}

.success-text h2 {
	margin-bottom: 20px;
}
