@import url("bootstrap.min.css");
    font-family: Open Sans;
    src: url(../fonts/OpenSans-Regular.ttf);
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans-Regular.ttf);
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans-Italic.ttf);
    font-style: italic;
    font-weight: normal;
}
@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans-Italic.ttf);
    font-style: italic;
    font-weight: 400;
}
@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans-Semibold.ttf);
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans-SemiboldItalic.ttf);
    font-style: italic;
    font-weight: 600;
}
@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans-Bold.ttf);
    font-style: normal;
    font-weight: 800;
}
@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans-BoldItalic.ttf);
    font-style: italic;
    font-weight: 800;
}

.form-control {
	padding: 2px 10px;
}

h1 {
	color: #00645f;
	font-size: 24px;
	font-weight: 600;
}

h2 {
	color: #00645f;
	font-size: 22px;
	font-weight: 500;
}

h3 {
	color: #00645f;
        font-size: 20px;
	font-weight: 500;
}


h4 {
	color: #00645f;
	font-weight: 500;
	font-size: 18px;
        padding-top: 10px;
        margin-top: initial;
}
li>h4 {
	color: #000000;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 2px solid #e5e5e5;
}

a {
	/* color: #00645f; */
	color: #fdc600;
	font-weight: bold;
}

a:hover, a:focus{
	color: #9B9B9B;
}

.banner a{
        color: #9B9B9B;
}
.banner a:hover{
        color: #fdc600;
}
.banner a:focus{
        color: #d9a42e;
}

a.GG{
	color: #00645f;
}

a.GG:hover{
	color: #9b9b9b;
}

.navbar {
	background-color: #00645f;
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-weight: normal;
    font-size: 19px;
    padding-left: 4px;
    padding-right: 4px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #999;
    font-weight: normal;
    text-decoration: underline;
}


.bs-navbar-top {
	font-size: 24px;
	margin-left: -15px;
	margin-right: 5px;
	margin-top: 7px;
	margin-bottom: 5px;
}

.bs-navbar-top > li {
	padding-right: 50px;
}

.bs-footer {
	font-size: 14px;
	background-color: #333333;
	color: #ffffff;
	margin-top: 80px;
	margin-bottom: 0px;
}

.bs-footer-firstrow {
	padding-top: 40px;
	padding-bottom: 40px;
}
.bs-footer-firstrow > div > ul {
	list-style: outside none none;
	padding-left: 0px;
}
.bs-footer-firstrow > div > ul > li > a{
    color: #ffffff;
    text-decoration: none;
}

.bs-footer-firstrow > div > ul > li > a:hover,
.bs-footer-firstrow > div > ul > li > a:focus,
.bs-footer-firstrow > div > ul > li > a:active {
    color: #999;
    text-decoration: underline;
}

.bs-footer-footer {
	font-size: 13px;
}

.bs-inner-grid {
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 20px;
}

.bs-btn {
	background-color: #00645f;
	border-color: #00645f;
	color: #ffffff;
}

.bs-btn.active,
.bs-btn.focus,
.bs-btn:active,
.bs-btn:focus,
.bs-btn:hover {
	background-color: #333333;
	border-color: #333333;
	color: #ffffff;
}

.bs-btn-search {1
	font-size: 16px;
	font-weight: 600;
	width: 100%;
}

.bs-btn-eintrag {
        background-color: #fdc600;
        border-color: #00645f;
        color: #00645f;
        margin-top:15px;
        margin-bottom:8px;
}
.bs-btn-eintrag:hover {
        background-color: #333;
        border-color: #333; 
        color: #fff;  
}    


.bs-btn-support {
        background-color: #fff;
        border-color: #00645f;
        color: #00645f;
	margin-top:15px;
	margin-bottom:8px;
}       
.bs-btn-support:hover {
	background-color: #333;
        border-color: #333; 
        color: #fff;
}

.bs-btn-filter {
	font-weight: 600;
	width: 100%;
}

.bs-icon-home {
	color: #00645f;
	font-size: 22px;
}

.bs-icon-info {
	font-size: 22px;
}

.bs-icon-updown {
	font-size: 22px;	
}

.bs-ctn-side-header {
	/* margin-top: 25px;*/
	background-color: #595959;
	color: #ffffff;
	padding-left:16px;
	padding-right: 16px;
}

.bs-ctn-side-text {
	padding-left:18px;
	padding-right: 18px;
}

.bs-search-box {
	margin-bottom:25px;
}

