/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.footer-primary {
	width: 100%;
	text-align: right;
}

.bungy-row {
	margin: 16px auto 32px;
}





/*************** FORMULARE.   ***************/
#offer_form h2{
	text-transform: uppercase;
	color: #ff9500;
	font-size: 24px;
}


label, 
select, 
button, 
input[type="submit"],
input[type="radio"], 
input[type="checkbox"] 
input[type="button"] {
    cursor: pointer;
}



#offer_form{
  background:#ededed;
  border-radius:6px;
  padding:20px;
  padding-top:30px;
  width:70%;
  margin:50px auto;
  box-shadow:5px 6px 31px rgba(189, 189, 189, 0.5);
}
@media (max-width: 1000px) {
	#offer_form{
		width:100%;
	}
}

#offer_form fieldset{
	border: 0;
}

.lead{
	  width:60%;
	  margin:50px auto;
}

.programm_selection{
	display: block;
	min-height:100px;
}




body:nth-of-type(1) input[type="checkbox"], 
body:nth-of-type(1) input[type="radio"]
{ display: none; }

body:nth-of-type(1) input[type="checkbox"] + label:before ,
body:nth-of-type(1) input[type="radio"] + label:before
{
    content: "\00a0"; /* character: space */
    background: #999;
    height: 28px;
    width: 28px;
    display: inline-block;
    margin-right: 5px;
    padding: 0;
    text-align: center;
    display      : inline-block;
	margin-left  : 0px;
	padding-left : 28px;
	background   : url(img/checks.png) no-repeat 0 0;
	line-height  : 24px;
	height: 24px;
}   
body:nth-of-type(1) input[type="checkbox"]:checked + label:before
{
     background-position : 0 -24px;
}
body:nth-of-type(1) input[type="radio"]:checked + label:before
{
     background-position : 0 -48px;
}


/*

		input[type=checkbox]:not(old),
		input[type=radio   ]:not(old){
		  width   : 28px;
		  margin  : 0;
		  padding : 0;
		  opacity : 0;
		}
		
		input[type=checkbox]:not(old) + label,
		input[type=radio   ]:not(old) + label{
		  display      : inline-block;
		  margin-left  : -28px;
		  padding-left : 28px;
		  background   : url(img/checks.png) no-repeat 0 0;
		  line-height  : 24px;
		  height: 24px;
		}
		
		
		input[type=checkbox]:not(old):checked + label{
		  background-position : 0 -24px;
		}
		
		input[type=radio]:not(old):checked + label{
		  background-position : 0 -48px;
		}
*/






/*************** FORMULARE ENDE.   ***************/





@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
}

.custom-headline {
	width: 100%;
	height: 300px;
	background-color: #ff9500;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}

.custom-headline h1 {
	color: #FFFFFF;
	width: auto;
	text-transform: uppercase;
}

#offer_form fieldset {
	padding: 8px 16px;
/* 	border: 1px solid #CCC; */
	border-radius: 3px;
}

#offer_form fieldset label:hover {
	cursor: pointer;
}

.offer-start .col:hover {
	background-color: #ff9500;
}

.offer-start .col:hover h2 {
	color: #FFFFFF;
}

.offer-start a {
	text-align: center;
}

.offer-start .img-wrapper {
	width: 100%;
	height: 240px;
	overflow: hidden;
}

.offer-start img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 200ms transform linear;
}

.offer-start img:hover {
	transform: scale(1.5);
}

.programm_selection {
	transition: 100ms background-color linear;
}

.programm_selection:hover {
	background-color: #cdcdcd;
}

.programm_selection:hover h3{
	color: #FFFFFF;
}

.programm_selection h3 {
	text-transform: uppercase;
}

.orange{
	color: #ff9500 !important;
}
/* Coupon Stuff */
.select_coupon {
	display: flex;
}

.coupon_list .position:not(first-of-type) {
	display: flex;
	align-items: center;
	padding: 8px 16px;
	border-top: 1px solid #333;
	transition: 100ms background-color ease;
}

.coupon_list .position .button {
	margin: 0;
}

.coupon_list .position:hover {
	background-color: #d2d2d2;
}

.coupon_list input {
	margin: 0;
}

.coupon_name {
	width: 100%;
	max-width: 400px;
	font-weight: bold;
}

.total_price {
	text-align: right;
	border: 2px solid rgb(51, 51, 255);
	background-color: rgba(51,51,255,0.5);
	padding: 8px 16px;
	color: #FFFFFF;
	margin-top: 8px;
	font-size: 22px;
}

input.art_price {
	border: 0;
	width: 60px;
	box-shadow: none;
}

.required:valid{
	border-color: var(--primary-color);
}
