element:hover, element:active {
	-webkit-user-select: none;
	-webkit-touch-callout: none
}

.form {
	width: 750px;
	margin: auto;
	padding: 1.5em 4em;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 3em;
}

.form div {
	display: flex;
	flex-wrap: wrap;
    width: 100%;
    height: 100%;
}


.form div h2 {
	width: 100%;
	margin-bottom: 0;
    margin-top: 0;
}

.form div label {
	width: 100%;
	padding-bottom: 6px;
	padding-top: 6px;
}

.labelbold {
	font-weight: bold;
	font-size: 0.9em;
	margin-top: 0.5em;
}


.form div textarea {
	width: 80%;
	padding: 8px;
	height: 70px;
	box-sizing: border-box;
	margin-top: 10px;
}

input, textarea {
	font-family: Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
}

#InpPhone {
	margin-bottom: 1.5em;
}

.form div input[type="text"], .form div input[type="email"], .form div input[type="date"] {
	width: 100%;
	padding: 8px;
	margin-top: 10px;
	height: 32px;
	box-sizing: border-box
}

.form div select {
	width: 100%;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 10px;
	height: 32px;
	box-sizing: border-box;
}

.form div input[type="checkbox"] {
	display: inline-block;
	margin-right: 15px;
	margin-left: 0;
	width: 18px;
	height: 18px;
}

.buttonweiter {
	margin-top: 2em;
}

.buttonweiter span:after {
	content: '\f061'; 
	font-family: FontAwesome;
	display: inline-block;
	padding-left: 8px;
}

.buttonzuruck {
	margin-top: 2em;
}

.buttonzuruck span:before {
	content: '\f060'; 
	font-family: FontAwesome;
	display: inline-block;
	padding-right: 8px;
}

.buttonsend span:after {
	content: '\f1d8'; 
	font-family: FontAwesome; 
	display: inline-block;
	padding-left: 8px;
}

.formelement {
	margin-bottom: 1.2em;
	box-sizing: border-box;
	position: relative;
}

.formelement input[type="radio"] {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	box-sizing: border-box;
	cursor: pointer;
	appareance: none;
	margin: 0;
	padding: 0;
}

.formelementlabel {
	display: flex;
	align-content: center;
	justify-content: center;
	width: 100%;
	text-align: center;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #FFF;
	height: 100%;
	width: 100%;
	display: flex;
	cursor: pointer;
	border: 1px solid #d6d6d6;;
	outline: none;
	margin-top: 2px;
	margin-bottom: 2px;
    padding-left: 12px;
    padding-right: 12px;
}

.formelementlabel label {
	padding: 8px 0px;
	cursor: pointer;
	line-height: 1.3;
}

input[type="radio"]:hover + .formelementlabel {
    border: 1px solid #333;
}

input[type="radio"]:checked + .formelementlabel {
    border: 3px solid #0055A0;
	margin-top: 0px;
	margin-bottom: 0px;
}

input[type="radio"]:focus + .formelementlabel {
    border: 3px solid #0055A0;
	margin-top: 0px;
	margin-bottom: 0px;
}

.wettbewerbsfrage {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.checkboxnutzungderdaten {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 1.5em
}

.checkboxnutzungderdaten label {
	margin-left: 0.5em;
	padding-top: 0;
	font-size: 16px;
}

.wettbewerbcheckbox {
	margin-bottom: 0.7em;
	font-size: 0.9em;
}

.wettbewerbcheckbox label {
	display: inline-block;
	width: 80%;
}

.wettbewerbcheckbox input {
	vertical-align: top;
	margin-top: 12px;
}

.teilnahmebedingungen {
	font-size: 16px;
	color: rgba(142,142,142,1.00);
	margin-top: 1.5em;
}

.error {
	color: red;
	padding-top: 5px;
}


/* #Tablet (Landscape) ================================================== */
/* Note: Design for a width of 768px */

 @media only screen and (min-width: 768px) and (max-width: 1023px) { 
	 
}


/*  #Mobile (Portrait) ================================================== */
/* Note: Design for a width of 340px */

@media only screen and (max-width: 767px) {
	
select, textarea {
	width: 100% !important
	}
	
.form div select {
	padding: 6px
	}
	
.form div input[type="text"], .form div input[type="email"], .form div input[type="date"]  {
		width: 100%;
}	
	
.form div input[type="checkbox"] {
	margin-right: 10px;
	width: 21px;
	height: 21px;
}	
	
.form {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	}

.tooltip [data-tip]:after {
	display:none; 
	content:attr(data-tip); 
	width: 100%;
	position: static;
	margin-top: 5px;
	}
	
.checkboxnutzungderdaten {
	width: 100%;
	}
	
textarea, #StartTime, #InpPhone {
	margin-bottom: 2.5em;
	}	
	
.FbMaster {
  background-color: rgba(223, 8, 34, 1);
  color: #000;
  padding-left: 0.7em;
  border-left: #666 4px solid;
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 999;
  max-height: 10%;
}
	
.brunchvideo {
	width: 100%;
}

.brunchvideo video {
	width: 100%;
}

	
}	