/*
JBO
creation Date: 2018-08-30
Author: Sebastian Osinski
http://www.sebbi.net
*/

.chrono_credits{
	display: none;
}
.formular1{
}
.chronoform input, .chronoform textarea,
.chronoform select{
	display: block;
	width: 100%;
	height: 45px;
	padding: 6px 12px;
	font-size: 16px;
	font-family: 'Roboto-Light', sans-serif;
	font-weight: 300;
	vertical-align: middle;
	background-image: none;
	border: 1px solid #fff;
	border-radius: none;
	margin-bottom: 20px;
  resize: none;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.chronoform select{
	height: 45px !important;
}
#senden{
	text-align: center;
	margin-left: 0px;
	height: auto;
}
.chronoform input[type='checkbox']{
	height: 12px;
  width: 12px;
	background-color: white;
	margin: 0px;
}
.chronoform textarea{
	height: 300px;
	padding-top: 30px;
	text-align: left;
}
#fin-datenschutz{
	display: inline-block;
	vertical-align: middle;
	float: left;
	margin-right: 10px;
	border: 5px solid;
}
input#datenschutz{
	height: auto;
	margin: 0px;
}
p.klausel{
	font-size: 12px;
	margin-top: 0px !important;;
}
.g-recaptcha > div{
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 20px;
}
.system-message > .message{
	text-align: center;
}

@media (max-width: 1470px){
	#senden{
		margin-left: auto;
		margin-right: auto;
	}
	.chronoform input, .chronoform textarea, .chronoform select{
		text-align: center;
	}
	#fin-datenschutz{
		float: none;
	}
	.g-recaptcha > div{
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 20px;
	}
}


/*  Form Custom Styels Button `Send` */
.roundlink555, #senden {
    display: block !important;
    position: relative !important;
    width: 185px !important;
    border-radius: 20px !important;
    line-height: 35px !important;
    text-transform: uppercase !important;
}
.roundlink555 {
    background: rgba(255,255,255,0.8) !important;
	font-size: 16px !important;
	font-family: 'Roboto-Light', sans-serif !important;
	font-weight: 300 !important;
}

.ui.form {
	font-size: 16px !important;
	font-family: 'Roboto-Light', sans-serif !important;
	font-weight: 300 !important;
}
.ui.dropdown > .text {
	color: #7b7b7b !important;
	text-transform: none !important;
}
.ui.form .field > .selection.dropdown {
	text-transform: none !important;
}

.ui.form .field > .selection.dropdown > .dropdown.icon {
	display: none !important;
}
.ui.selection.dropdown {
	padding: .78571429em !important;
}







