/*
Theme Name: Checkout Theme
Author: Invokable GmbH
Version: 1.0.0
*/

.checkout input::placeholder{
    color: #8195a0;
}

.checkout-infos {
    background: #f3f0ec;
    padding: 10px;
}

.checkout_coupon {
	background-color: #fff;
	margin-bottom: 16px;
	border: 1px solid #0A354E;
	border-top-width: 3px
}
.checkout_coupon .coupon_header {
	padding: 16px;
	color: #0A354E
}
.checkout_coupon .coupon_error {
	padding: 16px;
	color: #0A354E
}
.checkout_coupon .coupon_header b {
	cursor: pointer;
	text-decoration: underline
}
.checkout_coupon .coupon_body {
	padding: 1rem;
	border-top: 1px solid #0A354E;
	display: none
}
.checkout_coupon .coupon_body form {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-moz-box-pack: space-between;
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-direction: column;
	-moz-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.checkout_coupon .coupon_body form label {
	width: 100%;
	margin-bottom: 16px;
	color: #0A354E;
	order: 0
}
@media only screen and (min-width:1025px) {
	.checkout_coupon .coupon_body {
		padding: 2rem 1rem
	}
	.checkout_coupon .coupon_body form {
		-webkit-box-direction: row;
		-moz-box-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.checkout_coupon .coupon_body form label {
		margin-bottom: 2rem;
		order: unset
	}
}
.checkout_coupon .coupon_body form input {
	width: 100%;
	margin-bottom: 16px;
	order: 2
}
@media only screen and (min-width:1025px) {
	.checkout_coupon .coupon_body form input {
		order: unset;
		margin-bottom: unset;
		width: 50%
	}
}
.checkout_coupon .coupon_body form button {
	background-color: #ff004e;
	border-radius: 5px;
	color: #fff;
	max-width: unset;
	text-align: center;
	border: 2px solid #ff004e;
	order: 3
}
.checkout_coupon .coupon_body form button:hover {
	background-color: #fff;
	color: #ff004e
}

.grid-container {
    display: grid;
    grid-template-columns: 50% 50%;
    background-color: #f3f0ec;
    padding: 10px;
    border: 1px solid #bbb;
    @media only screen and (max-width: 768px){
        display: block;
    }
}
.grid-item{
    background-color: #f3f0ec;
    padding: 20px;
}
.block-item {
    padding-top: 20px;
}
.button-action {
    padding: 20px;
    display: inline-block;
}
.order-cancel {
    display: block;
    width: 115px;
    background: lightgrey;
    padding: 0.4375rem 1rem;
    text-align: center;
    line-height: 25px;
}
#button-action {
    width:100%;
    text-align: center;
}
.order {
    display: inline-block;
}

.trip-info {
    background-color: #ffffff;
    border: lightgrey 1px solid;
}

.travel-infos {
    padding: 10px;
}

li.service-element {
    list-style-type: square;
}

.data-protection {
    padding: 10px;
}

span.required {
    color: red;
}

.flight-to-infos span,
.flight-back-infos span {
    margin-right: 5px;
}

.checkout_add_block,
.confirmation-title {
   text-align: center;
}

.confirmation-title {
    padding-bottom: 30px;
}

.msg-confirmation {
    margin: auto; 
    width: 50%; 
    /* border: 3px solid black;  */
    padding: 10px;
}

.header-title, 
.body-title {
    text-align: center;
}

/* Mein Styling */

.grid-item div{
    margin-bottom: 15px;
}

.padding{
    padding-right: 15px;
}

.grid-item .first-block{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.first-block .checkout-salutation{
    width: 50%;
}
.first-block .checkout-title{
    width: 50%;
}
.first-block .checkout-firstname{
    width: 50%;
}
.first-block .checkout-lastname{
    width: 50%;
}

.grid-item .second-block{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.second-block .checkout-company{
    width: 100%;
}
.second-block .checkout-country{
    width: 100%;
}
.second-block .checkout-address-1{
    width: 50%;
    @media only screen and (max-width: 768px){
        width: 50%;
    }
}
.second-block .checkout-house-number{
    width: 50%;
    @media only screen and (max-width: 768px){
        width: 50%;
    }
}
.second-block .checkout-address-2{
    min-width: 100%;
}
.second-block .checkout-postcode{
    width: 50%;
    @media only screen and (max-width: 768px){
        width: 50%;
    }
}
.second-block .checkout-city{
    width: 50%;
    @media only screen and (max-width: 768px){
        width: 50%;
    }
}
.second-block .checkout-phone{
    width: 50%;
    @media only screen and (max-width: 768px){
        width: 50%;
    }
}
.second-block .checkout-cellphone{
    width: 50%;
    @media only screen and (max-width: 768px){
        width: 50%;
    }
}
.second-block .checkout-email{
    width: 100%;
}

.grid-item .reisender{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.checkbox-reisender{
    width:100%;
}

.grid-item .companion{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.reisender h4, 
.companion h4 {
    width: 100%;
}
.reisender .person-salutation, 
.companion .person-salutation {
    width: 50%;
    @media only screen and (max-width: 768px){
        width: 50%;
    }
}
.reisender .person-title, 
.companion .person-title {
    width: 50%;
    @media only screen and (max-width: 768px){
        width: 50%;
    }
}
.reisender .person-firstname, 
.companion .person-firstname {
    width: 50%;
    @media only screen and (max-width: 768px){
        width: 50%;
    }
}
.reisender .person-lastname, 
.companion .person-lastname {
    width: 50%;
    @media only screen and (max-width: 768px){
        width: 50%;
    }
}
.reisender .person-birthday, 
.companion .person-birthday {
    width: 50%;
    @media only screen and (max-width: 768px){
        width: 50%;
    }
}
.reisender .person-nationality, 
.companion .person-nationality {
    width: 50%;
    @media only screen and (max-width: 768px){
        width: 50%;
    }
}
.additional-infos .checkout-tanzschule label{
    margin-right: 15px;
}
#button-action .btn{
    margin: 16px 0;
    background-color: #ff004e;
    border-radius: 5px;
    color: #fff;
    max-width: unset;
    text-align: center;
    border: 2px solid #ff004e;
}
#button-action .btn:hover{
    background-color: #fff;
    color: #ff004e;
}
#button-action button{
    margin: 16px 0;
    background-color: #ff004e;
    border-radius: 5px;
    color: #fff;
    max-width: unset;
    text-align: center;
    border: 2px solid #ff004e;
    font-weight: 600;
}
#button-action button:hover{
    background-color: #fff;
    color: #ff004e;
}

table.confirmation-data {
    padding-top: 30px;
    padding-bottom: 30px;
}

table.confirmation-data tbody tr:nth-child(odd) {
    background-color: transparent;
}

table.confirmation-data tbody tr, 
.confirmation-data tbody td {
    border-top: 1px solid transparent;
}

.print-btn {
    text-align: left !important;
    background-color: #ff004e;
    color: #fff
}

.booking-info {
    padding: 20px;
}

table tr.order-total td:first-child{
    text-align: right;
    padding-right: 20px;
}

.trip-info h4 {
    margin-top: 20px;
}

.data-protection > div {
    display: flex;
    margin-top: 10px;
}