body {
	font-family: Lora, Georgia, serif;
	background-color: #ffffff;
	color: #5b5b5b;
	font-size: 18px;
}

h3 {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #a6948d;
	font-size: 28px;
	text-align: center;
}

input {
	padding-left: 15px;
	padding-right: 15px;
}
input::placeholder {
            color: #0a0909; /* Hier die gewünschte Farbe setzen */
            opacity: 0.35;  /* Optional: Opazität einstellen (1 = voll sichtbar, 0 = unsichtbar) */
        }
		
form {
	margin-bottom: 150px;
}
				
.content-container {
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

.content-container-lp {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

.footer {
	margin-top: 300px;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	text-align: center;
	font-size: 15px;
}

.subButton {
	margin-top: 20px;
	font-size: 15px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.video-wrapper {
	border-radius: 20px;
	border-color: #000000;
	border-width: 1px;
    border-style: solid;
	position: relative;
	background-color: black; /* Fallback, falls das Video nicht lädt */
	width: 100%;
	max-width: 800px;
	padding-top: 56.25%;
	margin: 0 auto;					
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 20px; /* Hier wird sichergestellt, dass auch das iFrame selbst abgerundet ist */
}

.video-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 20px; /* Hier wird sichergestellt, dass auch das iFrame selbst abgerundet ist */
}

.message-container {
	margin-top: 50px;
	text-align: center;
	width: 100%;
}

.button-container {
	margin-top: 50px;
	text-align: center;
	width: 100%;
	line-height: 1.7;
}

.button-container a {
	color: #4f556f;
}

.button-container a:hover {
  color: #e1c468;
}

.custom-button {
	background-color: rgba(88, 185, 204, 0.4);
	color: #214554;
	padding: 20px 50px;
	border-radius: 60px;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 1px;
	border: none;
	cursor: pointer;
	transition: color 300ms ease, background-color 300ms ease, border-radius 300ms ease, letter-spacing 300ms ease;
	text-decoration: none;
}

.custom-button:hover {
	background-color: #214554;
	color: #ffffff;
	letter-spacing: 1.2px;
	border-radius: 80px;
}


div.checkout {
    width: 600px;
    max-width: 100%;
}


div.checkout-infobox {
	background-color: #EEEEEE;
    max-width: 500px;
	min-width: 500px;
	margin-left: auto;
	padding: 10px;
	font-size: 0.9em;
}

div.checkout-form-table{
    margin-left: auto;
    display: table;
	border-collapse: collapse;
	max-width: 700px;
}

div.checkout-payment-table {
    margin: 0 auto;
    display: table;
    border-collapse: separate;
    border-spacing: 10px;
    min-width: 400px;
    margin-bottom: 50px;
}

div.checkout-price-table{
    margin-left: auto;
    display: table;
    margin-bottom: 80px;
    font-size: 0.9em;
    line-height: 1.15;
}


div.checkout-form-table .row, div.checkout-price-table .row, div.checkout-payment-table .row {
    display: table-row;
}

div.checkout-form-table div.row.upperline {
    border-top-color: #000000;
    border-top-width: 1px;
    border-top-style: solid;
}

div.checkout-form-table div.row.shipping-address {
    display: none;
}

div.checkout-form-table div.cell.upperline {
    border-top-color: #000000;
    border-top-width: 1px;
    border-top-style: solid;
}


div.checkout-payment-table .cell {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding: 20px;
    border-color: #d2d4d8;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
}

div.checkout-payment-table div.row.caption {
    caption-side: top;
    display: table-caption;
    text-align: left;
}


div.checkout-form-table div.labelcell {
    display: table-cell;
    text-align: right;
    padding-right: 15px;
    vertical-align: middle;
}

div.checkout-price-table div.labelcell {
    display: table-cell;
    text-align: left;
    padding-right: 5px;
    vertical-align: middle;
    width: 380px;
    padding-bottom: 5px;
    padding-top: 5px;
}

div.checkout-price-table div.labelcell.total {
    text-align: right;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 5px;
}


div.checkout-price-table div.labelcell .small {
    font-size: 0.7em;
    font-weight: normal;
}

div.checkout-price-table div.currencycell {
    display: table-cell;
    font-weight: 700;
    text-align: right;
    vertical-align: baseline;
    padding-right: 5px;
    font-size: 0.7em;
}

div.checkout-price-table div.currencycell .last {
    padding-right: 0;
}

div.checkout-price-table div.valuecell {
    display: table-cell;
    text-align: right;
    vertical-align: top;
    padding-right: 5px;
    width: 130px;
    padding-bottom: 5px;
    padding-top: 5px;
}

div.checkout-price-table div.valuecell .last {
    padding-right: 0;
}

div.checkout-price-table div.valuecell.total {
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 5px;
    
}

div.checkout-price-table div.row.caption {
    caption-side: bottom;
    display: table-caption;
    text-align: right;
    font-size: 0.7em;
    font-weight: normal;
    font-style: italic;
    padding-top: 0;
    padding-right: 15px;
}

div.checkout-price-table div.cell.upperline {
    border-top-color: #000000;
    border-top-width: 1px;
    border-top-style: solid;
}

div.checkout-form-table div.fieldcell {
    display: table-cell;
    padding-top: 10px;
    padding-bottom: 10px;
	width: 100%;
}

div.checkout-form-table div.fieldcell div.input-group {
	display: flex; /* Flexbox-Layout */
    width: 100%; /* Vollständige Breite */
}

div.checkout-form-table div.fieldcell div.input-group input{
    box-sizing: border-box; /* Einschließen von Padding und Border in die Breite */
}

div.checkout-form-table div.fieldcell div.input-group input.lastelt {
    margin-right: 0;
}

div.checkout-form-table div.fieldcell div.input-group input.half,
div.checkout-form-table div.fieldcell div.input-group div.half,
div.checkout-form-table div.fieldcell input.half,
div.checkout-form-table div.fieldcell select.half {
    flex: 0 0 49%; /* 49% der Breite für halbe Eingabefelder */
    margin-right: 10px; /* Abstand zwischen den Feldern */
}

div.checkout-form-table div.fieldcell div.input-group input.third,
div.checkout-form-table div.fieldcell input.third,
div.checkout-form-table div.fieldcell select.third {
    width: 32%;
}

div.checkout-form-table div.fieldcell div.input-group input.quarter,
div.checkout-form-table div.fieldcell input.quarter,
div.checkout-form-table div.fieldcell select.quarter {
    flex: 0 0 24%; /* 24% der Breite für Viertel-Eingabefelder */
    margin-right: 10px; /* Abstand zwischen den Feldern */
}

div.checkout-form-table div.fieldcell div.input-group input.quarter.lastelt {
    flex: 0 0 74%; /* 24% der Breite für Viertel-Eingabefelder */
    margin-right: 0; /* Abstand zwischen den Feldern */
}

div.checkout-form-table div.fieldcell input,
div.checkout-form-table div.fieldcell select,
select.checkout{
    width: 100%;
    border-radius: 3px;
    height: 40px;
    font-size: 18px;
    color: #717171;
    border: 1px solid #d2d4d8;
    font-style: italic;
	vertical-align: middle;
	box-sizing: border-box; /* Einschließen von Padding und Border */
}

div.checkout-form-table div.fieldcell input.half {
	width: 49%;
}


div.checkout-form-table div.fieldcell select.active,
select.checkout.active {
	background-color: #ffffff;
}


div.checkout-form-table div.fieldcell input[type="checkbox"]{
    width: auto;
    border-radius: 3px;
    height: 20px;
    display: inline;
    font-size: 18px;
    color: #333333;
    border: 1px solid #d2d4d8;
    font-style: italic;
}

div.checkout-header {
    display: block;
	margin-left: auto;
	min-width: 400px;
    max-width: 100%;
	margin-top: 50px;
    text-align: left;
}

div.checkout-footer {
    width: 600px;
    max-width: 100%;
    margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
    text-align: center;
}

div.checkout-footer select {
	margin-bottom: 30px;
	padding: 0;
}


.cta.yellow {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
	background: linear-gradient(to bottom right, #f7e01e, #f7cd1e);
	color: rgba(24, 26, 28, 0.85);
	transition: 256ms;
	box-shadow: 0 16px 38px rgba(32, 41, 50, 0.25);
	white-space: normal;
	line-height: 1.5;
	text-transform: uppercase!important;
	cursor: pointer !important;
	border: 0;
	border-radius: 10px;
	padding: 20px 40px;
	margin-top: 30px;
	margin-left: auto;
	width: 100%;
}

.cta.yellow:hover {
  transition: 256ms;
  transform: translateZ(50px) translateY(-6px);
  /* background: linear-gradient(to bottom right, #FFE986, #FFAF60); */
  box-shadow: 0 32px 96px rgba(32, 41, 50, 0.25);
  color: rgba(24, 26, 28, 0.85) !important; 
}


div.checkout-payment-selector{
    margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	width: 800px;
    max-width: 100%;
	text-align: center;
	font-size: 1.2em;
    line-height: 1.15;
	margin-bottom: 30px;
}

div.checkout-payment-selector img{
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
}

div.checkout-paymentplan-selector {
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 100px;
    justify-content: center;
    align-items: center;
	box-sizing: border-box;
	width: 800px;
	max-width: 800px;
	text-align: center;
	font-size: 1.2em;
    line-height: 1.5;
}

div.checkout-paymentplan-selector .box-row {
    margin-bottom: 20px;
    margin-top: 0;
	margin-left: auto !important;
	margin-right: auto !important;
    display: table;
}

div.checkout-paymentplan-selector .box-row .box {
	padding-left: 15px;
    padding-right: 15px;
	width: 50%;
	float: left;
}

div.checkout-paymentplan-selector .box-row .box .box-content {
	border: 1px solid #1f1f1f !important;
    border-radius: 10px !important;
	padding: 50px 35px 35px;
    text-align: center;
}


@media screen and (max-width: 1201px) {
	
	.content-container {
		margin-top: 50px;
	}
	
}


@media screen and (max-width: 801px) {
	
	.content-container {
		margin-top: 50px;
	}

    div.checkout-form-table, div.checkout-form-table .row, div.checkout-form-table div.labelcell {
        display: block;
        text-align: left;
        padding-right: 0;
        font-size: 0.9em;
    }
    div.checkout-price-table {
        font-size: 0.8em;
    }
    div.checkout-form-table div.labelcell {
        display: block;
        text-align: left;
        padding-right: 0;
        margin-top: 10px;
    }
    div.checkout-form-table div.labelcell.empty {
        margin-top: 0;
    }
    div.checkout-form-table div.fieldcell {
        display:block;
        margin-top: 0;
        padding-top: 0;
    }
    div.checkout-form-table div.fieldcell input,
    div.checkout-form-table div.fieldcell select{
        display:block;
    }
    
    div.checkout-price-table div.currencycell,
    div.checkout-price-table div.valuecell {
        min-width: 6em;
    }
    
    cta.yellow {
        font-size: 28px;
        padding: 26px 60px;
    }
}