@charset "utf-8";
/* CSS Document */


body {
	background: #fff;
}


.deactivate {
	display: none;
}

.activate {
	display: block;
}





/* HEADER
----------------------------------------------------------------------------------------------------------  
------------------------------------------------------------------------------------------------------- */


.page-header-area {

}

	.page-header {
		padding: 40px;
		text-align: center;
	}

		.page-header img {
			max-width: 400px;
		}




/* BOGEN
----------------------------------------------------------------------------------------------------------  
------------------------------------------------------------------------------------------------------- */

.page-bogen-area {
	background: #265073;
}

	.page-bogen {
		padding: 80px 40px;
		text-align: center;
	}
	


	/* -- */
	


.formular {
		background: #fff;
		background-image: url(../img/dewana-hexagon.png);
		background-repeat: no-repeat;
		background-position: 105% 103%;
		color: #3c3c3c;
		padding: 40px;
		text-align: left;
		box-shadow: 0 0 50px rgba(0,0,0,0.5);
}

	.formular .col:first-child {
		padding-right: 20px;
	}

	.formular h3 {
		padding: 0 10px;
		font-weight: 400;
	}



	.order-popup-intro h3 {
		color: #e60000;
	}


.order-popup-form {
	
}



	.order-popup-form .row {
		margin-bottom: 40px;
	}

	.order-popup-form small {
		display: none;
		padding: 0 10px;
		color: #fff;
	}

	.order-popup-cta {
		padding: 30px;
	}


	select,
	input {
		padding: 5px;
		display: inline-block;
		border: none;
		border-bottom: 1px solid #dadadb;
		width: 100%;
		background: #ffffff;
		font-size: 16px;
		color: #6c6c6c;
		margin-bottom: 20px;
	}

		.table-cell input {
			text-align: center;
		}

		select {
		  -webkit-appearance: none;
		  -moz-appearance: none;
		  appearance: none;
		  width: 100%;
		  background: #fff url(../img/icons/ico-dropdown.png) 95% 50% no-repeat;
		  padding: 5px;
		} 

		select:focus,
		input:focus {
			outline: none;
		}

	label {
		display: block;
 		padding: 0 5px 10px 0;
		font-size: 20px;
		margin-bottom: -10px;
		margin-top: 10px;
	}


	input:focus {
		box-shadow: 0 0 2px #2F95F4;
		background: #fff;
	}

input[type=radio] {
	width: 20px;
	float: left;
	margin: 3px 0 0 0;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

input[type=number] {
    -moz-appearance:textfield;
}

.message {
	margin: 0 10px;
}

textarea {
		min-height: 100px;
		width: 100%;
		padding: 10px;
	margin: 10px 0;
	}





 /* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 2px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  color: #3c3c3c;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #265073;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
} 


.radio-margin {
	margin-top: -5px;
}

.upload {
	display: block;
	max-width: 400px;
	border: none;
	float: none;
	font-size: 14px;
}

.boxed {
	background: #bcc0cf;
	padding: 20px;
}

	.boxed label {
		font-weight: 500;
		font-size: 26px;
	}

.boxed input {
	background: #bcc0cf;
	color: #3c3c3c;
}

.pflichtfeld {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-style: italic;
	font-size: 14px;
	color: #6c6c6c;
	margin-top: -15px;
	margin-bottom: 5px;
}


.uploadinfo {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-style: italic;
	font-size: 14px;
	color: #6c6c6c;
	margin-top: -25px;
	margin-bottom: 20px;
}

.table-mobile {
	display: none;
}

.submission {
	text-align: left;
	font-size: 20px;
}

.submission a {
	color: #fff;
	text-decoration: underline;
}

	.submission a:hover {
		color: #bcc0cf;
		text-decoration: none;
	}

/* FOOTER
----------------------------------------------------------------------------------------------------------  
------------------------------------------------------------------------------------------------------- */

.page-footer-area {
	color: #265073;
	font-size: 12px;
}

	.page-footer {
		padding: 20px 40px;
		line-height: 14px;
		display: flex;
		flex-direction: row;
	}

.dewana-gruppe {
	width: 25%;
}

.buero-ac {
	width: 25%;
	text-align: center;
}

.buero-k {
	width: 25%;
	text-align: center;
}

.buero-dus {
	width: 25%;
	text-align: right;
}
