@font-face {
	font-family: agrandir-bold; 
	src: url('Agrandir-Bold.woff');
	font-weight: bold;
}
@font-face {
	font-family: source-sans-pro; 
	src: url('SourceSansPro-Regular.otf');
	font-weight: regular;
}
html { scroll-behavior: smooth; }
body {
	margin: 0px;
}
h1, h2, button {
	font-family: agrandir-bold;
	display: flex;
	justify-content: center;
	text-align: center;
}
h2 {
	font-size: 1.6rem;
}
p, summary, .frm-select-img label, .accept-agb, .frm-lne > label{
	font-family: source-sans-pro;
	text-align: center;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
}
.frm-select-img img {
	margin-left: auto;
	margin-right: auto;
}
.frm-select-img label.empty {
	pointer-events: none;
	opacity: 0.5;
	flex-direction: column;
}
.frm-select-img label.empty:after {
	content: 'nicht verfügbar';
	color: red;
}
span  {
	font-family: sans-serif;
	text-align: center;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.2rem;
}
a {
	text-decoration: none;
}
.logo {
	display: flex;
	justify-content: center;
	padding: 40px 0;
}
.logo img {
	max-width: 140px;
}

.content {
	display: flex;
	flex-direction: column;
}
.main-info {
	background: #067A46;
	color: #fff;
	padding-top: 80px;
	padding-bottom: 60px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	height: 530px;
}
.coupon-how-to {
	background: #FEF8F0;
	color: #000;
	padding-left: 20px;
	padding-right: 20px;
}
.ht-section {
	margin: 30px 0;
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.ht-all {
	max-width: 400px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 60px 0 40px 0;
}
.container-img-goodie {
//	position: relative;
	margin-top : 40px;
}
.img-goodie {
//	position: absolute;
	top: 40px;
	width: 80%;
//	left: 50%;
//    transform: translateX(-50%);
}
.frm-select-img.new {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.frm-select-img label {
	display: flex;
	margin: 12px 8px;
}
.select-color {
	display: flex;
	flex-direction: row;
	margin-left: auto; 
	margin-right: auto;
}
.select-color.new {
	display: flex;
	flex-direction: column;
	margin-top: 40px;
}
.img-selected {
	width: 50%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.slct {
	width: 20px;
	height: 20px;
	margin-right: 8px;
	border: 1px grey solid;
}
.clr-blue {
	background: #4682b4;
}
.clr-white {
	background: #fff;
}
.clr-grey {
	background: #808080;
}
.clr-black {
	background: #000;
}
.frm-cpn-code {
	display: flex;
	justify-content: center;
}
#ht-section-second {
	pointer-events: none;
	opacity: 0.4;
	
}
.frm-cpn-code > input[type="text"] {
	border: 1px solid grey;
	margin: 2px;
	background-color: #96DC14 !important;
	width: 150px;
	color: #fff;
	
}
.color-selected {
	display: flex;
	flex-direction: row;
    justify-content: center;
}
form {
	width: 100%;
}
input {
	padding: 8px;
	border: 1px solid #A9A9A9;
	margin: 2px 1px;
}
input#cpn-10::placeholder {
    text-align: center;
}
.frm-lne {
	display: flex;
	gap: 2px;
	justify-content: space-between;
}
.submit-btn {
	flex-direction: column;
}
input.half, select.half {
	width: 50%;
	
}
select.half {
	margin: 2px 1px;
}
.frm-lne.country {
    padding-right: 8px;
}
select#country {
	color: grey;
    padding: 8px;
    border: 1px solid #A9A9A9;
}
input.full {
	width: 100%;
}
button {
	padding: 12px 24px;
	border-radius: 8px;
	font-size: 16px;
}
input.go {
	background: #000;
	color: #fff;
	width: 100%;
	padding: 12px 24px;
	border-radius: 8px;
	border: 2px solid #000;
	font-size: 16px;

}
input.go:hover {
	background: #fff;
	color: #000;
	//border: 2px solid #000;
}
button.get-goodie {
	background: #fff;
	color: #000;
	width: auto;
	border: none;
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
}
button.get-goodie:hover {
	background: #000;
	color: #fff;
}
.footer {
	background: #067A46;
	color: #fff;
	text-align: center;
	padding: 20px;
	display: flex;
	flex-direction: column;
}
.footer a {
	color: #fff;
	text-decoration: underline;
}
.footer a:hover {
	color: #96DC14;
}
#checkedtrue {
	display: none;
}
#checkedfalse {
	display: none;
}
#form-address {
    pointer-events: none;
    opacity: 0.4;
    //display: none;
}
button.go:disabled, button.go[disabled], input.go:disabled{
	background: #A8A8A8;
	color: #fff;
	border: 2px solid #bfc9ca;
}
.accept-agb, .checking-selection {
	display: none;
	color: red;
}
.checking-selection {
	text-align: center;
}
.go:hover:disabled + .accept-agb {
  display: block;
}
.frm-lne.termscondition {
	flex-direction: column;
	margin: 20px 0;
}
.cond-check {
	display: flex;
}
.terms > p, .cond-check p {
	text-align: left;
	padding-left: 12px;
	margin: 4px 0;
}
.additonal-info {
	display: flex;
	padding: 12px 0;
}
summary {
	text-align: left;
}
details > p {
	text-align: left;
}
.success-message-container {
	background: #FEF8F0;
    color: #000;
}
.success-message {
    display: flex;
    flex-direction: column;
    background: #FEF8F0;
    color: #000;
    justify-content: center;
    //width: 80%;
}
.img-success img.desktop {
	max-width: 300px;
	padding-top: 4px;
}
.img-success img.desktop {
	display: none;
}
.img-success img.mobile {
	width: 100%;
}
.success-main {
	background: #067A46;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
.delivery-info {
	margin: auto 0;
}
.delivery-info p {
	padding: 40px;
	font-size: 1.2rem;
}
.ht-section.third {
  	margin: 0px;
}
@media (min-width: 420px) {
  .ht-section.first {
  	margin: 60px 0;
  }
  .ht-section.third {
  	margin: 60px 0 0 0;
  }
  .frm-cpn-code > input[type="text"] {
  	width: 150px;
  }
}
@media (min-width: 480px) {
	.ht-all {
		padding-top: 120px;
	}
}
@media (min-width: 640px) {
	.img-goodie {
		max-width: 300px;
	}
	.img-selected {
		max-width: 250px;
	}
	.main-info {
		height: 500px;
	}
	.ht-all {
		max-width: 600px;
	}
	.ht-section.first {
		margin: 60px 0 30px 0;
	}
	.frm-lne.termscondition {
		justify-content: start;
	}
	.img-success img.desktop {
		display: block;
	}
	.img-success img.mobile {
		display: none;
	}
	.success-message { 
    	flex-direction: row;
	}
}
}
