﻿@charset "utf-8";
/* CSS Document */

input[required] {
  /*border-color: red;*/
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: 0px;
	top: 5px;
}

#Datenschutzvaltext{
background-color: #fbfbfb;
    /* font-size: smaller; */
    position: relative;
    top: -20px;
    left: 20px;

}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    width: 100%;
}
#RfvbMyCheckBox {
	color:#005cad;
	
}
#Rahmen_Aussen{
	border: solid 1px #EFEFEF;
    padding: 4px;
	margin-top: 24px;

	}
#Rahmen_Innen{
    background-color: #EFEFEF;
    padding: 5px;
    font-size: smaller;
	}	
#Anfahrt_Google {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    /* color: #7A7A7A; */
    /* margin-right: 5px; */
    margin-bottom: 10px;
    /* margin-left: 5px; */
    border: solid 1px #EFEFEF;
    background-color: #fbfbfb;
    padding: 4px;
	top: 20px;
}
#kontakt_rechts {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    color: #7A7A7A;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.formItem1{
	height: 0px;
	visibility: hidden;
	float:left;
}


.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.form-group {
    margin-bottom: 15px;
}
.btn_kontakt {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    /* border-radius: 4px; */
    /* width: 100%; */
}
.checkbox label, .radio label {
    /* min-height: 20px; */
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 500;
}