.bs-ctn-search-header {
	background-color: #FDC600;
	color: #ffffff;
	padding-left:10px;
	padding-right: 10px;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 10px;
}

.bs-ctn-search-text {
	padding-left:18px;
	padding-right: 18px;
}

.bs-ctn-header {
	font-size: 28px;
	font-weight: 600;
}

.bs-topright-navbox {
	text-align: right;
	padding-top: 15px;
}
.bs-topright-navbox > a {
	font-size: 18px;
	color: #00645f;
	font-weight: 600;
}

.bs-topright-navbox > a:hover,
.bs-topright-navbox > a:focus,
.bs-topright-navbox > a:active {
	text-decoration: none;
}

.bs-topright-iconbox {
	text-align: right;
	padding-top: 40px;
	font-size: 16px;
	padding-bottom: 15px;
}

.bs-topright-iconbox a{
	color: #333;
}

.bs-topright-iconbox a:hover,
.bs-topright-iconbox a:focus{
	text-decoration: none;
	color: #333;
}

.bs-topright-icon {
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
}

.bs-bottomright-iconbox {
	text-align: right;
}

.bs-bottomright-iconbox > a{
	color: #333;
}


.bs-lbl-formfield {
	color: #00645f;
	font-size: 24px;
	font-weight: 600;
}

.bs-bottomleft-text {
  font-size: 18px;
}
.bs-bottomleft-text > h1 {
	font-weight: 400;
}

.bs-bottomright-links {
	font-size: 18px;
	border-left: 8px solid #00645f;
}
.bs-bottomright-links > ul {
	list-style: outside none none;
	padding-left: 12px;
	margin-top: 20px;
}
.bs-bottomright-links > ul > li {
	padding-bottom: 8px;
}
/* .bs-bottomright-links > ul > li > a {
	color: #00645f;
}
.bs-bottomright-links > ul > li > a:hover,
.bs-bottomright-links > ul > li > a:focus,
.bs-bottomright-links > ul > li > a:active {
	text-decoration: none;
}*/
#lnkInfoMail {
	text-decoration: underline;
}

.bs-bottom-row {
	margin-top: 35px;
}

.bs-selSorting {
	display: inline;
}

.bs-pagination {
	margin-top:6px;
	margin-bottom:6px;
}


span.trennen, div.trennen{ 
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

/*input[required], select[required] {
    background-image: url('/media/stern.png');
    background-repeat: no-repeat;
    background-position-x: right;
}*/

.form-group.required .control-label:after{
    font-family:'FontAwesome';
    font-weight: bold;
    font-size: 36px;
    color: #00645F;
    color: #FDC600;
    content:"\2a";
    padding-left: 5px;
}

label.req.control-label:after {
    font-family:'FontAwesome';
    font-weight: bold;
    font-size: 36px;
    color: #00645F;
    color: #FDC600;
    content:"\2a";
    padding-left: 5px;
}

.form-group{
    margin-bottom: 2px;	
}

.adminonly{
    font-size: 0px;
    visibility: hidden;
}

.nav > li > a {
    padding: 10px 8px 10px 8px;
}

.radio { 
    display: inline;
    padding-inline-end: 20px;
}

.headimg_m {

 background-image: url(/media/img/sig.jpg);
 background-size: auto;
 background-origin: border-box;
 background-repeat: no-repeat;
}


.starticon {
    color: #00645f;
    color: #777777;
    font-size:16px;
}

.has-search .form-control-feedback {
    right: initial;
    left: 0;
    color: #ccc;
}

 .form-control-feedback {
    padding-top: 10px;
}

.has-search .form-control {
    padding-right: 12px;
    padding-left: 34px;
}


#id_0-tarif {
  margin-top: -35px;
}

#id_0-tarif > div.radio {
	display: block;
}

#id_0-tarif > div:nth-child(1) > label {
	visibility: hidden;
}

#id_1-werbung_w1 > div:nth-child(1) {
	visibility: hidden;
}

#id_1-werbung_w2 > div:nth-child(1) {
        visibility: hidden;
}

#id_1-werbung_w3 > div:nth-child(1) {
        visibility: hidden;
}


.radio label {
 margin-bottom: 10px;
}

.has-success .help-block{
  color: #737373;
}

.btn {
 font-size: 18px;
 padding-left: 15px;
 padding-right: 15px;
 padding-top: 8px;
 padding-bottom: 8px;
}

@media screen and (min-width: 600px)  {
        .mobile-break { display: none; }
}        
